@charset "UTF-8";
.landing {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.main_txt {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.main_tit {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 57px;
  font-style: normal;
  font-weight: 900;
  line-height: 136%;
}
@media screen and (max-width: 500px) {
  .main_tit {
    font-size: 45px;
  }
  .main_txt {
    font-size: 18px;
  }
}
.main_1 {
  padding: 53px 0 103px;
  background: #f8f4ed;
}
.main_1 .main_txt {
  margin-bottom: 9px;
}
.main_1 .inner {
  width: 90%;
  max-width: 385px;
  margin: 0 auto;
}
.main_1 .tit_wrap {
  text-align: center;
}
.main_1 .tit_wrap span {
  color: #333;
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 15.63px */
  letter-spacing: 4px;
  opacity: 0.3;
  display: block;
  margin-bottom: 31px;
}
.main_1 .tit_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  top: -6px;
  position: absolute;
}
.main_1 .tit_box {
  margin: 0 auto 40px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 12px 0;
  position: relative;
}

.main_1 .img_box {
  margin-bottom: 54px;
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 135%; /* 28.125px */
}
.main_1 .img_box img {
  margin-bottom: 20px;
}
.main_1 .con_wrap {
  margin-bottom: 80px;
}
.main_1 .circle_wrap {
  display: flex;
  justify-content: center;
}
.main_1 .circle {
  width: 120.3px;
  height: 120.3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.16);
}
.main_1 .circle:nth-child(1) {
  background: url('/img/main/main_1_c1.png') no-repeat center center / 100%;
}
.main_1 .circle:nth-child(2) {
  background: url('/img/main/main_1_c2.png') no-repeat center center / 100%;
}
.main_1 .circle:nth-child(3) {
  background: url('/img/main/main_1_c3.png') no-repeat center center / 100%;
}
.main_1 .circle p {
  color: #333;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.312px */
}
.main_2 {
  padding: 78px 0 89px;
  background: #f1e6d5;
}
.main_2 .inner {
  width: 90%;
  max-width: 435px;
  margin: 0 auto;
}
.main_2 .img_wrap img {
  max-width: 435px;
  width: 100%;
}
.main_2 .main_txt {
  margin-bottom: 7px;
}
.main_2 .main_tit {
  margin-bottom: 8px;
}
.main_2 .tit_wrap span {
  color: #333;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  padding: 0 2px;
}
.main_3 {
  padding: 74px 0 104px;
  background: #d7c5b8;
}
.main_3 .inner {
  width: 90%;
  max-width: 385px;
  margin: 0 auto;
}
.main_3 .main_txt {
  margin-bottom: 7px;
}
.main_3 .tit_wrap {
  margin-bottom: 65px;
}
.main_3 ul {
  margin-bottom: 15px;
}
.main_3 ul li {
  display: flex;
}
.main_3 ul li .img_wrap {
  width: 50%;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 139%; /* 29.164px */
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_3 ul li:nth-child(1) .img_wrap {
  background: url('/img/main/main_3_img1.png') no-repeat center center / cover;
}
.main_3 ul li:nth-child(2) .img_wrap {
  background: url('/img/main/main_3_img2.png') no-repeat center center / cover;
}
.main_3 ul li:nth-child(3) .img_wrap {
  background: url('/img/main/main_3_img3.png') no-repeat center center / cover;
}
.main_3 ul li:not(:last-child) {
  margin-bottom: 20px;
}
.main_3 ul li .txt_wrap {
  padding: 19px 12px 12px;
  box-sizing: border-box;
  width: 50%;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.main_3 ul li .txt_wrap p {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.main_3 ul li .txt_wrap .price_1 {
  color: #bababa;
  width: fit-content;
  display: block;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: auto;
  letter-spacing: -0.26px;
  position: relative;
}
.main_3 ul li .txt_wrap .price_1:after {
  content: '';
  display: block;
  width: 110%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  background: #bababa;
}
.main_3 ul li .txt_wrap .price_2 {
  color: #333;
  text-align: right;
  display: block;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.521px;
}
.main_3 .bottom_wrap {
  font-family: 'Noto Sans JP';
  font-size: 11px;
  font-style: normal;
  color: #333;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 39px;
}

.main_3 a.link_btn {
  width: 90%;
  max-width: 442px;
  margin: 0 auto;
  border-radius: 46px;
  background: #06c755;
  padding: 20px 49px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-style: normal;
  line-height: 1.3;
  justify-content: space-between;
}
.main_3 a.link_btn .txt b {
  font-size: 20px;
  letter-spacing: -0.417px;
  font-weight: 700;
  display: block;
  margin-bottom: 11px;
}
.main_3 a.link_btn .txt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.312px;
}
@media screen and (max-width: 500px) {
  .main_3 a.link_btn {
    padding: 20px;
  }
  .main_3 a.link_btn .txt b {
    font-size: 18px;
  }
  .main_3 a.link_btn .txt p {
    font-size: 14px;
  }
}
.main_4 {
  padding: 100px 0;
  background: #f8f4ed;
  padding: 74px 0 105px;
  box-sizing: border-box;
}
.main_4 .inner {
  width: 90%;
  max-width: 385px;
  margin: 0 auto;
}
.main_4 .tit_wrap {
  text-align: center;
  margin-bottom: 23px;
}
.main_4 .tit_wrap span {
  color: #333;
  text-align: center;
  font-family: Syne;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 15.63px */
  letter-spacing: 4.557px;
  text-transform: capitalize;
  opacity: 0.3;
  display: block;
  margin-bottom: 35px;
}
.main_4 .tit_box {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 0 15px;
  position: relative;
}
.main_4 .tit_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  top: -6px;
  position: absolute;
}
.main_4 .main_txt {
  margin-bottom: 9px;
}
.main_4 .con_wrap strong {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 23.438px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
  word-break: break-all;
  display: flex;
  align-items: center;
}
.main_4 .con_wrap .star strong:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #333;
  margin: 0 17px;
}
.main_4 .con_wrap .star {
  display: flex;
  align-items: center;
}
.main_4 .top_txt {
  margin-bottom: 67px;
}
.main_4 .img_wrap img {
  margin-bottom: 20px;
}
.main_4 .img_wrap p {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15.625px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  word-break: break-all;
}
.main_4 .img_wrap p b {
  font-weight: 900;
}
@media screen and (max-width: 500px) {
  .main_4 .con_wrap strong {
    font-size: 17px;
    gap: 5px;
  }
  .main_4 .con_wrap .star strong:after {
    margin: 0 5px;
  }
  .main_4 .con_wrap .star {
    gap: 5px;
  }
  .main_4 .con_wrap .star img {
    width: 170px;
  }
}
.main_5 {
  padding: 72px 0 104px;
  background: #f1e6d5;
}
.main_5 .inner {
  width: 90%;
  max-width: 385px;
  margin: 0 auto;
}
.main_5 .main_txt {
  margin-bottom: 7px;
}
.main_5 .tit_wrap {
  margin-bottom: 104px;
}
.main_5 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.main_5 ul li {
  width: calc(50% - 9px);
  cursor: pointer;
  transition: 0.3s;
  border-radius: 7px;
  overflow: hidden;
}
.main_5 ul li .img_wrap img {
  max-width: 183px;
}
.main_5 ul li .txt_wrap {
  padding: 13px 15px;
  box-sizing: border-box;
  border-radius: 0px 0px 7px 7px;
  background: #fff;
  display: flex;
  /* gap: 19px; */
  justify-content: space-between;
  transition: 0.45s;
  align-items: center;
}
.main_5 ul li:hover {
  /* transform: translateY(-5px) !important; */
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.main_5 ul li:hover .txt_wrap {
  background: #d7c5b8;
}
.main_5 ul li .txt_wrap p {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 18.874px */
  transition: 0.45s;
}
.main_5 ul li:hover .txt_wrap p {
  color: #fff;
}
.main_5 ul li:hover svg path {
  transition: 0.45s;
}
.main_5 ul li:hover svg path {
  stroke: #fff;
}
.main_5_more .more {
  transition: 0.45s;
  background: #f1e6d5;
  overflow: hidden;
  height: 0;
}
.main_5_more .more .inner {
  padding: 57px 0 60px;
  box-sizing: border-box;
  width: 90%;
  max-width: 410px;
  margin: 0 auto;
}
.main_5_more .more .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main_5_more .more .top span {
  color: #333;
  font-family: Montserrat;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 69px;
  height: 69px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
.main_5_more .more .top p {
  color: #333;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.9px;
  writing-mode: vertical-rl;
}
.main_5_more .more .tit {
  margin-bottom: 62px;
}
.main_5_more .more h2 {
  color: #333;
  display: inline-block;
  font-family: 'Mochiy Pop One';
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px; /* 166.667% */
  letter-spacing: 0.781px;
  position: relative;
}
.main_5_more .more h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.main_5_more .more_1 h2:nth-child(2) {
  margin-left: -20px;
}
.main_5_more .more_1 h2:nth-child(2):after {
  width: 87%;
  left: 7%;
}
.main_5_more .more .con_txt {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 169%; /* 26.556px */
  word-break: break-all;
}
.main_5_more .more_1 .con_wrap {
  margin-bottom: 100px;
}
.main_5_more .more .link_wrap {
  padding: 10px 0 60px;
}
.main_5_more .more .link_wrap a {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15.625px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 18.874px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 7px;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
}
.main_5_more .more .link_wrap a:not(:last-child) {
  margin-bottom: 9px;
}
.main_5_more .more_2 .img_wrap {
  margin-bottom: 10px;
}
.main_5_more .more_2 .img_wrap img {
  margin-bottom: 10px;
  /* max-width: 337px; */
  max-width: 100%;
  width: 3337px;
}
.main_5_more .more_2 .img_wrap span {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.main_5_more .more_2 .news_link {
  margin-bottom: 53px;
}
.main_5_more .more_2 .news_link a {
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  align-items: center;
  border-radius: 6px;
  border: 1px solid #333;
  width: fit-content;
}
.main_5_more .more_2 .news_link a:first-child {
  margin-bottom: 10px;
}
.main_5_more .more_2 .news_link img {
  max-width: 30px;
}
.main_5_more .more_2 .txt_wrap strong {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 32.812px */
  letter-spacing: -0.469px;
  margin-bottom: 54px;
}
.main_5_more .more_2 .con_txt:not(:last-child) {
  margin-bottom: 39px;
}
.main_5_more .more_2 .con_txt b {
  font-weight: 900;
}
.main_5_more .more_2 .con_wrap {
  margin-bottom: 90px;
}
.main_5_more .more_3 .img_wrap {
  margin-bottom: 20px;
}
.main_5_more .more_3 .con_1 .img_wrap {
  max-width: 193px;
}
.main_5_more .more_3 h2:nth-child(2) {
  margin-left: -20px;
}
.main_5_more .more_3 h2:nth-child(2):after {
  width: 90%;
  left: 5%;
}
.main_5_more .more_3 .txt_wrap strong {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 131%; /* 30.703px */
  margin-bottom: 26px;
}
.main_5_more .more_3 .txt_wrap strong b {
  font-size: 15px;
  line-height: 1.8;
}
.main_5_more .more_3 .con_wrap {
  margin-bottom: 104px;
}
.main_5_more .more_3 .con_txt:not(:last-child) {
  margin-bottom: 26px;
}
.main_5_more .more_3 .con:not(:last-child) {
  margin-bottom: 65px;
}
.main_5_more .more_3 .con .box {
  background: #333;
  padding: 20px 12px 12px;
  box-sizing: border-box;
  margin-bottom: 26px;
}
.main_5_more .more_3 .con .box strong {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 32.812px */
}
.main_5_more .more_3 .con .box strong {
  padding-left: 20px;
  padding-bottom: 20px;
}
.main_5_more .more_3 .con .box ul {
  padding: 26px 20px 30px;
  background: #f1e6d5;
  box-sizing: border-box;
}
.main_5_more .more_3 .con .box ul li {
  display: flex;
  gap: 8px;
}
.main_5_more .more_3 .con .box ul li p {
  flex: 1;
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25px */
  word-break: break-all;
}
.main_5_more .more_3 .con .box ul li:before {
  content: '';
  display: block;
  background: url('/img/main/main_5_more_3_icon_1.png') no-repeat center center /
    100%;
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.main_5_more .more_3 .img_wrap img:not(:last-child) {
  margin-bottom: 26px;
}
.main_5_more .more_3 .news_link {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.main_5_more .more_3 .news_link a {
  width: calc(50% - 5px);
  border-radius: 7px;
  overflow: hidden;
  flex: 1;
}
.main_5_more .more_3 .news_link .txt {
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  background: #333;
  gap: 12px;
  align-items: center;
}
.main_5_more .more_3 .news_link .txt p {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 16.785px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 20.275px */
  flex: 1;
}
.main_5_more .more_3 .news_link .txt img {
  max-width: 25px;
}
.main_5_more .more_4 .con_wrap {
  margin-bottom: 104px;
}
.main_5_more .more_4 .txt_wrap {
  margin-bottom: 52px;
}
.main_5_more .more_4 .txt_wrap strong {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 32.812px */
  margin-bottom: 26px;
}
.main_5_more .more_4 .img_wrap img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .main_5 ul li .txt_wrap p {
    font-size: 13px;
  }
  .main_5 ul li .txt_wrap svg {
    width: 20px;
  }
  .main_5_more .more h2 {
    font-size: 28px;
  }
}
.main_6 {
  padding: 61px 0 104px;
  background: #d7c5b8;
}
.main_6 .inner {
  width: 90%;
  max-width: 385px;
  margin: 0 auto;
}
.main_6 strong {
  color: #333;
  font-family: 'Mochiy Pop One';
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.885px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  margin-bottom: 65px;
}
.main_6 .con_wrap > div {
  margin-bottom: 23px;
}
.main_6 .con_wrap .df {
  display: flex;
  align-items: center;
  gap: 23px;
}
.main_6 .con_wrap .df img {
  max-width: 194px;
}
.main_6 .con_wrap p {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 26.562px */
}
.main_6 .con_wrap p b {
  font-weight: 900;
}
@media screen and (max-width: 500px) {
  .main_6 .con_wrap .df {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main_7 {
  background: #f8f4ed;
  padding: 70px 0 104px;
}
.main_7 .inner {
  max-width: 385px;
  width: 90%;
  margin: 0 auto;
}
.main_7 .tit_wrap {
  margin-bottom: 111px;
}
.main_7 .top {
  margin-bottom: 46px;
}
.main_7 .con_1 {
  margin-bottom: 69px;
}
.main_7 .con_1 .top {
  position: relative;
}
.main_7 .top strong {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.854px */
  position: relative;
  width: fit-content;
}
.main_7 .con_1 .top strong:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: url('/img/main/main_7_line1.svg') no-repeat center center / 100%;
}
.main_7 .con_1 .top img {
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 87px;
}
.main_7 .con_1 .con_wrap img {
  margin-bottom: 20px;
}
.main_7 .con_1 .con_wrap > p {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 25.781px */
  margin-bottom: 23px;
}
.main_7 .con_1 .con_wrap a {
  display: flex;
  align-items: center;
  max-width: 270px;
  gap: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #333;
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}
.main_7 .con_1 .con_wrap a p {
  flex: 1;
}
.main_7 .con_2 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_7 .con_2 .top img {
  max-width: 159px;
}
.main_7 .con_2 .top strong:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -15px;
  background: url('/img/main/main_7_line2.svg') no-repeat center center / 100%;
}
.main_7 .img_box {
  border: 2px dashed #333;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 38px;
}
.main_7 .con_3 .top {
  margin-bottom: 0;
}
.main_7 .con_3 .top img {
  margin-left: auto;
  max-width: 152px;
}
.main_7 .con_3 .img_wrap img:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .main_7 .con_2 .top img {
    width: 140px;
  }
  .main_7 .con_2 .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .main_7 .top strong {
    font-size: 20px;
  }
}
.main_8 {
  padding: 77px 0 104px;
  background: #f1e6d5;
}
.main_8 .inner {
  max-width: 393px;
  width: 90%;
  margin: 0 auto;
}
.main_8 .tit_wrap {
  margin-bottom: 104px;
}
.main_8 .tit_wrap .main_tit {
  margin-bottom: 29px;
}
.main_8 .tit_wrap span {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #333;
  padding: 2px 10px;
  box-sizing: border-box;
}
.main_8 .txt_wrap {
  margin-bottom: 54px;
}
.main_8 .con_txt {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.781px;
}
.main_8 .con_txt:not(:last-child) {
  margin-bottom: 13px;
}
.main_8 .con_txt b {
  font-weight: 900;
}
.main_8 .con:not(:last-child) {
  margin-bottom: 50px;
}
.main_8 .con strong {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.854px */
  border: 2px dashed #333;
  padding: 2px 30px;
  box-sizing: border-box;
  background: #fff;
  width: fit-content;
  margin-bottom: 26px;
}
.main_8 .con:nth-child(2n) strong {
  margin-left: auto;
}
.main_9 {
  padding: 61px 0 104px;
  background: #d7c5b8;
}
.main_9 .inner {
  width: 90%;
  max-width: 385px;
  margin: 0 auto;
}
.main_9 .tit_wrap {
  margin-bottom: 82px;
}
.main_9 .tit_wrap strong {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 164.118%;
  letter-spacing: 0.885px;
  text-decoration: underline;
  text-underline-offset: 13px;
  text-decoration-thickness: 2px;
}
.main_9 .con:not(:last-child) {
  margin-bottom: 26px;
}
.main_9 .con img {
  margin-bottom: 20px;
}
.main_9 .con ul li {
  display: flex;
}

.main_9 .con ul li:before {
  content: '・';
  margin-top: 5px;
}
.main_9 .con p {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15.625px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 25.781px */
  flex: 1;
}
.main_9 .con p b {
  font-weight: 900;
}
.main_10 {
  padding: 75px 0 104px;
  background: #f8f4ed;
}
.main_10 .inner {
  max-width: 385px;
  width: 90%;
  margin: 0 auto;
}
.main_10 .tit_wrap span {
  color: #333;
  text-align: center;
  font-family: Syne;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 15.63px */
  letter-spacing: 4.557px;
  opacity: 0.3;
  display: block;
  margin-bottom: 35px;
}
.main_10 .tit_box {
  text-align: center;
  padding: 24px 0 34px;
  position: relative;
  margin-bottom: 50px;
}
.main_10 .tit_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 13px;
  background: url('/img/main/main_10_tit_box.png') center center / 100%
    no-repeat;
  position: absolute;
  top: 0;
}
.main_10 .tit_box:after {
  content: '';
  display: block;
  width: 100%;
  height: 13px;
  background: url('/img/main/main_10_tit_box.png') center center / 100%
    no-repeat;
  position: absolute;
  bottom: 0;
}
.main_10 .tit_box img {
  margin: 0 auto;
}
.main_10 .tit_box .box {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  background: #333;
  padding: 0 8px;
  width: fit-content;
  margin: 19px auto 12px;
}
.main_10 .tit_box h2 {
  color: #333;
  text-align: center;
  font-family: 'Mochiy Pop One';
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 52.083px */
}
.main_10 .tit_box h2 b {
  font-size: 57px;
  color: #333;
  text-align: center;
  font-family: 'Mochiy Pop One';

  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.main_10 .con_wrap p.top_txt {
  color: #333;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 169%; /* 35.408px */
}
.main_10 .img_wrap {
  position: relative;
  margin-bottom: 26px;
}
.main_10 .img_wrap img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.main_10 .img_wrap img:nth-child(2) {
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 2;
  max-width: 128px;
}
.main_10 .img_wrap img:nth-child(3) {
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 1;
  max-width: 136px;
}
.main_10 .memo {
  padding: 62px 22px 70px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.main_10 .memo strong {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.854px */
  position: relative;
  margin-bottom: 62px;
  width: fit-content;
  padding-left: 26px;
  box-sizing: border-box;
}
.main_10 .memo strong:after {
  content: '';
  display: block;
  position: absolute;
  width: 164px;
  height: 121px;
  background: url('/img/main/main_10_img4.png') center center / 100% no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 13px), -50%);
}
.main_10 .memo ul li {
  display: flex;
  gap: 8px;
  position: relative;
}
.main_10 .memo ul li:not(:last-child) {
  margin-bottom: 20px;
}
.main_10 .memo ul li:not(:last-child):after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url('/img/main/main_10_line.png') center center / 100% no-repeat;
  position: absolute;
  bottom: -8px;
}
.main_10 .memo ul li:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url('/img/main/main_10_icon2.png') center center / 100% no-repeat;
  margin-top: 5px;
}
.main_10 .memo ul li p {
  flex: 1;
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25px */
}
.main_10 .memo img {
  position: absolute;
  bottom: 10%;
  right: -50px;
  max-width: 126px;
}
@media screen and (max-width: 500px) {
  .main_10 .tit_box img {
    width: 80px;
  }
  .main_10 .tit_box .box {
    font-size: 20px;
  }
  .main_10 .tit_box h2 {
    font-size: 35px;
  }
}
.main_11 {
  padding: 74px 0 104px;
  background: #dbd5bc;
}
.main_11 .inner {
  width: 90%;
  max-width: 385px;
  margin: 0 auto;
}
.main_11 .tit_wrap {
  margin-bottom: 65px;
}
.main_11 .con:not(:last-child) {
  margin-bottom: 20px;
}
.main_11 .q {
  display: flex;
  gap: 25px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
}
.main_11 .q .left {
  display: flex;
  flex: 1;
  gap: 20px;
  align-items: center;
}
.main_11 .q .left span {
  color: #fff;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  width: 52px;
  height: 52px;
  background: #5b5b5b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}
.main_11 .q .left p {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25px */
  flex: 1;
}
.main_11 .a {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 160%;
  background: #a4a192;
  height: 0;
  overflow: hidden;
  transition: 0.45s;
}
.main_11 .a p {
  padding: 20px;
  box-sizing: border-box;
}
