@charset "UTF-8";
/*
================================================================
 ベースレイアウト
================================================================
*/
html {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
@media print {
  html {
    font-size: 16px;
  }
}

/*
================================================================
 端末ごとの表示変更
================================================================
*/
@media all and (max-width: 1339px) {
  .mb-hide,
  .pc-only {
    /* タブレット、スマートフォン時非表示 */
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .sp-hide,
  .tb-only {
    /* スマートフォン時非表示 */
    display: none !important;
  }
}
@media all and (min-width: 1340px) {
  .pc-hide,
  .mb-only,
  .tb-only {
    /* PC時非表示 */
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .sp-only {
    /* PC、タブレット時非表示 */
    display: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1339px) {
  .tb-hide {
    /* タブレット時非表示 */
    display: none !important;
  }
}
/*
================================================================
 コンテナ
================================================================
*/
.container {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
  clear: both;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  width: calc(100% - 30px);
  max-width: 1000px;
}
@media all and (min-width: 580px) {
  .container {
    width: calc(100% - 50px);
  }
}
@media all and (min-width: 768px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media all and (min-width: 1080px) {
  .container {
    width: calc(100% - 120px);
  }
}
@media all and (min-width: 1340px) {
  .container {
    width: calc(100% - 140px);
  }
}
@media all and (min-width: 1540px) {
  .container {
    width: calc(100% - 160px);
  }
}
.container.container--wide {
  max-width: 1200px;
}
.container.container--exwide {
  max-width: 1400px;
}
.container.container--narrow {
  max-width: 800px;
}

.half-container {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
  width: 90%;
  max-width: 500px;
  clear: both;
  box-sizing: border-box;
  width: calc(100% - 15px);
}
@media all and (min-width: 580px) {
  .half-container {
    width: calc(100% - 25px);
  }
}
@media all and (min-width: 768px) {
  .half-container {
    width: calc(100% - 50px);
  }
}
@media all and (min-width: 1080px) {
  .half-container {
    width: calc(100% - 60px);
  }
}
@media all and (min-width: 1340px) {
  .half-container {
    width: calc(100% - 70px);
  }
}
@media all and (min-width: 1540px) {
  .half-container {
    width: calc(100% - 80px);
  }
}
.half-container.half-container--left {
  margin-left: auto;
  margin-right: 0;
}
.half-container.half-container--right {
  margin-left: 0;
  margin-right: auto;
}
.half-container.half-container--wide {
  max-width: 600px;
}
.half-container.half-container--exwide {
  max-width: 700px;
}
.half-container.half-container--narrow {
  max-width: 400px;
}

.inner-container {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
  clear: both;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  width: calc(100% - 30px);
  max-width: 1000px;
}
@media all and (min-width: 580px) {
  .inner-container {
    width: calc(100% - 50px);
  }
}
@media all and (min-width: 768px) {
  .inner-container {
    width: calc(100% - 100px);
  }
}
@media all and (min-width: 1080px) {
  .inner-container {
    width: calc(100% - 100px);
  }
}
@media all and (min-width: 1340px) {
  .inner-container {
    width: calc(100% - 140px);
  }
}
@media all and (min-width: 1540px) {
  .inner-container {
    width: calc(100% - 140px);
  }
}
.inner-container.inner-container--wide {
  max-width: 1200px;
}
.inner-container.inner-container--exwide {
  max-width: 1400px;
}
.inner-container.inner-container--narrow {
  max-width: 800px;
}

/*
================================================================
 サイトデザインの反映
================================================================
*/
html {
  background: #a7a7a7;
  background-repeat: repeat;
  background-size: auto;
  color: #333;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
}

a {
  color: #06b;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
a:hover {
  opacity: 0.7;
}

a.inherit {
  color: inherit;
  text-decoration: inherit;
}

a.href-box {
  display: block;
}

.set-call-link a {
  color: inherit;
  text-decoration: inherit;
}

ruby rt {
  transform: translateY(0.5em);
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.line-break-span span {
  display: inline-block;
}

@media all and (max-width: 1339px) {
  .line-break-span-lg span {
    display: inline-block;
  }

  .line-break-span-lg br:not(.set--force) {
    display: none;
  }
}
@media all {
  .line-break-span-mb span {
    display: inline-block;
  }

  .line-break-span-mb br:not(.set--force) {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .line-break-span-sm span {
    display: inline-block;
  }

  .line-break-span-sm br:not(.set--force) {
    display: none;
  }
}
/*
================================================================
 表示領域とスクロール領域
================================================================
*/
.display-content {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 100dvh;
  max-width: 2560px;
  background-color: #fff;
  color: #333;
}

.display-content-area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 2560px;
}

/* スクロール領域 */
@media print {
  /* for print color */
  html {
    background: transparent;
  }

  .display-content {
    background: transparent;
    color: #333;
  }
}
/*
================================================================
 エフェクト
================================================================
*/
/*
================================================================
 表示
================================================================
*/
.disp-blend-multiply {
  mix-blend-mode: multiply;
}

.disp-clip-box {
  overflow: hidden;
}

body.agent-prop--SP .is-PC-only {
  display: none !important;
}

body:not(.agent-prop--SP) .is-SP-only {
  display: none !important;
}

.txt-punc-shrink {
  display: inline-block;
  margin-right: -0.4em;
}

/*
================================================================
 操作
================================================================
*/
.jsctrl--disable-events {
  pointer-events: none !important;
}

/*
================================================================
 メイン領域
================================================================
*/
.scroll-content__main {
  box-sizing: border-box;
  min-height: calc(100svh - 60px);
}

.main-content {
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .scroll-content__main {
    min-height: calc(100svh - 107px);
  }
}
/*
================================================================
 グローバルヘッダー
================================================================
*/
/* スクロール位置 */
/* ヘッダー */
.global-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9000;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  color: #333;
}
.global-header::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: height 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}

/* タイトル部 */
.global-header-title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.global-header-title .content-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.global-header-title__label {
  position: absolute;
  top: 11px;
  left: 25px;
  z-index: 12;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  height: 48px;
  padding: 0 0;
  width: auto;
  width: -moz-max-content;
  /* Firefox */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
}
.global-header-title__label img {
  display: block;
  width: auto;
  height: 100%;
}

/* ハンバーガーメニュー ボタン */
.global-header-toggle {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
.global-header-toggle .content-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.global-header-toggle-button {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 13;
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  width: 40px;
  overflow: hidden;
  cursor: pointer;
}
.global-header-toggle-button::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 100% 0 0;
}
.global-header-toggle-button span {
  position: absolute;
  z-index: 2;
  left: 10%;
  display: block;
  box-sizing: content-box;
  width: 80%;
  height: 0;
  margin-top: -1px;
  border-top: 2px solid #ea8a00;
  opacity: 1;
  transition: top 0.3s cubic-bezier(0, 0, 0.6, 1) 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.6, 1) 0.3s, left 0.3s cubic-bezier(0.4, 0, 1, 1) 0s, width 0.3s cubic-bezier(0.4, 0, 1, 1) 0s, transform 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.global-header-toggle-button span:nth-child(1) {
  top: 30%;
}
.global-header-toggle-button span:nth-child(2) {
  top: 50%;
}
.global-header-toggle-button span:nth-child(3) {
  top: 70%;
}

/* ハンバーガーメニュー 項目 */
.global-header-content {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
}
.global-header-content .content-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.global-header-content__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.global-header-content__display-height {
  display: none;
  height: 100vh;
  height: 100lvh;
}

.global-header-content__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
}
.global-header-content__panel .content-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.global-header-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 0 0 0;
  width: 100%;
  height: 70px;
}

.global-header-nav-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 0 0;
  height: 70px;
}
.global-header-nav-menu > .menu-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: auto;
  width: -moz-max-content;
  /* Firefox */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
  height: 100%;
  margin: 0;
  padding: 0;
}
.global-header-nav-menu > .menu-item > a, .global-header-nav-menu > .menu-item > .as-link {
  position: relative;
  z-index: 11;
  display: block;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0 20px 0;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  text-align: center;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
.global-header-nav-menu > .menu-item > a .this__ja, .global-header-nav-menu > .menu-item > .as-link .this__ja {
  display: block;
  padding-top: 14px;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}
.global-header-nav-menu > .menu-item > a .this__en, .global-header-nav-menu > .menu-item > .as-link .this__en {
  display: block;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  color: #ea8a00;
  font-size: 0.6875rem;
}
.global-header-nav-menu > .menu-item > a .this__call, .global-header-nav-menu > .menu-item > .as-link .this__call {
  display: block;
  width: max-content;
  margin: 0 auto;
  padding-top: 12px;
  padding-left: 28px;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1.75rem;
  line-height: 1;
  background-image: url(../img/common/call_ico.svg);
  background-position: left 0 bottom 3px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
}
.global-header-nav-menu > .menu-item > a .this__open, .global-header-nav-menu > .menu-item > .as-link .this__open {
  display: block;
  width: max-content;
  margin: 0 auto;
  padding-left: 0.5em;
  font-size: 0.75rem;
}
.global-header-nav-menu > .menu-item > a:hover {
  opacity: 0.7;
}

.global-header-nav-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 0 0 0 20px;
  padding: 15px 0;
  height: 70px;
}
.global-header-nav-btn > .menu-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
}
.global-header-nav-btn > .menu-item > a, .global-header-nav-btn > .menu-item > .as-link {
  position: relative;
  z-index: 11;
  display: block;
  box-sizing: border-box;
  min-width: 180px;
  height: 100%;
  margin: 0;
  padding: 4px 40px 6px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  text-align: center;
  background-color: #ea8a00;
  background-image: linear-gradient(to right, #f15a24, #ea8a00);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 1rem;
  line-height: 30px;
  transition: color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
.global-header-nav-btn > .menu-item > a .this__ja, .global-header-nav-btn > .menu-item > .as-link .this__ja {
  display: block;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}
.global-header-nav-btn > .menu-item > a .this__en, .global-header-nav-btn > .menu-item > .as-link .this__en {
  display: block;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
}
.global-header-nav-btn > .menu-item > a:hover {
  opacity: 0.7;
}

@media all and (max-width: 1339px) {
  .global-header-nav-menu > .menu-item > a, .global-header-nav-menu > .menu-item > .as-link {
    padding: 0 10px 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .global-header-nav-menu > .menu-item > a .this__ja, .global-header-nav-menu > .menu-item > .as-link .this__ja {
    padding-top: 15px;
  }
  .global-header-nav-menu > .menu-item > a .this__en, .global-header-nav-menu > .menu-item > .as-link .this__en {
    font-size: 0.6875rem;
  }
  .global-header-nav-menu > .menu-item > a .this__call, .global-header-nav-menu > .menu-item > .as-link .this__call {
    padding-top: 15px;
    padding-left: 28px;
    font-size: 1.5rem;
    background-position: left 0 bottom 2px;
    background-size: 22px 22px;
  }
  .global-header-nav-menu > .menu-item > a .this__open, .global-header-nav-menu > .menu-item > .as-link .this__open {
    font-size: 0.6875rem;
  }

  .global-header-nav-btn {
    margin: 0 0 0 10px;
    padding: 15px 0;
  }
  .global-header-nav-btn > .menu-item > a, .global-header-nav-btn > .menu-item > .as-link {
    min-width: 120px;
    padding: 4px 40px 6px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 1rem;
    line-height: 30px;
  }
}
@media all and (max-width: 1079px) {
  .global-header-title__label {
    top: 17px;
    left: 15px;
    height: 36px;
  }

  .global-header-nav-menu > .menu-item > a, .global-header-nav-menu > .menu-item > .as-link {
    padding: 0 5px 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .global-header-nav-menu > .menu-item > a .this__ja, .global-header-nav-menu > .menu-item > .as-link .this__ja {
    padding-top: 15px;
  }
  .global-header-nav-menu > .menu-item > a .this__en, .global-header-nav-menu > .menu-item > .as-link .this__en {
    font-size: 0.6875rem;
  }
  .global-header-nav-menu > .menu-item > a .this__call, .global-header-nav-menu > .menu-item > .as-link .this__call {
    padding-top: 15px;
    padding-left: 28px;
    font-size: 1.5rem;
    background-position: left 0 bottom 2px;
    background-size: 22px 22px;
  }
  .global-header-nav-menu > .menu-item > a .this__open, .global-header-nav-menu > .menu-item > .as-link .this__open {
    font-size: 0.6875rem;
  }

  .global-header-nav-btn {
    margin: 0 0 0 0;
    padding: 15px 0;
  }
  .global-header-nav-btn > .menu-item > a, .global-header-nav-btn > .menu-item > .as-link {
    min-width: 80px;
    padding: 4px 20px 6px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 0.875rem;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .main-content {
    padding-top: 50px;
  }

  .global-header {
    position: fixed;
    height: 50px;
  }

  .global-header-title__label {
    top: 7px;
    left: 15px;
    height: 36px;
  }

  .global-header-toggle {
    display: block;
  }

  .global-header-content__canvas {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100lvh;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transform: translateY(-100%);
    transition: opacity 0.6s cubic-bezier(0.2, 0, 0.8, 1) 0s, transform 0s 0.6s, visibility 0s 0.6s;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .global-header-content__display-height {
    display: block;
  }

  .global-header-content__panel {
    position: absolute;
    top: 50px;
    left: 0;
    height: calc( 100% - 50px );
    width: 100%;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.2, 0, 0.8, 1) 0s, opacity 0.6s cubic-bezier(0.2, 0, 0.8, 1) 0s, top 0.6s cubic-bezier(0.2, 0, 0.8, 1) 0s, visibility 0.6s cubic-bezier(0.2, 0, 0.8, 1) 0s;
  }
  .global-header-content__panel .content-container {
    height: auto;
    padding: 0 0 calc(100lvh - 100svh);
  }

  .global-header-nav {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: auto;
  }

  .global-header-nav-menu {
    position: static;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0;
  }
  .global-header-nav-menu > .menu-item {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
  }
  .global-header-nav-menu > .menu-item:first-child > a, .global-header-nav-menu > .menu-item:first-child > .as-link {
    border-top-color: transparent;
  }
  .global-header-nav-menu > .menu-item > a, .global-header-nav-menu > .menu-item > .as-link {
    width: 100%;
    height: auto;
    padding: 18px 30px 21px;
    text-align: center;
    color: #333;
    border-top: 1px solid #a7a7a7;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .global-header-nav-menu > .menu-item > a .this__ja, .global-header-nav-menu > .menu-item > .as-link .this__ja {
    padding-top: 0;
  }
  .global-header-nav-menu > .menu-item > a .this__en, .global-header-nav-menu > .menu-item > .as-link .this__en {
    font-size: 0.875rem;
  }
  .global-header-nav-menu > .menu-item > a .this__call, .global-header-nav-menu > .menu-item > .as-link .this__call {
    padding-top: 0;
    padding-left: 28px;
    font-size: 1.75rem;
    background-position: left 0 bottom 3px;
    background-size: 22px 22px;
  }
  .global-header-nav-menu > .menu-item > a .this__open, .global-header-nav-menu > .menu-item > .as-link .this__open {
    margin-top: 0.3em;
    padding-left: 0.5em;
    font-size: 0.75rem;
  }

  .global-header-nav-btn {
    position: static;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 0 0;
    margin: 0 0;
  }
  .global-header-nav-btn > .menu-item {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .global-header-nav-btn > .menu-item > a, .global-header-nav-btn > .menu-item > .as-link {
    width: 100%;
    height: auto;
    padding: 18px 30px 21px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.25;
    border-radius: 0;
    transition: none;
  }
  .global-header-nav-btn > .menu-item > a .this__title, .global-header-nav-btn > .menu-item > .as-link .this__title {
    display: inline-block;
    vertical-align: middle;
  }
  .global-header-nav-btn > .menu-item > a:hover, .global-header-nav-btn > .menu-item > .as-link:hover {
    opacity: 1;
  }

  /* ハンバーガーメニュー 展開時 */
  .open-global-header-nav .global-header::before {
    height: 100%;
    opacity: 1;
  }
  .open-global-header-nav .global-header-toggle-button span {
    border-top-color: #ea8a00;
    top: 50%;
    transition: border-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, top 0.3s cubic-bezier(0.4, 0, 1, 1) 0s, opacity 0.3s cubic-bezier(0.4, 0, 1, 1) 0s, left 0.3s cubic-bezier(0, 0, 0.6, 1) 0.3s, width 0.3s cubic-bezier(0, 0, 0.6, 1) 0.3s, transform 0.3s cubic-bezier(0, 0, 0.6, 1) 0.3s;
  }
  .open-global-header-nav .global-header-toggle-button span:nth-child(1) {
    left: 0;
    width: 100%;
    transform: rotate(45deg);
  }
  .open-global-header-nav .global-header-toggle-button span:nth-child(2) {
    left: 50%;
    width: 0;
    opacity: 0;
  }
  .open-global-header-nav .global-header-toggle-button span:nth-child(3) {
    left: 0;
    width: 100%;
    transform: rotate(-45deg);
  }
  .open-global-header-nav .global-header-content__canvas {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s cubic-bezier(0.2, 0, 0.8, 1) 0s;
  }
  .open-global-header-nav .global-header-content__panel {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@media print {
  /* 印刷時 */
  .global-header {
    position: relative;
  }
}
@media print and (max-width: 1079px) {
  /* 印刷時 */
  .global-header {
    position: absolute;
  }
}
/*
================================================================
 スクロールボタン
================================================================
*/
.scroll-to-top_container {
  position: sticky;
  z-index: 8990;
  bottom: 0;
  margin-top: 0;
}
.scroll-to-top_container .container {
  position: relative;
  height: 0;
}
main + .scroll-to-top_container {
  margin-top: 0;
}

a.scroll-to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.6s cubic-bezier(0.2, 0, 0.8, 1) 0s, opacity 0.6s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
a.scroll-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arrow/arrow_top_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
a.scroll-to-top.scrolled {
  visibility: visible;
  opacity: 1;
}
a.scroll-to-top.scrolled:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  a.scroll-to-top {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  a.scroll-to-top::before {
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
  }
}
@media all and (max-height: 479px) {
  a.scroll-to-top {
    display: none !important;
  }
}
@media print {
  a.scroll-to-top {
    display: none !important;
  }
}
/*
================================================================
 グローバルフッター
================================================================
*/
.global-footer {
  position: relative;
  z-index: 8900;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 20px;
  color: #fff;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
}
.global-footer a {
  color: inherit;
  text-decoration: none;
}

.global-footer-layout {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.global-footer-privacy {
  width: 30%;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.4;
}

.global-footer-copyright {
  width: 70%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .global-footer {
    padding: 30px 0 20px;
    min-height: 5vh;
  }

  .global-footer-privacy {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .global-footer-copyright {
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
/*
================================================================
 共通パーツ
================================================================
*/
a.nav-btn-download, input[type="submit"].nav-btn-download, input[type="button"].nav-btn-download, button.nav-btn-download, ul.top-company-documents > li a {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  padding: 8px 20px 10px;
  border: 0 none;
  outline: 0 none;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-decoration: none !important;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: center;
  background-color: #ea8a00 !important;
  color: #fff !important;
  border: 1px solid #ea8a00 !important;
  border-radius: 30px;
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, background-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, border-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
a.nav-btn-download:disabled, input[type="submit"].nav-btn-download:disabled, input[type="button"].nav-btn-download:disabled, button.nav-btn-download:disabled, ul.top-company-documents > li a:disabled {
  background-color: #a7a7a7 !important;
  pointer-events: none;
}
a.nav-btn-download:disabled:hover, input[type="submit"].nav-btn-download:disabled:hover, input[type="button"].nav-btn-download:disabled:hover, button.nav-btn-download:disabled:hover, ul.top-company-documents > li a:disabled:hover {
  opacity: 1;
}
a.nav-btn-download .this__title, input[type="submit"].nav-btn-download .this__title, input[type="button"].nav-btn-download .this__title, button.nav-btn-download .this__title, ul.top-company-documents > li a .this__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: max-content;
  height: 40px;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: left;
}
a.nav-btn-download .this__title.has-file-pdf, input[type="submit"].nav-btn-download .this__title.has-file-pdf, input[type="button"].nav-btn-download .this__title.has-file-pdf, button.nav-btn-download .this__title.has-file-pdf, ul.top-company-documents > li a .this__title.has-file-pdf {
  padding-left: 40px;
  background-image: url(../img/common/file_pdf_ico.svg);
  background-size: 30px 30px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  a.nav-btn-download, input[type="submit"].nav-btn-download, input[type="button"].nav-btn-download, button.nav-btn-download, ul.top-company-documents > li a {
    padding: 8px 15px 10px;
    font-size: 0.875rem;
    line-height: 30px;
    border-radius: 25px;
  }
  a.nav-btn-download .this__title, input[type="submit"].nav-btn-download .this__title, input[type="button"].nav-btn-download .this__title, button.nav-btn-download .this__title, ul.top-company-documents > li a .this__title {
    height: 30px;
    font-size: 0.75rem;
    line-height: 1.2;
    text-align: left;
  }
}

a.nav-btn, a.nav-btn-move, a.nav-btn-forward, input[type="submit"].nav-btn, input[type="submit"].nav-btn-move, input[type="submit"].nav-btn-forward, input[type="button"].nav-btn, input[type="button"].nav-btn-move, input[type="button"].nav-btn-forward, button.nav-btn, button.nav-btn-move, button.nav-btn-forward {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  padding: 8px 80px 10px 35px;
  border: 0 none;
  outline: 0 none;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-decoration: none !important;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: center;
  background-color: #ea8a00 !important;
  background-image: url(../img/common/arrow/arrow_right_white.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  color: #fff !important;
  border: 1px solid #ea8a00 !important;
  border-radius: 30px;
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, background-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, border-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
a.nav-btn:disabled, a.nav-btn-move:disabled, a.nav-btn-forward:disabled, input[type="submit"].nav-btn:disabled, input[type="submit"].nav-btn-move:disabled, input[type="submit"].nav-btn-forward:disabled, input[type="button"].nav-btn:disabled, input[type="button"].nav-btn-move:disabled, input[type="button"].nav-btn-forward:disabled, button.nav-btn:disabled, button.nav-btn-move:disabled, button.nav-btn-forward:disabled {
  background-color: #a7a7a7 !important;
  pointer-events: none;
}
a.nav-btn:disabled:hover, a.nav-btn-move:disabled:hover, a.nav-btn-forward:disabled:hover, input[type="submit"].nav-btn:disabled:hover, input[type="submit"].nav-btn-move:disabled:hover, input[type="submit"].nav-btn-forward:disabled:hover, input[type="button"].nav-btn:disabled:hover, input[type="button"].nav-btn-move:disabled:hover, input[type="button"].nav-btn-forward:disabled:hover, button.nav-btn:disabled:hover, button.nav-btn-move:disabled:hover, button.nav-btn-forward:disabled:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  a.nav-btn, a.nav-btn-move, a.nav-btn-forward, input[type="submit"].nav-btn, input[type="submit"].nav-btn-move, input[type="submit"].nav-btn-forward, input[type="button"].nav-btn, input[type="button"].nav-btn-move, input[type="button"].nav-btn-forward, button.nav-btn, button.nav-btn-move, button.nav-btn-forward {
    padding: 8px 60px 10px 35px;
    font-size: 0.875rem;
    line-height: 30px;
    background-position: right 15px top 50%;
    border-radius: 25px;
  }
}

a.nav-btn-primary, a.nav-btn-move-primary, a.nav-btn-forward-primary, input[type="submit"].nav-btn-primary, input[type="submit"].nav-btn-move-primary, input[type="submit"].nav-btn-forward-primary, input[type="button"].nav-btn-primary, input[type="button"].nav-btn-move-primary, input[type="button"].nav-btn-forward-primary, button.nav-btn-primary, button.nav-btn-move-primary, button.nav-btn-forward-primary {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  padding: 9px 80px 11px 35px;
  border: 0 none;
  outline: 0 none;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-decoration: none !important;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: center;
  background-color: #016ab1 !important;
  background-image: url(../img/common/arrow/arrow_right_white.svg), linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 16px 16px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: right 20px top 50%, center center;
  color: #fff !important;
  border: 0 none !important;
  border-radius: 30px;
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, background-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, border-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
a.nav-btn-primary:disabled, a.nav-btn-move-primary:disabled, a.nav-btn-forward-primary:disabled, input[type="submit"].nav-btn-primary:disabled, input[type="submit"].nav-btn-move-primary:disabled, input[type="submit"].nav-btn-forward-primary:disabled, input[type="button"].nav-btn-primary:disabled, input[type="button"].nav-btn-move-primary:disabled, input[type="button"].nav-btn-forward-primary:disabled, button.nav-btn-primary:disabled, button.nav-btn-move-primary:disabled, button.nav-btn-forward-primary:disabled {
  background-color: #a7a7a7 !important;
  background-image: url(../img/common/arrow/arrow_right_white.svg), linear-gradient(90deg, #a7a7a7, #a7a7a7);
  pointer-events: none;
}
a.nav-btn-primary:disabled:hover, a.nav-btn-move-primary:disabled:hover, a.nav-btn-forward-primary:disabled:hover, input[type="submit"].nav-btn-primary:disabled:hover, input[type="submit"].nav-btn-move-primary:disabled:hover, input[type="submit"].nav-btn-forward-primary:disabled:hover, input[type="button"].nav-btn-primary:disabled:hover, input[type="button"].nav-btn-move-primary:disabled:hover, input[type="button"].nav-btn-forward-primary:disabled:hover, button.nav-btn-primary:disabled:hover, button.nav-btn-move-primary:disabled:hover, button.nav-btn-forward-primary:disabled:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  a.nav-btn-primary, a.nav-btn-move-primary, a.nav-btn-forward-primary, input[type="submit"].nav-btn-primary, input[type="submit"].nav-btn-move-primary, input[type="submit"].nav-btn-forward-primary, input[type="button"].nav-btn-primary, input[type="button"].nav-btn-move-primary, input[type="button"].nav-btn-forward-primary, button.nav-btn-primary, button.nav-btn-move-primary, button.nav-btn-forward-primary {
    padding: 9px 60px 11px 35px;
    font-size: 0.875rem;
    line-height: 30px;
    background-position: right 15px top 50%, center center;
    border-radius: 25px;
  }
}

a.nav-btn-contact, a.nav-btn-move-contact, a.nav-btn-forward-contact, input[type="submit"].nav-btn-contact, input[type="submit"].nav-btn-move-contact, input[type="submit"].nav-btn-forward-contact, input[type="button"].nav-btn-contact, input[type="button"].nav-btn-move-contact, input[type="button"].nav-btn-forward-contact, button.nav-btn-contact, button.nav-btn-move-contact, button.nav-btn-forward-contact {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  padding: 9px 80px 11px 35px;
  border: 0 none;
  outline: 0 none;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-decoration: none !important;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: center;
  background-color: #ea8a00 !important;
  background-image: url(../img/common/arrow/arrow_right_white.svg), linear-gradient(90deg, #f15a24, #ea8a00);
  background-size: 16px 16px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: right 20px top 50%, center center;
  color: #fff !important;
  border: 0 none !important;
  border-radius: 30px;
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, background-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, border-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
a.nav-btn-contact:disabled, a.nav-btn-move-contact:disabled, a.nav-btn-forward-contact:disabled, input[type="submit"].nav-btn-contact:disabled, input[type="submit"].nav-btn-move-contact:disabled, input[type="submit"].nav-btn-forward-contact:disabled, input[type="button"].nav-btn-contact:disabled, input[type="button"].nav-btn-move-contact:disabled, input[type="button"].nav-btn-forward-contact:disabled, button.nav-btn-contact:disabled, button.nav-btn-move-contact:disabled, button.nav-btn-forward-contact:disabled {
  background-color: #a7a7a7 !important;
  background-image: url(../img/common/arrow/arrow_right_white.svg), linear-gradient(90deg, #a7a7a7, #a7a7a7);
  pointer-events: none;
}
a.nav-btn-contact:disabled:hover, a.nav-btn-move-contact:disabled:hover, a.nav-btn-forward-contact:disabled:hover, input[type="submit"].nav-btn-contact:disabled:hover, input[type="submit"].nav-btn-move-contact:disabled:hover, input[type="submit"].nav-btn-forward-contact:disabled:hover, input[type="button"].nav-btn-contact:disabled:hover, input[type="button"].nav-btn-move-contact:disabled:hover, input[type="button"].nav-btn-forward-contact:disabled:hover, button.nav-btn-contact:disabled:hover, button.nav-btn-move-contact:disabled:hover, button.nav-btn-forward-contact:disabled:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  a.nav-btn-contact, a.nav-btn-move-contact, a.nav-btn-forward-contact, input[type="submit"].nav-btn-contact, input[type="submit"].nav-btn-move-contact, input[type="submit"].nav-btn-forward-contact, input[type="button"].nav-btn-contact, input[type="button"].nav-btn-move-contact, input[type="button"].nav-btn-forward-contact, button.nav-btn-contact, button.nav-btn-move-contact, button.nav-btn-forward-contact {
    padding: 9px 60px 11px 35px;
    font-size: 0.875rem;
    line-height: 30px;
    background-position: right 15px top 50%, center center;
    border-radius: 25px;
  }
}

a.nav-btn-white, a.nav-btn-move-white, a.nav-btn-forward-white, input[type="submit"].nav-btn-white, input[type="submit"].nav-btn-move-white, input[type="submit"].nav-btn-forward-white, input[type="button"].nav-btn-white, input[type="button"].nav-btn-move-white, input[type="button"].nav-btn-forward-white, button.nav-btn-white, button.nav-btn-move-white, button.nav-btn-forward-white {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  padding: 8px 80px 10px 35px;
  border: 0 none;
  outline: 0 none;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-decoration: none !important;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0) !important;
  background-image: url(../img/common/arrow/arrow_right_white.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 25px top 50%;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 30px;
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, background-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, border-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
a.nav-btn-white:hover, a.nav-btn-move-white:hover, a.nav-btn-forward-white:hover, input[type="submit"].nav-btn-white:hover, input[type="submit"].nav-btn-move-white:hover, input[type="submit"].nav-btn-forward-white:hover, input[type="button"].nav-btn-white:hover, input[type="button"].nav-btn-move-white:hover, input[type="button"].nav-btn-forward-white:hover, button.nav-btn-white:hover, button.nav-btn-move-white:hover, button.nav-btn-forward-white:hover {
  opacity: 1;
  background-color: #fff !important;
  color: #333 !important;
  border-color: #fff !important;
  background-image: url(../img/common/arrow/arrow_right_black.svg);
}
a.nav-btn-white:disabled, a.nav-btn-move-white:disabled, a.nav-btn-forward-white:disabled, input[type="submit"].nav-btn-white:disabled, input[type="submit"].nav-btn-move-white:disabled, input[type="submit"].nav-btn-forward-white:disabled, input[type="button"].nav-btn-white:disabled, input[type="button"].nav-btn-move-white:disabled, input[type="button"].nav-btn-forward-white:disabled, button.nav-btn-white:disabled, button.nav-btn-move-white:disabled, button.nav-btn-forward-white:disabled {
  background-color: #a7a7a7 !important;
  pointer-events: none;
}
a.nav-btn-white:disabled:hover, a.nav-btn-move-white:disabled:hover, a.nav-btn-forward-white:disabled:hover, input[type="submit"].nav-btn-white:disabled:hover, input[type="submit"].nav-btn-move-white:disabled:hover, input[type="submit"].nav-btn-forward-white:disabled:hover, input[type="button"].nav-btn-white:disabled:hover, input[type="button"].nav-btn-move-white:disabled:hover, input[type="button"].nav-btn-forward-white:disabled:hover, button.nav-btn-white:disabled:hover, button.nav-btn-move-white:disabled:hover, button.nav-btn-forward-white:disabled:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  a.nav-btn-white, a.nav-btn-move-white, a.nav-btn-forward-white, input[type="submit"].nav-btn-white, input[type="submit"].nav-btn-move-white, input[type="submit"].nav-btn-forward-white, input[type="button"].nav-btn-white, input[type="button"].nav-btn-move-white, input[type="button"].nav-btn-forward-white, button.nav-btn-white, button.nav-btn-move-white, button.nav-btn-forward-white {
    padding: 8px 60px 10px 35px;
    font-size: 0.875rem;
    line-height: 30px;
    background-position: right 15px top 50%;
    border-radius: 25px;
  }
}

a.nav-btn-back, input[type="submit"].nav-btn-back, input[type="button"].nav-btn-back, button.nav-btn-back, .form-btn-back a, .form-btn-back input[type="submit"], .form-btn-back input[type="button"], .form-btn-back button {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  padding: 8px 35px 10px;
  border: 0 none;
  outline: 0 none;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #333 !important;
  border-radius: 30px;
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, background-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, border-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
a.nav-btn-back:disabled, input[type="submit"].nav-btn-back:disabled, input[type="button"].nav-btn-back:disabled, button.nav-btn-back:disabled, .form-btn-back a:disabled, .form-btn-back input[type="submit"]:disabled, .form-btn-back input[type="button"]:disabled, .form-btn-back button:disabled {
  background-color: #a7a7a7 !important;
  pointer-events: none;
}
a.nav-btn-back:disabled:hover, input[type="submit"].nav-btn-back:disabled:hover, input[type="button"].nav-btn-back:disabled:hover, button.nav-btn-back:disabled:hover, .form-btn-back a:disabled:hover, .form-btn-back input[type="submit"]:disabled:hover, .form-btn-back input[type="button"]:disabled:hover, .form-btn-back button:disabled:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  a.nav-btn-back, input[type="submit"].nav-btn-back, input[type="button"].nav-btn-back, button.nav-btn-back, .form-btn-back a, .form-btn-back input[type="submit"], .form-btn-back input[type="button"], .form-btn-back button {
    padding: 9px 30px 11px;
    font-size: 0.875rem;
    line-height: 30px;
    border-radius: 25px;
  }
}

a.nav-btn-submit, input[type="submit"].nav-btn-submit, input[type="button"].nav-btn-submit, button.nav-btn-submit, .form-btn-submit a, .form-btn-submit input[type="submit"], .form-btn-submit input[type="button"], .form-btn-submit button {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  padding: 7px 30px 9px;
  border: 0 none;
  outline: 0 none;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-decoration: none !important;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: center;
  background-color: #016ab1 !important;
  color: #fff !important;
  border: 2px solid #016ab1 !important;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.5);
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, background-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s, border-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
a.nav-btn-submit:disabled, input[type="submit"].nav-btn-submit:disabled, input[type="button"].nav-btn-submit:disabled, button.nav-btn-submit:disabled, .form-btn-submit a:disabled, .form-btn-submit input[type="submit"]:disabled, .form-btn-submit input[type="button"]:disabled, .form-btn-submit button:disabled {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7 !important;
  pointer-events: none;
}
a.nav-btn-submit:disabled:hover, input[type="submit"].nav-btn-submit:disabled:hover, input[type="button"].nav-btn-submit:disabled:hover, button.nav-btn-submit:disabled:hover, .form-btn-submit a:disabled:hover, .form-btn-submit input[type="submit"]:disabled:hover, .form-btn-submit input[type="button"]:disabled:hover, .form-btn-submit button:disabled:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  a.nav-btn-submit, input[type="submit"].nav-btn-submit, input[type="button"].nav-btn-submit, button.nav-btn-submit, .form-btn-submit a, .form-btn-submit input[type="submit"], .form-btn-submit input[type="button"], .form-btn-submit button {
    padding: 7px 30px 9px;
    font-size: 0.875rem;
    line-height: 30px;
    border-radius: 25px;
  }
}

.form-btn-submit {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.form-btn-submit a, .form-btn-submit input[type="submit"], .form-btn-submit input[type="button"], .form-btn-submit button {
  text-align: center;
}
.form-btn-submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 -30px 0 0;
}

.form-btn-back {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.form-btn-back .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 -30px 0 0;
}

.content-more-btn {
  margin-top: 60px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .content-more-btn {
    margin-top: 40px;
    text-align: center;
  }
}
@media all and (max-width: 579px) {
  .content-more-btn {
    text-align: center;
  }
}
/*
================================================================
 セクション
================================================================
*/
.header-section-container,
.hero-section-container {
  min-height: 70px;
}

.menu-section-container:first-child,
.upper-section-container:first-child {
  min-height: 70px;
}

.section-container {
  margin-top: -70px;
  padding-top: 70px;
}
.subpage-breadcrumb-bar + .section-container {
  margin-top: -140px;
  padding-top: 140px;
}

.section-panel {
  position: relative;
  z-index: 11;
  box-sizing: border-box;
}
.section-panel .section-panel {
  background-color: transparent;
  color: inherit;
}

.section-panel-body {
  position: relative;
  z-index: 11;
  box-sizing: border-box;
}

.section-block {
  position: relative;
  z-index: 11;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .header-section-container,
  .hero-section-container {
    min-height: 50px;
  }

  .menu-section-container:first-child,
  .upper-section-container:first-child {
    min-height: 50px;
  }

  .section-container {
    margin-top: -50px;
    padding-top: 50px;
  }
  .menu-section-container.subpage-breadcrumb-bar + .section-container {
    margin-top: -100px;
    padding-top: 100px;
  }
}
/*
================================================================
 ページヘッダー スクリーン型
================================================================
*/
.section-panel.section-panel--subpage-hero {
  margin-top: 0;
  margin-bottom: -100vh;
  margin-bottom: -100lvh;
}
.section-panel.section-panel--subpage-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100lvh - 70px);
}
.section-panel.section-panel--subpage-hero > .section-panel-body {
  position: sticky;
  top: 70px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 530px;
  padding: 30px 0 50px;
  background-color: #016ab1;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}

.subpage-hero-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.subpage-hero-heading .this__en {
  display: block;
  width: max-content;
  order: 1;
  color: #fff;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 8.75rem;
  line-height: 1.2;
  text-indent: -0.05em;
}
.subpage-hero-heading .this__ja {
  position: relative;
  display: block;
  width: 100%;
  order: 2;
  padding-top: 1em;
  margin-top: 1em;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.875rem;
  line-height: 1.8;
}
.subpage-hero-heading .this__ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 120px;
  height: 4px;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.subpage-hero-catch {
  margin-top: 10px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: justify;
  font-size: 1rem;
  line-height: 2;
  text-shadow: 1px 0 0.5em rgba(0, 0, 0, 0.3), 0 1px 0.5em rgba(0, 0, 0, 0.3), -1px 0 0.5em rgba(0, 0, 0, 0.3), 0 -1px 0.5em rgba(0, 0, 0, 0.3);
}
.subpage-hero-catch p {
  margin-top: 1em;
}

.section-panel.section-panel--subpage-breadcrumb {
  background-color: #fff;
}

ul.subpage-breadcrumb-list {
  list-style-type: none;
  margin: 0;
  padding: 35px 0 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 70px;
  color: #808080;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.5;
}
ul.subpage-breadcrumb-list > li {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  padding: 0 0 0 2em;
  font-size: 100%;
}
ul.subpage-breadcrumb-list > li::before {
  content: "-";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  text-align: center;
  color: #808080;
}
ul.subpage-breadcrumb-list > li a {
  color: inherit;
  text-decoration: underline;
}
ul.subpage-breadcrumb-list > li:first-child {
  padding: 0;
}
ul.subpage-breadcrumb-list > li:first-child::before {
  content: none;
  display: none;
}
ul.subpage-breadcrumb-list > li.current-menu-item, ul.subpage-breadcrumb-list > li:last-child {
  color: #016ab1;
}
ul.subpage-breadcrumb-list > li.current-menu-item a, ul.subpage-breadcrumb-list > li:last-child a {
  text-decoration: none;
}

@media all and (max-width: 1079px) {
  .section-panel.section-panel--subpage-hero > .section-panel-body {
    height: 420px;
    padding: 20px 0 30px;
  }

  .subpage-hero-heading .this__en {
    font-size: 7rem;
  }
  .subpage-hero-heading .this__ja {
    font-size: 1.5rem;
  }
  .subpage-hero-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--subpage-hero::after {
    height: calc(100vh - 50px);
    height: calc(100lvh - 50px);
  }
  .section-panel.section-panel--subpage-hero > .section-panel-body {
    top: 50px;
    height: 320px;
    padding: 20px 0 30px;
  }

  .subpage-hero-heading .this__en {
    font-size: 5.75rem;
  }
  .subpage-hero-heading .this__ja {
    font-size: 1.25rem;
  }
  .subpage-hero-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }

  .subpage-hero-catch {
    margin-top: 10px;
    font-size: 0.875rem;
  }

  ul.subpage-breadcrumb-list {
    min-height: 50px;
    padding-top: 25px;
  }
}
@media all and (max-width: 579px) {
  .section-panel.section-panel--subpage-hero > .section-panel-body {
    height: 280px;
    padding: 20px 0 30px;
  }

  .subpage-hero-heading .this__en {
    font-size: 4.5rem;
  }
  .subpage-hero-heading .this__ja {
    font-size: 1rem;
  }
  .subpage-hero-heading .this__ja::before {
    width: 80px;
    height: 4px;
  }
}
/*
================================================================
 ページヘッダー サブページ型
================================================================
*/
.section-panel.section-panel--subpage-header {
  background-color: #f1f8ff;
  overflow: hidden;
}
.section-panel.section-panel--subpage-header::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -90px;
  right: calc(50% - 50vw);
  display: block;
  box-sizing: content-box;
  width: 0;
  height: 10px;
  border-left: 100vw solid #fff;
  border-bottom: 400px solid rgba(255, 255, 255, 0);
  pointer-events: none;
}
.section-panel.section-panel--subpage-header > .section-panel-body {
  min-height: 320px;
}

.subpage-header-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.subpage-header-heading .this__en {
  display: block;
  width: max-content;
  order: 1;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #016ab1;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 8.75rem;
  line-height: 1.2;
  text-indent: -0.05em;
}
.subpage-header-heading .this__ja {
  position: relative;
  display: block;
  width: 100%;
  order: 2;
  padding-top: 1em;
  margin-top: 1em;
  color: #333;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.875rem;
  line-height: 1.8;
}
.subpage-header-heading .this__ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 120px;
  height: 4px;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.subpage-header-single-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.subpage-header-single-heading .this__en {
  display: block;
  padding: 0.5em 0 0.2em;
  width: max-content;
  order: 1;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #016ab1;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-size: 5.625rem;
  line-height: 1.2;
  text-indent: -0.05em;
}

.subpage-lower-header-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 21px 0 0;
}

.subpage-lower-header-content {
  align-self: center;
  width: calc(50% - 100px);
}
.subpage-lower-header-content .half-container {
  margin-left: auto;
}

.subpage-lower-header-category {
  position: relative;
}
.subpage-lower-header-category .this__ja {
  position: relative;
  display: block;
  width: 100%;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8;
}
.subpage-lower-header-category::after {
  content: "";
  display: block;
  margin: 30px auto 50px 50px;
  width: 4px;
  height: 60px;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.subpage-lower-header-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.subpage-lower-header-heading .this__en {
  display: block;
  width: max-content;
  order: 1;
  color: #016ab1;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 2.125rem;
  line-height: 1.2;
  text-indent: -0.05em;
}
.subpage-lower-header-heading .this__ja {
  position: relative;
  display: block;
  width: 100%;
  order: 2;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 3.875rem;
  line-height: 1.8;
}

.subpage-lower-header-img {
  position: relative;
  box-sizing: border-box;
  width: calc(50% + 80px);
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media all and (min-width: 1080px) and (max-width: 1339px) {
  .subpage-lower-header-category .this__ja {
    font-size: 1.375rem;
  }
  .subpage-lower-header-category::after {
    margin: 25px auto 45px 40px;
    width: 4px;
    height: 50px;
  }

  .subpage-lower-header-heading .this__en {
    font-size: 1.625rem;
  }
  .subpage-lower-header-heading .this__ja {
    font-size: 3rem;
  }
}
@media all and (min-width: 1080px) {
  .subpage-lower-header-layout .container {
    width: 100%;
  }
  .subpage-lower-header-layout .half-container {
    max-width: 530px;
  }
}
@media all and (max-width: 1079px) {
  .section-panel.section-panel--subpage-header::before {
    top: -70px;
    border-bottom-width: 300px;
  }
  .section-panel.section-panel--subpage-header > .section-panel-body {
    min-height: 240px;
  }

  .subpage-header-heading .this__en {
    font-size: 7rem;
  }
  .subpage-header-heading .this__ja {
    font-size: 1.5rem;
  }
  .subpage-header-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }

  .subpage-header-single-heading .this__en {
    font-size: 4.5rem;
  }

  .subpage-lower-header-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .subpage-lower-header-layout .half-container {
    width: 100%;
    max-width: 100%;
  }

  .subpage-lower-header-content {
    width: 100%;
    padding-top: 0;
  }
  .subpage-lower-header-content .half-container {
    margin-right: auto;
  }

  .subpage-lower-header-img {
    margin-top: 50px;
    width: 80%;
    height: 320px;
    border-radius: 10px;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--subpage-header::before {
    top: -50px;
    border-bottom-width: 200px;
  }
  .section-panel.section-panel--subpage-header > .section-panel-body {
    min-height: 160px;
  }

  .subpage-header-heading .this__en {
    font-size: 5.75rem;
  }
  .subpage-header-heading .this__ja {
    font-size: 1.25rem;
  }
  .subpage-header-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }

  .subpage-header-single-heading .this__en {
    font-size: 3.75rem;
  }

  .subpage-lower-header-layout {
    padding-top: 15px;
  }

  .subpage-lower-header-category .this__ja {
    font-size: 1.125rem;
  }
  .subpage-lower-header-category::after {
    margin: 20px auto 40px 30px;
    width: 4px;
    height: 40px;
  }

  .subpage-lower-header-heading .this__en {
    font-size: 1.375rem;
  }
  .subpage-lower-header-heading .this__ja {
    font-size: 2rem;
  }
}
@media all and (max-width: 579px) {
  .subpage-header-heading .this__en {
    font-size: 4.5rem;
  }
  .subpage-header-heading .this__ja {
    font-size: 1rem;
  }
  .subpage-header-heading .this__ja::before {
    width: 80px;
    height: 4px;
  }

  .subpage-header-single-heading .this__en {
    font-size: 2.625rem;
  }

  .subpage-lower-header-category .this__ja {
    font-size: 1rem;
  }
  .subpage-lower-header-category::after {
    margin: 20px auto 40px 30px;
    width: 4px;
    height: 40px;
  }

  .subpage-lower-header-heading .this__en {
    font-size: 1.125rem;
  }
  .subpage-lower-header-heading .this__ja {
    font-size: 1.5rem;
  }

  .subpage-lower-header-img {
    height: 50vw;
  }
}
/*
================================================================
 parallax装飾
================================================================
*/
.sticky-parallax-separator {
  margin-top: 0;
  margin-bottom: -100vh;
  margin-bottom: -100lvh;
}
.sticky-parallax-separator::before, .sticky-parallax-separator::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(135vh - 70px);
  height: calc(135lvh - 70px);
}
.sticky-parallax-separator::before {
  display: none;
}
.sticky-parallax-separator::after {
  display: block;
}
.sticky-parallax-separator.set--to-top {
  margin-top: calc(70px - 100vh);
  margin-top: calc(70px - 100lvh);
  margin-bottom: 0;
}
.sticky-parallax-separator.set--to-top::before {
  display: block;
}
.sticky-parallax-separator.set--to-top::after {
  display: none;
}

.sticky-parallax-separator-img {
  position: sticky;
  top: 70px;
  bottom: auto;
  display: block;
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100lvh - 70px);
  background-size: cover;
  background-repeat: no-repeat;
}
.sticky-parallax-separator.set--to-top .sticky-parallax-separator-img {
  top: auto;
  bottom: 0;
}

@media all and (max-width: 767px) {
  .sticky-parallax-separator::before, .sticky-parallax-separator::after {
    height: calc(135vh - 50px);
    height: calc(135lvh - 50px);
  }
  .sticky-parallax-separator.set--to-top {
    margin-top: calc(50px - 100vh);
    margin-top: calc(50px - 100lvh);
    margin-bottom: 0;
  }

  .sticky-parallax-separator-img {
    top: 50px;
    bottom: auto;
    height: calc(100vh - 50px);
    height: calc(100lvh - 50px);
  }
}
/*
================================================================
 トップ
================================================================
*/
.top-hero-screen {
  margin-bottom: calc(70px - 100vh);
  margin-bottom: calc(70px - 100svh);
}
.top-hero-screen > .section-panel {
  display: block;
  width: 100%;
  height: calc(200vh - 140px);
  height: calc(200svh - 140px);
}
.top-hero-screen > .section-panel > .section-panel-body {
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: 50%;
}

.top-hero-canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-hero-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-hero-slider {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  pointer-events: none;
}
.top-hero-slider.top-hero-slider--PC {
  z-index: 3;
  opacity: 1;
}
.top-hero-slider.top-hero-slider--MB {
  z-index: 2;
  opacity: 0;
}

.top-hero-slider-item-frame {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
}

.top-hero-slider-item-canvas {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-hero-slider-item-canvas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 75%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-hero-slider-item-canvas::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  width: 75%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  mask-image: linear-gradient(-75deg, #ffffff, #ffffff 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0));
}

.top-hero-catch {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  text-shadow: 1px 0 0.5em rgba(0, 0, 0, 0.3), 0 1px 0.5em rgba(0, 0, 0, 0.3), -1px 0 0.5em rgba(0, 0, 0, 0.3), 0 -1px 0.5em rgba(0, 0, 0, 0.3);
}
.top-hero-catch .top-hero-catch-heading {
  position: relative;
  padding: 0;
  color: #fff;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-size: 8.125rem;
  line-height: 1.2;
}
.top-hero-catch .top-hero-catch-txt {
  position: relative;
  min-height: 22%;
  padding: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.6;
}
.top-hero-catch.disp-animate .top-hero-catch-heading > b {
  position: relative;
  opacity: 0;
  left: 0.5em;
}
.top-hero-catch.disp-animate .top-hero-catch-txt {
  position: relative;
  opacity: 0;
  top: 0.5em;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b {
  opacity: 1;
  left: 0;
  transition: opacity 0.3s 0.5s, left 0.3s 0.5s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(2) {
  transition: opacity 0.3s 0.6s, left 0.3s 0.6s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(3) {
  transition: opacity 0.3s 0.7s, left 0.3s 0.7s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(4) {
  transition: opacity 0.3s 0.8s, left 0.3s 0.8s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(5) {
  transition: opacity 0.3s 0.9s, left 0.3s 0.9s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(6) {
  transition: opacity 0.3s 1s, left 0.3s 1s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(7) {
  transition: opacity 0.3s 1.1s, left 0.3s 1.1s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(8) {
  transition: opacity 0.3s 1.2s, left 0.3s 1.2s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(9) {
  transition: opacity 0.3s 1.3s, left 0.3s 1.3s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(10) {
  transition: opacity 0.3s 1.4s, left 0.3s 1.4s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(11) {
  transition: opacity 0.3s 1.5s, left 0.3s 1.5s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(12) {
  transition: opacity 0.3s 1.6s, left 0.3s 1.6s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(13) {
  transition: opacity 0.3s 1.7s, left 0.3s 1.7s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(14) {
  transition: opacity 0.3s 1.8s, left 0.3s 1.8s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(15) {
  transition: opacity 0.3s 1.9s, left 0.3s 1.9s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(16) {
  transition: opacity 0.3s 2s, left 0.3s 2s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(17) {
  transition: opacity 0.3s 2.1s, left 0.3s 2.1s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(18) {
  transition: opacity 0.3s 2.2s, left 0.3s 2.2s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(19) {
  transition: opacity 0.3s 2.3s, left 0.3s 2.3s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-heading > b:nth-child(20) {
  transition: opacity 0.3s 2.4s, left 0.3s 2.4s;
}
.top-hero-catch.disp-animate.disp-animate--display .top-hero-catch-txt {
  opacity: 1;
  top: 0;
  transition: opacity 0.75s 1.75s, top 0.75s 1.75s;
}

@media all and (min-height: 1080px) {
  .top-hero-screen {
    margin-bottom: -1010px;
  }
  .top-hero-screen > .section-panel {
    height: 2020px;
  }

  .top-hero-slider-item-frame {
    height: 1010px;
  }
}
@media all and (max-width: 767px) {
  .top-hero-screen {
    margin-bottom: -100vh;
    margin-bottom: -100svh;
  }
  .top-hero-screen > .section-panel {
    height: calc(200vh - 100px);
    height: calc(200svh - 100px);
  }
  .top-hero-screen > .section-panel > .section-panel-body {
    top: 50px;
  }

  .top-hero-slider-item-frame {
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
  }

  .top-hero-catch {
    justify-content: flex-end;
    align-items: center;
  }
  .top-hero-catch .top-hero-catch-heading {
    font-size: 4.6875rem;
  }
  .top-hero-catch .top-hero-catch-txt {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 579px) {
  .top-hero-catch {
    justify-content: flex-end;
    align-items: center;
  }
  .top-hero-catch .top-hero-catch-heading {
    font-size: 3.25rem;
  }
  .top-hero-catch .top-hero-catch-txt {
    font-size: 0.75rem;
  }
}
/*
================================================================
 トップ ご挨拶
================================================================
*/
.section-panel.section-panel--top-greeting {
  padding: 0 0;
  background-color: #fff;
}
.section-panel.section-panel--top-greeting > .section-panel-bg {
  position: sticky;
  top: 70px;
  display: block;
  width: calc(50% + 50px);
  height: calc(100vh - 70px);
  height: calc(100lvh - 70px);
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: cover;
  mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 10%, #ffffff 30%, #ffffff);
}
.section-panel.section-panel--top-greeting > .section-panel-body {
  overflow: hidden;
  margin-top: -20vh;
  margin-top: -20lvh;
  padding-bottom: 180vh;
  padding-bottom: 180lvh;
  text-shadow: 1px 0 0.2em rgba(255, 255, 255, 0.9), 0 1px 0.2em rgba(255, 255, 255, 0.9), -1px 0 0.2em rgba(255, 255, 255, 0.9), 0 -1px 0.2em rgba(255, 255, 255, 0.9);
}

.top-greeting-heading {
  text-align: left;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 1.625rem;
  line-height: 1.8;
}

.top-greeting-content {
  margin-top: 3em;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  line-height: 2.4;
}

.top-greeting-credit {
  margin-top: 3em;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  line-height: 2.4;
}
.top-greeting-credit em {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.75rem;
}

@media all and (max-width: 1079px) {
  .section-panel.section-panel--top-greeting > .section-panel-bg {
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 20%, #ffffff 60%, #ffffff);
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--top-greeting {
    padding: 0 0 0;
  }
  .section-panel.section-panel--top-greeting > .section-panel-bg {
    top: 50px;
    width: calc(75%);
    height: calc(100vh - 50px);
    height: calc(100lvh - 50px);
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 30%, #ffffff 90%, #ffffff);
  }

  .top-greeting-heading {
    font-size: 1.125rem;
  }

  .top-greeting-content {
    font-size: 0.875rem;
  }

  .top-greeting-credit {
    font-size: 0.875rem;
  }
  .top-greeting-credit em {
    font-size: 1.125rem;
  }
}
/*
================================================================
 トップ 事業紹介
================================================================
*/
#business.section-container {
  margin-top: calc(-100vh - 70px);
  margin-top: calc(-100lvh - 70px);
}

.section-panel.section-panel--top-business {
  min-height: 100vh;
  min-height: 100lvh;
  padding: 150px 0 80px;
  overflow: hidden;
  background-color: #f1f8ff;
}
.section-panel.section-panel--top-business::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  right: calc(50% - 50vw);
  display: block;
  box-sizing: content-box;
  width: 0;
  height: 130px;
  border-left: 100vw solid #fff;
  border-bottom: 400px solid rgba(255, 255, 255, 0);
  pointer-events: none;
}
.section-panel.section-panel--top-business > .section-panel-body {
  min-height: 520px;
}

.section-panel.section-panel--top-business-div {
  padding: 80px 0 70px;
}

.top-business-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
}
.top-business-heading .this__en {
  display: block;
  width: max-content;
  order: 1;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #016ab1;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 8.75rem;
  line-height: 1.2;
  text-indent: -0.05em;
}
.top-business-heading .this__ja {
  position: relative;
  display: block;
  width: 100%;
  order: 2;
  padding-top: 1em;
  margin-top: 1em;
  color: #333;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.875rem;
  line-height: 1.8;
}
.top-business-heading .this__ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 120px;
  height: 4px;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.top-business-div-layout {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.top-business-div-layout.layout-content-left {
  flex-direction: row;
}

.top-business-div-content {
  align-self: center;
  width: calc(50% - 60px);
}
.top-business-div-content .half-container {
  margin-right: auto;
}
.top-business-div-layout.layout-content-left .top-business-div-content .half-container {
  margin-right: 0;
  margin-left: auto;
}

.top-business-div-heading {
  color: #016ab1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 2.25rem;
  line-height: 1.8;
}

.top-business-div-txt {
  text-align: justify;
  font-size: 1rem;
  line-height: 2;
}
.top-business-div-txt p {
  margin-top: 1em;
}
.top-business-div-txt .this__certification {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.top-business-div-txt .this__certification .this__icon {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}
.top-business-div-txt .this__certification .this__icon img {
  display: block;
  width: 90px;
  height: auto;
}
.top-business-div-txt .this__certification .this__title {
  display: block;
  font-size: 0.75rem;
  margin-left: 1em;
}

dl.top-business-div-data {
  display: block;
  margin: 20px 0 0;
  padding: 0;
}
dl.top-business-div-data > dt {
  display: block;
  margin: 20px 0 0;
  padding: 0 0 0.5em;
  color: #016ab1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1.125rem;
  line-height: 1.8;
  border-bottom: 1px solid #016ab1;
}
dl.top-business-div-data > dd {
  display: block;
  margin: 0;
  padding: 0;
  text-align: justify;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  line-height: 2;
}
dl.top-business-div-data > dd > * {
  margin: 1em 0 0;
}
dl.top-business-div-data > dd > dl {
  margin: 0.5em 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 100%;
}
dl.top-business-div-data > dd > dl > dt {
  display: block;
  box-sizing: border-box;
  margin: 0.5em 0 0;
  padding: 0;
  width: 10em;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 100%;
  line-height: 1.4;
}
dl.top-business-div-data > dd > dl > dt .this__title {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
dl.top-business-div-data > dd > dl > dt .this__title.this__title--with-num {
  padding-left: 1em;
}
dl.top-business-div-data > dd > dl > dt .this__title.this__title--with-num .this__title-num {
  display: inline-block;
  min-width: 1em;
  margin-left: -1em;
}
dl.top-business-div-data > dd > dl > dd {
  display: block;
  box-sizing: border-box;
  margin: 0.5em 0 0;
  padding: 0;
  width: calc(100% - 11em);
  text-align: justify;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 100%;
  line-height: 1.4;
}
dl.top-business-div-data > dd > dl.has-long-title > dt {
  width: 13em;
}
dl.top-business-div-data > dd > dl.has-long-title > dd {
  width: calc(100% - 14em);
}

.top-business-div-call {
  display: block;
  margin: 20px 0 0;
  color: #016ab1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 2.125rem;
  line-height: 1.4;
}
.top-business-div-call > .this__item {
  display: inline-block;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1.375rem;
  text-decoration: none;
}
.top-business-div-call > .this__item > span {
  display: inline-block;
}
.top-business-div-call > .this__item > em {
  display: inline-block;
  font-size: 2.125rem;
}
.top-business-div-call > .this__separator {
  display: inline-block;
}

.top-business-div-img {
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 10px);
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top-business-div-layout.layout-content-left .top-business-div-img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media all and (min-width: 1080px) and (max-width: 1339px) {
  .top-business-div-call > .this__item {
    display: block;
  }
  .top-business-div-call > .this__item > span {
    min-width: 1.5em;
  }
  .top-business-div-call > .this__separator {
    display: none;
  }
}
@media all and (max-width: 579px) {
  .top-business-div-call > .this__item {
    display: block;
  }
  .top-business-div-call > .this__item > span {
    min-width: 1.5em;
  }
  .top-business-div-call > .this__separator {
    display: none;
  }
}
@media all and (min-width: 1080px) {
  .section-panel.section-panel--top-business-div .container {
    width: 100%;
  }
  .section-panel.section-panel--top-business-div .half-container {
    max-width: 530px;
  }
}
@media all and (max-width: 1079px) {
  .section-panel.section-panel--top-business {
    padding: 150px 0 80px;
  }
  .section-panel.section-panel--top-business::before {
    top: -10px;
    height: 130px;
    border-bottom-width: 300px;
  }
  .section-panel.section-panel--top-business > .section-panel-body {
    min-height: 420px;
  }

  .top-business-heading {
    margin-bottom: 40px;
  }
  .top-business-heading .this__en {
    font-size: 7rem;
  }
  .top-business-heading .this__ja {
    font-size: 1.5rem;
  }
  .top-business-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }

  .section-panel.section-panel--top-business-div {
    padding: 50px 0 40px;
  }
  .section-panel.section-panel--top-business-div .half-container {
    width: 100%;
    max-width: 100%;
  }

  .top-business-div-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .top-business-div-content {
    width: 100%;
    padding-top: 0;
  }
  .top-business-div-content .half-container {
    margin-right: auto;
  }

  .top-business-div-img {
    margin-top: 50px;
    width: 80%;
    height: 320px;
    border-radius: 10px;
  }
  .top-business-div-layout.layout-content-left .top-business-div-img {
    border-radius: 10px;
  }
}
@media all and (max-width: 767px) {
  #business.section-container {
    margin-top: calc(-100vh - 50px);
    margin-top: calc(-100lvh - 50px);
  }

  .section-panel.section-panel--top-business {
    padding: 70px 0 30px;
  }
  .section-panel.section-panel--top-business::before {
    height: 60px;
    border-bottom-width: 200px;
  }
  .section-panel.section-panel--top-business > .section-panel-body {
    min-height: 250px;
  }

  .top-business-heading {
    margin-bottom: 40px;
  }
  .top-business-heading .this__en {
    font-size: 5.75rem;
  }
  .top-business-heading .this__ja {
    font-size: 1.25rem;
  }
  .top-business-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }

  .section-panel.section-panel--top-business-div {
    padding: 50px 0 40px;
  }

  .top-business-div-heading {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .top-business-div-txt {
    font-size: 0.875rem;
    line-height: 2;
  }
  .top-business-div-txt p {
    margin-top: 1em;
  }

  dl.top-business-div-data {
    margin: 20px 0 0;
  }
  dl.top-business-div-data > dt {
    margin: 20px 0 0;
    padding: 0 0 0.5em;
    font-size: 1rem;
  }
  dl.top-business-div-data > dd {
    font-size: 0.875rem;
  }

  .top-business-div-call {
    margin: 20px 0 0;
    font-size: 1.375rem;
  }
  .top-business-div-call > .this__item {
    font-size: 1rem;
  }
  .top-business-div-call > .this__item > em {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 579px) {
  .top-business-heading {
    margin-bottom: 40px;
  }
  .top-business-heading .this__en {
    font-size: 4.5rem;
  }
  .top-business-heading .this__ja {
    font-size: 1rem;
  }
  .top-business-heading .this__ja::before {
    width: 80px;
    height: 4px;
  }

  dl.top-business-div-data {
    margin: 20px 0 0;
  }
  dl.top-business-div-data > dt {
    margin: 20px 0 0;
    padding: 0 0 0.5em;
    font-size: 0.875rem;
  }
  dl.top-business-div-data > dd {
    font-size: 0.875rem;
  }
  dl.top-business-div-data > dd > dl > dt {
    margin: 0.5em 0 0;
    padding: 0;
    width: 100%;
  }
  dl.top-business-div-data > dd > dl > dd {
    margin: 0.5em 0 0;
    padding: 0 0 0 1em;
    width: 100%;
  }
  dl.top-business-div-data > dd > dl.has-long-title > dt {
    width: 100%;
  }
  dl.top-business-div-data > dd > dl.has-long-title > dd {
    width: 100%;
  }

  .top-business-div-img {
    height: 50vw;
  }
}
/*
================================================================
 トップ 会社概要
================================================================
*/
.section-panel.section-panel--top-company {
  min-height: 100vh;
  min-height: 100lvh;
  padding: 150px 0 0;
  overflow: hidden;
  background-color: #fff;
}

.top-company-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
}
.top-company-heading .this__en {
  display: block;
  width: max-content;
  order: 1;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #016ab1;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 8.75rem;
  line-height: 1.2;
  text-indent: -0.05em;
}
.top-company-heading .this__ja {
  position: relative;
  display: block;
  width: 100%;
  order: 2;
  padding-top: 1em;
  margin-top: 1em;
  color: #333;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.875rem;
  line-height: 1.8;
}
.top-company-heading .this__ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 120px;
  height: 4px;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.top-company-outline-layout {
  padding: 80px 0 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.top-company-outline-layout.layout-content-left {
  flex-direction: row;
}

.top-company-outline-content {
  align-self: center;
  width: calc(50% - 60px);
}
.top-company-outline-content .half-container {
  margin-right: auto;
}
.top-company-outline-layout.layout-content-left .top-company-outline-content .half-container {
  margin-right: 0;
  margin-left: auto;
}

dl.top-company-outline-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 0;
  padding: 0;
  font-size: 1rem;
}
dl.top-company-outline-data > dt {
  display: block;
  box-sizing: border-box;
  margin: 0.5em 0 0;
  padding: 0;
  width: 8.5em;
  color: #016ab1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 100%;
  line-height: 2;
}
dl.top-company-outline-data > dd {
  display: block;
  box-sizing: border-box;
  margin: 0.5em 0 0;
  padding: 0;
  width: calc(100% - 9em);
  text-align: justify;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 100%;
  line-height: 2;
}

.top-company-outline-img {
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 10px);
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top-company-outline-layout.layout-content-left .top-company-outline-img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.section-panel.section-panel--top-company-office {
  padding: 80px 0 0;
}

.top-company-office-heading {
  color: #016ab1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 2.25rem;
  line-height: 1.8;
}

ul.top-company-office-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
ul.top-company-office-list > li {
  list-style-type: none;
  display: block;
  box-sizing: border-box;
  width: 25em;
  margin: 2em 0 0;
  padding: 0;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  line-height: 2;
}
ul.top-company-office-list > li:nth-child(2n+1) {
  width: calc(100% - 28em);
}

.section-panel.section-panel--top-company-documents {
  padding: 150px 0 0;
}
.section-panel.section-panel--top-company-documents::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 125px);
  left: calc(50% - 50vw);
  display: block;
  box-sizing: content-box;
  width: 0;
  height: 50%;
  border-right: 100vw solid #f1f8ff;
  border-top: 400px solid rgba(241, 248, 255, 0);
  pointer-events: none;
}

ul.top-company-documents {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.top-company-documents > li {
  display: block;
  box-sizing: border-box;
  width: 23.5%;
  margin: 10px 0 0 2%;
  padding: 0;
}
ul.top-company-documents > li:nth-child(4n+1) {
  margin-left: 0;
}
ul.top-company-documents > li a {
  min-width: 100%;
}

.section-panel.section-panel--top-company-history {
  padding: 170px 0 0;
}
.section-panel.section-panel--top-company-history > .section-panel-body {
  background-color: #f1f8ff;
}

.top-company-history-heading {
  color: #016ab1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 2.25rem;
  line-height: 1.8;
}

dl.top-company-history-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  text-align: left;
  font-size: 1rem;
  margin: 30px 0 0;
  padding: 0;
}
dl.top-company-history-list > dt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  width: 12em;
  padding: 0.5em 2em;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 100%;
  color: #016ab1;
}
dl.top-company-history-list > dt:nth-child(4n+1) {
  background-color: #fff;
}
dl.top-company-history-list > dt:nth-child(4n+1) + dd {
  background-color: #fff;
}
dl.top-company-history-list > dt .this__year {
  display: inline-block;
  min-width: 1.2em;
  text-align: center;
}
dl.top-company-history-list > dt .this__month {
  display: inline-block;
  min-width: 1.2em;
  text-align: center;
}
dl.top-company-history-list > dd {
  display: block;
  box-sizing: border-box;
  width: calc(100% - 12em);
  padding: 0.5em 2em 0.5em 0;
}

@media all and (min-width: 1080px) {
  .top-company-outline-layout .container {
    width: 100%;
  }
  .top-company-outline-layout .half-container {
    max-width: 530px;
  }
}
@media all and (max-width: 1079px) {
  .top-company-heading {
    margin-bottom: 40px;
  }
  .top-company-heading .this__en {
    font-size: 7rem;
  }
  .top-company-heading .this__ja {
    font-size: 1.5rem;
  }
  .top-company-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }

  .top-company-outline-layout {
    padding: 40px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .top-company-outline-layout .half-container {
    width: 100%;
    max-width: 100%;
  }

  .top-company-outline-content {
    width: 100%;
    padding-top: 0;
  }
  .top-company-outline-content .half-container {
    margin-right: auto;
  }

  .top-company-outline-img {
    margin-top: 50px;
    width: 80%;
    height: 320px;
    border-radius: 10px;
  }
  .top-business-div-layout.layout-content-left .top-company-outline-img {
    border-radius: 10px;
  }

  ul.top-company-office-list > li {
    width: 100%;
  }
  ul.top-company-office-list > li:nth-child(2n+1) {
    width: 100%;
  }

  .section-panel.section-panel--top-company-documents {
    padding: 150px 0 0;
  }
  .section-panel.section-panel--top-company-documents::before {
    top: calc(50% - 75px);
    border-top-width: 300px;
  }

  ul.top-company-documents > li {
    width: 48%;
    margin: 10px 0 0 4%;
  }
  ul.top-company-documents > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--top-company {
    padding: 70px 0 0;
  }

  .top-company-heading {
    margin-bottom: 40px;
  }
  .top-company-heading .this__en {
    font-size: 5.75rem;
  }
  .top-company-heading .this__ja {
    font-size: 1.25rem;
  }
  .top-company-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }

  dl.top-company-outline-data {
    font-size: 0.875rem;
  }
  dl.top-company-outline-data > dt {
    width: 8.5em;
  }
  dl.top-company-outline-data > dd {
    width: calc(100% - 9em);
  }

  .section-panel.section-panel--top-company-office {
    padding: 50px 0 0;
  }

  .top-company-office-heading {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  ul.top-company-office-list > li {
    font-size: 0.875rem;
  }

  .section-panel.section-panel--top-company-documents {
    padding: 80px 0 0;
  }
  .section-panel.section-panel--top-company-documents::before {
    top: calc(50% - 60px);
    height: 50%;
    border-top-width: 200px;
  }

  .section-panel.section-panel--top-company-history {
    padding: 80px 0 0;
  }

  .top-company-history-heading {
    font-size: 1.5rem;
  }

  dl.top-company-history-list {
    font-size: 0.875rem;
    margin-top: 30px;
  }
  dl.top-company-history-list > dt {
    width: 10em;
    padding: 0.5em 1em;
  }
  dl.top-company-history-list > dd {
    width: calc(100% - 10em);
    padding: 0.5em 1em 0.5em 0;
  }
}
@media all and (max-width: 579px) {
  .top-company-heading {
    margin-bottom: 40px;
  }
  .top-company-heading .this__en {
    font-size: 4.5rem;
  }
  .top-company-heading .this__ja {
    font-size: 1rem;
  }
  .top-company-heading .this__ja::before {
    width: 80px;
    height: 4px;
  }

  dl.top-company-outline-data > dt {
    width: 100%;
  }
  dl.top-company-outline-data > dd {
    width: 100%;
    padding-left: 1em;
    padding-bottom: 1em;
    line-height: 1.6;
  }

  .top-company-outline-img {
    height: 50vw;
  }

  ul.top-company-documents > li {
    width: 100%;
    margin: 10px 0 0;
  }
  ul.top-company-documents > li:nth-child(2n+1) {
    margin-left: 0;
  }

  dl.top-company-history-list {
    margin-top: 30px;
  }
  dl.top-company-history-list > dt {
    width: 100%;
    padding: 1em 1em 0;
  }
  dl.top-company-history-list > dd {
    width: 100%;
    padding: 0 1em 1em 2em;
    line-height: 1.6;
  }
}
/*
================================================================
 トップ 採用情報
================================================================
*/
.section-panel.section-panel--top-recruit {
  padding: 120px 0 0;
  overflow: hidden;
  background-color: #f1f8ff;
}
.section-panel.section-panel--top-recruit > .section-panel-body {
  padding: 100px 0 0;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  overflow: hidden;
}
.section-panel.section-panel--top-recruit > .section-panel-body::after {
  /* clearfix */
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.section-panel.section-panel--top-recruit > .section-panel-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: -25%;
  display: block;
  width: 100%;
  height: 175%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.2), #000000);
}
.section-panel.section-panel--top-recruit > .section-panel-body .container {
  position: relative;
  z-index: 11;
}

.top-recruit-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  float: left;
  width: 50%;
}
.top-recruit-heading .this__en {
  display: block;
  width: max-content;
  order: 1;
  color: #fff;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 8.75rem;
  line-height: 1.2;
  text-indent: -0.05em;
  margin-top: -0.2em;
}
.top-recruit-heading .this__ja {
  position: relative;
  display: block;
  width: 100%;
  order: 2;
  padding-top: 1em;
  margin-top: 1em;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.875rem;
  line-height: 1.8;
}
.top-recruit-heading .this__ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 120px;
  height: 4px;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.top-recruit-catch {
  float: right;
  position: relative;
  width: 50%;
  padding: 0 0 50px;
}
.top-recruit-catch::before {
  content: "";
  display: block;
  margin-top: 50px;
  margin-left: 0;
  margin-right: auto;
  width: 380px;
  height: 230px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-recruit-catch::after {
  content: "";
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  height: 230px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-recruit-catch p {
  position: absolute;
  top: 0;
  right: -1.5em;
  width: 4em;
  height: 12.5em;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1.75rem;
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.top-recruit-txt {
  float: left;
  margin-top: 10px;
  width: 50%;
  text-align: justify;
  font-size: 1rem;
  line-height: 2;
}
.top-recruit-txt p {
  margin-top: 1em;
}

.top-recruit-link {
  float: left;
  margin-top: 60px;
  width: 50%;
  text-align: justify;
  font-size: 1rem;
  margin-bottom: 20vh;
}

@media all and (max-width: 1339px) {
  .top-recruit-heading {
    width: 50%;
  }

  .top-recruit-catch {
    width: 50%;
    padding: 0 0 50px;
  }
  .top-recruit-catch::before {
    margin-top: 50px;
    width: 380px;
    height: 230px;
  }
  .top-recruit-catch::after {
    margin-top: 30px;
    width: 380px;
    height: 230px;
  }
  .top-recruit-catch p {
    top: 0;
    right: -1.5em;
    font-size: 1.75rem;
  }

  .top-recruit-txt {
    margin-top: 10px;
    width: 50%;
    font-size: 1rem;
  }

  .top-recruit-link {
    margin-top: 60px;
    width: 50%;
    font-size: 1rem;
  }
}
@media all and (max-width: 1079px) {
  .top-recruit-heading {
    clear: both;
    width: 100%;
  }
  .top-recruit-heading .this__en {
    font-size: 7rem;
  }
  .top-recruit-heading .this__ja {
    font-size: 1.5rem;
  }
  .top-recruit-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }

  .top-recruit-catch {
    clear: both;
    width: 100%;
    margin: 30px 0 0;
    padding: 0 0 0;
  }
  .top-recruit-catch::before {
    float: left;
    margin-top: 0;
    margin-right: 0;
    width: 40%;
    height: 0;
    padding: 24% 0 0;
    box-sizing: content-box;
  }
  .top-recruit-catch::after {
    float: left;
    margin-top: 0;
    margin-left: 3%;
    margin-right: 0;
    width: 40%;
    height: 0;
    padding: 24% 0 0;
    box-sizing: content-box;
  }
  .top-recruit-catch p {
    top: 0;
    right: calc(8% - 2em);
  }

  .top-recruit-txt {
    clear: both;
    margin-top: 10px;
    width: 83%;
  }

  .top-recruit-link {
    clear: both;
    margin-top: 60px;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--top-recruit {
    padding: 80px 0 0;
  }
  .section-panel.section-panel--top-recruit > .section-panel-body {
    padding: 50px 0 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .top-recruit-heading .this__en {
    font-size: 5.75rem;
  }
  .top-recruit-heading .this__ja {
    font-size: 1.25rem;
  }
  .top-recruit-heading .this__ja::before {
    width: 120px;
    height: 4px;
  }

  .top-recruit-catch {
    margin: 30px 0 0;
    padding: 0 0 0;
  }
  .top-recruit-catch::before {
    float: left;
    margin-top: 0;
    margin-right: 0;
    width: 40%;
    height: 0;
    padding: 24% 0 0;
    box-sizing: content-box;
  }
  .top-recruit-catch::after {
    float: left;
    margin-top: 0;
    margin-left: 3%;
    margin-right: 0;
    width: 40%;
    height: 0;
    padding: 24% 0 0;
    box-sizing: content-box;
  }
  .top-recruit-catch p {
    top: 0;
    right: calc(8% - 2em);
    font-size: 1.375rem;
  }

  .top-recruit-txt {
    width: 83%;
    margin-top: 10px;
    font-size: 0.875rem;
  }

  .top-recruit-link {
    margin-top: 60px;
    font-size: 0.875rem;
    margin-bottom: 15vh;
  }
}
@media all and (max-width: 579px) {
  .top-recruit-heading .this__en {
    font-size: 4.5rem;
  }
  .top-recruit-heading .this__ja {
    font-size: 1rem;
  }
  .top-recruit-heading .this__ja::before {
    width: 80px;
    height: 4px;
  }

  .top-recruit-catch {
    margin: 20px 0 0;
    padding: 0 0 0;
  }
  .top-recruit-catch::before {
    float: none;
    margin-top: 0;
    margin-right: auto;
    width: 66%;
    height: 0;
    padding: 40% 0 0;
    box-sizing: content-box;
  }
  .top-recruit-catch::after {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
    width: 66%;
    height: 0;
    padding: 40% 0 0;
    box-sizing: content-box;
  }
  .top-recruit-catch p {
    top: 0;
    right: calc(15% - 2em);
    font-size: 1.125rem;
  }

  .top-recruit-txt {
    width: 100%;
  }
}
/*
================================================================
 採用情報 トップ - 仕事と仲間
================================================================
*/
.section-panel.section-panel--page-recruit-work {
  padding: 0 0 70px;
  min-height: 50vh;
  min-height: 50lvh;
  background-color: #f1f8ff;
  overflow: hidden;
}
.section-panel.section-panel--page-recruit-work::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  right: calc(50% - 50vw);
  display: block;
  box-sizing: content-box;
  width: 0;
  height: 10px;
  border-left: 100vw solid #fff;
  border-bottom: 400px solid rgba(255, 255, 255, 0);
  pointer-events: none;
}
.section-panel.section-panel--page-recruit-work > .section-panel-body {
  min-height: 400px;
}

.page-recruit-work-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
}
.page-recruit-work-heading .this__en {
  display: block;
  width: max-content;
  order: 1;
  color: #016ab1;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.2;
  text-indent: -0.05em;
}
.page-recruit-work-heading .this__ja {
  position: relative;
  display: block;
  width: 100%;
  order: 2;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 2.25rem;
  line-height: 1.8;
}

ul.page-recruit-work-persons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.page-recruit-work-persons > li {
  display: block;
  list-style-type: none;
  margin: 0 0 50px calc(50% - 480px);
  padding: 0;
  width: 320px;
}
ul.page-recruit-work-persons > li:nth-child(3n+1) {
  margin-left: 0;
}
ul.page-recruit-work-persons > li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
ul.page-recruit-work-persons > li a::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 75%;
  opacity: 0.75;
  background-image: linear-gradient(0deg, #011e48, rgba(1, 30, 72, 0));
  mix-blend-mode: multiply;
}
ul.page-recruit-work-persons > li a::after {
  content: "";
  position: absolute;
  z-index: 12;
  bottom: 16px;
  right: 20px;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../img/common/arrow/arrow_right_white.svg);
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
ul.page-recruit-work-persons > li a .this__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  transform: none;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
ul.page-recruit-work-persons > li a .this__outline {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 80px 16px 20px;
  line-height: 1.2;
}
ul.page-recruit-work-persons > li a .this__outline .this__div {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 1.125rem;
}
ul.page-recruit-work-persons > li a .this__outline .this__personal {
  display: block;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
}
ul.page-recruit-work-persons > li a .this__outline .this__personal .this__year {
  display: inline-block;
  margin-left: 0.3em;
}
ul.page-recruit-work-persons > li a .this__outline .this__personal .this__year small {
  display: inline-block;
  margin-left: 0.1em;
  font-size: 66.66%;
}
ul.page-recruit-work-persons > li a .this__outline .this__career {
  position: relative;
  top: -0.1em;
  display: block;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 0.875rem;
}
ul.page-recruit-work-persons > li a:hover {
  opacity: 1;
}
ul.page-recruit-work-persons > li a:hover::after {
  background-color: #fff;
  background-image: url(../img/common/arrow/arrow_right_theme-01.svg);
}
ul.page-recruit-work-persons > li a:hover .this__img {
  transform: scale(1.1);
}

@media all and (max-width: 1339px) {
  ul.page-recruit-work-persons > li {
    margin: 0 0 50px calc(50% - 450px);
    width: 300px;
  }
  ul.page-recruit-work-persons > li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.page-recruit-work-persons > li a {
    border-radius: 10px;
  }
  ul.page-recruit-work-persons > li a::after {
    bottom: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-size: 10px 10px;
  }
  ul.page-recruit-work-persons > li a .this__outline {
    padding: 16px 80px 16px 20px;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__div {
    font-size: 1.125rem;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__personal {
    font-size: 1.5rem;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__career {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 1079px) {
  .section-panel.section-panel--page-recruit-work {
    padding: 0 0 70px;
  }
  .section-panel.section-panel--page-recruit-work::before {
    top: -10px;
    height: 10px;
    border-bottom-width: 300px;
  }
  .section-panel.section-panel--page-recruit-work > .section-panel-body {
    min-height: 300px;
  }

  ul.page-recruit-work-persons > li {
    margin: 0 0 50px 5%;
    width: 30%;
  }
  ul.page-recruit-work-persons > li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.page-recruit-work-persons > li a {
    border-radius: 10px;
  }
  ul.page-recruit-work-persons > li a::after {
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-size: 10px 10px;
  }
  ul.page-recruit-work-persons > li a .this__outline {
    display: block;
    padding: 16px 16px 16px 16px;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__div {
    font-size: 0.8125rem;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__personal {
    font-size: 1rem;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__career {
    margin-top: 0.3em;
    font-size: 0.6875rem;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--page-recruit-work {
    padding: 0 0 70px;
  }
  .section-panel.section-panel--page-recruit-work::before {
    border-bottom-width: 200px;
  }
  .section-panel.section-panel--page-recruit-work > .section-panel-body {
    min-height: 200px;
  }

  .page-recruit-work-heading {
    margin-bottom: 50px;
  }
  .page-recruit-work-heading .this__en {
    font-size: 0.875rem;
  }
  .page-recruit-work-heading .this__ja {
    font-size: 1.375rem;
  }

  ul.page-recruit-work-persons > li {
    margin: 0 0 30px 4%;
    width: 48%;
  }
  ul.page-recruit-work-persons > li:nth-child(3n+1) {
    margin-left: 4%;
  }
  ul.page-recruit-work-persons > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.page-recruit-work-persons > li a {
    border-radius: 10px;
  }
  ul.page-recruit-work-persons > li a::after {
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-size: 10px 10px;
  }
  ul.page-recruit-work-persons > li a .this__outline {
    display: flex;
    padding: 16px 72px 16px 16px;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__div {
    font-size: 0.8125rem;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__personal {
    font-size: 1rem;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__career {
    font-size: 0.6875rem;
  }
}
@media all and (max-width: 579px) {
  ul.page-recruit-work-persons {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    max-width: 100%;
  }
  ul.page-recruit-work-persons > li {
    margin: 0 0 30px;
    width: 100%;
  }
  ul.page-recruit-work-persons > li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.page-recruit-work-persons > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.page-recruit-work-persons > li a {
    border-radius: 10px;
  }
  ul.page-recruit-work-persons > li a::after {
    bottom: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-size: 10px 10px;
  }
  ul.page-recruit-work-persons > li a .this__outline {
    padding: 16px 80px 16px 20px;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__div {
    font-size: 1rem;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__personal {
    font-size: 1.25rem;
  }
  ul.page-recruit-work-persons > li a .this__outline .this__career {
    font-size: 0.75rem;
  }
}
/*
================================================================
 採用情報 トップ - 活躍できる環境
================================================================
*/
.section-panel.section-panel--page-recruit-workplace {
  padding: 120px 0 70px;
  min-height: 50vh;
  min-height: 50lvh;
  background-color: #fff;
}

.page-recruit-workplace-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
}
.page-recruit-workplace-heading .this__en {
  display: block;
  width: max-content;
  order: 1;
  color: #016ab1;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.2;
  text-indent: -0.05em;
}
.page-recruit-workplace-heading .this__ja {
  position: relative;
  display: block;
  width: 100%;
  order: 2;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 2.25rem;
  line-height: 1.8;
}

ul.page-recruit-workplace-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.page-recruit-workplace-content > li {
  display: block;
  list-style-type: none;
  margin: 0 0 50px calc(100% - 1150px);
  padding: 0;
  width: 575px;
}
ul.page-recruit-workplace-content > li:nth-child(2n+1) {
  margin-left: 0;
}
ul.page-recruit-workplace-content > li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  color: #016ab1;
  text-decoration: none;
}
ul.page-recruit-workplace-content > li a::after {
  content: "";
  position: absolute;
  z-index: 12;
  bottom: 16px;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: rgba(1, 106, 177, 0);
  background-image: url(../img/common/arrow/arrow_right_theme-01.svg);
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #016ab1;
  border-radius: 50%;
  transition: background-color 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
ul.page-recruit-workplace-content > li a .this__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  transform: none;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
ul.page-recruit-workplace-content > li a .this__title {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  width: max-content;
  padding: 16px 80px 16px 40px;
  border-top-left-radius: 10px;
  background-color: #fff;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 1.25rem;
  line-height: 40px;
}
ul.page-recruit-workplace-content > li a:hover {
  opacity: 1;
}
ul.page-recruit-workplace-content > li a:hover::after {
  background-color: #016ab1;
  background-image: url(../img/common/arrow/arrow_right_white.svg);
}
ul.page-recruit-workplace-content > li a:hover .this__img {
  transform: scale(1.1);
}

@media all and (max-width: 1339px) {
  ul.page-recruit-workplace-content > li {
    margin: 0 0 50px 4%;
    padding: 0;
    width: 48%;
  }
  ul.page-recruit-workplace-content > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.page-recruit-workplace-content > li a {
    border-radius: 10px;
  }
  ul.page-recruit-workplace-content > li a::after {
    bottom: 16px;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 10px 10px;
  }
  ul.page-recruit-workplace-content > li a .this__title {
    padding: 16px 80px 16px 40px;
    border-top-left-radius: 10px;
    font-size: 1.25rem;
    line-height: 40px;
  }
}
@media all and (max-width: 1079px) {
  ul.page-recruit-workplace-content > li {
    margin: 0 0 50px 4%;
    padding: 0;
    width: 48%;
  }
  ul.page-recruit-workplace-content > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.page-recruit-workplace-content > li a {
    border-radius: 10px;
  }
  ul.page-recruit-workplace-content > li a::after {
    bottom: 16px;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 10px 10px;
  }
  ul.page-recruit-workplace-content > li a .this__title {
    padding: 16px 60px 16px 20px;
    border-top-left-radius: 10px;
    font-size: 1rem;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--page-recruit-workplace {
    padding: 80px 0 70px;
  }

  .page-recruit-workplace-heading {
    margin-bottom: 50px;
  }
  .page-recruit-workplace-heading .this__en {
    font-size: 0.875rem;
  }
  .page-recruit-workplace-heading .this__ja {
    font-size: 1.375rem;
  }

  ul.page-recruit-workplace-content > li {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
  }
  ul.page-recruit-workplace-content > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.page-recruit-workplace-content > li a {
    border-radius: 10px;
  }
  ul.page-recruit-workplace-content > li a::after {
    bottom: 16px;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 10px 10px;
  }
  ul.page-recruit-workplace-content > li a .this__title {
    padding: 16px 60px 16px 20px;
    border-top-left-radius: 10px;
    font-size: 1rem;
    line-height: 40px;
  }
}
@media all and (max-width: 579px) {
  ul.page-recruit-workplace-content > li {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
  }
  ul.page-recruit-workplace-content > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.page-recruit-workplace-content > li a {
    border-radius: 10px;
  }
  ul.page-recruit-workplace-content > li a::after {
    bottom: 12px;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 10px 10px;
  }
  ul.page-recruit-workplace-content > li a .this__title {
    padding: 12px 60px 12px 20px;
    border-top-left-radius: 10px;
    font-size: 0.875rem;
    line-height: 40px;
  }
}
/*
================================================================
 採用情報 トップ - 募集要項
================================================================
*/
.section-panel.section-panel--page-recruit-info {
  padding: 120px 0 70px;
  min-height: 400px;
  background-color: #f1f8ff;
  overflow: hidden;
}
.section-panel.section-panel--page-recruit-info::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  right: calc(50% - 50vw);
  display: block;
  box-sizing: content-box;
  width: 0;
  height: 10px;
  border-left: 100vw solid #fff;
  border-bottom: 400px solid rgba(255, 255, 255, 0);
  pointer-events: none;
}

ul.page-recruit-info-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.page-recruit-info-content > li {
  display: block;
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
}
ul.page-recruit-info-content > li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
ul.page-recruit-info-content > li a::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
ul.page-recruit-info-content > li a .this__img {
  position: relative;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.8, 1) 0s;
}
ul.page-recruit-info-content > li a .this__title {
  position: absolute;
  z-index: 11;
  bottom: 50%;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 2.25rem;
  line-height: 1.5;
  text-align: center;
  transform: translateY(50%);
}
ul.page-recruit-info-content > li a .this__title .this__en {
  display: block;
  order: 1;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1.25rem;
}
ul.page-recruit-info-content > li a .this__title .this__ja {
  display: block;
  order: 2;
  width: 100%;
}
ul.page-recruit-info-content > li a:hover {
  opacity: 1;
}
ul.page-recruit-info-content > li a:hover .this__img {
  transform: translateX(-50%) scale(1.1);
}

@media all and (max-width: 1079px) {
  .section-panel.section-panel--page-recruit-info {
    padding: 120px 0 70px;
    min-height: 300px;
  }
  .section-panel.section-panel--page-recruit-info::before {
    top: -10px;
    height: 10px;
    border-bottom-width: 300px;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--page-recruit-info {
    padding: 80px 0 70px;
    min-height: 200px;
  }
  .section-panel.section-panel--page-recruit-info::before {
    border-bottom-width: 200px;
  }

  ul.page-recruit-info-content > li {
    margin: 0 0 30px;
  }
  ul.page-recruit-info-content > li a {
    border-radius: 10px;
    height: 250px;
  }
  ul.page-recruit-info-content > li a .this__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
  ul.page-recruit-info-content > li a .this__title {
    padding: 20px;
    font-size: 1.375rem;
  }
  ul.page-recruit-info-content > li a .this__title .this__en {
    font-size: 0.875rem;
  }
  ul.page-recruit-info-content > li a:hover .this__img {
    transform: translateX(-50%) scale(1.1);
  }
}
/*
================================================================
 採用情報 仕事と仲間
================================================================
*/
.section-panel.section-panel--page-recruit_work-int {
  padding: 80px 0 80px;
  overflow: hidden;
  background-color: #fff;
}
.hero-section-container.subpage-header-area + .section-container .section-panel.section-panel--page-recruit_work-int::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 300px;
  background-color: #f1f8ff;
}

.page-recruit_work-int-heading {
  line-height: 1.2;
}
.page-recruit_work-int-heading .this__div {
  display: block;
  width: 100%;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 1.25rem;
}
.page-recruit_work-int-heading .this__personal {
  display: block;
  margin-top: 0.2em;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 2rem;
}
.page-recruit_work-int-heading .this__personal .this__year {
  display: inline-block;
  margin-left: 0.3em;
}
.page-recruit_work-int-heading .this__personal .this__year small {
  display: inline-block;
  margin-left: 0.1em;
  font-size: 66.66%;
}
.page-recruit_work-int-heading .this__career {
  display: block;
  margin-top: 1.5em;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
}

.page-recruit_work-int-img {
  margin: 30px 0 0;
  padding: 0 0 0;
}
.page-recruit_work-int-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

dl.page-recruit_work-int-list {
  margin: 0;
  padding: 0;
}
dl.page-recruit_work-int-list > dt {
  display: block;
  box-sizing: border-box;
  margin: 1.5em 0 0;
  padding: 0 0 0 1.5em;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 2rem;
  line-height: 2;
  text-align: left;
}
dl.page-recruit_work-int-list > dt::before {
  content: "―";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
dl.page-recruit_work-int-list > dd {
  display: block;
  box-sizing: border-box;
  margin: 1.8em 0 0;
  padding: 0 0 0;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
}
dl.page-recruit_work-int-list > dd > * {
  margin-top: 1.8em;
}

.section-panel.section-panel--page-recruit_work-int-sch {
  margin: 120px 0 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
.section-panel.section-panel--page-recruit_work-int-sch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: calc(50% + 600px);
  height: 100%;
  background-color: #f1f8ff;
}
.section-panel.section-panel--page-recruit_work-int-sch .section-panel-body {
  padding: 70px 0 100px;
}

.page-recruit_work-int-sch-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.page-recruit_work-int-sch-content {
  align-self: center;
  box-sizing: border-box;
  width: calc(50% - 60px);
}
.page-recruit_work-int-sch-content .half-container {
  margin-left: auto;
}

.page-recruit_work-int-sch-heading {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 50px;
  background-image: url(../img/recruit/work/schedule_ico.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0% 50%;
  color: #016ab1;
  text-align: left;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 2.125rem;
  line-height: 1.5;
}

.page-recruit_work-int-sch-label em {
  display: inline-block;
  box-sizing: border-box;
  min-width: 270px;
  padding: 0 1em;
  background-color: #016ab1;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

dl.page-recruit_work-int-sch-data {
  display: block;
  margin: 20px 0 0;
  padding: 0;
}
dl.page-recruit_work-int-sch-data > dt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0;
  padding: 0 0 0;
  color: #016ab1;
  text-align: left;
}
dl.page-recruit_work-int-sch-data > dt .this__time {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 0 0 0;
  width: 60px;
  color: #016ab1;
  text-align: left;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1.25rem;
  line-height: 1.2;
}
dl.page-recruit_work-int-sch-data > dt .this__title {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 0 0 0;
  width: calc(100% - 60px);
  color: #016ab1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  line-height: 1.2;
}
dl.page-recruit_work-int-sch-data > dd {
  position: relative;
  display: block;
  margin: 5px 0 5px 29px;
  padding: 0 0 0 29px;
  border-left: 2px solid #016ab1;
  text-align: justify;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  line-height: 1.8;
}
dl.page-recruit_work-int-sch-data > dd:last-child {
  border-left-color: transparent;
}

ul.page-recruit_work-int-sch-data {
  display: block;
  margin: 20px 0 0;
  padding: 0;
}
ul.page-recruit_work-int-sch-data > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 0;
  padding: 5px 0 5px;
  text-align: left;
}
ul.page-recruit_work-int-sch-data > li .this__time {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 0 0 0;
  width: 65px;
  color: #016ab1;
  text-align: left;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 1.25rem;
  line-height: 1.2;
}
ul.page-recruit_work-int-sch-data > li .this__time::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  box-sizing: content-box;
  width: 10px;
  height: 0;
  border-top: 1px solid #016ab1;
}
ul.page-recruit_work-int-sch-data > li .this__title {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 0 0 0;
  width: calc(100% - 65px);
  color: #016ab1;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  line-height: 1.5;
}
ul.page-recruit_work-int-sch-data > li .this__title small {
  display: inline-block;
  font-size: 0.875rem;
}
ul.page-recruit_work-int-sch-data > li .this__txt {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 0 0 0 65px;
  width: 100%;
  text-align: justify;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 0.875rem;
  line-height: 1.8;
}

.page-recruit_work-int-sch-img {
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 10px);
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.section-panel.section-panel--page-recruit_work-info {
  padding: 20px 0 200px;
  min-height: calc(30px + 20vh);
  background-color: #fff;
}

.page-recruit_work-info-link {
  text-align: center;
}

@media all and (max-width: 1339px) {
  .section-panel.section-panel--page-recruit_work-int-sch::before {
    max-width: calc(100% - 60px);
  }
}
@media all and (min-width: 1080px) {
  .page-recruit_work-int-sch-layout .container {
    width: 100%;
  }
  .page-recruit_work-int-sch-layout .half-container {
    max-width: 430px;
  }
}
@media all and (max-width: 1079px) {
  .section-panel.section-panel--page-recruit_work-int-sch::before {
    max-width: calc(100% - 50px);
  }

  .page-recruit_work-int-sch-layout .half-container {
    width: 100%;
    max-width: 100%;
  }

  .page-recruit_work-int-sch-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .page-recruit_work-int-sch-content {
    width: 100%;
    padding-top: 0;
    padding-right: 50px;
  }
  .page-recruit_work-int-sch-content .half-container {
    margin-right: auto;
  }

  .page-recruit_work-int-sch-img {
    margin-top: 30px;
    width: 80%;
    height: 320px;
    border-radius: 10px;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--page-recruit_work-int {
    padding: 70px 0 30px;
  }
  .hero-section-container.subpage-header-area + .section-container .section-panel.section-panel--page-recruit_work-int::before {
    height: 240px;
  }

  .page-recruit_work-int-heading .this__div {
    font-size: 1rem;
  }
  .page-recruit_work-int-heading .this__personal {
    font-size: 1.5rem;
  }
  .page-recruit_work-int-heading .this__career {
    font-size: 0.75rem;
  }

  .page-recruit_work-int-img {
    margin: 25px 0 0;
  }

  dl.page-recruit_work-int-list > dt {
    margin: 2.5em 0 0;
    font-size: 1.25rem;
  }
  dl.page-recruit_work-int-list > dd {
    margin: 1.8em 0 0;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  dl.page-recruit_work-int-list > dd > * {
    margin-top: 1.8em;
  }

  .section-panel.section-panel--page-recruit_work-int-sch {
    margin: 70px 0 0;
  }
  .section-panel.section-panel--page-recruit_work-int-sch::before {
    max-width: calc(100% - 25px);
  }
  .section-panel.section-panel--page-recruit_work-int-sch .section-panel-body {
    padding: 50px 0 80px;
  }

  .page-recruit_work-int-sch-content {
    padding-right: 25px;
  }

  .page-recruit_work-int-sch-heading {
    padding: 0 0 0 45px;
    background-size: 32px 32px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .page-recruit_work-int-sch-label em {
    min-width: 200px;
    font-size: 0.875rem;
  }

  dl.page-recruit_work-int-sch-data {
    margin: 20px 0 0;
  }
  dl.page-recruit_work-int-sch-data > dt .this__time {
    width: 54px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
  dl.page-recruit_work-int-sch-data > dt .this__title {
    width: calc(100% - 54px);
    font-size: 0.875rem;
    line-height: 1.2;
  }
  dl.page-recruit_work-int-sch-data > dd {
    margin: 5px 0 5px 26px;
    padding: 0 0 0 26px;
    border-left-width: 2px;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  ul.page-recruit_work-int-sch-data {
    margin: 20px 0 0;
  }
  ul.page-recruit_work-int-sch-data > li .this__time {
    width: 60px;
    font-size: 1.125rem;
  }
  ul.page-recruit_work-int-sch-data > li .this__title {
    width: calc(100% - 60px);
    font-size: 0.875rem;
  }
  ul.page-recruit_work-int-sch-data > li .this__title small {
    font-size: 0.75rem;
  }
  ul.page-recruit_work-int-sch-data > li .this__txt {
    padding-left: 60px;
    font-size: 0.75rem;
  }

  .section-panel.section-panel--page-recruit_work-info {
    padding: 20px 0 160px;
    min-height: calc(30px + 15vh);
  }
}
@media all and (max-width: 579px) {
  .section-panel.section-panel--page-recruit_work-int-sch::before {
    max-width: calc(100% - 15px);
  }

  .page-recruit_work-int-sch-content {
    padding-right: 15px;
  }

  .page-recruit_work-int-sch-img {
    height: 50vw;
  }
}
/*
================================================================
 採用情報 活躍できる環境
================================================================
*/
.section-panel.section-panel--page-recruit_workplace-dev,
.section-panel.section-panel--page-recruit_workplace-longtime,
.section-panel.section-panel--page-recruit_workplace-worklife {
  padding: 80px 0 30px;
  overflow: hidden;
  background-color: #fff;
}
.hero-section-container.subpage-header-area + .section-container .section-panel.section-panel--page-recruit_workplace-dev::before, .hero-section-container.subpage-header-area + .section-container
.section-panel.section-panel--page-recruit_workplace-longtime::before, .hero-section-container.subpage-header-area + .section-container
.section-panel.section-panel--page-recruit_workplace-worklife::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 300px;
  background-color: #f1f8ff;
}
.section-panel.section-panel--page-recruit_workplace-dev > .section-panel-container > .section-panel-img,
.section-panel.section-panel--page-recruit_workplace-longtime > .section-panel-container > .section-panel-img,
.section-panel.section-panel--page-recruit_workplace-worklife > .section-panel-container > .section-panel-img {
  position: relative;
  z-index: 11;
  display: block;
  margin: 70px 0 0;
  width: calc(50% + 600px);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-panel.section-panel--page-recruit_workplace-dev > .section-panel-container > .section-panel-body,
.section-panel.section-panel--page-recruit_workplace-longtime > .section-panel-container > .section-panel-body,
.section-panel.section-panel--page-recruit_workplace-worklife > .section-panel-container > .section-panel-body {
  padding: 50px 0 50px;
}

.section-panel.section-panel--page-recruit_workplace-dev > .section-panel-container > .section-panel-img,
.section-panel.section-panel--page-recruit_workplace-worklife > .section-panel-container > .section-panel-img {
  margin-right: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.section-panel.section-panel--page-recruit_workplace-longtime > .section-panel-container > .section-panel-img {
  margin-left: auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-recruit_workplace-dev-heading,
.page-recruit_workplace-longtime-heading,
.page-recruit_workplace-worklife-heading {
  display: block;
  margin: 0 0 20px;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 2.25rem;
  line-height: 1.8;
}

.section-panel.section-panel--page-recruit_workplace-dev-sys,
.section-panel.section-panel--page-recruit_workplace-dev-res,
.section-panel.section-panel--page-recruit_workplace-longtime-field,
.section-panel.section-panel--page-recruit_workplace-longtime-health {
  padding: 50px 0 0;
}

.page-recruit_workplace-dev-sys-heading,
.page-recruit_workplace-dev-res-heading,
.page-recruit_workplace-longtime-health-heading {
  display: block;
  padding: 0 0 0 1.5em;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8;
}
.page-recruit_workplace-dev-sys-heading::before,
.page-recruit_workplace-dev-res-heading::before,
.page-recruit_workplace-longtime-health-heading::before {
  content: "●";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.page-recruit_workplace-longtime-field-heading {
  display: block;
  padding: 0.2em 1em 0.2em;
  margin-bottom: 2em;
  background-color: #016ab1;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
}

.page-recruit_workplace-dev-sys-txt {
  margin-top: 0.4em;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.8;
}
.page-recruit_workplace-dev-sys-txt > * {
  margin-top: 1.8em;
}
.page-recruit_workplace-dev-sys-txt > *:first-child {
  margin-top: 0;
}

dl.page-recruit_workplace-dev-sys-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
dl.page-recruit_workplace-dev-sys-list > dt {
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 1px 0.5em 2px;
  width: 180px;
  background-color: #016ab1;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
}
dl.page-recruit_workplace-dev-sys-list > dd {
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 1px 0 2px;
  width: calc(100% - 200px);
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.75;
}

.page-recruit_workplace-dev-res-panel,
.page-recruit_workplace-longtime-health-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  margin-top: 20px;
  width: 100%;
  background-color: #f1f8ff;
  border-radius: 10px;
  overflow: hidden;
}

.page-recruit_workplace-longtime-field-panel {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}

.page-recruit_workplace-dev-res-panel-content,
.page-recruit_workplace-longtime-health-panel-content {
  align-self: center;
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 2em 2em;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: justify;
  font-size: 1rem;
  line-height: 2.2;
}
.page-recruit_workplace-dev-res-panel-content > *,
.page-recruit_workplace-longtime-health-panel-content > * {
  margin-top: 2.2em;
}
.page-recruit_workplace-dev-res-panel-content > *:first-child,
.page-recruit_workplace-longtime-health-panel-content > *:first-child {
  margin-top: 0;
}
.page-recruit_workplace-dev-res-panel-content > ul,
.page-recruit_workplace-longtime-health-panel-content > ul {
  display: block;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.page-recruit_workplace-dev-res-panel-content > ul > li,
.page-recruit_workplace-longtime-health-panel-content > ul > li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1em;
}
.page-recruit_workplace-dev-res-panel-content > ul > li::before,
.page-recruit_workplace-longtime-health-panel-content > ul > li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-recruit_workplace-longtime-field-panel-content {
  align-self: center;
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 1em 0 1em 2em;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: justify;
  font-size: 1rem;
  line-height: 2.2;
}
.page-recruit_workplace-longtime-field-panel-content > * {
  margin-top: 2.2em;
}
.page-recruit_workplace-longtime-field-panel-content > *:first-child {
  margin-top: 0;
}
.page-recruit_workplace-longtime-field-panel-content > ul {
  display: block;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.page-recruit_workplace-longtime-field-panel-content > ul > li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1em;
}
.page-recruit_workplace-longtime-field-panel-content > ul > li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-recruit_workplace-dev-res-panel-img,
.page-recruit_workplace-longtime-health-panel-img {
  display: block;
  box-sizing: border-box;
  width: 50%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-recruit_workplace-longtime-field-panel-img {
  display: block;
  box-sizing: border-box;
  width: 50%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

ul.page-recruit_workplace-worklife-list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 30px 0 0;
  padding: 0 0 0;
}
ul.page-recruit_workplace-worklife-list > li {
  list-style-type: none;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 30%;
  margin: 5% 0 0 5%;
  padding: 25px 20px 25px;
  background-color: #f1f8ff;
  color: #333;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}
ul.page-recruit_workplace-worklife-list > li:nth-child(3n+1) {
  margin-left: 0;
}
ul.page-recruit_workplace-worklife-list > li .this__title {
  margin: 0 0;
  padding: 0 0 140px;
  display: block;
  width: 100%;
}
ul.page-recruit_workplace-worklife-list > li .this__title.this__title--tight-ico {
  padding-bottom: 110px;
}
ul.page-recruit_workplace-worklife-list > li .this__title:nth-last-child(3) {
  padding-bottom: 180px;
}
ul.page-recruit_workplace-worklife-list > li .this__title small {
  font-size: 70%;
}
ul.page-recruit_workplace-worklife-list > li .this__ico {
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin: 0 0;
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
ul.page-recruit_workplace-worklife-list > li .this__ico:nth-last-child(2) {
  bottom: 95px;
}
ul.page-recruit_workplace-worklife-list > li .this__ico img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
ul.page-recruit_workplace-worklife-list > li .this__value {
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin: 0 0;
  transform: translateX(-50%);
  display: block;
  width: max-content;
  order: 1;
  background-image: linear-gradient(90deg, #016ab1, #008fc8);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #016ab1;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 3.9375rem;
  line-height: 1.1111;
}
ul.page-recruit_workplace-worklife-list > li .this__value small {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 52%;
}
ul.page-recruit_workplace-worklife-list > li .this__value small.txt--ja {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}

ul.page-recruit_workplace-worklife-certified-list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto 0;
  padding: 0 0 0;
  width: 720px;
  max-width: 100%;
}
ul.page-recruit_workplace-worklife-certified-list > li {
  list-style-type: none;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 5% 0 0 0;
  padding: 22px 17px 22px;
  border: 3px solid #016ab1;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5;
  overflow: hidden;
}
ul.page-recruit_workplace-worklife-certified-list > li::after {
  /* clearfix */
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.page-recruit_workplace-worklife-certified-list > li::before {
  content: "";
  position: absolute;
  left: 200px;
  bottom: -10px;
  z-index: 1;
  display: block;
  box-sizing: content-box;
  width: 0;
  height: 10px;
  border-right: 100vw solid #f1f8ff;
  border-top: 400px solid rgba(241, 248, 255, 0);
}
ul.page-recruit_workplace-worklife-certified-list > li .this__title {
  float: right;
  position: relative;
  z-index: 11;
  margin: 0 0;
  padding: 0 0;
  display: block;
  width: calc(100% - 220px);
  color: #016ab1;
}
ul.page-recruit_workplace-worklife-certified-list > li .this__title small {
  font-size: 70%;
}
ul.page-recruit_workplace-worklife-certified-list > li .this__mark {
  float: left;
  position: relative;
  z-index: 11;
  margin: 0 0;
  padding: 0 0;
  display: block;
  width: 180px;
}
ul.page-recruit_workplace-worklife-certified-list > li .this__mark img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
ul.page-recruit_workplace-worklife-certified-list > li .this__detail {
  float: right;
  position: relative;
  z-index: 11;
  margin: 1em 0 0;
  padding: 0 0;
  display: block;
  width: calc(100% - 220px);
  font-size: 70%;
  text-align: left;
}
ul.page-recruit_workplace-worklife-certified-list > li .this__detail .this__detail-name {
  display: inline-block;
  min-width: 7em;
}

.section-panel.section-panel--page-recruit_workplace-info {
  padding: 20px 0 200px;
  min-height: calc(30px + 20vh);
  background-color: #fff;
}

.page-recruit_workplace-info-link {
  text-align: center;
}

@media all and (max-width: 1339px) {
  .section-panel.section-panel--page-recruit_workplace-dev > .section-panel-container > .section-panel-img,
  .section-panel.section-panel--page-recruit_workplace-longtime > .section-panel-container > .section-panel-img,
  .section-panel.section-panel--page-recruit_workplace-worklife > .section-panel-container > .section-panel-img {
    max-width: calc(100% - 60px);
    height: 500px;
  }
}
@media all and (max-width: 1079px) {
  .section-panel.section-panel--page-recruit_workplace-dev > .section-panel-container > .section-panel-img,
  .section-panel.section-panel--page-recruit_workplace-longtime > .section-panel-container > .section-panel-img,
  .section-panel.section-panel--page-recruit_workplace-worklife > .section-panel-container > .section-panel-img {
    margin: 70px 0 0;
    max-width: 100%;
    height: 320px;
    border-radius: 0;
  }

  .page-recruit_workplace-dev-res-panel-content,
  .page-recruit_workplace-longtime-health-panel-content {
    width: 100%;
    padding: 2em 2em;
    font-size: 1rem;
  }

  .page-recruit_workplace-longtime-field-panel-content {
    width: 100%;
    padding: 0 0 1em;
    font-size: 1rem;
  }

  .page-recruit_workplace-dev-res-panel-img,
  .page-recruit_workplace-longtime-health-panel-img,
  .page-recruit_workplace-longtime-field-panel-img {
    width: 100%;
    min-height: 320px;
  }

  ul.page-recruit_workplace-worklife-list {
    margin: 30px 0 0;
  }
  ul.page-recruit_workplace-worklife-list > li {
    width: 30%;
    margin: 5% 0 0 5%;
    padding: 20px 16px 20px;
    border-radius: 10px;
    font-size: 1rem;
  }
  ul.page-recruit_workplace-worklife-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title {
    padding-bottom: 140px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title.this__title--tight-ico {
    padding-bottom: 110px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title:nth-last-child(3) {
    padding-bottom: 165px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title small {
    font-size: 70%;
  }
  ul.page-recruit_workplace-worklife-list > li .this__ico {
    bottom: 20px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__ico:nth-last-child(2) {
    bottom: 75px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__value {
    bottom: 20px;
    font-size: 3.125rem;
  }
  ul.page-recruit_workplace-worklife-list > li .this__value small {
    font-size: 52%;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--page-recruit_workplace-dev,
  .section-panel.section-panel--page-recruit_workplace-longtime,
  .section-panel.section-panel--page-recruit_workplace-worklife {
    padding: 70px 0 30px;
  }
  .hero-section-container.subpage-header-area + .section-container .section-panel.section-panel--page-recruit_workplace-dev::before, .hero-section-container.subpage-header-area + .section-container
  .section-panel.section-panel--page-recruit_workplace-longtime::before, .hero-section-container.subpage-header-area + .section-container
  .section-panel.section-panel--page-recruit_workplace-worklife::before {
    height: 240px;
  }
  .section-panel.section-panel--page-recruit_workplace-dev > .section-panel-container > .section-panel-img,
  .section-panel.section-panel--page-recruit_workplace-longtime > .section-panel-container > .section-panel-img,
  .section-panel.section-panel--page-recruit_workplace-worklife > .section-panel-container > .section-panel-img {
    margin: 50px 0 0;
  }
  .section-panel.section-panel--page-recruit_workplace-dev > .section-panel-container > .section-panel-body,
  .section-panel.section-panel--page-recruit_workplace-longtime > .section-panel-container > .section-panel-body,
  .section-panel.section-panel--page-recruit_workplace-worklife > .section-panel-container > .section-panel-body {
    padding: 50px 0 50px;
  }

  .page-recruit_workplace-dev-heading,
  .page-recruit_workplace-longtime-heading,
  .page-recruit_workplace-worklife-heading {
    margin: 0 0 20px;
    font-size: 1.375rem;
  }

  .section-panel.section-panel--page-recruit_workplace-dev-sys,
  .section-panel.section-panel--page-recruit_workplace-dev-res,
  .section-panel.section-panel--page-recruit_workplace-longtime-field,
  .section-panel.section-panel--page-recruit_workplace-longtime-health {
    padding: 50px 0 0;
  }

  .page-recruit_workplace-dev-sys-heading,
  .page-recruit_workplace-dev-res-heading,
  .page-recruit_workplace-longtime-health-heading {
    font-size: 1.125rem;
  }

  .page-recruit_workplace-longtime-field-heading {
    font-size: 1.125rem;
  }

  .page-recruit_workplace-dev-sys-txt {
    font-size: 0.875rem;
  }

  dl.page-recruit_workplace-dev-sys-list {
    margin-top: 30px;
  }
  dl.page-recruit_workplace-dev-sys-list > dt {
    margin: 0 0 20px;
    padding: 1px 0.5em 2px;
    width: 160px;
    font-size: 1rem;
    line-height: 1.5;
  }
  dl.page-recruit_workplace-dev-sys-list > dd {
    margin: 0 0 20px;
    padding: 1px 0 2px;
    width: calc(100% - 180px);
    font-size: 0.875rem;
    line-height: 1.75;
  }

  .page-recruit_workplace-dev-res-panel,
  .page-recruit_workplace-longtime-health-panel,
  .page-recruit_workplace-longtime-field-panel {
    margin-top: 20px;
  }

  .page-recruit_workplace-dev-res-panel-content,
  .page-recruit_workplace-longtime-health-panel-content {
    width: 100%;
    padding: 2em 2em;
    font-size: 0.875rem;
  }

  .page-recruit_workplace-longtime-field-panel-content {
    width: 100%;
    padding: 0 0 1em;
    font-size: 0.875rem;
  }

  .page-recruit_workplace-dev-res-panel-img,
  .page-recruit_workplace-longtime-health-panel-img,
  .page-recruit_workplace-longtime-field-panel-img {
    width: 100%;
    min-height: 320px;
  }

  ul.page-recruit_workplace-worklife-list {
    margin: 30px 0 0;
  }
  ul.page-recruit_workplace-worklife-list > li {
    width: 48%;
    margin: 4% 0 0 4%;
    padding: 20px 16px 20px;
    border-radius: 10px;
    font-size: 1rem;
  }
  ul.page-recruit_workplace-worklife-list > li:nth-child(3n+1) {
    margin-left: 4%;
  }
  ul.page-recruit_workplace-worklife-list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title {
    padding-bottom: 140px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title.this__title--tight-ico {
    padding-bottom: 110px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title:nth-last-child(3) {
    padding-bottom: 165px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title small {
    font-size: 70%;
  }
  ul.page-recruit_workplace-worklife-list > li .this__ico {
    bottom: 20px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__ico:nth-last-child(2) {
    bottom: 75px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__value {
    bottom: 20px;
    font-size: 3.125rem;
  }
  ul.page-recruit_workplace-worklife-list > li .this__value small {
    font-size: 52%;
  }

  ul.page-recruit_workplace-worklife-certified-list {
    margin: 0 0 0;
  }
  ul.page-recruit_workplace-worklife-certified-list > li {
    width: 100%;
    margin: 4% 0 0 0;
    padding: 17px 13px 17px;
    font-size: 1.125rem;
  }
  ul.page-recruit_workplace-worklife-certified-list > li::before {
    left: 140px;
    bottom: -10px;
    height: 10px;
    border-right-width: 100vw;
    border-top-width: 200px;
  }
  ul.page-recruit_workplace-worklife-certified-list > li .this__title {
    width: calc(100% - 160px);
  }
  ul.page-recruit_workplace-worklife-certified-list > li .this__mark {
    width: 120px;
  }
  ul.page-recruit_workplace-worklife-certified-list > li .this__detail {
    width: calc(100% - 160px);
  }

  .section-panel.section-panel--page-recruit_workplace-info {
    padding: 20px 0 160px;
    min-height: calc(30px + 15vh);
  }
}
@media all and (max-width: 579px) {
  .section-panel.section-panel--page-recruit_workplace-dev > .section-panel-container > .section-panel-img,
  .section-panel.section-panel--page-recruit_workplace-longtime > .section-panel-container > .section-panel-img,
  .section-panel.section-panel--page-recruit_workplace-worklife > .section-panel-container > .section-panel-img {
    margin: 50px 0 0;
    height: 50vw;
  }

  .page-recruit_workplace-dev-sys-heading,
  .page-recruit_workplace-dev-res-heading,
  .page-recruit_workplace-longtime-health-heading {
    font-size: 1rem;
  }

  .page-recruit_workplace-longtime-field-heading {
    font-size: 1rem;
  }

  dl.page-recruit_workplace-dev-sys-list {
    margin-top: 30px;
  }
  dl.page-recruit_workplace-dev-sys-list > dt {
    margin: 0 0 0;
    padding: 1px 0.5em 2px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
  dl.page-recruit_workplace-dev-sys-list > dd {
    margin: 0 0 20px;
    padding: 1px 0 2px;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.75;
  }

  ul.page-recruit_workplace-worklife-list {
    margin: 30px 0 0;
  }
  ul.page-recruit_workplace-worklife-list > li {
    width: 48%;
    margin: 4% 0 0 4%;
    padding: 20px 14px 20px;
    border-radius: 10px;
    font-size: 0.875rem;
  }
  ul.page-recruit_workplace-worklife-list > li:nth-child(3n+1) {
    margin-left: 4%;
  }
  ul.page-recruit_workplace-worklife-list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title {
    padding-bottom: 94px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title.this__title--tight-ico {
    padding-bottom: 74px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title:nth-last-child(3) {
    padding-bottom: 121px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__title small {
    font-size: 70%;
  }
  ul.page-recruit_workplace-worklife-list > li .this__ico {
    width: 120px;
    bottom: 20px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__ico:nth-last-child(2) {
    bottom: 67px;
  }
  ul.page-recruit_workplace-worklife-list > li .this__value {
    bottom: 20px;
    font-size: 2.625rem;
  }
  ul.page-recruit_workplace-worklife-list > li .this__value small {
    font-size: 52%;
  }

  ul.page-recruit_workplace-worklife-certified-list {
    margin: 0 0 0;
  }
  ul.page-recruit_workplace-worklife-certified-list > li {
    width: 100%;
    margin: 4% 0 0 0;
    padding: 17px 13px 17px;
    font-size: 1rem;
    text-align: center;
  }
  ul.page-recruit_workplace-worklife-certified-list > li::before {
    left: auto;
    right: 0;
    bottom: -10px;
    height: 10px;
    border-right-width: 80vw;
    border-top-width: 60px;
  }
  ul.page-recruit_workplace-worklife-certified-list > li .this__title {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  ul.page-recruit_workplace-worklife-certified-list > li .this__mark {
    float: none;
    width: 100%;
    max-width: 180px;
    margin: 0 auto 0;
  }
  ul.page-recruit_workplace-worklife-certified-list > li .this__detail {
    float: none;
    width: 100%;
    min-height: 40px;
  }

  .page-recruit_workplace-dev-res-panel-img,
  .page-recruit_workplace-longtime-health-panel-img,
  .page-recruit_workplace-longtime-field-panel-img {
    min-height: 50vw;
  }
}
/*
================================================================
 採用情報 募集要項
================================================================
*/
.section-panel.section-panel--page-recruit_info-description {
  padding: 80px 0 30px;
  overflow: hidden;
  background-color: #f1f8ff;
}

ul.page-recruit_info-description-list {
  list-style-type: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.page-recruit_info-description-list > li {
  list-style-type: none;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.page-recruit_info-description-title {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 11px 3em 13px 2em;
  width: 100%;
  background-color: #016ab1;
  background-image: url(../img/common/arrow/arrow_bottom_white.svg);
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 1.5em top 50%;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
  cursor: pointer;
}
.is--active > .page-recruit_info-description-title {
  background-image: url(../img/common/arrow/arrow_top_white.svg);
}
.page-recruit_info-description-title em {
  font-style: inherit;
  font-weight: inherit;
}

.page-recruit_info-description-content {
  display: none;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 0 0 0;
  background-color: #fff;
}
.is--active > .page-recruit_info-description-content {
  display: block;
}

dl.page-recruit_info-description-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 20px 20px 40px;
  font-size: 1rem;
  line-height: 2.2;
}
dl.page-recruit_info-description-detail > dt {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 1.4em 1em;
  width: 11em;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 100%;
  border-top: 1px solid #016ab1;
}
dl.page-recruit_info-description-detail > dt:first-child {
  border-top: 0px none;
}
dl.page-recruit_info-description-detail > dt:first-child + dd {
  border-top: 0px none;
}
dl.page-recruit_info-description-detail > dd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0;
  padding: 1.4em 0;
  width: calc(100% - 11em);
  color: #333;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: justify;
  font-size: 100%;
  border-top: 1px solid #016ab1;
}
dl.page-recruit_info-description-detail > dd > * {
  box-sizing: border-box;
  width: 48%;
}
dl.page-recruit_info-description-detail > dd > *:first-child:last-child {
  width: 100%;
}
dl.page-recruit_info-description-detail > dd > dl {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
dl.page-recruit_info-description-detail > dd > dl > dt {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}
dl.page-recruit_info-description-detail > dd > dl > dd {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}
dl.page-recruit_info-description-detail > dd > ul {
  list-style-type: none;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
dl.page-recruit_info-description-detail > dd > ul > li {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
dl.page-recruit_info-description-detail > dd > ul.this__comma {
  text-align: left;
}
dl.page-recruit_info-description-detail > dd > ul.this__comma > li {
  display: inline-block;
  width: max-content;
  max-width: 100%;
}
dl.page-recruit_info-description-detail > dd > ul.this__comma > li::after {
  content: "、";
  display: inline;
}
dl.page-recruit_info-description-detail > dd > ul.this__comma > li:last-child::after {
  content: none;
  display: none;
}

.section-panel.section-panel--page-recruit_info-contact {
  padding: 20px 0 200px;
  min-height: calc(30px + 20vh);
  background-color: #f1f8ff;
}

.page-recruit_info-contact-link {
  text-align: center;
}

@media all and (max-width: 1079px) {
  dl.page-recruit_info-description-detail {
    padding: 20px 20px 40px;
    font-size: 1rem;
    line-height: 2.2;
  }
  dl.page-recruit_info-description-detail > dt {
    padding: 1.4em 1em;
    width: 11em;
  }
  dl.page-recruit_info-description-detail > dd {
    padding: 1.4em 0;
    width: calc(100% - 11em);
  }
  dl.page-recruit_info-description-detail > dd > * {
    width: 100%;
  }
  dl.page-recruit_info-description-detail > dd > dl > dd {
    padding-left: 1em;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--page-recruit_info-description {
    padding: 70px 0 30px;
  }

  .page-recruit_info-description-title {
    padding: 11px 3em 13px 2em;
    background-position: right 1.5em top 50%;
    font-size: 1.125rem;
  }

  dl.page-recruit_info-description-detail {
    padding: 10px 14px 30px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  dl.page-recruit_info-description-detail > dt {
    padding: 1.4em 1em;
    width: 11em;
  }
  dl.page-recruit_info-description-detail > dd {
    padding: 1.4em 0;
    width: calc(100% - 11em);
  }
  dl.page-recruit_info-description-detail > dd > * {
    width: 100%;
  }
  dl.page-recruit_info-description-detail > dd > dl > dd {
    padding-left: 1em;
  }

  .section-panel.section-panel--page-recruit_info-contact {
    padding: 20px 0 160px;
    min-height: calc(30px + 15vh);
  }
}
@media all and (max-width: 579px) {
  .page-recruit_info-description-title {
    padding: 15px 2em 17px 1em;
    background-position: right 0.5em top 50%;
    font-size: 1rem;
  }

  dl.page-recruit_info-description-detail {
    padding: 10px 14px 30px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  dl.page-recruit_info-description-detail > dt {
    padding: 1.4em 1em 0;
    width: 100%;
  }
  dl.page-recruit_info-description-detail > dd {
    padding: 0.3em 1em 1.4em;
    width: 100%;
    border-top: 0 none;
  }
  dl.page-recruit_info-description-detail > dd > * {
    width: 100%;
  }
  dl.page-recruit_info-description-detail > dd > dl > dd {
    padding-left: 1em;
  }
}
/*
================================================================
 お問い合わせ
================================================================
*/
.section-panel.section-panel--page-contact-call {
  padding: 50px 0 120px;
  background-color: #f1f8ff;
}

.page-contact-call-txt {
  display: block;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-size: 1rem;
  line-height: 2.2;
}
.page-contact-call-txt > * {
  margin-top: 2.2em;
}
.page-contact-call-txt > *:first-child {
  margin-top: 0;
}

.page-contact-call-address {
  display: block;
  margin: 2em 0 0;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
}
.page-contact-call-address .this__call {
  display: block;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-size: 4.375rem;
}
.page-contact-call-address .this__call a {
  color: inherit;
  text-decoration: none;
}
.page-contact-call-address .this__open {
  display: block;
}
.page-contact-call-address .this__open .this__open-quote {
  display: inline-block;
  margin-right: -0.5em;
}

.page-contact-filling {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width: 1339px) {
  .page-contact-filling {
    height: 480px;
  }
}
@media all and (max-width: 1079px) {
  .page-contact-filling {
    height: 320px;
  }
}
@media all and (max-width: 767px) {
  .section-panel.section-panel--page-contact-call {
    padding: 50px 0 80px;
  }

  .page-contact-call-txt {
    font-size: 0.875rem;
  }

  .page-contact-call-address {
    font-size: 0.875rem;
  }
  .page-contact-call-address .this__call {
    font-size: 3.25rem;
  }

  .page-contact-filling {
    height: 320px;
  }
}
@media all and (max-width: 579px) {
  .page-contact-call-address {
    font-size: 0.875rem;
  }
  .page-contact-call-address .this__call {
    font-size: 3rem;
  }

  .page-contact-filling {
    height: 50vw;
  }
}
/*
================================================================
 個人情報のお取り扱いについて
================================================================
*/
.section-panel.section-panel--page-privacy-policy {
  padding: 80px 0 120px;
  background-color: #f1f8ff;
}

.page-privacy-policy-txt {
  display: block;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: justify;
  font-size: 1rem;
  line-height: 2.2;
}
.page-privacy-policy-txt > * {
  margin-top: 2.2em;
}
.page-privacy-policy-txt > *:first-child {
  margin-top: 0;
}

dl.page-privacy-policy-docs {
  display: block;
  box-sizing: border-box;
  margin: 70px 0 0;
  padding: 0;
  width: 100%;
}
dl.page-privacy-policy-docs > dt {
  margin: 2em 0 0;
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 2;
}
dl.page-privacy-policy-docs > dd {
  display: block;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: justify;
  font-size: 1rem;
  line-height: 2.2;
}
dl.page-privacy-policy-docs > dd > * {
  margin-top: 2.2em;
}
dl.page-privacy-policy-docs > dd > *:first-child {
  margin-top: 0;
}
dl.page-privacy-policy-docs > dd > ul {
  list-style-type: none;
  padding: 0 0 0 2em;
}
dl.page-privacy-policy-docs > dd > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1em;
}
dl.page-privacy-policy-docs > dd > ul > li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-privacy-policy-sign {
  display: block;
  margin: 4em 0 0;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: right;
  font-size: 1rem;
  line-height: 1.8;
}
.page-privacy-policy-sign .this__div {
  display: block;
}
.page-privacy-policy-sign .this__name {
  display: block;
}

.page-privacy-policy-contact {
  display: block;
  margin: 5em 0 0;
  padding: 1.5em 2em 2em;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
}
.page-privacy-policy-contact .this__heading {
  color: #016ab1;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  font-size: 1.25rem;
}
.page-privacy-policy-contact .this__txt {
  margin-top: 0.5em;
  display: block;
}
.page-privacy-policy-contact .this__txt a {
  color: inherit;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .section-panel.section-panel--page-privacy-policy {
    padding: 70px 0 80px;
  }

  .page-privacy-policy-txt {
    font-size: 0.875rem;
  }

  dl.page-privacy-policy-docs {
    margin: 50px 0 0;
  }
  dl.page-privacy-policy-docs > dt {
    font-size: 1.125rem;
  }
  dl.page-privacy-policy-docs > dd {
    font-size: 0.875rem;
  }
  dl.page-privacy-policy-docs > dd > ul {
    padding: 0 0 0 0;
  }

  .page-privacy-policy-sign {
    font-size: 0.875rem;
  }

  .page-privacy-policy-contact {
    margin: 5em 0 0;
    padding: 1em 1em;
    font-size: 0.875rem;
  }
  .page-privacy-policy-contact .this__heading {
    font-size: 1.125rem;
  }
}
/*
================================================================
 エラーメッセージ
================================================================
*/
.section-panel.section-panel--page-error-msg {
  padding: 0 0 120px;
  background-color: #f1f8ff;
}

.page-error-msg-heading {
  display: block;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
}

.page-error-msg-txt {
  display: block;
  margin-top: 2.2em;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-size: 1rem;
  line-height: 2.2;
}
.page-error-msg-txt > * {
  margin-top: 2.2em;
}
.page-error-msg-txt > *:first-child {
  margin-top: 0;
}
.page-error-msg-txt > .this__back-to-home {
  margin-top: 4.4em;
}

.page-error-filling {
  background-color: #f1f8ff;
}

@media all and (max-width: 767px) {
  .section-panel.section-panel--page-error-msg {
    padding: 0 0 80px;
  }

  .page-error-msg-heading {
    font-size: 1.125rem;
  }

  .page-error-msg-txt {
    font-size: 0.875rem;
  }
}
