@charset "UTF-8";
/* ----------------------------------------------------------------------------------------

	reset

---------------------------------------------------------------------------------------- */
/* --------------------------------------------------
 Normailze styles
 Adapted from Normalize.css http://github.com/necolas/
--------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,500&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html.no-cssanimations audio, html.no-cssanimations canvas, html.no-cssanimations video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:hover, a:active {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  /*max-width: 100%;*/
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

html.no-postmessage button, html.no-postmessage input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}

*::-moz-placeholder {
  color: #222;
  opacity: 1;
}

:placeholder-shown {
  color: #222;
  opacity: 1;
}

/* Resetting default margin and padding
-------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote, form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}

ul {
  list-style: none;
  list-style-image: none;
}

em {
  font-style: normal;
}

small {
  font-size: 100%;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

fieldset {
  border: none;
}

input, textarea, select, label {
  font-family: inherit;
}

object {
  vertical-align: middle;
  outline: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

hr {
  display: none;
}

html.no-postmessage body, html.no-postmessage br {
  letter-spacing: 0;
}

html.no-postmessage div {
  zoom: 1;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a {
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 812px) {
  img.img-pc, .pc-only {
    display: none;
  }
}

@media screen and (min-width: 813px) {
  img.img-sp, .sp-only {
    display: none;
  }
}

a {
  text-decoration: none;
}

body {
  font-family: "游ゴシック", "Noto Sans CJK JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

img {
  width: 100%;
}

.contents_basicWrap {
  width: 100%;
  margin: 0 auto;
}

.contents_allWrap {
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

.slick-dots li button:before {
  font-size: 24px;
}

/* ヘッダー *****************************************************************/
header {
  z-index: 100;
}
header .site-header {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
}
header .site-header h1 {
  margin-left: 6.25%;
  background-color: #050915;
  width: 27.5%;
  padding: 4% 0 5%;
  display: block;
  text-align: center;
  transition: 0.5s;
  float: left;
}
header .site-header h1 img {
  transition: 0.5s;
  width: 56.4%;
}

.reservation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.reservation p {
  font-size: 14px;
}
.reservation p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 42px;
  background-image: url(../img/common/bg_reservation_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.reservation p a span {
  display: inline-block;
  padding-left: 24px;
  padding-top: 4px;
  background-image: url(../img/common/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: 16px 14.8px;
  background-position: left center;
}

/* MV *****************************************************************/
.MV_wrap {
  width: 100%;
  position: relative;
}
.MV_wrap #MV-slide {
  width: 100%;
}
.MV_wrap .txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 8.7%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MV_wrap .txt img {
  width: 50%;
  margin-top: -40px;
}

#MV_read {
  padding: 47px 0 47px;
  text-align: center;
}
#MV_read h2 {
  width: 247.5px;
  margin: 0 auto 46px;
}
#MV_read p {
  font-size: 3.906vw;
  line-height: 2.1;
}

/* introduction *****************************************************************/
#introduction .introduction_area01 {
  background-color: #e9eced;
  padding: 35px 0 48px;
}
#introduction .introduction_area01 h3 {
  width: 85.4%;
  margin: 0 auto;
}
#introduction .introduction_area01 ul {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
#introduction .introduction_area01 ul li {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
#introduction .introduction_area01 ul li img {
  width: 89%;
  padding: 0 0 6px;
}
#introduction .introduction_area02 {
  width: 100%;
  background-image: url(../img/introduction/solution_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 0 154px;
  position: relative;
}
#introduction .introduction_area02 .arr {
  width: 25.5%;
  position: absolute;
  top: -11%;
  left: 0;
  right: 0;
  margin: auto auto;
}
#introduction .introduction_area02 h3 {
  width: 90%;
  padding: 10px 0;
  line-height: 1;
  margin: 0 auto;
  border-radius: 24px;
  background-color: #000;
  text-align: center;
}
#introduction .introduction_area02 h3 img {
  width: 56.3%;
}
#introduction .introduction_area02 ul {
  width: 100%;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
}
#introduction .introduction_area02 ul li {
  text-align: center;
}
#introduction .introduction_area02 ul li img {
  width: 89%;
}
#introduction .introduction_area03 {
  width: 100%;
  position: relative;
  height: 124px;
}
#introduction .introduction_area03 ul {
  position: absolute;
  top: -152px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#introduction .introduction_area03 ul li {
  font-size: 11px;
  text-align: center;
  margin: 0 10px;
}
#introduction .introduction_area03 ul li.aquaforte img {
  width: 167px;
  padding-bottom: 10px;
}
#introduction .introduction_area03 ul li.caredry img {
  width: 102px;
  padding-bottom: 6px;
  padding-right: 10px;
}

/* casestudy *****************************************************************/
#casestudy {
  background-color: #e9eced;
  padding: 33px 0 20px;
}
#casestudy h3 {
  width: 90%;
  padding: 10px 0;
  line-height: 1;
  margin: 0 auto 23px;
  border-radius: 25px;
  border: 1px solid #000;
  text-align: center;
}
#casestudy h3 img {
  width: 71%;
}
#casestudy ul {
  width: 90%;
  margin: 0 auto;
}
#casestudy ul li {
  position: relative;
  margin-bottom: 34px;
}
#casestudy ul li dl {
  display: flex;
  padding-bottom: 8px;
  margin-left: -8px;
}
#casestudy ul li dl dt {
  width: 27%;
  text-align: right;
}
#casestudy ul li dl dt img {
  width: 47px;
  padding-right: 12px;
}
#casestudy ul li dl dt + dd {
  width: 36%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}
#casestudy ul li dl dt + dd + dd {
  width: 37%;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}
#casestudy ul li dl dt + dd + dd img {
  padding-bottom: 2px;
}
#casestudy ul li dl dt + dd + dd img.txt {
  width: 98px;
}
#casestudy ul li.case01 dl dt + dd img {
  width: 96.5px;
}
#casestudy ul li.case01 dl dt + dd + dd img.logo_aquaforte {
  width: 96px;
}
#casestudy ul li.case02 dl dt + dd img {
  width: 51.5px;
}
#casestudy ul li.case02 dl dt + dd + dd img.logo_caredry {
  width: 81px;
}
#casestudy ul li.case03 dl dt + dd img {
  width: 88.5px;
}
#casestudy ul li.case03 dl dt + dd + dd {
  line-height: 1;
}
#casestudy ul li.case03 dl dt + dd + dd img.logo_aquaforte {
  width: 76px;
}
#casestudy ul li.case03 dl dt + dd + dd img.logo_caredry {
  width: 76px;
}
#casestudy ul li .case_wrap {
  position: relative;
}
#casestudy ul li .case_wrap a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 136px;
  color: #000;
  border-radius: 6px;
}
#casestudy ul li .case_wrap a:hover {
  opacity: 0.8;
}
#casestudy ul li .case_wrap a p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #FFF;
}
#casestudy ul li .case_wrap a p span {
  display: block;
}
#casestudy ul li .case_wrap a p:hover {
  opacity: 0.8;
}
#casestudy ul li .case_wrap a .btn {
  margin-top: 10px;
  width: 150px;
  padding: 7px 0;
  text-align: center;
  line-height: 1;
  border: 1px solid #FFF;
}
#casestudy ul li .case_wrap a .btn p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
#casestudy ul li .case_wrap a .btn p span {
  display: inline-block;
  background-image: url(../img/common/arr_whRight.svg);
  background-repeat: no-repeat;
  background-size: 8px 13.6px;
  background-position: right center;
  padding: 0 26px 0 10px;
}
#casestudy ul li.case01 .case_wrap {
  background-image: url(../img/casestudy/case01_bg_sp.png);
  background-size: cover;
  transition: opacity 0.3s;
  border-radius: 6px;
  z-index: 1;
}
#casestudy ul li.case01 .case_wrap:hover {
  opacity: 0.8;
}
#casestudy ul li.case02 .case_wrap {
  background-image: url(../img/casestudy/case02_bg_sp.png);
  background-size: cover;
  border-radius: 6px;
  transition: opacity 0.3s;
  z-index: 1;
}
#casestudy ul li.case02 .case_wrap:hover {
  opacity: 0.8;
}
#casestudy ul li.case03 .case_wrap {
  background-image: url(../img/casestudy/case03_bg_sp.png);
  background-size: cover;
  border-radius: 6px;
  transition: opacity 0.3s;
  z-index: 1;
}
#casestudy ul li.case03 .case_wrap:hover {
  opacity: 0.8;
}

/* voice *****************************************************************/
#voice {
  padding: 70px 0 65px;
  width: 85%;
  margin: 0 auto;
}
#voice .movie_wrap {
  position: relative;
}
#voice .movie_wrap .icon_wrap {
  position: absolute;
  width: 37.5%;
  top: -46%;
  right: -3.8%;
}
#voice .btn p {
  margin-top: 63px;
  font-size: 17px;
  letter-spacing: 0.05em;
}
#voice .btn p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 292px;
  height: 64px;
  margin: 0 auto;
  background-image: url(../img/common/bg_reservation_long_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
}
#voice .btn p a span {
  display: inline-block;
  padding-right: 26px;
  padding-top: 4px;
  background-image: url(../img/common/arr_whCircle.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 1px center;
}

/* */
#movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
}

#movie iframe, #movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* concept *****************************************************************/
#concept {
  background-image: url(../img/concept/bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-color: #000;
  text-align: center;
  padding: 26% 0 18.4%;
}
#concept h2 {
  width: 54%;
  margin: 0 auto;
  line-height: 1;
}
#concept p {
  width: 79.2%;
  margin: 13% auto 0;
  line-height: 1;
}

/* value *****************************************************************/
#value {
  padding: 50px 0 20px;
  background-color: #e9eced;
}
#value h3 {
  width: 90%;
  padding: 10px 0;
  line-height: 1;
  margin: 0 auto 18px;
  border-radius: 25px;
  border: 1px solid #000;
  text-align: center;
}
#value h3 img {
  width: 49.3%;
}
#value .read {
  text-align: center;
}
#value .read h4 {
  font-size: 27px;
  letter-spacing: 0.05em;
}
#value .read p {
  margin-top: 10px;
  font-size: 12px;
}
#value .point ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
#value .point ul li {
  margin: 0 4px;
}

#value .contents-inner {
  margin-bottom: 78px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
}
#value .contents-inner .icon {
  width: 82px;
  position: absolute;
  top: -7px;
  left: -12px;
}
#value .contents-inner .inner_wrap p.txt01 {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
}
#value .contents-inner .inner_wrap .pic01 {
  width: 86%;
  margin: 6px auto 16px;
}
#value .contents-inner h5 {
  text-align: center;
  vertical-align: bottom;
  padding: 18% 0;
}
#value .contents-inner h5 img {
  width: auto;
  height: 27px;
}
#value .contents-inner .accordion-btn {
  width: 100%;
}
#value .contents-inner .accordion-btn a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  height: 30px;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #717071;
  opacity: 0.9;
  border-radius: 0 0 12px 12px;
  font-size: 14px;
  padding: 9px 0;
  line-height: 1;
  color: #FFF;
  font-family: "Roboto", sans-serif;
}
#value .contents-inner .accordion-btn a:hover {
  opacity: 1;
}
#value .contents-inner .accordion-btn a .arr_open {
  padding-right: 28px;
  background-image: url(../img/value/arr_open.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right center;
}
#value .contents-inner .accordion-btn a .arr_close {
  padding: 10px 14px;
  background-image: url(../img/value/arr_close.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right center;
}
#value .contents-inner .accordion {
  position: relative;
}

#value01 {
  margin: 0 5%;
  padding: 0 1% 30px;
  border-bottom: 1px dotted #000;
}
#value01 .contents-inner {
  background-image: url(../img/value/value01_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right top;
  background-color: #FFF;
}
#value01 .contents-inner .inner_wrapBtm {
  padding-bottom: 40px;
}
#value01 .contents-inner .pic02 {
  width: 86%;
  margin: 0 auto;
}
#value01 .contents-inner .pic02note {
  margin: 0 auto;
  letter-spacing: -0.1em;
  font-size: 10px;
  padding: 0 7% 12px;
  border-bottom: 2px solid #eaedee;
}
#value01 .contents-inner .txt02 {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
#value01 .contents-inner .pic03 {
  margin: 4px auto 0;
  padding: 0 7% 16px;
  border-bottom: 2px solid #eaedee;
}
#value01 .contents-inner .txt03 {
  margin-top: 24px;
  font-size: 14px;
  text-align: center;
}
#value01 .contents-inner .photo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 4px auto 0;
}
#value01 .contents-inner .photo li {
  width: 24%;
}

#value02 {
  margin: 0 5%;
  padding: 40px 1% 30px;
  border-bottom: 1px dotted #000;
}
#value02 .contents-inner {
  background-image: url(../img/value/value02_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right top;
  background-color: #FFF;
}
#value02 .contents-inner .inner_wrapBtm {
  padding-top: 12px;
  border-top: 2px solid #eaedee;
  padding-bottom: 25px;
}
#value02 .contents-inner .pic02 {
  margin: 14px auto 0;
  padding: 0 7% 12px;
  border-bottom: 2px solid #eaedee;
}
#value02 .contents-inner .txt02 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
#value02 .contents-inner .txt03 {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
#value02 .contents-inner .pic03 {
  margin: 4px auto 0;
  padding: 0 7% 12px;
}
#value02 .contents-inner .photo {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  padding: 0 7%;
}
#value02 .contents-inner .photo div {
  width: 44%;
}

#value03 {
  margin: 0 5%;
  padding: 40px 1% 20px;
}
#value03 .contents-inner {
  background-image: url(../img/value/value03_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right top;
  background-color: #FFF;
}
#value03 .contents-inner .inner_wrapBtm {
  padding-bottom: 25px;
}
#value03 .contents-inner .pic02 {
  width: 86%;
  margin: 0 auto;
}
#value03 .contents-inner .txt02 {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
#value03 .contents-inner .pic03 {
  width: 67.4%;
  margin: 14px auto 0;
}
#value03 .contents-inner .pic01-2 {
  margin-top: -16px;
  padding: 0 7% 22px;
  border-bottom: 2px solid #eaedee;
}

/* products *****************************************************************/
#products {
  padding: 30px 0 50px;
}
#products h3 {
  width: 90%;
  padding: 10px 0;
  line-height: 1;
  margin: 0 auto 30px;
  border-radius: 25px;
  border: 1px solid #000;
  text-align: center;
}
#products h3 img {
  width: 61.7%;
}
#products ul.product_list li {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#products ul.product_list li dl {
  width: 100%;
}
#products ul.product_list li dl dt {
  width: 100%;
  text-align: center;
}
#products ul.product_list li dl .photo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.646vw;
  line-height: 1.56;
}
#products ul.product_list li dl .photo p {
  padding-left: 4px;
}
#products ul.product_list li dl .photo div {
  padding-top: 10px;
}
#products ul.product_list li .detail p {
  margin-top: -50px;
  padding-left: 4px;
  width: 148.5px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#products ul.product_list li .detail p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148.5px;
  height: 38px;
  background-image: url(../img/products/btn_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  margin: 0 auto;
}
#products ul.product_list li .detail p a span {
  background-image: url(../img/common/arr_whRight.svg);
  background-repeat: no-repeat;
  background-size: 8px 13.6px;
  background-position: right center;
  padding: 0 20px 0 0;
}
#products ul.product_list li.aquaforte dl dt img {
  width: 59.7%;
  padding-top: 20px;
}
#products ul.product_list li.aquaforte dl dd.photo p {
  padding-bottom: 20px;
}
#products ul.product_list li.aquaforte dl dd img {
  width: 150px;
  padding-left: 10px;
}
#products ul.product_list li.caredry dl {
  border-top: 1px dotted #000;
  padding-top: 40px;
  margin-top: 50px;
}
#products ul.product_list li.caredry dl dt img {
  width: 48.4%;
}
#products ul.product_list li.caredry dl dd {
  margin-top: -50px;
  margin-right: 20px;
}
#products ul.product_list li.caredry dl dd img {
  width: 100px;
  padding-left: 30%;
}
#products ul.product_list li.caredry .detail p {
  margin-top: -80px;
}
#products .role {
  margin-top: 70px;
  background-color: #ecece7;
  padding: 27px 0 27px;
}
#products .role h4 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#products .role .role_img {
  margin: 12px auto 0;
  width: 93.8%;
  text-align: center;
}

/* faq *****************************************************************/
#faq {
  width: 88%;
  margin: 0 auto;
}
#faq .contents_basicWrap {
  border-radius: 12px;
  padding-bottom: 60px;
}
#faq h4 {
  font-size: 17.5px;
  color: #fff;
  text-align: center;
  background-color: #717071;
  border-radius: 6px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 19px 0;
}
#faq .faqbox {
  padding-top: 6px;
}
#faq .faqbox .accordion_one {
  margin: 0 auto;
}
#faq .faqbox .accordion_one .accordion_header {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #000;
  margin: 16px auto 0;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  position: relative;
}
#faq .faqbox .accordion_one .accordion_header .icon_q {
  width: 64px;
  height: 59px;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto auto;
  left: -8px;
}
#faq .faqbox .accordion_one .accordion_header h5 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 0;
  margin: 0 40px;
  letter-spacing: -0.05em;
  line-height: 1;
}
#faq .faqbox .accordion_one .accordion_header .arr_open {
  position: absolute;
  top: 10px;
  right: 10px;
  padding-bottom: 20px;
  padding-right: 15px;
  background-image: url(../img/common/arr_bkBtm.svg);
  background-repeat: no-repeat;
  background-size: 15px 8.8px;
  background-position: left bottom;
}
#faq .faqbox .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
#faq .faqbox .accordion_one .accordion_header.open .arr_open {
  display: none;
}
#faq .faqbox .accordion_one .accordion_inner {
  display: none;
  width: 100%;
  background-color: #FFF;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 6px 6px;
  margin: 0 auto 40px;
}
#faq .faqbox .accordion_one .accordion_inner .box_one {
  position: relative;
  background-color: #e9eced;
  padding: 20px 10px 25px 50px;
}
#faq .faqbox .accordion_one .accordion_inner .box_one .icon_a {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 12px 0;
  width: 30px;
  line-height: 1;
}
#faq .faqbox .accordion_one .accordion_inner p.txt_a_ac {
  font-size: 12px;
  line-height: 1.75;
  margin: 0;
}
#faq .faqbox .accordion_one .accordion_inner .photo {
  padding-top: 20px;
  padding-right: 10px;
}
#faq .faqbox .accordion_one .accordion_inner .closeArea {
  width: 100%;
}
#faq .faqbox .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: block;
  text-align: center;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #717071;
  opacity: 0.9;
  font-size: 15px;
  padding: 9px 0 13px;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 0 0 6px 6px;
}
#faq .faqbox .accordion_one .accordion_inner .closeArea .close_box a.close_btn img {
  width: 15px;
}
#faq .faqbox .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: 0.8;
}

/* contact *****************************************************************/
#contact {
  padding-bottom: 66px;
}
#contact .document_wrap {
  position: relative;
  margin: 0 auto;
  width: 88%;
  padding-bottom: 10px;
  background-color: #e9eced;
}
#contact .document_wrap .inner_wrap {
  padding: 20px 0;
  position: relative;
}
#contact .document_wrap h4 {
  font-size: 17.5px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .document_wrap p {
  margin: 13px 13px 0;
  font-size: 13px;
  line-height: 1.75;
}
#contact .document_wrap .request {
  margin-top: 220px;
}
#contact .document_wrap .request p {
  font-size: 17px;
  letter-spacing: 0.1em;
}
#contact .document_wrap .request p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 244px;
  height: 54px;
  background-image: url(../img/contact/document_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 0 auto;
}
#contact .document_wrap .request p a span {
  display: inline-block;
  padding-left: 45px;
  padding-right: 38px;
  padding-top: 4px;
  background-image: url(../img/contact/document_icon.svg), url(../img/common/arr_whCircle.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 26px 28.4px, 18px 18px;
  background-position: left center, right center;
}
#contact .document_wrap .photo {
  position: absolute;
  bottom: 96px;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 187px;
}
#contact .experience_wrap {
  width: 88%;
  margin: 35px auto 0;
  padding-top: 34%;
  padding-bottom: 35px;
  background-image: url(../img/contact/experience_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  background-color: #eacede;
}
#contact .experience_wrap .txt {
  text-align: center;
}
#contact .experience_wrap .txt p {
  margin-top: 23px;
  font-size: 13px;
  line-height: 1.56;
  text-align: center;
}
#contact .experience_wrap .btn p {
  margin-top: 12px;
  font-size: 17px;
  font-weight: bold;
}
#contact .experience_wrap .btn p a {
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76%;
  padding: 8px 0;
  margin: 0 auto;
  color: #000;
}
#contact .experience_wrap .btn p a span {
  display: inline-block;
  padding-right: 22px;
  padding-top: 4px;
  background-image: url(../img/common/arr_bkCircle.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
}
#contact .contact_wrap p.read {
  margin-top: 56px;
  text-align: center;
  font-size: 13px;
  color: #737373;
}
#contact .contact_wrap .btn p {
  margin-top: 14px;
  font-size: 18px;
}
#contact .contact_wrap .btn p a {
  border: 1px solid #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76%;
  height: 64px;
  margin: 0 auto;
  color: #737373;
  border-radius: 5px;
}
#contact .contact_wrap .btn p a span {
  display: inline-block;
  padding-right: 26px;
  padding-top: 4px;
  background-image: url(../img/common/arr_grCircle.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
}

footer {
  border-top: 1px solid #bfbfbf;
  text-align: center;
  padding: 26px 0 56px;
}
footer .read {
  font-size: 12px;
  line-height: 1.58;
}
footer .bnr {
  width: 78.5%;
  margin: 18px auto 50px;
}
footer .bnr img {
  border: 1px solid #d5d5d5;
}
footer .logo {
  display: block;
  margin: 0 auto 16px auto;
  width: 143px;
  line-height: 0;
}
footer .copy {
  font-family: "Arial", sans-serif;
  padding: 0 30px;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

/* modal */
.inline-link {
  color: #fff;
}

#inline-popup1, #inline-popup2, #inline-popup3 {
  background-color: #fff;
  margin: 100px 4%;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}

.mfp-fade .mfp-container .mfp-content .mfp-close {
  width: 58px;
  height: 58px;
  position: absolute !important;
  top: -64px;
  right: 0px;
  background: url("../img/common/modal_closebtn.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
}

#inline-popup1 .modal-wrap, #inline-popup2 .modal-wrap, #inline-popup3 .modal-wrap {
  position: relative;
}
#inline-popup1 .modal-wrap .modal-case dl, #inline-popup2 .modal-wrap .modal-case dl, #inline-popup3 .modal-wrap .modal-case dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-left: -10px;
}
#inline-popup1 .modal-wrap .modal-case dl dt, #inline-popup2 .modal-wrap .modal-case dl dt, #inline-popup3 .modal-wrap .modal-case dl dt {
  width: 27%;
  text-align: right;
}
#inline-popup1 .modal-wrap .modal-case dl dt img, #inline-popup2 .modal-wrap .modal-case dl dt img, #inline-popup3 .modal-wrap .modal-case dl dt img {
  width: 47px;
  padding-right: 12px;
}
#inline-popup1 .modal-wrap .modal-case dl dt + dd, #inline-popup2 .modal-wrap .modal-case dl dt + dd, #inline-popup3 .modal-wrap .modal-case dl dt + dd {
  width: 36%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}
#inline-popup1 .modal-wrap .modal-case dl dt + dd + dd, #inline-popup2 .modal-wrap .modal-case dl dt + dd + dd, #inline-popup3 .modal-wrap .modal-case dl dt + dd + dd {
  width: 37%;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}
#inline-popup1 .modal-wrap .modal-case dl dt + dd + dd img, #inline-popup2 .modal-wrap .modal-case dl dt + dd + dd img, #inline-popup3 .modal-wrap .modal-case dl dt + dd + dd img {
  padding-bottom: 2px;
}
#inline-popup1 .modal-wrap .modal-case dl dt + dd + dd img.txt, #inline-popup2 .modal-wrap .modal-case dl dt + dd + dd img.txt, #inline-popup3 .modal-wrap .modal-case dl dt + dd + dd img.txt {
  width: 98px;
}
#inline-popup1 .modal-wrap .modal-photo, #inline-popup2 .modal-wrap .modal-photo, #inline-popup3 .modal-wrap .modal-photo {
  position: absolute;
  top: 0px;
  right: 0px;
}
#inline-popup1 .modal-wrap .modal-photo .img01, #inline-popup2 .modal-wrap .modal-photo .img01, #inline-popup3 .modal-wrap .modal-photo .img01 {
  width: 70px;
}
#inline-popup1 .modal-wrap .modal-photo .img01 img, #inline-popup2 .modal-wrap .modal-photo .img01 img, #inline-popup3 .modal-wrap .modal-photo .img01 img {
  width: 100%;
}
#inline-popup1 .modal-wrap .modal-mv, #inline-popup2 .modal-wrap .modal-mv, #inline-popup3 .modal-wrap .modal-mv {
  width: 88%;
  margin: 16px auto 0;
  z-index: 3;
}
#inline-popup1 .modal-wrap .modal-ttl, #inline-popup2 .modal-wrap .modal-ttl, #inline-popup3 .modal-wrap .modal-ttl {
  width: 88%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 26px;
}
#inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-left, #inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-right, #inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-left, #inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-right, #inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-left, #inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-right {
  width: 88%;
  margin: 0 auto;
}
#inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-left h4, #inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-right h4, #inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-left h4, #inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-right h4, #inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-left h4, #inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-right h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
}
#inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-left p, #inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-right p, #inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-left p, #inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-right p, #inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-left p, #inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-right p {
  font-size: 12px;
  line-height: 1.625;
  letter-spacing: -0.05em;
  margin: 15px 0 0;
}
#inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-left .img02, #inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-right .img02, #inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-left .img02, #inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-right .img02, #inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-left .img02, #inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-right .img02 {
  margin-top: 24px;
}
#inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-right, #inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-right, #inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-right {
  margin-top: 20px;
}
#inline-popup1 .modal-wrap .modal-profile, #inline-popup2 .modal-wrap .modal-profile, #inline-popup3 .modal-wrap .modal-profile {
  width: 88%;
  margin: 24px auto 0;
  border-top: 1px solid #000;
}
#inline-popup1 .modal-wrap .modal-profile dl, #inline-popup2 .modal-wrap .modal-profile dl, #inline-popup3 .modal-wrap .modal-profile dl {
  padding: 10px 0 10px;
}
#inline-popup1 .modal-wrap .modal-profile dl dt, #inline-popup2 .modal-wrap .modal-profile dl dt, #inline-popup3 .modal-wrap .modal-profile dl dt {
  line-height: 1;
}
#inline-popup1 .modal-wrap .modal-profile dl dd, #inline-popup2 .modal-wrap .modal-profile dl dd, #inline-popup3 .modal-wrap .modal-profile dl dd {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.45;
}

#inline-popup1 .modal-wrap {
  position: relative;
}
#inline-popup1 .modal-wrap .modal-case dl dt + dd img {
  width: 96.5px;
}
#inline-popup1 .modal-wrap .modal-case dl dt + dd + dd img.logo_aquaforte {
  width: 96px;
}
#inline-popup1 .modal-wrap .modal-photo {
  position: absolute;
  top: 60px;
  right: 30px;
}
#inline-popup1 .modal-wrap .modal-photo .img01 {
  width: 56px;
}
#inline-popup1 .modal-wrap .modal-photo .img01 img {
  width: 100%;
}
#inline-popup1 .modal-wrap .modal-profile dt img {
  width: 98px;
}

#inline-popup2 .modal-wrap {
  position: relative;
}
#inline-popup2 .modal-wrap .modal-case dl dt + dd img {
  width: 51.5px;
}
#inline-popup2 .modal-wrap .modal-case dl dt + dd + dd img.logo_caredry {
  width: 81px;
}
#inline-popup2 .modal-wrap .modal-photo {
  position: absolute;
  top: 70px;
  right: 40px;
  z-index: 4;
}
#inline-popup2 .modal-wrap .modal-photo .img01 {
  width: 44px;
}
#inline-popup2 .modal-wrap .modal-photo .img01 img {
  width: 100%;
}
#inline-popup2 .modal-wrap .modal-profile dt img {
  width: 54px;
}

#inline-popup3 .modal-wrap {
  position: relative;
}
#inline-popup3 .modal-wrap .modal-case dl dt + dd img {
  width: 88.5px;
}
#inline-popup3 .modal-wrap .modal-case dl dt + dd + dd {
  line-height: 1;
}
#inline-popup3 .modal-wrap .modal-case dl dt + dd + dd img.logo_aquaforte {
  width: 76px;
}
#inline-popup3 .modal-wrap .modal-case dl dt + dd + dd img.logo_caredry {
  width: 76px;
}
#inline-popup3 .modal-wrap .modal-photo {
  position: absolute;
  top: 60px;
  right: 30px;
  display: flex;
  z-index: 4;
}
#inline-popup3 .modal-wrap .modal-photo .img01 {
  margin-top: 10px;
  width: 54px;
}
#inline-popup3 .modal-wrap .modal-photo .img01 img {
  width: 100%;
}
#inline-popup3 .modal-wrap .modal-photo .img02 {
  margin-left: 6px;
  width: 36px;
}
#inline-popup3 .modal-wrap .modal-photo .img02 img {
  width: 100%;
}
#inline-popup3 .modal-wrap .modal-profile dt img {
  width: 164.5px;
}