@charset "UTF-8";
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

@keyframes slideInSidebar {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(100px) scale(1);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.is-play {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0.8, 0.55, 0.98);
}

body {
  width: 100%;
  line-height: 1.5;
  border: none;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

@media screen and (min-width: 768px) {
  #wrap {
    min-width: 1280px;
    margin: 0;
    padding: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.85) 0%, transparent 90%);
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 5px 35px;
  }
}
.header-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 218px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .header-logo {
    width: 218px;
    height: auto;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}
.header-sbtn {
  position: relative;
  display: block;
  width: 35px;
  height: 8px;
  z-index: 99;
}
@media screen and (min-width: 1000px) {
  .header-sbtn {
    display: none;
  }
}
.header-sbtn span {
  position: absolute;
  width: inherit;
  height: 1px;
  background-color: #FFF;
}
.header-sbtn span:nth-child(1) {
  top: 0;
}
.header-sbtn span:nth-child(2) {
  bottom: 0;
}
.header-sbtn--active span {
  transition: 0.5s ease;
}
.header-sbtn--active span:nth-child(1) {
  top: 45%;
  transform: rotate(-45deg);
}
.header-sbtn--active span:nth-child(2) {
  bottom: 50%;
  transform: rotate(45deg);
}

.gnav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .gnav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
.gnav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav-list--link {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .gnav-list--link {
    gap: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .gnav-list--icon {
    gap: 15px;
    margin: 0 30px 0 60px;
  }
}
.gnav-item a {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.gnav-item a:hover {
  color: #fcc800;
  transition: 0.5s;
}
.gnav-item--link {
  position: relative;
}
.gnav-item--link::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FFF;
  top: 0;
  right: -30px;
}
.gnav-item--icon {
  width: 32px;
  height: 32px;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.gnav-item--icon:nth-of-type(1) {
  background-image: url(../images/gnav_img_icon1.png);
}
.gnav-item--icon:nth-of-type(2) {
  background-image: url(../images/gnav_img_icon2.png);
}
.gnav-item--icon:nth-of-type(3) {
  background-image: url(../images/gnav_img_icon3.png);
}
.gnav-item--icon:hover:nth-of-type(1) {
  background-image: url(../images/gnav_img_yellow_icon1.png);
}
.gnav-item--icon:hover:nth-of-type(2) {
  background-image: url(../images/gnav_img_yellow_icon2.png);
}
.gnav-item--icon:hover:nth-of-type(3) {
  background-image: url(../images/gnav_img_yellow_icon3.png);
}
.gnav-item--icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.gnav-item--icon a img {
  width: 100%;
  height: auto;
}
.gnav-btn {
  position: relative;
  z-index: 1;
  width: 156px;
  height: 37px;
  border-radius: 10px;
  background-color: #FFF;
  text-decoration: none;
  padding: 5px 0;
  overflow: hidden;
}
.gnav-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.gnav-btn::before {
  position: absolute;
  content: "";
  opacity: var(--bg-opacity, 0);
  width: 100%;
  height: 100%;
  top: 0;
  background-image: radial-gradient(circle at 28% 0%, rgb(0, 170, 232), rgb(0, 154, 216) 18%, rgb(0, 61, 124) 61%, rgb(0, 37, 100) 72%);
  background-size: 100% auto;
  background-position: center;
}
.gnav-box {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 315deg, #00AAE8 0deg, #0075C0 120deg, #002564 240deg, #00AAE8 360deg);
  background-size: 150% auto;
  background-repeat: repeat-x;
  background-position: 80% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

.smenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: auto;
  display: block;
  background-color: #000000;
  padding: 60px 20px 20px 20px;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  .smenu {
    display: none;
  }
}
.smenu--active {
  left: 0;
  transition: 0.5s;
}
.smenu-list--link {
  max-width: 60%;
  margin-bottom: 30px;
}
.smenu-list--icon {
  display: flex;
  justify-content: end;
  gap: 15px;
}
.smenu-item--link a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 15px;
}
.smenu-item--link a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
}
.smenu-btn a {
  display: block;
  width: 156px;
  border-radius: 10px;
  background-color: #FFF;
  text-decoration: none;
  padding: 5px 0;
  margin-bottom: 30px;
}
.smenu-box {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: conic-gradient(from 315deg, #00AAE8 0deg, #0075C0 120deg, #002564 240deg, #00AAE8 360deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main {
  width: 100%;
  overflow: hidden;
}
#main #main-contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main #main-contents {
    margin: 0 auto;
  }
}

.footer {
  background-color: #003F6E;
}
.footer-inner {
  max-width: 1043px;
  margin: 0 auto;
  padding: 30px 30px 10px 30px;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 30px 0 20px;
  }
}
.footer-logo {
  width: 100%;
  max-width: 144px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    max-width: none;
    width: 379px;
    margin: 0;
  }
}
.footer-list--link {
  display: grid;
  max-width: 500px;
  grid-template-columns: repeat(2, 1fr);
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  margin: 0 auto 40px;
  row-gap: 15px;
  column-gap: 0;
}
@media screen and (min-width: 768px) {
  .footer-list--link {
    max-width: none;
    font-size: 16px;
    grid-template-columns: repeat(2, 200px);
    row-gap: 15px;
    column-gap: 30px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 20px 0;
    margin: 0 auto 20px;
  }
}
.footer-list--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer-list--icon {
    justify-content: end;
    gap: 42px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.footer-list--sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer-list--sp {
    display: none;
  }
}
.footer-list--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-list--pc {
    display: flex;
  }
}
.footer-item a:hover {
  color: #fcc800;
  transition: 0.5s;
}
.footer-item--link:nth-child(2) a {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer-item--link:nth-child(2) a {
    white-space: unset;
  }
}
.footer-item--link:nth-child(6) {
  grid-column: 1/span 2;
}
.footer-item--link a {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .footer-item--link a {
    padding-left: 25px;
  }
}
.footer-item--link a:hover:before {
  background-image: url(../images/footer_item_icon2.png);
  transition: 0.5s;
}
.footer-item--link a:before {
  position: absolute;
  content: "";
  background-image: url(../images/footer_item_icon1.png);
  background-repeat: none;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .footer-item--link a:before {
    width: 17.2915363312px;
    height: 17.2915363312px;
  }
}
.footer-item--icon {
  width: 46px;
  height: 46px;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.footer-item--icon:nth-of-type(1) {
  background-image: url(../images/footer_img_icon1.png);
}
.footer-item--icon:nth-of-type(2) {
  background-image: url(../images/footer_img_icon2.png);
}
.footer-item--icon:nth-of-type(3) {
  background-image: url(../images/footer_img_icon3.png);
}
.footer-item--icon:hover:nth-of-type(1) {
  background-image: url(../images/footer_img_yellow_icon1.png);
}
.footer-item--icon:hover:nth-of-type(2) {
  background-image: url(../images/footer_img_yellow_icon2.png);
}
.footer-item--icon:hover:nth-of-type(3) {
  background-image: url(../images/footer_img_yellow_icon3.png);
}
.footer-item--icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-item--icon a img {
  width: 100%;
  height: auto;
}
.footer-logo {
  width: 379px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    margin-bottom: 14px;
  }
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-address {
  font-size: 10px;
  color: #FFF;
  font-style: normal;
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .footer-address {
    text-align: left;
    margin: 0;
  }
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer-wrapper {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.footer-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 300px;
  height: 44px;
  border-radius: 10px;
  background-color: #FFF;
  text-decoration: none;
  padding: 10px 0;
  margin: 0 auto 43px;
}
@media screen and (min-width: 768px) {
  .footer-btn {
    width: 604px;
    max-width: none;
    height: auto;
    border-radius: 20px;
    padding: 30px 0;
    margin: 0;
  }
}
.footer-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-btn::before {
  position: absolute;
  content: "";
  opacity: var(--bg-opacity-footer, 0);
  width: 100%;
  height: 100%;
  top: 0;
  background-image: radial-gradient(circle at 33% 0%, rgb(0, 170, 232), rgb(0, 154, 216) 11%, rgb(0, 61, 124) 46%, rgb(0, 37, 100) 71%);
  background-size: 100% auto;
  background-position: center;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .footer-btn::before {
    border-radius: 20px;
  }
}
.footer-box {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 315deg, #00AAE8 0deg, #0075C0 120deg, #002564 240deg, #00AAE8 360deg);
  background-size: 150% auto;
  background-repeat: repeat-x;
  background-position: 68% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer-box {
    font-size: 32px;
  }
}
.footer-container--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer-container--bottom {
    flex-direction: row;
    justify-content: space-between;
    font-size: 32px;
  }
}
.footer-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .footer-group {
    flex-direction: row;
    justify-content: left;
    gap: 100px;
  }
}
.footer-privacypolicy a, .footer-guideline a {
  display: block;
  font-size: 10px;
  color: #fff;
  vertical-align: bottom;
}
.footer-privacypolicy a:hover, .footer-guideline a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.footer-copyright {
  font-size: 12px;
  color: #fff;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #0068B7;
  background-color: #cccccc;
  opacity: 0.8;
  z-index: 999999;
  padding: 5px;
}
.pagetop a {
  text-decoration: none;
  color: #0068B7;
}