/* ====================================================
reset style
==================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  line-height: 1;
}

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;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table {
  font-size: 100%;
}

ul {
  list-style-type: none;
}

li img {
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

/* ====================================================
base
==================================================== */
/*--------------------------------------------
display
--------------------------------------------*/
.device_pc {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .device_pc {
    display: none !important;
  }
}

.device_sp {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .device_sp {
    display: block !important;
  }
}

.device_sp-inline {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .device_sp-inline {
    display: inline-block !important;
  }
}

/* ====================================================
base style
==================================================== */
html {
  font-size: 62.5%;
  font-size: 0.694vw;
}
@media print, screen and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
}

body {
  color: #333;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #f1f4fb;
  line-height: 1.8;
  overflow: auto;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: 0.1em;
  text-align: justify;
  font-family: 'Noto Sans Japanese', sans-serif;
}
@media print, screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
    font-weight: 400;
    background-color: #FFF;
  }
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #2a2e2f;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a.no-click:hover {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

* {
  box-sizing: border-box;
}

figure {
  width: 100%;
}

::placeholder {
  color: #e4e4e4;
}

em {
  font-weight: 600;
}

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

main {
  display: block;
}

/* ====================================================
mv
==================================================== */
.mv {
  margin-top: 10.5rem;
}
@media print, screen and (max-width: 768px) {
  .mv {
    margin-top: 0;
  }
}

.contain {
  background-image: url(../img/company_bg.jpg);
  background-position: top 21rem center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 8rem;
}
@media print, screen and (max-width: 768px) {
  .contain {
    background-image: url(../img/company_bg-sp.jpg);
    background-repeat: repeat-y;
    background-position: top 0 center;
    padding-bottom: 4rem;
  }
}
.contain > .inner {
  max-width: 120rem;
  width: 100%;
  margin: -21rem auto 0;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner {
    margin: -4.5rem 0 0;
    padding: 0 2rem;
  }
}
.contain > .inner > .box {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 3.5rem;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box {
    margin-top: 3rem;
  }
}
.contain > .inner > .box:first-child {
  margin-top: 0;
}
.contain > .inner > .box:nth-child(2n) > .num {
  left: auto;
  right: 4rem;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box:nth-child(2n) > .num {
    left: 2rem;
    right: auto;
  }
}
.contain > .inner > .box:nth-child(2n) > figure {
  left: auto;
  right: 0;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box:nth-child(2n) > figure {
    margin-left: auto;
  }
}
.contain > .inner > .box:nth-child(2n) > figcaption {
  margin-left: 0;
  margin-right: auto;
  padding: 5rem 15rem 5rem 5rem;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box:nth-child(2n) > figcaption {
    padding: 4.5rem 2.5rem;
  }
}
.contain > .inner > .box > .num {
  height: 12rem;
  position: absolute;
  top: -2rem;
  left: 4rem;
  z-index: 3;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box > .num {
    height: 5rem;
    top: -3rem;
    left: 2rem;
  }
}
.contain > .inner > .box > .num > img {
  height: inherit;
}
.contain > .inner > .box > figure {
  width: 59rem;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 8.619px 11.032px 32.3px 5.7px rgba(0, 112, 199, 0.19);
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box > figure {
    width: calc(59rem / 2);
    margin-left: auto;
    position: relative;
    margin-top: -2rem;
  }
}
.contain > .inner > .box > figcaption {
  width: 69.5rem;
  margin-left: auto;
  background: #FFF;
  min-height: 51rem;
  padding: 5rem 5rem 5rem 15rem;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box > figcaption {
    width: calc(62rem / 2);
    margin-left: 0;
    margin-right: auto;
    padding: 4.5rem 2.5rem;
    min-height: auto;
  }
}
.contain > .inner > .box > figcaption > .wrap {
  width: 100%;
}
.contain > .inner > .box > figcaption > .wrap > .logo {
  width: 29.4rem;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box > figcaption > .wrap > .logo {
    width: calc(39.5rem / 2);
  }
}
.contain > .inner > .box > figcaption > .wrap > .title {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.8;
  color: #003845;
  margin-top: 1.5rem;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box > figcaption > .wrap > .title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.contain > .inner > .box > figcaption > .wrap > .text {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box > figcaption > .wrap > .text {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}
.contain > .inner > .box > figcaption > .wrap > .btn {
  background-image: -moz-linear-gradient(0deg, #f6ab3c 15%, #ec5d25 100%);
  background-image: -webkit-linear-gradient(0deg, #f6ab3c 15%, #ec5d25 100%);
  background-image: -ms-linear-gradient(0deg, #f6ab3c 15%, #ec5d25 100%);
  display: block;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  width: 32rem;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 0;
  margin-top: 3rem;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box > figcaption > .wrap > .btn {
    width: 100%;
    padding: 1.3rem 0;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contain > .inner > .box > figcaption > .wrap > .btn:hover {
    background-image: -moz-linear-gradient(0deg, #ec5d25 15%, #f6ab3c 100%);
    background-image: -webkit-linear-gradient(0deg, #ec5d25 15%, #f6ab3c 100%);
    background-image: -ms-linear-gradient(0deg, #ec5d25 15%, #f6ab3c 100%);
  }
  .contain > .inner > .box > figcaption > .wrap > .btn:hover::before {
    right: 1rem;
  }
  .contain > .inner > .box > figcaption > .wrap > .btn:hover::after {
    right: 1rem;
  }
}
.contain > .inner > .box > figcaption > .wrap > .btn::before {
  width: 6rem;
  right: 3rem;
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box > figcaption > .wrap > .btn::before {
    width: 4rem;
    right: 2rem;
  }
}
.contain > .inner > .box > figcaption > .wrap > .btn::after {
  width: 1.5rem;
  right: 3rem;
  transform-origin: right center;
  transform: rotate(25deg);
}
@media print, screen and (max-width: 768px) {
  .contain > .inner > .box > figcaption > .wrap > .btn::after {
    right: 2rem;
  }
}
.contain > .inner > .box > figcaption > .wrap > .btn::before, .contain > .inner > .box > figcaption > .wrap > .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #FFF;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

:root {
  --main-color: #1D2D44;
  --accent-color-2: #EA8712;
  --black: #000;
  --ink: #222;
  --white: #FFF;
  --gray-80: #808080;
  --gray-b3: #b3b3b3;
}

.u-fs_xs {
  font-size: 1.2rem;
}

.u-fs_m6 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.u-fw_bold {
  font-weight: 700;
}

.l-gHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: .2s all ease;
  transition: 0.2s all ease;
}

.l-menu {
  width: 7.2rem;
  height: 7.2rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: var(--white);
}

.is-gMenuOpen .l-menu, .is-headerColorChange .l-menu {
  background: 0 0;
}

.l-menu:before {
  content: "";
  width: 1px;
  height: 2.4rem;
  background: var(--gray-80);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto 0;
}

.is-gMenuOpen .l-menu:before {
  left: 0;
}

.l-menu__lineOuter {
  width: 2.4rem;
  height: 1px;
  position: relative;
  pointer-events: none;
}

.l-menu__line {
  width: 100%;
  height: 1px;
  background: var(--ink);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: .2s all ease;
  transition: 0.2s all ease;
}

.is-gMenuOpen .l-menu__line {
  background: var(--white);
}

.is-gMenuOpen .l-menu__line, .is-headerColorChange .l-menu__line {
  background: var(--white);
}

.l-menu__line--1 {
  -webkit-transform: translateY(-0.8rem);
  transform: translateY(-0.8rem);
}

.is-gMenuOpen .l-menu__line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-gMenuOpen .l-menu__line--2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.l-menu__line--3 {
  -webkit-transform: translateY(0.8rem);
  transform: translateY(0.8rem);
}

.is-gMenuOpen .l-menu__line--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header {
  width: 100vw;
  height: 100vh;
  padding: 3.2rem 2.4rem 13rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  -webkit-transition: .2s transform ease;
  transition: 0.2s transform ease;
}

.is-gMenuOpen .l-header {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-gMenuOpen .l-header__layer {
  -webkit-transform: none;
  transform: none;
}

.l-header__logo {
  display: inline-block;
  padding-bottom: 2.8rem;
  width: 20rem;
}

.l-header__logo > img {
  width: 20rem;
}

.l-header__logoInner {
  display: block;
  width: 100%;
}

.l-header__logoInner:hover {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  opacity: 0.6;
}

.l-header__logoInner > img {
  max-width: 100%;
}

.l-menuLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}

.l-menuLang__ttl {
  color: var(--white);
  font-size: 1.2rem;
  color: var(--ink);
}

.is-gMenuOpen .l-menuLang__ttl, .is-headerColorChange .l-menuLang__ttl {
  color: var(--white);
}

.l-menuLang__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-menuLang__link {
  font-size: 1.2rem;
  padding: .4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-menuLang__link:active, .l-menuLang__link:link, .l-menuLang__link:visited {
  color: var(--white);
  cursor: pointer;
}

.l-menuLang__link:hover {
  color: var(--white);
}

.l-spHeader {
  padding: 2.8rem 2.4rem 1.4rem;
}

.l-spHeader > img {
  width: 20rem;
}

.l-hMenuOuter {
  position: fixed;
  right: 0;
  z-index: 9998;
  top: 4rem;
}

.l-hMenuOuter__layer {
  width: 100%;
  background: var(--main-color);
  position: absolute;
  z-index: -1;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .2s all ease;
  transition: 0.2s all ease;
}

.is-gMenuOpen .l-hMenuOuter__layer {
  -webkit-transform: none;
  transform: none;
}

.l-hMenuOuter__logo {
  padding: 2.8rem 2.4rem 2.2rem;
}

.l-hMenuOuter__logoInner {
  width: 20rem;
  display: block;
}

.l-hMenuOuter__logoInner > img {
  width: 100%;
}

.l-hMenuOuter__close {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  background: var(--main-color);
  top: 7.8rem;
  right: 6.4rem;
  display: none;
}

.l-hMenuOuter__close:after, .l-hMenuOuter__close:before {
  content: "";
  width: 3.1rem;
  height: 1px;
  background: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.l-hMenuOuter__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-hMenuOuter__close:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.l-hMenuOuter__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-menuFix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

.l-menuFix__item {
  padding-bottom: 0.2rem;
}

.l-menuFix__link:active, .l-menuFix__link:link, .l-menuFix__link:visited {
  color: var(--ink);
  cursor: pointer;
}

.l-menuFix__link:hover {
  color: var(--ink);
}

.l-menuFix__link:hover:active, .l-menuFix__link:hover:link, .l-menuFix__link:hover:visited {
  color: var(--accent-color-2);
  cursor: pointer;
}

.l-menuFix__link:hover:hover {
  color: var(--accent-color-2);
}

.is-gMenuOpen .l-menuFix__link:active, .is-gMenuOpen .l-menuFix__link:link, .is-gMenuOpen .l-menuFix__link:visited, .is-headerColorChange .l-menuFix__link:active, .is-headerColorChange .l-menuFix__link:link, .is-headerColorChange .l-menuFix__link:visited {
  color: var(--white);
  cursor: pointer;
}

.is-gMenuOpen .l-menuFix__link:hover, .is-headerColorChange .l-menuFix__link:hover {
  color: var(--white);
}

.is-gMenuOpen .l-menuFix__link:hover:active, .is-gMenuOpen .l-menuFix__link:hover:link, .is-gMenuOpen .l-menuFix__link:hover:visited, .is-headerColorChange .l-menuFix__link:hover:active, .is-headerColorChange .l-menuFix__link:hover:link, .is-headerColorChange .l-menuFix__link:hover:visited {
  color: var(--accent-color-2);
  cursor: pointer;
}

.is-gMenuOpen .l-menuFix__link:hover:hover, .is-headerColorChange .l-menuFix__link:hover:hover {
  color: var(--accent-color-2);
}

.l-hMenu__item {
  line-height: 1;
}

.l-hMenu__link {
  line-height: 1.8;
}

.l-hMenu__child {
  display: none;
}

.l-hMenuChild__link {
  padding: 1.2rem 2.4rem;
  line-height: 1.8;
  display: block;
  background: url(../img/arrowR.png) no-repeat center right 2.4rem;
  -webkit-transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  position: relative;
  background-size: 1.3rem;
}

.l-hMenuChild__link:active, .l-hMenuChild__link:link, .l-hMenuChild__link:visited {
  color: var(--white);
  cursor: pointer;
}

.l-hMenuChild__link:hover {
  color: var(--white);
}

.l-hMenuChild__item:hover .l-hMenuChild__link:active, .l-hMenuChild__item:hover .l-hMenuChild__link:link, .l-hMenuChild__item:hover .l-hMenuChild__link:visited {
  color: var(--accent-color-2);
  cursor: pointer;
}

.l-hMenuChild__item:hover .l-hMenuChild__link:hover {
  color: var(--accent-color-2);
}

.l-hMenuChild__ico {
  width: 1.4rem;
  height: .9rem;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition-delay: .7s;
  transition-delay: 0.7s;
}

.l-hMenuChild__item:hover .l-hMenuChild__ico {
  color: var(--accent-color-2);
}

.l-hMenuSol__item {
  line-height: 1;
}

.l-hMenuSol__child {
  display: none;
}

.l-hMenuSol__childTtl {
  display: block;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.8;
  font-size: 1.4rem;
}

.l-hMenuSol__childTtlInner {
  color: var(--white);
  display: block;
  position: relative;
  font-size: 1.2rem;
}

.l-hMenuSol__childTtlIco {
  width: 1.4rem;
  height: .9rem;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition-delay: .7s;
  transition-delay: 0.7s;
}

.l-hMenuSol__childTtl:hover .l-hMenuSol__childTtlIco {
  color: var(--accent-color-2);
}

.l-hMenuSol__childMenu {
  position: relative;
}

.l-hMenuSol2nd__item {
  width: 100%;
}

.l-hMenuSol2nd__link {
  display: block;
  line-height: 1.8;
  font-size: 1.2rem;
}

.l-hMenuSol2nd__link:active, .l-hMenuSol2nd__link:link, .l-hMenuSol2nd__link:visited {
  color: var(--white);
  cursor: pointer;
  letter-spacing: 0;
}

.l-hMenuSol2nd__link:hover {
  color: var(--white);
}

.l-hMenuSol2nd__child {
  display: none;
}

.l-hMenuSol2nd__childInner {
  position: absolute;
  top: 0;
  left: 30rem;
  height: 100%;
  padding-left: 3.2rem;
}

.l-hMenuSol3rd__item.flag_all {
  background: 0 0;
}

.l-hMenuSol3rd__item.flag_all::after, .l-hMenuSol3rd__item.flag_all:before {
  content: none;
}

.l-hMenuSol3rd__link {
  width: 48rem;
  display: block;
  position: relative;
  line-height: 1.8;
  padding: 1.6rem 4.4rem 1.6rem 0;
  -webkit-transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  background: url(../img/arrowR.png) no-repeat center right;
}

.l-hMenuSol3rd__link:active, .l-hMenuSol3rd__link:link, .l-hMenuSol3rd__link:visited {
  color: var(--white);
  cursor: pointer;
}

.l-hMenuSol3rd__link:hover {
  color: var(--white);
}

.l-hMenuSol3rd__item:hover .l-hMenuSol3rd__link:active, .l-hMenuSol3rd__item:hover .l-hMenuSol3rd__link:link, .l-hMenuSol3rd__item:hover .l-hMenuSol3rd__link:visited {
  color: var(--accent-color-2);
  cursor: pointer;
}

.l-hMenuSol3rd__item:hover .l-hMenuSol3rd__link:hover {
  color: var(--accent-color-2);
}

.l-hMenuSol3rd__ico {
  width: 1.4rem;
  height: .9rem;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.l-hMenuSol3rd__item:hover .l-hMenuSol3rd__ico {
  color: var(--accent-color-2);
}

@media screen and (min-width: 769px) {
  .u-fs_m6 {
    font-size: 1.4rem;
  }

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

  .u-pc_ib {
    display: inline-block !important;
  }

  .u-pc_f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .l-gHeader {
    width: 100%;
    height: 10.8rem;
    background: var(--white);
  }

  .l-gHeader.is-headerColorChange {
    background: 0 0;
  }

  body:not(.is-gMenuOpen) .is-hide .l-gHeader {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .l-menu {
    display: none;
  }

  .l-menu:before {
    height: 7.9rem;
  }

  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    height: 12.8rem;
    padding: 2.8rem 6.4rem 0;
  }

  .is-gMenuOpen .l-header {
    height: 100vh;
    overflow-y: scroll;
  }

  .l-header__layer {
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    background: var(--main-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 102.8rem;
    height: 100vh;
    padding: 2.8rem 15.2rem 3.2rem 6.4rem;
  }

  .l-header__logo {
    position: absolute;
    top: 2.8rem;
    left: 6.4rem;
  }

  .l-menuLang {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-menuLang__ttl {
    color: var(--ink);
  }

  .l-menuLang__list > li:not(:first-child) {
    margin-left: .7rem;
    padding-left: .8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gray-b3)), to(var(--gray-b3))) no-repeat top 0.8rem left/1px 1rem;
    background: -webkit-linear-gradient(var(--gray-b3), var(--gray-b3)) no-repeat top 0.8rem left/1px 1rem;
    background: linear-gradient(var(--gray-b3), var(--gray-b3)) no-repeat top 0.8rem left/1px 1rem;
  }

  .l-menuLang__link {
    padding: 0.2rem 0;
  }

  .l-menuLang__link:active, .l-menuLang__link:link, .l-menuLang__link:visited {
    color: var(--gray-b3);
    cursor: pointer;
  }

  .l-menuLang__link:hover {
    color: var(--gray-b3);
  }

  .l-menuLang__link:hover {
    padding: 0.2rem 0;
  }

  .l-menuLang__link:hover:active, .l-menuLang__link:hover:link, .l-menuLang__link:hover:visited {
    color: var(--ink);
    cursor: pointer;
  }

  .l-menuLang__link:hover:hover {
    color: var(--ink);
  }

  .is-gMenuOpen .l-menuLang__link:hover:active, .is-gMenuOpen .l-menuLang__link:hover:link, .is-gMenuOpen .l-menuLang__link:hover:visited, .is-headerColorChange .l-menuLang__link:hover:active, .is-headerColorChange .l-menuLang__link:hover:link, .is-headerColorChange .l-menuLang__link:hover:visited {
    color: var(--white);
    cursor: pointer;
  }

  .is-gMenuOpen .l-menuLang__link:hover:hover, .is-headerColorChange .l-menuLang__link:hover:hover {
    color: var(--white);
  }

  .l-menuLang__link--active {
    padding: .2rem 0;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--ink)), color-stop(0.1rem, var(--ink)), color-stop(0.1rem, transparent), to(transparent)) no-repeat left bottom/100% 100%;
    background: -webkit-linear-gradient(bottom, var(--ink), var(--ink) 0.1rem, transparent 0.1rem, transparent) no-repeat left bottom/100% 100%;
    background: linear-gradient(to top, var(--ink), var(--ink) 0.1rem, transparent 0.1rem, transparent) no-repeat left bottom/100% 100%;
  }

  .l-menuLang__link--active:active, .l-menuLang__link--active:link, .l-menuLang__link--active:visited {
    color: var(--ink);
    cursor: pointer;
  }

  .l-menuLang__link--active:hover {
    color: var(--ink);
  }

  .is-gMenuOpen .l-menuLang__link--active, .is-headerColorChange .l-menuLang__link--active {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--white)), color-stop(0.1rem, var(--white)), color-stop(0.1rem, transparent), to(transparent)) no-repeat left bottom/100% 100%;
    background: -webkit-linear-gradient(bottom, var(--white), var(--white) 0.1rem, transparent 0.1rem, transparent) no-repeat left bottom/100% 100%;
    background: linear-gradient(to top, var(--white), var(--white) 0.1rem, transparent 0.1rem, transparent) no-repeat left bottom/100% 100%;
  }

  .is-gMenuOpen .l-menuLang__link--active:active, .is-gMenuOpen .l-menuLang__link--active:link, .is-gMenuOpen .l-menuLang__link--active:visited, .is-headerColorChange .l-menuLang__link--active:active, .is-headerColorChange .l-menuLang__link--active:link, .is-headerColorChange .l-menuLang__link--active:visited {
    color: var(--white);
    cursor: pointer;
  }

  .is-gMenuOpen .l-menuLang__link--active:hover, .is-headerColorChange .l-menuLang__link--active:hover {
    color: var(--white);
  }

  .l-hMenuOuter {
    width: 94rem;
  }

  .l-hMenuOuter__layer {
    height: 100vh;
  }

  .is-gMenuOpen .l-hMenuOuter__close {
    display: block;
  }

  .l-hMenuOuter__nav {
    padding: 2.8rem 6.4rem 2.4rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-hMenuOuter__inner {
    padding: 0 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-menuFix__link {
    font-weight: 700;
  }

  .l-hMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
  }

  .l-hMenu__link {
    font-weight: 700;
    color: var(--ink);
    line-height: 1.8;
    padding-bottom: 1.2rem;
  }

  .l-hMenu__link:active, .l-hMenu__link:link, .l-hMenu__link:visited {
    color: var(--ink);
    cursor: pointer;
  }

  .l-hMenu__link:hover {
    color: var(--ink);
  }

  .is-gMenuOpen .l-hMenu__link, .is-headerColorChange .l-hMenu__link {
    color: var(--white);
  }

  .is-gMenuOpen .l-hMenu__link:active, .is-gMenuOpen .l-hMenu__link:link, .is-gMenuOpen .l-hMenu__link:visited, .is-headerColorChange .l-hMenu__link:active, .is-headerColorChange .l-hMenu__link:link, .is-headerColorChange .l-hMenu__link:visited {
    color: var(--white);
    cursor: pointer;
  }

  .is-gMenuOpen .l-hMenu__link:hover, .is-headerColorChange .l-hMenu__link:hover {
    color: var(--white);
  }

  .l-hMenu__link:hover {
    color: var(--accent-color-2);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--accent-color-2)), to(var(--accent-color-2))) no-repeat left bottom/100% 2px;
    background: -webkit-linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 2px;
    background: linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 2px;
  }

  .l-hMenu__parent {
    font-weight: 700;
    padding-bottom: 1.2rem;
    color: var(--ink);
    cursor: pointer;
    padding-bottom: 1.2rem;
  }

  .is-gMenuOpen .l-hMenu__parent, .is-headerColorChange .l-hMenu__parent {
    color: var(--white);
  }

  .l-hMenu__parent.is-current, .l-hMenu__parent:hover {
    color: var(--accent-color-2);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--accent-color-2)), to(var(--accent-color-2))) no-repeat left bottom/100% 2px;
    background: -webkit-linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 2px;
    background: linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 2px;
  }

  .l-hMenu__child {
    position: absolute;
    width: 100%;
    top: 13.6rem;
    left: 0;
    height: calc(100vh - 13.6rem);
    overflow-y: auto;
  }

  .l-hMenu__childInner {
    padding: 6.4rem;
  }

  .l-hMenuChild {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-hMenuChild__item {
    width: calc(50% - 3.8rem);
  }

  .l-hMenuChild__item.layer_2nd {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .l-hMenuChild__link {
    padding: 1.6rem 0;
    background: 0 0;
  }

  .u-animeUl {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gray-80)), to(var(--gray-80))) no-repeat left bottom/100% 1px;
    background: -webkit-linear-gradient(var(--gray-80), var(--gray-80)) no-repeat left bottom/100% 1px;
    background: linear-gradient(var(--gray-80), var(--gray-80)) no-repeat left bottom/100% 1px;
    -webkit-transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    position: relative;
  }

  .u-animeUl:after, .u-animeUl:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
  }

  .u-animeUl:before {
    width: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--accent-color-2)), to(var(--accent-color-2))) no-repeat left bottom/100% 1px;
    background: -webkit-linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 1px;
    background: linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 1px;
    z-index: 4;
  }

  .u-animeUl:after {
    width: 100%;
    -webkit-transform: translateX(4rem) scale(0, 1);
    transform: translateX(4rem) scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--main-color)), to(var(--main-color))) no-repeat left bottom/100% 1px;
    background: -webkit-linear-gradient(var(--main-color), var(--main-color)) no-repeat left bottom/100% 1px;
    background: linear-gradient(var(--main-color), var(--main-color)) no-repeat left bottom/100% 1px;
    z-index: 3;
  }

  .u-animeUl:hover {
    color: var(--accent-color-2);
  }

  .u-animeUl:hover:after, .u-animeUl:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  .u-animeUl:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .u-animeUl:hover:after {
    -webkit-transform: translateX(-4rem) scale(1, 1);
    transform: translateX(-4rem) scale(1, 1);
  }

  .l-hMenuSol__parent {
    font-weight: 700;
    padding-bottom: 1.2rem;
    color: var(--ink);
    cursor: pointer;
  }

  .is-gMenuOpen .l-hMenuSol__parent, .is-headerColorChange .l-hMenuSol__parent {
    color: var(--white);
  }

  .l-hMenuSol__parent.is-current, .l-hMenuSol__parent:hover {
    color: var(--accent-color-2);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--accent-color-2)), to(var(--accent-color-2))) no-repeat left bottom/100% 2px;
    background: -webkit-linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 2px;
    background: linear-gradient(var(--accent-color-2), var(--accent-color-2)) no-repeat left bottom/100% 2px;
  }

  .l-hMenuSol__child {
    position: absolute;
    width: 100%;
    top: 4.6rem;
    left: 0;
    height: calc(100vh - 12.8rem);
    overflow-y: auto;
  }

  .l-hMenuSol__childInner {
    padding: 6.4rem;
  }

  .l-hMenuSol__childTtl {
    padding: 1.6rem 0;
    margin-bottom: 3.2rem;
  }

  .l-hMenuSol__childTtlInner {
    background: 0 0;
  }

  .l-hMenuSol__childTtl:hover .l-hMenuSol__childTtlInner {
    color: var(--accent-color-2);
  }

  .l-hMenuSol2nd {
    width: 30rem;
  }

  .l-hMenuSol2nd__item:not(:first-child) {
    border-top: 1px solid var(--gray-80);
  }

  .l-hMenuSol2nd__link {
    padding: 1.5rem 4.4rem 1.6rem 1.6rem;
    background: rgba(255, 255, 255, 0.3) center right 2.4rem;
  }

  .l-hMenuSol2nd__item:hover .l-hMenuSol2nd__link {
    color: var(--ink);
    background: var(--white) url(../img/arrowD_navy.png) no-repeat center right 2.4rem;
    background-size: 1.3rem;
  }

  .l-hMenuSol2nd__item:hover .l-hMenuSol2nd__child {
    display: block;
  }

  .l-hMenuSol3rd__link {
    font-size: 1.2rem;
    background: 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .u-fs_h1_1 {
    font-size: 3.6rem;
  }

  .u-pc, .u-sp {
    display: none !important;
  }

  .u-pc_f, .u-pc_i, .u-pc_ib, .u-pc_if, .u-sp_f, .u-sp_i, .u-sp_ib, .u-sp_if {
    display: none !important;
  }

  .u-tb {
    display: block !important;
  }

  .u-tb_i {
    display: inline !important;
  }

  .u-tb_ib {
    display: inline-block !important;
  }

  .u-tb_f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-tb_if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-cs_tb {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }

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

  .u-pc_f, .u-pc_i, .u-pc_ib, .u-pc_if {
    display: none !important;
  }

  .is-gMenuActive .u-arrow-down {
    border: none;
    border-bottom: 1px solid var(--white);
    border-left: 1px solid var(--white);
    -webkit-transform: translateY(50%) rotate(135deg);
    transform: translateY(50%) rotate(135deg);
  }

  .l-header {
    background: var(--main-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .l-header__layer {
    display: none;
  }

  .l-menuLang__list {
    gap: 1.6rem;
  }

  .l-menuLang__link--active {
    background: var(--accent-color-2);
    border-radius: 9999px;
    padding: 0.2rem 1.6rem;
  }

  .l-hMenuOuter {
    width: 100vw;
    height: 100vh;
    padding-bottom: 19.2rem;
    overflow-y: scroll;
  }

  .l-hMenuOuter__layer {
    height: 100vh;
  }

  .l-hMenuOuter__nav {
    padding-left: 2.4rem;
  }

  .l-hMenuOuter__inner {
    margin-top: 2rem;
    padding-left: 2.4rem;
  }

  .l-hMenu__link {
    color: var(--white);
    display: block;
    padding: 1.6rem 0;
    background: url(../img/arrowR.png) no-repeat center right 2.4rem;
    border-bottom: 1px solid var(--gray-80);
    background-size: 1.3rem;
  }

  .l-hMenu__link:active, .l-hMenu__link:link, .l-hMenu__link:visited {
    color: var(--white);
    cursor: pointer;
  }

  .l-hMenu__link:hover {
    color: var(--white);
  }

  .l-hMenu__parent {
    color: var(--white);
    display: block;
    padding: 1.6rem 0;
    background: url(../img/arrowD_white.png) no-repeat center right 2.4rem;
    border-bottom: 1px solid var(--gray-80);
    background-size: 1.4rem;
  }

  .l-hMenu__child {
    padding-top: 0.8rem;
  }

  .l-hMenuChild__ico {
    display: none;
  }

  .l-hMenuSol__parent {
    color: var(--white);
    display: block;
    padding: 1.6rem 0;
    background: url(../img/arrowD_white.png) no-repeat center right 2.4rem;
    border-bottom: 1px solid var(--gray-80);
    background-size: 1.4rem;
  }

  .l-hMenuSol__child {
    padding-top: 0.8rem;
  }

  .l-hMenuSol__childTtlInner {
    padding: 1.2rem 0 1.2rem 2.4rem;
    line-height: 1.8;
    background: url(../img/arrowR.png) no-repeat center right 2.4rem;
    background-size: 1.3rem;
  }

  .l-hMenuSol__childTtlIco {
    display: none;
  }

  .l-hMenuSol2nd__link {
    padding: 1.2rem 0 1.2rem 2.4rem;
    background: url(../img/arrowR.png) no-repeat center right 2.4rem;
    background-size: 1.3rem;
  }

  .l-hMenuSol3rd__ico {
    display: none;
  }
}
