@charset "UTF-8";
/*default*/
/* https://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

sup{
  font-size: 50%;
  vertical-align: super;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close_box {
  z-index: 9999;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5rem;
  top: 5rem;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  line-height: 30px;
  font-weight: 100 !important;
  border: 0;
  background: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.lity-close_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.lity-close_box button {
  font-size: 60px;
  font-size: 6rem;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

button:active {
  top: 3rem;
  right: 3rem;
}

button img {
  display: block;
}

/*default*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.75;
  color: #333;
}
body .yaku {
  font-family: YakuHanJP, 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

html.win.chrome body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

html.win.gecko body {
  font-family: 'Noto Sans JP',"Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html.win.gecko .yaku {
  font-family: YakuHanJP,'Noto Sans JP',"Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.en {
  font-family: 'Inter', sans-serif;
}

.serif {
  font-family: 'Cormorant Infant', serif;
}

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

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.adelay01 {
  animation-delay: 0.1s !important;
}
@media only screen and (max-width: 768px) {
  .adelay01 {
    animation-delay: 0s !important;
  }
}

.adelay02 {
  animation-delay: 0.2s !important;
}
@media only screen and (max-width: 768px) {
  .adelay02 {
    animation-delay: 0s !important;
  }
}

.adelay03 {
  animation-delay: 0.3s !important;
}
@media only screen and (max-width: 768px) {
  .adelay03 {
    animation-delay: 0s !important;
  }
}

.adelay04 {
  animation-delay: 0.4s !important;
}
@media only screen and (max-width: 768px) {
  .adelay04 {
    animation-delay: 0s !important;
  }
}

.adelay05 {
  animation-delay: 0.5s !important;
}
@media only screen and (max-width: 768px) {
  .adelay05 {
    animation-delay: 0s !important;
  }
}

.adelay06 {
  animation-delay: 0.6s !important;
}
@media only screen and (max-width: 768px) {
  .adelay06 {
    animation-delay: 0s !important;
  }
}

.adelay07 {
  animation-delay: 0.7s !important;
}
@media only screen and (max-width: 768px) {
  .adelay07 {
    animation-delay: 0s !important;
  }
}

.adelay08 {
  animation-delay: 0.8s !important;
}
@media only screen and (max-width: 768px) {
  .adelay08 {
    animation-delay: 0s !important;
  }
}

.adelay09 {
  animation-delay: 0.9s !important;
}
@media only screen and (max-width: 768px) {
  .adelay09 {
    animation-delay: 0s !important;
  }
}

.adelay10 {
  animation-delay: 1s !important;
}
@media only screen and (max-width: 768px) {
  .adelay10 {
    animation-delay: 0s !important;
  }
}

.inview.fadeInup {
  opacity: 0;
}

.inview.fadeInup.active {
  -webkit-animation: fadeInup .5s ease-out;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.leftright {
  opacity: 0;
}

.inview.leftright.active {
  -webkit-animation: leftright_anim .5s ease-out;
  animation: leftright_anim .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.show {
  opacity: 0;
}

.inview.show.active {
  -webkit-animation: show 1s ease-out;
  animation: show 1s ease-out;
  animation-fill-mode: forwards;
}

.image-anime-mask {
  overflow: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transform-origin: left;
}
.image-anime-mask.active {
  transform: translate3d(0, 0, 0);
}

.image-anime-main {
  display: block;
  transform: translate3d(100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.image-anime-main.active {
  transform: translate3d(0, 0, 0);
}

.anim_box span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transition: all .5s ease;
  transition-delay: .3s;
  line-height: 1.5;
  transform: translateY(12px);
}
.anim_box span.gr:before {
  background: #A3FF10;
}
.anim_box span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: #A3FF10;
  transform: translateX(-101%);
}
.anim_box span.adelay02 {
  transition-delay: .6s;
}
.anim_box.is-active span {
  opacity: 1;
  transform: translateY(0);
}
.anim_box.is-active span:before {
  animation-name: copyslide;
  animation-duration: .8s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: .1s;
}
.anim_box.is-active span.adelay02:before {
  animation-delay: .3s;
}
.anim_box.is-active span.adelay04:before {
  animation-delay: .6s;
}
.anim_box.is-active.ren span:nth-of-type(1):before {
  animation-delay: .3s;
}
.anim_box.is-active.ren span:nth-of-type(2):before {
  animation-delay: .4s;
}
.anim_box.is-active.ren span:nth-of-type(3):before {
  animation-delay: .5s;
}
.anim_box.is-active.ren span:nth-of-type(4):before {
  animation-delay: .6s;
}

@keyframes fadeInup {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes leftright_anim {
  0% {
    transform: translatex(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.parenthesis {
  position: relative;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0%;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}

.parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.image100 img {
  width: 100%;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes copyslide {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes copyslide_stop {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.sc_box {
  position: absolute;
  right: 0;
  bottom: 5rem;
  display: flex;
  z-index: 7000;
  width: 3em;
}
.sc_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 200%;
  top: -100%;
  left: 0;
  content: "";
  z-index: 999;
}
.sc_box p {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  margin-top: -5em;
  transform: translateX(46%);
}

.scroll {
  content: "";
  height: 50px;
  width: 1px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .scroll {
    height: 30px;
  }
}
.scroll .in {
  width: 1px;
  height: 50px;
  background: #333;
  z-index: 999;
  animation: masking 2s ease infinite;
}
@media only screen and (max-width: 768px) {
  .scroll .in {
    height: 30px;
  }
}
.scroll .in2 {
  position: absolute;
  width: 1px;
  height: 50px;
  background: #000;
  z-index: 999;
  animation: masking 2s ease infinite;
}
.scroll a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2000;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes arrows {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.image100 img {
  width: 100%;
}

.animate_btn.rv a:after {
  color: #004098;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 90%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transform: rotate(180deg);
}
.animate_btn.bg a {
  background: #ffffff;
}
.animate_btn.bg a:before {
  background: #004098;
  height: 100%;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .animate_btn.bg a:before {
    display: none;
  }
}
.animate_btn.bg a:after {
  right: 2rem;
}
.animate_btn.bg a:hover {
  color: #ffffff;
}
.animate_btn.bg a:hover:after {
  color: #ffffff;
}
.animate_btn a {
  display: inline-block;
  position: relative;
  transition: all .3s ease;
  padding: 1rem 3rem 1rem 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .animate_btn a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1rem 2rem !important;
    border: 1px solid #004098;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
}
.animate_btn a:before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 100%;
  left: 0;
  content: "";
  z-index: 0;
  height: 3px;
  background: #000;
  transition: all .3s ease;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:before {
    display: none;
  }
}
.animate_btn a:after {
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
@media only screen and (max-width: 768px) {
  .animate_btn a:after {
    right: 2rem;
  }
}
.animate_btn a span {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .animate_btn a span {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover {
    color: #004098;
  }
}
.animate_btn a:hover span {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover span {
    color: #ffffff;
  }
}
.animate_btn a:hover:before {
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover:after {
    color: #004098;
  }
}

@keyframes animate_btn_on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes animate_btn_off {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.image_wrap {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .image_wrap {
    width: 100%;
  }
}
.image_wrap.bg01 {
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg01 {
    padding: 0;
  }
}
.image_wrap.bg01:after {
  background: #A3FF10;
  height: 100%;
  top: -5rem;
  left: 5rem;
}
.image_wrap.bg02 {
  padding: 0 0 0 5rem;
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg02 {
    padding: 0;
    margin: 0;
  }
}
.image_wrap.bg02:after {
  background: #004098;
  height: 70%;
  bottom: -5rem;
  left: -5rem;
}
.image_wrap.bg03 {
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg03 {
    padding: 0;
  }
}
.image_wrap.bg03:after {
  background: #666;
  height: 100%;
  top: -5rem;
  left: 5rem;
}

.image-mask {
  transform: translate3d(-100%, 0, 0);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transform-origin: left;
  overflow: hidden;
  display: block;
}
.image-mask.active {
  transform: translate3d(0, 0, 0);
}
.image-mask.active .img_main {
  transform: translate3d(0, 0, 0);
}
.image-mask .img_main {
  transform: translate3d(101%, 0, 0);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes hoverElem {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  49% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
}
body {
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none !important;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

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

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .tate {
    writing-mode: horizontal-tb;
  }
}

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

html.win.gecko .ro, html.win.gecko .la {
  transform: rotate(0.001deg);
}

a, img {
  outline: none !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.unborder::after {
  content: '';
  display: block;
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #004098;
}
@media only screen and (max-width: 768px) {
  .unborder::after {
    margin: 0.8rem auto;
  }
}

.lborder::after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}

.unborder_big::after {
  content: '';
  display: block;
  margin: 2rem auto 2rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .unborder_big::after {
    margin: 1.4rem auto;
  }
}

ul, li {
  list-style: none;
}

ul.normal_list {
  margin: 0;
  padding: 0 0 0 1em;
}
ul.normal_list li {
  padding: 0 0 0 0;
  margin: 0 0 0 0.3em;
  position: relative;
  list-style-type: disc;
  line-height: 1.5;
}

.d02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.d03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.d04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.d06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.d08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.d1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

html {
  overflow-y: scroll;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  content: "";
  z-index: 8000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.overlay.active {
  display: block;
}

header {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 9000;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  header.active {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header .sp_logo {
    display: flex;
    justify-content: space-between;
  }
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 768px) {
  header .header_inner {
    display: block;
    padding: 0;
    height: 100%;
    height: 100%;
  }
  header .header_inner.active {
    position: fixed;
    background: #ffffff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
  }
}
header .header_inner .sp_logo{
  max-width: 260px;
  min-width: 194px;
  width: 23%;
}
@media only screen and (max-width: 768px) {
  header .header_inner .sp_logo{
    width: 100%;
    min-width: 0;
    max-width: none;
  }
}
header .header_inner #logo {
  width: 100%;
  padding: 3rem 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  header .header_inner #logo {
    width: 140px;
    width: 44%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .nav_wrap {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 0 0 7rem 0;
  }
}
header .header_inner #navigation {
  flex: 1;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation {
    display: none;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  header .header_inner #navigation.active {
    display: block;
    height: 100%;
  }
}
header .header_inner #navigation nav ul {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav ul {
    display: block;
  }
}
header .header_inner #navigation nav.nav_up {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.nav_up {
    width: 100%;
  }
}
header .header_inner #navigation nav.nav_up ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.nav_up ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
header .header_inner #navigation nav.nav_up ul li {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.nav_up ul li {
    width: 50%;
  }
}
header .header_inner #navigation nav.nav_up ul li a {
  display: inline-block;
  text-align: center;
  padding: 1.2rem 40px 1.2rem 1.2rem;
  white-space: nowrap;
  font-size: clamp(1.2px, 1.4vw, 1.4rem);
  color: #ffffff;
}
header .header_inner #navigation nav.nav_up ul li a span {
  width: 24px;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.nav_up ul li a {
    width: 100%;
    padding: 2rem 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
header .header_inner #navigation nav.nav_up ul li a:hover {
  color: #ffffff;
}
header .header_inner #navigation nav.nav_up ul li:last-child a {
  border-right: none;
}

header .header_inner #navigation nav.nav_up ul li.holdings a {
  position: relative;
  color: #000;
  padding: 1.2rem 1.2rem 1.2rem 0;
  font-size: 1.2rem;
}
header .header_inner #navigation nav.nav_up ul li.holdings a i{
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 1px solid #3f3f3f;
  background-color: #fff;
  margin-left: 6px;
}
header .header_inner #navigation nav.nav_up ul li.holdings a i::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  left: 1px;
  border: 1px solid #3f3f3f;
  z-index: -1;
}


header .header_inner #navigation nav.nav_up ul li.bim a {
  position: relative;
  background: #007BD5 url(/bim/common/icon.svg) no-repeat right 1.2rem center;
  background-size: 16px 16px;
}
header .header_inner #navigation nav.nav_up ul li.pamph a {
  background: #0043AF;
  position: relative;
}
header .header_inner #navigation nav.nav_up ul li.pamph a:after {
  color: #ffffff;
  position: absolute;
  font-family: 'Flaticon';
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f100";
  font-size: 15px;
  font-size: 1.5rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
header .header_inner #navigation nav.nav_up ul li.contact a {
  background: #007BD5;
  position: relative;
}
header .header_inner #navigation nav.nav_up ul li.contact a:after {
  color: #ffffff;
  position: absolute;
  font-family: 'Flaticon';
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f101";
  font-size: 15px;
  font-size: 1.5rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
header .header_inner #navigation nav.gnav ul li {
  margin: 0 0.7vw;
}
header .header_inner #navigation nav.gnav ul li .menu {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ffffff;
  left: 0;
  padding: 5rem 0;
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #004098;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    border: none;
    display: none;
  }
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex {
  max-width: 1400px;
  min-width: 1000px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex {
    min-width: 0;
    padding: 0;
    display: block;
  }
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box {
  width: 32%;
  margin: 0 0 2% 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #eee;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  align-items: center;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box {
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 1px solid #eee;
    -moz-box-shadow: 0 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0 0px transparent;
    box-shadow: 0 0 0 0px transparent;
    background: #004098;
    color: #ffffff;
  }
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:after {
    color: #ffffff;
  }
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:hover {
  background: #004098;
  color: #ffffff;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:hover:after {
  color: #ffffff;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box.dummy {
  border: none;
  -moz-box-shadow: 0 0 15px 0px transparent;
  -webkit-box-shadow: 0 0 15px 0px transparent;
  box-shadow: 0 0 15px 0px transparent;
  visibility: hidden;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box.dummy:after {
  display: none;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box a:after {
  display: none;
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:after {
  color: #004098;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box:after {
    color: #ffffff;
  }
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box .image {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box .image {
    width: 25%;
  }
}
header .header_inner #navigation nav.gnav ul li .menu .menu_flex .box .txt {
  padding: 1rem;
  flex: 1;
  text-align: center;
}
header .header_inner #navigation nav.gnav ul li a.main_nav_t.active {
  color: #004098;
}
header .header_inner #navigation nav.gnav ul li a.main_nav_t.active:after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li a.main_nav_t:before {
    content: "\f218";
    font-size: 14px;
    font-size: 1.4rem;
  }
}
header .header_inner #navigation nav.gnav ul li:hover .menu {
  opacity: 1;
  visibility: visible;
}
header .header_inner #navigation nav.gnav ul li a {
  display: block;
  padding: 2.2rem 0.9vw;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.03em;
  font-size: clamp(1.4px, 1.4vw, 1.6rem);
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li a {
    padding: 1.3rem 1rem;
    border-bottom: 1px solid #eee;
  }
  header .header_inner #navigation nav.gnav ul li a:before {
    color: #004098;
    position: absolute;
    font-family: 'ionicons';
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    line-height: 1.2;
    content: "\f125";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  }
  header .header_inner #navigation nav.gnav ul li a:after {
    display: none;
  }
}
header .header_inner #navigation nav.gnav ul li a:after {
  content: "";
  height: 3px;
  width: 0%;
  background: #004098;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
}
header .header_inner #navigation nav.gnav ul li a:hover:after {
  width: 100%;
}
header .header_inner #navigation nav.gnav ul li:after a {
  border-right: none;
}
header .header_inner #navigation nav.gnav ul li ul {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .header_inner #navigation nav.gnav ul li ul {
    background: #fafafa;
  }
  header .header_inner #navigation nav.gnav ul li ul.active {
    display: block;
  }
}

.spmenu {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  width: 65px;
  right: 0;
  top: 0;
  background: #004098;
  display: none;
}
@media only screen and (max-width: 768px) {
  .spmenu {
    padding: 0;
    width: 54px;
    justify-content: center;
    display: flex;
  }
}
.spmenu:hover .type4 .border::before {
  left: 100px;
}
.spmenu:hover .type4 .border::after {
  left: 0;
}
.spmenu:hover .type4 .border1::before {
  transition: all .2s linear;
}
.spmenu:hover .type4 .border1::after {
  transition: all .2s linear;
}
.spmenu:hover .type4 .border2::before {
  transition: all .25s linear;
}
.spmenu:hover .type4 .border2::after {
  transition: all .25s linear;
}
.spmenu:hover .type4 .border3::before {
  transition: all .3s linear;
}
.spmenu:hover .type4 .border3::after {
  transition: all .3s linear;
}
.spmenu:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all .5s ease;
}
.spmenu.active {
  z-index: 9999;
}
.spmenu.active:after {
  opacity: 1;
  z-index: -1;
}
.spmenu.active .hamburger {
  z-index: 9999;
}
.spmenu.active .hamburger .border {
  background: #ffffff !important;
}
.spmenu.active .hamburger .border:before, .spmenu.active .hamburger .border:after {
  background: #ffffff;
}

.hamburger {
  position: relative;
  z-index: 9999;
}
.hamburger .menu_icon {
  position: relative;
  width: 24px;
  height: 18px;
  z-index: 999;
}
.hamburger .border {
  position: absolute;
  display: inline-block;
  width: 100%;
  z-index: 9999;
  height: 1px;
  border-radius: 0px;
  transition: all 0.3s;
  background: #fff;
}
.hamburger .border1 {
  top: 0;
}
.hamburger .border2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hamburger .border3 {
  bottom: 0px;
}
.hamburger .text {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}
.hamburger .text::after {
  display: block;
  content: "MENU";
}
.hamburger .active + .text::after {
  content: "CLOSE";
}

.type4 {
  overflow: hidden;
  z-index: 9999;
  position: relative;
}
.type4 .border {
  background: transparent;
}
.type4 .border::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 0px;
  background: #fff;
  transition: all 0.3s;
}
.type4 .border::after {
  position: absolute;
  left: -100px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 0px;
  background: #fff;
  transition: all 0.3s;
}
.type4 .border1::before, .type4 .border2::before, .type4 .border3::before {
  transition: all 0s linear;
}
.type4 .border1 {
  animation: type4_menu_bar01 0.5s;
  animation-fill-mode: forwards;
}
.type4 .border3 {
  animation: type4_menu_bar03 0.5s;
  animation-fill-mode: forwards;
}
.type4.active .border {
  background: #ffffff;
  transition: none;
}
.type4.active .border::before {
  transition: none;
}
.type4.active .border::after {
  transition: none;
}
.type4.active .border1 {
  animation: type4_active_menu_bar01 0.5s forwards;
}
.type4.active .border2 {
  opacity: 0;
}
.type4.active .border3 {
  animation: type4_active_menu_bar03 0.5s forwards;
}
@keyframes type4_menu_bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes type4_menu_bar03 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes type4_active_menu_bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes type4_active_menu_bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
footer {
  background: #ffffff;
  border-top: 1px solid #004098;
}
footer .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
}
footer .footer_logo {
  background: #ffffff;
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_logo {
    display: none;
  }
}
footer .footer_logo .logo {
  width: 360px;
}
footer .footer_main {
  background: url("/img/footer_bg.png") no-repeat 0 0;
  background-size: cover;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_main {
    padding: 3rem 0;
  }
}
footer .footer_link {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15rem 0;
  letter-spacing: 0.05em;
}
footer .footer_link.nom {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_link {
    margin: 0;
    display: block;
    display: none;
  }
}
footer .footer_link .box {
  width: 24%;
  padding: 0 0 0 2rem;
}
@media only screen and (max-width: 768px) {
  footer .footer_link .box {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
footer .footer_link .box .main_link {
  margin: 0 0 3.4rem 0;
  padding: 0 0 0 2rem;
}
footer .footer_link .box .main_link p.main_i {
  margin: 0 0 1rem 0;
  letter-spacing: 0.1em;
}
footer .footer_link .box .main_link p {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
}
footer .footer_link .box .main_link p:before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #ffffff;
  margin: 0 0.5rem 0 0;
}
footer .footer_link .box .main_link p a {
  color: #ffffff;
}
footer .footer_link .box .main_link p a:hover {
  text-decoration: underline;
}
footer .footer_link .box ul li a {
  display: block;
  color: #ffffff;
  padding: 0.5rem 0;
}
footer .footer_link .box ul li a:hover {
  text-decoration: underline;
}
footer .copyright {
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.8vw;
    text-align: center;
    word-break: break-all;
  }
}

.related_company .title {
  margin: 0 0 2rem 0;
}
.related_company .title p {
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
}
.related_company .title p:before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #ffffff;
  margin: 0 0.5rem 0 0;
}
.related_company .related_link ul {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .related_company .related_link ul {
    display: block;
  }
}
.related_company .related_link ul li{
  width: 25%;
}
.related_company .related_link ul li a {
  display: block;
  background: #ffffff;
  color: #333;
  text-align: center;
  padding: 1rem 1rem;
  margin: 0 0 0 0;
  transition: all .3s ease;
  font-size: 14px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .related_company .related_link ul li  {
    width: 100%;
  }
  .related_company .related_link ul li a {
    padding: 1rem 0;
    margin: 0 0 0.5rem 0;
    text-align: center;
  }
}
.related_company .related_link ul li a:hover {
  background: #004098;
  color: #ffffff;
}

.footer_end {
  background: #004098;
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .footer_end {
    padding: 3rem 5%;
  }
}
.footer_end .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer_end .inner {
    display: block;
  }
}
.footer_end .f_link {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .footer_end .f_link {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
.footer_end .f_link ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .footer_end .f_link ul {
    display: block;
  }
}
.footer_end .f_link ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0 2rem;
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .footer_end .f_link ul li a {
    padding: 1rem 0;
    display: block;
    border-right: none;
    border-top: 1px solid #fff;
    text-align: center;
  }
}
.footer_end .f_link ul li:first-child a {
  border-left: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .footer_end .f_link ul li:first-child a {
    border-left: none;
    border-top: none;
  }
}
.footer_end .copyright p {
  font-size: 10px;
  font-size: 1rem;
}

#pagetop {
  width: 40px;
  height: 40px;
  background: #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9997;
  cursor: pointer;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
#pagetop.active {
  opacity: 1;
  visibility: visible;
}

#pagetop:after {
  color: #004098;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 50%;
  margin-top: -0.5em;
  margin-right: -0.3em;
  line-height: 1;
  content: "\f3d8";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
}

#pagetop:hover:after {
  color: #004098;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #pagetop:hover:after {
    color: #ffffff;
  }
}

#pagetop .inner {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  background: #004098;
  top: 0;
  left: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #pagetop .inner {
    display: none;
  }
}

/*
Flaticon icon font: Flaticon
Creation date: 10/10/2020 01:54
*/
@font-face {
  font-family: "Flaticon";
  src: url("/font/Flaticon.eot");
  src: url("/font/Flaticon.eot?#iefix") format("embedded-opentype"), url("/font/Flaticon.woff2") format("woff2"), url("/font/Flaticon.woff") format("woff"), url("/font/Flaticon.ttf") format("truetype"), url("/font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/font/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-documents-case:before {
  content: "\f100";
}

.flaticon-mail:before {
  content: "\f101";
}

.flaticon-back:before {
  content: "\f102";
}

.flaticon-next:before {
  content: "\f103";
}

.flaticon-down-arrow:before {
  content: "\f104";
}

.flaticon-chevron:before {
  content: "\f105";
}

img[src$=".svg"], img {
  width: 100%;
}

.visual_header {
  position: relative;
}
.visual_header .image {
  position: relative;
}
.visual_header .image.ov:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background: rgba(0, 64, 152, 0.5);
}
.visual_header .txt {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 10vw;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .visual_header .txt {
    top: 50%;
  }
}
.visual_header .txt.w {
  color: #ffffff;
}
.visual_header .txt p.en {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .visual_header .txt p.en {
    font-size: 1.4rem;
  }
}
.visual_header .txt .jp p {
  display: flex;
  align-items: center;
  position: relative;
}
.visual_header .txt .jp p:before {
  width: 2em;
  height: 1px;
  content: "";
  background: #ffffff;
  margin: 0 2rem 0 0;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.no_visual_header {
  position: relative;
  min-height: 360px;
  padding: 0 0 20rem 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .no_visual_header {
    min-height: 260px;
  }
}
.no_visual_header:before {
  display: block;
  position: absolute;
  width: 280vw;
  height: 50vw;
  top: -50vw;
  left: -30vw;
  content: "";
  z-index: 1;
  background: #004098;
  transform: rotate(-20deg);
}
@media only screen and (max-width: 768px) {
  .no_visual_header:before {
    left: -40%;
    height: 80vw;
  }
}
.no_visual_header:after {
  display: block;
  position: absolute;
  width: 140vw;
  height: 100%;
  top: -20vw;
  right: -50vw;
  content: "";
  z-index: 1;
  background: rgba(76, 148, 209, 0.8);
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  .no_visual_header:after {
    right: -50%;
    top: -75%;
  }
}
.no_visual_header.strength {
  padding: 0 0 5rem 0;
  min-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .no_visual_header.strength {
    padding: 0 5%;
    min-width: 0;
  }
}
.no_visual_header.strength:before {
  display: block;
  position: absolute;
  width: 320vw;
  height: 1000px;
  top: -600px;
  left: -30vw;
  content: "";
  z-index: 1;
  background: #004098;
  transform: rotate(-10deg);
}
@media only screen and (max-width: 768px) {
  .no_visual_header.strength:before {
    height: 140%;
    top: -20rem;
  }
}
.no_visual_header.strength:after {
  display: block;
  position: absolute;
  width: 140vw;
  height: 100%;
  top: -20vw;
  right: -50vw;
  content: "";
  z-index: 1;
  background: rgba(7, 77, 183, 0.8);
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  .no_visual_header.strength:after {
    top: -50vh;
    left: -30vw;
    width: 200%;
  }
}
.no_visual_header .strength_txt {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 999;
  padding: 10rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .no_visual_header .strength_txt {
    padding: 5rem 0;
  }
}
.no_visual_header .strength_txt .lead {
  width: 640px;
  margin: auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .no_visual_header .strength_txt .lead {
    width: 100%;
  }
}
.no_visual_header .strength_txt .lead p {
  margin: 0 0 1rem 0;
}
.no_visual_header .strength_txt p.en {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.no_visual_header .strength_txt p.jp {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .no_visual_header .strength_txt p.jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.no_visual_header .strength_txt p.jp:after {
  content: "";
  width: 5rem;
  height: 1px;
  background: #ffffff;
  display: block;
  margin: 2rem auto;
}
.no_visual_header .txt {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 10vw;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .no_visual_header .txt {
    top: 38%;
  }
}
.no_visual_header .txt.center {
  text-align: center;
}
.no_visual_header .txt.w {
  color: #ffffff;
}
.no_visual_header .txt p.en {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .no_visual_header .txt p.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.no_visual_header .txt .jp p {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .no_visual_header .txt .jp p {
    font-weight: bold;
  }
}
.no_visual_header .txt .jp p:before {
  width: 2em;
  height: 1px;
  content: "";
  background: #ffffff;
  margin: 0 2rem 0 0;
}

.cat_list {
  margin: 0 0 5rem 0;
}
.cat_list ul {
  display: flex;
  justify-content: space-between;
}
.cat_list ul li {
  width: 30%;
}
.cat_list ul li a {
  display: block;
  border: 1px solid #004098;
  text-align: center;
  padding: 1rem 0;
  transition: all .3s ease;
}
.cat_list ul li a:hover {
  background: #004098;
  color: #ffffff;
}
.cat_list ul li.active a {
  background: #004098;
  color: #ffffff;
}
.cat_list.case .inner {
  background: #F7FBFF;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .cat_list.case .inner {
    padding: 0;
  }
}
.cat_list.case .button_box button {
  width: 18%;
}
.cat_list button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cat_list .button_box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .cat_list .button_box {
    flex-wrap: wrap;
  }
}
.cat_list .button_box a {
  flex: 1;
  display: block;
  background: #ffffff;
  color: #004098;
  border: 1px solid #004098;
  padding: 1rem;
  text-align: center;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .cat_list .button_box a {
    width: 48%;
    flex: auto;
    margin: 0 0 1% 0;
    font-size: 1rem;
    font-weight: bold;
  }
}
.cat_list .button_box a:hover {
  background: #004098;
  color: #ffffff;
}
.cat_list .button_box a:after {
  color: #999;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f123";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.cat_list .button_box a.active {
  background: #004098;
  color: #ffffff;
}

.cat {
  text-align: center;
  padding: 0 1rem;
}
.cat.cat01 {
  background: #5891E0;
  color: #ffffff;
}
.cat.cat02 {
  background: #004098;
  color: #ffffff;
}

.news_main dl {
  display: flex;
  padding: 2rem;
  border-bottom: 1px solid #eee;
  position: relative;
}
.news_main dl a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.news_main dl:hover {
  background: #fafafa;
}
.news_main dl dt {
  width: 14rem;
}
.news_main dl dd {
  display: flex;
  flex: 1;
  padding: 0 0 0 2rem;
}
.news_main dl dd span {
  width: 10rem;
  margin: 0 1rem 0 0;
  font-weight: bold;
}

.next_back {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .next_back {
    margin: 2rem 0 0 0;
    flex-wrap: wrap;
  }
}
.next_back .prev, .next_back .next {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .next_back .prev, .next_back .next {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
.next_back .prev .btn a, .next_back .next .btn a {
  display: block;
  padding: 1rem 3rem;
  color: #004098;
  border: 1px solid #004098;
  text-align: center;
  position: relative;
}
.next_back .prev .btn a:hover, .next_back .next .btn a:hover {
  background: #004098;
  color: #ffffff;
}
.next_back .prev .btn a:before {
  color: #999;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f124";
  font-size: 10px;
  font-size: 1rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.next_back .next .btn a:before {
  color: #999;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f125";
  font-size: 10px;
  font-size: 1rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.next_back .list {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .next_back .list {
    margin: 0 0 1rem 0;
  }
}
.next_back .list ul {
  display: flex;
  justify-content: center;
}
.next_back .list ul li {
  margin: 0 1rem;
}
.next_back .list ul li a {
  display: block;
  border: 1px solid #004098;
  background: #ffffff;
  color: #004098;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
@media only screen and (max-width: 768px) {
  .next_back .list ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.next_back .list ul li a:hover {
  background: #004098;
  color: #ffffff;
}

.data {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  margin: 0 0 5rem 0;
}
.data .date {
  font-weight: bold;
  margin: 0 2rem 0 0;
}

.news_main_contents p {
  margin: 0 0 2em 0;
}
.news_main_contents p b, .news_main_contents p strong {
  font-weight: bold !important;
}
.news_main_contents p em {
  font-style: italic !important;
}
.news_main_contents .image {
  margin: 0 0 2em 0;
}
.news_main_contents img {
  width: auto;
}

.related {
  margin: 3rem 0 0 0;
}
.related h3 {
  border-bottom: 1px solid #004098;
  color: #004098;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  font-size: 20px;
  font-size: 2rem;
}
.related ul li a:hover {
  text-decoration: underline;
}

#sitemap .footer_link {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 0;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #sitemap .footer_link {
    margin: 0;
    display: block;
  }
}
#sitemap .footer_link .box {
  width: 24%;
  padding: 0 0 0 2rem;
}
@media only screen and (max-width: 768px) {
  #sitemap .footer_link .box {
    width: 100%;
    padding: 0;
  }
}
#sitemap .footer_link .box .main_link {
  margin: 0 0 3.4rem 0;
  padding: 0 0 0 2rem;
}
#sitemap .footer_link .box .main_link p.main_i {
  margin: 0 0 1rem 0;
  letter-spacing: 0.1em;
}
#sitemap .footer_link .box .main_link p {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
}
#sitemap .footer_link .box .main_link p:before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #004098;
  margin: 0 0.5rem 0 0;
}
#sitemap .footer_link .box .main_link p a:hover {
  text-decoration: underline;
}
#sitemap .footer_link .box ul li a {
  display: block;
  padding: 0.5rem 0;
}
#sitemap .footer_link .box ul li a:hover {
  text-decoration: underline;
}

section.contents {
  padding: 0 3%;
}
@media only screen and (max-width: 768px) {
  section.contents {
    padding: 3%;
  }
}
section.contents.big .c_main {
  transform: translateY(-30rem);
}
section.contents .c_main {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  max-width: 1200px;
  width: 100%;
  margin: -10rem auto 3rem auto;
  z-index: 33;
  padding: 7rem;
}
@media only screen and (max-width: 768px) {
  section.contents .c_main {
    padding: 3rem 5%;
    margin: 0;
  }
}
section.contents .c_main.nop {
  padding: 7rem 0;
}
@media only screen and (max-width: 768px) {
  section.contents .c_main.nop {
    padding: 0;
    margin: 0 auto 2rem auto;
  }
}
section.contents .c_main.nop .inner {
  padding: 0 7rem;
}
@media only screen and (max-width: 768px) {
  section.contents .c_main.nop .inner {
    padding: 5%;
  }
}
section.contents .c_main.nop .inner.narrow {
  padding: 10%;
}
@media only screen and (max-width: 768px) {
  section.contents .c_main.nop .inner.narrow {
    padding: 5%;
  }
}
section.contents .c_main.second {
  margin: 5rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  section.contents .c_main.second {
    margin: 2rem auto 0 auto;
  }
}
section.contents .c_main.second p.rinen {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  section.contents .c_main.second p.rinen {
    font-size: 1.4rem;
    text-align: left;
  }
  section.contents .c_main.second p.rinen br {
    display: none;
  }
}
section.contents .title h1 {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  color: #004098;
  border-bottom: 1px solid #eee;
  padding: 0 0 1rem 0;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.contents .title h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0 5rem 1rem 0;
  }
  section.contents .title h1 br {
    display: none;
  }
}
section.contents .title h1.nom {
  margin: 0;
}
section.contents .title h1:before {
  width: 10px;
  height: 100%;
  background: #004098;
  content: "";
  position: absolute;
  left: -7rem;
}

#page-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #004098;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffffff;
}
#page-top:hover {
  opacity: 0.85;
}
#page-top i {
  color: #004098;
}
#page-top.is-hidden {
  display: none;
}
#page-top a {
  display: block;
}

img {
  vertical-align: bottom;
  line-height: 0;
}

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

img[src$=".svg"], img {
  width: 100%;
}

#pan {
  background: #ffffff;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  #pan {
    display: none;
  }
}
#pan .inner {
  padding: 0 5%;
}
#pan ul {
  display: flex;
  align-items: center;
}
#pan ul li {
  font-size: 12px;
  font-size: 1.2rem;
}
#pan ul li a {
  display: block;
  position: relative;
  padding: 0 3rem 0 0;
}
#pan ul li a:hover {
  color: #004098;
  text-decoration: underline;
}
#pan ul li a:after {
  color: #999;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f125";
  font-size: 10px;
  font-size: 1rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}

.cta {
  background: #eee;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  .cta {
    padding: 5%;
  }
}
.cta .cta_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .cta .cta_flex {
    display: block;
  }
}
.cta .cta_flex .box {
  width: 50%;
  color: #ffffff;
  position: relative;
  padding: 5rem 6rem;
}
@media only screen and (max-width: 768px) {
  .cta .cta_flex .box {
    width: 100%;
    padding: 2rem 6rem 2rem 2rem;
    display: block;
  }
}
.cta .cta_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.cta .cta_flex .box h4 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 2rem 0;
  text-align: center;
  justify-content: center;
}
.cta .cta_flex .box h4:after {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .cta .cta_flex .box h4 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 1rem 0;
    justify-content: flex-start;
  }
}
.cta .cta_flex .box p {
  padding: 1rem 0;
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta .cta_flex .box p {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.cta .cta_flex .box:after {
  color: #fff;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f125";
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.cta .cta_flex .box.s {
  background: #0043AF;
}
.cta .cta_flex .box.s:hover {
  background: #0049be;
}
.cta .cta_flex .box.s h4 {
  position: relative;
  display: flex;
  align-items: center;
}
.cta .cta_flex .box.s h4:after {
  color: #ffffff;
  margin: 0 0 0 1rem;
  font-family: 'Flaticon';
  content: "\f100";
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
@media only screen and (max-width: 768px) {
  .cta .cta_flex .box.s h4:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.cta .cta_flex .box.t {
  background: #007BD5;
}
.cta .cta_flex .box.t:hover {
  background: #0084e4;
}
.cta .cta_flex .box.t h4 {
  position: relative;
  display: flex;
  align-items: center;
}
.cta .cta_flex .box.t h4:after {
  color: #ffffff;
  margin: 0 0 0 1rem;
  font-family: 'Flaticon';
  content: "\f101";
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
@media only screen and (max-width: 768px) {
  .cta .cta_flex .box.t h4:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h3.normal_h3 {
  background: #004098;
  color: #ffffff;
  padding: 2rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  h3.normal_h3 {
    padding: 1.2rem 0;
    margin: 0 0 1rem 0;
  }
}
h3.normal_h3 span {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
}
h3.normal_h3 span:before {
  margin: 0 1rem 0 0;
  width: 2rem;
  height: 1px;
  background: #ffffff;
  content: "";
}

.back_btn {
  text-align: center;
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .back_btn {
    margin: 2rem auto 2rem auto;
    width: 90%;
  }
}
.back_btn a {
  display: inline-block;
  padding: 2rem 10rem;
  position: relative;
  color: #004098;
  border: 1px solid #004098;
}
@media only screen and (max-width: 768px) {
  .back_btn a {
    display: block;
    padding: 2rem 0;
  }
}
.back_btn a:hover {
  background: #004098;
  color: #ffffff;
}
.back_btn a:hover:after {
  color: #ffffff;
}
.back_btn a:after {
  color: #004098;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f124";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}

.dcat {
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .dcat {
    width: 10rem;
    height: 10rem;
  }
}
.dcat.cat01:after {
  background: rgba(0, 76, 152, 0.9);
}
.dcat.cat02:after {
  background: rgba(0, 29, 152, 0.9);
}
.dcat.cat03:after {
  background: rgba(7, 112, 217, 0.9);
}
.dcat.cat04:after {
  background: rgba(0, 88, 152, 0.9);
}
.dcat.cat05:after {
  background: rgba(14, 54, 93, 0.9);
}
.dcat p {
  position: relative;
  z-index: 9;
  color: #ffffff;
  padding: 1.5rem 3rem 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .dcat p {
    font-size: 1rem;
    padding: 0.5rem 1rem 0 0;
  }
}
.dcat:after {
  display: block;
  position: absolute;
  width: 150%;
  height: 120%;
  top: -65%;
  right: -70%;
  content: "";
  z-index: 3;
  background: #004098;
  transform: rotate(40deg);
}

.case_flex_under {
  *zoom: 1;
  margin: 0 0 0 -3.3%;
}
.case_flex_under:after {
  content: "";
  display: table;
  clear: both;
}
.case_flex_under .box {
  float: left;
  width: 30%;
  position: relative;
  border: 1px solid #eee;
  padding: 2rem;
  overflow: hidden;
  margin: 0 0 5rem 3.3%;
}
@media only screen and (max-width: 768px) {
  .case_flex_under .box {
    width: 100%;
    float: none;
    margin: 0 0 2rem 0;
  }
}
.case_flex_under .box a.big {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.case_flex_under .box a.big:after {
  display: none;
}
.case_flex_under .box .animate_btn a {
  padding: 1rem 4rem 1rem 2rem;
}
.case_flex_under .box:hover {
  border: 1px solid #ccc;
}
.case_flex_under .box:hover.cat01 {
  border: 1px solid #004C98;
}
.case_flex_under .box:hover.cat02 {
  border: 1px solid #001D98;
}
.case_flex_under .box:hover.cat03 {
  border: 1px solid #0770D9;
}
.case_flex_under .box:hover.cat04 {
  border: 1px solid #005898;
}
.case_flex_under .box:hover .animate_btn a:before {
  width: 100%;
  left: 0;
}
.case_flex_under .box .cate {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.case_flex_under .box .cate.cat01:after {
  background: rgba(0, 76, 152, 0.9);
}
.case_flex_under .box .cate.cat02:after {
  background: rgba(0, 29, 152, 0.9);
}
.case_flex_under .box .cate.cat03:after {
  background: rgba(7, 112, 217, 0.9);
}
.case_flex_under .box .cate.cat04:after {
  background: rgba(0, 88, 152, 0.9);
}
.case_flex_under .box .cate.cat05:after {
  background: rgba(14, 54, 93, 0.9);
}
.case_flex_under .box .cate p {
  position: relative;
  z-index: 9;
  color: #ffffff;
  padding: 1rem 0 0 1.5rem;
  font-size: 12px;
  font-size: 1.2rem;
}
.case_flex_under .box .cate:after {
  display: block;
  position: absolute;
  width: 130%;
  height: 130%;
  top: -65%;
  left: -65%;
  content: "";
  z-index: 3;
  background: #004098;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .case_flex_under .box .readmore .animate_btn a {
    display: block;
    padding: 1rem 4rem 1rem 2rem !important;
  }
}
.case_flex_under .box .image {
  margin: 0 0 2rem 0;
}
.case_flex_under .box .image img {
  object-fit: cover;
  height: 170px;
}
.case_flex_under .box .company {
  font-weight: bold;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #eee;
}
.case_flex_under .box .exp {
  padding: 0 0 5rem 0;
}
.case_flex_under .box .animate_btn {
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  z-index: 999;
  font-weight: bold;
  color: #004098;
}
.case_flex_under .box .animate_btn a {
  font-size: 12px;
  font-size: 1.2rem;
}
.case_flex_under .box .animate_btn a:hover {
  color: #004098;
}
.case_flex_under .box .animate_btn a:hover span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #004098;
}
.case_flex_under .box .animate_btn a:before {
  background: #333;
}

.case_main {
  max-width: 840px;
  margin: auto;
}
.case_main .block {
  margin: 0 0 8rem 0;
}
@media only screen and (max-width: 768px) {
  .case_main .block {
    margin: 0 0 2rem 0;
  }
}
.case_main img {
  width: auto;
  min-width: 600px;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .case_main img {
    min-width: 0;
    max-width: 100%;
  }
}
.case_main p {
  margin: 0 0 2rem 0;
}
.case_main h2 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .case_main h2 {
    font-size: 1.4rem;
  }
}
.case_main h3.case_title {
  color: #004098;
  font-weight: bold;
  position: relative;
  border-left: 3px solid #004098;
  padding: 2rem;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .case_main h3.case_title {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    padding: 1rem 0 1rem 2rem;
  }
}
.case_main h4.case_titleh4 {
  color: #004098;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #004098;
  padding: 2rem 2rem 2rem 5rem;
  margin: 0 0 3rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .case_main h4.case_titleh4 {
    padding: 1rem 1rem 1rem 5rem;
  }
}
.case_main h4.case_titleh4:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #004098 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.case_main table {
  width: 100%;
  border-bottom: 1px solid #004098;
  border-left: 1px solid #004098;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .case_main table {
    margin: 0 0 3rem 0;
  }
}
.case_main table th, .case_main table td {
  padding: 2rem;
  border-right: 1px solid #004098;
  border-top: 1px solid #004098;
}
@media only screen and (max-width: 768px) {
  .case_main table th, .case_main table td {
    padding: 1rem;
  }
}
.case_main table th {
  font-weight: bold;
  color: #004098;
  width: 25%;
  text-align: left;
  border-right: 1px solid #004098;
}
@media only screen and (max-width: 768px) {
  .case_main table th {
    width: 30%;
  }
}

.last_btn .inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .last_btn .inner {
    display: block;
  }
}
.last_btn .inner .box {
  width: 48%;
  background: #F7FBFF;
  padding: 5rem;
}
@media only screen and (max-width: 768px) {
  .last_btn .inner .box {
    width: 100%;
    padding: 1.4rem;
    margin: 0 0 1rem 0;
  }
}
.last_btn .inner .box h5 {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
}
.last_btn .inner .box h5:before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #000;
  margin: 0 1rem 0 0;
}
.last_btn .inner .box .btn a {
  display: block;
  background: #ffffff;
  text-align: center;
  color: #004098;
  border: 1px solid #004098;
  position: relative;
  padding: 2rem 0;
}
.last_btn .inner .box .btn a:hover {
  background: #004098;
  color: #ffffff;
}
.last_btn .inner .box .btn a:hover:after {
  color: #ffffff;
}
.last_btn .inner .box .btn a:after {
  color: #004098;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  line-height: 1.2;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}

.other_block {
  margin: 0 0 5rem 0;
}
.other_block h3 {
  color: #004098;
  border-bottom: 1px solid #004098;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
  font-size: 20px;
  font-size: 2rem;
}
.other_block h4 {
  font-weight: bold;
  margin: 2rem 0;
}
.other_block p {
  margin: 0 0 2rem 0;
  padding: 0 0 0 1em;
}
.other_block ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 1em 0;
}

.contact_lead {
  margin: 0 0 3rem 0;
}
.contact_lead p {
  margin: 0 0 1rem 0;
}
.contact_lead p:last-child {
  margin: 0;
}
.contact_lead p.big {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .contact_lead p.big {
    font-size: 1.6rem;
  }
}

.contact_chui {
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  margin: 0 0 3rem 0;
}
.contact_chui.thanks {
  padding: 3rem 0;
}
.contact_chui .tel {
  font-size: 30px;
  font-size: 3rem;
}

.contact_form h2 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #004098;
  margin: 0 0 2rem 0;
  background: #004098;
  color: #ffffff;
  text-align: center;
  padding: 1rem 0;
}
.contact_form .contact_lead ul {
  margin: 0 0 5rem 0;
}
.contact_form .contact_lead ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.contact_form .privacy_box {
  background: #fafafa;
  padding: 3rem;
}
.contact_form .privacy_box h3 {
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.contact_form .privacy_box p {
  font-weight: normal;
}
.contact_form .privacy_box p a {
  color: #004098;
  text-decoration: underline;
}

.wpcf7 p {
  margin: 0 0 3rem 0;
}

/* 必須マーク */
.must {
  color: #fff;
  margin-right: 10px;
  padding: 3px 10px;
  background: #F92931;
}
@media only screen and (max-width: 768px) {
  .must {
    padding: 3px 1rem;
  }
}

/* 任意マーク */
.free {
  color: #fff;
  margin-right: 10px;
  padding: 3px 10px;
  background: #424242;
  border-radius: 20px;
}

/* 項目名を太字にする */
form p {
  font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.26);
}

/* 必須項目の入力欄を黄色にする */
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.26);
}

.submit_button {
  width: 400px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .submit_button {
    width: 100%;
  }
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  width: 100%;
  height: 80px;
  background: #fff;
  border: 1px solid #004098;
  color: #004098;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}
input.wpcf7-submit:hover {
  background: #004098;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  input.wpcf7-submit {
    height: 54px;
  }
}
@media only screen and (max-width: 768px) {
  input.wpcf7-submit {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

h2.normal_h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #eee;
  margin: 0 0 2rem 0;
  padding: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  h2.normal_h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
  }
}
h2.normal_h2 span {
  display: inline-block;
  position: relative;
}
h2.normal_h2 span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #004098;
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
}

table.checkbox_table {
  width: 100%;
  margin: 0 0 5rem 0;
}
table.checkbox_table th, table.checkbox_table td {
  padding: 2rem;
  border-bottom: 1px solid #ccc;
}
table.checkbox_table th {
  background: #fafafa;
  width: 25%;
  text-align: left;
  vertical-align: top;
}
table.checkbox_table td .layout {
  display: flex;
  flex-wrap: wrap;
}
table.checkbox_table td .layout .col{
  width: 50%;
}

@media only screen and (max-width: 768px) {
  table.checkbox_table th, table.checkbox_table td {
    width: 100%;
    display: block;
  }
  table.checkbox_table th {
    width: 100%;
  }
  table.checkbox_table td .layout .col{
    width: 100%;
  }
}

.notfound .inner {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .notfound .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .notfound .detail_btn {
    text-align: center;
  }
}
.notfound .detail_btn .btn {
  position: relative;
  padding: 1.4rem 5rem;
  background: #004098;
  color: #ffffff;
  display: inline-block;
  justify-content: center;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .notfound .detail_btn .btn {
    display: block;
    width: 80%;
    margin: auto;
    padding: 1.5rem 0;
  }
}
.notfound .detail_btn .btn a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.notfound .detail_btn .btn:hover {
  background: #004bb2;
}
.notfound .detail_btn .btn p.txt {
  white-space: nowrap;
}
.notfound .detail_btn .btn .yaji {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.errorpage {
  padding: 10rem 0;
  text-align: center;
}
.errorpage h2 {
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.errorpage .txtb p.en {
  color: #004098;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0;
}
.errorpage .txtb p {
  margin: 0 0 5rem 0;
}

.table_detail {
  background: #eee;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.4rem;
  margin: 1rem 0;
}


#bim .data_select h3{
  font-weight: bold;
}

#bim .attention{
  margin-bottom: 5rem;
}

#bim .attention ul{
  padding-left: 25px;
}

#bim .attention ul li{
  font-size: 1.4rem;
  list-style: disc;
}

#bim .form-row{
  margin-bottom: 3rem;
}

#bim .form-row h3{
  font-weight: bold;
}

#bim .form-row input[type=text], 
#bim .form-row textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
}

#bim .data_select .inputs{
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
}

#bim .data_select .inputs .col{
  position: relative;
  width: 48%;
  display: flex;
  align-items: center;
}

#bim .data_select .inputs .col label{
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  padding: 8px 15px 8px 38px;
  background-color: #eee;
  border-radius: 6px;
}

#bim .data_select .inputs .col input[type=checkbox]:disabled + label{
  color: #aaa;
  cursor: default;
}

#bim .data_select .inputs .col input[type=checkbox]{
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 18px;
}

#bim input[type=submit]{
  width: 100%;
  height: 80px;
  background: #fff;
  border: 1px solid #004098;
  color: #004098;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}

#bim .privacy_box p{
  margin-bottom: 3rem;
}

#bim input[type=submit]:hover {
  background: #004098;
  color: #ffffff;
}

#bim .error-box{
  color: red;
  font-weight: 600;
  display: block;
}

#bim input.required{
  background: rgba(255, 255, 142, 0.26);
}

#bim #errormessage{
  color: red;
  border: 3px solid red;
  padding: 8px;
  margin-bottom: 3rem;
}

#bim #errormessage .text-error{
  display: block;
}

.grecaptcha-badge{
  position: relative;
  z-index: 50;
  bottom: 75px !important;
}