@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
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, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

dd,
dt,
td,
th,
li,
p {
  font-size: 1.5em;
}

td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
li dd,
li dt,
li li,
li p {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  dd,
dt,
td,
th,
li,
p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 320px) {
  dd,
dt,
td,
th,
li,
p {
    font-size: 1.3em;
  }
}
ul {
  list-style: none;
}

input[type=button],
input[type=submit],
input[type=reset],
a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

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

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  position: relative;
}
.sub_box .wrap{
  max-width: 1140px;
}
.wrap.opt-inner {
  max-width: 960px;
}
.wrap.opt-minimal {
  max-width: 768px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

video {
  outline: none;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
br.sp,
span.sp,
.sp {
    display: none;
  }

  br.sp {
    width: 0;
  }

  .pc {
    display: block;
  }

  span.pc,
img.pc,
br.pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  span.pc,
br.pc,
img.pc,
.pc {
    display: none;
  }

  img.sp,
br.sp,
span.sp {
    display: inline;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* ==========================================================================
   Parts module
========================================================================== */
/* icon
========================================================================== */
.is-blank {
  margin-right: 18px;
  position: relative;
}
.is-blank .icon-blank {
  fill: #1f2879;
  position: absolute;
  right: -18px;
  top: 0.5em;
}

.icon-blank {
  height: 10px;
  width: 11px;
}

/* m-btn
========================================================================== */
.m-btn {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-btn {
    margin-top: 25px;
  }
}
.m-btn > button,
.m-btn > a {
  background: #1f2879;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  overflow: hidden;
  padding: 13px 55px;
  text-align: center;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m-btn > button:before,
.m-btn > a:before {
  background: url(../images/icon-arrow-right-white_bg.svg) no-repeat 0 50%;
  background-size: 19px 8px;
  content: "";
  height: 100%;
  width: 19px;
  position: absolute;
  right: 9px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .m-btn > button:hover,
.m-btn > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .m-btn > button,
.m-btn > a {
    padding: 15px 0;
    width: 240px;
  }
}
.m-btn.theme-blank > a:before {
  content: none;
}
.m-btn.theme-blank > a .icon-blank {
  fill: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-btn.theme-circle-arrow {
  margin-top: 40px;
}
.m-btn.theme-circle-arrow > button,
.m-btn.theme-circle-arrow > a {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 24px 20px 0;
  width: 300px;
}
.m-btn.theme-circle-arrow > button:before,
.m-btn.theme-circle-arrow > a:before {
  background: url(../images/icon-arrow-right-blue_bg.svg) no-repeat 50% 50% #fff;
  background-size: 19px 8px;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .m-btn.theme-circle-arrow {
    margin-top: 25px;
  }
  .m-btn.theme-circle-arrow > button,
.m-btn.theme-circle-arrow > a {
    width: 280px;
  }
  .m-btn.theme-circle-arrow > button:before,
.m-btn.theme-circle-arrow > a:before {
    background-size: 16px auto;
    height: 30px;
    width: 30px;
  }
}

/* m-ul
========================================================================== */
.m-ul > li {
  line-height: 1.7;
  padding-left: 1em;
  text-align: left;
  position: relative;
}
.m-ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
}

/* m-carousel
========================================================================== */
.m-carousel {
  /*
  margin-left: -70px;
  margin-right: -70px;
  */
  padding-left: 70px;
  padding-right: 70px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .m-carousel {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-carousel .m-carousel_slide {
  background-color: #fff;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .m-carousel .m-carousel_slide {
    width: 215px;
  }
}
.m-carousel .m-carousel_next,
.m-carousel .m-carousel_prev {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0;
  height: 74px;
  width: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .m-carousel .m-carousel_next,
.m-carousel .m-carousel_prev {
    height: 37px;
    width: 19px;
  }
}
.m-carousel .m-carousel_next:after,
.m-carousel .m-carousel_prev:after {
  content: none;
}
.m-carousel .m-carousel_prev {
  background-image: url(../img/top_slide-arrow-left_bg.svg);
  left: 0;
}
@media screen and (max-width: 767px) {
  .m-carousel .m-carousel_prev {
    left: 50px;
  }
}
.m-carousel .m-carousel_next {
  background-image: url(../img/top_slide-arrow-right_bg.svg);
  right: 0;
}
@media screen and (max-width: 767px) {
  .m-carousel .m-carousel_next {
    right: 50px;
  }
}
.m-carousel .m-carousel_pagination {
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-carousel .m-carousel_pagination > span {
  background-color: #c8cbe5;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  height: 5px;
  margin: 0 4px;
  width: 5px;
}
.m-carousel .m-carousel_pagination > span.swiper-pagination-bullet {
  opacity: 1;
}
.m-carousel .m-carousel_pagination > span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1f2879;
}

/* layout-header
   ========================================================================== */
.layout-header {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .layout-header {
    height: 50px;
  }
}
.layout-header .layout-header_spcontact,
.layout-header .layout-header_sptel {
  display: none;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .layout-header .layout-header_spcontact,
.layout-header .layout-header_sptel {
    display: block;
  }
}
.layout-header .layout-header_spcontact > a,
.layout-header .layout-header_sptel > a {
  color: #fff;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  height: 50px;
  line-height: 1;
  text-align: center;
  width: 55px;
}
.layout-header .layout-header_spcontact > a svg,
.layout-header .layout-header_sptel > a svg {
  fill: #fff;
}
.layout-header .layout-header_spcontact > a > span,
.layout-header .layout-header_sptel > a > span {
  display: block;
}
.layout-header .layout-header_sptel {
  right: 110px;
}
.layout-header .layout-header_sptel > a {
  background-color: #5e69c4;
}
.layout-header .layout-header_sptel > a .icon-tel {
  height: 20px;
  margin: 8px 0 5px;
  width: 18px;
}
.layout-header .layout-header_spcontact {
  right: 55px;
}
.layout-header .layout-header_spcontact > a {
  background-color: #f1672b;
}
.layout-header .layout-header_spcontact > a .icon-email {
  height: 15px;
  margin: 11px 0 7px;
  width: 24px;
}
.layout-header .layout-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  position: relative;
}
.layout-header .layout-header_inner .logo {
  padding-top: 7px;
}
.layout-header .layout-header_inner .logo > a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .layout-header .layout-header_inner .logo > a:hover {
    opacity: 0.7;
  }
}
.layout-header .layout-header_inner .logo > a  span {
  color: #000;
  display: block;
  font-size: 1.1rem;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .layout-header .layout-header_inner .logo {
    padding-left: 16px;
    padding-top: 2px;
  }
  .layout-header .layout-header_inner .logo > a  img {
    width: 137px;
  }
  .layout-header .layout-header_inner .logo > a  span {
    font-size: 1.2rem;
    margin-top: 3px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
}
.layout-header .layout-header_inner .layout-header_inner_helper {
  position: absolute;
  right: 30px;
  top: 0;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul > li {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul > li:first-child {
  border-left: 1px solid #dbdbdb;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul > li > a {
  background-color: #f8f8f8;
  color: #000;
  display: block;
  padding: 13px 0;
  text-align: center;
  text-decoration: none;
  width: 180px;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul > li > a svg[class^=icon-] {
  fill: #1f2879;
  margin-right: 6px;
  vertical-align: middle;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul > li > a svg.icon-dl {
  height: 14px;
  width: 13px;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul > li > a svg.icon-blog {
  height: 15px;
  width: 16px;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul > li > a svg.icon-email {
  fill: #fff;
  height: 11px;
  width: 15px;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact {
  border: none;
  font-weight: 700;
  margin-left: 10px;
}
.layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact > a {
  background-color: #f1672b;
  color: #fff;
  height: 41px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .layout-header .layout-header_inner .layout-header_inner_helper {
    margin-top: 20px;
    position: static;
    right: 0;
    top: 0;
  }
  .layout-header .layout-header_inner .layout-header_inner_helper > ul {
    display: block;
  }
  .layout-header .layout-header_inner .layout-header_inner_helper > ul > li {
    border: none;
    font-size: 1.4em;
    margin-top: 10px;
  }
  .layout-header .layout-header_inner .layout-header_inner_helper > ul > li:first-child {
    border-left: none;
    margin-top: 0;
  }
  .layout-header .layout-header_inner .layout-header_inner_helper > ul > li > a {
    padding: 18px 0;
    width: auto;
  }
  .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact {
    margin-left: 0;
  }
  .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact > a {
    background-color: #f1672b;
    color: #fff;
    height: auto;
    width: auto;
  }
}
.layout-header .layout-header_inner .layout-header_inner_splinks {
  display: none;
  padding: 30px 5px;
}
@media screen and (max-width: 767px) {
  .layout-header .layout-header_inner .layout-header_inner_splinks {
    display: block;
  }
}
.layout-header .layout-header_inner .layout-header_inner_splinks > li {
  font-size: 1.2rem;
}
.layout-header .layout-header_inner .layout-header_inner_splinks > li:nth-child(n+2) {
  margin-top: 20px;
}
.layout-header .layout-header_inner .layout-header_inner_splinks > li > a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .layout-header .layout-header_navigation {
    background-color: rgba(21, 21, 21, 0.95);
    height: 100vh;
    overflow: auto;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 78px;
    width: 80%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100000;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .layout-header .layout-header_navigation:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100vh;
    opacity: 0;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .layout-header .layout-header_navigation.is-active {
    right: 0;
  }
  .layout-header .layout-header_navigation.is-active:before {
    opacity: 1;
    right: 0;
  }
}
.layout-header .layout-header_inner .link-en {
	position: absolute;
	right: 265px;
	top: 20px;
	font-size: 14px;
}


.layout-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
.layout-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* global-navigation
   ========================================================================== */
.global-navigation {
  margin-left: auto;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .global-navigation {
    margin-top: 0;
  }
}
.global-navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-navigation > ul > li {
  font-size: 1.5em;
  line-height: 1;
  margin-right: 47px;
}
.global-navigation > ul > li:last-child {
  margin-right: 0;
}
.global-navigation > ul > li .sub_sptoggle a,
.global-navigation > ul > li > a {
  color: #000;
  display: block;
  font-weight: 700;
  padding-bottom: 11px;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
.global-navigation > ul > li .sub_sptoggle a .icon-blank,
.global-navigation > ul > li > a .icon-blank {
  top: 0.3em;
}
.global-navigation > ul > li .sub_sptoggle a > span,
.global-navigation > ul > li > a > span {
  display: none;
}
.global-navigation > ul > li .sub_sptoggle a:before,
.global-navigation > ul > li > a:before {
  background-color: #1f2879;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .global-navigation > ul > li .sub_sptoggle a:hover,
.global-navigation > ul > li > a:hover {
    color: #1f2879;
    opacity: 1 !important;
  }
  .global-navigation > ul > li .sub_sptoggle a:hover:before,
.global-navigation > ul > li > a:hover:before {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen and (max-width: 767px) {
  .global-navigation > ul {
    display: block;
    border-top: 1px solid #262626;
  }
  .global-navigation > ul > li {
    border-bottom: 1px solid #262626;
    margin-right: 0;
  }
  .global-navigation > ul > li:last-child {
    margin-right: 0;
  }
  .global-navigation > ul > li .sub_sptoggle a,
.global-navigation > ul > li > a {
    color: #fff;
    display: block;
    font-size: 78%;
    padding-bottom: 22px;
    padding-top: 22px;
    padding-left: 115px;
    position: relative;
  }
  .global-navigation > ul > li .sub_sptoggle a .icon-blank,
.global-navigation > ul > li > a .icon-blank {
    display: none;
  }
  .global-navigation > ul > li .sub_sptoggle a.is-blank,
.global-navigation > ul > li > a.is-blank {
    margin-right: 0;
  }
  .global-navigation > ul > li .sub_sptoggle a:before,
.global-navigation > ul > li > a:before {
    background: url(../images/icon-arrow-right-white_bg.svg) no-repeat 50% 50%;
    background-size: 13px 7px;
    background-color: #1f2879;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: -1;
  }
  .global-navigation > ul > li .sub_sptoggle a > span,
.global-navigation > ul > li > a > span {
    color: #7684ff;
    display: inline-block;
    font-family: "Roboto";
    font-size: 1.9rem;
    font-weight: 500;
    position: absolute;
    left: 5px;
    top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .global-navigation .sub:hover .sub_box {
    opacity: 1;
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
    padding-top: 40px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_sptoggle {
    padding-right: 60px;
    position: relative;
  }
  .global-navigation .sub .sub_sptoggle > span {
    height: 100%;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .global-navigation .sub .sub_sptoggle > span:before {
    background: url(../images/icon-plus-white_bg.svg) no-repeat 50% 50%;
    background-color: #1f2879;
    background-size: 12px 12px;
    border-radius: 50%;
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
  }
  .global-navigation .sub .sub_sptoggle > span:after {
    background-color: #1f2879;
    content: "";
    height: 2px;
    width: 12px;
    position: absolute;
    right: 4px;
    top: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
  }
  .global-navigation .sub .sub_sptoggle a:before {
    content: none;
  }
  .global-navigation .sub .sub_sptoggle > span.is-active:before {
    background-color: #fff;
  }
  .global-navigation .sub .sub_sptoggle > span.is-active:after {
    top: 26px;
    z-index: 2;
  }
}
.global-navigation .sub .sub_box {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: -1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.global-navigation .sub .sub_box:before {
  background-color: rgba(0, 0, 0, 0.95);
  content: "";
  height: 100%;
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box {
    height: auto;
    opacity: 1;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
    position: static;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .global-navigation .sub .sub_box:before {
    content: none;
  }
  .global-navigation .sub .sub_box.is-active {
    padding-bottom: 20px;
  }
}
.global-navigation .sub .sub_box .sub_box-wrap {
  padding-left: 310px;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box-wrap {
    padding-left: 0;
  }
}
.global-navigation .sub .sub_box .sub_box_title {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.global-navigation .sub .sub_box .sub_box_title > h2 {
  color: #7684ff;
  font-family: "Roboto";
  font-size: 3.8rem;
  font-weight: 500;
}
.global-navigation .sub .sub_box .sub_box_title > h2 > span {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_title {
    display: none;
  }
}
.global-navigation .sub .sub_box .sub_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_list {
    display: block;
  }
}
.global-navigation .sub .sub_box .sub_box_list.theme-image {
  display: block;
}
.global-navigation .sub .sub_box .sub_box_list.theme-image > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li {
  margin-right: 20px;
  /*width: 260px;*/
  width: 240px;
}
.global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li:nth-child(3n) {
  margin-right: 0;
}
.global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li:nth-child(n+4) {
  margin-top: 20px;
}
.global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li > a {
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
}
.global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li > a > span {
  background-color: #1f2879;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li > a > span:before {
  background: url(../images/icon-arrow-right-white_bg.svg) no-repeat 0 50%;
  content: "";
  height: 100%;
  width: 19px;
  position: absolute;
  right: 15px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_list.theme-image > ul {
    display: block;
  }
  .global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li {
    margin-right: 0;
    width: auto;
  }
  .global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li:nth-child(n+2) {
    margin-top: 5px;
  }
  .global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li:nth-child(n+4) {
    margin-top: 5px;
  }
  .global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li > a {
    font-size: 1.3rem;
  }
  .global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li > a figure {
    display: none;
  }
  .global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li > a > span {
    padding: 15px 11px;
    text-align: left;
  }
  .global-navigation .sub .sub_box .sub_box_list.theme-image > ul > li > a > span:before {
    background: url(../images/icon-arrow-right-white_bg.svg) no-repeat 0 50%;
    right: 13px;
  }
}
.global-navigation .sub .sub_box .sub_box_list > dl {
  max-width: 380px;
  width: 100%;
}
.global-navigation .sub .sub_box .sub_box_list > dl:nth-child(n+2) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_list > dl:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.global-navigation .sub .sub_box .sub_box_list > dl > dt {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 25px;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dt > a {
  background-color: #1f2879;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dt > a:before,
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 > p:after {
  background: url(../images/icon-arrow-right-white_bg.svg) no-repeat 0 50%;
	background-size : 80%;
  content: "";
  height: 100%;
  width: 19px;
  position: absolute;
  right: 1px;
  top: 0;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dt > a > span {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_list > dl > dt {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dt > a {
    padding: 15px 10px;
    text-align: left;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dt > a:before {
    right: 10px;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dt > a br {
    display: none;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dt > a > span {
    display: inline;
    font-size: 1rem;
    font-weight: 700;
  }
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_list > dl > dd {
    background-color: #1f2879;
    display: block;
    padding: 5px;
    padding-top: 0;
  }
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd ul > li {
  font-size: 1.3rem;
  line-height: 1.5;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd ul > li > a {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) no-repeat 0 100%;
  background: -webkit-linear-gradient(bottom, #fff, #fff) no-repeat 0 100%;
  background: linear-gradient(0deg, #fff, #fff) no-repeat 0 100%;
  background-size: 0% 1px;
  color: #fff;
  padding-bottom: 3px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .global-navigation .sub .sub_box .sub_box_list > dl > dd ul > li > a:hover {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_list > dl > dd ul {
    border: 1px solid #3c47aa;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd ul > li {
    border-bottom: 1px solid #3c47aa;
    font-size: 1.2rem;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd ul > li > a {
    display: block;
    padding: 10px;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd ul > li:last-child {
    border-bottom: none;
  }
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 {
  /*width: 180px;*/
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 {
    width: auto;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01:nth-child(n+2) {
    margin-left: 0;
    margin-top: 5px;
  }
}
.global-navigation .sub_box_subtitle,
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > p,
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 > p {
  border-bottom: 1px solid #343434;
  color: #7684ff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 12px;
  position: relative;
}
.global-navigation .sub_box_subtitle:before,
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > p:before,
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 > p:before {
  background-color: #4555e9;
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub_box_subtitle,
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > p,
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 > p {
    background-color: #3c47aa;
    border-bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 13px 10px;
  }
  .global-navigation .sub_box_subtitle:before,
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > p:before,
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 > p:before {
    content: none;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 > p a.blue_head{
    color:#fff!important;
  }
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul,
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 > ul {
  margin-bottom: 30px;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul:last-child {
  margin-bottom: 0;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li{
  margin-top: 10px;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li:nth-child(n+2) {
  /*margin-top: 10px;*/
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li > ul > li {
  margin-top: 10px;
  padding-left: 1.5em;
  position: relative;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li > ul > li:before {
  color: #fff;
  content: "└";
  position: absolute;
  left: 0;
  top: 0;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li > ul > li > a > span {
  display: block;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul {
    margin-bottom: 5px;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul:last-child {
    margin-bottom: 0;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li:nth-child(n+2) {
    margin-top: 0;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li > ul {
    border: none;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li > ul > li {
    border-bottom: 0;
    border-top: 1px solid #3c47aa;
    margin: 0 10px;
    position: relative;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li > ul > li:before {
    top: 10px;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li > ul > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 > ul > li > ul > li > a > span {
    display: inline;
    font-size: 1rem;
  }
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 ul,
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: inherit;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 ul > li {
  width: 49%;
}
.global-navigation .sub .sub_box .servicelist > dl > dd .sub_box_list_type01 ul > li {
  width: 100%;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 ul > li {
  width: 33%;
}
.global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 ul > li:nth-child(n+4) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 ul > li {
    width: 100%;
    margin-top: 0;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type01 ul > li br{
    display: none;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 {
    padding-left: 0;
    padding-right: 0;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 ul {
    display: block;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 ul > li {
    width: auto;
  }
  .global-navigation .sub .sub_box .sub_box_list > dl > dd .sub_box_list_type02 ul > li:nth-child(n+4) {
    margin-top: 0;
  }
}
.global-navigation .sub .sub_box.theme-service .sub_box-wrap {
  padding-left: 210px;
}
.global-navigation .sub .sub_box.theme-service .sub_box_list > dl:nth-child(n+2) {
  margin-left: 20px;
}
.global-navigation .sub .sub_box.theme-service .sub_box_list > dl > dd .sub_box_list_type01 {
  width: auto;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box.theme-service .sub_box-wrap {
    padding-left: 0;
  }
  .global-navigation .sub .sub_box.theme-service .sub_box_list > dl:nth-child(n+2) {
    margin-left: 0;
  }
  .global-navigation .sub .sub_box.theme-service .sub_box_list > dl > dd .sub_box_list_type01 {
    width: auto;
  }
}
.global-navigation .sub .sub_box.theme-company .sub_box-wrap {
  padding-left: 290px;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box.theme-company .sub_box-wrap {
    padding-left: 0;
  }
}
.global-navigation .sub .sub_box.theme-recruit .sub_box-wrap {
  padding-left: 290px;
}
@media screen and (max-width: 767px) {
  .global-navigation .sub .sub_box.theme-recruit .sub_box-wrap {
    padding-left: 0;
  }
}

/* menu
   ========================================================================== */
.menu {
  background-color: #1f2879;
  display: none;
  height: 50px;
  width: 55px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
  }
}
.menu:before {
  color: #fff;
  content: "MENU";
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 32px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu > span {
  height: 13px;
  width: 27px;
  position: absolute;
  left: 14px;
  top: 12px;
}
.menu > span > span, .menu > span:after, .menu > span:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu > span:before {
  top: 0;
}
.menu > span > span {
  top: 6px;
}
.menu > span:after {
  top: 12px;
}
.menu.is-active {
  background-color: rgba(31, 40, 121, 0);
}
.menu.is-active:before {
  content: "CLOSE";
}
.menu.is-active > span {
  height: 13px;
  width: 27px;
  position: absolute;
  left: 14px;
  top: 12px;
}
.menu.is-active > span > span, .menu.is-active > span:after, .menu.is-active > span:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
}
.menu.is-active > span:after, .menu.is-active > span:before {
  top: 8px;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s linear 0.3s;
  transition: top 0.3s ease, -webkit-transform 0.3s linear 0.3s;
  transition: top 0.3s ease, transform 0.3s linear 0.3s;
  transition: top 0.3s ease, transform 0.3s linear 0.3s, -webkit-transform 0.3s linear 0.3s;
}
.menu.is-active > span:before {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
.menu.is-active > span > span {
  display: none;
}
.menu.is-active > span:after {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

/* section-title
   ========================================================================== */
.section-title {
  margin-bottom: 43px;
  text-align: center;
}
.section-title p {
  color: #1f2879;
  font-family: "Roboto";
  font-size: 7em;
  font-weight: 700;
}
.section-title > h2 {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  margin-top: 3px;
  color: #1f2879;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title > p {
    font-size: 4em;
  }
  .section-title > h2 {
    font-size: 1.2rem;
  }
}
.section-title.theme-white p,
.section-title.theme-white h2 {
  color: #fff;
}
.section-title.opt-left {
  text-align: left;
}

/* layout-container
   ========================================================================== */
.layout-container {
  padding-top: 102px;
}
@media screen and (max-width: 767px) {
  .layout-container {
    padding-top: 50px;
  }
}

/* layout-footer
   ========================================================================== */
.layout-footer {
  background-color: #151515;
  padding-bottom: 78px;
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .layout-footer {
    padding-bottom: 55px;
    padding-top: 40px;
  }
}
.layout-footer .layout-footer_inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_inner {
    display: block;
  }
}
.layout-footer .layout-footer_inner .layout-footer_inner_left > ul {
  margin-top: 44px;
}
.layout-footer .layout-footer_inner .layout-footer_inner_left > ul > li + li {
  font-size: 1.3rem;
  margin-top: 1em;
}
.layout-footer .layout-footer_inner .layout-footer_inner_left > ul > li > a {
  color: #fff;
  font-size: 1.5rem;
}
.layout-footer .layout-footer_inner .layout-footer_inner_left .copy {
  color: #fff;
  display: block;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_inner .layout-footer_inner_left {
    text-align: center;
  }
  .layout-footer .layout-footer_inner .layout-footer_inner_left > ul {
    display: none;
  }
  .layout-footer .layout-footer_inner .layout-footer_inner_left .copy {
    margin-top: 32px;
  }
}
.layout-footer .layout-footer_inner .layout-footer_inner_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .layout-footer .layout-footer_inner .layout-footer_inner_right {
    display: none;
  }
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list {
  margin-right: 60px;
  width: 320px;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list:nth-child(n+3) {
  margin-top: 40px;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list:nth-child(2n) {
  margin-right: 0;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  p {
  border-bottom: 1px solid #343434;
  color: #7684ff;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  p > span {
  color: #fff;
  font-size: 1.2rem;
  margin-left: 1em;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  p:before {
  background-color: #4555e9;
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  ul {
  margin-bottom: 30px;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  ul:last-child {
  margin-bottom: 0;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  ul  li {
  font-size: 1.5rem;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  ul  li a {
  color: #fff;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  ul  li a .icon-blank {
  fill: #7684ff;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  ul  li:nth-child(n+2) {
  margin-top: 10px;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  ul  li  ul  li {
  margin-top: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  position: relative;
}
.layout-footer .layout-footer_inner .layout-footer_inner_right .layout-footer_inner_list  ul  li  ul  li:before {
  color: #fff;
  content: "└";
  margin-right: 0.5em;
}


/* ページネーション全体 */
.pagination {
  margin: 2em auto;
  text-align: center;
  font-size: 16px;
}

/* ナビゲーションリンクの親 */
.nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
}

/* 各ページリンクの共通スタイル */
.page-numbers {
  display: inline-block;
  padding: 0.4em 0.8em;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

/* ホバー時 */
.page-numbers:hover {
  background-color: #f0f0f0;
}

/* 現在のページ */
.page-numbers.current {
  background-color: #333;
  color: #fff;
  border-color: #333;
  font-weight: bold;
  cursor: default;
}

/* 次へ・前へなどの矢印リンク */
.page-numbers.next,
.page-numbers.prev {
  font-weight: bold;
}

/* レスポンシブ：スマホサイズで少し小さく */
@media (max-width: 480px) {
  .pagination {
    font-size: 14px;
  }
  .page-numbers {
    padding: 0.3em 0.6em;
  }
}
