@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: 'use-Corporate-b';
  src: url("../font/Corporate_b.woff") format("woff");
}
/* ------------------------------
    mixin
------------------------------ */
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.7rem;
  line-height: calc(28/17);
  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.7rem;
  line-height: calc(28/17);
}

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

.sp {
  display: none;
}

.wrap {
  width: 96%;
  max-width: 950px;
  margin: auto;
}

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

@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: 3.8vw;
    line-height: 1.5;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/* ------------------------------
    text/font
------------------------------ */
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.color_red {
  color: #d4442a;
}

.color_blue {
  color: #086ae6;
}

.color_blue2 {
  color: #1067fb;
}

.color_orange {
  color: #ff4a10;
}

.color_yellow {
  color: #fbfa30;
}

.color_white {
  color: #fff;
}

.bg_grad {
  background: #3fbaff;
  background: linear-gradient(90deg, #3fbaff 0%, #2c64dc 100%);
}

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

.ttl_marker {
  position: relative;
  z-index: 0;
}
.ttl_marker::before {
  position: absolute;
  content: "";
  background: #fbfa30;
  bottom: 5px;
  width: calc(100% + 5px);
  height: 15px;
  left: -5px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ttl_marker::before {
    height: 3vw;
    bottom: 0;
  }
}

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

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

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

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

@media screen and (max-width: 767px) {
  .udl, .mac .udl {
    background: none;
    border-bottom: 1px solid #333;
    padding: .05em 0;
  }

  .udl_orange {
    background: none;
    border-bottom: 1px solid #ff4a10;
    padding: .05em 0;
  }
}
/* ------------------------------
    flex
------------------------------ */
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.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 a {
  position: relative;
  display: block;
  border-radius: 5px;
  background: #ff4a10;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  text-align: center;
  transition: 0.5s;
  box-shadow: 0px 0px 8px 1px rgba(11, 33, 55, 0.5);
}
.btn a::before {
  position: absolute;
  content: "";
  background: url("../img/icn_btnarr.png") no-repeat top center/contain;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .btn a {
    width: 696px;
    height: 85px;
    font-size: 3.2rem;
    line-height: 85px;
    padding-left: 18px;
    letter-spacing: .075em;
  }
  .btn a::before {
    width: 23px;
    height: 23px;
    left: 30px;
  }
  .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    text-align: center;
  }
  .btn a {
    width: 100%;
    max-width: 90.133vw;
    height: 11.733vw;
    font-size: 3.959vw;
    line-height: 11.733vw;
    padding-left: 4.8vw;
    letter-spacing: .025em;
  }
  .btn a::before {
    width: 4vw;
    height: 3.85vw;
    left: 5.8vw;
  }
  .btn.btn_sp {
    width: 95%;
    margin: 0 auto;
  }
}
/* ------------------------------
*  mv
------------------------------ */
.header_bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header_bg {
    border-top: 4px solid #002060;
    background: url("../img/bg_mv_pc.jpg") no-repeat center top/cover;
  }
}

#mv {
  width: 100%;
  position: relative;
  margin: auto;
}

.mv_wrap {
  position: relative;
  height: 763px;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 30px;
}

.mv_ttl {
  position: relative;
  width: 100%;
  max-width: 1123px;
  margin: 0 auto;
}
.mv_ttl img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mv {
    border-top: 2px solid #002060;
    background: url("../img/bg_mv_sp.jpg") no-repeat center top/cover;
    padding-bottom: 2.667vw;
  }

  .mv_wrap {
    height: auto;
    max-width: inherit;
    padding-top: 0;
  }

  .mv_inner {
    max-width: inherit;
  }

  .btn {
    margin-top: 2.667vw;
  }
}
/* ------------------------------
*  footer
------------------------------ */
.footer {
  position: relative;
  padding: 15px 0 82px;
  text-align: center;
  background: #190f39;
}
.footer * {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -.01em;
}
.footer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .logo {
  width: 370px;
}
.footer .txt {
  padding-top: 10px;
}
.footer .link {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.footer .link li {
  position: relative;
  display: inline-block;
}
.footer .link li:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  background: #fff;
  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: 5% 0;
  }
  .footer * {
    font-size: 3.2vw;
  }
  .footer .inner {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 0;
  }
  .footer .logo {
    width: 48vw;
  }
  .footer .txt {
    padding-top: 5%;
  }
  .footer .link {
    margin-bottom: 5%;
  }
  .footer .link li:nth-child(n + 2)::before {
    left: -1.6em;
  }
  .footer .link li + li {
    margin-left: 3.2em;
  }
}
/* ------------------------------
*  main
------------------------------ */
.obi {
  position: relative;
  max-width: 100%;
  height: 150px;
  background-image: url("../img/img_obi.jpg");
  background-position: center center;
  z-index: 2;
}

.contents_wrap {
  position: relative;
  max-width: 929px;
  box-shadow: 0 0 4px 2px rgba(102, 102, 102, 0.3);
  background-color: #fff;
  margin: auto;
}

.common_head {
  background: url("../img/bg_ttl_common.jpg") no-repeat top center/cover;
  height: 640px;
}
.common_head .inner {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 56px;
}

@media screen and (max-width: 767px) {
  .obi {
    background-size: cover;
    background-position: left center;
    height: 19vw;
  }

  .contents_wrap {
    width: 100% !important;
  }

  .common_head {
    background: url("../img/bg_fv_sp.png") no-repeat top center/100% auto;
    height: 53.333vw;
  }
}
/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  position: relative;
  padding: 25px 0 87px;
}
.sec01 .contents_wrap {
  padding: 50px 16px 65px;
}
.sec01 .seminar_tbl {
  margin-bottom: 40px;
}
.sec01 .check_list {
  width: 100%;
  max-width: 894px;
  margin: 0 auto;
}
.sec01 .check_list li {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  border: 2px solid #002060;
  border-radius: 8px;
  font-size: 2.8rem;
  color: #141414;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 10px 0 60px;
  background: url("../img/icn_check_blue.png") no-repeat left 6px center/auto;
}
.sec01 .check_list li.wide {
  letter-spacing: 0.1em;
}
.sec01 .check_list li + li {
  margin-top: 18px;
}
.sec01 .movie_wrap {
  margin: 50px auto 35px;
}
.sec01 .movie_wrap .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.sec01 .movie_wrap .txt01 {
  font-size: 3.82rem;
}
.sec01 .movie_wrap .txt01 .sm {
  display: inline-block;
  font-size: 2.83rem;
  color: #141414;
  margin: 0 5px;
}
.sec01 .movie_wrap .fuki {
  background: url("../img/img_fuki_long.png") no-repeat center center/cover;
  width: 904px;
  height: 111px;
  font-size: 3.23rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 18px;
}
.sec01 .movie_wrap .movie {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.sec01 .movie_wrap .movie iframe {
  border: 0;
  width: 100%;
  max-width: 820px;
  height: 100%;
  aspect-ratio: 820 / 473;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8% 0;
    background: #3fbaff;
    background: linear-gradient(90deg, #3fbaff 0%, #2c64dc 100%);
  }
  .sec01 .contents_wrap {
    padding: 5% 3% 6%;
  }
  .sec01 .seminar_tbl {
    margin-bottom: 6%;
  }
  .sec01 .check_list {
    width: 100%;
    max-width: inherit;
  }
  .sec01 .check_list li {
    height: auto;
    font-size: 4.5vw;
    padding: 3% 3% 3% 12.8vw;
    background: url("../img/icn_check_blue.png") no-repeat left 1.6vw top 1.6vw/9.6vw;
    display: block;
    line-height: 1.5;
  }
  .sec01 .check_list li.wide {
    letter-spacing: normal;
  }
  .sec01 .check_list li + li {
    margin-top: 3%;
  }
  .sec01 .movie_wrap {
    margin: 6.8% auto 8%;
  }
  .sec01 .movie_wrap .txt01 {
    font-size: 6vw;
  }
  .sec01 .movie_wrap .txt01 .sm {
    font-size: 4.5vw;
  }
  .sec01 .movie_wrap .fuki {
    background-image: url("../img/img_fuki_long_sp.png");
    width: 100%;
    height: 100%;
    aspect-ratio: 692 / 257;
    font-size: 5vw;
    padding-top: 7.467vw;
  }
  .sec01 .movie_wrap .movie {
    margin-top: 5%;
  }
  .sec01 .movie_wrap .movie iframe {
    max-width: inherit;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  position: relative;
  background: #f1f6fa;
  padding: 86px 0 130px;
}
.sec02 .inner {
  padding: 0 50px;
}
.sec02 .flex.reverse {
  flex-direction: row-reverse;
}
.sec02 .ttl,
.sec02 .ttl * {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .075em;
  color: #141414;
}
.sec02 .ttl.ttl01,
.sec02 .ttl *.ttl01 {
  font-size: 5.6rem;
  line-height: calc(85.7/56);
  margin-bottom: 50px;
}
.sec02 .ttl.ttl02,
.sec02 .ttl *.ttl02 {
  font-size: 5rem;
  line-height: calc(85.7/50);
  margin-bottom: 75px;
}
.sec02 .ttl.ttl03,
.sec02 .ttl *.ttl03 {
  font-size: 5rem;
  line-height: calc(72/50);
  margin-bottom: 65px;
}
.sec02 .ttl.ttl04,
.sec02 .ttl *.ttl04 {
  margin-bottom: 60px;
}
.sec02 .ttl.ttl04 .txt01,
.sec02 .ttl *.ttl04 .txt01 {
  font-size: 6rem;
  line-height: calc(72/60);
  color: #086ae6;
  display: block;
  margin-bottom: 5px;
}
.sec02 .ttl.ttl04 .txt02,
.sec02 .ttl *.ttl04 .txt02 {
  font-size: 5rem;
  line-height: calc(72/50);
  display: block;
}
.sec02 .cont_box.box02 {
  margin-top: 92px;
}
.sec02 .cont_box.box03 {
  margin-top: 80px;
}
.sec02 .cont_box.box03 .flex {
  margin-top: 45px;
}
.sec02 .cont_box.box04 {
  margin-top: 90px;
}
.sec02 .cont_box p + p {
  margin-top: 24px;
}
.sec02 .cont_box p {
  letter-spacing: -.01em;
}
.sec02 .cont_box .img.img01 {
  margin: 73px auto 77px;
}
.sec02 .cont_box .img.img02 {
  margin: 0 0 60px 35px;
  padding-top: 5px;
}
.sec02 .cont_box .img.img03 {
  margin: 0 25px 45px 0;
}
.sec02 .merit_list {
  width: 100%;
  max-width: 856px;
  margin: 28px auto 0;
  border: 6px solid #086ae6;
  border-radius: 15px;
  background: #fff;
  padding: 30px 12px 40px 0;
}
.sec02 .merit_list li {
  position: relative;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #141414;
  line-height: calc(36/24);
  background: url("../img/icn_check_orange.png") no-repeat left 12px top/auto;
  padding: 10px 0 22px 70px;
}
.sec02 .merit_list li:not(:last-child)::before {
  position: absolute;
  content: "";
  border-bottom: 4px dotted #141414;
  width: calc(100% - 35px);
  height: 3px;
  bottom: 0;
  right: 10px;
}
.sec02 .merit_list li.-nrw {
  letter-spacing: -.02em;
}
.sec02 .merit_list li + li {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 8% 0;
  }
  .sec02 .inner {
    padding: 0 3%;
  }
  .sec02 .flex {
    display: block;
  }
  .sec02 .ttl.ttl01,
  .sec02 .ttl *.ttl01 {
    font-size: 7.4vw;
    margin-bottom: 5%;
    letter-spacing: .05em;
  }
  .sec02 .ttl.ttl02,
  .sec02 .ttl *.ttl02 {
    font-size: 6.4vw;
    margin-bottom: 5%;
  }
  .sec02 .ttl.ttl03,
  .sec02 .ttl *.ttl03 {
    font-size: 6.4vw;
    margin-bottom: 5%;
  }
  .sec02 .ttl.ttl04,
  .sec02 .ttl *.ttl04 {
    margin-bottom: 5%;
  }
  .sec02 .ttl.ttl04 .txt01,
  .sec02 .ttl *.ttl04 .txt01 {
    font-size: 7.4vw;
  }
  .sec02 .ttl.ttl04 .txt02,
  .sec02 .ttl *.ttl04 .txt02 {
    font-size: 6.4vw;
  }
  .sec02 .cont_box.box02 {
    margin-top: 12%;
  }
  .sec02 .cont_box.box03 {
    margin-top: 12%;
  }
  .sec02 .cont_box.box03 .flex {
    margin-top: 12%;
  }
  .sec02 .cont_box.box04 {
    margin-top: 14%;
  }
  .sec02 .cont_box p + p {
    margin-top: 5%;
  }
  .sec02 .cont_box .img.img01 {
    margin: 10% auto 10%;
  }
  .sec02 .cont_box .img.img02 {
    margin: 8% auto 8%;
    padding-top: 0;
    width: 60%;
  }
  .sec02 .cont_box .img.img03 {
    margin: 10% auto 8%;
    width: 80%;
  }
  .sec02 .merit_list {
    max-width: inherit;
    margin: 5% auto 0;
    border-width: 3px;
    border-radius: 8px;
    padding: 3% 1.6% 2.4% 0.8%;
  }
  .sec02 .merit_list li {
    font-size: 4vw;
    background: url("../img/icn_check_orange.png") no-repeat left 1.6vw top 0.8vw/9.6vw;
    padding: 2.667vw 0.8vw 4.8vw 12vw;
  }
  .sec02 .merit_list li:not(:last-child)::before {
    border-bottom-width: 2px;
    width: calc(100% - 5.333vw);
    height: 0.8vw;
    right: 2.4%;
  }
  .sec02 .merit_list li + li {
    margin-top: 3%;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  position: relative;
  background: #3fbaff;
  background: linear-gradient(90deg, #3fbaff 0%, #2c64dc 100%);
  padding: 58px 0 105px;
}
.sec03 .sec_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 54px;
}
.sec03 .sec_ttl span {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 5rem;
  line-height: calc(69.95/50.72);
  letter-spacing: -.03em;
}
.sec03 .detail {
  width: 100%;
  max-width: 855px;
  background: #fff;
  border-radius: 15px;
  padding: 10px 32px 14px;
  margin: auto;
}
.sec03 .detail + .detail {
  margin-top: 37px;
}
.sec03 .detail.detail01 {
  padding-bottom: 35px;
}
.sec03 .detail p {
  letter-spacing: -.01em;
}
.sec03 .detail p + p {
  margin-top: 23px;
}
.sec03 .flex.reverse {
  flex-direction: row-reverse;
}
.sec03 .tag {
  background: url("../img/img_fuki_short.png") no-repeat center top/auto;
  font-size: 3.44rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1;
  color: #fff;
  height: 87px;
  padding: 15px 0 0 0;
}
.sec03 .sub_ttl {
  font-size: 2.8rem;
  color: #141414;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.02em;
  margin-bottom: 30px;
}
.sec03 .img.img01 {
  margin: 5px 0 24px 24px;
}
.sec03 .img.img02 {
  margin: 5px 20px 24px 0;
}
.sec03 .img.img03 {
  margin: 5px 0 18px 20px;
}
.sec03 .txt p {
  letter-spacing: -.01em;
}
.sec03 .txt p + p {
  margin-top: 23px;
}
.sec03 .notes {
  font-size: 1.4rem;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 8% 0;
  }
  .sec03 .sec_ttl {
    margin-bottom: 8%;
    padding: 0 3%;
  }
  .sec03 .sec_ttl span {
    font-size: 6.5vw;
  }
  .sec03 .detail {
    max-width: 96%;
    border-radius: 8px;
    padding: 3% 3% 6%;
  }
  .sec03 .detail + .detail {
    margin-top: 5%;
  }
  .sec03 .detail.detail01 {
    padding-bottom: 6%;
  }
  .sec03 .detail.detail01 .flex {
    margin-bottom: 5%;
  }
  .sec03 .detail p + p {
    margin-top: 5%;
  }
  .sec03 .flex {
    display: block;
  }
  .sec03 .tag {
    background-size: cover;
    font-size: 4.8vw;
    width: 60%;
    height: auto;
    padding: 4.8% 0 0 0;
    aspect-ratio: 263/87;
    margin: auto;
  }
  .sec03 .sub_ttl {
    font-size: 4.4vw;
    margin-bottom: 5%;
  }
  .sec03 .img.img01, .sec03 .img.img02, .sec03 .img.img03 {
    margin: 5% auto;
    width: 68%;
  }
  .sec03 .txt p + p {
    margin-top: 5%;
  }
  .sec03 .notes {
    font-size: 3vw;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
  position: relative;
}
.sec04_body {
  background: #f7f9fc;
  padding: 23px 0 0;
}
.sec04 .lead {
  padding: 0 24px;
}
.sec04 .inner {
  padding: 54px 36px 118px;
}
.sec04 .inner p + p {
  margin-top: 28px;
}
.sec04 .sub_ttl {
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
  line-height: calc(72/55);
  letter-spacing: -.01em;
  margin: 68px auto 76px;
}
.sec04 .detail + .detail {
  margin-top: 48px;
}
.sec04 .detail_headline {
  margin: 0 0 30px -20px;
  display: flex;
  gap: 0 5px;
}
.sec04 .detail_headline .step {
  padding-top: 10px;
}
.sec04 .detail_headline .txt {
  font-size: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #1067fb;
  font-weight: 700;
  line-height: calc(72/48);
}
.sec04 .detail_flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0 28px;
}
.sec04 .detail_flex .img.img01 {
  padding: 0 40px 0 0;
}
.sec04 .detail_flex .img.img01 + .detail_txt {
  margin-top: 10px;
}
.sec04 .detail_flex .img.img02 {
  padding: 0 68px 0 68px;
}
.sec04 .detail_flex .img.img03 {
  padding: 24px 64px 60px 0;
}
.sec04 .detail_flex.reverse {
  flex-direction: row-reverse;
}
.sec04 .detail_txt p {
  letter-spacing: -.01em;
}
.sec04 .detail_txt p.nrw {
  letter-spacing: -.015em;
}
.sec04 .btn {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .sec04_body {
    padding: 6% 0 8%;
  }
  .sec04 .lead {
    padding: 0;
  }
  .sec04 .inner {
    padding: 5% 3% 0;
  }
  .sec04 .inner p + p {
    margin-top: 5%;
  }
  .sec04 .sub_ttl {
    font-size: 7.4vw;
    margin: 10% auto 5%;
  }
  .sec04 .detail + .detail {
    margin-top: 10%;
  }
  .sec04 .detail_headline {
    margin: 0 0 5% -1.6%;
  }
  .sec04 .detail_headline .step {
    padding-top: 0.8vw;
    width: 16.533vw;
  }
  .sec04 .detail_headline .txt {
    font-size: 6.4vw;
    flex: 1;
  }
  .sec04 .detail_flex {
    display: block;
    padding: 0 0 7.467vw;
  }
  .sec04 .detail_flex .img.img01 {
    padding: 0 0 5%;
    width: 80%;
    margin: 0 auto;
  }
  .sec04 .detail_flex .img.img01 + .detail_txt {
    margin-top: 0;
  }
  .sec04 .detail_flex .img.img02 {
    padding: 0 0 5%;
    width: 52%;
    margin: 0 auto;
  }
  .sec04 .detail_flex .img.img03 {
    padding: 0 0 5%;
    width: 80%;
    margin: 0 auto;
  }
  .sec04 .btn {
    margin-top: 10%;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  position: relative;
  padding: 72px 0 60px;
}
.sec05 .ttl {
  font-size: 5.5rem;
  line-height: calc(72/55);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #141414;
  margin-bottom: 32px;
}
.sec05 .lead {
  padding: 0 30px;
}
.sec05 .lead_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sec05 .lead_inner .img {
  width: 284px;
  flex: 1;
  margin-bottom: 10px;
}
.sec05 .lead_inner .name,
.sec05 .lead_inner .post {
  color: #141414;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.sec05 .lead_inner .name {
  font-size: 3.6rem;
  line-height: 1;
}
.sec05 .lead_inner .post {
  font-size: 2.4rem;
  line-height: calc(36/24);
  margin-top: 32px;
  margin-bottom: 44px;
}
.sec05 .lead_inner .post span {
  margin-right: 5px;
  display: inline-block;
}
.sec05 .lead_inner .txt {
  width: 585px;
  margin-top: 36px;
}
.sec05 .lead .txt_wrap {
  margin-top: 25px;
  padding-right: 10px;
}
.sec05 .lead p {
  letter-spacing: -.01em;
}
.sec05 .lead p + p {
  margin-top: 28px;
}
.sec05 .photo {
  padding: 60px 0 0;
}
.sec05 .photo_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}
.sec05 .photo_inner .img {
  text-align: center;
}
.sec05 .photo_inner .img.img01, .sec05 .photo_inner .img.img03 {
  width: 49%;
}
.sec05 .photo_inner .img.img02, .sec05 .photo_inner .img.img04 {
  width: 51%;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 8% 0;
  }
  .sec05 .ttl {
    font-size: 7.4vw;
    margin: 0 auto 5%;
  }
  .sec05 .lead {
    padding: 0 3%;
  }
  .sec05 .lead_inner {
    flex-direction: column;
  }
  .sec05 .lead_inner .img {
    width: 60%;
    margin: 0 auto 5%;
  }
  .sec05 .lead_inner .name {
    font-size: 6.2vw;
    line-height: 1;
    text-align: center;
  }
  .sec05 .lead_inner .post {
    font-size: 4.2vw;
    margin-top: 3%;
    margin-bottom: 5%;
  }
  .sec05 .lead_inner .post span {
    margin-right: 5px;
  }
  .sec05 .lead_inner .txt {
    width: 100%;
    margin-top: 5%;
  }
  .sec05 .lead .txt_wrap {
    padding-right: 0;
    margin-top: 5%;
  }
  .sec05 .lead p + p {
    margin-top: 5%;
  }
  .sec05 .photo {
    padding: 10% 0 0;
  }
  .sec05 .photo_inner {
    gap: 5vw 0;
    justify-content: space-between;
  }
  .sec05 .photo_inner .img.img01, .sec05 .photo_inner .img.img03 {
    width: 46%;
  }
  .sec05 .photo_inner .img.img01 img, .sec05 .photo_inner .img.img03 img {
    height: 30.667vw;
  }
  .sec05 .photo_inner .img.img02, .sec05 .photo_inner .img.img04 {
    width: 48%;
  }
  .sec05 .photo_inner .img.img02 img, .sec05 .photo_inner .img.img04 img {
    height: 30.667vw;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  position: relative;
  padding: 42px 0 130px;
}
.sec06 .ttl {
  font-size: 5.5rem;
  line-height: calc(72/55);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #141414;
  margin-bottom: 60px;
}
.sec06 .inner p + p {
  margin-top: 28px;
}
.sec06 .detail + .detail {
  margin-top: 48px;
}
.sec06 .detail_headline {
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.sec06 .detail_headline .reason {
  background: url("../img/bg_label.png") no-repeat center center/auto;
  width: 139px;
  height: 80px;
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.01em;
  line-height: 78px;
  text-align: center;
}
.sec06 .detail_headline .txt {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
  font-weight: 700;
  line-height: calc(72/36);
  margin-top: 0;
}
.sec06 .detail_flex {
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 0 25px;
}
.sec06 .detail_flex.reverse {
  flex-direction: row-reverse;
}
.sec06 .detail_flex .img.img01 + .detail_txt, .sec06 .detail_flex .img.img03 + .detail_txt {
  padding-left: 15px;
}
.sec06 .btn {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 5% 0 8%;
  }
  .sec06 .ttl {
    font-size: 7.4vw;
    margin-bottom: 8%;
  }
  .sec06 .inner p + p {
    margin-top: 5%;
  }
  .sec06 .detail + .detail {
    margin-top: 10%;
  }
  .sec06 .detail_headline {
    margin: 0 0 3% 0;
    flex-direction: column;
    align-items: center;
  }
  .sec06 .detail_headline .reason {
    background-size: cover;
    width: 24vw;
    height: auto;
    aspect-ratio: 139/80;
    font-size: 4.8vw;
    line-height: 2.8;
  }
  .sec06 .detail_headline .txt {
    flex: 1;
    font-size: 6.4vw;
    line-height: 1.5;
    text-align: center;
  }
  .sec06 .detail_flex {
    display: block;
    padding: 0 3%;
  }
  .sec06 .detail_flex .img {
    width: 80%;
    margin: 0 auto 5%;
  }
  .sec06 .detail_flex .img.img01 + .detail_txt, .sec06 .detail_flex .img.img03 + .detail_txt {
    padding-left: 0;
  }
  .sec06 .btn {
    margin-top: 10%;
  }
}
/* ------------------------------
*  sec07
------------------------------ */
.sec07 {
  position: relative;
  background: #f0f5fa;
  padding: 0 0 54px;
}
.sec07 .sec_ttl {
  height: 239px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 70px;
}
.sec07 .sec_ttl span {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 5rem;
  line-height: calc(69.95/50.72);
}
.sec07 .sec_ttl .txt01 {
  font-size: 3.6rem;
  letter-spacing: -.03em;
}
.sec07 .sec_ttl .txt02 {
  font-size: 6rem;
  letter-spacing: .05em;
}
.sec07 .voice {
  width: 100%;
  max-width: 855px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 14px 0 30px;
}
.sec07 .voice + .voice {
  margin-top: 64px;
}
.sec07 .voice .tag {
  background: url("../img/img_fuki_short.png") no-repeat center top/auto;
  font-size: 3.44rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1;
  color: #fff;
  height: 87px;
  padding: 15px 0 0 0;
}
.sec07 .voice .sub_ttl,
.sec07 .voice .name {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
  font-weight: 700;
  text-align: center;
}
.sec07 .voice .sub_ttl {
  font-size: 3.6rem;
  line-height: calc(48/36);
  margin-bottom: 28px;
  letter-spacing: .025em;
}
.sec07 .voice .name {
  font-size: 2.4rem;
  line-height: calc(28/24);
  margin-bottom: 40px;
}
.sec07 .voice .name .sm {
  font-size: 1.8rem;
}
.sec07 .voice .box {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 12px;
  padding: 0 30px;
  margin-bottom: 15px;
}
.sec07 .voice .box + p {
  padding: 0 30px;
}
.sec07 .voice .img img {
  width: 379px;
}
.sec07 .voice .txt {
  flex: 1;
}
.sec07 .voice p + p {
  margin-top: 28px;
}
.sec07 .voice .notes {
  font-size: 1.4rem;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  padding-right: 30px;
  margin-top: 20px;
}
.sec07 .btn {
  margin-top: 57px;
}

@media screen and (max-width: 767px) {
  .sec07 {
    padding: 0 0 8%;
  }
  .sec07 .sec_ttl {
    height: auto;
    margin-bottom: 5%;
    padding: 5% 0;
  }
  .sec07 .sec_ttl .txt01 {
    font-size: 6vw;
  }
  .sec07 .sec_ttl .txt02 {
    font-size: 8.6vw;
  }
  .sec07 .voice {
    max-width: inherit;
    border-radius: 10px;
    padding: 3% 0 5%;
    width: 96%;
  }
  .sec07 .voice + .voice {
    margin-top: 10%;
  }
  .sec07 .voice .tag {
    background-size: cover;
    font-size: 4.8vw;
    width: 60%;
    height: auto;
    padding: 4.8% 0 0 0;
    aspect-ratio: 263/87;
    margin: auto;
  }
  .sec07 .voice .sub_ttl {
    font-size: 6vw;
    margin-bottom: 3%;
    padding: 0 3%;
  }
  .sec07 .voice .name {
    font-size: 4.8vw;
    margin-bottom: 5%;
  }
  .sec07 .voice .name .sm {
    font-size: 3.6vw;
  }
  .sec07 .voice .box {
    display: block;
    padding: 0 3%;
    margin-bottom: 5%;
  }
  .sec07 .voice .box + p {
    padding: 0 3%;
  }
  .sec07 .voice .img {
    padding-bottom: 5%;
  }
  .sec07 .voice .img img {
    width: 80%;
  }
  .sec07 .voice p + p {
    margin-top: 5%;
  }
  .sec07 .voice .notes {
    font-size: 3vw;
    padding-right: 3%;
    margin-top: 5%;
  }
  .sec07 .btn {
    margin-top: 10%;
  }
}
/* ------------------------------
*  sec08
------------------------------ */
.sec08 {
  position: relative;
  padding: 38px 0 58px;
  background: #ccdff9;
}
.sec08 .contents_wrap {
  padding: 100px 46px 119px;
}
.sec08 .contents_wrap p + p {
  margin-top: 28px;
}
.sec08 .ttl {
  font-size: 6rem;
  line-height: calc(72/60);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #141414;
  letter-spacing: .075em;
  margin-bottom: 60px;
  white-space: nowrap;
}
.sec08 .img_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 56px auto 72px;
}
.sec08 .btn {
  margin-top: 63px;
}

@media screen and (max-width: 767px) {
  .sec08 {
    padding: 8% 0;
  }
  .sec08 .contents_wrap {
    padding: 6.8% 3% 8%;
  }
  .sec08 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec08 .ttl {
    font-size: 8.2vw;
    margin-bottom: 6.8%;
    white-space: normal;
  }
  .sec08 .img_wrap {
    margin: 6.8% auto;
  }
  .sec08 .img_wrap .img {
    width: 49%;
  }
  .sec08 .btn {
    margin-top: 10%;
  }
}
/* ------------------------------
*  sec09
------------------------------ */
.sec09 {
  position: relative;
  border-top: 5px solid #002060;
  background: url("../img/bg_sec10.jpg") no-repeat center top/cover;
  padding: 20px 0 90px;
}
.sec09 .contents_wrap {
  padding: 45px 20px 100px;
}
.sec09 .main_ttl {
  margin-bottom: 10px;
}
.sec09 .cont {
  padding: 0 18px;
}
.sec09 .cont p + p {
  margin-top: 25px;
}
.sec09 .flow_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 62px auto 80px;
}
.sec09 .flow_wrap .item {
  position: relative;
}
.sec09 .flow_wrap .item:not(:first-child)::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 18px;
  height: 25px;
  background: #ff4a10;
}
.sec09 .flow_wrap .item.item01 {
  padding-right: 35px;
}
.sec09 .flow_wrap .item.item01::before {
  top: 126px;
}
.sec09 .flow_wrap .item.item01 dt {
  padding-left: 10px;
}
.sec09 .flow_wrap .item.item02 {
  padding: 0 20px;
}
.sec09 .flow_wrap .item.item02::before {
  left: -13px;
  top: 140px;
}
.sec09 .flow_wrap .item.item02 dt {
  padding-left: 10px;
}
.sec09 .flow_wrap .item.item03 {
  padding-left: 35px;
}
.sec09 .flow_wrap .item.item03::before {
  left: 0;
  top: 140px;
}
.sec09 .flow_wrap .item.item03 dt {
  margin-left: -10px;
}
.sec09 .flow_wrap .item.item04 {
  padding: 32px 20px 0 30px;
}
.sec09 .flow_wrap .item.item04::before {
  left: 0;
  top: 174px;
}
.sec09 .flow_wrap .item.item05 {
  padding: 32px 0 0 30px;
}
.sec09 .flow_wrap .item.item05::before {
  left: 5px;
  top: 174px;
}
.sec09 .flow_wrap .item dt {
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding: 0 0 10px 0;
}
.sec09 .flow_wrap .num {
  width: 40px;
  line-height: 1;
}
.sec09 .flow_wrap .txt {
  font-family: "use-Corporate-b", sans-serif;
  font-size: 3.2rem;
  color: #0861e3;
  margin: 0;
}
.sec09 .flow_wrap .img img {
  width: 240px;
}
.sec09 .img_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px auto 52px;
}
.sec09 .btn {
  margin-top: 74px;
}
.sec09 .txt_wrap p {
  line-height: calc(24/17);
}
.sec09 .txt_wrap p + p {
  margin-top: 25px;
}
.sec09 .txt_wrap + .sub_ttl {
  margin-top: 72px;
}
.sec09 .form_ttl {
  margin: 97px auto 0;
}
.sec09 .sub_ttl {
  font-size: 4.3753rem;
  font-weight: 700;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #434344;
  border-bottom: 1px solid #434344;
  margin: 0 auto 42px;
}
.sec09 .seminar_tbl {
  margin-top: 52px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec09 {
    padding: 5% 0 8%;
  }
  .sec09_body {
    padding: 6% 5% 8%;
  }
  .sec09 .contents_wrap {
    padding: 6.8% 5% 8%;
  }
  .sec09 .main_ttl {
    margin-bottom: 3%;
    padding: 0 3%;
  }
  .sec09 .cont {
    padding: 0;
  }
  .sec09 .cont p + p {
    margin-top: 5%;
  }
  .sec09 .flow_wrap {
    margin: 8% auto 8%;
    flex-direction: column;
    gap: 10vw 0;
  }
  .sec09 .flow_wrap .item:not(:first-child)::before {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 4.267vw;
    height: 2.667vw;
    top: -5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec09 .flow_wrap .item.item01, .sec09 .flow_wrap .item.item02, .sec09 .flow_wrap .item.item03, .sec09 .flow_wrap .item.item04, .sec09 .flow_wrap .item.item05 {
    padding: 0;
  }
  .sec09 .flow_wrap .item.item01 dt, .sec09 .flow_wrap .item.item02 dt, .sec09 .flow_wrap .item.item03 dt, .sec09 .flow_wrap .item.item04 dt, .sec09 .flow_wrap .item.item05 dt {
    padding-left: 0;
  }
  .sec09 .flow_wrap .item dt {
    padding: 0 0 3% 0;
    justify-content: center;
  }
  .sec09 .flow_wrap .num {
    width: 10.667vw;
  }
  .sec09 .flow_wrap .txt {
    font-size: 4.8vw;
  }
  .sec09 .flow_wrap .img img {
    width: 68%;
  }
  .sec09 .img_wrap {
    margin: 8% auto;
  }
  .sec09 .img_wrap .img {
    width: 49%;
  }
  .sec09 .btn {
    margin-top: 10%;
  }
  .sec09 .txt_wrap {
    padding: 0;
  }
  .sec09 .txt_wrap p + p {
    margin-top: 5%;
  }
  .sec09 .txt_wrap + .sub_ttl {
    margin-top: 10%;
  }
  .sec09 .form_ttl {
    margin: 10% auto 3%;
  }
  .sec09 .sub_ttl {
    font-size: 6vw;
    line-height: 1.35;
    height: auto;
    display: flex;
    padding: 3% 0;
    margin: 0 auto 5%;
  }
  .sec09 .seminar_tbl {
    margin-top: 10%;
    margin-bottom: 5%;
  }
}
/* 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: #eaf2fa;
  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: 10px 8px 10px 18px;
  margin: 0 auto;
  font-size: 1.8rem;
}
.seminar_tbl table td.wide {
  padding: 25px 8px 25px 18px;
}
.seminar_tbl table td .sm {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.seminar_tbl table .list li {
  position: relative;
  font-size: 1.8rem;
  line-height: calc(32/18);
  padding-left: 1.5em;
}
.seminar_tbl table .list li::before {
  position: absolute;
  content: "●";
  color: #0f5bfb;
  left: 0;
  top: -.1em;
}

@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 .sm {
    font-size: 3.2vw;
  }
  .seminar_tbl table .list li {
    font-size: 3.4vw;
    padding-left: 1.3em;
  }
}
/* ------------------------------
*  policy
------------------------------ */
.form_policy {
  max-width: 790px;
  width: 100%;
  height: 220px;
  padding: 2% 3% 2% 2%;
  margin: 40px auto 30px;
  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;
}
.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: 5%;
    margin-bottom: 5%;
  }
  .form_policy p, .form_policy a, .form_policy dt, .form_policy dd, .form_policy li {
    font-size: 3.2vw !important;
  }
}
/* ------------------------------
*  orange form
------------------------------ */
.orange_form {
  position: relative;
  width: 100%;
  max-width: 810px;
  margin: 55px auto 0;
}
.orange_form iframe {
  border: none;
  border-style: inherit;
  height: 1260px;
}

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

@media screen and (max-width: 767px) {
  .fixbtn {
    padding: 3% 0;
  }
  .fixbtn .btn {
    width: 90.133%;
    margin: auto;
  }
  .fixbtn .btn a {
    padding-left: 8vw;
  }
}
/*--エラー用--*/
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: 3em;
  margin: 0 auto;
}
.thanksWrap .inner p {
  text-align: center;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .thanksWrap .wrap {
    padding: 8% 0 0;
  }

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

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

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

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

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

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

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