@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Open Sans", YakuHanJP, "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
  background: #FFF;
  letter-spacing: 0.08em;
  color: #2D2D2E;
  overflow: hidden;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

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

a {
  text-decoration: none;
  color: #2D2D2E;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

html {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px !important;
  letter-spacing: 0.08em;
  line-height: 1.85;
}

body {
  color: #402819;
  font-size: 1.3rem;
}

#allContent {
  width: 100vw;
  max-width: 2300px;
  margin: 0 auto;
  position: relative;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }
}

.navi-only {
  display: none;
}
@media screen and (max-width: 1050px) {
  .navi-only {
    display: inline-block;
  }
}

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

.no-indent {
  text-indent: 0 !important;
}

.pad {
  padding: 0 max(5.2%, 32px);
}

.wrap {
  margin: 0 auto;
  padding: 0px;
}

.wrap500 {
  max-width: 500px;
}

.wrap700 {
  max-width: 700px;
}

.wrap800 {
  max-width: 800px;
}

.wrap900 {
  max-width: 900px;
}

.wrap1000 {
  max-width: 1000px;
}

.wrap1100 {
  max-width: 1100px;
}

.wrap1200 {
  max-width: 1200px;
}

.wrap1300 {
  max-width: 1300px;
}

.wrap1400 {
  max-width: 1400px;
}

.wrap1500 {
  max-width: 1500px;
}

.wrap1600 {
  max-width: 1600px;
}

.box {
  position: relative;
  width: 100%;
}
.box::before {
  content: "";
  display: block;
}
.box__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__66::before {
  padding-top: 66%;
}

.basicBtn a {
  display: inline-block;
  font-size: clamp(1.5rem, 1.405rem + 0.26vw, 1.8rem);
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?so8gzv");
  src: url("../fonts/icomoon.eot?so8gzv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?so8gzv") format("truetype"), url("../fonts/icomoon.woff?so8gzv") format("woff"), url("../fonts/icomoon.svg?so8gzv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-double:before {
  content: "\e900";
}

.icon-file-pdf:before {
  content: "\e901";
}

.icon-file-zip:before {
  content: "\e902";
}

.icon-arrow-single:before {
  content: "\e903";
}

@keyframes FadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeDownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media print {
  a {
    text-decoration: none !important;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
body.nav-open {
  width: 100%;
  height: 100%;
  position: fixed;
}

.fNav {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.fNav__container {
  width: 100vw;
  background: #f5f4f3;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.07) 0px 0px 8px;
}
.fNav__container ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fNav__container ul li {
  font-size: clamp(1.5rem, 1.468rem + 0.09vw, 1.6rem);
  border-right: solid 1px rgba(64, 40, 25, 0.4);
  width: 20em;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fNav__container ul li {
    border-right: none;
  }
}
.fNav__container ul li:first-child {
  border-left: solid 1px rgba(64, 40, 25, 0.4);
}
@media screen and (max-width: 768px) {
  .fNav__container ul li:first-child {
    border-right: solid 1px rgba(64, 40, 25, 0.4);
    border-left: none;
  }
}
.fNav__container ul li a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 1em;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.fNav__container ul li a:hover {
  background: rgba(64, 40, 25, 0.1);
}
.fNav__container ul li a img {
  width: 1.5em;
}

#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 2300px;
  transition: 0.3s;
}
@media print {
  #header {
    position: static;
  }
}

.header {
  width: 100%;
}
.header .hc__inner {
  padding: 32px 24px 0;
  transition: 0.25s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner {
    padding: 10px 8px 0;
  }
  body.nav-open .header .hc__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ccc;
  }
}
#header.h-scroll .header .hc__inner {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding-top: 10px !important;
}
.header .hc__inner__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .hc__inner__logo {
  z-index: 101;
}
.header .hc__inner__navi {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi {
    position: fixed;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100svh;
    transition: all 0.55s ease-in-out;
    z-index: 100;
  }
  body.nav-open .header .hc__inner__navi {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi__scroll {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi__scroll__sp {
    padding: max(64px, 10vh) 24px 80px;
  }
}
.header .hc__inner__navi ul {
  display: flex;
  gap: min(2vw, 4em);
  /*ここを％にすると親要素をはみ出す*/
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi ul {
    display: block;
  }
}
.header .hc__inner__navi ul li {
  font-size: clamp(1.6rem, 1.537rem + 0.18vw, 1.8rem);
}
.header .hc__inner__navi ul li > a {
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi ul li > a {
    width: 100%;
    font-size: 1.8rem;
    padding: 16px 8px 16px 0;
  }
}
.header .hc__inner__navi ul li > a:hover {
  opacity: 0.75;
}
.header .hc__inner__navi ul li.has-child {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .hc__inner__navi ul li.has-child > a {
    pointer-events: none;
  }
}
.header .hc__inner__navi ul li.has-child.acco-open span::before {
  rotate: -45deg;
}
.header .hc__inner__navi ul li.has-child.acco-open span::after {
  rotate: 45deg;
}
.header .hc__inner__navi ul li.has-child span {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .hc__inner__navi ul li.has-child span {
    position: relative;
  }
  .header .hc__inner__navi ul li.has-child span:before, .header .hc__inner__navi ul li.has-child span::after {
    display: inline-block;
    content: "";
    background: #000;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    right: 0;
    transform-origin: center;
    width: 12px;
    height: 1px;
  }
  .header .hc__inner__navi ul li.has-child span::after {
    rotate: 90deg;
  }
}
.header .hc__inner__navi ul li.has-child:hover .childNaviBox {
  visibility: visible;
  opacity: 1;
}
.header .hc__inner__navi ul li.has-child.acco-open .childNaviBox {
  display: block;
}
.header .hc__inner__navi ul li.has-child .childNaviBox {
  position: fixed;
  left: 0;
  top: 65px;
  width: 100%;
  background: #eaeaea;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header .hc__inner__navi ul li.has-child .childNaviBox {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    max-height: 0;
    overflow: hidden;
  }
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul {
  justify-content: flex-start;
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul li {
  margin: 0;
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul li a {
  display: inline-block;
  width: 100%;
  padding: 1em;
  transition: 0.3s;
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul li a:hover {
  background: tomato;
}

.burger-btn {
  display: none;
}
@media screen and (max-width: 1050px) {
  .burger-btn {
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .burger-btn__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .burger-btn__inner .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #402819;
    transition: all 0.3s;
  }
  .burger-btn__inner .bar-top {
    top: 10%;
  }
  body.nav-open .burger-btn__inner .bar-top {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }
  .burger-btn__inner .bar-mid {
    top: calc(50% - 1px);
    transform-origin: center;
  }
  body.nav-open .burger-btn__inner .bar-mid {
    width: 0;
  }
  .burger-btn__inner .bar-bottom {
    bottom: 10%;
  }
  body.nav-open .burger-btn__inner .bar-bottom {
    transform: rotate(-45deg);
    bottom: calc(50% - 1px);
  }
}

.footer {
  text-align: center;
  padding: 64px max(5.2vw, 34px) 140px;
}
.footer__access {
  font-size: clamp(1.5rem, 1.437rem + 0.18vw, 1.7rem);
}
.footer p {
  margin-top: 32px;
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
  line-height: 2.1;
}
.footer p span {
  text-decoration: underline;
}
.footer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.footer__btn-1 a {
  background: #E0EBE7;
}
.footer__btn-2 a {
  background: #D9725D;
  color: #fff;
}
.footer__btn a {
  font-size: clamp(1.3rem, 1.268rem + 0.09vw, 1.4rem);
  line-height: 1;
  display: inline-block;
  padding: 0.7em 1em;
  border-radius: 4px;
  width: 20em;
}

.fadeUp {
  opacity: 0;
}

.mv__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #F5EFE5;
}
@media screen and (max-width: 768px) {
  .mv__container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "A A" "B C";
  }
}
@media screen and (max-width: 768px) {
  .mv__img-1 {
    grid-area: B;
  }
}
.mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__cont {
  padding: 32px max(3vw, 32px) 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__cont {
    grid-area: A;
  }
}
.mv__cont__logo img {
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
}
.mv__cont__copy {
  margin-top: 16%;
}
.mv__cont__copy img {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}
.mv__cont ul {
  width: 100%;
  max-width: 200px;
  margin: max(7%, 48px) auto 0;
}
@media screen and (max-width: 768px) {
  .mv__cont ul {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2em 3em;
  }
}
.mv__cont ul li {
  font-size: clamp(1.8rem, 1.674rem + 0.35vw, 2.2rem);
  font-weight: 700;
  position: relative;
  text-align: left;
  padding-left: 2em;
}
.mv__cont ul li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .mv__cont ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
.mv__cont ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  width: 1.3em;
  height: 1.3em;
  background: #64A767;
  border-radius: 2px;
}
.mv__cont ul li::after {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 50%;
  transform: translateY(-80%) rotate(-45deg);
  width: 0.75em;
  height: 0.35em;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.mv__cont__copy2 {
  width: 100%;
  max-width: 268px;
  margin: 15% auto 0;
}
@media screen and (max-width: 768px) {
  .mv__cont__copy2 {
    max-width: 184px;
  }
}

.lm {
  margin-top: max(10%, 200px);
}
.lm__container {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .lm__container {
    padding-right: 32px;
  }
}
.lm__container__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1050px) {
  .lm__container__grid {
    grid-template-columns: 1fr 0.8fr;
  }
}
@media screen and (max-width: 500px) {
  .lm__container__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.lm__container__grid__left__in {
  padding-left: 35%;
}
@media screen and (max-width: 1500px) {
  .lm__container__grid__left__in {
    padding-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .lm__container__grid__left__in {
    padding-left: 0;
  }
}
.lm__container__grid__left h5 {
  font-size: clamp(2.8rem, 2.358rem + 1.23vw, 4.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
.lm__container__grid__left h5 small {
  font-size: 0.75em;
}
.lm__container__grid__left p {
  font-size: clamp(1.7rem, 1.605rem + 0.26vw, 2rem);
  line-height: 2.3;
  margin-top: 2em;
  letter-spacing: 0.08em;
}
.lm__container__grid__left img {
  width: 100%;
  width: 100%;
  max-width: 640px;
  display: inline-block;
  margin-top: 15%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}
.lm__container__grid__right__kihoku {
  text-align: center;
}
.lm__container__grid__right__kihoku img {
  width: 72px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lm__container__grid__right__kihoku img {
    width: 50px;
  }
}
.lm__container__grid__right__map {
  translate: 10%;
}

.okami {
  margin-top: max(10%, 120px);
}
.okami__container {
  padding-left: max(5.2vw, 32px);
}
@media screen and (max-width: 768px) {
  .okami__container {
    padding-right: max(5.2vw, 32px);
  }
}
.okami__container__grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  gap: 40px 10%;
}
@media screen and (max-width: 768px) {
  .okami__container__grid {
    grid-template-columns: 1fr;
  }
}
.okami__container__grid__text h6 {
  font-size: clamp(2.2rem, 1.821rem + 1.05vw, 3.4rem);
  letter-spacing: 0.08em;
  line-height: 2;
  font-weight: 500;
}
.okami__container__grid__text h6 small {
  font-size: 0.75em;
  display: inline-block;
  line-height: 1.8;
}
.okami__container__grid__text p {
  font-size: clamp(1.5rem, 1.405rem + 0.26vw, 1.8rem);
  letter-spacing: 0.08em;
  line-height: 2.3;
  margin-top: 2.5em;
}

.adt {
  margin-top: max(8%, 100px);
}
.adt__container {
  background: #F3EFEC;
  padding: max(3%, 32px) 0 max(10%, 92px);
  position: relative;
}
.adt__tit {
  text-align: center;
  font-size: clamp(2.7rem, 2.289rem + 1.14vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.adt__tit p {
  font-size: 0.65em;
}
.adt__cont {
  margin-top: max(72px, 7%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9em 6em;
}
.adt__cont__box {
  position: relative;
  font-size: clamp(2.8rem, 2.547rem + 0.7vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.adt__cont__box::before, .adt__cont__box::after {
  display: inline-block;
  content: "";
  background: #D9725D;
  width: 150px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .adt__cont__box::before, .adt__cont__box::after {
    width: 120px;
  }
}
.adt__cont__box::before {
  rotate: 45deg;
}
.adt__cont__box::after {
  rotate: -45deg;
}
.adt__illust {
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 50%;
}
.adt__illust img {
  width: 40vw;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .adt__illust img {
    width: 75vw;
  }
}

.all {
  margin-top: max(12%, 120px);
}
.all__box {
  background: #E9EEE5;
  margin: 0 auto;
  max-width: 1600px;
  border-radius: 16px;
  text-align: center;
  padding: 0 max(5%, 32px) max(3.5%, 32px);
  position: relative;
}
.all__box__tit {
  display: inline-block;
  margin: 0 auto;
  font-size: clamp(2.8rem, 2.611rem + 0.53vw, 3.4rem);
  padding: 0.5em 0.8em;
  color: #fff;
  background: #64A767;
  line-height: 1;
  font-weight: 700;
  border-radius: 4px;
  translate: 0 -50%;
}
.all__box h5 {
  font-size: clamp(2.4rem, 2.021rem + 1.05vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.all__box p {
  font-size: clamp(1.6rem, 1.537rem + 0.18vw, 1.8rem);
  text-align: left;
  margin-top: 2em;
  padding-right: 30%;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .all__box p {
    padding-right: 0;
  }
}
.all__box img {
  width: 25%;
  max-width: 326px;
  position: absolute;
  right: 3%;
  bottom: -3%;
}
@media screen and (max-width: 768px) {
  .all__box img {
    position: static;
    width: 100%;
    margin: 32px auto 0;
  }
}

.comp {
  margin-top: max(140px, 12%);
}
.comp__container h2 {
  font-size: clamp(4rem, 3.621rem + 1.05vw, 5.2rem);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.comp__container h2 small {
  font-size: 0.6em;
  margin: 0 0.4em;
  color: #ACACAC;
}
.comp__container h2 strong {
  font-weight: 500;
  color: #D9725D;
}
.comp__box {
  border: solid 2px #9C8F86;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 56px;
}
.comp__box__tit {
  font-size: clamp(2rem, 1.842rem + 0.44vw, 2.5rem);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #A99E97;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .comp__box__tit {
    position: static;
    width: 100%;
    transform: translateX(0);
    text-align: center;
  }
}
.comp__box__tit span {
  display: block;
  padding: 0 1em;
  width: 100%;
  position: relative;
}
.comp__box__tit span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 100%;
  background: #A99E97;
  translate: -95% 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  .comp__box__tit span::before {
    display: none;
  }
}
.comp__box__tit span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 100%;
  background: #A99E97;
  translate: 95% 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .comp__box__tit span::after {
    display: none;
  }
}
.comp__box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .comp__box__grid {
    grid-template-columns: 1fr;
  }
}
.comp__box__grid__in {
  text-align: center;
}
.comp__box__grid__in-1 {
  border-right: dashed 1px #9C8F86;
}
@media screen and (max-width: 768px) {
  .comp__box__grid__in-1 {
    border-right: none;
    border-bottom: dashed 1px #9C8F86;
  }
}
.comp__box__grid__in-1 .comp__box__grid__in__tit {
  background: #EBEBEB;
}
.comp__box__grid__in-2 .comp__box__grid__in__tit {
  background: #FAEDEA;
}
.comp__box__grid__in__tit {
  font-size: clamp(2rem, 1.842rem + 0.44vw, 2.5rem);
  letter-spacing: 0.1em;
  line-height: 1;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.comp__box__grid__in p.tit {
  font-size: clamp(2.7rem, 2.447rem + 0.7vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 1em 0.5em;
}
.comp__box__grid__in p.txt {
  font-size: clamp(1.5rem, 1.468rem + 0.09vw, 1.6rem);
  text-align: left;
  line-height: 2;
  padding: 0 max(5%, 24px) 32px;
}
.comp__box__grid__in__img {
  text-align: center;
  margin-bottom: 40px;
}
.comp__box__grid__in__img img {
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
}

.chart {
  margin-top: max(10%, 100px);
}
.chart__container {
  background: #F3EFEC;
  padding: max(10%, 80px) 0;
}
.chart__container__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .chart__container__box {
    grid-template-columns: 1fr;
    margin-top: 100px;
  }
}
.chart__container__box__text h6 {
  font-size: clamp(2rem, 1.684rem + 0.88vw, 3rem);
  letter-spacing: 0.12em;
  line-height: 2;
}
.chart__container__box__text h6 strong {
  background: linear-gradient(transparent 50%, #F7E89C 50%);
}
.chart__container__box__text p {
  font-size: clamp(1.5rem, 1.437rem + 0.18vw, 1.7rem);
  line-height: 1.85;
  margin-top: 1.5em;
}
.chart__container__box__text__mini {
  background: #fff;
  display: inline-block;
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
  padding: 0.7em;
  line-height: 1;
  margin-top: 24px;
  text-align: center;
}
.chart__container__box__text__mini strong {
  font-size: 3em;
  font-weight: 500;
  color: #D9725D;
}
.chart__container__box__text__mini strong span {
  font-size: 0.43em;
}
.chart__tit {
  text-align: center;
  font-size: clamp(3.4rem, 2.895rem + 1.4vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.chart__tit p {
  font-size: clamp(1.6rem, 1.505rem + 0.26vw, 1.9rem);
  font-weight: 400;
  margin-top: 0.5em;
  letter-spacing: 0.075em;
}
.chart__bottom {
  margin-top: max(120px, 15%);
}
.chart__bottom__tit {
  background: #402819;
  color: #fff;
  font-size: clamp(2.4rem, 2.211rem + 0.53vw, 3rem);
  font-weight: 500;
  line-height: 1;
  padding: 0.4em 1em 0.35em;
  text-align: center;
}
.chart__bottom__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .chart__bottom__grid {
    grid-template-columns: 1fr;
  }
}
.chart__bottom__box {
  background: #fff;
  border: solid 1px #707070;
  border-radius: 4px;
  padding: 24px 16px;
}
.chart__bottom__box p {
  text-align: center;
  font-size: clamp(1.5rem, 1.437rem + 0.18vw, 1.7rem);
  margin-bottom: 2em;
  margin-top: 0 !important;
}
.chart__bottom p {
  text-align: center;
  margin-top: 3em;
  font-size: clamp(1.4rem, 1.368rem + 0.09vw, 1.5rem);
}

.commentBlock {
  padding: 48px 0;
}
.commentBlock-doctor {
  background: #DFDED5;
}
.commentBlock-research {
  background: #ECF1F4;
}
.commentBlock__tit {
  text-align: center;
}
.commentBlock__tit span {
  font-size: clamp(1.6rem, 1.537rem + 0.18vw, 1.8rem);
}
.commentBlock__tit h5 {
  font-weight: 700;
  font-size: clamp(3rem, 2.684rem + 0.88vw, 4rem);
  letter-spacing: 0.1em;
}
.commentBlock__tit p {
  font-size: clamp(1.6rem, 1.474rem + 0.35vw, 2rem);
  font-weight: 500;
}
.commentBlock__cont {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 32px max(10%, 80px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .commentBlock__cont {
    grid-template-columns: 1fr;
  }
}
.commentBlock__cont .fukidashi p {
  line-height: 2;
  font-size: clamp(1.5rem, 1.468rem + 0.09vw, 1.6rem);
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 8px;
  padding: 2em;
  position: relative;
}
.commentBlock__cont .fukidashi p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  height: 32px;
  translate: 100% -50%;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .commentBlock__cont .fukidashi p::after {
    top: auto;
    left: 10%;
    right: auto;
    bottom: 0;
    translate: 0 98%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.commentBlock__cont__img {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
}
.commentBlock__cont__img__name {
  font-size: clamp(1.5rem, 1.405rem + 0.26vw, 1.8rem);
  font-weight: 500;
  margin-top: 12px;
}
.commentBlock__cont__img__name span {
  font-weight: 400;
  font-size: 0.8em;
  margin-left: 0.5em;
}
.commentBlock__profile {
  margin-top: 48px;
  border-top: solid 1px #ACACAC;
  padding-top: 32px;
}
.commentBlock__profile__tit {
  line-height: 1;
  font-size: clamp(1.6rem, 1.537rem + 0.18vw, 1.8rem);
  font-style: italic;
  font-weight: 500;
}
.commentBlock__profile__tit::before {
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 1em;
  background: #402819;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  margin-right: 0.4em;
  translate: 0 0.1em;
}
.commentBlock__profile p {
  line-height: 1.9;
  font-size: clamp(1.4rem, 1.368rem + 0.09vw, 1.5rem);
  margin-top: 1em;
  letter-spacing: 0.05em;
}

.lpi__container {
  background: #EFEEED;
  padding: max(64px, 5%) 0 max(120px, 14%);
}
.lpi__container__tit {
  display: flex;
  gap: 2em;
  align-items: center;
}
.lpi__container__tit h5 {
  font-size: clamp(4.2rem, 3.316rem + 2.46vw, 7rem);
  font-style: italic;
}
.lpi__container__tit span {
  font-size: clamp(1.6rem, 1.474rem + 0.35vw, 2rem);
}

.catContainer {
  display: flex;
  align-items: center;
  margin-top: 32px;
  border-bottom: solid 1px #C3BAB2;
  padding-bottom: 32px;
}

.cat__tit {
  padding: 32px;
  padding-left: max(32px, 6vw);
  width: 25%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cat__tit p.copy {
  font-size: clamp(2rem, 1.811rem + 0.53vw, 2.6rem);
  letter-spacing: 0.1em;
  font-weight: 500;
}
.cat__tit p.tit {
  font-size: clamp(1.7rem, 1.637rem + 0.18vw, 1.9rem);
  font-weight: 500;
  margin-top: 2.5em;
}
.cat__tit p.txt {
  font-size: clamp(1.4rem, 1.368rem + 0.09vw, 1.5rem);
  margin-top: 0.5em;
}

.cat__cont {
  width: 75%;
  padding: 16px 0;
}

.item-box {
  background: #fff;
}

.item-box a {
  display: inline-block;
  padding: 8px 12px;
}

.item-box a:hover p.tit {
  text-decoration: underline;
}

.item-box a:hover img {
  scale: 1.03;
}

.item-box__img {
  width: 100%;
  overflow: hidden;
}

.item-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: 0.35s ease-in-out;
}

.item-box__text p.tit {
  font-size: clamp(1.5rem, 1.468rem + 0.09vw, 1.6rem);
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0.3em;
  margin-bottom: 0;
}

.item-box__text p.txt {
  color: #979797;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.5em 0 0.25em;
}

.item-box__text p.price {
  color: #27728E;
  font-size: clamp(1.6rem, 1.474rem + 0.35vw, 2rem);
  font-style: italic;
  letter-spacing: 0;
  margin: 0.5em 0 0;
}

.item-box__text p.price span {
  font-size: 0.75em;
}

.item-box__text p.link {
  font-size: 1.5rem;
  margin-top: 1em;
  margin-bottom: 0;
}

.item-box__text p.link a {
  display: inline-block;
  background: #B08178;
  width: 100%;
  text-align: center;
  padding: 0.3em 1.2em;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
}

.item-box__text p.link a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .cat__tit {
    width: 35%;
  }
  .cat__cont {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .itemTit span {
    translate: 0 0.5em;
  }
  .catContainer {
    display: block;
  }
  .cat__tit {
    width: 100%;
    padding: 32px;
  }
  .cat__cont {
    width: 100%;
  }
}
.subs {
  margin-top: max(8%, 80px);
  padding: 0 32px;
}
.subs__box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.subs__box__in {
  padding: 32px;
}
.subs__box__tit {
  font-size: clamp(3rem, 2.747rem + 0.7vw, 3.8rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.subs__box p {
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
}
.subs__box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
}
.subs__box ul li {
  font-size: clamp(1.9rem, 1.805rem + 0.26vw, 2.2rem);
  font-weight: 700;
  background: #E0EBE7;
  color: #64A767;
  border-radius: 100px;
  line-height: 1;
  padding: 0.3em 1em;
  text-align: center;
}
.subs__box a {
  display: inline-block;
  width: 100%;
  color: #fff;
  background: #D9725D;
  text-align: center;
  font-size: clamp(1.7rem, 1.637rem + 0.18vw, 1.9rem);
  line-height: 1;
  padding: 0.7em;
}

.lpSpacer {
  margin-top: -64px;
  position: relative;
  z-index: 2;
}
.lpSpacer__container {
  position: relative;
}
.lpSpacer__container img {
  width: 100%;
}
.lpSpacer-deco {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .lpSpacer-deco img {
    max-width: 55vw;
  }
}

.lpa {
  margin-top: -80px;
}
.lpa__container {
  background: #F3EFEC;
  padding: max(15%, 140px) 0 10%;
}
.lpa__tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.lpa__tit span {
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 500;
}
.lpa__tit h5 {
  writing-mode: vertical-lr;
  font-size: clamp(2rem, 1.526rem + 1.32vw, 3.5rem);
  letter-spacing: 0.3em;
}
.lpa__grid {
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  gap: 10%;
}
.lpa__box {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 24px 7.5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lpa__box {
    grid-template-columns: 1fr;
  }
}
.lpa__box__text span {
  color: #64A767;
  font-size: clamp(1.7rem, 1.637rem + 0.18vw, 1.9rem);
}
.lpa__box__text h6 {
  font-weight: 500;
  font-size: clamp(2.4rem, 2.274rem + 0.35vw, 2.8rem);
  margin: 0.2em 0 0.4em;
}
.lpa__box__text p {
  font-size: clamp(1.4rem, 1.337rem + 0.18vw, 1.6rem);
}

.lpc {
  background: #F5F5F3;
  padding: max(10%, 80px) 0;
}
.lpc__tit img {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.lpc__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 24px 10%;
}
@media screen and (max-width: 768px) {
  .lpc__box {
    grid-template-columns: 1fr;
  }
}
.lpc__box img {
  overflow: hidden;
}
.lpc__box__text {
  position: relative;
}
.lpc__box__text .lpc-num {
  position: absolute;
  top: -0.75em;
  right: -0.5em;
  z-index: 0;
  font-size: clamp(10rem, 8.926rem + 2.98vw, 13.4rem);
  color: #EBEBEB;
  line-height: 1;
}
.lpc__box__text h6 {
  font-size: clamp(2.7rem, 2.353rem + 0.96vw, 3.8rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.lpc__box__text h6 small {
  font-size: 0.5em;
}
.lpc__box__text p {
  font-size: clamp(1.5rem, 1.468rem + 0.09vw, 1.6rem);
  margin-top: 2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpc__box__text p {
    margin-top: 1.5em;
  }
}
.lpc__box-1 {
  max-width: 1200px;
  margin-top: max(8%, 64px);
}
.lpc__box-1 img {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.lpc__box-2 {
  max-width: 1400px;
  gap: 32px 15%;
  margin-top: max(10%, 64px);
}
@media screen and (max-width: 768px) {
  .lpc__box-2 {
    grid-template-areas: "A" "B";
  }
  .lpc__box-2 .lpc__box__img {
    grid-area: A;
  }
}
.lpc__box-2 img {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.lpc__box-3 {
  grid-template-columns: 0.8fr 1fr 0.7fr;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .lpc__box-3 {
    margin-top: 56px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "A B" "C C";
  }
  .lpc__box-3 .lpc__box__text {
    grid-area: C;
  }
}
.lpc__box-3 .lpcImg1 {
  margin-top: 80%;
}
@media screen and (max-width: 768px) {
  .lpc__box-3 .lpcImg1 {
    grid-area: A;
    margin-top: 0;
  }
}
.lpc__box-3 .lpcImg1 img {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (max-width: 768px) {
  .lpc__box-3 .lpcImg2 {
    grid-area: B;
  }
}
.lpc__box-3 .lpcImg2 img {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.qa {
  padding: 80px 20px;
}
.qa__title {
  text-align: center;
  font-size: clamp(3rem, 2.526rem + 1.32vw, 4.5rem);
  letter-spacing: 0.1em;
  line-height: 1;
  font-style: italic;
}
.qa__sub {
  text-align: center;
  font-size: clamp(1.3rem, 1.237rem + 0.18vw, 1.5rem);
  margin-top: 1em;
}
.qa__list {
  margin-top: 56px;
}
.qa__item {
  border: 1px solid #EBEBEB;
  background: #fff;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.qa__question {
  width: 100%;
  padding: 18px 20px;
  background: #F3EFEC;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: clamp(1.7rem, 1.668rem + 0.09vw, 1.8rem);
  cursor: pointer;
}
.qa__icon {
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: relative;
}
.qa__icon::before, .qa__icon::after {
  content: "";
  position: absolute;
  background: #402819;
}
.qa__icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.qa__icon::after {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}
.qa__answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  background: #fff;
}
.qa__answer p {
  padding: 1.3em;
  font-size: clamp(1.4rem, 1.368rem + 0.09vw, 1.5rem);
  line-height: 1.8;
}
.qa .is-open .qa__answer {
  max-height: 300px;
}
.qa .is-open .qa__icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.manager__container {
  position: relative;
  padding: 96px 0;
}
.manager__container::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/center.jpg");
  opacity: 0.4;
  z-index: -1;
}
.manager__box {
  background: #fff;
  padding: 0 40px;
}
.manager .commentBlock__cont {
  grid-template-columns: 1fr 250px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .manager .commentBlock__cont {
    grid-template-columns: 1fr;
  }
}
.manager__text__tit {
  font-size: clamp(2rem, 1.874rem + 0.35vw, 2.4rem);
  font-weight: 500;
}
.manager__text p {
  font-size: clamp(1.5rem, 1.437rem + 0.18vw, 1.7rem);
  line-height: 2;
  margin-top: 1.5em;
}

.carelabo {
  font-size: clamp(1.6rem, 1.474rem + 0.35vw, 2rem);
}/*# sourceMappingURL=style.css.map */