@charset "utf-8";

/*--------------------------------------------
header
--------------------------------------------*/
.l-header {
  height: 100px;
  display: flex;
  align-items: center;
  margin: 0 90px 0 46px;
  width: calc(100% - 136px);
  position: absolute;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header {
    height: 17.066vw;
    margin: 0 0 0 3.733vw;
    width: calc(100% - 19vw);
  }
}

.l-header__logo {
  width: 152px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__logo {
    width: 26.933vw;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
  margin-left: 5.777vw;
  gap: 0 2.222vw;
}
/********* 900～ *********/
@media only screen and (min-width:901px) {
  .l-header__nav {
    margin-left: 52px;
    gap: 0 20px;
  }
}

.l-header__nav li > span,
.l-header__nav__link span {
  display: inline-block;
  padding: 0.4em 0;
  font-family: bree, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.l-header__nav li > span.-fc_white,
.l-header__nav__link span.-fc_white {
  color: #fff;
}

.l-header__nav li > span::after,
.l-header__nav__link span::after {
  content: "";
  background: #00559A;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transition: 0.2s ease-in-out;
}

.l-header__nav li > span.-fc_white::after,
.l-header__nav__link span.-fc_white::after {
  background: #fff;
}

/*
hover
*/
.l-header__nav li:hover > span::after,
.l-header__nav__link:hover span::after {
  width: 100%;
}

/*
nav cnt
*/
.l-header__nav__cnt {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  padding-top: 30px;
}

.l-header__nav__cnt__inner {
  background: #FDF5E5;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.1);
  padding: 32px 48px;
  position: relative;
  overflow: hidden;
}

.l-header__nav__cnt__inner__bgtxt {
  color: #fff;
  font-size: 143px;
  font-family: bree, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: -15px;
}

/*
nav about
*/
.l-nav_about {
  display: flex;
  position: relative;
  gap: 0 32px;
  z-index: +1;
}

.l-nav_about li {
  width: 240px;
}

.l-nav_about li p {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 500;
  margin-top: 8px;
}

/*
nav group
*/
.l-nav_group__heading {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: +1;
}

.l-nav_group {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: +1;
}
/********* ～1024 *********/
@media only screen and (max-width:1024px) {
  .l-nav_group {
    display: block;
  }
}

.l-nav_group__ph_01 {
  width: 393px;
  margin-right: 32px;
}
/********* ～1024 *********/
@media only screen and (max-width:1024px) {
  .l-nav_group__ph_01 {
    width: 482px;
    margin-right: 0;
    text-align: center;
  }
}

.l-nav_group__cnt {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 16px;
  width: 482px;
}
/********* ～1024 *********/
@media only screen and (max-width:1024px) {
  .l-nav_group__cnt {
    width: 482px;
    margin-top: 30px;
  }
}

.l-nav_group__cnt li {
  width: 150px;
}

.l-nav_group__cnt li p {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 500;
  margin-top: 8px;
}

/*--------------------------------------------
ENTRY
--------------------------------------------*/
.l-entry__modal_open {
  width: 17.777vw;
  height: 5.333vw;
  background: #00559A;
  border-radius: 24px;
  margin: 0 2.222vw;
  overflow: hidden;
  cursor: pointer;
}
/********* 900～ *********/
@media only screen and (min-width:901px) {
  .l-entry__modal_open {
    width: 160px;
    height: 48px;
    margin: 0 20px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__modal_open {
    width: 37.333vw;
    height: 8.533vw;
    border-radius: 10vw;
    margin: 0 0 0 auto;
  }
}

.l-entry__modal_open.-btn_white {
  background: #fff;
}

.l-entry__modal_open span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.444vw;
  padding: 0 1em 0.1em 1em;
}
/********* 900～ *********/
@media only screen and (min-width:901px) {
  .l-entry__modal_open span {
    font-size: 13px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__modal_open span {
    font-size: 2.933vw;
  }
}

.l-entry__modal_open.-btn_white span {
  color: #00559A;
}

/*
entry container
*/
.l-entry__modal__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  z-index: 30;
}

.l-entry__modal__container {
  display: none;
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 794px;
  height: 400px;
  z-index: 40;
}
/********* ～1024 *********/
@media only screen and (max-width:1024px) {
  .l-entry__modal__container {
    width: 77.54vw;
    height: 39.06vw;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__modal__container {
    top: 0;
    width: 86.67vw;
  }
}

.l-entry__modal__container__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-entry__modal__container__ttl {
  margin-top: -120px;
  color: #fff;
  font-family: bree, sans-serif;
  font-size: 60px;
  font-weight: 400;
  font-style: italic;
  line-height: 2;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__modal__container__ttl {
    margin-top: -120px;
    font-size: 12.53vw;
  }
}

.l-entry__modal__container__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__modal__container__link {
    flex-direction: column;
    gap: 4.27vw;
  }
}

.l-entry__modal__container__link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 373px;
  height: 400px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  background: #00559A;
  box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.3);
}
/********* ～1024 *********/
@media only screen and (max-width:1024px) {
  .l-entry__modal__container__link a {
    width: 36.43vw;
    height: 39.06vw;
    font-size: 2.34vw;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__modal__container__link a {
    width: 100%;
    height: 46.13vw;
    font-size: 4.27vw;
  }
}

.l-entry__modal__container__link a span {
  font-size: 32px;
  font-weight: 500;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__modal__container__link a span {
    font-size: 6.4vw;
  }
}

.l-entry__modal__container__link a img {
  width: 36px;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__modal__container__link a img {
    width: 9.6vw;
    margin-top: 6.93vw;
  }
}

/*
close
*/
.l-entry__modal_close {
  width: 40px;
  height: 40px;
  position: fixed;
  cursor: pointer;
  top: 30px;
  right: 34px;
  z-index: 40;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-entry__modal_close {
    width: 6.4vw;
    height: 6.4vw;
    top: 5.33vw;
    right: 5.33vw;
  }
}

.l-entry__modal_close::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  transform:rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.l-entry__modal_close::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  transform:rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


/*
menu open
*/
.l-header__menu_open {
  width: 48px;
  height: 48px;
  position: fixed;
  cursor: pointer;
  top: 26px;
  right: 42px;
  z-index: 20;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu_open {
    width: 6.666vw;
    height: 6.666vw;
    top: 5.466vw;
    right: 5.066vw;
  }
}

.l-header__menu_open::before {
  content: "";
  background: #00559A;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu_open::before {
    top: 2.222vw;
  }
}

.l-header__menu_open::after {
  content: "";
  background: #00559A;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 16px;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu_open::after {
    bottom: 2.222vw;
  }
}

.l-header__menu_open.-btn_white::before,
.l-header__menu_open.-btn_white::after {
  background: #fff;
}



/*
menu close
*/
.l-header__menu_close {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  cursor: pointer;
  top: 30px;
  right: 34px;
  z-index: 40;
}

.l-header__menu_close::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  transform:rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.l-header__menu_close::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  transform:rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


/*--------------------------------------------
menu
--------------------------------------------*/
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__header {
    display: flex;
    align-items: center;
    height: 17.066vw;
    margin: 0 0 0 3.733vw;
    width: calc(100% - 19vw);
  }

  /* logo */
  .l-header__menu__header__logo {
    width: 26.933vw;
  }

  /* entry */
  .l-header__menu__header__entry {
    background: #fff;
    width: 37.333vw;
    height: 8.533vw;
    border-radius: 10vw;
    margin: 0 0 0 auto;
    overflow: hidden;
  }

  .l-header__menu__header__entry span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #00559A;
    padding: 0 1em 0.1em 1em;
    font-size: 2.933vw;
    cursor: pointer;
  }

  /* close */
  .l-header__menu__header__close {
    width: 7.466vw;
    height: 7.466vw;
    position: absolute;
    cursor: pointer;
    top: 5vw;
    right: 4.4vw;
  }
  
  .l-header__menu__header__close::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    transform:rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .l-header__menu__header__close::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    transform:rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.l-header__menu {
  display: none;
  width: 100%;
  background: #013B80;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  padding: 50px 0 73px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu {
    height: 100%;
    padding: 0;
    overflow-y: auto;
  }
}

.l-header__menu__cnt {
  display: flex;
  gap: 65px;
  max-width: 1312px;
  width: 93.71%;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt {
    display: block;
    max-width: none;
    width: 100%;
  }
}

.l-header__menu__cnt__about,
.l-header__menu__cnt__group,
.l-header__menu__cnt__special {
  max-width: 394px;
  width: 30.03%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__about,
  .l-header__menu__cnt__group,
  .l-header__menu__cnt__special {
    max-width: none;
    width: 100%;
  }
}

.l-header__menu__cnt__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  margin-bottom: 38px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__ttl {
    display: block;
    height: auto;
    margin-bottom: 7vw;
    padding: 0 6.666vw;
  }
}

.l-header__menu__cnt__ttl__01 {
  width: 100%;
  font-family: bree, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  color: #fff;
  margin-top: -0.3em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__ttl__01 {
    font-size: 6.4vw;
    margin-top: 0;
  }
}

.l-header__menu__cnt__ttl__02 {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__ttl__02 {
    font-size: 2.932vw;
    margin-top: 1em;
  }
}

/* about */
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__about {
    padding-top: 2vw;
  }
}

.l-header__menu__cnt__about a {
  display: block;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__about a {
    padding: 2.3em 0 2.3em 17vw;
    border-bottom: solid 1px #265892;
  }
  .l-header__menu__cnt__about a:nth-of-type(1) {
    border-top: solid 1px #265892;
  }
}

.l-header__menu__cnt__about a:nth-of-type(2) {
  margin-top: 33px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__about a:nth-of-type(2) {
    margin-top: 0;
  }
}

.l-header__menu__cnt__about a p {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 500;
  margin-top: 8px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__about a p {
    font-size: 3.466vw;
    margin-top: 0;
  }
}

/* group */
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__group {
    padding-top: 8vw;
  }
}

.l-header__menu__cnt__group__list {
  padding-top: 13px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__group__list {
    padding-top: 0;
  }
}

.l-header__menu__cnt__group__list li {
  margin-top: 8px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__group__list li {
    margin-top: 0;
  }
}

.l-header__menu__cnt__group__list li a {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 500;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__group__list li a {
    font-size: 3.466vw;
    padding: 2.3em 8.5vw 2.3em 17vw;
    border-bottom: solid 1px #265892;
  }

  .l-header__menu__cnt__group__list li a:nth-of-type(1) {
    border-top: solid 1px #265892;
  }
}


/* special */
.l-header__menu__cnt__special__txt {
  width: 70%;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
/********* ～1439 *********/
@media only screen and (max-width:1439px) {
  .l-header__menu__cnt__special__txt {
    bottom: 1.736vw;
    left: 1.736vw;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__special__txt {
    position: static;
    padding: 8vw 6.666vw;
  }
}

.l-header__menu__cnt__special__txt__01 {
  font-family: bree, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__special__txt__01 {
    font-size: 6.4vw;
  }
}

.l-header__menu__cnt__special__txt__02 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 19px;
}
/********* ～1439 *********/
@media only screen and (max-width:1439px) {
  .l-header__menu__cnt__special__txt__02 {
    margin-top: 1.3vw;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__special__txt__02 {
    font-size: 2.932vw;
    margin-top: 1em;
  }
}

/* entry */
.l-header__menu__entry {
  max-width: 313px;
  width: 21.736vw;
  height: 52px;
  background: #EA9900;
  border-radius: 26px;
  position: absolute;
  bottom: 105px;
  left: 75.902%;
  overflow: hidden;
}
/********* ～1439 *********/
@media only screen and (max-width:1439px) {
  .l-header__menu__entry {
    bottom: 7.29vw;
  }
}

.l-header__menu__entry span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #fff;
  padding: 0 1em 0.1em 1em;
  cursor: pointer;
}

/* arrow */
.l-header__menu__cnt__arrow {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__arrow {
    padding-right: 0;
    width: 100%;
  }
}

.l-header__menu__cnt__arrow::after {
  content: "";
  background: url(../images/arrow_white_s.svg) no-repeat;
  background-size: 10px;
  background-position: top 0.6em right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__menu__cnt__arrow::after {
    content: "";
    background: url(../images/arrow_white_s.svg) no-repeat;
    background-size: 2.666vw;
    background-position: center right 8.5vw;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}


/* logo */
.l-header__menu__logo {
  width: 311px;
  position: absolute;
  bottom: 46px;
  left: 75.902%;
}
/********* ～1439 *********/
@media only screen and (max-width:1439px) {
  .l-header__menu__logo {
    width: 21.736vw;
    bottom: 3.19vw;
  }
}


/*--------------------------------------------
footer
--------------------------------------------*/
.l-footer {
  max-width: 1212px;
  height: 120px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 46px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer {
    height: 44.266vw;
    padding: 0;
    flex-flow: column;
    justify-content: center;
  }
}

.l-footer__logo {
  width: 188px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__logo {
    width: 38.133vw;
  }
}

.l-footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 45px 9.5% 0 auto;
  width: 265px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 9vw auto 0 auto;
    width: 51.466vw;
  }
}

.l-footer__nav li  {
  padding-right: 1.1em;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__nav li  {
    padding-right: 1.2em;
  }
}


.l-footer__nav li::after  {
  content: "";
  background: url(../images/ic_footer_nav.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 0.05em;
  right: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__nav li::after  {
    content: "";
    background: url(../images/ic_footer_nav.svg) no-repeat;
    background-size: cover;
    width: 2.65vw;
    height: 2.228vw;
    top: 0.1em;
  }
}

.l-footer__nav li a  {
  font-size: 12px;
  position: relative;
  display: block;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__nav li a  {
    font-size: 2.666vw;
  }
}

.l-footer__nav li a::after {
  content: "";
  background: #00559A;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.2em;
}

.l-footer__copyright {
  font-family: bree, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  margin: 50px 0 0 auto;
  
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__copyright {
    font-size: 2.444vw;
    margin: 5vw 0 0 0;
  }
}


/*--------------------------------------------
mask
--------------------------------------------*/
.l-bg_mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  z-index: 20;
}


/*--------------------------------------------
スクロール禁止
--------------------------------------------*/
body.l-body-fixed {
  position: fixed;
  width: 100%;
}
