@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
/* ==========================================================================
  Foundation
============================================================================*/

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #F8F8F8;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #333;
}

main {
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.67;
  overflow-x: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* button */
.c-button {
  display: inline-block;
  padding: 24px 30px 21px 25px;
  line-height: 1.66;
  min-width: 360px;
  font-weight: 700;
}
.c-button__wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1919px) {
  .c-button {
    padding: clamp(14px, 1.3vw, 25px) 30px clamp(14px, 1.3vw, 25px) 25px;
  }
}
@media screen and (max-width: 960px) {
  .c-button {
    min-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    padding: 14px 25;
    font-size: 17px;
  }
}
.c-button > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.c-button > span > img {
  width: clamp(20px, 1.56vw, 30px);
  height: clamp(18px, 1.15vw, 22px);
}
.c-button.--yellow {
  color: #003b90;
  background-color: #FED500;
  border: 1px solid #FED500;
  transition: all 0.3s ease-out;
}
.c-button.--yellow:hover{
  color: #FED500;
  background-color: transparent;
}
.c-button.--yellow:hover img{
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}
.c-button.--white {
  color: #003b90;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease-out;
}
.c-button.--white:hover{
  color: #FFFFFF;
  background-color: transparent;
}
.c-button.--white:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}

/* nav */
.l-header__nav--list {
  display: flex;
  align-items: center;
  gap: 1.05vw;
}
@media screen and (max-width: 1240px) {
  .l-header__nav--list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}
.l-header__nav--list li {
  color: #FFFFFF;
  font-size: clamp(11px, 0.83vw, 16px);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 0.78vw;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 1240px) {
  .l-header__nav--list li {
    width: 100%;
    border-bottom: 1px solid #8CADDC;
    padding: 5px 10px 15px;
    font-size: 16px;
  }
}
.l-header__nav--list li img {
  width: 12px;
  margin-left: 5px;
}
.l-header__nav--list li:hover, .l-header__nav--list li:focus {
  color: #FED500;
}
.l-header__nav--list li:hover img, .l-header__nav--list li:focus img{
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}
.l-header__nav--list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .l-header__nav--list li a {
    align-items: flex-start;
  }
}
.l-header__nav--list span.en {
  display: block;
  align-items: center;
  color: #8CADDC;
  font-size: clamp(8px, 0.57vw, 11px);
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .l-header__nav--list span.en {
    text-align: left;
    font-size: 11px;
  }
}
.l-header__flex {
  display: flex;
  align-items: center;
}
.l-header__sns {
  display: flex;
  align-items: center;
  gap: 1.46vw;
  margin: 0 3.33vw 0 2.19vw;
}
@media screen and (max-width: 1420px) {
  .l-header__sns {
    margin: 0 1.67vw 0 0.09vw;
  }
}
@media screen and (max-width: 1240px) {
  .l-header__sns {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    gap: 28px;
  }
}
.l-header__sns a img{
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 1241px) {
  .l-header__sns a:first-child img {
    width: 1.46vw;
    max-width: 28px;
  }
}
@media screen and (min-width: 1241px) {
  .l-header__sns a:last-child img {
    width: 1.61vw;
    max-width: 31px;
  }
}
.l-header__entry {
  align-items: center;
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 1240px) {
  .l-header__entry {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.l-header__entry a {
  padding: 0.83vw 1.6vw;
  font-size: clamp(11px, 0.73vw, 14px);
  font-weight: 500;
  letter-spacing: 0.15em;
  min-width: inherit;
  transition: opacity 0.15s;
}
@media screen and (max-width: 1240px) {
  .l-header__entry a {
    min-width: 150px;
    padding: 10px;
  }
}
.l-header__entry .c-button > span {
  gap: 5px;
}
.l-header__entry .c-button > span img {
  width: 10px;
}
@media screen and (max-width: 1240px) {
  .l-header__entry .c-button > span {
    justify-content: center;
    align-items: center;
  }
}
.l-header__sns a:hover img, .l-footer__sns a:hover img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}

.l-header__sns a img {
  transition: color 0.3s ease-out;
}

/* dropDown */
.c-dropDown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.15s;
}
.c-dropDown:hover, .c-dropDown:focus {
  color: #FED500;
}
@media screen and (max-width: 1240px) {
  .c-dropDown::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    background-image: url(../img/common/toggle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 12px;
    transition: transform 0.3s ease;
  }
  .c-dropDown.is-active::after {
    transform: rotate(180deg);
  }
}
.c-dropDown__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-dropDown__hover {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 10px;
  background-color: #fff;
  color: initial;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1240px) {
  .c-dropDown__hover {
    position: static;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
  .c-dropDown__hover.is-active {
    max-height: 200px;
    padding: 10px;
    margin: 15px 0 10px;
  }
}
@media screen and (min-width: 1241px) {
  .c-dropDown__hover {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.c-dropDown__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-dropDown__link {
  margin: 0px 3px 10px 15px;
  display: inline-block;
  transition: color 0.15s;
  position: relative;
  white-space: nowrap;
}
.c-dropDown__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.c-dropDown__link:hover, .c-dropDown__link:focus {
  color: #FED500;
}
@media screen and (min-width: 1241px) {
  .c-dropDown:hover > .c-dropDown__hover {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1240px) {
  .l-header li:has(.c-dropDown) {
    padding: 0;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown {
    min-height: inherit;
    width: 100%;
    display: inline-block;
    padding: 0;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown__item {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown__title {
    padding: 0 10px;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown__title p {
    justify-content: flex-start;
  }
}
.l-header .c-dropDown__hover {
  background-color: #002C6D;
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown__hover {
    background: #003B90;
    position: inherit;
    top: 0;
    left: 0;
    transform: inherit;
    margin-bottom: 10px;
  }
}