@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.8rem;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 500;
  line-height: 2;
  color: #222;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

a:link, a:visited {
  color: #222;
  text-decoration: none;
  font-weight: 500;
}

a {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a svg {
  transition: fill .3s;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  line-height: 2.2;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.6rem;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  a:hover img {
    opacity: 1;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
#header {
  background: none;
  z-index: 2001;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: none;
  box-shadow: none;
  z-index: 2001;
}
.header .h-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 70px;
  padding-right: 49px;
  background: rgb(255, 255, 255);
}
.header h1 {
  font-size: 0;
  line-height: 1;
}
.header h1 a {
  display: inline-block;
}
.header h1 a:hover {
  opacity: 1;
}
.header h1 a:hover img {
  opacity: 1;
}
.header h1 .logo-small {
  display: none;
}
.header .gnav {
  display: flex;
  /*width: calc(100% - 196px);*/
  align-items: center;
  justify-content: space-between;
  letter-spacing: .05em;
  line-height: 1.2;
}
.header .gnav > ul {
  display: flex;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  justify-content: flex-end;
  align-items: center;
}
.header .gnav > ul > li {
  margin: 0 20px;
}
.header .gnav > ul .active a {
  color: #004282;
}
.header .gnav > ul .active a:after {
  opacity: 1;
}
.header .gnav > ul a {
  position: relative;
  display: block;
  padding: 24px 0;
  font-weight: bold;
  white-space: nowrap;
  font-size: 18px;
  color: #004282;
}
.header .gnav > ul a:hover {
  color: #004282;
  opacity: 1;
}
.header .gnav > ul a:hover:after {
  opacity: 1;
}
/*.header .gnav > ul a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #004282;
  opacity: 0;
  transition: opacity .3s;
}*/
.header .gnav .list-child {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;

  opacity: 1;
  visibility: hidden;
  transform: translateY(-12px);
  pointer-events: none;

  transition:
    transform .4s ease-out,
    visibility 0s linear .4s;
}
.header .gnav > ul > li.list-parent:hover > .list-child {
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;

  transition:
    transform .4s ease-out,
    visibility 0s;
}
.header .gnav .list-child::after {
	content: "";
	display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}
.is_tablet .header .gnav .list-child::after {
}
.header .gnav .list-child .bg-gnav {
	position: relative;
  width: 100%;
  padding: 70px 0 140px;
  background: #E6EDF3;
  color: #004282;
  letter-spacing: 0;
  opacity: 1;
  transform: translateY(0);
  transition: none;
}

@media screen and (min-width: 768px) {
  .header .gnav .list-child .bg-gnav {
    opacity: 0;
    transform: translateY(-20px);
    transition:
      opacity .35s ease,
      transform .55s ease-out;
  }
}
.header .gnav > ul > li.list-parent:hover .bg-gnav {
  opacity: 1;
  transform: translateY(0);
}
.header .gnav .list-child .child-tit {
  margin: 0 0 15px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: left;
}
.header .gnav .list-child .child-tit .en {
  display: block;
  font-size: 1.8rem;
  font-family: "Raleway", sans-serif;
  letter-spacing: .05em;
}
.header .gnav .list-child ul {
  width: 29.2%;
  line-height: 1.2;
}
.header .gnav .list-child ul li {
  border-bottom: 1px solid #003567;
}
.header .gnav .list-child ul li a {
  position: relative;
  height: auto;
  padding: 18px 10px;
  color: #003567;
  font-weight: normal;
}
.header .gnav .list-child ul li a:hover {
	color: #EF7958;
  opacity: 1;
}
.header .gnav .list-child ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  left: auto;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 12px;
  margin: auto 0;
  background: url(../images/header/icon-h-03-black.svg) no-repeat;
  background-size: 100%;
}
.header .gnav .list-child ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  left: auto;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 12px;
  margin: auto 0;
  background: url(../images/header/icon-h-03-black.svg) no-repeat center center;
  background-size: 100%;
}

.header .gnav .list-child ul li a:hover::after {
  background: url(../images/header/icon-h-03-orange.svg) no-repeat center center;
  background-size: 100%;
}
.header .gnav .nav-lang {
  font-size: 1.5rem;
  letter-spacing: 0;
  text-align: center;
}
.header .gnav .nav-lang a {
  display: inline-block;
  opacity: .4;
}
.header .gnav .nav-lang a.ja:lang(ja){opacity: 1;color: #004282;}
.header .gnav .nav-lang a.en:lang(en){opacity: 1;color:#004282}

.header .gnav .nav-lang a:hover {
  opacity: 1;
}
.header .gnav .nav-lang .slush {
  padding: 0 .25em;
}
.header .h-btns {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 20px;
  top: 0;
  width: 290px;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.header .h-btns a {
  display: block;
  width: 140px;
  height: 100px;
  padding-top: 20px;
  border-radius: 0 0 15px 15px;
  font-weight: 500;
  text-align: center;
  transition-property: background, opacity;
}
.header .h-btns a .icon {
  top: 0;
  display: block;
  margin: 0 auto 8px;
}
.header .h-btns a.btn-contact {
  border: #004282 2px solid;
  background: #fff;
  color: #004282;
  border-top: none;
}
.header .h-btns a.btn-contact:hover {
  background: #B2C4D5;
  opacity: 1;
}
.header .h-btns a.btn-contact .icon {
  margin: 5px auto 12px;
}
.header .h-btns a.btn-login {
  background: #004282;
  color: #fff;
}
.header .h-btns a.btn-login:hover {
  background: #265E95;
  opacity: 1;
}
.is_tablet .header .gnav > ul li.list-parent a{position: relative}

@keyframes -webkit-headerAnime {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .header.is-follow {
    position: fixed;
    bottom: auto;
    top: 0;
    animation: -webkit-headerAnime .4s ease;
    animation: headerAnime .4s ease;
  }
  .header.is-follow .h-nav {
    height: 70px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  }
  .header.is-follow .gnav > ul a {
    position: relative;
    display: block;
    height: 80px;
    padding-top: 30px;
  }
  .header.is-follow .h-btns a {
    height: 80px;
    padding-top: 15px;
    font-size: 1.6rem;
  }
  .header.is-follow .h-btns a .icon {
    margin-bottom: 4px;
  }
  .header.is-follow .h-btns a.btn-contact .icon {
    width: 21px;
    margin-bottom: 5px;
  }
  .header.is-follow .h-btns a.btn-login .icon {
    width: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header .h-nav {
    /*padding-left: 1.5%;*/
  }
  .header .gnav {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .header .gnav > ul li {
    margin: 0 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .header .h-nav {
    width: calc(100% - 290px);
    padding-left: 1%;
  }
  .header .gnav {
    width: calc(100% - 152px);
    font-size: 1.5rem;
  }
  .header .gnav > ul li {
    margin: 0 8px;
  }
  .header .h-btns {
    right: 10px;
    width: 250px;
  }
  .header .h-btns a {
    width: 120px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header.is-follow .gnav > ul a {
    height: 40px;
    padding-top: 12px;
  }

  .header .h-nav {
    width: calc(100% - 230px);
    padding-left: 1%;
  }
  .header .gnav {
    width: calc(100% - 60px);
    font-size: 1.6rem;
    text-align: center;
  }
  .header .gnav > ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header .gnav > ul > li {
    width: 50%;
    margin: 0;
  }
  .header .gnav > ul > li a {
    height: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .header .h-btns {
    width: 200px;
  }
  .header .h-btns a {
    width: 95px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #header {
    position: relative;
  }

  .header {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
  }
  .header.is-follow {
    position: relative;
  }
  .header:before {
    content: none;
  }
  .header .container {
    display: block;
    height: auto;
  }
  .header h1 {
    width: 146px;
  }
  .header .h-nav {
    display: block;
    width: 100%;
    height: 60px;
    padding: 7px 10px;
    background: none;
  }
  .header .gnav {
    position: fixed;
    left: 100%;
    top: 60px;
    display: block;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 0;
    font-size: 18px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    z-index: 3000;
    transition: left .3s ease-in-out;
  }
  .header .gnav.is-open {
    left: 0;
    top: 0;
  }
  .header .gnav > ul {
    flex-wrap: wrap;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 0 40px;
    justify-content: flex-start;
    text-align: center;
  }
  .header .gnav > ul > li {
    width: 50%;
    margin: 0;
  }
  .header .gnav > ul a {
    display: block;
    height: auto;
    padding: 15px 10px;
  }
  .header .gnav > ul a:hover {
    color: #222;
  }
	.header .gnav > ul a:after {
		content: none;
	}
  .header .gnav .nav-lang {
    padding-bottom: 50px;
  }
  .header .h-btns {
    display: none;
  }

  .sp-menu-btn {
    position: fixed;
    right: 0;
    top: 0;
    display: block !important;
    width: 60px;
    height: 60px;
    padding-top: 36px;
    background: #004282;
    color: #fff;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    text-align: center;
    z-index: 9999;
  }
  .sp-menu-btn.is-open > span:nth-of-type(1) {
    top: 21px;
  }
  .sp-menu-btn.is-open > span:nth-of-type(2) {
    top: 21px;
  }
  .sp-menu-btn > span {
    width: 34px;
    background: #fff;
  }
  .sp-menu-btn > span:nth-of-type(1) {
    top: 15px;
  }
  .sp-menu-btn > span:nth-of-type(2) {
    top: 26px;
  }

  .header .gnav > ul li.list-parent a{position: relative}
  .header .gnav > ul li.list-parent a span{display: inline-block; width: 20px; height: 20px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
  .header .gnav > ul li.list-parent a span::before,.header .gnav > ul li.list-parent a span::after{content: ""; display: inline-block; width:100%; height: 3px; border-radius: 10px; position: absolute; top: 50%; left: 50%; background:#004282; transform: translate(-50%,-50%);}
  .header .gnav > ul li.list-parent a span::after{transform: translate(-50%,-50%) rotate(90deg); transition: .4s;}
  .header .gnav > ul li.list-parent.is-open a span::after{transform: translate(-50%,-50%) rotate(0deg);}
  .header .gnav .list-child{margin-bottom: 20px;}
  .header .gnav .list-child .child-tit{display: none;}
  .header .gnav .list-child{ position: relative; top: 0;}
  .header .gnav .list-child ul{width: 100%;}
  .header .gnav .list-child .bg-gnav{padding: 0;}
  .header .gnav .list-child::after{content: none;}
  .header .gnav .list-child ul li a{padding: 12px 10px; font-size: 1.6rem;}
  .header .gnav .list-child ul li a::after{content: none;}

}
@media screen and (max-width: 480px) {
  .header .gnav > ul > li {
    width: 100%;
    margin: 0;
  }
}
/*-------------------------------------------*/
/*
/*　　side-btn
/*
/*-------------------------------------------*/
#side-btn {
  position: fixed;
  right: 0;
  bottom: 80px;
  width: 50px;
  line-height: 1;
  z-index: 2002;
}
#side-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding: 10px 6px;
  background: #37008C;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
#side-btn a:hover {
  background: #4b00bf;
  opacity: 1;
}
#side-btn a .icon01 {
  display: inline-block;
  margin: 0 auto 5px;
  vertical-align: baseline;
}
#side-btn a .icon02 {
  display: inline-block;
  margin: 5px auto 0;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  #side-btn {
    position: absolute;
    top: 80px;
    bottom: auto;
    z-index: 2000;
  }
  #side-btn a:hover {
    background: #37008C;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#container {
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.en02 {
  font-family: "Montserrat", sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.txt-bold {
  font-weight: bold;
}

.txt-break span {
  display: inline-block;
}

.txt-kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
h2 {
  margin: 0 0 32px;
  color: #004282;
  font-size: 40px;
  font-family: "Montserrat", "Archivo", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
}
h2.en {
  font-size: 5.4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}
h2.en .ja-desc{
  display: block;
  font-size: 2.2rem;
  font-family: 'Noto Sans JP';
}

h3 {
  margin: 0 0 25px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .05em;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

h6 {
  font-weight: bold;
}

a.btn,
.btn-nolink {
  display: inline-block;
  width: 800px;
  max-width: 100%;
  padding: 20px;
  background: #222222;
  border: 1px solid #222222;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: center;
}
a.btn:hover,
.btn-nolink:hover {
  background: #004282;
  opacity: 1;
}
a.btn .icon-arrow,
.btn-nolink .icon-arrow {
  position: relative;
  top: -2px;
  margin-left: 15px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .pc-vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 20px);
  }

  /* 汎用見出し */
  h2.en {
    font-size: 32px;
  }
  h2.en .ja-desc{
    font-size: 1.8rem;
  }

  /* 汎用ボタン */
  a.btn,
  .btn-nolink {
    width: 100%;
    padding: 15px;
    font-size: 15px;
  }
  a.btn:hover,
  .btn-nolink:hover {
    background: #222;
  }
  a.btn .icon-arrow,
  .btn-nolink .icon-arrow {
    top: -2px;
    width: 5px;
    margin-left: 8px;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#footer {
  padding: 0;
}
#footer .pagetop {
  position: fixed;
  right: 10px;
  line-height: 1;
  z-index: 1000;
}
#footer .pagetop.active {
  bottom: 10px;
}
#footer .pagetop a {
  display: block;
}
#footer .pagetop a:hover {
  opacity: 1;
}
#footer .pagetop a img {
  width: 60px;
}

.footer {
  padding: 0;
  background: #E5ECF3;
}
.footer .f-info {
  padding: 110px 0 45px;
  background: #E5ECF3;
  text-align: center;
}
.footer .f-info .info-btn {
  position: relative;
  top: -50px;
  display: block;
  width: 94%;
  max-width: 600px;
  margin: 0 auto 10px;
  padding: 30px;
  background: #FF5135;
  border-radius: 60px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}
.footer .f-info .info-btn:hover {
  background: #ff7d68;
  opacity: 1;
}
.footer .f-info .info-btn .icon {
  margin-left: 15px;
}
.footer .f-info .info-logo {
  margin-bottom: 24px;
}
.footer .f-info .info-logo a:hover {
  opacity: 1;
}
.footer .f-info .info-txt {
  max-width: calc(100% - 100px);
  margin-top: 5px;
  justify-content: flex-start;
}
.footer .f-info .info-txt p{color: #004282;}
.footer .f-info .info-txt p:after {
  content: "｜";
  padding: 0 1.5em;
}
.footer .f-info .info-txt p:nth-of-type(1):after {
  padding-left: 0;
}
.footer .f-info .info-txt p:last-of-type:after {
  content: none;
}
.is_tablet .footer .f-info .info-txt p{font-size: 18px;}
.footer .f-info .icon-wrap {
  margin: 0 !important;
  list-style: none;
}
.footer .f-info .icon-wrap li + li {
  margin-left: 20px;
}
.footer .f-link {
  padding: 40px 0;
  background: #E5ECF3;
}
.footer .f-link .link-col .col-link {
  width: calc(55.5% + 1em);
  margin-bottom: 60px;
}
.footer .f-link .link-col .col-btns {
  width: 34.17%;
  max-width: 410px;
  margin-bottom: 60px;
  font-size: 1.7rem;
  line-height: 1.5;
}
.footer .f-link .link-col .col-btns a {
  display: block;
  padding: 16px;
  background: #74CB33;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.footer .f-link .link-col .col-btns a:hover {
  background: #b1de8f;
  opacity: 1;
}
.footer .f-link .link-col .col-btns a .icon {
  margin-right: 10px;
}
.footer .f-link .link-col .col-btns a.btn-member {
  margin-top: 10px;
  background: #0093F3;
  color: #FFF;
}
.footer .f-link .link-col .col-btns a.btn-member:hover {
  background: #6EC2F9;
}
.footer .f-link .link-list {
  margin-right: 1em;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
}
.footer .f-link .link-col .col-btns a.btn-contact {
  margin-top: 10px;
  background: #fff;
  color: #004282;
}
.footer .f-link .link-col .col-btns a.btn-contact:hover {
  background: #B2C4D5;
}
.footer .f-link .link-list {
  margin-right: 1em;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
}
.footer .f-link .link-list li + li {
  margin-top: 22px;
}
.footer .f-link .link-list li a {
  display: inline-block;
  padding-left: 14px;
  background: url(../images/footer/f-menu-arr.svg) no-repeat left top 8px;
  background-size: 8px;
  color: #004282;
}
.footer .f-link .link-bnr {
	display: none;
  margin-bottom: 40px;
  justify-content: flex-start;
}
.footer .f-link .link-bnr li {
  width: 18.67%;
  max-width: 224px;
  margin: 0 1.66% 20px 0;
}
.footer .f-link .link-bnr li:nth-of-type(5n) {
  margin-right: 0;
}
.footer .f-link .link-copyright {
  margin: 0;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-weight: 400;
}
.footer .fix-footer {
  display: none;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #footer .pagetop.active {
    bottom: 70px;
  }
  #footer .pagetop a img {
    width: 50px;
  }

  .footer {
    padding: 0;
    background: #fff;
  }
  .footer .f-info {
    padding: 40px 0;
    text-align: center;
  }
  .footer .f-info .info-btn {
    top: -50px;
    margin-bottom: -10px;
    padding: 30px;
    font-size: 2.2rem;
  }
  .footer .f-info .info-btn:hover {
    background: #FF5135;
  }
  .footer .f-info .info-btn .icon {
    margin-left: 10px;
  }
  .footer .f-info .info-logo {
    margin-bottom: 30px;
  }
  .footer .f-info .info-txt {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
    font-size: 1.4rem;
    justify-content: flex-start;
  }
  .footer .f-info .info-txt p {
    padding: 0;
    line-height: 1.75;
  }
  .footer .f-info .info-txt p:after {
    content: none;
  }
  .footer .f-info .info-txt p a {
	  color: #FFF;
  }
  .footer .f-info .icon-wrap {
    width: 100%;
    justify-content: center;
  }
  .footer .f-link {
    padding: 30px 0 96px;
    background: #004282;
  }
  .footer .f-link .container {
    max-width: 458px;
  }
  .footer .f-link .link-col .col-link {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .f-link .link-col .col-btns {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .footer .f-link .link-col .col-btns a {
    padding: 16px;
    background: #74CB33;
  }
  .footer .f-link .link-col .col-btns a:hover {
    background: #026899;
  }
  .footer .f-link .link-col .col-btns a.btn-contact:hover {
    background: #B2C4D5;
  }
  .footer .f-link .link-list {
    width: 50%;
    margin-top: 10px;
    margin-right: 0;
    font-size: 1.4rem;
  }
  .footer .f-link .link-list li + li {
    margin-top: 15px;
  }
  .footer .f-link .link-bnr {
    margin: 0 auto 40px;
    justify-content: space-between;
  }
  .footer .f-link .link-bnr li {
    width: 49%;
    margin: 0 0 2% 0;
  }
  .footer .fix-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    table-layout: fixed;
    z-index: 5000;
    border-top: solid 2px #004282;
  }
  .footer .fix-footer a {
    display: table-cell;
    width: 50%;
    height: 60px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
  }
  .footer .fix-footer .icon {
    display: block;
    top: 0;
    margin: 0 auto 4px;
  }
  .footer .fix-footer .fix-contact {
    background: #004282;
    color: #fff;
  }
    
.footer .fix-footer a.fix-contact:hover {
    background: #B2C4D5;
    opacity: 1;
  }
  .footer .fix-footer .fix-login {
    background: #004282;
    color: #fff;
  }
  .footer .fix-footer .fix-login:hover {
    background: #265E95;
    opacity: 1;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.fade-in {
  opacity: 0;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 40px);
}

.fade-in-down {
  transform: translate(0, -40px);
}

.fade-in-left {
  transform: translate(-40px, 0);
}

.fade-in-right {
  transform: translate(40px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
body.is_tablet {
  min-width: 1300px;
  font-size: 20px;
}

/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }

  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

.pc-hidden {
  display: none !important;
}

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

  .sp-block {
    display: block;
  }

  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }

  .sp-hidden {
    display: none !important;
  }

  .pc-hidden {
    display: block !important;
  }
}

.current{
  color: #004282;
}

.top-fixed-text{
  color: #FFF;
text-align: center;
font-family: "Noto Sans JP";
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 13px; /* 100% */
}

#footer {
	background: #dbe2e8;
	position: relative;
}

#footer .footer {
	padding: 72px 0 120px;
	position: relative;
}

#footer .footer-inner {
	position: relative;
	max-width: 1599px;
	width: min(1599px, calc(100% - 40px));
	margin: 0 auto;
}

#footer .footer-layout {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  gap: 300px;
}

#footer .footer-brand {
	flex: 0 0 500px;
}

#footer .info-logo {
	margin: 0;
}

#footer .info-logo img {
	display: block;
	width: 237px;
	height: auto;
}

#footer .info-txt {
	margin-top: 117.13px;
	display: block;
}

#footer .info-txt p {
	color: #00448d;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.02em;
}

#footer .info-txt p:last-child {
	margin-bottom: 0;
}

#footer .footer-nav {
	flex: 1;
	display: flex;
	row-gap: 0;
	padding-top: 4px;
  gap: 100px;
}

#footer .link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .link-list li {
	margin: 0 0 18px;
}

#footer .link-list li:last-child {
	margin-bottom: 0;
}

#footer .link-list a {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	color: #00448d;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

#footer .link-list a::before {
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	color: #00448d;
	font-size: 20px;
	line-height: 1.6;
}

#footer .link-list a:hover {
	opacity: 0.7;
}

#footer .link-copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	color: #4d79a8;
	font-size: 14px;
	line-height: 1.4;
}

/* 旧構成の不要要素を消す */
#footer .f-info,
#footer .f-link,
#footer .col-btns,
#footer .link-bnr {
	display: none;
}

/* pagetop */
#footer .pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
	z-index: 20;
}

/* タブレット */
@media screen and (max-width: 1100px) {
	#footer .footer {
		padding: 56px 0 100px;
	}

	#footer .footer-inner {
		width: calc(100% - 60px);
	}

	#footer .footer-layout {
		flex-direction: column;
		gap: 48px;
	}

	#footer .footer-brand {
		flex: none;
		width: 100%;
	}

	#footer .info-txt {
		margin-top: 40px;
	}

	#footer .footer-nav {
		width: 100%;
		grid-template-columns: repeat(2, minmax(150px, 1fr));
		gap: 28px 40px;
	}

	#footer .link-copyright {
		position: static;
		margin-top: 56px;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	#footer .footer {
		padding: 40px 0 80px;
	}

	#footer .footer-inner {
		width: calc(100% - 32px);
	}

	#footer .info-logo img {
		width: 190px;
	}

	#footer .info-txt {
		margin-top: 28px;
	}

	#footer .info-txt p,
	#footer .link-list a,
	#footer .link-list a::before {
		font-size: 15px;
	}

	#footer .footer-nav {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	#footer .link-list li {
		margin-bottom: 12px;
	}

	#footer .link-copyright {
		margin-top: 40px;
		font-size: 12px;
	}
}

    .h-nav__logo {
        flex: 0 0 auto;
        margin: 0;
        background: #fff;
        padding: 25px 54.36px 25px 45px;
        border-bottom-right-radius: 10px;
    }

/* -------------------------------------------
   追従ヘッダー調整
------------------------------------------- */
@media screen and (min-width: 768px) {
  .header.is-follow .h-nav {
    height: 56px;
    padding-right: 34px;
    align-items: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  }

  .header.is-follow .h-nav__logo {
    flex: 0 0 auto;
    margin: 0;
    padding: 0 0 0 28px;
    background: none;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
  }

  .header.is-follow .h-nav__logo h1 {
    width: auto;
    line-height: 1;
  }

  .header.is-follow .h-nav__logo a {
    display: block;
  }

  .header.is-follow .h-nav__logo img {
    width: 122px;
    max-width: 122px;
    height: auto;
  }

  .header.is-follow .gnav > ul a {
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "Noto Sans JP";
  }

  .header.is-follow .gnav .nav-lang {
    font-size: 13px;
  }
}

/* 通常ヘッダー：ロゴエリアを完成系に調整 */
.header:not(.is-follow) .h-nav__logo {
  width: auto;
  height: auto;
  padding: 25px 42px 18px 30px;
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
}

/* 通常ヘッダー：ロゴサイズ */
.header:not(.is-follow) .h-nav__logo img {
  width: 196px;
  max-width: 196px;
  height: auto;
}

#footer .info-txt p.footer-head {
  font-size: 22px;
  margin-bottom: 16px;
}

/* 親メニュー */
.header .gnav > ul > li > a {
  position: relative;
}

/* 下線 */
.header .gnav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 3px;
  background: #f26b4f;
  transition: width .3s;
}

/* hover */
.header .gnav > ul > li:hover > a {
  color: #f26b4f;
}

/* 下線表示 */
.header .gnav > ul > li:hover > a::after {
  width: 100%;
}

.gnav .member-page-nav {
	margin-left: -8px;
}

.header .gnav > ul a.member-page-btn {
	height: auto;
	min-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #e8eef5;
	color: #004889;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
}
.header .gnav > ul a.member-page-btn::after {
	display: none;
}
.header .gnav > ul a.member-page-btn .member-page-btn__icon {
	display: block;
	width: 12px;
	height: 12px;
	position: static;
	top: auto;
	vertical-align: middle;
}
.gnav .member-page-btn::after {
	display: none;
}

.gnav .member-page-btn__icon {
	width: 12px;
	height: 12px;
}

.follow-nav .gnav > ul {
	display: flex;
	align-items: center;
}

.follow-nav .gnav > ul a.member-page-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #e8eef5;
	color: #004889;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.follow-nav .gnav > ul a.member-page-btn::after {
	display: none;
}

.follow-nav .member-page-btn__icon {
	width: 12px;
	height: 12px;
}

.header.is-follow .gnav > ul a.member-page-btn {
	height: auto;
	min-height: 0;
	padding: 6px 12px;
	display: inline-flex;
	align-items: center;
  padding: 18px 20px;
}

.header .h-nav__logo {
	position: relative;
	z-index: 100;
}

.header .gnav .list-child {
	z-index: 1;
}

/* ---------------------------------------------------
	SP header：white bar
------------------------------------------------------ */
@media screen and (max-width: 767px) {
	#header,
	#header .header,
	#header .header .h-nav {
		height: 80px;
		background: #fff;
	}

	#header .header .h-nav {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		padding: 0 0 0 18px;
		box-sizing: border-box;
	}

	#header .h-nav__logo {
		display: flex;
		align-items: center;
		height: 80px;
		padding: 0;
		background: transparent;
		border-radius: 0;
	}

	#header .h-nav__logo img {
		width: 185px;
		max-width: 185px;
		height: auto;
		display: block;
	}

	#header .h-nav__menu {
		height: 80px;
		margin-left: auto;
	}

  

#header .sp-menu-btn {
	position: relative;
	top: auto;
	right: auto;
	width: 80px;
	height: 80px;
	padding: 0;
	background: #004282;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

	#header .sp-menu-btn span {
		position: static;
		display: block;
		width: 30px;
		height: 2px;
		margin: 0 0 7px;
		background: #fff;
		transform: none;
	}

	#header .sp-menu-btn span:last-of-type {
		margin-bottom: 0;
	}

	#header .sp-menu-btn .text {
		position: static;
		transform: none;
		margin-top: 4px;
		color: #fff;
		font-size: 10px;
		font-weight: 700;
		line-height: 1;
	}

  #header .header.is-follow {
		background: transparent;
	}

	#header .header.is-follow .h-nav {
		background: transparent;
		padding: 0;
		height: 0;
	}

	#header .header.is-follow .h-nav__logo {
		display: none;
	}

	#header .header.is-follow .h-nav__menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 80px;
		height: 80px;
		z-index: 9999;
	}

	#header .header.is-follow .sp-menu-btn {
		position: relative;
		width: 80px;
		height: 80px;
	}
  	#header .sp-menu-btn.is-open span:nth-of-type(1) {
		transform: rotate(45deg);
		margin-bottom: -2px;
	}

	#header .sp-menu-btn.is-open span:nth-of-type(2) {
		transform: rotate(-45deg);
		margin-bottom: 0;
	}

	#header .sp-menu-btn.is-open .text {
		font-size: 0;
	}

	#header .sp-menu-btn.is-open .text::before {
		content: "CLOSE";
    font-size: 9px;
    margin-top: 8px;
    display: block;
	}
}

/* ---------------------------------------------------
	SP menu open layout
------------------------------------------------------ */
@media screen and (max-width: 767px) {
	.header .gnav {
		top: 0;
		height: 100vh;
		padding-top: 96px;
		background: #fff;
		box-sizing: border-box;
	}

	.header .gnav.is-open {
		left: 0;
	}

	.header .gnav > ul {
		width: 100%;
		max-width: none;
		padding: 0 32px 40px;
		display: block;
		text-align: left;
		box-sizing: border-box;
	}

	.header .gnav > ul > li {
		width: 100%;
		border-bottom: 1px solid #dce6ef;
	}

	.header .gnav > ul > li > a {
		display: block;
		padding: 18px 0;
		color: #004282;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.5;
		text-align: left;
	}

	/* SPではPC用ホバーアニメーションを無効化 */
	.header .gnav > ul > li > a::after {
		display: none !important;
	}

	.header .gnav > ul > li:hover > a {
		color: #004282;
	}

	.header .gnav > ul a:hover {
		opacity: 1;
		color: #004282;
	}

/* 子メニュー */
.header .gnav .list-child {
	position: static;
	visibility: visible;
	opacity: 1;
	transform: none;
	transition: none !important;
	pointer-events: none;
	margin: 0;
}

.header .gnav > ul > li.is-open .list-child {
	pointer-events: auto;
}

	.header .gnav .list-child .bg-gnav {
		padding: 0 0 16px;
		background: transparent;
		opacity: 1;
		transform: none;
	}

	.header .gnav .list-child .child-list {
		display: block;
	}

	.header .gnav .list-child ul {
		width: 100%;
	}

	.header .gnav .list-child ul li {
		border-bottom: none;
	}

	.header .gnav .list-child ul li a {
		padding: 8px 0 8px 16px;
		color: #004282;
		font-size: 1.4rem;
		font-weight: 500;
		text-align: left;
	}

	.header .gnav .nav-lang {
		padding: 16px 32px 200px;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	/* メニュー本体：初期状態は必ず右外へ */
	.header .gnav {
		position: fixed;
		left: 100%;
		top: 0;
		width: 100%;
		height: 100vh;
		padding-top: 96px;
		background: #fff;
		box-sizing: border-box;
		overflow-y: auto;
		transition: left 0.3s ease-in-out;
	}

	/* ハンバーガー押下時だけ表示 */
	.header .gnav.is-open {
		left: 0;
	}

  .header .gnav .list-child .bg-gnav {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .header .gnav .list-child {
    transition: none !important;
    display: none;
  }
}

/* ---------------------------------------------------
   PC header：ロゴはそのまま、ナビだけ右寄せ・圧縮
------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .header .h-nav {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 70px;
    padding-right: 24px;
    box-sizing: border-box;
    overflow: visible;
  }

  .header .h-nav__logo {
    flex: 0 0 auto;
  }

  .header .h-nav__menu {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
  }

  .header .gnav {
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header .gnav > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    max-width: none;
    margin: 0;
    gap: 30px;
  }

  .header .gnav > ul > li {
    margin: 0;
  }

  .header .gnav > ul a {
    font-size: 16px;
    white-space: nowrap;
    letter-spacing: 0;
    font-family: "Noto Sans JP";
  }

  .header .gnav .nav-lang {
    margin-left: 14px;
    font-size: 13px;
    white-space: nowrap;
  }
}
/* ホバーメニューの既存アニメーションを維持 */
@media screen and (min-width: 768px) {
  .header .gnav .list-child {
    opacity: 1;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      transform .4s ease-out,
      visibility 0s linear .4s;
  }

  .header .gnav > ul > li.list-parent:hover > .list-child {
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition:
      transform .4s ease-out,
      visibility 0s;
  }

  .header .gnav .list-child .bg-gnav {
    opacity: 0;
    transform: translateY(-20px);
    transition:
      opacity .35s ease,
      transform .55s ease-out;
  }

  .header .gnav > ul > li.list-parent:hover .bg-gnav {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ヘッダーにドロップシャドウ */
.header .h-nav {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

/* 通常時のロゴ下にも影が自然につながるように */
.header:not(.is-follow) .h-nav__logo {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

/* 追従時はヘッダー全体だけに影を付ける */
.header.is-follow .h-nav__logo {
  box-shadow: none;
}

.header:not(.is-follow) .h-nav__logo {
  box-shadow: 0 8px 12px -10px rgba(0, 0, 0, 0.28);
}

.header.is-follow .h-nav__logo {
  box-shadow: none;
}
/* footer：PC時はコピーライトと同じ右端ラインに揃える */
@media screen and (min-width: 1111px) {
  #footer .footer-inner {
    width: min(1599px, calc(100% - 180px));
    margin-right: auto;
  }

  #footer .footer-layout {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: clamp(60px, 8vw, 180px);
  }

  #footer .footer-brand {
    flex: none;
    width: 520px;
  }

  #footer .footer-nav {
    justify-content: space-around;
    gap: clamp(32px, 2vw, 80px);
    min-width: 0;
  }

  #footer .link-list a {
    font-size: clamp(16px, 1.15vw, 20px);
  }

  #footer .link-copyright {
    right: 0;
  }
}

.flow-content .flow-txt a.btn-entry-escape {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  width: 436px;
  max-width: 100%;
  min-height: 76px;
  padding: 0 70px 0 24px;
  border: 2px solid #ff5135;
  border-radius: 10px;
  background: #fff;
  color: #ff6b4a !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-sizing: border-box;
}

.flow-content .flow-txt a.btn-entry-escape::after {
  content: ">";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff5135;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.flow-content .flow-txt a.btn-entry-escape:hover {
  opacity: 0.75;
}
.flow-content .flow-txt a.btn-entry-escape {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  width: 436px;
  max-width: 100%;
  min-height: 76px;
  padding: 0 70px 0 28px;
  border: 2px solid #ff5135;
  border-radius: 10px;
  background: #fff;
  color: #ff6b4a !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-sizing: border-box;
}

.flow-content .flow-txt a.btn-entry-escape::before {
  content: none !important;
}

.flow-content .flow-txt a.btn-entry-escape::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23ff5135'/%3E%3Cpath d='M12 9l6 6-6 6' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.flow-content .flow-txt a.btn-entry-escape:hover {
  opacity: 0.75;
}

.header:not(.is-follow) .h-nav__logo::after {
content: "";
    position: absolute;
    bottom: 13px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-left-radius: 9px;
    box-shadow: -8px -8px 0 0 #fff;
    pointer-events: none;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .header .h-nav {
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }

  .header .h-nav__logo {
    margin-left: 0 !important;
    padding: 0 24px 0 20px !important;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .header .h-nav__logo img {
    width: 185px;
    max-width: 185px;
  }

  .header .h-nav__menu {
    margin-left: auto;
  }

  .sp-menu-btn {
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    background: #004282;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
  }

  .sp-menu-btn span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 0 7px;
    background: #fff;
  }

  .sp-menu-btn .text {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }
    .header:not(.is-follow) .h-nav__logo {
    box-shadow: none !important;
  }

    .header.is-follow .h-nav {
    height: 64px !important;
    padding-right: 64px !important;
  }

  .header.is-follow .h-nav__logo {
    height: 64px !important;
  }

  .header.is-follow .sp-menu-btn {
    width: 64px !important;
    height: 64px !important;
  }

  .header.is-follow .sp-menu-btn span {
    width: 28px !important;
    height: 2px !important;
    margin-bottom: 7px !important;
  }

  .header.is-follow .sp-menu-btn .text {
    font-size: 9px !important;
  }
}

@media screen and (max-width: 767px), (max-width: 960px) and (orientation: landscape) {
  .footer .fix-footer {
    display: flex !important;
    table-layout: auto;
  }

  .footer .fix-footer a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 54px;
    box-sizing: border-box;
  }

  .footer .fix-footer .fix-contact,
  .footer .fix-footer .fix-login {
    flex: 1 1 0;
  }

  .footer .fix-footer .fix-pagetop {
    flex: 0 0 54px;
    width: 54px !important;
    background: #f5f7fa;
    border-left: 1px solid #d8e0e8;
  }

  .footer .fix-footer .fix-pagetop .icon {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
  }

  #footer .pagetop {
    display: none !important;
  }
    .footer .fix-footer a {
    border-left: 1.5px solid rgba(255, 255, 255, 1);
  }

  .footer .fix-footer a:first-child {
    border-left: none;
  }

  .footer .fix-footer .fix-pagetop {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
}

/* 768〜1400px：タブレット・Mac狭幅用ハンバーガーメニュー */
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .header .h-nav {
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }

  .header .h-nav__logo {
    margin-left: 0 !important;
    padding: 0 24px 0 20px !important;
    background: transparent;
    border-radius: 0;
    box-shadow: none !important;
  }

  .header .h-nav__logo img {
    width: 185px;
    max-width: 185px;
  }

  .header .h-nav__menu {
    margin-left: auto;
    width: 80px;
    flex: 0 0 80px;
  }

  .sp-menu-btn {
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    background: #004282;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 2px;
    margin: 0 !important;
    background: #fff;
    transform: translateX(-50%);
    transition: transform 0.3s, top 0.3s;
  }

  .sp-menu-btn span:nth-of-type(1) {
    top: 28px;
  }

  .sp-menu-btn span:nth-of-type(2) {
    top: 39px;
  }

  .sp-menu-btn .text {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }

  .sp-menu-btn.is-open span:nth-of-type(1) {
    top: 32px;
    transform: translateX(-50%) rotate(45deg);
  }

  .sp-menu-btn.is-open span:nth-of-type(2) {
    top: 32px;
    transform: translateX(-50%) rotate(-45deg);
  }

  .sp-menu-btn.is-open .text {
    font-size: 0 !important;
  }

  .sp-menu-btn.is-open .text::before {
    content: "CLOSE";
    display: block;
    margin-top: 14px;
    color: #fff;
    font-size: 9px;
  }

  .sp-menu-btn.is-open .text::after {
    content: none !important;
    display: none !important;
  }

  .header .gnav {
    display: block !important;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    padding-top: 96px;
    background: #fff;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 9000;
    transition: left 0.3s ease-in-out;
  }

  .header .gnav.is-open {
    left: 0;
  }

  .header .gnav > ul {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 32px 40px;
    box-sizing: border-box;
  }

  .header .gnav > ul > li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #dce6ef;
  }

  .header .gnav > ul > li > a {
    display: block;
    position: relative;
    height: auto;
    padding: 18px 48px 18px 0;
    color: #004282;
    font-size: 1.6rem;
    text-align: left;
  }

  .header .gnav > ul > li:hover > a {
    color: #004282;
  }

  .header .gnav > ul > li > a::after {
    display: none !important;
  }

  .header .gnav .list-child {
    position: static !important;
    display: none;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: none;
    margin: 0;
    transition: none !important;
  }

  .header .gnav > ul > li.list-parent:hover > .list-child {
    display: none;
    pointer-events: none;
  }

  .header .gnav > ul > li.list-parent.is-open > .list-child {
    display: block;
    pointer-events: auto;
  }

  .header .gnav .list-child .bg-gnav {
    padding: 0 0 16px !important;
    background: transparent !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .header .gnav .list-child::after,
  .header .gnav .list-child .child-tit {
    display: none !important;
  }

  .header .gnav .list-child ul {
    width: 100% !important;
  }

  .header .gnav .list-child ul li {
    border-bottom: none !important;
  }

  .header .gnav .list-child ul li a {
    padding: 8px 0 8px 16px !important;
    color: #004282;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    text-align: left;
  }

  .header .gnav > ul > li.list-parent > a::before,
  .header .gnav > ul > li.list-parent > a::after {
    content: "";
    display: block !important;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 18px;
    height: 3px;
    background: #004282;
    border-radius: 2px;
    opacity: 1 !important;
  }

  .header .gnav > ul > li.list-parent > a::before {
    transform: translateY(-50%);
  }

  .header .gnav > ul > li.list-parent > a::after {
    left: auto;
    bottom: auto;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
  }

  .header .gnav > ul > li.list-parent.is-open > a::after {
    transform: translateY(-50%) rotate(0deg);
  }
}