@charset "UTF-8";
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
.grecaptcha-badge {
  visibility: hidden; }

/*********************************************/
body {
  transition: .3s;
  padding: 102px 0 0;
  background-color: #1C2B83;
  background-image: url("../images/common/top_try.svg"), url("../images/common/mid_try.svg");
  background-size: 1080px auto, 764px auto;
  background-position: left top,right top 30%;
  background-repeat: no-repeat; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  body {
    background-image: url("../images/common/top_try.svg"), url("../images/common/mid_try.svg");
    background-size: 95vw auto, 95vw auto; } }
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  body {
    background-image: url("../images/common/top_try.svg"), url("../images/common/mid_try.svg");
    background-size: 95vw auto, 95vw auto; } }
/*max-width:480px*/
/*********************************************/
header {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 888; }

.header_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 25px 40px 20px; }
  .header_box a {
    transition: .3s;
    color: #fff;
    text-decoration: none; }
  .header_box p.site_ttl {
    width: 320px; }
    .header_box p.site_ttl a {
      color: #fff;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: center; }
      .header_box p.site_ttl a .logo {
        display: block;
        position: relative;
        padding: 60px 0 0;
        font: 1rem/1.5em "Noto Sans", sans-serif;
        font-weight: 500;
        width: 120px;
        margin: 0 20px 0 0;
        text-align: center; }
        .header_box p.site_ttl a .logo:before {
          position: absolute;
          content: "";
          display: block;
          background: url("../images/logo.svg") center center no-repeat;
          background-size: contain;
          aspect-ratio: 132/60;
          width: 100%;
          max-width: 120px;
          height: auto;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0%); }
      .header_box p.site_ttl a .txt {
        width: calc(100% - 140px);
        display: block;
        position: relative;
        text-align: left;
        padding: 20px 0 0 0;
        font: 1.6rem/1.5em "Noto Sans", sans-serif;
        font-weight: 500; }
        .header_box p.site_ttl a .txt:before {
          position: absolute;
          content: "";
          display: block;
          background: url("../images/common/header_txt.svg") center left no-repeat;
          background-size: contain;
          aspect-ratio: 97/9;
          width: 100%;
          max-width: 180px;
          height: auto;
          top: 0;
          left: 0; }

.header_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 410px);
  max-width: 910px;
  padding: 0 0 0 30px; }
  .header_nav .list_nav {
    width: calc(100% - 345px);
    max-width: 535px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font: 1.6rem/1em "Noto Sans", sans-serif;
    font-weight: 700; }
    .header_nav .list_nav .nav_insutaguramu {
      display: block;
      background: url("../images/common/Icon_feather-instagram.svg") center center no-repeat;
      background-size: contain;
      width: 27px;
      height: 27px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .header_nav .list_nav li.sub_list_nav {
      position: relative; }
      .header_nav .list_nav li.sub_list_nav.active span:before {
        top: 6px; }
      .header_nav .list_nav li.sub_list_nav span {
        padding: 0 0 0 18px;
        position: relative;
        display: block; }
        .header_nav .list_nav li.sub_list_nav span:before {
          transition: .3s;
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          border-top: 8px solid #8de5ff;
          border-bottom: 0;
          left: 0;
          top: 3px; }
      .header_nav .list_nav li.sub_list_nav div {
        display: none;
        pointer-events: none;
        width: 100%;
        padding: 10px;
        background-color: #333;
        position: absolute;
        top: auto;
        bottom: -150px;
        left: 50%;
        transform: translate(-50%, 0%);
        border-radius: 10px; }
        .header_nav .list_nav li.sub_list_nav div a {
          transition: .3s;
          display: block;
          padding: 10px 0; }
        .header_nav .list_nav li.sub_list_nav div.active {
          pointer-events: all;
          display: block; }
  .header_nav .btn_nav {
    margin: 0 0 0 25px;
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .header_nav .btn_nav a {
      transition: .3s;
      border-radius: 5px;
      font: 1.5rem/48px "Noto Sans", sans-serif;
      font-weight: 700;
      display: block;
      width: fit-content;
      padding: 0 20px;
      background: #000;
      color: #fff;
      text-align: center; }

@media (hover: hover) {
  .header_box a:hover {
    color: #8DE5FF; }
  .header_box p.site_ttl a:hover {
    opacity: 0.5; }

  .header_nav .list_nav .nav_insutaguramu:hover {
    transform: rotate(25deg); }
  .header_nav .list_nav li.sub_list_nav.active span:hover {
    color: #8DE5FF; }
    .header_nav .list_nav li.sub_list_nav.active span:hover:before {
      top: 6px; }
  .header_nav .list_nav li.sub_list_nav span:hover {
    cursor: pointer; }
    .header_nav .list_nav li.sub_list_nav span:hover:before {
      top: 6px; }
  .header_nav .list_nav li.sub_list_nav div a:hover {
    color: #8DE5FF; }
  .header_nav .btn_nav a:hover {
    background: #8DE5FF;
    color: #1C2B83; } }
@media (max-width: 1380px) {
  .header_box {
    padding: 25px 30px 20px; }

  .header_nav {
    width: calc(100% - 420px);
    max-width: 910px;
    padding: 0 0; }
    .header_nav .list_nav {
      width: calc(100% - 325px); }
    .header_nav .btn_nav {
      margin: 0 0 0 20px;
      width: 305px; }
      .header_nav .btn_nav a {
        padding: 0 16px; } }
/*max-width:1380px*/
@media (max-width: 1280px) {
  .header_box {
    padding: 25px 30px 20px; }
    .header_box.active {
      position: relative;
      z-index: 8888; }
      .header_box.active .header_nav {
        display: none; }
    .header_box a {
      color: #fff;
      text-decoration: none; }

  .header_nav {
    width: calc(100% - 430px);
    padding: 0 25px 0 25px; }
    .header_nav .list_nav {
      max-width: 27px; }
      .header_nav .list_nav li {
        display: none; }
        .header_nav .list_nav li:last-of-type {
          display: block; }
    .header_nav .btn_nav {
      margin: 0 0 0 25px;
      width: 100%;
      max-width: 320px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .header_nav .btn_nav a {
        border-radius: 5px;
        font: 1.5rem/48px "Noto Sans", sans-serif;
        font-weight: 700;
        display: block;
        width: fit-content;
        padding: 0 20px;
        background: #000;
        color: #fff;
        text-align: center; } }
/*max-width:1380px*/
@media (max-width: 1024px) {
  .header_box {
    padding: 20px 30px 20px; }

  .header_nav {
    display: none; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .header_box {
    padding: 20px 25px 20px; }
    .header_box a {
      color: #fff;
      text-decoration: none; }
    .header_box p.site_ttl {
      width: 330px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .header_box {
    padding: 18px 15px 18px; }
    .header_box a {
      color: #fff;
      text-decoration: none; }
    .header_box p.site_ttl {
      width: 290px; }
      .header_box p.site_ttl a .logo {
        padding: 52px 0 0;
        font: 0.9rem/1.5em "Noto Sans", sans-serif;
        font-weight: 500;
        width: 104px;
        margin: 0 13px 0 0; }
      .header_box p.site_ttl a .txt {
        width: calc(100% - 120px);
        max-width: 155px;
        padding: 20px 0 0 1px;
        font: 1.4rem/1.5em "Noto Sans", sans-serif;
        font-weight: 500; } }
/*max-width:480px*/
.toggle {
  display: none; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .toggle {
    background-color: inherit;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #8DE5FF;
    border-radius: 50%;
    position: relative; }
    .toggle span {
      width: 20px;
      height: 2px;
      background-color: #8DE5FF;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .3s; }
      .toggle span:nth-of-type(1) {
        top: 40%; }
      .toggle span:nth-of-type(2) {
        top: 60%; }
    .toggle.active {
      border: 1px solid #fff; }
      .toggle.active span {
        background-color: #fff; }
        .toggle.active span:nth-of-type(1) {
          top: 50%;
          transform: translate(-50%, -50%) rotate(45deg); }
        .toggle.active span:nth-of-type(2) {
          top: 50%;
          transform: translate(-50%, -50%) rotate(-45deg); } }
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .toggle {
    position: absolute;
    top: 18px;
    right: 15px; } }
/*max-width:480px*/
/*********************************************/
.mega_nav {
  transform: scaleX(0);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  z-index: -1;
  visibility: hidden;
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  background: linear-gradient(#8DE5FF, #0082FF);
  overflow: hidden; }
  .mega_nav.active {
    visibility: visible;
    transform: scaleX(1);
    opacity: 1;
    pointer-events: all;
    z-index: 7777; }
  .mega_nav .gnav {
    scrollbar-gutter: stable;
    height: 100%;
    padding: 150px 50px 100px;
    box-sizing: border-box;
    overflow-y: scroll; }
    .mega_nav .gnav::-webkit-scrollbar {
      width: 14px; }
    .mega_nav .gnav::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0); }
    .mega_nav .gnav::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0);
      border-radius: 4px; }
  .mega_nav .gnav_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 640px;
    margin: 0 auto 95px; }
    .mega_nav .gnav_box ul {
      width: calc((100% - 40px)/2);
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .mega_nav .gnav_box ul a, .mega_nav .gnav_box ul span {
        transition: .3s;
        font: 1.6rem/55px "Noto Sans", sans-serif;
        font-weight: 700;
        display: block;
        text-decoration: none;
        position: relative; }
        .mega_nav .gnav_box ul a:before, .mega_nav .gnav_box ul span:before {
          transition: .3s;
          display: block;
          background: url("../images/common/gnav_arrow.svg") center center no-repeat;
          background-size: contain;
          width: 13px;
          height: 13px;
          position: absolute;
          content: "";
          right: 0;
          top: 20px; }
        .mega_nav .gnav_box ul a.dot, .mega_nav .gnav_box ul span.dot {
          font: 1.5rem/30px "Noto Sans", sans-serif;
          font-weight: 700;
          margin: 8px 0 7px;
          height: auto;
          position: relative; }
          .mega_nav .gnav_box ul a.dot:before, .mega_nav .gnav_box ul span.dot:before {
            display: none; }
      .mega_nav .gnav_box ul span {
        margin: 43px 0 0; }
    .mega_nav .gnav_box li {
      position: relative;
      margin: 0 0 20px;
      border-bottom: 1px solid #000; }
  .mega_nav .btn_gnav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 35px; }
    .mega_nav .btn_gnav a {
      transition: .3s;
      font: 1.5rem/50px "Noto Sans", sans-serif;
      font-weight: 700;
      display: block;
      width: fit-content;
      padding: 0 30px;
      background-color: #000;
      border: 1px solid #000;
      color: #fff;
      text-align: center;
      border-radius: 10px;
      margin: 0 15px;
      text-decoration: none; }
  .mega_nav .gnav_privacy {
    transition: .3s;
    text-decoration: none;
    font: 1.5rem/50px "Noto Sans", sans-serif;
    font-weight: 700;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0 30px; }

@media (hover: hover) {
  .mega_nav .gnav_box ul a:hover:before {
    right: -10px; }
  .mega_nav .gnav_box ul a:hover.dot:hover {
    padding: 0 0 0 10px; }
    .mega_nav .gnav_box ul a:hover.dot:hover:before {
      display: none; }
  .mega_nav .btn_gnav a:hover {
    color: #1C2B83;
    background-color: #8DE5FF; }
  .mega_nav .gnav_privacy:hover {
    top: -5px;
    background-color: #1C2B83;
    border-radius: 5px;
    color: #fff; } }
@media (max-width: 768px) {
  .mega_nav .gnav {
    padding: 110px 40px 150px; }
  .mega_nav .gnav_box {
    display: block;
    max-width: 480px;
    margin: 0 auto 45px; }
    .mega_nav .gnav_box ul {
      width: 100%; }
      .mega_nav .gnav_box ul a, .mega_nav .gnav_box ul span {
        font: 1.8rem/60px "Noto Sans", sans-serif;
        font-weight: 700; }
        .mega_nav .gnav_box ul a:before, .mega_nav .gnav_box ul span:before {
          top: 23px; }
        .mega_nav .gnav_box ul a.dot, .mega_nav .gnav_box ul span.dot {
          font: 1.6rem/40px "Noto Sans", sans-serif;
          font-weight: 700;
          margin: 0px 0 5px; }
      .mega_nav .gnav_box ul span {
        margin: 0; }
    .mega_nav .gnav_box li {
      margin: 0 0 10px; }
  .mega_nav .btn_gnav {
    max-width: 480px;
    display: block;
    margin: 0 auto 35px; }
    .mega_nav .btn_gnav a {
      width: 100%;
      font: 1.8rem/60px "Noto Sans", sans-serif;
      font-weight: 700;
      margin: 0 0 15px; }
  .mega_nav .gnav_privacy {
    font: 1.6rem/50px "Noto Sans", sans-serif;
    font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mega_nav .gnav {
    padding: 110px 20px 150px; } }
/*max-width:480px*/
/*********************************************/
.team_athletes {
  width: 100%;
  padding: 0 0 75px;
  position: relative; }
  .team_athletes:before {
    display: block;
    position: absolute;
    content: "";
    display: block;
    background-color: #1C1E5F;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0; }

.team_athletes_box {
  max-width: 1600px;
  width: calc(100% - 80px);
  margin: 0 0 0 auto;
  position: relative;
  padding: 90px 0 0 0; }
  .team_athletes_box > p {
    position: absolute;
    top: 0;
    left: 0;
    width: 243px;
    color: #fff;
    text-align: center;
    z-index: 10; }
    .team_athletes_box > p .img {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      display: block;
      aspect-ratio: 243/558;
      width: 100%;
      height: auto;
      background: url("../images/common/team_txt.svg") center top no-repeat;
      background-size: contain;
      margin: 0 0 20px; }
    .team_athletes_box > p .txt {
      font: 2.4rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      width: 100%;
      writing-mode: vertical-rl;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
  .team_athletes_box .team_athletes_mv {
    height: 820px;
    width: calc(100% - 200px);
    max-width: 1400px;
    background-color: #000;
    border-radius: 40px;
    margin: 0 0 0 auto;
    position: relative; }
    .team_athletes_box .team_athletes_mv:before {
      position: absolute;
      content: "";
      display: block;
      aspect-ratio: 775/576;
      width: 100%;
      max-width: 775px;
      height: auto;
      left: 130px;
      top: 80px;
      z-index: 80;
      background-image: url("../images/common/team_bg_03.svg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: contain; }
    .team_athletes_box .team_athletes_mv .member {
      display: block;
      background: url("../images/common/team_image.webp") bottom right -220px no-repeat;
      background-size: contain;
      aspect-ratio: 1046/886;
      width: 100%;
      max-width: 1046px;
      height: auto;
      position: absolute;
      bottom: -80px;
      right: 0; }

@media (max-width: 1280px) {
  .team_athletes_box .team_athletes_mv:before {
    width: 70%;
    max-width: 775px;
    height: auto;
    left: 100px;
    top: 80px; }
  .team_athletes_box .team_athletes_mv .member {
    width: 860px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .team_athletes {
    width: 100%;
    padding: 0 0 75px;
    position: relative; }
    .team_athletes:before {
      display: block;
      position: absolute;
      content: "";
      display: block;
      background-color: #1C1E5F;
      width: 100%;
      height: 70%;
      left: 0;
      bottom: 0; }

  .team_athletes_box {
    max-width: 1600px;
    width: calc(100% - 80px);
    margin: 0 0 0 auto;
    position: relative;
    padding: 90px 0 0 0; }
    .team_athletes_box > p {
      position: relative;
      top: 0;
      left: 0;
      width: 90%;
      max-width: 1400px;
      color: #fff;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-end;
      z-index: 10; }
      .team_athletes_box > p .img {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        display: block;
        aspect-ratio: 372/159;
        width: calc(100% - 280px);
        max-width: 384px;
        height: auto;
        background: url("../images/common/team_txt_sp.svg") center top no-repeat;
        background-size: contain;
        margin: 0 50px 0 0; }
      .team_athletes_box > p .txt {
        margin: 0 0 30px;
        letter-spacing: 0.05em;
        font: 2.4rem/1em "Noto Sans", sans-serif;
        font-weight: 700;
        writing-mode: horizontal-tb;
        display: block;
        width: fit-content; }
    .team_athletes_box .team_athletes_mv {
      height: 640px;
      width: 100%;
      max-width: 1400px;
      background-color: #000;
      border-radius: 40px;
      margin: -30px 0 0 auto;
      position: relative; }
      .team_athletes_box .team_athletes_mv:before {
        position: absolute;
        content: "";
        display: block;
        aspect-ratio: 775/576;
        width: 70%;
        max-width: 775px;
        height: auto;
        left: 10%;
        top: 10%;
        z-index: 80;
        background-image: url("../images/common/team_bg_03.svg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain; }
      .team_athletes_box .team_athletes_mv .member {
        display: block;
        background: url("../images/common/team_image.webp") bottom right -110px no-repeat;
        background-size: contain;
        aspect-ratio: 1046/886;
        width: 90%;
        max-width: 1046px;
        height: auto;
        position: absolute;
        bottom: -80px;
        right: 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .team_athletes {
    width: 100%;
    padding: 0 0 75px;
    position: relative; }
    .team_athletes:before {
      height: 100px; }
    .team_athletes:after {
      transition: .3s;
      content: "";
      position: absolute;
      top: -10%;
      left: 0;
      width: 100%;
      aspect-ratio: 1 / 1;
      max-width: 95vw;
      background-image: url("../images/common/btm_try.svg");
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: contain;
      pointer-events: none;
      z-index: -1; }

  .team_athletes_box {
    max-width: 1600px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    padding: 90px 0 0 0; }
    .team_athletes_box > p {
      width: calc(100% - 40px);
      max-width: 480px;
      color: #fff;
      margin: 0 auto 25px;
      display: block;
      z-index: 10; }
      .team_athletes_box > p .img {
        width: 100%;
        margin: 0 0 20px; }
      .team_athletes_box > p .txt {
        margin: 0;
        letter-spacing: 0.05em;
        font: 2.4rem/1em "Noto Sans", sans-serif;
        font-weight: 700; }
    .team_athletes_box .team_athletes_mv {
      height: auto;
      width: 100%;
      margin: 0 auto;
      padding: 25% 0 0; }
      .team_athletes_box .team_athletes_mv:before {
        aspect-ratio: 772/422;
        width: calc(100% - 80px);
        max-width: 772px;
        height: auto;
        top: 5%;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 80;
        background-image: url("../images/common/team_bg-01.svg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain; }
      .team_athletes_box .team_athletes_mv:after {
        position: absolute;
        content: "";
        aspect-ratio: 483/81;
        width: calc(100% - 80px);
        max-width: 483px;
        height: auto;
        top: auto;
        bottom: -80px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 80;
        background-image: url("../images/common/team_bg-02.svg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain; }
      .team_athletes_box .team_athletes_mv .member {
        display: block;
        background: url("../images/common/team_image.webp") bottom right -60px no-repeat;
        background-size: contain;
        aspect-ratio: 1046/886;
        width: calc(100%);
        max-width: 1046px;
        height: auto;
        position: relative;
        bottom: -80px;
        right: auto;
        left: auto;
        margin: 0 0 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .team_athletes_box {
    padding: 40px 0 0 0; }
    .team_athletes_box > p {
      width: calc(100% - 40px);
      max-width: 350px; }
      .team_athletes_box > p .img {
        max-width: 240px; }
    .team_athletes_box .team_athletes_mv {
      padding: 20% 0 0; }
      .team_athletes_box .team_athletes_mv:before {
        aspect-ratio: 772/422;
        width: calc(100% - 60px); }
      .team_athletes_box .team_athletes_mv:after {
        bottom: -50px; }
      .team_athletes_box .team_athletes_mv .member {
        background: url("../images/common/team_image.webp") bottom right -50px no-repeat;
        background-size: cover;
        aspect-ratio: 950/886;
        width: calc(100%);
        bottom: -50px;
        margin: 0 auto; } }
/*max-width:480px*/
/*********************************************/
footer {
  background: #1C1E5F;
  position: relative; }
  footer:before {
    transition: .3s;
    content: "";
    position: absolute;
    bottom: 150%;
    left: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 1920px;
    background-image: url("../images/common/btm_try.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    pointer-events: none;
    z-index: -1; }

@media (min-width: 1920px) {
  footer:before {
    background-size: contain; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  footer:before {
    background-size: 95vw auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  footer:before {
    display: none; } }
/*max-width:768px*/
/*max-width:480px*/
/*********************************************/
.footer_box {
  padding: 125px 0 150px;
  max-width: 1520px;
  width: calc(100% - 160px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.footer_left {
  color: #fff; }
  .footer_left .logo {
    display: block;
    font: 2.2rem/1.5em "Noto Sans", sans-serif;
    font-weight: 700;
    padding: 0 0 0 160px;
    position: relative;
    margin: 0 0 20px; }
    .footer_left .logo span {
      display: block;
      font: 2rem/1.5em "Noto Sans", sans-serif;
      font-weight: 700; }
    .footer_left .logo:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/logo.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 132/60;
      width: 100%;
      max-width: 132px;
      height: auto;
      top: 50%;
      left: 0%;
      transform: translate(0%, -50%); }
  .footer_left address {
    font: 1.5rem/2em "Noto Sans", sans-serif;
    font-weight: 700; }
  .footer_left a {
    text-decoration: none; }

.footer_right {
  max-width: 580px;
  width: calc(100% - 450px); }
  .footer_right > div {
    margin: 0 0 0 auto;
    max-width: 475px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  .footer_right .list_nav {
    font: 1.6rem/1em "Noto Sans", sans-serif;
    font-weight: 700; }
    .footer_right .list_nav a, .footer_right .list_nav span {
      display: block;
      width: fit-content;
      color: #fff;
      text-decoration: none;
      font: 1.6rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      transition: .3s; }
      .footer_right .list_nav a.dot, .footer_right .list_nav span.dot {
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 700;
        margin: 20px 0 0 0;
        position: relative; }
    .footer_right .list_nav li {
      padding: 0 0 0 15px;
      position: relative;
      margin: 0 0 28px; }
      .footer_right .list_nav li:before {
        position: absolute;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        left: 0;
        top: 4px;
        background: #8DE5FF; }
  .footer_right .instagram {
    transition: .3s;
    display: block;
    background: url("../images/common/Icon_feather-instagram.svg") center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  .footer_right .btn_nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 65px auto; }
    .footer_right .btn_nav a {
      transition: .3s;
      border-radius: 25px;
      font: 1.6rem/49px "Noto Sans", sans-serif;
      font-weight: 700;
      height: 50px;
      display: block;
      text-decoration: none;
      width: fit-content;
      padding: 0 26px;
      background: #8DE5FF;
      border: 1px solid #8DE5FF;
      color: #1C2B83;
      text-align: center; }

@media (hover: hover) {
  .footer_right .list_nav a:hover {
    color: #8DE5FF; }
  .footer_right .instagram:hover {
    transform: rotate(25deg); }
  .footer_right .btn_nav a:hover {
    color: #8DE5FF;
    background-color: #1C2B83; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .footer_box {
    padding: 125px 0 100px;
    max-width: 1520px;
    width: calc(100% - 160px);
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }

  .footer_right {
    max-width: 580px;
    width: 100%;
    order: 1;
    margin: 0 auto 50px;
    padding: 0; }
    .footer_right > div {
      margin: 0 auto;
      max-width: 475px;
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }

  .footer_left {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    order: 2; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_box {
    padding: 125px 0 100px;
    max-width: 1520px;
    width: calc(100% - 80px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_box {
    padding: 125px 0 100px;
    max-width: 1520px;
    width: calc(100% - 40px); }

  .footer_right {
    margin: 0 auto 60px; }
    .footer_right .list_nav {
      width: 100%;
      margin: 0; }
    .footer_right .list_nav li,
    .footer_right .instagram {
      display: none; }
      .footer_right .list_nav li.block,
      .footer_right .instagram.block {
        display: block;
        margin: 0 auto;
        width: fit-content; }
    .footer_right .btn_nav {
      width: 100%;
      max-width: 350px;
      display: block;
      margin: 0 auto 30px; }
      .footer_right .btn_nav li {
        margin: 0 0 20px; }
      .footer_right .btn_nav a {
        border-radius: 25px;
        font: 1.6rem/48px "Noto Sans", sans-serif;
        font-weight: 700;
        display: block;
        text-decoration: none;
        width: 100%;
        padding: 0 25px;
        background: #8DE5FF;
        color: #1C2B83;
        text-align: center; }

  .footer_left {
    width: 100%;
    max-width: 350px; }
    .footer_left .logo {
      display: block;
      font: 1.8rem/1.5em "Noto Sans", sans-serif;
      font-weight: 700;
      padding: 0 0 0 120px; }
      .footer_left .logo span {
        display: block;
        font: 1.6rem/1.5em "Noto Sans", sans-serif;
        font-weight: 700; }
      .footer_left .logo:before {
        max-width: 100px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_box {
    padding: 55px 0 100px;
    max-width: 350px;
    width: calc(100% - 40px); }

  .footer_right {
    margin: 0 auto 60px;
    max-width: 260px; }

  .footer_left {
    width: 100%;
    max-width: 315px; }
    .footer_left .logo {
      display: block;
      font: 1.7rem/1.5em "Noto Sans", sans-serif;
      font-weight: 700;
      padding: 0 0 0 120px; }
      .footer_left .logo span {
        display: block;
        font: 1.6rem/1.5em "Noto Sans", sans-serif;
        font-weight: 700; }
      .footer_left .logo:before {
        max-width: 100px; } }
/*max-width:480px*/
/*********************************************/
.circle_page {
  position: absolute;
  right: 40px;
  top: 120px;
  background-color: #8DE5FF;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  z-index: 50;
  overflow: hidden;
  transition: .3s; }
  .circle_page a {
    padding: 72px 0 0;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 50;
    position: relative;
    text-align: center;
    text-decoration: none;
    font: 2.3rem/1.3em "Noto Sans", sans-serif;
    color: #1C2B83;
    font-weight: 700;
    letter-spacing: 0.05em; }
  .circle_page:after {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/index/circle_bg.svg");
    background-size: contain;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1; }
  .circle_page:before {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/index/circle_txrt.svg");
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    transform-origin: center center;
    animation: circleRotate 14s linear infinite;
    will-change: transform; }

@keyframes circleRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
@media (hover: hover) {
  .circle_page:hover {
    box-shadow: 0 0 10px 5px #8de5ff;
    transform: scale(1.05);
    transform-origin: center center; } }
@media (max-width: 1280px) {
  .circle_page {
    top: 110px; } }
@media (max-width: 1024px) {
  .circle_page {
    right: 40px;
    width: 150px;
    height: 150px; }
    .circle_page a {
      padding: 65px 0 0;
      font: 2rem/1.3em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em; }
    .circle_page:after {
      width: 28px;
      height: 28px;
      top: 28px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .circle_page {
    right: 20px;
    top: 105px;
    width: 125px;
    height: 125px; }
    .circle_page a {
      padding: 52px 0 0;
      font: 1.7rem/1.3em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em; }
    .circle_page:after {
      width: 22px;
      height: 22px;
      top: 23px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .circle_page {
    right: 20px;
    top: 220px;
    width: 115px;
    height: 115px;
    transform: scale(0.8);
    transform-origin: center right; }
    .circle_page a {
      padding: 50px 0 0;
      font: 1.5rem/1.3em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em; }
    .circle_page:after {
      width: 21px;
      height: 21px;
      top: 21px; } }
/*max-width:480px*/
/*********************************************/
.page_head,
.page_head_single {
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 0 0; }
  .page_head .catch,
  .page_head_single .catch {
    display: block;
    background: url("../images/common/page_head.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    aspect-ratio: 318/348;
    width: 100%;
    max-width: 318px;
    height: auto;
    top: 30px;
    left: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.page_ttl,
.single_ttl {
  width: calc(100% - 160px);
  position: relative;
  z-index: 10; }

.page_ttl {
  padding-top: 200px; }

.single_ttl {
  padding-top: 50px; }

.single_ttl {
  padding-bottom: 15px;
  max-width: 1080px;
  margin: 0 auto 50px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #606BA8; }
  .single_ttl span {
    display: block;
    width: 140px;
    height: 40px;
    color: #1C2B83;
    background-color: #8DE5FF;
    text-align: center;
    font: 1.5rem/40px "Noto Sans", sans-serif;
    font-weight: 700;
    border-radius: 50px;
    float: left;
    margin: 0 17px 50px 0; }
  .single_ttl time {
    display: block;
    color: #8DE5FF;
    font: 1.7rem/40px "Urbanist", sans-serif;
    font-weight: 700; }
  .single_ttl h1 {
    clear: both;
    text-align: justify;
    text-justify: inter-ideograph;
    font: 3.2rem/1.6em "Noto Sans", sans-serif;
    font-weight: 700;
    color: #fff; }

.page_ttl {
  max-width: 1320px;
  margin: 0 auto; }
  .page_ttl h1 {
    text-align: right;
    color: #3E4B96;
    font: 16rem/1em "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 0 35px; }
    .page_ttl h1 span {
      margin: -10px 0 0;
      display: block;
      color: #fff;
      font: 3rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.06em; }

@media (max-width: 1280px) {
  .page_head .catch,
  .page_head_single .catch {
    max-width: 280px; }

  .page_ttl,
  .single_ttl {
    width: calc(100% - 100px); }

  .page_ttl h1 {
    font: 13rem/1em "Bebas Neue", sans-serif;
    font-weight: 400; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .page_head,
  .page_head_single {
    padding: 10px 0 0 0;
    width: calc(100% - 100px); }
    .page_head .catch,
    .page_head_single .catch {
      position: relative;
      top: auto;
      left: auto;
      max-width: 280px;
      margin: 0 0 30px; }

  .page_ttl,
  .single_ttl {
    padding-top: 0;
    width: 100%; }

  .page_ttl h1 {
    font: 12rem/1em "Bebas Neue", sans-serif;
    font-weight: 400; }
    .page_ttl h1 span {
      margin: -10px 0 0;
      display: block;
      color: #fff;
      font: 2.5rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.06em; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_head,
  .page_head_single {
    padding: 10px 0 0 0;
    width: calc(100% - 60px); }
    .page_head p,
    .page_head_single p {
      position: relative;
      top: auto;
      left: auto;
      max-width: 200px;
      margin: 0 0 20px; }

  .page_ttl,
  .single_ttl {
    width: 100%;
    max-width: 480px; }

  .single_ttl {
    padding-bottom: 15px; }
    .single_ttl span {
      margin-bottom: 30px; }
    .single_ttl time {
      display: block;
      color: #8DE5FF;
      font: 1.6rem/40px "Urbanist", sans-serif;
      font-weight: 700; }
    .single_ttl h1 {
      font: 2.6rem/1.6em "Noto Sans", sans-serif;
      font-weight: 700;
      color: #fff; }

  .page_ttl h1 {
    text-align: center;
    font: 7.5rem/1em "Bebas Neue", sans-serif;
    font-weight: 400; }
    .page_ttl h1 span {
      margin: 0px 0 0;
      display: block;
      color: #fff;
      font: 2rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.06em; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_head,
  .page_head_single {
    padding: 0 0 0 0;
    width: calc(100% - 40px); }
    .page_head p,
    .page_head_single p {
      position: relative;
      top: auto;
      left: auto;
      max-width: 200px;
      margin: 0 0 20px; }
    .page_head .catch,
    .page_head_single .catch {
      position: relative;
      top: auto;
      left: auto;
      max-width: 220px;
      margin: 0 0 30px; }

  .page_ttl,
  .single_ttl {
    width: 100%;
    max-width: 350px; }

  .single_ttl {
    padding-bottom: 15px;
    margin: 0 auto 35px; }
    .single_ttl span {
      width: 130px;
      height: 35px;
      font: 1.4rem / 35px "Noto Sans", sans-serif;
      font-weight: 700;
      margin: 0 17px 20px 0; }
    .single_ttl time {
      font: 1.4rem/35px "Urbanist", sans-serif;
      font-weight: 700; }
    .single_ttl h1 {
      font: 2.2rem/1.6em "Noto Sans", sans-serif;
      font-weight: 700; }

  .page_ttl h1 {
    font: 5.8rem/1em "Bebas Neue", sans-serif;
    font-weight: 400; }
    .page_ttl h1 span {
      margin: 5px 0 0;
      font: 1.8rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.06em; } }
/*max-width:480px*/
/*********************************************/
.pagination {
  width: calc(100% - 160px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .pagination a, .pagination span {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #606BA8;
    text-align: center;
    font: 1.8rem/28px "Urbanist", sans-serif;
    font-weight: 700;
    margin: 5px;
    color: #fff;
    text-decoration: none; }
  .pagination a:hover {
    opacity: 0.5s; }
  .pagination span {
    border: 1px solid #c9caca;
    background-color: #8DE5FF;
    color: #1C2B83; }

@media (max-width: 1280px) {
  .pagination {
    width: calc(100% - 100px); } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .pagination {
    width: calc(100% - 60px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .pagination {
    width: 100%;
    max-width: 350px; }
    .pagination a, .pagination span {
      display: block;
      width: 28px;
      height: 28px;
      border: 1px solid #606BA8;
      text-align: center;
      font: 1.6rem/26px "Urbanist", sans-serif;
      font-weight: 700;
      margin: 5px;
      color: #fff;
      text-decoration: none; } }
/*max-width:480px*/
.no_single {
  color: #fff;
  width: 100% !important;
  padding: 15px !important;
  max-width: 100% !important;
  text-align: center !important;
  font: 1.8rem/1em "Noto Sans", sans-serif !important;
  font-weight: 500 !important; }

.bnr_box {
  padding: 115px 50px 110px;
  border-top: 50px solid #1C1E5F;
  background-color: #fff; }
  .bnr_box > div {
    max-width: 1050px;
    width: calc(100% - 80px);
    margin: 0 auto; }
  .bnr_box p {
    font: 7rem/1em "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
    color: #1C1E5F; }
    .bnr_box p span {
      margin: 5px 0 0;
      display: block;
      font: 2.4rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em; }
    .bnr_box p br {
      display: none; }
  .bnr_box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .bnr_box li {
    max-width: 240px;
    width: calc((100% - 90px)/4);
    margin: 0 30px 30px 0; }
    .bnr_box li:nth-of-type(4n) {
      margin-right: 0; }
    .bnr_box li a, .bnr_box li span {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      border: 1px solid #ccc;
      overflow: hidden;
      aspect-ratio: 240/80; }
      .bnr_box li a img, .bnr_box li span img {
        transition: .3s;
        object-fit: cover;
        width: 100%;
        height: 100%; }

@media (hover: hover) {
  .bnr_box li a:hover img {
    transform: scale(1.1);
    transform-origin: center center; } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .bnr_box {
    padding: 80px 50px 80px; }
    .bnr_box > div {
      max-width: 480px;
      width: 100%;
      margin: 0 auto; }
    .bnr_box p {
      font: 6.2rem/1em "Bebas Neue", sans-serif;
      font-weight: 400;
      letter-spacing: 0.08em; }
      .bnr_box p span {
        display: block;
        font: 2rem/1em "Noto Sans", sans-serif;
        font-weight: 700;
        letter-spacing: 0.02em; }
    .bnr_box ul {
      justify-content: space-between; }
    .bnr_box li {
      max-width: 240px;
      width: calc((100% - 10px)/2);
      margin: 0 0 10px 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .bnr_box {
    padding: 60px 20px 70px;
    border-top: 20px solid #1C1E5F; }
    .bnr_box > div {
      max-width: 350px;
      width: calc(100% - 0px);
      margin: 0 auto; }
    .bnr_box p {
      text-align: center;
      font: 5.8rem/1em "Bebas Neue", sans-serif;
      font-weight: 400;
      margin-bottom: 40px;
      letter-spacing: 0.08em; } }
/*max-width:480px*/
