@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&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);
  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;
}

.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: 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_pink {
  color: #e2126f;
}

.color_pink2 {
  color: #e21291;
}

.color_pink3 {
  color: #fa0f99;
}

.color_pink4 {
  color: #e4106f;
}

.color_pink5 {
  color: #e21371;
}

.txt_grad {
  background: linear-gradient(to right, #fda110 0%, #fb0e9a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

.udl_pink2 {
  background: linear-gradient(transparent 88%, #fa1098 88%, #fa1098 92%, transparent 92%);
  color: #fa1098;
}

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

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

.mac .udl_pink2 {
  border-bottom: 1px solid #fa1098;
  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_pink {
    background: none;
    border-bottom: 1px solid #e21270;
    padding: .05em 0;
  }

  .udl_pink2 {
    background: none;
    border-bottom: 1px solid #fa1098;
    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
------------------------------ */
.alignleft {
  float: left;
}

.alignright {
  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;
}

@media screen and (min-width: 768px) {
  .btn {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    text-align: center;
  }
  .btn.btn_sp {
    width: 96vw;
    margin: 0 -2.667vw;
  }
}
/* ------------------------------
*  mv
------------------------------ */
#mv {
  width: 100%;
  position: relative;
  margin: auto;
}

.mv_wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}

.mv_ttl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
.mv_ttl img {
  width: 100%;
}

.mv_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 100%;
  max-width: 1008px;
  margin: 0;
}
.mv_btn a {
  display: block;
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .mv_btn {
    max-width: 63vw;
    bottom: 2.4vw;
  }
  .mv_btn a img {
    max-width: 37.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv_btn {
    max-width: inherit;
    padding-left: 180px;
    bottom: 20px;
  }
  .mv_btn a img {
    max-width: 387px;
  }
}

@media screen and (max-width: 767px) {
  .mv_wrap {
    height: auto;
    max-width: inherit;
    padding-top: 0;
  }
}
/* ------------------------------
*  footer
------------------------------ */
.footer {
  position: relative;
  padding: 74px 0;
  text-align: center;
  background: #fff;
}
.footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 22px;
  background: linear-gradient(to right, #e30c88 0%, #ce3ee2 100%);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer * {
  color: #111;
  font-size: 1.8rem;
  letter-spacing: -.01em;
}
.footer .inner {
  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 {
    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_pc.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;
}

@media screen and (max-width: 767px) {
  .obi {
    background-image: url("../img/img_obi_sp.jpg");
    background-size: cover;
    background-position: left center;
    height: 22.667vw;
  }

  .contents_wrap {
    width: 100% !important;
  }
}
/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  position: relative;
  padding: 70px 0 60px;
}
.sec01 .bg {
  position: relative;
  width: 100%;
  max-width: 899px;
  background: url("../img/bg_sec01.png") no-repeat left -10px top/100% 100%;
  padding: 50px 0 150px;
  margin: 0 auto;
}
.sec01 .ttl {
  line-height: 1;
  margin-bottom: 50px;
}
.sec01 .cont01 {
  position: relative;
  width: 950px;
  margin: 0 -25px 20px;
}
.sec01 .cont01 .img {
  position: absolute;
  left: -210px;
  top: 0;
}
.sec01 .cont01 .check_list {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 255px;
}
.sec01 .cont01 .check_list ul {
  position: relative;
  width: 100%;
  top: -38px;
}
.sec01 .cont01 .check_list li + li {
  margin-top: 22px;
}
.sec01 .cont01 .check_list .icn svg {
  position: relative;
  fill: #e2126f;
  width: 29px;
  height: 29px;
  top: 0;
  margin-right: .4em;
}
.sec01 .cont01 .check_list .txt {
  display: inline-block;
  background: #fff;
  padding: 0.13em 0.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.5;
  white-space: nowrap;
}
.sec01 .cont01 .check_list .txt + span {
  margin-top: -8px;
}
.sec01 .cont01 .check_list .txt.wide {
  letter-spacing: .075em;
}
.sec01 .cont01 .check_list .txt.nrw {
  letter-spacing: -.04em;
}
.sec01 .cont01 .check_list li.list01 .txt:nth-child(2) {
  margin-left: 202px;
  width: 443px;
}
.sec01 .cont01 .check_list li.list02 .txt:nth-child(1) {
  letter-spacing: .015em;
}
.sec01 .cont01 .check_list li.list03 .txt:nth-child(1) {
  padding-right: 1.8em;
}
.sec01 .cont01 .check_list li.list03 .txt:nth-child(2) {
  margin-left: 98px;
  width: 546px;
}
.sec01 .cont01 .check_list li.list05 .txt:nth-child(2) {
  margin-left: 328px;
  width: 317px;
  padding-left: 1em;
}
.sec01 .cont02 {
  padding: 0 40px;
}
.sec01 .cont02 > p {
  letter-spacing: -.02em;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 5% 0 2%;
  }
  .sec01 .bg {
    max-width: inherit;
    background-position: center top;
    background-size: cover;
    padding: 8% 0 14%;
  }
  .sec01 .ttl {
    width: 90%;
    margin: 0 auto 5%;
  }
  .sec01 .cont01 {
    width: 100%;
    margin: 0 auto 5%;
    display: flex;
    flex-direction: column-reverse;
  }
  .sec01 .cont01 .img {
    position: relative;
    left: auto;
    top: auto;
    width: 80%;
    margin: 0 auto;
  }
  .sec01 .cont01 .check_list {
    width: 95%;
    margin: 0 auto 5%;
    padding: 0;
  }
  .sec01 .cont01 .check_list ul {
    top: 0;
  }
  .sec01 .cont01 .check_list li + li {
    margin-top: 5%;
  }
  .sec01 .cont01 .check_list li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .sec01 .cont01 .check_list li.list01 .txt:nth-child(2) {
    margin-left: 4em;
    margin-right: 1em;
    width: auto;
  }
  .sec01 .cont01 .check_list li.list03 .txt:nth-child(2) {
    margin-left: 2em;
    margin-right: 1em;
    width: auto;
  }
  .sec01 .cont01 .check_list li.list05 .txt:nth-child(2) {
    margin-left: 9em;
    margin-right: 1em;
    width: auto;
  }
  .sec01 .cont01 .check_list .icn svg {
    width: 4.8vw;
    height: 4.8vw;
  }
  .sec01 .cont01 .check_list .txt {
    font-size: 4.2vw;
    padding: 0.3em 0.5em 0.4em;
    line-height: 1.4;
  }
  .sec01 .cont01 .check_list .txt + span {
    margin-top: -2vw;
  }
  .sec01 .cont02 {
    padding: 0 3%;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  position: relative;
}
.sec02::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #fc0a93 0%, #e442f8 100%);
  width: 100%;
  height: 270px;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec02 .bg {
  position: relative;
  width: 100%;
  background: url("../img/bg_sec02.png") no-repeat center top 270px/cover;
  padding: 55px 0 24px;
  margin: 0 auto;
  overflow: hidden;
}
.sec02 .txt_deco {
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26rem;
  letter-spacing: -.01em;
  line-height: 1;
  text-align: center;
  background: linear-gradient(to right, #ffd7e9 0%, #ffdae5 7%, #ffe8d3 27%, #ffead0 37%, #ffe4d5 42%, #ffd7e4 50%, #ffd5ec 55%, #f7daf1 61%, #e5ebf8 70%, #dcf3fb 76%, #dcf3fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.36;
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .sec02 .txt_deco {
    font-size: clamp(11.8rem, calc(-1.3rem + 17vw), 26rem);
  }
}
.sec02 .contents_wrap {
  position: relative;
  padding: 23px 0 80px;
  z-index: 2;
}
.sec02 .ttl_deco {
  margin: 0 auto -10px;
  line-height: 1;
}
.sec02 .ttl.ttl01 {
  margin-bottom: 40px;
}
.sec02 .ttl.ttl02 {
  margin-bottom: 60px;
}
.sec02 .ttl span {
  display: inline-block;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.01em;
  line-height: 1.4;
}
.sec02 .ttl span.txt01 {
  font-size: 4.2rem;
}
.sec02 .ttl span.txt02 {
  font-size: 5.85rem;
}
.sec02 .inner {
  padding: 0 28px;
  overflow: hidden;
}
.sec02 .inner + .inner {
  margin-top: 40px;
}
.sec02 .inner p + p {
  margin-top: 25px;
}
.sec02 .inner .alignleft {
  margin-right: 30px;
  margin-left: -5px;
  margin-bottom: 36px;
}
.sec02 .inner .alignright {
  margin-left: 23px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.sec02 .check_list {
  width: 100%;
  padding: 0 10px;
}
.sec02 .check_list li {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.sec02 .check_list li + li {
  margin-top: 6px;
}
.sec02 .check_list li svg {
  position: relative;
  fill: #2c5159;
  width: 29px;
  height: 29px;
  top: 0.2em;
  margin-right: .5em;
}
.sec02 .check_list.blue {
  margin: 0 auto 32px;
}
.sec02 .check_list.blue li svg {
  fill: #2c5159;
}
.sec02 .check_list.pink {
  margin: 0 auto 42px;
}
.sec02 .check_list.pink li svg {
  fill: #fa1198;
}

@media screen and (max-width: 767px) {
  .sec02::before {
    height: 37.333vw;
  }
  .sec02 .bg {
    background-position: center top 37.333vw;
    padding: 8% 0;
  }
  .sec02 .txt_deco {
    font-size: 16.267vw;
    bottom: -3.2vw;
  }
  .sec02 .contents_wrap {
    padding: 5% 3% 6%;
  }
  .sec02 .ttl_deco {
    width: 50%;
    margin-bottom: 1.5%;
  }
  .sec02 .ttl {
    margin-bottom: 5% !important;
  }
  .sec02 .ttl span {
    line-height: 1.25;
  }
  .sec02 .ttl span.txt01 {
    font-size: 5.8vw;
  }
  .sec02 .ttl span.txt02 {
    font-size: 8.2vw;
    margin-top: -1.2%;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .inner + .inner {
    margin-top: 10%;
  }
  .sec02 .inner p + p {
    margin-top: 5%;
  }
  .sec02 .inner .alignleft,
  .sec02 .inner .alignright {
    margin: 5% auto;
    width: 80%;
    float: none;
  }
  .sec02 .check_list {
    width: 100%;
    margin: 5% auto !important;
    padding: 0;
  }
  .sec02 .check_list li {
    font-size: 4vw;
    line-height: 1.4;
    text-indent: -1.7em;
    padding-left: 2em;
  }
  .sec02 .check_list li + li {
    margin-top: 3%;
  }
  .sec02 .check_list li svg {
    width: 4.8vw;
    height: 4.8vw;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  position: relative;
}
.sec03_head .ttl {
  margin: 0 auto !important;
  line-height: 0;
  text-align: center;
  background: #141416;
}
.sec03_head .ttl img {
  max-width: 100%;
}
.sec03_body {
  background: url("../img/bg_sec03_body.jpg") no-repeat center top/cover;
  padding: 23px 0 85px;
}
.sec03 .contents_wrap {
  margin-top: -150px;
  padding: 60px 34px 80px;
}
.sec03 .contents_wrap p {
  letter-spacing: -.01em;
}
.sec03 .contents_wrap p + p {
  margin-top: 28px;
}
.sec03 .detail + .detail {
  margin-top: 68px;
}
.sec03 .detail_headline {
  display: flex;
  gap: 0 15px;
}
.sec03 .detail_headline .step {
  margin-left: -1rem;
}
.sec03 .detail_headline div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec03 .detail_headline .txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #1b202d;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.3;
  white-space: nowrap;
}
.sec03 .detail_headline .txt.indent {
  margin-left: -0.5em;
}
.sec03 .detail_headline .txt.txt01 {
  font-size: 3rem;
}
.sec03 .detail_headline .txt.txt01_l {
  font-size: 3.6rem;
}
.sec03 .detail_headline .txt.txt02 {
  font-size: 4.5rem;
}
.sec03 .detail_headline.headline01 {
  margin-bottom: 30px;
}
.sec03 .detail_headline.headline02 {
  margin-bottom: 50px;
}
.sec03 .detail_headline.headline03 {
  margin-bottom: 50px;
}
.sec03 .detail_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec03 .detail_flex .img.img01 {
  padding: 5px 0 20px 16px;
}
.sec03 .detail_flex .img.img02 {
  padding: 20px 28px 30px 0;
}
.sec03 .detail_flex .img.img03 {
  padding: 10px 28px 32px 0;
}
.sec03 .detail_flex.reverse {
  flex-direction: row-reverse;
}
.sec03 .ttl {
  margin-top: 68px;
  margin-bottom: 68px;
}
.sec03 .ttl span {
  display: inline-block;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.01em;
  line-height: 1.4;
}
.sec03 .ttl span.txt01 {
  font-size: 4.2rem;
}
.sec03 .ttl span.txt02 {
  font-size: 5.85rem;
}
.sec03 .btn {
  margin-top: 72px;
}
.sec03 .marker {
  background: linear-gradient(transparent 67%, #f9d9e7 67%, #f9d9e7 96%, transparent 96%);
}

@media screen and (max-width: 767px) {
  .sec03_body {
    padding: 5% 0 6%;
  }
  .sec03 .contents_wrap {
    margin-top: -16vw;
    padding: 5% 3% 6%;
  }
  .sec03 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec03 .detail:nth-of-type(1) {
    margin-top: 10%;
  }
  .sec03 .detail + .detail {
    margin-top: 10%;
  }
  .sec03 .detail_headline {
    flex-direction: column;
    align-items: center;
    gap: 5px 0 !important;
    margin-bottom: 6.2% !important;
  }
  .sec03 .detail_headline .step {
    padding-top: 0;
    width: 18.133vw;
  }
  .sec03 .detail_headline .txt {
    white-space: normal;
    text-align: center;
  }
  .sec03 .detail_headline .txt.txt01 {
    font-size: 5.6vw;
  }
  .sec03 .detail_headline .txt.txt01_l {
    font-size: 6vw;
  }
  .sec03 .detail_headline .txt.txt02 {
    font-size: 6.4vw;
  }
  .sec03 .detail_flex {
    display: block;
  }
  .sec03 .detail_flex .img {
    padding: 0 0 5% !important;
    width: 80%;
    margin: 0 auto !important;
  }
  .sec03 .detail_flex.reverse {
    flex-direction: row-reverse;
  }
  .sec03 .ttl {
    margin-top: 0 !important;
    margin-bottom: 5% !important;
  }
  .sec03 .ttl span {
    line-height: 1.25;
  }
  .sec03 .ttl span.txt01 {
    font-size: 6.4vw;
  }
  .sec03 .ttl span.txt02 {
    font-size: 8.2vw;
  }
  .sec03 .btn {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
  position: relative;
  background: #f6eaec;
  padding: 0 0 85px;
}
.sec04 .sec_ttl {
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 52px;
  background: linear-gradient(to right, #fc0a93 0%, #e442f8 100%);
}
.sec04 .contents_wrap {
  padding: 48px 34px;
  background: #fafafa;
}
.sec04 .contents_wrap + .contents_wrap {
  margin-top: 58px;
}
.sec04 .sub_ttl {
  text-align: center;
}
.sec04 .sub_ttl span {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.sec04 .name_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  margin: 20px auto 48px;
}
.sec04 .name_wrap.wide {
  margin: 24px auto 34px;
}
.sec04 .name_wrap * {
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  line-height: 1;
  font-weight: 500;
}
.sec04 .name_wrap .pos {
  font-size: 2.4rem;
}
.sec04 .name_wrap .name {
  font-size: 3.6rem;
}
.sec04 .name_wrap .name .sm {
  font-size: 2.35rem;
  font-weight: 500;
}
.sec04 .img {
  margin-bottom: 40px;
}
.sec04 .txt {
  margin-top: 40px;
  letter-spacing: -.02em;
}
.sec04 .item {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 2px;
  background: #fff;
  border: 2px solid #111;
  margin: 0 auto;
}
.sec04 .item.item01 dt {
  background: #2c5159;
}
.sec04 .item.item02 {
  margin-top: 10px;
}
.sec04 .item.item02 dt {
  background: #e2126f;
}
.sec04 .item dt {
  width: 98px;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: .3em 0 .4em;
}
.sec04 .item dd {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  flex: 1;
}
.sec04 .movie {
  text-align: center;
  margin: 40px auto 0;
}
.sec04 .movie iframe {
  border: none;
  width: 480px;
  height: 100%;
  aspect-ratio: 560 / 315;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 0 0 8%;
  }
  .sec04 .sec_ttl {
    height: auto;
    min-height: 15.467vw;
    padding: 3%;
    margin-bottom: 5%;
  }
  .sec04 .sec_ttl img {
    width: 52%;
  }
  .sec04 .contents_wrap {
    padding: 5% 3% 6%;
  }
  .sec04 .contents_wrap + .contents_wrap {
    margin-top: 5%;
  }
  .sec04 .sub_ttl span {
    font-size: 6vw;
  }
  .sec04 .name_wrap {
    flex-direction: column;
    gap: 5px 0;
    margin: 2% auto 5% !important;
  }
  .sec04 .name_wrap .pos {
    font-size: 4vw;
  }
  .sec04 .name_wrap .name {
    font-size: 4.8vw;
  }
  .sec04 .name_wrap .name .sm {
    font-size: 3.8vw;
  }
  .sec04 .img {
    margin-bottom: 5%;
  }
  .sec04 .txt {
    margin-top: 5%;
  }
  .sec04 .item {
    align-items: flex-start;
    padding: 1.5%;
    gap: 0 3vw;
  }
  .sec04 .item dt {
    width: 18.667vw;
    font-size: 4vw;
  }
  .sec04 .item dd {
    font-size: 3.8vw;
    padding-right: 1.5%;
  }
  .sec04 .movie {
    margin-top: 5%;
  }
  .sec04 .movie iframe {
    width: 100%;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  position: relative;
}
.sec05_head .common_ttl {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
  background: #141416;
}
.sec05_head .common_ttl img {
  max-width: 100%;
}
.sec05_body {
  background: url("../img/bg_sec05_body.jpg") no-repeat center top/cover;
  padding: 42px 0 85px;
}
.sec05 .contents_wrap {
  margin-top: -160px;
  padding: 42px 25px 60px;
}
.sec05 .contents_wrap p {
  letter-spacing: -.01em;
}
.sec05 .contents_wrap p + p {
  margin-top: 28px;
}
@media screen and (max-width: 1600px) {
  .sec05 .contents_wrap {
    margin-top: -9.8vw;
  }
}
.sec05 .ttl {
  text-align: center;
  margin: 0 auto 35px;
}
.sec05 .ttl span {
  display: inline-block;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
.sec05 .ttl span.txt01 {
  font-size: 4.9rem;
}
.sec05 .ttl span.txt02 {
  font-size: 6.82rem;
}
.sec05 .ttl span.txt03 {
  font-size: 6.1rem;
}
.sec05 .ttl + p {
  white-space: nowrap;
  letter-spacing: -.02em;
}
.sec05 .img_col2 {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin: 32px auto;
}
.sec05 .check_list {
  margin: 40px 0;
}
.sec05 .check_list li {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 1.3em;
}
.sec05 .check_list li::before {
  position: absolute;
  content: "●";
  color: #fa0f99;
  left: 0;
  top: 0;
}
.sec05 .work_box {
  max-width: 876px;
  margin: 50px auto 80px;
  background: linear-gradient(to right, #feddf0 0%, #ffac8b 100%);
  padding: 16px;
}
.sec05 .work_box_inner {
  background: #fff;
  padding: 44px 21px 40px;
}
.sec05 .detail + .detail {
  margin-top: 38px;
}
.sec05 .detail_flex {
  display: flex;
  justify-content: space-between;
}
.sec05 .detail_flex .img.img01 {
  padding: 5px 0 0 20px;
}
.sec05 .detail_flex .img.img02 {
  padding: 0 21px 24px 0;
}
.sec05 .detail_flex.reverse {
  flex-direction: row-reverse;
}
.sec05 .detail_flex.detail01 {
  margin-bottom: 20px;
}
.sec05 .detail .icn {
  line-height: 0;
}
.sec05 .detail .work_ttl {
  position: relative;
  font-size: 6rem;
  color: #1b202d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.sec05 .detail .work_ttl::before {
  position: absolute;
  content: "";
  background: url("../img/img_sec05_marker.png") no-repeat center center/contain;
  width: 459px;
  height: 30px;
  left: 51%;
  transform: translateX(-51%);
}
.sec05 .detail .work_ttl.ttl01 {
  line-height: 1.2;
  margin-bottom: 90px;
  margin-top: 5px;
}
.sec05 .detail .work_ttl.ttl01::before {
  bottom: -40px;
}
.sec05 .detail .work_ttl.ttl02 {
  line-height: 0.9;
  margin-bottom: 90px;
  margin-top: 24px;
}
.sec05 .detail .work_ttl.ttl02::before {
  bottom: -50px;
}
.sec05 .detail .work_ttl .sm {
  font-size: 3.6rem;
}
.sec05 .profile_box {
  width: 100%;
  padding-left: 28px;
  padding-top: 10px;
}
.sec05 .profile_box .img {
  position: relative;
}
.sec05 .profile_box .img::before {
  position: absolute;
  content: "";
  background: url("../img/txt_sec05_name_en.png") no-repeat center center/contain;
  width: 284px;
  height: 154px;
  bottom: -118px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.sec05 .profile_box .detail_flex {
  margin-bottom: 28px;
  align-items: flex-start;
}
.sec05 .profile_box .dot {
  margin-right: .2em;
}
.sec05 .profile_name {
  line-height: 0;
  margin: 10px 0 45px 18px;
}
.sec05 .message_box {
  width: 100%;
  max-width: 789px;
  box-shadow: 0 0 21px 0px rgba(0, 0, 0, 0.4);
  margin: 60px auto 0;
  background: url("../img/bg_note.png") no-repeat center top/100%;
  padding: 34px 30px 34px;
}
.sec05 .message_box p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .05em;
}
.sec05 .message_box p + p {
  margin-top: 30px;
}
.sec05 .message_box p.sign {
  text-align: right;
  margin: 40px 42px 0 0;
}
.sec05 .message_ttl {
  line-height: 0;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .sec05_body {
    padding: 5% 0 6%;
  }
  .sec05 .contents_wrap {
    margin-top: -16vw;
    padding: 5% 3% 6%;
  }
  .sec05 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec05 .ttl {
    margin: 0 auto 5%;
  }
  .sec05 .ttl span {
    line-height: 1.25;
  }
  .sec05 .ttl span.txt01 {
    font-size: 5.8vw;
  }
  .sec05 .ttl span.txt02 {
    font-size: 8.2vw;
    margin-top: -1.2%;
  }
  .sec05 .ttl span.txt03 {
    font-size: 8.2vw;
  }
  .sec05 .ttl + p {
    white-space: normal;
  }
  .sec05 .img_col2 {
    gap: 0;
    margin: 5% auto;
  }
  .sec05 .img_col2 .img img {
    max-height: 28.267vw;
  }
  .sec05 .check_list {
    margin: 5% 0;
  }
  .sec05 .check_list li {
    font-size: 4vw;
  }
  .sec05 .work_box {
    max-width: inherit;
    margin: 6% auto 8%;
    padding: 3%;
  }
  .sec05 .work_box_inner {
    padding: 6.8% 3% 6%;
  }
  .sec05 .detail + .detail {
    margin-top: 10%;
  }
  .sec05 .detail_flex {
    flex-direction: column !important;
  }
  .sec05 .detail_flex .img {
    width: 80%;
    margin: 0 auto;
  }
  .sec05 .detail_flex .img.img01 {
    padding: 5% 0;
  }
  .sec05 .detail_flex .img.img02 {
    padding: 5% 0;
  }
  .sec05 .detail_flex .img.img02 + .detail_txt {
    padding-top: 0;
  }
  .sec05 .detail .icn {
    width: 32vw;
    margin: 0 auto 3%;
  }
  .sec05 .detail .work_ttl {
    margin-top: 0 !important;
    margin-bottom: 8% !important;
    font-size: 6vw;
    line-height: 1.25 !important;
  }
  .sec05 .detail .work_ttl::before {
    width: 58.667vw;
    height: 3.733vw;
    bottom: -6vw !important;
  }
  .sec05 .detail .work_ttl .sm {
    font-size: 4.8vw;
  }
  .sec05 .profile_box {
    width: 100%;
    padding: 0;
  }
  .sec05 .profile_box .img {
    padding: 0 0 5%;
  }
  .sec05 .profile_box .img::before {
    width: 34.667vw;
    height: 18.667vw;
    bottom: -9.6vw;
  }
  .sec05 .profile_box .detail_flex {
    margin-bottom: 5%;
    flex-direction: column;
  }
  .sec05 .profile_name {
    margin: 18% auto 5%;
  }
  .sec05 .profile_name img {
    width: 26.667vw;
    margin: 0;
  }
  .sec05 .message_box {
    max-width: inherit;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
    margin: 8% auto 0;
    background-image: url("../img/bg_note_sp.png");
    background-size: cover;
    padding: 6.8% 3% 3%;
  }
  .sec05 .message_box p {
    line-height: 1.8;
  }
  .sec05 .message_box p + p {
    margin-top: 8%;
  }
  .sec05 .message_box p.sign {
    margin: 8% 1.5% 0;
  }
  .sec05 .message_box p.sign img {
    display: inline-block;
    width: 100px;
    margin: 0 auto;
  }
  .sec05 .message_ttl {
    width: 65%;
    margin: 0 auto 6.5%;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  position: relative;
}
.sec06_head .common_ttl {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
  background: #141416;
}
.sec06_head .common_ttl img {
  max-width: 100%;
}
.sec06_body {
  background: #f6eaec;
  padding: 36px 0 48px;
}
.sec06 .sec_ttl {
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: linear-gradient(to right, #fc0a93 0%, #e442f8 100%);
}
.sec06 .contents_wrap {
  margin-top: -159px;
  padding: 36px 45px 50px;
}
.sec06 .contents_wrap p {
  font-size: 1.7rem;
  line-height: calc(28/17);
  letter-spacing: -.01em;
}
.sec06 .contents_wrap p + p {
  margin-top: 25px;
}
@media screen and (max-width: 1600px) {
  .sec06 .contents_wrap {
    margin-top: -9.937vw;
  }
}
.sec06 .sub_ttl {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin: 94px 0 20px;
}
.sec06 .seminar_tbl {
  margin-top: 40px;
  margin-bottom: 52px;
}
.sec06 .seminar_tbl + p {
  font-size: 1.8rem;
  line-height: calc(32/18);
}

@media screen and (max-width: 767px) {
  .sec06_body {
    padding: 5% 0 6%;
  }
  .sec06 .contents_wrap {
    margin-top: -16vw;
    padding: 5% 3% 6%;
  }
  .sec06 .contents_wrap p {
    font-size: 3.8vw;
    line-height: 1.5;
  }
  .sec06 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec06 .sec_ttl {
    height: auto;
    min-height: 15.467vw;
    padding: 3%;
  }
  .sec06 .sec_ttl img {
    width: 90%;
  }
  .sec06 .sub_ttl {
    font-size: 5.8vw;
    margin: 8% 0 5%;
  }
  .sec06 .seminar_tbl {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .sec06 .seminar_tbl + p {
    font-size: 3.8vw;
    line-height: 1.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;
  line-height: calc(24/18);
}
.seminar_tbl table th {
  padding: 6px 0 5px;
  background-color: #fde8eb;
  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: 13px 8px 12px 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(36/18);
}

@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;
  }
}
/* ------------------------------
*  policy
------------------------------ */
.form_policy {
  max-width: 790px;
  width: 100%;
  height: 220px;
  padding: 2% 3% 2% 2%;
  margin: 40px auto 45px;
  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: 0 auto;
}
.orange_form iframe {
  border: none;
  border-style: inherit;
  height: 1200px;
}

@media screen and (max-width: 767px) {
  .orange_form {
    width: 98%;
    margin-top: 0;
  }
  .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: 96%;
    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: 3em 3em 5em;
  margin: 0 auto;
}

.thanksWrap .inner p:not([class]) {
  text-align: center;
  font-size: 1.8rem;
}

.thanksWrap .sub_ttl {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 80px;
}

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

.thanksWrap .finish {
  background: #F7F7F7;
  padding: 20px 20px;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: .075em;
  width: 100%;
  margin: 0 auto;
  color: #000;
}

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

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

  .thanksWrap .inner p:not([class]) {
    font-size: 4vw;
  }

  .thanksWrap .sub_ttl {
    font-size: 7vw;
    margin-bottom: 10%;
  }

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

  .thanksWrap .finish {
    padding: 3%;
    font-size: 7.6vw;
    width: 90%;
  }
}
