@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-blue:	#004ea2;
  --color-blue-light: #eaf5f9;
  --color-blue-sky: #008dd7;
  --color-black: #394553;
  --color-white: #fff;
  --color-gray: #bcc8d7;
  --shadow: 0 0.2rem 1rem 0px rgba(4, 119, 173, 0.8);
  --shadow-sp: 0 0.2rem 0.9rem 0px rgba(4, 119, 173, 0.8);
  --bg: #b7d8e3;
  --border: rgba(188, 200, 215, 0.5);
  --font-jp: "Zen Old Mincho", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-out-sine: cubic-bezier(0.61, 1, 0.88, 1);
}

html {
  font-size: min(0.7142857143vw, 10px);
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

header,
footer,
div,
a {
  display: block;
  position: relative;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0rem;
  cursor: pointer;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.l-wrapper {
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .l-wrapper {
    font-size: 1.4rem;
  }
}

.l-inner {
  opacity: 0;
}
.is-loaded .l-inner {
  opacity: 1;
}

.l-footer {
  z-index: 2;
  padding-top: 0.4rem;
  border-top: 1px solid var(--color-gray);
}
.l-footer__inner {
  padding-top: 6rem;
  padding-bottom: 10rem;
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: calc(100% - 11.8rem);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-footer__content {
    display: block;
    width: 90%;
  }
}
.l-footer__official-list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .l-footer__official-list {
    display: block;
  }
}
.l-footer__official-list-item {
  width: 36rem;
  margin-left: 2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__official-list-item {
    width: 80.5%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__official-list-item:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.l-footer__official-link {
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.8s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-footer__official-link:hover {
    transform: scale(1.02);
    opacity: 0.6;
  }
}
.l-footer__share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-footer__share {
    justify-content: center;
    margin-top: 4.2rem;
  }
}
.l-footer__share-head {
  padding-bottom: 0.1rem;
}
.l-footer__share-label {
  color: var(--color-blue);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-footer__share-body {
  margin-left: 4rem;
}
.l-footer__share-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-footer__share-list-item {
  width: 2.3rem;
}
.l-footer__share-list-item:nth-child(n+2) {
  margin-left: 3rem;
}
.l-footer__share-link {
  transition: opacity 0.8s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-footer__share-link:hover {
    opacity: 0.4;
  }
}
.l-footer__help {
  margin-top: 2.1rem;
}
@media screen and (max-width: 750px) {
  .l-footer__help {
    margin-top: 3.4rem;
  }
}
.l-footer__help-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-footer__help-list {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__help-list-item {
    margin: 0 1.9rem;
  }
}
.l-footer__help-list-item:nth-child(n+2) {
  margin-left: 2.4rem;
}
@media screen and (max-width: 750px) {
  .l-footer__help-list-item:nth-child(n+2) {
    margin-left: 0;
  }
}
.l-footer__help-link {
  text-decoration: none;
  color: var(--color-blue);
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  transition: opacity 0.8s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .l-footer__help-link {
    font-size: 1.1rem;
  }
}
@media (hover: hover) {
  .l-footer__help-link:hover {
    opacity: 0.4;
  }
}
.l-footer__rule {
  margin-top: 2.1rem;
  color: var(--color-blue);
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .l-footer__rule {
    margin-top: 3.3rem;
    text-align: center;
    font-size: 1rem;
  }
}
.l-footer__copyright {
  color: var(--color-blue);
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.l-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  filter: blur(5px);
  pointer-events: none;
  transition: opacity 0.6s var(--ease-out-cubic), filter 0.6s var(--ease-out-cubic);
}
.menu-open .l-menu {
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
}
.l-menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .l-menu__wrapper {
    padding-top: 6.8rem;
    padding-bottom: 6.8rem;
  }
}
.l-menu__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) repeat-y top center/100% auto;
  opacity: 0.9;
}
.l-menu__inner {
  width: 89%;
  max-width: 116rem;
}

.l-ham {
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 1;
  width: 8rem;
  height: 8rem;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0;
  transition: transform 0.8s var(--ease-out-cubic), filter 0.8s var(--ease-out-cubic), opacity 1s var(--ease-out-cubic) 1.8s;
}
@media screen and (max-width: 750px) {
  .l-ham {
    top: 1rem;
    right: 1rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (hover: hover) {
  .l-ham:hover {
    transform: scale(1.05);
    filter: blur(1px);
  }
}
.is-loaded .l-ham {
  opacity: 1;
}
.l-ham__open {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  padding-top: 16%;
}
.l-ham__open-item {
  display: block;
  position: absolute;
  width: 15%;
  padding-top: 15%;
}
.l-ham__open-item:nth-child(1) {
  top: 0;
  left: 0;
}
.l-ham__open-item:nth-child(2) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l-ham__open-item:nth-child(3) {
  top: 0;
  left: 100%;
  transform: translateX(-100%);
}
.l-ham__open-item:nth-child(4) {
  bottom: 0;
  left: 0;
}
.l-ham__open-item:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l-ham__open-item:nth-child(6) {
  bottom: 0;
  left: 100%;
  transform: translateX(-100%);
}
.l-ham__open-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-blue-sky);
  border-radius: 50%;
  transition: transform 0.6s var(--ease-out-cubic);
}
.menu-open .l-ham__open-item::before {
  transform: scale(0);
}
.menu-open .l-ham__open-item:nth-child(3n-2)::before {
  transition-delay: 0s;
}

.menu-open .l-ham__open-item:nth-child(3n-1)::before {
  transition-delay: 0.15s;
}

.menu-open .l-ham__open-item:nth-child(3n)::before {
  transition-delay: 0.3s;
}

.l-ham__open-item:nth-child(3n-2)::before {
  transition-delay: 0.4s;
}

.l-ham__open-item:nth-child(3n-1)::before {
  transition-delay: 0.55s;
}

.l-ham__open-item:nth-child(3n)::before {
  transition-delay: 0.7s;
}

.l-ham__close {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  padding-top: 16%;
}
.l-ham__close-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 1px;
}
.l-ham__close-item:nth-child(1) {
  transform: translate(-50%, -50%) rotate(30deg);
}
.l-ham__close-item:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.l-ham__close-item::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--color-blue-sky);
  transform: scaleX(0);
  transition: transform 0.5s var(--ease-out-cubic);
}
.menu-open .l-ham__close-item::before {
  transform: scaleX(1);
  transition-delay: 0.5s;
}

.c-nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-nav__list-item {
  width: 23.7%;
  margin-left: 1.7333333333%;
}
@media screen and (max-width: 750px) {
  .c-nav__list-item {
    width: 48.5%;
    margin-left: 0;
  }
}
.c-nav__list-item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .c-nav__list-item:nth-child(even) {
    margin-left: 3%;
  }
}
.c-nav__list-item:nth-child(n+5) {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .c-nav__list-item:nth-child(n+3) {
    margin-top: 1rem;
  }
}
.c-nav__link {
  width: 100%;
  padding: 4.5%;
  background: var(--color-blue-light);
  box-shadow: var(--shadow);
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-nav__link {
    padding: 4%;
    box-shadow: var(--shadow-sp);
  }
}
.c-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 82%;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.8) 38%, transparent);
}
.c-nav__link-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.8s var(--ease-out-cubic);
}
@media (hover: hover) {
  .c-nav__link:hover .c-nav__link-thumbnail {
    opacity: 0.6;
  }
}
.c-nav__link-name {
  display: block;
  position: absolute;
  bottom: 2.3rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: calc(100% - 6rem);
  color: var(--color-black);
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  .c-nav__link-name {
    bottom: 1.3rem;
    width: calc(100% - 3rem);
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

.m-modal.m-modal-custom .m-modal__bg {
  background: url(../img/bg.jpg) repeat-y top center/100% auto;
  opacity: 0.9;
  cursor: auto;
}
.m-modal.m-modal-custom .m-modal__content {
  width: 90%;
  max-width: 80rem;
}
.is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
  margin: 8rem auto;
}
.m-modal.m-modal-custom .m-modal__close-btn {
  top: 3rem;
  right: 3rem;
  width: 8rem;
  height: 8rem;
  background: var(--color-white);
  border-radius: 50%;
  transition: transform 0.8s var(--ease-out-cubic), filter 0.8s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    top: 1rem;
    right: 1rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (hover: hover) {
  .m-modal.m-modal-custom .m-modal__close-btn:hover {
    transform: scale(1.05);
    filter: blur(1px);
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  top: 50%;
  left: 50%;
  width: 39%;
  height: 1px;
  background: var(--color-blue-sky);
}
.m-modal.m-modal-custom .m-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(30deg);
}
.m-modal.m-modal-custom .m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-30deg);
}