@charset "UTF-8";


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

nav ul {
  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;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.text-center {
  text-align: center;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.w100 {
  width: 100%;
}

.btn {
  display: inline-block;
  padding: 0 calc(20 / 390 * 100vw);
  line-height: calc(77 / 390 * 100vw);
  border-radius: calc(30 / 390 * 100vw);
  transition: all 1s;
  width: 100%;
  text-align: center;
}

.btn:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .btn {
    padding: 0 20px;
    line-height: 77px;
    border-radius: 30px;
  }
}

.btn-contact {
  color: #ffffff;
  background-color: #DA0F0B;
}

.btn-white {
  color: #1A3664;
  font-size: calc(18 / 390 * 100vw);
  background-color: #ffffff;
  font-weight: 500;
  line-height: calc(77 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .btn-white {
    font-size: 18px;
    line-height: 70px;
  }
}

.btn-orange {
  color: #ffffff;
  font-size: calc(18 / 390 * 100vw);
  background-color: #FFAF00;
  font-weight: 500;
  line-height: calc(77 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .btn-orange {
    font-size: 18px;
    line-height: 70px;
  }
}

.btn-orange-black {
  color: #000;
  font-size: calc(18 / 390 * 100vw);
  background-color: #FFAF00;
  font-weight: 500;
  line-height: calc(77 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .btn-orange-black {
    font-size: 18px;
    line-height: 70px;
  }
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

html,
body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Sans", sans-serif;
  font-weight: 500;
  height: 100%;
  min-height: 100%;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: calc(16 / 390 * 100vw);
  color: #1A3664;
}

@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}

body a {
  transition: 0.2s ease;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.footer__operation {
  padding: calc(100 / 390 * 100vw);
}

.footer__operation__ttl {
  text-align: center;
}

.footer__operation__logo {
  margin: calc(70 / 390 * 100vw) 0;
  text-align: center;
}

.footer__operation__logo img {
  width: calc(153 / 390 * 100%);
}

.footer__operation__name {
  font-size: calc(32 / 40 * 100%);
  text-align: center;
  margin-bottom: calc(70 / 390 * 100vw);
}

.footer__operation__txt {
  font-size: calc(32 / 40 * 100%);
}

@media screen and (min-width: 768px) {
  .footer__operation {
    padding: calc(100 / 390 * 390px);
  }
  .footer__operation__logo {
    margin: calc(70 / 390 * 390px) 0;
  }
  .footer__operation__name {
    margin-bottom: calc(70 / 390 * 390px);
  }
}

.footer__bottom {
  background-color: #EBEBEB;
  font-size: calc(18 / 40 * 100%);
  padding: calc(18 / 390 * 100vw) calc(100 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .footer__bottom {
    padding: calc(18 / 390 * 390px) calc(100 / 390 * 390px);
  }
}

.footer__bottom__ttl {
  font-size: calc(26 / 390 * 100vw);
  font-weight: 500;
}

.footer__contact {
  padding: calc(60 / 390 * 100vw) calc(100 / 390 * 100vw) calc(100 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .footer__contact {
    padding: calc(60 / 390 * 390px) calc(100 / 390 * 390px) calc(100 / 390 * 390px);
  }
}

.footer__contact__txt {
  text-align: center;
  font-weight: 500;
  margin-bottom: calc(10 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .footer__contact__txt {
    margin-bottom: calc(10 / 390 * 390px);
  }
}

.bg-cover {
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-position: center center;
  opacity: 0;
  background-size: cover;
  transition: all 1s ease 0s;
  z-index: -1;
  display: none;
}

.bg-cover.show {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .bg-cover {
    display: block;
  }
}

.bg-img01 {
  background-image: url(../img/bg_cover01.webp);
}

.bg-img02 {
  background-image: url(../img/bg_cover02.webp);
}

.bg-img03 {
  background-image: url(../img/bg_cover03.webp);
}

.bg-line div {
  position: fixed;
  background-color: #002652;
  width: 100vw;
  height: calc(5 / 390 * 100vw);
  z-index: 999;
}

.bg-line div:nth-child(even) {
  width: calc(5 / 390 * 100vw);
  height: 100dvh;
}

.bg-line div:nth-child(1) {
  top: 0;
  left: 0;
}

.bg-line div:nth-child(2) {
  top: 0;
  left: 0;
}

.bg-line div:nth-child(3) {
  bottom: 0;
  left: 0;
}

.bg-line div:nth-child(4) {
  top: 0;
  right: -0.5px;
}

@media screen and (min-width: 768px) {
  .bg-line div {
    width: 390px;
    height: 5px;
  }
  .bg-line div:nth-child(even) {
    width: 5px;
    height: calc(100dvh - 70px);
  }
  .bg-line div:nth-child(1) {
    left: calc(50% - (390px / 2));
  }
  .bg-line div:nth-child(2) {
    left: calc(50% - (390px / 2));
  }
  .bg-line div:nth-child(3) {
    left: calc(50% - (390px / 2));
    bottom: 70px;
  }
  .bg-line div:nth-child(4) {
    right: calc(50% - (390px / 2));
  }
}

@media screen and (min-width: 992px) {
  .bg-line div:nth-child(even) {
    height: 100dvh;
  }
  .bg-line div:nth-child(3) {
    bottom: 0px;
  }
}

.main-wrapper {
  background-color: #ffffff;
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .main-wrapper {
    width: 390px;
    margin: 0 auto;
  }
}

.mv {
  height: 100dvh;
  position: relative;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .mv {
    height: calc(100dvh - 70px);
  }
}

@media screen and (min-width: 992px) {
  .mv {
    height: 100dvh;
  }
}

.mv video {
  margin: 0 0 0 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__logo {
  height: calc(227 / 390 * 100vw);
  text-align: center;
  position: absolute;
  top: 0;
  left: calc(22 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .mv__logo {
    height: 227px;
    left: 22px;
  }
}

.mv__logo img {
  margin-top: calc(22 / 390 * 100vw);
  width: calc(127 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .mv__logo img {
    width: 127px;
    margin-top: 22px;
  }
}

.mv__txt {
  position: absolute;
  left: calc(22 / 390 * 100vw);
  bottom: calc(66 / 390 * 100vw);
  font-size: calc(41 / 390 * 100vw);
  font-weight: 500;
  color: #ffffff;
  line-height: calc(53 / 41);
}

@media screen and (min-width: 768px) {
  .mv__txt {
    left: 22px;
    bottom: 66px;
    font-size: 41px;
  }
}

.cts {
  padding: 0 calc(30 / 390 * 100vw) 0;
}

@media screen and (min-width: 768px) {
  .cts {
    padding: 0 30px;
  }
}

.cts_bg_gray {
  background-color: #EBEBEB;
}

.cts__head {
  position: relative;
  padding: 0 calc(30 / 390 * 100vw) calc(360 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .cts__head {
    padding: 0 30px 360px;
  }
}

.cts__head__ttl {
  font-size: calc(31 / 390 * 100vw);
  font-weight: 500;
  line-height: calc(43 / 32);
}

@media screen and (min-width: 768px) {
  .cts__head__ttl {
    font-size: 31px;
  }
}

.cts__body {
  margin-bottom: calc(68 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .cts__body {
    margin-bottom: calc(68 / 390 * 390px);
  }
}

.cts__body__outline {
  font-size: calc(50 / 40 * 100%);
  font-weight: 500;
}

.cts-photo {
  margin: calc(100 / 390 * 100vw) 0;
}

@media screen and (min-width: 768px) {
  .cts-photo {
    margin: 100px 0;
  }
}

.cts-photo div {
  margin-bottom: calc(50 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .cts-photo div {
    margin-bottom: 50px;
  }
}

.cts-photo div:last-child {
  margin-bottom: 0;
}

.cts-photo .img01 img,
.cts-photo .img02 img,
.cts-photo .img04 img {
  width: calc(300 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .cts-photo .img01 img,
  .cts-photo .img02 img,
  .cts-photo .img04 img {
    width: 300px;
  }
}

.cts-photo .img03 img {
  width: calc(350 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .cts-photo .img03 img {
    width: 350px;
  }
}

.cts-photo .img05 img {
  width: calc(261 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .cts-photo .img05 img {
    width: 261px;
  }
}

.cts-photo .img01,
.cts-photo .img04 {
  text-align: right;
}

.cts-photo .img03 {
  text-align: center;
}

.recruit {
  padding: calc(40 / 390 * 100vw) calc(35 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit {
    padding: calc(50 / 390 * 390px) calc(35 / 390 * 390px);
  }
}

.recruit__head {
  margin-bottom: calc(35 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit__head {
    margin-bottom: calc(35 / 390 * 390px);
  }
}

.recruit__head .cts__head__ttl {
  line-height: calc(51 / 30);
}

.recruit__body {
  margin-bottom: calc(40 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit__body {
    margin-bottom: calc(40 / 390 * 390px);
  }
}

.recruit__body ul {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit__body ul {
    gap: 30px;
  }
}

.recruit__body ul li {
  font-size: calc(18 / 390 * 100vw);
  list-style: calc(30 / 18);
  font-weight: 500;
}

.recruit__body ul li img {
  width: 100%;
  margin-bottom: calc(10 / 390 * 100vw);
}

.recruit__body ul li a {
  color: #1A3664;
}

@media screen and (min-width: 768px) {
  .recruit__body ul li {
    font-size: 18px;
  }
  .recruit__body ul li img {
    margin-bottom: 10px;
  }
}

.recruit-cts {
  background-color: #002652;
  padding-bottom: calc(110 / 390 * 100vw);
  margin-bottom: calc(82 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts {
    padding-bottom: 110px;
    margin-bottom: 82px;
  }
}

.recruit-cts__shool {
  margin: 0 calc(20 / 390 * 100vw);
  border-radius: calc(30 / 390 * 100vw);
  background-color: #DA0F0B;
  padding: calc(30 / 390 * 100vw);
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .recruit-cts__shool {
    margin: 0 20px 100px;
    border-radius: 30px;
    padding: 30px;
  }
}

.recruit-cts__shool__date {
  position: absolute;
  text-align: center;
  line-height: calc(85 / 390 * 100vw);
  width: calc(85 / 390 * 100vw);
  height: calc(85 / 390 * 100vw);
  border-radius: 50%;
  top: calc(10 / 390 * 100vw);
  left: calc(10 / 390 * 100vw);
  background-color: #FFAF00;
  color: #002652;
  font-weight: 500;
  font-size: calc(18 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__shool__date {
    line-height: 85px;
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    font-size: 18px;
  }
}

.recruit-cts__shool__th img {
  width: 100%;
}

.recruit-cts__shool__ttl {
  color: #ffffff;
  font-size: calc(30 / 390 * 100vw);
  line-height: calc(40 / 30);
  margin: calc(30 / 390 * 100vw) 0 calc(30 / 390 * 100vw);
  font-weight: 500;
}

.recruit-cts__shool__ttl span {
  font-size: calc(18 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__shool__ttl {
    font-size: 30px;
    margin: 30px 0 30px;
  }
  .recruit-cts__shool__ttl span {
    font-size: 18px;
  }
}

.recruit-cts__sec.sec2 .recruit-cts__th__bg {
  background-color: #ffaf00;
  position: absolute;
}

.recruit-cts__sec.sec2 .recruit-cts__th__bg.bg1 {
  width: calc(136 / 390 * 100vw);
  height: calc(71 / 390 * 100vw);
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .recruit-cts__sec.sec2 .recruit-cts__th__bg.bg1 {
    width: 136px;
    height: 71px;
  }
}

.recruit-cts__sec.sec2 .recruit-cts__th__bg.bg2 {
  width: calc(268 / 390 * 100vw);
  height: calc(162 / 390 * 100vw);
  top: calc(199 / 390 * 100vw);
  right: calc(79 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__sec.sec2 .recruit-cts__th__bg.bg2 {
    width: 268px;
    height: 162px;
    top: 199px;
    right: 79px;
  }
}

.recruit-cts__sec.sec3 .recruit-cts__th__bg {
  background-color: #ffaf00;
  position: absolute;
}

.recruit-cts__sec.sec3 .recruit-cts__th__bg.bg1 {
  width: calc(98 / 390 * 100vw);
  height: calc(81 / 390 * 100vw);
  top: 0;
  right: calc(71 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__sec.sec3 .recruit-cts__th__bg.bg1 {
    width: 98px;
    height: 81px;
    right: 71px;
  }
}

.recruit-cts__sec.sec3 .recruit-cts__th__bg.bg2 {
  width: calc(180 / 390 * 100vw);
  height: calc(162 / 390 * 100vw);
  top: calc(151 / 390 * 100vw);
  left: 0;
}

@media screen and (min-width: 768px) {
  .recruit-cts__sec.sec3 .recruit-cts__th__bg.bg2 {
    width: 180px;
    height: 162px;
    top: 151px;
    left: 0;
  }
}

.recruit-cts__sec.sec4 .recruit-cts__th__bg {
  background-color: #ffaf00;
  position: absolute;
}

.recruit-cts__sec.sec4 .recruit-cts__th__bg.bg1 {
  width: calc(68 / 390 * 100vw);
  height: calc(109 / 390 * 100vw);
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .recruit-cts__sec.sec4 .recruit-cts__th__bg.bg1 {
    width: 68px;
    height: 109px;
  }
}

.recruit-cts__sec.sec4 .recruit-cts__th__bg.bg2 {
  width: calc(268 / 390 * 100vw);
  height: calc(112 / 390 * 100vw);
  top: calc(199 / 390 * 100vw);
  right: 0;
}

@media screen and (min-width: 768px) {
  .recruit-cts__sec.sec4 .recruit-cts__th__bg.bg2 {
    width: 268px;
    height: 112px;
    top: 199px;
  }
}

.recruit-cts__movie {
  width: 100%;
  /* 伸縮する横幅 */
  max-width: 100%;
  /* 最大の横幅 */
  margin: auto;
  /* 画面の中央に配置 */
}

.recruit-cts__movie img {
  width: 100%;
}

.recruit-cts__movie video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.recruit-cts__movie iframe {
  aspect-ratio: 9 / 16;
  width: 80%;
  height: auto;
  vertical-align: bottom;
  margin: 0 10%;
}

.recruit-cts__th {
  height: calc(420 / 390 * 100vw);
  margin-bottom: calc(57 / 390 * 100vw);
  position: relative;
}

@media screen and (min-width: 768px) {
  .recruit-cts__th {
    height: 420px;
    margin-bottom: 57px;
  }
}

.recruit-cts__th__bg {
  background-color: #ffaf00;
  position: absolute;
}

.recruit-cts__th__bg.bg1 {
  width: calc(192 / 390 * 100vw);
  height: calc(66 / 390 * 100vw);
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .recruit-cts__th__bg.bg1 {
    width: 192px;
    height: 66px;
  }
}

.recruit-cts__th__bg.bg2 {
  width: calc(192 / 390 * 100vw);
  height: calc(162 / 390 * 100vw);
  top: calc(188 / 390 * 100vw);
  right: calc(88 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__th__bg.bg2 {
    width: 192px;
    height: 162px;
    top: 188px;
    right: 88px;
  }
}

.recruit-cts__th img {
  display: block;
  margin-bottom: calc(20 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__th img {
    margin-bottom: 20px;
  }
}

.recruit-cts__th__img {
  position: absolute;
  top: calc(20 / 390 * 100vw);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .recruit-cts__th__img {
    top: 20px;
  }
}

.recruit-cts__th__img img:nth-of-type(1) {
  width: calc(285 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__th__img img:nth-of-type(1) {
    width: 285px;
  }
}

.recruit-cts__th__img img:nth-of-type(2) {
  width: calc(240 / 390 * 100vw);
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  .recruit-cts__th__img img:nth-of-type(2) {
    width: 240px;
  }
}

.recruit-cts__info {
  margin: 0 calc(34 / 390 * 100vw) calc(60 / 390 * 100vw);
  color: #ffffff;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .recruit-cts__info {
    margin: 0 34px 60px;
  }
}

.recruit-cts__info__job {
  font-size: calc(30 / 390 * 100vw);
  line-height: calc(51 / 30);
  margin-bottom: calc(20 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__info__job {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.recruit-cts__info__name {
  font-size: calc(22 / 390 * 100vw);
  line-height: calc(37 / 22);
  margin-bottom: calc(20 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__info__name {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.recruit-cts__info__txt {
  font-size: calc(17 / 390 * 100vw);
  line-height: calc(30 / 18);
  margin-bottom: calc(30 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .recruit-cts__info__txt {
    font-size: 17px;
    margin-bottom: 30px;
  }
}

.lead {
  padding: calc(70 / 390 * 100vw) calc(20 / 390 * 100vw);
  background-color: #002652;
  color: #ffffff;
}

.lead p {
  font-size: calc(18 / 390 * 100vw);
  line-height: calc(30 / 18);
  font-weight: 500;
  margin-bottom: 2rem;
}

.lead p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .lead {
    padding: 70px 20px;
  }
  .lead p {
    font-size: 18px;
  }
}

.wf {
  margin: 0 calc(20 / 390 * 100vw) calc(100 / 390 * 100vw);
  border-radius: calc(30 / 390 * 100vw);
  background-color: #c7184c;
  padding: calc(30 / 390 * 100vw);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wf {
    margin: 0 20px 100px;
    border-radius: 30px;
    padding: 30px;
  }
}

.wf__th img {
  width: 100%;
}

.wf__ttl {
  color: #ffffff;
  font-size: calc(30 / 390 * 100vw);
  line-height: calc(40 / 30);
  margin: calc(50 / 390 * 100vw) 0 calc(50 / 390 * 100vw);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .wf__ttl {
    font-size: 30px;
    margin: 50px 0 50px;
  }
}

.footer__innr {
  margin: calc(60 / 390 * 100vw) 0 calc(64 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .footer__innr {
    margin: 60px 0 64px;
  }
}

.footer__logo {
  text-align: center;
  margin-bottom: calc(37 / 390 * 100vw);
}

.footer__logo img {
  width: calc(136 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 37px;
  }
  .footer__logo img {
    width: 136px;
  }
}

.footer__copy {
  text-align: center;
  font-size: calc(18 / 390 * 100vw);
  line-height: calc(31 / 18);
  font-weight: 500;
  margin-bottom: calc(30 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.footer__txt {
  margin-bottom: calc(50 / 390 * 100vw);
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .footer__txt {
    margin-bottom: 50px;
  }
}

.footer__bottom {
  background-color: #EBEBEB;
  padding: calc(100 / 390 * 100vw) 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__bottom {
    padding: 100px 0;
  }
}

.footer__bottom__ttl {
  font-size: calc(26 / 390 * 100vw);
  margin-bottom: calc(50 / 390 * 100vw);
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .footer__bottom__ttl {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

.footer__bottom ul {
  display: flex;
  flex-direction: column;
  gap: calc(50 / 390 * 100vw);
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .footer__bottom ul {
    gap: 50px;
  }
}

.footer__bottom ul li:nth-child(1) img {
  width: calc(220 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .footer__bottom ul li:nth-child(1) img {
    width: 220px;
  }
}

.footer__bottom ul li:nth-child(2) img {
  width: calc(206 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .footer__bottom ul li:nth-child(2) img {
    width: 206px;
  }
}

.contact {
  color: #ffffff;
  background-color: #002652;
  padding-top: calc(30 / 390 * 100vw);
  padding-bottom: calc(40 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .contact {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.contact__ttl {
  font-size: calc(23 / 390 * 100vw);
  font-weight: 500;
  margin-bottom: calc(20 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .contact__ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

.contact-form dl {
  display: flex;
  flex-wrap: wrap;
}

.contact-form dl dt {
  width: calc(120 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .contact-form dl dt {
    width: 120px;
  }
}

.contact-form dl dd {
  width: calc(100% - 120 / 375 * 100%);
  flex: 1 1;
  margin-bottom: calc(20 / 390 * 100vw);
}

.contact-form dl dd.w100 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact-form dl dd {
    width: calc(100% - 120px);
    margin-bottom: 20px;
  }
}

.contact-form dl.w100 {
  margin-top: calc(20 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .contact-form dl.w100 {
    margin-top: 20px;
  }
}

.contact-form dl.w100 dt, .contact-form dl.w100 dd {
  width: 100%;
}

.contact-form dl.w100 dt {
  margin-bottom: calc(10 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .contact-form dl.w100 dt {
    margin-bottom: 10px;
  }
}

.contact-form dl.w100 dd div {
  margin-bottom: calc(5 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .contact-form dl.w100 dd div {
    margin-bottom: 5px;
  }
}

.contact-form dl input {
  vertical-align: baseline;
}

.contact-form dl input[type=text], .contact-form dl input[type=email], .contact-form dl input[type=tel], .contact-form dl select, .contact-form dl textarea {
  width: 100%;
  padding: calc(8 / 390 * 100vw);
  border: 1px solid #F6F6F6;
  border-radius: calc(10 / 390 * 100vw);
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .contact-form dl input[type=text], .contact-form dl input[type=email], .contact-form dl input[type=tel], .contact-form dl select, .contact-form dl textarea {
    padding: 8px;
    border-radius: 10px;
  }
}

.contact-form dl textarea {
  height: calc(130 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .contact-form dl textarea {
    height: 130px;
  }
}

.contact-form__submit {
  text-align: center;
}

.contact-form__submit button {
  text-align: center;
  color: #ffffff;
  background-color: #DA0F0B;
  line-height: calc(40 / 390 * 100vw);
  width: calc(204 / 390 * 100vw);
  border: none;
  border-radius: calc(10 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .contact-form__submit button {
    line-height: 40px;
    width: 204px;
    border-radius: 10px;
  }
}

.support {
  margin-bottom: calc(100 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .support {
    margin-bottom: 100px;
  }
}

.support__head {
  background-image: url(../img/support_img01.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.support__body {
  background-color: #ffaf00;
  color: #ffffff;
  padding: calc(60 / 390 * 100vw) calc(45 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .support__body {
    padding: 60px 45px;
  }
}

.support__body ul {
  display: flex;
  flex-direction: column;
  gap: calc(60 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .support__body ul {
    gap: 60px;
  }
}

.support__body ul li {
  font-size: calc(25 / 390 * 100vw);
  list-style: calc(40 / 26);
  font-weight: 500;
}

.support__body ul li div {
  margin-bottom: calc(20 / 390 * 100vw);
}

.support__body ul li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .support__body ul li {
    font-size: 25px;
  }
  .support__body ul li div {
    margin-bottom: 20px;
  }
}

.player {
  margin-bottom: calc(100 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .player {
    margin-bottom: 100px;
  }
}

.player__head {
  background-image: url(../img/enliven_img01.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.player__body {
  color: #ffffff;
  padding: calc(60 / 390 * 100vw) calc(45 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .player__body {
    padding: 60px 45px;
  }
}

.player__body ul {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .player__body ul {
    gap: 30px;
  }
}

.player__body ul li {
  font-size: calc(18 / 390 * 100vw);
  list-style: calc(30 / 18);
  font-weight: 500;
}

.player__body ul li img {
  width: 100%;
  margin-bottom: calc(10 / 390 * 100vw);
}

.player__body ul li a {
  color: #1A3664;
}

@media screen and (min-width: 768px) {
  .player__body ul li {
    font-size: 18px;
  }
  .player__body ul li img {
    margin-bottom: 10px;
  }
}

.player__btn {
  margin-top: calc(40 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .player__btn {
    margin-top: 40px;
  }
}

.attempt {
  margin-bottom: calc(100 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .attempt {
    margin-bottom: 100px;
  }
}

.attempt__head {
  background-image: url(../img/attempt_img01.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.attempt__body {
  padding: calc(60 / 390 * 100vw) calc(20 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .attempt__body {
    padding: 60px 20px;
  }
}

.attempt__body ul {
  display: flex;
  flex-direction: column;
  gap: calc(60 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .attempt__body ul {
    gap: 60px;
  }
}

.attempt__body ul li {
  font-size: calc(25 / 390 * 100vw);
  list-style: calc(40 / 26);
  font-weight: 500;
  text-align: center;
}

.attempt__body ul li h3 {
  margin: calc(20 / 390 * 100vw) 0;
  font-size: calc(30 / 390 * 100vw);
  line-height: 1;
}

.attempt__body ul li img {
  width: calc(300 / 390 * 100vw);
}

.attempt__body ul li p {
  text-align: left;
  font-size: calc(18 / 390 * 100vw);
  width: calc(300 / 390 * 100vw);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .attempt__body ul li {
    font-size: 25px;
  }
  .attempt__body ul li h3 {
    margin: 20px 0;
    font-size: 30px;
  }
  .attempt__body ul li p {
    font-size: 18px;
    width: 300px;
  }
  .attempt__body ul li img {
    width: 300px;
  }
}

.attempt__body__info {
  font-size: calc(18 / 390 * 100vw);
  display: inline-block;
  border: 1px solid #002652;
  line-height: 1;
  padding: calc(10 / 390 * 100vw);
  margin-bottom: calc(20 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .attempt__body__info {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
  }
}

.btn-to-form {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  font-size: calc(18 / 390 * 100vw);
  color: #ffffff;
  text-align: center;
  line-height: calc(70 / 390 * 100vw);
  font-weight: 500;
  background-color: #DA0F0B;
}

@media screen and (min-width: 768px) {
  .btn-to-form {
    width: 390px;
    left: 50%;
    bottom: 0;
    font-size: 18px;
    line-height: 70px;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 992px) {
  .btn-to-form {
    left: auto;
    right: calc((((100vw - 390px) / 2) - 390px) / 2);
    bottom: 55px;
    transform: translateX(0);
  }
}

.btn-to-line {
  display: block;
  width: 100%;
  font-size: calc(18 / 390 * 100vw);
  color: #ffffff;
  text-align: center;
  line-height: calc(70 / 390 * 100vw);
  font-weight: 500;
  background-color: #DA0F0B;
}

@media screen and (min-width: 768px) {
  .btn-to-line {
    font-size: 18px;
    line-height: 70px;
  }
}

.btn-to-line-blue {
  display: block;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: -1px;
  width: 100vw;
  font-size: calc(14 / 390 * 100vw);
  color: #ffffff;
  text-align: center;
  line-height: calc(44 / 390 * 100vw);
  font-weight: 500;
  background-color: #002652;
}

@media screen and (min-width: 768px) {
  .btn-to-line-blue {
    width: 390px;
    left: 50%;
    bottom: 0;
    font-size: 14px;
    line-height: 44px;
    transform: translateX(-50%);
  }
}

.btn-to-line-blue:after {
  content: "▶︎";
  display: inline;
  padding-left: calc(14 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .btn-to-line-blue:after {
    padding-left: 14px;
  }
}

.thanks {
  text-align: center;
  padding: calc(160 / 390 * 100vw) calc(20 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .thanks {
    padding: 160px 20px;
  }
}

.thanks__ttl {
  text-align: center;
  font-weight: 500;
  font-size: calc(22 / 390 * 100vw);
  margin-bottom: calc(30 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .thanks__ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.thanks__btn {
  margin-top: calc(30 / 390 * 100vw);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .thanks__btn {
    margin-top: 30px;
  }
}

.thanks__btn a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background-color: #DA0F0B;
  line-height: calc(40 / 390 * 100vw);
  width: calc(204 / 390 * 100vw);
  border: none;
  border-radius: calc(10 / 390 * 100vw);
}

@media screen and (min-width: 768px) {
  .thanks__btn a {
    line-height: 40px;
    width: 204px;
    border-radius: 10px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
