@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;
  }
}

img {
  width: 100%;
}

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;
  min-width: 1240px;
}

.contents_basicWrap {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .contents_basicWrap {
    width: 100%;
  }
}

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

.wrapper {
  overflow: hidden;
}

.slick-dots {
  padding: 0 0 0 4.35%;
}

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

/* ヘッダー *****************************************************************/
header {
  margin: 0 auto;
  z-index: 100;
}
header .site-header {
  margin: 0 auto;
  width: 1240px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  header .site-header {
    width: 100%;
  }
}

h1 {
  margin-left: 80px;
  background-color: #050915;
  width: 213px;
  height: 235px;
  display: block;
  text-align: center;
  transition: 0.5s;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  h1 {
    margin-left: 0px;
    background-color: #050915;
    width: 213px;
    height: 235px;
    display: block;
    text-align: center;
    transition: 0.5s;
  }
}
h1 img {
  transition: 0.5s;
  margin-top: 30px;
  width: 55.4%;
}

.reservation {
  position: fixed;
  top: 0;
  right: 8.7%;
  z-index: 100;
  transition: 0.5s;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .reservation {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
.reservation p {
  font-size: 22px;
}
.reservation p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 229px;
  height: 85px;
  letter-spacing: 0.1em;
  background-image: url(../img/common/bg_reservation.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #fff;
}
.reservation p a span {
  display: inline-block;
  padding-left: 44px;
  padding-top: 0;
  background-image: url(../img/common/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: 30px 27.7px;
  background-position: left 2px;
}

/* MV *****************************************************************/
.MV_wrap {
  margin-top: -44px;
  width: 100%;
  display: flex;
}
.MV_wrap #MV-slide {
  width: 91.3%;
}
.MV_wrap #MV-slide img {
  width: 100%;
}
.MV_wrap .txt {
  width: 8.7%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#MV_read {
  padding: 146px 0 100px;
  text-align: center;
}
#MV_read h2 {
  width: 788px;
  margin: 0 auto 76px;
}
#MV_read p {
  font-size: 18px;
  line-height: 2.6;
  letter-spacing: 0.1em;
}

/* introduction *****************************************************************/
#introduction .introduction_area01 {
  background-color: #e9eced;
  padding: 76px 0 110px;
}
#introduction .introduction_area01 h3 {
  width: 508px;
  margin: 0 auto;
  text-align: center;
}
#introduction .introduction_area01 ul {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
#introduction .introduction_area01 ul li {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#introduction .introduction_area01 ul li img {
  width: 304px;
  padding-bottom: 20px;
}
#introduction .introduction_area02 {
  width: 100%;
  background-image: url(../img/introduction/solution_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0 130px;
  position: relative;
}
#introduction .introduction_area02 .arr {
  width: 198px;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto auto;
}
#introduction .introduction_area02 h3 {
  width: 460px;
  padding: 13px 0;
  line-height: 1;
  margin: 0 auto;
  border-radius: 24px;
  background-color: #000;
  text-align: center;
}
#introduction .introduction_area02 h3 img {
  width: 272px;
}
#introduction .introduction_area02 ul {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}
#introduction .introduction_area02 ul li {
  width: 305px;
}
#introduction .introduction_area03 {
  width: 100%;
  position: relative;
  height: 360px;
}
#introduction .introduction_area03 ul {
  position: absolute;
  top: -220px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-left: 32px;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#introduction .introduction_area03 ul li {
  font-size: 16px;
  text-align: center;
  margin: 0 50px;
}
#introduction .introduction_area03 ul li img {
  padding-bottom: 22px;
}
#introduction .introduction_area03 ul li.aquaforte img {
  width: 334px;
}
#introduction .introduction_area03 ul li.caredry img {
  width: 210px;
}

/* casestudy *****************************************************************/
#casestudy {
  background-color: #e9eced;
  padding: 90px 0 43px;
}
#casestudy h3 {
  padding: 15px 0;
  line-height: 1;
  margin: 0 26px 76px;
  border-radius: 25px;
  border: 2px solid #000;
  text-align: center;
}
#casestudy h3 img {
  width: 335px;
}
#casestudy ul li {
  position: relative;
  height: 392px;
  margin-bottom: 96px;
}
#casestudy ul li dl {
  text-align: center;
  z-index: 2;
  line-height: 1;
}
#casestudy ul li dl dt {
  padding-right: 13px;
  padding-bottom: 10px;
}
#casestudy ul li dl dt + dd {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#casestudy ul li dl dt + dd + dd img {
  padding-bottom: 6px;
}
#casestudy ul li.case01 dl {
  position: absolute;
  top: -30px;
  left: 90px;
}
#casestudy ul li.case02 dl {
  position: absolute;
  top: -40px;
  right: 90px;
}
#casestudy ul li.case03 dl {
  position: absolute;
  top: -48px;
  left: 176px;
}
#casestudy ul li .case_wrap a {
  display: block;
  width: 100%;
  height: 392px;
  color: #000;
  border-radius: 25px;
}
#casestudy ul li .case_wrap a:hover {
  opacity: 0.8;
}
#casestudy ul li .case_wrap a p {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#casestudy ul li .case_wrap a p:hover {
  opacity: 0.8;
}
#casestudy ul li .case_wrap a .btn {
  position: absolute;
  bottom: 32px;
  right: 25px;
  width: 150px;
  padding: 7px 0;
  text-align: center;
  line-height: 1;
  border: 2px solid #000;
  letter-spacing: -2px;
}
#casestudy ul li .case_wrap a .btn p {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}
#casestudy ul li .case_wrap a .btn p span {
  background-image: url(../img/common/arr_bkRight.svg);
  background-repeat: no-repeat;
  background-size: 8px 13.6px;
  background-position: right center;
  padding: 0 26px 0 10px;
}
#casestudy ul li.case01 dl dt img {
  width: 102px;
}
#casestudy ul li.case01 dl dt + dd img {
  width: 122px;
}
#casestudy ul li.case01 dl .txt {
  width: 118.5px;
}
#casestudy ul li.case01 .logo_aquaforte {
  width: 119.5px;
  margin-top: 4px;
}
#casestudy ul li.case01 .case_wrap {
  background-image: url(../img/casestudy/case01_bg.jpg);
  transition: opacity 0.3s;
  border-radius: 15px;
  z-index: 1;
}
#casestudy ul li.case01 .case_wrap:hover {
  opacity: 0.8;
}
#casestudy ul li.case01 .case_wrap .txt01 {
  position: absolute;
  top: 180px;
  right: 210px;
}
#casestudy ul li.case01 .case_wrap .txt02 {
  position: absolute;
  top: 224px;
  right: 78px;
}
#casestudy ul li.case02 dl dt {
  padding-right: 8px;
}
#casestudy ul li.case02 dl dt + dd {
  padding-bottom: 2px;
}
#casestudy ul li.case02 dl dt img {
  width: 121px;
}
#casestudy ul li.case02 dl dt + dd img {
  width: 67px;
}
#casestudy ul li.case02 dl .txt {
  width: 118.5px;
}
#casestudy ul li.case02 .logo_caredry {
  width: 110.5px;
  margin-top: 10px;
}
#casestudy ul li.case02 .case_wrap {
  background-image: url(../img/casestudy/case02_bg.jpg);
  border-radius: 15px;
  transition: opacity 0.3s;
  z-index: 1;
}
#casestudy ul li.case02 .case_wrap:hover {
  opacity: 0.8;
}
#casestudy ul li.case02 .case_wrap .txt01 {
  position: absolute;
  top: 240px;
  left: 79px;
}
#casestudy ul li.case02 .case_wrap .txt02 {
  position: absolute;
  top: 284px;
  left: 158px;
}
#casestudy ul li.case03 dl dt {
  padding-right: 0px;
}
#casestudy ul li.case03 dl dt + dd {
  padding-top: 16px;
  padding-bottom: 10px;
}
#casestudy ul li.case03 dl dt img {
  width: 122.5px;
}
#casestudy ul li.case03 dl dt + dd img {
  width: 136px;
}
#casestudy ul li.case03 dl .txt {
  width: 118.5px;
}
#casestudy ul li.case03 .logo_aquaforte {
  width: 119.5px;
  margin-top: 4px;
}
#casestudy ul li.case03 .logo_caredry {
  width: 110.5px;
  margin-top: 4px;
}
#casestudy ul li.case03 .case_wrap {
  background-image: url(../img/casestudy/case03_bg.jpg);
  border-radius: 15px;
  transition: opacity 0.3s;
  z-index: 1;
}
#casestudy ul li.case03 .case_wrap:hover {
  opacity: 0.8;
}
#casestudy ul li.case03 .case_wrap .txt01 {
  position: absolute;
  top: 48px;
  left: 415px;
}
#casestudy ul li.case03 .case_wrap .txt02 {
  position: absolute;
  top: 88px;
  left: 573px;
}

/* voice *****************************************************************/
#voice {
  padding: 130px 0 100px;
  width: 804px;
  margin: 0 auto;
}
#voice .movie_wrap {
  position: relative;
}
#voice .movie_wrap .icon_wrap {
  position: absolute;
  width: 220px;
  height: 220px;
  top: -90px;
  right: -156px;
}
#voice .btn p {
  margin-top: 90px;
  font-size: 21px;
}
#voice .btn p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 451px;
  height: 99px;
  margin: 0 auto;
  background-image: url(../img/common/bg_reservation_long.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #fff;
}
#voice .btn p a span {
  display: inline-block;
  padding-right: 38px;
  padding-top: 4px;
  background-image: url(../img/common/arr_whCircle.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 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.png);
  background-repeat: no-repeat;
  background-size: contain auto;
  background-position: center center;
  background-color: #000;
  text-align: center;
  padding: 248px 0 180px;
}
#concept h2 {
  line-height: 1;
  width: 622px;
  margin: 0 auto;
}
#concept p {
  line-height: 1;
  width: 482px;
  margin: 95px auto 0;
}

/* value *****************************************************************/
#value {
  padding: 108px 0 30px;
  background-color: #e9eced;
}
#value h3 {
  padding: 15px 0;
  line-height: 1;
  margin: 0 26px 26px;
  border-radius: 25px;
  border: 2px solid #000;
  text-align: center;
}
#value h3 img {
  width: 233px;
}
#value .read {
  text-align: center;
}
#value .read h4 {
  font-size: 45px;
  letter-spacing: 0.1em;
}
#value .read p {
  margin-top: 8px;
  font-size: 16px;
}
#value .point ul {
  display: flex;
  justify-content: center;
  padding-top: 34px;
  padding-bottom: 55px;
}
#value .point ul li {
  margin: 0 35px;
}
#value .point ul li img {
  width: 267px;
}

#value .contents-inner {
  margin-bottom: 78px;
  position: relative;
  border-radius: 12px;
}
#value .contents-inner .icon {
  width: 134px;
  position: absolute;
  top: -36px;
  left: 0;
}
#value .contents-inner .icon img {
  width: 100%;
}
#value .contents-inner .inner_wrap {
  padding-left: 70px;
  height: 425px;
}
#value .contents-inner .inner_wrap p.txt01 {
  padding-left: 7px;
  font-size: 18px;
  line-height: 1.45;
  margin-top: 24px;
}
#value .contents-inner .inner_wrap .pic01 {
  margin-top: 12px;
}
#value .contents-inner h5 {
  margin-left: 96px;
  height: 76px;
  width: 476px;
  vertical-align: bottom;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: flex-end;
}
#value .contents-inner .accordion-btn {
  width: 100%;
}
#value .contents-inner .accordion-btn a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  height: 40px;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #717071;
  opacity: 0.9;
  border-radius: 0 0 12px 12px;
  font-size: 22px;
  padding: 9px 0;
  line-height: 1;
  color: #FFF;
}
#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 8.2px;
  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 .contents-inner {
  background-image: url(../img/value/value01_bg.png);
  background-repeat: no-repeat;
  background-size: 520px auto;
  background-position: right top;
  background-color: #FFF;
}
#value01 .contents-inner .inner_wrap h5 img {
  width: 218px;
}
#value01 .contents-inner .inner_wrap .pic01 {
  width: 473px;
}
#value01 .contents-inner .inner_wrapBtm {
  padding-bottom: 90px;
}
#value01 .contents-inner .pic02 {
  width: 410px;
  padding-left: 86px;
  margin-top: -26px;
}
#value01 .contents-inner .pic02note {
  padding-left: 86px;
  font-size: 13px;
  margin-top: 6px;
  letter-spacing: -0.05em;
}
#value01 .contents-inner .txt02 {
  padding-left: 77px;
  margin-top: 70px;
  font-size: 18px;
  line-height: 1.45;
}
#value01 .contents-inner .txt03 {
  padding-left: 77px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.45;
}
#value01 .contents-inner .pic03 {
  width: 937px;
  padding-left: 70px;
  margin-top: 8px;
}
#value01 .contents-inner .photo {
  display: flex;
  justify-content: space-between;
  width: 936px;
  margin: 16px auto 0;
}
#value01 .contents-inner .photo li {
  width: 221px;
}

#value02 .contents-inner {
  background-image: url(../img/value/value02_bg.png);
  background-repeat: no-repeat;
  background-size: 520px auto;
  background-position: right top;
  background-color: #FFF;
}
#value02 .contents-inner .inner_wrap h5 img {
  width: 240px;
}
#value02 .contents-inner .inner_wrap .pic01 {
  width: 474px;
}
#value02 .contents-inner .inner_wrapBtm {
  position: relative;
  padding-bottom: 70px;
}
#value02 .contents-inner .pic02 {
  width: 733px;
  padding-left: 70px;
  margin-top: 12px;
}
#value02 .contents-inner .txt02 {
  padding-left: 77px;
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.45;
}
#value02 .contents-inner .pic03 {
  width: 729px;
  padding-left: 70px;
  margin-top: 12px;
}
#value02 .contents-inner .txt03 {
  padding-left: 77px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.45;
}
#value02 .contents-inner .photo {
  position: absolute;
  top: 0;
  right: 40px;
}
#value02 .contents-inner .photo div {
  width: 256px;
  margin-top: 58px;
}
#value02 .contents-inner .photo div + div {
  margin-top: 130px;
}

#value03 .contents-inner {
  background-image: url(../img/value/value03_bg.png);
  background-repeat: no-repeat;
  background-size: 520px auto;
  background-position: right top;
  background-color: #FFF;
}
#value03 .contents-inner .inner_wrap h5 img {
  width: 220px;
}
#value03 .contents-inner .inner_wrap .pic01 {
  width: 474px;
}
#value03 .contents-inner .inner_wrapBtm {
  position: relative;
  padding-bottom: 70px;
}
#value03 .contents-inner .pic02 {
  width: 729px;
  padding-left: 70px;
  margin-top: 12px;
}
#value03 .contents-inner .txt02 {
  padding-left: 77px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.45;
}
#value03 .contents-inner .pic03 {
  width: 256px;
  position: absolute;
  top: 80px;
  right: 50px;
}
#value03 .contents-inner .pic01-2 {
  display: none;
}

/* products *****************************************************************/
#products {
  padding: 110px 0 140px;
}
#products h3 {
  padding: 15px 0;
  line-height: 1;
  margin: 0 26px 26px;
  border-radius: 25px;
  border: 2px solid #000;
  text-align: center;
}
#products h3 img {
  width: 292px;
}
#products ul.product_list {
  padding-top: 34px;
  display: flex;
  justify-content: center;
}
#products ul.product_list li {
  margin: 0 50px;
}
#products ul.product_list li dl dt {
  text-align: center;
}
#products ul.product_list li dl .photo {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.75;
}
#products ul.product_list li dl .photo p {
  padding-bottom: 70px;
}
#products ul.product_list li dl .photo div {
  padding-top: 30px;
  height: 364px;
}
#products ul.product_list li .detail {
  margin-top: 22px;
}
#products ul.product_list li .detail p {
  font-size: 17px;
  letter-spacing: 0.1em;
}
#products ul.product_list li .detail p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 41px;
  background-image: url(../img/products/btn_bg.png);
  background-repeat: no-repeat;
  background-size: auto 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: 414px;
  padding-right: 40px;
}
#products ul.product_list li.aquaforte dl dd img {
  width: 295px;
  padding-left: 20px;
}
#products ul.product_list li.caredry dl dt img {
  width: 300px;
}
#products ul.product_list li.caredry dl dd img {
  width: 170px;
}
#products .role {
  margin-top: 90px;
  border-radius: 12px;
  background-color: #ecece7;
  padding: 40px 0 60px;
}
#products .role h4 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#products .role .role_img {
  width: 950px;
  margin: 26px auto 0;
  text-align: center;
}

/* faq *****************************************************************/
#faq {
  padding-bottom: 110px;
}
#faq .contents_basicWrap {
  background-color: #e9eced;
  border-radius: 6px;
  padding-bottom: 60px;
}
#faq h4 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  background-color: #717071;
  border-radius: 6px 6px 0 0;
  line-height: 1;
  padding: 39px 0;
  letter-spacing: 0.1em;
}
#faq .faqbox {
  padding-top: 39px;
}
#faq .faqbox .accordion_one {
  margin: 0 auto;
}
#faq .faqbox .accordion_one .accordion_header {
  width: 880px;
  background-color: #FFF;
  border: 1px solid #000;
  margin: 13px auto 0;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  position: relative;
  display: flex;
  justify-content: center;
}
#faq .faqbox .accordion_one .accordion_header .icon_q {
  padding: 12px 0;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 33px;
  width: 54px;
}
#faq .faqbox .accordion_one .accordion_header h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1;
}
#faq .faqbox .accordion_one .accordion_header .arr_open {
  position: absolute;
  top: 20px;
  right: 72px;
  padding-bottom: 20px;
  padding-right: 28px;
  background-image: url(../img/common/arr_bkBtm.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
  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: 880px;
  background-color: #FFF;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto 40px;
}
#faq .faqbox .accordion_one .accordion_inner .box_one {
  display: flex;
  padding: 20px 30px 45px;
}
#faq .faqbox .accordion_one .accordion_inner .box_one .icon_a {
  padding: 12px 0;
  line-height: 1;
}
#faq .faqbox .accordion_one .accordion_inner .box_one .icon_a img {
  width: 54px;
}
#faq .faqbox .accordion_one .accordion_inner .box_one .photo {
  margin-top: 10px;
}
#faq .faqbox .accordion_one .accordion_inner .box_one .photo img {
  width: 251px;
}
#faq .faqbox .accordion_one .accordion_inner p.txt_a_ac {
  font-size: 14px;
  line-height: 1.75;
  margin: 10px 38px 0 26px;
}
#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;
  height: 36px;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #717071;
  opacity: 0.9;
  font-size: 22px;
  padding: 4px 0;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
  transition-duration: 0.2s;
}
#faq .faqbox .accordion_one .accordion_inner .closeArea .close_box a.close_btn img {
  width: 22px;
}
#faq .faqbox .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: 0.8;
}

/* contact *****************************************************************/
#contact {
  padding-bottom: 98px;
}
#contact .document_wrap {
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 784px;
  background-color: #e9eced;
  display: flex;
}
#contact .document_wrap .inner_wrap {
  padding: 0 22px 0 50px;
}
#contact .document_wrap h4 {
  margin-top: 33px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .document_wrap p {
  margin-top: 18px;
  width: 400px;
  font-size: 14px;
  line-height: 1.75;
}
#contact .document_wrap .request p {
  font-size: 20px;
  letter-spacing: 0.1em;
}
#contact .document_wrap .request p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 62px;
  background-image: url(../img/contact/document_bg.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  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: 30px 32.8px, 20px 20px;
  background-position: left center, right center;
  transition: 0.5s;
}
#contact .document_wrap .photo {
  width: 285px;
  margin-top: -12px;
}
#contact .document_wrap .photo img {
  width: 100%;
}
#contact .experience_wrap {
  margin-top: 124px;
  height: 270px;
  margin-left: 40px;
  padding-left: 698px;
  background-image: url(../img/contact/experience_bg.jpg);
  background-repeat: no-repeat;
  background-size: 698px auto;
  background-position: left top;
  background-color: #eacede;
}
#contact .experience_wrap .txt {
  width: 344px;
  height: 270px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#contact .experience_wrap .txt p {
  width: 344px;
  text-align: center;
}
#contact .experience_wrap .txt > p {
  letter-spacing: 0.1em;
  line-height: 1.75;
}
#contact .experience_wrap .btn p {
  margin-top: 17px;
  font-size: 18px;
  font-weight: bold;
}
#contact .experience_wrap .btn p a {
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 276px;
  height: 58px;
  margin: 0 auto;
  color: #000;
}
#contact .experience_wrap .btn p a:hover {
  opacity: 0.8;
}
#contact .experience_wrap .btn p a span {
  display: inline-block;
  padding-right: 26px;
  padding-top: 4px;
  background-image: url(../img/common/arr_bkCircle.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right center;
  transition: 0.5s;
}
#contact .experience_wrap .btn p a:hover span {
  opacity: 0.8;
  padding-right: 36px;
  padding-left: 10px;
}
#contact .contact_wrap p.read {
  margin-top: 120px;
  text-align: center;
  font-size: 19px;
  color: #737373;
}
#contact .contact_wrap .btn p {
  margin-top: 20px;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#contact .contact_wrap .btn p a {
  border: 2px solid #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 98px;
  margin: 0 auto;
  color: #737373;
  border-radius: 5px;
}
#contact .contact_wrap .btn p a:hover {
  opacity: 0.8;
}
#contact .contact_wrap .btn p a span {
  display: inline-block;
  padding-right: 38px;
  padding-top: 4px;
  background-image: url(../img/common/arr_grCircle.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 1px center;
  transition: 0.5s;
}
#contact .contact_wrap .btn p a:hover span {
  padding-right: 48px;
  padding-left: 10px;
}

footer {
  border-top: 1px solid #bfbfbf;
  text-align: center;
  padding: 48px 0;
}
footer .read {
  font-size: 20px;
}
footer .bnr {
  width: 401px;
  margin: 34px auto 0;
}
footer .bnr img {
  border: 1px solid #d5d5d5;
}
footer .logo {
  display: block;
  margin: 76px auto 0;
  width: 200px;
  line-height: 0;
}
footer .copy {
  margin-top: 26px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

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

#inline-popup1, #inline-popup2, #inline-popup3 {
  background-color: #fff;
  margin: 100px auto;
  padding: 46px 80px 46px 90px;
  box-sizing: border-box;
  max-width: 1080px;
  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, #inline-popup2 .modal-wrap .modal-case, #inline-popup3 .modal-wrap .modal-case {
  position: absolute;
  top: 0px;
  right: -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: 300px;
  border-bottom: 1px solid #000;
}
#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: 77px;
  padding-left: 34px;
  padding-bottom: 8px;
}
#inline-popup1 .modal-wrap .modal-case dl dd, #inline-popup2 .modal-wrap .modal-case dl dd, #inline-popup3 .modal-wrap .modal-case dl dd {
  padding-left: 20px;
}
#inline-popup1 .modal-wrap .modal-case dl dd img, #inline-popup2 .modal-wrap .modal-case dl dd img, #inline-popup3 .modal-wrap .modal-case dl dd img {
  padding-top: 4px;
}
#inline-popup1 .modal-wrap .modal-case dl .txt, #inline-popup2 .modal-wrap .modal-case dl .txt, #inline-popup3 .modal-wrap .modal-case dl .txt {
  width: 91px;
  padding-left: 10px;
}
#inline-popup1 .modal-wrap .modal-case dl .logo_aquaforte, #inline-popup2 .modal-wrap .modal-case dl .logo_aquaforte, #inline-popup3 .modal-wrap .modal-case dl .logo_aquaforte {
  width: 101px;
}
#inline-popup1 .modal-wrap .modal-case dl .logo_caredry, #inline-popup2 .modal-wrap .modal-case dl .logo_caredry, #inline-popup3 .modal-wrap .modal-case dl .logo_caredry {
  width: 96px;
}
#inline-popup1 .modal-wrap .modal-photo, #inline-popup2 .modal-wrap .modal-photo, #inline-popup3 .modal-wrap .modal-photo {
  position: absolute;
  top: 0;
  right: 0;
}
#inline-popup1 .modal-wrap .modal-photo .img01, #inline-popup2 .modal-wrap .modal-photo .img01, #inline-popup3 .modal-wrap .modal-photo .img01 {
  width: 130px;
}
#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 {
  position: absolute;
  top: 184px;
  right: 0;
  width: 420px;
  z-index: 3;
}
#inline-popup1 .modal-wrap .modal-ttl, #inline-popup2 .modal-wrap .modal-ttl, #inline-popup3 .modal-wrap .modal-ttl {
  padding-top: 25px;
  padding-bottom: 60px;
}
#inline-popup1 .modal-wrap .modal-txtwrap, #inline-popup2 .modal-wrap .modal-txtwrap, #inline-popup3 .modal-wrap .modal-txtwrap {
  display: flex;
  justify-content: space-between;
}
#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: 426px;
}
#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: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
#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: 14px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  margin: 14px 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 {
  align-self: flex-end;
}
#inline-popup1 .modal-wrap .modal-profile, #inline-popup2 .modal-wrap .modal-profile, #inline-popup3 .modal-wrap .modal-profile {
  margin-top: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#inline-popup1 .modal-wrap .modal-profile dl, #inline-popup2 .modal-wrap .modal-profile dl, #inline-popup3 .modal-wrap .modal-profile dl {
  display: flex;
  align-items: center;
  padding: 13px 0 13px;
}
#inline-popup1 .modal-wrap .modal-profile dl dt, #inline-popup2 .modal-wrap .modal-profile dl dt, #inline-popup3 .modal-wrap .modal-profile dl dt {
  min-width: 140px;
  line-height: 1;
}
#inline-popup1 .modal-wrap .modal-profile dl dt img, #inline-popup2 .modal-wrap .modal-profile dl dt img, #inline-popup3 .modal-wrap .modal-profile dl dt img {
  padding-right: 30px;
}
#inline-popup1 .modal-wrap .modal-profile dl dd, #inline-popup2 .modal-wrap .modal-profile dl dd, #inline-popup3 .modal-wrap .modal-profile dl dd {
  font-size: 12px;
  line-height: 1.75;
}

#inline-popup1 .modal-wrap {
  position: relative;
}
#inline-popup1 .modal-wrap .modal-photo {
  position: absolute;
  top: 4px;
  right: -14px;
}
#inline-popup1 .modal-wrap .modal-photo .img01 {
  width: 130px;
}
#inline-popup1 .modal-wrap .modal-photo .img01 img {
  width: 100%;
}
#inline-popup1 .modal-wrap .modal-ttl {
  width: 551px;
}
#inline-popup1 .modal-wrap .modal-txtwrap .modal-txtwrap-right {
  align-self: flex-end;
  margin-bottom: -10px;
}
#inline-popup1 .modal-wrap .modal-profile img {
  width: 102px;
}

#inline-popup2 .modal-wrap {
  position: relative;
}
#inline-popup2 .modal-wrap .modal-case {
  position: absolute;
  top: 0px;
  right: -6px;
}
#inline-popup2 .modal-wrap .modal-case dl dt {
  width: 220px;
}
#inline-popup2 .modal-wrap .modal-case dl dt img {
  padding-left: 22px;
}
#inline-popup2 .modal-wrap .modal-case dl dd {
  padding-left: 10px;
}
#inline-popup2 .modal-wrap .modal-ttl {
  width: 573px;
}
#inline-popup2 .modal-wrap .modal-photo {
  position: absolute;
  top: -30px;
  right: -10px;
  z-index: 4;
}
#inline-popup2 .modal-wrap .modal-photo .img01 {
  width: 109px;
}
#inline-popup2 .modal-wrap .modal-photo .img01 img {
  width: 100%;
}
#inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-right {
  width: 440px;
  margin-right: -16px;
}
#inline-popup2 .modal-wrap .modal-txtwrap .modal-txtwrap-right p {
  padding-right: 14px;
}
#inline-popup2 .modal-wrap .modal-profile img {
  width: 57px;
}

#inline-popup3 .modal-wrap {
  position: relative;
}
#inline-popup3 .modal-wrap .modal-case {
  position: absolute;
  top: 0;
  right: -40px;
}
#inline-popup3 .modal-wrap .modal-case dl dt img {
  padding-left: 22px;
}
#inline-popup3 .modal-wrap .modal-case dl dd {
  padding-left: 10px;
}
#inline-popup3 .modal-wrap .modal-ttl {
  width: 621px;
}
#inline-popup3 .modal-wrap .modal-photo {
  position: absolute;
  top: -20px;
  right: -60px;
  display: flex;
  z-index: 4;
}
#inline-popup3 .modal-wrap .modal-photo .img01 {
  margin-top: 20px;
  margin-left: 4px;
  width: 113px;
}
#inline-popup3 .modal-wrap .modal-photo .img01 img {
  width: 100%;
}
#inline-popup3 .modal-wrap .modal-photo .img02 {
  margin-top: 4px;
  margin-left: -10px;
  width: 87px;
}
#inline-popup3 .modal-wrap .modal-photo .img02 img {
  width: 100%;
}
#inline-popup3 .modal-wrap .modal-txtwrap .modal-txtwrap-right {
  margin-bottom: 18px;
}
#inline-popup3 .modal-wrap .modal-profile img {
  width: 216.5px;
}