@charset "UTF-8";
/*! modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@-webkit-keyframes floating-x-b {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  100% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
@keyframes floating-x-b {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  100% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes floating-y-b {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes floating-y-b {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1451px) {
  html {
    scroll-padding-top: 150px;
  }
}
@media screen and (max-width: 1450px) {
  html {
    scroll-padding-top: 110px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    scroll-padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #202020;
  background-color: #fff;
  margin: 0;
}
body::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: #202020;
  border-radius: 0;
}

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

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

@media screen and (max-width: 1200px) {
  .lg--md {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .lg--md {
    display: unset;
  }
}

@media screen and (min-width: 1201px) {
  .lg-md {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .lg-md {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .lg {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .md-smd {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .md-smd {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .md {
    display: none;
  }
}

.inner {
  width: 100%;
  max-width: calc(1180px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner2 {
  width: 100%;
  max-width: calc(1330px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner3 {
  width: 100%;
  max-width: calc(900px + 10%);
  padding: 0 5%;
  margin: auto;
}

.low_mainvisual {
  position: relative;
}
@media screen and (min-width: 768px) {
  .low_mainvisual {
    aspect-ratio: 12/5;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual {
    aspect-ratio: 3/2;
  }
}
.low_mainvisual__img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.low_mainvisual .inner {
  position: absolute;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.low_mainvisual__ttl {
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.low_mainvisual__ttl__en {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1001px) {
  .low_mainvisual__ttl__en {
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .low_mainvisual__ttl__en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual__ttl__en {
    font-size: 4rem;
  }
}
.low_mainvisual__ttl__jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 1001px) {
  .low_mainvisual__ttl__jp {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1000px) {
  .low_mainvisual__ttl__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual__ttl__jp {
    font-size: 1.6rem;
  }
}

.top_cmn_ttl {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.6em;
  letter-spacing: 0.1em;
  color: #535353;
}
@media screen and (min-width: 768px) {
  .top_cmn_ttl {
    font-size: 8.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top_cmn_ttl {
    font-size: 5.5rem;
  }
}
.top_cmn_ttl span {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top_cmn_ttl span {
    font-size: 2.9rem;
    margin: 0.4em 0 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .top_cmn_ttl span {
    font-size: 2rem;
    display: block;
    margin-top: 0.8em;
  }
}

.top_cmn_ttl2 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  color: #535353;
}
@media screen and (min-width: 768px) {
  .top_cmn_ttl2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top_cmn_ttl2 {
    font-size: 2.2rem;
  }
}

.cmn_ttl {
  color: #236D9E;
  line-height: 1.4;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cmn_ttl {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cmn_ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.cmn_ttl::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #202020;
  max-width: 300px;
  height: 1px;
  width: 50%;
}

.top_cmn_txt {
  font-weight: 400;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .top_cmn_txt {
    font-size: 1.8rem;
  }
}

.btn {
  background-color: #236D9E;
  color: #fff;
  line-height: 1.3;
  display: block;
  max-width: 330px;
  text-align: center;
  padding: 1.8em;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 2rem;
  }
}
.btn:hover {
  background-color: #29ADE8;
}
.btn::after {
  position: absolute;
  content: "›";
  font-size: 4rem;
  right: 15px;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list_anc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  color: #fff;
  background: #236D9E;
  padding: 1em 1.5em;
}
@media screen and (min-width: 768px) {
  .list_anc {
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .list_anc {
    margin-bottom: 60px;
  }
}
.list_anc__item {
  position: relative;
}
.list_anc__item:not(:last-child) {
  padding-right: 1em;
}
.list_anc__item:not(:last-child)::after {
  position: absolute;
  content: "/";
  right: 0.2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list_anc__item a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_anc__item a:hover {
  opacity: 0.6;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1451px) {
  .header {
    height: 178px;
    padding: 0 5% 45px;
  }
}
@media screen and (max-width: 1450px) {
  .header {
    height: 130px;
    padding: 0 5% 35px;
  }
}
@media screen and (min-width: 1001px) {
  .header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    height: 80px;
    padding: 0 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #236D9E;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 1451px) {
  .header.scrolled {
    height: 135px;
  }
}
@media screen and (max-width: 1450px) {
  .header.scrolled {
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .header.scrolled {
    height: 80px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .header.scrolled {
    height: 60px;
    width: calc(100% - 60px);
  }
}
.header.scrolled::before {
  opacity: 0.9;
}
.header.active::before {
  opacity: 0.9;
}
.header__l {
  margin-right: 3%;
}
@media screen and (min-width: 1201px) {
  .header__l {
    width: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .header__l {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .header__l {
    width: 220px;
  }
}
.header__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
}
@media screen and (max-width: 1000px) {
  .header__overlay {
    max-width: 350px;
    width: 100%;
    max-height: 100%;
    position: fixed;
    top: 80px;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    visibility: hidden;
    padding: 30px 5% 50px;
  }
  .header__overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #236D9E;
    z-index: -1;
    opacity: 0.9;
  }
  .header__overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay {
    top: 60px;
    max-width: 270px;
  }
}

.gnavi {
  text-align: center;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 1451px) {
  .gnavi {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1001px) {
  .gnavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1451px) {
  .gnavi__list__item:not(:last-child) {
    margin-right: 2.5em;
  }
}
@media screen and (max-width: 1450px) {
  .gnavi__list__item:not(:last-child) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 1000px) {
  .gnavi__list__item:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.gnavi__list__item.ctc {
  background-color: #29ADE8;
  border-radius: 3px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  .gnavi__list__item.ctc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .gnavi__list__item.ctc {
    font-size: 1.6rem;
  }
}
.gnavi__list__item.ctc:hover {
  background-color: #236D9E;
}
.gnavi__list__item.ctc a {
  display: block;
}
@media screen and (min-width: 1451px) {
  .gnavi__list__item.ctc a {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 1450px) {
  .gnavi__list__item.ctc a {
    padding: 0.8em 1em;
  }
}

@media screen and (max-width: 1000px) {
  .menu_trigger {
    background-color: #236D9E;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 80px;
    height: 80px;
    opacity: 0.9;
  }
  .menu_trigger::before {
    position: absolute;
    content: "";
    -webkit-mask-image: url(../img/common/menu.svg);
            mask-image: url(../img/common/menu.svg);
    background-color: #fff;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 35%;
    height: 35%;
  }
  .menu_trigger.active::before {
    -webkit-mask-image: url(../img/common/menu_close.svg);
            mask-image: url(../img/common/menu_close.svg);
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger {
    width: 60px;
    height: 60px;
  }
}

.footer {
  background-color: #236D9E;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 90px 0 20px;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 1001px) {
  .footer__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .footer__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media screen and (min-width: 1001px) {
  .footer__l {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .footer__l {
    margin-bottom: 50px;
  }
}
.footer__l__dlist__ttl {
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (min-width: 1201px) {
  .footer__l__dlist__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer__l__dlist__ttl {
    font-size: 2rem;
  }
}
.footer__l__dlist__txt {
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media screen and (min-width: 1201px) {
  .footer__l__dlist__txt {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer__l__dlist__txt {
    font-size: 5rem;
  }
}
.footer__l__add {
  line-height: 1.4;
}
@media screen and (min-width: 1201px) {
  .footer__l__add {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .footer__r {
    width: 100%;
  }
}
.footer__r__dlist {
  text-align: center;
}
.footer__r__dlist__ttl {
  line-height: 1;
  margin-bottom: 18px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .footer__r__dlist__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .footer__r__dlist__ttl {
    font-size: 2rem;
  }
}
.footer__r__dlist__ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 310px;
  height: 1px;
  background-color: #fff;
}
.footer__r__dlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 1001px) {
  .footer__r__dlist__list {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .footer__r__dlist__list {
    font-size: 1.4rem;
  }
}
.footer__r__dlist__list:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer__r__dlist__list.fst {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__r__dlist__list.fst .footer__r__dlist__list__item {
    width: 33%;
    margin-bottom: 10px;
  }
  .footer__r__dlist__list.fst .footer__r__dlist__list__item:nth-child(3n)::after {
    content: "";
  }
}
.footer__r__dlist__list__item:not(:last-child) {
  position: relative;
  padding-right: 1.2em;
}
.footer__r__dlist__list__item:not(:last-child)::after {
  position: absolute;
  content: "/";
  right: 0.3em;
  top: 0;
}
.footer__r__dlist__list__item a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__r__dlist__list__item a:hover {
  opacity: 0.6;
}

.copy {
  text-align: center;
  line-height: 1;
}

@-webkit-keyframes mainvisual {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mainvisual {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fv {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fv {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}