@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
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,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

a {
  text-decoration: none;
}

@media (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .pcOnly {
    display: block;
  }
  .notPc {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .pcOnly {
    display: none !important;
  }
  .notPc {
    display: block;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

@media (min-width: 1181px) {
  .desktop {
    display: block;
  }
  .notDesktop {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  .desktop {
    display: none;
  }
  .notDesktop {
    display: block;
  }
}

.ipad {
  display: none;
}

@media (min-width: 750px) and (max-width: 1024px) {
  .ipad {
    display: block;
  }
}

.small-sp {
  display: none;
}

@media (max-width: 520px) {
  .small-sp {
    display: block;
  }
}

.laptop {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .laptop {
    display: block;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  基本のスタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 14px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #595656;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: #595656;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

select {
  color: #595656;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  英語ページ 基本のスタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body.en {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #595656;
  background-color: #fff;
  overflow-x: hidden;
}

body.en h1,
body.en h2,
body.en h3,
body.en h4,
body.en h5,
body.en h6 {
  font-weight: 300;
}

body.en input,
body.en select,
body.en textarea,
body.en button {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  ヘッダースタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.header {
  width: 100%;
  position: relative;
}

@media (min-width: 1181px) {
  .header {
    height: 90px;
    padding: 0 2%;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1180px) {
  .header {
    height: 60px;
  }
}

.header::after {
  content: "";
  display: block;
}

@media (min-width: 1181px) {
  .header::after {
    height: 20px;
    background: #fff;
    width: 100vw;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 100;
  }
}

@media (min-width: 1181px) {
  .header-logo {
    width: 103px;
    margin-right: auto;
    flex: none;
    z-index: 101;
  }
}

@media (max-width: 1180px) {
  .header-logo {
    padding: 13px 15px;
    background: #ffffff;
  }
}

@media (max-width: 1180px) {
  .header-logo img {
    width: 84px;
  }
}

@media (max-width: 1180px) {
  .header-logo-in-hamburger {
    padding: 13px 15px;
    background: #ffffff;
  }
}

@media (max-width: 1180px) {
  .header-logo-in-hamburger img {
    width: 84px;
  }
}

@media (min-width: 1181px) {
  .header-nav-wrap {
    display: flex;
    width: 73%;
    max-width: 1000px;
    z-index: 100;
  }
}

@media (max-width: 1180px) {
  .header-nav-wrap {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    top: 150vh;
    z-index: 100;
    transition: transform 0.75s;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1181px) {
  .header-nav {
    width: 75%;
    max-width: 750px;
  }
}

@media (max-width: 1180px) {
  .header-nav {
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}

@media (min-width: 1181px) {
  .header-nav::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
}

@media (min-width: 1181px) {
  .header-nav__list {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  }
}

.header-nav__parent-link {
  font-weight: bold;
}

@media (min-width: 1181px) {
  .header-nav__parent-link {
    font-size: 15px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    transition: color 0.2s;
    position: relative;
    z-index: 101;
  }
}

@media (max-width: 1180px) {
  .header-nav__parent-link {
    display: block;
    height: 66px;
    padding: 25px 42px;
    border-top: 1px solid #dfedf9;
    font-size: 15px;
    position: relative;
  }
}

@media (min-width: 1181px) {
  .header-nav__parent-link:hover {
    color: #108ccf;
  }
}

@media (max-width: 1180px) {
  .header-nav__list {
    border-bottom: 1px solid #dfedf9;
  }
}

@media (max-width: 1180px) {
  .header-nav__parent-link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 1px solid #95b5df;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 22px;
    right: 24px;
    transition: 0.4s;
  }
}

@media (min-width: 1181px) {
  .header-nav__parent-link.is-active {
    color: #108ccf;
  }
}

@media (max-width: 1180px) {
  .header-nav__parent-link.is-active {
    background: #595656;
    color: #ffffff;
  }
}

@media (max-width: 1180px) {
  .header-nav__parent-link.is-active::after {
    border-color: #fff;
    transform: rotate(-45deg);
    top: 30px;
  }
}

@media (min-width: 1181px) {
  .header-nav__parent-link.-current {
    color: #108ccf;
  }
}

@media (min-width: 1181px) {
  .header-nav-sub {
    display: flex;
    /* margin-left: auto; */
    margin-left: 32px;
    margin-right: 14px;
    z-index: 100;
  }
}

@media (max-width: 1180px) {
  .header-nav-sub {
    width: 100%;
    padding: 40px 0 240px;
    background: #ffffff;
  }
}

@media (min-width: 1181px) {
  .header-nav-sub__item {
    position: relative;
    text-align: center;
  }
}

@media (max-width: 1180px) {
  .header-nav-sub__item {
    font-weight: bold;
  }
}

@media (min-width: 1181px) {
  .header-nav-sub__item:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #595656;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 1;
  }
}

@media (min-width: 1181px) {
  .header-nav-sub__item a {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    transition: background 0.1s, color 0.1s;
  }
}

@media (max-width: 1180px) {
  .header-nav-sub__item a {
    display: block;
    padding: 16px 22px 15px 42px;
    font-size: 15px;
  }
}

@media (min-width: 1181px) {
  .ie .header-nav-sub__item a {
    padding-top: 4px;
  }
}

.header-nav-sub__item.is-blank a {
  display: flex;
  align-items: center;
}

.header-nav-sub__item.is-blank .icon {
  margin-left: 8px;
  height: 14px;
  width: 14px;
  pointer-events: none;
  user-select: none;
  background: url(../images/common/icon_outlink.png) no-repeat center/contain;
  transition: .1s background ease;
}

@media (min-width: 1181px) {
  .header-nav-sub__item a:hover {
    background: #108ccf;
    color: #ffffff;
  }
  .header-nav-sub__item.is-blank a:hover .icon {
    background: url(../images/common/icon_outlink_on.png) no-repeat center/contain;
  }
}

.header-buttons {
  display: flex;
  z-index: 104;
}

@media (max-width: 1180px) {
  .header-buttons {
    position: relative;
    z-index: 104;
  }
}

.header-language {
  display: flex;
}

@media (min-width: 1181px) {
  .header-language {
    margin-right: 30px;
  }
}

@media (max-width: 1180px) {
  .header-language {
    display: flex;
    width: calc(100% - 120px);
    border-right: 1px solid transparent;
    position: fixed;
    bottom: 0;
    left: calc(-100% + 120px);
    transition: transform 0.5s ease;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1180px) {
  .header-language__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 60px;
    background: #595656;
    position: relative;
  }
}

.header-language__item:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  right: 0;
}

.header-language__item a {
  text-align: center;
  font-size: 12px;
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
}

@media (min-width: 1181px) {
  .header-language__item a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 8px 0;
    border: 1px solid #595656;
  }
}

@media (max-width: 1180px) {
  .header-language__item a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1181px) {
  .header-language__item.-current a {
    background: #595656;
    color: #ffffff;
  }
}

@media (min-width: 1181px) {
  .header-language__item a:hover {
    background: #108ccf;
    color: #ffffff;
    border: 1px solid #108ccf;
  }
}

.header-language__item .sp {
  display: inline-block;
}

@media (max-width: 1180px) {
  .header-search {
    position: fixed;
    bottom: 0;
    right: 60px;
    transform: translate3d(0, 300%, 0);
    transition: transform 0.5s;
  }
}

.header-search__btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  display: block;
  width: 30px;
  height: 30px;
  background: #595656 url(../images/common/icon_search.png) no-repeat center center/16px;
  transition: background 0.1s;
}

@media (max-width: 1180px) {
  .header-search__btn {
    width: 60px;
    height: 60px;
    background-size: 27px;
  }
}

@media (min-width: 1181px) {
  .header-search__btn:hover {
    background: #108ccf url(../images/common/icon_search.png) no-repeat center center/16px;
  }
}

@media (max-width: 1180px) {
  .header-search__btn.is-show {
    background-image: none;
  }
}

@media (max-width: 1180px) {
  .header-search__btn.is-show::before,
  .header-search__btn.is-show::after {
    content: "";
    display: block;
    height: 2px;
    width: 27px;
    background: #ffffff;
    position: relative;
    left: 16px;
  }
}

@media (max-width: 1180px) {
  .header-search__btn.is-show::before {
    transform: rotate(45deg);
    top: 2px;
  }
}

@media (max-width: 1180px) {
  .header-search__btn.is-show::after {
    transform: rotate(-45deg);
  }
}

@media (max-width: 1180px) {
  .header-btn-hamburger {
    position: fixed;
    width: 60px;
    height: 60px;
    background: #95b5df;
    right: 0;
    bottom: 0;
    transform: translate3d(0, 300%, 0);
    transition: transform 0.5s;
  }
}

@media (max-width: 1180px) {
  .header-btn-hamburger-bar {
    width: 25px;
    height: 2px;
    left: calc(50% - 12px);
    position: absolute;
    background-color: #fff;
    transition: 0.2s ease;
  }
}

@media (max-width: 1180px) {
  .header-btn-hamburger-bar:nth-child(1) {
    top: 23px;
  }
}

@media (max-width: 1180px) {
  .header-btn-hamburger-bar:nth-child(2) {
    top: 30px;
  }
}

@media (max-width: 1180px) {
  .header-btn-hamburger-bar:nth-child(3) {
    top: 37px;
  }
}

/*
PC グランドメニュー 開閉スタイル
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 1181px) {
  .header-nav__child {
    display: flex;
    width: 100%;
    height: 268px;
    position: absolute;
    top: 90px;
    left: 0;
    background: #595656;
    transition: transform 0.3s;
    transform: translate3d(0, -270px, 0);
    z-index: 20;
    opacity: 0;
  }
}

@media (min-width: 1181px) {
  .header-nav__child.is-hide {
    transition: transform 0.3s, opacity 0s 0.3s;
  }
}

@media (max-width: 1180px) {
  .header-nav__child {
    display: none;
  }
}

@media (min-width: 1181px) {
  body.en .header-nav__child {
    height: 290px;
    transform: translate3d(0, -292px, 0);
  }
}

@media (min-width: 1181px) {
  .admin-bar .is-fixed .header-nav__child {
    top: 90px;
  }
}

/* 1pxの隙間が空くため */
@media (min-width: 1181px) {
  .windows.chrome .header-nav__child {
    top: 89px;
  }
}

@media (min-width: 1181px) {
  .header-nav__child.is-active {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
}

@media (min-width: 1181px) {
  .header-nav__child-list {
    padding: 70px 0 70px 5%;
  }
}

@media (max-width: 1180px) {
  .header-nav__child-list {
    background: #595656;
  }
}

@media (max-width: 1180px) {
  .header-nav__child-list:first-of-type {
    padding-top: 28px;
  }
}

@media (max-width: 1180px) {
  .header-nav__child-list:last-of-type {
    padding-bottom: 28px;
  }
}

@media (min-width: 1181px) {
  .header-nav__child-list.-underFour {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1181px) {
  .header-nav__child-list.-business {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 0 70px 4%;
  }
  .en .header-nav__child-list.-business {
    padding: 70px 0 70px 3%;
  }
}

@media (min-width: 1181px) {
  .header-nav__child-top {
    width: 33.33%;
    text-align: center;
  }
}

.header-nav__child-top a {
  color: #ffffff;
  background: #95b5df;
}

@media (min-width: 1181px) {
  .header-nav__child-top a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
    transition: background 0.2s;
  }
}

@media (max-width: 1180px) {
  .header-nav__child-top a {
    display: block;
    width: 100%;
    padding: 37px 42px;
    font-size: 15px;
    font-weight: bold;
  }
}

.header-nav__child-top a:hover {
  background: #108ccf;
}

@media (min-width: 1181px) {
  .header-nav__child-item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.header-nav__child-item a {
  color: #ffffff;
  transition: opacity 0.1s;
}

@media (min-width: 1181px) {
  .header-nav__child-item a {
    white-space: nowrap;
  }
}

@media (max-width: 1180px) {
  .header-nav__child-item a {
    display: block;
    padding: 16px 22px 15px 42px;
    font-weight: bold;
  }
}

@media (min-width: 1181px) {
  .header-nav__child-item a:hover {
    opacity: 0.5;
  }
}

.header-nav__child-close {
  display: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}

@media (min-width: 1181px) {
  .header-nav__child-close {
    display: block;
    width: 90px;
    padding: 0 30px;
    margin-left: auto;
    background: #95b5df;
    position: relative;
  }
}

@media (min-width: 1181px) {
  .header-nav__child-close .close-line {
    display: block;
    width: 30px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 46px;
    transition: opacity 0.1s;
  }
}

@media (min-width: 1181px) {
  .header-nav__child-close .close-line:first-child {
    transform: rotate(45deg);
  }
}

@media (min-width: 1181px) {
  .header-nav__child-close .close-line:nth-child(2) {
    transform: rotate(-45deg);
  }
}

@media (min-width: 1181px) {
  .header-nav__child-close:hover .close-line {
    opacity: 0.5;
  }
}

/*
SP ハンバーガーメニュー 開閉スタイル
ーーーーーーーーーーーーーーーーーー*/
@media (max-width: 1180px) {
  body.is-nav-opend {
    position: fixed;
  }
}

@media (max-width: 1180px) {
  .header.is-nav-active .header-nav-wrap {
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, -150vh, 0);
  }
}

.header.is-nav-active .header-language {
  transform: translate3d(100%, 0, 0);
}

@media (max-width: 1180px) {
  .header-btn-hamburger.is-nav-active .header-btn-hamburger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
}

.header-btn-hamburger.is-nav-active .header-btn-hamburger-bar:nth-child(2) {
  opacity: 0;
  background: transparent;
  /* safari用 */
}

@media (max-width: 1180px) {
  .header-btn-hamburger.is-nav-active .header-btn-hamburger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/*
ヘッダー追従 スタイル
ーーーーーーーーーーーーーーーーーー*/
.header.is-fixed {
  position: fixed;
  top: -90px;
  z-index: 100;
  background: #ffffff;
  transition: transform 0.3s;
  transform: translate3d(0, 0, 0);
}

.edge .header.is-fixed {
  top: -94px;
}

.windows.chrome .header.is-fixed {
  top: -91px;
}

.header.is-show {
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 1180px) {
  .header-buttons.is-show .header-search,
  .header-buttons.is-show .header-btn-hamburger {
    transform: translate3d(0, 0, 0);
  }
}

.admin-bar .header.is-fixed {
  top: -58px;
}

/*
検索フォーム
ーーーーーーーーーーーーーーーーーー*/
.search-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 104;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .search-form {
    z-index: 100;
  }
}

.search-form.is-show {
  pointer-events: auto;
  opacity: 1;
}

.search-form__input-wrap {
  width: 100vw;
  display: block;
}

.search-form__bg {
  width: 100vw;
  display: block;
  background: rgba(89, 86, 86, 0.94);
  position: absolute;
  top: 0;
}

.search-form__input-form {
  width: 60%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}

@media (max-width: 1180px) {
  .search-form__input-form {
    width: 86.7%;
  }
}

.search-form__input-text {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  padding-left: 26px;
  padding-right: 40px;
  margin: auto;
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 12px;
}

@media (max-width: 1180px) {
  .search-form__input-text {
    padding-left: 22px;
  }
}

.search-form__input-btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  width: 50px;
  height: 50px;
  background: url(../images/common/icon_search_black.png) no-repeat center center/26px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-form__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 2%;
  z-index: 103;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .search-form__close {
    display: none;
  }
}

.search-form__close .-line {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 15px;
}

.search-form__close .-line:first-child {
  transform: rotate(45deg);
}

.search-form__close .-line:nth-child(2) {
  transform: rotate(-45deg);
}

/*
英語ページ ヘッダースタイル
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 1024px) {
  body.en .header-nav-wrap {
    width: 79%;
    max-width: 1020px;
  }
}

body.en .header-nav__list {
  max-width: 780px;
}

@media (min-width: 1024px) {
  body.en .header-nav__list {
    padding-top: 2px;
  }
}

body.en .header-nav__parent-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  body.en .header-nav__parent-link {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  body.en .header-nav__parent-link {
    letter-spacing: 0;
  }
}

@media (max-width: 750px) {
  body.en .header-nav-sub {
    padding-top: 20px;
  }
}

body.en .header-nav-sub__item a {
  font-weight: 500;
}

@media (min-width: 1024px) {
  body.en .header-nav-sub__item a {
    font-size: 14px;
  }
}

body.en .header-nav__child-top a {
  font-weight: 500;
}

@media (max-width: 1023px) {
  body.en .header-nav__child-top a {
    font-size: 16px;
  }
}

body.en .header-nav__child-item a {
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  body.en .header-nav__child-item a {
    font-size: 16px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


フッター


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.footer {
  background: #ecf4fb;
}

@media (min-width: 751px) {
  .footer {
    padding-top: 70px;
  }
}

@media (max-width: 750px) {
  .footer {
    padding-top: 54px;
  }
}

@media (min-width: 751px) {
  .footer-logo {
    width: 160px;
    margin: 0 auto 70px;
  }
}

@media (max-width: 750px) {
  .footer-logo {
    width: 120px;
    margin: 0 auto 46px;
  }
}

.footer-inner {
  max-width: 1140px;
  border-top: 1px solid #108ccf;
}

@media (min-width: 751px) {
  .footer-inner {
    width: 83.45%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .footer-inner {
    padding: 0 6.67%;
  }
}

@media (min-width: 751px) {
  .footer-inner {
    display: flex;
    padding: 52px 0 54px;
  }
}

@media (max-width: 750px) {
  .footer-inner {
    padding: 0 0 8%;
    margin: 0 6.67%;
  }
}

@media (min-width: 751px) {
  .footer-nav {
    margin-right: 7.7%;
  }
}

.footer-nav__parent {
  color: #108ccf;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  transition: opacity 0.2s;
}

@media (min-width: 751px) {
  .footer-nav__parent {
    margin-bottom: 18px;
    font-size: 15px;
  }
}

@media (max-width: 750px) {
  .footer-nav__parent {
    padding: 24px 5%;
    border-top: 1px solid #fff;
    position: relative;
  }
}

@media (max-width: 750px) {
  .footer-nav:first-child .footer-nav__parent:first-child {
    border-top: none;
  }
}

@media (max-width: 750px) {
  .footer-nav__parent::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 1px solid #595656;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: calc(50% - 8px);
    right: 5%;
    transition: transform 0.2s;
  }
}

@media (max-width: 750px) {
  .footer-nav__parent.is-active::after {
    transform: rotate(-45deg);
    top: calc(50% - 3px);
  }
}

@media (min-width: 751px) {
  .footer-nav__parent:hover {
    opacity: 0.7;
  }
}

@media (max-width: 750px) {
  .footer-nav__childs {
    display: none;
    border-top: 1px solid #fff;
    padding: 12px 0;
  }
}

@media (min-width: 751px) {
  .footer-nav__childs:not(:last-child) {
    margin-bottom: 44px;
  }
}

.footer-nav__child {
  line-height: 1.4;
}

@media (min-width: 751px) {
  .footer-nav__child:not(:last-child) {
    margin-bottom: 11px;
  }
}

@media (min-width: 751px) {
  .footer-nav__child a {
    transition: opacity 0.2s;
  }
}

@media (max-width: 750px) {
  .footer-nav__child a {
    display: block;
    padding: 21px 5% 20px;
    line-height: 1.6;
    font-size: 12px;
  }
}

.footer-nav__child a:hover {
  opacity: 0.7;
}

.footer-inner__sub {
  margin-left: auto;
}

.footer-bnr a {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-bnr a:hover {
  z-index: 2;
}

.footer-bnr a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: box-shadow 0.5s;
}

.footer-bnr a:hover::before {
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.4);
}

.footer-bnr a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #04152a;
  opacity: 0;
  transition: opacity 0.6s;
}

.footer-bnr a:hover::after {
  opacity: 0.2;
}

.footer-bnr a .-hoverShadow-img {
  overflow: hidden;
}

.footer-bnr a .-hoverShadow-img img {
  transition: transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
}

.footer-bnr a:hover .-hoverShadow-img img {
  transform: scale(1.6) translate3d(0, -5%, 0);
  transition: transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
}

@media (min-width: 751px) {
  .footer-buttons {
    margin-bottom: 20px;
    width: 20vw;
    max-width: 288px;
  }
}

@media (max-width: 750px) {
  .footer-buttons {
    margin-bottom: 30px;
  }
}

.footer-button.is-blank a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  height: 14px;
  width: 14px;
  pointer-events: none;
  user-select: none;
  background: url(../images/common/icon_outlink.png) no-repeat center/contain;
  transition: .4s .2s background ease;
}

@media (min-width: 751px) {
  .footer-button:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer-button.is-blank a:hover::before {
    background: url(../images/common/icon_outlink_on.png) no-repeat center/contain;
  }
}

@media (max-width: 750px) {
  .footer-button:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .footer-button.is-blank a::before {
    right: 4%;
  }
}

.footer-button a {
  display: block;
  position: relative;
  background: #95b5df;
  color: #ffffff;
  font-weight: bold;
  padding: 20px;
}

@media (min-width: 751px) {
  .footer-button a {
    letter-spacing: 0.2em;
  }
}

@media (max-width: 750px) {
  .footer-button a {
    padding-left: 5%;
    text-align: left;
  }
}

.footer-button .c-button__label {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*
TOPへ戻るボタン
ーーーーーーーーーーーーーーーーーー*/
.footer-goTop:hover {
  z-index: 0;
}

.footer-goTop a {
  max-width: none;
  letter-spacing: 0.1em;
}

@media (min-width: 751px) {
  .footer-goTop a {
    padding: 43px 0;
    z-index: 2;
  }
}

@media (max-width: 750px) {
  .footer-goTop a {
    padding: 31px 0;
    text-align: center;
  }
}

@media (min-width: 751px) {
  .ie .footer-goTop a {
    padding-top: 48px;
  }
}

/*
フッター 最下部
ーーーーーーーーーーーーーーーーーー*/
.footer-end {
  background: #95b5df;
}

@media (max-width: 750px) {
  .footer-end {
    padding-bottom: 60px;
  }
}

.footer-end__inner {
  max-width: 1140px;
}

@media (min-width: 751px) {
  .footer-end__inner {
    width: 83.45%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .footer-end__inner {
    padding: 0 6.67%;
  }
}

@media (min-width: 1024px) {
  .footer-end__inner {
    display: flex;
    align-items: center;
    height: 60px;
  }
}

.footer-end__nav {
  display: flex;
}

@media (max-width: 1023px) {
  .footer-end__nav {
    padding: 44px 0 40px;
    border-bottom: 1px solid #fff;
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .footer-end__nav-item {
    width: 50%;
    flex: none;
  }
}

@media (max-width: 1023px) {
  .footer-end__nav-item:nth-last-child(n + 3) {
    margin-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  .footer-end__nav-item:not(:last-child) {
    padding-right: 18px;
    border-right: 1px solid #fff;
    margin-right: 17px;
  }
}

.footer-end__nav-item a {
  color: #ffffff;
  font-size: 12px;
}

.footer-end__copyright {
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 1024px) {
  .footer-end__copyright {
    margin-left: auto;
  }
}

@media (max-width: 1023px) {
  .footer-end__copyright {
    padding: 28px 0 24px;
  }
}

/*
英語ページ フッター
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  body.en .footer {
    padding-top: 90px;
  }
}

@media (min-width: 751px) {
  body.en .footer-logo {
    margin-bottom: 82px;
  }
}

@media (min-width: 751px) {
  body.en .footer-nav {
    width: 37.5%;
    max-width: calc(374px + 4%);
    padding-right: 4%;
    margin-right: 0;
  }
}

@media (min-width: 751px) {
  body.en .footer-inner__sub {
    width: 25%;
  }
}

body.en .footer-button a {
  font-weight: 500;
}

@media (min-width: 751px) {
  body.en .footer-button a {
    padding: 21px 0 20px;
    line-height: 1.4;
  }
}

@media (max-width: 750px) {
  body.en .footer-button a {
    letter-spacing: 0;
  }
}

body.en .footer-button .c-button__label {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 751px) {
  body.en .footer-button .c-button__label {
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  body.en .footer-button .c-button__label {
    font-size: 15px;
  }
}

body.en .footer-nav__parent {
  font-weight: 500;
}

@media (min-width: 751px) {
  body.en .footer-nav__parent {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}

body.en .footer-nav__child a {
  font-weight: 500;
}

@media (max-width: 750px) {
  body.en .footer-nav__child a {
    padding: 21px 5% 20px;
    line-height: 1.6;
    font-size: 13px;
  }
}

body.en .footer-end__nav-item a {
  font-weight: 500;
  font-size: 13px;
}

body.en .footer-bnr__logo {
  top: 44%;
}

/*
  ベタ塗りボタン
ーーーーーーーーーーーーーーーーーー*/
.c-button,
.contactForm__btn,
.governance-pdfBtn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  display: block;
  padding: 23px 0;
  position: relative;
  background: #95b5df;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
}

@media (min-width: 751px) {
  .c-button,
  .contactForm__btn,
  .governance-pdfBtn {
    max-width: 300px;
  }
}

@media (max-width: 750px) {
  .c-button,
  .contactForm__btn,
  .governance-pdfBtn {
    width: 100%;
  }
}

.c-button:after,
.contactForm__btn:after,
.governance-pdfBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #108ccf;
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-button.-white,
.-white.contactForm__btn,
.-white.governance-pdfBtn {
  background: #ffffff;
  color: #108ccf;
}

.c-button.-white:hover,
.-white.contactForm__btn:hover,
.-white.governance-pdfBtn:hover {
  color: #ffffff;
}

@media (min-width: 751px) {
  .c-button.is-over:after,
  .is-over.contactForm__btn:after,
  .is-over.governance-pdfBtn:after {
    transform: scale(1, 1);
    transform-origin: left;
  }
}

.c-button__label {
  position: relative;
  z-index: 1;
}

.ie .c-button,
.ie .contactForm__btn,
.ie .governance-pdfBtn {
  padding-top: 23px;
}

body.en .c-button__label {
  font-size: 12px;
  font-weight: 500;
}

/*
  出現アニメーション
ーーーーーーーーーーーーーーーーーー*/
/*
 fadeIn-anime：その場で透過度が1になり表示される
 slideUp-anime：fadeIn-animeに
*/
.fadeIn-anime {
  opacity: 0;
  transition: opacity 1.2s;
}

.fadeIn-anime.is-anime {
  opacity: 1;
}

.slideUp-anime {
  opacity: 0;
  transform: translateY(1vw);
  transition: transform 0.6s, opacity 0.5s;
}

@media (max-width: 750px) {
  .slideUp-anime {
    transform: translateY(15px);
  }
}

.slideUp-anime.is-anime {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slideUp-anime-parent.is-anime .slideUp-anime {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 751px) {
  .anime-no2 {
    transition-delay: 0.14s;
  }
  .anime-no3 {
    transition-delay: 0.21s;
  }
  .anime-no4 {
    transition-delay: 0.28s;
  }
  .anime-no5 {
    transition-delay: 0.35s;
  }
  .anime-no6 {
    transition-delay: 0.42s;
  }
  .anime-no7 {
    transition-delay: 0.49s;
  }
  .anime-no8 {
    transition-delay: 0.56s;
  }
  .anime-no9 {
    transition-delay: 0.63s;
  }
  .anime-no10 {
    transition-delay: 0.7s;
  }
}

@media (max-width: 750px) {
  .anime-no2-sp {
    transition-delay: 0.2s;
  }
  .anime-no3-sp {
    transition-delay: 0.3s;
  }
  .anime-no4-sp {
    transition-delay: 0.4s;
  }
  .anime-no5-sp {
    transition-delay: 0.5s;
  }
  .anime-no6-sp {
    transition-delay: 0.6s;
  }
  .anime-no7-sp {
    transition-delay: 0.7s;
  }
  .anime-no8-sp {
    transition-delay: 0.8s;
  }
  .anime-no9-sp {
    transition-delay: 0.9s;
  }
  .anime-no10-sp {
    transition-delay: 1s;
  }
}

/*
  パンくずリスト
ーーーーーーーーーーーーーーーーーー*/
.breadcrumb {
  background: #dfedf9;
}

@media (max-width: 750px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  height: 30px;
  padding-left: 3%;
}

.breadcrumb__item {
  position: relative;
  font-size: 11px;
  color: #108ccf;
  letter-spacing: 0.1em;
}

.breadcrumb__item:not(:last-child) {
  padding-right: 14px;
  margin-right: 10px;
}

.breadcrumb__item.-ja {
  display: block;
}

.breadcrumb__item.-en {
  display: none;
}

.breadcrumb__link {
  color: #595656;
  transition: background 0.15s;
}

.breadcrumb__link:hover {
  color: #108ccf;
}

.breadcrumb__link::after {
  content: "/";
  position: absolute;
  right: 0;
}

.breadcrumb__link.-en {
  display: none;
}

body.en .breadcrumb__item.-ja {
  display: none;
}

body.en .breadcrumb__item.-en {
  display: block;
}

body.en .breadcrumb__link.-ja {
  display: none;
}

body.en .breadcrumb__link.-en {
  display: block;
}

body.en .breadcrumb__item:nth-child(2) {
  display: none;
}

/* トップページ（バナー） */
.footerBnrArea {
  height: 18.75vw;
  width: 100vw;
  background-color: #95B5DF;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .footerBnrArea {
    height: auto;
    display: block;
    padding: 40px  0;
  }
}

.footerBnrArea .bnrItem {
  width: 25vw;
  height: 10.7vw;
  display: block;
  background-color: #fff;
  text-decoration: none;
}

@media (min-width: 1001px) {
  .footerBnrArea .bnrItem {
    margin: 0 15px;
  }
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem {
    height: 52.6vw;
    width: 90vw;
    margin: auto;
    margin-bottom: 20px;
  }
}

.footerBnrArea .bnrItem.-logisquare {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerBnrArea .bnrItem.-logisquare .innerBlock {
  width: 90%;
  height: 60%;
  min-height: 100px;
  min-width: 280px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem.-logisquare .innerBlock {
    height: 80%;
    position: relative;
  }
}

.footerBnrArea .bnrItem.-logisquare .innerBlock .text {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #2D5675;
  width: 100%;
  font-size: .8vw;
  padding-bottom: .2vw;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem.-logisquare .innerBlock .text {
    font-size: 3.5vw;
    line-height: 180%;
    padding-bottom: 1vw;
    padding-top: 8vw;
  }
}

.footerBnrArea .bnrItem.-logisquare .innerBlock img {
  text-align: center;
  width: auto;
  height: 2.5vw;
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem.-logisquare .innerBlock img {
    height: 12vw;
  }
}

.footerBnrArea .bnrItem.-logisquare .innerBlock .des {
  padding-top: .5vw;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  color: #108CCF;
  width: 100%;
  font-size: .8vw;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem.-logisquare .innerBlock .des {
    font-size: 3.5vw;
    padding-top: 3.5vw;
  }
}

.footerBnrArea .bnrItem.-yuaroji .innerBlock, .footerBnrArea .bnrItem.-funding .innerBlock {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.footerBnrArea .bnrItem.-yuaroji .innerBlock .bgImg, .footerBnrArea .bnrItem.-funding .innerBlock .bgImg {
  width: 100%;
  height: auto;
  transition: transform 20s cubic-bezier(0.03, 0.71, 0.12, 0.96);
  transform: scale(1.05);
}

@media (min-width: 1001px) {
  .footerBnrArea .bnrItem.-yuaroji .innerBlock .bgImg.-sp, .footerBnrArea .bnrItem.-funding .innerBlock .bgImg.-sp {
    display: none;
  }
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem.-yuaroji .innerBlock .bgImg.pc, .footerBnrArea .bnrItem.-funding .innerBlock .bgImg.pc {
    display: none;
  }
}

.footerBnrArea .bnrItem.-yuaroji .innerBlock .inBox, .footerBnrArea .bnrItem.-funding .innerBlock .inBox {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 35%;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem.-yuaroji .innerBlock .inBox, .footerBnrArea .bnrItem.-funding .innerBlock .inBox {
    width: 90%;
  }
}

.footerBnrArea .bnrItem.-yuaroji .innerBlock .inBox .logoImg, .footerBnrArea .bnrItem.-funding .innerBlock .inBox .logoImg {
  height: 2.5vw;
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem.-yuaroji .innerBlock .inBox .logoImg, .footerBnrArea .bnrItem.-funding .innerBlock .inBox .logoImg {
    height: 12vw;
  }
}

.footerBnrArea .bnrItem.-yuaroji .innerBlock .inBox .title, .footerBnrArea .bnrItem.-funding .innerBlock .inBox .title {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding-top: .2vw;
  font-size: .8vw;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
}

.footerBnrArea .bnrItem.-yuaroji .innerBlock .inBox .title br.-sp, .footerBnrArea .bnrItem.-funding .innerBlock .inBox .title br.-sp {
  display: none;
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem.-yuaroji .innerBlock .inBox .title, .footerBnrArea .bnrItem.-funding .innerBlock .inBox .title {
    /* font-size: 3vw; */
    font-size: 4vw;
    padding-top: 4vw;
    line-height: 160%;
  }
  .footerBnrArea .bnrItem.-yuaroji .innerBlock .inBox .title br.-sp, .footerBnrArea .bnrItem.-funding .innerBlock .inBox .title br.-sp {
    display: block;
  }
}

.footerBnrArea .bnrItem.-yuaroji .innerBlock::before, .footerBnrArea .bnrItem.-funding .innerBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #04152a;
  opacity: 0;
  transition: opacity 0.6s;
}

.footerBnrArea .bnrItem.-yuaroji .innerBlock:hover .bgImg, .footerBnrArea .bnrItem.-funding .innerBlock:hover .bgImg {
  transform: scale(1.6) translate3d(0, -5%, 0);
  transition: transform 100s cubic-bezier(0, 0.1, 0.05, 0.99);
}

.footerBnrArea .bnrItem.-yuaroji .innerBlock:hover::before, .footerBnrArea .bnrItem.-funding .innerBlock:hover::before {
  opacity: 0.2;
}

@media (min-width: 1001px) {
  .footerBnrArea .bnrItem.-funding .innerBlock .inBox .logoImg {
    height: 2.8vw;
  }
  .footerBnrArea .bnrItem.-funding .innerBlock .inBox .title {
    line-height: 16px;
  }
}

@media (max-width: 1000px) {
  .footerBnrArea .bnrItem.-funding .innerBlock .inBox {
    height: 20%;
  }
  .footerBnrArea .bnrItem.-funding .innerBlock .inBox .title {
    padding-top: 2vw;
  }
}

@media (min-width: 750px) {
  .header-nav-wrap {
    width: 75%;
  }
  .header-nav__parent-link {
    font-size: 1.04167vw;
  }
}

@media (min-width: 1440px) {
  .header-nav__parent-link {
    font-size: 15px;
  }
}

.l-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(223, 237, 249, 0.95);
  padding: 20px 0;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition: .4s ease opacity;
}

@media (max-width: 750px) {
  .l-cookie {
    padding: 54px 0 30px;
  }
}

.l-cookie__close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 0;
  width: 17px;
  height: 17px;
}

@media (max-width: 750px) {
  .l-cookie__close {
    top: 20px;
    right: 20px;
  }
}

.l-cookie__close::before, .l-cookie__close::after {
  pointer-events: none;
  user-select: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background: #585656;
}

.l-cookie__close::before {
  transform: rotateZ(45deg);
}

.l-cookie__close::after {
  transform: rotateZ(-45deg);
}

.l-cookie__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 6.94444vw;
  width: 90.69444vw;
  max-width: 1306px;
  margin: auto;
}

@media (max-width: 750px) {
  .l-cookie__inner {
    display: block;
    width: 300px;
    max-width: 300px;
  }
}

.l-cookie__inner .detail {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  text-align: justify;
  color: #585656;
}

.l-cookie__inner .detail a {
  text-decoration: underline;
  opacity: 1;
  transition: .4s ease opacity;
}

@media (hover: hover) {
  .l-cookie__inner .detail a:hover {
    opacity: .5;
  }
}

.l-cookie__inner .btn {
  min-width: 300px;
}

@media (max-width: 750px) {
  .l-cookie__inner .btn {
    margin-top: 24px;
  }
}

.l-cookie.is-show {
  pointer-events: initial;
  user-select: initial;
  opacity: 1;
}
