@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;
  }
}
/*===================================
	共通レイアウト
=====================================*/
html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 950px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Barlow Semi Condensed", serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  background-color: #fff;
  margin: 0;
}

main {
  position: relative;
  display: block;
  z-index: 1;
}

.pc_wrap {
  position: relative;
}
.pc_wrap::before {
  position: fixed;
  content: "";
  background: url(../img/common/bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sm_wrap {
  margin: auto;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  max-width: none;
}

.inner {
  padding: 0 20px;
}

.inner_lg {
  padding: 0 10px;
}

/* title
-------------------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: 600;
}

/* button
-------------------------------------*/
a.link {
  font-size: 1.4rem;
  text-decoration: underline;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.link.link__icon {
  padding-right: 18px;
  position: relative;
  display: inline-block;
}
a.link.link__icon::after {
  position: absolute;
  content: "";
  background: url(../img/common/icon_link.svg) no-repeat center/cover;
  width: 12px;
  height: 12px;
  right: 0;
  bottom: 2.5px;
}
a.link:hover {
  opacity: 0.7;
}
a.btn {
  display: block;
  margin: auto;
  background-color: white;
  text-align: center;
  font-size: 1.8rem;
  max-width: 230px;
  border-radius: 50px;
  color: #517289;
  font-weight: 500;
  padding: 0.7em 10px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn:hover {
  opacity: 0.7;
}
a.btn.font_ja {
  font-size: 1.3rem;
  padding: 1.3em 10px;
}

/* font
-------------------------------------*/
.font_ja {
  font-family: "source-han-sans-japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.font_ja2 {
  font-family: "Sawarabi Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
}

/*===================================
	ヘッダー
=====================================*/
/* PC
-------------------------------------*/
@media screen and (max-width: 950px) {
  .header_pc.--index {
    display: none;
  }
}
.header_pc.--index .header_pc__l, .header_pc.--index .header_pc__r {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 187.5px);
}
.header_pc.--index .header_pc__l {
  left: 0;
}
.header_pc.--index .header_pc__l .header_pc__l__logo {
  width: 147px;
  margin: auto;
}
.header_pc.--index .header_pc__r {
  right: 0;
}
.header_pc.--page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
}
@media screen and (max-width: 950px) {
  .header_pc.--page {
    display: none;
  }
}
.header_pc.--page .header_pc__l {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header_pc.--page .header_pc__l .header_pc__l__logo {
  width: 94px;
  margin: 0;
}
.header_pc.--page .header_pc__r {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header_pc.--page .header_pc__r .header__lan {
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}

/* SP
-------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  margin: auto;
  z-index: 10;
  padding: 0 54px 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 375px;
}
@media screen and (max-width: 600px) {
  .header {
    max-width: 100%;
  }
}
@media screen and (min-width: 951px) {
  .header {
    display: none;
  }
}
.header__ttl {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__ttl__logo {
  width: 110px;
  fill: #008ad4;
}
.header__ttl__logo__st0, .header__ttl__logo__st1 {
  fill: #172886;
}
.header__lan {
  display: block;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  width: 29px;
  height: 23px;
  line-height: 21px;
  text-align: center;
}

#header_overlay {
  width: 100%;
  height: 100%;
  max-height: 650px;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  background-color: #fff;
  padding: 45px 30px 40px;
  max-width: 375px;
}
@media screen and (max-width: 600px) {
  #header_overlay {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #header_overlay {
    max-height: unset;
    overflow-y: scroll;
  }
}
#header_overlay.active {
  opacity: 1;
  visibility: visible;
}
#header_overlay .gnav__logo {
  width: 164px;
  margin: 0 auto 20px;
}

#menu_trigger {
  -webkit-mask-image: url(../img/common/menu_trigger.svg);
          mask-image: url(../img/common/menu_trigger.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
  width: 24px;
  height: 19px;
  position: absolute;
  right: 15px;
  top: 20px;
}
#menu_trigger.active {
  background-color: #000;
  -webkit-mask-image: url(../img/common/menu_trigger_close.svg);
          mask-image: url(../img/common/menu_trigger_close.svg);
}

/* common
-------------------------------------*/
@media screen and (min-width: 601px) {
  .global-nav {
    width: 240px;
    margin: auto;
  }
}
.global-nav__list {
  border-top: 1px solid #000;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 601px) {
  .global-nav__list {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .global-nav__list {
    font-size: 2rem;
  }
}
.global-nav__list__item {
  border-bottom: 1px solid #000;
}
.global-nav__list__item > a {
  display: block;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 601px) {
  .global-nav__list__item > a {
    padding: 7px 20px 7px 0;
  }
}
@media screen and (max-width: 600px) {
  .global-nav__list__item > a {
    padding: 12px 20px 12px 0;
  }
}
.global-nav__list__item > a:hover {
  opacity: 0.7;
}
.global-nav__list__item > a::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow.svg) no-repeat center/cover;
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.global-nav__list__item .jp {
  display: block;
  font-family: "source-han-sans-japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (min-width: 601px) {
  .global-nav__list__item .jp {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 600px) {
  .global-nav__list__item .jp {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 601px) {
  .global-nav__list__item .jp.large {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .global-nav__list__item .jp.large {
    font-size: 1.6rem;
  }
}
.global-nav__list__item__list {
  border-top: 1px solid #000;
}
@media screen and (min-width: 601px) {
  .global-nav__list__item__list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .global-nav__list__item__list {
    font-size: 1.5rem;
  }
}
.global-nav__list__item__list__item {
  margin-left: 3em;
}
.global-nav__list__item__list__item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.global-nav__list__item__list__item a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 601px) {
  .global-nav__list__item__list__item a {
    padding: 9px 0;
  }
}
@media screen and (max-width: 600px) {
  .global-nav__list__item__list__item a {
    padding: 12px 0;
  }
}
.global-nav__list__item__list__item a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 601px) {
  .global-nav__list__item__list__item .jp {
    font-size: 1rem;
  }
}
.global-nav__list__item__list__item span {
  font-family: "Barlow Semi Condensed", serif;
}
@media screen and (min-width: 601px) {
  .global-nav__list__item__list__item span {
    font-size: 1.1rem;
  }
}
.global-nav__list.sub {
  border-top: none;
  margin-top: 15px;
}
.global-nav__list.sub .global-nav__list__item {
  border-bottom: none;
}
.global-nav__list.sub .global-nav__list__item > a {
  display: inline-block;
}
.global-nav__list.sub .global-nav__list__item > a::after {
  content: none;
}
.global-nav__x {
  display: block;
  margin: 30px auto 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 601px) {
  .global-nav__x {
    width: 32px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 600px) {
  .global-nav__x {
    width: 45px;
    margin-bottom: 17px;
  }
}
.global-nav__x:hover {
  opacity: 0.7;
}
.global-nav__en {
  line-height: 1;
  font-family: "Barlow Semi Condensed", serif;
  display: table;
  margin: auto;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 601px) {
  .global-nav__en {
    font-size: 1.1rem;
  }
}
.global-nav__en:hover {
  opacity: 0.7;
}

/*===================================
	フッター
=====================================*/
.footer {
  padding: 30px 0 35px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.footer__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 100px;
}
.footer__bnr__item {
  width: 49%;
  margin-bottom: 2%;
}
.footer__bnr__item a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__bnr__item a:hover {
  opacity: 0.7;
}
.footer__logo {
  width: 100px;
  margin: 0 auto 20px;
}
.footer__x {
  width: 45px;
  display: block;
  margin: 0 auto 35px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__x:hover {
  opacity: 0.7;
}
.footer__policy {
  text-align: center;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.footer__policy.font_ja {
  font-size: 1.1rem;
}
.footer__policy a {
  display: inline-block;
  text-decoration: underline;
}
.footer__copy {
  text-align: center;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
}

/*===================================
	animation
=====================================*/
.fade {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.fade.active {
  opacity: 1;
}