@charset "UTF-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Master Style CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* ---------------------------------------------------------------------------
BEM記述方法のマニュアル的なもの
https://qiita.com/Takuan_Oishii/items/0f0d2c5dc33a9b2d9cb1

フォントサイズの単位は、pxではなく、remを使ってください。
--------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Noto+Sans+JP:wght@400;700;900&family=Roboto:wght@100;300;400;500;900&display=swap");
@import url("./plugins/slick.css");
@import url("./plugins/slick-theme.css");
@use 'sass:math';
/* CSS Import */
/* 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
-------------------------------------------- */
/* Fonts
[ Noto Sans JP ]
weights : 400 , 700 , 900

[ Lato ]
weights : 900

[ Roboto ]
weights : 500, 900
*/
.common-hero__ttl, .common-hero__ttl--persons-detail, .common-ttl__txt, .office__ttl-txt, .history__ttl, .philosophy__ttl-txt, .g-nav__link-entry, .home-hero__scroll, .news__year-list li a, .service__ttl-en, .service__secondary-box, .service-hero__super, .service-layout-1__box-icon, .service-layout-5__num, .service-layout-12__num, .service-layout-9__caption, .service-layout-10__caption, .service-layout-11__q, .service-layout-11__a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.column__detail-btn, .column__detail-contact-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 21px 80px 21px 20px;
  margin: 0 auto;
  background: #194F98;
  transition: color .3s ease-in-out, background .3s ease-in-out; }
  @media (max-width: 600px) {
    .column__detail-btn, .column__detail-contact-btn {
      padding: 16px 80px 16px 20px; } }
  .column__detail-btn::before, .column__detail-contact-btn::before, .column__detail-btn::after, .column__detail-contact-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    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); }
  .column__detail-btn::after, .column__detail-contact-btn::after {
    right: 60px;
    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); }

.column__detail-btn:hover, .column__detail-contact-btn:hover {
  color: #FFF;
  background: #194F98; }
  .column__detail-btn:hover::before, .column__detail-contact-btn:hover::before {
    width: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .column__detail-btn:hover::after, .column__detail-contact-btn:hover::after {
    right: 20px;
    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); }

.service-case__more, .service-outsourcing__accordion-more {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  color: #194F98;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 21px 80px 21px 20px;
  margin: 0 auto;
  background: #FFF; }
  @media (max-width: 600px) {
    .service-case__more, .service-outsourcing__accordion-more {
      padding: 16px 80px 16px 20px; } }
  .service-case__more::before, .service-outsourcing__accordion-more::before, .service-case__more::after, .service-outsourcing__accordion-more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    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%23194F98%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); }
  .service-case__more::after, .service-outsourcing__accordion-more::after {
    right: 60px;
    width: 0;
    transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

.service-case__more:hover::before, .service-outsourcing__accordion-more:hover::before, .service-case__link:hover .service-case__more::before, .service-case__link:hover .service-outsourcing__business-more::before, .service-case__link:hover .service-outsourcing__accordion-more::before {
  width: 0;
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
.service-case__more:hover::after, .service-outsourcing__accordion-more:hover::after, .service-case__link:hover .service-case__more::after, .service-case__link:hover .service-outsourcing__business-more::after, .service-case__link:hover .service-outsourcing__accordion-more::after {
  right: 20px;
  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); }

.service__contact, .service__contact--separate, .service__contact--wide, .service__contact--separate-2, .service__contact--separate-wide, .service-layout-1__contact, .service-layout-3__btn, .service-outsourcing__business-more {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 21px 80px 21px 20px;
  margin: 0 auto;
  background: #194F98;
  transition: color .3s ease-in-out, background .3s ease-in-out; }
  @media (max-width: 600px) {
    .service__contact, .service__contact--separate, .service__contact--wide, .service__contact--separate-2, .service__contact--separate-wide, .service-layout-1__contact, .service-layout-3__btn, .service-outsourcing__business-more {
      padding: 16px 80px 16px 20px; } }
  .service__contact::before, .service__contact--separate::before, .service__contact--wide::before, .service__contact--separate-2::before, .service__contact--separate-wide::before, .service-layout-1__contact::before, .service-layout-3__btn::before, .service-outsourcing__business-more::before, .service__contact::after, .service__contact--separate::after, .service__contact--wide::after, .service__contact--separate-2::after, .service__contact--separate-wide::after, .service-layout-1__contact::after, .service-layout-3__btn::after, .service-outsourcing__business-more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    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); }
  .service__contact::after, .service__contact--separate::after, .service__contact--wide::after, .service__contact--separate-2::after, .service__contact--separate-wide::after, .service-layout-1__contact::after, .service-layout-3__btn::after, .service-outsourcing__business-more::after {
    right: 60px;
    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); }

.service__contact:hover, .service__contact--separate:hover, .service__contact--wide:hover, .service__contact--separate-2:hover, .service__contact--separate-wide:hover, .service-layout-1__contact:hover, .service-layout-3__btn:hover, .service-outsourcing__business-more:hover {
  color: #FFF;
  background: #000; }
  .service__contact:hover::before, .service__contact--separate:hover::before, .service__contact--wide:hover::before, .service__contact--separate-2:hover::before, .service__contact--separate-wide:hover::before, .service-layout-1__contact:hover::before, .service-layout-3__btn:hover::before, .service-outsourcing__business-more:hover::before {
    width: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .service__contact:hover::after, .service__contact--separate:hover::after, .service__contact--wide:hover::after, .service__contact--separate-2:hover::after, .service__contact--separate-wide:hover::after, .service-layout-1__contact:hover::after, .service-layout-3__btn:hover::after, .service-outsourcing__business-more:hover::after {
    right: 20px;
    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); }

.service-layout-2__btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 21px 60px 21px 20px;
  margin: 0 auto;
  background: #194F98;
  transition: color .3s ease-in-out, background .3s ease-in-out; }
  @media (max-width: 600px) {
    .service-layout-2__btn {
      padding: 16px 60px 16px 20px; } }
  .service-layout-2__btn::before, .service-layout-2__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    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); }
  .service-layout-2__btn::after {
    right: 45px;
    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); }

.service-layout-2__btn:hover {
  color: #FFF;
  background: #000; }
  .service-layout-2__btn:hover::before {
    width: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .service-layout-2__btn:hover::after {
    right: 15px;
    width: 30px;
    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); }

.contact__btn-wrap-next, .contact__link-list-link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 19px 80px 19px 20px;
  margin: 0 auto;
  background: #000;
  border: #FFF 1px solid;
  transition: color .3s ease-in-out, background .3s ease-in-out; }
  @media (max-width: 600px) {
    .contact__btn-wrap-next, .contact__link-list-link {
      padding: 14px 80px 14px 20px; } }
  .contact__btn-wrap-next::before, .contact__link-list-link::before, .contact__btn-wrap-next::after, .contact__link-list-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    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); }
  .contact__btn-wrap-next::after, .contact__link-list-link::after {
    right: 60px;
    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); }

.contact__btn-wrap-next:hover, .contact__link-list-link:hover {
  color: #000;
  background: #194F98; }
  .contact__btn-wrap-next:hover::before, .contact__link-list-link:hover::before {
    width: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .contact__btn-wrap-next:hover::after, .contact__link-list-link:hover::after {
    right: 20px;
    width: 40px;
    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 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }

.contact__btn-wrap-back {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
  padding: 21px 30px 21px 80px;
  margin: 0 auto;
  background: #000;
  transition: color .3s ease-in-out, background .3s ease-in-out; }
  @media (max-width: 600px) {
    .contact__btn-wrap-back {
      padding: 16px 80px 16px 20px; } }
  .contact__btn-wrap-back::before, .contact__btn-wrap-back::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    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); }
  .contact__btn-wrap-back::after {
    left: 60px;
    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: left 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

.contact__btn-wrap-back:hover {
  color: #000;
  background: #194F98; }
  .contact__btn-wrap-back:hover::before {
    width: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .contact__btn-wrap-back:hover::after {
    left: 20px;
    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); }

.common-link, .common-link--block, .sitemap__list-link {
  color: #194F98;
  opacity: 1;
  transition: opacity .4s;
  border-bottom: #194F98 solid 1px; }

.common-link--block {
  display: table; }
  .common-link--block:hover {
    opacity: .7; }
.common-link:hover {
  opacity: .7; }

.a-slicetext2 {
  opacity: 0; }
  .js-anim-init .a-slicetext2 {
    opacity: 1; }
  .a-slicetext2 span {
    display: inline-block;
    transition: all 0.6s ease;
    transform: translate(0, 100%);
    position: relative;
    z-index: 1;
    opacity: 0; }
    .a-slicetext2 span.is-show {
      transform: translate(0, 0);
      opacity: 1; }
    .a-slicetext2 span.row {
      overflow: hidden;
      line-height: 1.2;
      display: block;
      transform: none;
      opacity: 1; }

.tb_disp, .sp_disp {
  display: none !important; }

@media (max-width: 900px) {
  .pc_disp.tb {
    display: none !important; }

  .tb_disp {
    display: block !important; } }
@media (max-width: 600px) {
  .pc_disp {
    display: none !important; }

  .sp_disp {
    display: block !important; } }
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Reset CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
:root {
  font-size: 10px; }

html {
  width: 100%; }

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  width: 100%;
  background: #FFF; }
  @media (max-width: 600px) {
    body {
      font-size: 1.4rem; } }

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: "Noto Sans JP", 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: "Noto Sans JP", 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%2223%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2C0V1H1V0ZM1%2C1V2H2V1ZM2%2C2V3H3V2ZM3%2C3V4H4V3ZM4%2C4V5H5V4ZM5%2C5V6H6V5ZM6%2C6V7H7V6ZM7%2C7V8H8V7ZM8%2C8V9H9V8ZM9%2C9v1h1V9Zm1%2C1v1h1V10Zm1%2C2h1V11H11ZM22%2C0V1h1V0ZM21%2C2h1V1H21ZM20%2C3h1V2H20ZM19%2C4h1V3H19ZM18%2C5h1V4H18ZM17%2C6h1V5H17ZM16%2C7h1V6H16ZM15%2C8h1V7H15ZM14%2C9h1V8H14Zm-1%2C1h1V9H13Zm-1%2C1h1V10H12Z%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;
  color: #333;
  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; }

/* Plugins */
/* Pages */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

br CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media (max-width: 900px) {
  .br__pc {
    display: none; } }
.br__pc-under {
  display: none; }
  @media (max-width: 1200px) {
    .br__pc-under {
      display: block; } }
@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__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; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

common-hero CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.common-hero__inner, .common-hero__inner--about, .common-hero__inner--profile, .common-hero__inner--office, .common-hero__inner--history, .common-hero__inner--location, .common-hero__inner--message, .common-hero__inner--philosophy, .common-hero__inner--movie, .common-hero__inner--health, .common-hero__inner--contact, .common-hero__inner--case, .common-hero__inner--sitemap, .common-hero__inner--recruit, .common-hero__inner--privacy {
  position: relative;
  width: 100%;
  min-height: 450px;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .common-hero__inner, .common-hero__inner--about, .common-hero__inner--profile, .common-hero__inner--office, .common-hero__inner--history, .common-hero__inner--location, .common-hero__inner--message, .common-hero__inner--philosophy, .common-hero__inner--movie, .common-hero__inner--health, .common-hero__inner--contact, .common-hero__inner--case, .common-hero__inner--sitemap, .common-hero__inner--recruit, .common-hero__inner--privacy {
      padding: 25% 0 0; } }
  @media (max-width: 600px) {
    .common-hero__inner, .common-hero__inner--about, .common-hero__inner--profile, .common-hero__inner--office, .common-hero__inner--history, .common-hero__inner--location, .common-hero__inner--message, .common-hero__inner--philosophy, .common-hero__inner--movie, .common-hero__inner--health, .common-hero__inner--contact, .common-hero__inner--case, .common-hero__inner--sitemap, .common-hero__inner--recruit, .common-hero__inner--privacy {
      min-height: inherit;
      padding: 120% 0 0; } }
  .common-hero__inner::before, .common-hero__inner--about::before, .common-hero__inner--profile::before, .common-hero__inner--office::before, .common-hero__inner--history::before, .common-hero__inner--location::before, .common-hero__inner--message::before, .common-hero__inner--philosophy::before, .common-hero__inner--movie::before, .common-hero__inner--health::before, .common-hero__inner--contact::before, .common-hero__inner--case::before, .common-hero__inner--sitemap::before, .common-hero__inner--recruit::before, .common-hero__inner--privacy::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .common-hero__inner::after, .common-hero__inner--about::after, .common-hero__inner--profile::after, .common-hero__inner--office::after, .common-hero__inner--history::after, .common-hero__inner--location::after, .common-hero__inner--message::after, .common-hero__inner--philosophy::after, .common-hero__inner--movie::after, .common-hero__inner--health::after, .common-hero__inner--contact::after, .common-hero__inner--case::after, .common-hero__inner--sitemap::after, .common-hero__inner--recruit::after, .common-hero__inner--privacy::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #EEE;
    z-index: 2;
    transition: width .4s ease-in-out; }
  .js-anim-init.common-hero__inner::after, .js-anim-init.common-hero__inner--about::after, .js-anim-init.common-hero__inner--profile::after, .js-anim-init.common-hero__inner--office::after, .js-anim-init.common-hero__inner--history::after, .js-anim-init.common-hero__inner--location::after, .js-anim-init.common-hero__inner--message::after, .js-anim-init.common-hero__inner--philosophy::after, .js-anim-init.common-hero__inner--movie::after, .js-anim-init.common-hero__inner--health::after, .js-anim-init.common-hero__inner--contact::after, .js-anim-init.common-hero__inner--case::after, .js-anim-init.common-hero__inner--sitemap::after, .js-anim-init.common-hero__inner--recruit::after, .js-anim-init.common-hero__inner--privacy::after {
    width: 0; }

.common-hero__ttl, .common-hero__ttl--persons-detail {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 53%;
  z-index: 10;
  line-height: 1;
  letter-spacing: normal;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0;
  color: #FFF;
  transform: translate(-50%, -50%);
  transition: opacity 1s .2s ease-in-out;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
  .js-anim-init.common-hero__ttl, .js-anim-init.common-hero__ttl--persons-detail {
    opacity: 1; }
  @media (max-width: 900px) {
    .common-hero__ttl, .common-hero__ttl--persons-detail {
      font-size: 7.5vw; } }
  @media (max-width: 600px) {
    .common-hero__ttl, .common-hero__ttl--persons-detail {
      font-size: 10vw;
      letter-spacing: normal; } }

.common-hero__ttl-jp, .common-hero__ttl-jp--persons-detail {
  display: block;
  position: relative;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1;
  margin: 32px 0 0;
  padding: 32px 0 0;
  letter-spacing: normal; }
  .common-hero__ttl-jp::after, .common-hero__ttl-jp--persons-detail::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF; }
    @media (max-width: 600px) {
      .common-hero__ttl-jp::after, .common-hero__ttl-jp--persons-detail::after {
        width: 12vw; } }
  @media (max-width: 900px) {
    .common-hero__ttl-jp, .common-hero__ttl-jp--persons-detail {
      font-size: 3.5vw; } }
  @media (max-width: 600px) {
    .common-hero__ttl-jp, .common-hero__ttl-jp--persons-detail {
      font-size: 5.25vw;
      padding: 7.5vw 0 0;
      margin: 7vw 0 0; } }

.common-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-top: 110px; }
  @media (max-width: 900px) {
    .common-hero {
      margin-top: 88px; } }
  @media (max-width: 600px) {
    .common-hero {
      margin-top: 66px; } }
  .common-hero__inner::before {
    background: no-repeat top center / 0% 0%, no-repeat top center / cover; }
    @media (max-width: 600px) {
      .common-hero__inner::before {
        background: no-repeat top center / cover, no-repeat top center / 0% 0%; } }
  .common-hero__inner--about::before {
    background: url(/assets/img/about/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--about::before {
        background: url(/assets/img/about/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--profile::before {
    background: url(/assets/img/profile/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--profile::before {
        background: url(/assets/img/profile/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--office::before {
    background: url(/assets/img/office/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--office::before {
        background: url(/assets/img/office/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--history::before {
    background: url(/assets/img/history/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--history::before {
        background: url(/assets/img/history/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--location::before {
    background: url(/assets/img/location/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--location::before {
        background: url(/assets/img/location/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--message::before {
    background: url(/assets/img/message/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--message::before {
        background: url(/assets/img/message/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--philosophy::before {
    background: url(/assets/img/philosophy/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--philosophy::before {
        background: url(/assets/img/philosophy/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--movie::before {
    background: url(/assets/img/movie/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--movie::before {
        background: url(/assets/img/movie/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--health::before {
    background: url(/assets/img/health/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--health::before {
        background: url(/assets/img/health/hero-img-sp.jpg) no-repeat top center/cover; } }
  @media (max-width: 600px) {
    .common-hero__inner--health .common-hero__ttl {
      font-size: 9vw; } }
  .common-hero__inner--contact::before {
    background: url(/assets/img/contact/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--contact::before {
        background: url(/assets/img/contact/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--case::before {
    background: url(/assets/img/case/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--case::before {
        background: url(/assets/img/case/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--sitemap::before {
    background: url(/assets/img/sitemap/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--sitemap::before {
        background: url(/assets/img/sitemap/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--recruit::before {
    background: url(/assets/img/recruit/branch/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--recruit::before {
        background: url(/assets/img/recruit/branch/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__inner--privacy::before {
    background: url(/assets/img/privacy/hero-img-pc.jpg) no-repeat top center/cover; }
    @media (max-width: 600px) {
      .common-hero__inner--privacy::before {
        background: url(/assets/img/privacy/hero-img-sp.jpg) no-repeat top center/cover; } }
  .common-hero__bg {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: no-repeat top center / 0% 0%, no-repeat top center / cover; }
    @media (max-width: 600px) {
      .common-hero__bg {
        background: no-repeat top center / cover, no-repeat top center / 0% 0%; } }
  .common-hero__ttl--persons-detail {
    color: #194F98; }
  .common-hero__ttl-jp--persons-detail {
    color: #545454; }
    .common-hero__ttl-jp--persons-detail::after {
      background: #545454; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

common-cont CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.common-cont__inner, .common-cont__inner--w1000, .common-cont__inner--w1200, .common-cont__inner--w1400, .common-cont__inner--w1400-nopad, .common-cont__inner--w1400-nomargin, .profile, .office, .location, .history, .message, .philosophy__inner, .movie__inner {
  max-width: calc(1200px + (40px * 2));
  margin: 100px auto;
  padding: 0 40px; }
  @media (max-width: 900px) {
    .common-cont__inner, .common-cont__inner--w1000, .common-cont__inner--w1200, .common-cont__inner--w1400, .common-cont__inner--w1400-nopad, .common-cont__inner--w1400-nomargin, .profile, .office, .location, .history, .message, .philosophy__inner, .movie__inner {
      margin: 10vw auto;
      padding: 0 20px; } }
  @media (max-width: 600px) {
    .common-cont__inner, .common-cont__inner--w1000, .common-cont__inner--w1200, .common-cont__inner--w1400, .common-cont__inner--w1400-nopad, .common-cont__inner--w1400-nomargin, .profile, .office, .location, .history, .message, .philosophy__inner, .movie__inner {
      margin: 15vw auto;
      padding: 0 15px; } }

.common-cont__inner--w1000 {
  max-width: calc(1000px + (40px * 2)); }
.common-cont__inner--w1200 {
  max-width: calc(1200px + (40px * 2)); }
.common-cont__inner--w1400 {
  max-width: calc(1400px + (40px * 2)); }
.common-cont__inner--w1400-nopad {
  max-width: calc(1400px + (40px * 2));
  padding: 0 40px; }
  @media (max-width: 900px) {
    .common-cont__inner--w1400-nopad {
      padding: 0 20px; } }
  @media (max-width: 600px) {
    .common-cont__inner--w1400-nopad {
      padding: 0 15px; } }
.common-cont__inner--w1400-nomargin {
  max-width: calc(1400px + (40px * 2));
  margin: 0 auto; }
  @media (max-width: 900px) {
    .common-cont__inner--w1400-nomargin {
      margin: 0 auto; } }
  @media (max-width: 600px) {
    .common-cont__inner--w1400-nomargin {
      margin: 0 auto; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

common-ttl CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.common-ttl {
  display: flex;
  max-width: calc(1500px + (40px * 2));
  margin: 90px auto 0;
  padding: 0; }
  @media (max-width: 900px) {
    .common-ttl {
      margin: 9vw auto 0; } }
  @media (max-width: 600px) {
    .common-ttl {
      margin: 13.5vw auto 0; } }
  .common-ttl__txt, .office__ttl-txt, .history__ttl, .philosophy__ttl-txt {
    position: relative;
    margin-bottom: 50px;
    padding: 0 0 25px;
    font-size: 4.0rem;
    font-weight: 300;
    color: #333;
    line-height: 1; }
    @media (max-width: 900px) {
      .common-ttl__txt, .office__ttl-txt, .history__ttl, .philosophy__ttl-txt {
        margin-bottom: 5vw;
        padding: 0 0 2.5vw; } }
    @media (max-width: 600px) {
      .common-ttl__txt, .office__ttl-txt, .history__ttl, .philosophy__ttl-txt {
        font-size: 10vw;
        margin-bottom: 7.5vw;
        padding: 0 0 6vw; } }
    .common-ttl__txt::after, .office__ttl-txt::after, .history__ttl::after, .philosophy__ttl-txt::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 50px;
      height: 4px;
      background: #194F98; }
  .common-ttl__txt-jp {
    padding: 0 0 0 18px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #777; }
    @media (max-width: 600px) {
      .common-ttl__txt-jp {
        display: block;
        font-size: 1.4rem;
        padding: 10px 0 0; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

common-table CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.common-table__cont-warp {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /*&::after {
  	content: "";
  	display: block;
  	width: 100%;
  	height: 100%;
  	background: #EEE;
  	position: absolute;
  	right: 0;
  	top: 0;
  	z-index: 2;
  	transition: width .3s .5s ease-in-out;
  }
  &::before {
  	content: "";
  	display: block;
  	width: 100%;
  	height: 100%;
  	background: #FFF;
  	position: absolute;
  	right: 0;
  	top: 0;
  	z-index: 3;
  	transition: width .3s ease-in-out;
  }
  &.js-anim-init {
  	&::before,&::after {
  		width: 0;
  	}
  }*/ }
  @media (max-width: 600px) {
    .common-table__cont-warp {
      flex-direction: column; } }
  .common-table__cont-warp:first-child .common-table__dt, .common-table__cont-warp:first-child .common-table__dd {
    border-top: #DDD solid 1px; }
.common-table__dt {
  display: block;
  width: 230px;
  padding: 25px 0;
  border-bottom: #DDD solid 1px;
  font-size: 1.8rem; }
  @media (max-width: 600px) {
    .common-table__dt {
      width: 100%;
      border-right: none;
      padding: 10px;
      font-size: 1.4rem;
      background: #EEE; } }
.common-table__dd {
  width: calc(100% - 230px);
  border-bottom: #DDD solid 1px;
  padding: 25px 0;
  font-size: 1.8rem; }
  @media (max-width: 600px) {
    .common-table__dd {
      width: 100%;
      padding: 10px;
      font-size: 1.4rem; } }
  .common-table__dd p + p {
    margin: 1em 0 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

container CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.container {
  position: relative;
  width: 100%;
  z-index: 1; }
  .container__inner {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 900px) {
      .container__inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 600px) {
      .container__inner {
        padding-left: 15px;
        padding-right: 15px; } }
  .container__inner--full {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

header CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  transition: top 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  background: #FFF;
  border-bottom: 1px solid #EEE;
  z-index: 100; }
  .js-header-hide .header {
    top: -154px; }
  @media (max-width: 900px) {
    .header {
      height: 88px; }
      .js-header-hide .header {
        top: -88px; } }
  @media (max-width: 600px) {
    .header {
      height: 66px; }
      .js-header-hide .header {
        top: -66px; } }
  .header__inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .header__logo {
    display: block;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    left: 40px;
    height: 110px;
    z-index: 2;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center; }
    .header__logo[href*="/"] {
      transition: opacity .3s ease-in-out; }
      .header__logo[href*="/"]:hover {
        opacity: .7; }
    @media (max-width: 900px) {
      .header__logo {
        left: 20px;
        height: 88px;
        font-size: 1.4rem; } }
    @media (max-width: 600px) {
      .header__logo {
        left: 15px;
        height: 66px;
        font-size: 1.3rem; } }
  .header__logo-img {
    width: 75px;
    margin-right: 10px; }
    @media (max-width: 600px) {
      .header__logo-img {
        width: 50px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

g-nav-trigger CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.g-nav-trigger {
  display: none;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 45px;
  height: 45px;
  margin: -23px 0 0;
  border: #000 1px solid;
  cursor: pointer;
  z-index: 10; }
  @media (max-width: 1150px) {
    .g-nav-trigger {
      display: block;
      right: 20px;
      width: 35px;
      height: 35px;
      margin: -18px 0 0; } }
  @media (max-width: 600px) {
    .g-nav-trigger {
      right: 15px;
      width: 31px;
      height: 31px;
      margin: -16px 0 0; } }
  .g-nav-trigger__inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 21px;
    height: 1px;
    margin: -0.5px 0 0;
    background: none; }
    @media (max-width: 900px) {
      .g-nav-trigger__inner {
        left: 8px;
        width: 17px; } }
    @media (max-width: 600px) {
      .g-nav-trigger__inner {
        left: 7px;
        width: 15px; } }
    .g-nav-trigger__inner::before, .g-nav-trigger__inner::after {
      content: "";
      display: block;
      position: absolute;
      top: -4px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #333;
      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: -3px;
          height: 1px; } }
    .g-nav-trigger__inner::after {
      top: 4px; }
      @media (max-width: 600px) {
        .g-nav-trigger__inner::after {
          top: 3px; } }
    .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); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

g-nav CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.g-nav__sub-item, .g-nav__sub-item--img-link, .g-nav__sub-item--service-index, .g-nav__sub-item--company-index {
  position: relative;
  margin-top: 17px; }
  .g-nav__sub-item:hover .g-nav__sub-link-inner::before, .g-nav__sub-item--img-link:hover .g-nav__sub-link-inner::before, .g-nav__sub-item--service-index:hover .g-nav__sub-link-inner::before, .g-nav__sub-item--company-index:hover .g-nav__sub-link-inner::before {
    border: solid 1px #194F98;
    border-radius: 11px; }

.g-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - (280px + 70px));
  height: 110px;
  z-index: 101;
  transition: top .3s ease-in-out, right .3s ease-in-out;
  	/*&__sub {
  		position: fixed;
  		width: 100%;
  		left: 0;
  		top: $header-height;
  		background: #FFF;
  		display: none;
  		@include nav {
  			position: relative;
  			width: 100%;
  			top: auto;
  			left: auto;
  			transform: none;
  		}
  
  	}
  	&__sub-item {
  		position: relative;
  		border-bottom: 1px solid #EEE;
  		&:last-child {
  			border: none;
  		}
  		&::after {
  			position: absolute;
  			content: "";
  			width: 0;
  			height: 100%;
  			left: 0;
  			top: 0;
  			background: map-get($key-color, primary);
  			transition: width .2s ease-in-out;
  		}
  		&:hover {
  			&::after {
  				width: 100%;
  			}
  		}
  	}
  	&__sub-link {
  		position: relative;
  		display: block;
  		width: 100%;
  		padding: 15px 20px;
  		color: #999;
  		font-size: 1.4rem;
  		line-height: 1.2;
  		white-space: nowrap;
  		z-index: 1;
  		transition: color .3s ease-in-out;
  
  		&:hover {
  			color: #FFF;
  		}
  		@include nav {
  			color: #333;
  			padding: 10px 20px;
  		}
  		@include sp {
  			font-size: 1.4rem;
  		}
  	}
  	*/ }
  .js-header-hide .g-nav {
    top: -100%; }
    @media (max-width: 1150px) {
      .js-header-hide .g-nav {
        top: 0; } }
  @media (max-width: 1150px) {
    .g-nav {
      box-sizing: border-box;
      right: -100%;
      top: 110px;
      height: calc(100% - 110px - 20px);
      width: 40vw;
      min-width: 340px;
      padding: 20px 10px;
      overflow: auto;
      background: #FFF; }
      .js-header-fix .g-nav {
        right: 0; } }
  @media (max-width: 900px) {
    .g-nav {
      top: 88px;
      height: calc(100% - 88px); } }
  @media (max-width: 600px) {
    .g-nav {
      top: 66px;
      height: calc(100% - 66px); } }
  .g-nav__list {
    position: absolute;
    display: flex;
    left: 0;
    bottom: 0;
    height: 60px; }
    @media (max-width: 1150px) {
      .g-nav__list {
        flex-direction: column;
        height: auto;
        position: relative; } }
  .g-nav__item {
    position: relative;
    height: 100%;
    margin-right: clamp(1.5rem, 1.4vw, 4rem);
    /*
    &:nth-child(n+5) {
    	margin-right: 30px;
    	@include nav {
    		margin-right: 0;
    	}
    	.g-nav__link {
    		font-size: 1.4rem;
    		padding: 5px 0 0;
    		@include nav {
    			padding: 15px 0;
    		}
    	}
    }
    */ }
    .g-nav__item:hover .g-nav__link::after {
      width: 100%; }
    @media (max-width: 1150px) {
      .g-nav__item {
        height: auto;
        margin-right: 0; }
        .g-nav__item:hover .g-nav__link::after {
          width: 0; }
        .g-nav__item.open .g-nav__link {
          color: #000; }
        .g-nav__item.open .g-nav__link::after {
          width: 100%; } }
  .g-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #333;
    font-weight: bold;
    font-size: clamp(1.4rem, 1.4vw, 1.7rem);
    line-height: 1.2;
    cursor: default;
    transition: color .3s ease-in-out; }
    .g-nav__link::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 0;
      height: 4px;
      background: #BBB;
      transition: width .2s ease-in-out; }
    .g-nav__link:hover {
      color: #000; }
    .g-nav__link[href] {
      cursor: pointer; }
    @media (max-width: 1150px) {
      .g-nav__link {
        padding: 15px 0;
        font-size: 2rem;
        border-top: 1px solid #DDD; }
        .g-nav__link:hover {
          color: inherit; } }
    @media (max-width: 600px) {
      .g-nav__link {
        font-size: 4.2vw; } }
  .g-nav__link-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.2;
    background: #194F98;
    transition: opacity .4s; }
    .g-nav__link-entry:hover {
      opacity: .7; }
    @media (max-width: 1150px) {
      .g-nav__link-entry {
        justify-content: flex-start;
        width: 100%;
        margin-top: 5vw;
        padding: 15px 20px;
        font-size: 2.8rem; } }
    @media (max-width: 600px) {
      .g-nav__link-entry {
        font-size: 4.2vw; } }
  .g-nav__sub {
    		/*
    		position: fixed;
    		width: 100%;
    		left: 0;
    		top: $header-height;
    		background: #FFF;
    		display: none;
    
    		@include nav {
    			position: relative;
    			width: 100%;
    			top: auto;
    			left: auto;
    			transform: none;
    		}
    		*/
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    max-height: calc(100% - 110px);
    padding: 50px 40px;
    top: 110px;
    left: 0;
    background: #FFF;
    display: none;
    overflow: auto; }
    @media (max-width: 1150px) {
      .g-nav__sub {
        position: relative;
        width: 100%;
        max-height: none;
        padding: 0 0 30px;
        transform: none;
        top: 0;
        overflow: initial; } }
  .g-nav__sub-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -17px; }
    @media (max-width: 1150px) {
      .g-nav__sub-list {
        display: block;
        margin-top: 0; } }
  .g-nav__sub-list--img-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -34px; }
    @media (max-width: 1150px) {
      .g-nav__sub-list--img-link {
        display: block;
        margin-top: 0; } }
  .g-nav__sub-item {
    /*width: calc(33.3333% - 20px);*/
    width: calc(25% - 15px);
    margin-top: 17px;
    /*margin-right: 30px;*/
    margin-right: 20px; }
    .g-nav__sub-item:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 1150px) {
      .g-nav__sub-item {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 600px) {
      .g-nav__sub-item {
        margin-top: 10px; } }
    .g-nav__sub-item--img-link {
      width: calc(25% - 15px);
      margin-top: 34px;
      margin-right: 20px; }
      .g-nav__sub-item--img-link:nth-child(4n) {
        margin-right: 0; }
      @media (max-width: 1150px) {
        .g-nav__sub-item--img-link {
          width: 100%;
          margin-top: 17px;
          margin-right: 0; } }
      @media (max-width: 600px) {
        .g-nav__sub-item--img-link {
          margin-top: 10px; } }
    .g-nav__sub-item--service-index {
      width: calc(25% - 15px);
      margin-top: 34px;
      margin-right: 20px; }
      .g-nav__sub-item--service-index:nth-child(4n) {
        margin-right: 0; }
      @media (max-width: 1150px) {
        .g-nav__sub-item--service-index {
          width: 100%;
          margin-top: 17px;
          margin-right: 0; } }
      @media (max-width: 600px) {
        .g-nav__sub-item--service-index {
          margin-top: 10px; } }
    .g-nav__sub-item--company-index {
      width: 100%;
      padding: 0 0 17px; }
      @media (max-width: 1150px) {
        .g-nav__sub-item--company-index {
          padding: 0; } }
      @media (max-width: 600px) {
        .g-nav__sub-item--company-index {
          margin-top: 10px; } }
  .g-nav__sub-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    color: #333;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
    transition: color .3s ease-in-out; }
    .g-nav__sub-link:hover {
      color: #194F98; }
    @media (max-width: 1150px) {
      .g-nav__sub-link {
        color: #333;
        padding: 10px 20px; } }
    @media (max-width: 600px) {
      .g-nav__sub-link {
        font-size: 1.3rem; } }
  .g-nav__sub-link-inner {
    display: inline-block;
    padding: 4px 0 4px 32px;
    line-height: 1.4;
    position: relative; }
    @media (max-width: 1150px) {
      .g-nav__sub-link-inner {
        padding: 0 0 0 32px; } }
    .g-nav__sub-link-inner::before {
      content: "";
      box-sizing: border-box;
      display: block;
      width: 22px;
      height: 22px;
      border: solid 1px #BBB;
      border-radius: 11px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      transition: border .3s ease-in-out; }
      @media (max-width: 600px) {
        .g-nav__sub-link-inner::before {
          width: 18px;
          height: 18px; } }
    .g-nav__sub-link-inner::after {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      border-top: solid 1px #194F98;
      border-right: solid 1px #194F98;
      position: absolute;
      top: 50%;
      left: 9px;
      transform: translateY(-50%) rotate(45deg); }
      @media (max-width: 600px) {
        .g-nav__sub-link-inner::after {
          left: 7px; } }
  .g-nav__item-img {
    margin: 0 0 20px;
    vertical-align: -.4rem; }
    @media (max-width: 1150px) {
      .g-nav__item-img {
        display: none; } }
  .g-nav__list-sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    height: 48px;
    padding: 0 18px 0 0; }
    @media (max-width: 1400px) {
      .g-nav__list-sub {
        padding: 0 15px 0 0; } }
    @media (max-width: 1150px) {
      .g-nav__list-sub {
        height: 48px;
        padding: 0;
        position: absolute;
        bottom: 10px;
        left: 0; } }
  .g-nav__item-sub {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.2rem; }
    .g-nav__item-sub:nth-child(n+2) {
      margin-left: 18px; }
    .g-nav__item-sub:last-child {
      font-size: 1.0rem; }
  .g-nav__link-sub {
    display: flex;
    align-items: center;
    color: #000;
    transition: color .3s ease-in-out; }
    body.home.st .g-nav__link-sub {
      color: #000; }
    body.home .g-nav__link-sub {
      color: #FFF; }
      body.home .g-nav__link-sub:hover {
        color: #194F98; }
    .g-nav__link-sub .fa-globe {
      display: inline-block;
      padding-right: 6px;
      font-size: 1.6rem; }
    .g-nav__link-sub:hover {
      color: #194F98; }
    @media (max-width: 1150px) {
      body.home .g-nav__link-sub {
        color: #000; }
        body.home .g-nav__link-sub:hover {
          color: #000; } }
  .g-nav__service-imbbox {
    position: relative; }
  .g-nav__service-img {
    position: relative;
    z-index: 0; }
    @media (max-width: 1150px) {
      .g-nav__service-img {
        display: none; } }
  .g-nav__service-ttl {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media (max-width: 1150px) {
      .g-nav__service-ttl {
        display: block;
        width: 100%;
        padding: 20px 0 6px;
        text-align: left;
        color: #000;
        border-bottom: solid 2px #194F98;
        position: static;
        transform: none; } }
    @media (max-width: 600px) {
      .g-nav__service-ttl {
        font-size: 1.6rem; } }
  .g-nav__service-link {
    display: block;
    margin-top: 20px;
    padding: 4px 0 4px 32px;
    line-height: 1;
    position: relative;
    color: #333;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap; }
    @media (max-width: 1150px) {
      .g-nav__service-link {
        margin-top: 17px;
        margin-left: 20px;
        padding: 10px 0 10px 32px; } }
    @media (max-width: 600px) {
      .g-nav__service-link {
        font-size: 1.3rem;
        margin-top: 10px; } }
    .g-nav__service-link::before {
      content: "";
      box-sizing: border-box;
      display: block;
      width: 22px;
      height: 22px;
      border: solid 1px #BBB;
      border-radius: 11px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      transition: border .3s ease-in-out; }
      @media (max-width: 600px) {
        .g-nav__service-link::before {
          width: 18px;
          height: 18px; } }
    .g-nav__service-link::after {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      border-top: solid 1px #194F98;
      border-right: solid 1px #194F98;
      position: absolute;
      top: 50%;
      left: 9px;
      transform: translateY(-50%) rotate(45deg); }
      @media (max-width: 600px) {
        .g-nav__service-link::after {
          left: 7px; } }
    .g-nav__service-link:hover::before {
      border: solid 1px #194F98; }
  .g-nav__opt {
    position: absolute;
    display: flex;
    top: 0;
    right: 40px;
    height: 50px; }
    @media (max-width: 1150px) {
      .g-nav__opt {
        width: 100%;
        justify-content: center;
        margin: 20px 0 0;
        position: relative;
        right: auto; } }
    @media (max-width: 900px) {
      .g-nav__opt {
        /*right: $pd-side-tb;*/ } }
    @media (max-width: 600px) {
      .g-nav__opt {
        /*right: $pd-side-sp;*/ } }
  .g-nav__opt-item {
    font-size: 1.3rem; }
    .g-nav__opt-item:last-child {
      margin-left: 10px; }
      .g-nav__opt-item:last-child .g-nav__opt-link {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #FFF;
        border: none;
        background: #FF8000; }
    @media (max-width: 1150px) {
      .g-nav__opt-item:last-child .g-nav__opt-link {
        border: none; } }
    .g-nav__opt-item .fas {
      margin-right: 8px; }
  .g-nav__opt-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    transition: opacity .4s; }
    @media (max-width: 1150px) {
      .g-nav__opt-link {
        border: solid 1px #DDD; } }
    .g-nav__opt-link:hover {
      opacity: .6; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

footer CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.footer {
  position: relative;
  margin-top: 50px;
  color: #FFF;
  background: #000;
  z-index: 50; }
  @media (max-width: 900px) {
    .footer {
      margin-top: 5vw; } }
  @media (max-width: 600px) {
    .footer {
      margin-top: 7.5vw; } }
  .footer__linkarea {
    position: relative;
    padding: 25px 40px 20px;
    border-bottom: 1px solid #333; }
    @media (max-width: 900px) {
      .footer__linkarea {
        padding: 3vw 20px 2vw; } }
    @media (max-width: 600px) {
      .footer__linkarea {
        padding: 4.5vw 15px 3vw; } }
  .footer__totop {
    font-size: 1.5rem;
    color: #FFF; }
  .footer__pagetop {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 59px;
    height: 42px;
    transform: translateY(-50%);
    overflow: hidden; }
    @media (max-width: 600px) {
      .footer__pagetop {
        width: 42px; } }
    .footer__pagetop::before, .footer__pagetop::after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 59px;
      height: 42px;
      background: url(/assets/img/common/icon-arrow-up.svg) no-repeat center center/39px auto; }
      @media (max-width: 600px) {
        .footer__pagetop::before, .footer__pagetop::after {
          width: 42px;
          background: url(/assets/img/common/icon-arrow-up.svg) no-repeat center center/28px auto; } }
    .footer__pagetop::after {
      top: 42px; }
    .footer__pagetop:hover::before, .footer__pagetop:hover::after {
      transition: top .3s ease-in-out; }
    .footer__pagetop:hover::before {
      top: -42px; }
    .footer__pagetop:hover::after {
      top: 0; }
  .footer__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
    z-index: 1; }
    @media (max-width: 900px) {
      .footer__inner {
        padding: 5vw 20px; } }
    @media (max-width: 600px) {
      .footer__inner {
        padding: 7.5vw 15px; } }
  .footer__information {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 40px 0 0; }
    @media (max-width: 900px) {
      .footer__information {
        padding: 4vw 0 0; } }
    @media (max-width: 600px) {
      .footer__information {
        padding: 6vw 0 0; } }
  .footer__logo {
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-right: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF; }
    .footer__logo[href*="/"] {
      transition: opacity .3s ease-in-out; }
      .footer__logo[href*="/"]:hover {
        opacity: .7; }
    @media (max-width: 900px) {
      .footer__logo {
        left: 20px;
        padding-right: 4vw;
        font-size: 1.4rem; } }
    @media (max-width: 600px) {
      .footer__logo {
        left: 15px;
        padding-right: 0;
        font-size: 1.3rem;
        width: 100%; } }
  .footer__logo-img {
    width: 75px;
    margin-right: 10px; }
    @media (max-width: 600px) {
      .footer__logo-img {
        width: 50px; } }
  .footer__sns {
    display: flex;
    align-items: center; }
    @media (max-width: 600px) {
      .footer__sns {
        margin: 0; } }
  .footer__sns-item {
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .footer__sns-item:first-child {
      margin-right: 12px; }
    .footer__sns-item:last-child {
      margin-right: 0; }
      .footer__sns-item:last-child .footer__sns-icon img {
        width: 23px;
        margin-top: 3.5px; }
  .footer__sns-icon {
    color: #FFF;
    font-size: 2.5rem;
    transition: opacity .4s; }
    .footer__sns-icon:hover {
      opacity: .6; }
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .footer__nav-list {
    margin-top: clamp(15px, 3vw, 30px);
    margin-right: 90px; }
    .footer__nav-list:last-child {
      margin-right: 0; }
    @media (max-width: 600px) {
      .footer__nav-list {
        width: 100%;
        margin-right: 0; } }
  .footer__nav-ttl {
    font-size: 1.5rem; }
  .footer__nav-link {
    margin-top: 12px;
    color: #CCC;
    font-size: 1.5rem;
    transition: color .4s; }
    .footer__nav-link:hover {
      color: #FFF; }
    @media (max-width: 600px) {
      .footer__nav-link {
        font-size: 1.4rem; } }
  .footer__copy {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 25px 40px;
    border-top: 1px solid #333; }
    @media (max-width: 900px) {
      .footer__copy {
        padding: 2.5vw 20px; } }
    @media (max-width: 600px) {
      .footer__copy {
        padding: 4vw 15px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

loading CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.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: #194F98 url(/assets/img/common/loading.gif) no-repeat center center/40px auto; }
  .js-preload .loading {
    opacity: 1;
    pointer-events: auto; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

wrapper CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto; }
  .wrapper__icon-page-top {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    width: 29px;
    height: 125px;
    background: url(/assets/img/common/icon-page-top.svg) no-repeat center center/9px auto;
    transform: translateY(-50%);
    transition: opacity .3s ease-in-out;
    z-index: 80; }
    .wrapper__icon-page-top:hover {
      opacity: .7; }
    @media (max-width: 900px) {
      .wrapper__icon-page-top {
        display: none; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-hero CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-hero {
  margin: 110px auto 0;
  position: relative; }
  @media (max-width: 900px) {
    .home-hero {
      margin: 88px auto 0; } }
  @media (max-width: 600px) {
    .home-hero {
      margin: 66px auto 0; } }
  .home-hero.js-anim-init .home-hero__title {
    opacity: 1;
    transform: translateX(0); }
  .home-hero.js-anim-init .home-hero__link {
    opacity: 1;
    transform: translateX(0); }
  .home-hero.js-anim-init .home-hero__slider::before {
    clip-path: polygon(0 200%, 200% 0, 0 200%, 200% 0); }
  .home-hero.js-anim-init .home-hero__slider::after {
    clip-path: polygon(0 200%, 200% 0, 0 200%, 200% 0); }
  .home-hero__slider {
    position: relative;
    z-index: 0; }
    .home-hero__slider::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      clip-path: polygon(-100% 100%, 100% -100%, 200% 0, 0 200%);
      background: #194F98;
      transition: clip-path .3s .2s ease-in-out;
      z-index: 3; }
    .home-hero__slider::after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      clip-path: polygon(-100% 100%, 100% -100%, 200% 0, 0 200%);
      background: #FFF;
      transition: clip-path .4s ease-in-out;
      z-index: 4; }
    .home-hero__slider .slick-prev, .home-hero__slider .slick-next {
      width: 43px;
      height: 43px;
      background: #FFF;
      z-index: 2;
      transform: none; }
      .home-hero__slider .slick-prev::before, .home-hero__slider .slick-next::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
    .home-hero__slider .slick-prev {
      left: 50px;
      bottom: 0;
      top: auto; }
      @media (max-width: 600px) {
        .home-hero__slider .slick-prev {
          left: 15px; } }
      .home-hero__slider .slick-prev::before {
        border-bottom: solid 1px #000;
        border-left: solid 1px #000; }
    .home-hero__slider .slick-next {
      left: 95px;
      bottom: 0;
      top: auto;
      right: auto; }
      @media (max-width: 600px) {
        .home-hero__slider .slick-next {
          left: 60px; } }
      .home-hero__slider .slick-next::before {
        border-top: solid 1px #000;
        border-right: solid 1px #000; }
    .home-hero__slider .slick-dots {
      width: auto;
      bottom: 10px;
      left: 160px;
      z-index: 2; }
      @media (max-width: 600px) {
        .home-hero__slider .slick-dots {
          left: 125px; } }
      .home-hero__slider .slick-dots li button {
        width: 20px;
        padding: 5px 0; }
        .home-hero__slider .slick-dots li button::before {
          content: "";
          width: 20px;
          height: 2px;
          background: #FFF;
          top: 50%;
          transform: translateY(-50%); }
  .home-hero__slider-item {
    position: relative; }
  .home-hero__slider-img {
    position: relative;
    z-index: 0; }
  .home-hero__header {
    position: absolute;
    top: 8vw;
    left: 0;
    width: 100%;
    padding: 0 40px;
    margin-bottom: 0;
    transition: margin-bottom 0s linear; }
    @media (max-width: 900px) {
      .home-hero__header {
        top: 2vw;
        padding: 20px; } }
    @media (max-width: 600px) {
      .home-hero__header {
        top: 50%;
        padding: 15px;
        transform: translateY(-50%); } }
  .home-hero__title {
    font-size: 10.2rem;
    line-height: 1.2;
    font-weight: bold;
    color: #FFF;
    opacity: 0;
    transform: translateX(3vw);
    transition: opacity .3s .3s ease-in-out, transform .3s .3s ease-in-out; }
    @media (max-width: 1700px) {
      .home-hero__title {
        font-size: 6vw; } }
    @media (max-width: 900px) {
      .home-hero__title {
        font-size: 5vw; } }
    @media (max-width: 600px) {
      .home-hero__title {
        font-size: 7vw; } }
  .home-hero__title-border {
    position: relative;
    display: inline-block;
    padding: 0 10px 10px 10px;
    border: solid 9px #FFF;
    margin: 0 0.2em;
    width: 2.5em;
    height: 12.3rem;
    vertical-align: sub;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 1700px) {
      .home-hero__title-border {
        height: 7.2vw; } }
    @media (max-width: 900px) {
      .home-hero__title-border {
        width: 3.5em;
        height: 6vw;
        border: solid 4px #FFF; } }
    @media (max-width: 600px) {
      .home-hero__title-border {
        height: 8.4vw;
        padding: 0 10px 4px 10px; } }
  .home-hero__title-border-txt {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    line-height: 0.95;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .3s .3s ease-in-out, transform .3s .3s ease-in-out; }
    .home-hero__title-border-txt.active {
      opacity: 1;
      transform: translateY(-52%); }
      @media (max-width: 900px) {
        .home-hero__title-border-txt.active {
          transform: translateY(-51%); } }
  .home-hero__link-box {
    position: relative;
    width: 370px;
    height: 120px;
    margin: 30px 0 0;
    overflow: hidden; }
    @media (max-width: 900px) {
      .home-hero__link-box {
        height: 100px;
        margin-top: 3vw; } }
    @media (max-width: 600px) {
      .home-hero__link-box {
        width: 325px;
        margin-top: 4.5vw; } }
  .home-hero__link-item {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity .3s .3s ease-in-out, transform .3s .3s ease-in-out; }
    .home-hero__link-item.active {
      opacity: 1;
      transform: translateX(0); }
  .home-hero__link {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0 0;
    padding: 0 110px 0 0;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    position: relative;
    opacity: 0;
    transform: translateX(3vw);
    transition: opacity .3s .6s ease-in-out, transform .3s .6s ease-in-out; }
    @media (max-width: 900px) {
      .home-hero__link {
        margin: 30px 0 0; } }
    @media (max-width: 600px) {
      .home-hero__link {
        font-size: 1.3rem; } }
    .home-hero__link::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 16px;
      width: 85px;
      height: 15px;
      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);
      transition: right .3s ease-in-out; }
    .home-hero__link::after {
      content: "";
      display: block;
      box-sizing: border-box;
      width: 32px;
      height: 32px;
      border: solid 1px #FFF;
      border-radius: 16px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .home-hero__link:hover::before {
      right: 10px; }
  .home-hero__link-view {
    display: inline-block;
    padding: 0 5px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1; }
  .home-hero__scroll {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 26px;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0 0 0 85px;
    transform-origin: left bottom;
    transform: rotate(-90deg);
    z-index: 2; }
    .home-hero__scroll::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 70px;
      height: 1px;
      margin: -1px 0 0;
      background: #FFF;
      transform: scaleX(1);
      transform-origin: left;
      animation: scroll-bar 2s linear infinite forwards; }
    @media (max-width: 900px) {
      .home-hero__scroll {
        display: none; } }
@keyframes scroll-bar {
  0% {
    transform: scaleX(1);
    transform-origin: left; }
  49% {
    transform: scaleX(0);
    transform-origin: left; }
  51% {
    transform: scaleX(0);
    transform-origin: right; }
  100% {
    transform: scaleX(1);
    transform-origin: right; } }
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-news CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-news__list-icon, .home-news__list-icon--media {
  display: inline-block;
  width: 72px;
  margin: 0 19px 0 0;
  padding: 7px 0;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  background: #888; }

.home-news.js-anim-init .home-news__title {
  opacity: 1;
  transform: translateX(0); }
.home-news.js-anim-init .home-news__list-item {
  opacity: 1;
  transform: translateX(0); }
.home-news__inner {
  padding: 0 40px; }
  @media (max-width: 900px) {
    .home-news__inner {
      padding: 0 20px; } }
  @media (max-width: 600px) {
    .home-news__inner {
      padding: 0 15px; } }
.home-news__title {
  margin: 100px 0 0;
  padding: 0 0 26px;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  opacity: 0;
  transform: translateX(3vw);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out; }
  @media (max-width: 900px) {
    .home-news__title {
      margin: 10vw 0 0;
      font-size: 4vw; } }
  @media (max-width: 600px) {
    .home-news__title {
      margin: 15vw 0 0;
      padding: 0 0 16px;
      font-size: 6vw; } }
  .home-news__title::before {
    content: "";
    width: 50px;
    height: 4px;
    background: #194F98;
    position: absolute;
    left: 0;
    bottom: 0; }
.home-news__title-jp {
  padding: 0 0 0 10px;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #777; }
  @media (max-width: 600px) {
    .home-news__title-jp {
      font-size: 1.3rem; } }
.home-news__list {
  width: 100%;
  max-width: 1190px;
  margin: 30px auto 0; }
.home-news__list-item {
  padding: 25px 0;
  border-bottom: solid 1px #DDD;
  opacity: 0;
  transform: translateX(-3vw); }
  .home-news__list-item:nth-child(1) {
    transition: opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out; }
  .home-news__list-item:nth-child(2) {
    transition: opacity 0.2s 0.05s ease-in-out, transform 0.2s 0.05s ease-in-out; }
  .home-news__list-item:nth-child(3) {
    transition: opacity 0.2s 0.1s ease-in-out, transform 0.2s 0.1s ease-in-out; }
  .home-news__list-item:nth-child(4) {
    transition: opacity 0.2s 0.15s ease-in-out, transform 0.2s 0.15s ease-in-out; }
  .home-news__list-item:nth-child(5) {
    transition: opacity 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out; }
  .home-news__list-item:nth-child(6) {
    transition: opacity 0.2s 0.25s ease-in-out, transform 0.2s 0.25s ease-in-out; }
  .home-news__list-item:nth-child(7) {
    transition: opacity 0.2s 0.3s ease-in-out, transform 0.2s 0.3s ease-in-out; }
  .home-news__list-item:nth-child(8) {
    transition: opacity 0.2s 0.35s ease-in-out, transform 0.2s 0.35s ease-in-out; }
  .home-news__list-item:nth-child(9) {
    transition: opacity 0.2s 0.4s ease-in-out, transform 0.2s 0.4s ease-in-out; }
  .home-news__list-item:nth-child(10) {
    transition: opacity 0.2s 0.45s ease-in-out, transform 0.2s 0.45s ease-in-out; }
  .home-news__list-item:nth-child(11) {
    transition: opacity 0.2s 0.5s ease-in-out, transform 0.2s 0.5s ease-in-out; }
  .home-news__list-item:nth-child(12) {
    transition: opacity 0.2s 0.55s ease-in-out, transform 0.2s 0.55s ease-in-out; }
  .home-news__list-item:nth-child(13) {
    transition: opacity 0.2s 0.6s ease-in-out, transform 0.2s 0.6s ease-in-out; }
  .home-news__list-item:nth-child(14) {
    transition: opacity 0.2s 0.65s ease-in-out, transform 0.2s 0.65s ease-in-out; }
  .home-news__list-item:nth-child(15) {
    transition: opacity 0.2s 0.7s ease-in-out, transform 0.2s 0.7s ease-in-out; }
  .home-news__list-item:nth-child(16) {
    transition: opacity 0.2s 0.75s ease-in-out, transform 0.2s 0.75s ease-in-out; }
  .home-news__list-item:nth-child(17) {
    transition: opacity 0.2s 0.8s ease-in-out, transform 0.2s 0.8s ease-in-out; }
  .home-news__list-item:nth-child(18) {
    transition: opacity 0.2s 0.85s ease-in-out, transform 0.2s 0.85s ease-in-out; }
  .home-news__list-item:nth-child(19) {
    transition: opacity 0.2s 0.9s ease-in-out, transform 0.2s 0.9s ease-in-out; }
  .home-news__list-item:nth-child(20) {
    transition: opacity 0.2s 0.95s ease-in-out, transform 0.2s 0.95s ease-in-out; }
  .home-news__list-item:nth-child(21) {
    transition: opacity 0.2s 1s ease-in-out, transform 0.2s 1s ease-in-out; }
.home-news__list-link {
  display: block;
  font-size: 1.5rem; }
@media (max-width: 600px) {
  .home-news__list-ttl {
    display: block; } }
.home-news__list-date {
  display: inline-block;
  width: 88px;
  font-size: 1.2rem;
  font-weight: bold; }
.home-news__list-icon--media {
  background: #3AAB41; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-service CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-service__btn, .home-service__btn--prev, .home-service__btn--next {
  display: block;
  position: relative;
  width: 50%;
  height: 100%;
  background: #FFF;
  transition: background .3s ease-in-out;
  cursor: pointer; }
  .home-service__btn::before, .home-service__btn--prev::before, .home-service__btn--next::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: border 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-service__btn:hover, .home-service__btn--prev:hover, .home-service__btn--next:hover {
    background: #194F98; }

.home-service.js-anim-init .home-news__title {
  opacity: 1;
  transform: translateX(0); }
.home-service__inner {
  width: calc(100% - 80px);
  margin: 0 auto; }
  @media (max-width: 900px) {
    .home-service__inner {
      width: calc(100% - 40px); } }
  @media (max-width: 600px) {
    .home-service__inner {
      width: calc(100% - 30px); } }
.home-service__outer {
  margin: 30px auto 0;
  position: relative; }
.home-service__nav {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: -86px;
  right: 0;
  width: 170px;
  height: 85px;
  z-index: 10; }
  @media (max-width: 900px) {
    .home-service__nav {
      top: -45px;
      width: 120px;
      height: 60px; } }
  @media (max-width: 600px) {
    .home-service__nav {
      display: none; } }
.home-service__btn--prev::before {
  border-bottom: solid 1px #000;
  border-left: solid 1px #000; }
.home-service__btn--prev:hover::before {
  border-bottom: solid 1px #FFF;
  border-left: solid 1px #FFF; }
.home-service__btn--next::before {
  border-top: solid 1px #000;
  border-right: solid 1px #000; }
.home-service__btn--next:hover::before {
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF; }
.home-service__slider-box {
  position: relative;
  width: calc(100% + 16px);
  margin: 0 -8px;
  z-index: 2;
  overflow: hidden; }
  @media (max-width: 600px) {
    .home-service__slider-box {
      width: calc(100% + 16px);
      margin: -8px;
      overflow: auto; } }
.home-service__scroll {
  position: relative;
  transition: margin-left .5s ease-in-out;
  z-index: 1; }
.home-service__list-contents {
  position: relative; }
  .home-service__list-contents.js-anim-init .home-service__list-item {
    opacity: 1;
    transform: translateY(0); }
  .home-service__list-contents.js-anim-init .home-service__swipe {
    animation: swipe-fade-out 1.2s linear .8s; }
.home-service__swipe {
  display: none; }
  @media (max-width: 600px) {
    .home-service__swipe {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: calc(100% - 50px);
      text-align: center;
      font-size: 4rem;
      position: absolute;
      background: #194F98;
      top: 0;
      left: 0;
      z-index: 1;
      color: #FFF;
      opacity: 0;
      /*transition: opacity .3s .3s ease-in-out;*/
      pointer-events: none; } }
.home-service__list {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  padding: 0 0 50px;
  transition: margin-left .5s ease-in-out;
  z-index: 0; }
  .home-service__list.js-anim-init .home-service__list-item {
    opacity: 1;
    transform: translateY(0); }
  .home-service__list .slick-prev, .home-service__list .slick-next {
    width: 30px;
    height: 30px;
    top: calc(50% - 25px);
    z-index: 2;
    transform: translateY(-50%); }
    .home-service__list .slick-prev::before, .home-service__list .slick-next::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      transition: border 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 1; }
  .home-service__list .slick-prev {
    left: 10px; }
    .home-service__list .slick-prev::before {
      border-bottom: solid 3px #FFF;
      border-left: solid 3px #FFF; }
  .home-service__list .slick-next {
    right: 10px; }
    .home-service__list .slick-next::before {
      border-top: solid 3px #FFF;
      border-right: solid 3px #FFF; }
.home-service__list-item {
  padding: 0 8px;
  opacity: 0;
  transform: translateY(3vw); }
  @media (max-width: 600px) {
    .home-service__list-item {
      width: calc((100vw - 20px) / 1.5);
      padding: 0 10px; } }
  .home-service__list-item:nth-child(1) {
    transition: opacity 0.3s 0s ease-in-out, transform 0.3s 0s ease-in-out; }
  .home-service__list-item:nth-child(2) {
    transition: opacity 0.3s 0.15s ease-in-out, transform 0.3s 0.15s ease-in-out; }
  .home-service__list-item:nth-child(3) {
    transition: opacity 0.3s 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out; }
  .home-service__list-item:nth-child(4) {
    transition: opacity 0.3s 0.45s ease-in-out, transform 0.3s 0.45s ease-in-out; }
  .home-service__list-item:nth-child(5) {
    transition: opacity 0.3s 0.6s ease-in-out, transform 0.3s 0.6s ease-in-out; }
  .home-service__list-item:nth-child(6) {
    transition: opacity 0.3s 0.75s ease-in-out, transform 0.3s 0.75s ease-in-out; }
  .home-service__list-item:nth-child(7) {
    transition: opacity 0.3s 0.9s ease-in-out, transform 0.3s 0.9s ease-in-out; }
  .home-service__list-item:nth-child(8) {
    transition: opacity 0.3s 1.05s ease-in-out, transform 0.3s 1.05s ease-in-out; }
  .home-service__list-item:nth-child(9) {
    transition: opacity 0.3s 1.2s ease-in-out, transform 0.3s 1.2s ease-in-out; }
  .home-service__list-item:nth-child(10) {
    transition: opacity 0.3s 1.35s ease-in-out, transform 0.3s 1.35s ease-in-out; }
  .home-service__list-item:nth-child(11) {
    transition: opacity 0.3s 1.5s ease-in-out, transform 0.3s 1.5s ease-in-out; }
  .home-service__list-item:nth-child(12) {
    transition: opacity 0.3s 1.65s ease-in-out, transform 0.3s 1.65s ease-in-out; }
  .home-service__list-item:nth-child(13) {
    transition: opacity 0.3s 1.8s ease-in-out, transform 0.3s 1.8s ease-in-out; }
  .home-service__list-item:last-child .home-service__list-ttl {
    font-size: 1.4rem; }
    @media (max-width: 1400px) {
      .home-service__list-item:last-child .home-service__list-ttl {
        font-size: 1vw; } }
    @media (max-width: 900px) {
      .home-service__list-item:last-child .home-service__list-ttl {
        font-size: 2vw; } }
    @media (max-width: 600px) {
      .home-service__list-item:last-child .home-service__list-ttl {
        font-size: 2.5vw; } }
.home-service__list-link {
  display: block;
  position: relative;
  overflow: hidden; }
  .home-service__list-link:hover .home-service__list-img {
    transform: scale(1.05) rotate(0.0001deg); }
.home-service__list-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 80px;
  background: rgba(25, 79, 152, 0.85);
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 600px) {
    .home-service__list-ttl {
      font-size: 3.5vw; } }
.home-service__list-img {
  display: block;
  position: relative;
  width: 100%;
  background: no-repeat center center / cover;
  transform: scale(1) rotate(0.0001deg);
  transition: transform 1s ease-in-out;
  z-index: 0; }
.home-service__list-smallttl {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center; }
  @media (max-width: 600px) {
    .home-service__list-smallttl {
      font-size: 1rem; } }
.home-service__list-logo {
  display: block;
  width: 166px;
  margin: -15px auto 0; }
  @media (max-width: 600px) {
    .home-service__list-logo {
      width: 150px; } }

@keyframes swipe-fade-out {
  0% {
    opacity: 0; }
  30% {
    opacity: .5; }
  80% {
    opacity: .5; }
  100% {
    display: none;
    opacity: 0; } }
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-column CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-column__btn, .home-column__btn--prev, .home-column__btn--next {
  display: block;
  position: relative;
  width: 50%;
  height: 100%;
  background: #FFF;
  transition: background .3s ease-in-out;
  cursor: pointer; }
  .home-column__btn::before, .home-column__btn--prev::before, .home-column__btn--next::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: border 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-column__btn:hover, .home-column__btn--prev:hover, .home-column__btn--next:hover {
    background: #194F98; }

.home-column {
  margin: 50px auto 0;
  position: relative; }
  @media (max-width: 900px) {
    .home-column {
      margin: 5vw auto 0; } }
  @media (max-width: 600px) {
    .home-column {
      margin: 7.5vw auto 0; } }
  .home-column::before {
    content: "";
    width: 0;
    height: 100%;
    background: #EEE;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-column.js-anim-init::before {
    width: calc(1400 / 1700 * 100%); }
  .home-column.js-anim-init .home-column__title {
    opacity: 1;
    transform: translateX(0); }
  .home-column__inner {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 900px) {
      .home-column__inner {
        width: calc(100% - 40px);
        padding: 5vw 0; } }
    @media (max-width: 600px) {
      .home-column__inner {
        width: calc(100% - 30px);
        padding: 7.5vw 0; } }
  .home-column__title {
    margin: 0;
    padding: 0 0 26px;
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    line-height: 1;
    position: relative;
    opacity: 0;
    transform: translateX(3vw);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out; }
    @media (max-width: 900px) {
      .home-column__title {
        font-size: 4vw; } }
    @media (max-width: 600px) {
      .home-column__title {
        padding: 0 0 16px;
        font-size: 6vw; } }
    .home-column__title::before {
      content: "";
      width: 50px;
      height: 4px;
      background: #194F98;
      position: absolute;
      left: 0;
      bottom: 0; }
  .home-column__outer {
    margin: 30px auto 0;
    position: relative; }
  .home-column__nav {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: -70px;
    right: 0;
    width: 170px;
    height: 85px;
    z-index: 10; }
    @media (max-width: 900px) {
      .home-column__nav {
        top: -45px;
        width: 120px;
        height: 60px; } }
    @media (max-width: 600px) {
      .home-column__nav {
        display: none; } }
  .home-column__btn--prev::before {
    border-bottom: solid 1px #000;
    border-left: solid 1px #000; }
  .home-column__btn--prev:hover::before {
    border-bottom: solid 1px #FFF;
    border-left: solid 1px #FFF; }
  .home-column__btn--next::before {
    border-top: solid 1px #000;
    border-right: solid 1px #000; }
  .home-column__btn--next:hover::before {
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF; }
  .home-column__slider-box {
    position: relative;
    width: calc(100% + 30px);
    margin: -15px;
    z-index: 2; }
    @media (max-width: 600px) {
      .home-column__slider-box {
        width: calc(100% + 20px);
        margin: -10px;
        overflow: auto; } }
  .home-column__scroll {
    position: relative;
    transition: margin-left .5s ease-in-out;
    z-index: 1; }
  .home-column__list-contents {
    position: relative; }
    .home-column__list-contents.js-anim-init .home-column__list-item {
      opacity: 1;
      transform: translateY(0); }
    .home-column__list-contents.js-anim-init .home-column__swipe {
      animation: swipe-fade-out 1.2s linear .8s; }
  .home-column__swipe {
    display: none; }
    @media (max-width: 600px) {
      .home-column__swipe {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 4rem;
        position: absolute;
        background: #194F98;
        top: 0;
        left: 0;
        z-index: 1;
        color: #FFF;
        opacity: 0;
        /*transition: opacity .3s .3s ease-in-out;*/
        pointer-events: none; } }
  .home-column__list {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    padding: 0;
    transition: margin-left .5s ease-in-out; }
    .home-column__list.js-anim-init .home-column__list-item {
      opacity: 1;
      transform: translateY(0); }
    .home-column__list .slick-prev, .home-column__list .slick-next {
      width: 30px;
      height: 30px;
      top: calc(50% - 25px);
      z-index: 2;
      transform: translateY(-50%); }
      .home-column__list .slick-prev::before, .home-column__list .slick-next::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        transition: border 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        opacity: 1; }
    .home-column__list .slick-prev {
      left: 10px; }
      .home-column__list .slick-prev::before {
        border-bottom: solid 3px #FFF;
        border-left: solid 3px #FFF; }
    .home-column__list .slick-next {
      right: 10px; }
      .home-column__list .slick-next::before {
        border-top: solid 3px #FFF;
        border-right: solid 3px #FFF; }
  .home-column__list-item {
    box-sizing: border-box;
    width: calc((100vw - 80px) / 3);
    padding: 15px;
    position: relative;
    opacity: 0;
    transform: translateY(3vw); }
    @media (max-width: 900px) {
      .home-column__list-item {
        width: calc((100vw - 40px) / 3);
        padding: 10px; } }
    @media (max-width: 600px) {
      .home-column__list-item {
        width: calc((100vw - 20px) / 1.5);
        padding: 0 8px; } }
    .home-column__list-item:nth-child(1) {
      transition: opacity 0.3s 0s ease-in-out, transform 0.3s 0s ease-in-out; }
    .home-column__list-item:nth-child(2) {
      transition: opacity 0.3s 0.15s ease-in-out, transform 0.3s 0.15s ease-in-out; }
    .home-column__list-item:nth-child(3) {
      transition: opacity 0.3s 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out; }
    .home-column__list-item:nth-child(4) {
      transition: opacity 0.3s 0.45s ease-in-out, transform 0.3s 0.45s ease-in-out; }
    .home-column__list-item:nth-child(5) {
      transition: opacity 0.3s 0.6s ease-in-out, transform 0.3s 0.6s ease-in-out; }
    .home-column__list-item:nth-child(6) {
      transition: opacity 0.3s 0.75s ease-in-out, transform 0.3s 0.75s ease-in-out; }
    .home-column__list-item:nth-child(7) {
      transition: opacity 0.3s 0.9s ease-in-out, transform 0.3s 0.9s ease-in-out; }
    .home-column__list-item:nth-child(8) {
      transition: opacity 0.3s 1.05s ease-in-out, transform 0.3s 1.05s ease-in-out; }
    .home-column__list-item:nth-child(9) {
      transition: opacity 0.3s 1.2s ease-in-out, transform 0.3s 1.2s ease-in-out; }
    .home-column__list-item:nth-child(10) {
      transition: opacity 0.3s 1.35s ease-in-out, transform 0.3s 1.35s ease-in-out; }
    .home-column__list-item:nth-child(11) {
      transition: opacity 0.3s 1.5s ease-in-out, transform 0.3s 1.5s ease-in-out; }
    .home-column__list-item:nth-child(12) {
      transition: opacity 0.3s 1.65s ease-in-out, transform 0.3s 1.65s ease-in-out; }
    .home-column__list-item:nth-child(13) {
      transition: opacity 0.3s 1.8s ease-in-out, transform 0.3s 1.8s ease-in-out; }
  .home-column__list-link {
    display: block;
    position: relative; }
    .home-column__list-link:hover .home-column__img {
      transform: scale(1.05) rotate(0.0001deg); }
  .home-column__thumb-img {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .home-column__img {
    display: block;
    position: relative;
    width: 100%;
    padding: 56.25% 0 0;
    background: no-repeat center center / cover;
    transform: scale(1) rotate(0.0001deg);
    transition: transform 1s ease-in-out;
    z-index: 0; }
  .home-column__list-category {
    display: inline-block;
    margin: 0;
    padding: 13px 20px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    background: #194F98;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }
    @media (max-width: 600px) {
      .home-column__list-category {
        font-size: 1.2rem;
        padding: 5px 15px; } }
  .home-column__post-title {
    margin: 30px 0 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4; }
    @media (max-width: 600px) {
      .home-column__post-title {
        font-size: 1.4rem;
        margin: 20px 0 0; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-movie CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-movie.js-anim-init .home-news__title {
  opacity: 1;
  transform: translateX(0); }
.home-movie.js-anim-init .home-movie__wrap::before {
  width: 88.235vw; }
.home-movie.js-anim-init .home-movie__link::after {
  width: 0; }
.home-movie.js-anim-init .home-movie__txt {
  opacity: 1;
  transform: translateX(0); }
.home-movie__inner {
  width: calc(100% - 80px);
  margin: 0 auto; }
  @media (max-width: 900px) {
    .home-movie__inner {
      width: calc(100% - 40px); } }
  @media (max-width: 600px) {
    .home-movie__inner {
      width: calc(100% - 30px); } }
.home-movie__wrap {
  box-sizing: border-box;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 7.4074% 54px 0;
  position: relative; }
  .home-movie__wrap::before {
    content: "";
    display: block;
    width: 0;
    height: 37.647vw;
    background: #194F98;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: width .3s .3s ease-in-out; }
.home-movie__link {
  display: block;
  position: relative;
  overflow: hidden; }
  .home-movie__link::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1; }
  .home-movie__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: width .3s ease-in-out; }
  .home-movie__link:hover::before {
    opacity: .2; }
.home-movie__img {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0; }
.home-movie__icon {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }
.home-movie__txt {
  font-size: 4.2rem;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  right: 1.47vw;
  bottom: 8.47vw;
  opacity: 0;
  transform: translateX(3vw);
  transition: opacity .3s .8s ease-in-out, transform .3s .8s ease-in-out; }
  @media (max-width: 900px) {
    .home-movie__txt {
      font-size: 4.2vw; } }
  @media (max-width: 600px) {
    .home-movie__txt {
      font-size: 6.3vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-recruit CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-recruit {
  padding: 100px 0 0; }
  @media (max-width: 900px) {
    .home-recruit {
      padding: 10vw 0 0; } }
  @media (max-width: 600px) {
    .home-recruit {
      padding: 15vw 0 0; } }
  .home-recruit.js-anim-init .home-recruit__title {
    opacity: 1;
    transform: translateX(0); }
  .home-recruit.js-anim-init .home-recruit__inner::before {
    width: 0; }
  .home-recruit.js-anim-init .home-recruit__concept {
    opacity: 1;
    transform: translateX(0); }
  .home-recruit.js-anim-init .home-hero__link {
    opacity: 1;
    transform: translateX(0); }
  .home-recruit__inner {
    width: 100%;
    height: 47.058vw;
    background: url("/assets/img/home/recruit_img.jpg") no-repeat top center/cover;
    position: relative; }
    @media (max-width: 600px) {
      .home-recruit__inner {
        height: 125vw; } }
    .home-recruit__inner::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #FFF;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      transition: width .3s ease-in-out; }
  .home-recruit__header {
    position: absolute;
    left: 40px;
    bottom: 6.47vw;
    z-index: 0; }
    @media (max-width: 900px) {
      .home-recruit__header {
        left: 20px; } }
    @media (max-width: 600px) {
      .home-recruit__header {
        left: 15px; } }
  .home-recruit__title {
    margin: 100px 0 0;
    padding: 0 0 26px;
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    line-height: 1;
    color: #FFF;
    position: relative;
    opacity: 0;
    transform: translateX(3vw);
    transition: opacity .3s .5s ease-in-out, transform .3s .5s ease-in-out; }
    @media (max-width: 900px) {
      .home-recruit__title {
        margin: 10vw 0 0;
        font-size: 4vw; } }
    @media (max-width: 600px) {
      .home-recruit__title {
        margin: 15vw 0 0;
        padding: 0 0 16px;
        font-size: 6vw; } }
    .home-recruit__title::before {
      content: "";
      width: 50px;
      height: 4px;
      background: #FFF;
      position: absolute;
      left: 0;
      bottom: 0; }
  .home-recruit__concept {
    margin: 40px 0 0;
    font-size: 6rem;
    line-height: 1.4;
    font-weight: bold;
    color: #FFF;
    position: relative;
    opacity: 0;
    transform: translateX(3vw);
    transition: opacity .3s .8s ease-in-out, transform .3s .8s ease-in-out; }
    @media (max-width: 900px) {
      .home-recruit__concept {
        margin: 4vw 0 0;
        font-size: 6vw; } }
    @media (max-width: 600px) {
      .home-recruit__concept {
        margin: 6vw 0 0;
        font-size: 7vw; } }
  .home-recruit__link-box {
    width: 280px;
    margin: 30px 0 0; }
    @media (max-width: 600px) {
      .home-recruit__link-box {
        width: 260px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

profile CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.profile__txt-indent {
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 1.5em;
  text-indent: -0.5em; }
.profile__map {
  padding: 25px 0;
  border-bottom: #DDD solid 1px; }
  @media (max-width: 600px) {
    .profile__map {
      padding: 10px 0; } }
.profile__map-frame {
  width: 100%;
  max-width: 1200px;
  height: 37.5vw;
  max-height: 450px; }
  @media (max-width: 600px) {
    .profile__map-frame {
      height: 90vw; } }
.profile__corporate-box {
  display: flex; }
  @media (max-width: 600px) {
    .profile__corporate-box {
      display: block; } }
.profile__corporate-list {
  padding: 0 20px 0 0; }
  .profile__corporate-list:last-child {
    padding: 0; }
  @media (max-width: 600px) {
    .profile__corporate-list {
      padding: 0; } }
.profile__company-guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 600px) {
    .profile__company-guide {
      flex-direction: column;
      align-items: center; } }
.profile__company-guide-img {
  width: 180px;
  aspect-ratio: 180 / 240; }
  @media (max-width: 600px) {
    .profile__company-guide-img {
      width: 50%; } }
.profile__company-guide-info {
  width: calc(100% - 180px - clamp(24px,4vw,40px)); }
  @media (max-width: 600px) {
    .profile__company-guide-info {
      width: 100%;
      margin-top: clamp(18px, 3vw, 30px); } }
.profile__company-guide-lead {
  font-weight: bold; }
.profile__company-guide-notes {
  display: block;
  margin-top: 10px;
  font-size: clamp(1rem, 1.3vw, 1.3rem); }
.profile__company-guide-link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-top: clamp(18px, 3vw, 30px);
  color: #FFF;
  padding: clamp(12px, 2vw, 20px) 110px clamp(12px, 2vw, 20px) clamp(12px, 2vw, 20px);
  background: #1f539c; }
  .profile__company-guide-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 26px;
    width: 85px;
    height: 15px;
    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);
    transition: right .3s ease-in-out; }
  .profile__company-guide-link::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border: solid 1px #FFF;
    border-radius: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  .profile__company-guide-link:hover::before {
    right: 20px; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

profile CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media (max-width: 600px) {
  .office__ttl-txt {
    font-size: 8vw;
    line-height: 1.6; } }
.office__txt-center {
  padding: 0;
  margin: 0 auto;
  text-align: center; }
.office__slider-box {
  padding: 45px 0 0; }
.office__slider .slick-arrow.slick-next, .office__slider .slick-arrow.slick-prev {
  width: 71px;
  height: 21px;
  background: url(/assets/img/office/prev-arrow.png) no-repeat left center;
  z-index: 1; }
  @media (max-width: 600px) {
    .office__slider .slick-arrow.slick-next, .office__slider .slick-arrow.slick-prev {
      width: 40px; } }
  .office__slider .slick-arrow.slick-next::before, .office__slider .slick-arrow.slick-prev::before {
    display: none;
    content: ""; }
.office__slider .slick-arrow.slick-prev {
  left: -35px; }
  @media (max-width: 600px) {
    .office__slider .slick-arrow.slick-prev {
      left: -15px; } }
.office__slider .slick-arrow.slick-next {
  background: url(/assets/img/office/next-arrow.png) no-repeat right center;
  right: -35px; }
  @media (max-width: 600px) {
    .office__slider .slick-arrow.slick-next {
      right: -15px; } }
.office__thumb-n7-slider, .office__thumb-n8-slider, .office__thumb-n9-slider, .office__thumb-n10-slider, .office__thumb-slider {
  padding: 30px 0 0; }
  @media (max-width: 600px) {
    .office__thumb-n7-slider, .office__thumb-n8-slider, .office__thumb-n9-slider, .office__thumb-n10-slider, .office__thumb-slider {
      padding: 6.75vw 0 0; } }
  @media (min-width: 640px) {
    .office__thumb-n7-slider .slick-track, .office__thumb-n8-slider .slick-track, .office__thumb-n9-slider .slick-track, .office__thumb-n10-slider .slick-track, .office__thumb-slider .slick-track {
      transform: unset !important; } }
.office__thumb-item {
  transition: opacity .3s ease-in-out; }
  .office__thumb-item.slick-current {
    opacity: .2; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

location CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.location__list {
  margin-top: 50px; }
  @media (max-width: 900px) {
    .location__list {
      margin-top: 5vw; } }
  @media (max-width: 600px) {
    .location__list {
      margin-top: 7.5vw; } }
.location__list-item {
  padding: 30px 0;
  border-top: 1px solid #EEE; }
  @media (max-width: 900px) {
    .location__list-item {
      padding: 3vw 0; } }
  @media (max-width: 600px) {
    .location__list-item {
      padding: 4.5vw 0; } }
.location__list-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 1.8rem; }
  @media (max-width: 900px) {
    .location__list-info {
      font-size: 1.6rem; } }
  @media (max-width: 600px) {
    .location__list-info {
      font-size: 1.4rem; } }
.location__list-name {
  width: 200px; }
  @media (max-width: 900px) {
    .location__list-name {
      width: 150px; } }
  @media (max-width: 600px) {
    .location__list-name {
      width: 100%;
      font-weight: bold; } }
.location__list-add {
  width: calc((100% - 200px) * .72); }
  @media (max-width: 900px) {
    .location__list-add {
      width: calc((100% - 150px) * .72); } }
  @media (max-width: 600px) {
    .location__list-add {
      width: 100%;
      margin-top: 3vw;
      padding-left: 3vw; } }
.location__list-btn {
  width: 240px;
  margin: 0 0 0 auto;
  padding: 12px 0;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #194F98;
  cursor: pointer;
  transition: opacity .4s; }
  @media (max-width: 900px) {
    .location__list-btn {
      font-size: 1.4rem; } }
  @media (max-width: 600px) {
    .location__list-btn {
      margin-top: 4.5vw;
      font-size: 1.3rem; } }
  .location__list-btn:hover {
    opacity: .6; }
.location__list-map {
  display: none;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #EEE; }
.location__list-gmap {
  width: 100% !important;
  height: 450px;
  border: none; }
  @media (max-width: 600px) {
    .location__list-gmap {
      height: 100vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

history CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.history__ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #777;
  font-size: 3rem;
  font-weight: bold; }
  @media (max-width: 600px) {
    .history__ttl {
      font-size: 8vw; } }
.history__bottom-txt {
  padding: 30px 0 0;
  font-size: 1.4rem;
  text-align: right; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

message CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.message {
  max-width: calc(1200px + 40px + 40px);
  margin: 0 auto 100px; }
  @media (max-width: 900px) {
    .message {
      margin: 0 auto 10vw; } }
  @media (max-width: 600px) {
    .message {
      margin: 0 auto 15vw; } }
  .message__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .message__top-txt {
    text-align: center;
    font-size: 1.5rem;
    padding: 50px 0; }
    @media (max-width: 900px) {
      .message__top-txt {
        padding: 5vw 0; } }
    @media (max-width: 600px) {
      .message__top-txt {
        padding: 9vw 0; } }
  .message__profile {
    position: relative;
    padding: 0 0 50px; }
    @media (max-width: 900px) {
      .message__profile {
        padding: 0 0 5vw; } }
    @media (max-width: 600px) {
      .message__profile {
        padding: 0 0 7.5vw; } }
  .message__profile-bg {
    position: relative;
    z-index: 0; }
  .message__profile-txtbox {
    display: flex;
    align-items: center;
    background: #194F98; }
    @media (max-width: 1150px) {
      .message__profile-txtbox {
        display: block;
        padding: 20px; } }
    @media (max-width: 600px) {
      .message__profile-txtbox {
        padding: 15px; } }
  .message__profile-message {
    width: 51.666%;
    padding: 30px 30px 30px 35px;
    font-size: clamp(2rem, 2.6vw, 3.2rem);
    line-height: 1.6;
    font-weight: bold;
    color: #FFF; }
    @media (max-width: 1150px) {
      .message__profile-message {
        width: 100%;
        padding: 0 0 20px; } }
    @media (max-width: 600px) {
      .message__profile-message {
        padding: 0 0 15px; } }
  .message__profile-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 48.333%;
    padding: 0; }
    @media (max-width: 1150px) {
      .message__profile-box {
        width: 100%; } }
    @media (max-width: 600px) {
      .message__profile-box {
        display: block;
        width: 100%; } }
  .message__profile-subname {
    font-size: clamp(1.2rem, 1.2vw, 1.5rem);
    line-height: 1.6;
    color: #FFF;
    /*@include sp {
    	font-size: 1.2rem;
    }*/ }
  .message__profile-name {
    font-size: clamp(2.5rem, 2.6vw, 3.4rem);
    font-weight: bold;
    color: #FFF; }
    @media (max-width: 600px) {
      .message__profile-name {
        /*font-size: 5.1vw;*/ } }
  .message__profile-namebox {
    box-sizing: border-box;
    width: 38.07%;
    border-right: solid 1px #FFF; }
    @media (max-width: 600px) {
      .message__profile-namebox {
        width: 100%;
        border-right: none; } }
  .message__profile-subtxt {
    box-sizing: border-box;
    width: 58.43%;
    padding: 0 0 0 5px;
    font-size: clamp(2rem, 2vw, 2.6rem);
    color: #FFF; }
    @media (max-width: 600px) {
      .message__profile-subtxt {
        width: 100%;
        /*font-size: 4.8vw;*/
        padding: 0; } }
  .message__profile-concept {
    font-size: 3rem;
    padding: 100px 0 70px; }
    @media (max-width: 900px) {
      .message__profile-concept {
        font-size: 3vw;
        padding: 10vw 0 7vw; } }
    @media (max-width: 600px) {
      .message__profile-concept {
        font-size: 4.5vw;
        padding: 15vw 0 10.5vw; } }
  .message__profile-cont-img {
    margin: 50px auto 0; }
    .message__profile-cont-img + .message__profile-txt {
      margin: 50px 0 0; }
  .message__profile-txt {
    font-size: 1.6rem;
    line-height: 2; }
  .message__profile-txt + .message__profile-txt {
    margin: 1em 0 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

philosophy CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.philosophy {
  position: relative;
  /*background: url("/assets/img/philosophy/bg.jpg") no-repeat top center;
  background-attachment: fixed;
  @media (max-width: 1700px) {
  	background-size: 100% auto;
  }*/ }
  .philosophy__inner {
    max-width: calc(1000px + (40px * 2));
    position: relative;
    z-index: 1; }
  .philosophy__txt-area {
    max-width: 675px;
    margin: 0 auto;
    padding: 10px 0 100px; }
    @media (max-width: 900px) {
      .philosophy__txt-area {
        padding: 1vw 0 10vw; } }
    @media (max-width: 600px) {
      .philosophy__txt-area {
        padding: 1.5vw 0 15vw; } }
  .philosophy__ttl {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 7rem;
    line-height: 1.6; }
    @media (max-width: 900px) {
      .philosophy__ttl {
        font-size: 7vw; } }
    @media (max-width: 600px) {
      .philosophy__ttl {
        font-size: 10.5vw; } }
  .philosophy__concept {
    padding: 5px 0 50px;
    font-size: 4rem;
    text-align: center; }
    @media (max-width: 900px) {
      .philosophy__concept {
        padding: .5vw 0 5vw;
        font-size: 4vw; } }
    @media (max-width: 600px) {
      .philosophy__concept {
        padding: 2.5vw 0 7.5vw;
        font-size: 6vw; } }
  .philosophy__txt {
    padding: 2em 0 0;
    text-align: center;
    line-height: 2.5; }
    @media (max-width: 600px) {
      .philosophy__txt {
        line-height: 2.2; } }
  .philosophy__sub-ttl {
    padding: 80px 0 0;
    text-align: center;
    font-size: 3rem; }
    @media (max-width: 900px) {
      .philosophy__sub-ttl {
        padding: 8vw 0 0;
        font-size: 3vw; } }
    @media (max-width: 600px) {
      .philosophy__sub-ttl {
        padding: 9vw 0 0;
        font-size: 4.5vw; } }
  .philosophy__ttl-txt {
    margin-bottom: 0; }
  .philosophy__policy {
    width: 100%;
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto; }
  .philosophy__policy-ttl {
    margin: 110px auto 0;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    position: relative; }
    @media (max-width: 900px) {
      .philosophy__policy-ttl {
        margin: 11vw auto 0;
        font-size: 3vw; } }
    @media (max-width: 600px) {
      .philosophy__policy-ttl {
        margin: 16.5vw auto 0;
        font-size: 4.5vw; } }
    .philosophy__policy-ttl::before {
      content: "";
      width: 100%;
      height: 1px;
      background: #CCC;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .philosophy__policy-ttl-inner {
    display: inline-block;
    padding: 0 72px;
    background: #FFF;
    position: relative; }
    @media (max-width: 900px) {
      .philosophy__policy-ttl-inner {
        padding: 0 50px; } }
    @media (max-width: 600px) {
      .philosophy__policy-ttl-inner {
        padding: 0 40px; } }
    .philosophy__policy-ttl-inner::before, .philosophy__policy-ttl-inner::after {
      content: "";
      width: 83px;
      height: 1px;
      background: #CCC;
      position: absolute;
      top: 50%;
      transform: rotate(-45deg);
      transform-origin: 50% 0%; }
    .philosophy__policy-ttl-inner::before {
      left: -40px; }
    .philosophy__policy-ttl-inner::after {
      right: -40px; }
  .philosophy__policy-txt {
    padding: 50px 0 0;
    text-align: center; }
    @media (max-width: 900px) {
      .philosophy__policy-txt {
        padding: 5vw 0 0; } }
    @media (max-width: 600px) {
      .philosophy__policy-txt {
        padding: 7.5vw 0 0; } }
  .philosophy__bg-1 {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: #00D9A3;
    left: 16.9%;
    top: 7%; }
    @media (max-width: 1200px) {
      .philosophy__bg-1 {
        width: 2.16vw;
        height: 2.16vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-1 {
        opacity: .5; } }
  .philosophy__bg-2 {
    position: absolute;
    display: block;
    width: 188px;
    height: 188px;
    right: 14.7%;
    top: 7.8%; }
    @media (max-width: 1200px) {
      .philosophy__bg-2 {
        width: 15.66vw;
        height: 15.66vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-2 {
        opacity: .5; } }
  .philosophy__bg-3 {
    position: absolute;
    display: block;
    width: 272px;
    height: 170px;
    left: 5.35%;
    top: 12.8%; }
    @media (max-width: 1200px) {
      .philosophy__bg-3 {
        width: 22.66vw;
        height: 14.16vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-3 {
        opacity: .5; } }
  .philosophy__bg-4 {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background: #26FFFF;
    right: 11.7%;
    top: 15.6%; }
    @media (max-width: 1200px) {
      .philosophy__bg-4 {
        width: 1.08vw;
        height: 1.08vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-4 {
        opacity: .5; } }
  .philosophy__bg-5 {
    position: absolute;
    display: block;
    width: 125px;
    height: 125px;
    left: 18.0%;
    top: 16.8%; }
    @media (max-width: 1200px) {
      .philosophy__bg-5 {
        width: 10.4vw;
        height: 10.4vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-5 {
        opacity: .5; } }
  .philosophy__bg-6 {
    position: absolute;
    display: block;
    width: 425px;
    height: 266px;
    right: 2.35%;
    top: 20.1%; }
    @media (max-width: 1200px) {
      .philosophy__bg-6 {
        width: 35.4vw;
        height: 22.1vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-6 {
        opacity: .5;
        right: 0; } }
  .philosophy__bg-7 {
    position: absolute;
    display: block;
    width: 400px;
    height: 250px;
    left: 6.76%;
    top: 23.3%; }
    @media (max-width: 1200px) {
      .philosophy__bg-7 {
        width: 33.3vw;
        height: 20.8vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-7 {
        opacity: .5;
        left: 0; } }
  .philosophy__bg-8 {
    position: absolute;
    display: block;
    width: 250px;
    height: 250px;
    right: 5.29%;
    top: 28.2%; }
    @media (max-width: 1200px) {
      .philosophy__bg-8 {
        width: 20.8vw;
        height: 20.8vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-8 {
        opacity: .5; } }
  .philosophy__bg-9 {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: #DC73FF;
    left: 5.24%;
    top: 30.8%; }
    @media (max-width: 1200px) {
      .philosophy__bg-9 {
        width: 2.16vw;
        height: 2.16vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-9 {
        opacity: .5; } }
  .philosophy__bg-10 {
    position: absolute;
    display: block;
    width: 250px;
    height: 250px;
    left: 1.41%;
    top: 32.5%; }
    @media (max-width: 1200px) {
      .philosophy__bg-10 {
        width: 20.8vw;
        height: 20.8vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-10 {
        opacity: .5; } }
  .philosophy__bg-11 {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    background: #00D9A3;
    right: 26.5%;
    top: 38.2%; }
    @media (max-width: 1200px) {
      .philosophy__bg-11 {
        width: 3vw;
        height: 3vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-11 {
        opacity: .5; } }
  .philosophy__bg-12 {
    position: absolute;
    display: block;
    width: 425px;
    height: 266px;
    left: 2.35%;
    top: 48.5%; }
    @media (max-width: 1200px) {
      .philosophy__bg-12 {
        width: 35.4vw;
        height: 22.1vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-12 {
        opacity: .5;
        left: 0; } }
  .philosophy__bg-13 {
    position: absolute;
    display: block;
    width: 272px;
    height: 170px;
    right: 5.35%;
    top: 55.0%; }
    @media (max-width: 1200px) {
      .philosophy__bg-13 {
        width: 22.66vw;
        height: 14.16vw; } }
    @media (max-width: 600px) {
      .philosophy__bg-13 {
        opacity: .5;
        right: 0; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Movie CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.movie {
  position: relative; }
  .movie__inner {
    max-width: calc(1300px + (40px * 2));
    position: relative;
    z-index: 1; }
  .movie__movie-box {
    position: relative; }
    .movie__movie-box.js-anim-init .movie__movie-wrap {
      clip-path: inset(0); }
    .movie__movie-box.js-anim-init::before {
      clip-path: inset(0); }
    .movie__movie-box::before {
      position: absolute;
      content: "";
      width: 100vw;
      height: 100%;
      background: #000;
      left: 50%;
      transform: translateX(-50%);
      clip-path: inset(0 100% 0 0);
      transition: clip-path .3s .2s ease-in-out; }
  .movie__movie-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 732px;
    clip-path: inset(0 0 0 100%);
    transition: clip-path .3s .2s ease-in-out;
    z-index: 3; }
    @media (max-width: 1380px) {
      .movie__movie-wrap {
        padding: 56.25% 0 0; } }
  .movie__movie-iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: 0; }
  .movie__txt {
    margin: 80px auto;
    text-align: center; }
    @media (max-width: 900px) {
      .movie__txt {
        margin: 8vw auto; } }
    @media (max-width: 600px) {
      .movie__txt {
        margin: 12vw auto;
        text-align: left; } }
    .movie__txt.js-anim-init .movie__txt-para {
      opacity: 1;
      transform: translateY(0); }
  .movie__txt-para {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(3vw); }
    .movie__txt-para:nth-child(1) {
      transition: opacity 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out; }
    .movie__txt-para:nth-child(2) {
      transition: opacity 0.5s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out; }
    .movie__txt-para:nth-child(3) {
      transition: opacity 0.5s 0.6s ease-in-out, transform 0.5s 0.6s ease-in-out; }
    .movie__txt-para:nth-child(4) {
      transition: opacity 0.5s 0.9s ease-in-out, transform 0.5s 0.9s ease-in-out; }
    .movie__txt-para:nth-child(5) {
      transition: opacity 0.5s 1.2s ease-in-out, transform 0.5s 1.2s ease-in-out; }
    .movie__txt-para:nth-child(6) {
      transition: opacity 0.5s 1.5s ease-in-out, transform 0.5s 1.5s ease-in-out; }
    .movie__txt-para:nth-child(7) {
      transition: opacity 0.5s 1.8s ease-in-out, transform 0.5s 1.8s ease-in-out; }
    .movie__txt-para:nth-child(8) {
      transition: opacity 0.5s 2.1s ease-in-out, transform 0.5s 2.1s ease-in-out; }
    .movie__txt-para:nth-child(9) {
      transition: opacity 0.5s 2.4s ease-in-out, transform 0.5s 2.4s ease-in-out; }
    .movie__txt-para:nth-child(10) {
      transition: opacity 0.5s 2.7s ease-in-out, transform 0.5s 2.7s ease-in-out; }
    .movie__txt-para:nth-child(11) {
      transition: opacity 0.5s 3s ease-in-out, transform 0.5s 3s ease-in-out; }
    .movie__txt-para:nth-child(12) {
      transition: opacity 0.5s 3.3s ease-in-out, transform 0.5s 3.3s ease-in-out; }
    .movie__txt-para:nth-child(13) {
      transition: opacity 0.5s 3.6s ease-in-out, transform 0.5s 3.6s ease-in-out; }
    .movie__txt-para:nth-child(14) {
      transition: opacity 0.5s 3.9s ease-in-out, transform 0.5s 3.9s ease-in-out; }
    .movie__txt-para:nth-child(15) {
      transition: opacity 0.5s 4.2s ease-in-out, transform 0.5s 4.2s ease-in-out; }
    .movie__txt-para:nth-child(16) {
      transition: opacity 0.5s 4.5s ease-in-out, transform 0.5s 4.5s ease-in-out; }
    .movie__txt-para:nth-child(17) {
      transition: opacity 0.5s 4.8s ease-in-out, transform 0.5s 4.8s ease-in-out; }
    .movie__txt-para:nth-child(18) {
      transition: opacity 0.5s 5.1s ease-in-out, transform 0.5s 5.1s ease-in-out; }
    .movie__txt-para:nth-child(19) {
      transition: opacity 0.5s 5.4s ease-in-out, transform 0.5s 5.4s ease-in-out; }
    .movie__txt-para:nth-child(20) {
      transition: opacity 0.5s 5.7s ease-in-out, transform 0.5s 5.7s ease-in-out; }
    .movie__txt-para:nth-child(21) {
      transition: opacity 0.5s 6s ease-in-out, transform 0.5s 6s ease-in-out; }
    @media (max-width: 900px) {
      .movie__txt-para {
        font-size: 1.6rem; } }
    @media (max-width: 600px) {
      .movie__txt-para {
        font-size: 1.4rem; } }
    .movie__txt-para:nth-child(n+2) {
      margin-top: 40px; }
      @media (max-width: 900px) {
        .movie__txt-para:nth-child(n+2) {
          margin-top: 4vw; } }
      @media (max-width: 600px) {
        .movie__txt-para:nth-child(n+2) {
          margin-top: 6vw; } }
  .movie__txt-span {
    display: block; }
    @media (max-width: 600px) {
      .movie__txt-span {
        display: inline; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

column CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.column-common {
  background: #F7F7F7; }

.column {
  width: 100%;
  position: relative;
  margin-top: 110px;
  background: #F7F7F7; }
  @media (max-width: 900px) {
    .column {
      margin-top: 88px; } }
  @media (max-width: 600px) {
    .column {
      margin-top: 66px; } }
  .column__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0; }
    @media (max-width: 900px) {
      .column__inner {
        display: block; } }
  .column__main-cont {
    width: 66.666%; }
    @media (max-width: 900px) {
      .column__main-cont {
        width: 100%; } }
  .column__side-cont {
    width: 29.1666%; }
    @media (max-width: 900px) {
      .column__side-cont {
        width: 100%;
        margin: 15vw auto 0; } }
  .column__post-area, .column__category-area, .column__recently-area, .column__ranking-area, .column__sidecategory-area, .column__detail-area, .column__siderecently-area {
    width: 100%;
    background: #FFF; }
  .column__category-area, .column__sidecategory-area {
    margin: 20px auto 0; }
  .column__siderecently-area {
    margin: 0 auto 20px; }
  .column__post-area + .column__recently-area, .column__category-area + .column__recently-area {
    margin: 20px auto 0; }
  .column__title {
    padding: 15px;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1; }
  .column__post-link {
    display: block;
    transition: opacity .3s ease-in-out; }
    .column__post-link:hover {
      opacity: .7; }
  .column__post-imgbox, .column__ranking-imgbox, .column__siderecently-imgbox {
    width: 100%;
    padding: 56.25% 0 0;
    background-position: center center;
    background-size: cover;
    position: relative; }
  .column__post-txtbox {
    padding: 25px 30px 25px; }
    @media (max-width: 900px) {
      .column__post-txtbox {
        padding: 25px 20px 25px; } }
    @media (max-width: 600px) {
      .column__post-txtbox {
        padding: 30px 15px 25px; } }
  .column__post-title {
    font-size: 3.2rem;
    font-weight: bold; }
    @media (max-width: 900px) {
      .column__post-title {
        font-size: 3.2vw; } }
    @media (max-width: 600px) {
      .column__post-title {
        font-size: 5.5vw; } }
  .column__post-date {
    font-size: 1.2rem;
    font-weight: bold;
    color: #999; }
  .column__post-category-list {
    display: block;
    margin: 10px 0 0; }
  .column__post-category-item {
    display: inline-block;
    margin: 0 10px 5px 0;
    font-size: 1.3rem;
    font-weight: bold;
    background: #194F98;
    color: #FFF; }
  .column__post-category-item--nolink {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px 5px 0;
    font-size: 1.3rem;
    font-weight: bold;
    background: #194F98;
    color: #FFF; }
  .column__post-category-link {
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    font-weight: bold;
    transition: opacity .3s ease-in-out; }
    .column__post-category-link:hover {
      opacity: .7; }
  .column__pagination {
    margin: 30px auto 0; }
    .column__pagination .page-numbers {
      display: flex;
      justify-content: center;
      width: 100%;
      padding: 0 0 30px; }
    .column__pagination li {
      margin: 0 6px; }
    .column__pagination li a.page-numbers, .column__pagination li span.page-numbers {
      display: flex;
      justify-content: center;
      width: 30px;
      height: 30px;
      font-size: 1.5rem;
      font-weight: bold;
      color: #FFF;
      background: #194F98; }
    .column__pagination li a.page-numbers:hover {
      background: #0C2445; }
    .column__pagination li span.page-numbers {
      background: #333; }
  .column__pagination-catelist {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 0 30px; }
    .column__pagination-catelist a.page-numbers, .column__pagination-catelist span.page-numbers {
      display: flex;
      justify-content: center;
      width: 30px;
      height: 30px;
      margin: 0 6px;
      font-size: 1.5rem;
      font-weight: bold;
      color: #FFF;
      background: #194F98; }
    .column__pagination-catelist a.page-numbers:hover {
      background: #0C2445; }
    .column__pagination-catelist a.page-numbers.prev, .column__pagination-catelist a.page-numbers.next {
      line-height: 5;
      position: relative; }
      .column__pagination-catelist a.page-numbers.prev::before, .column__pagination-catelist a.page-numbers.next::before {
        display: inline-block;
        line-height: 1;
        position: absolute;
        top: calc(50% - .1em);
        left: 50%;
        transform: translate(-50%, -50%); }
    .column__pagination-catelist a.page-numbers.prev::before {
      content: "«"; }
    .column__pagination-catelist a.page-numbers.next::before {
      content: "»"; }
    .column__pagination-catelist span.page-numbers {
      background: #333; }
  .column__detail-inner {
    padding: 0 30px 80px; }
    @media (max-width: 900px) {
      .column__detail-inner {
        padding: 0 20px 8vw; } }
    @media (max-width: 600px) {
      .column__detail-inner {
        padding: 0 15px 12vw; } }
  .column__detail-txtbox {
    padding: 25px 0 0; }
    @media (max-width: 600px) {
      .column__detail-txtbox {
        padding: 30px 0 0; } }
  .column__detail-name {
    padding: 10px 0 0;
    font-size: 1.2rem; }
    .column__detail-name .fa-regular {
      margin: 0 7px 0 0;
      vertical-align: middle;
      font-size: 1.5rem; }
  .column__detail-caseback {
    display: inline-block;
    margin: 60px 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #194F98;
    text-decoration: underline;
    transition: opacity .3s ease-in-out; }
    .column__detail-caseback:hover {
      opacity: .7; }
    @media (max-width: 900px) {
      .column__detail-caseback {
        margin: 6vw 0 0; } }
    @media (max-width: 600px) {
      .column__detail-caseback {
        font-size: 1.4rem;
        margin: 9vw 0 0; } }
  .column__detail-btn-area {
    margin: 80px auto 0; }
    @media (max-width: 900px) {
      .column__detail-btn-area {
        margin: 8vw auto 0; } }
    @media (max-width: 600px) {
      .column__detail-btn-area {
        margin: 12vw auto 0; } }
  .column__detail-btn, .column__detail-contact-btn {
    max-width: 350px;
    margin: 20px auto 0;
    padding: 30px 80px 30px 20px;
    font-size: 1.6rem; }
    @media (max-width: 600px) {
      .column__detail-btn, .column__detail-contact-btn {
        padding: 25px 80px 25px 20px;
        font-size: 1.4rem; } }
  .column__detail-contact-btn {
    max-width: none; }
  .column__category-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
  .column__category-item {
    box-sizing: border-box;
    width: 50%;
    border-top: solid 1px #F7F7F7; }
    .column__category-item:nth-child(odd) {
      border-right: solid 1px #F7F7F7; }
    @media (max-width: 600px) {
      .column__category-item {
        width: 100%; }
        .column__category-item:nth-child(odd) {
          border-right: none; } }
    .column__category-item .column__post-link {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 16px 30px;
      font-size: 1.5rem;
      font-weight: bold; }
      @media (max-width: 600px) {
        .column__category-item .column__post-link {
          padding: 16px 10px;
          font-size: 1.4rem; } }
  .column__recently-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px; }
  .column__recently-item {
    padding: 0 0 20px; }
    .column__recently-item .column__post-link {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media (max-width: 600px) {
        .column__recently-item .column__post-link {
          display: block; } }
  .column__recently-imgbox {
    width: 46.052%;
    padding: 25.90425% 0 0;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 600px) {
      .column__recently-imgbox {
        width: 100%;
        padding: 56.25% 0 0; } }
  .column__recently-txtbox {
    width: 51.5789%; }
    @media (max-width: 600px) {
      .column__recently-txtbox {
        width: 100%;
        padding: 30px 0 0; } }
  .column__recently-title {
    font-size: 2rem;
    font-weight: bold; }
  .column__ranking-tab {
    position: relative; }
    .column__ranking-tab .column__title {
      position: relative;
      z-index: 0; }
  .column__ranking-tab-list {
    display: flex;
    padding: 0 15px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1; }
  .column__ranking-tab-item {
    padding: 0 5px;
    color: #999;
    font-size: 1.2rem;
    cursor: pointer;
    transition: opacity .3s ease-in-out; }
    .column__ranking-tab-item:hover {
      opacity: .7; }
  .column__ranking-inner {
    position: relative; }
  .column__ranking-list {
    position: absolute;
    opacity: 0;
    z-index: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none; }
    .column__ranking-list.js-active {
      position: relative;
      opacity: 1;
      z-index: 1;
      pointer-events: auto;
      transition: opacity .3s .2s ease-in-out; }
    .column__ranking-list .column__post-item:nth-child(1) .column__ranking-num::before {
      content: "1"; }
    .column__ranking-list .column__post-item:nth-child(2) .column__ranking-num::before {
      content: "2"; }
    .column__ranking-list .column__post-item:nth-child(3) .column__ranking-num::before {
      content: "3"; }
    .column__ranking-list .column__post-item:nth-child(4) .column__ranking-num::before {
      content: "4"; }
    .column__ranking-list .column__post-item:nth-child(5) .column__ranking-num::before {
      content: "5"; }
  .column__ranking-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    background: #333;
    position: absolute;
    top: 0;
    left: 0; }
    .column__ranking-num::before {
      display: inline-block; }
  .column__ranking-txtbox {
    padding: 16px 20px 20px; }
  .column__ranking-title {
    font-size: 1.5rem;
    font-weight: bold; }
  .column__sidecategory-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 15px; }
  .column__sidecategory-item, .column__sidecategory-list .cat-item {
    display: block;
    padding: 0 0 5px; }
  .column__sidecategory-list .cat-item a {
    display: block;
    transition: opacity .3s ease-in-out;
    font-size: 1.5rem; }
    .column__sidecategory-list .cat-item a::before {
      content: "#";
      display: inline-block;
      margin: 0 .5em 0 0; }
    .column__sidecategory-list .cat-item a:hover {
      opacity: .7; }
  .column__sub-cate-list, .column__sidecategory-list .children {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 3em; }
    .column__sub-cate-list .column__sidecategory-item:last-child, .column__sidecategory-list .children .column__sidecategory-item:last-child {
      padding: 0; }
  .column__detail-content .counter-hierarchy {
    margin: 40px auto 0;
    padding: 38px 34px;
    position: relative;
    background: #F7F7F7; }
    @media (max-width: 900px) {
      .column__detail-content .counter-hierarchy {
        padding: 38px 20px; } }
    @media (max-width: 600px) {
      .column__detail-content .counter-hierarchy {
        padding: 30px 10px; } }
    .column__detail-content .counter-hierarchy .ez-toc-title-container {
      position: absolute;
      top: -10px;
      left: 15px; }
      .column__detail-content .counter-hierarchy .ez-toc-title-container .ez-toc-title {
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-size: 2.4rem;
        line-height: 1;
        color: #194F98; }
    .column__detail-content .counter-hierarchy .ez-toc-list-level-1 .ez-toc-list-level-2 {
      padding: 0 0 0 1em; }
      .column__detail-content .counter-hierarchy .ez-toc-list-level-1 .ez-toc-list-level-2 .ez-toc-list-level-3 {
        padding: 0 0 0 1em; }
    .column__detail-content .counter-hierarchy .ez-toc-link {
      font-size: 1.6rem;
      text-decoration: underline;
      color: #333;
      transition: opacity .3s ease-in-out; }
      .column__detail-content .counter-hierarchy .ez-toc-link:hover {
        opacity: .7; }
  .column__detail-content .column__detail-title, .column__detail-content h1 {
    display: block;
    box-sizing: border-box;
    margin: 50px 0 0;
    padding: 5px 0 5px 19px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    border-left: solid 4px #194F98; }
    @media (max-width: 900px) {
      .column__detail-content .column__detail-title, .column__detail-content h1 {
        margin: 5vw 0 0;
        font-size: 2.4vw; } }
    @media (max-width: 600px) {
      .column__detail-content .column__detail-title, .column__detail-content h1 {
        margin: 7.5vw 0 0;
        padding: 5px 0 5px 12px;
        font-size: 4.5vw; } }
  .column__detail-content h2 {
    display: block;
    box-sizing: border-box;
    margin: 50px 0 0;
    padding: 12px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC; }
    @media (max-width: 900px) {
      .column__detail-content h2 {
        margin: 5vw 0 0;
        font-size: 2vw; } }
    @media (max-width: 600px) {
      .column__detail-content h2 {
        margin: 7.5vw 0 0;
        font-size: 3.5vw; } }
  .column__detail-content h3 {
    display: block;
    box-sizing: border-box;
    margin: 30px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5; }
    @media (max-width: 900px) {
      .column__detail-content h3 {
        margin: 1.8vw 0 0;
        font-size: 2vw; } }
    @media (max-width: 600px) {
      .column__detail-content h3 {
        margin: 4.5vw 0 0;
        font-size: 3.2vw; } }
  .column__detail-content .column__detail-txt, .column__detail-content p {
    margin: 1em 0 0;
    font-size: 1.6rem;
    line-height: 2; }
    @media (max-width: 600px) {
      .column__detail-content .column__detail-txt, .column__detail-content p {
        font-size: 1.4rem;
        line-height: 1.8; } }
  .column__detail-content a {
    text-decoration: underline;
    transition: color .3s ease-in-out; }
    .column__detail-content a:hover {
      color: #194F98; }
      .column__detail-content a:hover img {
        opacity: .7; }
  .column__detail-content .column__detail-img, .column__detail-content img {
    width: auto;
    max-width: 100%;
    margin: 35px auto 0;
    transition: opacity .3s ease-in-out; }
  .column__detail-content table {
    margin: 35px auto 0; }
  .column__detail-content .arve {
    margin: 35px auto 0; }

.ez-toc-icon-toggle-span {
  display: flex;
  align-items: center;
  width: 35px;
  height: 30px;
  justify-content: center;
  direction: ltr; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

case CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.case__search-tab-item, .case__search-tab-item--long {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 20px 0;
  color: #FFF;
  font-size: 1.5rem;
  background: #AAA;
  position: relative;
  cursor: pointer;
  transition: opacity .3s ease-in-out; }
  @media (max-width: 600px) {
    .case__search-tab-item, .case__search-tab-item--long {
      font-size: 3.5vw; } }
  .case__search-tab-item:hover, .case__search-tab-item--long:hover {
    opacity: .7; }
  .case__search-tab-item::before, .case__search-tab-item--long::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-in-out; }
  .js-active.case__search-tab-item, .js-active.case__search-tab-item--long {
    background: #333; }
    .js-active.case__search-tab-item::before, .js-active.case__search-tab-item--long::before {
      opacity: 1; }

.case {
  background: #F7F7F7; }
  .case__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative; }
    @media (max-width: 900px) {
      .case__inner {
        padding: 0 20px; } }
    @media (max-width: 600px) {
      .case__inner {
        padding: 0 15px; } }
  .case__search-tab-list {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1; }
  .case__search-tab-item--long {
    width: 100%; }
  .case__search-selectbox {
    background: #FFF;
    position: relative;
    z-index: 0; }
  .case__search-select {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    opacity: 0;
    transition: opacity .3s linear;
    pointer-events: none;
    z-index: 0; }
    @media (max-width: 900px) {
      .case__search-select {
        padding: 30px 20px; } }
    @media (max-width: 600px) {
      .case__search-select {
        padding: 30px 10px; } }
    .case__search-select.js-active {
      position: relative;
      opacity: 1;
      pointer-events: auto;
      z-index: 1; }
    .case__search-select.js-tab-content {
      display: block; }
  .case__search-childbox {
    display: flex;
    border-bottom: solid 1px #EEE;
    padding: 25px 0; }
    .case__search-childbox:first-child {
      border-top: solid 1px #EEE; }
    @media (max-width: 600px) {
      .case__search-childbox {
        display: block; } }
  .case__search-childname {
    width: 168px;
    font-size: 1.5rem;
    font-weight: bold; }
    @media (max-width: 600px) {
      .case__search-childname {
        width: 100%;
        font-size: 1.4rem; } }
  .case__search-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 168px); }
    @media (max-width: 600px) {
      .case__search-list {
        width: 100%; } }
  .case__search-item {
    padding: 0 30px 0 0;
    font-size: 1.5rem; }
    @media (max-width: 600px) {
      .case__search-item {
        padding: 10px 0 0;
        width: 100%;
        font-size: 1.4rem; }
        .case__search-item:first-child {
          padding: 0; } }
  @media (max-width: 600px) {
    .case__search-childname + .case__search-list {
      margin: 15px 0 0; } }
  .case__search-item input[type="radio"], .case__search-item input[type="checkbox"], .case__search-childname input[type="radio"], .case__search-childname input[type="checkbox"] {
    display: none; }
    .case__search-item input[type="radio"]:checked + label:before, .case__search-item input[type="checkbox"]:checked + label:before, .case__search-childname input[type="radio"]:checked + label:before, .case__search-childname input[type="checkbox"]:checked + label:before {
      border-color: #194F98;
      animation: ripple 0.2s linear forwards; }
    .case__search-item input[type="radio"]:checked + label:after, .case__search-item input[type="checkbox"]:checked + label:after, .case__search-childname input[type="radio"]:checked + label:after, .case__search-childname input[type="checkbox"]:checked + label:after {
      transform: scale(1); }
  .case__search-item label, .case__search-childname label {
    display: inline-block;
    min-height: 20px;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom; }
    .case__search-item label:before, .case__search-item label:after, .case__search-childname label:before, .case__search-childname label:after {
      position: absolute;
      content: '';
      border-radius: 50%;
      transition: all .3s ease;
      transition-property: transform, border-color; }
    .case__search-item label:before, .case__search-childname label:before {
      left: 0;
      top: 5px;
      width: 20px;
      height: 20px;
      border: 2px solid rgba(0, 0, 0, 0.54); }
    .case__search-item label:after, .case__search-childname label:after {
      top: 10px;
      left: 5px;
      width: 10px;
      height: 10px;
      transform: scale(0);
      background: #194F98; }
  .case__result-hit {
    display: block;
    text-align: center;
    padding: 0 0 40px; }
  .case__result-hit-bold {
    font-size: 2.8rem;
    font-weight: bold; }
  .case__result-cont {
    margin: 20px auto 0;
    background: #FFF; }
    .case__result-cont:first-child {
      margin: 0 auto; }
  .case__result-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: opacity .3s ease-in-out; }
    .case__result-link:hover {
      opacity: .7; }
    @media (max-width: 600px) {
      .case__result-link {
        display: block; } }
  .case__result-imgbox {
    width: 35.333%; }
    @media (max-width: 600px) {
      .case__result-imgbox {
        width: 100%; } }
  .case__result-imgarea {
    width: 100%;
    padding: 56.25% 0 0;
    background-position: center center;
    background-size: cover; }
  .case__result-txtbox {
    box-sizing: border-box;
    width: 62.25%;
    padding: 20px 20px 20px 0; }
    @media (max-width: 600px) {
      .case__result-txtbox {
        width: 100%;
        padding: 30px 15px; } }
  .case__result-ttl {
    padding: 0 0 12px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 2px #194F98; }
    @media (max-width: 900px) {
      .case__result-ttl {
        font-size: 2vw; } }
    @media (max-width: 600px) {
      .case__result-ttl {
        font-size: 4vw; } }
  .case__result-list {
    display: flex;
    border-bottom: solid 1px #EEE; }
    @media (max-width: 600px) {
      .case__result-list {
        display: block; } }
  .case__result-item {
    width: 120px;
    padding: 18px 0;
    font-size: 1.5rem;
    font-weight: bold; }
    @media (max-width: 600px) {
      .case__result-item {
        width: 100%;
        font-size: 1.4rem; } }
  .case__result-txt {
    width: calc(100% - 120px);
    padding: 18px 0;
    font-size: 1.5rem; }
    @media (max-width: 600px) {
      .case__result-txt {
        width: 100%;
        padding: 0 0 18px;
        font-size: 1.4rem; } }

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0); }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0); } }
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

contact CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.contact__item-cont input[type="text"].contact__mwform-input, .contact__item-cont--radio input[type="text"].contact__mwform-input,
.contact__item-cont input[type="email"].contact__mwform-input,
.contact__item-cont--radio input[type="email"].contact__mwform-input, .contact__item-cont textarea.contact__mwform-textarea, .contact__item-cont--radio textarea.contact__mwform-textarea, .contact__item-cont .mwform-tel-field input[type="text"].contact__mwform-input-min, .contact__item-cont--radio .mwform-tel-field input[type="text"].contact__mwform-input-min {
  border: 1px solid #DDD;
  padding: 10px; }

.contact__item-cont, .contact__item-cont--radio {
  width: calc(100% - 300px);
  padding: 0 0 0 10px; }
  @media (max-width: 600px) {
    .contact__item-cont, .contact__item-cont--radio {
      width: 100%;
      padding: 20px 0 0; } }

.contact__list-warp {
  border-top: 1px solid #DDD;
  position: relative; }
.contact__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #DDD;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative; }
  @media (max-width: 600px) {
    .contact__item {
      padding: 0 0 20px;
      display: block; } }
.contact__item-ttl {
  width: 250px; }
  @media (max-width: 600px) {
    .contact__item-ttl {
      width: 100%;
      padding: 10px;
      background: #eee;
      border-bottom: 1px solid #DDD; } }
.contact__item-att {
  color: #FF0004;
  font-size: 1.2rem;
  vertical-align: top; }
.contact__item-cont--radio {
  display: flex;
  flex-wrap: wrap; }
  .contact__item-cont--radio .mwform-radio-field.horizontal-item,
  .contact__item-cont--radio .mwform-checkbox-field.horizontal-item {
    display: block;
    margin: 0 10px 0 0; }
    .contact__item-cont--radio .mwform-radio-field.horizontal-item input,
    .contact__item-cont--radio .mwform-checkbox-field.horizontal-item input {
      margin-right: 0; }
  .contact__item-cont--radio .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item,
  .contact__item-cont--radio .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
    margin-left: 0; }
.contact__item-cont .mwform-radio-field.horizontal-item,
.contact__item-cont .mwform-checkbox-field.horizontal-item {
  display: block;
  margin: 0 10px 0 0; }
  .contact__item-cont .mwform-radio-field.horizontal-item input,
  .contact__item-cont .mwform-checkbox-field.horizontal-item input {
    margin-right: 0; }
.contact__item-cont .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item,
.contact__item-cont .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
  margin-left: 0; }
.contact__item-cont .mwform-tel-field input[type="text"],
.contact__item-cont .mwform-zip-field input[type="text"] {
  width: 80px; }
.contact__item-cont textarea {
  width: 100%; }
.contact__mwform-input {
  width: 100%;
  max-width: 500px; }
.contact ::placeholder {
  color: #ccc; }
.contact__privacy {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 50px; }
.contact__privacy-ttl {
  font-weight: bold; }
.contact__privacy-lead {
  margin: 10px auto; }
  @media (max-width: 600px) {
    .contact__privacy-lead {
      text-align: left; } }
.contact__privacy-link {
  text-decoration: underline;
  color: #194F98; }
.contact__btn-box {
  margin-top: 50px;
  display: flex;
  justify-content: center; }
.contact__btn-wrap-next {
  width: 250px;
  padding: 0;
  margin: 0 10px;
  max-width: none;
  border: none;
  color: #194F98;
  background: none;
  border: 1px solid #194F98;
  font-weight: normal; }
  .contact__btn-wrap-next::before {
    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%23194F98%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right; }
  .contact__btn-wrap-next input[type=submit] {
    background: none;
    padding: 19px 160px 19px 20px;
    cursor: pointer; }
  .contact__btn-wrap-next:hover input[type=submit] {
    color: #FFF;
    transition: all .3s; }
.contact__btn-wrap-back {
  width: 250px;
  padding: 0;
  max-width: none;
  border: none;
  margin: 0 10px;
  color: #194F98;
  background: none;
  border: 1px solid #194F98;
  font-weight: normal; }
  .contact__btn-wrap-back::before {
    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%23194F98%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right; }
  .contact__btn-wrap-back::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; }
  .contact__btn-wrap-back input[type=submit] {
    background: none;
    padding: 19px 20px 19px 160px;
    cursor: pointer; }
  .contact__btn-wrap-back:hover input[type=submit] {
    color: #FFF;
    transition: all .3s; }
.contact__complete-box {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem; }
  @media (max-width: 600px) {
    .contact__complete-box {
      text-align: left; } }
.contact__complete-ttl {
  font-size: 2rem; }
.contact__complete-text {
  margin: 20px 0; }
.contact__complete-top {
  text-align: center; }
.contact__top-lead {
  text-align: center;
  margin: 0 auto 50px; }
.contact__link-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.contact__link-list-item {
  width: calc( 50% - 10px); }
  .contact__link-list-item:nth-child(n +3) {
    margin-top: 20px; }
.contact__link-list-link {
  width: 100%;
  padding: 25px 160px 25px 20px;
  margin: 0 10px;
  max-width: none;
  border: none;
  color: #194F98;
  background: none;
  border: 1px solid #194F98;
  font-weight: normal;
  font-size: 1.6rem; }
  .contact__link-list-link::before {
    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%23194F98%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right; }
  .contact__link-list-link:hover {
    color: #FFF;
    transition: all .3s; }
.contact__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px; }
.contact__nav-item {
  width: 16.6666666667%;
  background: #CCC;
  border-right: 1px solid #FFF;
  text-align: center;
  font-size: 1.4rem; }
  .contact__nav-item:nth-child(6n) {
    border-right: none; }
  .contact__nav-item.active {
    background: #194F98;
    position: relative; }
    .contact__nav-item.active::after {
      position: absolute;
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-top: 1px solid #CCC;
      border-right: 1px solid #CCC;
      left: 50%;
      bottom: -4px;
      transform: translatex(-50%) scaleY(1) rotate(135deg); }
  @media (max-width: 900px) {
    .contact__nav-item {
      width: 33.3333333333%;
      border-bottom: 1px solid #FFF; }
      .contact__nav-item:nth-child(3n) {
        border-right: none; }
      .contact__nav-item.active::after {
        bottom: 12px; } }
  @media (max-width: 600px) {
    .contact__nav-item {
      width: 50%; }
      .contact__nav-item:nth-child(3n) {
        border-right: 1px solid #FFF; }
      .contact__nav-item:nth-child(2n) {
        border-right: none; } }
.contact__nav-link {
  display: block;
  padding: 10px 5px;
  color: #FFF; }
  @media (max-width: 900px) {
    .contact__nav-link {
      padding: 10px 5px 30px; } }
.contact__siteseal {
  width: 115px;
  margin: 40px auto 0; }
  .contact__siteseal #ss_gmo_img_wrapper_115-57_image_ja {
    display: block;
    line-height: 1; }
    .contact__siteseal #ss_gmo_img_wrapper_115-57_image_ja a {
      display: block; }

.mw_wp_form_input .contact__btn-wrap-back {
  display: none; }

.mw_wp_form_confirm.mw_wp_form_preview .contact__btn-wrap-back {
  display: block; }

.mw_wp_form_confirm.mw_wp_form_preview .contact__privacy {
  display: none; }

.mw_wp_form_input .open-area {
  display: none; }

.grecaptcha-badge {
  z-index: 100; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

news CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.news__year-list {
  display: flex;
  align-items: baseline;
  margin: 0 0 50px; }
  @media (max-width: 600px) {
    .news__year-list {
      margin: 0 0 5vw; } }
  .news__year-list li {
    margin: 0 30px 0 0; }
    @media (max-width: 600px) {
      .news__year-list li {
        margin: 0 15 0 0; } }
    .news__year-list li a {
      display: block;
      padding: 0;
      font-size: 2rem;
      position: relative;
      font-weight: 100; }
      @media (max-width: 600px) {
        .news__year-list li a {
          font-size: 5vw; } }
      .news__year-list li a.is_active {
        font-size: 4rem;
        font-weight: 300; }
        @media (max-width: 600px) {
          .news__year-list li a.is_active {
            font-size: 7vw; } }
        .news__year-list li a.is_active::before {
          content: "";
          width: 100%;
          height: 2px;
          padding: 0 0 5px;
          position: absolute;
          left: 0;
          bottom: 0;
          border-bottom: 4px solid #194F98; }
.news__list {
  border-top: #DDD solid 1px; }
  .news__list.js-anim-init .news__item {
    opacity: 1; }
.news__info {
  border-bottom: #DDD solid 1px;
  padding: 25px 37px 25px 0;
  cursor: pointer;
  position: relative; }
  @media (max-width: 600px) {
    .news__info {
      padding: 3vw 37px 3vw 0; } }
  .news__info::after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #194F98;
    border-right: 1px solid #194F98;
    right: 3px;
    top: calc(50% - 8px);
    transform: translateY(-50%) scaleY(1) rotate(135deg);
    transition: .4s; }
  .news__info.open::after {
    transform: translateY(25%) scaleY(-1) rotate(135deg); }
.news__data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
.news__item {
  font-size: 1.4rem;
  opacity: 0; }
  .news__item:nth-child(1) {
    transition: opacity 0.5s 0s ease-in-out; }
  .news__item:nth-child(2) {
    transition: opacity 0.5s 0.3s ease-in-out; }
  .news__item:nth-child(3) {
    transition: opacity 0.5s 0.6s ease-in-out; }
  .news__item:nth-child(4) {
    transition: opacity 0.5s 0.9s ease-in-out; }
  .news__item:nth-child(5) {
    transition: opacity 0.5s 1.2s ease-in-out; }
  .news__item:nth-child(6) {
    transition: opacity 0.5s 1.5s ease-in-out; }
  .news__item:nth-child(7) {
    transition: opacity 0.5s 1.8s ease-in-out; }
  .news__item:nth-child(8) {
    transition: opacity 0.5s 2.1s ease-in-out; }
  .news__item:nth-child(9) {
    transition: opacity 0.5s 2.4s ease-in-out; }
  .news__item:nth-child(10) {
    transition: opacity 0.5s 2.7s ease-in-out; }
  .news__item:nth-child(11) {
    transition: opacity 0.5s 3s ease-in-out; }
  .news__item:nth-child(12) {
    transition: opacity 0.5s 3.3s ease-in-out; }
  .news__item:nth-child(13) {
    transition: opacity 0.5s 3.6s ease-in-out; }
  .news__item:nth-child(14) {
    transition: opacity 0.5s 3.9s ease-in-out; }
  .news__item:nth-child(15) {
    transition: opacity 0.5s 4.2s ease-in-out; }
  .news__item:nth-child(16) {
    transition: opacity 0.5s 4.5s ease-in-out; }
  .news__item:nth-child(17) {
    transition: opacity 0.5s 4.8s ease-in-out; }
  .news__item:nth-child(18) {
    transition: opacity 0.5s 5.1s ease-in-out; }
  .news__item:nth-child(19) {
    transition: opacity 0.5s 5.4s ease-in-out; }
  .news__item:nth-child(20) {
    transition: opacity 0.5s 5.7s ease-in-out; }
  .news__item:nth-child(21) {
    transition: opacity 0.5s 6s ease-in-out; }
  .news__item:nth-child(22) {
    transition: opacity 0.5s 6.3s ease-in-out; }
  .news__item:nth-child(23) {
    transition: opacity 0.5s 6.6s ease-in-out; }
  .news__item:nth-child(24) {
    transition: opacity 0.5s 6.9s ease-in-out; }
  .news__item:nth-child(25) {
    transition: opacity 0.5s 7.2s ease-in-out; }
  .news__item:nth-child(26) {
    transition: opacity 0.5s 7.5s ease-in-out; }
  .news__item:nth-child(27) {
    transition: opacity 0.5s 7.8s ease-in-out; }
  .news__item:nth-child(28) {
    transition: opacity 0.5s 8.1s ease-in-out; }
  .news__item:nth-child(29) {
    transition: opacity 0.5s 8.4s ease-in-out; }
  .news__item:nth-child(30) {
    transition: opacity 0.5s 8.7s ease-in-out; }
  .news__item:nth-child(31) {
    transition: opacity 0.5s 9s ease-in-out; }
  .news__item:nth-child(32) {
    transition: opacity 0.5s 9.3s ease-in-out; }
  .news__item:nth-child(33) {
    transition: opacity 0.5s 9.6s ease-in-out; }
  .news__item:nth-child(34) {
    transition: opacity 0.5s 9.9s ease-in-out; }
  .news__item:nth-child(35) {
    transition: opacity 0.5s 10.2s ease-in-out; }
  .news__item:nth-child(36) {
    transition: opacity 0.5s 10.5s ease-in-out; }
  .news__item:nth-child(37) {
    transition: opacity 0.5s 10.8s ease-in-out; }
  .news__item:nth-child(38) {
    transition: opacity 0.5s 11.1s ease-in-out; }
  .news__item:nth-child(39) {
    transition: opacity 0.5s 11.4s ease-in-out; }
  .news__item:nth-child(40) {
    transition: opacity 0.5s 11.7s ease-in-out; }
  .news__item:nth-child(41) {
    transition: opacity 0.5s 12s ease-in-out; }
  .news__item:nth-child(42) {
    transition: opacity 0.5s 12.3s ease-in-out; }
  .news__item:nth-child(43) {
    transition: opacity 0.5s 12.6s ease-in-out; }
  .news__item:nth-child(44) {
    transition: opacity 0.5s 12.9s ease-in-out; }
  .news__item:nth-child(45) {
    transition: opacity 0.5s 13.2s ease-in-out; }
  .news__item:nth-child(46) {
    transition: opacity 0.5s 13.5s ease-in-out; }
  .news__item:nth-child(47) {
    transition: opacity 0.5s 13.8s ease-in-out; }
  .news__item:nth-child(48) {
    transition: opacity 0.5s 14.1s ease-in-out; }
  .news__item:nth-child(49) {
    transition: opacity 0.5s 14.4s ease-in-out; }
  .news__item:nth-child(50) {
    transition: opacity 0.5s 14.7s ease-in-out; }
  .news__item:nth-child(51) {
    transition: opacity 0.5s 15s ease-in-out; }
  .news__item:nth-child(52) {
    transition: opacity 0.5s 15.3s ease-in-out; }
  .news__item:nth-child(53) {
    transition: opacity 0.5s 15.6s ease-in-out; }
  .news__item:nth-child(54) {
    transition: opacity 0.5s 15.9s ease-in-out; }
  .news__item:nth-child(55) {
    transition: opacity 0.5s 16.2s ease-in-out; }
  .news__item:nth-child(56) {
    transition: opacity 0.5s 16.5s ease-in-out; }
  .news__item:nth-child(57) {
    transition: opacity 0.5s 16.8s ease-in-out; }
  .news__item:nth-child(58) {
    transition: opacity 0.5s 17.1s ease-in-out; }
  .news__item:nth-child(59) {
    transition: opacity 0.5s 17.4s ease-in-out; }
  .news__item:nth-child(60) {
    transition: opacity 0.5s 17.7s ease-in-out; }
  .news__item:nth-child(61) {
    transition: opacity 0.5s 18s ease-in-out; }
  .news__item:nth-child(62) {
    transition: opacity 0.5s 18.3s ease-in-out; }
  .news__item:nth-child(63) {
    transition: opacity 0.5s 18.6s ease-in-out; }
  .news__item:nth-child(64) {
    transition: opacity 0.5s 18.9s ease-in-out; }
  .news__item:nth-child(65) {
    transition: opacity 0.5s 19.2s ease-in-out; }
  .news__item:nth-child(66) {
    transition: opacity 0.5s 19.5s ease-in-out; }
  .news__item:nth-child(67) {
    transition: opacity 0.5s 19.8s ease-in-out; }
  .news__item:nth-child(68) {
    transition: opacity 0.5s 20.1s ease-in-out; }
  .news__item:nth-child(69) {
    transition: opacity 0.5s 20.4s ease-in-out; }
  .news__item:nth-child(70) {
    transition: opacity 0.5s 20.7s ease-in-out; }
  .news__item:nth-child(71) {
    transition: opacity 0.5s 21s ease-in-out; }
  .news__item:nth-child(72) {
    transition: opacity 0.5s 21.3s ease-in-out; }
  .news__item:nth-child(73) {
    transition: opacity 0.5s 21.6s ease-in-out; }
  .news__item:nth-child(74) {
    transition: opacity 0.5s 21.9s ease-in-out; }
  .news__item:nth-child(75) {
    transition: opacity 0.5s 22.2s ease-in-out; }
  .news__item:nth-child(76) {
    transition: opacity 0.5s 22.5s ease-in-out; }
  .news__item:nth-child(77) {
    transition: opacity 0.5s 22.8s ease-in-out; }
  .news__item:nth-child(78) {
    transition: opacity 0.5s 23.1s ease-in-out; }
  .news__item:nth-child(79) {
    transition: opacity 0.5s 23.4s ease-in-out; }
  .news__item:nth-child(80) {
    transition: opacity 0.5s 23.7s ease-in-out; }
  .news__item:nth-child(81) {
    transition: opacity 0.5s 24s ease-in-out; }
  .news__item:nth-child(82) {
    transition: opacity 0.5s 24.3s ease-in-out; }
  .news__item:nth-child(83) {
    transition: opacity 0.5s 24.6s ease-in-out; }
  .news__item:nth-child(84) {
    transition: opacity 0.5s 24.9s ease-in-out; }
  .news__item:nth-child(85) {
    transition: opacity 0.5s 25.2s ease-in-out; }
  .news__item:nth-child(86) {
    transition: opacity 0.5s 25.5s ease-in-out; }
  .news__item:nth-child(87) {
    transition: opacity 0.5s 25.8s ease-in-out; }
  .news__item:nth-child(88) {
    transition: opacity 0.5s 26.1s ease-in-out; }
  .news__item:nth-child(89) {
    transition: opacity 0.5s 26.4s ease-in-out; }
  .news__item:nth-child(90) {
    transition: opacity 0.5s 26.7s ease-in-out; }
  .news__item:nth-child(91) {
    transition: opacity 0.5s 27s ease-in-out; }
  .news__item:nth-child(92) {
    transition: opacity 0.5s 27.3s ease-in-out; }
  .news__item:nth-child(93) {
    transition: opacity 0.5s 27.6s ease-in-out; }
  .news__item:nth-child(94) {
    transition: opacity 0.5s 27.9s ease-in-out; }
  .news__item:nth-child(95) {
    transition: opacity 0.5s 28.2s ease-in-out; }
  .news__item:nth-child(96) {
    transition: opacity 0.5s 28.5s ease-in-out; }
  .news__item:nth-child(97) {
    transition: opacity 0.5s 28.8s ease-in-out; }
  .news__item:nth-child(98) {
    transition: opacity 0.5s 29.1s ease-in-out; }
  .news__item:nth-child(99) {
    transition: opacity 0.5s 29.4s ease-in-out; }
  .news__item:nth-child(100) {
    transition: opacity 0.5s 29.7s ease-in-out; }
  .news__item:nth-child(101) {
    transition: opacity 0.5s 30s ease-in-out; }
.news__category {
  width: 120px;
  margin: 0 20px;
  padding: 0 10px;
  background: #555;
  color: #FFF;
  text-align: center; }
.news__title {
  font-weight: bold; }
  @media (max-width: 600px) {
    .news__title {
      width: 100%;
      margin-top: 10px; } }
.news__cont {
  display: none;
  max-width: 1000px;
  margin: 100px auto; }
  @media (max-width: 600px) {
    .news__cont {
      margin: 10vw auto; } }
  .news__cont iframe.js-movie-size {
    width: 560px !important;
    height: 315px !important; }
    @media (max-width: 600px) {
      .news__cont iframe.js-movie-size {
        width: 100% !important;
        height: calc(56.25vw - 16px) !important; } }
  .news__cont h3 {
    width: 100%;
    padding: 0 0 20px;
    margin-bottom: 50px;
    font-size: 1.8rem;
    text-align: left;
    color: #333;
    border-bottom: 2px solid #194F98;
    font-weight: bold; }
    @media (max-width: 600px) {
      .news__cont h3 {
        font-size: 4vw;
        margin-bottom: 5vw; } }
.news__cont-inner {
  margin-bottom: 50px; }
  .news__cont-inner img {
    max-width: 100%;
    margin-bottom: 50px; }
.news__cont-h2 {
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  position: relative;
  border-bottom: #ddd solid 2px; }
  @media (max-width: 600px) {
    .news__cont-h2 {
      font-size: 5vw;
      text-align: left;
      margin-bottom: 5vw; } }
.news__cont-h3 {
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 50px;
  font-size: 1.8rem;
  text-align: left;
  color: #333;
  border-bottom: 2px solid #194F98;
  font-weight: bold; }
  @media (max-width: 600px) {
    .news__cont-h3 {
      font-size: 4vw;
      margin-bottom: 5vw; } }
.news__p-text {
  margin: 0 0 15px; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

health CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.health__column-ttl, .privacy__sub-ttl, .margin__sub-ttl {
  position: relative;
  padding: 0 0 10px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 2rem; }
  @media (max-width: 900px) {
    .health__column-ttl, .privacy__sub-ttl, .margin__sub-ttl {
      margin-bottom: 5vw; } }
  @media (max-width: 600px) {
    .health__column-ttl, .privacy__sub-ttl, .margin__sub-ttl {
      font-size: 1.8rem; } }
  .health__column-ttl::before, .privacy__sub-ttl::before, .margin__sub-ttl::before {
    content: "";
    width: 100%;
    height: 2px;
    padding: 0 0 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #194F98; }

.health__column-list-ttl, .margin__hob-name {
  display: block;
  border-left: 4px solid #194F98;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  font-weight: bold; }

.health__inner {
  font-size: 1.6rem; }
.health__lead {
  margin-bottom: 50px;
  display: flex;
  align-items: center; }
  @media (max-width: 900px) {
    .health__lead {
      display: block;
      margin-bottom: 10vw; } }
.health__img {
  display: block;
  max-width: 300px;
  margin-left: 100px; }
  @media (max-width: 900px) {
    .health__img {
      width: 100%;
      max-width: none;
      margin: 7.5vw auto 0; } }
.health__column {
  margin-bottom: 50px; }
  .health__column:last-of-type {
    margin-bottom: 0; }
    @media (max-width: 900px) {
      .health__column:last-of-type {
        margin-bottom: 0; } }
  @media (max-width: 900px) {
    .health__column {
      margin-bottom: 10vw; } }
.health__column-lead {
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .health__column-lead {
      margin-bottom: 10px; } }
.health__column-block {
  background: #fafafa;
  padding: 30px; }
  @media (max-width: 600px) {
    .health__column-block {
      padding: 15px; } }
.health__column-block-item {
  margin-bottom: 15px; }
  .health__column-block-item:last-child {
    margin-bottom: 0; }
    .health__column-block-item:last-child .health__column-ttl {
      margin-bottom: 0; }
.health__column-list-cont {
  padding-left: 13px; }
.health__column-text {
  margin-top: 20px; }
.health__column-list2-warp {
  background: #fafafa;
  padding: 30px; }
  @media (max-width: 600px) {
    .health__column-list2-warp {
      padding: 15px; } }
.health__column-list2-inner {
  margin-bottom: 15px; }
  .health__column-list2-inner:last-child {
    margin-bottom: 0; }
    .health__column-list2-inner:last-child .health__column-ttl {
      margin-bottom: 0; }
.health__column-list2-ttl {
  display: block;
  border-left: 4px solid #194F98;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  font-weight: bold; }
.health__column-list2 {
  padding-left: 13px; }
.health__credit {
  width: 100%;
  text-align: right; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

privacy CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.privacy__list-ttl, .privacy__list-ttl--sp, .privacy__list-ttl--cat {
  font-size: 1.8rem;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-weight: bold; }
  .privacy__list-ttl::after, .privacy__list-ttl--sp::after, .privacy__list-ttl--cat::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #194F98; }

.privacy__inner {
  font-size: 1.6rem; }
.privacy__lead {
  margin: 0 0 50px;
  opacity: 0;
  transform: translateY(50%); }
  .privacy__lead.js-anim-init {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity .5s, transform .5s; }
.privacy__sub-ttl {
  opacity: 0;
  transition: opacity .5s; }
  .privacy__sub-ttl.js-anim-init {
    opacity: 1; }
.privacy__list:last-child {
  margin: 0; }
.privacy__list.js-anim-init .privacy__list-item {
  opacity: 1; }
.privacy__list.js-anim-init .privacy__list-set {
  opacity: 1; }
.privacy__list.js-anim-init .privacy__num-item {
  opacity: 1; }
.privacy__list-item, .privacy__list-set {
  margin-bottom: 30px;
  opacity: 0; }
  .privacy__list-item:nth-child(1), .privacy__list-set:nth-child(1) {
    transition: opacity 0.5s 0s ease-in-out; }
  .privacy__list-item:nth-child(2), .privacy__list-set:nth-child(2) {
    transition: opacity 0.5s 0.3s ease-in-out; }
  .privacy__list-item:nth-child(3), .privacy__list-set:nth-child(3) {
    transition: opacity 0.5s 0.6s ease-in-out; }
  .privacy__list-item:nth-child(4), .privacy__list-set:nth-child(4) {
    transition: opacity 0.5s 0.9s ease-in-out; }
  .privacy__list-item:nth-child(5), .privacy__list-set:nth-child(5) {
    transition: opacity 0.5s 1.2s ease-in-out; }
  .privacy__list-item:nth-child(6), .privacy__list-set:nth-child(6) {
    transition: opacity 0.5s 1.5s ease-in-out; }
  .privacy__list-item:nth-child(7), .privacy__list-set:nth-child(7) {
    transition: opacity 0.5s 1.8s ease-in-out; }
  .privacy__list-item:nth-child(8), .privacy__list-set:nth-child(8) {
    transition: opacity 0.5s 2.1s ease-in-out; }
  .privacy__list-item:nth-child(9), .privacy__list-set:nth-child(9) {
    transition: opacity 0.5s 2.4s ease-in-out; }
  .privacy__list-item:nth-child(10), .privacy__list-set:nth-child(10) {
    transition: opacity 0.5s 2.7s ease-in-out; }
  .privacy__list-item:nth-child(11), .privacy__list-set:nth-child(11) {
    transition: opacity 0.5s 3s ease-in-out; }
  .privacy__list-item:nth-child(12), .privacy__list-set:nth-child(12) {
    transition: opacity 0.5s 3.3s ease-in-out; }
  .privacy__list-item:nth-child(13), .privacy__list-set:nth-child(13) {
    transition: opacity 0.5s 3.6s ease-in-out; }
  .privacy__list-item:nth-child(14), .privacy__list-set:nth-child(14) {
    transition: opacity 0.5s 3.9s ease-in-out; }
  .privacy__list-item:nth-child(15), .privacy__list-set:nth-child(15) {
    transition: opacity 0.5s 4.2s ease-in-out; }
  .privacy__list-item:nth-child(16), .privacy__list-set:nth-child(16) {
    transition: opacity 0.5s 4.5s ease-in-out; }
  .privacy__list-item:nth-child(17), .privacy__list-set:nth-child(17) {
    transition: opacity 0.5s 4.8s ease-in-out; }
  .privacy__list-item:nth-child(18), .privacy__list-set:nth-child(18) {
    transition: opacity 0.5s 5.1s ease-in-out; }
  .privacy__list-item:nth-child(19), .privacy__list-set:nth-child(19) {
    transition: opacity 0.5s 5.4s ease-in-out; }
  .privacy__list-item:nth-child(20), .privacy__list-set:nth-child(20) {
    transition: opacity 0.5s 5.7s ease-in-out; }
  .privacy__list-item:nth-child(21), .privacy__list-set:nth-child(21) {
    transition: opacity 0.5s 6s ease-in-out; }
.privacy__num-item {
  box-sizing: border-box;
  padding: 0 0 0 1em;
  margin-bottom: 30px;
  text-indent: -1em;
  opacity: 0; }
  .privacy__num-item:nth-child(1) {
    transition: opacity 0.5s 0s ease-in-out; }
  .privacy__num-item:nth-child(2) {
    transition: opacity 0.5s 0.3s ease-in-out; }
  .privacy__num-item:nth-child(3) {
    transition: opacity 0.5s 0.6s ease-in-out; }
  .privacy__num-item:nth-child(4) {
    transition: opacity 0.5s 0.9s ease-in-out; }
  .privacy__num-item:nth-child(5) {
    transition: opacity 0.5s 1.2s ease-in-out; }
  .privacy__num-item:nth-child(6) {
    transition: opacity 0.5s 1.5s ease-in-out; }
  .privacy__num-item:nth-child(7) {
    transition: opacity 0.5s 1.8s ease-in-out; }
  .privacy__num-item:nth-child(8) {
    transition: opacity 0.5s 2.1s ease-in-out; }
  .privacy__num-item:nth-child(9) {
    transition: opacity 0.5s 2.4s ease-in-out; }
  .privacy__num-item:nth-child(10) {
    transition: opacity 0.5s 2.7s ease-in-out; }
  .privacy__num-item:nth-child(11) {
    transition: opacity 0.5s 3s ease-in-out; }
  .privacy__num-item:nth-child(12) {
    transition: opacity 0.5s 3.3s ease-in-out; }
  .privacy__num-item:nth-child(13) {
    transition: opacity 0.5s 3.6s ease-in-out; }
  .privacy__num-item:nth-child(14) {
    transition: opacity 0.5s 3.9s ease-in-out; }
  .privacy__num-item:nth-child(15) {
    transition: opacity 0.5s 4.2s ease-in-out; }
  .privacy__num-item:nth-child(16) {
    transition: opacity 0.5s 4.5s ease-in-out; }
  .privacy__num-item:nth-child(17) {
    transition: opacity 0.5s 4.8s ease-in-out; }
  .privacy__num-item:nth-child(18) {
    transition: opacity 0.5s 5.1s ease-in-out; }
  .privacy__num-item:nth-child(19) {
    transition: opacity 0.5s 5.4s ease-in-out; }
  .privacy__num-item:nth-child(20) {
    transition: opacity 0.5s 5.7s ease-in-out; }
  .privacy__num-item:nth-child(21) {
    transition: opacity 0.5s 6s ease-in-out; }
.privacy__list-ttl--sp {
  padding: 0 0 20px;
  margin: 0 0 20px; }
  @media (max-width: 600px) {
    .privacy__list-ttl--sp {
      font-size: 1.6rem;
      line-height: 1.5; } }
.privacy__list-ttl--cat {
  padding: 5px 20px;
  margin: 0 0 20px;
  font-size: 2.2rem;
  border: 1px solid #DDD;
  color: #194F98; }
  .privacy__list-ttl--cat::after {
    content: none; }
  @media (max-width: 900px) {
    .privacy__list-ttl--cat {
      font-size: 2.0rem; } }
  @media (max-width: 600px) {
    .privacy__list-ttl--cat {
      font-size: 1.8rem; } }
.privacy__list-cont {
  text-align: left; }
  .privacy__list-cont--child {
    margin-top: 20px;
    padding-left: 20px; }
    @media (max-width: 600px) {
      .privacy__list-cont--child {
        padding-left: 0; } }
.privacy__credit {
  width: 100%;
  margin-top: 20px;
  text-align: right;
  opacity: 0;
  transition: opacity .5s; }
  .privacy__credit.js-anim-init {
    opacity: 1; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

sitemap CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.sitemap__list {
  display: flex;
  flex-wrap: wrap;
  /*border-bottom: #DDD solid 1px;
  padding: 0 0 30px;*/ }
  .sitemap__list.js-anim-init .sitemap__list-item {
    opacity: 1; }
.sitemap__list-item {
  margin-right: 20px;
  padding: 0 0 13px 15px;
  position: relative; }
  .sitemap__list-item:last-child {
    margin-right: 0; }
  .sitemap__list-item::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #273249;
    border-right: 1px solid #273249;
    transform: rotate(45deg) translateY(-50%); }
  @media (max-width: 900px) {
    .sitemap__list-item {
      font-size: 1.5rem; } }
  @media (max-width: 600px) {
    .sitemap__list-item {
      font-size: 1.4rem; } }
.sitemap__list-link {
  color: #333;
  border: none;
  display: block; }
  .sitemap__list-link:hover {
    opacity: .7; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

recruit CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.recruit__inner {
  max-width: calc(1200px + (40px * 2));
  margin: 0 auto 100px;
  padding: 0 40px; }
  @media (max-width: 900px) {
    .recruit__inner {
      margin: 0 auto 10vw;
      padding: 0 20px; } }
  @media (max-width: 600px) {
    .recruit__inner {
      margin: 0 auto 15vw;
      padding: 0 15px; } }
.recruit__lead {
  text-align: center;
  font-size: 1.5rem;
  padding: 50px 0; }
  @media (max-width: 900px) {
    .recruit__lead {
      padding: 5vw 0; } }
  @media (max-width: 600px) {
    .recruit__lead {
      padding: 9vw 0;
      text-align: left; } }
.recruit__select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.recruit__select-btn {
  width: calc(50% - 20px); }
  @media (max-width: 1150px) {
    .recruit__select-btn {
      width: 100%; }
      .recruit__select-btn:nth-child(n+2) {
        margin-top: 4vw; } }
  @media (max-width: 600px) {
    .recruit__select-btn:nth-child(n+2) {
      margin-top: 6vw; } }
.recruit__select-link {
  display: block;
  width: 100%;
  padding: 40px 30px;
  position: relative;
  color: #FFF;
  font-size: 1.8rem;
  background: #194F98; }
  @media (max-width: 900px) {
    .recruit__select-link {
      padding: 4vw 3vw; } }
  @media (max-width: 600px) {
    .recruit__select-link {
      padding: 6vw 4.5vw;
      font-size: 3.6vw; } }
  .recruit__select-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 85px;
    height: 15px;
    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);
    transition: right .3s ease-in-out; }
    @media (max-width: 900px) {
      .recruit__select-link::before {
        right: 4vw;
        width: 8.5vw; } }
    @media (max-width: 600px) {
      .recruit__select-link::before {
        right: 6vw; } }
  .recruit__select-link::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border: solid 1px #FFF;
    border-radius: 16px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 900px) {
      .recruit__select-link::after {
        right: 3vw; } }
    @media (max-width: 600px) {
      .recruit__select-link::after {
        right: 4.5vw; } }
  .recruit__select-link:hover::before {
    right: 33px; }
    @media (max-width: 900px) {
      .recruit__select-link:hover::before {
        right: 3.3vw; } }
    @media (max-width: 600px) {
      .recruit__select-link:hover::before {
        right: 5vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

margin CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.margin__table-tc-wrap {
  overflow-x: scroll; }
  .margin__table-tc-wrap::-webkit-scrollbar {
    height: 10px; }
  .margin__table-tc-wrap::-webkit-scrollbar-track {
    margin: 0;
    background: #ccc; }
  .margin__table-tc-wrap::-webkit-scrollbar-thumb {
    background: #666; }

.margin__inner {
  font-size: 1.4rem; }
.margin__lead {
  margin-bottom: 50px;
  font-size: 1.6rem; }
.margin__block {
  margin-bottom: 50px; }
  @media (max-width: 600px) {
    .margin__block {
      margin-bottom: 10vw; } }
.margin__hob-info {
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .margin__hob-info {
      margin-bottom: 5vw; } }
.margin__table-tb-wrap {
  display: block;
  overflow: auto; }
  @media (max-width: 600px) {
    .margin__table-tb-wrap {
      overflow-x: scroll; }
      .margin__table-tb-wrap::-webkit-scrollbar {
        height: 10px; }
      .margin__table-tb-wrap::-webkit-scrollbar-track {
        margin: 0;
        background: #ccc; }
      .margin__table-tb-wrap::-webkit-scrollbar-thumb {
        background: #666; } }
.margin__table-tb {
  width: 100%;
  min-width: 700px;
  border: 1px solid #DDD; }
.margin__table-th {
  background-color: #19327B;
  color: #FFF;
  padding: 10px;
  border: 1px solid #DDD; }
.margin__table-td {
  padding: 10px;
  border: 1px solid #DDD; }
.margin__text {
  margin-bottom: 30px; }
.margin__table-sttl {
  margin-bottom: 5px;
  font-weight: bold; }
.margin__table-tc-wrap {
  overflow: auto; }
.margin__table-tc {
  min-width: 900px; }
.margin__table-td-ttl {
  min-width: 110px;
  padding: 10px;
  border: 1px solid #DDD; }
.margin__list-item {
  padding-left: 0.6em;
  text-indent: -0.6em; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

breadcrumbs CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap; }
  .breadcrumbs__item {
    display: block;
    font-size: 1.6rem; }
  .breadcrumbs__item-link {
    color: #FFF;
    opacity: 1;
    transition: opacity .4s; }
    .breadcrumbs__item-link:hover {
      opacity: .7; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service__contact, .service__contact--separate, .service__contact--wide, .service__contact--separate-2, .service__contact--separate-wide {
  max-width: 266px; }

.service__clamp, .service__clamp--w100, .service__clamp--w200, .service__clamp--w300, .service__clamp--w400, .service__clamp--w500, .service__clamp--w600, .service__clamp--w700, .service__clamp--w800, .service__clamp--w900, .service__clamp--w1000, .service__clamp--w1100, .service__clamp--w1200, .service__clamp--w1300, .service__clamp--w1400, .service__clamp--w1500, .service__clamp--w1600, .service__clamp--w1700, .service__clamp--w1800, .service__clamp--w1900, .service__clamp--w2000 {
  width: 100%;
  margin: 0 auto; }

.service__line-heading, .service__line-heading--separate {
  display: block;
  position: relative;
  color: #194F98;
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center; }
  .service__line-heading::before, .service__line-heading--separate::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin: -1px 0 0;
    background: #194F98; }

.service__header, .service__header--separate {
  display: block;
  position: relative;
  padding: 0 0 25px;
  margin: 0 0 50px; }
  .service__header::after, .service__header--separate::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(10vw, 50px);
    height: min(.75vw, 4px);
    background: #194F98; }
  @media (max-width: 900px) {
    .service__header, .service__header--separate {
      padding: 0 0 2.5vw;
      margin: 0 0 5vw; } }
  @media (max-width: 600px) {
    .service__header, .service__header--separate {
      padding: 0 0 3.75vw;
      margin: 0 0 7.5vw; } }

.service__secondary-header, .service__secondary-header--separate {
  display: block;
  position: relative;
  margin: 0 0 50px; }
  @media (max-width: 900px) {
    .service__secondary-header, .service__secondary-header--separate {
      margin: 0 0 5vw; } }
  @media (max-width: 600px) {
    .service__secondary-header, .service__secondary-header--separate {
      margin: 0 0 7.5vw; } }

.service__paragraph, .service__paragraph--w800 {
  margin: 0 0 clamp(25px, 6vw, 40px); }

.service__third-heading, .service__third-heading--separate, .service__third-heading--inline, .service__third-heading--bottom {
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
  margin: 0 0 clamp(15px, 4.5vw, 30px); }

.service {
  font-size: 1.6rem; }
  @media (max-width: 600px) {
    .service {
      font-size: 1.5rem; } }
  .service__section {
    width: 100%;
    padding: 0 40px 80px; }
    @media (max-width: 900px) {
      .service__section {
        padding: 0 20px 8vw; } }
    @media (max-width: 600px) {
      .service__section {
        padding: 0 15px 12vw; } }
  .service__inner {
    position: relative; }
  .service__clamp--w100 {
    max-width: 100px; }
  .service__clamp--w200 {
    max-width: 200px; }
  .service__clamp--w300 {
    max-width: 300px; }
  .service__clamp--w400 {
    max-width: 400px; }
  .service__clamp--w500 {
    max-width: 500px; }
  .service__clamp--w600 {
    max-width: 600px; }
  .service__clamp--w700 {
    max-width: 700px; }
  .service__clamp--w800 {
    max-width: 800px; }
  .service__clamp--w900 {
    max-width: 900px; }
  .service__clamp--w1000 {
    max-width: 1000px; }
  .service__clamp--w1100 {
    max-width: 1100px; }
  .service__clamp--w1200 {
    max-width: 1200px; }
  .service__clamp--w1300 {
    max-width: 1300px; }
  .service__clamp--w1400 {
    max-width: 1400px; }
  .service__clamp--w1500 {
    max-width: 1500px; }
  .service__clamp--w1600 {
    max-width: 1600px; }
  .service__clamp--w1700 {
    max-width: 1700px; }
  .service__clamp--w1800 {
    max-width: 1800px; }
  .service__clamp--w1900 {
    max-width: 1900px; }
  .service__clamp--w2000 {
    max-width: 2000px; }
  .service__header--separate {
    padding-top: 80px; }
    @media (max-width: 900px) {
      .service__header--separate {
        padding-top: 8vw; } }
    @media (max-width: 600px) {
      .service__header--separate {
        padding-top: 12vw; } }
  .service__heading {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .service__heading--long {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 600px) {
        .service__heading--long {
          flex-direction: column;
          align-items: flex-start; } }
      .service__heading--long .service__ttl-ja {
        color: #777;
        font-size: clamp(1.2rem, 2.4vw, 1.6rem);
        font-weight: 600;
        line-height: 1;
        margin: 0 0 0 clamp(15px, 3.75vw, 25px); }
        @media (max-width: 600px) {
          .service__heading--long .service__ttl-ja {
            margin: clamp(15px, 3.75vw, 25px) 0 0 0; } }
  .service__ttl-en {
    color: #000;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 300;
    line-height: 1; }
  .service__ttl-ja {
    color: #777;
    font-size: clamp(1.2rem, 2.4vw, 1.6rem);
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0 clamp(15px, 3.75vw, 25px); }
  .service__secondary-header--separate {
    margin-top: 80px; }
    @media (max-width: 900px) {
      .service__secondary-header--separate {
        margin-top: 8vw; } }
    @media (max-width: 600px) {
      .service__secondary-header--separate {
        margin-top: 12vw; } }
  .service__secondary-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .service__secondary-box {
    color: #FFF;
    font-size: clamp(1.8rem, 4.2vw, 2.8rem);
    font-weight: 300;
    line-height: 1;
    padding: 10px 15px;
    margin: 0 0 15px;
    background: #194F98; }
  .service__secondary-ttl {
    font-size: clamp(2.2rem, 4.2vw, 2.8rem);
    font-weight: 600;
    line-height: 1.4; }
  .service__line-heading--separate {
    margin-top: 80px;
    margin-bottom: 50px; }
    @media (max-width: 900px) {
      .service__line-heading--separate {
        margin-top: 8vw;
        margin-bottom: 5vw; } }
    @media (max-width: 600px) {
      .service__line-heading--separate {
        margin-top: 12vw;
        margin-bottom: 7.5vw; } }
  .service__line-txt {
    display: inline-block;
    position: relative;
    max-width: 90%;
    padding: 0 40px;
    background: #FFF;
    z-index: 2; }
    @media (max-width: 900px) {
      .service__line-txt {
        padding: 0 30px; } }
    @media (max-width: 600px) {
      .service__line-txt {
        padding: 0 20px; } }
  .service__center {
    text-align: center; }
    @media (max-width: 600px) {
      .service__center {
        text-align: left; } }
  .service__third-heading--separate {
    padding-top: 80px; }
    @media (max-width: 900px) {
      .service__third-heading--separate {
        padding-top: 8vw; } }
    @media (max-width: 600px) {
      .service__third-heading--separate {
        padding-top: 12vw; } }
  .service__third-heading--inline {
    padding-top: 40px; }
    @media (max-width: 900px) {
      .service__third-heading--inline {
        padding-top: 4vw; } }
    @media (max-width: 600px) {
      .service__third-heading--inline {
        padding-top: 6vw; } }
  .service__third-heading--bottom {
    margin: 0 0 clamp(15px, 4.5vw, 50px); }
  .service__third-heading--big {
    font-size: clamp(2rem, 4.8vw, 3.2rem); }
  .service__paragraph--w800 {
    max-width: 800px;
    margin: 0 auto;
    text-align: left; }
  .service__fc-primary {
    color: #194F98; }
  .service__contact--separate {
    margin-top: clamp(30px, 7.5vw, 50px); }
  .service__contact--wide {
    max-width: 320px; }
  .service__contact--separate-2 {
    margin-top: clamp(15px, 4.5vw, 30px); }
  .service__contact--separate-wide {
    margin-top: clamp(30px, 7.5vw, 50px);
    max-width: 320px; }
  .service__check-list {
    margin: 0 0 clamp(15px, 4.5vw, 30px); }
  .service__check-item {
    position: relative;
    padding-left: 50px;
    font-size: clamp(1.8rem, 3vw, 2rem);
    font-weight: bold; }
    @media (max-width: 900px) {
      .service__check-item {
        padding-left: 5vw; } }
    @media (max-width: 600px) {
      .service__check-item {
        padding-left: 7.5vw; } }
    .service__check-item:nth-child(n+2) {
      margin-top: 15px; }
      @media (max-width: 900px) {
        .service__check-item:nth-child(n+2) {
          margin-top: 1.5vw; } }
      @media (max-width: 600px) {
        .service__check-item:nth-child(n+2) {
          margin-top: 2.25vw; } }
    .service__check-item::before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      width: 34px;
      height: 32px;
      background: url("/assets/img/common/icon-check.png") no-repeat center center/cover;
      transform: translateY(-50%); }
      @media (max-width: 900px) {
        .service__check-item::before {
          width: 3.4vw;
          height: 3.2vw; } }
      @media (max-width: 600px) {
        .service__check-item::before {
          width: 5.1vw;
          height: 4.8vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-hero CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-hero__inner, .service-hero__inner--sp-right {
  position: relative;
  width: 100%;
  height: 100%;
  padding: calc(110px + 80px) 40px 80px;
  background: no-repeat center center / cover; }
  @media (max-width: 900px) {
    .service-hero__inner, .service-hero__inner--sp-right {
      padding: calc(88px + 8vw) 20px 8vw; } }
  @media (max-width: 600px) {
    .service-hero__inner, .service-hero__inner--sp-right {
      padding: calc(66px + (8vw * 1.5)) 15px 12vw; } }

.service-hero {
  position: relative; }
  .service-hero__viewport {
    position: relative;
    width: 100%;
    height: min(100vw, 100vh); }
    .service-hero__viewport--half {
      position: relative;
      width: 100%;
      height: min(100vw, 50vh); }
  @media (max-width: 600px) {
    .service-hero__inner--sp-right {
      background: no-repeat 80% center / cover; } }
  .service-hero__content {
    position: relative;
    width: 100%;
    height: 100%; }
  .service-hero__header {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    color: #FFF;
    transform: translateY(-50%); }
  .service-hero__super {
    display: block;
    position: relative;
    font-size: clamp(3rem, 9vw, 6rem);
    line-height: 1;
    padding: 0 0 25px;
    margin: 0 0 25px; }
    .service-hero__super::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: min(10vw, 50px);
      height: min(.3vw, 2px);
      background: #FFF; }
    @media (max-width: 900px) {
      .service-hero__super {
        padding: 0 0 2.5vw;
        margin: 0 0 2.5vw; } }
    @media (max-width: 600px) {
      .service-hero__super {
        padding: 0 0 3.75vw;
        margin: 0 0 3.75vw; } }
  .service-hero__heading {
    font-size: clamp(1.6rem, 3.3vw, 2.2rem);
    font-weight: 600;
    line-height: 1; }
  .service-hero__copy {
    font-size: clamp(3rem, 8vw, 8rem);
    font-weight: 600;
    line-height: 1.4;
    padding: 40px 0 0; }
    @media (max-width: 900px) {
      .service-hero__copy {
        padding: 4vw 0 0; } }
    @media (max-width: 600px) {
      .service-hero__copy {
        padding: 6vw 0 0; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-nav CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-nav {
  width: 100%;
  background: #194F98;
  transition: opacity .3s ease-in-out; }
  .service-nav.js-subnavi-active {
    display: block !important;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    opacity: 1; }
  .service-nav__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 40px; }
    @media (max-width: 900px) {
      .service-nav__inner {
        padding: 0 0 0 20px; } }
    @media (max-width: 600px) {
      .service-nav__inner {
        display: block;
        padding: 0; } }
  .service-nav__trigger {
    display: none;
    position: relative;
    padding: 10px 15px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    background: #333; }
    .service-nav__trigger::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      width: 19px;
      height: 10px;
      margin: -5px 0 0;
      overflow: hidden;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2C0V1H1V0ZM1%2C1V2H2V1ZM2%2C2V3H3V2ZM3%2C3V4H4V3ZM4%2C4V5H5V4ZM5%2C5V6H6V5ZM6%2C6V7H7V6ZM7%2C7V8H8V7ZM8%2C8V9H9V8ZM9%2C9v1h1V9Zm1%2C1v1h1V10Zm1%2C2h1V11H11ZM22%2C0V1h1V0ZM21%2C2h1V1H21ZM20%2C3h1V2H20ZM19%2C4h1V3H19ZM18%2C5h1V4H18ZM17%2C6h1V5H17ZM16%2C7h1V6H16ZM15%2C8h1V7H15ZM14%2C9h1V8H14Zm-1%2C1h1V9H13Zm-1%2C1h1V10H12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat bottom center/cover;
      transform-origin: center;
      transition: transform .3s ease-in-out; }
    .service-nav__trigger.open::after {
      transform: scaleY(-1); }
    @media (max-width: 600px) {
      .service-nav__trigger {
        display: block; } }
  .service-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 0 -10px; }
    @media (max-width: 900px) {
      .service-nav__list {
        padding: 10px 0; } }
    @media (max-width: 600px) {
      .service-nav__list {
        display: none;
        margin: 0; } }
  .service-nav__link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 10px;
    margin: 0 10px 0 0; }
    .service-nav__link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: #bcd4f4;
      transition: all .3s ease-in-out; }
    .service-nav__link:hover::after {
      width: 100%; }
    @media (max-width: 900px) {
      .service-nav__link {
        padding: 10px; }
        .service-nav__link::after {
          display: none; } }
    @media (max-width: 600px) {
      .service-nav__link {
        padding: 5px 15px; }
        .service-nav__link::after {
          display: none; } }
  .service-nav__item {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4; }
    @media (max-width: 600px) {
      .service-nav__item {
        font-size: 1.4rem;
        text-align: left; } }
  .service-nav__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    position: relative;
    width: 224px;
    padding: 20px 10px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    background: #FF8000;
    transition: background .3s ease-in-out; }
    .service-nav__contact:hover {
      background: #333; }
    @media (max-width: 900px) {
      .service-nav__contact {
        width: 155px; } }
    @media (max-width: 600px) {
      .service-nav__contact {
        width: 100%;
        padding: 10px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-movie CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-movie {
  padding: 80px 40px;
  background: #EEE; }
  @media (max-width: 900px) {
    .service-movie {
      padding: 8vw 20px; } }
  @media (max-width: 600px) {
    .service-movie {
      padding: 12vw 15px; } }
  .service-movie__inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; }
  .service-movie__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: -15px; }
    @media (max-width: 600px) {
      .service-movie__list {
        margin: -10px; } }
  .service-movie__item {
    padding: 15px; }
    .service-movie__item--line-2 {
      width: 50%;
      padding: 15px; }
      @media (max-width: 900px) {
        .service-movie__item--line-2 {
          width: 50%; } }
      @media (max-width: 600px) {
        .service-movie__item--line-2 {
          width: 100%;
          padding: 10px; } }
    .service-movie__item--line-3 {
      width: 33.3333333333%;
      padding: 15px; }
      @media (max-width: 900px) {
        .service-movie__item--line-3 {
          width: 50%; } }
      @media (max-width: 600px) {
        .service-movie__item--line-3 {
          width: 100%;
          padding: 10px; } }
    .service-movie__item--line-4 {
      width: 25%;
      padding: 15px; }
      @media (max-width: 900px) {
        .service-movie__item--line-4 {
          width: 50%; } }
      @media (max-width: 600px) {
        .service-movie__item--line-4 {
          width: 100%;
          padding: 10px; } }
  .service-movie__heading {
    font-size: clamp(1.8rem, 3vw, 2rem);
    font-weight: 600;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .service-movie__heading {
        margin-bottom: 10px; } }
  .service-movie__container {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0; }
  .service-movie__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-anchor-list CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-anchor-list {
  width: 100%;
  padding: 50px 0 0; }
  @media (max-width: 900px) {
    .service-anchor-list {
      padding: 5vw 0 0; } }
  @media (max-width: 600px) {
    .service-anchor-list {
      padding: 7.5vw 0 0; } }
  .service-anchor-list__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px; }
    @media (max-width: 1150px) {
      .service-anchor-list__list {
        justify-content: flex-start; } }
    @media (max-width: 900px) {
      .service-anchor-list__list {
        margin: -10px; } }
    @media (max-width: 600px) {
      .service-anchor-list__list {
        margin: 0;
        border-top: #CCC 1px solid; } }
  .service-anchor-list__item {
    width: 25%;
    padding: 15px; }
    @media (max-width: 1150px) {
      .service-anchor-list__item {
        width: 33.3333333333%; } }
    @media (max-width: 900px) {
      .service-anchor-list__item {
        width: 50%;
        padding: 10px; } }
    @media (max-width: 600px) {
      .service-anchor-list__item {
        width: 100%;
        padding: 0; } }
  .service-anchor-list__link {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    min-height: 80px;
    font-weight: 600;
    padding: 10px 40px 10px 0;
    border-top: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    transition: color .3s ease-in-out; }
    .service-anchor-list__link::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 19px;
      height: 10px;
      margin: -5px 0 0;
      overflow: hidden;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2C0V1H1V0ZM1%2C1V2H2V1ZM2%2C2V3H3V2ZM3%2C3V4H4V3ZM4%2C4V5H5V4ZM5%2C5V6H6V5ZM6%2C6V7H7V6ZM7%2C7V8H8V7ZM8%2C8V9H9V8ZM9%2C9v1h1V9Zm1%2C1v1h1V10Zm1%2C2h1V11H11ZM22%2C0V1h1V0ZM21%2C2h1V1H21ZM20%2C3h1V2H20ZM19%2C4h1V3H19ZM18%2C5h1V4H18ZM17%2C6h1V5H17ZM16%2C7h1V6H16ZM15%2C8h1V7H15ZM14%2C9h1V8H14Zm-1%2C1h1V9H13Zm-1%2C1h1V10H12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat bottom center/cover;
      transition: background .3s ease-in-out; }
    .service-anchor-list__link:hover {
      color: #194F98; }
      .service-anchor-list__link:hover::after {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23194F98%22%20d%3D%22M0%2C0V1H1V0ZM1%2C1V2H2V1ZM2%2C2V3H3V2ZM3%2C3V4H4V3ZM4%2C4V5H5V4ZM5%2C5V6H6V5ZM6%2C6V7H7V6ZM7%2C7V8H8V7ZM8%2C8V9H9V8ZM9%2C9v1h1V9Zm1%2C1v1h1V10Zm1%2C2h1V11H11ZM22%2C0V1h1V0ZM21%2C2h1V1H21ZM20%2C3h1V2H20ZM19%2C4h1V3H19ZM18%2C5h1V4H18ZM17%2C6h1V5H17ZM16%2C7h1V6H16ZM15%2C8h1V7H15ZM14%2C9h1V8H14Zm-1%2C1h1V9H13Zm-1%2C1h1V10H12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat bottom center/cover; }
    @media (max-width: 600px) {
      .service-anchor-list__link {
        min-height: 1px;
        border-top: none; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-1 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-1__inner, .service-layout-1__inner--row, .service-layout-1__inner--row-reverse, .service-layout-1__inner--row-center, .service-layout-1__inner--row-reverse-center, .service-layout-1__inner--row-match {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 900px) {
    .service-layout-1__inner, .service-layout-1__inner--row, .service-layout-1__inner--row-reverse, .service-layout-1__inner--row-center, .service-layout-1__inner--row-reverse-center, .service-layout-1__inner--row-match {
      display: block; } }

.service-layout-1__img, .service-layout-1__content {
  width: calc(50% - 20px); }
  @media (max-width: 900px) {
    .service-layout-1__img, .service-layout-1__content {
      width: 100%;
      margin: 7.5vw 0 0; } }

.service-layout-1 + .service-layout-1 {
  margin: 50px 0 0; }
.service-layout-1__clamp {
  max-width: 1400px;
  margin: 0 auto; }
  .service-layout-1__clamp + .service-layout-1__clamp {
    margin: 50px auto 0; }
    @media (max-width: 900px) {
      .service-layout-1__clamp + .service-layout-1__clamp {
        margin: 5vw auto 0; } }
    @media (max-width: 600px) {
      .service-layout-1__clamp + .service-layout-1__clamp {
        margin: 7.5vw auto 0; } }
.service-layout-1__separator {
  margin: 80px 0 0; }
  @media (max-width: 900px) {
    .service-layout-1__separator {
      margin: 8vw 0 0; } }
  @media (max-width: 600px) {
    .service-layout-1__separator {
      margin: 12vw 0 0; } }
.service-layout-1__inner--row {
  flex-direction: row; }
.service-layout-1__inner--row-reverse {
  flex-direction: row-reverse; }
.service-layout-1__inner--row-center {
  align-items: center;
  flex-direction: row; }
.service-layout-1__inner--row-reverse-center {
  align-items: center;
  flex-direction: row-reverse; }
.service-layout-1__inner--row-match {
  flex-direction: row;
  align-items: normal; }
.service-layout-1__content--gray {
  width: calc(50% + 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5; }
  @media (max-width: 900px) {
    .service-layout-1__content--gray {
      width: 100%;
      padding: 8vw 0; } }
  @media (max-width: 600px) {
    .service-layout-1__content--gray {
      padding: 20px 0; } }
.service-layout-1__content-inner {
  max-width: 822px; }
.service-layout-1__content-txtbox {
  box-sizing: border-box;
  max-width: 662px;
  padding: 0 20px; }
.service-layout-1__heading {
  font-size: clamp(2rem, 3.6vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 80px; }
  .service-layout-1__heading:first-child {
    padding-top: 0; }
  @media (max-width: 900px) {
    .service-layout-1__heading {
      margin-bottom: 20px;
      padding-top: 8vw; } }
  @media (max-width: 600px) {
    .service-layout-1__heading {
      margin-bottom: 15px;
      padding-top: 12vw; } }
.service-layout-1__message {
  font-weight: 600;
  line-height: 2.5;
  text-align: center; }
.service-layout-1__message--left {
  margin: 1em 0 0;
  font-weight: 600;
  line-height: 2.5; }
  .service-layout-1__message--left:first-child {
    margin: 0; }
.service-layout-1__large {
  font-size: 2em;
  line-height: 1.8; }
  @media (max-width: 900px) {
    .service-layout-1__large {
      font-size: 1.75em; } }
  @media (max-width: 600px) {
    .service-layout-1__large {
      font-size: 1.5em; } }
.service-layout-1__no1 {
  margin: 0 auto;
  width: 80%; }
.service-layout-1__box-heading {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  @media (max-width: 900px) {
    .service-layout-1__box-heading {
      flex-direction: column;
      align-items: flex-start; } }
.service-layout-1__box-icon {
  flex: 0 0 auto;
  color: #FFF;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 300;
  line-height: 1;
  padding: 15px;
  margin: 0 30px 0 0;
  background: #194F98; }
  @media (max-width: 900px) {
    .service-layout-1__box-icon {
      flex: auto;
      padding: 10px 15px;
      margin: 0 0 15px; } }
.service-layout-1__box-ttl {
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.4; }
.service-layout-1__paragraph {
  margin: 1.5em 0 0; }
  .service-layout-1__paragraph:first-child {
    margin: 0; }
.service-layout-1__box {
  width: 100%;
  padding: 25px 30px 30px;
  background-color: #EEE; }
  @media (max-width: 900px) {
    .service-layout-1__box {
      padding: 20px; } }
  @media (max-width: 600px) {
    .service-layout-1__box {
      padding: 15px; } }
.service-layout-1__aside {
  margin: 30px 0 0; }
.service-layout-1__contact {
  max-width: 266px;
  margin: 40px 0 0; }
  @media (max-width: 600px) {
    .service-layout-1__contact {
      margin: 30px auto 0; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-2 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-2__inner {
  padding-top: 80px; }
  @media (max-width: 900px) {
    .service-layout-2__inner {
      padding-top: 8vw; } }
  @media (max-width: 600px) {
    .service-layout-2__inner {
      margin-bottom: 12vw; } }
  .service-layout-2__inner--no-pad {
    padding-top: 0; }
.service-layout-2__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin: -15px; }
  @media (max-width: 600px) {
    .service-layout-2__list {
      margin: -10px; } }
.service-layout-2__item {
  padding: 15px; }
  .service-layout-2__item--line-2 {
    width: 50%;
    padding: 15px; }
    @media (max-width: 900px) {
      .service-layout-2__item--line-2 {
        width: 50%; } }
    @media (max-width: 600px) {
      .service-layout-2__item--line-2 {
        width: 100%;
        padding: 10px; } }
  .service-layout-2__item--line-2-wide {
    width: 50%;
    padding: 15px; }
    @media (max-width: 1150px) {
      .service-layout-2__item--line-2-wide {
        width: 100%; } }
    @media (max-width: 600px) {
      .service-layout-2__item--line-2-wide {
        padding: 10px; } }
  .service-layout-2__item--line-3 {
    width: 33.3333333333%;
    padding: 15px; }
    @media (max-width: 900px) {
      .service-layout-2__item--line-3 {
        width: 50%; } }
    @media (max-width: 600px) {
      .service-layout-2__item--line-3 {
        width: 100%;
        padding: 10px; } }
  .service-layout-2__item--line-3-wide {
    width: 33.3333333333%;
    padding: 15px; }
    @media (max-width: 1150px) {
      .service-layout-2__item--line-3-wide {
        width: 100%; } }
    @media (max-width: 600px) {
      .service-layout-2__item--line-3-wide {
        padding: 10px; } }
  .service-layout-2__item--line-4 {
    width: 25%;
    padding: 15px; }
    @media (max-width: 900px) {
      .service-layout-2__item--line-4 {
        width: 50%; } }
    @media (max-width: 600px) {
      .service-layout-2__item--line-4 {
        width: 100%;
        padding: 10px; } }
  .service-layout-2__item--line-4-wide {
    width: 25%;
    padding: 15px; }
    @media (max-width: 1150px) {
      .service-layout-2__item--line-4-wide {
        width: 100%; } }
    @media (max-width: 600px) {
      .service-layout-2__item--line-4-wide {
        padding: 10px; } }
.service-layout-2__link {
  display: block;
  opacity: 1;
  cursor: pointer;
  transition: opacity .3s ease-in-out; }
  .service-layout-2__link:hover {
    opacity: .7; }
  .service-layout-2__link--no-hover {
    display: block; }
.service-layout-2__heading {
  font-weight: 600;
  margin: 0 0 10px; }
.service-layout-2__img {
  display: block;
  width: 100%;
  border: #ccc 1px solid; }
.service-layout-2__btn-container {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0 0;
  margin: -2px; }
.service-layout-2__btn-list {
  width: 50%;
  padding: 2px; }
.service-layout-2__btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 60px; }
  @media (max-width: 600px) {
    .service-layout-2__btn {
      padding: 16px 50px 16px 15px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-3 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-3__icon, .service-layout-3__icon--twitter, .service-layout-3__icon--instagram, .service-layout-3__icon--youtube {
  color: #333;
  font-size: clamp(2.4rem, 7.2vw, 4.8rem);
  margin: 10px clamp(2.5rem, 7.5vw, 5rem);
  transition: color .3s ease-in-out; }
  .service-layout-3__icon:hover, .service-layout-3__icon--twitter:hover, .service-layout-3__icon--instagram:hover, .service-layout-3__icon--youtube:hover {
    color: #194F98; }

.service-layout-3 {
  position: relative; }
  .service-layout-3__inner {
    margin: clamp(30px, 7.5vw, 50px) 0 0; }
  .service-layout-3__sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -10px; }
  .service-layout-3__icon--twitter:hover {
    color: #1DA1F2; }
  .service-layout-3__icon--instagram:hover {
    color: #CF2E92; }
  .service-layout-3__icon--youtube:hover {
    color: #DA1725; }
  .service-layout-3__other {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px; }
  .service-layout-3__btn {
    display: flex;
    align-items: center;
    max-width: 300px;
    width: calc(100% / 4 - 20px);
    margin: 10px; }
    @media (max-width: 1150px) {
      .service-layout-3__btn {
        width: calc(100% / 3 - 20px); } }
    @media (max-width: 900px) {
      .service-layout-3__btn {
        width: calc(100% / 2 - 20px); } }
    @media (max-width: 600px) {
      .service-layout-3__btn {
        width: calc(100% / 1 - 20px);
        max-width: none; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-4 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-4 {
  padding: 80px 40px;
  background: #EEE; }
  @media (max-width: 900px) {
    .service-layout-4 {
      padding: 8vw 20px; } }
  @media (max-width: 600px) {
    .service-layout-4 {
      padding: 12vw 15px; } }
  .service-layout-4__inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; }
  .service-layout-4__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .service-layout-4__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(50% - 20px);
    padding: 40px;
    background: #FFF; }
    @media (max-width: 900px) {
      .service-layout-4__item {
        width: 100%;
        padding: 3vw; }
        .service-layout-4__item:nth-child(n+2) {
          margin-top: 3vw; } }
    @media (max-width: 600px) {
      .service-layout-4__item {
        padding: 4.5vw; }
        .service-layout-4__item:nth-child(n+2) {
          margin-top: 4.5vw; } }
  .service-layout-4__item-img {
    width: 70%;
    max-width: 602px;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .service-layout-4__item-img {
        width: 100%; } }
    .service-layout-4__item-img--wide {
      width: 100%;
      max-width: 602px;
      margin: 0 auto; }
  .service-layout-4__item-txt {
    font-weight: bold; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-5 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-5 {
  padding-top: 80px; }
  @media (max-width: 900px) {
    .service-layout-5 {
      padding-top: 8vw; } }
  @media (max-width: 600px) {
    .service-layout-5 {
      padding-top: 12vw; } }
  .service-layout-5__inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; }
  .service-layout-5__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .service-layout-5__item--line-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 30px;
    background: #FFF;
    border: 1px solid #CCC;
    width: calc(50% - (30px * (2 - 1) / 2)); }
    .service-layout-5__item--line-2:nth-child(n+3) {
      margin-top: 40px; }
    @media (max-width: 900px) {
      .service-layout-5__item--line-2 {
        width: calc(50% - (30px / 2));
        padding: 5vw 3vw 3vw; }
        .service-layout-5__item--line-2:nth-child(n+3) {
          margin-top: 6vw; } }
    @media (max-width: 600px) {
      .service-layout-5__item--line-2 {
        width: 100%;
        padding: 7.5vw 4.5vw 4.5vw; }
        .service-layout-5__item--line-2:nth-child(n+2) {
          margin-top: 9vw; } }
  .service-layout-5__item--line-3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 30px;
    background: #FFF;
    border: 1px solid #CCC;
    width: calc(33.3333333333% - (30px * (3 - 1) / 3)); }
    .service-layout-5__item--line-3:nth-child(n+4) {
      margin-top: 40px; }
    @media (max-width: 900px) {
      .service-layout-5__item--line-3 {
        width: calc(50% - (30px / 2));
        padding: 5vw 3vw 3vw; }
        .service-layout-5__item--line-3:nth-child(n+3) {
          margin-top: 6vw; } }
    @media (max-width: 600px) {
      .service-layout-5__item--line-3 {
        width: 100%;
        padding: 7.5vw 4.5vw 4.5vw; }
        .service-layout-5__item--line-3:nth-child(n+2) {
          margin-top: 9vw; } }
  .service-layout-5__item--line-4 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 30px;
    background: #FFF;
    border: 1px solid #CCC;
    width: calc(25% - (30px * (4 - 1) / 4)); }
    .service-layout-5__item--line-4:nth-child(n+5) {
      margin-top: 40px; }
    @media (max-width: 900px) {
      .service-layout-5__item--line-4 {
        width: calc(50% - (30px / 2));
        padding: 5vw 3vw 3vw; }
        .service-layout-5__item--line-4:nth-child(n+3) {
          margin-top: 6vw; } }
    @media (max-width: 600px) {
      .service-layout-5__item--line-4 {
        width: 100%;
        padding: 7.5vw 4.5vw 4.5vw; }
        .service-layout-5__item--line-4:nth-child(n+2) {
          margin-top: 9vw; } }
  .service-layout-5__num, .service-layout-12__num {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 50%;
    width: clamp(40px, 7.8vw, 52px);
    height: clamp(40px, 7.8vw, 52px);
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 300;
    color: #FFF;
    background: #194F98;
    transform: translate(-50%, -50%); }
  .service-layout-5__ttl {
    font-size: clamp(2rem, 3.6vw, 2.4rem);
    font-weight: 600;
    color: #194F98; }
  .service-layout-5__icon {
    margin: clamp(10px, 3vw, 20px);
    width: clamp(25%, 100px, 50%); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-6 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-6 {
  padding: 80px 40px;
  background: #EEE; }
  @media (max-width: 900px) {
    .service-layout-6 {
      padding: 8vw 20px; } }
  @media (max-width: 600px) {
    .service-layout-6 {
      padding: 12vw 15px; } }
  .service-layout-6__contents {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 600px) {
      .service-layout-6__contents {
        display: block; } }
  .service-layout-6__img-box, .service-layout-6__txt-box {
    width: 48.765%; }
    @media (max-width: 600px) {
      .service-layout-6__img-box, .service-layout-6__txt-box {
        width: 100%; } }
  .service-layout-6__txt-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #FFF; }
    @media (max-width: 600px) {
      .service-layout-6__txt-box {
        padding: 20px 10px; } }
  .service-layout-6__txt-box-inner {
    max-width: 600px; }
  .service-layout-6__txt {
    padding: 0 0 32px;
    border-bottom: solid 1px #CCC; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-7 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-7__line-ttl-inner, .service-layout-7__line-ttl-inner--gray {
  display: inline-block;
  padding: 0 22px;
  background: #FFF;
  position: relative;
  z-index: 1; }

.service-layout-7__list, .service-layout-7__list--margin, .service-layout-7__list--flex-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 600px) {
    .service-layout-7__list, .service-layout-7__list--margin, .service-layout-7__list--flex-wrap {
      display: block; } }

.service-layout-7__list-item, .service-layout-7__list-item--border {
  box-sizing: border-box;
  width: 31.234%;
  position: relative; }
  @media (max-width: 600px) {
    .service-layout-7__list-item, .service-layout-7__list-item--border {
      width: 100%;
      margin: 30px 0 0; }
      .service-layout-7__list-item:first-child, .service-layout-7__list-item--border:first-child {
        margin: 0; } }

.service-layout-7__list-txt, .service-layout-7__list-txt--center {
  font-size: 1.6rem; }
  @media (max-width: 600px) {
    .service-layout-7__list-txt, .service-layout-7__list-txt--center {
      font-size: 3.5vw; } }

.service-layout-7 {
  padding: 80px 40px; }
  @media (max-width: 900px) {
    .service-layout-7 {
      padding: 8vw 20px; } }
  @media (max-width: 600px) {
    .service-layout-7 {
      padding: 12vw 15px; } }
  .service-layout-7__line-ttl {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: clamp(1.8rem, 3.6vw, 2.4rem);
    font-weight: bold;
    line-height: 1;
    color: #194F98;
    position: relative; }
    .service-layout-7__line-ttl::before {
      content: "";
      width: 100%;
      height: 2px;
      background: #194F98;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 0; }
  .service-layout-7__line-ttl-inner--gray {
    background: #EEE; }
  .service-layout-7--gray {
    padding: 80px 40px;
    background: #EEE; }
    @media (max-width: 900px) {
      .service-layout-7--gray {
        padding: 8vw 20px; } }
    @media (max-width: 600px) {
      .service-layout-7--gray {
        padding: 12vw 15px; } }
  .service-layout-7__header {
    margin: 60px 0 0; }
  .service-layout-7__list--margin {
    margin: 50px auto 0; }
  .service-layout-7__list--flex-wrap {
    flex-wrap: wrap;
    margin: -25px auto 0; }
  .service-layout-7__list-item--border {
    width: 32.0987%;
    margin: 25px 0 0;
    padding: 50px 10px 27px;
    border: solid 1px #CCC; }
    @media (max-width: 600px) {
      .service-layout-7__list-item--border {
        width: 100%;
        margin: 50px 0 0;
        padding: 40px 10px 27px; }
        .service-layout-7__list-item--border:first-child {
          margin: 20px 0 0; } }
  .service-layout-7__list-num {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    width: clamp(40px, 7.8vw, 52px);
    height: clamp(40px, 7.8vw, 52px);
    font-size: clamp(1.6rem, 3vw, 2rem);
    color: #FFF;
    background: #194F98;
    position: absolute;
    left: 50%;
    top: -26px;
    z-index: 1;
    transform: translateX(-50%); }
    @media (max-width: 600px) {
      .service-layout-7__list-num {
        top: -20px; } }
  .service-layout-7__list-ttl {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    color: #194F98; }
    @media (max-width: 600px) {
      .service-layout-7__list-ttl {
        font-size: 2rem; } }
  .service-layout-7__list-iconimg {
    width: 100px;
    margin: 18px auto 0; }
    .service-layout-7__list-iconimg + .service-layout-7__list-ttl {
      margin: 40px 0 0; }
  .service-layout-7__list-img {
    margin: 0 auto; }
  .service-layout-7__list-txt {
    margin: 20px 0 0; }
    .service-layout-7__list-txt--center {
      margin: 35px 0 0;
      text-align: center; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-8 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-8__list, .service-layout-8__list--center {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: -15px; }
  @media (max-width: 600px) {
    .service-layout-8__list, .service-layout-8__list--center {
      margin: -5px; } }

.service-layout-8__img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (max-width: 900px) {
    .service-layout-8__img {
      margin-bottom: 5vw; } }
  @media (max-width: 600px) {
    .service-layout-8__img {
      margin-bottom: 7.5vw; } }
.service-layout-8__pic {
  width: 50%; }
  @media (max-width: 600px) {
    .service-layout-8__pic {
      width: 100%; } }
.service-layout-8__list--center {
  justify-content: center; }
  @media (max-width: 900px) {
    .service-layout-8__list--center {
      justify-content: flex-start; } }
.service-layout-8__item {
  width: 33.3333333333%;
  padding: 15px; }
  @media (max-width: 900px) {
    .service-layout-8__item {
      width: 50%; } }
  @media (max-width: 600px) {
    .service-layout-8__item {
      padding: 5px; } }
.service-layout-8__check {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 0 55px; }
  .service-layout-8__check::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(/assets/img/service/media/icon-check.svg) no-repeat center center/cover; }
  @media (max-width: 600px) {
    .service-layout-8__check {
      font-size: 1.4rem;
      padding: 0 0 0 30px; }
      .service-layout-8__check::before {
        width: 20px;
        height: 20px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-9 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-9__item, .service-layout-9__item--line-2 {
  width: 33.3333333333%;
  padding: 15px; }
  @media (max-width: 900px) {
    .service-layout-9__item, .service-layout-9__item--line-2 {
      width: 50%; } }
  @media (max-width: 600px) {
    .service-layout-9__item, .service-layout-9__item--line-2 {
      width: 100%;
      padding: 10px; } }

.service-layout-9__inner {
  position: relative; }
.service-layout-9__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -15px; }
  @media (max-width: 600px) {
    .service-layout-9__list {
      margin: -10px; } }
.service-layout-9__item--line-2 {
  width: 50%; }
.service-layout-9__box {
  width: 100%;
  height: 100%;
  border: #CCC 1px solid; }
.service-layout-9__figure {
  display: block;
  position: relative;
  width: 100%; }
.service-layout-9__img {
  display: block; }
.service-layout-9__caption {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 300;
  line-height: 1;
  padding: 15px 20px;
  background: #194F98; }
  @media (max-width: 900px) {
    .service-layout-9__caption {
      padding: 10px 15px; } }
.service-layout-9__content {
  padding: 30px; }
  @media (max-width: 900px) {
    .service-layout-9__content {
      padding: 20px; } }
  @media (max-width: 600px) {
    .service-layout-9__content {
      padding: 15px; } }
.service-layout-9__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.4; }
.service-layout-9__paragraph {
  margin: 1.5em 0 0; }
  .service-layout-9__paragraph:first-child {
    margin: 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-10 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-10__inner {
  position: relative; }
.service-layout-10__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -20px; }
  @media (max-width: 900px) {
    .service-layout-10__list {
      margin: -20px 0; } }
.service-layout-10__item {
  position: relative;
  width: 25%;
  padding: 46px 20px 20px; }
  .service-layout-10__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin: -19px -27px 0 0;
    border: transparent 19px solid;
    border-left: #194F98 16px solid; }
    @media (max-width: 600px) {
      .service-layout-10__item::after {
        top: auto;
        bottom: 0;
        right: 50%;
        margin: 0 -19px -28px 0;
        transform: rotate(90deg); } }
  .service-layout-10__item:last-child::after {
    display: none; }
  @media (max-width: 900px) {
    .service-layout-10__item {
      width: 50%;
      padding: 41px 20px 20px; } }
  @media (max-width: 600px) {
    .service-layout-10__item {
      width: 100%;
      padding: 36px 0 20px; } }
.service-layout-10__box {
  width: 100%;
  height: 100%;
  border: #CCC 1px solid; }
.service-layout-10__figure {
  display: block;
  position: relative;
  width: 100%;
  padding: 46.875% 0 0; }
  @media (max-width: 900px) {
    .service-layout-10__figure {
      padding: 37.5% 0 0; } }
.service-layout-10__img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  transform: translateX(-50%); }
.service-layout-10__caption {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 5.2rem;
  color: #FFF;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 300;
  line-height: 5.2rem;
  text-align: center;
  background: #194F98;
  transform: translate(-50%, -50%);
  z-index: 2; }
  @media (max-width: 900px) {
    .service-layout-10__caption {
      width: 4.2rem;
      line-height: 4.2rem; } }
  @media (max-width: 600px) {
    .service-layout-10__caption {
      width: 3.2rem;
      line-height: 3.2rem; } }
.service-layout-10__content {
  padding: 30px; }
  @media (max-width: 900px) {
    .service-layout-10__content {
      padding: 20px; } }
  @media (max-width: 600px) {
    .service-layout-10__content {
      padding: 15px; } }
.service-layout-10__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.4; }
.service-layout-10__paragraph {
  margin: 1.5em 0 0; }
  .service-layout-10__paragraph:first-child {
    margin: 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-11 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-11__grid, .service-layout-11__grid--pointer {
  display: grid;
  grid-template-columns: 100px 1fr; }
  @media (max-width: 900px) {
    .service-layout-11__grid, .service-layout-11__grid--pointer {
      grid-template-columns: 80px 1fr; } }
  @media (max-width: 600px) {
    .service-layout-11__grid, .service-layout-11__grid--pointer {
      grid-template-columns: 60px 1fr; } }

.service-layout-11__inner {
  position: relative; }
.service-layout-11__list {
  border-bottom: #CCC 2px solid; }
.service-layout-11__item {
  border-top: #CCC 2px solid; }
.service-layout-11__grid--pointer {
  cursor: pointer; }
  .service-layout-11__grid--pointer.open .service-layout-11__ttl::after {
    transform: translateY(25%) scaleY(-1) rotate(135deg); }
.service-layout-11__hidden {
  display: none; }
.service-layout-11__q {
  color: #194F98;
  font-size: clamp(2.6rem, 4.8vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding: 15px; }
.service-layout-11__a {
  color: #999;
  font-size: clamp(2.6rem, 4.8vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding: 15px; }
.service-layout-11__ttl, .service-layout-11__line {
  padding: 15px 0; }
.service-layout-11__ttl {
  position: relative;
  padding: 15px 50px 15px 0; }
  .service-layout-11__ttl::after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #194F98;
    border-right: 1px solid #194F98;
    right: 3px;
    top: calc(50% - 8px);
    transform: translateY(-50%) scaleY(1) rotate(135deg);
    transition: .4s; }
.service-layout-11__line {
  border-top: #CCC 2px solid; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-12 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-12__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1400px;
  min-height: 433px;
  margin: 80px auto 0;
  border: 1px solid #CCC; }
  @media (max-width: 900px) {
    .service-layout-12__inner {
      flex-direction: column;
      min-height: inherit;
      margin-top: 8vw; } }
  @media (max-width: 600px) {
    .service-layout-12__inner {
      margin-top: 12vw; } }
.service-layout-12__num {
  left: 0;
  top: 0;
  transform: none;
  z-index: 1; }
.service-layout-12__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 433px;
  min-height: 433px;
  height: 100%;
  object-fit: cover; }
  @media (max-width: 900px) {
    .service-layout-12__img {
      position: relative;
      width: 100%;
      height: 56vw;
      min-height: inherit; } }
.service-layout-12__txtbox {
  padding: 40px 40px 40px 473px; }
  @media (max-width: 900px) {
    .service-layout-12__txtbox {
      padding: 4vw; } }
  @media (max-width: 600px) {
    .service-layout-12__txtbox {
      padding: 6vw 4vw; } }
.service-layout-12__heading {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: bold; }
.service-layout-12__product {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #194F98;
  border-left: 5px solid #194F98; }
  @media (max-width: 900px) {
    .service-layout-12__product {
      padding-left: 3vw;
      margin-top: 2vw;
      margin-bottom: 3vw;
      border-left: 3px solid #194F98; } }
  @media (max-width: 600px) {
    .service-layout-12__product {
      padding-left: 4.5vw;
      margin-top: 3vw;
      margin-bottom: 4.5vw; } }
  .service-layout-12__product:last-child {
    margin-bottom: 0; }
.service-layout-12__link-list {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 0; }
.service-layout-12__link-list-btn {
  box-sizing: border-box;
  display: block;
  width: 48.853%;
  padding: 18px 20px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  background: #194F98;
  position: relative; }
  .service-layout-12__link-list-btn::before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    right: 18px;
    top: calc(50% - 4px);
    transform: translateY(-50%) scaleY(1) rotate(135deg);
    transition: .4s; }
  @media (max-width: 600px) {
    .service-layout-12__link-list-btn {
      width: 100%; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-13 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-13 {
  padding-top: 50px; }
  @media (max-width: 900px) {
    .service-layout-13 {
      padding-top: 5vw; } }
  @media (max-width: 600px) {
    .service-layout-13 {
      padding-top: 7.5vw; } }
  .service-layout-13__inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; }
  .service-layout-13__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .service-layout-13__item--line-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    border: 1px solid #CCC;
    width: calc(50% - (30px * (2 - 1) / 2)); }
    .service-layout-13__item--line-2:nth-child(n+3) {
      margin-top: 30px; }
    @media (max-width: 900px) {
      .service-layout-13__item--line-2 {
        width: calc(50% - (30px / 2)); }
        .service-layout-13__item--line-2:nth-child(n+3) {
          margin-top: 3vw; } }
    @media (max-width: 600px) {
      .service-layout-13__item--line-2 {
        width: 100%; }
        .service-layout-13__item--line-2:nth-child(n+2) {
          margin-top: 4.5vw; } }
  .service-layout-13__item--line-3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    border: 1px solid #CCC;
    width: calc(33.3333333333% - (30px * (3 - 1) / 3)); }
    .service-layout-13__item--line-3:nth-child(n+4) {
      margin-top: 30px; }
    @media (max-width: 900px) {
      .service-layout-13__item--line-3 {
        width: calc(50% - (30px / 2)); }
        .service-layout-13__item--line-3:nth-child(n+3) {
          margin-top: 3vw; } }
    @media (max-width: 600px) {
      .service-layout-13__item--line-3 {
        width: 100%; }
        .service-layout-13__item--line-3:nth-child(n+2) {
          margin-top: 4.5vw; } }
  .service-layout-13__item--line-4 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    border: 1px solid #CCC;
    width: calc(25% - (30px * (4 - 1) / 4)); }
    .service-layout-13__item--line-4:nth-child(n+5) {
      margin-top: 30px; }
    @media (max-width: 900px) {
      .service-layout-13__item--line-4 {
        width: calc(50% - (30px / 2)); }
        .service-layout-13__item--line-4:nth-child(n+3) {
          margin-top: 3vw; } }
    @media (max-width: 600px) {
      .service-layout-13__item--line-4 {
        width: 100%; }
        .service-layout-13__item--line-4:nth-child(n+2) {
          margin-top: 4.5vw; } }
  .service-layout-13__ttl, .service-rd__tech-ttl, .service-rd__tech-ttl--col {
    padding: 20px 30px;
    font-size: clamp(2rem, 3.6vw, 2.4rem);
    font-weight: 600;
    text-align: center;
    color: #194F98; }
    @media (max-width: 900px) {
      .service-layout-13__ttl, .service-rd__tech-ttl, .service-rd__tech-ttl--col {
        padding: 2vw 3vw; } }
    @media (max-width: 600px) {
      .service-layout-13__ttl, .service-rd__tech-ttl, .service-rd__tech-ttl--col {
        padding: 4vw 3vw 3vw; } }
  .service-layout-13__txt, .service-rd__tech-txtbox-txt, .service-rd__tech-txt {
    padding: 0 30px 30px;
    width: 100%; }
    @media (max-width: 900px) {
      .service-layout-13__txt, .service-rd__tech-txtbox-txt, .service-rd__tech-txt {
        padding: 0 3vw 3vw; } }
    @media (max-width: 600px) {
      .service-layout-13__txt, .service-rd__tech-txtbox-txt, .service-rd__tech-txt {
        padding: 0 3vw 4vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-14 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-14__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  .service-layout-14__inner--top {
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 0; }
    @media (max-width: 600px) {
      .service-layout-14__inner--top {
        margin: 40px auto 0; } }
.service-layout-14__item {
  border: #ccc solid 1px;
  padding: 30px;
  margin: 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .service-layout-14__item:last-child {
    margin: 0; }
  @media (max-width: 600px) {
    .service-layout-14__item {
      padding: 15px; } }
.service-layout-14__info {
  width: 270px;
  display: flex;
  align-items: center;
  border-right: #CCC solid 1px; }
  @media (max-width: 600px) {
    .service-layout-14__info {
      width: 100%;
      padding-bottom: 20px;
      justify-content: center;
      border-right: none;
      border-bottom: #CCC solid 1px; } }
.service-layout-14__img {
  width: 100px; }
  @media (max-width: 600px) {
    .service-layout-14__img {
      width: 40%; } }
.service-layout-14__ttl {
  width: 170px;
  text-align: center;
  font-size: clamp(2rem, 3.6vw, 2.4rem);
  color: #194F98; }
.service-layout-14__txt, .service-layout-14__txt-list {
  width: calc(100% - 270px);
  padding: 0 0 0 30px; }
  @media (max-width: 900px) {
    .service-layout-14__txt, .service-layout-14__txt-list {
      padding: 0 0 0 3vw; } }
  @media (max-width: 600px) {
    .service-layout-14__txt, .service-layout-14__txt-list {
      width: 100%;
      padding: 20px 0 0; } }
.service-layout-14__txt-item {
  margin-left: 0.5em;
  text-indent: -0.5em; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-layout-15 CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-layout-15 {
  margin: 0 auto 80px;
  padding: 80px 40px;
  background: #EEE; }
  @media (max-width: 900px) {
    .service-layout-15 {
      margin: 0 auto 8vw;
      padding: 8vw 20px; } }
  @media (max-width: 600px) {
    .service-layout-15 {
      margin: 0 auto 12vw;
      padding: 12vw 15px; } }
  .service-layout-15__imb-box {
    display: flex;
    justify-content: space-between;
    max-width: 1064px;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .service-layout-15__imb-box {
        display: block; } }
  .service-layout-15__img {
    width: 47.556%; }
    @media (max-width: 600px) {
      .service-layout-15__img {
        width: 100%;
        margin: 0 auto; }
        .service-layout-15__img:last-child {
          margin: 20px auto 0; } }
  .service-layout-15__list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0 0; }
  .service-layout-15__list {
    width: 30.928%; }
    @media (max-width: 900px) {
      .service-layout-15__list {
        width: 46%; }
        .service-layout-15__list:nth-child(n+3) {
          margin-top: 4vw; } }
    @media (max-width: 600px) {
      .service-layout-15__list {
        width: 100%; }
        .service-layout-15__list:nth-child(n+2) {
          margin-top: 6vw; } }
  .service-layout-15__list-ttl {
    width: 100%;
    padding: 0 0 18px;
    font-size: 2rem;
    line-height: 1;
    color: #194F98;
    font-weight: bold;
    border-bottom: solid 1px #999; }
  .service-layout-15__list-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 18px 0 0;
    padding: 0 0 18px;
    line-height: 1;
    border-bottom: solid 1px #CCC; }
  .service-layout-15__list-name {
    font-size: 1.6rem;
    font-weight: bold; }
  .service-layout-15__list-num {
    display: inline-block;
    width: 4em;
    font-size: 1.6rem;
    text-align: right; }
  .service-layout-15__list-other {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-case CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-case__img, .service-case__img--narrow {
  position: relative;
  width: 100%;
  padding: 56.1538461538% 0 0;
  overflow: hidden; }

.service-case__inner {
  margin: 0 auto; }
  .service-case__inner--separate {
    margin: clamp(30px, 7.5vw, 50px) auto 0; }
.service-case__list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }
  @media (max-width: 600px) {
    .service-case__list {
      margin: -10px; } }
.service-case__item {
  padding: 15px; }
  .service-case__item--line-2 {
    width: 50%;
    padding: 15px; }
    @media (max-width: 900px) {
      .service-case__item--line-2 {
        width: 50%; } }
    @media (max-width: 600px) {
      .service-case__item--line-2 {
        width: 100%;
        padding: 10px; } }
  .service-case__item--line-3 {
    width: 33.3333333333%;
    padding: 15px; }
    @media (max-width: 900px) {
      .service-case__item--line-3 {
        width: 50%; } }
    @media (max-width: 600px) {
      .service-case__item--line-3 {
        width: 100%;
        padding: 10px; } }
  .service-case__item--line-4 {
    width: 25%;
    padding: 15px; }
    @media (max-width: 900px) {
      .service-case__item--line-4 {
        width: 50%; } }
    @media (max-width: 600px) {
      .service-case__item--line-4 {
        width: 100%;
        padding: 10px; } }
.service-case__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: #CCC 1px solid; }
  .service-case__link:hover .service-case__cover {
    transform: scale(1.05) rotate(0.0001deg); }
.service-case__img--narrow {
  padding: 26.9230769231% 0 0; }
.service-case__cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  transform: scale(1) rotate(0.0001deg);
  transition: transform 1s ease-in-out; }
.service-case__content {
  position: relative;
  padding: clamp(15px, 3.75vw, 25px) 20px 75px; }
  @media (max-width: 600px) {
    .service-case__content {
      padding: clamp(15px, 3.75vw, 25px) 15px 50px; } }
  .service-case__content--nolink {
    padding: clamp(15px, 3.75vw, 25px) 20px 30px; }
    @media (max-width: 600px) {
      .service-case__content--nolink {
        padding: clamp(15px, 3.75vw, 25px) 15px 20px; } }
  .service-case__content--same {
    padding: clamp(20px, 3.75vw, 25px) 30px clamp(10px, 2.5vw, 15px); }
    @media (max-width: 600px) {
      .service-case__content--same {
        padding: clamp(15px, 3.75vw, 25px) 20px clamp(5px, 1.25vw, 5px); } }
.service-case__heading {
  color: #194F98;
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 clamp(15px, 3.75vw, 25px); }
.service-case__detail {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 100px 1fr;
  width: 100%; }
  @media (max-width: 600px) {
    .service-case__detail {
      display: block; } }
  .service-case__detail--w180 {
    display: grid;
    grid-template-columns: 180px 1fr;
    width: 100%;
    margin-top: 30px; }
    @media (max-width: 600px) {
      .service-case__detail--w180 {
        display: block; } }
.service-case__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin-bottom: 15px;
  background: #194F98; }
  @media (max-width: 600px) {
    .service-case__ttl {
      width: 100%;
      margin-bottom: 10px; } }
.service-case__description {
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding: 0 0 0 20px;
  margin-bottom: 15px; }
  @media (max-width: 600px) {
    .service-case__description {
      width: 100%;
      padding: 0;
      margin-bottom: 10px; } }
.service-case__more {
  position: absolute;
  bottom: 20px;
  right: 0; }
  @media (max-width: 600px) {
    .service-case__more {
      bottom: 0; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-partner CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-partner__link, .service-partner__link--no-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-top: #CCC 1px solid;
  cursor: pointer;
  transition: color .3s ease-in-out; }
  .service-partner__link::after, .service-partner__link--no-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CCC; }
  .service-partner__link:hover, .service-partner__link--no-link:hover {
    color: #194F98; }

.service-partner__inner {
  margin: clamp(20px, 4.5vw, 30px) auto 0; }
.service-partner__heading {
  color: #194F98;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
  margin: 0 0 10px; }
.service-partner__list {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin: 0 -15px; }
  @media (max-width: 1150px) {
    .service-partner__list {
      grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%; } }
  @media (max-width: 900px) {
    .service-partner__list {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 600px) {
    .service-partner__list {
      display: block;
      margin: 0; } }
.service-partner__item {
  padding: 0 15px; }
  @media (max-width: 600px) {
    .service-partner__item {
      width: 100%;
      padding: 0; } }
.service-partner__link--no-link {
  cursor: default; }
  .service-partner__link--no-link:hover {
    color: #333; }
.service-partner__logo {
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60px; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-engineer CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-engineer__link, .service-engineer__link--no-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-top: #CCC 1px solid;
  cursor: pointer;
  transition: color .3s ease-in-out; }
  .service-engineer__link::after, .service-engineer__link--no-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CCC; }
  .service-engineer__link:hover, .service-engineer__link--no-link:hover {
    color: #194F98; }

.service-engineer__heading {
  color: #194F98;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
  margin: 0 0 10px; }
.service-engineer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.service-engineer__list {
  width: calc((100% - 60px) / 3 ); }
  @media (max-width: 900px) {
    .service-engineer__list {
      width: calc((100% - 30px) / 2 ); } }
  @media (max-width: 600px) {
    .service-engineer__list {
      width: 100%; } }
.service-engineer__item {
  padding: 0; }
  @media (max-width: 600px) {
    .service-engineer__item {
      width: 100%;
      padding: 0; } }
.service-engineer__link--no-link {
  cursor: default; }
  .service-engineer__link--no-link:hover {
    color: #333; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-member CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-member__inner {
  margin: clamp(30px, 7.5vw, 50px) 0 0; }
.service-member__img {
  width: 50%;
  margin: 0 auto; }
.service-member__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -8px; }
.service-member__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 20%;
  padding: 8px; }
  @media (max-width: 1400px) {
    .service-member__item {
      width: 25%; } }
  @media (max-width: 1150px) {
    .service-member__item {
      width: 33.3333333333%; } }
  @media (max-width: 900px) {
    .service-member__item {
      width: 50%; } }
  @media (max-width: 600px) {
    .service-member__item {
      width: 100%; } }
.service-member__photo {
  width: 50%; }
  @media (max-width: 1150px) {
    .service-member__photo {
      width: 40%; } }
  @media (max-width: 900px) {
    .service-member__photo {
      width: 30%; } }
  @media (max-width: 600px) {
    .service-member__photo {
      width: 20%; } }
.service-member__info {
  width: 50%;
  padding: 0 0 0 20px;
  line-height: 1.6; }
  @media (max-width: 1150px) {
    .service-member__info {
      width: 60%; } }
  @media (max-width: 900px) {
    .service-member__info {
      width: 70%; } }
  @media (max-width: 600px) {
    .service-member__info {
      width: 80%;
      padding: 0 0 0 15px; } }
.service-member__position {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 10px; }
.service-member__name {
  display: block;
  font-size: 1.8rem;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: #CCC 1px solid; }
  @media (max-width: 600px) {
    .service-member__name {
      font-size: 1.6rem; } }
.service-member__paragraph {
  display: block;
  font-size: 1.4rem; }
.service-member__comment {
  display: flex;
  justify-content: center;
  margin: clamp(30px, 7.5vw, 50px) 0 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-rd CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-rd__flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*max-width: 1400px;*/
  margin: 0 auto clamp(25px, 7.5vw, 50px); }
  @media (max-width: 900px) {
    .service-rd__flow {
      flex-direction: column; } }
.service-rd__flow-list {
  position: relative;
  padding: 20px 20px 50px;
  width: calc(11.11% - (240px / 9));
  border: 1px solid #CCC; }
  .service-rd__flow-list::after {
    position: absolute;
    content: "";
    right: -24px;
    top: 50%;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 12px solid #194F98;
    transform: translate(0, -50%); }
    @media (max-width: 900px) {
      .service-rd__flow-list::after {
        right: 50%;
        top: auto;
        bottom: -4.8vw;
        border-top: 1.8vw solid #194F98;
        border-bottom: 1.8vw solid transparent;
        border-right: 2.4vw solid transparent;
        border-left: 2.4vw solid transparent;
        transform: translate(50%, 0); } }
    @media (max-width: 600px) {
      .service-rd__flow-list::after {
        bottom: -6.2vw;
        border-right: 3.2vw solid transparent;
        border-left: 3.2vw solid transparent; } }
  .service-rd__flow-list:nth-last-child(2)::after {
    opacity: .5; }
  .service-rd__flow-list:last-child {
    border: 1px dotted #CCC; }
    .service-rd__flow-list:last-child::after {
      content: none; }
    .service-rd__flow-list:last-child .service-rd__flow-list-txt {
      opacity: .5; }
  @media (max-width: 900px) {
    .service-rd__flow-list {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      padding: 2vw; }
      .service-rd__flow-list:nth-child(n+2) {
        margin-top: 4vw; } }
  @media (max-width: 600px) {
    .service-rd__flow-list:nth-child(n+2) {
      margin-top: 6vw; } }
.service-rd__flow-list-box {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 900px) {
    .service-rd__flow-list-box {
      flex-direction: row; } }
.service-rd__flow-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px; }
  @media (max-width: 900px) {
    .service-rd__flow-list-icon {
      width: 25%;
      margin-bottom: 0;
      padding: 0 3vw; } }
  @media (max-width: 600px) {
    .service-rd__flow-list-icon {
      padding: 0 4.5vw; } }
.service-rd__flow-img {
  max-width: 100%; }
.service-rd__flow-list-txt {
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  font-weight: bold;
  writing-mode: vertical-rl;
  color: #194F98; }
  @media (max-width: 900px) {
    .service-rd__flow-list-txt {
      writing-mode: inherit; } }
.service-rd__minori {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 80px; }
  @media (max-width: 900px) {
    .service-rd__minori {
      padding: 0 20px 8vw; } }
  @media (max-width: 600px) {
    .service-rd__minori {
      padding: 0 15px 12vw; } }
.service-rd__minori-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
.service-rd__minori-img {
  width: 75%;
  max-width: 1050px; }
  @media (max-width: 900px) {
    .service-rd__minori-img {
      width: 100%; } }
.service-rd__minori-txt {
  width: calc(25% - 40px); }
  @media (max-width: 900px) {
    .service-rd__minori-txt {
      width: 100%;
      margin-top: 4vw; } }
.service-rd__table {
  max-width: 1200px;
  margin: 50px auto 0; }
  @media (max-width: 900px) {
    .service-rd__table {
      margin-top: 5vw; } }
  @media (max-width: 600px) {
    .service-rd__table {
      margin-top: 7.5vw; } }
.service-rd__tech {
  max-width: 1400px;
  margin: 50px auto 0; }
  @media (max-width: 900px) {
    .service-rd__tech {
      margin-top: 5vw; } }
  @media (max-width: 600px) {
    .service-rd__tech {
      margin-top: 7.5vw; } }
.service-rd__tech-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .service-rd__tech-inner + .service-rd__tech-inner {
    margin-top: 30px; }
    @media (max-width: 900px) {
      .service-rd__tech-inner + .service-rd__tech-inner {
        margin-top: 3vw; } }
    @media (max-width: 600px) {
      .service-rd__tech-inner + .service-rd__tech-inner {
        margin-top: 4.5vw; } }
.service-rd__tech-box-row, .service-rd__tech-box-col {
  width: calc(50% - 20px); }
  @media (max-width: 900px) {
    .service-rd__tech-box-row, .service-rd__tech-box-col {
      width: 100%; } }
.service-rd__tech-box-row {
  border: 1px solid #CCC; }
@media (max-width: 900px) {
  .service-rd__tech-box-col {
    margin-top: 4vw; } }
@media (max-width: 600px) {
  .service-rd__tech-box-col {
    margin-top: 6vw; } }
.service-rd__tech-box-col:first-child {
  margin-top: 0; }
.service-rd__tech-imgbox {
  display: flex; }
.service-rd__tech-img {
  width: 50%; }
  .service-rd__tech-img img {
    height: 100%;
    object-fit: cover; }
.service-rd__tech-txtbox {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .service-rd__tech-txtbox {
      flex-direction: column; } }
.service-rd__tech-txtbox-txt {
  width: 50%; }
  @media (max-width: 600px) {
    .service-rd__tech-txtbox-txt {
      width: 100%; } }
.service-rd__tech-col-item {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CCC; }
  .service-rd__tech-col-item:nth-child(n+2) {
    margin-top: 30px; }
    @media (max-width: 900px) {
      .service-rd__tech-col-item:nth-child(n+2) {
        margin-top: 3vw; } }
    @media (max-width: 600px) {
      .service-rd__tech-col-item:nth-child(n+2) {
        margin-top: 4.5vw; } }
  @media (max-width: 600px) {
    .service-rd__tech-col-item {
      flex-direction: column; }
      .service-rd__tech-col-item .service-rd__tech-img {
        width: 100%; } }
.service-rd__tech-box {
  width: 50%; }
  @media (max-width: 600px) {
    .service-rd__tech-box {
      width: 100%; } }
.service-rd__tech-ttl--col {
  text-align: left; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-outsourcing CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-outsourcing__lead-txt {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  padding: 80px 0 0; }
  @media (max-width: 600px) {
    .service-outsourcing__lead-txt {
      padding: 40px 0 0;
      text-align: left; } }
.service-outsourcing__layout-1 {
  width: 100%; }
.service-outsourcing__layout-1-text {
  padding: clamp(25px, 6vw, 40px) 0 0;
  text-align: center; }
  @media (max-width: 600px) {
    .service-outsourcing__layout-1-text {
      text-align: left; } }
  .service-outsourcing__layout-1-text--bg {
    padding: 80px 20px;
    text-align: center;
    background: url("/assets/img/service/outsourcing/strength-img01.jpg") no-repeat center center/cover; }
    @media (max-width: 900px) {
      .service-outsourcing__layout-1-text--bg {
        background: url("/assets/img/service/outsourcing/strength-img01.jpg") no-repeat left center/cover; } }
    @media (max-width: 600px) {
      .service-outsourcing__layout-1-text--bg {
        padding: 8vw 4vw;
        text-align: left; } }
.service-outsourcing__layout-2 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .service-outsourcing__layout-2::after {
    content: "";
    display: block;
    width: 31.234%; }
  .service-outsourcing__layout-2--line3 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 600px) {
      .service-outsourcing__layout-2--line3 {
        display: block; } }
.service-outsourcing__layout-2-item {
  width: 31.234%;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .service-outsourcing__layout-2-item {
      width: 100%;
      margin-bottom: 3vw; } }
  .service-outsourcing__layout-2-item--half {
    width: 48.456%;
    margin-bottom: 0; }
    @media (max-width: 600px) {
      .service-outsourcing__layout-2-item--half {
        width: 100%; } }
    @media (max-width: 600px) {
      .service-outsourcing__layout-2-item--half:last-child {
        margin-top: 3vw; } }
  .service-outsourcing__layout-2-item--center {
    width: 31.234%;
    padding: 16.7% 0 0;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 600px) {
      .service-outsourcing__layout-2-item--center {
        width: 100%;
        padding: 30% 0 0;
        margin-bottom: 5px; } }
    .service-outsourcing__layout-2-item--center:nth-child(1) .service-outsourcing__layout-2-item-out-inner {
      background: url("/assets/img/service/outsourcing/strength-img02.jpg") no-repeat center center/cover; }
    .service-outsourcing__layout-2-item--center:nth-child(2) .service-outsourcing__layout-2-item-out-inner {
      background: url("/assets/img/service/outsourcing/strength-img03.jpg") no-repeat center center/cover; }
    .service-outsourcing__layout-2-item--center:nth-child(3) .service-outsourcing__layout-2-item-out-inner {
      background: url("/assets/img/service/outsourcing/strength-img04.jpg") no-repeat center center/cover; }
.service-outsourcing__layout-2-item-out-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.service-outsourcing__layout-2-list-item-heading {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF; }
  @media (max-width: 900px) {
    .service-outsourcing__layout-2-list-item-heading {
      font-size: clamp(1.8rem, 3vw, 2.4rem); } }
.service-outsourcing__layout-3 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.service-outsourcing__layout-3-item {
  width: 31.234%;
  margin-bottom: 30px; }
  @media (max-width: 900px) {
    .service-outsourcing__layout-3-item {
      width: 49%; } }
  @media (max-width: 600px) {
    .service-outsourcing__layout-3-item {
      width: 100%; } }
  @media (max-width: 900px) {
    .service-outsourcing__layout-3-item:last-child {
      margin-bottom: 0; } }
.service-outsourcing__graph-img {
  image-rendering: -webkit-optimize-contrast; }
.service-outsourcing__layout-heading {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: clamp(1.8rem, 3vw, 2.4rem); }
.service-outsourcing__accordion-trigger {
  width: 100%;
  position: relative; }
  .service-outsourcing__accordion-trigger::after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #194F98;
    border-right: 1px solid #194F98;
    right: 3px;
    top: calc(50% - 8px);
    transform: translateY(-50%) scaleY(1) rotate(135deg);
    transition: .4s; }
  .service-outsourcing__accordion-trigger.open::after {
    transform: translateY(25%) scaleY(-1) rotate(135deg); }
.service-outsourcing__accordion-ttl {
  height: 70px;
  border-bottom: #CCC solid 1px;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #194F98;
  font-weight: bold; }
  @media (max-width: 1200px) {
    .service-outsourcing__accordion-ttl {
      font-size: 2vw; } }
  @media (max-width: 600px) {
    .service-outsourcing__accordion-ttl {
      font-size: 4.5vw; } }
.service-outsourcing__accordion-cont {
  display: none;
  padding: 30px 0 0;
  position: relative; }
.service-outsourcing__accordion-cont-txt {
  margin-bottom: 25px; }
  .service-outsourcing__accordion-cont-txt--m20 {
    margin-bottom: 15px; }
.service-outsourcing__accordion-cont-sub {
  display: block;
  font-weight: bold; }
.service-outsourcing__accordion-cont-list {
  color: #194F98; }
  .service-outsourcing__accordion-cont-list--mb15 {
    margin-bottom: 15px;
    color: #194F98; }
.service-outsourcing__accordion-cont-list-item {
  margin-left: 0.5em;
  text-indent: -0.5em; }
.service-outsourcing__accordion-cont-icon {
  width: 80px;
  color: #FFF;
  padding: 2px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  display: block;
  text-align: center;
  background: #194F98; }
.service-outsourcing__accordion-more {
  position: relative;
  margin: 10px 0 0 auto; }
  @media (max-width: 600px) {
    .service-outsourcing__accordion-more {
      bottom: 0; } }
.service-outsourcing__accordion-link {
  color: #194F98; }
.service-outsourcing__region {
  border: #194F98 3px solid;
  position: relative;
  padding: 40px;
  margin-top: 75px; }
  @media (max-width: 900px) {
    .service-outsourcing__region {
      padding: 20px; } }
  @media (max-width: 600px) {
    .service-outsourcing__region {
      padding: 35px 15px; } }
.service-outsourcing__region-ttl {
  width: 240px;
  background: #FFF;
  font-size: clamp(2.2rem, 3vw, 2.4rem);
  color: #194F98;
  position: absolute;
  top: -25px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  font-weight: bold; }
  @media (max-width: 600px) {
    .service-outsourcing__region-ttl {
      width: 150px; } }
.service-outsourcing__region-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.service-outsourcing__region-list-item {
  width: 15.58%;
  padding-top: 8.6%;
  position: relative; }
  @media (max-width: 900px) {
    .service-outsourcing__region-list-item {
      width: 33%;
      padding-top: 8.6%;
      margin-bottom: 0.5vw; } }
  @media (max-width: 600px) {
    .service-outsourcing__region-list-item {
      width: 49.5%;
      padding-top: 28%;
      margin-bottom: 1vw; } }
  .service-outsourcing__region-list-item:nth-child(1) {
    background: url("/assets/img/service/outsourcing/region-img01.jpg") no-repeat center center/cover; }
  .service-outsourcing__region-list-item:nth-child(2) {
    background: url("/assets/img/service/outsourcing/region-img02.jpg") no-repeat center center/cover; }
  .service-outsourcing__region-list-item:nth-child(3) {
    background: url("/assets/img/service/outsourcing/region-img03.jpg") no-repeat center center/cover; }
  .service-outsourcing__region-list-item:nth-child(4) {
    background: url("/assets/img/service/outsourcing/region-img04.jpg") no-repeat center center/cover; }
  .service-outsourcing__region-list-item:nth-child(5) {
    background: url("/assets/img/service/outsourcing/region-img05.jpg") no-repeat center center/cover; }
  .service-outsourcing__region-list-item:nth-child(6) {
    background: url("/assets/img/service/outsourcing/region-img06.jpg") no-repeat center center/cover; }
.service-outsourcing__region-list-heading {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.4rem, 1.1vw, 2.2rem);
  font-weight: bold;
  color: #FFF; }
.service-outsourcing__layout-flow--top {
  margin-top: 50px; }
.service-outsourcing__layout-flow-item {
  display: flex;
  align-items: flex-start;
  padding: 15px 20px 10px;
  margin: 0 0 25px;
  position: relative;
  border: 1px solid #194F98;
  position: relative;
  /* 上に載せる三角アイコン */
  /* 下に載せる三角アイコン */ }
  @media (max-width: 600px) {
    .service-outsourcing__layout-flow-item {
      display: block; } }
  .service-outsourcing__layout-flow-item:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 2; }
  .service-outsourcing__layout-flow-item:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #1a62bc;
    z-index: 1; }
  .service-outsourcing__layout-flow-item:last-child {
    background: #194F98; }
    .service-outsourcing__layout-flow-item:last-child:after, .service-outsourcing__layout-flow-item:last-child:before {
      content: none; }
    .service-outsourcing__layout-flow-item:last-child .service-outsourcing__layout-flow-step,
    .service-outsourcing__layout-flow-item:last-child .service-outsourcing__layout-flow-sub,
    .service-outsourcing__layout-flow-item:last-child .service-outsourcing__layout-flow-text {
      color: #FFF; }
.service-outsourcing__layout-flow-step {
  display: block;
  width: 100px;
  padding: 0 30px 0 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #194F98; }
  @media (max-width: 600px) {
    .service-outsourcing__layout-flow-step {
      font-size: 4vw;
      padding: 0 0 15px; } }
.service-outsourcing__layout-flow-sub {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 5px;
  font-weight: bold;
  color: #194F98; }
.service-outsourcing__layout-flow-text {
  width: calc(100% - 100px);
  font-size: 1.4rem; }
  @media (max-width: 600px) {
    .service-outsourcing__layout-flow-text {
      width: 100%; } }
.service-outsourcing__business-more {
  max-width: none; }
.service-outsourcing__case-ttl {
  display: block;
  font-size: 2.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  transform: translate(-50%, -50%); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

service-eminori CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.service-eminori__layout-1-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: #CCC solid 1px;
  border-left: none;
  border-right: none; }
.service-eminori__layout-1-box1 {
  width: 185px;
  min-width: 140px;
  padding: 30px 0;
  background: #E8EDF3;
  color: #194F98;
  font-size: clamp(2rem, 3.6vw, 2.4rem);
  font-weight: bold;
  text-align: center; }
.service-eminori__layout-1-box2 {
  width: 100%;
  padding: 0 10px;
  max-width: 430px;
  text-align: center;
  font-weight: bold;
  border-right: #CCC solid 1px; }
.service-eminori__layout-1-box3 {
  width: 100%;
  padding: 0 10px;
  max-width: 263px;
  font-size: clamp(2rem, 3.6vw, 2.4rem);
  text-align: center; }
.service-eminori__layout-1-box-ttl {
  display: block;
  font-size: clamp(2rem, 3.6vw, 2.4rem); }
.service-eminori__icon-img {
  width: 100px; }
  @media (max-width: 600px) {
    .service-eminori__icon-img {
      width: 20%; } }
.service-eminori__icon-txt {
  width: 170px;
  text-align: center;
  font-size: clamp(2rem, 3.6vw, 2.4rem);
  color: #194F98; }
  @media (max-width: 600px) {
    .service-eminori__icon-txt {
      width: 120px; } }
.service-eminori__banner-link {
  display: block;
  max-width: 866px;
  margin: 50px auto 0;
  opacity: 1;
  transition: all .3s; }
  .service-eminori__banner-link:hover {
    opacity: .7; }
.service-eminori__case {
  max-width: 1500px;
  margin: 0 auto; }
.service-eminori__interview {
  max-width: 1200px;
  margin: 0 auto; }
.service-eminori__case-inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .service-eminori__case-inner {
      display: block; } }
  .service-eminori__case-inner--top-pad {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 0; }
    @media (max-width: 900px) {
      .service-eminori__case-inner--top-pad {
        padding: 10vw 0 0; } }
    @media (max-width: 600px) {
      .service-eminori__case-inner--top-pad {
        display: block;
        padding: 15vw 0 0; } }
.service-eminori__case-sub-inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0; }
  @media (max-width: 600px) {
    .service-eminori__case-sub-inner {
      display: block; } }
.service-eminori__case-sub-item {
  display: flex;
  justify-content: space-between;
  width: 48.148%; }
  @media (max-width: 600px) {
    .service-eminori__case-sub-item {
      display: block;
      width: 100%; }
      .service-eminori__case-sub-item:last-child {
        padding: 50px 0 0; } }
  .service-eminori__case-sub-item .service-eminori__conten-warp {
    width: 57.692%; }
    @media (max-width: 600px) {
      .service-eminori__case-sub-item .service-eminori__conten-warp {
        display: block;
        width: 100%; } }
  .service-eminori__case-sub-item .service-eminori__case-imgbox {
    width: 38.461%; }
    @media (max-width: 600px) {
      .service-eminori__case-sub-item .service-eminori__case-imgbox {
        display: block;
        width: 80%;
        margin: 0 auto; } }
.service-eminori__conten-warp {
  width: 50%; }
  @media (max-width: 600px) {
    .service-eminori__conten-warp {
      width: 100%; } }
  .service-eminori__conten-warp .service-case__detail {
    width: fit-content; }
    .service-eminori__conten-warp .service-case__detail .service-case__ttl {
      padding: 5px 10px; }
.service-eminori__interview-warp {
  width: calc(100% - 520px); }
  @media (max-width: 1200px) {
    .service-eminori__interview-warp {
      width: 50%; } }
  @media (max-width: 600px) {
    .service-eminori__interview-warp {
      width: 100%; } }
  .service-eminori__interview-warp .service-case__detail {
    width: fit-content; }
    .service-eminori__interview-warp .service-case__detail .service-case__ttl {
      padding: 5px 10px; }
@media (max-width: 600px) {
  .service-eminori__txt-box {
    padding: 30px 0 0; } }
.service-eminori__case-imgbox {
  width: 46.296%;
  position: relative; }
  @media (max-width: 600px) {
    .service-eminori__case-imgbox {
      width: 100%; } }
.service-eminori__interview-img {
  width: 50%;
  max-width: 520px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 600px) {
    .service-eminori__interview-img {
      width: 100%;
      padding-top: 56.25%; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

engineer CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.engineer__strength-1-cont, .engineer__strength-1-cont--noborder {
  display: flex;
  border-bottom: solid 1px #CCC;
  margin: 28px 0 0;
  padding: 0 0 28px; }
  .engineer__strength-1-cont:first-child, .engineer__strength-1-cont--noborder:first-child {
    margin: 0; }
  @media (max-width: 900px) {
    .engineer__strength-1-cont, .engineer__strength-1-cont--noborder {
      flex-direction: column; } }

.engineer__strength-1 {
  max-width: 1380px;
  margin: 80px auto 0; }
  @media (max-width: 900px) {
    .engineer__strength-1 {
      margin-top: 8vw; } }
  @media (max-width: 600px) {
    .engineer__strength-1 {
      margin-top: 12vw; } }
.engineer__strength-1-cont--noborder {
  border-bottom: none;
  padding: 0; }
.engineer__strength-1-ttl {
  width: 23.913%;
  font-size: 2rem;
  font-weight: bold;
  color: #194F98; }
  @media (max-width: 900px) {
    .engineer__strength-1-ttl {
      width: 100%; } }
.engineer__strength-1-txtbox {
  width: 76.087%; }
  @media (max-width: 900px) {
    .engineer__strength-1-txtbox {
      width: 100%;
      margin-top: 2vw;
      padding-left: 2vw; } }
.engineer__strength-1-sub-ttl {
  width: 22.857%;
  font-size: 1.8rem;
  font-weight: bold; }
  @media (max-width: 900px) {
    .engineer__strength-1-sub-ttl {
      width: 100%; }
      .engineer__strength-1-sub-ttl br {
        display: none; } }
.engineer__strength-1-sub-txt {
  width: 77.143%; }
  @media (max-width: 900px) {
    .engineer__strength-1-sub-txt {
      margin-top: 2vw;
      width: 100%; } }
.engineer__strength-2 {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0; }
  @media (max-width: 900px) {
    .engineer__strength-2 {
      margin-top: 8vw; } }
  @media (max-width: 600px) {
    .engineer__strength-2 {
      margin-top: 12vw;
      display: block; } }
.engineer__strength-2-cont {
  box-sizing: border-box;
  display: flex;
  width: 48.214%;
  border: solid 1px #CCC; }
  @media (max-width: 900px) {
    .engineer__strength-2-cont {
      display: block; } }
  @media (max-width: 600px) {
    .engineer__strength-2-cont {
      width: 100%; }
      .engineer__strength-2-cont:nth-child(n+2) {
        margin-top: 20px; } }
.engineer__strength-2-img {
  width: 42.962%; }
  @media (max-width: 900px) {
    .engineer__strength-2-img {
      width: 100%; } }
  .engineer__strength-2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 900px) {
      .engineer__strength-2-img img {
        height: 56.25vw; } }
.engineer__strength-2-txt-box {
  width: 57.038%;
  padding: 30px; }
  @media (max-width: 900px) {
    .engineer__strength-2-txt-box {
      width: 100%;
      padding: 3vw 15px; } }
  @media (max-width: 900px) {
    .engineer__strength-2-txt-box {
      padding: 4.5vw 15px; } }
.engineer__strength-2-ttl {
  font-size: 2rem;
  font-weight: bold; }
.engineer__strength-2-txt {
  margin: 20px 0 0;
  font-size: 1.6rem; }
.engineer__strength-3 {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0; }
  @media (max-width: 900px) {
    .engineer__strength-3 {
      display: block;
      margin-top: 8vw; } }
  @media (max-width: 600px) {
    .engineer__strength-3 {
      margin-top: 12vw; } }
.engineer__strength-3-cont {
  box-sizing: border-box;
  width: 31%;
  border: solid 1px #CCC; }
  @media (max-width: 900px) {
    .engineer__strength-3-cont {
      width: 100%; }
      .engineer__strength-3-cont:nth-child(n+2) {
        margin-top: 20px; } }
.engineer__strength-3-txtbox {
  box-sizing: border-box;
  padding: 30px; }
  @media (max-width: 900px) {
    .engineer__strength-3-txtbox {
      padding: 30px 20px; }
      .engineer__strength-3-txtbox:first-child {
        margin: 0; } }
  @media (max-width: 600px) {
    .engineer__strength-3-txtbox {
      padding: 30px 10px; } }
.engineer__strength-3-ttl {
  font-size: 2rem;
  font-weight: bold; }
  @media (max-width: 132px) {
    .engineer__strength-3-ttl br {
      display: none; } }
.engineer__strength-3-txt {
  font-size: 1.6rem;
  margin: 20px 0 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

ailab CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.ailab__content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0; }
  .ailab__content--border {
    max-width: 1300px;
    margin: 0 auto;
    margin: 0 auto 50px;
    padding: 0 0 50px;
    border-bottom: solid 1px #DDD; }
  .ailab__content--w1300 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0; }
.ailab__center-txt {
  display: block;
  max-width: 876px;
  margin: 50px auto 0; }
.ailab__about-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 20px; }
  @media (max-width: 600px) {
    .ailab__about-ttl {
      font-size: 2rem; } }
.ailab__attempt-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: -25px auto 0; }
.ailab__attempt-item {
  box-sizing: border-box;
  width: 32.0987%;
  margin: 25px 0 0;
  padding: 50px 20px 27px;
  border: solid 1px #CCC;
  position: relative; }
  @media (max-width: 900px) {
    .ailab__attempt-item {
      width: 48%;
      margin: 30px 0 0; } }
  @media (max-width: 600px) {
    .ailab__attempt-item {
      width: 100%;
      margin: 30px 0 0;
      padding: 20px 10px 27px; } }
.ailab__attempt-img {
  width: 120px;
  margin: 18px auto 40px; }
  @media (max-width: 600px) {
    .ailab__attempt-img {
      width: 35%;
      margin: 10px auto 30px; } }
.ailab__attempt-ttl {
  margin: 0 0 25px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #194F98; }
  @media (max-width: 600px) {
    .ailab__attempt-ttl {
      font-size: 2rem; } }
.ailab__attempt-txt {
  box-sizing: border-box;
  padding: 0 0 0 .5em;
  text-indent: -.5em; }
.ailab__attempt-bold {
  font-weight: bold; }
.ailab__business-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 60px; }
  @media (max-width: 900px) {
    .ailab__business-list {
      flex-wrap: wrap;
      margin: -40px 0 0; } }
  @media (max-width: 600px) {
    .ailab__business-list {
      padding: 0 0 30px; } }
.ailab__business-item {
  display: block;
  box-sizing: border-box;
  width: 23.357%;
  border: solid 1px #CCC;
  padding: 0 0 20px; }
  .ailab__business-item--arrow {
    display: block;
    box-sizing: border-box;
    width: 23.357%;
    border: solid 1px #194F98;
    padding: 0 0 20px;
    position: relative; }
    .ailab__business-item--arrow::before {
      content: "";
      display: block;
      width: 152px;
      height: 60px;
      background: url("/assets/img/service/ailab/item-arrow.png") no-repeat center center/cover;
      position: absolute;
      left: 50%;
      bottom: -60px;
      transform: translateX(-50%); }
    @media (max-width: 600px) {
      .ailab__business-item--arrow::before {
        width: 76px;
        height: 30px;
        bottom: -30px; } }
  @media (max-width: 900px) {
    .ailab__business-item {
      width: 48.5%;
      margin: 40px 0 0; }
      .ailab__business-item--arrow {
        width: 48.5%;
        margin: 40px 0 0; } }
  @media (max-width: 600px) {
    .ailab__business-item {
      width: 100%; }
      .ailab__business-item--arrow {
        width: 100%; } }
.ailab__business-img {
  margin: 0 0 25px; }
.ailab__business-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #194F98; }
  @media (max-width: 600px) {
    .ailab__business-ttl {
      font-size: 2rem;
      height: 58px; } }
.ailab__business-txt {
  margin: 25px 0 0;
  padding: 0 18px; }
  @media (max-width: 600px) {
    .ailab__business-txt {
      margin: 20px 0 0; } }
.ailab__business-center-txt {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
.ailab__business-wide-img {
  width: 100%;
  max-width: 1240px;
  margin: 50px auto 0; }
.ailab__research {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: solid 1px #CCC; }
  @media (max-width: 900px) {
    .ailab__research {
      display: block; } }
.ailab__research-icon {
  display: inline-block;
  padding: 12px 18px;
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  background: #194F98;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media (max-width: 600px) {
    .ailab__research-icon {
      font-size: 1.4rem; } }
.ailab__research-imgbox {
  width: 30.714%;
  position: relative; }
  @media (max-width: 900px) {
    .ailab__research-imgbox {
      width: 100%; } }
.ailab__research-img {
  position: relative;
  z-index: 0; }
  .ailab__research-img.pc-disp {
    display: block; }
    @media (max-width: 600px) {
      .ailab__research-img.pc-disp {
        display: none; } }
  .ailab__research-img.sp-disp {
    display: none; }
    @media (max-width: 600px) {
      .ailab__research-img.sp-disp {
        display: block; } }
.ailab__research-txtbox {
  width: 64.285%;
  padding: 10px 5.5% 10px 0; }
  @media (max-width: 900px) {
    .ailab__research-txtbox {
      width: 100%;
      padding: 20px 10px; } }
.ailab__research-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px; }
  @media (max-width: 600px) {
    .ailab__research-ttl {
      font-size: 1.6rem; } }
.ailab__research-txt + .ailab__research-txt {
  margin: 1em 0 0; }
.ailab__research-wideimg {
  width: auto;
  max-width: 100%;
  margin: 40px auto 0; }
.ailab__possi-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: -30px 0 0; }
.ailab__possi-item {
  width: 23.357%;
  margin: 30px 0 0; }
  @media (max-width: 900px) {
    .ailab__possi-item {
      width: 48.5%; } }
  @media (max-width: 900px) {
    .ailab__possi-item {
      width: 49%; } }
.ailab__possi-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  background: #194F98; }
  @media (max-width: 600px) {
    .ailab__possi-ttl {
      font-size: 1.2rem; } }
.ailab__profile {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 50px; }
  @media (max-width: 900px) {
    .ailab__profile {
      display: block; } }
  .ailab__profile--right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 50px; }
    @media (max-width: 900px) {
      .ailab__profile--right {
        display: block; } }
.ailab__profile-img {
  width: 52.307%; }
  @media (max-width: 900px) {
    .ailab__profile-img {
      width: 100%;
      margin: 0 0 20px; } }
.ailab__profile-txtbox {
  width: 44.307%; }
  @media (max-width: 900px) {
    .ailab__profile-txtbox {
      width: 100%; } }
.ailab__profile-name {
  display: block;
  font-size: 2.4rem;
  font-weight: bold; }
  @media (max-width: 600px) {
    .ailab__profile-name {
      font-size: 2renm; } }
.ailab__profile-icon {
  display: inline-block;
  margin: 20px 0 25px;
  padding: 12px 20px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  background: #194F98; }
