@charset "UTF-8";
/* ----------------------
変数登録
----------------------*/
/* ----------------------
全体共通
----------------------*/
html {
  font-size: 100px;
/*  overflow-x: hidden;*/
/*  scrollbar-width: none;*/
  /* Firefox用 */ }

body {
  font-size: 0.16rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  background: #fff;
  color: #4A4A4A;
/*  overflow-x: hidden;*/
  position: relative; }

@media screen and (min-width: 667px) {
  body {
    line-height: 1.5; } }
@media screen and (min-width: 812px) {
    body {
    font-size: 0.17rem; }
}
section {
  margin: 60px 0; }

@media screen and (min-width: 667px) {
  section {
    margin: 100px 0; } }
.center {
  width: 90%;
  margin: 0 auto; }

@media screen and (min-width: 667px) {
  .center {
    max-width: 1040px; } }
.flow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

/* ----------------------
HEADER FOOTER
----------------------*/
header {
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 0.88rem; }
  header .header__inner {
    width: 91%;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    header .header__inner h1 {
      width: 35%;
      height: 100%;
      aspect-ratio: 1;
      padding-top: 0.33rem; }
      header .header__inner h1 a:hover {
        opacity: .8; }
      header .header__inner h1 img {
        transition: all .4s; }
    header .header__inner .header__nav ul li {
      margin-right: 0.3rem;
      font-weight: 700;
      font-size: 0.18rem;
      transition: all .4s; }
    header .header__inner .header__nav ul li:last-of-type {
      margin-right: 0; }
    header .header__inner .header__nav ul li:hover a {
      color: #00498E; }
    @media screen and (min-width: 1024px) {
      header .header__inner ul li {
        font-size: 0.2rem; } }
  header .header__inner::after {
    position: absolute;
    content: "";
    background: url(../img/tit_wave_sp.webp);
    top: 0;
    left: -5%;
    width: 93.6%;
    padding-top: 45.58%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transition: padding-top 0.4s ease; }
  @media screen and (min-width: 512px) {
    header .header__inner::after {
      background-image: url(../img/tit_wave.webp);
      padding-top: 59.52%;
      width: 60%; } }
  @media screen and (min-width: 1024px) {
    header .header__inner::after {
      width: 504px; } }
  header .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* 2本線の間隔 */
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #00498E;
    border-radius: 50%;
    position: absolute;
    top: 0.24rem;
    right: 0.24rem;
    z-index: 2; }
    header .header__hamburger span {
      display: block;
      width: 61.9%;
      height: 1px;
      background: #fff;
      transition: transform 0.3s ease-in-out; }
  header .drawer-nav {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.88rem 0 0.8rem;
    background: linear-gradient(90deg, #00498E 0%, #0A5EAD 100%);
    width: 100%;
    display: none; }
    header .drawer-nav .header__whitelogo {
      z-index: 2;
      position: absolute;
      left: 0.16rem;
      top: 0.32rem;
      height: 24px; }
      header .drawer-nav .header__whitelogo a figure {
        height: 24px; }
      header .drawer-nav .header__whitelogo a img {
        line-height: 0;
        display: block; }
      header .drawer-nav .header__whitelogo a:hover {
        opacity: .8; }
    header .drawer-nav .header__nav--sp {
      width: 91.4%;
      margin: 0 auto 0.32rem; }
      header .drawer-nav .header__nav--sp li {
        font-weight: 700;
        margin-bottom: 0.2rem;
        text-align: center; }
        header .drawer-nav .header__nav--sp li a {
          color: #fff; }
        header .drawer-nav .header__nav--sp li a:hover {
          opacity: .8; }
    header .drawer-nav .btn a {
      width: 91.4%;
      background: #fff;
      color: #00498E;
      font-weight: 700;
      padding-top: 13px;
      line-height: 1.5; }

header.scrolled .header__inner::after {
  padding-top: 33%; }

@media screen and (min-width: 512px) {
  header.scrolled .header__inner::after {
    padding-top: 28%; } }
@media screen and (min-width: 1024px) {
  header.scrolled .header__inner::after {
    padding-top: 18%; }
    header.scrolled .header__inner::after h1 img {
      width: 180px; }

  header.scrolled .header__inner h1 img {
    width: 152px; } }
@media screen and (min-width: 1600px) {
  header.scrolled .header__inner::after {
    padding-top: 14%; } }
/* アニメーションを追加 */
.header__hamburger.open span:first-child {
  transform: translateY(5.5px) rotate(30deg); }

.header__hamburger.open span:last-child {
  transform: translateY(-5.5px) rotate(-30deg); }

footer {
  background: #fff;
  padding: 0.6rem 0 0.16rem;
  text-align: center; }
  footer .footer__txt {
    flex-flow: column;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #CDCDCD; }
    footer .footer__txt h1 {
      width: 179px;
      height: auto; }
      footer .footer__txt h1 span {
        display: block;
        font-weight: 700;
        font-size: 0.13rem;
        letter-spacing: 0.0039rem;
        color: #00498E;
        text-align: left;
        margin: 0.01rem 0 0.16rem; }
    footer .footer__txt h1:hover {
      opacity: .8; }
    footer .footer__txt p {
      font-size: 0.14rem;
      line-height: 1.429; }
  footer .page_top {
    position: absolute;
    right: 0;
    bottom: 0.16rem;
    width: 0.44rem;
    height: 0.44rem;
    cursor: pointer; }
  footer .page_top:hover {
    opacity: .8; }
  footer .footer__list {
    flex-flow: column;
    padding: 0.16rem 0 0; }
    footer .footer__list .footer__nav li {
      font-size: 0.12rem;
      margin-right: 0.12rem;
      margin-bottom: 0.16rem; }
    footer .footer__list .footer__nav li:last-of-type {
      margin-right: 0; }
    footer .footer__list .footer__nav li:hover {
      opacity: .8; }
    footer .footer__list .footer__copy {
      display: inline-block;
      font-size: 0.12rem; }

footer .center {
  position: relative; }

@media screen and (min-width: 1024px) {
  footer {
    padding: 100px 0 12px; }
    footer .footer__txt {
      -ms-flex-flow: row;
      -webkit-flex-flow: row;
      flex-flow: row;
      ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      ms-flex-align: flex-start;
      -webkit-box-align: flex-start;
      align-items: flex-start;
      padding-bottom: 100px; }
      footer .footer__txt h1 {
        width: 200px;
        margin-right: 0.44rem; }
        footer .footer__txt h1 span {
          font-size: 0.16rem; }
      footer .footer__txt p {
        text-align: left;
        font-size: 0.16rem;
        line-height: 1.5; }
    footer .page_top {
      bottom: 0.92rem;
      width: 0.6rem;
      height: 0.6rem; }
    footer .footer__list {
      -ms-flex-flow: row;
      -webkit-flex-flow: row;
      flex-flow: row;
      padding-top: 0.12rem; }
      footer .footer__list .footer__nav li {
        font-size: 0.14rem;
        margin-bottom: 0; }
      footer .footer__list .footer__copy {
        font-size: 0.12rem; } }
/*reCAPTCHAのバッジを非表示*/
.grecaptcha-badge {
  display: none !important; }

/* ----------------------
BUTTON
----------------------*/
.btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }
  .btn a {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #00498E;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    padding: 16px; }
  .btn a:hover {
    opacity: 0.7; }

/* ----------------------
TITLE
----------------------*/
h2 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.16rem;
  color: #7D7D7D;
  text-align: center;
  margin-bottom: 0.32rem;
  line-height: 1.34; }
  h2 span {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.3rem;
    color: #00498E;
    margin-bottom: 0.04rem;
    display: block; }

@media screen and (min-width: 812px) {
  h2 {
    font-size: 0.2rem;
    margin-bottom: 0.4rem; }
    h2 span {
      font-size: 0.36rem; }
    h2 + p {
      line-height: 1.5;
      text-align: center; } }
h3 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.16rem;
  color: #7D7D7D;
  text-align: left;
  margin-bottom: 0.28rem;
  line-height: 1.34; }
  h3 span {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.24rem;
    color: #00498E;
    margin-top: 0.06rem;
    display: block;
    position: relative;
    padding-left: 0.12rem; }
  h3 span::after {
    position: absolute;
    content: "";
    background: #00498E;
    border-radius: 50%;
    width: 0.06rem;
    height: 0.06rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }

@media screen and (min-width: 812px) {
  h3 {
    font-size: 0.22rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.32rem; }
    h3 span {
      margin: 0;
        font-size: 0.28rem;
      padding-left: 0.14rem; } }
h4 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.18rem;
  color: #000;
  text-align: left;
  margin-bottom: 0.24rem;
  line-height: 1.22;
  position: relative;
  display: inline-block; }

h4::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #000;
  bottom: -0.04rem;
  left: 0; }

@media screen and (min-width: 812px) {
  h4 {
    font-size: 0.2rem;
    margin-bottom: 0.36rem; } }
.ttl {
  margin-top: 1.22rem; }
  .ttl .ttl__inner h2 {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-size: 0.26rem;
    line-height: 1.346;
    letter-spacing: 0.002em;
color: #00498E;}
    .ttl .ttl__inner h2 .ttl__sub {
      color: #4A4A4A;
font-size: 0.14rem;}

@media screen and (min-width: 812px) {
  .ttl {
    margin: 1.42rem 0 1.35rem; } }
@media screen and (min-width: 1024px) {
  .ttl .ttl__inner h2 {
    font-size: 0.36rem;
    line-height: 1.389;
    letter-spacing: 0.002em;
    color: #00498E;}
    .ttl .ttl__inner h2 .ttl__sub {
      font-size: 0.18rem; } }
/* ----------------------
表示非表示
----------------------*/
.header__nav {
  display: none; }

@media screen and (min-width: 812px) {
  header .header__nav {
    display: block; }
  header .header__hamburger {
    display: none; } }
