@charset "UTF-8";
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

input, button, textarea, select {
  font: inherit;
}

/*
@media(prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

*/
/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 340px) {
  html {
    font-size: 2.8571428571vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (min-width: 1241px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.4rem;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width:769px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-fixed {
  position: fixed;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
body.is-fixed {
  /*position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;*/
  overflow: hidden;
}

main {
  display: block;
}

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

a:active, a:hover, a.touchstart {
  text-decoration: none;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

/* 画像のぼやけをなくす（chrome opera） */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}*/
sup {
  font-size: 0.4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.svg-assets {
  display: none;
}

/* ==========================================================================
    libs
   ========================================================================== */
/*@import "libs/slick";
@import "libs/slick-theme";*/
/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 7vw;
  margin-right: 7vw;
}
@media only screen and (max-width: 340px) {
  .l-width-std {
    margin-left: 3.5vw;
    margin-right: 3.5vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-width-std {
    margin-left: auto;
    margin-right: auto;
    max-width: 140rem;
    padding-left: 8.5vw;
    padding-right: 8.5vw;
  }
}
@media screen and (min-width: 1400px) {
  .l-width-std {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.l-width-content {
  margin-left: 7vw;
  margin-right: 7vw;
}
@media print, screen and (min-width:769px) {
  .l-width-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  overflow-x: hidden;
}
.l-page-wrapper img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
}
@media print, screen and (min-width:769px) {
  .l-main {
    margin-bottom: 10rem;
  }
}

.l-main.--top {
  padding-top: 0;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------
  #セカンドユーティリティページレイアウト
 */
/*.l-second {
  padding-top: 100px;
  @include mq-pc {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}*/
/* --------------------------------------------------------------------
  #汎用セクションフォーマット
 */
.l-section {
  position: relative;
  z-index: 3;
  margin-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .l-section {
    margin-bottom: 10rem;
  }
}

/* -------------------------------------------------------------------------
	サイズ
*/
.l-w10 {
  width: 10px !important;
}

.l-w20 {
  width: 20px !important;
}

.l-w30 {
  width: 30px !important;
}

.l-w40 {
  width: 40px !important;
}

.l-w50 {
  width: 50px !important;
}

.l-w60 {
  width: 60px !important;
}

.l-w70 {
  width: 70px !important;
}

.l-w80 {
  width: 80px !important;
}

.l-w90 {
  width: 90px !important;
}

.l-w100 {
  width: 100px !important;
}

.l-w120 {
  width: 120px !important;
}

.l-w140 {
  width: 140px !important;
}

.l-w160 {
  width: 160px !important;
}

.l-w180 {
  width: 180px !important;
}

.l-w200 {
  width: 200px !important;
}

.l-w220 {
  width: 220px !important;
}

.l-w240 {
  width: 240px !important;
}

.l-w260 {
  width: 260px !important;
}

.l-w280 {
  width: 280px !important;
}

.l-w300 {
  width: 300px !important;
}

.l-w320 {
  width: 320px !important;
}

.l-w340 {
  width: 340px !important;
}

.l-w360 {
  width: 360px !important;
}

.l-w380 {
  width: 380px !important;
}

.l-w400 {
  width: 400px !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-w-auto {
    width: auto !important;
  }
  .l-sp-w10 {
    width: 10px !important;
  }
  .l-sp-w20 {
    width: 20px !important;
  }
  .l-sp-w30 {
    width: 30px !important;
  }
  .l-sp-w40 {
    width: 40px !important;
  }
  .l-sp-w50 {
    width: 50px !important;
  }
  .l-sp-w60 {
    width: 60px !important;
  }
  .l-sp-w70 {
    width: 70px !important;
  }
  .l-sp-w80 {
    width: 80px !important;
  }
  .l-sp-w90 {
    width: 90px !important;
  }
  .l-sp-w100 {
    width: 100px !important;
  }
}
/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
}

.l-mb5 {
  margin-bottom: 4px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb5 {
    margin-bottom: 5px !important;
  }
}

.l-mb10 {
  margin-bottom: 8px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
}

.l-mb15 {
  margin-bottom: 12px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb15 {
    margin-bottom: 15px !important;
  }
}

.l-mb20 {
  margin-bottom: 16px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
}

.l-mb25 {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb25 {
    margin-bottom: 25px !important;
  }
}

.l-mb30 {
  margin-bottom: 24px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
}

.l-mb35 {
  margin-bottom: 28px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb35 {
    margin-bottom: 35px !important;
  }
}

.l-mb40 {
  margin-bottom: 32px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
}

.l-mb45 {
  margin-bottom: 36px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb45 {
    margin-bottom: 45px !important;
  }
}

.l-mb50 {
  margin-bottom: 40px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
}

.l-mb55 {
  margin-bottom: 44px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb55 {
    margin-bottom: 55px !important;
  }
}

.l-mb60 {
  margin-bottom: 48px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
}

.l-mb65 {
  margin-bottom: 52px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb65 {
    margin-bottom: 65px !important;
  }
}

.l-mb70 {
  margin-bottom: 56px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
}

.l-mb75 {
  margin-bottom: 60px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb75 {
    margin-bottom: 75px !important;
  }
}

.l-mb80 {
  margin-bottom: 64px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
}

.l-mb85 {
  margin-bottom: 68px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb85 {
    margin-bottom: 85px !important;
  }
}

.l-mb90 {
  margin-bottom: 72px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
}

.l-mb95 {
  margin-bottom: 76px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb95 {
    margin-bottom: 95px !important;
  }
}

.l-mb100 {
  margin-bottom: 80px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
}

.l-mt0 {
  margin-top: 0px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
}

.l-mt5 {
  margin-top: 4px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt5 {
    margin-top: 5px !important;
  }
}

.l-mt10 {
  margin-top: 8px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt10 {
    margin-top: 10px !important;
  }
}

.l-mt15 {
  margin-top: 12px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt15 {
    margin-top: 15px !important;
  }
}

.l-mt20 {
  margin-top: 16px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt20 {
    margin-top: 20px !important;
  }
}

.l-mt25 {
  margin-top: 20px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt25 {
    margin-top: 25px !important;
  }
}

.l-mt30 {
  margin-top: 24px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt30 {
    margin-top: 30px !important;
  }
}

.l-mt35 {
  margin-top: 28px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt35 {
    margin-top: 35px !important;
  }
}

.l-mt40 {
  margin-top: 32px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt40 {
    margin-top: 40px !important;
  }
}

.l-mt45 {
  margin-top: 36px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt45 {
    margin-top: 45px !important;
  }
}

.l-mt50 {
  margin-top: 40px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt50 {
    margin-top: 50px !important;
  }
}

.l-mt55 {
  margin-top: 44px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt55 {
    margin-top: 55px !important;
  }
}

.l-mt60 {
  margin-top: 48px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt60 {
    margin-top: 60px !important;
  }
}

.l-mt65 {
  margin-top: 52px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt65 {
    margin-top: 65px !important;
  }
}

.l-mt70 {
  margin-top: 56px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt70 {
    margin-top: 70px !important;
  }
}

.l-mt75 {
  margin-top: 60px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt75 {
    margin-top: 75px !important;
  }
}

.l-mt80 {
  margin-top: 64px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt80 {
    margin-top: 80px !important;
  }
}

.l-mt85 {
  margin-top: 68px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt85 {
    margin-top: 85px !important;
  }
}

.l-mt90 {
  margin-top: 72px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt90 {
    margin-top: 90px !important;
  }
}

.l-mt95 {
  margin-top: 76px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt95 {
    margin-top: 95px !important;
  }
}

.l-mt100 {
  margin-top: 80px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt100 {
    margin-top: 100px !important;
  }
}

.l-mr0 {
  margin-right: 0px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr0 {
    margin-right: 0px !important;
  }
}

.l-mr5 {
  margin-right: 2.5px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr5 {
    margin-right: 5px !important;
  }
}

.l-mr10 {
  margin-right: 5px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr10 {
    margin-right: 10px !important;
  }
}

.l-mr15 {
  margin-right: 7.5px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr15 {
    margin-right: 15px !important;
  }
}

.l-mr20 {
  margin-right: 10px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr20 {
    margin-right: 20px !important;
  }
}

.l-mr25 {
  margin-right: 12.5px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr25 {
    margin-right: 25px !important;
  }
}

.l-mr30 {
  margin-right: 15px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-ml0-sp {
    margin-left: 0 !important;
  }
  .l-mr0-sp {
    margin-right: 0 !important;
  }
  .l-mr5-sp {
    margin-right: 5px !important;
  }
  .l-mb0-sp {
    margin-bottom: 0 !important;
  }
  .l-mt0-sp {
    margin-top: 0 !important;
  }
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
  .l-mb20-sp {
    margin-bottom: 20px !important;
  }
  .l-mb30-sp {
    margin-bottom: 30px !important;
  }
  .l-mb40-sp {
    margin-bottom: 40px !important;
  }
  .l-mb50-sp {
    margin-bottom: 50px !important;
  }
}
.l-pd5 {
  padding: 5px;
}

.l-pd10 {
  padding: 10px;
}

.l-pd15 {
  padding: 15px;
}

.l-pd20 {
  padding: 20px;
}

.l-pd30 {
  padding: 30px;
}

.l-pd40 {
  padding: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-pd5 {
    padding: 3px;
  }
  .l-pd10 {
    padding: 5px;
  }
  .l-pd15 {
    padding: 7px;
  }
  .l-pd20 {
    padding: 10px;
  }
  .l-pd30 {
    padding: 15px;
  }
  .l-pd40 {
    padding: 20px;
  }
}
/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}
/* ==========================================================================
   Module
   ========================================================================== */
/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .header {
    /*position: relative;*/
    /*height: 12rem;*/
  }
}

/**
  SP時の固定ヘッダ要素
 */
.header-wrap {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 110;
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  position: fixed;
  z-index: 111;
  cursor: pointer;
  right: 1rem;
  top: 1rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.6rem;
}
.header__trigger .line1,
.header__trigger .line2,
.header__trigger .line3 {
  display: block;
  width: 28px;
  height: 1px;
  background-color: #002E85;
  transform-origin: 50% 50%;
  transition-duration: 0.2s;
}
.header__trigger .line1 {
  transform: translate3d(0, -5px, 0);
}
.header__trigger .line3 {
  transform: translate3d(0, 5px, 0);
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2,
.header__trigger.is-active .line3 {
  transition-duration: 0.4s;
  background-color: #fff;
}
.header__trigger.is-active .line1 {
  transform: translate3d(0, 1px, 0) rotate(45deg);
}
.header__trigger.is-active .line2 {
  opacity: 0;
}
.header__trigger.is-active .line3 {
  transform: translate3d(0, -1px, 0) rotate(-45deg);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__trigger.is-active {
    background: none;
  }
}
@media print, screen and (min-width:769px) {
  .header__trigger {
    display: none;
  }
}

.header-container {
  position: relative;
}

.header__ci,
.header-menu__ci {
  position: absolute;
}
.header__ci > a,
.header-menu__ci > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__ci,
  .header-menu__ci {
    left: 1rem;
    top: 1rem;
  }
  .header__ci > a,
  .header-menu__ci > a {
    width: 10rem;
    height: 5rem;
    top: 0.9rem;
    left: 1.2rem;
    border-radius: 0.4rem;
  }
  .header__ci img,
  .header-menu__ci img {
    width: 75%;
  }
}
@media print, screen and (min-width:769px) {
  .header__ci,
  .header-menu__ci {
    left: 2rem;
    top: 2rem;
  }
  .header__ci > a,
  .header-menu__ci > a {
    width: 24rem;
    height: 12rem;
    border-radius: 0.6rem;
  }
}

@media print, screen and (min-width:769px) {
  .header-menu__ci {
    display: none;
  }
}

/**
  ドロワーコンテナ（SP時メニューのボディ）
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu {
    display: none;
    position: fixed;
    z-index: 108;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100vw;
  }
  .header-menu.is-beforeEnter {
    display: block;
    opacity: 0;
  }
  .header-menu.is-active {
    display: block;
    transition: 0.5s opacity;
    opacity: 1;
  }
  .header-menu.is-fadeOut {
    display: block;
    opacity: 0;
    transition: 0.3s opacity;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-inner {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
}
.header-gnav {
  background-color: #fff;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-gnav {
    background: url(../img/menu_bg.jpg) no-repeat center center/cover;
    height: 100%;
    flex-direction: column;
  }
}
@media print, screen and (min-width:769px) {
  .header-gnav {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 61rem;
    height: 4.8rem;
  }
}

.header-gnav__item > a, .header-gnav__item > span {
  position: relative;
  display: block;
  font-weight: 700;
  color: #002E85;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-gnav__item {
    margin-bottom: 3rem;
  }
  .header-gnav__item > a, .header-gnav__item > span {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    text-align: center;
  }
  .header-gnav__item:last-child {
    border: none;
  }
}
@media print, screen and (min-width:769px) {
  .header-gnav__item > a, .header-gnav__item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    padding: 0 2rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
  .header-gnav__item.is-current > a::after, .header-gnav__item.is-current > span::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #002E85;
  }
}

/**
  スクロール時スリムヘッダ設定
 */
.header {
  transition: height 0.3s;
}
.header .header-container {
  transition: transform 0.3s;
}
.header .header__ci {
  transition: 0.3s;
  transform-origin: 0 0;
}
.header .header-gnav {
  transition: 0.3s;
}
@media print, screen and (min-width:769px) {
  .header {
    transition: 0.3s height;
  }
  .header.is-slim {
    height: 6rem;
  }
  .header.is-slim .header__ci {
    transform: scale3d(0.7, 0.7, 1);
  }
  .header.is-scrollup {
    top: 0 !important;
  }
  .header.is-fixed {
    position: fixed;
  }
}

/* ====================================================================

  #フッタ

 */
.footer {
  position: relative;
  z-index: 1;
  padding: 16rem 0 3rem;
  background-color: #fff;
  background: url(../img/footer_bg.png) no-repeat center top/2758px auto #002f6f;
}
@media print, screen and (min-width:769px) {
  .footer {
    padding: 14.5rem 0 6rem;
  }
}

.footer__ci {
  width: 24rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .footer__ci {
    width: 46.8rem;
  }
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin: 1.5rem 0 0;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .footer__copyright {
    font-size: 1.4rem;
    margin: 3.5rem 0 0;
  }
}

.foot__banner {
  margin-left: 7vw;
  margin-right: 7vw;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .foot__banner {
    margin-top: 7rem;
  }
  .foot__banner > li {
    margin-bottom: 2rem;
  }
  .foot__banner > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:769px) {
  .foot__banner {
    width: 78.6rem;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  .foot__banner > li {
    width: 38rem;
  }
}

.table-wrap {
  margin-bottom: 80px;
  /*  @include mq-sp {
      overflow: auto;
    }*/
}
@media print, screen and (min-width:769px) {
  .table-wrap {
    margin-bottom: 120px;
  }
}

.table-basic > dt,
.table-basic > dd {
  line-height: 1.75;
}
.table-basic > dt {
  color: #002E85;
  font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-basic {
    border-top: 1px solid #ddd;
  }
  .table-basic > dt {
    padding-top: 0.6rem;
    display: inline-block;
    border-top: 2px solid #bac5dc;
    margin-bottom: 0.5rem;
  }
  .table-basic > dt.merge {
    border-top: none;
    font-size: 0.9em;
  }
  .table-basic > dd {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.6rem;
  }
  .table-basic > dd.merge {
    font-size: 0.9em;
  }
  .table-basic > dd.merge2 {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.table-basic .shift {
  display: block;
  transform: translateX(2em);
}
@media print, screen and (min-width:769px) {
  .table-basic {
    display: flex;
    flex-wrap: wrap;
  }
  .table-basic > dt,
  .table-basic > dd {
    padding: 2rem 0;
  }
  .table-basic > dt {
    border-top: 2px solid #bac5dc;
    width: 27%;
  }
  .table-basic > dt:last-of-type {
    border-bottom: 2px solid #bac5dc;
  }
  .table-basic > dt.merge {
    border-top: none;
    padding-top: 0;
    font-size: 0.9em;
  }
  .table-basic > dd {
    border-top: 1px solid #ddd;
    width: 73%;
    padding-left: 2em;
  }
  .table-basic > dd .shift {
    margin-left: -1.8em;
  }
  .table-basic > dd:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  .table-basic > dd.merge {
    border-top: none;
    padding-top: 0;
    font-size: 0.9em;
  }
}

/* ==========================================================================

	#アコーディオンモジュール

 */
.prg-accr-trigger {
  cursor: pointer;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-trigger {
  cursor: pointer;
}
.prg-sp-accr-trigger .icon-arrow {
  transition-duration: 0.3s;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .prg-sp-accr-content {
    display: none;
  }
}

/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # セクション見出し
 */
.heading1 {
  text-align: center;
  line-height: 1.3;
}
.heading1 > span {
  position: relative;
  z-index: 3;
  color: #002E85;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .heading1 > span {
    font-size: 3.2rem;
  }
}

/* --------------------------------------------------------------------
  #input
 */
input:not([type=radio]):not([type=submit]):not([type=file]),
textarea {
  height: 46px;
  font-size: 1.6rem;
  background: #fff;
  height: 46px;
  padding: 0 10px;
  /*margin: 0 5px;*/
  border: 2px solid #bac5dc;
  border-radius: 0.3rem;
}
input:not([type=radio]):not([type=submit]):not([type=file]).error,
textarea.error {
  border: 2px solid #ff3333;
}
input:not([type=radio]):not([type=submit]):not([type=file])::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit]):not([type=file])::-moz-placeholder, textarea::-moz-placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  input:not([type=radio]):not([type=submit]):not([type=file])::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  input:not([type=radio]):not([type=submit]):not([type=file])::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1.84rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 1.84rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 1.84rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit]):not([type=file]),
  textarea {
    padding: 0 3px;
    height: 42px;
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

input[type=submit],
.btn-submit {
  background-color: #002E85;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  cursor: pointer;
  height: 48px;
  width: 160px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  input[type=submit],
  .btn-submit {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  input[type=submit],
  .btn-submit {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  input[type=submit],
  .btn-submit {
    font-size: 1.84rem;
  }
}
@media print, screen and (min-width:769px) {
  input[type=submit],
  .btn-submit {
    width: 300px;
    height: 62px;
    transition: 0.3s opacity;
  }
  input[type=submit]:hover,
  .btn-submit:hover {
    opacity: 0.75;
  }
}

.btn-submit--back {
  background-color: #999;
  color: #002E85;
  border: 2px solid #002E85;
  background-color: #fff;
}
input.is-error {
  border: 1px solid #c5381d !important;
}

input {
  width: 100%;
}

input[size="7"] {
  width: 70px;
}

input[size="3"] {
  width: 30px;
}

input[size="5"] {
  width: 50px;
}

input[size="7"] {
  width: 86px;
}

input[size="10"] {
  width: 100px;
}

input[size="15"] {
  width: 150px;
}

input[size="20"] {
  width: 200px;
}

input[size="25"] {
  width: 250px;
}

input[size="30"] {
  width: 300px;
}

input[size="35"] {
  width: 350px;
}

input[size="40"] {
  width: 400px;
}

input[size="50"] {
  width: 500px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input[size="3"] {
    width: 30px;
  }
  input[size="5"] {
    width: 50px;
  }
  input[size="7"] {
    width: 50px;
  }
  input[size="10"] {
    width: 65px;
  }
  input[size="15"] {
    width: 120px;
  }
  input[size="20"] {
    width: 180px;
  }
  input[size="25"] {
    width: 220px;
  }
  input[size="30"] {
    width: 100%;
  }
  input[size="35"] {
    width: 100%;
  }
  input[size="40"] {
    width: 100%;
  }
  input[size="50"] {
    width: 100%;
  }
}
textarea {
  padding: 10px;
  width: 100%;
  height: 120px;
}

/* --------------------------------------------------------------------
  #select
 */
/* --------------------------------------------------------------------
  #ラジオボタン
 */
label {
  cursor: pointer;
  font-size: 1.3rem;
}
@media print, screen and (min-width:769px) {
  label {
    font-size: 1.6rem;
  }
}

input[type=radio] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border: 2px solid #d9dce3;
  border-radius: 50%;
  margin-right: 0.3em;
  background: #fff;
  transform: translateY(-0.1em);
}

input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked::before {
  position: absolute;
  font-size: 14px;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: #002E85;
  content: "";
  border-radius: 50%;
}

/* --------------------------------------------------------------------
  #チェックボックス
 */
input[type=checkbox] {
  cursor: pointer;
  vertical-align: middle;
  width: 20px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  background: #f5f5f5;
  padding: 0 !important;
  height: 20px !important;
}

input[type=checkbox]:checked + label {
  position: relative;
}
input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #002E85;
  left: -24px;
  top: 5px;
}
@media print, screen and (min-width:769px) {
  input[type=checkbox]:checked + label::before {
    left: -24px;
    top: 8px;
  }
}

/*
  エラー
 */
.error {
  display: block;
  color: #cc3300;
  font-size: 0.92em;
  margin-bottom: 1em;
}

.error + input,
.error + textarea {
  background-color: #ffeeee !important;
}

/*

.contact-form .error{
  margin-top: 10px;
}

.is-error input,
.is-error textarea,
.is-error .select-wrap::after,
.is-error select {
  background-color: #ffeeee !important;
}
*/
.mv {
  position: relative;
  width: 100%;
  height: 100vw;
  height: 70svh;
}
@media print, screen and (min-width:769px) {
  .mv {
    height: 100vh;
  }
}

.mv__main {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.mv__main .main-video {
  width: 100%;
  height: 100vw;
}
.mv__main .main-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__main .main-copy {
  position: absolute;
  z-index: 3;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  left: 1rem;
  bottom: 0.6rem;
  font-size: 3.2rem;
}
@media print, screen and (min-width:769px) {
  .mv__main .main-video {
    height: 100dvh;
  }
  .mv__main .main-copy {
    font-size: 10rem;
  }
}

.fullscreen-video-wrap {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 70svh;
  overflow: hidden;
}
.fullscreen-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width:769px) {
  .fullscreen-video-wrap {
    height: 100vh;
  }
}

.fullscreen-video-wrap video {
  min-width: 100%;
  min-height: 100%;
}

.top-concept p {
  color: #002E85;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .top-concept {
    padding: 8rem 0;
  }
  .top-concept p {
    font-size: 2.2rem;
  }
}

.top-wrap {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.top-box__list {
  padding: 6rem 2rem;
}
.top-box__list > li {
  position: relative;
}
.top-box__list .list-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}
.top-box__list .list-heading > span {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-box__list .list-heading > small {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.top-box__list figure::before {
  position: relative;
  content: "";
  display: block;
  position: absolute;
  mix-blend-mode: overlay;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 46, 133, 0.8);
  left: 0;
  top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-box__list > li {
    margin-bottom: 1px;
  }
}
@media print, screen and (min-width:769px) {
  .top-box__list {
    display: flex;
    flex-wrap: wrap;
    padding: 8rem 0;
  }
  .top-box__list > li {
    width: 50%;
  }
  .top-box__list > li:nth-child(2n) {
    transform: translateY(6rem);
  }
  .top-box__list .list-heading > span {
    font-size: 4rem;
  }
  .top-box__list a {
    display: block;
  }
  .top-box__list figure {
    overflow: hidden;
  }
  .top-box__list figure::before {
    transition: 0.3s;
  }
  .top-box__list figure img {
    transition: 0.3s;
  }
  .top-box__list > li:hover figure::before {
    opacity: 0;
  }
  .top-box__list > li:hover img {
    transform: scale3d(1.05, 1.05, 1);
  }
}

.top-banner {
  padding: 4rem 2rem;
}
@media print, screen and (min-width:769px) {
  .top-banner {
    margin-top: 12rem;
    padding: 8rem auto;
  }
}

.top-banner__list > li {
  margin-bottom: 1rem;
}
@media print, screen and (min-width:769px) {
  .top-banner__list {
    width: 84rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  .top-banner__list > li {
    width: 32%;
    margin: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top__movie-banner {
    margin: 4rem auto 8rem;
    padding: 0 5vw;
  }
}
@media print, screen and (min-width:769px) {
  .top__movie-banner {
    width: 70rem;
    margin: 8rem auto 12rem;
    transition: 0.3s opacity;
  }
  .top__movie-banner:hover {
    opacity: 0.75;
  }
}

.second-head {
  position: relative;
  display: flex;
  margin-bottom: 8rem;
}
.second-head::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  width: 70vw;
  height: 10rem;
  bottom: -6rem;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .second-head {
    margin-top: 7.2rem;
  }
}
@media print, screen and (min-width:769px) {
  .second-head {
    margin-bottom: 18rem;
  }
  .second-head::after {
    width: 90rem;
    height: 20rem;
    bottom: -10rem;
    left: calc((100% - 90rem) / 2);
  }
}

.second-head__mv {
  width: 60%;
  margin: 0 0 0 auto;
  height: 50vw;
  position: relative;
  z-index: 3;
}
.second-head__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width:769px) {
  .second-head__mv {
    height: 54rem;
    width: 64%;
  }
}

.second-head__heading {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.second-head__heading > span {
  color: #002E85;
  font-weight: 700;
  font-size: 2rem;
}
.second-head__heading > small {
  display: block;
  margin-top: 0.5rem;
  color: #bac5dc;
  font-size: 1.1rem;
}
@media print, screen and (min-width:769px) {
  .second-head__heading {
    width: 36%;
  }
  .second-head__heading > span {
    font-size: 4rem;
  }
  .second-head__heading > small {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}

.news {
  padding: 4rem 2rem 6rem;
}
@media print, screen and (min-width:769px) {
  .news {
    padding: 8rem 0 4rem;
  }
}

@media print, screen and (min-width:769px) {
  .news-container {
    display: flex;
    justify-content: space-between;
  }
}

.news__heading > span {
  font-weight: 700;
  color: #002E85;
}
.news__heading > small {
  display: block;
  font-family: "Lato", sans-serif;
  color: #bac5dc;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .news__heading {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .news__heading {
    padding-left: 5vw;
  }
  .news__heading > small {
    font-size: 1.4rem;
  }
}

.news__list {
  background-color: #f5f5f5;
  padding: 1rem 2rem;
}
.news__list > dt, .news__list > dd {
  line-height: 1.75;
}
.news__list > dt p, .news__list > dt div, .news__list > dd p, .news__list > dd div {
  line-height: 1.75;
  font-size: 1.4rem;
}
.news__list > dt p:last-child, .news__list > dt div:last-child, .news__list > dd p:last-child, .news__list > dd div:last-child {
  margin-bottom: 0;
}
.news__list > dt img, .news__list > dd img {
  max-width: 60%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.news__list > dt {
  font-weight: bold;
}
.news__list > a {
  display: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .news__list {
    margin: 0 calc((100vw - 100%) / -2);
  }
}
@media print, screen and (min-width:769px) {
  .news__list {
    display: flex;
    width: 80%;
    padding: 2rem 3rem;
  }
  .news__list > dt p, .news__list > dt div, .news__list > dd p, .news__list > dd div {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .news__list > dt {
    width: 20rem;
  }
  .news__list > dd {
    width: 70rem;
  }
  .news__list img {
    max-width: 30rem;
  }
}

.business-block {
  margin-bottom: 60px;
}
.business-block:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .business-block {
    margin-bottom: 120px;
  }
}

.business-block__text {
  line-height: 2;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .business-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .business-container > li {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width:769px) {
  .business-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .business-container > li {
    width: 49%;
    margin-bottom: 2%;
  }
}

.business__heading {
  position: relative;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business__heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f6f6f6;
  left: 0;
}
.business__heading.--invert::after {
  left: auto;
  right: 0;
}
@media print, screen and (min-width:769px) {
  .business__heading {
    height: 21rem;
  }
}

.company-info {
  padding-top: 4rem;
  margin-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .company-info {
    padding-top: 5rem;
    margin-bottom: 16rem;
  }
}

.company-history {
  margin-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .company-history {
    margin-bottom: 8rem;
    background: url(../../company/img/shape01.svg) no-repeat center center/contain;
  }
}

.company-history__heading {
  position: relative;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-history__heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f6f6f6;
  right: 0;
}
@media print, screen and (min-width:769px) {
  .company-history__heading {
    height: 21rem;
  }
}

.company-history__pict01 {
  max-width: 75%;
}
@media print, screen and (min-width:769px) {
  .company-history__pict01 {
    max-width: 80rem;
    margin: 0 50% 0 auto;
  }
}

.company-history__pict02 {
  max-width: 75%;
  margin: 0 0 0 auto;
}
@media print, screen and (min-width:769px) {
  .company-history__pict02 {
    max-width: 80rem;
    margin: -26rem 0 0 54%;
  }
}

.company-history__list {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0 0;
}
.company-history__list > dt, .company-history__list > dd {
  line-height: 1.75;
  margin-bottom: 1em;
}
.company-history__list > dt {
  width: 10rem;
}
.company-history__list > dd {
  width: calc(100% - 11rem);
}
@media print, screen and (min-width:769px) {
  .company-history__list {
    padding: 8rem 0;
  }
  .company-history__list > dt {
    width: 12rem;
  }
  .company-history__list > dd {
    width: calc(100% - 14rem);
  }
}

@media print, screen and (min-width:769px) {
  .company-office {
    padding: 8rem 0;
  }
}

.company-office__heading {
  position: relative;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-office__heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f6f6f6;
  left: 0;
}
@media print, screen and (min-width:769px) {
  .company-office__heading {
    height: 21rem;
  }
}

.contact {
  position: relative;
  padding: 6rem 0 0;
}
@media print, screen and (min-width:769px) {
  .contact {
    padding: 6rem 0 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.form-container {
  background-color: #e6edf7;
  padding: 6rem 7vw;
}
@media print, screen and (min-width:769px) {
  .form-container {
    border-radius: 1rem;
    width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding: 8rem 12rem;
  }
}

table.form {
  width: 100%;
}
table.form th, table.form td {
  line-height: 1.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  table.form th, table.form td {
    display: block;
  }
  table.form th {
    text-align: left;
    color: #002E85;
    margin-bottom: 0.7em;
  }
  table.form td {
    padding-bottom: 1.5em;
  }
}
@media print, screen and (min-width:769px) {
  table.form th, table.form td {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  table.form th {
    width: 25%;
    text-align: left;
    color: #002E85;
  }
  table.form td {
    width: 75%;
  }
}

.button-container {
  margin: 0 0;
  display: flex;
  justify-content: center;
}
.button-container > li button {
  cursor: pointer;
  background-color: #002E85;
  color: #fff;
  padding: 2rem 4rem;
  border-radius: 0.5rem;
}
@media print, screen and (min-width:769px) {
  .button-container {
    margin: 2em 0 0;
  }
}

.must {
  color: #cc3300;
}

.table-note {
  color: #cc3300;
  font-size: 0.92em;
  margin-bottom: 2em;
  text-align: right;
}

.form-container .back,
.form-container .error_back {
  margin-top: 2em;
}

.recruit-info {
  margin-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .recruit-info {
    margin-bottom: 12rem;
  }
}

.shikaku-list {
  margin-top: 1em;
}
.shikaku-list > li {
  margin-bottom: 1em;
}
.shikaku-list > li:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.txt-ll,
.txt-l,
.txt-m,
.txt-s,
.txt-ss {
  line-height: 1.75;
}

.txt-ll {
  font-size: 2.2rem;
}

.txt-l {
  font-size: 1.8rem;
}

.txt-m {
  font-size: 1.6rem;
}

.txt-s {
  font-size: 1.4rem;
}

.txt-ss {
  font-size: 1.2rem;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width:769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  color: #002E85;
  background-color: #666;
  transition-duration: 0.3s;
}
@media print, screen and (min-width:769px) {
  .u-textLink:hover {
    color: #fff;
    background-color: #002E85;
  }
}

.u-textLink--effect {
  padding-bottom: 0.1em;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width:769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* ==========================================================================
   animation
   ========================================================================== */
/**
  見出しアニメーション
 */
.delay1 {
  transition-delay: 0.1s !important;
}

.delay2 {
  transition-delay: 0.2s !important;
}

.delay3 {
  transition-delay: 0.3s !important;
}

.delay4 {
  transition-delay: 0.4s !important;
}

.tr-slideup {
  position: relative;
  transition: transform 0.8s, opacity 0.8s;
}
.tr-slideup.ef-scroll, .tr-slideup.ef-scroll-in {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
@media print, screen and (min-width:769px) {
  .tr-slideup.ef-scroll, .tr-slideup.ef-scroll-in {
    transform: translate3d(0, 60px, 0);
  }
}

/***
  ホバー処理（PCのみに適用）
 */
@media print, screen and (min-width:769px) {
  /**
    button
   */
  .btn-a .btn-inner {
    transition-duration: 0.3s;
  }
  .btn-a .icon-arrow {
    transition: 0.3s transform;
  }
  .btn-a:hover .btn-inner {
    background-color: #002E85;
    color: #fff;
  }
  .btn-a:hover .icon-arrow {
    transform: translate3d(15%, 0, 0);
    stroke: #fff;
  }
  .btn-a.--downicon:hover .icon-arrow {
    transform: none;
  }
  /**
  group accordiong
   */
  .group__trigger {
    transition: 0.3s;
  }
  .group__trigger:hover {
    background-color: #002E85;
  }
  .header-gnav__item > a, .header-gnav__item > span {
    transition: 0.3s;
  }
  .header-gnav__item:hover > a, .header-gnav__item:hover > span {
    color: #134398;
  }
  /**
    news list
   */
  /* .news-list >li {
     .news-list__date,
     .news-list__text,
     .news-list__category span {
       transition-duration: .3s;
     }
     &:hover {
       .news-list__date,
       .news-list__text, {
         opacity: $hover_opacity;
       }
       .news-list__category span{
         background-color: $col_key;
       }
     }
   }*/
}