@charset "UTF-8";
/* 共通 .wrapクラス */
/* vw計算関数 */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
/* Basic Styles */
* {
  box-sizing: border-box;
  word-break: break-all;
}

h1, h2, h3, h4 {
  font-weight: 400;
  line-height: 1.6;
}

html {
  font-size: 62.5%;
}

body {
  color: #453535;
  margin: 0;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
body.no-scroll {
  overflow: hidden;
}

.ttl {
  text-align: center;
}
.ttl span {
  padding-bottom: 1.3020833333vw;
  display: inline-block;
  font-size: clamp(20px, 1.9791666667vw, 38px);
  border-bottom: 1px solid #dcb7bf;
  font-weight: 500;
  background: linear-gradient(90deg, #6f4b26, #6f4b26 12%, #a78b80 36%, #998058 88%, #835429 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 768px) {
  .ttl span {
    margin-bottom: 40px;
  }
}

.cmn_title {
  text-align: center;
}
.cmn_title span {
  display: block;
  overflow: hidden;
}
.cmn_title .en {
  color: #c59795;
  font-size: clamp(28px, 3.125vw, 60px);
  position: relative;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 6px;
}
@media (max-width: 768px) {
  .cmn_title .en {
    letter-spacing: 3px;
  }
}
.cmn_title .en:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
}
.cmn_title .jp {
  color: #5b5042;
  font-size: clamp(20px, 1.5625vw, 30px);
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cmn_title .jp {
    padding-top: 2%;
  }
}

a {
  text-decoration: none;
  color: #333;
}
a:hover img {
  transition: 0.3s;
  opacity: 0.6;
}

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

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

.wrap {
  width: 100%;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

.c-txt.line {
  padding-bottom: 5px;
  position: relative;
}

.c-txt.line::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.c-txt.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c-txt.line.active::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c-txt.line.center::before {
  transform-origin: center top;
}

.btn a {
  color: #fff;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 20px 25px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  z-index: 0;
  border: 2px solid #000;
}

.btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  transition: 0.3s;
  left: 0;
}

.btn a:hover {
  color: #000;
}

.btn a:hover:before {
  width: 100%;
  z-index: -1;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header__inner {
    max-width: 100%;
  }
}
.header .hd_insta {
  margin: 0 2% 0 auto;
}
@media (max-width: 768px) {
  .header .hd_insta {
    max-width: 40px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .header .hd_insta {
    max-width: 30px;
  }
}
.header__logo {
  margin: 0;
}
.header__logo img {
  height: 90px;
}
@media (max-width: 768px) {
  .header__logo img {
    height: 40px;
  }
}

.header__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #c49795;
  position: relative;
  z-index: 9999;
  line-height: 1;
  text-align: center;
}
.header__menu-wrap.is-open {
  color: #fff;
}
.header__menu-wrap.is-open .header__menu-btn span {
  background-color: #fff;
}
.header__menu-wrap .header__menu-btn {
  width: 38px;
  height: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header__menu-wrap .header__menu-btn span {
  display: block;
  height: 2px;
  background: #c49795;
  width: 100%;
  transition: 0.3s;
}
.header__menu-wrap .header__menu-btn.is-open span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0;
  max-width: 34px;
  right: 0;
  margin: auto;
}
.header__menu-wrap .header__menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.header__menu-wrap .header__menu-btn.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 0;
  max-width: 34px;
  right: 0;
  margin: auto;
}
.header__menu-wrap .menu-label {
  font-size: 12px;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header__menu-wrap .menu-label {
    font-size: 11px;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c59795;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
  padding: 80px 20px 20px;
  overflow-y: auto;
}
.menu.is-open {
  transform: translateY(0);
}
.menu ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 5%;
  list-style: none;
  padding-left: 0;
  max-width: 675px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .menu ul {
    display: block;
  }
}
.menu ul li {
  margin-bottom: 12%;
}
@media (max-width: 768px) {
  .menu ul li {
    margin-bottom: 20px;
  }
}
.menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(16px, 1.25vw, 24px);
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.menu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7.4971px;
  height: 8.6569px;
  margin: auto;
  background: url(../images/nav_arrow.png) no-repeat center/cover;
}

.menu__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.menu__overlay.is-open {
  display: block;
}

.imgbox {
  line-height: 0;
}
@media (max-width: 768px) {
  .imgbox {
    image-rendering: auto;
    image-rendering: -webkit-optimize-contrast; /* Chrome専用の鮮明化 */
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0); /* ハードウェアアクセラレーション */
    will-change: transform;
  }
}

img {
  max-width: 100%;
}

.fv {
  margin-top: 123px;
  position: relative;
}
@media (max-width: 768px) {
  .fv {
    margin-top: 75px;
  }
}
.fv__icon {
  position: fixed;
  width: 159px;
  height: 142px;
  right: 20px;
  bottom: 100px;
  z-index: 800;
}
@media (max-width: 768px) {
  .fv__icon {
    width: 79.5px;
    height: 71px;
    bottom: 40px;
  }
}
.fv img {
  width: 100%;
  display: block;
}

.simulation {
  padding: 100px 0 120px;
  background: #f6f0e7 url(../images/cmn_bg.jpg) no-repeat center bottom/cover;
}
@media (max-width: 768px) {
  .simulation {
    padding: 10% 0 5%;
  }
}
.simulation__title {
  margin-bottom: 5.2083333333vw;
}
.simulation__graph {
  text-align: center;
}
.simulation__graph img {
  max-width: 750px;
  margin: 0 auto 1.5625vw;
}
@media (max-width: 768px) {
  .simulation__graph img {
    max-width: 100%;
  }
}
.simulation__graph p {
  margin-bottom: 60px;
  font-size: clamp(15px, 1.0416666667vw, 20px);
}
.simulation__txt {
  text-align: center;
  font-size: clamp(15px, 1.0416666667vw, 20px);
}
@media (max-width: 768px) {
  .simulation__txt {
    text-align: left;
  }
}
.simulation ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 3.90625vw;
}
@media (max-width: 768px) {
  .simulation ul {
    flex-direction: column;
  }
}
.simulation ul li {
  width: calc(32% - 10px);
  text-align: center;
}
@media (max-width: 768px) {
  .simulation ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.simulation ul li p {
  margin-bottom: 1.0416666667vw;
}
.simulation ul li div {
  color: #856665;
  padding: 15px 10px;
  border-radius: 100vh;
  background: #faf7f3;
  font-size: clamp(15px, 1.1458333333vw, 22px);
}

.unitprice {
  padding: 70px 0 100px;
  background: #fbf7f3;
}
@media (max-width: 768px) {
  .unitprice {
    padding: 7% 0 10%;
  }
}
.unitprice h2 {
  color: #c59795;
  text-align: center;
  margin-bottom: 3.3854166667vw;
  font-size: clamp(20px, 2.0833333333vw, 40px);
}
.unitprice p {
  font-size: clamp(15px, 1.0416666667vw, 20px);
  max-width: 1000px;
  margin: 0 auto 2.6041666667vw;
}
.unitprice p:last-child {
  margin-bottom: 0;
}

.footer {
  background: #c59795;
  color: #fff;
  text-align: left;
  padding: 30px 20px;
  font-size: 15px;
}
.footer__copy {
  margin: 0;
}

.faq {
  background: #f6f0e7 url(../images/faq_bg_pc.jpg) no-repeat center/100% 100%;
  padding: 150px 0 220px;
}
@media (max-width: 768px) {
  .faq {
    padding: 15% 0 22%;
    background: #f6f0e7 url(../images/faq_bg_sp.jpg) no-repeat TOP center/100% 100%;
  }
}
.faq .wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.faq__title {
  margin-bottom: 5.2083333333vw;
}
.faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq__item {
  background: #fff;
  margin-bottom: 2.0833333333vw;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .faq__item {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .faq__item {
    margin-bottom: 20px;
  }
}
.faq__question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(-90deg, #d8c2b3, #c59795);
  color: #fff;
  padding: 20px 40px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: clamp(16px, 1.3541666667vw, 26px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 768px) {
  .faq__question {
    padding: 20px 8%;
    display: block;
    pointer-events: none;
  }
}
.faq__question:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.faq__question .faq__icon {
  margin-right: 10px;
  width: 47.4688px;
  height: 45.6846px;
}
@media (max-width: 768px) {
  .faq__question .faq__icon {
    display: block;
    position: initial;
    text-align: center;
    margin: 0 auto 15px;
  }
}
@media (max-width: 480px) {
  .faq__question .faq__icon {
    width: 23.7344px;
    height: 22.8423px;
  }
}
.faq__question .faq__toggle-icon {
  color: #c59795;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: transform 0.3s;
  margin: 0 0 0 auto;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .faq__question .faq__toggle-icon {
    display: none;
  }
}
.faq__question.is-open .faq__toggle-icon {
  transform: none;
  content: "-";
}
.faq__answer {
  display: none;
  padding: 20px 40px;
  border-top: 1px solid #eee;
  background: #fff;
  font-size: 0.7291666667vw;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 768px) {
  .faq__answer {
    padding: 20px 8%;
    display: block;
  }
}
.faq__answer__flex {
  display: flex;
  flex-wrap: wrap;
}
.faq__answer .faq__icon {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: calc(7% - 10px);
}
@media (max-width: 768px) {
  .faq__answer .faq__icon {
    display: block;
    position: initial;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
  }
}
.faq__answer .faq__icon img {
  width: 49px;
}
@media (max-width: 480px) {
  .faq__answer .faq__icon img {
    width: 24.5px;
  }
}
.faq__answer p {
  width: 93%;
  display: inline-block;
  font-size: clamp(14px, 0.9375vw, 18px);
  vertical-align: middle;
}
@media (max-width: 768px) {
  .faq__answer p {
    display: block;
    width: 100%;
  }
}

.contact {
  background: #f6f0e7;
  padding: 150px 0 130px;
}
@media (max-width: 768px) {
  .contact {
    padding: 15% 0 13%;
  }
}
@media (max-width: 480px) {
  .contact {
    padding: 15% 0 13%;
  }
}
.contact__title {
  margin-bottom: 5.2083333333vw;
}
.contact__bnr {
  max-width: 1000px;
  margin: 0 auto 3.6458333333vw;
}
.contact__txt {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contact__txt {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contact__txt {
    font-size: 14px;
  }
}
.contact textarea {
  max-height: 180px;
}
.contact .privacytxt {
  margin-top: 2.34375vw;
}
@media (max-width: 768px) {
  .contact .privacytxt {
    margin-top: 45px;
  }
}
@media (max-width: 480px) {
  .contact .privacytxt {
    margin-top: 25px;
  }
}
.contact .privacytxt div {
  padding: 20px;
  border: 1px solid #c2c2c2;
  background: #fff;
  font-size: 16px;
  max-height: 220px;
  overflow-y: scroll;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact .privacytxt div {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
.contact .privacy-check {
  margin-bottom: 3.125vw;
  text-align: center;
}
@media (max-width: 768px) {
  .contact .privacy-check {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .contact .privacy-check {
    margin-bottom: 30px;
  }
}
.contact .mfp_buttons.btn button {
  color: #fff;
  background: #453535;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  padding: 20px 25px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  z-index: 0;
  cursor: pointer;
  border: 2px solid #453535;
  text-shadow: none;
  border-radius: 0;
}
.contact .mfp_buttons.btn button:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.contact .checkbox__list .mfp_col10 {
  margin-bottom: 15px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .contact .checkbox__list .mfp_col10 {
    margin-bottom: 15px;
    padding-left: 0;
  }
}
.contact input[type=checkbox] {
  transform: scale(1.5); /* 1.5倍に拡大 */
  margin: 5px; /* お好みで余白も調整 */
}
.contact #mfp_OperationCheck {
  display: none;
}
.contact .mfp_achroma,
.contact .mfp_colored {
  background: none;
  padding: 0;
}
@media (max-width: 768px) {
  .contact .mfp_col10 {
    padding: 0;
  }
}
.contact .mfp_rows .mfp_col5 {
  width: 100%;
}
.contact form#mailformpro label {
  padding-left: 30px;
  border: none;
}
.contact form#mailformpro label.mfp_checked {
  border: none;
  background-color: initial;
  box-shadow: none;
}
.contact .custom-radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  user-select: none;
}
@media (max-width: 768px) {
  .contact .custom-radio {
    padding: 0;
  }
}
.contact .custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact .custom-radio .checkmark {
  position: absolute;
  top: 11px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #727272;
  margin-top: -3px;
  border-radius: 100%;
}
.contact .custom-radio .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background: #c59795;
}
.contact .custom-radio input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #727272;
}
.contact .custom-radio input:checked ~ .checkmark::after {
  display: block;
}
.contact table {
  width: 100%;
  border-collapse: collapse;
}
.contact table th, .contact table td {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d3d3;
}
@media (max-width: 768px) {
  .contact table th, .contact table td {
    display: block;
  }
}
.contact table th {
  text-align: left;
}
@media (max-width: 768px) {
  .contact table th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.contact table th .mfp-txt {
  display: inline-block;
}
@media (max-width: 768px) {
  .contact table td {
    padding-top: 10px;
  }
}
.contact table tr:last-child th, .contact table tr:last-child td {
  border: none;
}
.contact .must {
  color: #8e2f51;
  border: 1px solid #8e2f51;
  background: none;
  padding: 5px 15px;
  border-radius: 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}
@media (max-width: 768px) {
  .contact .must {
    font-size: 13px;
    padding: 3px 10px;
  }
}
.contact .must.no-required {
  color: #a39986;
  border-color: #a39986;
}
.contact .mfp_rows input[type=text], .contact .mfp_rows input[type=email], .contact .mfp_rows input[type=tel], .contact .mfp_rows input[type=number], .contact .mfp_rows input[type=date], .contact .mfp_rows input[type=file], .contact .mfp_rows select, .contact .mfp_rows textarea {
  width: 100% !important;
  min-width: auto;
  border-radius: 0;
}

.thanks {
  margin-top: 80px;
  position: relative;
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .thanks {
    margin-top: 64px;
    padding: 220px;
  }
}
@media (max-width: 480px) {
  .thanks {
    padding: 120px 0;
  }
}
.thanks__title {
  text-align: center;
}
.thanks .btn a {
  background: #453535;
  border-color: #453535;
}

div#mfp_thanks {
  display: none !important;
}

.achievements {
  padding: 100px 0 220px;
  background: #f6f0e7 url(../images/cmn_bg.jpg) no-repeat center bottom/cover;
}
@media (max-width: 768px) {
  .achievements {
    padding: 10% 0 12%;
  }
}
.achievements__title {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 768px) {
  .achievements__title {
    text-align: left;
  }
}
.achievements__title p.lead {
  font-size: clamp(18px, 1.3541666667vw, 26px);
  font-weight: 500;
  color: #c59795;
  margin-bottom: 1rem;
}
.achievements__title .sub_lead {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
.achievements .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .achievements .flex {
    flex-direction: column;
  }
}
.achievements .achievements-image {
  width: 48%;
}
@media (max-width: 768px) {
  .achievements .achievements-image {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.achievements .achievements-image img {
  width: 100%;
  max-width: 460px;
  height: auto;
}
@media (max-width: 768px) {
  .achievements .achievements-image img {
    margin: 0 auto;
  }
}
.achievements .achievements-info {
  color: #453535;
  margin-top: 2rem;
}
.achievements .achievements-info__label {
  max-width: 125px;
}
@media (max-width: 768px) {
  .achievements .achievements-info__label {
    margin: 0 auto;
  }
}
.achievements .achievements-info__name {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 768px) {
  .achievements .achievements-info__name {
    margin-bottom: 4.1666666667vw;
  }
}
.achievements .achievements-info ul {
  margin-left: 25px;
  text-align: left;
}
.achievements .achievements-info ul li {
  list-style: disc;
  padding-bottom: 0.5208333333vw;
}
.achievements .achievements-info ul li:last-child {
  padding-bottom: 0;
}
.achievements .achievements-content {
  width: 52%;
  padding-left: 3%;
}
@media (max-width: 768px) {
  .achievements .achievements-content {
    width: 100%;
    padding-left: 0;
  }
}
.achievements .achievements-content p {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 2.1;
  color: #4a3c29;
  margin-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .achievements .achievements-content p {
    line-height: 1.6;
    margin-bottom: 6%;
  }
}

.parts {
  text-align: center;
  background: #faf7f3;
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .parts {
    padding: 10% 0 12%;
  }
}
.parts .ttl span {
  font-size: clamp(20px, 1.875vw, 36px);
}

.profile {
  padding: 100px 0 120px;
  background: #faf7f3;
}
@media (max-width: 768px) {
  .profile {
    padding: 10% 0 0;
  }
}
@media (max-width: 768px) {
  .profile .sp {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .profile .sp .profile-image__inner {
    width: 46%;
    padding-left: 4%;
  }
  .profile .sp .profile-image__name {
    width: 50%;
    text-align: left;
  }
}
.profile__title {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 768px) {
  .profile__title {
    text-align: left;
  }
}
.profile__title .ttl span {
  margin-bottom: 0;
}
.profile__title p.lead {
  font-size: clamp(18px, 1.3541666667vw, 26px);
  font-weight: 500;
  color: #c59795;
  margin-bottom: 1rem;
}
.profile__title .sub_lead {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
.profile .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .profile .flex {
    flex-direction: column-reverse;
  }
}
.profile .profile-image {
  width: 45%;
}
@media (max-width: 768px) {
  .profile .profile-image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.profile .profile-image__inner {
  text-align: center;
}
.profile .profile-image__inner img {
  width: 16.3541666667vw;
  max-width: 314px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .profile .profile-image__inner img {
    width: 100%;
    margin: 0 auto;
  }
}
.profile .profile-image__name {
  text-align: center;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  margin-bottom: 1.8229166667vw;
}
.profile .profile-info {
  color: #453535;
  margin-top: 57px;
}
.profile .profile-info__label {
  max-width: 125px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .profile .profile-info__label {
    margin: 0 0 2%;
  }
}
.profile .profile-info__txt {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .profile .profile-info__txt {
    margin-bottom: 9%;
  }
}
.profile .profile-info ul {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-left: 25px;
  text-align: left;
}
.profile .profile-info ul li {
  list-style: disc;
  padding-bottom: 0.5208333333vw;
}
.profile .profile-info ul li:last-child {
  padding-bottom: 0;
}
.profile .profile-content {
  width: 52%;
  padding-right: 3%;
}
@media (max-width: 768px) {
  .profile .profile-content {
    width: 100%;
    padding-left: 0;
  }
}
.profile .profile-content p {
  font-size: clamp(14px, 1.0416666667vw, 20px);
  line-height: 2.1;
  color: #4a3c29;
  margin-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .profile .profile-content p {
    line-height: 1.6;
    margin-bottom: 6%;
  }
}

.flow {
  padding: 50px 0 70px;
  background: #C59795;
  background: linear-gradient(45deg, rgb(197, 151, 149) 63%, rgb(216, 194, 179) 80%);
}
@media (max-width: 768px) {
  .flow {
    padding: 5% 0 7%;
  }
}
.flow h2 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .flow h2 {
    margin-bottom: 6%;
  }
}
.flow h2 .en {
  color: #fff;
}
.flow h2 .jp {
  padding-top: 20px;
}
.flow__txt {
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .flow__txt {
    text-align: left;
  }
}
.flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow ul li {
  width: 30%;
  text-align: center;
  margin-bottom: 8%;
  position: relative;
}
@media (max-width: 768px) {
  .flow ul li {
    width: 43%;
  }
}
@media (min-width: 769px) {
  .flow ul li:nth-of-type(2)::before, .flow ul li:nth-of-type(2)::after, .flow ul li:nth-of-type(5)::before, .flow ul li:nth-of-type(5)::after {
    content: "";
    position: absolute;
    width: 62px;
    height: 19px;
    top: -55px;
    bottom: 0;
    margin: auto;
    background: url(../images/flow_arrow.svg) no-repeat center/cover;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .flow ul li:nth-of-type(2)::before, .flow ul li:nth-of-type(2)::after, .flow ul li:nth-of-type(5)::before, .flow ul li:nth-of-type(5)::after {
    content: none;
  }
}
@media (min-width: 769px) {
  .flow ul li:nth-of-type(2)::before, .flow ul li:nth-of-type(5)::before {
    left: -70px;
  }
  .flow ul li:nth-of-type(2)::after, .flow ul li:nth-of-type(5)::after {
    right: -70px;
  }
}
@media (max-width: 768px) {
  .flow ul li:nth-of-type(1)::after, .flow ul li:nth-of-type(3)::after, .flow ul li:nth-of-type(5)::after {
    content: "";
    position: absolute;
    width: 31px;
    height: 9.5px;
    top: 79px;
    right: -42px;
    background: url(../images/flow_arrow.svg) no-repeat center/cover;
  }
}
.flow ul li img {
  width: 286.752px;
  margin: 0 auto 10px;
}
.flow ul li p {
  color: #fff;
  font-size: clamp(15px, 1.1458333333vw, 22px);
}

.intro {
  background: #f6f0e7;
  overflow: hidden;
  position: relative;
  padding: 150px 0 0;
}
@media (max-width: 768px) {
  .intro {
    padding: 15% 0 5%;
  }
}
.intro .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .intro .wrap {
    flex-direction: column;
  }
}
.intro__txt {
  width: 65%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .intro__txt {
    width: 100%;
  }
}
.intro__txt__title {
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .intro__txt__title {
    margin: 0 0 3% 0;
  }
}
.intro__txt__title span {
  padding-bottom: 1.0416666667vw;
  display: inline-block;
  font-size: clamp(20px, 2.0833333333vw, 40px);
  border-bottom: 1px solid #fff;
  font-weight: 500;
  background: linear-gradient(90deg, #6f4b26, #6f4b26 12%, #a78b80 36%, #998058 88%, #835429 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  line-height: 1.4;
}
.intro__txt__title span:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -50PX;
  width: 12.96875vw;
  height: 2.7604166667vw;
  background: url(../images/intro_kazari.svg) no-repeat center/cover;
}
.intro__txt p {
  font-size: clamp(15px, 1.0416666667vw, 20px);
}
.intro__txt__list {
  max-width: 788px;
  margin: 90px 0 90px -30px;
}
@media (max-width: 768px) {
  .intro__txt__list {
    margin: 9% 0 9% 0;
  }
}
.intro__photo {
  position: absolute;
  width: 45%;
  right: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .intro__photo {
    width: 100%;
    position: initial;
    height: auto;
  }
}
.intro__photo img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .intro__photo img {
    object-fit: initial;
    height: auto;
  }
}

.worries {
  padding: 150px 0 100px;
  background: #f6f0e7 url(../images/worries_bg.png) no-repeat center/100% 100%;
}
@media (max-width: 768px) {
  .worries {
    padding: 5% 0 5%;
  }
}
.worries__inner {
  background: #fff;
  padding: 70px 80px 90px;
}
@media (max-width: 768px) {
  .worries__inner {
    padding: 7% 8% 9%;
  }
}
@media (max-width: 480px) {
  .worries__inner {
    padding: 20px;
  }
}
.worries__inner h2 {
  padding-bottom: 2.2916666667vw;
  font-size: clamp(18px, 1.6666666667vw, 32px);
  border-bottom: 1px solid #fff;
  font-weight: 500;
  background: linear-gradient(90deg, #6f4b26, #6f4b26 12%, #a78b80 36%, #998058 88%, #835429 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .worries__inner h2 {
    padding-bottom: 2%;
  }
}
@media (max-width: 480px) {
  .worries__inner h2 {
    padding-bottom: 4%;
  }
}
.worries__inner ul li {
  font-size: clamp(16px, 1.3541666667vw, 26px);
  color: #fff;
  position: relative;
  padding: 20px 20px 20px 80px;
  background: linear-gradient(-90deg, #d8c2b3, #c59795);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .worries__inner ul li {
    padding: 20px 20px 20px 80px;
  }
}
@media (max-width: 480px) {
  .worries__inner ul li {
    padding-left: 50px;
  }
}
.worries__inner ul li span {
  width: 2.1875vw;
  height: 1.8229166667vw;
  position: absolute;
  left: 20px;
  top: 23px;
  margin: auto;
}
@media (max-width: 768px) {
  .worries__inner ul li span {
    width: 42px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .worries__inner ul li span {
    width: 21px;
    height: 17.5px;
  }
}

.about {
  background: #f6f0e7;
  overflow: hidden;
  position: relative;
  padding: 0 0 150px;
}
@media (max-width: 768px) {
  .about {
    padding: 0 0 15%;
  }
}
.about .wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .about .wrap {
    flex-direction: column;
  }
}
.about__txt {
  width: 53%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about__txt {
    width: 100%;
  }
}
.about__txt__title {
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .about__txt__title {
    margin: 0 0 3% 0;
  }
}
.about__txt__title span {
  padding-bottom: 1.0416666667vw;
  display: inline-block;
  font-size: clamp(20px, 2.0833333333vw, 40px);
  border-bottom: 1px solid #fff;
  font-weight: 500;
  background: linear-gradient(90deg, #6f4b26, #6f4b26 12%, #a78b80 36%, #998058 88%, #835429 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.4;
}
.about__txt__logo {
  margin: 0 0 70px -25px;
  width: 17.65625vw;
  max-width: 339px;
}
@media (max-width: 768px) {
  .about__txt__logo {
    width: 339px;
    margin: 0 0 7% 0;
  }
}
@media (max-width: 480px) {
  .about__txt__logo {
    width: 180px;
    margin: 0 0 7% 0;
  }
}
.about__txt p {
  font-size: clamp(15px, 1.0416666667vw, 20px);
}
.about__photo {
  position: absolute;
  width: 40%;
  left: 0;
}
@media (max-width: 768px) {
  .about__photo {
    width: 100%;
    position: initial;
    margin-top: 30px;
  }
}
.about__table {
  padding: 130px 0 0;
}
@media (max-width: 768px) {
  .about__table {
    padding: 13% 0 0;
  }
}
.about__table .wrap {
  display: block;
}
.about__table h3 {
  margin-bottom: 10px;
  text-align: center;
}
.about__table h3 img {
  width: 18.5416666667vw;
  max-width: 356px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about__table h3 img {
    width: 356px;
  }
}
@media (max-width: 480px) {
  .about__table h3 img {
    width: 100%;
  }
}
.about__table table tr th, .about__table table tr td {
  font-size: clamp(13px, 1.25vw, 24px);
  text-align: center;
  padding: 2% 1%;
  border-bottom: 1px solid #a39986;
  width: 20%;
  vertical-align: middle;
}
.about__table table tr th {
  background: #eee6df;
}
.about__table table tr td {
  background: #faf7f3;
  border-left: 1px solid #a39986;
}
.about__table table tr td img {
  width: 100%;
  max-width: 150px;
}
.about__table table tr td:nth-of-type(1), .about__table table tr td:nth-of-type(2) {
  font-size: clamp(134x, 1.3541666667vw, 26px);
}
.about__table table tr td:nth-of-type(3) {
  color: #8e2f51;
  font-size: clamp(14px, 2.03125vw, 39px);
  background: #fff;
}
.about__table table tr td:nth-of-type(3) sub {
  font-size: 50%;
}
.about__table table tr:nth-of-type(3) th, .about__table table tr:nth-of-type(3) td {
  border-bottom: none;
}
.about__table p {
  font-size: clamp(14px, 0.9895833333vw, 19px);
  margin-top: 10px;
  padding-left: 10px;
}

.reassurance {
  background: #f6f0e7;
  overflow: hidden;
  position: relative;
  padding: 0 0 150px;
}
@media (max-width: 768px) {
  .reassurance {
    padding: 0 0 15%;
  }
}
.reassurance .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .reassurance .wrap {
    flex-direction: column;
  }
}
.reassurance__txt {
  width: 64%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .reassurance__txt {
    width: 100%;
  }
}
.reassurance__txt__title {
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .reassurance__txt__title {
    margin: 0 0 3% 0;
  }
}
.reassurance__txt__title span {
  padding-bottom: 1.0416666667vw;
  display: inline-block;
  font-size: clamp(20px, 1.4583333333vw, 38px);
  border-bottom: 1px solid #fff;
  font-weight: 500;
  background: linear-gradient(90deg, #6f4b26, #6f4b26 12%, #a78b80 36%, #998058 88%, #835429 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  line-height: 1.4;
}
.reassurance__txt__title span:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -50PX;
  width: 12.96875vw;
  height: 2.7604166667vw;
  background: url(../images/intro_kazari.svg) no-repeat center/cover;
}
.reassurance__txt p {
  font-size: clamp(15px, 1.0416666667vw, 20px);
}
.reassurance__txt p:nth-of-type(1) {
  margin-bottom: 6%;
}
.reassurance__photo {
  position: absolute;
  width: 39%;
  right: 0;
}
@media (max-width: 768px) {
  .reassurance__photo {
    width: 100%;
    position: initial;
  }
}
.reassurance__license__box {
  position: relative;
  background: #eee6df;
  padding: 40px;
  font-size: 16px;
  margin-top: 100px;
  display: inline-block;
}
@media (max-width: 768px) {
  .reassurance__license__box {
    margin-top: 10%;
    margin-bottom: 30px;
    padding: 40px 20px 20px 20px;
    width: 100%;
  }
}
.reassurance__license__box h3 {
  position: absolute;
  left: 20px;
  top: -20px;
  width: 10.4166666667vw;
}
@media (max-width: 768px) {
  .reassurance__license__box h3 {
    width: 200px;
  }
}
.reassurance__license__box p {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-bottom: 0 !important;
}

.works {
  text-align: center;
  background: #f6f0e7 url(../images/works_bg.png) no-repeat center top/100% auto;
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .works {
    padding: 10% 0 12%;
  }
}
.works__ttl {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 768px) {
  .works__ttl {
    text-align: left;
  }
}
.works__ttl p.lead {
  font-size: clamp(18px, 1.3541666667vw, 26px);
  font-weight: 500;
  color: #c59795;
  margin-bottom: 1rem;
}
.works__ttl .sub_lead {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}

.customer {
  text-align: center;
  background: #faf7f3;
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .customer {
    padding: 10% 0 12%;
  }
}
.customer__ttl {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 768px) {
  .customer__ttl {
    text-align: left;
  }
}
.customer__ttl p.lead {
  font-size: clamp(18px, 1.3541666667vw, 26px);
  font-weight: 500;
  color: #c59795;
  margin-bottom: 1rem;
}
.customer__ttl .sub_lead {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
.customer img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.school {
  padding: 50px 0 70px;
  background: #f6f0e7 url(../images/school_bg.png) no-repeat center top/100% auto;
}
@media (max-width: 768px) {
  .school {
    padding: 5% 0 7%;
  }
}
.school h2 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .school h2 {
    margin-bottom: 6%;
  }
}
.school h2 .en {
  color: #c59795;
}
.school h2 .jp {
  padding: 0 20px;
}
.school__txt {
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .school__txt {
    text-align: left;
  }
}
.school table th {
  padding: 15px 20px;
  text-align: center;
  color: #c59795;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  background: #eee6df;
}
.school table td {
  padding: 30px;
  background: #faf7f3;
}
@media (max-width: 768px) {
  .school table td {
    padding: 30px 15px;
  }
}
.school table td.school_price {
  text-align: center;
  font-size: clamp(18px, 1.875vw, 36px);
}
.school table td.school_price span {
  font-size: clamp(14px, 1.1458333333vw, 22px);
  padding-left: 10px;
}
.school table td ul {
  display: flex;
  gap: 8%;
}
@media (max-width: 768px) {
  .school table td ul {
    display: block;
  }
}
.school table td ul li {
  width: 33%;
}
@media (max-width: 768px) {
  .school table td ul li {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.school table td ul li span {
  display: inline-block;
  text-align: center;
  margin: 0 auto 30px;
  background: #fff;
  border: 1px solid #a39986;
  padding: 10px;
  border-radius: 100vh;
  width: 100%;
  max-width: 158px;
  line-height: 1;
}
@media (max-width: 768px) {
  .school table td ul li span {
    margin: 0 auto 3%;
  }
}
.school table td ul li p {
  font-size: clamp(14px, 0.9375vw, 18px);
}
.school table td ul li p:nth-of-type(1) {
  font-size: clamp(14px, 1.1458333333vw, 22px);
}
.school table td ol {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media (max-width: 768px) {
  .school table td ol {
    gap: 4%;
  }
}
.school table td ol li {
  text-align: center;
  width: 32%;
  margin-bottom: 4%;
}
@media (max-width: 768px) {
  .school table td ol li {
    width: 48%;
  }
}
.school table td ol li:last-child {
  margin-bottom: 0;
}
.school table td ol li p {
  font-size: clamp(13px, 0.8854166667vw, 17px);
}
.school table td ol li p span {
  font-size: clamp(11px, 0.6770833333vw, 13px);
}
.school__pay {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .school__pay {
    padding-top: 14%;
  }
}
.school__pay h2 .en {
  color: #453535;
  font-size: clamp(18px, 1.5625vw, 30px);
  padding-bottom: 10px;
}
.school__pay h2 .en:before {
  background: #453535;
}
.school__pay h2 .jp {
  font-size: clamp(14px, 0.9375vw, 18px);
  padding-top: 30px;
}
.school__pay ul {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin: 0 auto 20px;
  max-width: 880px;
}
@media (max-width: 768px) {
  .school__pay ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .school__pay ul li:nth-of-type(1) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .school__pay ul li:nth-of-type(2), .school__pay ul li:nth-of-type(3) {
    width: 49%;
  }
}
.school__pay p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(14px, 0.9375vw, 18px);
}

.merit {
  padding: 100px 0 80px;
  background: #f6f0e7;
}
@media (max-width: 768px) {
  .merit {
    padding: 10% 0 8%;
  }
}
.merit h2 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .merit h2 {
    margin-bottom: 10%;
  }
}
.merit h2 .en span {
  font-size: clamp(62px, 5.8333333333vw, 112px);
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
  margin-bottom: -5px;
}
.merit .merit__number {
  text-align: center;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  margin-top: 60px;
  padding: 20px 20px 20px 20px;
  font-size: clamp(18px, 1.4583333333vw, 28px);
  position: relative;
}
.merit .merit__number:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 145px;
  height: 60px;
  top: -90px;
}
@media (max-width: 768px) {
  .merit .merit__number:before {
    width: 91px;
    height: 38px;
    top: -61px;
  }
}
.merit ul.one {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .merit ul.one {
    padding-top: 5%;
  }
}
.merit ul.one .merit__number:before {
  background: url(../images/merit_icon01.svg) no-repeat center/cover;
}
.merit ul.one li small {
  font-size: 70%;
}
.merit ul.one li p {
  margin: 20px 0 60px;
}
@media (max-width: 768px) {
  .merit ul.one li p {
    padding-left: 0;
  }
}
.merit ul.one li table tr th, .merit ul.one li table tr td {
  font-size: clamp(13px, 1.25vw, 24px);
  width: 25%;
  text-align: center;
  padding: 3% 1%;
  vertical-align: middle;
  border-bottom: 1px solid #d1ccc2;
  border-right: 1px solid #d1ccc2;
}
.merit ul.one li table tr th:nth-of-type(1), .merit ul.one li table tr td:nth-of-type(1) {
  width: 20%;
  background: #eee6df;
}
.merit ul.one li table tr th:nth-of-type(3), .merit ul.one li table tr td:nth-of-type(3) {
  background: #faf7f3;
  color: #8e2f51;
}
.merit ul.one li table tr th:nth-of-type(4), .merit ul.one li table tr td:nth-of-type(4) {
  border-right: none;
}
.merit ul.one li table tr th img, .merit ul.one li table tr td img {
  width: 100%;
  max-width: 100px;
}
.merit ul.one li table tr td span {
  display: block;
  font-size: clamp(10px, 0.8333333333vw, 16px);
}
.merit ul.one li table tr:nth-last-of-type(1) th, .merit ul.one li table tr:nth-last-of-type(1) td {
  border-bottom: none;
}
.merit ul.one li .highlight_s {
  font-size: clamp(16px, 1.9791666667vw, 32px);
}
.merit ul.one li .highlight {
  font-size: clamp(18px, 1.9791666667vw, 38px);
  font-weight: 500;
}
.merit ul.second {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .merit ul.second {
    margin-top: 12%;
  }
}
.merit ul.second li {
  width: 48%;
  margin-bottom: 8%;
}
@media (max-width: 768px) {
  .merit ul.second li {
    width: 100%;
    margin-bottom: 8%;
  }
}
.merit ul.second li p {
  padding: 20px;
  min-height: 190px;
}
@media (max-width: 768px) {
  .merit ul.second li p {
    min-height: auto;
    text-align: center;
  }
}
.merit ul.second li:nth-of-type(1) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(1) {
    display: block;
  }
}
.merit ul.second li:nth-of-type(1) p {
  min-height: auto;
}
.merit ul.second li:nth-of-type(1) .second__txt {
  width: 48%;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(1) .second__txt {
    width: 100%;
  }
}
.merit ul.second li:nth-of-type(1) .second__photo {
  width: 48%;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(1) .second__photo {
    width: 100%;
  }
}
.merit ul.second li:nth-of-type(1) .merit__number:before {
  background: url(../images/merit_icon02.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(1) .merit__number:before {
    height: 38px;
  }
}
.merit ul.second li:nth-of-type(2) .merit__number:before {
  height: 66px;
  background: url(../images/merit_icon03.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(2) .merit__number:before {
    height: 41px;
  }
}
.merit ul.second li:nth-of-type(3) .merit__number:before {
  height: 66px;
  background: url(../images/merit_icon04.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(3) .merit__number:before {
    height: 41px;
  }
}
.merit ul.second li:nth-of-type(4) .merit__number:before {
  height: 66px;
  background: url(../images/merit_icon05.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(4) .merit__number:before {
    height: 41px;
  }
}
.merit ul.second li:nth-of-type(4) p {
  min-height: 130px;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(4) p {
    min-height: auto;
  }
}
.merit ul.second li:nth-of-type(5) .merit__number:before {
  height: 66px;
  background: url(../images/merit_icon06.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(5) .merit__number:before {
    height: 41px;
  }
}
.merit ul.second li:nth-of-type(5) p {
  min-height: 130px;
}
@media (max-width: 768px) {
  .merit ul.second li:nth-of-type(5) p {
    min-height: auto;
  }
}/*# sourceMappingURL=style.css.map */