@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700;800&display=swap");
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: calc(100vw * 10 / 1024);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 375);
  }
}

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  line-height: calc(32/18);
  letter-spacing: -.01em;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: left;
  color: #333;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: .7;
}
a img {
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

figure {
  text-align: center;
  line-height: 0;
}

p {
  font-size: 1.8rem;
  line-height: calc(32/18);
}

figure {
  text-align: center;
  line-height: 0;
}

section {
  position: relative;
}

.sp {
  display: none;
}

.wrap {
  position: relative;
  max-width: 95rem;
  margin: auto;
}

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

@media screen and (max-width: 767px) {
  figure {
    width: 100%;
    text-align: center;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  p {
    font-size: 4vw;
    line-height: 1.5;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .wrap {
    width: 96%;
  }
}
/* ------------------------------
    text/font
------------------------------ */
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: 700;
}

.color_red {
  color: #dc4964;
}

.color_pink1 {
  color: #e05d83 !important;
}

.color_pink2 {
  color: #da5279;
}

.color_yel {
  color: #f5e068;
}

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.highlight {
  background: linear-gradient(transparent 52%, #f5e068 52%, #f5e068 98%, transparent 98%);
}

.udl {
  background: linear-gradient(transparent 88%, #333 88%, #333 92%, transparent 92%);
}

.mac .udl {
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}

@media screen and (max-width: 767px) {
  .udl, .mac .udl {
    background: none;
    border-bottom: 1px solid #333;
    padding: .05em 0;
  }
}
/* ------------------------------
    flex
------------------------------ */
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.flex.reverse {
  flex-direction: row-reverse;
}

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

.justifycontent_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.alignitems_center {
  -webkit-align-items: center;
  align-items: center;
}

/* ------------------------------
    float
------------------------------ */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf {
  *zoom: 1;
}
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* ------------------------------
*  btn
------------------------------ */
.btn {
  text-align: center;
}
.btn img {
  width: 65.3rem;
}
.btn a {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn img {
    width: 100%;
  }
}
/* ------------------------------
*  cta
------------------------------ */
.cta {
  margin: 0 auto;
  text-align: center;
}
.cta_img {
  line-height: 1;
}
.cta_img img {
  width: 78.9rem;
}
.cta_img + .btn {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .cta_img img {
    width: 92%;
  }
  .cta_img + .btn {
    margin-top: 5%;
  }
}
/* ------------------------------
*  fv
------------------------------ */
#fv {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 0.5rem solid #0097a7;
}

.fv_ttl {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  line-height: 0;
}
.fv_ttl img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #fv {
    height: 100%;
    background-image: none;
    border-top-width: 0.3rem;
  }

  .fv_ttl {
    max-width: inherit;
  }
}
/* ------------------------------
*  common
------------------------------ */
.contents_wrap {
  position: relative;
  max-width: 92.8rem;
  box-shadow: 0px 1px 3px 2px rgba(51, 51, 51, 0.2);
  background-color: #fff;
  margin: auto;
}

.obi {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1600/180;
  background-image: url("../img/img_obi_pc.jpg");
  background-repeat: repeat-x;
  background-size: contain;
}
@media screen and (min-width: 1600px) {
  .obi {
    height: 18rem;
  }
}
.obi.line {
  border-top: 0.5rem solid #cfb07a;
}

.img_wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100% !important;
  }

  .obi {
    background-image: url("../img/img_obi_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 8.45rem;
  }
}
/* ------------------------------
*  ttl
------------------------------ */
.sec_ttl {
  position: relative;
  background: #22909e;
  height: 16.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_ttl .ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 5.21rem;
  line-height: calc(62.54/52.11);
}

@media screen and (max-width: 767px) {
  .sec_ttl {
    height: auto;
    padding-block: 5%;
  }
  .sec_ttl .ttl {
    font-size: 6vw;
  }
}
.common_head {
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.common_head img {
  width: 100%;
  max-width: 160rem;
}

/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  position: relative;
  background: url("../img/bg_sec01.jpg") no-repeat center top/cover;
  padding: 5.5rem 0 3.5rem;
  border-bottom: 0.4rem solid #cfb07a;
}
.sec01 .contents_wrap {
  padding: 5.6rem 0 4.4rem;
}
.sec01 .ttl {
  text-align: center;
  margin: 0 auto 3rem;
}
.sec01 .ttl img {
  width: 77.3rem;
}
.sec01 .ttl + p {
  padding: 0 2rem;
}
.sec01 .list {
  margin: 2.8rem auto 3.6rem;
  width: 90.4rem;
}
.sec01 .list li {
  position: relative;
  z-index: 3;
  display: flex;
  padding: 1.4rem .5em 1.5rem 1.8rem;
  background: #fff;
  border: 0.4rem solid #22909e;
}
.sec01 .list li .icn {
  position: relative;
  top: 0.2em;
  padding-right: 1.3rem;
}
.sec01 .list li .icn img {
  width: 3.1rem;
}
.sec01 .list li .txt {
  flex: 1;
  position: relative;
  color: #131313;
  font-size: 3rem;
  line-height: calc(40/30);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
}
.sec01 .list li + li {
  margin-top: 2rem;
}
.sec01 .txt_box {
  padding: 0 3.8rem;
}
.sec01 .txt_box p + p {
  margin-top: 2.8rem;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8% 0;
  }
  .sec01 .contents_wrap {
    padding: 5.5% 3% 6.5%;
  }
  .sec01 .ttl {
    margin-bottom: 1.8rem;
  }
  .sec01 .ttl img {
    width: 92%;
  }
  .sec01 .list {
    width: 100%;
    margin: 5% auto;
  }
  .sec01 .list li {
    padding: 1.8% 2.4% 1.8% 2.2%;
  }
  .sec01 .list li .icn {
    padding-right: 1.8%;
  }
  .sec01 .list li .icn img {
    width: 4.8vw;
  }
  .sec01 .list li .txt {
    font-size: 4.2vw;
  }
  .sec01 .list li + li {
    margin-top: 3%;
  }
  .sec01 .txt_box {
    padding: 0;
  }
  .sec01 .txt_box p + p {
    margin-top: 5%;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  position: relative;
  background: url("../img/bg_sec02.jpg") repeat-y center top 16.5rem/100%;
  padding-bottom: 7.5rem;
}
.sec02 .sec_ttl {
  margin-bottom: 9.8rem;
}
.sec02 .voice_item {
  padding-bottom: 2.4rem;
}
.sec02 .txt_box {
  padding: 6.8rem 4.5rem 0;
}
.sec02 .txt_box p + p {
  margin-top: 2.8rem;
}

@media screen and (max-width: 767px) {
  .sec02 {
    background-position: center top;
    padding-bottom: 8%;
  }
  .sec02 .sec_ttl {
    margin-bottom: 10%;
  }
  .sec02 .voice_item {
    padding-bottom: 6.5%;
  }
  .sec02 .txt_box {
    padding: 8% 0 0;
  }
  .sec02 .txt_box p + p {
    margin-top: 5%;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  position: relative;
  background: url("../img/bg_sec03.jpg") no-repeat center top 28.6rem/cover;
  padding-top: 5.7rem;
  padding-bottom: 6.4rem;
  /* voice slider */
}
.sec03::before {
  position: absolute;
  content: "";
  background: #22909e;
  width: 100%;
  height: 28.6rem;
  top: 0;
  left: 0;
}
.sec03 .ttl {
  font-size: 7.3rem;
  color: #131313;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: calc(90/73.99);
  letter-spacing: -.02em;
  text-align: left;
  margin-left: -0.2em;
  white-space: nowrap;
  margin-bottom: 8.5rem;
}
.sec03 .ttl .dot {
  letter-spacing: -.1em;
  font-size: 0.8em;
}
.sec03 .subttl .txt01,
.sec03 .subttl .txt02,
.sec03 .subttl .txt03 {
  font-family: "Noto Serif JP", serif;
  color: #2d2d2d;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.05em;
  display: inline-block;
}
.sec03 .subttl .txt01 {
  font-size: 4.65rem;
}
.sec03 .subttl .txt02 {
  font-size: 6.65rem;
}
.sec03 .subttl .txt03 {
  font-size: 5.96rem;
}
.sec03 .subttl.ttl01 {
  margin: 7.6rem auto 4.6rem;
}
.sec03 .subttl.ttl02 {
  margin: 8.4rem auto 4.8rem;
}
.sec03 .subttl.ttl03 {
  margin: 3.2rem auto 4.4rem;
}
.sec03 .contents_wrap {
  padding: 8.6rem 3rem 7rem;
  margin: 0 auto;
}
.sec03 .contents_wrap p + p {
  margin-top: 3.2rem;
}
.sec03 .cont01 {
  padding: 0 1.2rem 0 2.6rem;
}
.sec03 .cont02 {
  padding: 0 2rem;
}
.sec03 .txt_box.box01 {
  gap: 0 3.5rem;
  margin-bottom: 4.2rem;
}
.sec03 .txt_box.box01 .txt {
  padding-top: 1.5rem;
}
.sec03 .txt_box.box01 .txt p {
  font-size: 1.7rem;
  line-height: calc(30/17);
}
.sec03 .txt_box.box02 {
  margin: 4.8rem auto 0;
  gap: 0 2.4rem;
  width: calc(100% + 1rem);
  margin-left: -0.5erm;
  margin-right: -0.5rem;
}
.sec03 .txt_box.box02 .txt {
  padding-top: 0.5rem;
}
.sec03 .txt_box.box03 {
  margin: 2.3rem auto 0;
  gap: 0 2.4rem;
}
.sec03 .txt_box.box03 .txt {
  padding-top: 1rem;
}
.sec03 .table {
  margin: 4.2rem auto 0;
  text-align: center;
}
.sec03 .table img {
  width: 73.6rem;
}
.sec03 .img_wrap {
  gap: 0 2.2rem;
  margin: 3.4rem auto 3.6rem;
}
.sec03 .img.imgmain img {
  width: 33.1rem;
}
.sec03 .img.img01 img {
  width: 39.9rem;
}
.sec03 .img.img02 {
  margin-right: -1.2rem;
}
.sec03 .img.img02 img {
  width: 36.4rem;
}
.sec03 .img.img03 img {
  width: 41.2rem;
}
.sec03 .img.img04 img {
  width: 40.8rem;
}
.sec03 .cta {
  margin-top: 8rem;
}
.sec03 .review {
  max-width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 4.2rem;
  margin-bottom: 4.8rem;
}
.sec03 .review_item {
  width: 48.6rem;
}
.sec03 .review_item img {
  width: 100%;
}
.sec03 .review .slick-slide {
  padding: 0 0.8rem;
}
.sec03 .review .slider {
  opacity: 0;
  transition: .3s;
}
.sec03 .review .slider.slick-initialized {
  opacity: 1;
}
.sec03 .review .slide-arrow {
  position: absolute;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14.97" height="29.82"><path d="M0 28.89l11.65-13.98L0 .93 2.62 0l12.35 14.91L2.62 29.82 0 28.89z" fill="%23666"/></svg>') no-repeat center center/cover;
  width: 2rem;
  height: 4rem;
  top: calc(50% - 2rem);
  margin: auto;
  z-index: 2 !important;
  cursor: pointer;
  transition: .3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .sec03 .review .slide-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .review .slide-arrow {
    width: 1.2rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
  }
}
.sec03 .review .prev-arrow {
  left: calc(50% - 27rem + 2rem);
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .sec03 .review .prev-arrow {
    left: -0.5rem;
  }
}
.sec03 .review .next-arrow {
  right: calc(50% - 27rem + 2rem);
}
@media screen and (max-width: 767px) {
  .sec03 .review .next-arrow {
    right: -0.5rem;
  }
}
.sec03 .review button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .sec03 {
    background-position: center top;
    padding-top: 8%;
    padding-bottom: 8%;
    /* voice slider */
  }
  .sec03::before {
    height: 14rem;
  }
  .sec03 .inner {
    padding: 0 1.6%;
  }
  .sec03 .inner p + p {
    margin-top: 5%;
  }
  .sec03 .ttl {
    font-size: 6.5vw;
    margin-bottom: 8%;
  }
  .sec03 .subttl .txt01 {
    font-size: 6vw;
  }
  .sec03 .subttl .txt02 {
    font-size: 8vw;
  }
  .sec03 .subttl .txt03 {
    font-size: 6.8vw;
    white-space: nowrap;
  }
  .sec03 .subttl.ttl01 {
    margin: 8% auto;
  }
  .sec03 .subttl.ttl02 {
    margin: 8% auto;
  }
  .sec03 .subttl.ttl03 {
    margin: 8% auto;
  }
  .sec03 .contents_wrap {
    padding: 8% 3% 6.5%;
  }
  .sec03 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec03 .cont01 {
    padding: 0;
  }
  .sec03 .cont02 {
    padding: 0;
  }
  .sec03 .txt_box.box01 {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
    margin-bottom: 8%;
  }
  .sec03 .txt_box.box01 .txt {
    padding-top: 0;
  }
  .sec03 .txt_box.box01 .txt p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec03 .txt_box.box02 {
    margin: 8% auto 0;
    flex-direction: column;
    align-items: center;
    gap: 6.5vw 0;
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .txt_box.box02 .txt {
    padding-top: 0;
  }
  .sec03 .txt_box.box03 {
    margin: 8% auto 0;
    flex-direction: column-reverse;
    align-items: center;
    gap: 5vw 0;
  }
  .sec03 .txt_box.box03 .txt {
    padding-top: 0;
  }
  .sec03 .table {
    margin: 8% auto 0;
    text-align: center;
    overflow-y: scroll;
    padding-bottom: 3%;
  }
  .sec03 .table .scroll {
    width: 52rem;
  }
  .sec03 .table img {
    width: 100%;
  }
  .sec03 .img_wrap {
    gap: 0 1.6vw;
    justify-content: space-between;
    margin: 5% auto;
  }
  .sec03 .img.imgmain img {
    width: 50%;
  }
  .sec03 .img.img01 img {
    width: 80%;
  }
  .sec03 .img.img02 {
    margin-right: auto;
    margin-left: auto;
  }
  .sec03 .img.img02 img {
    width: 68%;
  }
  .sec03 .img.img03 img {
    width: 100%;
  }
  .sec03 .img.img04 img {
    width: 100%;
  }
  .sec03 .cta {
    margin-top: 8%;
  }
  .sec03 .review {
    max-width: inherit;
    margin: 8% auto;
    padding: 0;
  }
  .sec03 .review_item {
    width: 35rem;
  }
  .sec03 .review .slick-slide {
    padding: 0 1.2vw;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
  position: relative;
  background: url("../img/bg_sec04.jpg") repeat-y center top 16.5rem/100%;
  padding-bottom: 11.5rem;
}
.sec04 .sec_ttl {
  margin-bottom: 13.4rem;
}

@media screen and (max-width: 767px) {
  .sec04 {
    background-position: center top;
    padding-bottom: 8%;
  }
  .sec04 .sec_ttl {
    margin-bottom: 10%;
  }
}
/* ------------------------------
*  voice
------------------------------ */
.voice .sec_ttl::before {
  position: absolute;
  content: "";
  background: #22909e;
  width: 25.8rem;
  height: 7rem;
  bottom: -6.8rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.voice_item {
  position: relative;
  width: 90.8rem;
  margin: 0 auto;
  border: 0.5rem solid #22909e;
  background: #fff;
  box-shadow: 0px 4px 8px 1px rgba(51, 51, 51, 0.5);
  padding: 5.4rem 2.3rem 4rem;
}
.voice_item::before {
  position: absolute;
  content: "";
  background: url("../img/img_tag_voice.png") no-repeat center center/contain;
  width: 20rem;
  height: 4.6rem;
  left: -1.9rem;
  top: 0.6rem;
}
.voice_item p:not([class]) {
  font-size: 1.7rem;
  line-height: calc(30/17);
  letter-spacing: normal;
}
.voice_item p:not([class]) + p {
  margin-top: 2.8rem;
}
.voice_item + .voice_item {
  margin-top: 4.2rem;
}
.voice_head {
  display: flex;
  gap: 0 1rem;
}
.voice_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
.voice_thumb img {
  width: 23.1rem;
}
.voice_ttl {
  position: relative;
  color: #e05d83;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  line-height: calc(48/36);
  letter-spacing: -.01em;
}
.voice_name {
  font-size: 2.54rem;
  line-height: calc(57.34/25.48);
  color: #25211c;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  letter-spacing: -.01em;
  margin-right: 2.4rem;
}
.voice_body {
  padding: 2.8rem 0 0;
}
.voice_notes {
  text-align: right;
  font-size: 1.875rem;
  color: #25211c;
  letter-spacing: -.01em;
  margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .voice .sec_ttl::before {
    width: 8.2rem;
    height: 2.2rem;
    bottom: -2.1rem;
  }
  .voice .inner {
    padding: 0 1.6%;
  }
  .voice_item {
    border-width: 0.3rem;
    padding: 10% 3% 5%;
    width: 100%;
  }
  .voice_item::before {
    width: 12rem;
    height: 2.8rem;
    left: -1.1rem;
    top: 0.8rem;
  }
  .voice_item p:not([class]) {
    font-size: 4vw;
    line-height: 1.5;
  }
  .voice_item p:not([class]) + p {
    margin-top: 5%;
  }
  .voice_item + .voice_item {
    margin-top: 8%;
  }
  .voice_head {
    flex-direction: column;
    align-items: center;
  }
  .voice_info {
    padding-bottom: 1rem;
  }
  .voice_thumb img {
    width: 18rem;
  }
  .voice_ttl {
    font-size: 5.4vw;
  }
  .voice_name {
    font-size: 4.4vw;
    margin-right: 0;
  }
  .voice_body {
    padding: 8% 0 0;
  }
  .voice_notes {
    font-size: 3.2vw;
    letter-spacing: -.01em;
    margin-top: 5%;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05_body {
  background: #22909e;
  padding: 5.3rem 0 8.4rem;
}
.sec05 .contents_wrap {
  padding: 4.3rem 2.2rem 9.2rem;
}
.sec05 .contents_wrap p + p {
  margin-top: 3.2rem;
}
.sec05 .img_wrap.img_wrap01 {
  justify-content: center;
  gap: 0 1.3rem;
  margin: 3.2rem auto 5.8rem;
}
.sec05 .img_wrap.img_wrap02 {
  justify-content: center;
  gap: 0 1rem;
  margin: 2.2rem auto 2rem;
}
.sec05 .img_wrap.img_wrap03 {
  justify-content: space-between;
  margin: 0 auto 5.2rem;
}
.sec05 .img_wrap.img_wrap04 {
  justify-content: center;
  gap: 0 1.8rem;
  margin: 3rem auto 3.6rem;
}
.sec05 .menu_wrap {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
}
.sec05 .menu_ttl {
  font-size: 3rem;
  color: #231815;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #c489c1;
  border-bottom: 1px solid #c489c1;
  margin: 4rem auto 2.2rem;
  padding: 0.4em 0 0.5em;
}
.sec05 .check_list {
  margin: 3rem 0 3.8rem;
}
.sec05 .check_list li {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 1.4em;
  position: relative;
}
.sec05 .check_list li::before {
  position: absolute;
  content: "●";
  color: #e05d83;
  left: 0;
  top: 0;
}
.sec05 .check_list li + li {
  margin-top: 0.5rem;
}
.sec05 .img.img01 img {
  width: 38.2rem;
}
.sec05 .img.img02 img {
  width: 40rem;
}
.sec05 .img.img03 img, .sec05 .img.img04 img {
  width: 39.1rem;
}
.sec05 .img.img05 img, .sec05 .img.img06 img {
  width: 40.1rem;
}
.sec05 .img.img07 img {
  width: 35.8rem;
}
.sec05 .img.img08 img {
  width: 38.6rem;
}
.sec05 .board {
  position: relative;
  background: url("../img/bg_purple.png") repeat;
  padding: 2rem;
}
.sec05 .board::before {
  position: absolute;
  content: "";
  background: url("../img/img_cllip.png") no-repeat center center/contain;
  width: 22.6rem;
  height: 7rem;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.sec05 .board_head {
  padding: 0 2rem;
  margin: 0 auto;
}
.sec05 .board_inner {
  box-shadow: 0px 1px 3px 2px rgba(51, 51, 51, 0.2);
  background-color: #fff;
  padding: 6.8rem 0 6rem;
}
.sec05 .step_item {
  position: relative;
  padding: 3.8rem 1rem 7.2rem;
}
.sec05 .step_item::before {
  position: absolute;
  content: "";
  background: #231815;
  width: calc(100% - 2.4rem);
  height: 0.3rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.sec05 .step_item.item03 {
  padding-bottom: 0;
}
.sec05 .step_item.item03 .step_num {
  margin-bottom: 4.2rem;
}
.sec05 .step_num {
  background: #22909e;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  height: 5.4rem;
  margin: 0 auto 2.5rem;
}
.sec05 .step_num img {
  width: 16.7rem;
}
.sec05 .step_ttl {
  text-align: center;
  margin: 0 auto 3rem;
}
.sec05 .step_ttl .txt01,
.sec05 .step_ttl .txt02 {
  font-family: "Noto Serif JP", serif;
  color: #231815;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.05em;
  display: inline-block;
}
.sec05 .step_ttl .txt01 {
  font-size: 6.5rem;
}
.sec05 .step_ttl .txt01.-nom {
  letter-spacing: 1;
}
.sec05 .step_ttl .txt02 {
  font-size: 4.8rem;
  letter-spacing: 1;
}
.sec05 .step_ttl.ttl03 {
  margin-bottom: 4.6rem;
}
.sec05 .step_body {
  padding: 0 1.4rem;
}
.sec05 .step_body p {
  letter-spacing: -.02em;
}
.sec05 .cta {
  margin-top: 9.2rem;
}

@media screen and (max-width: 767px) {
  .sec05_body {
    padding: 6.5% 0;
  }
  .sec05 .contents_wrap {
    padding: 5% 3% 6.5%;
  }
  .sec05 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec05 .img_wrap.img_wrap01 {
    gap: 0 1.6vw;
    margin: 5% auto 8%;
    justify-content: space-between;
  }
  .sec05 .img_wrap.img_wrap02 {
    gap: 0 1.6vw;
    margin: 5% auto 6.5%;
    justify-content: space-between;
  }
  .sec05 .img_wrap.img_wrap03 {
    gap: 0 1.6vw;
    margin: 5% auto 6.5%;
    justify-content: space-between;
  }
  .sec05 .img_wrap.img_wrap04 {
    justify-content: space-between;
    gap: 0 1.6vw;
    margin: 6.5% auto 6.5%;
  }
  .sec05 .menu_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec05 .menu_ttl {
    font-size: 5.2vw;
    margin: 8% auto 5%;
    padding: 0.5em 0 0.5em;
  }
  .sec05 .check_list {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .sec05 .check_list li {
    font-size: 4.2vw;
    padding-left: 5.6vw;
  }
  .sec05 .check_list li + li {
    margin-top: 1.5%;
  }
  .sec05 .img.img01 img, .sec05 .img.img02 img {
    width: 100%;
    max-height: 9.7rem;
  }
  .sec05 .img.img03 img, .sec05 .img.img04 img {
    width: 100%;
  }
  .sec05 .img.img05 img, .sec05 .img.img06 img {
    width: 100%;
  }
  .sec05 .img.img07 img, .sec05 .img.img08 img {
    width: 100%;
    max-height: 17.8rem;
  }
  .sec05 .board {
    padding: 3%;
  }
  .sec05 .board::before {
    width: 39.467vw;
    height: 10.4vw;
  }
  .sec05 .board_head {
    padding: 0;
  }
  .sec05 .board_inner {
    padding: 12.8% 3% 6.5%;
  }
  .sec05 .step_item {
    padding: 8% 0 8%;
  }
  .sec05 .step_item::before {
    width: 100%;
    height: 0.2rem;
  }
  .sec05 .step_item.item03 .step_num {
    margin-bottom: 5%;
  }
  .sec05 .step_num {
    font-size: 5.2vw;
    width: 34vw;
    height: auto;
    padding: 2% 3%;
    margin: 0 auto 5%;
  }
  .sec05 .step_num img {
    width: 8.6rem;
  }
  .sec05 .step_ttl {
    margin: 0 auto 5%;
  }
  .sec05 .step_ttl .txt01 {
    font-size: 6.8vw;
  }
  .sec05 .step_ttl .txt02 {
    font-size: 5.6vw;
    letter-spacing: 1;
  }
  .sec05 .step_ttl.ttl03 {
    margin-bottom: 5.2vw;
  }
  .sec05 .step_body {
    padding: 0;
  }
  .sec05 .cta {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  background: url("../img/bg_sec06.jpg") no-repeat center top/cover;
  padding: 8.2rem 0 15.2rem;
}
.sec06 .inner {
  padding: 0 2rem;
}
.sec06 .inner p:not([class]) {
  font-size: 1.7rem;
  line-height: calc(30/17);
}
.sec06 .inner p:not([class]) + p {
  margin-top: 2.8rem;
}
.sec06 .ttl {
  font-size: 8.1rem;
  color: #22909e;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: -.05em;
}
.sec06 .subttl {
  font-size: 6.6rem;
  color: #e05d83;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: -.025em;
  margin: 9.8rem auto 3.2rem;
}
.sec06 .name,
.sec06 .pos {
  font-family: "Noto Serif JP", serif;
}
.sec06 .name {
  font-size: 6.6rem;
  color: #2d2d2d;
  letter-spacing: .01em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto 2.4rem;
}
.sec06 .pos {
  font-size: 3rem;
  color: #2d2d2d;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 auto;
}
.sec06 .img.img_main img {
  width: 33.1rem;
}
.sec06 .img.img01 img {
  width: 45.4rem;
}
.sec06 .img.img02 img {
  width: 45.2rem;
}
.sec06 .img.img_benefits img {
  width: 64.8rem;
}
.sec06 .img_wrap {
  margin: 0 auto 6.5rem;
  gap: 0 0.5rem;
}
.sec06 .txt_box.box01 {
  margin: 5.2rem auto 4.7rem;
  padding: 0 2rem 0 4.4rem;
  gap: 0 4.8rem;
}
.sec06 .txt_box.box01 .txt {
  margin-top: 1rem;
}
.sec06 .txt_box.box02 {
  padding: 0 2.6rem;
}
.sec06 .benefits {
  width: 86rem;
  border: 1rem solid #cfb07a;
  background: #fff;
  padding-block: 2rem 4.4rem;
  margin: 0 auto;
}
.sec06 .benefits_ttl {
  background: url("../img/bg_ribbon.png") no-repeat center top/contain;
  width: 83rem;
  height: 10.8rem;
  font-size: 5.5rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.01em;
  text-align: center;
  padding-top: 0.3em;
  margin: 0 auto 2.5rem;
}
.sec06 .benefits_subttl {
  position: relative;
  margin: 0 auto 3.8rem;
  padding-left: 1rem;
}
.sec06 .benefits_subttl::before, .sec06 .benefits_subttl::after {
  position: absolute;
  content: "";
  background: url("../img/img_emblem.png") no-repeat center center/contain;
  width: 4.7rem;
  height: 12.4rem;
  top: 50%;
}
.sec06 .benefits_subttl::before {
  left: 3rem;
  transform: translateY(-50%);
}
.sec06 .benefits_subttl::after {
  right: 3.5rem;
  transform: translateY(-50%) scale(-1, 1);
}
.sec06 .benefits_subttl .txt01,
.sec06 .benefits_subttl .txt02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.03em;
  display: block;
  text-align: center;
}
.sec06 .benefits_subttl .txt01 {
  font-size: 4.6rem;
  color: #2d2d2d;
}
.sec06 .benefits_subttl .txt02 {
  font-size: 6.6rem;
  color: #e05d83;
}
.sec06 .benefits_txt {
  padding: 3rem 2rem 0;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 3.5% 0 6.5%;
  }
  .sec06 .inner {
    padding: 0 1.6%;
  }
  .sec06 .inner p:not([class]) {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec06 .inner p:not([class]) + p {
    margin-top: 5%;
  }
  .sec06 .ttl {
    font-size: 9vw;
  }
  .sec06 .subttl {
    margin: 5% auto;
    font-size: 6.8vw;
  }
  .sec06 .name {
    font-size: 6.8vw;
    margin: 0 auto 3%;
  }
  .sec06 .pos {
    font-size: 4.2vw;
  }
  .sec06 .img.img_main img {
    width: 50%;
  }
  .sec06 .img.img01 img {
    width: 100%;
  }
  .sec06 .img.img02 img {
    width: 99%;
  }
  .sec06 .img.img_benefits img {
    width: 80%;
  }
  .sec06 .img_wrap {
    margin: 0 auto 8%;
    gap: 0 1.6vw;
  }
  .sec06 .txt_box.box01 {
    margin: 5% auto;
    padding: 0;
    gap: 5vw 0;
    flex-direction: column;
    align-items: center;
  }
  .sec06 .txt_box.box01 .txt {
    margin-top: 0;
  }
  .sec06 .txt_box.box02 {
    padding: 0;
  }
  .sec06 .benefits {
    width: 100%;
    border-width: 0.5rem;
    padding-block: 5%;
  }
  .sec06 .benefits_ttl {
    width: 98%;
    height: auto;
    aspect-ratio: 830/108;
    font-size: 6vw;
    padding-top: 0.25em;
    margin: 0 auto 8%;
  }
  .sec06 .benefits_subttl {
    margin: 0 auto 5%;
    padding-left: 0;
    padding-bottom: 0.2em;
  }
  .sec06 .benefits_subttl::before, .sec06 .benefits_subttl::after {
    width: 2.6rem;
    height: 6.9rem;
  }
  .sec06 .benefits_subttl::before {
    left: 1rem;
  }
  .sec06 .benefits_subttl::after {
    right: 1rem;
  }
  .sec06 .benefits_subttl .txt01 {
    font-size: 6vw;
  }
  .sec06 .benefits_subttl .txt02 {
    font-size: 7.2vw;
  }
  .sec06 .benefits_txt {
    padding: 5% 3% 0;
  }
}
/* ------------------------------
*  sec07
------------------------------ */
.sec07_body {
  background: url("../img/bg_sec07.jpg") repeat-y center top/100%;
  padding: 3.7rem 0 7.7rem;
}
.sec07 .common_head {
  clip-path: polygon(0 0, 100% 0, 100% 56rem, 0 56rem);
  margin-bottom: -6.4rem;
}
.sec07 .contents_wrap {
  padding: 6.2rem 4.3rem 12rem;
}
.sec07 .contents_wrap > p {
  padding: 0 1rem;
}
.sec07 .contents_wrap > p + p {
  margin-top: 2.8rem;
}
.sec07 .ttl {
  font-size: 6.7rem;
  letter-spacing: .01em;
}
.sec07 .subttl {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 3.8rem;
}
.sec07 .img_wrap {
  justify-content: center;
  gap: 0 1.3rem;
  margin: 3.8rem auto 6.8rem;
}
.sec07 .img.img01 img {
  width: 38.2rem;
}
.sec07 .img.img02 img {
  width: 40rem;
}
.sec07 .seminar_tbl {
  margin: 5rem auto 1.5rem;
}
.sec07 .seminar_tbl table {
  margin-bottom: 2.4rem;
}
.sec07 .seminar_tbl table + p {
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .sec07_body {
    padding: 5% 0 6.5%;
  }
  .sec07 .common_head {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 95%);
    margin-bottom: -2.5%;
  }
  .sec07 .contents_wrap {
    padding: 6.5% 5% 8%;
  }
  .sec07 .contents_wrap > p {
    font-size: 4vw;
    line-height: 1.5;
    padding: 0;
    padding: 0;
  }
  .sec07 .contents_wrap > p + p {
    margin-top: 5%;
  }
  .sec07 .ttl {
    font-size: 6vw;
  }
  .sec07 .subttl {
    font-size: 5.6vw;
    margin-bottom: 6.5%;
  }
  .sec07 .img_wrap {
    gap: 0 1.6vw;
    justify-content: space-between;
    margin: 5% auto 8%;
  }
  .sec07 .img.img01 img, .sec07 .img.img02 img {
    width: 100%;
    max-height: 10.7rem;
  }
  .sec07 .seminar_tbl {
    margin: 5% auto 6.5%;
  }
  .sec07 .seminar_tbl table {
    margin-bottom: 5%;
  }
  .sec07 .seminar_tbl table + p {
    padding: 0;
  }
  .sec07 .btn {
    width: calc(100% + 1.4rem);
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
}
/* ------------------------------
*  seminar_tbl
------------------------------ */
.seminar_tbl table {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 30px;
  padding: 0;
  border: 1px solid #666;
  border-collapse: collapse;
}
.seminar_tbl table th, .seminar_tbl table td {
  border-bottom: 1px solid #666;
  letter-spacing: .025em;
}
.seminar_tbl table th {
  padding: 4px 0 3px;
  background-color: #dfeeef;
  width: 19%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.seminar_tbl table td {
  width: 81%;
  padding: 1.3rem 0.8rem 1.1rem 1.8rem;
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: .025em;
  line-height: calc(24/18);
}
.seminar_tbl table td.wide1 {
  padding: 1.6rem 0.8rem 1.6rem 1.8rem;
  line-height: calc(36/18);
}
.seminar_tbl table td .sm {
  font-size: 1.4rem;
  line-height: calc(32/14);
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .seminar_tbl table {
    max-width: inherit;
    margin: 0 auto 5%;
  }
  .seminar_tbl table th {
    padding: 3% 0;
    width: 28%;
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .seminar_tbl table td {
    width: 72%;
    padding: 3% !important;
    font-size: 3.6vw;
  }
  .seminar_tbl table td.wide1 {
    line-height: 1.5;
  }
  .seminar_tbl table td .sm {
    font-size: 3.2vw;
  }
}
/* ------------------------------
*  policy
------------------------------ */
.form_policy {
  max-width: 79rem;
  width: 100%;
  height: 22rem;
  padding: 2% 3% 2% 2%;
  margin: 2.4rem auto 7.7rem;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #9b9b9b;
}
.form_policy p, .form_policy a, .form_policy dt, .form_policy dd, .form_policy li {
  font-size: 1.5rem !important;
  line-height: 1.4;
  word-break: break-all;
}
.form_policy dl {
  margin-top: 2rem;
}
.form_policy dt {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.form_policy p + p, .form_policy li + li, .form_policy p + ol {
  margin-top: 10px;
}
.form_policy ol > li > ol {
  margin-top: 1rem;
}
.form_policy ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .form_policy {
    width: 96%;
    height: 100px;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .form_policy p, .form_policy a, .form_policy dt, .form_policy dd, .form_policy li {
    font-size: 3.2vw !important;
  }
}
/* ------------------------------
*  footer
------------------------------ */
.footer {
  position: relative;
  background: #22909e;
  padding-block: 9.3rem;
}
.footer::before {
  position: absolute;
  content: "";
  background: #cfb07a;
  width: 100%;
  height: 0.4rem;
  top: 0.7rem;
  left: 0;
}
.footer * {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
}
.footer .link {
  display: flex;
  justify-content: center;
  margin: 0 auto 6px;
}
.footer .link li {
  position: relative;
  display: inline-block;
}
.footer .link li:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  background: #111;
  width: 1px;
  height: calc(100% - 0.8em);
  left: -0.5em;
  top: .3em;
}
.footer .link li + li {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-block: 8%;
  }
  .footer * {
    font-size: 3.2vw;
  }
  .footer .link {
    margin: 0 auto 3.5%;
  }
  .footer .link li:nth-child(n + 2)::before {
    left: -1.6em;
  }
  .footer .link li + li {
    margin-left: 3.2em;
  }
}
/* ------------------------------
*  orange form
------------------------------ */
.orange_form {
  position: relative;
  width: 100%;
  max-width: 84.2rem;
  margin: 0 auto 0;
}
.orange_form iframe {
  border: none;
  border-style: inherit;
  width: 100%;
  height: 1340px;
}

@media screen and (max-width: 767px) {
  .orange_form {
    width: 98%;
    margin-top: 5%;
  }
  .orange_form iframe {
    height: 380vw;
  }
}
/* ------------------------------
*  fixbtn
------------------------------ */
.fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  max-width: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fixbtn {
    padding: 3% 0;
  }
  .fixbtn .btn {
    width: 91%;
    margin: auto;
  }
}
/*--エラー用--*/
p.error {
  font-weight: 600;
  color: #ed1c24;
  font-size: 1.4rem !important;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  /*--エラー用--*/
  p.error {
    font-size: 3vw !important;
    padding-top: 1vw;
  }
}
/* ------------------------------
*  thanks
------------------------------ */
.thanks {
  background: #fff;
  min-width: inherit;
}

.thanksWrap .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 0;
}

.thanksWrap .inner {
  padding: 1em 1em 3em;
  margin: 0 auto;
}

.thanksWrap .inner p {
  text-align: center;
}

.thanksWrap .ttl_wrap {
  background: #f7f7f7;
  padding: 3rem 0;
}

.thanksWrap .ttl {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
}

.thanksWrap .sub {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.thanksWrap p {
  font-size: 1.8rem;
}

.thanksWrap p + p {
  margin-top: 2.5rem;
}

.thanksWrap .instagram {
  width: 51rem;
  margin: 2.8rem auto 0;
}
.thanksWrap .thumb {
  margin: 0 auto;
  text-align: center;
}
.thanksWrap .thumb img {
  width: 45.4rem;
}
.thanksWrap .txt {
  width: 100%;
  text-align: left !important;
  margin: 2rem auto;
}
.thanksWrap .btn {
  margin: 0 auto;
  text-align: center;
}
.thanksWrap .btn img {
  width: 40.5rem;
}

@media screen and (max-width: 767px) {
  .thanksWrap {
    margin-top: 8%;
  }

  .thanksWrap .wrap {
    padding: 8% 0 0;
  }

  .thanksWrap .inner {
    padding: 5% 0 0;
    width: 95% !important;
  }

  .thanksWrap .inner p {
    text-align: left;
  }

  .thanksWrap .ttl_wrap {
    padding: 5% 0;
  }

  .thanksWrap .ttl {
    font-size: 7.2vw;
  }

  .thanksWrap .sub {
    font-size: 6vw;
    margin-bottom: 8%;
  }

  .thanksWrap p + p {
    margin-top: 5%;
  }

  .thanksWrap .btn {
    margin-top: 8%;
  }

  .thanksWrap .btn a {
    font-size: 1.6rem;
  }

  .thanksWrap .instagram {
    width: 100%;
  }
  .thanksWrap .thumb img {
    width: 80%;
  }
  .thanksWrap .btn img {
    width: 100%;
  }
}
