@charset "UTF-8";
/*色管理*/
:root {
  --body-base: #FFF;
  --base_font-color: #000;
  --border-color_gray: #999;
  --corp-color: #0068b7;
  --corp-color2: #eb6ea5;
  --key-color: #129D8A;
  --hover-color: #FF9900;
  --footer-color: #CAD1D8;
  --color_white: #FFF;
  --color_black: #000;
  --color_gray: #949494;
  --color_yellow: #FF9900;
  --color_blue: #2689f2;
  --color-pink: #fd9090;
  --bg-gray: #E9E9E9;
  --bg-gray2: #F1F1F1;
  --bg-blue: #DAEEFB;
  --bg-blue2: #003297;
  --bg-base_color: #E1F3F0;
  --header-bgcolor: #FFF;
  --btn-backcolor: #FFF;
  /*ボタン背景*/
  /*ナビカラー管理*/
  --menu-link_color: #000;
  --menu-link_hober-color: var(--key-color);
  --menubg-link_hober-color: rgba(var(--key-color),0.6);
  /*ハンバーガーメニュー関連*/
  --color-hover-line: #016cdd;
  --transition-duration-default: .3s;
  --transition-timing-function: cubic-bezier(.18, .06, .23, 1);
  --transition-duration-fast: .15s;
  --sp_navCL: #FFF;
  --sp_maskCL: rgba(255,255,255,0.5);
  --sp_hanCL: var(--key-color);
  --sp_barCL: #FFF;
  --sp_achanCL: #000;
  --sp_acbarCL: #FFF;
  --sp_navliCL: #FFF;
  --sp_navlibCL: #999;
  --sp_navaCL: #3D3A39;
  --sp_navli2CL: #CCC;
  --sp_navli2bCL: #999;
  --sp_gnavCL: var(--key-color);
  --sp_gnavbarCL: #FFF;
  --transition-timing-function: cubic-bezier(.18, .06, .23, 1);
  --transition-duration-slow: .4s;
  --rem: calc(1rem* max(1440, 100%) / 1440);
  --gap-space: 20px; }

/*基本*/
/*@import "loading";*/
html {
  width: 100%;
  height: 100%;
  caret-color: transparent;
  /*カーソル点滅（キャレット）を透過化*/ }

body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 135%;
  font-family: "游ゴシック", YuGothic, メイリオ, Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic", Osaka, sans-serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
  background-color: var(--body-base);
  color: var(--base_font-color);
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
  /* スマホ横画面で文字サイズが大きくなる場合、自動補正を無効化 */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    /* font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem); 18～16px とすることで文字列としてプリプロセッサに伝える。scss側のアップデート待ち */
    font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
    /*18～14px*/ } }
@media (max-width: 767px) {
  body {
    font-size: 1.125rem; } }
:root {
  scroll-behavior: smooth !important; }

/* support iOS */
html {
  height: -webkit-fill-available; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

a {
  color: var(--key-color);
  text-decoration: none; }
  a:hover {
    color: var(--hover-color); }

/*全体ラッパーの高さ制御*/
.body-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%; }
  .body-div footer {
    margin-top: auto; }

/*ヘッダー*/
header h1 {
  font-size: 1rem;
  line-height: 100%; }

main h1,
footer h1 {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h2,
footer h2 {
  font-size: clamp(2.188rem, 1.077rem + 2.31vw, 2.813rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h3,
footer h3 {
  font-size: clamp(1.875rem, 0.764rem + 2.31vw, 2.5rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h4,
footer h4 {
  font-size: clamp(1.563rem, 0.451rem + 2.31vw, 2.188rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h5,
footer h5 {
  font-size: clamp(1.375rem, 0.486rem + 1.85vw, 1.875rem);
  line-height: 120%;
  margin: 0px;
  font-weight: bold; }
main h6,
footer h6 {
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  line-height: 145%;
  margin: 0px;
  font-weight: bold; }

/*-------------------------*/
/*containerエリアをはみ出す */
/*-------------------------*/
@media (max-width: 1199px) {
  .over-container-area {
    position: relative;
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px; } }
@media (min-width: 1200px) {
  .over-container-area {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw; } }
/*---------------------------------------------*/
/* webfont load                                */
/*---------------------------------------------*/
@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "fontawesome-s";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
/*---------------------------------------------*/
/* position設定                                */
/*---------------------------------------------*/
/*---------------------------------------------*/
/*bootstrap5追加                               */
/*---------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px; }

.col-xs-15 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 768px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
/*---------------------------------------*/
/*比率を保って拡大・縮小処理                 */
/*---------------------------------------*/
.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 */ }

.ratio-7_3:before {
  content: "";
  display: block;
  padding-top: 30%;
  /* 7:3 */ }

.ratio-8_2:before {
  content: "";
  display: block;
  padding-top: 20%;
  /* 8:2 */ }

.ratio-1_2:before {
  content: "";
  display: block;
  padding-top: 200%;
  /* 1:2 */ }

.ratio-2_1:before {
  content: "";
  display: block;
  padding-top: 50%;
  /* 2:1 */ }

.ratio-4_3:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 4:3 */ }

.ratio-16_9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */ }

.ratio-8_5:before {
  content: "";
  display: block;
  padding-top: 62.5%;
  /* 8:5 ≒ 黄金比 */ }

.ratio-1_1,
.ratio-7_3,
.ratio-8_2,
.ratio-1_2,
.ratio-2_1,
.ratio-4_3,
.ratio-16_9,
.ratio-8_5 {
  position: relative;
  overflow: hidden; }

.ratio-1_1 > img,
.ratio-7_3 > img,
.ratio-8_2 > img,
.ratio-1_2 > img,
.ratio-2_1 > img,
.ratio-4_3 > img,
.ratio-16_9 > img,
.ratio-8_5 > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

/*----------------------------------------*/
/*写真マスク                                */
/*----------------------------------------*/
.photo-area,
.photo-area_v {
  overflow: hidden;
  position: relative;
  margin: 0px; }
  .photo-area img,
  .photo-area_v img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.photo-area_v img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 992px) {
  .photo-area_pc-v {
    overflow: hidden;
    position: relative; }
    .photo-area_pc-v img {
      width: auto;
      height: 100%;
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
@media (max-width: 991px) {
  .photo-area_pc-v img {
    width: 100%;
    height: auto; } }
/*---------------------------------------*/
/*gmapとyoutube                          */
/*---------------------------------------*/
.gmap {
  position: relative;
  width: 100%;
  overflow: hidden; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 75%; }

.gmap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.max-img {
  width: 100%;
  height: auto; }

/*---------------------------------------*/
/*電話リンク                               */
/*---------------------------------------*/
@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*---------------------------------------*/
/*スペーサー                               */
/*---------------------------------------*/
.bt-sp10 {
  margin-bottom: 10px !important; }

.bt-sp20 {
  margin-bottom: 20px !important; }

.bt-sp30 {
  margin-bottom: 30px !important; }

.bt-sp40 {
  margin-bottom: 40px !important; }

.bt-sp80 {
  margin-bottom: 80px !important; }

/*---------------------------------------------*/
/*テーブルリスト                                 */
/*---------------------------------------------*/
.table-ul {
  list-style: none;
  padding: 0px; }
  .table-ul.tr-line li {
    border-bottom: 1px solid --border-color_gray; }
  .table-ul.cell-7rem_all li {
    display: flex;
    justify-content: flex-start; }
    .table-ul.cell-7rem_all li div:first-of-type {
      width: 7rem; }
    .table-ul.cell-7rem_all li div:last-of-type {
      flex: 1;
      min-width: calc(100% - 7rem); }
  .table-ul.cell-10rem_all li {
    display: flex;
    justify-content: flex-start; }
    .table-ul.cell-10rem_all li div:first-of-type {
      width: 10rem; }
    .table-ul.cell-10rem_all li div:last-of-type {
      flex: 1; }
  .table-ul.td-fw-bold li div:first-of-type {
    font-weight: bold; }
  .table-ul.td-fw-normal li div:last-of-type {
    font-weight: normal; }
  .table-ul.td-x-sp20 li div {
    padding: 10px 20px; }
  .table-ul.tr-white li:nth-of-type(odd) {
    background-color: var(--color_white); }

@media (min-width: 992px) {
  .table-ul li {
    display: flex;
    justify-content: flex-start; }
    .table-ul li div {
      padding: 5px; }

  .cell-10rem div:first-of-type {
    width: 10rem; }
  .cell-10rem div:last-of-type {
    flex: 1; }

  .cell-15rem div:first-of-type {
    width: 15rem; }
  .cell-15rem div:last-of-type {
    flex: 1; }

  .cell-20rem div:first-of-type {
    width: 20rem; }
  .cell-20rem div:last-of-type {
    flex: 1; } }
@media (max-width: 991px) {
  .table-ul li {
    padding-bottom: 5px;
    margin-bottom: 5px; } }
.table-ul_py10px li {
  padding-top: 10px;
  padding-bottom: 10px; }

/*ナビゲーション*/
/*-------------------------------------*/
/* Header                              */
/*-------------------------------------*/
header #site-title {
  display: flex; }
  header #site-title a {
    display: block; }
header button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative; }
  header button span {
    align-items: center; }
header .menu > ul > li ul {
  padding-left: 0;
  list-style: none; }
header .child-nav {
  transition: 1s all ease 0s; }
header .child-nav[aria-hidden=true] {
  display: none; }
header .child-nav[aria-hidden=false] {
  display: block; }
header nav .sub-cate-btn {
  justify-content: space-between;
  gap: 5px; }
  header nav .sub-cate-btn:after {
    content: "";
    width: 1em;
    height: 1em;
    background-color: var(--chojiro-color);
    clip-path: polygon(0.5em 1em, 0 0, 1em 0);
    transition: all 0.4s ease 0s; }

/*-------------------------------------*/
/* PC用メニュー                          */
/*-------------------------------------*/
@media (min-width: 992px) {
  #common-nav > li:first-of-type {
    display: none; }

  #common-nav > li a,
  #common-nav > li button {
    color: #000;
    padding: 0px 20px; }
    #common-nav > li a:hover,
    #common-nav > li button:hover {
      color: var(--hover-color); }

  header nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: 100%; }
    header nav ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0;
      display: flex;
      justify-content: space-between;
      flex: 1;
      gap: 0px;
      height: 100%; }
      header nav ul > li {
        display: flex; }
        header nav ul > li span {
          height: 100%;
          display: flex;
          justify-content: center;
          position: relative; }
          header nav ul > li span + ul {
            display: none; }
        header nav ul > li a,
        header nav ul > li button {
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          line-height: 120%;
          display: flex;
          align-items: center;
          text-align: center; }
          header nav ul > li a:before,
          header nav ul > li button:before {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0; }

  .sub-cate-btn::after {
    background-color: var(--srs-color) !important;
    transform: scale(60%) rotate(0deg); }
  .sub-cate-btn:hover::after {
    background-color: var(--hover-color) !important; }
  .sub-cate-btn[aria-expanded=true]::after {
    background-color: var(--chojiro-color) !important;
    transform: scale(60%) rotate(180deg); }

  .btn-language {
    line-height: 100%;
    align-self: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: SemiBold;
    border: 1px solid #FFF;
    padding: 5px 10px 10px 10px;
    color: #FFF;
    text-box-edge: cap alphabetic; }

  .btn-language:hover {
    color: var(--hover-color);
    border-color: var(--hover-color); }

  .g-navItemButton[aria-expanded=true] {
    color: var(--chojiro-color) !important;
    background-color: var(--pc_dropdown-color); }
    .g-navItemButton[aria-expanded=true] span {
      color: var(--chojiro-color); }
    .g-navItemButton[aria-expanded=true]::after {
      background-color: var(--chojiro-color); }

  /*子要素設定*/
  .child-nav {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 80;
    background-color: var(--pc_dropdown-color);
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
    .child-nav ul {
      display: flex;
      flex-direction: column; }
      .child-nav ul a {
        color: var(--chojiro-color) !important; } }
@media (min-width: 992px) {
  .child-nav {
    max-width: 280px; } }
/*-------------------------------------*/
/* スマホ用メニュー                       */
/*-------------------------------------*/
.menu-mobile {
  display: none; }

@media only screen and (max-width: 768px) {
  header {
    padding-top: 5px;
    padding-bottom: 5px; }

  .menu-mobile {
    top: 25px;
    right: 5px;
    width: 40px;
    height: 40px; } }
@media only screen and (max-width: 991px) {
  #main-nav {
    position: absolute;
    overflow: hidden;
    top: -100dvh; }

  .nav-active #main-nav {
    top: 0; }

  .menu {
    transform-origin: left top;
    transform: translateX(200%);
    transition: all 0.5s ease 0s; }

  .btn-language {
    line-height: 100%;
    display: flex;
    width: calc(100% - 24px);
    justify-content: center;
    align-self: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: SemiBold;
    border: 1px solid var(--chojiro-color);
    border-radius: 5px;
    padding: 15px 10px 15px 10px;
    margin: 0px 12px;
    text-box-edge: cap alphabetic; }

  /*スマホメニュー表示ボタンが押された時*/
  html.nav-active .menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 98;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    background: var(--sp_navCL);
    transform: translateX(0);
    transition: all 0.5s ease 0s; }

  html.nav-active body {
    overflow: hidden; }

  /*スマホメニュー以外を隠すマスク*/
  html.nav-active .nav-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    background-color: var(--sp_maskCL); }

  /*スマホメニュー表示ボタン*/
  .menu-mobile {
    display: block;
    position: fixed;
    top: 20px;
    right: 5px;
    width: 50px;
    height: 50px;
    z-index: 99;
    border: none;
    cursor: pointer;
    background: transparent; }

  .menu-mobile::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  #common-nav-switch-in {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  #common-nav-switch-in .bar {
    width: 100%;
    height: 1px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    background: #666; }

  .nav-active .menu-mobile::after {
    background: #000 !important; }

  .nav-active #common-nav-switch .bar {
    background: #FFF !important; }

  #common-nav-switch-in .bar.bar01,
  #common-nav-switch-in .bar.bar02,
  #common-nav-switch-in .bar.bar03 {
    transform-origin: 0% 0%; }

  /* スマホメニューcloes ボタン化　*/
  .nav-active #common-nav-switch-in .bar.bar01 {
    transform: rotate(45deg);
    width: calc(100% + 8px); }

  .nav-active #common-nav-switch-in .bar.bar02 {
    display: none; }

  .nav-active #common-nav-switch-in .bar.bar03 {
    transform: rotate(-45deg);
    width: calc(100% + 8px); }

  /*スマホメニューの見た目設定*/
  .menu-container {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99; }

  #common-nav br {
    display: none; }

  .menu > ul {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    padding: 0;
    padding-top: 80px;
    position: relative;
    box-sizing: border-box; }

  .menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
    background: var(--sp_navliCL);
    border-top: 1px solid var(--sp_navlibCL); }

  .menu > ul > li:last-child {
    border-bottom: 1px solid var(--sp_navlibCL); }

  .menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: flex;
    color: var(--sp_navaCL); }

  .menu > ul > li > ul,
  .menu > ul > li > ul > li ul {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    background: var(--sp_navli2CL); }

  .menu > ul > li > ul li {
    border-top: 1px solid var(--sp_navli2bCL); }

  .menu-container {
    width: 100%; }

  .menu-dropdown-icon:before {
    display: block; }

  .menu > ul {
    /*display: none;フェードさせたい時はここを無効化*/ }

  .menu > ul li {
    width: 100%;
    float: none;
    display: block; }

  .menu > ul li > span {
    position: relative;
    display: table;
    width: 100%; }

  .sp-gnav-layer-btn {
    display: table-cell;
    width: 40px;
    cursor: pointer;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    background-color: var(--sp_gnavCL); }

  .sp-gnav-layer-btn:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    top: 50%;
    right: 12px;
    margin: -1px 0 0;
    background-color: var(--sp_gnavbarCL); }

  .sp-gnav-layer-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 16px;
    top: 50%;
    right: 19px;
    margin: -8px 0 0;
    -moz-transition: -moz-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -ms-transition: -ms-transform .2s linear;
    transition: transform .2s linear;
    background-color: var(--sp_gnavbarCL); }

  .sp-gnav-layer-btn.current:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  .menu > ul li a,
  .menu > ul li button {
    padding: 1.5em;
    width: 100%;
    display: flex; }

  .menu > ul li ul {
    position: relative; }

  .menu > ul li ul.normal-sub {
    width: 100%; }

  .menu > ul li ul li {
    float: none;
    width: 100%; }

  .menu > ul li ul li:first-child {
    margin: 0; }

  .menu > ul li ul li ul {
    position: relative;
    display: none; }

  .menu > ul li ul li ul li {
    float: none; }

  .menu .show-on-mobile {
    display: block; }

  /*親要素*/
  .g-navItemButton {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    .g-navItemButton::after {
      transition: all 0.4s ease 0s; }

  .g-navItemButton[aria-expanded=true]::after {
    transform: rotate(180deg); }

  /*子要素*/
  .child-nav > div > ul {
    margin-left: 20px; }
    .child-nav > div > ul > li:not(:last-of-type) {
      border-bottom: 1px dashed var(--sp_barCL); }
    .child-nav > div > ul ul li {
      background-color: var(--sp_gnavCL);
      border-top: 1px solid var(--sp_acbarCL); } }
/*専用スタイル*/
#header-wrap {
  position: relative; }
  #header-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 10px;
    width: 20%;
    max-width: 206px;
    background: linear-gradient(to right, #eb6ea5 0%, #eb6ea5 30%, #ffffff 30%, #ffffff 30%, #ffffff 35%, #0068b7 35%, #0068b7 35%, #0068b7 100%); }

#main-visi-section article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  z-index: 3;
  align-items: flex-start; }
#main-visi-section h2 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-weight: 100;
  color: #FFF; }
#main-visi-section h6 {
  background-color: #FFF;
  padding: 10px;
  line-height: 100%;
  display: inline-flex;
  color: var(--corp-color); }
#main-visi-section figure {
  position: relative;
  margin: 0; }
  #main-visi-section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#mv-copy::before {
  content: "";
  display: flex;
  width: 100vw;
  flex: 1;
  height: 100%;
  background-image: url("../img/corp-img/back-mv.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 16%;
  z-index: 2; }

@media (min-width: 769px) {
  #main-visi-section {
    background: linear-gradient(to right, #0068b7 0%, #0068b7 50%, #0068b7 50%, #eb6ea5 50%, #eb6ea5 100%); }
    #main-visi-section figure {
      clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); }
      #main-visi-section figure::before {
        content: "";
        display: block;
        padding-top: 56.25%;
        /* 16:9 */ } }
@media (max-width: 768px) {
  #header-wrap::before {
    top: -10px; }

  #main-visi-section {
    background: #0068b7; }
    #main-visi-section figure {
      clip-path: polygon(30% 0, 100% 0%, 100% 100%, 10% 100%); }
      #main-visi-section figure::before {
        content: "";
        display: block;
        padding-top: 100%; } }
.title-corp {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.15em;
  gap: 20px;
  color: var(--corp-color); }
  .title-corp::before {
    content: "";
    height: 10px;
    width: 206px;
    background: linear-gradient(to right, #eb6ea5 0%, #eb6ea5 30%, #ffffff 30%, #ffffff 30%, #ffffff 35%, #0068b7 35%, #0068b7 35%, #0068b7 100%); }

.btn-viewmore {
  color: #000;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: start;
  width: 200px; }
  .btn-viewmore span {
    transform: translateX(0%);
    transition: all 0.5s;
    display: block;
    width: 50%; }
  .btn-viewmore i {
    display: block;
    transition: all 0.5s; }
    .btn-viewmore i::before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 1px;
      border-radius: 9999px;
      background-color: #000000; }
    .btn-viewmore i::after {
      content: "";
      position: absolute;
      bottom: calc(0px + 2px);
      right: 0;
      width: 25px;
      height: 1px;
      border-radius: 9999px;
      background-color: #000000;
      transform: rotate(45deg);
      transform-origin: calc(100% - 2px) 50%; }
  .btn-viewmore:hover {
    color: var(--hover-color); }
    .btn-viewmore:hover i::before,
    .btn-viewmore:hover i::after {
      background-color: var(--hover-color); }
  .btn-viewmore.b-active span {
    transform: translateX(100%);
    transition: all 0.5s; }
  .btn-viewmore.b-active i {
    transform: scale(-1, 1);
    transition: all 0.5s; }

.btn-nomal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #000;
  color: #000;
  border-radius: 50em;
  background-color: #FFF;
  transition: all 0.5s; }
  .btn-nomal span {
    letter-spacing: 0.5em;
    padding-left: calc(0px + 0.5em);
    font-weight: bold;
    text-align: center; }
  .btn-nomal:hover {
    background-color: var(--hover-color);
    color: #FFF;
    transition: all 0.5s; }

/*----------------------*/
/* About                */
/*----------------------*/
#about-section {
  position: relative; }
  #about-section .kazari {
    position: absolute;
    right: -20%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 60vw;
    max-width: 900px;
    margin-left: calc(50% - 50vw);
    z-index: -1; }
    #about-section .kazari span {
      color: #F3F3F3;
      line-height: 100%;
      text-box: trim-both cap alphabetic;
      font-size: clamp(6.25rem, -4.901rem + 23.2vw, 12.5rem);
      /*100-200*/
      font-weight: bold; }

.over-container-area_right {
  position: relative; }
  .over-container-area_right::before {
    content: "";
    width: 100vw;
    height: 90%;
    margin-right: calc(50% - 50vw);
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: -1;
    display: flex;
    background-color: var(--corp-color);
    clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 0% 100%); }

/*----------------------*/
/* Business             */
/*----------------------*/
#business-section {
  background-color: #F3F3F3;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }
  #business-section .kazari {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1530px; }
    #business-section .kazari span {
      color: #FFF;
      line-height: 100%;
      text-box: trim-both cap alphabetic;
      font-size: clamp(6.25rem, -4.901rem + 23.2vw, 12.5rem);
      /*100-200*/
      font-weight: bold; }
  #business-section .about-info {
    line-height: 175%;
    /*padding:50px;*/ }
    #business-section .about-info .about-table {
      width: 100%;
      /* 画面幅にフィット */
      border-collapse: collapse;
      /* tr に引いた境界線を途切れさせない */
      /*  左列（見出し）  */
      /*  右列（内容）  */ }
      #business-section .about-info .about-table tr {
        border-bottom: 1px solid #ccc;
        /* 行全体に下線  */ }
      #business-section .about-info .about-table th, #business-section .about-info .about-table td {
        padding: 1em 1em; }
      #business-section .about-info .about-table th {
        vertical-align: top;
        white-space: nowrap;
        /* 改行させず幅を最小限に */
        width: 1%;
        color: var(--corp-color); }
      #business-section .about-info .about-table td {
        word-break: break-word;
        /* 長い URL 等も折り返し可 */ }
      @media (max-width: 600px) {
        #business-section .about-info .about-table {
          /* 行を縦方向に崩す */
          /* 右列だけ上寄せにして余白感を整える */ }
          #business-section .about-info .about-table th, #business-section .about-info .about-table td {
            display: block;
            width: 100%;
            padding: 0.7em 0; }
          #business-section .about-info .about-table td {
            padding-top: 0; } }
  @media (max-width: 600px) {
    #business-section .about-info {
      /*padding:20px;*/ } }

#business-list {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between; }
  #business-list li {
    counter-increment: mycounter; }
    #business-list li article {
      display: flex; }
      #business-list li article::before {
        content: counter(mycounter,decimal-leading-zero);
        font-size: 25px;
        padding: 10px;
        line-height: 100%;
        border-radius: 50%;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold; }
      #business-list li article h6 {
        font-size: 18px; }
    #business-list li:nth-of-type(-n+4) {
      width: calc((100% - (30px * 3)) / 4); }
      #business-list li:nth-of-type(-n+4) article {
        flex-direction: column;
        align-items: center;
        gap: 10px; }
        #business-list li:nth-of-type(-n+4) article::before {
          background-color: var(--corp-color2);
          order: 1;
          margin-top: -33px;
          z-index: 2; }
        #business-list li:nth-of-type(-n+4) article figure {
          width: 100%;
          border-radius: 30px;
          order: 0; }
        #business-list li:nth-of-type(-n+4) article h6 {
          order: 2;
          text-align: center; }
    #business-list li:nth-of-type(n+5) {
      width: calc((100% - (30px * 4)) / 5);
      margin-top: 20px; }
      #business-list li:nth-of-type(n+5) article {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px; }
        #business-list li:nth-of-type(n+5) article::before {
          background-color: var(--corp-color); }

@media (max-width: 991px) {
  #business-list {
    gap: 10px; }
    #business-list li:nth-of-type(n+5) {
      width: calc((100% - (10px * 1)) / 2); } }
@media (max-width: 768px) {
  #business-list {
    gap: 10px; }
    #business-list li:nth-of-type(-n+4) {
      width: calc((100% - (10px * 1)) / 2); } }
/*----------------------*/
/* News                 */
/*----------------------*/
#news-section {
  position: relative; }
  #news-section .kazari {
    position: absolute;
    right: 50%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 50vw;
    max-width: 785px;
    margin-left: calc(50% - 50vw);
    z-index: -1; }
    #news-section .kazari span {
      color: #F3F3F3;
      line-height: 100%;
      text-box: trim-both cap alphabetic;
      font-size: clamp(6.25rem, -4.901rem + 23.2vw, 12.5rem);
      /*100-200*/
      font-weight: bold; }

.news-list {
  list-style: none;
  padding: 0;
  font-weight: bold; }
  .news-list li {
    position: relative;
    padding: 15px 0px 15px 0px;
    display: flex;
    gap: 1em;
    border-bottom: 1px solid #CCC; }
    .news-list li + li {
      margin-top: 10px; }
    .news-list li a {
      color: #000; }
      .news-list li a:hover {
        color: var(--hover-color); }
      .news-list li a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block; }

@media (min-width: 769px) {
  .news-list li div:first-of-type {
    width: 6em; }
  .news-list li div:last-of-type {
    flex: 1; } }
@media (max-width: 768px) {
  .news-list li {
    flex-direction: column; } }
/*----------------------*/
/* Recruitment          */
/*----------------------*/
#recruitment-article {
  border-radius: 50px; }
  #recruitment-article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5); }
  #recruitment-article h3 {
    font-size: clamp(1.625rem, 0.852rem + 3.86vw, 3.75rem);
    /*26-60*/
    letter-spacing: .12em;
    margin-right: -0.12em; }
  #recruitment-article img {
    z-index: -1; }
  #recruitment-article .btn-nomal {
    border-color: #FFF;
    color: #FFF;
    background-color: transparent;
    transition: all 0.5s; }
    #recruitment-article .btn-nomal:hover {
      background-color: var(--hover-color);
      color: #FFF;
      transition: all 0.5s; }

/*----------------------*/
/* Footer               */
/*----------------------*/
footer {
  margin-top: 80px;
  background-color: var(--corp-color);
  color: #FFF; }
  footer img {
    filter: brightness(0) invert(1); }
  footer address {
    margin: 0px; }
  footer a {
    color: #FFF; }
  footer nav ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px; }
    footer nav ul a {
      font-weight: bold; }

@media (max-width: 768px) {
  footer nav ul {
    flex-wrap: wrap;
    gap: 20px; }
    footer nav ul li {
      width: calc((100% - 20px) / 2); }
      footer nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0px;
        text-align: center; } }
a i::before {
  font-family: "fontawesome-s";
  font-style: normal; }
a i[data-icon="tel"]::before {
  content: "\f098"; }
