@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  line-height: 1.5;
  color: #333333;
  font-variant-east-asian: proportional-width; /* or font-feature-settings: "palt"; */
  -webkit-text-size-adjust: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  vertical-align: middle;
}

/* common */
.u-sp-show {
  display: none !important;
}

.u-sp-hide {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .u-sp-show {
    display: block !important;
  }
  .u-sp-hide {
    display: none !important;
  }
}
.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-underline {
  text-decoration: underline;
}

.u-text-orange {
  color: #ff8800;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

sup {
  font-size: 0.4em;
}

.l-section {
  width: 100%;
}
.l-section__inner {
  width: 830px;
  margin: 0 auto;
}
@media (max-width: 870px) {
  .l-section__inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-section__inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

h3.h3_green {
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  padding-left: 1em;
  background: #009cc6;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h3.h3_green {
    text-align: center;
    font-size: 5.333vw;
    padding: 5px;
    height: auto;
    line-height: 1.2;
  }
}

.mainvisual {
  width: 100%;
  background: url(../images/mainvisual_bg.png) center top -50px no-repeat;
  background-size: cover;
}
@media (max-width: 993px) {
  .mainvisual {
    background: url(../images/mainvisual_bg.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    background: none;
  }
}
.mainvisual__inner {
  max-width: 993px;
  width: 100%;
  height: 545px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 993px) {
  .mainvisual__inner {
    height: auto;
    aspect-ratio: 993/545;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__inner {
    max-width: 100%;
    aspect-ratio: 375/596;
  }
}
.mainvisual__inner .copy {
  position: absolute;
  top: 37px;
}
@media (max-width: 993px) {
  .mainvisual__inner .copy {
    top: 3.726vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__inner .copy {
    position: relative;
    top: 0;
    z-index: 1;
  }
}
.mainvisual__inner .btn {
  position: absolute;
  top: 454px;
  left: 466px;
  width: 90px;
  z-index: 2;
}
@media (max-width: 993px) {
  .mainvisual__inner .btn {
    top: 45.72vw;
    left: 46.928vw;
    width: 9.063vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__inner .btn {
    display: block;
    position: absolute;
    top: 92.711vw;
    left: 75.378vw;
    width: 18.667vw;
  }
}
.mainvisual h1 {
  display: none;
}

.feature-top {
  background: #fff063;
}
.feature-top .l-section__inner {
  width: 860px;
  padding: 40px 0 20px;
}
@media (max-width: 890px) {
  .feature-top .l-section__inner {
    width: 100%;
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .feature-top .l-section__inner {
    width: calc(100% - 40px);
    margin: -6.4vw 20px 0;
    padding: 40px 0 20px;
  }
}
.feature-top .btn_apply_01 {
  width: 500px;
  height: 76px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f61e5e), to(#ff7d6e));
  background: linear-gradient(0deg, #f61e5e, #ff7d6e);
  border-radius: 50px;
  border: #fff solid 5px;
  margin: 0 auto 30px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 890px) {
  .feature-top .btn_apply_01 {
    width: 56.18vw;
    height: 8.539vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top .btn_apply_01 {
    width: 82.667vw;
    height: 13.333vw;
    margin: 0 auto 6.133vw;
  }
}
.feature-top .btn_apply_01 span {
  display: inline-block;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  padding: 0 2.5em;
  position: relative;
}
@media (max-width: 890px) {
  .feature-top .btn_apply_01 span {
    font-size: 3.371vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top .btn_apply_01 span {
    padding: 0 2em;
    font-size: 5.333vw;
  }
}
.feature-top .btn_apply_01 span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-width: 20px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .feature-top .btn_apply_01 span::before {
    border-width: 3.467vw 2.133vw 0 2.133vw;
  }
}
.feature-top .btn_apply_01 span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-width: 20px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .feature-top .btn_apply_01 span::after {
    border-width: 3.467vw 2.133vw 0 2.133vw;
  }
}
.feature-top__list {
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 55px;
}
@media (max-width: 890px) {
  .feature-top__list {
    grid-template-columns: 52.809vw 1fr;
    gap: 4.18vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.333vw;
  }
}
.feature-top__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-top__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.feature-top__list li .number {
  display: block;
  width: 100px;
  margin-right: 20px;
}
@media (max-width: 890px) {
  .feature-top__list li .number {
    width: 11.236vw;
    margin-right: 2.247vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list li .number {
    width: 24vw;
    margin-right: 0;
    margin-bottom: 5.333vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list li.point01 {
    padding-bottom: 20px;
    border-bottom: #333 dotted 2px;
  }
}
.feature-top__list li.point01::after {
  position: absolute;
  top: 10px;
  right: -24px;
  content: "";
  width: 4px;
  height: 245px;
  background: url(../images/feature_point_line.png) no-repeat;
  background-size: contain;
}
@media (max-width: 890px) {
  .feature-top__list li.point01::after {
    top: 1.124vw;
    right: -1.697vw;
    width: 0.449vw;
    height: 27.528vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list li.point01::after {
    content: none;
  }
}
.feature-top__list li.point01 .col {
  width: 340px;
}
@media (max-width: 890px) {
  .feature-top__list li.point01 .col {
    width: 38.202vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list li.point01 .col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.feature-top__list li.point01 .col .text {
  margin-top: 10px;
  width: 339px;
  margin-bottom: 26px;
}
@media (max-width: 890px) {
  .feature-top__list li.point01 .col .text {
    margin-top: 1.124vw;
    width: 38.09vw;
    margin-bottom: 2.921vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list li.point01 .col .text {
    width: 76.533vw;
    margin-bottom: 4.8vw;
  }
}
@media screen and (max-width: 450px) {
  .feature-top__list li.point01 .col .text {
    width: 67.8vw;
  }
}
.feature-top__list li.point01 .col .image {
  width: 281px;
  margin-left: -10px;
}
@media (max-width: 890px) {
  .feature-top__list li.point01 .col .image {
    width: 31.573vw;
    margin-left: -1.124vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list li.point01 .col .image {
    width: 58.133vw;
    margin-left: 0;
  }
}
.feature-top__list li.point02 {
  padding-right: 2vw;
}
@media screen and (max-width: 768px) {
  .feature-top__list li.point02 {
    width: 100%;
    padding-right: 0;
  }
}
.feature-top__list li.point02 .col {
  width: 209px;
}
@media (max-width: 890px) {
  .feature-top__list li.point02 .col {
    width: 23.483vw;
    padding-right: 2.247vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list li.point02 .col {
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature-top__list li.point02 .col .text {
  margin-top: 10px;
  width: 208px;
  margin-bottom: 28px;
}
@media (max-width: 890px) {
  .feature-top__list li.point02 .col .text {
    margin-top: 1.124vw;
    width: 23.371vw;
    margin-bottom: 3.146vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list li.point02 .col .text {
    width: 55.467vw;
    margin-bottom: 4vw;
  }
}
.feature-top__list li.point02 .col .image {
  width: 137px;
  margin-left: -20px;
}
@media (max-width: 890px) {
  .feature-top__list li.point02 .col .image {
    width: 15.393vw;
    margin-left: -2.247vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__list li.point02 .col .image {
    width: 29.067vw;
    margin-left: 0;
  }
}
.feature-bottom__companies {
  margin: 40px auto;
  width: 100%;
  background: #f5fcff;
  border: #b2e1ff solid 6px;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .feature-bottom__companies {
    margin: 8vw 0;
    padding: 2.667vw 4vw;
  }
}
.feature-bottom__companies .head {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-bottom__companies .head {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-bottom__companies .text {
    font-size: 4.267vw;
  }
}
.feature-bottom__job {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-bottom__job {
    margin-bottom: 8vw;
  }
}
.feature-bottom__job .example {
  display: inline-block;
  color: #009cc6;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  padding-left: 1em;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .feature-bottom__job .example {
    font-size: 4.8vw;
    padding-left: 1.5em;
  }
}
.feature-bottom__job .example::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: #009cc6;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .feature-bottom__job .example::before {
    top: 0.5em;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.feature-bottom__job .job-list {
  padding-left: 30px;
  display: grid;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, 30px);
  grid-template-columns: repeat(2, 250px);
  gap: 16px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-bottom__job .job-list {
    padding-left: 0;
    display: block;
    padding-bottom: 40vw;
  }
}
.feature-bottom__job .job-list::after {
  position: absolute;
  top: -30px;
  right: 30px;
  content: "";
  width: 200px;
  height: 290px;
  background: url(../images/feature_img_01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature-bottom__job .job-list::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 78.133vw;
    height: 37.067vw;
    background: url(../images/feature_img_01_sp.png) no-repeat;
    background-size: contain;
  }
}
.feature-bottom__job .job-list li {
  width: 100%;
  max-width: 400px;
  font-size: 1.125rem;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #def7ff;
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .feature-bottom__job .job-list li {
    height: auto;
    line-height: 1;
    padding: 5px 0;
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
}

.flow {
  width: 100%;
  background: #009cc6;
  padding: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 8vw 0;
  }
}
.flow h2 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .flow h2 {
    font-size: 6.933vw;
  }
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow__list li {
  width: 240px;
  background: #fff5d6;
  border-radius: 10px;
  padding: 20px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__list li {
    width: 100%;
    aspect-ratio: 327/370;
  }
}
.flow__list li::after {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-width: 20px 0 20px 22px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
@media screen and (max-width: 768px) {
  .flow__list li::after {
    content: none;
  }
}
.flow__list li span.step {
  display: block;
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  background: #ffa000;
  border-radius: 20px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .flow__list li span.step {
    border-radius: 30px;
    font-size: 5.333vw;
    height: 10.667vw;
    line-height: 10.667vw;
  }
}
.flow__list li .text_01 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__list li .text_01 {
    font-size: 5.333vw;
  }
}
.flow__list li .text_02 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__list li .text_02 {
    font-size: 4.8vw;
  }
}
.flow__list li .text_03 {
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__list li .text_03 {
    font-size: 3.733vw;
  }
}
.flow__list li .text_04 {
  padding: 2px 0;
  color: #ff8800;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border-top: #ff8800 solid 1px;
  border-bottom: #ff8800 solid 1px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .flow__list li .text_04 {
    font-size: 5.333vw;
  }
}
.flow__list li.step_01::before {
  position: absolute;
  bottom: 35px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 120px;
  height: 134px;
  background: url(../images/flow_img_01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .flow__list li.step_01::before {
    bottom: 8vw;
    width: 32vw;
    height: 35.733vw;
  }
}
.flow__list li.step_02 .text_02::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 56px;
  height: 19px;
  background: url(../images/flow_img_02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .flow__list li.step_02 .text_02::after {
    bottom: -5.333vw;
    width: 14.933vw;
    height: 5.067vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__list li.step_02 .text_03.mt20 {
    margin-top: 8vw;
  }
}
.flow__list li.step_02 .btn {
  display: block;
}
@media screen and (max-width: 768px) {
  .flow__list li.step_02 .btn {
    width: 55.467vw;
    margin: 4vw auto 0;
  }
}
.flow__list li.step_03::before {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 209px;
  height: 127px;
  background: url(../images/flow_img_03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .flow__list li.step_03::before {
    bottom: 8vw;
    width: 55.733vw;
    height: 33.867vw;
  }
}
.flow__list li.step_03::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .js-sp-swipe li {
    margin: 0 10px;
  }
  .js-sp-swipe .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12.267vw;
    height: 12.267vw;
    z-index: 2;
    cursor: pointer;
  }
  .js-sp-swipe .prev-arrow {
    left: -10px;
  }
  .js-sp-swipe .next-arrow {
    right: -10px;
  }
}
.pr {
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .pr {
    padding: 8vw 0;
  }
}
.pr .l-section__inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .pr .l-section__inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr .l-section__inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .pr .pc {
    display: none;
  }
}
.pr .pc .movie {
  width: 100%;
  height: 900px;
  position: relative;
}
.pr .pc .movie iframe {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pr .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pr .sp {
    display: block;
  }
}
.pr .sp .pr-title {
  text-align: center;
}
.pr .sp .pr-title span {
  display: inline-block;
  color: #009cc6;
  font-size: 4.8vw;
  font-weight: bold;
  padding: 0 0.5em;
  margin-bottom: 15px;
  position: relative;
}
.pr .sp .pr-title span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 4.8vw;
  background: #009cc6;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.pr .sp .pr-title span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 4.8vw;
  background: #009cc6;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.pr .sp .pr-text {
  font-size: 3.733vw;
  text-align: center;
  margin-bottom: 15px;
}
.pr .sp .btn_movie {
  display: block;
  width: 77.333vw;
  height: 12.8vw;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f61e5e), to(#ff7d6e));
  background: linear-gradient(0deg, #f61e5e, #ff7d6e);
  border-radius: 10px;
  margin: 0 auto;
}
.pr .sp .btn_movie span {
  display: inline-block;
  line-height: 12.8vw;
  color: #fff;
  font-weight: bold;
  font-size: 4.8vw;
  text-align: center;
  padding-left: 12vw;
  position: relative;
}
.pr .sp .btn_movie span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.733vw;
  height: 7.733vw;
  background: url(../images/icon_arrow_white.png) no-repeat;
  background-size: contain;
}

.overview {
  width: 100%;
  background: #edf8ff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .overview {
    padding: 8vw 0;
  }
}
.overview__list {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .overview__list {
    padding: 0;
  }
}
.overview__list .row {
  padding: 15px 0;
  border-bottom: #333333 solid 1px;
}
.overview__list .row .head {
  display: block;
  width: 200px;
  color: #009cc6;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview__list .row .head {
    width: auto;
    font-size: 4.8vw;
    margin-bottom: 5px;
  }
}
.overview__list .row .head::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: #009cc6;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .overview__list .row .head::before {
    top: 0.35em;
    width: 4.267vw;
    height: 4.267vw;
  }
}
.overview__list .row .detail {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .overview__list .row .detail {
    font-size: 4.267vw;
  }
}
.overview__list .row._01, .overview__list .row._03, .overview__list .row._07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .overview__list .row._01, .overview__list .row._03, .overview__list .row._07 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.overview__list .row._02, .overview__list .row._04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .overview__list .row._02 .detail, .overview__list .row._04 .detail {
    padding-left: 1em;
  }
}
.overview__list .row._01 .detail {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .overview__list .row._01 .detail {
    font-size: 4.267vw;
  }
}
.overview__list .row._03 .map {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.overview__list .row._03 .map .col {
  width: 100%;
  aspect-ratio: 350/250;
}
@media screen and (max-width: 768px) {
  .overview__list .row._03 .map .col {
    width: 100%;
  }
}
.overview__list .row._03 .map .col.googlemap {
  position: relative;
}
.overview__list .row._03 .map .col.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overview__list .row._03 .map .col.image {
  background: #ccc;
  display: grid;
  place-items: center;
}
.overview__list .row._03 .map .col.image span {
  display: block;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .overview__list .row._03 .map .col.image span {
    font-size: 4.267vw;
  }
}
.overview__list .row._05 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview__list .row._05 {
    padding-bottom: 48vw;
  }
}
.overview__list .row._05::after {
  position: absolute;
  right: 0;
  bottom: 15px;
  content: "";
  width: 163px;
  height: 155px;
  background: url(../images/overview_img_01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .overview__list .row._05::after {
    bottom: 4vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 43.467vw;
    height: 41.333vw;
  }
}
.overview__list .row._05 .head {
  margin-bottom: 10px;
}
.overview__list .row._05 .timetable {
  display: grid;
  grid-template-columns: 234px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 25px;
}
@media screen and (max-width: 768px) {
  .overview__list .row._05 .timetable {
    grid-template-columns: 40vw 1fr;
    gap: 5.333vw;
  }
}
.overview__list .row._05 .timetable dt {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: #333 solid 1px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .overview__list .row._05 .timetable dt {
    font-size: 4.8vw;
    height: 8vw;
    line-height: 8vw;
  }
}
.overview__list .row._05 .timetable dd {
  font-size: 1.625rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .overview__list .row._05 .timetable dd {
    font-size: 4.8vw;
  }
}
.overview__list .row._05 .timetable dd span {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .overview__list .row._05 .timetable dd span {
    font-size: 3.733vw;
    display: block;
    text-align: left;
  }
}
.overview__list .row._06 .head {
  color: #f15a24;
  margin-bottom: 10px;
}
.overview__list .row._06 .head::before {
  background: #f15a24;
}
.overview__list .row._06 .detail ul {
  margin-bottom: 20px;
}
.overview__list .row._06 .detail ul li {
  font-size: 1rem;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .overview__list .row._06 .detail ul li {
    font-size: 3.733vw;
  }
}
.overview__list .row._06 .detail ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.overview__list .row._06 .detail .caution {
  padding: 10px;
  color: #f15a24;
  font-size: 1rem;
  text-align: center;
  background: #fff;
  border: #f15a24 solid 1px;
}
@media screen and (max-width: 768px) {
  .overview__list .row._06 .detail .caution {
    padding: 2.667vw;
    font-size: 3.733vw;
    text-align: left;
  }
}

.apply {
  width: 100%;
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  .apply {
    padding: 8vw 0 16vw;
  }
}
.apply .l-section__inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .apply .l-section__inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .apply .l-section__inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}
.apply h2 {
  text-align: center;
  margin-bottom: 30px;
}
.apply h2 .mark {
  display: inline-block;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
  padding: 0 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .apply h2 .mark {
    font-size: 6.4vw;
    padding: 0 1.5em;
  }
}
.apply h2 .mark::before, .apply h2 .mark::after {
  position: absolute;
  top: 0.3em;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff063;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .apply h2 .mark::before, .apply h2 .mark::after {
    width: 28px;
    height: 28px;
  }
}
.apply h2 .mark::before {
  left: 0;
}
.apply h2 .mark::after {
  right: 0;
}
.apply h2 .add {
  display: block;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .apply h2 .add {
    font-size: 4.267vw;
  }
}
.apply__list {
  width: 100%;
  background: #ffffdf;
  border: #fff063 solid 10px;
  border-radius: 20px;
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  .apply__list {
    padding: 80px 20px;
  }
}
.apply__list .attention {
  display: block;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .apply__list .attention {
    font-size: 4.267vw;
  }
}
.apply__list .btn_apply_01 {
  width: 500px;
  height: 76px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f61e5e), to(#ff7d6e));
  background: linear-gradient(0deg, #f61e5e, #ff7d6e);
  border-radius: 50px;
  border: #fff solid 5px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 890px) {
  .apply__list .btn_apply_01 {
    width: 56.18vw;
    height: 8.539vw;
  }
}
@media screen and (max-width: 768px) {
  .apply__list .btn_apply_01 {
    max-width: 82.667vw;
    width: 100%;
    height: 13.333vw;
    margin: 6.133vw auto 0;
  }
}
.apply__list .btn_apply_01 span {
  display: inline-block;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 76px;
  padding-right: 1em;
  position: relative;
}
@media (max-width: 890px) {
  .apply__list .btn_apply_01 span {
    font-size: 3.371vw;
  }
}
@media screen and (max-width: 768px) {
  .apply__list .btn_apply_01 span {
    font-size: 4.267vw;
  }
}
.apply__list .btn_apply_01 span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.apply__list ul li {
  border-bottom: #333 solid 1px;
  padding: 15px 0;
}
.apply__list ul li .place {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.apply__list ul li .place::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: #009cc6;
  border-radius: 50%;
}
.apply__list ul li .contact {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .apply__list ul li .contact {
    font-size: 1.125rem;
  }
}
.apply__list ul li .contact span {
  font-size: 1rem;
}
.apply__list ul li .btn_apply_02 {
  display: block;
  width: 342px;
}
@media screen and (max-width: 768px) {
  .apply__list ul li .btn_apply_02 {
    max-width: 342px;
    width: 100%;
    margin: 0 auto;
  }
}

#page-top {
  position: fixed;
  bottom: 80px;
  left: calc(50% + 415px + 90px);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #page-top {
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 30px;
  }
}
#page-top a {
  display: block;
  width: 70px;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 50px;
  }
}

footer {
  background: #fff063;
  padding: 35px 0 35px;
  border-bottom: #ffa000 solid 20px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 4vw;
  }
}
footer .l-section__inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1040px) {
  footer .l-section__inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .l-section__inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.333vw;
  }
}
footer .l-section__inner .head.pc {
  width: 110px;
  height: 110px;
  background: #009cc6;
  display: grid !important;
  place-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  footer .l-section__inner .head.pc {
    display: none !important;
  }
}
footer .l-section__inner .head.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .l-section__inner .head.sp {
    display: block;
    padding: 10px 1em;
    letter-spacing: 0.1em;
    background: #009cc6;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 auto 0 0;
  }
}
footer .l-section__inner .head span {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .l-section__inner .head span {
    font-size: 4.8vw;
  }
}
footer .l-section__inner .head span.ls {
  letter-spacing: 0.8em;
}
footer .l-section__inner .host {
  width: 513px;
  padding-right: 15px;
  border-right: #333 solid 1px;
}
@media screen and (max-width: 768px) {
  footer .l-section__inner .host {
    max-width: 513px;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    border-right: none;
  }
}
footer .l-section__inner .host p {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .l-section__inner .host p {
    margin-top: 10px;
    font-size: 5.333vw;
    padding-bottom: 0.5em;
    border-bottom: #333 solid 1px;
  }
}
footer .l-section__inner .contact {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  footer .l-section__inner .contact {
    padding-left: 0;
  }
}
footer .l-section__inner .contact p {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .l-section__inner .contact p {
    font-size: 4.8vw;
    text-align: left;
  }
}

@media (min-width: 769px) {
  a[href^="tel:"],
  a[href^="mailto:"] {
    pointer-events: none;
  }
}