@charset "UTF-8";
/*!
Theme Name: kobayashi_agri_recruit
Theme URI:
Author: 
Author URI: 
Description: 株式会社小林農産リクルートサイト2026年用
Version: 1.0
License: 
License URI:
Tags:

◆00：基本設定
◆10：レイアウト設定
 ◆11 ボディー 
 ◆12 ヘッダー 
 ◆13 グローバルナビ 
 ◆14 キービジュアル 
 ◆15 コンテンツ 
 ◆16 トピックパス 
 ◆17 メインコンテンツ 
 ◆18 サブコンテンツ 
 ◆19 フッター 
 ◆20 サイドバーメニュー 
◆40：各コンテンツ
◆70：WordPress専用
◆80：絶対表記
◆90：プリント用
*/
/* CSS Document */
html {
  font: 10px/1.625 "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 基本文字設定 */
  *font-size: small;
  /* Win IE7およびWin IE6標準準拠モード向け */
  *font: x-small;
  /* Win IE 5-5.5､6(後方互換モード)向け */
  letter-spacing: 0;
  background-color: #FFF;
  color: #000000;
  font-weight: 400;
  scroll-padding-top: 90px; }
  @media screen and (max-width: 600px) {
    html {
      scroll-padding-top: 24vw; } }

/*==============================================
◆00：基本設定
==============================================*/
* {
  outline: none; }

/*リンク*/
a {
  outline: none;
  text-decoration: none;
  display: inline-block;
  color: #0096DF;
  transition: all 300ms ease-in-out; }
  a[href^="tel:"] {
    pointer-events: none;
    color: #293033;
    text-decoration: none; }
    @media screen and (max-width: 600px) {
      a[href^="tel:"] {
        pointer-events: auto;
        color: #0096DF;
        text-decoration: underline; } }
  a:after {
    text-decoration: none; }
  a:hover, a:focus {
    opacity: 0.8; }
    a:hover img, a:focus img {
      opacity: 0.8; }
  a:focus-visible {
    outline: dotted 3px #000;
    outline-offset: -3px;
    box-shadow: 0 0 0 2px #293033; }
  a img {
    background: url(image/share/transparent.png);
    transition: opacity 300ms ease-in-out; }
  .main-wpcontent a {
    text-decoration: underline; }
    .main-wpcontent a[href^="tel:"] {
      pointer-events: none;
      color: #293033;
      text-decoration: none; }
      @media screen and (max-width: 600px) {
        .main-wpcontent a[href^="tel:"] {
          pointer-events: auto;
          color: #0096DF;
          text-decoration: underline; } }

button:focus-visible {
  outline: dotted 3px #000;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #000000; }

textarea:focus,
input:focus {
  box-shadow: 0 0 3px 1px inset var(--wp--custom_color_third); }

/*--見出し--*/
#main-h1 {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--wp--custom_color_bgh1); }
  @media screen and (max-width: 600px) {
    #main-h1 {
      margin-bottom: 8vw; } }
  #main-h1__inner {
    width: 1000px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      #main-h1__inner {
        padding: 0 50px;
        width: auto; } }
    @media screen and (max-width: 600px) {
      #main-h1__inner {
        height: auto;
        padding: 0 5.333vw; } }
  #main-h1--title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.333;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    color: var(--wp--custom_color_h1);
    min-height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 600px) {
      #main-h1--title {
        font-size: 6.4vw;
        min-height: 32vw;
        padding: 4vw 0; } }

.main-wpcontent h2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #293033;
  line-height: 1.5;
  letter-spacing: 0;
  border-radius: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 80px 0 20px;
  padding: 15px 20px;
  background-color: #F4F4F4; }
  @media screen and (max-width: 600px) {
    .main-wpcontent h2 {
      font-size: 5.6vw;
      margin-top: 16vw;
      margin-bottom: 6vw;
      padding: 4vw 5.333vw;
      border-radius: 2.667vw; } }
  .main-wpcontent h2.style-none {
    border: none;
    padding: 0; }
  .main-wpcontent h2.has-text-align-left {
    text-align: justify;
    text-justify: inter-ideograph; }
  .main-wpcontent h2.has-text-align-center {
    text-align: center; }
  .main-wpcontent h2.has-text-align-right {
    text-align: right; }

.main-wpcontent h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #293033;
  margin: 80px 0 20px;
  padding: 5px 0 5px 20px;
  border-left: 15px solid #EB342D;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .main-wpcontent h3 {
      font-size: 4.8vw;
      margin-top: 16vw;
      margin-bottom: 6vw;
      padding: 2.667vw 5.333vw;
      border-left: 4vw solid #EB342D; } }
  .main-wpcontent h3.has-text-align-left {
    text-align: justify;
    text-justify: inter-ideograph; }
  .main-wpcontent h3.has-text-align-center {
    text-align: center; }
  .main-wpcontent h3.has-text-align-right {
    text-align: right; }

.main-wpcontent h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #293033;
  margin: 80px 0 15px;
  padding: 0 0 15px;
  border-bottom: 2px solid #EB342D;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .main-wpcontent h4 {
      font-size: 4.8vw;
      margin-top: 16vw;
      margin-bottom: 6vw;
      padding-bottom: 4vw; } }
  .main-wpcontent h4.has-text-align-left {
    text-align: justify;
    text-justify: inter-ideograph; }
  .main-wpcontent h4.has-text-align-center {
    text-align: center; }
  .main-wpcontent h4.has-text-align-right {
    text-align: right; }

.main-wpcontent h5 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #293033;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 80px 0 15px;
  padding: 0; }
  @media screen and (max-width: 600px) {
    .main-wpcontent h5 {
      font-size: 4.8vw;
      margin-top: 16vw;
      margin-bottom: 6vw; } }
  .main-wpcontent h5.has-text-align-left {
    text-align: justify;
    text-justify: inter-ideograph; }
  .main-wpcontent h5.has-text-align-center {
    text-align: center; }
  .main-wpcontent h5.has-text-align-right {
    text-align: right; }

.main-wpcontent h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 80px 0 15px; }
  @media screen and (max-width: 600px) {
    .main-wpcontent h6 {
      font-size: 4.267vw;
      margin-top: 16vw;
      margin-bottom: 6vw; } }
  .main-wpcontent h6.has-text-align-left {
    text-align: justify;
    text-justify: inter-ideograph; }
  .main-wpcontent h6.has-text-align-center {
    text-align: center; }
  .main-wpcontent h6.has-text-align-right {
    text-align: right; }

.main-wpcontent h2 + h3,
.main-wpcontent h2 + section > h3:first-child,
.main-wpcontent > h2:first-child,
h2:first-child,
h2 + table {
  margin-top: 0; }

.main-wpcontent h3 + h4,
.main-wpcontent h3 + section > h4:first-child,
.main-wpcontent > h3:first-child,
h3:first-child,
h3 + table {
  margin-top: 0; }

.main-wpcontent h4 + h5,
.main-wpcontent h4 + section > h5:first-child,
.main-wpcontent > h4:first-child,
h4:first-child,
h4 + table {
  margin-top: 0; }

.main-wpcontent h5 + h6,
.main-wpcontent h5 + section > h6:first-child,
.main-wpcontent > h5:first-child,
h5:first-child,
h5 + table {
  margin-top: 0; }

.main-wpcontent h6 + h7,
.main-wpcontent h6 + section > h7:first-child,
.main-wpcontent > h6:first-child,
h6:first-child,
h6 + table {
  margin-top: 0; }

/* セクション */
section {
  margin: 80px 0; }
  @media screen and (max-width: 600px) {
    section {
      margin-top: 16vw;
      margin-bottom: 16vw; } }
  section:first-child {
    margin-top: 0; }
  section:last-child {
    margin-bottom: 0; }

/*--リスト--*/
.main-wpcontent ul, .main-wpcontent ol, .main-wpcontent dl {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 28.3333333333px 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    .main-wpcontent ul, .main-wpcontent ol, .main-wpcontent dl {
      margin: 8vw 0; } }

.main-wpcontent ul > li dl, .main-wpcontent ul > li ul, .main-wpcontent ul > li ol, .main-wpcontent ol > li dl, .main-wpcontent ol > li ul, .main-wpcontent ol > li ol, .main-wpcontent dl dd dl, .main-wpcontent dl dd ul, .main-wpcontent dl dd ol {
  margin: 15px 0 0; }
  @media screen and (max-width: 600px) {
    .main-wpcontent ul > li dl, .main-wpcontent ul > li ul, .main-wpcontent ul > li ol, .main-wpcontent ol > li dl, .main-wpcontent ol > li ul, .main-wpcontent ol > li ol, .main-wpcontent dl dd dl, .main-wpcontent dl dd ul, .main-wpcontent dl dd ol {
      margin-top: 2.667vw; } }

.main-wpcontent ul {
  list-style-type: none; }
  .main-wpcontent ul > li {
    line-height: 1.625;
    position: relative;
    margin: 0 0 0 2.25em;
    padding: 0 0 20px 0;
    word-break: break-all; }
    @media screen and (max-width: 600px) {
      .main-wpcontent ul > li {
        padding-bottom: 2.667vw; } }
    .main-wpcontent ul > li ol {
      list-style: decimal; }
    .main-wpcontent ul > li::before {
      position: absolute;
      content: "";
      display: block;
      background-color: #EB342D;
      width: 0.625em;
      height: 0.625em;
      border-radius: 50%;
      left: -1.7em;
      top: 0.55em; }
    .main-wpcontent ul > li:last-child {
      padding-bottom: 0; }

ol {
  list-style-type: decimal; }
  .main-wpcontent ol > li {
    position: relative;
    line-height: 2;
    margin: 0 0 0 1.625em;
    padding: 0 0 15px 10px;
    word-break: break-all; }
    @media screen and (max-width: 600px) {
      .main-wpcontent ol > li {
        padding-bottom: 2.667vw; } }
    .main-wpcontent ol > li ol {
      list-style: decimal; }
    .main-wpcontent ol > li::marker {
      color: #EB342D;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1.625;
      font-weight: 400;
      letter-spacing: 0; }
    .main-wpcontent ol > li:last-child {
      padding-bottom: 0; }

.main-wpcontent dl dt {
  font-weight: 700;
  margin: 0 0 0.5em;
  padding: 0; }
.main-wpcontent dl dd {
  margin: 0;
  padding: 0; }
  .main-wpcontent dl dd:last-child {
    margin-bottom: 0; }

/* --TABLE-- */
table {
  min-width: 100%;
  font-size: 100%;
  margin: 0 auto;
  background-color: #FFF; }
  table caption {
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 5px;
    color: #293033; }
  table tr {
    position: relative;
    border-bottom: 1px solid #FFF; }
    table tr:last-child {
      border-bottom: none; }
  table th, table td {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5;
    letter-spacing: 0;
    vertical-align: top;
    overflow-wrap: break-word;
    padding: 10px;
    min-width: 100px;
    max-width: 400px;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      table th, table td {
        padding: 2.667vw;
        min-width: 35vw;
        max-width: 120vw; } }
  table th {
    font-weight: 400;
    color: #FFF;
    background-color: #EB342D; }
    table th[scope="row"] {
      background-color: #EB342D; }
  table td {
    color: #293033;
    background-color: #FFF4F4; }
  table th + th {
    border-left: 1px solid #F4F4F4; }
  table td + td,
  table th + td {
    border-left: 1px solid #F4F4F4; }
  table dl:last-child,
  table ul:last-child,
  table p:last-child {
    margin-bottom: 0; }

.responsive-table {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: 5px;
  /* Firefox */ }
  .responsive-table::-webkit-scrollbar {
    height: 10px; }
  .responsive-table::-webkit-scrollbar-track {
    background: #F4F4F4; }
  .responsive-table::-webkit-scrollbar-thumb {
    background: #EB342D;
    border-radius: 5px; }
  @media screen and (max-width: 1080px) {
    .responsive-table table th {
      white-space: nowrap; } }

/* --OTHER TAGS-- */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }

blockquote {
  background-color: #FFF;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  padding: 20px 30px;
  margin-top: 42.5px;
  margin-bottom: 42.5px; }
  @media screen and (max-width: 600px) {
    blockquote {
      margin-top: 8vw;
      margin-bottom: 8vw;
      padding: 3.2vw 4vw; } }
  blockquote dl:last-child,
  blockquote ul:last-child,
  blockquote p:last-child {
    margin-bottom: 0; }

small {
  font-size: 70%; }

em, span.em {
  color: #EB342D;
  font-weight: bold;
  font-style: normal;
  border-style: none; }

strong {
  font-weight: bold;
  font-style: normal;
  border-style: none; }

code {
  color: var(--wp--custom_color_text);
  padding: 0;
  background: #FFF;
  border-radius: 0; }

pre {
  margin: 0;
  white-space: pre;
  tab-size: 2; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  background-image: url(image/share/transparent.png);
  margin-bottom: 1.5em; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 4.267vw; } }
  p:last-child {
    margin-bottom: 0; }

hr {
  display: block; }
  @media screen and (max-width: 600px) {
    hr {
      margin-top: 16vw;
      margin-bottom: 16vw; } }

figure {
  margin: 42.5px auto;
  padding: 0; }
  @media screen and (max-width: 600px) {
    figure {
      margin-top: 8vw;
      margin-bottom: 8vw; } }

figcaption {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--wp--custom_color_text);
  margin: 10px 0 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    figcaption {
      font-size: 3.2vw;
      margin-top: 2.667vw; } }

address {
  font-style: normal; }

details {
  margin: 0 0 20px;
  background: #F4F4F4; }
  details:focus-visible {
    outline: dotted 3px #000;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #FFF4F4;
    opacity: 0.8; }
  details > summary {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #FFF;
    padding: 20px 20px 20px 55px;
    background-color: #EB342D;
    list-style: none; }
    details > summary::-webkit-details-marker {
      display: none; }
    details > summary:hover {
      cursor: pointer; }
    details > summary:focus-visible {
      outline: dotted 3px #fff;
      outline-offset: -3px;
      box-shadow: 0 0 0 3px #293033; }
    @media screen and (max-width: 600px) {
      details > summary {
        font-size: 4.267vw;
        padding: 2.667vw 4vw 2.667vw 12vw; } }
    .main-wpcontent details > summary + h1, .main-wpcontent details > summary + h2, .main-wpcontent details > summary + h3, .main-wpcontent details > summary + h4, .main-wpcontent details > summary + h5, .main-wpcontent details > summary + h6 {
      margin-top: 42.5px; }
      @media screen and (max-width: 600px) {
        .main-wpcontent details > summary + h1, .main-wpcontent details > summary + h2, .main-wpcontent details > summary + h3, .main-wpcontent details > summary + h4, .main-wpcontent details > summary + h5, .main-wpcontent details > summary + h6 {
          margin-top: 8vw; } }
    details > summary::before, details > summary::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 20px;
      margin: auto;
      content: "";
      width: 15px;
      height: 2px;
      background-color: #FFF;
      transition: all 300ms ease-in-out; }
      @media screen and (max-width: 600px) {
        details > summary::before, details > summary::after {
          left: 5.333vw;
          width: 4vw;
          height: 2px; } }
    details > summary::after {
      transform: rotate(90deg); }
  details[open] {
    padding: 0 0 20px; }
    @media screen and (max-width: 600px) {
      details[open] {
        padding-bottom: 4.267vw; } }
    details[open] > * {
      margin: 20px 20px 0; }
      @media screen and (max-width: 600px) {
        details[open] > * {
          margin: 4.267vw 4.267vw 0; } }
    details[open] > summary {
      margin: 0; }
      details[open] > summary::after {
        -webkit-transform: rotate3d(1, 0, 0, 180deg);
        transform: rotate3d(1, 0, 0, 180deg); }

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

.pc-none {
  display: none; }
  @media screen and (max-width: 600px) {
    .pc-none {
      display: block; } }

.sp-none {
  display: block; }
  @media screen and (max-width: 600px) {
    .sp-none {
      display: none; } }

@media screen and (max-width: 600px) {
  .pc-br {
    display: none; } }

.sp-br {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp-br {
      display: inline-block; } }

.fw_bold {
  font-weight: 700; }

.ib {
  display: inline-block; }

@media screen and (max-width: 600px) {
  .sp-ib {
    display: inline-block; } }

.radius-50 {
  border-radius: 9999px; }

.mb00 {
  margin-bottom: 0 !important; }
  .mb00 + * {
    margin-top: 0 !important; }

.mt00 {
  margin-top: 0 !important; }

.mt10 {
  margin-top: 10px !important; }
  @media screen and (max-width: 600px) {
    .mt10 {
      margin-top: 2.667vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media screen and (max-width: 600px) {
    .mt20 {
      margin-top: 5.333vw !important; } }

.pt00 {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 5px !important; }
  @media screen and (max-width: 600px) {
    .pt05 {
      padding-top: 1.333vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media screen and (max-width: 600px) {
    .pt10 {
      padding-top: 2.667vw !important; } }

.pb00 {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 5px !important; }
  @media screen and (max-width: 600px) {
    .pb05 {
      padding-bottom: 1.333vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media screen and (max-width: 600px) {
    .pb10 {
      padding-bottom: 2.667vw !important; } }

/*==============================================
◆10：レイアウト設定
==============================================*/
/* ◆11 ボディー */
body {
  background-color: #FFF;
  color: #293033; }

#mainScroll {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 300;
  overflow-x: hidden; }

#mainScroll.blur {
  -ms-filter: blur(4px);
  filter: blur(4px); }
  @media screen and (max-width: 600px) {
    #mainScroll.blur {
      -ms-filter: none;
      filter: none; } }

/* ◆12 ヘッダー */
#header {
  /*  position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;*/
  position: sticky;
  top: 0;
  z-index: 400;
  background-color: #FFF;
  box-shadow: 0 4px 4px 0 #CCC;
  color: #000000; }
  #header__inner {
    width: 1000px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1080px) {
      #header__inner {
        width: 100%; } }
    @media screen and (max-width: 600px) {
      #header__inner {
        height: 24vw; } }
    #header__inner #identity-area {
      flex: 0 0 200px;
      line-height: 1; }
      @media screen and (max-width: 1080px) {
        #header__inner #identity-area {
          margin: 0 0 0 50px; } }
      @media screen and (max-width: 600px) {
        #header__inner #identity-area {
          margin: 0 0 0 5.333vw;
          flex: 0 0 53.334vw;
          width: 53.334vw; } }
      #header__inner #identity-area h1 {
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
        display: inline; }
      #header__inner #identity-area a {
        display: block; }
      #header__inner #identity-area img {
        display: block;
        width: 100%;
        height: auto; }
  #header a:focus-visible {
    outline: dotted 3px #000000;
    outline-offset: -3px;
    box-shadow: 0 0 0 2px #000000;
    opacity: 1;
    color: #000000; }

/*
#help-area {
  flex: 0 0 200px;
  margin: 0 30px 0 40px;
  @include mq('md') {
    display: none;
  }
}
#lang-area {
  position: relative;
  z-index: 200;
  &--button {
    font-size: 12px;
    font-weight: $fw_bold;
    line-height: 1;
    letter-spacing: $f_letter;
    text-align: center;
    color: $wp_c_header_bg;
    background-color: $wp_c_header_text;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    //@include hover-transition(300ms,all);
    &:focus-visible {
      outline: dotted 2px $wp_c_header_bg;
      outline-offset: -3px;
    }
    &::before {
      display: inline-block;
      content: "";
      margin-right: 10px;
      line-height: 1;
      width: 26px;
      height: 26px;
      vertical-align: middle;
      -webkit-mask-image: url("image/share/icon-language.svg");
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-image: url("image/share/icon-language.svg");
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
      background-color: currentColor;
    }
    &::after {
      display: inline-block;
      content: "";
      margin-left: 7px;
      line-height: 1;
      width: 14px;
      height: 8px;
      vertical-align: middle;
      -webkit-mask-image: url("image/share/icon-arrow-up-w.svg");
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-image: url("image/share/icon-arrow-up-w.svg");
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
      background-color: currentColor;
      @include transform (rotate3d(1, 0, 0, 180deg));
      @include hover-transition(300ms,all);
    }
    &.active {
      border-radius: 20px 20px 0 0;
      &::after {
        @include transform (rotate3d(1, 0, 0, 0));
      }
    }
  }
  &--select {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 40px;
    background-color: $wp_c_header_text;
    border-radius: 0 0 20px 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    @include hover-transition(300ms,all);
    &.active {
      opacity: 1;
      visibility: visible;
      display: block;
    }
    > li {
      margin: 0;
      padding: 0;
      a {
        display: block;
        font-size: 12px;
        font-weight: $fw_normal;
        line-height: 1;
        letter-spacing: $f_letter;
        text-align: center;
        color: $wp_c_header_bg;
        width: 100%;
        padding: 10px;
        &:focus-visible {
          outline: dotted 2px $wp_c_header_bg;
          color: $wp_c_header_bg;
          outline-offset: -3px;
          box-shadow: none;
        }
      }
      &:last-child {
        a {
          &:last-child {
            border-radius: 0 0 20px 20px;
          }
        }
      }
      &.lang-area--select {
        &--jp {
          display: none;
          a {}
        }
        &--en {
          a {
            cursor: none;
            pointer-events: none;
            color: $c_gray2;
          }
        }
        &--cn {
          a {
            
          }
        }
      }
    }
  }
}
#search-area {
  position: relative;
  z-index: 100;
  margin-top: 10px;
  #searchform {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background-color: $wp_c_header_text;
    border-radius: 20px;
    &--s {
      flex: 1 1 100%;
      font-size: 14px;
      font-weight: $fw_normal;
      line-height: 1;
      letter-spacing: $f_letter;
      color: $wp_c_header_bg;
      height: 40px;
      padding: 0 0 0 20px;
      border-radius: 20px 0 0 20px;
      &::placeholder {
        font-size: 14px;
        color: $c_gray;
      }
      &:focus-visible {
        outline: dotted 2px $wp_c_header_bg;
        outline-offset: -3px;
        box-shadow: none;
      }
    }
    &--submit {
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      margin: 0 20px 0 0;
      line-height: 1;
      font-size: 0;
      color: $wp_c_header_bg;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      &::before {
        content: "";
        display: block;
        width: 21px;
        height: 21px;
        vertical-align: middle;
        -webkit-mask-image: url("image/share/icon-search.svg");
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-image: url("image/share/icon-search.svg");
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        background-color: currentColor;
      }
      &:focus-visible {
        outline: dotted 2px $wp_c_header_bg;
        outline-offset: -3px;
        box-shadow: none;
      }
    }
  }
}
#contact-area {
  flex: 0 0 144px;
  height: 100%;
  @include mq('md') {
    display: none;
  }
  a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #FDB52C;
    height: 100%;
    width: 144px;
    .contact-area {
      &--img {}
      &--text {
        font-size: 14px;
        font-weight: $fw_normal;
        line-height: 1;
        letter-spacing: $f_letter;
        text-align: center;
        color: $c_white;
        margin: 10px 0 0;
      }
    }
  }
}
*/
#menu-button--close,
#menu-button {
  position: relative;
  display: none;
  width: 40px;
  height: 30px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0;
  transition: all 300ms ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  font-weight: 700; }
  #menu-button--close__outer,
  #menu-button__outer {
    display: none;
    position: relative;
    background-color: #EB342D;
    width: 72px;
    height: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px; }
    @media screen and (max-width: 1080px) {
      #menu-button--close__outer,
      #menu-button__outer {
        display: flex; } }
    @media screen and (max-width: 600px) {
      #menu-button--close__outer,
      #menu-button__outer {
        width: 19.2vw;
        height: 24vw;
        gap: 1.334vw; } }
    #menu-button--close__outer .menu-button-text,
    #menu-button__outer .menu-button-text {
      color: #FFF;
      font-size: 12px;
      font-family: "Montserrat", sans-serif; }
      @media screen and (max-width: 600px) {
        #menu-button--close__outer .menu-button-text,
        #menu-button__outer .menu-button-text {
          font-size: 3.2vw; } }
  #menu-button--close:hover,
  #menu-button:hover {
    cursor: pointer; }
  @media screen and (max-width: 1080px) {
    #menu-button--close,
    #menu-button {
      display: block; } }
  @media screen and (max-width: 600px) {
    #menu-button--close,
    #menu-button {
      width: 10.667vw;
      height: 8vw;
      font-size: 3.2vw; } }
  #menu-button--close .top-main--menu--line,
  #menu-button--close .menu--line,
  #menu-button .top-main--menu--line,
  #menu-button .menu--line {
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    background-color: #FFF;
    left: 50%;
    top: 15px;
    border-radius: 99999px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 600px) {
      #menu-button--close .top-main--menu--line,
      #menu-button--close .menu--line,
      #menu-button .top-main--menu--line,
      #menu-button .menu--line {
        top: 4vw;
        width: 7.467vw;
        height: 2px; } }
  #menu-button--close .top-main--menu--line--top,
  #menu-button--close .menu--line--top,
  #menu-button .top-main--menu--line--top,
  #menu-button .menu--line--top {
    -webkit-transform: translate(-50%, -6.5px);
    transform: translate(-50%, -6.5px); }
    @media screen and (max-width: 600px) {
      #menu-button--close .top-main--menu--line--top,
      #menu-button--close .menu--line--top,
      #menu-button .top-main--menu--line--top,
      #menu-button .menu--line--top {
        -webkit-transform: translate(-50%, -2vw);
        transform: translate(-50%, -2vw); } }
  #menu-button--close .top-main--menu--line--bottom,
  #menu-button--close .menu--line--bottom,
  #menu-button .top-main--menu--line--bottom,
  #menu-button .menu--line--bottom {
    -webkit-transform: translate(-50%, 6.5px);
    transform: translate(-50%, 6.5px); }
    @media screen and (max-width: 600px) {
      #menu-button--close .top-main--menu--line--bottom,
      #menu-button--close .menu--line--bottom,
      #menu-button .top-main--menu--line--bottom,
      #menu-button .menu--line--bottom {
        -webkit-transform: translate(-50%, 2vw);
        transform: translate(-50%, 2vw); } }
  #menu-button--close.active .menu--line--top,
  #menu-button.active .menu--line--top {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg); }
  #menu-button--close.active .menu--line--middle,
  #menu-button.active .menu--line--middle {
    opacity: 0; }
  #menu-button--close.active .menu--line--bottom,
  #menu-button.active .menu--line--bottom {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg); }

#menu-button--close .menu--line--top {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg); }
#menu-button--close .menu--line--middle {
  opacity: 0; }
#menu-button--close .menu--line--bottom {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg); }

/* ◆13 グローバルナビ */
#global-area {
  margin: 0 0 0 auto;
  padding: 0; }
  @media screen and (max-width: 1080px) {
    #global-area {
      display: none; } }
  #global-area__inner {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 40px; }

#global-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 40px; }
  #global-nav > li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
    #global-nav > li:last-child {
      border-right: 1px solid var(--wp--custom_color_header_text); }
    #global-nav > li > a {
      color: #293033; }
      #global-nav > li > a:hover {
        color: #EB342D;
        transition: all 300ms ease-in-out;
        opacity: 1; }
    #global-nav > li.global-nav--development a::after {
      display: none; }
    #global-nav > li .sub-menu {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      padding: 50px 0 0;
      transition: opacity 300ms ease-in-out; }
      #global-nav > li .sub-menu:where(#global-nav li:hover *) {
        opacity: 1;
        visibility: visible; }
      #global-nav > li .sub-menu > li {
        position: relative;
        background-color: var(--wp--custom_color_footer_bg);
        padding: 0 10px;
        box-sizing: border-box; }
        #global-nav > li .sub-menu > li a {
          display: block;
          font-size: 14px;
          font-weight: 700;
          line-height: 1;
          letter-spacing: 0;
          text-align: center;
          color: var(--wp--custom_color_footer_text);
          margin: 0;
          padding: 15px 0; }
        #global-nav > li .sub-menu > li + li::before {
          content: "";
          position: absolute;
          background: #46B1F4;
          height: 1px;
          left: 10px;
          right: 10px;
          top: 0; }

.global-form {
  flex: 0 0 180px;
  display: flex; }
  .global-form a {
    display: flex;
    flex-direction: column;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 5px; }
  .global-form a.global-form--contact {
    background: #EB342D; }
  .global-form a.global-form--entry {
    background: #293033; }
  .global-form--text {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    /* 100% */
    letter-spacing: 0; }

#global-area-sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    #global-area-sp {
      display: block;
      position: fixed;
      top: 0;
      right: -700px;
      max-width: 400px;
      width: 100%;
      height: 100vh;
      padding: 0 0 35px;
      z-index: 1100;
      background-color: #FFF4F4;
      transition: all 0 ease-in-out;
      overflow: hidden;
      text-align: center;
      overflow-y: auto;
      overflow-x: hidden;
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
      opacity: 0; } }
  @media screen and (max-width: 600px) {
    #global-area-sp {
      max-width: inherit;
      padding-bottom: 9.333vw; } }
  #global-area-sp::-webkit-scrollbar {
    width: 2px; }
  #global-area-sp::-webkit-scrollbar-track {
    background: #FFF;
    border-radius: 1px; }
  #global-area-sp::-webkit-scrollbar-thumb {
    background: #FFF4F4;
    border-radius: 1px; }
  #global-area-sp.active {
    opacity: 1;
    right: 0; }
  #global-area-sp__inner {
    position: relative;
    padding: 0;
    min-height: 100%; }
  #global-area-sp #identity-area-sp {
    position: sticky;
    top: 0;
    padding: 0 0 0 20px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    z-index: 300;
    background-color: #FFF;
    color: #000000;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 600px) {
      #global-area-sp #identity-area-sp {
        padding: 0 0 0 5.333vw;
        height: 24vw;
        box-shadow: 0 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.2); } }
    #global-area-sp #identity-area-sp a {
      flex: 0 0 200px; }
      #global-area-sp #identity-area-sp a img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 600px) {
        #global-area-sp #identity-area-sp a {
          flex: 0 0 53.334vw; } }
  #global-area-sp a:focus-visible {
    outline: dotted 2px #000000;
    outline-offset: -3px;
    color: #000000;
    box-shadow: none;
    opacity: 1;
    color: #000000; }

#global-nav-sp {
  position: relative;
  z-index: 200;
  padding: 0;
  margin: 0 0 30px; }
  @media screen and (max-width: 600px) {
    #global-nav-sp {
      margin-bottom: 0 0 16vw; } }
  #global-nav-sp > li {
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0;
    padding: 0;
    border-top: 1px solid #CCC; }
    #global-nav-sp > li:last-child {
      border-bottom: 1px solid #CCC; }
      @media screen and (max-width: 600px) {
        #global-nav-sp > li:last-child {
          border-top: 0.267vw solid #CCC; } }
    @media screen and (max-width: 600px) {
      #global-nav-sp > li {
        border-top: 0.267vw solid #CCC; } }
    #global-nav-sp > li > a {
      position: relative;
      margin: 0;
      padding: 30px 20px;
      width: 100%;
      box-sizing: border-box;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1.5;
      font-weight: 500;
      color: #293033; }
      @media screen and (max-width: 600px) {
        #global-nav-sp > li > a {
          padding: 8vw 5.334vw;
          font-size: 3.734vw; } }
      #global-nav-sp > li > a:hover {
        color: #FFF;
        background-color: #EB342D; }
        @media screen and (max-width: 600px) {
          #global-nav-sp > li > a:hover {
            opacity: 1; } }

#contact-area-sp {
  margin: 30px 20px 0; }
  @media screen and (max-width: 600px) {
    #contact-area-sp {
      margin: 8vw 5.333vw 0; } }
  #contact-area-sp a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #FDB52C;
    height: 60px;
    width: 100%; }
    @media screen and (max-width: 600px) {
      #contact-area-sp a {
        height: 16vw; } }
    #contact-area-sp a:focus-visible {
      outline: dotted 2px #FFF;
      outline-offset: -3px;
      box-shadow: none;
      color: #000000; }
    #contact-area-sp a .contact-area-sp--img img {
      width: 32px;
      height: auto; }
      @media screen and (max-width: 600px) {
        #contact-area-sp a .contact-area-sp--img img {
          width: 8.533vw; } }
    #contact-area-sp a .contact-area-sp--text {
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0;
      text-align: center;
      color: #FFF;
      margin: 0 0 0 10px; }
      @media screen and (max-width: 600px) {
        #contact-area-sp a .contact-area-sp--text {
          font-size: 3.733vw;
          margin-left: 2.667vw; } }

#recruit-area-sp {
  margin: 10px 20px 0; }
  @media screen and (max-width: 600px) {
    #recruit-area-sp {
      margin: 2.667vw 5.333vw 0; } }
  #recruit-area-sp a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #46B1F4;
    height: 60px;
    width: 100%; }
    @media screen and (max-width: 600px) {
      #recruit-area-sp a {
        height: 16vw; } }
    #recruit-area-sp a:focus-visible {
      outline: dotted 2px #FFF;
      outline-offset: -3px;
      box-shadow: none;
      color: #000000; }
    #recruit-area-sp a .recruit-area-sp--img img {
      width: 28px;
      height: auto; }
      @media screen and (max-width: 600px) {
        #recruit-area-sp a .recruit-area-sp--img img {
          width: 7.467vw; } }
    #recruit-area-sp a .recruit-area-sp--text {
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0;
      text-align: center;
      color: #FFF;
      margin: 0 0 0 10px; }
      @media screen and (max-width: 600px) {
        #recruit-area-sp a .recruit-area-sp--text {
          font-size: 3.733vw;
          margin-left: 2.667vw; } }

#bottom-area-sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    #bottom-area-sp {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 2000; } }

#bottom-nav-sp-list {
  display: flex;
  flex-wrap: nowrap; }
  #bottom-nav-sp-list li {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px; }
    #bottom-nav-sp-list li.bottom-nav-sp--contact {
      background-color: #EB342D; }
    #bottom-nav-sp-list li.bottom-nav-sp--entry {
      background-color: #293033; }
    @media screen and (max-width: 600px) {
      #bottom-nav-sp-list li {
        height: 18.667vw; } }
    #bottom-nav-sp-list li a {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 70px;
      justify-content: center;
      align-content: center;
      align-items: center;
      gap: 5px; }
      @media screen and (max-width: 600px) {
        #bottom-nav-sp-list li a {
          height: 18.667vw; } }
      #bottom-nav-sp-list li a img {
        width: 42px;
        height: 21px; }
        @media screen and (max-width: 600px) {
          #bottom-nav-sp-list li a img {
            width: 11.2vw;
            height: 5.6vw; } }
      #bottom-nav-sp-list li a span {
        font-family: "Montserrat", sans-serif;
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        /* 100% */
        letter-spacing: 0; }
        @media screen and (max-width: 600px) {
          #bottom-nav-sp-list li a span {
            font-size: 3.734vw; } }

/* ◆14 キービジュアル */
#main-visual {
  background-color: #FFF4F4; }

#main-visual__inner {
  margin: 0 auto;
  display: flex;
  gap: 0 40px;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 1080px) {
    #main-visual__inner {
      flex-direction: column;
      height: auto;
      gap: 0;
      padding: 0;
      max-width: inherit; } }
  #main-visual__inner .main-visual-textarea {
    flex: 1 1 460px;
    margin: 50px auto; }
    @media screen and (max-width: 1080px) {
      #main-visual__inner .main-visual-textarea {
        width: 100%;
        flex: 0 1 auto;
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #main-visual__inner .main-visual-textarea {
        margin: 0;
        width: 100%;
        padding: 8vw 5.333vw; } }
    #main-visual__inner .main-visual-textarea-title--en {
      color: #EB342D;
      font-family: "Montserrat", sans-serif;
      font-size: 55px;
      font-weight: 700;
      line-height: 1.2;
      /* 145.455% */
      letter-spacing: 0;
      margin: 0 0 5px;
      text-align: left; }
      @media screen and (max-width: 600px) {
        #main-visual__inner .main-visual-textarea-title--en {
          font-size: 13.333vw;
          line-height: 1;
          margin-bottom: 4.267vw; } }
    #main-visual__inner .main-visual-textarea-title--jp {
      color: #000000;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5;
      /* 150% */
      letter-spacing: 0;
      position: relative;
      padding: 0 0 30px;
      margin: 0 0 30px; }
      @media screen and (max-width: 600px) {
        #main-visual__inner .main-visual-textarea-title--jp {
          font-weight: 500;
          font-size: 4.267vw;
          padding-bottom: 5.334vw;
          margin-bottom: 5.334vw; } }
      #main-visual__inner .main-visual-textarea-title--jp::before, #main-visual__inner .main-visual-textarea-title--jp::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 40px;
        height: 4px; }
        @media screen and (max-width: 600px) {
          #main-visual__inner .main-visual-textarea-title--jp::before, #main-visual__inner .main-visual-textarea-title--jp::after {
            width: 10.667vw;
            height: 1.067vw; } }
      #main-visual__inner .main-visual-textarea-title--jp::before {
        left: 0;
        background-color: #EB342D; }
      #main-visual__inner .main-visual-textarea-title--jp::after {
        background-color: #FF801E;
        left: 40px; }
        @media screen and (max-width: 600px) {
          #main-visual__inner .main-visual-textarea-title--jp::after {
            left: 10.667vw; } }
    #main-visual__inner .main-visual-textarea .main-visual-interveiw-title {
      color: #000000;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5;
      /* 150% */ }
      @media screen and (max-width: 600px) {
        #main-visual__inner .main-visual-textarea .main-visual-interveiw-title {
          font-weight: 500;
          font-size: 4.267vw; } }
      #main-visual__inner .main-visual-textarea .main-visual-interveiw-title span {
        margin: 0 0 0 5px;
        font-size: 16px; }
        @media screen and (max-width: 600px) {
          #main-visual__inner .main-visual-textarea .main-visual-interveiw-title span {
            margin-left: 1.334vw;
            font-weight: 500;
            font-size: 3.734vw; } }
    #main-visual__inner .main-visual-textarea--overview {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      /* 150% */
      letter-spacing: 0; }
      @media screen and (max-width: 600px) {
        #main-visual__inner .main-visual-textarea--overview {
          margin-top: 8vw;
          font-size: 3.734vw; } }
  #main-visual__inner .main-visual-imgarea {
    flex: 1 1 500px;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      #main-visual__inner .main-visual-imgarea {
        flex: 0 1 auto; } }
    @media screen and (max-width: 600px) {
      #main-visual__inner .main-visual-imgarea {
        width: 100vw; } }
    #main-visual__inner .main-visual-imgarea img {
      height: 340px;
      width: auto; }
      @media screen and (max-width: 1080px) {
        #main-visual__inner .main-visual-imgarea img {
          width: 100%;
          height: auto; } }

/* ◆15 コンテンツ */
#contents-area {
  position: relative; }

/* ◆16 トピックパス */
#breadcrumb__outer {
  max-width: 1000px;
  margin: 20px auto 80px;
  padding: 0;
  box-sizing: border-box; }
  @media screen and (max-width: 1080px) {
    #breadcrumb__outer {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 600px) {
    #breadcrumb__outer {
      padding-left: 5.333vw;
      padding-right: 5.333vw;
      margin-bottom: 12vw; } }

#breadcrumb {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    #breadcrumb {
      font-size: 3.2vw;
      line-height: 1.5; } }
  #breadcrumb span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #EB342D;
    margin: 0 8px 2px; }
    @media screen and (max-width: 600px) {
      #breadcrumb span::before {
        width: 1.333vw;
        height: 1.333vw;
        margin: 0 2.133vw 0.533vw; } }
  #breadcrumb span:first-child::before,
  #breadcrumb span span::before {
    content: none; }
  #breadcrumb a {
    color: var(--wp--custom_color_text);
    display: inline-block;
    text-decoration: none; }
    #breadcrumb a:hover {
      text-decoration: underline; }

/* ◆17 メインコンテンツ */
#main-area {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 160px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.75;
  z-index: 20; }
  @media screen and (max-width: 1080px) {
    #main-area {
      width: auto;
      padding: 0 50px 160px; } }
  @media screen and (max-width: 600px) {
    #main-area {
      font-size: 4.267vw;
      padding: 0 5.333vw 26.667vw; } }

/* ◆18 サブコンテンツ */
/* ◆19 フッター */
#footer {
  position: relative;
  background-color: #FFF;
  color: #000000;
  padding: 60px 0 0;
  z-index: 30; }
  @media screen and (max-width: 1080px) {
    #footer {
      margin: 0 0 71px; } }
  @media screen and (max-width: 600px) {
    #footer {
      padding-top: 13.333vw;
      margin-bottom: 18.934vw; } }
  #footer a {
    color: #000000; }
    #footer a:focus-visible {
      outline: dotted 1px #000000;
      color: var(--wp--custom_color_footer_text);
      box-shadow: 0 0 0 2px #000000;
      color: #000000; }
  #footer__inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 1080px) {
      #footer__inner {
        display: block;
        width: auto;
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #footer__inner {
        padding: 0 5.333vw; } }

#footer-logoarea {
  flex: 0 0 250px; }
  @media screen and (max-width: 1080px) {
    #footer-logoarea {
      flex: auto;
      width: 250px;
      margin: 0 auto; } }
  @media screen and (max-width: 600px) {
    #footer-logoarea {
      width: 66.667vw; } }
  #footer-logoarea img {
    width: 100%;
    height: auto; }

#footer-navarea {
  flex: 0 0 auto;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end; }
  @media screen and (max-width: 1080px) {
    #footer-navarea {
      display: none; } }

#footer-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 40px; }
  #footer-nav > li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-left: 1px solid var(--wp--custom_color_header_text); }
    #footer-nav > li:last-child {
      border-right: 1px solid var(--wp--custom_color_header_text); }
    #footer-nav > li > a:hover {
      color: #EB342D;
      transition: all 300ms ease-in-out;
      opacity: 1; }
    #footer-nav > li.global-nav--development a::after {
      display: none; }
    #footer-nav > li .sub-menu {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      padding: 50px 0 0;
      transition: opacity 300ms ease-in-out; }
      #footer-nav > li .sub-menu:where(#global-nav li:hover *) {
        opacity: 1;
        visibility: visible; }
      #footer-nav > li .sub-menu > li {
        position: relative;
        background-color: var(--wp--custom_color_footer_bg);
        padding: 0 10px;
        box-sizing: border-box; }
        #footer-nav > li .sub-menu > li a {
          display: block;
          font-size: 14px;
          font-weight: 700;
          line-height: 1;
          letter-spacing: 0;
          text-align: center;
          color: var(--wp--custom_color_footer_text);
          margin: 0;
          padding: 15px 0; }
        #footer-nav > li .sub-menu > li + li::before {
          content: "";
          position: absolute;
          background: #46B1F4;
          height: 1px;
          left: 10px;
          right: 10px;
          top: 0; }

#copyright {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
  margin: 60px 0 0;
  background: #293033;
  color: #FFF; }
  @media screen and (max-width: 1080px) {
    #copyright {
      text-align: center; } }
  @media screen and (max-width: 600px) {
    #copyright {
      font-size: 3.734vw;
      line-height: 1;
      margin-top: 16vw;
      padding: 5.333vw 0; } }

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 61px;
  height: 61px;
  z-index: 500;
  background: #EB342D;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  @media screen and (max-width: 1080px) {
    #pagetop {
      bottom: 76px;
      right: 5px; } }
  @media screen and (max-width: 600px) {
    #pagetop {
      width: 12.267vw;
      height: 12.267vw;
      bottom: 20.267vw;
      right: 1.334vw; } }
  #pagetop:hover {
    cursor: pointer;
    opacity: 0.8; }
  #pagetop img {
    width: 30px;
    height: auto; }
    @media screen and (max-width: 600px) {
      #pagetop img {
        width: 8vw; } }

.grecaptcha-badge {
  bottom: 70px !important; }
  @media screen and (max-width: 1080px) {
    .grecaptcha-badge {
      bottom: 145px !important; } }
  @media screen and (max-width: 600px) {
    .grecaptcha-badge {
      bottom: 35vw !important; } }

@media screen and (max-width: 600px) {
  .rc-anchor-normal-footer {
    width: 50px !important; } }

@media screen and (max-width: 600px) {
  .rc-anchor-logo-img {
    background-size: 30px !important;
    margin: 13px 13px 0 13px !important;
    height: 44px !important;
    width: 30px !important; } }

/* ◆20 サイドバーメニュー */
/*==============================================
◆40：各コンテンツ
==============================================*/
#news-title {
  font-size: 28px;
  font-weight: 700;
  color: #293033;
  line-height: 1.5;
  letter-spacing: 0;
  border-radius: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 15px 20px;
  background-color: #F4F4F4;
  margin: 0 0 15px; }
  @media screen and (max-width: 600px) {
    #news-title {
      font-size: 5.6vw;
      padding: 4vw 5.333vw;
      border-radius: 2.667vw;
      margin-bottom: 4vw; } }

#news-archive--area {
  margin: 0 0 30px; }
  @media screen and (max-width: 600px) {
    #news-archive--area {
      margin-bottom: 8vw; } }
  #news-archive--area .news-archive--area--date {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0; }
    @media screen and (max-width: 600px) {
      #news-archive--area .news-archive--area--date {
        font-size: 3.733vw; } }
  #news-archive--area .news-archive--area--category > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    transition: all 300ms ease-in-out;
    background-color: #FF801E;
    margin: 0 0 0 15px;
    padding: 0 5px; }
    @media screen and (max-width: 600px) {
      #news-archive--area .news-archive--area--category > a {
        font-size: 3.733vw;
        padding: 0 1.333vw;
        margin-left: 2.667vw; } }
    #news-archive--area .news-archive--area--category > a + a {
      margin-left: 15px; }
      @media screen and (max-width: 600px) {
        #news-archive--area .news-archive--area--category > a + a {
          margin-left: 4vw; } }
    #news-archive--area .news-archive--area--category > a.news-archive--area--category {
      /*          &--notice {
                  border-color: $c_notice;
                  background-color: $c_notice;
                }
                &--exhibit {
                  border-color: $c_exhibit;
                  background-color: $c_exhibit;
                }
                &--pressrelease {
                  border-color: $c_pressrelease;
                  background-color: $c_pressrelease;
                }*/ }

#pagenation-area {
  margin: 100px 0 0; }

#post-navigation__list {
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 0 20px;
  justify-content: center;
  align-content: center;
  align-items: center; }
  @media screen and (max-width: 600px) {
    #post-navigation__list {
      gap: 5.334vw; } }
  #post-navigation__list .post-navigation__item {
    flex: 0 0 200px;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #post-navigation__list .post-navigation__item {
        flex: 0 0 auto; } }
    #post-navigation__list .post-navigation__item::before {
      content: none; }
    #post-navigation__list .post-navigation__item a {
      text-decoration: none;
      color: #293033;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0;
      background-color: #FFF4F4;
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      padding: 10px 0; }
      @media screen and (max-width: 600px) {
        #post-navigation__list .post-navigation__item a {
          font-size: 4.267vw;
          padding: 2.667vw 4vw; } }
    #post-navigation__list .post-navigation__item.post-navigation__return a::before {
      content: "";
      display: inline-block;
      width: 21px;
      height: 21px;
      margin: 0 20px 0 0;
      background: url("image/share/icon-vector-nocircle.svg") no-repeat center/contain; }
      @media screen and (max-width: 600px) {
        #post-navigation__list .post-navigation__item.post-navigation__return a::before {
          width: 5.6vw;
          height: 5.6vw;
          margin-right: 2.667vw; } }
    #post-navigation__list .post-navigation__item.post-navigation__next a::after {
      content: "";
      display: inline-block;
      width: 21px;
      height: 21px;
      margin: 0 0 0 20px;
      background: url("image/share/icon-vector-nocircle.svg") no-repeat center/contain;
      transform: rotate(180deg); }
      @media screen and (max-width: 600px) {
        #post-navigation__list .post-navigation__item.post-navigation__next a::after {
          width: 5.6vw;
          height: 5.6vw;
          margin-left: 2.667vw; } }

#news-archive--category {
  margin: 30px 0 70px;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #news-archive--category {
      margin: 8vw 0 16vw; } }

#news-archive--category--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 30px;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #news-archive--category--list {
      gap: 4vw; } }
  #news-archive--category--list > li {
    margin: 0;
    padding: 0; }
    #news-archive--category--list > li::before {
      display: none; }
    #news-archive--category--list > li > a {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      padding: 0 25px;
      height: 30px;
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0;
      text-decoration: none;
      text-align: center;
      color: #000000;
      border: 1px solid #003B90;
      border-radius: 9999px;
      transition: all 300ms ease-in-out;
      background-color: #FFF; }
      @media screen and (max-width: 600px) {
        #news-archive--category--list > li > a {
          padding: 0 4vw;
          height: 6.4vw;
          font-size: 3.733vw; } }

#news-archive--list {
  border-top: 1px solid #CCC;
  margin: 0;
  padding: 0; }
  #news-archive--list > li {
    position: relative;
    margin: 0;
    padding: 15px 75px 15px 15px;
    border-bottom: 1px solid #CCC;
    transition: all 300ms ease-in-out; }
    @media screen and (max-width: 1080px) {
      #news-archive--list > li {
        padding-right: 80px; } }
    @media screen and (max-width: 600px) {
      #news-archive--list > li {
        padding: 5.333vw 10.667vw 5.333vw 0; } }
    #news-archive--list > li:hover {
      background-color: #FFF4F4; }
    #news-archive--list > li::before {
      display: none; }
    #news-archive--list > li::after {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      bottom: 0;
      right: 20px;
      line-height: 1;
      width: 30px;
      vertical-align: middle;
      -webkit-mask-image: url("image/share/icon-vector.svg");
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-image: url("image/share/icon-vector.svg");
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
      background-color: #293033; }
      @media screen and (max-width: 600px) {
        #news-archive--list > li::after {
          right: 0;
          width: 8vw; } }
    #news-archive--list > li .news-archive--list--archive {
      margin: 0 0 15px;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      gap: 15px; }
      @media screen and (max-width: 600px) {
        #news-archive--list > li .news-archive--list--archive {
          margin-bottom: 2.667vw;
          gap: 2.667vw; } }
    #news-archive--list > li .news-archive--list--date {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0;
      text-align: justify;
      text-justify: inter-ideograph;
      color: var(--wp--custom_color_text); }
      @media screen and (max-width: 600px) {
        #news-archive--list > li .news-archive--list--date {
          font-size: 3.733vw; } }
    #news-archive--list > li .news-archive--list--category {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0;
      text-decoration: none;
      text-align: center;
      color: #FFF;
      background-color: #FF801E;
      padding: 0 5px; }
      @media screen and (max-width: 600px) {
        #news-archive--list > li .news-archive--list--category {
          padding: 0 2.666vw;
          font-size: 3.733vw;
          margin-left: 1.333vw; } }
    #news-archive--list > li .news-archive--list--title {
      font-size: 16px;
      line-height: 1.75;
      letter-spacing: 0;
      text-align: justify;
      text-justify: inter-ideograph;
      color: var(--wp--custom_color_text); }
      @media screen and (max-width: 600px) {
        #news-archive--list > li .news-archive--list--title {
          font-size: 3.733vw;
          line-height: 1.714; } }
    #news-archive--list > li .news-archive--list--link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

#top-main {
  position: relative;
  z-index: 310;
  width: 100%;
  height: calc(100vh - 90px);
  overflow: hidden;
  margin: 0 0 120px; }
  @media screen and (max-width: 1080px) {
    #top-main {
      height: auto; } }
  @media screen and (max-width: 600px) {
    #top-main {
      margin-bottom: 24vw; } }

#top-main--movie {
  position: relative;
  z-index: 10; }
  #top-main--movie--pc {
    width: 100%;
    height: calc(100vh - 90px);
    object-fit: cover; }
    @media screen and (max-width: 1080px) {
      #top-main--movie--pc {
        height: auto; } }
    @media screen and (max-width: 600px) {
      #top-main--movie--pc {
        height: 69.333vw; } }

.top-cross__inner .top-cross-title--en, #top-interview__inner .top-interview-title--en, #top-recruitment__inner .top-recruitment-title--en, #top-recruitment-contents .top-recruitment-contents-entry--title, #top-news__inner .top-news-titlearea-title--en {
  top: -45px;
  left: 80px;
  margin: 0 0 15px;
  color: #EB342D;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.12;
  /* 112% */
  letter-spacing: 0; }
  @media screen and (max-width: 1080px) {
    .top-cross__inner .top-cross-title--en, #top-interview__inner .top-interview-title--en, #top-recruitment__inner .top-recruitment-title--en, #top-recruitment-contents .top-recruitment-contents-entry--title, #top-news__inner .top-news-titlearea-title--en {
      top: -110px;
      left: 0; } }
  @media screen and (max-width: 900px) {
    .top-cross__inner .top-cross-title--en, #top-interview__inner .top-interview-title--en, #top-recruitment__inner .top-recruitment-title--en, #top-recruitment-contents .top-recruitment-contents-entry--title, #top-news__inner .top-news-titlearea-title--en {
      font-size: 74px; } }
  @media screen and (max-width: 600px) {
    .top-cross__inner .top-cross-title--en, #top-interview__inner .top-interview-title--en, #top-recruitment__inner .top-recruitment-title--en, #top-recruitment-contents .top-recruitment-contents-entry--title, #top-news__inner .top-news-titlearea-title--en {
      top: -8vw;
      left: 5.334vw;
      margin-bottom: 0.534vw;
      font-size: 13.334vw;
      line-height: 1.2; } }

.top-cross__inner .top-cross-title--jp, #top-interview__inner .top-interview-title--jp, #top-recruitment__inner .top-recruitment-title--jp, #top-news__inner .top-news-titlearea-title--jp {
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 30px;
  color: #293033;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0; }
  @media screen and (max-width: 600px) {
    .top-cross__inner .top-cross-title--jp, #top-interview__inner .top-interview-title--jp, #top-recruitment__inner .top-recruitment-title--jp, #top-news__inner .top-news-titlearea-title--jp {
      margin-bottom: 5.334vw;
      padding-bottom: 5.334vw;
      font-size: 4.267vw; } }
  .top-cross__inner .top-cross-title--jp::before, #top-interview__inner .top-interview-title--jp::before, #top-recruitment__inner .top-recruitment-title--jp::before, #top-news__inner .top-news-titlearea-title--jp::before, .top-cross__inner .top-cross-title--jp::after, #top-interview__inner .top-interview-title--jp::after, #top-recruitment__inner .top-recruitment-title--jp::after, #top-news__inner .top-news-titlearea-title--jp::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 4px; }
    @media screen and (max-width: 600px) {
      .top-cross__inner .top-cross-title--jp::before, #top-interview__inner .top-interview-title--jp::before, #top-recruitment__inner .top-recruitment-title--jp::before, #top-news__inner .top-news-titlearea-title--jp::before, .top-cross__inner .top-cross-title--jp::after, #top-interview__inner .top-interview-title--jp::after, #top-recruitment__inner .top-recruitment-title--jp::after, #top-news__inner .top-news-titlearea-title--jp::after {
        width: 10.667vw;
        height: 1.067vw; } }
  .top-cross__inner .top-cross-title--jp::before, #top-interview__inner .top-interview-title--jp::before, #top-recruitment__inner .top-recruitment-title--jp::before, #top-news__inner .top-news-titlearea-title--jp::before {
    left: 0;
    background-color: #EB342D; }
  .top-cross__inner .top-cross-title--jp::after, #top-interview__inner .top-interview-title--jp::after, #top-recruitment__inner .top-recruitment-title--jp::after, #top-news__inner .top-news-titlearea-title--jp::after {
    left: 80px;
    background-color: #FF801E; }
    @media screen and (max-width: 600px) {
      .top-cross__inner .top-cross-title--jp::after, #top-interview__inner .top-interview-title--jp::after, #top-recruitment__inner .top-recruitment-title--jp::after, #top-news__inner .top-news-titlearea-title--jp::after {
        left: 10.667vw; } }

.top-cross__inner .top-cross--overview, #top-interview__inner .top-interview--overview {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0; }
  @media screen and (max-width: 1080px) {
    .top-cross__inner .top-cross--overview br, #top-interview__inner .top-interview--overview br {
      display: none; } }
  @media screen and (max-width: 900px) {
    .top-cross__inner .top-cross--overview, #top-interview__inner .top-interview--overview {
      margin-bottom: 30px; } }
  @media screen and (max-width: 600px) {
    .top-cross__inner .top-cross--overview, #top-interview__inner .top-interview--overview {
      margin-bottom: 8vw;
      font-size: 3.734vw; } }

.top-cross__inner .top-cross--btn__link, #top-interview__inner .top-interview--btn__link, #top-recruitment__inner .top-recruitment--btn__link, #top-recruitment-contents .top-recruitment-contents-entry--btn, #top-contact__inner .top-contact-textarea--btn, #top-news__inner .top-news-btn__link, #about-items__inner .about-items-textarea--btn, #interview--btn__link {
  text-decoration: none;
  position: relative;
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EB342D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  border-radius: 50px;
  padding: 20px 30px;
  box-sizing: border-box;
  text-decoration: none; }
  @media screen and (max-width: 600px) {
    .top-cross__inner .top-cross--btn__link, #top-interview__inner .top-interview--btn__link, #top-recruitment__inner .top-recruitment--btn__link, #top-recruitment-contents .top-recruitment-contents-entry--btn, #top-contact__inner .top-contact-textarea--btn, #top-news__inner .top-news-btn__link, #about-items__inner .about-items-textarea--btn, #interview--btn__link {
      width: 100%;
      border-radius: 13.333vw;
      padding: 4vw 8vw;
      font-size: 4.267vw;
      font-weight: 400; } }
  .top-cross__inner .top-cross--btn__link:hover, #top-interview__inner .top-interview--btn__link:hover, #top-recruitment__inner .top-recruitment--btn__link:hover, #top-recruitment-contents .top-recruitment-contents-entry--btn:hover, #top-contact__inner .top-contact-textarea--btn:hover, #top-news__inner .top-news-btn__link:hover, #about-items__inner .about-items-textarea--btn:hover, #interview--btn__link:hover {
    opacity: 0.8; }
  .top-cross__inner .top-cross--btn__link::after, #top-interview__inner .top-interview--btn__link::after, #top-recruitment__inner .top-recruitment--btn__link::after, #top-recruitment-contents .top-recruitment-contents-entry--btn::after, #top-contact__inner .top-contact-textarea--btn::after, #top-news__inner .top-news-btn__link::after, #about-items__inner .about-items-textarea--btn::after, #interview--btn__link::after {
    display: inline-block;
    content: "";
    line-height: 1;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-mask-image: url("image/share/icon-vector.svg");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("image/share/icon-vector.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #FFF; }
    @media screen and (max-width: 600px) {
      .top-cross__inner .top-cross--btn__link::after, #top-interview__inner .top-interview--btn__link::after, #top-recruitment__inner .top-recruitment--btn__link::after, #top-recruitment-contents .top-recruitment-contents-entry--btn::after, #top-contact__inner .top-contact-textarea--btn::after, #top-news__inner .top-news-btn__link::after, #about-items__inner .about-items-textarea--btn::after, #interview--btn__link::after {
        margin-left: 2.667vw;
        width: 5.333vw;
        height: 5.333vw; } }

.top-cross {
  margin: 0 0 205px; }
  @media screen and (max-width: 1080px) {
    .top-cross {
      padding: 0;
      margin: 0 50px 110px; } }
  @media screen and (max-width: 600px) {
    .top-cross {
      margin: 0 0 29.334vw; } }
  .top-cross__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 520px 520px;
    align-items: center;
    gap: 0; }
    @media screen and (max-width: 1080px) {
      .top-cross__inner {
        max-width: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 60px 40px;
        gap: 30px;
        background-color: #FFF4F4; } }
    @media screen and (max-width: 900px) {
      .top-cross__inner {
        flex-direction: column; } }
    @media screen and (max-width: 600px) {
      .top-cross__inner {
        padding: 0;
        gap: 0; } }
    .top-cross__inner .top-cross-textarea {
      z-index: 1;
      position: relative;
      background-color: #FFF4F4;
      padding: 60px 80px; }
      @media screen and (max-width: 1080px) {
        .top-cross__inner .top-cross-textarea {
          flex: 0 0 50%;
          padding: 0; } }
      @media screen and (max-width: 600px) {
        .top-cross__inner .top-cross-textarea {
          padding: 10.667vw 5.334vw; } }
    .top-cross__inner .top-cross-imgarea {
      z-index: 2;
      transform: translateX(-40px) translateY(60px); }
      @media screen and (max-width: 1080px) {
        .top-cross__inner .top-cross-imgarea {
          transform: translate(0, 0); } }
      @media screen and (max-width: 900px) {
        .top-cross__inner .top-cross-imgarea {
          width: 100%; } }
      .top-cross__inner .top-cross-imgarea img {
        display: block;
        width: 100%;
        height: auto; }
    .top-cross__inner .top-cross-title--en {
      position: absolute; }

@media screen and (max-width: 900px) {
  .top-cross--reverce__inner {
    flex-direction: column-reverse; } }
.top-cross--reverce .top-cross-textarea {
  order: 2;
  transform: translateX(-40px) translateY(0px); }
  @media screen and (max-width: 1080px) {
    .top-cross--reverce .top-cross-textarea {
      transform: translate(0, 0); } }
.top-cross--reverce .top-cross-imgarea {
  order: 1;
  transform: translateX(0px) translateY(60px); }
  @media screen and (max-width: 1080px) {
    .top-cross--reverce .top-cross-imgarea {
      transform: translate(0, 0); } }

#top-works {
  margin: 0 0 160px; }
  @media screen and (max-width: 1080px) {
    #top-works {
      margin: 0 80px 100px; } }
  @media screen and (max-width: 600px) {
    #top-works {
      margin: 0 0 21.334vw; } }

#top-interview {
  margin: 0 0 80px; }
  @media screen and (max-width: 600px) {
    #top-interview {
      margin-bottom: 21.334vw; } }
  #top-interview__inner {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      #top-interview__inner {
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #top-interview__inner {
        padding: 0 5.333vw; } }
    #top-interview__inner .top-interview-title--en {
      text-align: center; }
    #top-interview__inner .top-interview-title--jp {
      text-align: center; }
      #top-interview__inner .top-interview-title--jp::before {
        left: 50%;
        transform: translateX(-80px); }
        @media screen and (max-width: 600px) {
          #top-interview__inner .top-interview-title--jp::before {
            transform: translateX(-10.667vw); } }
      #top-interview__inner .top-interview-title--jp::after {
        left: 50%; }
    #top-interview__inner .top-interview--overview {
      text-align: center;
      margin-bottom: 60px; }
      @media screen and (max-width: 600px) {
        #top-interview__inner .top-interview--overview {
          margin-bottom: 10.667vw; } }
    #top-interview__inner .top-interview--btn__link {
      margin: 0 auto; }

.top-interview-list {
  margin: 0 0 115px; }
  @media screen and (max-width: 600px) {
    .top-interview-list {
      margin-bottom: 25.334vw; } }
  .top-interview-list .slick-slide {
    width: 300px; }
    @media screen and (max-width: 600px) {
      .top-interview-list .slick-slide {
        width: 80vw; } }
  .top-interview-list .slick-dots {
    bottom: -45px; }
    @media screen and (max-width: 600px) {
      .top-interview-list .slick-dots {
        bottom: -10.667vw; } }
    .top-interview-list .slick-dots li {
      width: 10px;
      height: 10px;
      background-color: #CCC;
      border-radius: 50px;
      margin: 0 10px; }
      @media screen and (max-width: 600px) {
        .top-interview-list .slick-dots li {
          width: 2.667vw;
          height: 2.667vw;
          border-radius: 13.333vw;
          margin: 0 2.667vw; } }
      .top-interview-list .slick-dots li button {
        width: 0;
        height: 0; }
        .top-interview-list .slick-dots li button::before {
          content: none; }
    .top-interview-list .slick-dots li.slick-active {
      background-color: #EB342D; }

#top-recruitment {
  margin: 0;
  padding: 80px 0 80px;
  background-color: #FFF4F4; }
  @media screen and (max-width: 1080px) {
    #top-recruitment {
      padding: 60px 50px; } }
  @media screen and (max-width: 600px) {
    #top-recruitment {
      padding: 10.667vw 5.333vw; } }
  #top-recruitment__inner {
    max-width: 1000px;
    margin: 0 auto; }
    #top-recruitment__inner .top-recruitment--btn__link {
      margin: 0 auto; }

#top-recruitment-contents {
  display: grid;
  grid-template-columns: 1.5fr 3.4fr;
  grid-template-rows: 180px 180px;
  grid-gap: 20px; }
  @media screen and (max-width: 1080px) {
    #top-recruitment-contents {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 180px 400px; } }
  @media screen and (max-width: 900px) {
    #top-recruitment-contents {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 180px 350px; } }
  @media screen and (max-width: 600px) {
    #top-recruitment-contents {
      display: flex;
      flex-direction: column;
      gap: 5.334vw; } }
  #top-recruitment-contents .top-recruitment-contents-recruit {
    grid-column: 1;
    grid-row: 1; }
  #top-recruitment-contents .top-recruitment-contents-faq {
    grid-column: 1;
    grid-row: 2; }
    @media screen and (max-width: 1080px) {
      #top-recruitment-contents .top-recruitment-contents-faq {
        grid-column: 2;
        grid-row: 1; } }
  #top-recruitment-contents .top-recruitment-contents-clone {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #293033;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      #top-recruitment-contents .top-recruitment-contents-clone {
        flex-direction: row;
        gap: 1.334vw;
        padding: 5.334vw 0; } }
    #top-recruitment-contents .top-recruitment-contents-clone::after {
      content: "";
      position: absolute;
      inset: 0;
      background: #54595C;
      opacity: 0.2;
      clip-path: polygon(0 0, 100% 100%, 0 100%);
      z-index: 1; }
    #top-recruitment-contents .top-recruitment-contents-clone img {
      width: 80px;
      height: auto;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 600px) {
        #top-recruitment-contents .top-recruitment-contents-clone img {
          width: 18.667vw; } }
    #top-recruitment-contents .top-recruitment-contents-clone span {
      display: inline-block;
      margin: 5px 0 0;
      position: relative;
      z-index: 2;
      color: #FFF;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.5;
      /* 150% */
      letter-spacing: 0; }
      @media screen and (max-width: 600px) {
        #top-recruitment-contents .top-recruitment-contents-clone span {
          margin: 0;
          font-size: 5.334vw; } }
  #top-recruitment-contents .top-recruitment-contents-entry {
    grid-column: 2;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: url("./image/top/top-entry-bk@2x.jpg") center/cover no-repeat; }
    @media screen and (max-width: 1080px) {
      #top-recruitment-contents .top-recruitment-contents-entry {
        grid-column: span 2;
        grid-row: 2; } }
    @media screen and (max-width: 900px) {
      #top-recruitment-contents .top-recruitment-contents-entry {
        background: url("./image/top/top-entry-bk-sp@2x.jpg") center/cover no-repeat; } }
    @media screen and (max-width: 600px) {
      #top-recruitment-contents .top-recruitment-contents-entry {
        margin: 0;
        padding: 10.667vw 0 10.133vw;
        font-size: 5.334vw; } }
    #top-recruitment-contents .top-recruitment-contents-entry--title {
      color: #FFF;
      font-size: 60px; }
      @media screen and (max-width: 600px) {
        #top-recruitment-contents .top-recruitment-contents-entry--title {
          font-size: 10.667vw; } }
    #top-recruitment-contents .top-recruitment-contents-entry--text {
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      margin: 0 0 24px; }
      @media screen and (max-width: 600px) {
        #top-recruitment-contents .top-recruitment-contents-entry--text {
          font-size: 3.734vw;
          margin-bottom: 2.667vw; } }
    @media screen and (max-width: 600px) {
      #top-recruitment-contents .top-recruitment-contents-entry--btn {
        width: 70.4vw; } }

#top-contact {
  margin: 80px 0 120px; }
  @media screen and (max-width: 1080px) {
    #top-contact {
      padding: 0 50px; } }
  @media screen and (max-width: 600px) {
    #top-contact {
      margin: 10.667vw 0 21.334vw;
      padding: 0 5.333vw; } }
  #top-contact__inner {
    background-color: #EB342D;
    max-width: 1000px;
    margin: 0 auto; }
    #top-contact__inner .top-contact__link {
      display: flex; }
      @media screen and (max-width: 1080px) {
        #top-contact__inner .top-contact__link {
          padding: 30px;
          align-items: center; } }
      @media screen and (max-width: 900px) {
        #top-contact__inner .top-contact__link {
          display: block; } }
      @media screen and (max-width: 600px) {
        #top-contact__inner .top-contact__link {
          padding: 0; } }
    #top-contact__inner .top-contact-imgarea {
      flex: 0 1 500px; }
      #top-contact__inner .top-contact-imgarea img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 600px) {
          #top-contact__inner .top-contact-imgarea img {
            height: 40vw; } }
    #top-contact__inner .top-contact-textarea {
      flex: 1 1 500px;
      display: flex;
      flex-direction: column;
      padding: 40px 50px; }
      @media screen and (max-width: 1080px) {
        #top-contact__inner .top-contact-textarea {
          padding: 30px 30px 0;
          align-items: center; } }
      @media screen and (max-width: 600px) {
        #top-contact__inner .top-contact-textarea {
          padding: 4vw 8vw;
          align-items: flex-start; } }
      #top-contact__inner .top-contact-textarea--title {
        margin: 0 0 10px;
        color: #FFF;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.5;
        /* 152% */
        letter-spacing: 0; }
        @media screen and (max-width: 600px) {
          #top-contact__inner .top-contact-textarea--title {
            margin-bottom: 1.334vw;
            font-size: 4.8vw; } }
      #top-contact__inner .top-contact-textarea--text {
        margin: 0 0 20px;
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        /* 150% */ }
        @media screen and (max-width: 600px) {
          #top-contact__inner .top-contact-textarea--text {
            margin-bottom: 2.667vw;
            margin-bottom: 2.667vw;
            font-size: 3.734vw; } }
        @media screen and (max-width: 1080px) {
          #top-contact__inner .top-contact-textarea--text br {
            display: none; } }
        @media screen and (max-width: 600px) {
          #top-contact__inner .top-contact-textarea--text br {
            display: inline-block; } }
      #top-contact__inner .top-contact-textarea--btn {
        background-color: #293033; }

#top-news {
  margin: 80px 0 120px; }
  @media screen and (max-width: 600px) {
    #top-news {
      margin: 0 0 26.667vw; } }
  #top-news__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px auto;
    gap: 0 76px; }
    @media screen and (max-width: 1080px) {
      #top-news__inner {
        padding: 0 50px;
        display: block; } }
    @media screen and (max-width: 600px) {
      #top-news__inner {
        padding: 0 5.333vw; } }
    #top-news__inner .top-news-titlearea {
      grid-row: 1;
      grid-column: 1; }
      #top-news__inner .top-news-titlearea-title--jp {
        margin: 0 0 40px; }
        @media screen and (max-width: 600px) {
          #top-news__inner .top-news-titlearea-title--jp {
            margin-bottom: 16vw; } }
    #top-news__inner .top-news-newsarea {
      grid-row: span 2;
      grid-column: 2; }
      @media screen and (max-width: 1080px) {
        #top-news__inner .top-news-newsarea {
          margin: 0 0 40px; } }
      @media screen and (max-width: 600px) {
        #top-news__inner .top-news-newsarea {
          margin-bottom: 10.667vw; } }
    #top-news__inner .top-news-btn {
      grid-row: 2;
      grid-column: 1; }
      #top-news__inner .top-news-btn__link {
        width: 100%; }
        @media screen and (max-width: 1080px) {
          #top-news__inner .top-news-btn__link {
            width: 300px;
            margin: 0 auto; } }
        @media screen and (max-width: 600px) {
          #top-news__inner .top-news-btn__link {
            width: 100%; } }

#top-bottom-img {
  position: relative;
  overflow: hidden;
  height: 457px; }
  @media screen and (max-width: 600px) {
    #top-bottom-img {
      height: 53.334vw; } }
  #top-bottom-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    max-width: none;
    min-height: 100%; }
    @media screen and (max-width: 600px) {
      #top-bottom-img img {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0, 0); } }

#about-number {
  margin: 0 0 50px; }
  @media screen and (max-width: 600px) {
    #about-number {
      margin-bottom: 21.334vw; } }
  #about-number__inner .about-number-title {
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      #about-number__inner .about-number-title {
        margin-bottom: 6vw; } }

#about-number-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px; }
  @media screen and (max-width: 600px) {
    #about-number-list {
      gap: 2.667vw; } }
  #about-number-list::before, #about-number-list::after {
    content: "";
    flex: 1 0 300px;
    order: 2; }
    @media screen and (max-width: 1080px) {
      #about-number-list::before, #about-number-list::after {
        flex: 1 1 280px; } }
    @media screen and (max-width: 600px) {
      #about-number-list::before, #about-number-list::after {
        display: none; } }
  #about-number-list li {
    margin: 0;
    padding: 30px;
    flex: 1 0 300px;
    border: 2px solid #CCC;
    border-radius: 20px; }
    @media screen and (max-width: 1080px) {
      #about-number-list li {
        flex: 1 1 280px; } }
    @media screen and (max-width: 600px) {
      #about-number-list li {
        flex: 1 1 42.667vw;
        padding: 4vw; } }
    #about-number-list li::before {
      content: none; }
    #about-number-list li dl {
      margin: 0;
      padding: 0;
      text-align: center; }
      #about-number-list li dl .about-number-contents--title {
        margin: 0 0 10px;
        color: #293033;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
        /* 150% */
        letter-spacing: 0; }
        @media screen and (max-width: 600px) {
          #about-number-list li dl .about-number-contents--title {
            margin-bottom: 2.667vw;
            font-size: 3.733vw; } }
      #about-number-list li dl .about-number-contents--img {
        margin: 0 0 10px; }
        @media screen and (max-width: 600px) {
          #about-number-list li dl .about-number-contents--img {
            margin-bottom: 2.667vw; } }
        #about-number-list li dl .about-number-contents--img img {
          width: 100%;
          height: auto; }
      #about-number-list li dl .about-number-contents--text {
        display: flex;
        justify-content: center;
        align-items: baseline;
        align-content: flex-end;
        flex-wrap: wrap; }
        #about-number-list li dl .about-number-contents--text span {
          color: #293033;
          font-family: "Montserrat", sans-serif;
          font-size: 30px;
          font-weight: 700;
          line-height: 1;
          letter-spacing: 0; }
          @media screen and (max-width: 600px) {
            #about-number-list li dl .about-number-contents--text span {
              font-size: 4.267vw; } }
          #about-number-list li dl .about-number-contents--text span.about-number-contents--text--big {
            color: #293033;
            font-family: "Montserrat", sans-serif;
            font-size: 80px;
            font-weight: 700;
            line-height: 1;
            /* 100% */
            letter-spacing: 0; }
            @media screen and (max-width: 600px) {
              #about-number-list li dl .about-number-contents--text span.about-number-contents--text--big {
                font-size: 6.934vw; } }

#about-strengths__inner .about-strengths-title {
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    #about-strengths__inner .about-strengths-title {
      margin-bottom: 6vw; } }

#about-strengths-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 85px 40px; }
  @media screen and (max-width: 1080px) {
    #about-strengths-list {
      gap: 85px 50px; } }
  @media screen and (max-width: 600px) {
    #about-strengths-list {
      gap: 16vw; } }
  #about-strengths-list::before, #about-strengths-list::after {
    content: "";
    flex: 1 0 480px;
    order: 2; }
    @media screen and (max-width: 1080px) {
      #about-strengths-list::before, #about-strengths-list::after {
        flex: 1 1 480px; } }
    @media screen and (max-width: 600px) {
      #about-strengths-list::before, #about-strengths-list::after {
        gap: 16vw;
        display: none; } }
  #about-strengths-list li {
    margin: 0;
    padding: 0;
    flex: 0 1 480px; }
    #about-strengths-list li::before {
      content: none; }
    @media screen and (max-width: 1080px) {
      #about-strengths-list li {
        flex: 1 1 380px; } }
    #about-strengths-list li .about-strengths-contents--img {
      margin: 0 0 30px; }
      @media screen and (max-width: 600px) {
        #about-strengths-list li .about-strengths-contents--img {
          margin-bottom: 6vw; } }
      #about-strengths-list li .about-strengths-contents--img img {
        width: 100%;
        height: auto; }

#about-items {
  margin: 0;
  padding: 0; }
  #about-items__inner {
    background-color: #EB342D;
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      #about-items__inner {
        padding: 30px; } }
    @media screen and (max-width: 600px) {
      #about-items__inner {
        padding: 0; } }
    #about-items__inner .about-items__link {
      display: flex;
      text-decoration-line: none; }
      @media screen and (max-width: 900px) {
        #about-items__inner .about-items__link {
          display: block; } }
    #about-items__inner .about-items-imgarea {
      flex: 1 1 500px; }
      #about-items__inner .about-items-imgarea img {
        width: 100%;
        height: auto; }
    #about-items__inner .about-items-textarea {
      flex: 1 1 500px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 50px; }
      @media screen and (max-width: 1080px) {
        #about-items__inner .about-items-textarea {
          padding: 30px 30px 0;
          align-items: center; } }
      @media screen and (max-width: 600px) {
        #about-items__inner .about-items-textarea {
          padding: 4vw 8vw;
          align-items: flex-start; } }
      #about-items__inner .about-items-textarea--title {
        margin: 0 0 20px;
        border-radius: 0px;
        padding: 0px;
        background-color: transparent;
        color: #FFF;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.5;
        /* 152% */
        letter-spacing: 0; }
        @media screen and (max-width: 900px) {
          #about-items__inner .about-items-textarea--title {
            margin: 0 auto 20px; } }
        @media screen and (max-width: 600px) {
          #about-items__inner .about-items-textarea--title {
            margin-bottom: 2.667vw;
            font-size: 4.8vw; } }
      #about-items__inner .about-items-textarea--btn {
        background-color: #293033;
        font-size: 18px; }
        @media screen and (max-width: 600px) {
          #about-items__inner .about-items-textarea--btn {
            font-size: 4.267vw; } }
        #about-items__inner .about-items-textarea--btn:hover {
          opacity: 1; }

#interview-archive-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 50px; }
  @media screen and (max-width: 1080px) {
    #interview-archive-list {
      justify-content: center;
      gap: 50px; } }
  @media screen and (max-width: 600px) {
    #interview-archive-list {
      gap: 10.667vw 5.333vw; } }
  #top-interview #interview-archive-list {
    margin: 0 auto 112px;
    gap: 0; }
  #interview-archive-list::before {
    content: "";
    flex: 0 1 300px;
    order: 2; }
    @media screen and (max-width: 600px) {
      #interview-archive-list::before {
        flex: 0 0 42.667vw; } }
  #interview-archive-list::after {
    content: "";
    flex: 0 1 300px;
    order: 2; }
    #top-interview #interview-archive-list::after {
      display: none; }
    @media screen and (max-width: 600px) {
      #interview-archive-list::after {
        flex: 0 0 42.667vw; } }
    #top-interview #interview-archive-list::after {
      display: none; }
  #interview-archive-list article {
    position: relative;
    flex: 0 1 300px;
    margin: 0;
    padding: 0; }
    #top-interview #interview-archive-list article {
      margin: 0 25px; }
    @media screen and (max-width: 600px) {
      #interview-archive-list article {
        flex: 0 0 41.333vw; } }
    #interview-archive-list article::before {
      display: none; }
    #interview-archive-list article a {
      color: #293033;
      text-decoration: none; }
    #interview-archive-list article .interview-archive-list {
      /*      &-profile {
              display: flex;
              flex-direction: column;
              gap :5px;
              @include mq('sm') {
                gap: 0;
              }
              #top-interview & {
                @include mq('sm') {
                  gap: 1.333vw;
                }
              }
              &--name {
                font-size: round($f_size * 1.125 );//18
                font-weight: $fw_normal;
                line-height: 1.5; 
                letter-spacing: $f_letter;
                @include mq('sm') {
                  font-size: 4.267vw;//16
                }
                #top-interview & {
                  @include mq('sm') {
                    font-size: 4.8vw;//18
                  }
                }
              }*/
      /*      }*/ }
      #interview-archive-list article .interview-archive-list--img {
        margin: 0 0 20px;
        display: block; }
        #interview-archive-list article .interview-archive-list--img img {
          width: 100%;
          height: auto; }
        @media screen and (max-width: 600px) {
          #interview-archive-list article .interview-archive-list--img {
            margin-bottom: 2.667vw; } }
        @media screen and (max-width: 600px) {
          #top-interview #interview-archive-list article .interview-archive-list--img {
            margin-bottom: 5.334vw; } }
      #interview-archive-list article .interview-archive-list--catchphrase {
        color: #293033;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        /* 150% */
        letter-spacing: 0;
        padding: 0 0 15px;
        margin: 0 0 15px;
        border-bottom: 1px solid #CCC; }
        @media screen and (max-width: 600px) {
          #interview-archive-list article .interview-archive-list--catchphrase {
            font-size: 3.734vw;
            padding-bottom: 1.333vw;
            margin-bottom: 1.333vw; } }
        @media screen and (max-width: 600px) {
          #top-interview #interview-archive-list article .interview-archive-list--catchphrase {
            font-size: 5.334vw;
            padding-bottom: 4vw;
            margin-bottom: 4vw; } }
      #interview-archive-list article .interview-archive-list--affiliation {
        display: inline-block;
        background-color: #EB342D;
        margin: 0 0 10px;
        padding: 0 10px;
        border-radius: 10px;
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        /* 150% */
        letter-spacing: 0; }
        @media screen and (max-width: 600px) {
          #interview-archive-list article .interview-archive-list--affiliation {
            font-size: 3.2vw;
            padding: 0 2.667vw;
            margin-bottom: 1.333vw;
            border-radius: 2.667vw; } }
        @media screen and (max-width: 600px) {
          #top-interview #interview-archive-list article .interview-archive-list--affiliation {
            font-size: 4.267vw;
            padding: 0 2.667vw;
            margin-bottom: 2.667vw;
            border-radius: 2.667vw; } }
      #interview-archive-list article .interview-archive-list--year {
        display: inline-block;
        color: #293033;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        /* 150% */
        letter-spacing: 0; }
        @media screen and (max-width: 600px) {
          #interview-archive-list article .interview-archive-list--year {
            gap: 0;
            font-size: 2.934vw; } }
        @media screen and (max-width: 600px) {
          #top-interview #interview-archive-list article .interview-archive-list--year {
            font-size: 4.267vw; } }

#interview-content {
  margin: 0 auto 100px;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #interview-content {
      margin-bottom: 21.333vw; } }

#interview-mainvisual {
  display: flex;
  align-items: center;
  background-color: #EB342D;
  margin: 0 auto 80px; }
  @media screen and (max-width: 1080px) {
    #interview-mainvisual {
      flex-direction: column-reverse;
      padding: 30px;
      gap: 40px; } }
  @media screen and (max-width: 600px) {
    #interview-mainvisual {
      margin-bottom: 16vw;
      padding: 0;
      gap: 0; } }
  #interview-mainvisual .interview-mainvisual-textarea {
    flex: 1 1 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 40px;
    color: #FFF; }
    @media screen and (max-width: 1080px) {
      #interview-mainvisual .interview-mainvisual-textarea {
        flex: auto;
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: end;
        gap: 5px 0; } }
    @media screen and (max-width: 600px) {
      #interview-mainvisual .interview-mainvisual-textarea {
        padding: 5.334vw;
        align-items: flex-start;
        justify-content: flex-start; } }
    #interview-mainvisual .interview-mainvisual-textarea--catchphrase {
      flex: 0 0 100%;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0;
      padding: 0 0 20px;
      margin: 0 auto 20px;
      text-align: left;
      border-bottom: 1px solid #FFF; }
      @media screen and (max-width: 1080px) {
        #interview-mainvisual .interview-mainvisual-textarea--catchphrase {
          flex: 0 0 100%;
          text-align: center; } }
      @media screen and (max-width: 600px) {
        #interview-mainvisual .interview-mainvisual-textarea--catchphrase {
          font-size: 4.8vw;
          text-align: justify;
          text-justify: inter-ideograph;
          margin-bottom: 4vw;
          padding-bottom: 4vw; } }
    #interview-mainvisual .interview-mainvisual-textarea--affiliation {
      flex: 0 0 auto;
      color: #FFF;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0;
      padding: 0 10px;
      margin: 0 0 10px;
      background-color: #293033;
      border-radius: 10px;
      width: max-content; }
      @media screen and (max-width: 1080px) {
        #interview-mainvisual .interview-mainvisual-textarea--affiliation {
          margin: 0;
          align-self: center; } }
      @media screen and (max-width: 600px) {
        #interview-mainvisual .interview-mainvisual-textarea--affiliation {
          border-radius: 2.667vw;
          font-size: 3.734vw; } }
    #interview-mainvisual .interview-mainvisual-textarea--year {
      flex: 1 0 auto;
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      /* 132.353% */
      letter-spacing: 0; }
      @media screen and (max-width: 1080px) {
        #interview-mainvisual .interview-mainvisual-textarea--year {
          line-height: 1.65; } }
      @media screen and (max-width: 600px) {
        #interview-mainvisual .interview-mainvisual-textarea--year {
          font-size: 3.734vw;
          line-height: 1.5; } }
  #interview-mainvisual .interview-mainvisual-imgarea {
    flex: 0 1 600px; }
    @media screen and (max-width: 1080px) {
      #interview-mainvisual .interview-mainvisual-imgarea {
        flex: auto;
        width: 100%;
        margin: 0 auto;
        text-align: center; } }
    #interview-mainvisual .interview-mainvisual-imgarea img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 1080px) {
        #interview-mainvisual .interview-mainvisual-imgarea img {
          max-width: 700px;
          margin: 0 auto; } }

#interview-list {
  counter-reset: qcount;
  margin: 0;
  padding: 0; }
  #interview-list li {
    margin: 0 0 80px;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #interview-list li {
        margin-bottom: 10.667vw; } }
    #interview-list li::before {
      content: none; }
    #interview-list li dl {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px 40px; }
      @media screen and (max-width: 900px) {
        #interview-list li dl {
          display: flex;
          flex-direction: column; } }
      @media screen and (max-width: 600px) {
        #interview-list li dl {
          gap: 4vw; } }
      #interview-list li dl .interview-list--question {
        grid-row: 1;
        grid-column: 1 / 3;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0;
        text-align: justify;
        text-justify: inter-ideograph;
        color: #293033;
        margin: 0;
        padding: 15px 20px;
        background-color: #F4F4F4;
        border-radius: 10px;
        overflow: hidden; }
        @media screen and (max-width: 900px) {
          #interview-list li dl .interview-list--question {
            font-size: 24px;
            grid-column: 1 / 3; } }
        @media screen and (max-width: 600px) {
          #interview-list li dl .interview-list--question {
            font-size: 5.333vw;
            padding: 2.667vw 5.333vw; } }
      #interview-list li dl .interview-list--answer {
        grid-row: 2;
        grid-column: 1;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        /* 132.353% */
        letter-spacing: 0;
        color: #293033; }
        @media screen and (max-width: 600px) {
          #interview-list li dl .interview-list--answer {
            font-size: 4.27vw; } }
      #interview-list li dl .interview-list--img {
        grid-row: 2;
        grid-column: 2; }
        @media screen and (max-width: 900px) {
          #interview-list li dl .interview-list--img {
            grid-row: 2; } }
        #interview-list li dl .interview-list--img img {
          width: 100%;
          height: auto; }
    #interview-list li:nth-child(even) dl .interview-list--answer {
      grid-column: 2; }
      @media screen and (max-width: 900px) {
        #interview-list li:nth-child(even) dl .interview-list--answer {
          grid-column: 1; } }
    #interview-list li:nth-child(even) dl .interview-list--img {
      grid-column: 1; }
      @media screen and (max-width: 900px) {
        #interview-list li:nth-child(even) dl .interview-list--img {
          grid-column: 2; } }
    #interview-list li:last-child {
      margin-bottom: 0; }

#interview-list dt::before {
  counter-increment: qcount;
  content: "Q" counter(qcount) " ";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #293033; }
  @media screen and (max-width: 900px) {
    #interview-list dt::before {
      font-size: 24px; } }
  @media screen and (max-width: 600px) {
    #interview-list dt::before {
      font-size: 5.333vw; } }

#interview--btn__link {
  margin: 0 auto; }

#contact-form {
  /*  .contact-form {
      &--input {
        display: flex;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        gap: 0 40px;
        @include mq('co') {
          display: block;
        }
        & + .contact-form--input {
          margin-top: 40px;
          @include mq('sm') {
            margin-top: 10.667vw;
          }
        }
        > dt {
          position: relative;
          flex: 0 0 260px;
          box-sizing: border-box;
          font-size: round($f_size * 1.125);//18
          font-weight: $fw_bold;
          line-height: 1.778;
          letter-spacing: $f_letter;
          @include justify;
          margin: 0;
          padding: 8px 60px 8px 0;
          @include mq('co') {
            flex: none;
            padding-top: 0;
          }
          @include mq('sm') {
            font-size: 4.8vw;
            padding: 0 16vw 4vw 0;
          }
          .contact--optional,
          .contact--required {
            position: absolute;
            top: 14px;
            right: 0;
            width: 50px;
            height: 21px;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            font-size: round($f_size * 0.933);//14
            font-weight: $fw_normal;
            line-height: 1;
            letter-spacing: $f_letter;
            text-align: center;
            color: $c_red;
            border: 1px solid $c_red;
            @include mq('co') {
              top: 7px;
            }
            @include mq('sm') {
              font-size: 3.733vw;
              top: 1.867vw;
              width: 13.333vw;
              height: 5.6vw;
            }
          }
          .contact--optional {
            color: $wp_c_first;
            border: 1px solid $wp_c_first;
          }
        }
        > dd {
          flex: 1 1 100%;
          font-size: round($f_size * 1.125);//18
          font-weight: $fw_normal;
          line-height: 1.778;
          letter-spacing: $f_letter;
          @include justify;
          @include mq('co') {
            flex: none;
          }
          @include mq('sm') {
            font-size: 4.8vw;
          }
          .wpcf7-list-item {
            //display: block;
            margin-left: 0;
            margin-right: 20px;
            @include mq('sm') {
              margin-left: 0;
              margin-right: 2.667vw;
            }
            & + .wpcf7-list-item {
              //margin-left: 20px;
              @include mq('sm') {
                //margin-left: 2.667vw;
              }
            }
          }
          .wpcf7-not-valid-tip {
            margin-top: 10px;
            @include mq('sm') {
              margin-top: 2.667vw;
            }
          }
          &:where(.contact-form--input--subject *) {
            margin-top: 8px;
            @include mq('co') {
              padding-top: 0;
            }
          }
          &:where(.contact-form--input--file *) {
            margin-top: 8px;
            @include mq('co') {
              padding-top: 0;
            }
          }
        }
        &--file {
          > dt {}
          > dd {
            .contact-form--input--file {
              &--text {}
            }
          }
          #contact-form--input--file--list {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin: $div_m/2 0;
            > li {
              a {}
            }
          }
          #contact--file {}
        }
      }
    }*/
 /*
input[type="text"],
input[type="email"],
input[type="tel"],
select {
  font-family: $ff_go;
  font-size: 16px;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid $wp_c_first;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: $c_white;
  @include mq('sm') {
    height: 13.333vw;
    font-size: 4.267vw;
    padding: 6.667vw;
    border-radius: 2.667vw;
  }
  &::placeholder {
    font-size: 16px;
    color: $c_gray;
    @include mq('sm') {
      font-size: 4.267vw;
    }
  }
  option {
    font-size: 16px;
    @include mq('sm') {
      font-size: 4.267vw;
    }
  }
}
select {
  padding: 0 40px;
  @include mq('sm') {
    padding: 0;
  }
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  & ~ .wpcf7-list-item-label {
    position: relative;
    margin: 0;
    padding: 0 0 0 1.5em;
    &:hover {
      cursor: pointer;
    }
    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border: 1px solid $wp_c_first;
      background-color: $c_white;
      width: 1.1em;
      height: 1.1em;
      box-sizing: border-box;
    }
  }
  &:focus ~ .wpcf7-list-item-label {
    &::before {
      box-shadow: 0 0 3px 1px inset $c_first;
    }
  }
  &:checked ~ .wpcf7-list-item-label {
    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      line-height: 1;
      box-sizing: border-box;
      width: 1.25em;
      height: 0.75em;
      border-left: 3px solid $c_black;
      border-bottom: 3px solid $c_black;
      @include transform(translate(0,-0.2em) rotate(-45deg));
    }
  }
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  & ~ .wpcf7-list-item-label {
    position: relative;
    margin: 0;
    padding: 0 0 0 1.5em;
    &:hover {
      cursor: pointer;
    }
    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border: 1px solid $wp_c_first;
      background-color: $c_white;
      width: 1.1em;
      height: 1.1em;
      border-radius: 50%;
      box-sizing: border-box;
    }
  }
  &:focus {
    & ~ .wpcf7-list-item-label {
      &::before {
        box-shadow: 0 0 3px 1px inset $c_first;
      }
    }
  }
  &:checked ~ .wpcf7-list-item-label {
    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0.2em;
      margin: auto;
      border: 1px solid $wp_c_first;
      background-color: $wp_c_first;
      width: 0.7em;
      height: 0.7em;
      border-radius: 50%;
      box-sizing: border-box;
    }
  }
}
textarea {
  font-family: $ff_go;
  font-size: 16px;
  width: 100%;
  height: 250px;
  box-sizing: border-box;
  border: 1px solid $wp_c_first;
  background-color: $c_white;
  padding: 20px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  @include mq('sm') {
    font-size: 4.267vw;
    height: 40vw;
    padding: 6.667vw;
    border-radius: 2.667vw;
  }
  &::placeholder {
    font-size: 16px;
    color: $c_gray;
    @include mq('sm') {
      font-size: 4.267vw;
    }
  }
}*/ }
  #contact-form #contact-privacy--area {
    margin: 50px auto 0;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #contact-form #contact-privacy--area {
        margin-top: 12vw; } }
    #contact-form #contact-privacy--area p {
      font-size: 18px;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #contact-form #contact-privacy--area p {
          font-size: 4.8vw; } }
  #contact-form #contact-submit--area {
    text-align: center;
    margin: 50px auto 0; }
    @media screen and (max-width: 600px) {
      #contact-form #contact-submit--area {
        padding-top: 12vw; } }
    #contact-form #contact-submit--area p {
      text-align: center; }
  #contact-form #contact-submit {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--wp--custom_color_h1);
    text-align: center;
    max-width: 345px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border: none;
    border-radius: 99999px;
    background-color: #081F40;
    text-shadow: none;
    transition: opacity 300ms ease-in-out; }
    @media screen and (max-width: 600px) {
      #contact-form #contact-submit {
        font-size: 4.267vw;
        max-width: inherit;
        height: 16vw; } }
    #contact-form #contact-submit:disabled {
      background-color: #ccc;
      cursor: auto; }
      #contact-form #contact-submit:disabled:hover {
        opacity: 1;
        cursor: auto; }
    #contact-form #contact-submit:hover {
      cursor: pointer;
      opacity: 0.8; }
  #contact-form .wpcf7-spinner {
    display: none; }

/*
//tahnks
#thanks {
  p {
    font-size: round($f_size * 1);//14
    font-weight: $fw_normal;
    line-height: 2.214;
    letter-spacing: $f_letter;
    @include justify;
    @include mq('sm') {
      font-size: 3.733vw;
      line-height: 1.714;
    }
  }
}
*/
#main-wpcontent .wpcf7-form p {
  margin-bottom: 0; }
#main-wpcontent .wpcf7-form dl {
  margin: 35px 0; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form dl {
      margin: 9.334vw  0; } }
  #main-wpcontent .wpcf7-form dl.contactform-resume__outer {
    margin: 35px 0 10px; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form dl {
      margin: 9.334vw  0 2.667vw; } }
#main-wpcontent .wpcf7-form dt p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  font-weight: 700; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form dt p {
      gap: 0 1.333vw; } }
#main-wpcontent .wpcf7-form dd span.contactform-unit {
  margin: 0 0 0 5px;
  vertical-align: bottom; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form dd span.contactform-unit {
      margin-left: 1.334vw; } }
@media screen and (max-width: 600px) {
  #main-wpcontent .wpcf7-form dd .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 2.667vw; } }
#main-wpcontent .wpcf7-form em {
  padding: 0 10px;
  background-color: #EB342D;
  color: #FFF;
  border-radius: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form em {
      padding: 0 5.333vw;
      border-radius: 5.333vw;
      font-size: 3.733vw; } }
#main-wpcontent .wpcf7-form input[type="text"],
#main-wpcontent .wpcf7-form input[type="email"],
#main-wpcontent .wpcf7-form input[type="tel"],
#main-wpcontent .wpcf7-form textarea {
  background-color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #EB342D;
  border-radius: 10px; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form input[type="text"],
    #main-wpcontent .wpcf7-form input[type="email"],
    #main-wpcontent .wpcf7-form input[type="tel"],
    #main-wpcontent .wpcf7-form textarea {
      font-size: 4.267vw;
      padding: 3.733vw 4vw; } }
  #main-wpcontent .wpcf7-form input[type="text"]:focus,
  #main-wpcontent .wpcf7-form input[type="email"]:focus,
  #main-wpcontent .wpcf7-form input[type="tel"]:focus,
  #main-wpcontent .wpcf7-form textarea:focus {
    outline: dotted 1px #EB342D;
    outline-offset: -2px;
    color: #293033;
    box-shadow: 0 0 3px 1px inset #EB342D; }
  #main-wpcontent .wpcf7-form input[type="text"].contactform-age,
  #main-wpcontent .wpcf7-form input[type="email"].contactform-age,
  #main-wpcontent .wpcf7-form input[type="tel"].contactform-age,
  #main-wpcontent .wpcf7-form textarea.contactform-age {
    width: 100px; }
#main-wpcontent .wpcf7-form textarea {
  line-height: 1.75;
  height: 150px; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form textarea {
      height: 60vw; } }
#main-wpcontent .wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5em; }
  #main-wpcontent .wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label:hover {
    cursor: pointer; }
  #main-wpcontent .wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px solid #293033;
    width: 1.1em;
    height: 1.1em;
    box-sizing: border-box; }
#main-wpcontent .wpcf7-form input[type="checkbox"]:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 3px 1px inset #EB342D; }
#main-wpcontent .wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  box-sizing: border-box;
  width: 1.25em;
  height: 0.75em;
  border-left: 3px solid #EB342D;
  border-bottom: 3px solid #EB342D;
  -webkit-transform: translate(0, -0.2em) rotate(-45deg);
  transform: translate(0, -0.2em) rotate(-45deg); }
#main-wpcontent .wpcf7-form .contactform-reset__outer p {
  text-align: right; }
#main-wpcontent .wpcf7-form input[type="reset"] {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  background-color: #293033;
  border: 1px solid #293033;
  border-radius: 10px;
  display: inline-block;
  padding: 15px 25px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 200ms ease-in-out; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form input[type="reset"] {
      font-size: 3.733vw;
      padding: 4vw 6.667vw;
      min-width: inherit; } }
  #main-wpcontent .wpcf7-form input[type="reset"]:hover {
    color: #FFF;
    background-color: #EB342D; }
  #main-wpcontent .wpcf7-form input[type="reset"]:focus-visible {
    outline: dotted 3px #FFF;
    outline-offset: -3px;
    box-shadow: 0 0 0 2px #FFF;
    color: #000000; }
#main-wpcontent .wpcf7-form .wpcf7-not-valid-tip {
  display: block; }
#main-wpcontent .wpcf7-form input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; }
  #main-wpcontent .wpcf7-form input[type="radio"] ~ .wpcf7-list-item-label {
    position: relative;
    margin: 0;
    padding: 0 0 0 1.5em; }
    #main-wpcontent .wpcf7-form input[type="radio"] ~ .wpcf7-list-item-label:hover {
      cursor: pointer; }
    #main-wpcontent .wpcf7-form input[type="radio"] ~ .wpcf7-list-item-label::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border: 1px solid #EB342D;
      background-color: #FFF;
      width: 1.1em;
      height: 1.1em;
      border-radius: 50%;
      box-sizing: border-box; }
  #main-wpcontent .wpcf7-form input[type="radio"]:focus ~ .wpcf7-list-item-label::before {
    box-shadow: 0 0 3px 1px inset #EB342D; }
  #main-wpcontent .wpcf7-form input[type="radio"]:checked ~ .wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto;
    border: 1px solid #EB342D;
    background-color: #EB342D;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    box-sizing: border-box; }
#main-wpcontent .wpcf7-form .contactform-submit__outer {
  text-align: center;
  margin: 100px 0 0; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form .contactform-submit__outer {
      margin-top: 26.667vw; } }
  #main-wpcontent .wpcf7-form .contactform-submit__outer p {
    text-align: center;
    justify-content: center; }
    #main-wpcontent .wpcf7-form .contactform-submit__outer p a {
      margin: 10px auto 5px;
      color: #293033;
      font-weight: 600; }
#main-wpcontent .wpcf7-form input[type="submit"] {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #293033;
  background-color: #FFF;
  border: 2px solid #EB342D;
  border-radius: 9999px;
  display: inline-block;
  padding: 15px 50px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 300ms ease-in-out; }
  @media screen and (max-width: 600px) {
    #main-wpcontent .wpcf7-form input[type="submit"] {
      font-size: 3.733vw;
      padding: 4vw 6.667vw;
      min-width: inherit; } }
  #main-wpcontent .wpcf7-form input[type="submit"]:hover {
    color: #FFF;
    background-color: #EB342D; }
  #main-wpcontent .wpcf7-form input[type="submit"]:focus {
    color: #FFF;
    background-color: #EB342D; }
  #main-wpcontent .wpcf7-form input[type="submit"]:disabled {
    color: #293033;
    border-color: #293033; }
    #main-wpcontent .wpcf7-form input[type="submit"]:disabled:hover {
      color: #293033;
      background-color: #FFF; }
#main-wpcontent .wpcf7-form .wpcf7-spinner {
  display: none; }

/*==============================================
◆70：WordPress専用
==============================================*/
.main-wpcontent {
  text-align: justify;
  font-size: 16px;
  line-height: 1.75;
  max-width: 1000px;
  padding: 0; }
  @media screen and (max-width: 600px) {
    .main-wpcontent {
      font-size: 4.267vw;
      line-height: 1.75; } }

/* WP5以降 用 */
/* wp-includes/css/dlist/block-library/style.css 参照 変更の部分だけ抜き出し。 */
.alignleft {
  float: left;
  max-width: 100%;
  margin-right: 40px;
  margin-bottom: 1em; }
  @media screen and (max-width: 600px) {
    .alignleft {
      float: none;
      margin-right: 0; } }

.alignright {
  float: right;
  max-width: 100%;
  margin-left: 40px;
  margin-bottom: 1em; }
  @media screen and (max-width: 600px) {
    .alignright {
      float: none;
      margin-left: 0; } }

.aligncenter {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }
  @media screen and (max-width: 600px) {
    .aligncenter {
      display: block;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em; } }

.alignnone {
  max-width: 100%;
  height: auto;
  margin: 0 40px 1em 0; }
  @media screen and (max-width: 600px) {
    .alignnone {
      max-width: 100%;
      height: auto;
      margin: 0 auto 1em; } }

embed,
iframe,
object,
video {
  max-width: 100%; }

.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.wp-block-heading + .wp-block-heading, .wp-block-heading + .wp-block-media-text, .wp-block-heading + .wp-block-columns, .wp-block-heading + .wp-block-column, .wp-block-columns .wp-block-heading, .wp-block-column .wp-block-heading, .alignright + .wp-block-heading, .alignleft + .wp-block-heading, .wp-block-heading + table {
  margin-top: 0; }

@media screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    margin: 8vw 0;
    padding: 0; } }

.wp-block-image {
  margin-top: 42.5px;
  margin-bottom: 42.5px; }
  @media screen and (max-width: 600px) {
    .wp-block-image {
      margin-top: 8vw;
      margin-bottom: 8vw; } }
  .wp-block-image.alignright, .wp-block-image.alignleft {
    margin-top: 0; }
  .wp-block-image img {
    height: auto; }
    @media screen and (max-width: 600px) {
      .wp-block-image img {
        width: auto !important; } }
  .wp-block-image.radius-none img {
    border-radius: 0; }
  .wp-block-image figcaption {
    font-size: 14px;
    margin-top: 10px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .wp-block-image figcaption {
        margin-top: 1.333vw;
        font-size: 3.2vw; } }
  .wp-block-group .wp-block-image:first-child {
    margin-top: 0; }
  .wp-block-group .wp-block-image:last-child {
    margin-bottom: 0; }

.wp-block-gallery {
  font-size: 90px; }
  @media screen and (max-width: 1080px) {
    .wp-block-gallery {
      font-size: 30px; } }
  @media screen and (max-width: 600px) {
    .wp-block-gallery {
      font-size: 8vw; } }
  .wp-block-gallery .blocks-gallery-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    box-sizing: border-box; }
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    position: relative;
    background: none;
    top: auto;
    left: auto;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
    padding: 0;
    color: #293033;
    text-shadow: none; }
    @media screen and (max-width: 600px) {
      .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        font-size: 3.2vw;
        margin-top: 1.333vw; } }

.wp-block-quote {
  border: 1px solid #EB342D;
  color: #293033; }
  .wp-block-quote p {
    color: #293033; }
  .wp-block-quote cite {
    font-size: 14px; }
    @media screen and (max-width: 600px) {
      .wp-block-quote cite {
        font-size: 3.733vw; } }
  .wp-block-quote.is-style-plain {
    border: none; }
    .wp-block-quote.is-style-plain:not(.has-background) {
      background-color: #FFF4F4; }

.wp-block-pullquote {
  border: 1px solid #EB342D;
  background-color: #FFF;
  margin-top: 42.5px;
  margin-bottom: 42.5px;
  padding: 25px; }
  @media screen and (max-width: 600px) {
    .wp-block-pullquote {
      margin-top: 8vw;
      margin-bottom: 8vw;
      padding: 3.2vw 4vw; } }
  .wp-block-pullquote blockquote {
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0; }
    .wp-block-pullquote blockquote cite {
      font-size: 14px; }
      @media screen and (max-width: 600px) {
        .wp-block-pullquote blockquote cite {
          font-size: 3.733vw; } }

.main-wpcontent .wp-block-footnotes {
  border: 3px solid #EB342D;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: #FFF; }
  @media screen and (max-width: 600px) {
    .main-wpcontent .wp-block-footnotes {
      border-width: 0.8vw;
      padding: 2.667vw 4vw;
      border-radius: 4vw; } }

.wp-block-code {
  font-size: 14px;
  position: relative;
  display: block;
  overflow: auto;
  padding: 30px;
  white-space: pre;
  min-width: 100%;
  overflow-x: auto;
  background-color: #FFF;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #EB342D; }
  @media screen and (max-width: 600px) {
    .wp-block-code {
      font-size: 3.2vw;
      padding: 4vw; } }
  .wp-block-code::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .wp-block-code::-webkit-scrollbar-track {
    background: #DCE4EF;
    border-radius: 2px; }
  .wp-block-code::-webkit-scrollbar-thumb {
    background: #EB342D;
    border-radius: 2px; }
  .wp-block-code code {
    display: inline-block;
    text-wrap: nowrap;
    word-break: break-all; }

.wp-block-video figcaption {
  text-align: center; }

.wp-block-separator:not(.is-style-wide, .is-style-dots) {
  width: 100px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-columns {
  margin-top: 85px;
  margin-bottom: 85px; }
  @media screen and (max-width: 600px) {
    .wp-block-columns {
      margin-top: 16vw;
      margin-bottom: 16vw; } }
  .wp-block-columns:first-child {
    margin-top: 0; }
  .wp-block-columns:last-child {
    margin-bottom: 0; }

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em; }
  @media screen and (max-width: 600px) {
    :where(.wp-block-columns.is-layout-flex) {
      gap: 5.333vw; } }

.wp-block-column {
  box-sizing: border-box; }
  .wp-block-column > :first-child {
    margin-top: 0; }
  .wp-block-column > :last-child {
    margin-bottom: 0; }

.wp-block-group.has-background {
  padding: 2em 1em; }
  .wp-block-group.has-background > :first-child {
    margin-top: 0; }
  .wp-block-group.has-background > :last-child {
    margin-bottom: 0; }

.wp-block-table {
  margin-bottom: 85px; }
  @media screen and (max-width: 600px) {
    .wp-block-table {
      margin-bottom: 16vw; } }
  .wp-block-table table {
    width: auto; }
  .wp-block-table thead {
    border: none; }
  .wp-block-table th, .wp-block-table td {
    border: none;
    padding: 10px; }
    @media screen and (max-width: 600px) {
      .wp-block-table th, .wp-block-table td {
        padding: 2.667vw; } }
  .wp-block-table th + th,
  .wp-block-table th + td,
  .wp-block-table td + td {
    border-left: 1px solid #FFF; }
  .wp-block-table .has-background td {
    background-color: transparent; }
  .wp-block-table .has-text-color td {
    color: inherit; }
  .wp-block-table.is-style-stripes {
    border-bottom: 0; }
    .wp-block-table.is-style-stripes td {
      background-color: transparent; }
    .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
      background-color: #FFF4F4; }
    .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
      background-color: #FFE4E4; }
    .wp-block-table.is-style-stripes th + th,
    .wp-block-table.is-style-stripes th + td,
    .wp-block-table.is-style-stripes td + td {
      border-left: 1px solid #FFF; }
    .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
      background-color: rgba(255, 255, 255, 0.5); }
    .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(even) {
      background-color: transparent; }
    .wp-block-table.is-style-stripes .has-text-color td {
      color: inherit; }
  .wp-block-table tfoot {
    border-top: 2px solid #293033; }
  .wp-block-table figcaption {
    font-size: 14px;
    margin-top: 5px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .wp-block-table figcaption {
        font-size: 3.2vw;
        margin-top: 1.333vw; } }

.wp-block-flexible-table-block-table {
  margin-bottom: 85px; }
  @media screen and (max-width: 600px) {
    .wp-block-flexible-table-block-table {
      margin-bottom: 16vw; } }
  .wp-block-flexible-table-block-table .responsive-table {
    overflow-x: auto; }
  .wp-block-flexible-table-block-table.is-scroll-on-pc {
    overflow-x: hidden; }
    .wp-block-flexible-table-block-table.is-scroll-on-pc .responsive-table {
      overflow-x: scroll; }
  @media screen and (max-width: 600px) {
    .wp-block-flexible-table-block-table.is-scroll-on-mobile {
      overflow-x: hidden; } }
  @media screen and (max-width: 600px) {
    .wp-block-flexible-table-block-table.is-scroll-on-mobile .responsive-table {
      overflow-x: scroll; } }
  @media screen and (max-width: 600px) {
    .wp-block-flexible-table-block-table.is-scroll-on-mobile .responsive-table table {
      table-layout: auto;
      width: auto; } }
  .wp-block-flexible-table-block-table table {
    min-width: max-content;
    width: 100%; }
    .wp-block-flexible-table-block-table table.is-stacked-on-mobile th, .wp-block-flexible-table-block-table table.is-stacked-on-mobile td {
      max-width: 100%;
      border: 1px solid #FFF; }
    .wp-block-flexible-table-block-table table.has-fixed-layout {
      table-layout: fixed; }
    .wp-block-flexible-table-block-table table.is-sticky-first-column tr th:first-child,
    .wp-block-flexible-table-block-table table.is-sticky-first-column tr td:first-child {
      position: sticky;
      left: 0;
      z-index: 10; }
    .wp-block-flexible-table-block-table table.is-sticky-header thead th {
      position: sticky;
      top: 0;
      z-index: 30; }
    .wp-block-flexible-table-block-table table.is-sticky-header.is-sticky-first-column thead th:first-child {
      z-index: 40;
      /* 一番上に重ねる */ }
  .wp-block-flexible-table-block-table thead {
    border: none; }
  .wp-block-flexible-table-block-table tr th, .wp-block-flexible-table-block-table tr td {
    border: none;
    padding: 10px; }
    @media screen and (max-width: 600px) {
      .wp-block-flexible-table-block-table tr th, .wp-block-flexible-table-block-table tr td {
        padding: 2.667vw; } }
  .wp-block-flexible-table-block-table tr th {
    max-width: none; }
  .wp-block-flexible-table-block-table tr td {
    min-width: inherit;
    max-width: inherit; }
  .wp-block-flexible-table-block-table tr th + th,
  .wp-block-flexible-table-block-table tr th + td,
  .wp-block-flexible-table-block-table tr td + td {
    border-left: 1px solid #FFF; }
  .wp-block-flexible-table-block-table tfoot {
    border-top: 2px solid #293033; }
  .wp-block-flexible-table-block-table figcaption {
    font-size: 14px;
    margin-top: 5px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .wp-block-flexible-table-block-table figcaption {
        font-size: 3.2vw;
        margin-top: 1.333vw; } }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes {
    border-bottom: 0px; }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) th {
      background: #EB342D;
      color: #FFF; }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) td {
      background-color: #FFF4F4; }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(even) th {
      background: #EB342D;
      color: #FFF; }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(even) td {
      background-color: #FFE4E4; }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody th + th,
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody th + td,
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody td + td {
      border-left: 1px solid #FFF; }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
      background-color: rgba(255, 255, 255, 0.5); }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes .has-background tbody tr:nth-child(even) {
      background-color: transparent; }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes .has-text-color td {
      color: inherit; }

@media screen and (max-width: 600px) {
  .wp-block-audio audio {
    min-width: inherit; } }

.has-drop-cap::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 4em;
  line-height: .68;
  font-weight: 100;
  margin: 0 .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

.wp-block-buttons {
  margin-top: 42.5px;
  margin-bottom: 42.5px; }
  @media screen and (max-width: 600px) {
    .wp-block-buttons {
      flex-direction: column;
      margin-top: 8vw;
      margin-bottom: 8vw; } }

:where(.wp-block-buttons.is-layout-flex) {
  gap: 3rem; }
  @media screen and (max-width: 600px) {
    :where(.wp-block-buttons.is-layout-flex) {
      gap: 2rem; } }

.wp-block-button__link {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: currentColor;
  background-color: currentColor;
  border-radius: 50px;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 2px solid transparent; }
  @media screen and (max-width: 600px) {
    .wp-block-button__link {
      font-size: 4.8vw;
      border-radius: 13.333vw;
      padding: 4vw 6.667vw;
      border-width: 0.533vw; } }
  .wp-block-button__link:not(.has-background) {
    background-color: #EB342D;
    border-color: #EB342D; }
  .wp-block-button__link:not(.has-text-color) {
    color: #FFF; }
    .wp-block-button__link:not(.has-text-color)::after {
      background-color: #FFF; }
  .main-wpcontent .wp-block-button__link {
    text-decoration: none; }
  .wp-block-button .wp-block-button__link:hover {
    opacity: 0.8; }
  .is-style-outline .wp-block-button__link:hover {
    opacity: 0.8; }
  .wp-block-button__link::after {
    display: inline-block;
    content: "";
    margin-left: 30px;
    margin-bottom: 2px;
    line-height: 1;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-mask-image: url("image/share/icon-vector.svg");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("image/share/icon-vector.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: currentColor; }
    @media screen and (max-width: 600px) {
      .wp-block-button__link::after {
        margin-left: 2.667vw;
        width: 5.333vw;
        height: 5.333vw;
        margin-bottom: 1.067vw; } }
  .is-style-outline > .wp-block-button__link {
    padding: 20px 30px;
    color: currentColor;
    background-color: currentColor;
    border: 2px solid #EB342D; }
    @media screen and (max-width: 600px) {
      .is-style-outline > .wp-block-button__link {
        padding: 4vw 6.667vw;
        border-width: 0.533vw; } }
    .is-style-outline > .wp-block-button__link::after {
      background-color: currentColor; }
    .is-style-outline > .wp-block-button__link:not(.has-text-color) {
      color: #293033; }
      .is-style-outline > .wp-block-button__link:not(.has-text-color)::after {
        background-color: #EB342D; }
    .is-style-outline > .wp-block-button__link:not(.has-background) {
      background-color: #FFF; }

.wp-block-cover,
.wp-block-cover-image {
  box-sizing: border-box; }

ul.wp-block-social-links li {
  margin: 0;
  padding: 0; }
  ul.wp-block-social-links li::before {
    display: none; }

.wp-block-file:not(.wp-element-button) {
  font-size: 1em; }
.wp-block-file .wp-block-file__button {
  background-color: #EB342D;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 20px; }

.wp-block-preformatted {
  max-width: 100%;
  overflow-x: scroll; }
  .wp-block-preformatted::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .wp-block-preformatted::-webkit-scrollbar-track {
    background: #DCE4EF;
    border-radius: 2px; }
  .wp-block-preformatted::-webkit-scrollbar-thumb {
    background: #EB342D;
    border-radius: 2px; }

.wp_pagenavi_out {
  margin: 80px 0 0;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .wp_pagenavi_out {
      margin-top: 10.667vw; } }

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  color: #293033;
  background-color: #FFF4F4;
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0 2px;
  border: none  !important; }
  @media screen and (max-width: 600px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
      font-size: 4.267vw;
      line-height: 6.667vw;
      height: 8vw;
      width: 8vw;
      margin: 0 0.533vw; } }
.wp-pagenavi a.first, .wp-pagenavi a.last {
  width: 80px; }
  @media screen and (max-width: 600px) {
    .wp-pagenavi a.first, .wp-pagenavi a.last {
      width: 16vw; } }
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  border: none;
  background-color: #EB342D;
  font-weight: 400;
  color: #FFF; }

@media screen and (max-width: 600px) {
  .fb_iframe_widget > span {
    max-width: 100%; } }

@media screen and (max-width: 600px) {
  iframe.instagram-media {
    min-width: inherit !important; } }

.grecaptcha-badge {
  z-index: 1050; }

.has-normal-font-size {
  font-size: 16px !important; }
  @media screen and (max-width: 600px) {
    .has-normal-font-size {
      font-size: 4.267vw !important; } }

.has-small-font-size {
  font-size: 14px !important; }
  @media screen and (max-width: 600px) {
    .has-small-font-size {
      font-size: 3.2vw !important; } }

.has-medium-font-size {
  font-size: 16px !important; }
  @media screen and (max-width: 600px) {
    .has-medium-font-size {
      font-size: 4.267vw !important; } }

.has-large-font-size {
  font-size: 18px !important; }
  @media screen and (max-width: 600px) {
    .has-large-font-size {
      font-size: 4.8vw !important; } }

.has-x-large-font-size {
  font-size: 20px !important; }
  @media screen and (max-width: 600px) {
    .has-x-large-font-size {
      font-size: 5.333vw !important; } }

.has-xx-large-font-size {
  font-size: 22px !important; }
  @media screen and (max-width: 600px) {
    .has-xx-large-font-size {
      font-size: 5.867vw !important; } }

/* CSS Document */
/* CSS Document */
/*==============================================
◆90：プリント用
==============================================*/
@media print {
  @page {
    margin: 12.7mm 9.7mm;
    page-break-before: always; }
  body {
    background-image: none;
    max-width: 1200px;
    -webkit-print-color-adjust: exact; }

  #header, footer {
    position: relative; }

  #mobile, #sidr {
    display: none; }

  a:link:after,
  a:visited:after {
    /*
    content: " (" attr(href) ") ";
    font-size: 90%;
    */ }

  #back-to-top,
  #side-menu,
  #sidr {
    display: none; }

  #map-root img,
  #map_canvas img {
    max-width: none !important;
    zoom: 1; }

  #section-map {
    page-break-before: always; }

  #map-root {
    display: inline-block;
    width: 100%; }

  .map-section {
    page-break-after: always; }

  #mainScroll,
  #top-slide {
    margin-top: 0; }

  @supports (-ms-ime-align: auto) {
    /*
        .h1-area .h1-area-inner {
          width: 100%;
          padding: 1.5em;
          flex-direction: column-reverse;
        }
        .h1-area .h1-area-inner > .h1-img-area {
          flex: 0 0 auto;
          width: 100%;
          margin-right: 0;
          max-width: inherit;
        }
        .h1-area .h1-area-inner > .h1-text-area {
          flex: 0 0 auto;
          width: 100%;
          margin-bottom: 0;
          padding: 2em;
          max-width: inherit;
        }
        .h1-area .h1-area-inner > .h1-img-area img {
          width: 100%;
          height: auto;
        }
        .main-wpcontent .wp-block-button__link {
          color: $c_off_black;
    //      border: 1px solid $c_tertiary;
        }
        #nav-global li.nav-global-recruit a {
          background: none;
          display: inline;
          padding: inherit;
          color: $c_off_black;
        }
        #top #main-area section .top-type1 .top-type1-img {
          flex: 0 0 68%;
          max-width: 68%;
        }
    */ } }
