@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, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

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;
}

body {
  min-width: 1000px;
}

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 {
  width: 96%;
  max-width: 950px;
  margin: auto;
}

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

#svg-sprite {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  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;
  }
}
/* ------------------------------
    text/font
------------------------------ */
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: 700;
}

.color_red {
  color: #dc4964;
}

.color_pink1 {
  color: #e2136e;
}

.color_yel {
  color: #ffff99;
}

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

.highlight {
  background: linear-gradient(transparent 56%, #ffff99 56%, #ffff99 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
------------------------------ */
.cta_btn {
  background: url("../img/bg_pink.png") repeat;
  width: 100%;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .6em;
}

.btn {
  text-align: center;
}
.btn a {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cta_btn {
    height: auto;
    padding: 3.5% 0;
  }
  .cta_btn .btn a {
    width: 90%;
  }
}
/* ------------------------------
*  cta
------------------------------ */
.cta {
  margin: 0 auto;
  text-align: center;
  width: 795px;
}
.cta .img {
  line-height: 1;
}
.cta .img img {
  mix-blend-mode: multiply;
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .cta {
    width: 100%;
  }
  .cta .img {
    text-align: center;
  }
  .cta .img img {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .cta .btn a {
    width: 90%;
  }
}
/* ------------------------------
*  fv
------------------------------ */
#fv {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 4px solid #f05267;
  background: url("../img/bg_fv.jpg") no-repeat center top/cover;
}

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

@media screen and (max-width: 767px) {
  #fv {
    height: 100%;
  }

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

.obi {
  position: relative;
  max-width: 100%;
  height: 154px;
  background-image: url("../img/img_obi_pc.jpg");
  background-position: center center;
  z-index: 2;
}

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

  .obi {
    background-size: cover;
    background-position: left center;
    height: 19.6vw;
  }
}
/* ------------------------------
*  ttl
------------------------------ */
.ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 6vw;
  }
  .ttl .lg {
    font-size: 7.6vw;
  }
}
/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  position: relative;
  background: url("../img/bg_sec01.jpg") no-repeat center top/cover;
  padding: 125px 0 110px;
}
.sec01 .inner {
  padding: 0 58px;
}
.sec01 .inner p + p {
  margin-top: 30px;
}
.sec01 .ttl {
  line-height: 1;
  margin: 0 auto 30px;
}
.sec01 .txt_box {
  position: relative;
  margin: 36px auto 20px;
}
.sec01 .txt_box .img {
  position: absolute;
  left: -240px;
  top: 20px;
}
.sec01 .list {
  position: relative;
  z-index: 2;
  width: 723px;
  margin: 0 -80px 54px auto;
}
.sec01 .list li {
  position: relative;
  padding: .6em .1em .6em .7em;
  background: #393937;
  box-shadow: 0px 3px 12px 0px rgba(102, 102, 102, 0.75);
  display: flex;
  gap: 0 .8em;
}
.sec01 .list li + li {
  margin-top: 1.1em;
}
.sec01 .list li svg {
  position: relative;
  fill: #ffff99;
  width: 29px;
  height: 29px;
  top: .3em;
  flex-shrink: 0;
}
.sec01 .list li p {
  font-size: 2.7rem;
  line-height: calc(36/27.16);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: .1em;
}
.sec01 .list li p.nrw {
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8% 0 6.5%;
  }
  .sec01 .inner {
    padding: 0 1.6%;
  }
  .sec01 .inner p + p {
    margin-top: 5%;
  }
  .sec01 .ttl {
    margin: 0 auto 5%;
    width: 96%;
  }
  .sec01 .txt_box {
    margin: 5% auto 5%;
    flex-direction: column;
    align-items: center;
  }
  .sec01 .txt_box .img {
    position: static;
    width: 86%;
  }
  .sec01 .list {
    width: 100%;
    margin: 8% auto 3%;
  }
  .sec01 .list li {
    padding: .6em .3em .6em .7em;
    box-shadow: 0px 3px 10px 0px rgba(102, 102, 102, 0.75);
    gap: 0 .6em;
  }
  .sec01 .list li + li {
    margin-top: 1em;
  }
  .sec01 .list li svg {
    width: 5.333vw;
    height: 5.333vw;
    top: 0;
  }
  .sec01 .list li p {
    font-size: 4.2vw;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  position: relative;
  background: url("../img/bg_sec02.jpg") no-repeat center top/cover;
  padding: 58px 0 74px;
  border-bottom: 8px solid #f72c72;
}
.sec02::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #e04766 0%, #e34365 23%, #e34369 23%, #e34166 30%, #e24069 37%, #e5406a 38%, #e5406a 42%, #e43f67 43%, #e5406a 44%, #e93b6c 66%, #eb3b6a 66%, #e93b6c 67%, #eb396d 76%, #f0326e 84%, #f3336e 84%, #f0326e 86%, #f3336f 86%, #f2306f 91%, #f32f71 93%, #f62f72 93%, #f82c73 100%);
  width: 100%;
  height: 272px;
  left: 0;
  top: 0;
}
.sec02 .contents_wrap {
  padding: 70px 28px 68px;
}
.sec02 .contents_wrap p + p {
  margin-top: 28px;
}
.sec02 .ttl {
  margin: 0 auto 50px;
  line-height: 1;
}
.sec02 .txt_box {
  justify-content: space-between;
  gap: 0 20px;
  margin: 36px auto 50px;
}
.sec02 .check_list {
  margin: 0 auto 37px;
}
.sec02 .check_list li {
  position: relative;
  padding: .7em .1em .7em .7em;
  background: #fff;
  border: 2px solid #dd4d68;
  box-shadow: 0px 3px 12px 0px rgba(102, 102, 102, 0.75);
  display: flex;
  gap: 0 .9em;
}
.sec02 .check_list li + li {
  margin-top: 1.1em;
}
.sec02 .check_list li svg {
  position: relative;
  fill: #2a271e;
  width: 29px;
  height: 29px;
  top: .3em;
  flex-shrink: 0;
}
.sec02 .check_list li svg.red {
  fill: #dd4d68;
}
.sec02 .check_list li p {
  font-size: 2.7rem;
  line-height: calc(40/27.16);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #2a271e;
  letter-spacing: .025em;
}
.sec02 .arrow {
  margin-top: 46px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 8% 0;
    border-bottom-width: 5px;
  }
  .sec02::before {
    height: 42.667vw;
  }
  .sec02 .contents_wrap {
    padding: 8% 5% 6.5%;
  }
  .sec02 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec02 .ttl {
    margin: 0 auto 6.5%;
    width: 92%;
  }
  .sec02 .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
    margin: 5% auto;
  }
  .sec02 .check_list {
    margin: 6.5% auto 6.5%;
  }
  .sec02 .check_list li {
    padding: .5em .5em .5em .6em;
    box-shadow: 0px 3px 10px 0px rgba(102, 102, 102, 0.75);
    gap: 0 .5em;
  }
  .sec02 .check_list li + li {
    margin-top: 1em;
  }
  .sec02 .check_list li svg {
    width: 5.333vw;
    height: 5.333vw;
    top: .1em;
  }
  .sec02 .check_list li p {
    font-size: 4.2vw;
  }
  .sec02 .arrow {
    margin: 8% auto 0;
    width: 68%;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  background: url("../img/bg_sec03.jpg") no-repeat center bottom/cover;
  padding: 75px 0 55px;
}
.sec03 .reason p + p,
.sec03 .inner p + p {
  margin-top: 30px;
}
.sec03 .reason {
  padding: 0 18px;
  margin-bottom: 140px;
}
.sec03 .inner {
  padding: 0 35px;
}
.sec03 .ttl {
  line-height: 1;
  margin: 0 auto 85px;
}
.sec03 .ttl .txt01,
.sec03 .ttl .txt02 {
  display: block;
}
.sec03 .ttl .txt01 {
  font-size: 4.8rem;
  color: #393937;
  font-weight: 500;
  margin-bottom: 42px;
}
.sec03 .reason_item + .reason_item {
  margin-top: 70px;
}
.sec03 .reason_item.item03 {
  margin-top: 85px;
}
.sec03 .reason_item.item05 {
  margin-top: 50px;
}
.sec03 .reason_ttl {
  display: flex;
  align-items: center;
  gap: 0 27px;
  padding-left: 10px;
  margin-bottom: 55px;
}
.sec03 .reason_ttl .num {
  width: 83px;
  height: 83px;
  background: #e2136e;
  border-radius: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5.4rem;
  line-height: 1;
  padding-top: .2em;
}
.sec03 .reason_ttl .ttltxt {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #0a0a0a;
  font-weight: 700;
  line-height: calc(51.88/36);
  flex: 1;
}
.sec03 .txt_box {
  gap: 0 20px;
}
.sec03 .txt_box .sm {
  font-size: 1.4rem;
  text-align: right;
}
.sec03 .subttl {
  font-size: 5.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  line-height: calc(72/56);
  margin: 0 auto 78px;
}
.sec03 .img_wrap {
  justify-content: center;
  gap: 0 28px;
  margin: 75px auto;
}
.sec03 .cta {
  margin-top: 86px;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 8% 0;
  }
  .sec03 .reason p + p,
  .sec03 .inner p + p {
    margin-top: 5%;
  }
  .sec03 .reason {
    padding: 0 1.6%;
    margin-bottom: 8%;
  }
  .sec03 .inner {
    padding: 0 1.6%;
  }
  .sec03 .ttl {
    margin: 0 auto 8%;
  }
  .sec03 .ttl .txt01 {
    font-size: 5.2vw;
    margin-bottom: 3.5%;
  }
  .sec03 .ttl .txt02 {
    width: 80%;
    margin: 0 auto;
  }
  .sec03 .reason_item + .reason_item {
    margin-top: 12% !important;
  }
  .sec03 .reason_ttl {
    gap: 0 2.5vw;
    padding-left: 0;
    margin-bottom: 5%;
  }
  .sec03 .reason_ttl .num {
    width: 11.4vw;
    height: 11.4vw;
    border-radius: 11.2vw;
    font-size: 6vw;
    padding-top: .2em;
  }
  .sec03 .reason_ttl .ttltxt {
    font-size: 6vw;
  }
  .sec03 .txt_box {
    flex-direction: column;
    gap: 5vw 0;
  }
  .sec03 .txt_box .sm {
    font-size: 3.2vw;
    margin-top: 3%;
  }
  .sec03 .txt_box .img {
    width: 86%;
    margin: 0 auto;
  }
  .sec03 .subttl {
    font-size: 6.8vw;
    margin: 12% auto 8%;
  }
  .sec03 .img_wrap {
    gap: 0 3vw;
    margin: 5% auto;
  }
  .sec03 .cta {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04_head {
  background: url("../img/bg_sec04_head.jpg") no-repeat center center/cover;
  padding: 70px 0 50px;
}
.sec04_body {
  background: url("../img/bg_sec04_body.jpg") no-repeat center center/cover;
  padding: 75px 0 97px;
}
.sec04 .contents_wrap {
  padding: 80px 30px 84px;
  margin-top: -150px;
}
.sec04 .contents_wrap p + p {
  margin-top: 30px;
}
.sec04 .reason_item {
  position: relative;
}
.sec04 .reason_item.item02 {
  margin-top: 105px;
}
.sec04 .reason_item.item03 {
  margin-top: 120px;
}
.sec04 .reason_ttl {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e2136e;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
}
.sec04 .reason_ttl .num {
  width: 104px;
  line-height: 0;
  display: inline-block;
  padding-left: .4em;
}
.sec04 .reason_ttl .ttltxt {
  font-size: 4rem;
  line-height: calc(48/40);
  color: #001111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: .1em;
  letter-spacing: normal;
  white-space: nowrap;
}
.sec04 .reason .img_wrap {
  justify-content: center;
  gap: 0 13px;
  margin-top: 48px;
  margin-bottom: 36px;
}
.sec04 .reason .curriculum {
  width: 100%;
  margin: 52px auto 60px;
}
.sec04 .reason .curriculum_ttl {
  background: #f72c72;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.1em;
  font-size: 2.9rem;
  font-weight: 500;
  padding: .1em 0;
}
.sec04 .reason .curriculum_list {
  display: flex;
  margin-bottom: 50px;
}
.sec04 .reason .curriculum_list dl {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
}
.sec04 .reason .curriculum_list dl dt {
  width: 98px;
  background: #e56f80;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding-top: .4em;
  padding-bottom: .4em;
}
.sec04 .reason .curriculum_list dl dd {
  width: calc(100% - 98px);
  background: #f6f7f9;
  padding-left: 12px;
  color: #111;
  font-size: 1.7rem;
  line-height: calc(20.84/17);
  letter-spacing: -.01em;
  padding-top: .8em;
  padding-bottom: .4em;
}
.sec04 .reason .curriculum_list dl dd.w-01 {
  letter-spacing: -.01em;
}
.sec04 .reason .curriculum_list dl dd.w-25 {
  letter-spacing: -.025em;
}
.sec04 .reason .curriculum_list dl dd.w25 {
  letter-spacing: .025em;
}
.sec04 .reason .curriculum_list dl dd.w100 {
  letter-spacing: .1em;
}
.sec04 .reason .num_list {
  margin: 36px auto 50px;
}
.sec04 .reason .num_list li {
  border: 2px solid #e56f80;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0 21px;
  min-height: 70px;
  padding: 0 0 0 .7em;
}
.sec04 .reason .num_list li .num {
  line-height: 1;
  padding-top: .2em;
}
.sec04 .reason .num_list li .txt {
  font-size: 2.8rem;
  color: #111;
  font-weight: 500;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif;
  flex: 1;
}
.sec04 .reason .num_list li + li {
  margin-top: 20px;
}
.sec04 .reason .txt_box {
  margin-top: 62px;
  gap: 0 40px;
}
.sec04 .reason .txt_box .txt {
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  .sec04_head {
    padding: 5% 0 6.5%;
  }
  .sec04_head .head_ttl {
    width: 90%;
  }
  .sec04_body {
    padding: 5% 0 8%;
  }
  .sec04 .contents_wrap {
    padding: 8% 5%;
    margin-top: -12vw;
  }
  .sec04 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec04 .reason_item.item02, .sec04 .reason_item.item03 {
    margin-top: 12%;
  }
  .sec04 .reason_ttl {
    flex-direction: column;
    align-items: center;
    gap: 3vw 0;
    padding-bottom: 3%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .sec04 .reason_ttl .num {
    width: 16vw;
    padding-left: 0;
  }
  .sec04 .reason_ttl .ttltxt {
    font-size: 5.4vw;
    white-space: normal;
  }
  .sec04 .reason .img_wrap {
    gap: 0 3vw;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .sec04 .reason .curriculum {
    width: 100%;
    margin: 5% auto 5%;
  }
  .sec04 .reason .curriculum_ttl {
    font-size: 5vw;
    padding: .3em 0;
  }
  .sec04 .reason .curriculum_list {
    flex-direction: column;
    margin-bottom: 5%;
  }
  .sec04 .reason .curriculum_list dl {
    width: 100%;
  }
  .sec04 .reason .curriculum_list dl:nth-child(1) {
    border-bottom: none;
  }
  .sec04 .reason .curriculum_list dl:nth-child(2) {
    border-top: none;
  }
  .sec04 .reason .curriculum_list dl dt {
    width: 22.933vw;
    font-size: 4.2vw;
  }
  .sec04 .reason .curriculum_list dl dd {
    width: calc(100% - 22.933vw);
    padding-left: 3%;
    padding-right: 3%;
    font-size: 4vw;
    letter-spacing: normal !important;
  }
  .sec04 .reason .num_list {
    margin: 5% auto;
  }
  .sec04 .reason .num_list li {
    gap: 0 2vw;
    min-height: inherit;
    align-items: flex-start;
    padding: .3em .5em .4em .5em;
  }
  .sec04 .reason .num_list li .num {
    padding-top: .1em;
    width: 6.2vw;
  }
  .sec04 .reason .num_list li .txt {
    font-size: 4.4vw;
    letter-spacing: .02em;
  }
  .sec04 .reason .num_list li + li {
    margin-top: 3%;
  }
  .sec04 .reason .txt_box {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    gap: 0 5vw;
  }
  .sec04 .reason .txt_box .txt {
    margin-left: 0;
  }
  .sec04 .reason .txt_box .img {
    width: 86%;
    margin-top: 5%;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  background: #fffafc;
  padding: 76px 0 130px;
}
.sec05 .ttl {
  margin: 0 auto 48px;
  line-height: 1;
}
.sec05 .contents_wrap {
  position: relative;
  padding: 32px 20px 36px;
}
.sec05 .contents_wrap::before {
  position: absolute;
  content: "";
  border: 2px solid #dfb35e;
  width: calc(100% - 12px);
  height: calc(100% - 16px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec05 .voice_item {
  box-shadow: 0px 6px 6px 2px rgba(51, 51, 51, 0.3);
}
.sec05 .voice_item + .voice_item {
  margin-top: 63px;
}
.sec05 .voice_head {
  margin-bottom: 32px;
}
.sec05 .voice_head .txt,
.sec05 .voice_head .name {
  font-family: "Noto Serif JP", serif;
}
.sec05 .voice_head .txt {
  color: #dc4964;
  font-size: 3rem;
  font-weight: 700;
  line-height: calc(34.29/30);
  letter-spacing: -.01em;
}
.sec05 .voice_head .txt.nrw {
  letter-spacing: -.05em;
}
.sec05 .voice_head .name {
  color: #282828;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: calc(34.29/24);
  letter-spacing: -.05em;
  margin-top: 16px;
}
.sec05 .voice_body p {
  font-size: 1.6rem;
  line-height: calc(28/16);
}
.sec05 .voice_body p + p {
  margin-top: 26px;
}
.sec05 .txt_box {
  gap: 0 20px;
  margin-bottom: 26px;
}
.sec05 .txt_box .img {
  margin-right: 24px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 8% 0;
  }
  .sec05 .ttl {
    margin: 0 auto 5%;
    width: 90%;
  }
  .sec05 .contents_wrap {
    padding: 8% 5% 8%;
  }
  .sec05 .voice_item + .voice_item {
    margin-top: 8%;
  }
  .sec05 .voice_head {
    margin-bottom: 5%;
  }
  .sec05 .voice_head .txt {
    font-size: 5.2vw;
    line-height: 1.4;
  }
  .sec05 .voice_head .name {
    font-size: 4.2vw;
    margin-top: 1.6%;
    line-height: 1.4;
  }
  .sec05 .voice_body p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec05 .voice_body p + p {
    margin-top: 5%;
  }
  .sec05 .txt_box {
    flex-direction: column;
    gap: 5vw 0;
    margin-bottom: 5%;
  }
  .sec05 .txt_box .img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    max-width: 180px;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06_head {
  background: url("../img/bg_sec04_head.jpg") no-repeat center center/cover;
  border-bottom: 6px solid #f25e73;
}
.sec06_head .head_ttl {
  line-height: 0;
}
.sec06_body {
  background: url("../img/bg_sec06.jpg") no-repeat center top/cover;
  padding: 22px 0 86px;
}
.sec06 .contents_wrap {
  padding: 46px 38px 64px;
}
.sec06 .ttl {
  line-height: 0;
  margin: 0 auto 23px;
}
.sec06 .img_wrap {
  justify-content: space-between;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 40px;
}
.sec06 .contents_wrap p + p {
  margin-top: 28px;
}
.sec06 .step_item {
  border: 4px solid #f46b87;
  background: #fff;
  padding: 36px 22px;
}
.sec06 .step_item p {
  font-size: 1.7rem;
  line-height: calc(30/17);
}
.sec06 .step_item + .step_item {
  margin-top: 45px;
}
.sec06 .step_mainttl {
  margin: 80px auto 38px;
  text-align: center;
}
.sec06 .step_mainttl .txt01 {
  background: #e2136e;
  width: 100%;
  color: #fff;
  font-size: 4.1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
  font-weight: 500;
  display: block;
  margin-bottom: 32px;
}
.sec06 .step_mainttl .txt02 {
  line-height: 1;
}
.sec06 .step_ttl {
  display: flex;
  gap: 0 28px;
  margin-bottom: 30px;
}
.sec06 .step_ttl .num {
  width: 83px;
  padding-top: .1em;
}
.sec06 .step_ttl .ttltxt {
  color: #fff;
  font-size: 3.6rem;
  line-height: calc(48/36);
  color: #0a0a0a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.sec06 .step .txt_box {
  gap: 0 25px;
}
.sec06 .step .txt_box + p {
  margin-top: 30px;
}
.sec06 .profile {
  margin-top: 76px;
}
.sec06 .profile_ttl {
  font-family: "Noto Serif JP", serif;
  color: #393937;
  font-weight: 600;
  transform: scale(0.98, 1);
  font-size: 8.1rem;
  margin: 0 auto 40px;
}
.sec06 .profile_lead {
  padding-left: 5px;
  margin-bottom: 26px;
}
.sec06 .profile_lead .img {
  margin-right: 65px;
  margin-left: 60px;
}
.sec06 .profile_lead .txt {
  padding-top: 53px;
}
.sec06 .profile_lead .txt .name {
  font-family: "Noto Sans JP", sans-serif;
  color: #d9485d;
  font-weight: 500;
  font-size: 5.3rem;
  line-height: calc(70.73/53);
}
.sec06 .profile_lead .txt .pos {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .075em;
  font-size: 1.88rem;
  line-height: calc(31.33/18.8);
}
.sec06 .profile_lead .txt .dot_list {
  margin-top: 40px;
  margin-left: 10px;
}
.sec06 .profile_lead .txt .dot_list li {
  position: relative;
  font-size: 1.7rem;
  line-height: calc(30/18);
  text-indent: 1.5em;
  letter-spacing: .01em;
}
.sec06 .profile_lead .txt .dot_list li::before {
  position: absolute;
  content: "●";
  color: #d73b55;
  font-size: 2.4rem;
  left: -1.2em;
  top: -.3em;
}
.sec06 .profile_lead .txt .dot_list li + li {
  margin-top: .2em;
}
.sec06 .profile .subttl {
  background: url("../img/bg_ttl.png") repeat;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.63rem;
  line-height: 1.4;
  padding-bottom: 0.1em;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  letter-spacing: -.07em;
}
.sec06 .profile .subtxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: calc(48/36);
}
.sec06 .profile .subtxt.subtxt01 {
  margin: 24px auto 60px;
}
.sec06 .profile .subtxt.subtxt02 {
  color: #d23a54;
  margin: 95px auto 68px;
}
.sec06 .arrow {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .sec06_head {
    border-bottom-width: 4px;
  }
  .sec06_head .head_ttl {
    width: 92%;
    margin-left: 1.5%;
  }
  .sec06_body {
    padding: 6.5% 0 8%;
  }
  .sec06 .contents_wrap {
    padding: 6% 5% 8%;
  }
  .sec06 .ttl {
    margin: 0 auto 5%;
  }
  .sec06 .img_wrap {
    gap: 0 3vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
  .sec06 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec06 .step_item {
    border-width: 2px;
    padding: 5% 3%;
  }
  .sec06 .step_item p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec06 .step_item + .step_item {
    margin-top: 8%;
  }
  .sec06 .step_mainttl {
    margin: 8% auto 8%;
  }
  .sec06 .step_mainttl .txt01 {
    font-size: 5.2vw;
    padding: .4em;
    margin-bottom: 3.5%;
    line-height: 1.25;
  }
  .sec06 .step_mainttl .txt02 img {
    width: 60%;
  }
  .sec06 .step_ttl {
    flex-direction: column;
    align-items: center;
    gap: 3vw 0;
    margin-bottom: 8%;
  }
  .sec06 .step_ttl .num {
    width: 16vw;
    padding-top: 0;
  }
  .sec06 .step_ttl .ttltxt {
    font-size: 5.4vw;
  }
  .sec06 .step .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 3.5vw 0;
  }
  .sec06 .step .txt_box + p {
    margin-top: 5%;
  }
  .sec06 .step .txt_box .img {
    width: 86%;
  }
  .sec06 .profile {
    margin-top: 10%;
  }
  .sec06 .profile_ttl {
    font-size: 8vw;
    margin: 0 auto 5%;
  }
  .sec06 .profile_lead {
    padding-left: 0;
    margin-bottom: 10%;
    flex-direction: column;
    align-items: center;
  }
  .sec06 .profile_lead .img {
    margin-right: auto;
    margin-left: auto;
    width: 35%;
  }
  .sec06 .profile_lead .txt {
    padding-top: 5%;
  }
  .sec06 .profile_lead .txt .name {
    font-size: 6.4vw;
    text-align: center;
  }
  .sec06 .profile_lead .txt .pos {
    font-size: 4.2vw;
    margin-top: 3%;
  }
  .sec06 .profile_lead .txt .dot_list {
    margin-top: 5%;
    margin-left: 0;
  }
  .sec06 .profile_lead .txt .dot_list li {
    font-size: 4vw;
  }
  .sec06 .profile_lead .txt .dot_list li + li {
    margin-top: .2em;
  }
  .sec06 .profile .subttl {
    font-size: 6.8vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    line-height: 1.35;
    padding: .3em 0;
  }
  .sec06 .profile .subtxt {
    font-size: 6vw;
  }
  .sec06 .profile .subtxt.subtxt01, .sec06 .profile .subtxt.subtxt02 {
    margin: 8% auto 6.5%;
  }
  .sec06 .arrow {
    margin: 8% auto 0;
    width: 68%;
  }
}
/* ------------------------------
*  sec07
------------------------------ */
.sec07 {
  position: relative;
  background: #f2fafe;
  padding-bottom: 73px;
}
.sec07 .sec_ttl {
  background: url("../img/bg_pink.png") repeat;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 43px;
}
.sec07 .sec_ttl .ttl {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: -.05em;
}
.sec07 .contents_wrap {
  padding: 58px 25px 126px;
}
.sec07 .contents_wrap > p {
  padding: 0 10px;
}
.sec07 .contents_wrap > p + p {
  margin-top: 28px;
}
.sec07 .cta_ttl {
  margin-bottom: 55px;
  line-height: 1;
}
.sec07 .seminar_tbl {
  margin: 56px auto 15px;
}
.sec07 .seminar_tbl table {
  margin-bottom: 86px;
}
.sec07 .seminar_tbl table + p {
  padding: 0 2em;
}

@media screen and (max-width: 767px) {
  .sec07 {
    padding: 0 0 8%;
  }
  .sec07 .sec_ttl {
    height: auto;
    padding: 5% 0;
    margin-bottom: 5%;
  }
  .sec07 .sec_ttl .ttl {
    font-size: 6.4vw;
  }
  .sec07 .contents_wrap {
    padding: 6.5% 5% 8%;
  }
  .sec07 .contents_wrap > p {
    padding: 0;
  }
  .sec07 .contents_wrap > p + p {
    margin-top: 5%;
  }
  .sec07 .cta_ttl {
    margin-bottom: 5%;
  }
  .sec07 .seminar_tbl {
    margin: 5% auto 6.5%;
  }
  .sec07 .seminar_tbl table {
    margin-bottom: 5%;
  }
  .sec07 .seminar_tbl table + p {
    padding: 0;
  }
}
/* ------------------------------
*  seminar_tbl
------------------------------ */
.seminar_tbl table {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 30px;
  pading: 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: #fff3f5;
  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: 11px 8px 9px 18px;
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: .025em;
  line-height: calc(24/18);
}
.seminar_tbl table td.wide1 {
  padding: 20px 8px 18px 18px;
  line-height: calc(36/18);
}
.seminar_tbl table td.wide2 {
  padding: 31px 8px 29px 18px;
}
.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.wide2 p {
    line-height: 1.75;
  }
  .seminar_tbl table td .sm {
    font-size: 3.2vw;
  }
}
/* ------------------------------
*  policy
------------------------------ */
.form_policy {
  max-width: 790px;
  width: 100%;
  height: 220px;
  padding: 2% 3% 2% 2%;
  margin: 40px auto 36px;
  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: 20px;
}
.form_policy dt {
  font-weight: 600;
  margin-bottom: 5px;
}
.form_policy p + p, .form_policy li + li, .form_policy p + ol {
  margin-top: 10px;
}
.form_policy ol > li > ol {
  margin-top: 10px;
}
.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;
  }
}
/* ------------------------------
*  copy
------------------------------ */
.copy {
  margin-top: 60px !important;
}

/* ------------------------------
*  orange form
------------------------------ */
.orange_form {
  position: relative;
  width: 100%;
  max-width: 842px;
  margin: 0 auto 0;
}
.orange_form iframe {
  border: none;
  border-style: inherit;
  width: 100%;
  height: 1220px;
}

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

@media screen and (max-width: 767px) {
  .fixbtn {
    padding: 3% 0;
  }
  .fixbtn .btn {
    width: 90%;
    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: 50px 0 0;
}

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

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

.thanksWrap .ttl_wrap {
  background: #f7f7f7;
  padding: 30px 0;
}

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

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

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

.thanksWrap p + p {
  margin-top: 25px;
}

.thanksWrap .btn {
  margin-top: 60px;
}

@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 .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;
  }
}
