@charset "UTF-8";
/*------------------------------------------
  Base Setting
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #1F1F1F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.7em;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.5em;
    line-height: 1.866;
  }
}
a {
  color: #1F1F1F;
  text-decoration: none;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.is--tab {
  display: none;
}

.is--sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .is--tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is--pc {
    display: none;
  }
  .is--sp {
    display: block;
  }
}
section {
  position: relative;
}

button, input, select, textarea {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/*------------------------------------------
  component
------------------------------------------*/
/* ========== img ========== */
.c-coverImg {
  width: 100%;
  height: 100%;
}
.c-coverImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-containImg {
  width: 100%;
  height: 100%;
}
.c-containImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* ========== title ========== */
.c-title01 {
  display: flex;
  width: 420px;
  height: 80px;
  background: #1F1F1F;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.c-title01__en {
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .c-title01 {
    width: 244px;
    height: 56px;
    gap: 0 10px;
    font-size: 1.6rem;
  }
}
.c-title02 {
  text-align: center;
  position: relative;
  padding: 70px 0 0;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.c-title02:before {
  content: "";
  width: 160px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -80px;
  background: #E1DFE4;
}

@media only screen and (max-width: 767px) {
  .c-title02 {
    padding: 42px 0 0;
    font-size: 1.8rem;
  }
  .c-title02:before {
    width: 150px;
    height: 12px;
    margin-left: -75px;
  }
}
.c-title03 {
  text-align: center;
  margin-bottom: 54px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.857;
}

@media only screen and (max-width: 767px) {
  .c-title03 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.c-title04 {
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .c-title04 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.c-title05 {
  text-align: center;
  border-top: 1px solid rgba(88, 85, 93, 0.5);
  border-bottom: 1px solid rgba(88, 85, 93, 0.5);
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.8em 0;
}

@media only screen and (max-width: 767px) {
  .c-title05 {
    font-size: 1.7rem;
  }
}
.c-title06 {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .c-title06 {
    text-align: left;
    font-size: 1.6rem;
  }
}
/* ========== button ========== */
.c-button01 {
  display: inline-flex;
  background: #fff;
  color: #1F1F1F;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  width: 260px;
  max-width: 100%;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  line-height: 1.375;
  transition: 0.4s;
  border-radius: 42px;
}
.c-button01.--black {
  background: #1F1F1F;
  color: #fff;
}
.c-button01.--border {
  border: 2px solid #1F1F1F;
}
.c-button01.--auto {
  max-width: none;
  width: auto;
  padding-left: 46px;
  padding-right: 46px;
}
.c-button01.--large {
  font-size: 2.2rem;
  width: 364px;
  min-height: 84px;
}
.c-button01:hover {
  color: #fff;
  background: #858795;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .c-button01 {
    min-height: 48px;
    width: 210px;
    font-size: 1.3rem;
  }
  .c-button01.--auto {
    min-height: 80px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .c-button01.--large {
    min-height: 48px;
    width: 210px;
    font-size: 1.3rem;
  }
  .c-button01:hover {
    background: #fff;
    color: #1F1F1F;
  }
}
.c-button02 {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 31, 31, 0.5);
  padding: 18px 20px;
  width: 500px;
  max-width: 100%;
}
.c-button02__icon img {
  width: 54px;
}
.c-button02__label {
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .c-button02 {
    display: inline-block;
    padding: 16px 20px;
    text-align: center;
  }
  .c-button02__icon {
    display: block;
    margin-bottom: 5px;
  }
  .c-button02__icon img {
    width: 46px;
  }
  .c-button02__label {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
}
/* ========== card ========== */
.c-card01 {
  position: relative;
}
.c-card01.--has-button {
  padding-bottom: 95px;
}
.c-card01__category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-card01__inner {
  display: block;
}
.c-card01__image {
  margin-bottom: 30px;
}
.c-card01__date {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-card01__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}
.c-card01__text {
  font-size: 1.4rem;
  line-height: 1.857;
}
.c-card01__button {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-card01.--has-button {
    padding-bottom: 0;
  }
  .c-card01__image {
    margin-bottom: 25px;
  }
  .c-card01__date {
    margin-bottom: 5px;
  }
  .c-card01__title {
    text-align: center;
  }
  .c-card01__title.--post {
    text-align: left;
  }
  .c-card01__button {
    position: static;
    margin-top: 30px;
  }
}
.c-card02__inner {
  display: block;
}
.c-card02__image {
  margin-bottom: 60px;
}
.c-card02__title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .c-card02__image {
    margin-bottom: 35px;
  }
  .c-card02__title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1.5em;
  }
}
.c-card03 {
  position: relative;
}
.c-card03.--has-button {
  padding-bottom: 95px;
}
.c-card03__inner {
  display: block;
}
.c-card03__num {
  text-align: center;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0.03em;
  color: rgba(88, 85, 93, 0.2);
  margin-bottom: 15px;
}
.c-card03__image {
  margin-bottom: 30px;
}
.c-card03__image img {
  width: 100%;
}
.c-card03__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-card03__text {
  font-size: 1.5rem;
  line-height: 1.666;
}
.c-card03__value {
  margin-top: 25px;
  margin-bottom: 15px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 15px;
}
.c-card03__valueTitle {
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
.c-card03__valueLabel {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  background: rgba(88, 85, 93, 0.9);
  padding: 2px 15px;
}
.c-card03__valueText {
  font-size: 1.6rem;
  font-weight: 500;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .c-card03__value {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .c-card03__valueLabel {
    font-size: 1.3rem;
  }
  .c-card03__valueText {
    font-size: 1.5rem;
  }
}
.c-card04__image {
  margin-bottom: 40px;
  text-align: center;
}
.c-card04__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.c-card04__titleNum {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #1F1F1F;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  font-weight: 300;
}
.c-card04__text {
  font-size: 1.5rem;
  line-height: 1.733;
}

@media only screen and (max-width: 767px) {
  .c-card04__image {
    margin-bottom: 25px;
  }
  .c-card04__image img {
    width: 60%;
  }
  .c-card04__title {
    font-size: 1.7rem;
    gap: 12px;
  }
  .c-card04__titleNum {
    width: 50px;
    height: 50px;
  }
}
/* ========== table ========== */
.c-table01__label {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.c-table01 table {
  width: 100%;
}
.c-table01 thead th {
  color: #fff;
  background: rgba(31, 31, 31, 0.6);
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 18px 20px;
  border-right: 2px solid #fff;
}
.c-table01 thead th:last-child {
  border-right: none;
}
.c-table01 tbody tr:nth-child(2n) {
  background: rgba(225, 223, 228, 0.3);
}
.c-table01 tbody th, .c-table01 tbody td {
  padding: 30px 20px;
  text-align: left;
}
.c-table01 tbody th {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-table01 tbody td {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .c-table01 thead th {
    font-size: 1.5rem;
    padding: 1em 10px;
  }
  .c-table01 tbody tr:nth-child(2n) {
    background: rgba(225, 223, 228, 0.3);
  }
  .c-table01 tbody th, .c-table01 tbody td {
    font-size: 1.4rem;
  }
  .c-table01 tbody th {
    padding: 30px 10px;
  }
  .c-table01 tbody td {
    padding: 25px 10px;
    line-height: 1.5;
  }
  .c-table01.--sp-scroll {
    -ms-overflow-x: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .c-table01.--sp-scroll table {
    width: 854px;
    white-space: normal;
  }
}
/* ========== block ========== */
.c-block01 {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  background: #E1DFE4;
  margin-bottom: 65px;
}
.c-block01:last-child {
  margin-bottom: 0;
}
.c-block01__image {
  width: 50%;
}
.c-block01__contents {
  width: 50%;
  padding: 30px clamp(30px, 5.2631578947vw, 60px);
  display: flex;
  align-items: center;
}
.c-block01__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
.c-block01__profile {
  margin-top: clamp(30px, 5.2631578947vw, 60px);
}
.c-block01__profileName {
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.c-block01__profileNameText--ja {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
}
.c-block01__profileNameText--en {
  display: block;
  font-size: 1.8rem;
}
.c-block01__profileCareer {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-block01__profileCareerLabel {
  width: 4.5em;
}
.c-block01__profileCareerText th {
  padding-right: 0.5em;
}
.c-block01__profileCareerText td {
  padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .c-block01 {
    margin-bottom: 40px;
  }
  .c-block01__image {
    width: 100%;
  }
  .c-block01__contents {
    width: 100%;
    min-height: 89.3333333333vw;
    padding: 30px 36px;
  }
  .c-block01__title {
    font-size: 1.8rem;
    line-height: 2;
  }
  .c-block01__profile {
    margin-top: 30px;
  }
  .c-block01__profileName {
    margin-bottom: 10px;
  }
  .c-block01__profileNameText--ja {
    font-size: 1.6rem;
  }
  .c-block01__profileNameText--en {
    font-size: 1.1rem;
  }
  .c-block01__profileCareer {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .c-block01__profileCareerText td {
    padding-bottom: 4px;
  }
}
.c-block02 {
  background: #fff;
  padding: 65px 0 80px;
}
.c-block02__head {
  padding: 0 20px;
  margin-bottom: 30px;
}
.c-block02__contents {
  padding: 0 clamp(45px, 7.8947368421vw, 90px);
}
.c-block02__text {
  margin-bottom: 20px;
}
.c-block02__text p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-block02__text p:last-child {
  margin-bottom: 0;
}
.c-block02__button {
  text-align: center;
  margin-top: 50px;
}
.c-block02__foot {
  text-align: center;
  margin-top: 40px;
  color: #fff;
  background: rgba(88, 85, 93, 0.9);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 24px 20px;
}

@media only screen and (max-width: 767px) {
  .c-block02 {
    padding: 50px 0;
  }
  .c-block02__head {
    margin-bottom: 20px;
  }
  .c-block02__contents {
    padding: 0 20px;
  }
  .c-block02__text p {
    font-size: 1.5rem;
  }
  .c-block02__button {
    margin-top: 30px;
  }
  .c-block02__foot {
    text-align: left;
    font-size: 1.7rem;
  }
}
.c-block03 {
  background: rgba(225, 223, 228, 0.6);
  margin-bottom: 4px;
  padding: 70px clamp(50px, 8.7719298246vw, 100px);
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-block03__image {
  width: 33%;
}
.c-block03__text {
  width: 60%;
  padding: 20px 0 0;
}
.c-block03__text p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-block03__title {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 1em;
}
.c-block03__button {
  text-align: right;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .c-block03 {
    padding: 40px 20px;
  }
  .c-block03__image {
    width: 100%;
    -ms-order: 1;
    order: 1;
  }
  .c-block03__text {
    width: 100%;
    -ms-order: 2;
    order: 2;
    padding: 30px 0 0;
  }
  .c-block03__text p {
    font-size: 1.5rem;
    line-height: 1.66;
  }
  .c-block03__title {
    text-align: center;
    font-size: 2rem;
  }
  .c-block03__button {
    text-align: center;
  }
}
.c-block04 {
  margin-bottom: 110px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-block04:last-child {
  margin-bottom: 0;
}
.c-block04__image {
  width: 45%;
}
.c-block04__contents {
  width: 48%;
}
.c-block04__title {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  border-left: 4px solid rgba(88, 85, 93, 0.9);
}
.c-block04__text {
  font-size: 1.5rem;
  line-height: 1.866;
}

@media only screen and (max-width: 767px) {
  .c-block04 {
    margin-bottom: 70px;
  }
  .c-block04__image {
    width: 100%;
    -ms-order: 1;
    order: 1;
    margin-bottom: 40px;
  }
  .c-block04__contents {
    width: 100%;
    -ms-order: 2;
    order: 2;
  }
  .c-block04__title {
    margin-bottom: 25px;
    padding-left: 16px;
    font-size: 2rem;
  }
  .c-block04__text {
    line-height: 1.66;
  }
}
.c-block05 {
  background: #fff;
}
.c-block05__title {
  background: rgba(88, 85, 93, 0.9);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 20px;
}
.c-block05__contents {
  padding: 45px 20px 55px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  align-items: flex-start;
}
.c-block05__image {
  text-align: center;
  width: 158px;
  padding-top: 15px;
}
.c-block05__text {
  line-height: 1.5;
  font-size: 1.6rem;
}
.c-block05__textTitle {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1em;
  margin-top: 60px;
}
.c-block05__textTitle:first-child {
  margin-top: 0;
}
.c-block05__textLead {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.c-block05__textLead:last-child {
  margin-bottom: 0;
}
.c-block05__textNote {
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .c-block05__title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .c-block05__contents {
    padding: 26px 20px 40px;
    gap: 30px;
  }
  .c-block05__image {
    width: 68px;
    padding: 0;
  }
  .c-block05__text {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .c-block05__textTitle {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 20px;
  }
  .c-block05__textLead {
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .c-block05__textNote {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.c-block06 {
  border: 1px solid rgba(88, 85, 93, 0.5);
  padding: 50px 20px;
}
.c-block06__inner {
  max-width: 812px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .c-block06 {
    padding: 30px 20px;
  }
}
.c-block07 {
  margin-bottom: 90px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-block07:last-child {
  margin-bottom: 0;
}
.c-block07__image {
  width: 47%;
}
.c-block07__imageCaption {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.c-block07__contents {
  width: 47%;
}
.c-block07__title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  margin-top: 55px;
}
.c-block07__title:first-child {
  margin-top: 0;
}
.c-block07__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
.c-block07__note {
  margin-top: 40px;
  background: #E1DFE4;
  padding: 30px;
}
.c-block07__noteTitle {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
.c-block07__noteText {
  font-size: 1.5rem;
  line-height: 1.5;
}
.c-block07__button {
  margin-top: 25px;
}
.c-block07__button a {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-block07 {
    margin-bottom: 70px;
  }
  .c-block07__image {
    width: 100%;
    -ms-order: 1;
    order: 1;
    margin-bottom: 40px;
  }
  .c-block07__imageCaption {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .c-block07__contents {
    width: 100%;
    -ms-order: 2;
    order: 2;
  }
  .c-block07__title {
    margin-bottom: 20px;
    font-size: 2rem;
    margin-top: 40px;
  }
  .c-block07__text {
    font-size: 1.5rem;
  }
  .c-block07__note {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .c-block07__noteTitle {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .c-block07__noteText {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .c-block07__button {
    margin-top: 20px;
    text-align: center;
  }
}
.c-block08 {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.c-block08__image {
  width: 35%;
}
.c-block08__contents {
  width: 60%;
  margin-left: auto;
}
.c-block08__lead {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 40px;
}
.c-block08__lead:last-child {
  margin-bottom: 0;
}
.c-block08__boxWrapper {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 35px 8%;
}
.c-block08__boxWrapper > * {
  width: 46%;
}
.c-block08__boxTitle {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  background: rgba(88, 85, 93, 0.7);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-block08__boxText {
  font-size: 1.5rem;
  line-height: 1.733;
}
.c-block08__sub {
  margin-top: 50px;
  font-size: 1.5rem;
  line-height: 1.733;
}

@media only screen and (max-width: 767px) {
  .c-block08__image {
    width: 100%;
    margin-bottom: 40px;
  }
  .c-block08__contents {
    width: 100%;
  }
  .c-block08__lead {
    font-size: 1.5rem;
  }
  .c-block08__box {
    width: 100%;
  }
  .c-block08__boxTitle {
    font-size: 1.6rem;
    min-height: 40px;
    margin-bottom: 20px;
  }
  .c-block08__sub {
    margin-top: 40px;
  }
}
.c-block09 {
  background: #fff;
}
.c-block09__title {
  text-align: center;
  background: rgba(88, 85, 93, 0.9);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.9em 0;
}
.c-block09__contents {
  padding: 70px 35px;
}
.c-block09__contentsInner {
  max-width: 865px;
  margin: auto;
}
.c-block09__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 50px;
}
.c-block09__text:last-child {
  margin-bottom: 0;
}
.c-block09__textLead {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .c-block09__title {
    font-size: 1.7rem;
    padding: 0.9em 0;
  }
  .c-block09__contents {
    padding: 40px 20px;
  }
  .c-block09__text {
    font-size: 1.5rem;
    line-height: 1.66;
    margin-bottom: 45px;
  }
  .c-block09__textLead {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.c-block10 {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 35px;
}
.c-block10__inner {
  display: inline-block;
  text-align: left;
  max-width: 712px;
  font-size: 1.5rem;
  line-height: 1.733;
}

@media only screen and (max-width: 767px) {
  .c-block10 {
    padding: 25px 20px;
  }
}
.c-block11 {
  margin-bottom: 90px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-block11:last-child {
  margin-bottom: 0;
}
.c-block11__image {
  width: 35%;
}
.c-block11__contents {
  width: 60%;
}
.c-block11__title {
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 70px;
}
.c-block11__title:first-child {
  margin-top: 0;
}
.c-block11__text {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .c-block11 {
    margin-bottom: 70px;
  }
  .c-block11__image {
    margin-bottom: 40px;
    width: 100%;
    -ms-order: 1;
    order: 1;
  }
  .c-block11__contents {
    width: 100%;
    -ms-order: 2;
    order: 2;
  }
  .c-block11__title {
    margin-bottom: 20px;
    font-size: 2rem;
    margin-top: 45px;
  }
  .c-block11__text {
    font-size: 1.5rem;
    line-height: 1.66;
  }
}
/* ========== text ========== */
.c-text02 {
  margin-bottom: 70px;
  font-size: 1.6rem;
  font-weight: 400;
}
.c-text02:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-text02 {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}
.c-text03 {
  font-size: 1.5rem;
  line-height: 1.733;
}

@media only screen and (max-width: 767px) {
  .c-text03 {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
.c-text04 {
  padding: 30px 0 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .c-text04 {
    padding: 0;
    line-height: 1.875;
    font-size: 1.6rem;
  }
  .c-text04 p {
    margin-bottom: 1em;
  }
  .c-text04 p:last-child {
    margin-bottom: 0;
  }
}
/* ========== link ========== */
.c-arrow-link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.375;
  padding-left: 30px;
  position: relative;
  transition: 0.4s;
}
.c-arrow-link__icon {
  position: absolute;
  top: 1px;
  left: 0;
  background: #1F1F1F;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.4s;
}
.c-arrow-link__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}
.c-arrow-link:hover {
  opacity: 1;
  color: #858795;
}
.c-arrow-link:hover .c-arrow-link__icon {
  background: #858795;
}

/* ========== tel ========== */
.c-tel {
  text-align: center;
  line-height: 1.5;
}
.c-tel__inner {
  display: inline-block;
  position: relative;
}
.c-tel__label {
  font-size: 1.2rem;
  position: absolute;
  right: 0.5em;
  top: 0;
  transform: translateY(-50%);
}
.c-tel__label.--white {
  color: #fff;
}
.c-tel__num {
  position: relative;
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: "Montserrat", sans-serif;
  padding-left: 1.3em;
  background-image: url(../images/common/icon-tel-black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.875em;
}
.c-tel__num.--white {
  color: #fff;
  background-image: url(../images/common/icon-tel-white.svg);
}
.c-tel__note {
  line-height: 1.47;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .c-tel__label {
    font-size: 1rem;
  }
  .c-tel__num {
    font-size: 2.8rem;
  }
  .c-tel__note {
    text-align: left;
  }
}
/* ========== features ========== */
.c-features {
  margin-bottom: 64px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-features:last-child {
  margin-bottom: 0;
}
.c-features__image {
  width: 47.5%;
}
.c-features__contents {
  width: 47.5%;
  padding-top: 50px;
}
.c-features__head {
  text-align: center;
  margin-bottom: 80px;
}
.c-features__headNum {
  font-family: "Montserrat", sans-serif;
  font-size: 12rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: rgba(88, 85, 93, 0.2);
}
.c-features__headTitle {
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .c-features {
    margin-bottom: 70px;
  }
  .c-features__image {
    width: 100%;
    -ms-order: 1;
    order: 1;
  }
  .c-features__contents {
    width: 100%;
    padding-top: 20px;
    -ms-order: 2;
    order: 2;
  }
  .c-features__head {
    margin-bottom: 28px;
  }
  .c-features__headNum {
    font-size: 8.4rem;
  }
  .c-features__headTitle {
    font-size: 1.8rem;
    margin-top: 0.5em;
  }
}
/* ========== openhour ========== */
.c-openhour__table {
  width: 100%;
  table-layout: fixed;
  line-height: 1.5;
}
.c-openhour__table tr {
  border-bottom: 2px solid #fff;
}
.c-openhour__table th, .c-openhour__table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.7rem;
  font-weight: 400;
}
.c-openhour__table th {
  padding: 0 0 8px;
}
.c-openhour__table th:first-child {
  width: 168px;
}
.c-openhour__table td {
  background: #E1DFE4;
}
.c-openhour__table td:first-child {
  text-align: right;
  background: #1F1F1F;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 15px 10px 0;
}
.c-openhour__note {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .c-openhour__table th, .c-openhour__table td {
    font-size: 1.3rem;
  }
  .c-openhour__table th {
    padding: 0 0 8px;
  }
  .c-openhour__table th:first-child {
    width: 33%;
  }
  .c-openhour__table td:first-child {
    font-size: 1.3rem;
    padding: 8px 6px 8px 0;
  }
  .c-openhour__note {
    font-size: 1.5rem;
    margin-top: 0.8em;
  }
}
/* ========== gallery ========== */
.c-gallery__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 4px;
}
.c-gallery__list:last-child {
  margin-bottom: 0;
}
.c-gallery__list.--col2 .c-gallery__listItem {
  width: calc((100% - 4px) / 2);
}
.c-gallery__list.--col3 .c-gallery__listItem {
  width: calc((100% - 8px) / 3);
}

@media only screen and (max-width: 767px) {
  .c-gallery__list {
    gap: 2px;
    margin-bottom: 2px;
  }
  .c-gallery__list img {
    width: 100%;
  }
  .c-gallery__list.--col2 .c-gallery__listItem {
    width: 100%;
  }
  .c-gallery__list.--col3 .c-gallery__listItem {
    width: 100%;
  }
}
/* ========== flow ========== */
.c-flow {
  margin-bottom: 128px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.c-flow:last-child {
  margin-bottom: 0;
}
.c-flow__image {
  width: 30%;
}
.c-flow__text {
  width: 65%;
  margin-left: auto;
  position: relative;
  padding-left: clamp(56px, 9.8245614035vw, 112px);
}
.c-flow__textNum {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(40px, 7.0175438596vw, 80px);
  height: clamp(40px, 7.0175438596vw, 80px);
  background: #1F1F1F;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.7rem, 2.9824561404vw, 3.4rem);
  letter-spacing: 0.1em;
}
.c-flow__textTitle {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  line-height: 1.5;
}
.c-flow__textTitle.l-flex {
  gap: 10px 20px;
  align-items: center;
}
.c-flow__textTitleLabel {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #1F1F1F;
  letter-spacing: 0;
  border-radius: 15px;
  padding: 4px 16px;
}
.c-flow.--treatment {
  margin-bottom: 40px;
}
.c-flow.--treatment:last-child {
  margin-bottom: 0;
}
.c-flow.--treatment .c-flow__image {
  width: 24%;
}
.c-flow.--treatment .c-flow__text {
  width: 72%;
  padding-left: 0;
}
.c-flow.--treatment .c-flow__textNum {
  width: 70px;
  height: 70px;
  font-size: 4rem;
}
.c-flow.--treatment .c-flow__textTitle {
  min-height: 70px;
  padding-left: 90px;
  padding-top: 15px;
}
.c-flow.--treatment .c-flow__textTitle.l-flex {
  padding-top: 0;
}
.c-flow.--treatment .c-flow__textText {
  font-size: 1.5rem;
  line-height: 1.733;
}

@media only screen and (max-width: 767px) {
  .c-flow {
    margin-bottom: 60px;
    gap: 30px 0;
  }
  .c-flow__image {
    width: 100%;
    text-align: center;
  }
  .c-flow__text {
    width: 100%;
    padding-left: 0;
  }
  .c-flow__textNum {
    width: 54px;
    height: 54px;
    font-size: 2.6rem;
  }
  .c-flow__textTitle {
    padding-left: 74px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    min-height: 54px;
    display: flex;
    align-items: center;
  }
  .c-flow__textTitle.l-flex {
    gap: 5px;
  }
  .c-flow__textTitleLabel {
    font-size: 1.1rem;
    padding: 2px 12px 4px;
  }
  .c-flow.--treatment .c-flow__image {
    width: 27%;
  }
  .c-flow.--treatment .c-flow__text {
    width: 66%;
  }
  .c-flow.--treatment .c-flow__textNum {
    width: 50px;
    height: 50px;
    font-size: 2.8rem;
  }
  .c-flow.--treatment .c-flow__textTitle {
    font-size: 1.7rem;
    min-height: 50px;
    padding-left: 62px;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .c-flow.--treatment .c-flow__textTitle.l-flex {
    padding-top: 0;
  }
  .c-flow.--treatment .c-flow__textText {
    line-height: 1.66;
  }
}
/* ========== category ========== */
.c-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 162px;
  min-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  background: #58555D;
  line-height: 1.77;
}
.c-category.--column {
  background: #fff;
  border: 2px solid #58555D;
  color: #1F1F1F;
}
.c-category.--category01 {
  background: #00A99D;
}
.c-category.--category02 {
  background: #662D91;
}
.c-category.--category03 {
  background: #ED1C24;
}
.c-category.--category04 {
  background: #3FA9F5;
}
.c-category.--category05 {
  background: #009245;
}
.c-category.--category06 {
  background: #D4145A;
}

/* ========== categorylist ========== */
.c-category-nav {
  margin-bottom: 90px;
}
.c-category-nav__label {
  display: none;
}
.c-category-nav__list ul {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  gap: 10px 0;
}
.c-category-nav__list li {
  border-right: 1px solid #858795;
}
.c-category-nav__list li:first-child {
  border-left: 1px solid #858795;
}
.c-category-nav__list a {
  padding: 0 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-category-nav {
    border: 1px solid rgba(88, 85, 93, 0.4);
    border-radius: 4px;
    padding: 11px 20px;
    margin-bottom: 50px;
  }
  .c-category-nav__label {
    display: block;
    font-weight: 400;
    position: relative;
  }
  .c-category-nav__label .ac-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  .c-category-nav__label .ac-icon:before, .c-category-nav__label .ac-icon:after {
    content: "";
    background: #A5A5A5;
    position: absolute;
  }
  .c-category-nav__label .ac-icon:before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  .c-category-nav__label .ac-icon:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transition: 0.4s;
  }
  .c-category-nav__label.is--active .ac-icon:after {
    opacity: 0;
  }
  .c-category-nav__list {
    display: none;
    padding: 12px 0;
  }
  .c-category-nav__list ul {
    justify-content: flex-start;
    font-size: 1.2rem;
    gap: 12px 3.5%;
  }
  .c-category-nav__list li {
    width: 31%;
    border-right: none;
    border-bottom: 1px solid rgba(88, 85, 93, 0.5);
  }
  .c-category-nav__list li:first-child {
    border-left: none;
  }
  .c-category-nav__list a {
    padding: 0 0 5px;
  }
}
/* ========== pager ========== */
.c-pager .navigation {
  margin-top: 120px;
}
.c-pager .screen-reader-text {
  display: none;
}
.c-pager .nav-links {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.c-pager .nav-links a, .c-pager .nav-links span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(31, 31, 31, 0.6);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
.c-pager .nav-links .current {
  background-color: #8C7E5E;
}
.c-pager .nav-links .dots {
  background: none;
  color: #858795;
}
.c-pager .nav-links .prev, .c-pager .nav-links .next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
.c-pager .nav-links .prev {
  margin-right: 8px;
  background-image: url(../images/common/arrow-pager-prev.svg);
}
.c-pager .nav-links .next {
  margin-left: 8px;
  background-image: url(../images/common/arrow-pager-next.svg);
}

@media only screen and (max-width: 767px) {
  .c-pager .navigation {
    margin-top: 70px;
  }
  .c-pager .nav-links .prev {
    margin-right: 4px;
  }
  .c-pager .nav-links .next {
    margin-left: 4px;
  }
}
/* ========== checklist ========== */
.c-checklist {
  display: inline-block;
  text-align: left;
}
.c-checklist__wrapper {
  text-align: center;
  border-top: 1px solid rgba(88, 85, 93, 0.15);
  overflow: hidden;
}
.c-checklist__wrapper.l-flex {
  gap: 0 clamp(30px, 5.2631578947vw, 60px);
  justify-content: center;
}
.c-checklist__item {
  border-bottom: 1px solid rgba(88, 85, 93, 0.15);
  padding: 14px 0;
  font-size: 0;
  position: relative;
}
.c-checklist__item:before, .c-checklist__item:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(88, 85, 93, 0.15);
  position: absolute;
  bottom: -1px;
}
.c-checklist__item:before {
  left: 100%;
}
.c-checklist__item:after {
  right: 100%;
}
.c-checklist__itemInner {
  display: inline-flex;
  gap: 0 15px;
}
.c-checklist__itemInner.--center {
  align-items: center;
}
.c-checklist__itemIcon {
  width: 28px;
  height: 28px;
  background: url(../images/common/icon-check.svg) no-repeat center;
  background-size: 100%;
}
.c-checklist__itemLabel {
  font-size: 1.6rem;
  font-weight: 500;
  flex: 1;
  line-height: 1.8;
}
.c-checklist__itemLabel.--has-text {
  width: 176px;
  flex: none;
}
.c-checklist__itemText {
  font-size: 1.5rem;
  line-height: 1.66;
  flex: 1;
}
.c-checklist.--no-border .c-checklist__item {
  border-bottom: none;
  padding-top: 0;
}
.c-checklist.--no-border .c-checklist__item:before, .c-checklist.--no-border .c-checklist__item:after {
  content: none;
}
.c-checklist.--no-border .c-checklist__item:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-checklist {
    display: block;
  }
  .c-checklist__wrapper.l-flex {
    display: block;
  }
  .c-checklist__item {
    padding: 20px 0;
  }
  .c-checklist__item:before, .c-checklist__item:after {
    content: none;
  }
  .c-checklist__itemInner {
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .c-checklist__itemLabel {
    font-size: 1.5rem;
  }
  .c-checklist__itemLabel.--has-text {
    width: calc(100% - 38px);
  }
  .c-checklist__itemText {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
/* ========== faq ========== */
.c-faq {
  margin-bottom: 20px;
}
.c-faq__question {
  background: #E1DFE4;
  position: relative;
  min-height: 90px;
  padding: 30px 100px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.c-faq__question:before {
  content: "Q";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #1F1F1F;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
}
.c-faq__questionIcon {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.c-faq__questionIcon:before, .c-faq__questionIcon:after {
  content: "";
  background: #1F1F1F;
  position: absolute;
}
.c-faq__questionIcon:before {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.c-faq__questionIcon:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  transition: opacity 0.3s;
}
.c-faq__question.is--active .c-faq__questionIcon:after {
  opacity: 0;
}
.c-faq__answer {
  background: #efefef;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.733;
  padding: 30px 60px 35px 100px;
}
.c-faq__answer:before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #1F1F1F;
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-faq {
    margin-bottom: 12px;
  }
  .c-faq__question {
    display: flex;
    align-items: center;
    padding: 20px 68px;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .c-faq__question:before {
    top: 50%;
    margin-top: -20px;
    left: 16px;
    width: 40px;
    line-height: 40px;
    font-size: 1.8rem;
  }
  .c-faq__questionIcon {
    width: 24px;
    height: 24px;
    right: 16px;
  }
  .c-faq__answer {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 1.57;
    padding: 24px 16px 24px 68px;
  }
  .c-faq__answer:before {
    top: 24px;
    left: 16px;
    width: 38px;
    line-height: 38px;
    font-size: 1.8rem;
  }
}
/* ========== merit ========== */
.c-merit {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-merit__contents {
  width: 48%;
  border: 1px solid #E1DFE4;
  padding: 195px 0 40px;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
}
.c-merit__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-merit__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-merit__text {
  width: 80%;
  max-width: 390px;
  margin: auto;
  padding: 40px 0 0;
}
.c-merit__textTitle {
  margin-bottom: 14px;
  text-align: center;
}
.c-merit__textTitle span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  min-width: 195px;
  min-height: 42px;
  border-radius: 28px;
}
.c-merit__textTitle span.type--merit {
  background: #B3AEBB;
}
.c-merit__textTitle span.type--demerit {
  background: rgba(31, 31, 31, 0.4);
}
.c-merit__textTitle span.--large {
  width: 100%;
}
.c-merit__textTitle + .c-merit__textTitle {
  margin-top: 24px;
}
.c-merit__textText {
  font-size: 1.4rem;
  line-height: 1.57;
  margin-bottom: 25px;
}
.c-merit__textText:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-merit {
    gap: 20px;
  }
  .c-merit__contents {
    width: 100%;
    padding: 33.3333333333vw 0 35px;
  }
  .c-merit__title {
    height: 33.3333333333vw;
    font-size: 4vw;
  }
  .c-merit__text {
    width: 100%;
    max-width: 100%;
    padding: 35px 20px 0;
  }
  .c-merit__textTitle span {
    font-size: 1.6rem;
    min-width: 180px;
  }
  .c-merit__textTitle span.--large {
    min-height: 56px;
  }
  .c-merit__textTitle + .c-merit__textTitle {
    margin-top: 16px;
  }
  .c-merit__textText {
    margin-bottom: 20px;
  }
}
/* ========== material ========== */
.c-material {
  padding: 80px 0;
  border-top: 1px solid rgba(88, 85, 93, 0.5);
}
.c-material:first-child {
  border-top: none;
  padding-top: 0;
}
.c-material__title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .c-material {
    padding: 50px 0;
  }
  .c-material__title {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
/* ========== comparison ========== */
.c-comparison {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-comparison__item {
  background: #fff;
  width: 48%;
}
.c-comparison__itemTitle {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  background: rgba(88, 85, 93, 0.9);
  line-height: 1.6;
  text-align: center;
  padding: 0.8em 0;
}
.c-comparison__itemContents {
  padding: 60px 20px;
}
.c-comparison__itemText {
  max-width: 390px;
  margin: 0 auto 35px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-comparison__itemText:last-child {
  margin-bottom: 0;
}
.c-comparison__itemTextLabel {
  text-align: center;
  margin-bottom: 14px;
}
.c-comparison__itemTextLabel p {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background: rgba(31, 31, 31, 0.4);
  border-radius: 21px;
  min-width: 195px;
  line-height: 1.5;
  padding: 0.5em 0;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .c-comparison {
    gap: 30px;
  }
  .c-comparison__item {
    width: 100%;
  }
  .c-comparison__itemTitle {
    font-size: 1.7rem;
  }
  .c-comparison__itemContents {
    padding: 40px 20px;
  }
  .c-comparison__itemText {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
/* ========== beforeAfter ========== */
.c-beforeAfter {
  background: rgba(225, 223, 228, 0.6);
  padding: 100px clamp(50px, 4.3859649123vw, 100px);
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-beforeAfter__item {
  position: relative;
  width: calc(50% - clamp(20px, 3.5087719298vw, 40px));
}
.c-beforeAfter__item:first-child:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 120px;
  margin-left: clamp(10px, 1.7543859649vw, 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(12px, 2.1052631579vw, 24px) 0 clamp(12px, 2.1052631579vw, 24px) clamp(21px, 3.6842105263vw, 42px);
  border-color: transparent transparent transparent rgba(133, 135, 149, 0.5);
}
.c-beforeAfter__itemImage {
  margin-bottom: 35px;
}
.c-beforeAfter__itemTitle {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 25px;
}
.c-beforeAfter__itemText {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .c-beforeAfter {
    padding: 60px 20px;
  }
  .c-beforeAfter__item {
    width: 100%;
  }
  .c-beforeAfter__item:first-child {
    margin-bottom: 80px;
  }
  .c-beforeAfter__item:first-child:after {
    left: 50%;
    top: 100%;
    margin-left: -19px;
    margin-top: 25px;
    border-width: 30px 19px 0 19px;
    border-color: rgba(133, 135, 149, 0.5) transparent transparent transparent;
  }
  .c-beforeAfter__itemImage {
    margin-bottom: 30px;
  }
  .c-beforeAfter__itemTitle {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0;
  }
  .c-beforeAfter__itemText {
    font-size: 1.5rem;
    line-height: 1.66;
  }
}
/* ========== caries ========== */
.c-caries {
  margin-bottom: 50px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-caries:last-child {
  margin-bottom: 0;
}
.c-caries__image {
  width: 28%;
}
.c-caries__contents {
  width: 68%;
}
.c-caries__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.c-caries__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-caries__listItem {
  width: 48%;
}
.c-caries__listItemLabel {
  background: rgba(88, 85, 93, 0.7);
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 10px;
}
.c-caries__listItemText {
  font-size: 1.5rem;
  line-height: 1.733;
}

@media only screen and (max-width: 767px) {
  .c-caries__image {
    width: 100%;
    margin-bottom: 22px;
    text-align: center;
  }
  .c-caries__image img {
    width: 60%;
  }
  .c-caries__contents {
    width: 100%;
  }
  .c-caries__title {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .c-caries__list {
    gap: 25px;
  }
  .c-caries__listItem {
    width: 100%;
  }
  .c-caries__listItemLabel {
    font-size: 1.5rem;
  }
}
/* ========== animation ========== */
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
}
.fadeInUp.js-scr-active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}

/* ========== accordion ========== */
.js-acTrigger {
  cursor: pointer;
}

.js-acHide {
  display: none;
}

/* ========== hoge ========== */
/*------------------------------------------
  layout
------------------------------------------*/
.l-flex {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.l-card {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.l-card--center {
  justify-content: center;
}
.l-card--col2 {
  gap: 90px 6%;
}
.l-card--col2 .l-card__item {
  width: 47%;
}
.l-card--col3 {
  gap: 70px 5%;
}
.l-card--col3.--post {
  gap: 100px 5%;
}
.l-card--col3 .l-card__item {
  width: 30%;
}
.l-card--col4 {
  gap: 70px 4%;
}
.l-card--col4 .l-card__item {
  width: 22%;
}
@media only screen and (max-width: 1024px) {
  .l-card--col4 {
    gap: 90px 6%;
  }
  .l-card--col4 .l-card__item {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .l-card--col2 {
    gap: 70px;
  }
  .l-card--col2 .l-card__item {
    width: 100%;
  }
  .l-card--col3 {
    gap: 70px;
  }
  .l-card--col3.--post {
    gap: 60px;
  }
  .l-card--col3 .l-card__item {
    width: 100%;
  }
  .l-card--col4 {
    gap: 70px;
  }
  .l-card--col4 .l-card__item {
    width: 100%;
  }
}
.l-inner {
  position: relative;
  margin: auto;
  padding: 0 20px;
  max-width: 1140px;
}
.l-inner--s {
  max-width: 920px;
}

/*------------------------------------------
  header
------------------------------------------*/
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 100px;
}
.l-header a {
  color: #fff;
}
.l-header__trigger {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #fff;
  z-index: 11;
}
.l-header__trigger.is--active .header-trigger span:nth-child(1) {
  top: 50%;
  margin-top: -3px;
  transform: rotate(-45deg);
}
.l-header__trigger.is--active .header-trigger span:nth-child(2) {
  opacity: 0;
}
.l-header__trigger.is--active .header-trigger span:nth-child(3) {
  bottom: 50%;
  margin-bottom: -3px;
  transform: rotate(45deg);
}
.l-header .header-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 44px;
}
.l-header .header-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: #1F1F1F;
  transition: 0.4s;
}
.l-header .header-trigger span:nth-child(1) {
  top: 0;
}
.l-header .header-trigger span:nth-child(2) {
  top: 50%;
  margin-top: -3px;
}
.l-header .header-trigger span:nth-child(3) {
  bottom: 0;
}
.l-header__first {
  position: relative;
  background: #1F1F1F;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 2.7777777778vw, 40px);
  z-index: 10;
}
.l-header .header-logo__text {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 clamp(20px, 3.0701754386vw, 35px);
}
.l-header .header-logo .text--ja {
  font-size: clamp(2.1rem, 2.4561403509vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.4em;
}
.l-header .header-logo .text--en {
  font-size: clamp(1.2rem, 1.5789473684vw, 1.8rem);
  letter-spacing: 0.1em;
}
.l-header .header-tel__label {
  font-size: clamp(1rem, 1.0526315789vw, 1.2rem);
}
.l-header .header-tel__num {
  font-size: clamp(2.5rem, 2.8070175439vw, 3.2rem);
}
.l-header__hide {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 100px 0 64px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  background: rgba(31, 31, 31, 0.95);
}
.l-header .header-nav {
  padding-top: 90px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 40px 70px;
  justify-content: space-between;
}
.l-header .header-menu {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: clamp(50px, 4.8611111111vw, 70px);
  line-height: 1.44;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
}
.l-header .header-menu__listLabel {
  margin-bottom: 25px;
}
.l-header .header-menu ul li {
  margin-bottom: 25px;
  position: relative;
}
.l-header .header-menu ul li:last-child {
  margin-bottom: 0;
}
.l-header .header-menu ul a {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.l-header .header-menu ul a:before {
  content: "＞ ";
  position: absolute;
  top: 0;
  left: 0;
}
.l-header .header-sns {
  line-height: 1.5;
  font-size: 1.6rem;
}
.l-header .header-sns li {
  margin-bottom: 22px;
}
.l-header .header-sns li:last-child {
  margin-bottom: 0;
}
.l-header .header-sns a {
  display: flex;
  align-items: center;
  gap: 0 13px;
}
.l-header .header-sns img {
  width: 34px;
}
.l-header .header-banner {
  margin-top: 40px;
}
.l-header .header-banner__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 10px;
}
.l-header .header-banner__list li {
  width: 280px;
}
.l-header .header-banner__list img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-header {
    border-bottom: none;
    padding-right: 0;
  }
  .l-header__trigger {
    width: 60px;
    height: 60px;
  }
  .l-header__trigger.is--active .header-trigger span:nth-child(1) {
    margin-top: -2px;
  }
  .l-header__trigger.is--active .header-trigger span:nth-child(3) {
    margin-bottom: -2px;
  }
  .l-header .header-trigger {
    width: 34px;
    height: 24px;
  }
  .l-header .header-trigger span {
    height: 4px;
  }
  .l-header .header-trigger span:nth-child(2) {
    margin-top: -2px;
  }
  .l-header__first {
    padding: 0;
    display: block;
    height: auto;
  }
  .l-header .header-logo {
    width: 100%;
    padding: 0 16px;
    border-bottom: 2px solid #fff;
  }
  .l-header .header-logo__text {
    height: 60px;
    gap: 0 15px;
  }
  .l-header .header-logo .text--ja {
    font-size: 1.6rem;
  }
  .l-header .header-logo .text--en {
    font-size: 1rem;
  }
  .l-header .header-tel {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
  }
  .l-header .header-tel__label {
    font-size: 0.8rem;
  }
  .l-header .header-tel__num {
    font-size: 2.2rem;
  }
  .l-header__hide {
    background: #1F1F1F;
    padding: 112px 0 94px;
  }
  .l-header__hide > .l-inner {
    padding: 0;
    border-top: 4px solid #fff;
  }
  .l-header .header-nav {
    padding: 0;
    display: block;
  }
  .l-header .header-menu {
    display: block;
    line-height: 1.5;
    font-size: 1.6rem;
    background: #fff;
  }
  .l-header .header-menu__listLabel {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    background: rgba(31, 31, 31, 0.2);
    color: #1F1F1F;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
  }
  .l-header .header-menu__listLabel span {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
  }
  .l-header .header-menu__listLabel span:before, .l-header .header-menu__listLabel span:after {
    content: "";
    position: absolute;
    background: #1F1F1F;
  }
  .l-header .header-menu__listLabel span:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
  }
  .l-header .header-menu__listLabel span:after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -0.5px;
    transition: 0.4s;
  }
  .l-header .header-menu__listLabel.is--active span:after {
    opacity: 0;
  }
  .l-header .header-menu ul li {
    background: #58555D;
    padding: 10px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .l-header .header-menu ul a {
    display: block;
    position: relative;
    padding-left: 1.5em;
  }
  .l-header .header-menu ul a:before {
    content: "＞ ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-header .header-menu .sp-headerAcHide {
    display: none;
  }
  .l-header .header-menu .sp-headerAcHide li {
    padding-left: 40px;
  }
  .l-header .header-sns {
    padding-top: 35px;
  }
  .l-header .header-sns li {
    margin-bottom: 20px;
  }
  .l-header .header-sns a {
    justify-content: center;
    gap: 0 10px;
  }
  .l-header .header-banner {
    margin-top: 30px;
  }
  .l-header .header-banner__list {
    justify-content: center;
  }
}
/*------------------------------------------
  footer
------------------------------------------*/
.l-footer {
  background: #1F1F1F;
  color: #fff;
  padding: 80px 0 100px;
}
.l-footer a:not([class]) {
  color: #fff;
}
.l-footer__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: space-between;
}
.l-footer .footer-about {
  margin-bottom: 50px;
}
.l-footer .footer-about__title {
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.4em;
  line-height: 1.1;
  margin-bottom: 0.8em;
}
.l-footer .footer-about__address {
  font-size: 1.5rem;
}
.l-footer .footer-nav {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 34px 80px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-footer .footer-nav__menu {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0 62px;
}
.l-footer .footer-nav__menu li {
  margin-bottom: 14px;
}
.l-footer .footer-nav__menu li:last-child {
  margin-bottom: 0;
}
.l-footer .footer-nav__menu a {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.l-footer .footer-nav__menu a:before {
  content: "＞ ";
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer .footer-nav__sns li {
  margin-bottom: 10px;
}
.l-footer .footer-nav__sns li:last-child {
  margin-bottom: 0;
}
.l-footer .footer-nav__sns a {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.l-footer .footer-nav__sns img {
  width: 34px;
}
.l-footer .footer-btn a {
  display: inline-flex;
  background: #fff;
  color: #1F1F1F;
  height: 60px;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  transition: 0.4s;
  border-radius: 30px;
}
.l-footer .footer-btn a:hover {
  background: #E1DFE4;
  opacity: 1;
}
.l-footer .footer-copy {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 0 75px;
  }
  .l-footer__inner {
    display: block;
  }
  .l-footer .footer-about {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-footer .footer-about__title {
    font-size: 1.5rem;
  }
  .l-footer .footer-about__address {
    font-size: 1.1rem;
  }
  .l-footer .footer-nav {
    gap: 35px;
    font-size: 1rem;
    justify-content: center;
  }
  .l-footer .footer-nav__menu {
    display: block;
  }
  .l-footer .footer-nav__menu li {
    margin-bottom: 4px;
  }
  .l-footer .footer-nav__menu li:last-child {
    margin-bottom: 4px;
  }
  .l-footer .footer-nav__sns li {
    margin-bottom: 8px;
  }
  .l-footer .footer-nav__sns a {
    gap: 0 7px;
  }
  .l-footer .footer-nav__sns img {
    width: 24px;
  }
  .l-footer .footer-btn {
    margin-top: 20px;
    text-align: center;
  }
  .l-footer .footer-btn a {
    height: 38px;
    min-width: 168px;
    font-size: 1.2rem;
    border-radius: 19px;
    letter-spacing: 0.1em;
  }
  .l-footer .footer-btn a:hover {
    background: #fff;
  }
  .l-footer .footer-copy {
    text-align: center;
    margin-top: 12px;
    font-size: 1rem;
  }
}
.l-fixedButton {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
}
.l-fixedButton a {
  display: block;
}
.l-fixedButton__inner {
  position: relative;
  padding-right: 83px;
}
.l-fixedButton .fixedButton-nav {
  display: flex;
  gap: 2px;
}
.l-fixedButton .fixedButton-nav li {
  border: 1px solid #fff;
  border-bottom: none;
}
.l-fixedButton .fixedButton-nav button {
  border: none;
  border-radius: 0;
}
.l-fixedButton .fixedButton-nav a, .l-fixedButton .fixedButton-nav button {
  width: 240px;
  height: 80px;
  background: #1F1F1F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
.l-fixedButton .fixedButton-nav a:hover, .l-fixedButton .fixedButton-nav button:hover {
  background: #858795;
  opacity: 1;
}
.l-fixedButton .fixedButton-pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.l-fixedButton .fixedButton-pagetop a {
  width: 80px;
}
.l-fixedButton .fixedButton-pagetop img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-fixedButton {
    background: #fff;
    padding: 2px 0 0;
    width: 100%;
  }
  .l-fixedButton__inner {
    padding-right: 52px;
  }
  .l-fixedButton .fixedButton-nav {
    width: 100%;
  }
  .l-fixedButton .fixedButton-nav li {
    border: none;
    width: calc(50% - 1px);
  }
  .l-fixedButton .fixedButton-nav a, .l-fixedButton .fixedButton-nav button {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
  }
  .l-fixedButton .fixedButton-nav a:hover, .l-fixedButton .fixedButton-nav button:hover {
    background: #1F1F1F;
  }
  .l-fixedButton .fixedButton-pagetop {
    border: none;
  }
  .l-fixedButton .fixedButton-pagetop a {
    width: 50px;
  }
}