@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* font fam */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 0.7352941176vw;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
  transition: opacity 0.3s ease;
}

img, object {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
body {
  color: #4d4d4d;
  font-size: 1rem;
  text-align: left;
}

section {
  position: relative;
}

main {
  display: block;
}

.page_wrap {
  overflow: hidden;
  position: relative;
}

.wrapper150 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.page_wrapper {
  overflow: hidden;
}

.wrap {
  max-width: 120rem;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.6;
}

.fade {
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 835px) {
  .fade:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.fade img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.cl_blue {
  color: #64C0D1;
}

.cl_pink {
  color: #F38D8A;
}

.cl_yel {
  color: #FFE863;
}

.cl_khaki {
  color: #C19B3F;
}

.deco {
  position: absolute;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

@media screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 834px) {
  body {
    min-width: inherit;
  }
  .wrapper128 {
    padding: 0 1.4rem;
  }
  footer .wrapper128 {
    padding: 0;
  }
  .wrap {
    padding: 0 1rem;
  }
  input, textarea, select, .select {
    font-size: 16px !important;
  }
  .flex {
    display: block;
  }
}
/* ------------------------------
    common
------------------------------ */
.section * {
  font-family: "Zen Maru Gothic", sans-serif;
}

p.notes,
ul.notes li {
  font-size: 1.2rem;
  color: #6A6A6A;
  text-indent: -1em;
  padding-left: 1em;
}

p.notes {
  margin-top: 1rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  p.notes {
    margin-top: 0.5rem;
  }
}

ul.notes {
  margin-top: 1.4rem;
}
ul.notes li {
  text-indent: -2.5em;
  padding-left: 2.5em;
  line-height: 1.4;
}
ul.notes li + li {
  margin-top: 0.3em;
}
ul.notes li .mark {
  margin-right: 0.5rem;
}

.btn a {
  position: relative;
  transition: 0.3s ease;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 9999px;
  box-shadow: 0px 0.6rem 0px 0px #C76663;
  width: 42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn a::before {
  position: absolute;
  content: "";
  top: 51%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.6rem;
}
@media screen and (max-width: 834px) {
  .btn a {
    width: 32.5rem;
  }
  .btn a::before {
    width: 0.9rem;
    height: 1.4rem;
  }
}
.btn_primary a {
  height: 9rem;
  color: #fff;
  font-size: 2.8rem;
  padding-right: 2rem;
  background: #F38D8A;
}
.btn_primary a::before {
  background: url("../img/arrow_btn_primary_pc.svg") no-repeat center center/contain;
  right: 8rem;
}
@media screen and (max-width: 834px) {
  .btn_primary a {
    font-size: 2rem;
    height: 7rem;
  }
  .btn_primary a::before {
    background: url("../img/arrow_btn_primary_sp.svg") no-repeat center center/contain;
    right: 7.2rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 835px) {
  .btn_primary a:hover {
    background: #F17471;
  }
}
@media screen and (min-width: 835px) {
  .btn_primary.-present a {
    height: 7rem;
    font-size: 2.2rem;
  }
  .btn_primary.-present a::before {
    right: 10.2rem;
  }
}
.btn_secondary a {
  height: 6rem;
  color: #F38D8A;
  font-size: 2.2rem;
  padding-right: 2rem;
  background: #fff;
}
.btn_secondary a::before {
  background: url("../img/arrow_btn_secondary_pc.svg") no-repeat center center/contain;
  right: 10rem;
}
@media screen and (max-width: 834px) {
  .btn_secondary a {
    width: 29.5rem;
    height: 5rem;
    font-size: 1.8rem;
    box-shadow: 0px 0.4rem 0px 0px #C76663;
  }
  .btn_secondary a::before {
    background: url("../img/arrow_btn_secondary_sp.svg") no-repeat center center/contain;
    right: 6.2rem;
    width: 0.9rem;
    height: 1.4rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 835px) {
  .btn_secondary a:hover {
    background: #FFEFC6;
  }
}

.btn_more {
  position: relative;
  transition: 0.3s ease;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.02em;
  border-radius: 9999px;
  width: 30rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 0.1em;
  cursor: pointer;
}
.btn_more::before, .btn_more::after {
  position: absolute;
  content: "";
  top: 50%;
  background: #fff;
  transition: 0.3s ease;
  z-index: 2;
}
.btn_more::before {
  width: 2px;
  height: 1.6rem;
  right: 2.5rem;
  transform: translateY(-50%);
}
.btn_more::after {
  width: 1.6rem;
  height: 2px;
  right: 1.8rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .btn_more {
    font-size: 1.8rem;
    width: 24rem;
    height: 4rem;
  }
  .btn_more::before {
    height: 1.4rem;
    right: 2rem;
  }
  .btn_more::after {
    width: 1.4rem;
    right: 1.4rem;
  }
}
.btn_more.-fp {
  background: #F38D8A;
  box-shadow: 0px 0.6rem 0px 0px #C76663;
}
@media screen and (max-width: 834px) {
  .btn_more.-fp {
    box-shadow: 0px 0.4rem 0px 0px #C76663;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 835px) {
  .btn_more.-fp:hover {
    background: #F17471;
  }
}
.btn_more.-la {
  background: #64C0D1;
  box-shadow: 0px 0.6rem 0px 0px #339EB1;
}
@media screen and (max-width: 834px) {
  .btn_more.-la {
    box-shadow: 0px 0.4rem 0px 0px #339EB1;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 835px) {
  .btn_more.-la:hover {
    background: #44A9BC;
  }
}
.btn_more.-close {
  background: #8C8B8B;
  box-shadow: 0px 0.4rem 0px 0px #676767;
  width: 24rem;
  height: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .btn_more.-close {
    width: 20rem;
    height: 3.6rem;
    font-size: 1.6rem;
  }
}
.btn_more.-close::before {
  display: none;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 835px) {
  .btn_more.-close:hover {
    background: #727272;
  }
}

/* ------------------------------
    header
------------------------------ */
.header-inner {
  padding: 15px 40px 0 40px;
  display: flex;
  justify-content: space-between;
}
.header-inner h2 {
  width: 160px;
}
.header-inner img {
  margin: 10px 0;
}
.header-inner .logo2 {
  width: 166px;
}

@media screen and (max-width: 834px) {
  .header-inner {
    padding: 0 5vw;
  }
  .header-inner h2 {
    width: 16rem;
  }
  .header-inner img {
    width: 34vw;
    margin: 4vw 0 4vw 0;
  }
  .header-inner .logo2 {
    width: 34vw;
  }
}
/* ------------------------------
    footer
------------------------------ */
.footer-contents h2 {
  font-size: 3.45rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}

footer {
  padding: 60px 0 10rem;
}
footer a:hover {
  opacity: 0.6;
}

.footer-contents {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}

.footer-contents-detail p {
  font-size: 14px;
  margin: 1rem 0 4px;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.fc1 .footer-contents-detail a {
  display: inline-block;
  width: 32%;
  border: 1px solid #c8c8c8;
  padding: 10px 10px 4px;
}
.fc1 .footer-contents-detail a:hover {
  opacity: 1;
}
.fc1 .footer-contents-detail a img {
  width: 100%;
}
.fc1 .footer-contents-detail a:hover img {
  opacity: 0.6;
}

.fc1 .footer-contents-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.next-icon {
  margin-top: 6px;
  display: block;
  padding-right: 20px;
  background: url("../img/icon-next.png") no-repeat center right;
  background-size: 12px;
}

.fc2 {
  font-family: "Noto Sans JP", sans-serif;
  background: #ededed;
  padding: 40px 84px 34px;
  margin: 90px auto;
}
.fc2 .footer-contents-title {
  font-weight: 700;
}
.fc2 .footer-contents-detail a {
  display: inline-block;
  width: 32%;
  max-width: 260px;
}
.fc2 .footer-contents-detail a img {
  width: 100%;
}

.btn-return {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: 0 auto 50px;
  width: 480px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 100px;
}
.btn-return span {
  color: #007c64;
  background: linear-gradient(to left, #90d40c, #20cc0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: bold;
}

.btn-info {
  border-bottom: 2px solid #007c64;
  color: #007c64;
  padding-bottom: 0.2em;
  font-size: 2.2rem;
  font-weight: bold;
  margin: auto;
}

footer .btn-section {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0 auto 55px;
}

.btn-info img {
  width: auto;
  position: relative;
  top: -3px;
  margin-right: 4px;
}

.copy {
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(10deg, #57ac49, #007c64);
  color: #fff;
  padding: 1.5em 0;
  margin-top: 6rem;
  font-size: 1.6rem;
  text-align: center;
}

.number {
  background: #373737;
  padding: 0.5em 0;
}
.number p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .fc1.footer-contents {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .footer-contents h2 {
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  footer {
    padding: 40px 0 8rem;
  }
  .fc1 .footer-contents-detail a {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 20px auto;
  }
  .footer-contents {
    padding: 0 1.4rem;
  }
  .fc2 {
    padding: 40px 0 34px;
  }
  .fc2 .footer-contents-detail a {
    display: block;
    width: 260px;
    margin: 1.5rem auto 0;
  }
  footer .btn-section {
    margin-bottom: 3.5rem;
    width: 90%;
  }
  footer .btn-section img {
    width: inherit;
    padding: unset !important;
  }
  .btn-return {
    width: 100%;
    max-width: 480px;
    height: 5rem;
  }
  .btn-return span {
    font-size: 2rem;
  }
  .btn-info {
    font-size: 1.8rem;
  }
  .copy {
    padding: 3.5% 0;
  }
  .copy p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer-contents h2 {
    font-size: 2.5rem;
  }
}
/* ------------------------------
    fv
------------------------------ */
.sec_fv {
  background: #D2EDF2;
}
.sec_fv_inner {
  position: relative;
  width: 100%;
  padding: 3.6rem 11rem 6rem 4.7rem;
}
.sec_fv_ttl {
  width: 100%;
  max-width: 126.9rem;
  margin: auto;
}
.sec_fv_notes_wrap {
  position: absolute;
  width: 100%;
  max-width: 120rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17.8rem;
}
.sec_fv_notes {
  width: 58rem;
  margin-left: auto;
}
.sec_fv_notes li {
  font-size: 1.2rem;
  color: #6A6A6A;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5;
}
.sec_fv_notes li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}

@media screen and (max-width: 834px) {
  .sec_fv_inner {
    padding: 0 0 4.5rem;
  }
  .sec_fv_ttl {
    max-width: inherit;
  }
  .sec_fv_notes_wrap {
    max-width: inherit;
    bottom: 9rem;
  }
  .sec_fv_notes {
    width: 100%;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_fv_notes li {
    font-size: 1rem !important;
  }
}
/* ------------------------------
    nav
------------------------------ */
.nav {
  width: 100%;
  max-width: 120rem;
  position: absolute;
  z-index: 3;
  bottom: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.nav_inner {
  margin: 0 auto;
  width: 100%;
  height: 13rem;
  display: flex;
}
.nav_btn {
  position: relative;
  width: calc((100% - 0.1rem) / 2);
}
.nav_btn:first-child a {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.nav_btn:first-child::before {
  position: absolute;
  content: "";
  background: #F2EBD8;
  height: 100%;
  width: 0.2rem;
  right: 0;
  top: 0;
  z-index: 2;
}
.nav_btn:last-child a {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.nav_btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
  padding: 2rem 0;
  background: #FFF8E5;
  box-shadow: 0px 0.6rem 0px 0px #F2EBD8;
  transition: 0.3s ease;
}
.nav_btn a * {
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.nav_btn a .txt01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F38D8A;
  width: 13.1rem;
  height: 3rem;
  border-radius: 3rem;
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
}
.nav_btn a .txt02 {
  color: #222222;
  font-size: 2.3rem;
  letter-spacing: 0.02em;
}
.nav_btn a::before {
  position: absolute;
  content: "";
  background: #F38D8A;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 2rem;
  height: 1.2rem;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 835px) {
  .nav_btn a:hover {
    background: #FFEFC6;
  }
}

@media screen and (max-width: 834px) {
  .nav {
    max-width: inherit;
    bottom: -3rem;
  }
  .nav_inner {
    height: 10.6rem;
    width: 35.5rem;
  }
  .nav_btn:first-child a {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .nav_btn:first-child::before {
    width: 0.1rem;
  }
  .nav_btn:last-child a {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .nav_btn a {
    gap: 0.3rem 0;
    padding: 1.5rem 0;
  }
  .nav_btn a .txt01 {
    width: 7.4rem;
    height: 2rem;
    border-radius: 2rem;
    font-size: 1.2rem;
  }
  .nav_btn a .txt02 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .nav_btn a::before {
    width: 1.4rem;
    height: 0.9rem;
    bottom: 1rem;
  }
}
/* ------------------------------
    about
------------------------------ */
.sec_about {
  position: relative;
  z-index: 2;
  padding: 10rem 0 21rem;
  background: #fff;
}
.sec_about::before {
  position: absolute;
  content: "";
  background: url("../img/img_fv_wave_pc.png") no-repeat center center/100% 100%;
  width: 100%;
  height: 12.6rem;
  top: -12.5rem;
  left: 0;
}
.sec_about_ttlwrap {
  position: relative;
  margin: 0 auto 12rem;
  width: 100%;
  max-width: 66rem;
}
.sec_about_ttlwrap .deco01 {
  left: -4rem;
  top: 2.8rem;
}
.sec_about_ttlwrap .deco01 img {
  width: 3.8rem;
}
.sec_about_ttlwrap .deco02 {
  right: -4rem;
  top: 3rem;
}
.sec_about_ttlwrap .deco02 img {
  width: 3.8rem;
}
.sec_about_ttl {
  position: relative;
}
.sec_about_ttl .txt01,
.sec_about_ttl .txt02 {
  text-align: center;
  color: #222222;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: block;
  line-height: 1.4;
  white-space: nowrap;
}
.sec_about_ttl .txt01 {
  font-size: 2.8rem;
}
.sec_about_ttl .txt02 {
  font-size: 5.6rem;
}
.sec_about_ttl .lg {
  font-size: 6.8rem;
}
.sec_about_ttl::before {
  position: absolute;
  content: "";
  background: #D2EDF2;
  width: 100%;
  height: 0.6rem;
  border-radius: 9999px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.8rem;
}
.sec_about .point_ttl {
  position: relative;
  width: 74.5rem;
  margin: 0 auto 4rem;
}
.sec_about .point_ttl .txt01,
.sec_about .point_ttl .txt02 {
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  white-space: nowrap;
}
.sec_about .point_ttl .txt01 {
  font-size: 3.2rem;
  color: #222222;
}
.sec_about .point_ttl .txt02 {
  font-size: 4.4rem;
  color: #64C0D1;
}
.sec_about .point_ttl .lg {
  font-size: 5.4rem;
}
.sec_about .point_ttl::before, .sec_about .point_ttl::after {
  position: absolute;
  content: "";
  background: url("../img/img_about_slash_pc.svg") no-repeat center center/contain;
  width: 4.3rem;
  height: 8.8rem;
  top: 0.8rem;
}
.sec_about .point_ttl::before {
  left: 0;
}
.sec_about .point_ttl::after {
  transform: scale(-1, 1);
  right: 0;
}
.sec_about .point_box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sec_about .point_box .deco03 {
  width: 16.6rem;
  left: 4.1rem;
  top: -21rem;
}
.sec_about .point_item {
  position: relative;
  width: 38.2rem;
  min-height: 31.2rem;
  border-radius: 2rem;
  border: 0.4rem solid #D2EDF2;
}
.sec_about .point_item dt, .sec_about .point_item dd {
  letter-spacing: 0.02em;
  color: #222222;
  font-weight: 700;
}
.sec_about .point_item dt sup, .sec_about .point_item dd sup {
  font-size: 0.6em;
}
.sec_about .point_item dt {
  background: #D2EDF2;
  padding: 2.4rem 0;
  font-size: 2.4rem;
  text-align: center;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}
.sec_about .point_item dd {
  background: #fff;
  padding: 2.4rem 3.2rem 4rem;
  font-size: 1.8rem;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.sec_about .point_icn {
  top: -4rem;
  left: -4rem;
}
.sec_about .point_icn img {
  width: 11.9rem;
}
.sec_about .point_arrow {
  margin: 2rem auto;
  text-align: center;
}
.sec_about .point_arrow img {
  width: 8.6rem;
}
.sec_about .sample {
  position: relative;
  background: #FFF8E5;
  border-radius: 2rem;
  padding: 4rem 5rem 5rem;
  z-index: 4;
}
.sec_about .sample_tag {
  background: #64C0D1;
  border-radius: 9999px;
  width: 11.4rem;
  height: 3.7rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem;
}
.sec_about .sample_txt {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #222222;
  text-align: center;
}
.sec_about .sample_box {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #F2EBD8;
  padding-top: 2rem;
  margin-top: 2rem;
}
.sec_about .sample_box_l img {
  width: 35.3rem;
}
.sec_about .sample_box_r img {
  width: 72rem;
}
.sec_about .btn {
  margin-top: 5rem;
}

@media screen and (max-width: 834px) {
  .sec_about {
    padding: 10.5rem 0 10rem;
  }
  .sec_about::before {
    background: url("../img/img_fv_wave_sp.png") no-repeat center center/100% 100%;
    height: 3.2rem;
    top: -3.1rem;
  }
  .sec_about_ttlwrap {
    margin: 0 auto 6.5rem;
    padding: 0 1.5rem;
  }
  .sec_about_ttlwrap .deco01 {
    left: 0;
    top: -2rem;
  }
  .sec_about_ttlwrap .deco01 img {
    width: 2.7rem;
  }
  .sec_about_ttlwrap .deco02 {
    right: 0;
    top: auto;
    bottom: 0.8rem;
  }
  .sec_about_ttlwrap .deco02 img {
    width: 2.7rem;
  }
  .sec_about_ttl .txt01 {
    font-size: 2rem;
  }
  .sec_about_ttl .txt02 {
    font-size: 4rem;
    line-height: 1.2;
  }
  .sec_about_ttl .lg {
    font-size: 5rem;
  }
  .sec_about_ttl::before {
    bottom: -2.2rem;
  }
  .sec_about .point_ttl {
    width: 100%;
    margin: 0 auto 4rem;
  }
  .sec_about .point_ttl .txt01,
  .sec_about .point_ttl .txt02 {
    white-space: normal;
  }
  .sec_about .point_ttl .txt01 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .sec_about .point_ttl .txt02 {
    font-size: 3.4rem;
  }
  .sec_about .point_ttl .lg {
    font-size: 4rem;
  }
  .sec_about .point_ttl::before, .sec_about .point_ttl::after {
    background: url("../img/img_about_slash_sp.svg") no-repeat center center/contain;
    width: 3.4rem;
    height: 9.8rem;
    top: 1rem;
  }
  .sec_about .point_box {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem 0;
  }
  .sec_about .point_box .deco03 {
    width: 14rem;
    left: -4.6rem;
    top: auto;
    bottom: -10.5rem;
    z-index: 3;
  }
  .sec_about .point_item {
    width: 32.5rem;
    min-height: inherit;
  }
  .sec_about .point_item dt {
    padding: 1.4rem 0;
    font-size: 2rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
  .sec_about .point_item dd {
    padding: 1.6rem 2rem 2.8rem;
    font-size: 1.6rem;
  }
  .sec_about .point_icn {
    top: -2.5rem;
    left: -2.8rem;
  }
  .sec_about .point_icn img {
    width: 9.2rem;
  }
  .sec_about .point_arrow {
    margin: 1.6rem auto 1.8rem;
  }
  .sec_about .point_arrow img {
    width: 7.8rem;
  }
  .sec_about .sample {
    padding: 3.2rem 1.5rem;
  }
  .sec_about .sample_tag {
    width: 8.5rem;
    height: 2.6rem;
    font-size: 1.4rem;
  }
  .sec_about .sample_txt {
    font-size: 1.3rem;
  }
  .sec_about .sample_box {
    padding-top: 2.8rem;
    margin-top: 2.5rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem 0;
  }
  .sec_about .sample_box_l img {
    width: 32.5rem;
  }
  .sec_about .sample_box_r img {
    width: 32.5rem;
  }
  .sec_about .notes {
    padding: 0 1.5rem;
  }
  .sec_about .notes li {
    letter-spacing: 0.02em;
  }
  .sec_about .btn {
    margin-top: 2.5rem;
  }
}
/* ------------------------------
    FP
------------------------------ */
.sec_fp {
  position: relative;
  z-index: 2;
  padding: 3.6rem 0 26rem;
  background: #FFF8E5;
}
.sec_fp::before {
  position: absolute;
  content: "";
  background: url("../img/img_wave_cream_pc.png") no-repeat center center/100% 100%;
  width: 100%;
  height: 12.6rem;
  top: -12.5rem;
  left: 0;
}
.sec_fp .deco01 {
  left: -4rem;
  top: 15rem;
}
.sec_fp .deco01 img {
  width: 23.4rem;
}
.sec_fp .deco02 {
  right: 14.3rem;
  top: -2.6rem;
}
.sec_fp .deco02 img {
  width: 6.9rem;
}
.sec_fp .deco03 {
  width: 15.9rem;
  right: 9.6rem;
  top: 13.6rem;
}
.sec_fp_ttl {
  position: relative;
  background: #64C0D1;
  width: 76rem;
  min-height: 10rem;
  padding: 1.5rem 0;
  line-height: 1.4;
  text-align: center;
  border-radius: 9999px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 auto 4rem;
}
.sec_fp_ttl .sm {
  font-size: 3rem;
}
.sec_fp_ttl .lg {
  font-size: 4.2rem;
}
.sec_fp_ttl::before {
  position: absolute;
  content: "";
  background: #64C0D1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 2.5rem;
  height: 1.2rem;
  bottom: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec_fp_txt {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #222222;
  line-height: 2;
  text-align: center;
}
.sec_fp_lead {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 2rem;
  display: flex;
  gap: 0 8.8rem;
  padding: 4rem;
  margin: 4rem auto 0;
}
.sec_fp_lead::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 2px;
  height: calc(100% - 8rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_fp_line {
  height: 10rem;
  background-image: radial-gradient(circle, #F2DFBA 0.2rem, transparent 0.2rem);
  background-size: 0.8rem 100%;
}
.sec_fp .lead_item {
  position: relative;
  width: 50%;
  display: flex;
  gap: 0 2.6rem;
}
.sec_fp .lead_item .star01 {
  left: -1.5rem;
  bottom: -1rem;
}
.sec_fp .lead_item .star01 img {
  width: 4.1rem;
}
.sec_fp .lead_item .star02 {
  left: 20rem;
  top: 0;
}
.sec_fp .lead_item .star02 img {
  width: 4.1rem;
}
.sec_fp .lead_img {
  width: 24rem;
}
.sec_fp .lead_txt {
  width: 25rem;
  padding-top: 1rem;
}
.sec_fp .lead_txt .name,
.sec_fp .lead_txt .kana {
  color: #64C0D1;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.sec_fp .lead_txt .name {
  font-size: 2.4rem;
}
.sec_fp .lead_txt .kana {
  font-size: 1.4rem;
}
.sec_fp .lead_txt .txt {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}
.sec_fp .lead_tag {
  right: -3rem;
  top: -3rem;
}
.sec_fp .lead_tag img {
  width: 13rem;
}
@media screen and (max-width: 834px) {
  .sec_fp {
    padding: 4.5rem 0 11rem;
  }
  .sec_fp::before {
    background: url("../img/img_wave_cream_sp.png") no-repeat center center/100% 100%;
    height: 3.2rem;
    top: -3.1rem;
  }
  .sec_fp .deco01 {
    left: -2.1rem;
    top: 18rem;
  }
  .sec_fp .deco01 img {
    width: 10.8rem;
  }
  .sec_fp .deco02 {
    right: 0.8rem;
    top: -5rem;
  }
  .sec_fp .deco02 img {
    width: 5rem;
  }
  .sec_fp .deco03 {
    width: 10.5rem;
    right: 1.5rem;
    top: 36.5rem;
  }
  .sec_fp_ttl {
    width: 100%;
    font-size: 2.1rem;
    min-height: inherit;
    margin: 0 auto 2.5rem;
    padding: 1.1rem 0;
  }
  .sec_fp_ttl .sm {
    font-size: 1.4rem;
  }
  .sec_fp_ttl .lg {
    font-size: 2.8rem;
  }
  .sec_fp_ttl::before {
    width: 2.5rem;
    height: 1.2rem;
    bottom: -1.1rem;
  }
  .sec_fp_txt {
    font-size: 1.6rem;
  }
  .sec_fp_lead {
    flex-direction: column;
    gap: 3rem 0;
    padding: 1.5rem 1.5rem 3rem;
  }
  .sec_fp_lead::before {
    width: calc(100% - 3rem);
    height: 2px;
    top: 48%;
  }
  .sec_fp_line {
    height: 8.5rem;
    background-image: radial-gradient(circle, #F2DFBA 0.15rem, transparent 0.15rem);
    background-size: 0.8rem 100%;
  }
  .sec_fp .lead_item {
    width: 100%;
    gap: 0 2rem;
  }
  .sec_fp .lead_item .star01 {
    left: 9rem;
    bottom: auto;
    top: 1em;
  }
  .sec_fp .lead_item .star01 img {
    width: 3rem;
  }
  .sec_fp .lead_item .star02 {
    left: -0.5rem;
    top: auto;
    bottom: -0.5rem;
  }
  .sec_fp .lead_item .star02 img {
    width: 3rem;
  }
  .sec_fp .lead_img {
    width: 12rem;
  }
  .sec_fp .lead_img.-img01 {
    padding-top: 3.1rem;
  }
  .sec_fp .lead_img.-img02 {
    padding-top: 1.8rem;
  }
  .sec_fp .lead_txt_inner {
    display: flex;
    align-items: center;
    gap: 0 1em;
  }
  .sec_fp .lead_txt {
    width: 18.5rem;
    padding-top: 1rem;
  }
  .sec_fp .lead_txt .name {
    font-size: 2rem;
  }
  .sec_fp .lead_txt .kana {
    font-size: 1.2rem;
  }
  .sec_fp .lead_txt .txt {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    line-height: 1.4;
  }
  .sec_fp .lead_tag {
    right: auto;
    top: auto;
    left: 6.4rem;
    bottom: 4.2rem;
    z-index: 2;
  }
  .sec_fp .lead_tag img {
    width: 7.8rem;
  }
}
/* ------------------------------
    LA
------------------------------ */
.sec_la {
  position: relative;
  z-index: 2;
  padding: 3.6rem 0 12rem;
  background: #FFF3D6;
}
.sec_la::before {
  position: absolute;
  content: "";
  background: url("../img/img_wave_yellow_pc.png") no-repeat center center/100% 100%;
  width: 100%;
  height: 12.6rem;
  top: -12.5rem;
  left: 0;
}
.sec_la .deco01 {
  right: -1rem;
  top: 14.5rem;
}
.sec_la .deco01 img {
  width: 19.2rem;
}
.sec_la .deco02 {
  left: 9.4rem;
  top: -4.2rem;
}
.sec_la .deco02 img {
  width: 7.2rem;
}
.sec_la .deco03 {
  width: 15.7rem;
  right: 1.7rem;
  bottom: 0;
}
.sec_la_ttl {
  position: relative;
  background: #64C0D1;
  width: 72rem;
  min-height: 10rem;
  padding: 1.5rem 0;
  line-height: 1.4;
  text-align: center;
  border-radius: 9999px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 auto 4rem;
}
.sec_la_ttl .sm {
  font-size: 3rem;
}
.sec_la_ttl .lg {
  font-size: 4.2rem;
}
.sec_la_ttl::before {
  position: absolute;
  content: "";
  background: #64C0D1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 2.5rem;
  height: 1.2rem;
  bottom: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec_la_txt {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #222222;
  line-height: 2;
  text-align: center;
}
.sec_la_lead {
  position: relative;
  width: 86rem;
  background: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  gap: 0 8.8rem;
  padding: 4rem 9rem;
  margin: 4rem auto 0;
}
.sec_la_line {
  height: 10rem;
  background-image: radial-gradient(circle, #F2DFBA 0.2rem, transparent 0.2rem);
  background-size: 0.8rem 100%;
}
.sec_la .lead_imgbox {
  display: flex;
  gap: 0 4.5rem;
  margin: auto;
}
.sec_la .lead_item {
  position: relative;
}
.sec_la .lead_item .star01 {
  left: -3.2rem;
  bottom: 5.5rem;
}
.sec_la .lead_item .star01 img {
  width: 4.9rem;
}
.sec_la .lead_item .star02 {
  right: -1.3rem;
  top: 1.8rem;
}
.sec_la .lead_item .star02 img {
  width: 4.1rem;
}
.sec_la .lead_img {
  width: 24rem;
}
.sec_la .lead_txt {
  width: 25rem;
  padding-top: 1rem;
}
.sec_la .lead_txt .name,
.sec_la .lead_txt .pos {
  color: #64C0D1;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
.sec_la .lead_txt .name {
  font-size: 2.4rem;
}
.sec_la .lead_txt .name .sm {
  font-size: 1.4rem;
}
.sec_la .lead_txt .pos {
  font-size: 1.6rem;
}
.sec_la .lead_txtbox {
  width: 45rem;
}
.sec_la .lead_txtbox p {
  color: #222222;
  line-height: 2.6;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sec_la .lead_txtbox p:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sec_la .lead_tag {
  left: -3rem;
  top: -3rem;
}
.sec_la .lead_tag img {
  width: 13rem;
}
.sec_la_notes {
  margin: -6rem 0 0;
  width: 66rem;
  padding-bottom: 8rem;
}
.sec_la_notes .notes {
  padding-left: 0;
  line-height: 1.4;
  text-indent: -1.9em;
  padding-left: 1.9em;
  letter-spacing: 0.02em;
}
.sec_la_notes .notes .mark {
  margin-right: 0.5rem;
}

@media screen and (max-width: 834px) {
  .sec_la {
    padding: 5.6rem 0 6rem;
  }
  .sec_la::before {
    background: url("../img/img_wave_yellow_sp.png") no-repeat center center/100% 100%;
    height: 3.2rem;
    top: -3.1rem;
  }
  .sec_la .deco01 {
    right: -0.5rem;
    top: -5.4rem;
    z-index: 2;
  }
  .sec_la .deco01 img {
    width: 9.5rem;
  }
  .sec_la .deco02 {
    left: 0.8rem;
    top: -5rem;
  }
  .sec_la .deco02 img {
    width: 5rem;
  }
  .sec_la .deco03 {
    width: 10rem;
    right: 0.3rem;
    bottom: -9rem;
  }
  .sec_la_ttl {
    width: 100%;
    font-size: 2.1rem;
    min-height: inherit;
    margin: 0 auto 2.5rem;
    padding: 1.1rem 0;
  }
  .sec_la_ttl .sm {
    font-size: 1.4rem;
  }
  .sec_la_ttl .lg {
    font-size: 2.8rem;
  }
  .sec_la_ttl::before {
    width: 2.5rem;
    height: 1.2rem;
    bottom: -1.1rem;
  }
  .sec_la_txt {
    font-size: 1.6rem;
  }
  .sec_la_lead {
    width: 100%;
    flex-direction: column;
    gap: 3rem 0;
    padding: 2.6rem 1.5rem 2.5rem;
  }
  .sec_la_lead::before {
    width: calc(100% - 3rem);
    height: 2px;
    top: 48%;
  }
  .sec_la_line {
    height: 8.5rem;
    background-image: radial-gradient(circle, #F2DFBA 0.15rem, transparent 0.15rem);
    background-size: 0.8rem 100%;
  }
  .sec_la .lead_imgbox {
    justify-content: center;
    gap: 0 1.8rem;
    width: 100%;
  }
  .sec_la .lead_item {
    position: relative;
  }
  .sec_la .lead_item .star01 {
    left: -2.8rem;
    bottom: 5.5rem;
  }
  .sec_la .lead_item .star01 img {
    width: 3rem;
  }
  .sec_la .lead_item .star02 {
    right: -1.5rem;
    top: -0.3em;
  }
  .sec_la .lead_item .star02 img {
    width: 3.2rem;
  }
  .sec_la .lead_img {
    width: 12rem;
  }
  .sec_la .lead_txt {
    width: 100%;
  }
  .sec_la .lead_txt .name {
    font-size: 2rem;
  }
  .sec_la .lead_txt .pos {
    font-size: 1.2rem;
  }
  .sec_la .lead_txtbox {
    width: 100%;
    padding: 0 3rem;
  }
  .sec_la .lead_txtbox p {
    font-size: 1.4rem;
    text-align: center;
  }
  .sec_la .lead_tag {
    left: -0.5rem;
    top: -2.5rem;
  }
  .sec_la .lead_tag img {
    width: 7.8rem;
  }
  .sec_la_notes {
    margin: -5rem 0 0;
    width: 100%;
    padding-bottom: 6.5rem;
  }
}
/* ------------------------------
    FP LA 共通
------------------------------ */
.fp_cont,
.la_cont {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 2rem;
}
.fp_cont_head,
.la_cont_head {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border: 0.6rem solid #fff;
  width: 100%;
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.8rem;
}
.fp_cont_ttl,
.la_cont_ttl {
  font-size: 2.8rem;
  color: #222222;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.fp_cont_ttl .lg,
.la_cont_ttl .lg {
  font-size: 3.4rem;
}
.fp_cont_icn img,
.la_cont_icn img {
  width: 4.4rem;
}
.fp_cont_body,
.la_cont_body {
  width: 100%;
  padding: 5rem 5rem 6rem;
}
.fp_cont_inner,
.la_cont_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 4rem;
  padding-bottom: 6rem;
}
.fp_cont_inner.reverse,
.la_cont_inner.reverse {
  flex-direction: row-reverse;
}
.fp_cont_txt,
.la_cont_txt {
  width: 66rem;
  display: flex;
  flex-wrap: wrap;
}
.fp_cont_txt dt, .fp_cont_txt dd,
.la_cont_txt dt,
.la_cont_txt dd {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  padding-bottom: 1em;
}
.fp_cont_txt dt,
.la_cont_txt dt {
  font-weight: 700;
  width: 3em;
}
.fp_cont_txt dd,
.la_cont_txt dd {
  width: calc(100% - 3em);
  color: #222222;
}
.fp_cont_txt dd sup,
.la_cont_txt dd sup {
  font-size: 0.6em;
}
.fp_cont_img img,
.la_cont_img img {
  border-radius: 2rem;
  width: 40rem;
}
.fp_cont .marker,
.la_cont .marker {
  background: linear-gradient(transparent 18%, #FFFBC6 18%, #FFFBC6 95%, transparent 95%);
}

.fp_cont_head {
  background: #FFEFEF;
}
.fp_cont + .fp_cont {
  margin-top: 2rem;
}

.la_cont_head {
  background: #E8FBFF;
}
.la_cont + .la_cont {
  margin-top: 2rem;
}

@media screen and (max-width: 834px) {
  .fp_cont_head,
  .la_cont_head {
    border: 0.4rem solid #fff;
    min-height: 10.9rem;
    gap: 0 1.6rem;
    justify-content: flex-start;
    padding: 1.5rem 1.5rem;
  }
  .fp_cont_ttl,
  .la_cont_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
  .fp_cont_ttl .lg,
  .la_cont_ttl .lg {
    font-size: 2.4rem;
  }
  .fp_cont_icn img,
  .la_cont_icn img {
    width: 3.5rem;
  }
  .fp_cont_body,
  .la_cont_body {
    padding: 2.4rem 1.5rem 4rem;
  }
  .fp_cont_inner,
  .la_cont_inner {
    flex-direction: column !important;
    align-items: center;
    gap: 3rem 0;
    padding-bottom: 5rem;
  }
  .fp_cont_txt,
  .la_cont_txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .fp_cont_txt dt, .fp_cont_txt dd,
  .la_cont_txt dt,
  .la_cont_txt dd {
    font-size: 1.4rem;
  }
  .fp_cont_img img,
  .la_cont_img img {
    width: 100%;
    border-radius: 1rem;
  }
  .fp_cont .marker,
  .la_cont .marker {
    background: #FFFBC6;
  }
}
/* 隠しコンテンツ */
.hide_wrap {
  position: relative;
  overflow: hidden;
  height: 40rem;
  transition: height 0.4s;
}
@media screen and (max-width: 834px) {
  .hide_wrap {
    height: 42rem;
  }
}
.hide_wrap.hide_left::before {
  left: 0;
  border-bottom-left-radius: 2rem;
}
.hide_wrap.hide_left .btn_more {
  left: 22rem;
}
.hide_wrap.hide_right::before {
  right: 0;
  border-bottom-right-radius: 2rem;
}
.hide_wrap.hide_right .btn_more {
  right: 22rem;
}
.hide_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 74rem;
  height: 19.9rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%, #fff 100%);
  transition: 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .hide_wrap::before {
    height: 10rem;
    width: 100%;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.hide_wrap.is-active::before {
  opacity: 0;
  visibility: hidden;
}
.hide_wrap .btn_more {
  position: absolute;
  bottom: 4.1rem;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .hide_wrap .btn_more {
    bottom: 3rem;
    right: auto;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.hide_wrap .btn_more.-close {
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  right: inherit;
}
@media screen and (max-width: 834px) {
  .hide_wrap .btn_more.-close {
    bottom: 4rem;
  }
}

/* ------------------------------
    present
------------------------------ */
.sec_present {
  background: url("../img/bg_present_pc.png") no-repeat center center/cover;
  padding: 4rem 0 6.5rem;
}
.sec_present_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 1.5rem;
  margin-bottom: 2.5rem;
}
.sec_present_img {
  width: 37rem;
}
.sec_present_img figcaption {
  font-size: 1.2rem;
  color: #6A6A6A;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: -0.5em;
}
.sec_present_txt {
  padding-top: 4.5rem;
  padding-left: 2rem;
}
.sec_present_txt img {
  width: 50.5rem;
}

@media screen and (max-width: 834px) {
  .sec_present {
    background: url("../img/bg_present_sp.png") no-repeat center center/cover;
    padding: 7rem 0 12rem;
  }
  .sec_present_inner {
    flex-direction: column;
    gap: 0;
    margin-bottom: 3.5rem;
  }
  .sec_present_img {
    width: 28.7rem;
  }
  .sec_present_img figcaption {
    font-size: 1rem;
  }
  .sec_present_txt {
    padding-top: 3.5rem;
    padding-left: 0;
    text-align: center;
  }
  .sec_present_txt img {
    width: 32.5rem;
  }
}
/* ------------------------------
    fixbtn
------------------------------ */
.fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #F38D8A;
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .fixbtn {
    height: 8rem;
  }
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
/*# sourceMappingURL=style.css.map */