@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Geneva";
  src: url("../font/MLSGQ.TTF") format("truetype");
}
@font-face {
  font-family: "Protest";
  src: url("../font/ProtestStrike-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Anton";
  src: url("../font/Anton-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main {
  overflow: hidden;
}

main,
header {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  color: #252525;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

#body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  border-left: none;
}

ul,
ol {
  list-style: none inside;
}

a {
  transition-duration: 300ms;
}

a:hover {
  opacity: 0.8;
  transition-duration: 300ms;
}

a:link,
a:visited {
  text-decoration: none;
  color: #fff;
}

li::marker {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc {
  display: block;
}

.pc-inblo {
  display: inline-block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.pctb {
  display: block;
}

.tbsp {
  display: none;
}

.tbsp-inblo {
  display: none;
}

@media (max-width: 1100px) {
  .pc {
    display: none;
  }
  .pc-inblo {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
  .tbsp {
    display: block;
  }
  .tbsp-inblo {
    display: inline-block;
  }
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
  .pc-inblo {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
  .tbsp {
    display: block;
  }
  .tbsp-inblo {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .pc-inblo {
    display: none;
  }
  .sp {
    display: block;
  }
  .pctb {
    display: none;
  }
  .tbsp-inblo {
    display: inline-block;
  }
}
.inblo {
  display: inline-block;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
  }
}

.wrapper-swiper {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .wrapper-swiper {
    width: 100%;
    padding: 0;
  }
}

.relative {
  position: relative;
}

.mincho {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.protest {
  font-family: "Protest", sans-serif;
}

.anton {
  font-family: "Anton", sans-serif;
}

.geneva {
  font-family: "Geneva", sans-serif;
}

.h-full {
  height: 100%;
}

.flex-1 {
  flex: 1;
}

.tel a {
  color: #483f42;
}

body:has(.active) {
  height: 100%;
  overflow: hidden;
}

.header {
  position: relative;
  padding-inline: 20px;
}
.header__info {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
@media (max-width: 834px) {
  .header__info {
    left: 0;
    right: auto;
  }
}
.header__info-line {
  max-width: 126px;
}
.header__info-tel {
  width: 205px;
  background: #0b287a;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.2;
}
.header__info-tel a {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.header__inner {
  width: 1000px;
  margin-inline: auto;
  padding-block: 20px;
}
@media (max-width: 1100px) {
  .header__inner {
    width: 100%;
  }
  .header__inner h1 {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 834px) {
  .header__inner {
    padding-block: 65px 20px;
  }
}
.header__flex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.header__flex .logo {
  width: 170px;
}
.header__menu {
  margin-right: 50px;
}
@media (max-width: 834px) {
  .header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 0;
    left: calc(100% + 5px);
    transition: ease 0.4s;
  }
  .header__menu nav {
    max-width: 80%;
    margin: 100px auto;
  }
}
.header__menu ul {
  display: flex;
  gap: 10px 30px;
}
@media (max-width: 1100px) {
  .header__menu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 834px) {
  .header__menu ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 834px) {
  .header__menu-item {
    text-align: center;
  }
  .header__menu-item:not(:first-child) {
    border-top: 1px solid #000;
  }
}
.header__menu-item a {
  color: #000;
  letter-spacing: 0.06em;
}
@media (max-width: 834px) {
  .header__menu-item a {
    display: block;
    font-size: 20px;
    padding-block: 15px;
    font-weight: bold;
    width: 100%;
  }
}
.header__hamburger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: #fff;
  border: none;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 834px) {
  .header__hamburger {
    display: block;
  }
}
.header .hamburger span {
  width: 70%;
  height: 3px;
  background-color: #002da7;
  position: absolute;
  transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.header .hamburger span:nth-child(1) {
  top: calc(50% - 10px);
  transform: translate(-50%, -50%);
}
.header .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .hamburger span:nth-child(3) {
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
}
.header.active .header__menu {
  left: 0;
}
.header.active .hamburger span {
  position: absolute;
}
.header.active .hamburger span:nth-child(1) {
  top: 42px;
  left: 21px;
  rotate: 45deg;
}
.header.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.header.active .hamburger span:nth-child(3) {
  top: 16px;
  rotate: -45deg;
  left: 23px;
}

.mv {
  width: 100%;
  max-height: 600px;
  background: url(../images/mv-bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 600px) {
  .mv {
    max-height: 100%;
    height: 168vw;
  }
}
.mv__inner {
  display: flex;
  justify-content: center;
  padding-top: 45px;
}
@media (max-width: 600px) {
  .mv__inner {
    display: block;
    padding-top: 12vw;
  }
}
.mv__l {
  max-width: 353px;
}
@media (max-width: 1100px) {
  .mv__l {
    width: 39%;
  }
}
@media (max-width: 600px) {
  .mv__l {
    width: 71vw;
    margin-bottom: 5.3vw;
  }
}
.mv__r {
  max-width: 670px;
}
@media (max-width: 1100px) {
  .mv__r {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .mv__r {
    width: 95vw;
  }
}
.mv__r-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-left: auto;
  width: 640px;
  height: 60px;
  background: #0b287a;
  color: #fffd3b;
  font-size: 25px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .mv__r-text {
    width: 100%;
    height: 75px;
    text-align: center;
  }
}
@media (max-width: 834px) {
  .mv__r-text {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .mv__r-text {
    margin-top: 5.3vw;
    font-size: 5.3vw;
    letter-spacing: 0.05em;
    height: 20vw;
  }
}
.mv__r-text h2 {
  line-height: 1;
  margin-top: -5px;
  font-feature-settings: "palt";
}
.mv__r-text span {
  font-size: 35px;
}
@media (max-width: 834px) {
  .mv__r-text span {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .mv__r-text span {
    font-size: 6.7vw;
  }
}
.mv__btm {
  max-width: 1000px;
  margin-top: 45px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .mv__btm {
    margin-top: 6.7vw;
  }
}
.mv__btm ul {
  display: flex;
  gap: 40px;
}
@media (max-width: 834px) {
  .mv__btm ul {
    gap: 10px;
  }
}

.s-form__hd {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 70px;
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .s-form__hd {
    margin-top: 40px;
  }
}
.s-form__hd > div {
  position: relative;
  display: table;
  text-align: center;
  margin-left: auto;
}
@media (max-width: 1100px) {
  .s-form__hd > div {
    margin-right: auto;
  }
}
.s-form__hd h3 {
  position: relative;
  z-index: 2;
  font-size: 44px;
  color: #0b287a;
  font-weight: bold;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
}
@media (max-width: 1100px) {
  .s-form__hd h3 {
    font-size: 35px;
  }
}
@media (max-width: 834px) {
  .s-form__hd h3 {
    font-size: 25px;
    line-height: 1.1;
  }
}
.s-form__hd h3 .is-red {
  font-size: 52px;
  color: #de0402;
}
@media (max-width: 1100px) {
  .s-form__hd h3 .is-red {
    font-size: 36px;
  }
}
@media (max-width: 834px) {
  .s-form__hd h3 .is-red {
    font-size: 32px;
  }
}
.s-form__hd h3 .is-blk {
  margin-left: -10px;
  color: #3e3b3b;
}
.s-form__hd p {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #0b0b0b;
}
@media (max-width: 1100px) {
  .s-form__hd p {
    font-size: 29px;
  }
}
@media (max-width: 834px) {
  .s-form__hd p {
    font-size: 23px;
  }
}
.s-form__hd p .is-red {
  font-size: 48px;
  color: #de0402;
}
@media (max-width: 1100px) {
  .s-form__hd p .is-red {
    font-size: 38px;
  }
}
@media (max-width: 834px) {
  .s-form__hd p .is-red {
    font-size: 22px;
  }
}
.s-form__icon {
  position: absolute;
  width: 134px;
  top: 50%;
  left: -116px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 834px) {
  .s-form__icon {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}
.s-form__bd {
  background: #0b287a;
  padding-inline: 20px;
}
.s-form__box {
  max-width: 900px;
  margin-inline: auto;
  padding-block: 50px 45px;
}
@media (max-width: 600px) {
  .s-form__box {
    width: 100%;
  }
}
.s-form__box-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .s-form__box-flex {
    flex-direction: column;
  }
}
.s-form__box-item {
  width: 45%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 600px) {
  .s-form__box-item {
    width: 100%;
  }
}
.s-form__box-item input, .s-form__box-item select {
  width: 100%;
  height: 42px;
  border-radius: 7px;
  border-color: white;
  padding: 5px;
  font-size: 14px;
}
.s-form__box-label {
  color: #fff;
  width: 200px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 600px) {
  .s-form__box-label {
    width: 130px;
  }
}
.s-form__box-label.ess {
  position: relative;
}
.s-form__box-label.ess::after {
  content: "必須";
  width: 84px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  background-color: #fffd3b;
  color: #0030b4;
  font-size: 14px;
  padding: 1px 0;
  text-align: center;
  border-radius: 5px;
}
.s-form__box-label.nini {
  position: relative;
}
.s-form__box-label.nini::after {
  content: "任意";
  width: 84px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  background-color: #fff;
  color: #0030b4;
  font-size: 14px;
  padding: 1px 0;
  text-align: center;
  border-radius: 5px;
}
.s-form__box-btn {
  width: 450px;
  margin: 30px auto 0;
}
@media (max-width: 600px) {
  .s-form__box-btn {
    width: 100%;
    max-width: 450px;
  }
}
.s-form__box-btn:hover {
  opacity: 0.8;
  transition-duration: 300ms;
}
.s-form__box-submit {
  position: relative;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #0030b4;
  padding: 12px 5px;
  background-color: #fffd3b;
  text-align: center;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .s-form__box-submit {
    font-size: 20px;
  }
}
.s-form__box-submit::after {
  position: absolute;
  content: "»";
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
@media (max-width: 600px) {
  .s-form__box-submit::after {
    font-size: 24px;
  }
}

.s-apl {
  padding-inline: 20px;
}
.s-apl__hd {
  margin-block: 45px 60px;
  text-align: center;
}
.s-apl__hd .is-blue {
  font-size: 44px;
  font-weight: bold;
  color: #013a94;
}
@media (max-width: 834px) {
  .s-apl__hd .is-blue {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .s-apl__hd .is-blue {
    margin-bottom: 10px;
  }
}
.s-apl__hd .is-red a {
  font-size: 72px;
  color: #de0402;
  font-weight: bold;
}
@media (max-width: 834px) {
  .s-apl__hd .is-red a {
    font-size: 32px;
  }
}
.s-apl__hd .is-red span {
  font-size: 32px;
  color: #0b0b0b;
  font-weight: bold;
}
@media (max-width: 834px) {
  .s-apl__hd .is-red span {
    font-size: 20px;
  }
}
.s-apl__hd .is-blk {
  margin-top: 10px;
  font-size: 32px;
  color: #0b0b0b;
  font-weight: bold;
}
@media (max-width: 834px) {
  .s-apl__hd .is-blk {
    font-size: 20px;
  }
}
.s-apl__bd {
  max-width: 840px;
  margin-inline: auto;
}
.s-apl__inner {
  padding-inline: 20px;
  border: 1px solid #06c755;
}
.s-apl__inner h4 {
  margin-top: -25px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 44px;
  color: #06c755;
  font-weight: bold;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
}
@media (max-width: 1100px) {
  .s-apl__inner h4 {
    font-size: 35px;
  }
}
@media (max-width: 834px) {
  .s-apl__inner h4 {
    margin-top: -15px;
    font-size: 22px;
    line-height: 1.2;
  }
}
.s-apl__content {
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 834px) {
  .s-apl__content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.s-apl__content .content__icon {
  width: 70px;
  margin-right: 25px;
}
.s-apl__content .content__btn a {
  position: relative;
  display: block;
  padding: 30px 36px 35px;
  background: #06c755;
  border-radius: 5px;
  line-height: 1;
  font-size: 29px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .s-apl__content .content__btn a {
    padding: 20px 30px;
    font-size: 23px;
  }
}
.s-apl__content .content__btn a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/icon_line02.webp);
  width: 66px;
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
}
.s-apl__content p {
  margin-right: 10px;
  font-size: 18px;
  color: #06c755;
  font-weight: bold;
}
@media (max-width: 834px) {
  .s-apl__content p {
    margin-right: 0;
    font-size: 16px;
  }
}

.s-about {
  margin-top: 80px;
  border-top: 10px solid #0a2572;
  background-color: #c9b996;
  background-image: radial-gradient(#bfaf8e 20%, transparent 20%);
  background-size: 20px 20px;
}
.s-about #service {
  padding-top: 60px;
  margin-top: -60px;
}
.s-about__hd {
  text-align: center;
  margin-top: -50px;
}
@media (max-width: 834px) {
  .s-about__hd {
    padding-inline: 20px;
  }
}
@media (max-width: 600px) {
  .s-about__hd {
    margin-top: -30px;
  }
}
.s-about__bd {
  padding-block: 50px 100px;
}
@media (max-width: 834px) {
  .s-about__bd {
    padding-block: 50px 70px;
  }
}
.s-about__bd-ttl {
  text-align: center;
  font-size: 29px;
  line-height: 1.8;
  font-weight: bold;
  color: #0b0b0b;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
  filter: drop-shadow(0 0 0.5rem #000);
}
@media (max-width: 1100px) {
  .s-about__bd-ttl {
    font-size: 23px;
  }
}
@media (max-width: 834px) {
  .s-about__bd-ttl {
    font-size: 20px;
    -webkit-text-stroke: 3px #fff;
  }
}
.s-about__bd-ttl .is-red44 {
  color: #de0402;
  font-size: 44px;
}
@media (max-width: 1100px) {
  .s-about__bd-ttl .is-red44 {
    font-size: 35px;
  }
}
@media (max-width: 834px) {
  .s-about__bd-ttl .is-red44 {
    font-size: 24px;
  }
}
.s-about__bd-ttl .is-blk44 {
  font-size: 44px;
  letter-spacing: 0.05em;
}
@media (max-width: 1100px) {
  .s-about__bd-ttl .is-blk44 {
    font-size: 35px;
    -webkit-text-stroke: 5px #fff;
  }
}
@media (max-width: 834px) {
  .s-about__bd-ttl .is-blk44 {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
}
.s-about__bd-ttl .is-blk40 {
  font-size: 34px;
}
@media (max-width: 1100px) {
  .s-about__bd-ttl .is-blk40 {
    font-size: 27px;
  }
}
@media (max-width: 834px) {
  .s-about__bd-ttl .is-blk40 {
    font-size: 20px;
  }
}
.s-about__bd-ttl .is-red38 {
  font-size: 38px;
  color: #de0402;
}
@media (max-width: 1100px) {
  .s-about__bd-ttl .is-red38 {
    font-size: 30px;
  }
}
@media (max-width: 834px) {
  .s-about__bd-ttl .is-red38 {
    font-size: 23px;
  }
}
.s-about__colum {
  margin-top: 50px;
  padding-inline: 20px;
}
.s-about__colum ol {
  max-width: 900px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 834px) {
  .s-about__colum ol {
    grid-template-columns: repeat(2, 1fr);
  }
}

.s-archive {
  position: relative;
  margin-top: 45px;
  background: #0b287a;
}
.s-archive #archive {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: -60px;
  padding-top: 60px;
}
.s-archive hr {
  position: absolute;
  top: 10px;
  border: 5px solid #fff;
  width: 100%;
}
.s-archive__hd {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
  z-index: 2;
}
@media (max-width: 834px) {
  .s-archive__hd {
    padding-left: 100px;
    -webkit-text-stroke: 5px #fff;
  }
}
@media (max-width: 600px) {
  .s-archive__hd {
    padding-left: 70px;
  }
}
.s-archive__hd > div {
  position: relative;
  display: inline-block;
}
.s-archive__hd-ftext {
  font-size: 16px;
  color: #002da7;
  font-weight: bold;
}
@media (max-width: 834px) {
  .s-archive__hd-ftext {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .s-archive__hd-ftext {
    font-size: 14px;
  }
}
.s-archive__hd h2 {
  font-size: 44px;
  color: #de0402;
  font-weight: bold;
}
@media (max-width: 834px) {
  .s-archive__hd h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .s-archive__hd h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.s-archive__hd-ltext {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #002da7;
}
@media (max-width: 834px) {
  .s-archive__hd-ltext {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .s-archive__hd-ltext {
    font-size: 18px;
  }
}
.s-archive__hd-ltext .is-red-b {
  color: #de0402;
  font-size: 42px;
}
@media (max-width: 834px) {
  .s-archive__hd-ltext .is-red-b {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .s-archive__hd-ltext .is-red-b {
    font-size: 20px;
  }
}
.s-archive__hd-ltext .is-red-s {
  color: #de0402;
}
.s-archive__icon {
  position: absolute;
  top: 50%;
  left: -140px;
  transform: translateY(-50%);
  width: 97px;
}
@media (max-width: 1100px) {
  .s-archive__icon {
    left: -110px;
  }
}
@media (max-width: 600px) {
  .s-archive__icon {
    left: -80px;
    width: 70px;
  }
}
.s-archive__list {
  padding-block: 150px 75px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .s-archive__list {
    padding-top: 110px;
  }
}
.s-archive .swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.s-archive #swiper01 {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .s-archive #swiper01 {
    margin-bottom: 0px;
  }
}
.s-archive .swiper-wrapper {
  transition-timing-function: linear;
}
.s-archive .swiper-slide {
  position: relative;
  height: 470px !important;
  width: 300px !important;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0 0 0.5rem #000);
}
@media (max-width: 600px) {
  .s-archive .swiper-slide {
    scale: 0.8;
    will-change: transform;
  }
}
.s-archive__point {
  position: absolute;
  height: 143px;
  width: 143px;
  border: 3px solid #002da7;
  border-radius: 50%;
  background: #fff;
  top: -20px;
  right: -40px;
}
.s-archive__point > span {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #002da7;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
}
.s-archive__point > ul {
  list-style: disc;
  font-size: 16px;
  font-weight: bold;
  color: #002da7;
  padding-left: 30px;
  line-height: 1.2;
}
.s-archive__point > ul li {
  white-space: nowrap;
  text-indent: -8px;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke;
}
.s-archive__maker {
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
  height: 70px;
}
.s-archive__maker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 7px;
  height: 70px;
  background: #002da7;
  border-radius: 5px;
}
.s-archive__maker > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #002da7;
  line-height: 1.3;
}
.s-archive__img {
  margin-top: 13px;
  margin-bottom: 17px;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 278/202;
}
.s-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-archive__info {
  position: relative;
  padding-left: 20px;
  height: 70px;
}
.s-archive__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 7px;
  height: 70px;
  background: #002da7;
  border-radius: 5px;
}
.s-archive__info .year, .s-archive__info .run, .s-archive__info .state {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #002da7;
  font-weight: 500;
}
.s-archive__info-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
}
.s-archive__btn {
  margin-top: 17px;
  background-color: #002da7;
  border-radius: 10px;
  text-align: center;
}
.s-archive__btn a {
  display: block;
  font-size: 30px;
  color: #fffc00;
  font-weight: bold;
  line-height: 1;
  padding-block: 15px 16px;
}

.s-ctm {
  background-color: #ffeb00;
  padding-inline: 20px;
}
.s-ctm__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 50px;
}
.s-ctm__inner h2 {
  max-width: 494px;
  margin-inline: auto;
  margin-bottom: 12px;
}
.s-ctm__colum {
  display: flex;
  gap: 45px;
  margin-bottom: 35px;
}
@media (max-width: 834px) {
  .s-ctm__colum {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.s-ctm__l, .s-ctm__r {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 20px 10px 10px;
}
.s-ctm__l h3, .s-ctm__r h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 11px;
}
@media (max-width: 600px) {
  .s-ctm__l h3, .s-ctm__r h3 {
    font-size: 18px;
  }
}
.s-ctm__l {
  color: #000;
}
.s-ctm__l p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 1100px) {
  .s-ctm__l p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.s-ctm__l a {
  display: block;
  font-size: 48px;
  color: #de0402;
  font-weight: bold;
  padding-bottom: 10px;
}
@media (max-width: 1100px) {
  .s-ctm__l a {
    font-size: 38px;
  }
}
@media (max-width: 834px) {
  .s-ctm__l a {
    font-size: 30px;
  }
}
.s-ctm__r-box {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.s-ctm__r-box > div {
  max-width: 154px;
}
.s-ctm__btm {
  text-align: center;
  padding-bottom: 75px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
@media (max-width: 834px) {
  .s-ctm__btm {
    font-size: 18px;
  }
}

.s-user {
  position: relative;
}
.s-user__hd {
  padding-top: 75px;
}
.s-user__hd h2 {
  text-align: center;
  color: #013a94;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 834px) {
  .s-user__hd h2 {
    font-size: 26px;
  }
}
.s-user__colum {
  margin-top: 80px;
  padding-bottom: 165px;
  padding-inline: 20px;
}
.s-user__colum ul {
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 834px) {
  .s-user__colum ul {
    max-width: 600px;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
}
.s-user__colum-item {
  border: 5px solid #dadada;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  filter: drop-shadow(0 0 3px #bcbbbb);
}
.s-user__colum-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 3px solid #b2b8c0;
}
.s-user__colum-info {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  color: #1a1a1a;
  flex-shrink: 1;
}
.s-user__colum-info > span {
  display: block;
}
.s-user__colum-info .star {
  color: #fbb40a;
}
.s-user__colum-img {
  width: 106px;
  height: 106px;
  flex-shrink: 0;
}
.s-user__colum-img img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  height: 100%;
  border-radius: 50%;
}
.s-user__colum-text {
  font-size: 14px;
  font-weight: bold;
}
.s-user__bg {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 724px;
  z-index: -1;
}

.s-price {
  background: url(../images/bg_flow01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.s-price__hd {
  padding-top: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.s-price__hd h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  filter: drop-shadow(0 0 0.5rem #000);
}
@media (max-width: 1100px) {
  .s-price__hd h2 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .s-price__hd h2 {
    font-size: 24px;
  }
}
.s-price__hd p {
  font-size: 36px;
  font-weight: bold;
  filter: drop-shadow(0 0 0.5rem #000);
}
@media (max-width: 1100px) {
  .s-price__hd p {
    font-size: 29px;
  }
}
@media (max-width: 600px) {
  .s-price__hd p {
    font-size: 18px;
  }
}
.s-price__colum {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.s-price__colum ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
@media (max-width: 1100px) {
  .s-price__colum ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .s-price__colum ul {
    display: flex;
    flex-direction: column;
  }
}
.s-price__item {
  overflow: hidden;
  max-width: 240px;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0 0 0.5rem #000);
}
@media (max-width: 1100px) {
  .s-price__item:nth-child(n+1) {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .s-price__item:nth-child(n+1) {
    margin-inline: auto;
  }
}
@media (max-width: 1100px) {
  .s-price__item:nth-child(n+1):nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .s-price__item:nth-child(n+1):nth-child(2n) {
    margin-inline: auto;
  }
}
.s-price__item-ttl {
  position: relative;
  padding-top: 105px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.s-price__item-ttl p {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.s-price__item-ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #013a94;
  opacity: 0.4;
}
.s-price__item:nth-child(1) .s-price__item-ttl {
  background-image: url(../images/price_items01.webp);
}
.s-price__item:nth-child(2) .s-price__item-ttl {
  background-image: url(../images/price_items02.webp);
}
.s-price__item:nth-child(3) .s-price__item-ttl {
  background-image: url(../images/price_items03.webp);
}
.s-price__item:nth-child(4) .s-price__item-ttl {
  background-image: url(../images/price_items04.webp);
}
.s-price__item-text {
  padding: 17px;
  font-size: 14px;
  line-height: 1.7;
}
.s-price__btm {
  text-align: center;
  padding-bottom: 30px;
}
.s-price__btm p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  filter: drop-shadow(0 0 0.6rem #000);
}
@media (max-width: 1100px) {
  .s-price__btm p {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  .s-price__btm p {
    font-size: 16px;
  }
}

.s-flow__hd {
  text-align: center;
  background: #0a256f;
  padding-block: 24px;
}
.s-flow__hd h2 {
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 600px) {
  .s-flow__hd h2 {
    font-size: 24px;
  }
}
.s-flow__colum {
  padding-inline: 20px;
  margin-top: 60px;
}
.s-flow__colum ul {
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
@media (max-width: 834px) {
  .s-flow__colum ul {
    max-width: 300px;
    display: flex;
    flex-direction: column;
  }
}
.s-flow__item {
  position: relative;
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 20px 20px 15px 20px;
}
.s-flow__item h3 {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
  color: #2689c5;
  letter-spacing: 0.02em;
}
@media (max-width: 1100px) {
  .s-flow__item h3 {
    font-size: 15px;
  }
}
.s-flow__item h3 > img {
  width: 48px;
  vertical-align: initial;
}
.s-flow__item h3 > span {
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid #2689c5;
}
@media (max-width: 1100px) {
  .s-flow__item h3 > span {
    margin-left: 0;
    margin-top: 5px;
    display: block;
  }
}
.s-flow__item-img {
  margin-bottom: 17px;
}
.s-flow__item-text {
  font-size: 14px;
  line-height: 1.57;
  padding-bottom: 15px;
  border-bottom: 1px solid #2689c5;
}
.s-flow__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/icon_arrow01.webp);
  width: 45px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 834px) {
  .s-flow__item:not(:last-child)::after {
    top: calc(100% + 50px);
    left: calc(50% - 27px);
    transform: translateX(-50%);
    rotate: 90deg;
    transform-origin: center;
  }
}
.s-flow__btm {
  position: relative;
  max-width: 1000px;
  margin-top: 80px;
  margin-inline: auto;
  padding-left: 120px;
  padding-bottom: 80px;
}
@media (max-width: 1100px) {
  .s-flow__btm {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .s-flow__btm {
    padding-left: 20px;
  }
}
.s-flow__btm-ttl {
  display: inline-block;
  margin-right: -50px;
  font-size: 34px;
  font-weight: bold;
  color: #de0402;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .s-flow__btm-ttl {
    font-size: 27px;
  }
}
@media (max-width: 834px) {
  .s-flow__btm-ttl {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .s-flow__btm-ttl {
    margin-right: 0;
    text-align: center;
    display: block;
  }
}
.s-flow__btm-text {
  display: inline-block;
  margin-left: 50px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: bold;
  color: #013a94;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
}
@media (max-width: 600px) {
  .s-flow__btm-text {
    font-size: 17px;
    padding-bottom: 200px;
    margin-left: 0;
  }
}
.s-flow__btm-icon {
  position: absolute;
  max-width: 171px;
  bottom: 0;
  left: -30px;
}
@media (max-width: 600px) {
  .s-flow__btm-icon {
    left: 20px;
  }
}
.s-flow__btm-bg {
  position: absolute;
  width: 102lvw;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 600px) {
  .s-flow__btm-bg img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.s-camp {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/bg_camp01.webp);
  color: #fff;
  padding-block: 90px;
  padding-inline: 20px;
}
@media (max-width: 600px) {
  .s-camp {
    padding-block: 50px;
  }
}
.s-camp__colum {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .s-camp__colum {
    flex-direction: column;
  }
}
.s-camp__colum-l {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
}
@media (max-width: 600px) {
  .s-camp__colum-l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.s-camp__colum-l h2 {
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .s-camp__colum-l h2 {
    font-size: 35px;
  }
}
.s-camp__colum-c {
  width: 346px;
}
@media (max-width: 1100px) {
  .s-camp__colum-c {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .s-camp__colum-c {
    width: 100%;
    margin-bottom: 20px;
  }
}
.s-camp__colum ul {
  line-height: 1.8;
  font-size: 20px;
  letter-spacing: 0.06em;
}
@media (max-width: 1100px) {
  .s-camp__colum ul {
    font-size: 16px;
  }
}

.footer {
  background: #0a256f;
  color: #fff;
  padding-inline: 20px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-inline: auto;
  padding-block: 35px;
}
@media (max-width: 1100px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__text p {
  font-size: 18px;
  line-height: 1.65;
}
@media (max-width: 600px) {
  .footer__text p {
    font-size: 15px;
  }
}
.footer__logo {
  max-width: 260px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .footer__logo {
    max-width: 200px;
  }
}
.footer__copy {
  font-size: 18px;
}
@media (max-width: 1100px) {
  .footer__copy {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .footer__copy {
    text-align: center;
    font-size: 14px;
  }
}

.confirm {
  border-top: 10px solid #002da7;
  padding: 0 20px;
}
.confirm_head {
  font-size: 32px;
  font-weight: bold;
  margin-top: 50px;
  color: #002da7;
  text-align: center;
}
.confirm_desc {
  margin-block: 40px 60px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.confirm_box {
  width: 530px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
}
@media (max-width: 834px) {
  .confirm_box {
    width: 100%;
    flex-direction: column;
    font-size: 15px;
  }
}
.confirm_box label {
  width: 30%;
}
@media (max-width: 834px) {
  .confirm_box label {
    width: 100%;
  }
}
.confirm_box p {
  width: 70%;
  padding-left: 100px;
}
@media (max-width: 834px) {
  .confirm_box p {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
}
.confirm_btnbox {
  width: 350px;
  margin: 80px auto 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 834px) {
  .confirm_btnbox {
    width: 100%;
  }
}
.confirm_btn {
  display: inline-block;
  width: 350px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 5px;
  background-color: #0030b4;
  text-align: center;
  margin-bottom: 20px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}
@media (max-width: 834px) {
  .confirm_btn {
    width: 80%;
    margin-inline: auto;
  }
}

.finish {
  border-top: 10px solid #002da7;
  padding: 0 20px;
  padding-bottom: 200px;
}
.finish_message {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-block: 100px;
}
@media (max-width: 834px) {
  .finish_message {
    font-size: 15px;
  }
}
.finish_btn {
  width: 350px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #0030b4;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-inline: auto;
  border-radius: 7px;
}
.finish_btn a {
  padding: 12px 5px;
  display: block;
}
@media (max-width: 834px) {
  .finish_btn {
    width: 80%;
  }
}

.customize-support:has(.finish) .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}/*# sourceMappingURL=index.css.map */