@charset "UTF-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Master Style CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* ---------------------------------------------------------------------------
BEM記述方法のマニュアル的なもの
https://qiita.com/Takuan_Oishii/items/0f0d2c5dc33a9b2d9cb1

フォントサイズの単位は、pxではなく、remを使ってください。
--------------------------------------------------------------------------- */
/* CSS Import */
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Roboto:wght@100;300;400;500;700&display=swap");
/* Settings */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Variables CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Variables - グローバル変数の定義
-------------------------------------------- */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

FUNCTIONS CSS function & mixin

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Responsive
-------------------------------------------- */
/**
 * SVG画像をアイコンに使いたい的ないろいろ
 *
 *  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
 * https://code.i-harness.com/ja/q/cbfa3c
 */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Common CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Common
-------------------------------------------- */
.f-nav__action-btn, .f-nav__ttl, .f-nav__ttl--second, .f-nav__ttl--third, .sitemap__ttl, .sitemap__ttl--second, .sitemap__ttl--third {
  font-family: 'Oswald', sans-serif; }

.requirements__link, .recruit-entry__link, .home-hero__link, .home-news__link, .home-about__link, .recruit-faq__ancor-link, .recruit-faq__process-link, .persons-detail__link-btn, .persons-detail__link-btn--left, .persons-block__link, .persons-block__link--left, .about__view-btn, .welcome-back__entry, .news-detail__btn, .g-nav__link, .g-nav__link--pulldown, .g-nav__link--sub, .g-nav__link--disabled, .g-nav__h-btn, .g-nav__h-btn--entry, .g-nav__h-btn--contact, .hero-area__en, .hero-area__en--white, .home-heading__box-txt, .home-news__item-icon, .home-about__box, .home-person__box, .home-informaion__list-link, .persons-hero-area__en {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em; }

.requirements__link, .recruit-entry__link, .home-hero__link, .home-news__link, .home-about__link, .recruit-faq__ancor-link, .recruit-faq__process-link, .persons-detail__link-btn, .persons-detail__link-btn--left, .persons-block__link, .persons-block__link--left, .about__view-btn, .welcome-back__entry, .news-detail__btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 15px 70px 15px 30px;
  margin: 0 auto;
  background: #A300D9;
  transition: background .3s ease-in-out; }
  @media (max-width: 600px) {
    .requirements__link, .recruit-entry__link, .home-hero__link, .home-news__link, .home-about__link, .recruit-faq__ancor-link, .recruit-faq__process-link, .persons-detail__link-btn, .persons-detail__link-btn--left, .persons-block__link, .persons-block__link--left, .about__view-btn, .welcome-back__entry, .news-detail__btn {
      width: 60vw;
      max-width: none;
      font-size: 1.3rem; } }
  .requirements__link::before, .recruit-entry__link::before, .home-hero__link::before, .home-news__link::before, .home-about__link::before, .recruit-faq__ancor-link::before, .recruit-faq__process-link::before, .persons-detail__link-btn::before, .persons-detail__link-btn--left::before, .persons-block__link::before, .persons-block__link--left::before, .about__view-btn::before, .welcome-back__entry::before, .news-detail__btn::before, .requirements__link::after, .recruit-entry__link::after, .home-hero__link::after, .home-news__link::after, .home-about__link::after, .recruit-faq__ancor-link::after, .recruit-faq__process-link::after, .persons-detail__link-btn::after, .persons-detail__link-btn--left::after, .persons-block__link::after, .persons-block__link--left::after, .about__view-btn::after, .welcome-back__entry::after, .news-detail__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 11px;
    margin: -6px 0 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
  .requirements__link::after, .recruit-entry__link::after, .home-hero__link::after, .home-news__link::after, .home-about__link::after, .recruit-faq__ancor-link::after, .recruit-faq__process-link::after, .persons-detail__link-btn::after, .persons-detail__link-btn--left::after, .persons-block__link::after, .persons-block__link--left::after, .about__view-btn::after, .welcome-back__entry::after, .news-detail__btn::after {
    right: 55px;
    width: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .requirements__link:hover, .recruit-entry__link:hover, .home-hero__link:hover, .home-news__link:hover, .home-about__link:hover, .recruit-faq__ancor-link:hover, .recruit-faq__process-link:hover, .persons-detail__link-btn:hover, .persons-detail__link-btn--left:hover, .persons-block__link:hover, .persons-block__link--left:hover, .about__view-btn:hover, .welcome-back__entry:hover, .news-detail__btn:hover {
    background: #4268D9; }
    .requirements__link:hover::before, .recruit-entry__link:hover::before, .home-hero__link:hover::before, .home-news__link:hover::before, .home-about__link:hover::before, .recruit-faq__ancor-link:hover::before, .recruit-faq__process-link:hover::before, .persons-detail__link-btn:hover::before, .persons-detail__link-btn--left:hover::before, .persons-block__link:hover::before, .persons-block__link--left:hover::before, .about__view-btn:hover::before, .welcome-back__entry:hover::before, .news-detail__btn:hover::before {
      width: 0;
      transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .requirements__link:hover::after, .recruit-entry__link:hover::after, .home-hero__link:hover::after, .home-news__link:hover::after, .home-about__link:hover::after, .recruit-faq__ancor-link:hover::after, .recruit-faq__process-link:hover::after, .persons-detail__link-btn:hover::after, .persons-detail__link-btn--left:hover::after, .persons-block__link:hover::after, .persons-block__link--left:hover::after, .about__view-btn:hover::after, .welcome-back__entry:hover::after, .news-detail__btn:hover::after {
      right: 15px;
      width: 40px;
      transition: right 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }

.news-detail__back-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  padding: 15px 30px 15px 70px;
  margin: 0 auto;
  background: #A300D9;
  transition: background .3s ease-in-out; }
  .news-detail__back-btn::before, .news-detail__back-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 11px;
    margin: -6px 0 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transform: scaleX(-1);
    transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
  .news-detail__back-btn::after {
    left: 55px;
    width: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: left 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .news-detail__back-btn:hover {
    background: #4268D9; }
    .news-detail__back-btn:hover::before {
      width: 0;
      transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .news-detail__back-btn:hover::after {
      left: 15px;
      width: 40px;
      transition: left 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }

.requirements__link, .recruit-entry__link {
  max-width: 220px;
  background: #071358; }
  .requirements__link:hover, .recruit-entry__link:hover {
    background: #4268D9;
    color: #FFF; }
  @media (max-width: 1270px) {
    .requirements__link, .recruit-entry__link {
      min-height: 40px;
      max-width: 180px; } }
  @media (max-width: 600px) {
    .requirements__link, .recruit-entry__link {
      max-width: 50%;
      min-height: 1px;
      padding: 15px 50px 15px 15px; }
      .requirements__link::before, .recruit-entry__link::before {
        width: 20px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Reset CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
:root {
  font-size: 10px; }

html {
  width: 100%;
  color: #000;
  background: #FFF; }

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  width: 100%;
  background: #FFF; }

body > img,
body > noscript > img,
body > iframe {
  display: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2,
h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td,
figure, address, label {
  margin: 0;
  padding: 0;
  word-break: break-word;
  -webkit-overflow-scrolling: touch; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table br {
  display: none !important; }

table th br,
table td br {
  display: inline !important; }

fieldset,
img {
  border: 0; }

*,
::before,
::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, th, var, i {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input[type=tel],
input[type=text],
input[type=file],
input[type=email],
input[type=reset],
input[type=image],
input[type=button],
input[type=submit],
input[type=number],
input[type=password],
textarea, select, optgroup {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

input {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  outline: none; }

select {
  outline: none;
  color: #000;
  text-overflow: '';
  text-indent: .01rem;
  vertical-align: middle;
  padding: 10px;
  padding-right: 31px !important;
  border: #DDD 1px solid;
  outline: none;
  background: #FFF url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%226%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2C0V1H1V0ZM1%2C1V2H2V1ZM2%2C2V3H3V2ZM3%2C3V4H4V3ZM4%2C4V5H5V4Zm6-4V1h1V0ZM9%2C2h1V1H9ZM8%2C3H9V2H8ZM7%2C4H8V3H7ZM6%2C5H7V4H6ZM5%2C6H6V5H5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right 10px; }
  select optgroup, select option {
    color: #000;
    outline: none; }
  select::-ms-expand {
    display: none; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

textarea {
  resize: vertical; }

/*because legend doesn't inherit in IE */
legend {
  color: #333; }

img, svg {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

/* clearfix */
.clearfix {
  min-height: 1px; }
  .clearfix::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden; }

.js-tab-content {
  display: none; }
  .js-tab-content.js-active {
    display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  cursor: pointer; }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

#fb-root {
  display: none; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Animation CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Loading
-------------------------------------------- */
.loading {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  background: #FFF url(/shr/img/common/loading.gif) no-repeat center center/50px auto; }
  .preload .loading {
    opacity: 1;
    pointer-events: auto; }

.result_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 10;
  border-radius: 10px;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  background: #FFF url(/shr/img/common/loading.gif) no-repeat center center/50px auto; }
  .result_loading.hide {
    opacity: 0;
    pointer-events: none; }

/* アニメーション用
-------------------------------------------- */
/* ------------------------------------
【オプション】
data-na-offset="画面下からのpx数で指定"
data-na-delay="ミリ秒で指定"
------------------------------------ */
.na-slide-cover {
  position: relative; }

.na-slide-cover::before,
.na-slide-cover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: 3;
  background: #FFF;
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.na-slide-cover::after {
  top: 49.5%;
  height: 50.5%;
  transition: width 0.5s 0.2s cubic-bezier(0.77, 0, 0.175, 1); }

.na-slide-cover.up::before,
.na-slide-cover.up::after,
.na-slide-cover.down::before,
.na-slide-cover.down::after {
  top: 0;
  left: 0;
  right: auto;
  width: 50%;
  height: 100%;
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.na-slide-cover.up::after,
.na-slide-cover.down::after {
  top: 0;
  left: 0;
  right: auto;
  width: 50%;
  height: 100%;
  transition: height 0.5s 0.2s cubic-bezier(0.77, 0, 0.175, 1); }

.na-slide-cover.up::after,
.na-slide-cover.down::after {
  left: 50%; }

.na-slide-cover.down::before,
.na-slide-cover.down::after {
  top: auto;
  bottom: 0; }

.na-slide-cover.gray::before,
.na-slide-cover.gray::after {
  background: #F5F5F5; }

.na-slide-cover.dark::before,
.na-slide-cover.dark::after {
  background: #333; }

.na-slide-cover.red::before,
.na-slide-cover.red::after {
  background: #red; }

.na-slide-cover.single::before {
  height: 100%; }

.na-slide-cover.single::after {
  display: none; }

.na-slide-cover.na-anim-init::before,
.na-slide-cover.na-anim-init::after {
  width: 0; }

.na-slide-cover.up.na-anim-init::before,
.na-slide-cover.up.na-anim-init::after,
.na-slide-cover.down.na-anim-init::before,
.na-slide-cover.down.na-anim-init::after {
  width: 50%;
  height: 0; }

.na-fade-in {
  opacity: 0;
  transition: opacity .8s; }

.na-fade-in.na-anim-init {
  opacity: 1; }

.na-lift-up {
  opacity: 0;
  transform: translateY(50px);
  transition: transform .6s ease-in-out, opacity .8s ease-in-out; }

.na-lift-up.na-anim-init {
  opacity: 1;
  transform: translateY(0); }

.na-lift-down {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform .6s ease-in-out, opacity .8s ease-in-out; }

.na-lift-down.na-anim-init {
  opacity: 1;
  transform: translateY(0); }

.na-scale-in {
  opacity: 0;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.5, 0, 0.3, 1.2), opacity 0.6s ease-in-out; }

.na-scale-in.na-anim-init {
  opacity: 1;
  transform: scale(1); }

.na-txt-cover {
  display: inline-block;
  position: relative;
  color: transparent;
  transition: color 0s .3s; }

.na-txt-cover.na-anim-init {
  color: #BBB; }

.na-txt-cover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #BBB;
  transform: scaleX(0);
  transform-origin: left top; }

.na-txt-cover.white::before {
  background: #FFF; }

.na-txt-cover.black::before {
  background: #000; }

.na-txt-cover.na-anim-init::before {
  animation: txt_cover cubic-bezier(0.77, 0, 0.175, 1) 0.6s forwards; }

.na-cont-cover {
  display: inline-block;
  position: relative; }
  .na-cont-cover::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100.5%;
    z-index: 2;
    background: #eee;
    transform-origin: right top;
    transform: scaleX(1);
    transition: transform cubic-bezier(0.65, 0, 0.2, 1) 0.5s 0.5s; }
  .na-cont-cover.white::before {
    background: #FFF; }
  .na-cont-cover.na-anim-init::before {
    transform: scaleX(0); }

.na-img-cover-01 {
  position: relative;
  overflow: hidden;
  opacity: 0; }
  .na-img-cover-01.na-anim-init {
    opacity: 1; }
    .na-img-cover-01.na-anim-init::before {
      transform: rotate(-210deg) scaleY(0); }
  .na-img-cover-01::before {
    content: "";
    display: block;
    width: 160%;
    height: 160%;
    position: absolute;
    top: 80%;
    left: 160%;
    background: #f6f6f6;
    z-index: 3;
    transform-origin: top left;
    transform: rotate(-210deg) scaleY(1);
    transition: transform cubic-bezier(0.65, 0, 0.2, 1) 1s; }

@keyframes txt_cover {
  0% {
    transform: scaleX(0);
    transform-origin: left top; }
  49% {
    transform: scaleX(1);
    transform-origin: left top; }
  51% {
    transform: scaleX(1);
    transform-origin: right top; }
  100% {
    transform: scaleX(0);
    transform-origin: right top; } }
/* Plugin */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/*
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Pages */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

br CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media (max-width: 900px) {
  .br__pc {
    display: none; } }
@media (max-width: 600px) {
  .br__pc-tb {
    display: none; } }
@media (max-width: 900px) {
  .br__pc-sp {
    display: none; } }
@media (max-width: 600px) {
  .br__pc-sp {
    display: block; } }
.br__pc-tb {
  display: none; }
  @media (max-width: 1000px) {
    .br__pc-tb {
      display: block; } }
  @media (max-width: 900px) {
    .br__pc-tb {
      display: block; } }
.br__tb {
  display: none; }
  @media (max-width: 900px) {
    .br__tb {
      display: block; } }
  @media (max-width: 600px) {
    .br__tb {
      display: none; } }
.br__tb-sp {
  display: none; }
  @media (max-width: 900px) {
    .br__tb-sp {
      display: block; } }
.br__sp {
  display: none; }
  @media (max-width: 600px) {
    .br__sp {
      display: block; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

header CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 114px;
  background: #071358;
  /*background: #FFF;*/
  border-bottom: solid 1px #CCC;
  transition: top 0.3s cubic-bezier(0.77, 0, 0.175, 1), background 0.3s ease-in-out;
  z-index: 100; }
  .js-home-clear [data-page="home"] .header {
    background: transparent; }
  .js-header-hide .header {
    top: -114px; }
  @media (max-width: 900px) {
    .header {
      height: 91.2px; }
      .js-header-hide .header {
        top: -91.2px; } }
  @media (max-width: 600px) {
    .header {
      height: 68.4px; }
      .js-header-hide .header {
        top: -68.4px; } }
  .header__inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .header__logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 262px;
    /*width: 270px + 20;*/
    padding: 10px;
    fill: #FFF;
    transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 1350px) {
      .header__logo {
        width: 240px;
        /*width: 240px + 20;*/ } }
    @media (max-width: 1200px) {
      .header__logo {
        width: 200px;
        /*width: 240px;*/
        padding: 5px; } }
    @media (max-width: 900px) {
      .header__logo {
        left: 10px;
        width: 250px;
        /*width: 320px * .8 + 10;*/
        transform: translateY(-50%); } }
    @media (max-width: 600px) {
      .header__logo {
        left: 5px;
        width: 190px;
        /*width: 320px * .6 + 10;*/ } }
    .header__logo[href*="/"] {
      transition: opacity .3s ease-in-out; }
      .header__logo[href*="/"]:hover {
        opacity: .7; }
    .header__logo .svg-fill-key {
      fill: #071358;
      transition: fill .3s ease-in-out; }
    .header__logo .svg-fill-gray {
      fill: #444;
      transition: fill .3s ease-in-out; }
    .header__logo .svg-fill-black {
      fill: #000;
      transition: fill .3s ease-in-out; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

g-nav CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.g-nav__link, .g-nav__link--pulldown, .g-nav__link--sub, .g-nav__link--disabled {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  color: #FFF;
  /*color: map-get($key-color, primary);*/
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
  cursor: pointer;
  transition: color .3s ease-in-out; }
  @media (max-width: 1200px) {
    .g-nav__link, .g-nav__link--pulldown, .g-nav__link--sub, .g-nav__link--disabled {
      font-size: 1.4rem; } }
  @media (max-width: 900px) {
    .g-nav__link, .g-nav__link--pulldown, .g-nav__link--sub, .g-nav__link--disabled {
      font-size: 1.6rem; } }
  .g-nav__link:hover, .g-nav__link--pulldown:hover, .g-nav__link--sub:hover, .g-nav__link--disabled:hover {
    color: #4268D9; }
  .g-nav__link::before, .g-nav__link--pulldown::before, .g-nav__link--sub::before, .g-nav__link--disabled::before, .g-nav__link::after, .g-nav__link--pulldown::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
    border-bottom: solid 4px #4268D9;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0; }
    @media (max-width: 900px) {
      .g-nav__link::before, .g-nav__link--pulldown::before, .g-nav__link--sub::before, .g-nav__link--disabled::before, .g-nav__link::after, .g-nav__link--pulldown::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
        content: none;
        border: none; } }
  .g-nav__link::before, .g-nav__link--pulldown::before, .g-nav__link--sub::before, .g-nav__link--disabled::before {
    left: 50%;
    margin-left: -2px; }
  .g-nav__link::after, .g-nav__link--pulldown::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
    right: 50%;
    margin-right: -2px; }
  .g-nav__link:hover::before, .g-nav__link--pulldown:hover::before, .g-nav__link--sub:hover::before, .g-nav__link--disabled:hover::before, .g-nav__link:hover::after, .g-nav__link--pulldown:hover::after, .g-nav__link--sub:hover::after, .g-nav__link--disabled:hover::after {
    width: 50%; }
  .js-home-clear [data-page="home"] .g-nav__link, .js-home-clear [data-page="home"] .g-nav__link--pulldown, .js-home-clear [data-page="home"] .g-nav__link--sub, .js-home-clear [data-page="home"] .g-nav__link--disabled {
    color: #FFF; }
    .js-home-clear [data-page="home"] .g-nav__link:hover, .js-home-clear [data-page="home"] .g-nav__link--pulldown:hover, .js-home-clear [data-page="home"] .g-nav__link--sub:hover, .js-home-clear [data-page="home"] .g-nav__link--disabled:hover {
      color: #4268D9; }
    @media (max-width: 900px) {
      .js-home-clear [data-page="home"] .g-nav__link, .js-home-clear [data-page="home"] .g-nav__link--pulldown, .js-home-clear [data-page="home"] .g-nav__link--sub, .js-home-clear [data-page="home"] .g-nav__link--disabled {
        color: #000; } }
  @media (max-width: 900px) {
    .g-nav__link, .g-nav__link--pulldown, .g-nav__link--sub, .g-nav__link--disabled {
      color: #000;
      padding: 15px 60px 15px 20px; }
      .g-nav__link::after, .g-nav__link--pulldown::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        height: 11px;
        margin: -7px 0 0;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23071358%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right; } }
  @media (max-width: 600px) {
    .g-nav__link, .g-nav__link--pulldown, .g-nav__link--sub, .g-nav__link--disabled {
      padding: 15px 50px 15px 15px; }
      .g-nav__link::after, .g-nav__link--pulldown::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
        right: 15px; } }

.g-nav__h-btn, .g-nav__h-btn--entry, .g-nav__h-btn--contact {
  width: 50%;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 16px 10px;
  background: #444;
  transition: background .3s ease-in-out; }
  .g-nav__h-btn:hover, .g-nav__h-btn--entry:hover, .g-nav__h-btn--contact:hover {
    background: #4268D9; }
  @media (max-width: 900px) {
    .g-nav__h-btn, .g-nav__h-btn--entry, .g-nav__h-btn--contact {
      display: block;
      width: 100%;
      padding: 10px 20px; } }
  @media (max-width: 600px) {
    .g-nav__h-btn, .g-nav__h-btn--entry, .g-nav__h-btn--contact {
      padding: 15px 15px; } }

.g-nav {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }
  @media (max-width: 900px) {
    .g-nav {
      position: fixed;
      top: 91.2px;
      right: -300px;
      width: 300px;
      height: calc(100% - 91.2px);
      padding: 0 0 1px;
      background: #FFF;
      transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      overflow: auto;
      z-index: 10; }
      .js-header-fix .g-nav {
        right: 0; } }
  @media (max-width: 600px) {
    .g-nav {
      top: 68.4px;
      height: calc(100% - 68.4px); } }
  .g-nav__active {
    width: 100%; }
    .g-nav__active::before, .g-nav__active::after {
      width: 50%;
      border-bottom: solid 4px #4268D9;
      bottom: 0;
      content: "";
      display: block;
      position: absolute;
      transition: all .3s ease;
      -webkit-transition: all .3s ease; }
      @media (max-width: 900px) {
        .g-nav__active::before, .g-nav__active::after {
          content: none; } }
    .g-nav__active::before {
      left: 50%;
      margin-left: -2px; }
    .g-nav__active::after {
      right: 50%;
      margin-right: -2px; }
  .g-nav__content {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    /* 55%;*/
    height: 100%;
    transform: translateX(-50%);
    /*@media (max-width: 1350px){
    	transform: translateX(-45%);
    }*/ }
    @media (max-width: 1360px) {
      .g-nav__content {
        top: auto;
        left: auto;
        right: 10px;
        bottom: 0;
        width: auto;
        height: 50%;
        transform: none; } }
    @media (max-width: 900px) {
      .g-nav__content {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        height: auto; } }
  .g-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 900px) {
      .g-nav__list {
        display: block;
        height: auto;
        padding: 0;
        border-top: #EEE 1px solid;
        border-radius: 0;
        background: #FFF; } }
  .g-nav__item {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 5px; }
    @media (max-width: 900px) {
      .g-nav__item {
        display: block;
        height: 100%;
        padding: 0;
        border-bottom: #EEE 1px solid; } }
  .g-nav__link--pulldown {
    cursor: default; }
    @media (max-width: 900px) {
      .g-nav__link--pulldown::after {
        transition: transform .3s ease-in-out; }
      .g-nav__link--pulldown.js-active::after {
        transform: rotate(90deg); } }
  .g-nav__link--sub {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    font-size: 1.4rem; }
  .g-nav__link--disabled {
    opacity: .5;
    pointer-events: none; }
  .g-nav__sp-list {
    display: none; }
    @media (max-width: 900px) {
      .g-nav__sp-list {
        display: block; } }
  @media (max-width: 900px) {
    .g-nav__sp-item {
      display: block;
      padding: 0;
      border-bottom: #EEE 1px solid; } }
  .g-nav__inst {
    display: block;
    width: 25px;
    margin-right: 15px; }
    @media (max-width: 900px) {
      .g-nav__inst {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-right: 0;
        background: #4268D9;
        border-bottom: #FFF 1px solid; } }
  .g-nav__inst-link {
    display: block; }
    @media (max-width: 900px) {
      .g-nav__inst-link {
        color: #FFF;
        display: flex;
        padding: 10px 20px;
        align-items: center;
        font-weight: bold; } }
  @media (max-width: 900px) {
    .g-nav__inst-logo {
      width: 25px;
      margin-right: 10px; } }
  .g-nav__sp-inst-text {
    display: none; }
    @media (max-width: 900px) {
      .g-nav__sp-inst-text {
        display: block; } }
  .g-nav__h-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 268px;
    transform: translateY(-50%); }
    @media (max-width: 1360px) {
      .g-nav__h-nav {
        top: 0;
        transform: none; } }
    @media (max-width: 900px) {
      .g-nav__h-nav {
        display: block;
        position: relative;
        right: auto;
        width: 100%; } }
  .g-nav__sns {
    display: flex; }
    @media (max-width: 900px) {
      .g-nav__sns {
        flex-direction: column;
        background: #4268D9; } }
  .g-nav__sns-item {
    margin: 0 10px 0 0; }
    @media (max-width: 900px) {
      .g-nav__sns-item {
        margin: 0;
        border-bottom: #FFF solid 1px;
        padding: 10px 60px 5px 20px; } }
  .g-nav__sns-link {
    display: flex;
    align-items: center;
    color: #FFF; }
    .g-nav__sns-link i {
      font-size: 3rem;
      margin-right: 5px; }
    .g-nav__sns-link span {
      display: none; }
      @media (max-width: 900px) {
        .g-nav__sns-link span {
          display: block; } }
  .g-nav__h-btn--entry {
    background: #4268D9;
    transition: all .3s ease-in-out; }
    .g-nav__h-btn--entry:hover {
      color: #4268D9;
      background: #FFF; }
  .g-nav__h-btn--contact {
    background: #333;
    transition: all .3s ease-in-out; }
    .g-nav__h-btn--contact:hover {
      color: #4268D9;
      background: #FFF; }

.noLink {
  color: #555; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

g-nav-sub CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.g-nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 300px;
  border: #EEE 1px solid;
  border-top: none; }
  @media (max-width: 900px) {
    .g-nav-sub {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      border: none; } }
  .js-home-clear [data-page="home"] .g-nav-sub {
    border: #000 1px solid;
    border-top: none; }
    @media (max-width: 900px) {
      .js-home-clear [data-page="home"] .g-nav-sub {
        border: none; } }
  .g-nav-sub__list {
    width: 100%;
    background: #FFF; }
    @media (max-width: 900px) {
      .g-nav-sub__list {
        background: #FAFAFA; } }
    .js-home-clear [data-page="home"] .g-nav-sub__list {
      background: rgba(0, 0, 0, 0.5); }
      @media (max-width: 900px) {
        .js-home-clear [data-page="home"] .g-nav-sub__list {
          background: #FAFAFA; } }
  .g-nav-sub__item {
    border-top: #EEE 1px solid; }
    .js-home-clear [data-page="home"] .g-nav-sub__item {
      border-top: #000 1px solid; }
      @media (max-width: 900px) {
        .js-home-clear [data-page="home"] .g-nav-sub__item {
          border-top: #EEE 1px solid; } }
  .g-nav-sub__link {
    display: block;
    position: relative;
    color: #333;
    padding: 8px 25px;
    transition: opacity .3s ease-in-out; }
    .g-nav-sub__link:hover {
      opacity: .7; }
    @media (max-width: 900px) {
      .g-nav-sub__link {
        font-size: 1.2rem;
        padding: 8px 20px 8px 30px; } }
    @media (max-width: 600px) {
      .g-nav-sub__link {
        padding: 8px 15px 8px 25px; } }
    .js-home-clear [data-page="home"] .g-nav-sub__link {
      color: #FFF; }
      @media (max-width: 900px) {
        .js-home-clear [data-page="home"] .g-nav-sub__link {
          color: #333; } }
    .g-nav-sub__link--nolink {
      display: block;
      position: relative;
      color: #333;
      padding: 8px 25px;
      opacity: .7; }
      @media (max-width: 900px) {
        .g-nav-sub__link--nolink {
          font-size: 1.2rem;
          padding: 8px 20px 8px 30px; } }
      @media (max-width: 600px) {
        .g-nav-sub__link--nolink {
          padding: 8px 15px 8px 25px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

g-nav-trigger CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.g-nav-trigger {
  display: none;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  cursor: pointer;
  z-index: 10; }
  @media (max-width: 900px) {
    .g-nav-trigger {
      display: block;
      right: 20px; } }
  @media (max-width: 600px) {
    .g-nav-trigger {
      right: 15px;
      width: 30px;
      height: 30px;
      margin: -15px 0 0; } }
  .g-nav-trigger__inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 2px;
    margin: -1px 0 0;
    /*background: rgba(#FFF, 1);*/
    background: #071358;
    transition: background 0.3s 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .js-home-clear [data-page="home"] .g-nav-trigger__inner {
      background: #FFF; }
      .js-home-clear [data-page="home"] .g-nav-trigger__inner::before, .js-home-clear [data-page="home"] .g-nav-trigger__inner::after {
        /*background: #FFF;*/
        background: #071358; }
    @media (max-width: 600px) {
      .g-nav-trigger__inner {
        left: 5px;
        width: 20px;
        height: 1px;
        margin: -0.5px 0 0; } }
    .g-nav-trigger__inner::before, .g-nav-trigger__inner::after {
      content: "";
      display: block;
      position: absolute;
      top: -9px;
      left: 0;
      width: 100%;
      height: 2px;
      /*background: #FFF;*/
      background: #071358;
      transform: rotate(0);
      transition: top 0.3s 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      @media (max-width: 600px) {
        .g-nav-trigger__inner::before, .g-nav-trigger__inner::after {
          top: -7px;
          height: 1px; } }
    .g-nav-trigger__inner::after {
      top: 9px; }
      @media (max-width: 600px) {
        .g-nav-trigger__inner::after {
          top: 7px; } }
    .js-header-fix .g-nav-trigger__inner {
      background: rgba(51, 51, 51, 0);
      transition: background 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      .js-header-fix .g-nav-trigger__inner::before, .js-header-fix .g-nav-trigger__inner::after {
        top: 0;
        transform: rotate(45deg);
        transition: top 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      .js-header-fix .g-nav-trigger__inner::after {
        transform: rotate(-45deg); }
    .js-header-fix.js-home-clear [data-page="home"] .g-nav-trigger__inner {
      background: rgba(255, 255, 255, 0); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

footer CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.footer {
  position: relative;
  width: 100%;
  padding: 40px 60px;
  overflow: hidden;
  background: #040C37;
  /*background: #FFF;*/
  /*border-top: solid 1px #CCC;*/
  z-index: 10; }
  @media (max-width: 900px) {
    .footer {
      padding: 5vw 20px; } }
  @media (max-width: 600px) {
    .footer {
      padding: 20px 15px 2.5vw; } }
  .footer__inner {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .footer__backtop {
    display: block;
    position: relative;
    width: 59px;
    height: 42px;
    margin: 0 auto 30px;
    overflow: hidden; }
    @media (max-width: 900px) {
      .footer__backtop {
        margin: 0 auto 3vw; } }
    @media (max-width: 600px) {
      .footer__backtop {
        margin: 0 auto 4.5vw; } }
    .footer__backtop::before, .footer__backtop::after {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      width: 39px;
      height: 22px;
      background: url(/assets/img/common/icon-arrow-top.svg) no-repeat center center/100% 100%;
      transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .footer__backtop::after {
      top: 52px; }
    .footer__backtop:hover::before {
      top: -32px; }
    .footer__backtop:hover::after {
      top: 10px; }
  .footer__logo-space {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 600px) {
      .footer__logo-space {
        position: static;
        text-align: center; } }
  .footer__logo {
    display: inline-block;
    /*width: 242px;*/
    width: 338px;
    padding: 10px;
    fill: #FFF; }
    @media (max-width: 900px) {
      .footer__logo {
        /*width: 242px * .75;*/
        width: 253.5px; } }
    @media (max-width: 600px) {
      .footer__logo {
        /*width: 242px* .5;*/
        width: 253.5px; } }
    .footer__logo[href*="/"] {
      transition: opacity .3s ease-in-out; }
      .footer__logo[href*="/"]:hover {
        opacity: .7; }
    .footer__logo .svg-fill {
      fill: #FFF; }
  .footer__copyright {
    color: #FFF;
    font-family: Helvetica, Arial;
    font-size: 1rem; }
    @media (max-width: 600px) {
      .footer__copyright {
        font-size: 2vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

wrapper CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.wrapper {
  position: relative;
  width: 100%;
  padding: 114px 0 0;
  overflow-x: hidden; }
  @media (max-width: 900px) {
    .wrapper {
      padding: 91.2px 0 0; } }
  @media (max-width: 600px) {
    .wrapper {
      padding: 68.4px 0 0; } }
  .wrapper[data-page="home"] {
    padding: 0; }
    @media (max-width: 900px) {
      .wrapper[data-page="home"] {
        padding: 8vw 0 0; } }
    @media (max-width: 600px) {
      .wrapper[data-page="home"] {
        padding: 68.4px 0 0; } }
  .wrapper__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background .3s ease-in-out;
    z-index: 99; }
    .js-header-fix .wrapper__cover {
      pointer-events: auto;
      background: rgba(0, 0, 0, 0.3); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

f-nav CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.f-nav__list, .f-nav__list--wide {
  min-width: 230px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px 0 14px;
  border-left: solid 1px #292F51; }
  @media (max-width: 1200px) {
    .f-nav__list, .f-nav__list--wide {
      margin: 0 0 20px; } }
  @media (max-width: 900px) {
    .f-nav__list, .f-nav__list--wide {
      margin: 0 0 3vw;
      padding: 0 10px 0 14px; } }
  @media (max-width: 600px) {
    .f-nav__list, .f-nav__list--wide {
      margin: 0 0 4.5vw;
      padding: 0 10px 0 14px; } }

.f-nav {
  position: relative;
  width: 100%; }
  .f-nav__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0; }
  .f-nav__col {
    width: 300px; }
    @media (max-width: 900px) {
      .f-nav__col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%; } }
    .f-nav__col--wide {
      display: flex;
      flex-wrap: wrap;
      width: calc(100% - 300px); }
      @media (max-width: 900px) {
        .f-nav__col--wide {
          width: calc(100% + 3vw);
          margin: 0 0 0 -3vw; } }
  .f-nav__action-btn {
    display: block;
    position: relative;
    width: 100%;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 20px;
    padding: 20px 80px 20px 30px;
    background: #071358;
    transition: background .3s ease-in-out; }
    .f-nav__action-btn::before, .f-nav__action-btn::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 40px;
      height: 13px;
      margin: -6px 0 0;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat top right/91px auto;
      transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
    .f-nav__action-btn::after {
      width: 0;
      right: 60px;
      transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1), right 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .f-nav__action-btn:hover {
      background: #4268D9; }
      .f-nav__action-btn:hover::before, .f-nav__action-btn:hover::after {
        width: 0;
        transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      .f-nav__action-btn:hover::after {
        width: 40px;
        right: 20px;
        transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), right 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
    @media (max-width: 900px) {
      .f-nav__action-btn {
        width: calc(50% - 15px); } }
  .f-nav__list--wide {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .f-nav__ttl, .f-nav__ttl--second, .f-nav__ttl--third {
    display: block;
    color: #FFF;
    /*color: map-get($key-color, primary);*/
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out; }
    .f-nav__ttl:hover, .f-nav__ttl--second:hover, .f-nav__ttl--third:hover {
      opacity: .5; }
  .f-nav__ttl--second {
    margin: 8px 0 0; }
  .f-nav__ttl--third {
    margin: 30px 0 0; }
  .f-nav__item {
    margin: 15px 0 0; }
    @media (max-width: 900px) {
      .f-nav__item {
        margin: 1.5vw 0 0; } }
    @media (max-width: 600px) {
      .f-nav__item {
        margin: 2.25vw 0 0; } }
  .f-nav__link {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    color: #FFF;
    /*color: map-get($key-color, primary);*/
    font-size: 1.2rem;
    line-height: 2;
    opacity: 1;
    transition: opacity .3s ease-in-out; }
    @media (max-width: 900px) {
      .f-nav__link {
        margin: 0 0 5px; } }
    @media (max-width: 600px) {
      .f-nav__link {
        margin: 0 0 5px; } }
    .f-nav__link:hover {
      opacity: .5; }
    .f-nav__link--nolink {
      display: block;
      width: 100%;
      margin: 0 0 5px;
      color: #555;
      font-size: 1.2rem;
      line-height: 2; }
      @media (max-width: 900px) {
        .f-nav__link--nolink {
          margin: 0 0 5px; } }
      @media (max-width: 600px) {
        .f-nav__link--nolink {
          margin: 0 0 5px; } }
  .f-nav__sns {
    display: flex;
    margin-top: 15px; }
    .f-nav__sns li {
      margin: 0 20px 0 0; }
      .f-nav__sns li a {
        font-size: 12px;
        line-height: 1;
        color: #fff;
        /*color: map-get($key-color, primary);*/
        letter-spacing: 0; }
        .f-nav__sns li a i {
          font-size: 3rem; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

container CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.container__inner, .container__inner--500, .container__inner--520, .container__inner--540, .container__inner--560, .container__inner--580, .container__inner--600, .container__inner--620, .container__inner--640, .container__inner--660, .container__inner--680, .container__inner--700, .container__inner--720, .container__inner--740, .container__inner--760, .container__inner--780, .container__inner--800, .container__inner--820, .container__inner--840, .container__inner--860, .container__inner--880, .container__inner--900, .container__inner--920, .container__inner--940, .container__inner--960, .container__inner--980, .container__inner--1000, .container__inner--1020, .container__inner--1040, .container__inner--1060, .container__inner--1080, .container__inner--1100, .container__inner--1120, .container__inner--1140, .container__inner--1160, .container__inner--1180, .container__inner--1200, .container__inner--1220, .container__inner--1240, .container__inner--1260, .container__inner--1280, .container__inner--1300, .container__inner--1320, .container__inner--1340, .container__inner--1360, .container__inner--1380, .container__inner--1400, .container__inner--1420, .container__inner--1440, .container__inner--1460, .container__inner--1480, .container__inner--1500, .container__inner--1520, .container__inner--1540, .container__inner--1560, .container__inner--1580, .container__inner--1600, .container__inner--1620, .container__inner--1640, .container__inner--1660, .container__inner--1680 {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.container__content, .container__content--top, .container__content--bottom, .container__content--none, .container__content--sidenone, .about__container--top {
  position: relative;
  width: 100%;
  padding: 100px 25px; }
  @media (max-width: 900px) {
    .container__content, .container__content--top, .container__content--bottom, .container__content--none, .container__content--sidenone, .about__container--top {
      padding: 10vw 20px; } }
  @media (max-width: 600px) {
    .container__content, .container__content--top, .container__content--bottom, .container__content--none, .container__content--sidenone, .about__container--top {
      padding: 15vw 15px; } }

.container {
  position: relative;
  width: 100%;
  z-index: 1; }
  .container__content--top {
    padding-bottom: 0; }
  .container__content--bottom {
    padding-top: 0; }
  .container__content--none {
    padding-top: 0;
    padding-bottom: 0; }
  .container__content--sidenone {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 900px) {
      .container__content--sidenone {
        padding: 10vw 0; } }
    @media (max-width: 600px) {
      .container__content--sidenone {
        padding: 15vw 0; } }
  .container__inner--500 {
    max-width: 500px; }
  .container__inner--520 {
    max-width: 520px; }
  .container__inner--540 {
    max-width: 540px; }
  .container__inner--560 {
    max-width: 560px; }
  .container__inner--580 {
    max-width: 580px; }
  .container__inner--600 {
    max-width: 600px; }
  .container__inner--620 {
    max-width: 620px; }
  .container__inner--640 {
    max-width: 640px; }
  .container__inner--660 {
    max-width: 660px; }
  .container__inner--680 {
    max-width: 680px; }
  .container__inner--700 {
    max-width: 700px; }
  .container__inner--720 {
    max-width: 720px; }
  .container__inner--740 {
    max-width: 740px; }
  .container__inner--760 {
    max-width: 760px; }
  .container__inner--780 {
    max-width: 780px; }
  .container__inner--800 {
    max-width: 800px; }
  .container__inner--820 {
    max-width: 820px; }
  .container__inner--840 {
    max-width: 840px; }
  .container__inner--860 {
    max-width: 860px; }
  .container__inner--880 {
    max-width: 880px; }
  .container__inner--900 {
    max-width: 900px; }
  .container__inner--920 {
    max-width: 920px; }
  .container__inner--940 {
    max-width: 940px; }
  .container__inner--960 {
    max-width: 960px; }
  .container__inner--980 {
    max-width: 980px; }
  .container__inner--1000 {
    max-width: 1000px; }
  .container__inner--1020 {
    max-width: 1020px; }
  .container__inner--1040 {
    max-width: 1040px; }
  .container__inner--1060 {
    max-width: 1060px; }
  .container__inner--1080 {
    max-width: 1080px; }
  .container__inner--1100 {
    max-width: 1100px; }
  .container__inner--1120 {
    max-width: 1120px; }
  .container__inner--1140 {
    max-width: 1140px; }
  .container__inner--1160 {
    max-width: 1160px; }
  .container__inner--1180 {
    max-width: 1180px; }
  .container__inner--1200 {
    max-width: 1200px; }
  .container__inner--1220 {
    max-width: 1220px; }
  .container__inner--1240 {
    max-width: 1240px; }
  .container__inner--1260 {
    max-width: 1260px; }
  .container__inner--1280 {
    max-width: 1280px; }
  .container__inner--1300 {
    max-width: 1300px; }
  .container__inner--1320 {
    max-width: 1320px; }
  .container__inner--1340 {
    max-width: 1340px; }
  .container__inner--1360 {
    max-width: 1360px; }
  .container__inner--1380 {
    max-width: 1380px; }
  .container__inner--1400 {
    max-width: 1400px; }
  .container__inner--1420 {
    max-width: 1420px; }
  .container__inner--1440 {
    max-width: 1440px; }
  .container__inner--1460 {
    max-width: 1460px; }
  .container__inner--1480 {
    max-width: 1480px; }
  .container__inner--1500 {
    max-width: 1500px; }
  .container__inner--1520 {
    max-width: 1520px; }
  .container__inner--1540 {
    max-width: 1540px; }
  .container__inner--1560 {
    max-width: 1560px; }
  .container__inner--1580 {
    max-width: 1580px; }
  .container__inner--1600 {
    max-width: 1600px; }
  .container__inner--1620 {
    max-width: 1620px; }
  .container__inner--1640 {
    max-width: 1640px; }
  .container__inner--1660 {
    max-width: 1660px; }
  .container__inner--1680 {
    max-width: 1680px; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

video-frame CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.video-frame {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
  z-index: 1; }
  .video-frame__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

hero-area CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.hero-area__inner, .hero-area__inner--white {
  position: relative;
  width: 100%;
  min-height: 230px;
  padding: 15.3333333333% 0 0;
  /*background: #F6F6F6;*/ }
  @media (max-width: 900px) {
    .hero-area__inner, .hero-area__inner--white {
      padding: 26.6666666667% 0 0; } }
  @media (max-width: 600px) {
    .hero-area__inner, .hero-area__inner--white {
      min-height: 180px;
      padding: 33.3333333333% 0 0; } }

.hero-area {
  width: 100%; }
  .hero-area__inner--white {
    background: #FFF; }
    .hero-area__inner--white::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #EEE; }
  .hero-area__heading {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 25px;
    transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 900px) {
      .hero-area__heading {
        padding: 0 20px; } }
    @media (max-width: 600px) {
      .hero-area__heading {
        padding: 0 15px 4.5vw; }
        .hero-area__heading::before {
          width: 9vw;
          margin: 0 0 0 -4.5vw; } }
    .hero-area__heading--white {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      padding: 0 25px 30px;
      transform: translateY(-50%);
      z-index: 2; }
      .hero-area__heading--white::before {
        content: none; }
      @media (max-width: 900px) {
        .hero-area__heading--white {
          padding: 0 20px 3vw; }
          .hero-area__heading--white::before {
            width: 6vw;
            margin: 0 0 0 -3vw; } }
      @media (max-width: 600px) {
        .hero-area__heading--white {
          padding: 0 15px 4.5vw; }
          .hero-area__heading--white::before {
            width: 9vw;
            margin: 0 0 0 -4.5vw; } }
  .hero-area__en {
    display: block;
    color: #4268D9;
    font-size: 8.5rem;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 100;
    margin: 0 0 20px; }
    @media (max-width: 900px) {
      .hero-area__en {
        font-size: 8.5vw; } }
    @media (max-width: 600px) {
      .hero-area__en {
        font-size: 12.75vw; } }
    .hero-area__en--white {
      display: block;
      color: #FFF;
      font-size: 8.5rem;
      text-align: center;
      letter-spacing: 0;
      line-height: 1;
      margin: 0 0 20px;
      font-weight: 100; }
      @media (max-width: 900px) {
        .hero-area__en--white {
          font-size: 8.5vw; } }
      @media (max-width: 600px) {
        .hero-area__en--white {
          font-size: 12.75vw;
          margin: 0 0 10px; } }
  .hero-area__ja {
    position: relative;
    display: block;
    color: #444;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
    padding: 0 20px 30px; }
    .hero-area__ja::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 60px;
      height: 1px;
      margin: 0 0 0 -30px;
      background: #999999; }
    @media (max-width: 900px) {
      .hero-area__ja {
        font-size: 3vw;
        padding: 0 20px 3vw; }
        .hero-area__ja::before {
          width: 6vw;
          margin: 0 0 0 -3vw; } }
    @media (max-width: 600px) {
      .hero-area__ja {
        font-size: 4vw; } }
    .hero-area__ja--white {
      display: block;
      color: #FFF;
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      letter-spacing: .1em; }
      @media (max-width: 900px) {
        .hero-area__ja--white {
          font-size: 3vw; } }
      @media (max-width: 600px) {
        .hero-area__ja--white {
          font-size: 4vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-top CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-top {
  position: relative;
  background: none; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-heading CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-heading__box, .home-heading__box--dark {
  display: block;
  position: relative;
  font-size: 7.5rem;
  line-height: 1; }
  @media (max-width: 900px) {
    .home-heading__box, .home-heading__box--dark {
      font-size: 7.5vw; } }
  @media (max-width: 600px) {
    .home-heading__box, .home-heading__box--dark {
      font-size: 10.5vw; } }
  .home-heading__box::before, .home-heading__box--dark::before {
    content: "";
    display: block;
    position: absolute;
    top: .08em;
    left: .05em;
    right: .05em;
    bottom: .12em;
    background: #071358; }

.home-heading__txt, .home-heading__txt--white {
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0; }
  @media (max-width: 900px) {
    .home-heading__txt, .home-heading__txt--white {
      font-size: 2.6vw;
      margin: 0; } }
  @media (max-width: 600px) {
    .home-heading__txt, .home-heading__txt--white {
      font-size: 3.9vw;
      margin: 0; } }

.home-heading {
  display: block;
  position: relative;
  z-index: 1; }
  .home-heading__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start; }
  .home-heading__box--dark::before {
    background: #221450; }
  .home-heading__box-txt {
    display: block;
    position: relative;
    color: #FFF;
    z-index: 2; }
  .home-heading__txt--white {
    color: #FFF; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-hero CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-hero {
  display: block;
  position: relative;
  width: 100%;
  height: 58.2vw;
  z-index: 2; }
  @media (max-width: 600px) {
    .home-hero {
      height: 156.25vw; } }
  .home-hero__inner {
    position: absolute;
    left: 54px;
    top: 27.4vw;
    z-index: 1; }
    @media (max-width: 1500px) {
      .home-hero__inner {
        left: 20px;
        top: 26.4vw; } }
    @media (max-width: 1200px) {
      .home-hero__inner {
        top: 20vw; } }
    @media (max-width: 900px) {
      .home-hero__inner {
        width: 70%; } }
    @media (max-width: 600px) {
      .home-hero__inner {
        width: 86%;
        left: 7vw;
        top: 45.3125vw; } }
  .home-hero__concept {
    margin: 0 0 45px;
    font-size: 6rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #FFF;
    position: relative; }
    @media (max-width: 1500px) {
      .home-hero__concept {
        font-size: 4vw; } }
    @media (max-width: 900px) {
      .home-hero__concept {
        margin: 0 0 20px;
        font-size: 3.5vw; } }
    @media (max-width: 600px) {
      .home-hero__concept {
        margin: 0 0 15px;
        font-size: 9vw; } }
    @media (max-width: 600px) {
      .home-hero__concept.pc-disp {
        display: none; } }
    .home-hero__concept.sp-disp {
      display: none; }
      @media (max-width: 600px) {
        .home-hero__concept.sp-disp {
          display: block; } }
  .home-hero__marker {
    position: relative;
    z-index: 1; }
    .home-hero__marker::before {
      content: "";
      display: block;
      position: absolute;
      top: 0.3em;
      left: .05em;
      right: .8em;
      bottom: .12em;
      background: #0A1B7C;
      z-index: -1; }
  .home-hero__concept-link {
    height: 75px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    padding: 30px 93px 0 0;
    position: relative;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3);
    color: color .3s ease-in-out; }
    @media (max-width: 1200px) {
      .home-hero__concept-link {
        padding: 15px 78px 0 0; } }
    @media (max-width: 900px) {
      .home-hero__concept-link {
        padding: 9px 50px 0 0;
        font-size: 1.6rem; } }
    @media (max-width: 600px) {
      .home-hero__concept-link {
        height: auto;
        padding: 0 50px 0 0;
        font-size: 4.2vw;
        line-height: 1.6; } }
    @media (max-width: 600px) {
      .home-hero__concept-link.pc-disp {
        display: none; } }
    .home-hero__concept-link.sp-disp {
      display: none; }
      @media (max-width: 600px) {
        .home-hero__concept-link.sp-disp {
          display: inline-block; } }
    .home-hero__concept-link:hover .home-hero__play .svg-fill {
      fill: #FFF; }
    .home-hero__concept-link:hover .home-hero__play .svg-fill-white {
      fill: #071358; }
  .home-hero__play {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px; }
    .home-hero__play .svg-fill {
      fill: #4268D9;
      transition: fill .3s ease-in-out; }
    .home-hero__play .svg-fill-white {
      fill: #FFF;
      transition: fill .3s ease-in-out; }
    @media (max-width: 1200px) {
      .home-hero__play {
        width: 50px;
        height: 50px; } }
    @media (max-width: 900px) {
      .home-hero__play {
        width: 40px;
        height: 40px; } }
    @media (max-width: 600px) {
      .home-hero__play {
        top: 50%;
        transform: translateY(-50%);
        filter: drop-shadow(1px 1px 0 #FFF) drop-shadow(-1px 1px 0 #FFF) drop-shadow(1px -1px 0 #FFF) drop-shadow(-1px -1px 0 #FFF); } }
  .home-hero__profile {
    position: absolute;
    right: 10px;
    bottom: 8vw;
    z-index: 1; }
    @media (max-width: 900px) {
      .home-hero__profile {
        bottom: 7vw; } }
    @media (max-width: 600px) {
      .home-hero__profile {
        right: 15px;
        bottom: 52px; } }
  .home-hero__profile-txt {
    margin: 0 0 24px;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #071358; }
    @media (max-width: 1500px) {
      .home-hero__profile-txt {
        font-size: 2vw; } }
    @media (max-width: 900px) {
      .home-hero__profile-txt {
        margin: 0 0 16px;
        font-size: 2.2vw; } }
    @media (max-width: 600px) {
      .home-hero__profile-txt {
        margin: 0 0 15px;
        font-size: 3.6vw; } }
    .home-hero__profile-txt .tb-disp {
      display: block; }
      @media (max-width: 900px) {
        .home-hero__profile-txt .tb-disp {
          display: none; } }
      @media (max-width: 600px) {
        .home-hero__profile-txt .tb-disp {
          display: block; } }
  .home-hero__profile-marker {
    position: relative;
    z-index: 1; }
    .home-hero__profile-marker::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #FFF;
      z-index: -1; }
  .home-hero__profile-name {
    text-align: right; }
  .home-hero__profile-wrap {
    display: inline-block;
    padding: 0 14px;
    font-size: 3rem;
    font-weight: bold;
    color: #071358;
    position: relative;
    z-index: 1; }
    .home-hero__profile-wrap::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #FFF;
      z-index: -1; }
    @media (max-width: 1500px) {
      .home-hero__profile-wrap {
        font-size: 2.4vw; } }
    @media (max-width: 900px) {
      .home-hero__profile-wrap {
        font-size: 2.2vw; } }
    @media (max-width: 600px) {
      .home-hero__profile-wrap {
        font-size: 4vw; } }
  .home-hero__profile-class {
    font-size: 1.8rem;
    vertical-align: middle;
    margin: 0 0 0 1em; }
    @media (max-width: 900px) {
      .home-hero__profile-class {
        font-size: 1.8vw; } }
    @media (max-width: 600px) {
      .home-hero__profile-class {
        font-size: 3vw; } }
  .home-hero__heading, .home-hero__txt {
    width: 100%; }
  .home-hero__link {
    display: flex;
    align-items: center;
    max-width: 220px;
    min-height: 50px;
    padding: 16px 70px 16px 16px;
    background: #071358; }
    .home-hero__link:hover {
      background: #4268D9; }
    @media (max-width: 600px) {
      .home-hero__link {
        min-height: 1px; } }
  .home-hero__slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 58.2vw;*/
    z-index: 0; }
    .home-hero__slider .slick-dots {
      width: auto;
      right: 112px;
      bottom: 10px; }
      @media (max-width: 600px) {
        .home-hero__slider .slick-dots {
          display: none !important; } }
    .home-hero__slider .slick-dots li {
      width: 30px;
      height: auto;
      margin: 0 4px; }
    .home-hero__slider .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 30px;
      height: auto;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
    .home-hero__slider .slick-dots li button:before {
      width: 30px;
      height: 3px;
      content: '';
      opacity: 1;
      background: #FFF; }
    .home-hero__slider .slick-dots li.slick-active button:before {
      opacity: 1;
      background: #999; }
    .home-hero__slider .slick-counter {
      display: inline-block;
      width: 100px;
      padding: 8px 0;
      text-align: center;
      font-size: 2.2rem;
      line-height: 1;
      background: #FFF;
      position: absolute;
      bottom: 0;
      right: 0; }
      @media (max-width: 900px) {
        .home-hero__slider .slick-counter {
          font-size: 1.6rem; } }
      @media (max-width: 600px) {
        .home-hero__slider .slick-counter {
          width: 50px;
          padding: 8px 0;
          text-align: center;
          font-size: 1.1rem; } }
  .home-hero__slider-img--pc {
    position: relative;
    z-index: 0; }
    @media (max-width: 600px) {
      .home-hero__slider-img--pc {
        display: none !important; } }
  .home-hero__slider-img--sp {
    display: none !important;
    position: relative;
    z-index: 0; }
    @media (max-width: 600px) {
      .home-hero__slider-img--sp {
        display: block !important; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-news CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-news {
  position: relative;
  background: #FFF;
  z-index: 1;
  padding: 0;
  	/*&.container__content {
  		padding: 0 0 100px;
  
  		@include tb {
  			padding: 0 0 10vw;
  		}
  
  		@include sp {
  			padding: 0 0 (10vw * 1.5);
  		}
  	}*/ }
  .home-news__list {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0;
    opacity: 0; }
  .home-news__list.na-anim-init {
    opacity: 1;
    transition: opacity 0.5s 0.1s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-news__item {
    display: block;
    width: 100%;
    color: #333;
    margin: 0;
    padding: 10px 30px;
    border-bottom: solid 1px #EEE;
    transition: all .3s ease-in-out;
    		/*&:hover {
    			color: #FFF;
    			background: #333;
    
    			.home-news__date {
    				color: rgba(#FFF, .7);
    			}
    		}*/ }
    @media (max-width: 900px) {
      .home-news__item {
        padding: 10px 20px; } }
    @media (max-width: 600px) {
      .home-news__item {
        display: block;
        padding: 10px 15px; } }
  .home-news__item-inner {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative; }
    .home-news__item-inner::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #FFF;
      z-index: 2; }
    @media (max-width: 900px) {
      .home-news__item-inner {
        display: block; } }
  .home-news__item-inner.na-anim-init::before {
    width: 0;
    transition: width 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-news__item-icon {
    /*width: 74px;*/
    padding: 6px 18px;
    font-size: 1.2rem;
    line-height: 1;
    color: #FFF;
    background: #4268D9; }
    @media (max-width: 900px) {
      .home-news__item-icon {
        display: inline-block;
        margin: 0 10px 5px 0; } }
  .home-news__date {
    width: auto;
    margin: 0 15px;
    font-size: 1.4rem;
    color: #000; }
    @media (max-width: 900px) {
      .home-news__date {
        display: inline-block;
        margin: 0;
        font-size: 1.2rem; } }
  .home-news__ttl {
    width: calc(100% - 217px);
    font-size: 1.4rem;
    color: #000; }
    @media (max-width: 600px) {
      .home-news__ttl {
        display: block;
        width: 100%; } }
  .home-news__link {
    line-height: 1;
    display: flex;
    align-items: center;
    max-width: 220px;
    min-height: 50px;
    margin: 0 auto;
    padding: 0 75px 0 16px;
    background: #071358;
    position: relative;
    opacity: 0;
    transform: translateY(10px); }
    .home-news__link:hover {
      background: #4268D9; }
    @media (max-width: 600px) {
      .home-news__link {
        min-height: 1px;
        padding: 15px 70px 15px 15px; } }
  .home-news__link.na-anim-init {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s 0.1s cubic-bezier(0.77, 0, 0.175, 1); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-about CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-about__header, .home-about__header--message {
  box-sizing: border-box;
  width: 44.7vw;
  max-width: 670px;
  padding: 58px 35px 43px;
  background: #4268D9;
  position: absolute;
  left: 0;
  bottom: -50px;
  border-radius: 0 0 0 23px;
  transform: translateY(10px);
  opacity: 0;
  z-index: 1; }
  @media (max-width: 1200px) {
    .home-about__header, .home-about__header--message {
      padding: 5vw 35px 43px; } }
  @media (max-width: 900px) {
    .home-about__header, .home-about__header--message {
      width: 100%;
      max-width: none;
      position: relative;
      bottom: 0; } }
  @media (max-width: 600px) {
    .home-about__header, .home-about__header--message {
      padding: 48px 20px 30px; } }

.home-about__imgbox, .home-about__imgbox--message {
  width: 72vw;
  max-width: 1080px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }
  @media (max-width: 900px) {
    .home-about__imgbox, .home-about__imgbox--message {
      width: 100%;
      position: relative; } }
  .home-about__imgbox::before, .home-about__imgbox--message::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 2; }

.home-about__inner {
  width: 100%;
  max-width: 1300px;
  height: 33.333vw;
  max-height: 500px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 900px) {
    .home-about__inner {
      height: auto;
      max-height: none; } }
.na-anim-init .home-about__header, .na-anim-init .home-about__header--message {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
.home-about__header--message {
  left: auto;
  right: 0;
  background: #071358; }
.home-about__box {
  display: block;
  position: absolute;
  left: 35px;
  top: -38px;
  font-size: 7.6rem;
  font-weight: 100;
  letter-spacing: 0.05em;
  color: #CCC;
  line-height: 1;
  z-index: 2; }
  @media (max-width: 1200px) {
    .home-about__box {
      font-size: 5.8vw; } }
  @media (max-width: 900px) {
    .home-about__box {
      font-size: 7.5vw; } }
  @media (max-width: 600px) {
    .home-about__box {
      top: -15px;
      left: 20px;
      font-size: 10.5vw; } }
.home-about__imgbox {
  height: 33.3333vw;
  overflow: hidden; }
  @media (max-width: 900px) {
    .home-about__imgbox {
      height: auto; } }
.na-anim-init .home-about__imgbox::before, .na-anim-init .home-about__imgbox--message::before {
  width: 0;
  transition: width 0.5s 0.1s cubic-bezier(0.77, 0, 0.175, 1); }
.home-about__imgbox--message {
  right: auto;
  left: 0; }
.home-about__movie-wrapper {
  position: absolute;
  width: 100%;
  padding: 56.25% 0 0;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 900px) {
    .home-about__movie-wrapper {
      position: relative;
      top: auto;
      transform: none; } }
@media (max-width: 600px) {
  .home-about__img--pc {
    display: none; } }
.home-about__img--sp {
  display: none; }
  @media (max-width: 600px) {
    .home-about__img--sp {
      display: block; } }
.home-about__lead {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold; }
  @media (max-width: 600px) {
    .home-about__lead {
      font-size: 4.8vw; } }
.home-about__txt {
  margin: 36px 0 0;
  font-weight: bold;
  color: #FFF; }
  @media (max-width: 600px) {
    .home-about__txt {
      margin: 25px 0 0;
      font-size: 1.3rem; } }
.home-about__link {
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  max-width: 220px;
  min-height: 50px;
  margin: 36px 0 0;
  padding: 0 75px 0 16px;
  border: solid 1px #FFF;
  background: none; }
  @media (max-width: 600px) {
    .home-about__link {
      min-height: 1px;
      padding: 15px 70px 15px 15px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-person CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-person__header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 50px;
  text-align: center; }

.home-person__inner {
  width: 100%;
  margin: 0 auto;
  position: relative; }
.home-person__title {
  color: #000;
  font-size: 2.2rem;
  text-align: center;
  margin: 0;
  position: relative; }
  .home-person__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 2; }
  @media (max-width: 900px) {
    .home-person__title {
      font-size: 2.2vw;
      margin: 0; } }
  @media (max-width: 600px) {
    .home-person__title {
      font-size: 3.3vw;
      margin: 0; } }
.na-anim-init .home-person__title::before {
  width: 0;
  transition: width 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
.home-person__box {
  display: inline-block;
  padding: 0 0 5px;
  text-align: center;
  font-size: 7.6rem;
  font-weight: 100;
  letter-spacing: 0.05em;
  color: #4268D9;
  line-height: 1;
  position: relative;
  z-index: 1; }
  .home-person__box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 2; }
  @media (max-width: 1200px) {
    .home-person__box {
      font-size: 5.8vw; } }
  @media (max-width: 900px) {
    .home-person__box {
      font-size: 7.5vw; } }
  @media (max-width: 600px) {
    .home-person__box {
      font-size: 10.5vw; } }
.na-anim-init .home-person__box::before {
  width: 0;
  transition: width 0.5s 0.1s cubic-bezier(0.77, 0, 0.175, 1); }
.home-person__txt {
  margin: 36px 0 49px;
  font-size: 1.6rem;
  text-align: center;
  transform: translateY(10px);
  opacity: 0; }
  @media (max-width: 900px) {
    .home-person__txt {
      text-align: left;
      padding: 0 15px; } }
  @media (max-width: 600px) {
    .home-person__txt {
      margin: 36px 0 0; } }
.na-anim-init .home-person__txt {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s 0.8s cubic-bezier(0.77, 0, 0.175, 1); }
.home-person__back-img {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 7vw;
  position: relative;
  z-index: 0; }
  @media (max-width: 900px) {
    .home-person__back-img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 600px) {
    .home-person__back-img {
      top: 0;
      transform: none; } }
@media (max-width: 600px) {
  .home-person__img--pc {
    display: none; } }
.home-person__img--sp {
  display: none; }
  @media (max-width: 600px) {
    .home-person__img--sp {
      display: block; } }
.home-person__list-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  opacity: 0; }
  @media (max-width: 600px) {
    .home-person__list-wrap {
      padding: 10vw 0 0; } }
.home-person__list-wrap.na-anim-init {
  opacity: 1;
  transition: opacity 0.5s 0.8s cubic-bezier(0.77, 0, 0.175, 1); }
.home-person__list {
  /*display: flex;
  flex-wrap: wrap;*/
  width: 100%;
  padding: 28px 0 0;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 1; }
  .home-person__list::before {
    content: "";
    display: block;
    width: 96vw;
    max-width: 1439px;
    height: 100%;
    background: #6887E1;
    opacity: .8;
    position: absolute;
    top: 0; }
  @media (max-width: 900px) {
    .home-person__list {
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      position: relative;
      left: 0;
      bottom: 0; } }
.home-person__list-item {
  width: 22.7%;
  margin: 28px 48px 0 0;
  position: relative; }
  @media (max-width: 900px) {
    .home-person__list-item {
      width: 42.7%;
      margin: 28px 20px 0 0; } }
  .home-person__list-item::before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 90.57%;
    border: solid 10px #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0; }
    @media (max-width: 900px) {
      .home-person__list-item::before {
        border: solid 5px #FFF; } }
.home-person__list-link {
  display: block; }
  .home-person__list-link:hover .home-person__profile {
    background: #071358; }
.home-person__people {
  width: 16.5vw;
  max-width: 247px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 600px) {
    .home-person__people {
      width: 80%; } }
.home-person__profile {
  box-sizing: border-box;
  display: block;
  width: 86.18%;
  padding: 14px 12px;
  line-height: 1;
  color: #FFF;
  background: #444;
  position: absolute;
  left: 10px;
  bottom: 97px;
  z-index: 2;
  transition: background .3s ease-in-out; }
  @media (max-width: 600px) {
    .home-person__profile {
      line-height: 1.2;
      bottom: 80px; } }
.home-person__name {
  display: inline-block;
  font-size: 2rem;
  vertical-align: middle;
  color: #FFF; }
  @media (max-width: 1200px) {
    .home-person__name {
      display: block;
      margin: 0 0 8px; } }
  @media (max-width: 600px) {
    .home-person__name {
      font-size: 1.6rem;
      margin: 0 0 6px; } }
.home-person__class {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin: 0 0 0 1em;
  color: #FFF; }
  @media (max-width: 1200px) {
    .home-person__class {
      display: block;
      margin: 0; } }
  @media (max-width: 600px) {
    .home-person__class {
      margin: 0; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-foot CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-foot {
  position: relative; }
  .home-foot::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 2; }
  .home-foot.na-anim-init::before {
    width: 0;
    transition: width 0.5s 0.1s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-foot__txt {
    font-size: 3.8rem;
    font-weight: bold;
    font-style: italic;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0; }
    @media (max-width: 900px) {
      .home-foot__txt {
        font-size: 2.6vw;
        margin: 0;
        right: 50px; } }
    @media (max-width: 600px) {
      .home-foot__txt {
        font-size: 3.9vw;
        margin: 0;
        right: 20px; } }
  .na-anim-init .home-foot__txt {
    opacity: 1;
    transition: opacity 0.5s 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-foot__img {
    position: relative;
    z-index: 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-informaion CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-informaion__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 0 30px;
  position: relative; }
.home-informaion__header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 50px;
  text-align: center; }
  @media (max-width: 600px) {
    .home-informaion__header {
      padding-bottom: 5vw; } }
.home-informaion__backimg {
  width: 500px;
  height: 470px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/assets/img/home/information_bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0; }
  .home-informaion__backimg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 2; }
  @media (max-width: 600px) {
    .home-informaion__backimg {
      width: 92vw;
      height: 110vw;
      left: -15px;
      top: 100px;
      bottom: auto;
      background-image: url("/assets/img/home/information_bg_sp.jpg"); } }
.home-informaion__backimg.na-anim-init::before {
  width: 0;
  transition: width 0.5s 0.1s cubic-bezier(0.77, 0, 0.175, 1); }
.home-informaion__list {
  display: flex;
  flex-wrap: wrap;
  width: 69.57%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px); }
  @media (max-width: 600px) {
    .home-informaion__list {
      width: 88vw; } }
.home-informaion__list.na-anim-init {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
.home-informaion__list-item {
  width: 48.96%;
  margin: 0 2.08% 20px 0;
  position: relative; }
  .home-informaion__list-item:nth-child(2n) {
    margin: 0 0 20px; }
  .home-informaion__list-item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 27px 27px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1; }
  @media (max-width: 600px) {
    .home-informaion__list-item {
      width: 100%;
      margin: 0 0 20px; } }
.home-informaion__list-link {
  display: block;
  position: relative;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 15px 30px 59px 30px;
  margin: 0 auto;
  background: #F3F3F3;
  transition: background .3s ease-in-out; }
  @media (max-width: 600px) {
    .home-informaion__list-link {
      font-size: 1.4rem;
      padding: 3vw 3vw 30px; } }
  .home-informaion__list-link::before, .home-informaion__list-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 28px;
    right: 30px;
    width: 40px;
    height: 11px;
    margin: -6px 0 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
    @media (max-width: 600px) {
      .home-informaion__list-link::before, .home-informaion__list-link::after {
        bottom: 10px; } }
  .home-informaion__list-link::after {
    right: 70px;
    width: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-informaion__list-link:hover::before {
    width: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-informaion__list-link:hover::after {
    right: 30px;
    width: 40px;
    transition: right 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-informaion__list-link .sp-disp {
    display: none; }
    @media (max-width: 600px) {
      .home-informaion__list-link .sp-disp {
        display: block; } }
.home-informaion__list-txt {
  display: block;
  padding: 0 0 16px;
  border-bottom: solid 1px #CCC; }
  @media (max-width: 600px) {
    .home-informaion__list-txt {
      padding: 0 0 2vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

recruit-faq CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.recruit-faq__list, .recruit-faq__list--first {
  display: block;
  box-sizing: border-box;
  width: calc(100% - 60px);
  margin-left: 60px;
  border-bottom: solid 1px #DDD; }
  @media (max-width: 600px) {
    .recruit-faq__list, .recruit-faq__list--first {
      width: 100%;
      margin-left: 0; } }

.recruit-faq__training-step, .recruit-faq__training-step--center {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 2px 0 0;
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: bold;
  background: #AF9CE7;
  position: relative; }
  .recruit-faq__training-step::before, .recruit-faq__training-step--center::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 20px;
    border-color: #FFF #FFF #FFF #AF9CE7;
    position: absolute;
    right: 0;
    top: 0; }

.recruit-faq__ancor {
  max-width: 820px;
  margin: 0 auto;
  padding: 0; }
.recruit-faq__ancor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #DDD; }
  @media (max-width: 600px) {
    .recruit-faq__ancor-list {
      display: block; } }
.recruit-faq__ancor-item {
  box-sizing: border-box;
  width: 50%;
  border-left: solid 1px #DDD;
  border-top: solid 1px #DDD;
  border-right: solid 1px #DDD;
  /*&:nth-child(n+3) {
      border-bottom: solid 1px #DDD; 
  }*/ }
  @media (max-width: 600px) {
    .recruit-faq__ancor-item {
      width: 100%; } }
  .recruit-faq__ancor-item:nth-child(odd) {
    border-right: none; }
.recruit-faq__ancor-link {
  display: flex;
  align-items: center;
  max-width: none;
  min-height: 80px;
  padding-left: 20px;
  background: none;
  color: #000;
  font-weight: normal;
  font-size: 1.6rem; }
  .recruit-faq__ancor-link::before, .recruit-faq__ancor-link::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%234268D9%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right; }
  .recruit-faq__ancor-link::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right; }
  .recruit-faq__ancor-link:hover {
    background: #4268D9;
    color: #FFF; }
  @media (max-width: 600px) {
    .recruit-faq__ancor-link {
      width: 100%;
      font-size: 1.4rem;
      min-height: 1px;
      padding: 15px 70px 15px 15px; } }
.recruit-faq__title {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 0 0 60px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: relative; }
  .recruit-faq__title--m25 {
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 0 0 60px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    .recruit-faq__title--m25::before {
      content: "";
      width: 40px;
      height: 2px;
      background: #4268D9;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 600px) {
        .recruit-faq__title--m25::before {
          width: 20px; } }
    @media (max-width: 600px) {
      .recruit-faq__title--m25 {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 0 0 0 30px;
        margin: 0 auto 25px; } }
  .recruit-faq__title--m30-bar {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 0 20px 60px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    border-bottom: #DDD solid 1px; }
    .recruit-faq__title--m30-bar::before {
      content: "";
      width: 40px;
      height: 2px;
      background: #4268D9;
      position: absolute;
      left: 0;
      top: auto;
      bottom: calc(50% + 8px);
      transform: translateY(-50%); }
      @media (max-width: 600px) {
        .recruit-faq__title--m30-bar::before {
          width: 20px;
          bottom: calc(50% + 4px); } }
    @media (max-width: 600px) {
      .recruit-faq__title--m30-bar {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 0 0 10px 30px;
        margin: 0 auto 25px; } }
  .recruit-faq__title--mt75 {
    width: 100%;
    margin: 75px auto 25px;
    padding: 0 0 0 60px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    .recruit-faq__title--mt75::before {
      content: "";
      width: 40px;
      height: 2px;
      background: #4268D9;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 600px) {
        .recruit-faq__title--mt75::before {
          width: 20px; } }
    @media (max-width: 600px) {
      .recruit-faq__title--mt75 {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 0 0 0 30px;
        margin: 25px auto; } }
  @media (max-width: 600px) {
    .recruit-faq__title {
      font-size: 1.6rem;
      line-height: 1.5;
      padding: 0 0 0 30px;
      margin: 0 auto 25px; } }
  .recruit-faq__title::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #4268D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 600px) {
      .recruit-faq__title::before {
        width: 20px; } }
.recruit-faq__contents {
  margin: 50px auto 0; }
  @media (max-width: 600px) {
    .recruit-faq__contents {
      margin: 13vw auto 0; } }
.recruit-faq__list--first {
  border-top: solid 1px #DDD; }
.recruit-faq__question {
  display: block;
  box-sizing: border-box;
  padding: 28px 25px 28px 55px;
  color: #444;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  @media (max-width: 600px) {
    .recruit-faq__question {
      padding: 18px 30px 18px 40px; } }
  .recruit-faq__question:hover {
    opacity: .5; }
    @media (max-width: 600px) {
      .recruit-faq__question:hover {
        opacity: 1; } }
  .recruit-faq__question::before {
    content: "Q";
    width: 32px;
    height: 52px;
    font-family: Roboto,sans-serif;
    font-size: 5rem;
    font-weight: 100;
    line-height: 1;
    color: #4268D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    @media (max-width: 600px) {
      .recruit-faq__question::before {
        font-size: 2.8rem;
        left: 1%;
        width: 25px;
        height: 32px; } }
  .recruit-faq__question::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 20px;
    height: 10px;
    background: url(/assets/img/faq/icon-arrow-top.svg) no-repeat center center/100% 100%;
    transform: rotate(180deg); }
  .recruit-faq__question.open::after {
    transform: rotate(0deg); }
.recruit-faq__anser {
  display: none; }
.recruit-faq__anser-inner {
  padding: 28px 25px 28px 55px;
  color: #444;
  position: relative; }
  @media (max-width: 600px) {
    .recruit-faq__anser-inner {
      padding: 0 30px 18px 40px; } }
  .recruit-faq__anser-inner::before {
    content: "A";
    width: 32px;
    height: 52px;
    font-family: Roboto,sans-serif;
    font-size: 5rem;
    font-weight: 100;
    line-height: 1;
    color: #4268D9;
    position: absolute;
    left: 0;
    top: 40px;
    transform: translateY(-50%);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    @media (max-width: 600px) {
      .recruit-faq__anser-inner::before {
        font-size: 2.8rem;
        left: 2%;
        top: 12px;
        width: 18px;
        height: 26px; } }
.recruit-faq__txt {
  margin: 0 0 20px; }
.recruit-faq__anser-link {
  text-decoration: underline;
  color: #071358; }
.recruit-faq__product-link {
  font-weight: bold;
  text-decoration: underline;
  color: #071358; }
.recruit-faq__training {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  border: solid 1px #DDD; }
  @media (max-width: 600px) {
    .recruit-faq__training {
      display: block; } }
.recruit-faq__training-title {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  background: #071358; }
.recruit-faq__training-concept {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
  font-size: 1.6rem; }
  @media (max-width: 600px) {
    .recruit-faq__training-concept {
      font-size: 1.4rem;
      text-align: left; } }
.recruit-faq__training-cont {
  width: 32%; }
  @media (max-width: 600px) {
    .recruit-faq__training-cont {
      width: 100%;
      margin: 30px 0 0; } }
.recruit-faq__training-step--center {
  background: #071358; }
  .recruit-faq__training-step--center::before {
    border-color: #FFF #FFF #FFF #071358; }
.recruit-faq__training-item {
  margin: 0 0 20px; }
  .recruit-faq__training-item:last-child {
    margin: 0; }
.recruit-faq__training-name {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative; }
  .recruit-faq__training-name::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #071358;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.recruit-faq__training-txt {
  font-size: 1.2rem; }
.recruit-faq__training-word {
  display: inline-block; }
.recruit-faq__inner-list-item {
  padding: 0 0 0 1em;
  text-indent: -1em; }
.recruit-faq__process {
  margin-top: 20px;
  max-width: 260px; }
.recruit-faq__process-item {
  border: solid 1px #DDD; }
  .recruit-faq__process-item:first-child {
    border-bottom: none; }
.recruit-faq__process-link {
  display: flex;
  align-items: center;
  max-width: none;
  min-height: 20px;
  padding-left: 20px;
  background: none;
  color: #000;
  font-weight: normal;
  font-size: 1.2rem; }
  .recruit-faq__process-link::before, .recruit-faq__process-link::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%234268D9%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right; }
  .recruit-faq__process-link::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right; }
  .recruit-faq__process-link:hover {
    background: #4268D9;
    color: #FFF; }
  @media (max-width: 600px) {
    .recruit-faq__process-link {
      width: 100%;
      font-size: 1.4rem;
      min-height: 1px;
      padding: 15px 70px 15px 15px; } }
.recruit-faq__contents-img-warp {
  margin: 0 0 50px; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Requirements CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.requirements__ttl {
  color: #444;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 50px; }
  @media (max-width: 900px) {
    .requirements__ttl {
      font-size: 3.2vw;
      padding: 0 0 5vw; } }
  @media (max-width: 600px) {
    .requirements__ttl {
      font-size: 4.8vw;
      padding: 0 0 7.5vw; } }
.requirements__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  color: #444; }
  .requirements__list:first-child {
    border-top: 1px solid #DDD; }
.requirements__list-ttl {
  width: 200px;
  padding: 25px 30px;
  font-weight: bold; }
  @media (max-width: 600px) {
    .requirements__list-ttl {
      width: 100%;
      padding: 25px 15px 0 0; } }
.requirements__list-cont {
  width: calc(100% - 200px);
  padding: 25px 0; }
  @media (max-width: 600px) {
    .requirements__list-cont {
      width: 100%;
      padding: 15px 15px 25px 15px;
      border: none; } }
.requirements__list-cont-att {
  margin-top: 10px; }
.requirements__inner-table-th {
  position: relative;
  padding-right: 1.5em;
  white-space: nowrap; }
  .requirements__inner-table-th::after {
    position: absolute;
    content: "：";
    right: 0;
    top: 0; }
.requirements__inner-part {
  margin-bottom: 30px; }
  .requirements__inner-part:last-child {
    margin-bottom: 0; }
.requirements__career-txt {
  padding: 25px 30px; }
  @media (max-width: 600px) {
    .requirements__career-txt {
      padding: 25px 0 0; } }
.requirements__list-inside {
  margin: 10px 0 0; }
.requirements__list-insid-iteme {
  padding-left: 1em;
  text-indent: -1em; }
.requirements__flow-title {
  width: 100%;
  margin: 50px auto;
  padding: 0 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: relative; }
  @media (max-width: 600px) {
    .requirements__flow-title {
      font-size: 1.6rem;
      line-height: 1.5;
      padding: 0 0 0 30px;
      margin: 50px auto 25px; } }
  .requirements__flow-title::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #4268D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .requirements__flow-title--bottom {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 0 0 20px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    @media (max-width: 600px) {
      .requirements__flow-title--bottom {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 0 0 0 30px;
        margin: 50px auto 25px; } }
    .requirements__flow-title--bottom::before {
      content: "";
      width: 10px;
      height: 10px;
      background: #4268D9;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
.requirements__flow-list-item {
  background-color: #f6f6f6;
  display: flex;
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 600px) {
    .requirements__flow-list-item {
      display: block; } }
  .requirements__flow-list-item::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #071358;
    position: absolute;
    left: calc(50% - 11px);
    bottom: -25px;
    transform: rotate(45deg);
    transition: all ease .3s; }
  .requirements__flow-list-item::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #071358;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: rotate(135deg);
    transition: all ease .3s; }
  .requirements__flow-list-item:last-child {
    margin-bottom: 0; }
    .requirements__flow-list-item:last-child::before, .requirements__flow-list-item:last-child::after {
      content: none; }
.requirements__flow-head {
  background-color: #071358;
  width: 25%;
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 600px) {
    .requirements__flow-head {
      width: 100%;
      padding: 15px 0; } }
.requirements__list-sub-ttl {
  display: block;
  font-weight: bold; }
.requirements__flow-head-inner {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff; }
.requirements__flow-body {
  width: 75%;
  height: 100%;
  padding: 20px;
  position: relative; }
  @media (max-width: 600px) {
    .requirements__flow-body {
      width: 100%; } }
.requirements__flow-body-inner {
  line-height: 1.5; }
.requirements__flow-att {
  margin-top: 20px; }
.requirements__sub-list {
  margin-bottom: 20px; }
  .requirements__sub-list:last-child {
    margin-bottom: 0; }
.requirements__sub-list-ttl {
  margin-bottom: 20px; }
.requirements__sub-list-item {
  margin-bottom: 10px; }
.requirements__link {
  margin: 50px auto 0;
  text-align: left; }
.requirements__txt-link {
  text-decoration: underline;
  color: #444; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

persons-detail CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.persons-detail__bg {
  position: relative;
  width: 100%;
  padding: 110px 0;
  margin: -100px 0 50px;
  z-index: 1;
  background: repeating-linear-gradient(-45deg, #4268D9, #4268D9 3px, #6886E1 0, #6886E1 6px); }
  .persons-detail__bg::before, .persons-detail__bg::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    padding: 12% 0 0;
    background: url(/assets/img/persons/corner-bg.svg) no-repeat bottom left/100% auto;
    z-index: 1; }
  .persons-detail__bg::after {
    top: auto;
    bottom: -3px;
    transform: rotate(-180deg); }
  @media (max-width: 1500px) {
    .persons-detail__bg {
      margin: -50px 0 50px; } }
  @media (max-width: 1200px) {
    .persons-detail__bg {
      padding: 5vw 0;
      margin: -30px 0 30px; } }

.persons-detail__content, .ceo-message__content {
  position: relative;
  width: 100%;
  padding: 0 25px; }
  @media (max-width: 900px) {
    .persons-detail__content, .ceo-message__content {
      padding: 5vw 20px; } }
  @media (max-width: 600px) {
    .persons-detail__content, .ceo-message__content {
      padding: 0 15px; } }

.persons-detail__link-btn, .persons-detail__link-btn--left {
  width: 100%;
  height: 100%;
  max-width: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  position: relative;
  padding: 20px 77px 20px 10px;
  font-size: 2.4rem;
  cursor: pointer;
  background: #071358; }
  @media (max-width: 900px) {
    .persons-detail__link-btn::after, .persons-detail__link-btn--left::after {
      right: 35px; } }
  @media (max-width: 900px) {
    .persons-detail__link-btn::before, .persons-detail__link-btn--left::before {
      width: 20px; } }
  .persons-detail__link-btn:hover, .persons-detail__link-btn--left:hover {
    background: #4268D9; }
    @media (max-width: 900px) {
      .persons-detail__link-btn:hover::after, .persons-detail__link-btn--left:hover::after {
        width: 20px; } }
  @media (max-width: 1000px) {
    .persons-detail__link-btn, .persons-detail__link-btn--left {
      font-size: 2rem; } }
  @media (max-width: 900px) {
    .persons-detail__link-btn, .persons-detail__link-btn--left {
      padding: 20px 50px 20px 10px; } }
  @media (max-width: 600px) {
    .persons-detail__link-btn, .persons-detail__link-btn--left {
      font-size: 1.6rem; } }

.persons-detail__link-btn-center {
  width: 100%;
  height: 100%;
  max-width: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  padding: 20px 10px;
  font-size: 2.4rem;
  cursor: pointer;
  color: #FFF;
  background: #071358;
  transition: background .3s ease-in-out; }
  .persons-detail__link-btn-center:hover {
    background: #4268D9; }
  @media (max-width: 1000px) {
    .persons-detail__link-btn-center {
      font-size: 2rem; } }
  @media (max-width: 900px) {
    .persons-detail__link-btn-center {
      padding: 20px 50px 20px 10px; } }
  @media (max-width: 600px) {
    .persons-detail__link-btn-center {
      font-size: 1.6rem; } }

.persons-detail__inner {
  position: relative;
  z-index: 10; }
.persons-detail__content-inner {
  max-width: 1280px;
  margin: 0 auto; }
.persons-detail__link-list {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 100px 25px 0; }
  @media (max-width: 900px) {
    .persons-detail__link-list {
      padding: 20px 20px 0; } }
  @media (max-width: 740px) {
    .persons-detail__link-list {
      flex-wrap: wrap; } }
  @media (max-width: 600px) {
    .persons-detail__link-list {
      padding: 10vw 15px 0; } }
.persons-detail__link-item {
  width: 100%;
  max-width: 420px;
  margin: 0 10px; }
  @media (max-width: 600px) {
    .persons-detail__link-item {
      margin: 0; } }
  @media (max-width: 740px) {
    .persons-detail__link-item:first-child {
      margin: 0 0 10px; } }
  .persons-detail__link-item .sp-disp {
    display: none; }
    @media (max-width: 600px) {
      .persons-detail__link-item .sp-disp {
        display: block; } }
.persons-detail__link-prof {
  padding: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 600px) {
    .persons-detail__link-prof {
      font-size: 1.3rem; } }
.persons-detail__link-btn--left {
  padding: 20px 10px 20px 77px; }
  @media (max-width: 1000px) {
    .persons-detail__link-btn--left {
      font-size: 2rem; } }
  @media (max-width: 900px) {
    .persons-detail__link-btn--left {
      padding: 20px 10px 20px 50px; } }
  @media (max-width: 600px) {
    .persons-detail__link-btn--left {
      font-size: 1.6rem; } }
  .persons-detail__link-btn--left::before, .persons-detail__link-btn--left::after {
    left: 15px;
    transform: scaleX(-1); }
  .persons-detail__link-btn--left::after {
    left: 55px;
    width: 0;
    transition: left 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .persons-detail__link-btn--left:hover::after {
    left: 15px;
    transition: left 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
  .persons-detail__link-btn--left .persons-detail__link-prof {
    padding: 0; }
.persons-detail__link-class {
  margin: 0 0 0 20px;
  font-size: 1.2rem;
  vertical-align: middle; }
  @media (max-width: 1000px) {
    .persons-detail__link-class {
      line-height: 1.2; } }
  @media (max-width: 900px) {
    .persons-detail__link-class {
      margin: 0 0 0 10px; } }
  @media (max-width: 740px) {
    .persons-detail__link-class {
      margin: 0 0 0 5px; } }
  @media (max-width: 900px) {
    .persons-detail__link-class {
      font-size: 1rem; } }
.persons-detail__link-prof-img {
  width: 90px; }
  @media (max-width: 600px) {
    .persons-detail__link-prof-img {
      width: 60px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

persons-hero-area CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.persons-hero-area__inner, .persons-hero-area__inner--white {
  position: relative;
  width: 100%;
  min-height: 290px;
  padding: 19.3333333333% 0 0; }
  @media (max-width: 900px) {
    .persons-hero-area__inner, .persons-hero-area__inner--white {
      padding: 26.6666666667% 0 0; } }
  @media (max-width: 600px) {
    .persons-hero-area__inner, .persons-hero-area__inner--white {
      min-height: 280px;
      padding: 66.6666666667% 0 0; } }

.persons-hero-area {
  width: 100%; }
  .persons-hero-area__inner--white {
    background: #FFF; }
    .persons-hero-area__inner--white::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #EEE; }
  .persons-hero-area__heading {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 25px;
    transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 900px) {
      .persons-hero-area__heading {
        padding: 0 20px; }
        .persons-hero-area__heading::before {
          width: 6vw;
          margin: 0 0 0 -3vw; } }
    @media (max-width: 600px) {
      .persons-hero-area__heading {
        padding: 0 15px; }
        .persons-hero-area__heading::before {
          width: 9vw;
          margin: 0 0 0 -4.5vw; } }
  .persons-hero-area__en {
    display: block;
    color: #4268D9;
    font-size: 8.5rem;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 100;
    margin: 0 0 20px; }
    @media (max-width: 900px) {
      .persons-hero-area__en {
        font-size: 8.5vw; } }
    @media (max-width: 600px) {
      .persons-hero-area__en {
        font-size: 12.75vw; } }
  .persons-hero-area__ja {
    display: block;
    color: #444;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em; }
    @media (max-width: 900px) {
      .persons-hero-area__ja {
        font-size: 3vw; } }
    @media (max-width: 600px) {
      .persons-hero-area__ja {
        font-size: 4vw; } }
  .persons-hero-area__lead {
    width: 100%;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 0;
    margin: 25px 0 0;
    position: relative; }
    .persons-hero-area__lead::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 60px;
      height: 1px;
      margin: 0 0 0 -30px;
      background: #999999; }
    @media (max-width: 900px) {
      .persons-hero-area__lead {
        font-size: 2vw; }
        .persons-hero-area__lead::before {
          width: 6vw;
          margin: 0 0 0 -3vw; } }
    @media (max-width: 600px) {
      .persons-hero-area__lead {
        font-size: 3vw;
        text-align: left;
        padding: 4.5vw 0 0;
        margin: 4.5vw 0 0; }
        .persons-hero-area__lead::before {
          width: 9vw;
          margin: 0 0 0 -4.5vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

persons-block CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.persons-block__inner--persons01, .persons-block__inner--persons02, .persons-block__inner--persons03, .persons-block__inner--persons04, .persons-block__inner--persons05, .persons-block__inner--persons06, .persons-block__inner--persons07, .persons-block__inner--persons08 {
  position: relative;
  padding-top: 30px; }
  @media (max-width: 600px) {
    .persons-block__inner--persons01, .persons-block__inner--persons02, .persons-block__inner--persons03, .persons-block__inner--persons04, .persons-block__inner--persons05, .persons-block__inner--persons06, .persons-block__inner--persons07, .persons-block__inner--persons08 {
      padding-top: 10px; } }

.persons-block__person-image--persons02, .persons-block__person-image--persons04, .persons-block__person-image--persons05, .persons-block__person-image--persons07, .persons-block__person-image--persons08 {
  height: auto;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 2; }

.persons-block__person-image--persons01, .persons-block__person-image--persons03, .persons-block__person-image--persons06 {
  height: auto;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2; }

.persons-block__name-en-kanehara, .persons-block__name-en-kato, .persons-block__name-en-suda, .persons-block__name-en-ikeda, .persons-block__name-en-monya, .persons-block__name-en-obita, .persons-block__name-en-yuno, .persons-block__name-en-yoshida {
  width: 516px;
  max-height: 82px; }

@media (max-width: 600px) {
  .persons-block:first-child {
    margin-top: -5vw; } }
.persons-block__inner--persons01 {
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    .persons-block__inner--persons01 {
      margin-bottom: 15vw; } }
.persons-block__inner--persons02 {
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    .persons-block__inner--persons02 {
      margin-bottom: 15vw; } }
.persons-block__inner--persons03 {
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    .persons-block__inner--persons03 {
      margin-bottom: 15vw; } }
.persons-block__inner--persons04 {
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    .persons-block__inner--persons04 {
      margin-bottom: 15vw; } }
.persons-block__inner--persons05 {
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    .persons-block__inner--persons05 {
      margin-bottom: 15vw; } }
.persons-block__inner--persons06 {
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    .persons-block__inner--persons06 {
      margin-bottom: 15vw; } }
.persons-block__inner--persons07 {
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    .persons-block__inner--persons07 {
      margin-bottom: 15vw; } }
.persons-block__inner--persons08 {
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    .persons-block__inner--persons08 {
      margin-bottom: 15vw; } }
.persons-block__inner-link {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: opacity .3s ease-in-out;
  position: relative;
  z-index: 4; }
  .persons-block__inner-link:hover {
    opacity: .5; }
.persons-block__person-image--persons01 {
  width: 149px; }
  @media (max-width: 1270px) {
    .persons-block__person-image--persons01 {
      width: 12.295%; } }
  @media (max-width: 600px) {
    .persons-block__person-image--persons01 {
      width: 15%;
      left: 5%; } }
.persons-block__person-image--persons02 {
  width: 153px; }
  @media (max-width: 1270px) {
    .persons-block__person-image--persons02 {
      width: 15.3%;
      right: 3%; } }
.persons-block__person-image--persons03 {
  width: 140px; }
  @media (max-width: 1270px) {
    .persons-block__person-image--persons03 {
      width: 10.655%; } }
  @media (max-width: 600px) {
    .persons-block__person-image--persons03 {
      width: 13%;
      left: 5%; } }
.persons-block__person-image--persons04 {
  width: 257px; }
  @media (max-width: 1270px) {
    .persons-block__person-image--persons04 {
      width: 20.245%; } }
  @media (max-width: 600px) {
    .persons-block__person-image--persons04 {
      width: 24.7%;
      right: 3%; } }
.persons-block__person-image--persons05 {
  width: 126px; }
  @media (max-width: 1270px) {
    .persons-block__person-image--persons05 {
      width: 9.508%; } }
  @media (max-width: 600px) {
    .persons-block__person-image--persons05 {
      width: 11.6%;
      right: 5%; } }
.persons-block__person-image--persons06 {
  width: 201px; }
  @media (max-width: 1270px) {
    .persons-block__person-image--persons06 {
      width: 16.475%; } }
  @media (max-width: 600px) {
    .persons-block__person-image--persons06 {
      width: 20.1%;
      right: 3%; } }
.persons-block__person-image--persons07 {
  width: 165px; }
  @media (max-width: 1270px) {
    .persons-block__person-image--persons07 {
      width: 13.524%; } }
  @media (max-width: 600px) {
    .persons-block__person-image--persons07 {
      width: 16.5%;
      left: 5%; } }
.persons-block__person-image--persons08 {
  width: 165px; }
  @media (max-width: 1270px) {
    .persons-block__person-image--persons08 {
      width: 13.524%; } }
  @media (max-width: 600px) {
    .persons-block__person-image--persons08 {
      width: 16.5%;
      right: 5%; } }
.persons-block__bg-image {
  max-width: 1000px; }
  @media (max-width: 1270px) {
    .persons-block__bg-image {
      max-width: none;
      width: 83.333%; } }
  .persons-block__bg-image--right {
    max-width: 1000px;
    margin: 0 0 0 auto; }
    @media (max-width: 1270px) {
      .persons-block__bg-image--right {
        max-width: none;
        width: 83.333%; } }
.persons-block__profile-kanehara {
  width: 56.4%;
  position: absolute;
  right: 5%;
  top: 48%;
  z-index: 2; }
  @media (max-width: 768px) {
    .persons-block__profile-kanehara {
      top: 44%; } }
  @media (max-width: 600px) {
    .persons-block__profile-kanehara {
      width: 68%;
      top: 47%;
      right: 0; } }
.persons-block__profile-kato {
  width: 50.5%;
  position: absolute;
  left: 5%;
  /*48.666%;*/
  top: 41%;
  z-index: 2; }
  @media (max-width: 900px) {
    .persons-block__profile-kato {
      top: 40%; } }
  @media (max-width: 768px) {
    .persons-block__profile-kato {
      top: 36%; } }
  @media (max-width: 600px) {
    .persons-block__profile-kato {
      left: 0;
      top: 30%;
      width: 80%; } }
.persons-block__profile-suda {
  width: 43%;
  position: absolute;
  right: 5%;
  top: 40%;
  z-index: 2; }
  @media (max-width: 900px) {
    .persons-block__profile-suda {
      top: 42%; } }
  @media (max-width: 768px) {
    .persons-block__profile-suda {
      top: 38%; } }
  @media (max-width: 600px) {
    .persons-block__profile-suda {
      width: 48%;
      top: 36%;
      right: 0; } }
.persons-block__profile-ikeda {
  width: 60%;
  position: absolute;
  right: 5%;
  top: 48%;
  z-index: 2; }
  @media (max-width: 900px) {
    .persons-block__profile-ikeda {
      top: 45%; } }
  @media (max-width: 768px) {
    .persons-block__profile-ikeda {
      top: 42%; } }
  @media (max-width: 600px) {
    .persons-block__profile-ikeda {
      top: 43%;
      width: 80%;
      right: 0; } }
.persons-block__profile-monya {
  width: 43%;
  position: absolute;
  left: 5%;
  top: 41%;
  z-index: 2; }
  @media (max-width: 900px) {
    .persons-block__profile-monya {
      top: 41%; } }
  @media (max-width: 768px) {
    .persons-block__profile-monya {
      top: 38%; } }
  @media (max-width: 600px) {
    .persons-block__profile-monya {
      width: 45%;
      top: 38%;
      left: 0; } }
.persons-block__profile-obita {
  width: 45%;
  position: absolute;
  right: 5%;
  /*48.666%;*/
  top: 48%;
  z-index: 2; }
  @media (max-width: 900px) {
    .persons-block__profile-obita {
      top: 46%; } }
  @media (max-width: 768px) {
    .persons-block__profile-obita {
      top: 42%; } }
  @media (max-width: 600px) {
    .persons-block__profile-obita {
      top: 38%;
      width: 80%;
      right: 0; } }
.persons-block__profile-yuno {
  width: 59%;
  position: absolute;
  left: 5%;
  top: 48%;
  z-index: 2; }
  @media (max-width: 768px) {
    .persons-block__profile-yuno {
      top: 45%; } }
  @media (max-width: 600px) {
    .persons-block__profile-yuno {
      width: 80%;
      top: 45%;
      left: 0; } }
.persons-block__profile-yoshida {
  width: 56%;
  position: absolute;
  right: 5%;
  /*48.666%;*/
  top: 41%;
  z-index: 2; }
  @media (max-width: 900px) {
    .persons-block__profile-yoshida {
      top: 39%; } }
  @media (max-width: 768px) {
    .persons-block__profile-yoshida {
      top: 36%; } }
  @media (max-width: 600px) {
    .persons-block__profile-yoshida {
      top: 31%;
      width: 80%;
      right: 0; } }
.persons-block__profile-txt {
  margin: 0 0 24px;
  font-size: 3.1rem;
  line-height: 1.5;
  font-weight: bold;
  color: #071358; }
  @media (max-width: 1270px) {
    .persons-block__profile-txt {
      font-size: 2.3vw; } }
  @media (max-width: 900px) {
    .persons-block__profile-txt {
      font-size: 2.2vw; } }
  @media (max-width: 600px) {
    .persons-block__profile-txt {
      font-size: 2.64vw;
      margin: 0 0 1vw; } }
.persons-block__profile-marker {
  position: relative;
  z-index: 1; }
  .persons-block__profile-marker::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    z-index: -1; }
  @media (max-width: 600px) {
    .persons-block__profile-marker {
      line-height: 1.8; }
      .persons-block__profile-marker::before {
        top: -3px;
        bottom: -3px;
        left: -3px; } }
.persons-block__profile-name {
  text-align: right; }
  @media (max-width: 600px) {
    .persons-block__profile-name {
      line-height: 1; } }
  .persons-block__profile-name--left {
    text-align: left; }
    @media (max-width: 600px) {
      .persons-block__profile-name--left {
        line-height: 1; } }
.persons-block__profile-wrap {
  display: inline-block;
  padding: 0 0 0 14px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  color: #071358;
  position: relative;
  z-index: 1; }
  @media (max-width: 1270px) {
    .persons-block__profile-wrap {
      font-size: 2.2vw; } }
  .persons-block__profile-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    z-index: -1; }
  @media (max-width: 900px) {
    .persons-block__profile-wrap {
      font-size: 2.2vw; } }
  @media (max-width: 600px) {
    .persons-block__profile-wrap {
      padding: 0 7px;
      font-size: 3.3vw; } }
.persons-block__profile-wrap-left {
  display: inline-block;
  padding: 0 14px 0 0;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  color: #071358;
  position: relative;
  z-index: 1; }
  @media (max-width: 1270px) {
    .persons-block__profile-wrap-left {
      font-size: 2.2vw; } }
  .persons-block__profile-wrap-left::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    z-index: -1; }
  @media (max-width: 900px) {
    .persons-block__profile-wrap-left {
      font-size: 2.2vw; } }
  @media (max-width: 600px) {
    .persons-block__profile-wrap-left {
      padding: 0 7px 0 0;
      font-size: 3.3vw; } }
.persons-block__name-en-kanehara {
  margin: 0 0 0 auto; }
  @media (max-width: 1270px) {
    .persons-block__name-en-kanehara {
      width: 76.218%; } }
.persons-block__name-en-kato {
  margin: 0 auto 0 0; }
  @media (max-width: 1270px) {
    .persons-block__name-en-kato {
      width: 85.148%; } }
.persons-block__name-en-suda {
  margin: 0 0 0 auto; }
  @media (max-width: 1270px) {
    .persons-block__name-en-suda {
      width: 100%; } }
.persons-block__name-en-ikeda {
  margin: 0 0 0 auto; }
  @media (max-width: 1270px) {
    .persons-block__name-en-ikeda {
      width: 71.666%; } }
.persons-block__name-en-monya {
  margin: 0 0 0 auto; }
  @media (max-width: 1270px) {
    .persons-block__name-en-monya {
      width: 100%; } }
.persons-block__name-en-obita {
  margin: 0 auto 0 0; }
  @media (max-width: 1270px) {
    .persons-block__name-en-obita {
      width: 95.732%; } }
.persons-block__name-en-yuno {
  margin: 0 0 0 auto; }
  @media (max-width: 1270px) {
    .persons-block__name-en-yuno {
      width: 72.881%; } }
.persons-block__name-en-yoshida {
  margin: 0 0 0 auto; }
  @media (max-width: 1270px) {
    .persons-block__name-en-yoshida {
      width: 76.785%; } }
.persons-block__profile-class {
  font-size: 1.8rem;
  vertical-align: middle;
  margin: 0 0 0 1em; }
  @media (max-width: 1270px) {
    .persons-block__profile-class {
      font-size: 2vw; } }
.persons-block__link {
  line-height: 1;
  display: flex;
  align-items: center;
  max-width: 220px;
  min-height: 50px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -50px;
  padding: 0 75px 0 16px;
  cursor: pointer;
  background: #071358; }
  .persons-block__link:hover {
    background: #4268D9;
    color: #FFF; }
  @media (max-width: 1270px) {
    .persons-block__link {
      min-height: 40px;
      max-width: 180px; } }
  @media (max-width: 900px) {
    .persons-block__link {
      bottom: auto; } }
  @media (max-width: 600px) {
    .persons-block__link {
      max-width: 130px;
      min-height: 1px;
      bottom: -7vw;
      padding: 8px 50px 8px 15px; }
      .persons-block__link::before {
        width: 20px; } }
  .persons-block__link--left {
    line-height: 1;
    display: flex;
    align-items: center;
    max-width: 220px;
    min-height: 50px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -50px;
    padding: 0 75px 0 16px;
    background: #071358; }
    .persons-block__link--left:hover {
      background: #4268D9;
      color: #FFF; }
    @media (max-width: 1270px) {
      .persons-block__link--left {
        min-height: 40px;
        max-width: 180px; } }
    @media (max-width: 600px) {
      .persons-block__link--left {
        max-width: 130px;
        min-height: 1px;
        bottom: -7vw;
        padding: 8px 50px 8px 15px; }
        .persons-block__link--left::before {
          width: 20px; } }
.persons-block__link-more {
  color: #FFF;
  font-weight: normal; }

@media (max-width: 600px) {
  .persons-block-link-more-size {
    font-size: 1.1rem; } }

.video-frame-video-persons {
  left: auto;
  right: 0; }

.video-frame-persons {
  overflow: hidden;
  padding: 47.25% 0 0;
  pointer-events: none; }

.video-iframe-persons {
  top: -60px;
  z-index: 1; }
  @media (max-width: 1200px) {
    .video-iframe-persons {
      top: -40px; } }
  @media (max-width: 600px) {
    .video-iframe-persons {
      top: 0; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

ceo-message CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.ceo-message__container {
  background: url("/assets/img/ceo_message/bg_img.jpg") top center/cover no-repeat; }
@media (max-width: 600px) {
  .ceo-message__content {
    padding: 0; } }
.ceo-message__content-inner {
  max-width: 1280px;
  margin: 0 auto; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

about CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.about__container--top {
  padding-top: 0;
  background: #00061C; }
.about__lead-txt {
  text-align: center;
  font-size: 1.8rem;
  color: #FFF; }
  .about__lead-txt .tb-disp {
    display: none; }
  .about__lead-txt .sp-disp {
    display: none; }
  @media (max-width: 900px) {
    .about__lead-txt .tb-disp {
      display: block; } }
  @media (max-width: 600px) {
    .about__lead-txt {
      font-size: 1.6rem; }
      .about__lead-txt .sp-disp {
        display: block; } }
.about__container-block-movie1 {
  background: url("/assets/img/about/about-bg1.jpg") top center/cover no-repeat;
  position: relative;
  padding-bottom: 100px; }
  @media (max-width: 900px) {
    .about__container-block-movie1 {
      padding-bottom: 0; } }
  @media (max-width: 600px) {
    .about__container-block-movie1 {
      padding-bottom: 6vw; } }
  .about__container-block-movie1::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-height: 165px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #071358; }
    @media (max-width: 1350px) {
      .about__container-block-movie1::after {
        max-height: 12.22vw; } }
.about__container-block-movie2 {
  background: url("/assets/img/about/about-bg2.jpg") top center/cover no-repeat;
  position: relative;
  padding: 0 0 100px; }
  @media (max-width: 900px) {
    .about__container-block-movie2 {
      padding: 0; } }
  @media (max-width: 600px) {
    .about__container-block-movie2 {
      padding: 0 0 6vw; } }
  .about__container-block-movie2::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-height: 165px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #071358; }
    @media (max-width: 1350px) {
      .about__container-block-movie2::after {
        max-height: 12.22vw; } }
.about__person-img {
  width: 100%;
  max-width: 769px;
  margin: 0 auto 19px; }
.about__person-link {
  max-width: 220px;
  margin: 0 auto; }
.about__view-btn, .welcome-back__entry {
  line-height: 1;
  display: flex;
  align-items: center;
  max-width: 220px;
  min-height: 50px;
  margin: 0;
  padding: 0 75px 0 16px;
  color: #FFF;
  cursor: pointer;
  background: #071358; }
  .about__view-btn:hover, .welcome-back__entry:hover {
    background: #4268D9;
    color: #FFF; }
  @media (max-width: 1270px) {
    .about__view-btn, .welcome-back__entry {
      min-height: 40px;
      max-width: 180px; } }
  @media (max-width: 900px) {
    .about__view-btn, .welcome-back__entry {
      bottom: auto; } }
  @media (max-width: 600px) {
    .about__view-btn, .welcome-back__entry {
      max-width: 130px;
      min-height: 1px;
      padding: 8px 50px 8px 15px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

numbers-unit CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.numbers-unit__item-title {
  display: block;
  background-color: #071358;
  height: 40px;
  position: absolute;
  left: 50%;
  top: -20px;
  letter-spacing: .25rem;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: center;
  color: #fff;
  z-index: 2; }

.numbers-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px; }
  .numbers-unit--bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0; }
  @media (max-width: 900px) {
    .numbers-unit {
      margin-bottom: 0; } }
  .numbers-unit__data {
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
    color: #4268D9;
    font-weight: bold; }
  .numbers-unit__col {
    width: calc(50% - 4px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between; }
    @media (max-width: 900px) {
      .numbers-unit__col {
        width: 100%; } }
    .numbers-unit__col img {
      image-rendering: -webkit-optimize-contrast; }
  .numbers-unit__item-s {
    width: calc(50% - 4px);
    position: relative; }
    @media (max-width: 900px) {
      .numbers-unit__item-s {
        margin-top: 28px; } }
    @media (max-width: 600px) {
      .numbers-unit__item-s {
        width: 100%; } }
  .numbers-unit__item-l {
    width: 100%;
    position: relative; }
    @media (max-width: 900px) {
      .numbers-unit__item-l {
        margin-top: 28px; } }
  .numbers-unit__item-title {
    width: 230px;
    margin-left: -115px; }
    @media (max-width: 1350px) {
      .numbers-unit__item-title {
        font-size: 1.2vw;
        width: 17.037vw;
        margin-left: -8.5185vw; } }
    @media (max-width: 900px) {
      .numbers-unit__item-title {
        font-size: 2.2vw;
        margin-left: -17.5vw;
        width: 35vw; } }
    @media (max-width: 600px) {
      .numbers-unit__item-title {
        font-size: 4vw;
        margin-left: -35vw;
        width: 70vw; } }
    .numbers-unit__item-title::before {
      height: 0;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      border-top: solid 15px #071358;
      border-left: solid 15px transparent; }
    .numbers-unit__item-title:after {
      height: 0;
      display: block;
      position: absolute;
      left: 0;
      content: "";
      border-bottom: solid 10px #eeeeee;
      border-right: solid 10px transparent;
      bottom: 0; }
  .numbers-unit__item-title-inner {
    position: relative; }
    .numbers-unit__item-title-inner::before {
      height: 0;
      display: block;
      position: absolute;
      right: 0;
      content: "";
      border-top: solid 10px #fff;
      border-left: solid 10px transparent; }
    .numbers-unit__item-title-inner:after {
      height: 0;
      display: block;
      position: absolute;
      right: 0;
      content: "";
      border-bottom: solid 15px #071358;
      border-right: solid 15px transparent;
      top: 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

form-contact CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.form-contact__privacy {
  text-align: center;
  margin-bottom: 30px;
  display: block; }
  @media (max-width: 600px) {
    .form-contact__privacy {
      text-align: left; } }
.form-contact__inner {
  max-width: 830px;
  margin: 0 auto;
  font-size: 1.5rem; }
.form-contact__item-cont-inner {
  display: flex;
  justify-content: space-between; }
.form-contact__att {
  margin-bottom: 10px;
  color: #FF0004; }
.form-contact__item-point {
  color: #FF0004; }
.form-contact__item {
  display: flex;
  padding: 15px 0;
  border-bottom: #eee solid 1px;
  position: relative; }
  @media (max-width: 600px) {
    .form-contact__item {
      border-bottom: none;
      padding: 15px 0 0; } }
  .form-contact__item::after {
    content: "";
    width: 200px;
    height: 1px;
    background: #4268D9;
    position: absolute;
    bottom: -1px;
    left: 0; }
    @media (max-width: 600px) {
      .form-contact__item::after {
        display: none; } }
  .form-contact__item:first-child {
    border-top: #eee solid 1px;
    /*@include sp {
        display: none;
    }*/ }
    .form-contact__item:first-child::before {
      content: "";
      width: 200px;
      height: 1px;
      background: #4268D9;
      position: absolute;
      top: -1px;
      left: 0; }
      @media (max-width: 600px) {
        .form-contact__item:first-child::before {
          display: none; } }
  @media (max-width: 600px) {
    .form-contact__item {
      display: block; } }
.form-contact__item-full {
  display: block; }
.form-contact__item-name {
  width: 250px;
  padding: 8px 10px; }
  @media (max-width: 600px) {
    .form-contact__item-name {
      width: 100%;
      background: #eee;
      padding: 5px;
      margin-bottom: 10px; } }
.form-contact__item-cont {
  width: calc(100% - 250px); }
  @media (max-width: 600px) {
    .form-contact__item-cont {
      width: 100%; } }
.form-contact__item-cont-full {
  width: 100%; }
.form-contact__send {
  width: 250px;
  line-height: 60px;
  margin: 40px auto 80px;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem; }
.form-contact__visit_privilege {
  margin-bottom: 30px; }
.form-contact__visit_privilege-ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px; }
.form-contact__visit_privilege-inner {
  padding: 10px;
  border: #DDD solid 1px; }
.form-contact__benefits {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative; }
  .form-contact__benefits::after {
    content: "・";
    position: absolute;
    left: 0;
    top: 0; }
  .form-contact__benefits:last-child {
    margin-bottom: 0; }
.form-contact__btn-box {
  padding: 50px 0 0;
  text-align: center; }
  @media (max-width: 600px) {
    .form-contact__btn-box {
      padding: 25px 0 0; } }
.form-contact__btn-wrap {
  position: relative;
  display: inline-block;
  vertical-align: bottom; }
.form-contact__entry-complete-message {
  text-align: center;
  margin-bottom: 20px; }
.form-contact__entry-complete-top {
  text-align: center;
  margin-top: 40px;
  display: block;
  opacity: 1;
  transition: opacity .3s ease-in-out; }
  .form-contact__entry-complete-top:hover {
    opacity: .5; }

input[type='submit'] {
  width: 100%;
  font-size: 1.3rem;
  color: #FFF;
  background: none;
  border: none;
  padding: 15px 70px 15px 30px;
  cursor: pointer; }

input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  border: #CCC solid 1px; }

input[type="text"].input-half {
  width: 48%; }

select {
  width: 48%; }

textarea {
  width: 100%;
  padding: 10px;
  border: #CCC solid 1px; }

.radio-area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px; }

.radio-area-item {
  margin-right: 10px;
  display: block; }

.radio-area-button {
  opacity: 0;
  appearance: none;
  position: absolute; }

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important; }

.mw_wp_form .horizontal-item {
  margin-right: 10px; }

.mwform-radio-field-text {
  position: relative;
  display: flex;
  align-items: center; }

.radio-area-button:checked + .mwform-radio-field-text::after {
  content: '';
  position: absolute;
  left: calc(8px - 5px);
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #000; }

.mwform-radio-field-text::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  margin-right: 5px; }

.form-check-area {
  display: flex;
  flex-wrap: wrap; }

.form-check-item {
  display: block;
  margin-right: 10px; }

.form-check-input {
  opacity: 0;
  appearance: none;
  position: absolute; }

.mwform-checkbox-field-text {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px; }

.mwform-checkbox-field-text::before {
  position: absolute;
  left: 0;
  display: block;
  border: 1px solid #ccc;
  content: '';
  width: 16px;
  height: 16px; }

.form-check-input:checked + .mwform-checkbox-field-text::after {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  width: 5px;
  height: 10px;
  transform: rotate(45deg); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

privacy CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.privacy-content__lead {
  margin-bottom: 30px; }
.privacy-content__numlist {
  list-style-position: outside;
  margin: 20px 0 20px 40px; }
.privacy-content__numlist-item {
  margin-bottom: 5px; }
  .privacy-content__numlist-item:last-child {
    margin-bottom: 0; }
.privacy-content__ceo-name {
  text-align: right;
  margin-bottom: 40px; }
.privacy-content__sub-ttl-h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold; }
.privacy-content__sub-ttl-h3 {
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 1.7rem;
  line-height: 1.8rem; }
.privacy-content__sub-ttl-h4 {
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: -3.8rem;
  margin-left: 3.8rem; }
.privacy-content__list {
  margin: 20px 0; }
.privacy-content__list-detail-inner-list {
  list-style-position: outside;
  margin: 10px 0 10px 35px; }
.privacy-content__list-detail-inner-list-item {
  text-indent: -1.5rem;
  margin-left: 1.5rem; }
.privacy-content__signature {
  margin-top: 30px; }
.privacy-content__signature-item {
  display: flex; }
.privacy-content__signature-item-ttl {
  display: block;
  width: 65px; }
.privacy-content__signature-item-warp {
  display: block;
  width: calc(100% - 65px); }

.js-tel-link:link {
  color: #000; }
@media (max-width: 600px) {
  .js-tel-link {
    display: block; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

recruit-entry CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.recruit-entry__inner {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .recruit-entry__inner {
      display: block; } }
.recruit-entry__box {
  width: calc(50% - 15px);
  text-align: center; }
  .recruit-entry__box:first-child {
    padding-bottom: 30px; }
  @media (max-width: 600px) {
    .recruit-entry__box {
      width: 100%; } }
.recruit-entry__box-ttl {
  background: #4268D9;
  color: #fff;
  margin-bottom: 40px;
  font-size: 1.8rem;
  padding: 10px 0; }
.recruit-entry__box-txt {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
.recruit-entry__link {
  text-align: left; }
  @media (max-width: 600px) {
    .recruit-entry__link {
      width: 48%;
      max-width: none;
      font-size: 1.8rem; } }

.entry_btn {
  margin: 0 auto;
  padding: 0; }

.entry_back_btn {
  display: none; }

.entry_back_btn.active {
  display: inline-block; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

welfare CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.welfare__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .welfare__list {
      display: block; } }
.welfare__list-item {
  width: 48%;
  padding: 20px 0;
  border-bottom: #eee solid 1px;
  display: flex;
  align-items: center; }
  .welfare__list-item:nth-child(-n+2) {
    border-top: #eee solid 1px; }
    @media (max-width: 600px) {
      .welfare__list-item:nth-child(-n+2) {
        border-top: none; } }
  @media (max-width: 600px) {
    .welfare__list-item:first-child {
      border-top: #eee solid 1px; } }
  @media (max-width: 600px) {
    .welfare__list-item {
      width: 100%; } }
.welfare__list-item-ttl-warp {
  font-size: 1.2rem; }
.welfare__list-item-ttl {
  font-weight: bold;
  display: block;
  font-size: 1.4rem; }
.welfare__text-inner {
  text-align: center;
  padding: 50px 0 0;
  font-size: 1.8rem;
  font-weight: bold; }
.welfare__table {
  border-top: #eee solid 1px;
  border-left: #eee solid 1px; }
  @media (max-width: 600px) {
    .welfare__table {
      display: block; } }
.welfare__table-th, .welfare__table-detail, .welfare__table-area {
  padding: 10px;
  border-bottom: #eee solid 1px;
  border-right: #eee solid 1px; }
  @media (max-width: 600px) {
    .welfare__table-th, .welfare__table-detail, .welfare__table-area {
      display: block; } }
.welfare__table-th {
  font-weight: bold;
  width: 210px; }
  @media (max-width: 600px) {
    .welfare__table-th {
      width: 100%;
      padding-bottom: 4px;
      border-bottom: none; } }
@media (max-width: 600px) {
  .welfare__table-detail {
    width: 100%;
    padding-bottom: 4px;
    border-bottom: none; } }
.welfare__table-area {
  width: 80px; }
  @media (max-width: 600px) {
    .welfare__table-area {
      width: 100%; } }
  @media (max-width: 600px) {
    .welfare__table-area::before {
      content: "拠点：";
      display: inline-block; } }
.welfare__contents-img-warp {
  width: 80px;
  padding: 15px;
  margin-right: 20px;
  background: #4268D9; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

entry-portal CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.entry-portal__block {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px; }
.entry-portal__item {
  width: 48%;
  border: #4268D9 solid 1px; }
  .entry-portal__item:nth-child(3) {
    margin-top: 15px; }
.entry-portal__link {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  z-index: 4;
  display: block;
  padding: 10px 15px; }
  .entry-portal__link:hover {
    opacity: .5; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

sitemap CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.sitemap__list, .sitemap__list--wide {
  min-width: 230px;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 0 10px 0 14px;
  border-left: solid 1px #292F51; }
  @media (max-width: 1200px) {
    .sitemap__list, .sitemap__list--wide {
      margin: 0 0 20px; } }
  @media (max-width: 900px) {
    .sitemap__list, .sitemap__list--wide {
      margin: 0 0 3vw;
      padding: 0 10px 0 14px; } }
  @media (max-width: 600px) {
    .sitemap__list, .sitemap__list--wide {
      margin: 0 0 4.5vw;
      padding: 0 10px 0 14px; } }

.sitemap {
  position: relative;
  width: 100%; }
  .sitemap__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0; }
  .sitemap__col {
    width: 300px; }
    @media (max-width: 900px) {
      .sitemap__col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%; } }
    .sitemap__col--wide {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      width: 100%; }
      @media (max-width: 900px) {
        .sitemap__col--wide {
          width: 92%; } }
  .sitemap__list--wide {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .sitemap__ttl, .sitemap__ttl--second, .sitemap__ttl--third {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out; }
    .sitemap__ttl:hover, .sitemap__ttl--second:hover, .sitemap__ttl--third:hover {
      opacity: .5; }
  .sitemap__ttl--second {
    margin: 8px 0 0; }
  .sitemap__ttl--third {
    margin: 30px 0 0; }
  .sitemap__item {
    margin: 15px 0 0; }
    @media (max-width: 900px) {
      .sitemap__item {
        margin: 1.5vw 0 0; } }
    @media (max-width: 600px) {
      .sitemap__item {
        margin: 2.25vw 0 0; } }
  .sitemap__link {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    color: #000;
    font-size: 1.2rem;
    line-height: 2;
    opacity: 1;
    transition: opacity .3s ease-in-out; }
    @media (max-width: 900px) {
      .sitemap__link {
        margin: 0 0 5px; } }
    @media (max-width: 600px) {
      .sitemap__link {
        margin: 0 0 5px; } }
    .sitemap__link:hover {
      opacity: .5; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

club CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.club__area-name {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: #eee solid 1px; }
.club__area-icon {
  padding: 10px 0; }
.club__icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .club__icon-list:after {
    content: "";
    display: block;
    width: 48%;
    /* .boxに指定したwidthと同じ幅を指定する */
    height: 0; }
  @media (max-width: 600px) {
    .club__icon-list {
      width: 100%;
      display: block; } }
.club__icon-list-item {
  width: 48%;
  padding: 0 0 15px;
  display: flex;
  align-items: center; }
  @media (max-width: 600px) {
    .club__icon-list-item {
      width: 100%; } }
.club__img-warp {
  width: 50px;
  padding: 5px;
  margin-right: 15px;
  background: #4268D9; }
.club__icon-list-item-ttl {
  width: calc(100% - 65px); }
.club__icon-list-item-text {
  display: block;
  font-size: 1.2rem; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

information-education CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.information-education__main-inner {
  margin-bottom: 100px; }
  @media (max-width: 600px) {
    .information-education__main-inner {
      margin-bottom: 50px; } }
.information-education__block {
  padding: 0 0 100px; }
  @media (max-width: 600px) {
    .information-education__block {
      padding: 0 0 50px; } }
  .information-education__block--bottom {
    padding: 0; }
.information-education__table-ouetr--bottom50 {
  margin-bottom: 50px; }
  @media (max-width: 1200px) {
    .information-education__table-ouetr--bottom50 {
      overflow-x: scroll; }
      .information-education__table-ouetr--bottom50::-webkit-scrollbar {
        height: 10px;
        height: 1rem;
        background-color: #F1F1F1; }
      .information-education__table-ouetr--bottom50::-webkit-scrollbar-thumb {
        background-color: #BCBCBC;
        border-radius: 12px;
        border-radius: 1.2rem; }
      .information-education__table-ouetr--bottom50::-webkit-scrollbar-thumb:hover {
        background-color: #A9A9AA; } }
@media (max-width: 1200px) {
  .information-education__table-ouetr {
    overflow-x: scroll; }
    .information-education__table-ouetr::-webkit-scrollbar {
      height: 10px;
      height: 1rem;
      background-color: #F1F1F1; }
    .information-education__table-ouetr::-webkit-scrollbar-thumb {
      background-color: #BCBCBC;
      border-radius: 12px;
      border-radius: 1.2rem; }
    .information-education__table-ouetr::-webkit-scrollbar-thumb:hover {
      background-color: #A9A9AA; } }
.information-education__table {
  width: 100%;
  margin-top: 40px;
  table-layout: fixed; }
  @media (max-width: 1200px) {
    .information-education__table {
      width: 1200px; } }
  .information-education__table--top100 {
    width: 100%;
    margin-top: 100px;
    table-layout: fixed; }
    @media (max-width: 1200px) {
      .information-education__table--top100 {
        width: 1200px; } }
    @media (max-width: 600px) {
      .information-education__table--top100 {
        margin-top: 50px; } }
  .information-education__table--w700 {
    width: 100%;
    table-layout: fixed; }
    @media (max-width: 1200px) {
      .information-education__table--w700 {
        width: 700px; } }
  .information-education__table::-webkit-scrollbar {
    height: 10px;
    height: 1rem;
    background-color: #F1F1F1; }
  .information-education__table::-webkit-scrollbar-thumb {
    background-color: #BCBCBC;
    border-radius: 12px;
    border-radius: 1.2rem; }
  .information-education__table::-webkit-scrollbar-thumb:hover {
    background-color: #A9A9AA; }
.information-education__table-th {
  padding: 13px 0;
  background: #4268D9;
  color: #FFF;
  text-align: center;
  border-left: #DDD solid 1px; }
  .information-education__table-th:first-child {
    width: 120px;
    background: none;
    border-left: none; }
.information-education__table-td {
  padding: 20px;
  border: #DDD solid 1px;
  border-top: none;
  vertical-align: top; }
  .information-education__table-td:first-child {
    width: 120px;
    padding: 0 10px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-top: #DDD solid 1px; }
.information-education__table-span {
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 .7em;
  text-indent: -.7em; }
.information-education__imgarea {
  width: 75%;
  margin: 0 auto;
  display: flex;
  margin-top: 40px; }
  @media (max-width: 600px) {
    .information-education__imgarea {
      width: 100%;
      display: block; } }
.information-education__imgarea-triple {
  width: 100%;
  display: flex;
  margin-top: 40px; }
  @media (max-width: 600px) {
    .information-education__imgarea-triple {
      display: block; } }
  .information-education__imgarea-triple--top {
    display: flex;
    margin-top: 15px; }
.information-education__img-double {
  width: 50%; }
  @media (max-width: 600px) {
    .information-education__img-double {
      width: 100%; } }
.information-education__img-double-all {
  width: 50%; }
.information-education__img-triple {
  width: 33.333%; }
.information-education__sub-ttl {
  margin-top: 40px;
  font-weight: bold;
  font-size: 1.4rem; }
.information-education__popup-image {
  display: none; }
  @media (max-width: 600px) {
    .information-education__popup-image {
      width: 40px;
      height: auto;
      display: block;
      margin: 10px 0 0 auto; } }
.information-education__table2 {
  width: 100%;
  margin-top: 40px; }
  @media (max-width: 1200px) {
    .information-education__table2 {
      width: 1200px; } }
  .information-education__table2--bottom50 {
    width: 100%;
    margin: 40px 0 50px; }
    @media (max-width: 1200px) {
      .information-education__table2--bottom50 {
        width: 1200px; } }
  .information-education__table2--w700 {
    width: 100%;
    margin-top: 40px; }
    @media (max-width: 1200px) {
      .information-education__table2--w700 {
        width: 1200px; } }
    @media (max-width: 600px) {
      .information-education__table2--w700 {
        width: 700px; } }
.information-education__table2-th {
  padding: 13px 0;
  background: #4268D9;
  color: #FFF;
  text-align: center;
  border-left: #DDD solid 1px; }
  .information-education__table2-th:first-child {
    width: 360px;
    border-left: none; }
  .information-education__table2-th--300 {
    width: 300px;
    border-left: none;
    padding: 13px 0;
    background: #4268D9;
    color: #FFF;
    text-align: center; }
  .information-education__table2-th--200 {
    width: 200px;
    border-left: none;
    padding: 13px 0;
    background: #4268D9;
    color: #FFF;
    text-align: center; }
.information-education__table2-td {
  padding: 10px;
  border: #DDD solid 1px;
  border-top: none;
  vertical-align: middle; }
  .information-education__table2-td--num {
    width: 60px;
    padding: 5px;
    border: #DDD solid 1px;
    border-top: none;
    text-align: center;
    vertical-align: middle; }
  .information-education__table2-td--ttl {
    width: 240px;
    padding: 5px;
    border: #DDD solid 1px;
    border-top: none;
    text-align: center;
    vertical-align: middle; }
  .information-education__table2-td--center {
    padding: 10px;
    border: #DDD solid 1px;
    border-top: none;
    vertical-align: middle;
    text-align: center; }
.information-education__table3 {
  width: 100%;
  margin-top: 40px; }
  @media (max-width: 1200px) {
    .information-education__table3 {
      width: 1200px; } }
  .information-education__table3--bottom50 {
    width: 100%;
    margin: 40px 0 50px; }
    @media (max-width: 1200px) {
      .information-education__table3--bottom50 {
        width: 1200px; } }
  .information-education__table3--200 {
    width: 100%;
    margin-top: 40px;
    table-layout: fixed; }
    @media (max-width: 1200px) {
      .information-education__table3--200 {
        width: 1200px; } }
.information-education__table3-th {
  padding: 13px 0;
  background: #4268D9;
  color: #FFF;
  text-align: center;
  border-left: #DDD solid 1px; }
  .information-education__table3-th:first-child {
    width: 360px;
    border-left: none; }
  .information-education__table3-th--300 {
    width: 300px;
    border-left: none;
    padding: 13px 0;
    background: #4268D9;
    color: #FFF;
    text-align: center; }
  .information-education__table3-th--200 {
    width: 200px;
    border-left: none;
    padding: 13px 0;
    background: #4268D9;
    color: #FFF;
    text-align: center; }
.information-education__table3-td {
  padding: 15px;
  border: #DDD solid 1px;
  border-top: none;
  vertical-align: middle; }
  .information-education__table3-td--num {
    width: 60px;
    padding: 10px;
    border: #DDD solid 1px;
    border-top: none;
    text-align: center;
    vertical-align: middle; }
  .information-education__table3-td--division {
    width: 240px;
    padding: 10px;
    border: #DDD solid 1px;
    border-top: none;
    text-align: center;
    vertical-align: middle; }
  .information-education__table3-td--dimension {
    width: 180px;
    padding: 10px;
    border: #DDD solid 1px;
    border-top: none;
    text-align: center;
    vertical-align: middle; }
  .information-education__table3-td--seminar {
    padding: 10px;
    border: #DDD solid 1px;
    border-top: none;
    vertical-align: middle; }
.information-education__list {
  margin-top: 40px; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

news-detail CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.news-detail {
  padding: 0 25px 100px; }
  @media (max-width: 900px) {
    .news-detail {
      padding: 0 20px 10vw; } }
  @media (max-width: 600px) {
    .news-detail {
      padding: 0 15px 15vw; } }
  .news-detail__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD; }
  .news-detail__detail {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
  .news-detail__thumb {
    width: 100%;
    margin: 0 0 26px; }
    .news-detail__thumb img {
      display: block;
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
      margin: 0 auto; }
  .news-detail__date {
    display: block;
    padding: 0 0 3px;
    font-size: 12px;
    color: #888; }
  .news-detail__item-category {
    display: block;
    width: 100%;
    margin: 0 0 22px; }
  .news-detail__item-icon {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    font-size: 1.3rem;
    color: #FFF;
    background: #4268D9; }
    @media (max-width: 600px) {
      .news-detail__item-icon {
        font-size: 1rem; } }
  .news-detail__ttl {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px; }
    @media (max-width: 900px) {
      .news-detail__ttl {
        font-size: 22px; } }
    @media (max-width: 600px) {
      .news-detail__ttl {
        font-size: 18px; } }
  .news-detail__contents p {
    margin: 0 0 1.5em; }
    .news-detail__contents p a {
      text-decoration: underline;
      transition: opacity .3s ease-in-out; }
      .news-detail__contents p a:hover {
        opacity: .7; }
      .news-detail__contents p a img {
        width: fit-content;
        max-width: 100%; }
  .news-detail__txt {
    font-size: 14px;
    margin: 26px 0 0; }
    @media (max-width: 600px) {
      .news-detail__txt {
        font-size: 13px; } }
  .news-detail__btn-area {
    display: flex;
    justify-content: center;
    padding: 40px 0 0; }
    @media (max-width: 900px) {
      .news-detail__btn-area {
        flex-direction: column;
        align-items: center; } }
  .news-detail__back-btn {
    margin: 0 10px;
    width: 260px !important;
    max-width: 260px !important;
    background: #071358; }
  .news-detail__btn {
    margin: 0 10px;
    width: 260px !important;
    max-width: 260px !important;
    background: #071358; }
    @media (max-width: 900px) {
      .news-detail__btn {
        margin-top: 20px; } }
  .news-detail__table-ttl {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 10px; }
    @media (max-width: 900px) {
      .news-detail__table-ttl {
        font-size: 1.8rem; } }
    @media (max-width: 600px) {
      .news-detail__table-ttl {
        font-size: 1.6rem; } }
  .news-detail__table {
    max-width: 800px;
    border-top: #DDD solid 1px; }
  .news-detail__table-th {
    width: 200px;
    padding: 20px;
    border-right: #DDD solid 1px;
    border-bottom: #DDD solid 1px;
    background: #EEE;
    text-align: center; }
    @media (max-width: 600px) {
      .news-detail__table-th {
        width: 100%;
        display: block;
        border-right: none;
        padding: 5px 15px;
        text-align: left; } }
  .news-detail__table-td {
    width: calc(100% - 200px);
    padding: 20px;
    border-bottom: #DDD solid 1px; }
    @media (max-width: 600px) {
      .news-detail__table-td {
        width: 100%;
        display: block;
        padding: 15px 0; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

news-list CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.news-list__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px 100px; }
  @media (max-width: 900px) {
    .news-list__inner {
      padding: 0 20px 10vw; } }
  @media (max-width: 600px) {
    .news-list__inner {
      padding: 0 15px 15vw; } }
.news-list__archive-box {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto 50px; }
.news-list__archive-inner {
  width: 300px; }
.news-list__archive-menu {
  width: 300px;
  display: block;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%; }
  .news-list__archive-menu:focus {
    outline: none; }
.news-list__archive-current {
  border: #ddd solid 1px;
  cursor: pointer;
  display: block;
  padding: 10px;
  position: relative; }
.news-list__archive-current::before {
  content: "";
  display: block;
  background: url(/shr/img/common/sp_icon_arrow_03_black.png) center center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }
.news-list__archive-menu:active {
  background-color: #f8f8f8; }
.news-list__archive-menu.js-active:hover, .news-list__archive-menu.js-active {
  background-color: #f8f8f8; }
.news-list__archive-current.js-active::before {
  background: url(/shr/img/common/sp_icon_arrow_02_black.png) center center no-repeat;
  background-size: 100%; }
.news-list__year-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  border: #EEE 1px solid;
  border-top: none; }
.news-list__year-select {
  width: 100%;
  background: #FFF; }
.news-list__year-select li {
  border-top: #EEE 1px solid;
  cursor: pointer; }
  .news-list__year-select li a {
    display: block;
    width: 100%;
    padding: 10px; }
.news-list__year-select li:hover {
  background-color: #f2f2f2; }
.news-list__year-select li:active {
  background-color: #e2e2e2; }
.news-list__list {
  border-top: solid 1px #DDD; }
.news-list__item {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-bottom: solid 1px #DDD; }
.news-list__link {
  display: block;
  width: 100%;
  padding: 30px 0;
  transition: opacity .3s ease-in-out; }
  .news-list__link:hover {
    opacity: .5; }
  @media (max-width: 600px) {
    .news-list__link {
      display: block;
      padding: 15px 0; } }
.news-list__detail {
  width: 100%; }
.news-list__item-date {
  display: block;
  padding: 0 0 3px;
  font-size: 12px;
  color: #888; }
.news-list__item-category {
  display: block;
  width: 100%;
  margin: 0 0 22px; }
  @media (max-width: 600px) {
    .news-list__item-category {
      margin: 0 0 10px; } }
.news-list__item-icon {
  display: inline-block;
  margin: 0 14px 0 0;
  padding: 3px 4px;
  font-size: 12px;
  color: #FFF;
  background: #4268D9; }
  @media (max-width: 600px) {
    .news-list__item-icon {
      margin: 0 8px 8px 0;
      padding: 3px 4px;
      font-size: 10px; } }
.news-list__ttl {
  display: block;
  font-size: 18px;
  font-weight: bold; }
  @media (max-width: 600px) {
    .news-list__ttl {
      font-size: 16px; } }
.news-list__txt {
  font-size: 14px;
  margin: 20px 0 0; }
  @media (max-width: 600px) {
    .news-list__txt {
      font-size: 13px; } }
.news-list__pagination {
  margin: 50px auto 0; }
  .news-list__pagination .page-numbers {
    display: flex;
    justify-content: center; }
    .news-list__pagination .page-numbers li .page-numbers {
      display: block;
      width: 26px;
      margin: 0 10px;
      padding: 5px 0 4px;
      text-align: center;
      line-height: 1; }
      .news-list__pagination .page-numbers li .page-numbers.current {
        color: #FFF;
        background: #4268D9; }
      @media (max-width: 600px) {
        .news-list__pagination .page-numbers li .page-numbers {
          margin: 0 5px; } }
      .news-list__pagination .page-numbers li .page-numbers.prev, .news-list__pagination .page-numbers li .page-numbers.next {
        width: 40px; }
    .news-list__pagination .page-numbers li .page-numbers {
      transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      .news-list__pagination .page-numbers li .page-numbers:hover {
        color: #4268D9; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

instagram CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.instagram__inner {
  width: calc(100% - 40px);
  max-width: 1380px;
  margin: 0 auto;
  opacity: 0; }
  .instagram__inner #sbi_images .sbi_lightbox_carousel_icon {
    display: none !important; }
  .instagram__inner.na-anim-init {
    opacity: 1;
    transition: opacity 0.5s 0.8s cubic-bezier(0.77, 0, 0.175, 1); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

welcome-back CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.welcome-back__sub-title {
  text-align: center;
  font-size: 2rem; }
.welcome-back__sub-title-en {
  font-size: 3rem; }
.welcome-back__lead {
  color: #1F2A68; }
.welcome-back__table {
  width: 100%;
  margin: 50px 0 0;
  border: #DDD solid 1px;
  border-bottom: none; }
.welcome-back__table-title {
  background: #4268D9;
  text-align: center;
  color: #FFF;
  width: 170px;
  border-right: #DDD solid 1px;
  border-bottom: #DDD solid 1px;
  padding: 20px; }
  @media (max-width: 600px) {
    .welcome-back__table-title {
      display: block;
      width: 100%;
      padding: 8px; } }
.welcome-back__table-text {
  padding: 20px;
  border-bottom: #DDD solid 1px; }
  @media (max-width: 600px) {
    .welcome-back__table-text {
      display: block;
      width: 100%;
      padding: 12px 10px; } }
.welcome-back__flow-list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0; }
  @media (max-width: 600px) {
    .welcome-back__flow-list {
      flex-wrap: wrap; } }
.welcome-back__flow-item {
  width: calc((100% - 200px) / 4);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  border: #4268D9 solid 1px;
  padding: 15px 0 0;
  position: relative; }
  .welcome-back__flow-item::after {
    position: absolute;
    content: '';
    top: calc(50% - 3px);
    right: -35px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #4268D9;
    border-right: 3px solid #4268D9;
    transform: rotate(45deg); }
  .welcome-back__flow-item:last-child::after {
    content: none; }
  @media (max-width: 600px) {
    .welcome-back__flow-item {
      width: 100%;
      flex-direction: row;
      padding: 0;
      background: #4268D9; }
      .welcome-back__flow-item:nth-child(n+2) {
        margin-top: 30px; }
      .welcome-back__flow-item::after {
        right: 50%;
        top: auto;
        bottom: -20px;
        transform: translateX(50%) rotate(135deg); } }
.welcome-back__flow-img {
  width: 50%; }
  @media (max-width: 600px) {
    .welcome-back__flow-img {
      padding: 15px;
      max-width: 20vw;
      background: #FFF; } }
.welcome-back__flow-title {
  display: block;
  background: #4268D9;
  text-align: center;
  width: 100%;
  color: #FFF;
  padding: 5px;
  margin: 10px 0 0; }
  @media (max-width: 600px) {
    .welcome-back__flow-title {
      margin: 0;
      padding: 0;
      font-size: 110%; } }
.welcome-back__entry {
  max-width: none;
  min-width: 305px;
  width: fit-content;
  margin: 50px auto 0; }
  @media (max-width: 600px) {
    .welcome-back__entry {
      padding: 18px 50px 18px 15px; } }
.welcome-back__note {
  border: #1F2A68 solid 3px;
  color: #1F2A68;
  padding: 20px 25px;
  margin: 50px 0 0; }
