@charset "UTF-8";
/*default*/
/* https://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,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");
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;
}

.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;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  right: 5rem;
  top: 5rem;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  border: 0;
  font-weight: 100;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*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: 15px;
  font-size: 1.5em;
  line-height: 1.75;
  color: #333;
}
@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;
}

.en {
  font-family: 'Roboto Condensed', sans-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: #858B9B;
}
.anim_box span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: #858B9B;
  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 {
  text-align: center;
}
.animate_btn.rv a:after {
  color: #195DAA;
  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 a {
  display: inline-block;
  background: #ffffff;
  color: #195DAA;
  border: 1px solid #195DAA;
  padding: 3rem 10rem;
  position: relative;
  margin: 0 0 5rem 0;
  transition: all .3s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .animate_btn a {
    background: #195DAA;
    color: #ffffff;
    padding: 1.5rem 0;
    white-space: nowrap;
    width: 50%;
    margin: 0 auto 3rem auto;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 3vw;
    font-weight: bold;
  }
}
.animate_btn a:before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #0a3e6f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0a3e6f 0%, #0c65b5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3e6f', endColorstr='#0c65b5',GradientType=1 );
  /* IE6-9 */
  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 {
  color: #195DAA;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 2rem;
  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: 1rem;
    color: #ffffff;
  }
}
.animate_btn a span {
  position: relative;
  z-index: 99;
}
.animate_btn a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover {
    color: #195DAA;
  }
}
.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;
}
.animate_btn a:hover:after {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover:after {
    color: #ffffff;
  }
}

@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: #858B9B;
  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: #195DAA;
  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: #195DAA;
}
@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;
}

header {
  padding: 2rem;
  position: absolute;
  width: 100%;
  z-index: 9998;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 1rem;
    background: #ffffff;
    position: fixed;
    width: 100%;
  }
}
header .h_inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  header .h_inner {
    justify-content: space-between;
    width: 100%;
  }
}
header .h_inner #logo {
  width: 160px;
  padding: 0 0 0 1rem;
}
header .h_inner #logo p.en {
  color: #555;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  header .h_inner #logo p.en {
    color: #ABB6C9;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  header .h_inner #logo {
    width: 120px;
  }
}

.entry_btn_top {
  position: fixed;
  z-index: 9;
  right: 14rem;
  top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .entry_btn_top {
    right: 8rem;
    position: static;
    margin: 0 0.5rem 0 0;
  }
}
.entry_btn_top a {
  background: #195DAA;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 0.6rem 4rem;
  width: 140px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .entry_btn_top a {
    padding: 0.6rem 1.3rem;
    width: auto;
  }
}
.entry_btn_top a:hover {
  background: #1c69c0;
  color: #ffffff;
}

.mypage_btn_top {
  position: fixed;
  z-index: 9;
  right: 30rem;
  top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .mypage_btn_top {
    right: 8rem;
    position: static;
    margin: 0 1rem 0 0;
  }
}
.mypage_btn_top a {
  background: #1B867A;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 0.6rem 4rem;
  width: 140px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .mypage_btn_top a {
    padding: 0.6rem 1rem;
    width: auto;
  }
}
.mypage_btn_top a:hover {
  background: #1f9b8d;
  color: #ffffff;
}

#entry_btn_main {
  position: fixed;
  right: 10rem;
  top: 6rem;
  background: #ffffff;
  padding: 1rem 2rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  visibility: hidden;
  transition: all .3s ease;
  opacity: 0;
  transform: translateY(-2rem);
  -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);
}
@media only screen and (max-width: 768px) {
  #entry_btn_main {
    right: 0;
    padding: 1rem;
  }
}
#entry_btn_main.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#entry_btn_main .inner {
  display: flex;
  justify-content: space-between;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  #entry_btn_main .inner {
    width: 100%;
  }
}
#entry_btn_main .inner .box {
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #entry_btn_main .inner .box {
    padding: 0;
  }
}
#entry_btn_main .inner .box:hover {
  opacity: 0.85;
}
#entry_btn_main .inner .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}

.header {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header .others {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
  }
}
.header #menu {
  position: fixed;
  top: 2rem;
  right: 5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header #menu {
    right: 2rem;
    position: static;
  }
}
.header #menu .en {
  font-weight: 600;
  margin: 0 1rem 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .header #menu .en {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
  }
}
.header #menu .humberger {
  width: 8px;
  transition: all .3s ease;
}
.header #menu .humberger span {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  margin: 0 0 0.6rem 0;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .header #menu .humberger span {
    width: 4px;
    height: 4px;
  }
}
.header #menu:hover .en, .header #menu.is-active .en {
  margin: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .header #menu:hover .en, .header #menu.is-active .en {
    margin: 0 1rem 0 0;
  }
}
.header #menu:hover .humberger, .header #menu.is-active .humberger {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  .header #menu:hover .humberger, .header #menu.is-active .humberger {
    transform: none;
  }
}
.header__menu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transform-origin: bottom left;
}
.header__menu__line {
  height: 33px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
}
.header__menu__line span {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #333;
  display: block;
  transition: .6s;
  position: absolute;
}
.header__menu__line span:first-child {
  top: 0;
}
.header__menu__line span:nth-child(2) {
  top: 13px;
}
.header__menu__line span:last-child {
  bottom: 0;
}
.header__menu__line.is-active {
  display: flex;
  justify-content: space-between;
  transform: rotate(90deg);
}
.header__menu__line.is-active span {
  display: block;
}
.header__menu:hover span {
  background: #E8F4FF;
}

#gnav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  visibility: hidden;
}
#gnav_wrap .entry_btn {
  position: relative;
  z-index: 9;
  opacity: 0;
}
#gnav_wrap .entry_btn a {
  background: #195DAA;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 1rem 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#gnav_wrap .entry_btn a:hover {
  background: #165194;
}
#gnav_wrap.is-active .entry_btn {
  opacity: 1;
}
#gnav_wrap.is-active .close_btn .wrap {
  transform: translateY(0);
  opacity: 1;
}
#gnav_wrap.is-active .nav_left .bgb {
  transform: translateY(0);
}
#gnav_wrap.is-active .nav_left .logo {
  opacity: 1;
  margin: 0 0 5rem 0;
}
#gnav_wrap.is-active .nav_left p.en {
  font-weight: 500;
  color: #333;
}
#gnav_wrap.is-active .insner {
  opacity: 1;
  transition-delay: .3s;
}
#gnav_wrap .close_btn {
  position: absolute;
  top: 2rem;
  right: 5rem;
  z-index: 9999;
  cursor: pointer;
  overflow: hidden;
  color: #195DAA;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .close_btn {
    top: 1rem;
    right: 1rem;
  }
}
#gnav_wrap .close_btn .wrap {
  display: flex;
  align-items: center;
  transform: translateY(100%);
  transition: all .3s ease;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .close_btn .wrap {
    display: block;
  }
}
#gnav_wrap .close_btn .en {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 1rem 0 0;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .close_btn .en {
    font-size: 10px;
    font-size: 1rem;
  }
}
#gnav_wrap .close_btn .image {
  width: 24px;
}
#gnav_wrap .close_btn:hover {
  opacity: 0.8;
}
#gnav_wrap .nav_left {
  width: 20%;
  position: relative;
  z-index: 9999;
  transition: all .3s ease;
  transition-delay: .3s;
  padding: 10rem 5rem;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .nav_left {
    display: none;
  }
}
#gnav_wrap .nav_left .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #ffffff;
  transform: translateY(-100%);
}
#gnav_wrap .nav_left .logo {
  position: relative;
  z-index: 9;
  opacity: 0;
  transition: all .3s ease;
}
#gnav_wrap .nav_left .logo p {
  padding: 1rem 0 0 0;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  color: #195DAA;
}
#gnav_wrap .nav_right {
  width: 80%;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .nav_right {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    top: 0;
    overflow-y: auto;
    display: block;
  }
}
#gnav_wrap.is-active {
  visibility: visible;
}
#gnav_wrap .bgb {
  background: #647086;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  transform: translateY(-100%);
  transition: all .5s ease;
}
#gnav_wrap .bgb.is-active {
  transform: translateY(0%);
}
#gnav_wrap .insner {
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  position: relative;
  min-height: 400px;
  top: 15vh;
  opacity: 0;
  transition-delay: 0s;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner {
    display: block;
  }
}
#gnav_wrap .insner .box {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box {
    width: 100%;
  }
}
#gnav_wrap .insner .box .title {
  color: #ffffff;
  margin: 0 0 2rem 0;
  border-bottom: 1px dotted #ffffff;
  padding: 0 0 0.5rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box .title {
    position: relative;
    margin: 0;
    padding: 1rem 0;
  }
  #gnav_wrap .insner .box .title:after {
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 4%;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f218";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
    transform: rotate(0deg);
    transition: all .3s;
    color: #fff;
  }
}
#gnav_wrap .insner .box .title p.en {
  font-weight: 200;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box .title p.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#gnav_wrap .insner .box .title p.en span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box .title p.en span {
    display: inline-block;
  }
}
#gnav_wrap .insner .box .title p.jp {
  font-size: 14px;
  font-size: 1.4rem;
}
#gnav_wrap .insner .box ul {
  margin: 0 0 5rem 0;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box ul {
    transition: none;
    display: none;
    opacity: 1;
    margin: 0;
    padding: 1rem;
    background: #ffffff;
  }
}
#gnav_wrap .insner .box ul li {
  margin: 0 0 0.5rem 0;
  overflow: hidden;
}
#gnav_wrap .insner .box ul li.coming a {
  cursor: default;
  opacity: 0.4;
}
#gnav_wrap .insner .box ul li.coming a:hover {
  transform: none;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box ul li {
    border-bottom: 1px solid #999;
  }
  #gnav_wrap .insner .box ul li:last-child {
    border-bottom: none;
  }
}
#gnav_wrap .insner .box ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: all .3s ease;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box ul li a {
    transition: none;
    padding: 1rem;
    position: relative;
    color: #333;
  }
  #gnav_wrap .insner .box ul li a:after {
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 4%;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f125";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
    transform: rotate(0deg);
    transition: all .3s;
    color: #333;
  }
}
#gnav_wrap .insner .box ul li a:hover {
  transform: translateX(0.5em);
  opacity: 0.85;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box ul li a:hover {
    transform: none;
  }
}

footer {
  display: none;
  background: #284571;
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 2rem 0;
  }
}
footer .inner {
  margin: auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .inner {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .inner .flink {
    text-align: center;
    margin: 0 0 2rem 0;
  }
  footer .inner .flink a {
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 0 0;
  }
}
footer .inner .fnav ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .inner .fnav ul {
    display: block;
  }
}
footer .inner .fnav ul li:first-child a {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  footer .inner .fnav ul li:first-child a {
    border-top: 1px solid #ccc;
  }
}
footer .inner .fnav ul li a {
  display: block;
  color: #555;
  padding: 0 3rem;
  font-size: 12px;
  font-size: 1.2rem;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
@media only screen and (max-width: 768px) {
  footer .inner .fnav ul li a {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    text-align: center;
  }
}
footer .inner .fnav ul li a:hover {
  color: #195DAA;
}
footer .footer_up {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_up {
    display: block;
  }
}
footer .footer_up .logo {
  width: 40%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .footer_up .logo {
    width: 100%;
    justify-content: center;
    margin: 0 0 2rem 0;
  }
}
footer .footer_up .logo .image {
  width: 120px;
  margin: 0 2rem 0 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_up .logo .image {
    width: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_up .em_nav {
    margin: 0;
    width: 100%;
  }
}
footer .footer_up .em_nav ul {
  justify-content: space-between;
}
footer .footer_up .em_nav ul li {
  width: 48%;
}
footer .footer_up .em_nav ul li a {
  padding: 1rem 0;
  border: none;
  border: 1px solid #ccc;
}
footer .footer_down {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_down {
    display: none;
  }
}
footer .footer_down .box {
  width: 20%;
}
footer .footer_down .box .title {
  margin: 0 0 1rem 0;
  position: relative;
}
footer .footer_down .box .title:after {
  content: '';
  display: block;
  margin: 1rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #195DAA;
}
footer .footer_down .box .title p.en {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #195DAA;
}
footer .footer_down .box .title p.jp {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .footer_down .box ul li a {
  padding: 0.5rem 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .footer_end {
  padding: 2rem 0;
}
footer .footer_end .inner {
  margin: auto;
  padding: 0 5%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner .f_nav {
    margin: 0 0 2rem 0;
  }
}
footer .footer_end .inner .f_nav ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner .f_nav ul {
    justify-content: center;
  }
}
footer .footer_end .inner .f_nav ul li {
  border-left: none;
}
footer .footer_end .inner .f_nav ul li a {
  display: block;
  padding: 0 2rem;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner .f_nav ul li a {
    font-size: 3vw;
    padding: 0 1rem;
  }
}
footer .footer_end .inner .f_nav ul li a:hover {
  color: #fff;
}
footer .footer_end .inner .f_nav ul li:first-child {
  border-left: 1px solid #555;
}
footer .footer_end .inner .f_nav ul li + li {
  border-left: none;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
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;
  }
}

#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: #195DAA;
  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: #195DAA;
  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: #195DAA;
  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: 13/01/2020 13:53
*/
@font-face {
  font-family: "Flaticon";
  src: url("../img/newgradu/font/Flaticon.eot");
  src: url("../img/newgradu/font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../img/newgradu/font/Flaticon.woff2") format("woff2"), url("../img/newgradu/font/Flaticon.woff") format("woff"), url("../img/newgradu/font/Flaticon.ttf") format("truetype"), url("../img/newgradu/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("../img/newgradu/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-tablet:before {
  content: "\f100";
}

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

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

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

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

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

.flaticon-university:before {
  content: "\f106";
}

.flaticon-planet-earth:before {
  content: "\f107";
}

.flaticon-agendas:before {
  content: "\f108";
}

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

#page-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #195DAA;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffffff;
}
#page-top:hover {
  opacity: 0.85;
}
#page-top i {
  color: #195DAA;
}
#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%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: system-ui, "Hiragino Sans", BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  font-size: 15px;
  font-size: 1.5em;
  line-height: 1.75;
  color: #333;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

#hero {
  position: relative;
  height: 85vh;
  width: 100%;
  min-height: 600px;
  background: #fafafa;
}
@media only screen and (max-width: 768px) {
  #hero {
    min-height: 0;
    height: 60vh;
  }
}

.bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  z-index: 0;
  background: #ABB6C9;
}

.bgb02 {
  display: block;
  position: absolute;
  width: 1vw;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  z-index: 0;
  background: #E2FF00;
}

.bgb03 {
  display: block;
  position: absolute;
  width: 16vw;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  z-index: 0;
  background: #93B0B9;
}

.bgb04 {
  display: block;
  position: absolute;
  width: 16vw;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  z-index: 0;
  background: #C4BCB0;
}

.bgb05 {
  display: block;
  position: absolute;
  width: 1vw;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  z-index: 0;
  background: #FF00A7;
}

.bgb06 {
  display: block;
  position: absolute;
  width: 15vw;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  z-index: 0;
  background: #E2FF00;
}

.bgb07 {
  display: block;
  position: absolute;
  width: 1vw;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  z-index: 0;
  background: #195DAA;
}

.copy {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  padding: 1rem;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .copy {
    top: 30%;
  }
}
.copy .in3 {
  position: absolute;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background: #ffffff;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-ms-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-moz-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.vc01 {
  width: 3600px;
  height: 280px;
  margin: 3vw 0;
  background-image: url("/recruit/img/top/vc01.svg");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 45s linear infinite;
}
@media only screen and (max-width: 768px) {
  .vc01 {
    height: 200px;
  }
}

.vc02 {
  width: 6240px;
  height: 280px;
  background-image: url("/recruit/img/top/vc02.svg");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 50s linear infinite;
  animation-direction: reverse;
}
@media only screen and (max-width: 768px) {
  .vc02 {
    height: 200px;
  }
}

.vc_box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.vc {
  opacity: 0.5;
}
.vc.vc01 {
  top: 0;
}
.vc.vc02 {
  top: 300px;
}

h1 {
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: #195DAA;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h1 span {
  display: inline-block;
  padding: 0.1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #195DAA;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  h1 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.people {
  z-index: 3;
  display: flex;
}
.people .p011 {
  width: 12vw;
  max-width: 175px;
  position: absolute;
  bottom: -7rem;
  right: 10vw;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .people .p011 {
    width: 20vw;
    bottom: -1rem;
    right: 8vw;
  }
}
.people .p012 {
  width: 15vw;
  max-width: 220px;
  position: absolute;
  bottom: -7rem;
  right: 25vw;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .people .p012 {
    width: 26vw;
    bottom: -1rem;
    right: 28vw;
  }
}
.people .p013 {
  width: 9.2vw;
  max-width: 135px;
  position: absolute;
  bottom: -7rem;
  right: 7vw;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .people .p013 {
    width: 16vw;
    bottom: -1rem;
    right: 5vw;
  }
}
.people .p014 {
  width: 14vw;
  max-width: 210px;
  position: absolute;
  bottom: -7rem;
  right: 15vw;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .people .p014 {
    width: 24vw;
    bottom: -1rem;
  }
}
.people .p015 {
  width: 14vw;
  max-width: 200px;
  position: absolute;
  bottom: -7rem;
  right: 30vw;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .people .p015 {
    width: 23vw;
    bottom: -1rem;
  }
}
.people .p02 {
  width: 20vw;
  max-width: 300px;
  position: absolute;
  bottom: -10rem;
  right: 18vw;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .people .p02 {
    width: 32vw;
    bottom: -1rem;
  }
}
.people .p02.p021 {
  opacity: 0;
}
.people .p02.p022 {
  opacity: 0;
  width: 10vw;
}
@media only screen and (max-width: 768px) {
  .people .p02.p022 {
    width: 20vw;
  }
}
.people .p02.p023 {
  opacity: 0;
  width: 14vw;
}
@media only screen and (max-width: 768px) {
  .people .p02.p023 {
    width: 20vw;
  }
}

#news {
  padding: 2rem 0;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #news {
    padding: 0;
    z-index: -1;
    width: 100%;
  }
}
#news .news {
  padding: 0 7%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #news .news {
    display: block;
    padding: 0;
    width: 100%;
  }
}
#news .news .title {
  color: #333;
  margin: 0 2rem 0 0;
}
@media only screen and (max-width: 768px) {
  #news .news .title {
    background: #eee;
    color: #333;
    padding: 1rem;
    margin: 0;
  }
}
#news .news dl {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #news .news dl {
    padding: 1rem;
  }
}
#news .news dl dt {
  width: 7em;
  margin: 0 1rem 0 0;
}

.special_title {
  max-width: 1200px;
  margin: auto;
  padding: 5rem 5% 2rem 5%;
  text-align: center;
}
.special_title .icon_box {
  width: 200px;
  margin: 0 auto 1rem auto;
}
.special_title h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #ABB6C9;
}
.special_title h2.bgd {
  color: #647086;
}
@media only screen and (max-width: 768px) {
  .special_title h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.special_title h2 span {
  color: #ffffff;
}

.special02_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  padding: 0 5%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .special02_flex {
    display: block;
  }
}
.special02_flex .boxe {
  width: 50%;
  position: relative;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .special02_flex .boxe {
    width: 100%;
    padding: 4%;
    display: block;
    margin: 0 0 1rem 0;
    padding: 7% 4%;
  }
}
.special02_flex .boxe a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.special02_flex .boxe.box1 {
  background: #A9B7CE;
}
.special02_flex .boxe.box1:hover {
  background: #899cbb;
}
.special02_flex .boxe.box2 {
  background: #97B2BC;
}
.special02_flex .boxe.box2:hover {
  background: #789ba8;
}
.special02_flex .boxe.box3 {
  background: #BFB7A9;
}
.special02_flex .boxe.box3:hover {
  background: #a99f8c;
}
.special02_flex .boxe.box4 {
  background: #BE9FAD;
}
.special02_flex .boxe.box4:hover {
  background: #a98193;
}
.special02_flex .boxe .txt {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .special02_flex .boxe .txt {
    width: 70%;
    display: flex;
  }
}
.special02_flex .boxe .txt .casetitle {
  color: #ffffff;
  font-weight: 100;
  margin: 0 0 2rem 0;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .special02_flex .boxe .txt .casetitle {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 2rem 0 0;
  }
}
.special02_flex .boxe .txt .casetitle .num {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .special02_flex .boxe .txt .casetitle .num {
    font-size: 30px;
    font-size: 3rem;
  }
}
.special02_flex .boxe .txt h3 {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .special02_flex .boxe .txt h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .special02_flex .boxe .txt h3 br {
    display: none;
  }
}
.special02_flex .boxe .illust {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .special02_flex .boxe .illust {
    width: 30%;
  }
}

section#special {
  position: relative;
}
section#special .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 89%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #284571;
}
section#special .coming_box {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
}
section#special .coming_box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
}
section#special .special01_box {
  margin: 0 0 2rem 0;
}
section#special .special_entitle {
  font-size: 150px;
  font-size: 15rem;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
  font-weight: bold;
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
section#special .viewmore {
  width: 50px;
  position: absolute;
  right: 20%;
  bottom: 10%;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  section#special .viewmore {
    right: 10%;
    width: 34px;
  }
}
section#special .special02_box {
  position: relative;
}
section#special .special01_main {
  position: relative;
}
section#special .special01_main a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section#special .special01_main:hover {
  opacity: 0.85;
}
section#special .special01_main:hover .viewmore {
  right: 18%;
}
@media only screen and (max-width: 768px) {
  section#special .special01_main:hover .viewmore {
    right: 10%;
  }
}
section#special .special01_main .sp01copy {
  width: 450px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section#special .special01_main .sp01copy p {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  section#special .special01_main .sp01copy p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  section#special .special01_main .sp01copy {
    width: 70%;
    top: 40%;
  }
}
section#special .special01_main .tech-slideshow {
  height: 381px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  section#special .special01_main .tech-slideshow {
    height: 240px;
  }
}
section#special .special01_main .tech-slideshow > div {
  height: 381px;
  width: 4526px;
  background: url("/recruit/img/top/special_bg.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
  section#special .special01_main .tech-slideshow > div {
    height: 240px;
  }
}
section#special .special01_main .tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 25s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}
section.top_cont {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.top_cont {
    padding: 5rem 0;
  }
}
section.top_cont .inner {
  max-width: 1400px;
  margin: auto;
  padding: 0 5%;
}
section.top_cont .inner .cont_two_flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_two_flex {
    display: block;
  }
}
section.top_cont .inner .cont_two_flex .cont_flex {
  display: block;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_two_flex .cont_flex {
    width: 100%;
  }
}
section.top_cont .inner .cont_two_flex .cont_flex.style {
  margin: 10rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_two_flex .cont_flex.style {
    margin: 0;
  }
}
section.top_cont .inner .cont_two_flex .cont_flex .txt {
  width: 100%;
}
section.top_cont .inner .cont_two_flex .cont_flex .image {
  width: 100%;
  margin: 0 0 2rem 0;
}
section.top_cont .inner .cont_flex {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 0 3rem 0;
}
section.top_cont .inner .cont_flex a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_flex {
    display: block;
    padding: 0;
    margin: 0 0 5rem 0;
  }
}
section.top_cont .inner .cont_flex.rv {
  flex-direction: row-reverse;
}
section.top_cont .inner .cont_flex.re:hover .image img {
  transform: scale(1.05);
}
section.top_cont .inner .cont_flex .cont_en_title {
  position: absolute;
  top: -5rem;
  font-weight: bold;
  font-size: 160px;
  font-size: 16rem;
  text-shadow: 1px 1px 0 #eee,-1px 1px 0 #eee,1px -1px 0 #eee,-1px -1px 0 #eee;
  color: #ffffff;
  line-height: 1;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_flex .cont_en_title {
    font-size: 50px;
    font-size: 5rem;
  }
}
section.top_cont .inner .cont_flex .cont_en_title.right {
  right: 0;
}
section.top_cont .inner .cont_flex .cont_en_title.left {
  left: 0;
}
section.top_cont .inner .cont_flex .image {
  width: 60%;
  position: relative;
  overflow: hidden;
}
section.top_cont .inner .cont_flex .image img {
  transition: all .3s ease;
}
section.top_cont .inner .cont_flex .image:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
section.top_cont .inner .cont_flex .image:after {
  position: absolute;
  color: #ffffff;
  content: "Coming Soon";
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.top_cont .inner .cont_flex .image.re:before {
  display: none;
}
section.top_cont .inner .cont_flex .image.re:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_flex .image {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
section.top_cont .inner .cont_flex .txt {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_flex .txt {
    width: 100%;
    text-align: center;
  }
}
section.top_cont .inner .cont_flex .txt h4 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 1rem 0;
  color: #647086;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_flex .txt h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.top_cont .inner .cont_flex .txt p {
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_flex .txt p {
    margin: 0 0 2rem 0;
  }
}
section.top_cont .inner .cont_flex .txt .viewmore_btn {
  position: relative;
  display: inline-block;
}
section.top_cont .inner .cont_flex .txt .viewmore_btn a {
  border: 1px solid #195DAA;
  color: #195DAA;
  display: inline-block;
  margin: 0;
  padding: 1.4rem 2rem 1.4rem 3rem;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.top_cont .inner .cont_flex .txt .viewmore_btn a {
    padding: 1rem 2rem 1rem 3rem;
  }
}
section.top_cont .inner .cont_flex .txt .viewmore_btn a:hover {
  background: #e9ecf1;
}
section.top_cont .inner .cont_flex .txt .viewmore_btn a p {
  margin: 0 3rem 0 0;
  display: block;
}
section.top_cont .inner .cont_flex .txt .viewmore_btn a span {
  width: 20px;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

section.interview {
  position: relative;
  overflow: hidden;
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.interview {
    margin: 0 0 5rem 0;
  }
}
section.interview .cont_en_title {
  -webkit-text-stroke: 1px #ccc;
  color: transparent;
  font-weight: bold;
  font-size: 190px;
  font-size: 19rem;
  position: absolute;
  left: -4rem;
  z-index: -1;
  top: 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  section.interview .cont_en_title {
    font-size: 80px;
    font-size: 8rem;
  }
}
section.interview .inner {
  max-width: 1400px;
  margin: auto;
  padding: 0 7%;
}
section.interview .inner .title {
  text-align: center;
}
section.interview .inner .title p.en {
  color: #195DAA;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  section.interview .inner .title p.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.interview .inner .interview_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.interview .inner .box {
  width: 28%;
  position: relative;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  section.interview .inner .box {
    width: 48%;
  }
}
section.interview .inner .box:nth-of-type(2), section.interview .inner .box:nth-of-type(5) {
  margin: 8rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  section.interview .inner .box:nth-of-type(2), section.interview .inner .box:nth-of-type(5) {
    margin: 0;
  }
}
section.interview .inner .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section.interview .inner .box p.en_name {
  color: #195DAA;
  position: absolute;
  right: -2em;
  top: 16%;
}
@media only screen and (max-width: 768px) {
  section.interview .inner .box p.en_name {
    right: 0;
  }
}
section.interview .inner .box:hover .image.p01 .bgb {
  background: #dbd7be;
}
section.interview .inner .box:hover .image.p02 .bgb {
  background: #bed1db;
}
section.interview .inner .box:hover .image.p03 .bgb {
  background: #d9bedb;
}
section.interview .inner .box:hover .image.p04 .bgb {
  background: #bedbd5;
}
section.interview .inner .box:hover .image.p05 .bgb {
  background: #ffee84;
}
section.interview .inner .box:hover .image.p06 .bgb {
  background: #c2bedb;
}
section.interview .inner .box .image {
  position: relative;
  margin: 0 0 1rem 0;
}
section.interview .inner .box .image .bgb {
  transition: all .3s ease;
}
section.interview .inner .box .image.p01 .bgb {
  background: #EDEBDF;
}
section.interview .inner .box .image.p02 .bgb {
  background: #DFE8ED;
}
section.interview .inner .box .image.p03 .bgb {
  background: #ECDFED;
}
section.interview .inner .box .image.p04 .bgb {
  background: #DFEDEA;
}
section.interview .inner .box .image.p05 .bgb {
  background: #FFF5B7;
}
section.interview .inner .box .image.p06 .bgb {
  background: #E1DFED;
}
section.interview .inner .box .image .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  top: 20%;
  left: 0;
  content: "";
  z-index: -1;
  background: #eee;
}
section.interview .inner .box .txt p.name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  section.interview .inner .box .txt p.name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  section.interview .inner .box .txt p.job {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

section.company {
  background: #F0F2F4;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.company {
    padding: 3rem 0;
  }
}
section.company .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
}
section.company .title {
  text-align: center;
  margin: 0 0 3rem 0;
}
section.company .title p.en {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 0 #ccc,-1px 1px 0 #ccc,1px -1px 0 #ccc,-1px -1px 0 #ccc;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  section.company .title p.en {
    font-size: 30px;
    font-size: 3rem;
  }
}
section.company .title p.jp {
  font-weight: bold;
}
section.company .company_flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.company .company_flex {
    display: block;
  }
}
section.company .company_flex .box {
  width: 30%;
  border: 1px solid #195DAA;
  padding: 5rem 3rem;
  text-align: center;
  background: #ffffff;
  position: relative;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  section.company .company_flex .box {
    width: 100%;
    padding: 2rem 0;
    margin: 0 0 1rem 0;
  }
}
section.company .company_flex .box:hover {
  opacity: 0.65;
}
section.company .company_flex .box:hover .yaji {
  right: 0.5rem;
}
section.company .company_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section.company .company_flex .box .yaji {
  width: 30px;
  position: absolute;
  bottom: 1rem;
  transition: all .3s ease;
  right: 1rem;
}
section.company .company_flex .box p.en {
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
}
section.company .company_flex .box p.jp {
  color: #195DAA;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  section.company .company_flex .box p.jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

section.recruit, section.related {
  background: url("/recruit/img/top/rec_bg.png") 0 0 repeat-y;
  background-size: contain;
  padding: 5rem 0 10rem 0;
  min-width: 1050px;
}
@media only screen and (max-width: 768px) {
  section.recruit, section.related {
    padding: 3rem 0;
    min-width: 0;
  }
}
section.recruit .title, section.related .title {
  text-align: center;
  margin: 0 0 3rem 0;
}
section.recruit .title p.en, section.related .title p.en {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-stroke: 1px #ccc;
}
@media only screen and (max-width: 768px) {
  section.recruit .title p.en, section.related .title p.en {
    font-size: 30px;
    font-size: 3rem;
  }
}
section.recruit .title p.jp, section.related .title p.jp {
  font-weight: bold;
}
section.recruit .inner, section.related .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.recruit .inner, section.related .inner {
    display: block;
  }
}
section.recruit .inner .left, section.related .inner .left {
  width: 53%;
  position: relative;
}
section.recruit .inner .left a, section.related .inner .left a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section.recruit .inner .left:hover .image img, section.related .inner .left:hover .image img {
  transform: scale(1.05);
}
section.recruit .inner .left .image:after, section.related .inner .left .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  section.recruit .inner .left, section.related .inner .left {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
section.recruit .inner .left .txt, section.related .inner .left .txt {
  position: absolute;
  top: 5rem;
  left: 5rem;
  color: #195DAA;
}
@media only screen and (max-width: 768px) {
  section.recruit .inner .left .txt, section.related .inner .left .txt {
    top: 2rem;
    left: 2rem;
  }
}
section.recruit .inner .left .txt p.en, section.related .inner .left .txt p.en {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
section.recruit .inner .left .txt p.jp, section.related .inner .left .txt p.jp {
  font-weight: bold;
}
section.recruit .inner .left .image, section.related .inner .left .image {
  overflow: hidden;
}
section.recruit .inner .left .image img, section.related .inner .left .image img {
  transition: all .3s ease;
}
section.recruit .inner .left .yaji, section.related .inner .left .yaji {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 24px;
}
@media only screen and (max-width: 768px) {
  section.recruit .inner .left .yaji, section.related .inner .left .yaji {
    width: 24px;
  }
}
section.recruit .inner .right, section.related .inner .right {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  section.recruit .inner .right, section.related .inner .right {
    width: 100%;
  }
}
section.recruit .inner .right .box, section.related .inner .right .box {
  position: relative;
  background: #ffffff;
  padding: 3rem;
  margin: 0 0 3.2rem 0;
  text-align: center;
  color: #195DAA;
}
section.recruit .inner .right .box a, section.related .inner .right .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section.recruit .inner .right .box:hover, section.related .inner .right .box:hover {
  background: rgba(255, 255, 255, 0.85);
}
section.recruit .inner .right .box:hover .yaji, section.related .inner .right .box:hover .yaji {
  right: 1.8rem;
}
@media only screen and (max-width: 768px) {
  section.recruit .inner .right .box, section.related .inner .right .box {
    margin: 0 0 1rem 0;
    padding: 2rem 0;
  }
}
section.recruit .inner .right .box:last-child, section.related .inner .right .box:last-child {
  margin: 0;
}
section.recruit .inner .right .box .yaji, section.related .inner .right .box .yaji {
  width: 24px;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  section.recruit .inner .right .box .yaji, section.related .inner .right .box .yaji {
    width: 20px;
  }
}

#intervew_visual {
  position: relative;
}
#intervew_visual .txt {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #intervew_visual .txt {
    position: static;
    transform: none;
  }
}
#intervew_visual .txt .int_title {
  width: 200px;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  #intervew_visual .txt .int_title {
    width: 160px;
    margin: 2rem auto 2rem auto;
  }
}
#intervew_visual .txt .intcopy {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  #intervew_visual .txt .intcopy {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    text-align: center;
  }
}
#intervew_visual .txt .prof .name {
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  #intervew_visual .txt .prof .name {
    justify-content: center;
  }
}
#intervew_visual .txt .prof .name p.jp {
  margin: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #intervew_visual .txt .prof .name p.jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #intervew_visual .txt .prof .profile {
    margin: 0 0 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  #intervew_visual .txt .prof .profile p {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.int_bar {
  line-height: 0;
}

section.int_main {
  padding: 10rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.int_main {
    padding: 3rem 0;
  }
}
section.int_main .intbgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 170%;
  top: -25%;
  left: 0;
  content: "";
  z-index: -1;
  background: #EFF2F5;
}
section.int_main .intbgb02 {
  display: block;
  position: absolute;
  width: 100%;
  height: 150%;
  top: -50%;
  left: 0;
  content: "";
  z-index: -1;
  background: #284571;
}
@media only screen and (max-width: 768px) {
  section.int_main .intbgb02 {
    height: 120%;
    top: -20%;
  }
}
section.int_main .int_flex {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.int_main .int_flex {
    display: block;
  }
}
section.int_main .int_flex .txt_block {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  section.int_main .int_flex .txt_block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
section.int_main .txt_block.single {
  width: 640px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  section.int_main .txt_block.single {
    width: 100%;
    padding: 0 5%;
  }
}
section.int_main .txt_block.white {
  color: #ffffff;
}
section.int_main .txt_block.white h3 {
  color: #ffffff;
}
section.int_main .txt_block.white h3:before {
  background: #ffffff;
}
section.int_main .txt_block h3 {
  color: #195DAA;
  font-weight: bold;
  position: relative;
  display: flex;
  margin: 0 0 2rem 0;
}
section.int_main .txt_block h3:before {
  content: "";
  width: 40px;
  height: 1px;
  margin: 0.9em 1rem 0 0;
  background: #195DAA;
}
section.int_main .txt_block p {
  line-height: 2;
}

.mid_image {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .mid_image {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}

.swiper-container {
  display: flex;
  justify-content: space-between;
}

section.schedule, section.career {
  padding: 10rem 0;
  background: #ABB6C9;
}
@media only screen and (max-width: 768px) {
  section.schedule, section.career {
    padding: 3rem 0;
  }
}
section.schedule .inner, section.career .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
}
section.schedule .inner .title, section.career .inner .title {
  text-align: center;
  margin: 0 0 5rem 0;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  section.schedule .inner .title, section.career .inner .title {
    margin: 0 0 3rem 0;
  }
}
section.schedule .inner .title p.en, section.career .inner .title p.en {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  section.schedule .inner .title p.en, section.career .inner .title p.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.schedule .sc_wrap, section.career .sc_wrap {
  position: relative;
  margin: auto;
  padding: 5rem;
  padding: 0 5%;
}
section.schedule .sc_slider, section.career .sc_slider {
  display: flex;
  justify-content: space-between;
  position: relative;
}
section.schedule .sc_slider .box, section.career .sc_slider .box {
  background: #16497C;
  padding: 3rem;
}
section.schedule .sc_slider .box .time_box, section.career .sc_slider .box .time_box {
  display: flex;
  align-items: center;
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
section.schedule .sc_slider .box .time_box .icon, section.career .sc_slider .box .time_box .icon {
  width: 25px;
  margin: 0 1rem 0 0;
}
section.schedule .sc_slider .box .txt, section.career .sc_slider .box .txt {
  color: #ffffff;
}

section.career {
  background: #ffffff;
}
section.career .inner .title {
  color: #195DAA;
}
section.career dl {
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  section.career dl {
    display: block;
  }
}
section.career dl dt {
  width: 20em;
  font-weight: bold;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  section.career dl dt {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
section.career dl dt:after {
  margin: 1em 2rem 0 2rem;
  width: 30%;
  height: 1px;
  content: "";
  background: #195DAA;
}
section.career dl dd {
  flex: 1;
}

section.people_top {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.people_top {
    padding: 2rem 0;
  }
}
section.people_top .title {
  margin: 0 0 10rem 0;
}
section.people_top .title p.en {
  font-size: 30px;
  font-size: 3rem;
}

.swiper-button-next {
  right: -22px !important;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  .swiper-button-next {
    right: 0% !important;
    top: 35%;
  }
}

.swiper-button-prev {
  left: -22px !important;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0% !important;
    top: 35%;
  }
}

.swiper-custom-button {
  background-image: none !important;
  color: white;
  text-align: center;
  line-height: 64px;
  display: block;
  width: 44px !important;
  height: 44px !important;
}
.swiper-custom-button:after {
  display: none;
}
.swiper-custom-button i {
  display: block;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px;
  text-align: center;
  background: #000;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all .3s ease;
}
.swiper-custom-button:hover i {
  background: #195DAA;
}

a.external {
  padding: 0 2rem 0 0;
  background: url("/recruit/img/common/external_icon_white.svg") no-repeat center right;
  background-size: 14px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
}
a.external:hover {
  color: #ccc;
}

section.no_visual_header, section.visual_header {
  padding: 13rem 0;
  position: relative;
}
section.no_visual_header .bg, section.visual_header .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #ABB6C9;
  display: flex;
  justify-content: space-between;
}
section.no_visual_header .bg span.mask, section.visual_header .bg span.mask {
  width: 100%;
  display: block;
  background: #cad1dd;
  transform-origin: right;
}
section.no_visual_header .bg span.mask.small, section.visual_header .bg span.mask.small {
  width: 10vw;
  background: #E2FF00;
}
section.no_visual_header .bg span.mask.small.pi, section.visual_header .bg span.mask.small.pi {
  background: #FF00A7;
}
section.no_visual_header .bg span.mask:nth-of-type(2), section.visual_header .bg span.mask:nth-of-type(2) {
  width: 50vw;
  background: #C4BCB0;
}
@media only screen and (max-width: 768px) {
  section.no_visual_header, section.visual_header {
    padding: 3rem 0;
  }
}
section.no_visual_header .inner, section.visual_header .inner {
  text-align: center;
  position: relative;
  z-index: 9;
}
section.no_visual_header .inner p.en, section.visual_header .inner p.en {
  font-weight: 100;
  color: #ffffff;
  font-size: 36px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  section.no_visual_header .inner p.en, section.visual_header .inner p.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
section.no_visual_header .inner h1, section.visual_header .inner h1 {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  section.no_visual_header .inner h1, section.visual_header .inner h1 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

section.visual_header {
  padding: 0;
  position: relative;
}
section.visual_header .image {
  position: relative;
}
section.visual_header .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}
section.visual_header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
}

h2.normalh2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #195DAA;
  border-bottom: 5px solid #ABB6C9;
  padding: 0 0 1rem 0;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  h2.normalh2 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 3px solid #ABB6C9;
  }
}

section.related .inner {
  display: block;
}
section.related .inner h4 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  section.related .inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.related .related_flex {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  section.related .related_flex {
    width: 100%;
    display: block;
  }
}
section.related .related_flex .box {
  width: 30%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.related .related_flex .box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
section.related .related_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section.related .related_flex .box p {
  font-weight: bold;
  text-align: center;
}
section.related .related_flex .box .image {
  margin: 0 0 1rem 0;
}
