@charset "UTF-8";

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

a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.look_pc {
  display: block;
}

.look_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .look_pc {
    display: none !important;
  }

  .look_sp {
    display: block !important;
  }

  _::-webkit-full-page-media,
  _:future,
  :root input,
  _::-webkit-full-page-media,
  _:future,
  :root select,
  _::-webkit-full-page-media,
  _:future,
  :root textarea {
    color: initial !important;
    font-size: initial !important;
    /* ↑ iPhone safari の変なスタイルを上書きで無効化 */
  }
}

.look_pc_large {
  display: block !important;
}

.look_sp_large {
  display: none !important;
}

@media screen and (max-width: 1150px) {
  .look_pc_large {
    display: none !important;
  }

  .look_sp_large {
    display: block !important;
  }
}

:root {

  color-scheme: only light;
  /* ↑ ダークモード対策 */

  /* 基本カラー設定 */
  --default01_color-set01: #ff8800;
  --default02_color-set01: #0030b6;
  --default03_color-set01: #016c01;
  --default04_color-set01: #d00f0f;
  --default05_color-set01: #777;

  /*P*/
  --primary_color: #3d62b0;
  /*S*/
  --secondary_color: #5d82b4;
  /*T*/
  --tertiary_color: #1157b6;
  /*bg_a*/
  --background_color_a: #ebeff7;
  /*bg_b*/
  --background_color_b: #e4e9e6;
  /*bg_c*/
  --background_color_c: #222736;
  /*font*/
  --default_font_color: #3c3c3c;
  /*採用関連*/
  --inquiry_color: #00bea6;

  /* 共通角丸設定 */
  --border-radius_default: 10px;

  /* コンテンツ幅 */
  --contents_wide_s: 375px;
  --contents_wide_default: 1200px;
  --contents_wide_L: 1390px;
  --contents_wide_max: 1920px;
  --responsive-change: 767px;

  --wrapper_padding: 20px;

}

html:has(#hamburger-menu_btn:checked),
body:has(#hamburger-menu_btn:checked){overflow: hidden;}
.header_menu-outer a[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url(../image/icon_outlink.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  aspect-ratio: 1/1;
  margin-left: 5px;
}

.header_menu-outer .no_icon a[target=_blank]::after {
  display: none;
}

.header_menu-outer b,
.header_menu-outer u,
.header_menu-outer i,
.header_menu-outer em {
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-style: normal;
}

/* ===== アウター部 ===== */
header:has(.header_menu-outer) {
  z-index: 156;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

/*  */
.header_menu-outer {
  width: 100%;
  font-size: 18px;
  width: 100%;
  line-height: 1.4;
}

header:has(.header_menu-outer) img {
  width: auto !important;
}

header:has(.header_menu-outer) a:nth-of-type(2) img{margin-top: 6px;}

header:has(.header_menu-outer) a {
  color: var(--default_font_color) !important;
  text-decoration: none;
  font-weight: 400;
}

.header_menu-outer li {
  list-style: none;
  flex-wrap: nowrap;
  display: flex;
}

.header_menu-outer li .sub {
  background-color: rgba(0, 0, 0, .5);
  background-blend-mode: color;
  background-size: cover;
}

.header_menu-outer li:nth-of-type(2) .sub {
  background-image: url(/include/image/header_accordion_backimage01.jpg);
}

.header_menu-outer li:nth-of-type(3) .sub {
  background-image: url(/include/image/header_accordion_backimage02.jpg);
}

.header_menu-outer li:nth-of-type(4) .sub {
  background-image: url(/include/image/header_accordion_backimage03.jpg);
}

.header_menu-outer li:nth-of-type(5) .sub {
  background-image: url(/include/image/header_accordion_backimage04.jpg);
}

.header_menu-outer li:nth-of-type(6) .sub {
  background-image: url(/include/image/header_accordion_backimage05.jpg);
}

.header_menu-outer li:nth-of-type(7) .sub {
  background-image: url(/include/image/header_accordion_backimage06.jpg);
}

.header_menu-outer .menu_pc-outer {
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 156;
  width: 100%;
}

.header_menu-outer .menu_pc-outer .header-upper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 79.5px;
  padding-left: 25px;
  padding-right: 25px;
  /* max-width: var(--contents_wide_default); */
  /* width: 100%; */
  margin-left: auto;
  margin-right: auto;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_centercolumn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_centercolumn {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 15px;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_centercolumn::after {
  content: "";
  display: inline-block;
  order: 2;
  border-left: 1px solid #4C423F;
  height: 40%;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_centercolumn a:nth-of-type(1) {
  order: 1;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_centercolumn a:nth-of-type(2) {
  order: 3;
}

@media screen and (min-width: 767px) {
  .header_menu-outer .menu_pc-outer .header-upper .header-upper_centercolumn a:nth-of-type(1) {
    width: 200px;
  }

  .header_menu-outer .menu_pc-outer .header-upper .header-upper_centercolumn a:nth-of-type(2) {
    width: 21vw;
    max-width: 200px;
  }
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

/* .header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_language {
  display: flex;
  margin-left: 10px;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_language li:nth-of-type(2)::before {
  content: "/";
  color: #000;
  margin: 0 3px;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_language li a {
  font-weight: 500;
  font-size: 18px;
} */

/* shutto翻訳 関連 言語切り替え表示のデフォルトスタイル */
/* .header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_language li a[data-stt-changelang] {
  color: #bebdbd !important;
} */

/* shutto翻訳 関連 アクティブなテキストのスタイル */
/* .header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_language li a[data-stt-active] {
  text-decoration: none !important;
  font-weight: bold !important;
  color: var(--tertiary_color) !important;
} */

.header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_language {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #3C3C3C;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_recruit a {
  display: inline-flex;
  color: #fff !important;
  font-size: 18px;
  background-color: #B49D03;
  min-width: 85px;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_contact a {
  display: grid;
  font-size: 66.67%;
  line-height: 1.2;
  text-align: center;
  gap: 2px 0;
  font-weight: 400;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_contact a::before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1/0.68;
  background-image: url(../image/header_menu_icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn .header-upper_contact a img {
  margin-left: auto;
  margin-right: auto;
}

.header_menu-outer .menu_pc-outer .menu_pc {
  width: 100%;
  border-top: 1px solid #000;
}

.header_menu-outer .menu_pc-outer .menu_pc ul {
  min-height: 50.5px;
  display: inline-flex;
  gap: 2px 15px;
  align-items: center;
  justify-content: space-between;
  padding-left: var(--wrapper_padding);
  padding-right: var(--wrapper_padding);
  max-width: 1033px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header_menu-outer .menu_pc-outer .menu_pc ul li a,
.header_menu-outer .menu_pc-outer .menu_pc ul li label {
  display: block;
  font-size: 16px;
  cursor: pointer;
}

.header_menu-outer .menu_pc-outer .menu_pc ul li a.current_m,
.header_menu-outer .menu_pc-outer .menu_pc ul li label.current_m {
  color: #3f6cc8 !important;
}

.header_menu-outer .menu_pc-outer .menu_pc ul li a:hover,
.header_menu-outer .menu_pc-outer .menu_pc ul li label:hover {
  color: var(--header_color01) !important;
  opacity: 1;
}

.header_menu-outer .menu_pc-outer .menu_pc ul li a[target=_blank]::after {
  margin-left: 10px;
}

.header_menu-outer .menu_pc-outer .menu_pc ul li label.active {
  color: var(--header_color01);
}

.header_menu-outer .menu_pc-sub {
  background-color: #fff;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner {
  background-size: 50% 100%;
  background-position: center right;
  background-repeat: no-repeat;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap {
  height: 70vh;
  max-height: 330px;
  display: grid;
  /* grid-template-columns: minmax(200px, 1fr) 1fr; */
  grid-template-columns: 1fr 1fr;
  padding-left: var(--wrapper_padding);
  padding-right: var(--wrapper_padding);
  /* max-width: 1033px; */
  /* padding-left: var(--wrapper_padding); */
  max-width: var(--contents_wide_default);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* padding-bottom: 20px;
  overflow-y: auto;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none; */
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box::-webkit-scrollbar {
  display: none;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box .accordion_close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40px;
  background-image: url(../image/header_closed_icon.svg);
  background-position: center;
  background-size: contain;
  width: 18px;
  aspect-ratio: 1 / 1;
  display: block;
  cursor: pointer;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box .title {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: left;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box .title a {
  display: inline-block;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box .title a i {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box .title a p {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box .title a p::after {
  content: "";
  display: inline-block;
  background-image: url(../image/header_menu_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 33px;
  aspect-ratio: 1/0.35;
  margin-left: 10px;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box ul.style01>li {
  width: 100%;
  text-align: left;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box ul.style01>li>a {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box_image {
  background-size: cover;
  margin-left: -21vw;
  background-position: center right;
}

@media screen and (min-width: 1400px) {
  .header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box_image {}
}

.header_menu-outer .menu_pc-sub .accordion_outer:nth-of-type(1) .accordion_inner .accordion_box_image {
  background-image: url(/include/image/header_accordion_backimage01.jpg);
}

.header_menu-outer .menu_pc-sub .accordion_outer:nth-of-type(3) .accordion_inner .accordion_box_image {
  background-image: url(/include/image/header_accordion_backimage02.jpg);
}

.header_menu-outer .menu_pc-sub .accordion_outer:nth-of-type(5) .accordion_inner .accordion_box_image {
  background-image: url(/include/image/header_accordion_backimage05.jpg);
}

.header_menu-outer .menu_pc-sub .accordion_outer:nth-of-type(7) .accordion_inner .accordion_box_image {
  background-image: url(/include/image/header_accordion_backimage06.jpg);
}

/* .header_menu-outer .menu_pc-sub .accordion_outer:nth-of-type(9) .accordion_inner .accordion_box_image {
  background-image: url(/include/image/header_accordion_backimage05.jpg);
} */

/* .header_menu-outer .menu_pc-sub .accordion_outer:nth-of-type(11) .accordion_inner .accordion_box_image {
  background-image: url(/include/image/header_accordion_backimage06.jpg);
}

.header_menu-outer .menu_pc-sub .accordion_outer:nth-of-type(13) .accordion_inner .accordion_box_image {
  background-image: url(/include/image/header_accordion_backimage07.jpg);
}

.header_menu-outer .menu_pc-sub .accordion_outer:nth-of-type(15) .accordion_inner .accordion_box_image {
  background-image: url(/include/image/header_accordion_backimage08.jpg);
} */

.header_menu-outer input[type=checkbox] {
  display: none !important;
}

.header_menu-outer .hamburger-inner {
  display: none;
}

.header_menu-outer label.hamburger-menu_btn {
  display: none;
}

@media screen and (max-width: 1150px) {

  /* 767px */
  .header_menu-outer {
    font-size: 14px;
  }

  .header_menu-outer li {
    display: initial;
  }

  .header_menu-outer .menu_pc-outer .header-upper {
    grid-template-columns: 1fr;
    padding-right: 17vw;
    justify-items: start;
  }

  .header_menu-outer .menu_pc-outer .header-upper .header-upper_leftcolumn {
    display: none;
  }

  .header_menu-outer .menu_pc-outer .header-upper .header-upper_rightcolumn {
    display: none;
  }

  .header_menu-outer .menu_pc-outer .menu_pc ul li a,
  .header_menu-outer .menu_pc-outer .menu_pc ul li label {
    font-size: 10px;
  }

  .header_menu-outer .hamburger-inner {
    display: block;
  }

  .header_menu-outer label.hamburger-menu_btn {
    width: 26px;
    aspect-ratio: 1/1;
    display: block;
    margin-top: 25px;
    margin-right: 20px;
    position: absolute;
    z-index: 156;
    top: 0;
    right: 0;
    background-image: url(/include/image/hamburger-menu_icon01.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .header_menu-outer input#hamburger-menu_btn:checked~label.hamburger-menu_btn {
    background-image: url(/include/image/hamburger-menu_icon02.svg);
  }

  .header_menu-outer label.hamburger-menu_btn>span {
    /* ハンバーガーボタン */
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .header-upper_language {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px 10px 30px;
    display: flex;
    justify-content: flex-end;
    min-height: 58px;
    align-items: center;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .header-upper_language>li {}

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .header-upper_language>li:nth-of-type(2)::before {
    content: "/";
    color: #fff;
    display: inline-block;
    margin: 0 6px;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .header-upper_language>li>a {
    padding: initial;
    display: inline-block;
    grid-template-columns: 1fr auto;
    align-items: initial;
    color: #fff !important;
    min-height: initial;
    width: initial;
    border-bottom: initial;
    color: #fff !important;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .header-upper_language>li.active a {
    color: var(--tertiary_color) !important;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .header-upper_language>li>a::after {
    display: none;
  }

  /* SP hamburger-menu 開閉 */
  .header_menu-outer input#hamburger-menu_btn~.hamburger-inner {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s;
    width: 100%;
  }

  .header_menu-outer input#hamburger-menu_btn:checked~.hamburger-inner {
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.3s;
  }

  .header_menu-outer .hamburger-inner>.inner_sp {
    overflow: hidden;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll {
    overflow-y: auto;
    height: calc(100svh - 80px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 156;
    position: relative;
    /* pointer-events: none; */
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll::-webkit-scrollbar {
    display: none;
  }

  /* openscreen 表示非表示 */
  .header_menu-outer input#hamburger-menu_btn+label+div .menu-btn_openscreen {
    display: block;
    position: relative;
    z-index: 155;
    opacity: 0;
    visibility: hidden;
  }

  .header_menu-outer input#hamburger-menu_btn:checked+label+div .menu-btn_openscreen {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 151;
    opacity: 1;
    visibility: visible;
  }
    .header_menu-outer input#hamburger-menu_btn+label+div .menu-btn_openscreen::before{
      position: absolute;
      z-index: 0;
      inset: 0 0 auto;
      margin: auto;
      content: '';
      width: 100%;
      height: 50vh;
      background: #fff;
      clip-path: inset(0 0 100%);
      opacity: 0;
      transition: 0.3s;
    }
      .header_menu-outer input#hamburger-menu_btn:checked+label+div .menu-btn_openscreen::before{
        clip-path: inset(0);
        opacity: 1;
      }

  /* sub_menu / PC - SP クリック開閉 */
  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul a {
    padding: 10px 20px 10px 30px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    color: #fff !important;
    min-height: 58px;
    /* width: 100%; */
    border-bottom: 1px solid #ccc;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul a::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    background-image: url(/include/image/icon_arrow_yoko.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    aspect-ratio: 1/1;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .icon_right {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .icon_right a::before {
    display: none;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .icon_right::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    background-image: url(/include/image/icon_arrow_yoko.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    aspect-ratio: 1/1;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .accordion_outer {
    width: 100%;
  }

  input.accordion_sp-Hmenu-input+.accordion_outer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s;
  }

  input.accordion_sp-Hmenu-input:checked+.accordion_outer {
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.3s;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .accordion_outer .accordion_inner {
    overflow: hidden;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .accordion_outer .accordion_inner p {
    padding: 10px 10px 10px 30px;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul input+.accordion_outer {
    position: initial;
  }

  /* sub menu 共通 */
  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .accordion_outer {
    position: absolute;
  }

  /* ===== menu PC/SP ===== */
  .header_menu-outer ul>li label::after {
    content: "";
    display: inline-block;
    transition: 0.2s;
    margin-left: 10px;
    background-image: url(/include/image/icon_plus_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    aspect-ratio: 1/1;
  }

  .header_menu-outer ul>li label:has(+ input:checked)::after {
    transform: rotate(180deg);
    transition: 0.2s;
    background-image: url(/include/image/icon_dash_w.svg);
  }

  /* ===== menu SP ===== */
  .header_menu-outer .hamburger-inner {
    position: relative;
    z-index: 155;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll>ul {
    background-color: #222736;
    color: #fff;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll>ul::-webkit-scrollbar {
    display: none;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul {
    display: block;
    pointer-events: auto;
  }

  .header_menu-outer .hamburger-inner .inner_sp .menu_scroll ul>li ul>li a {
    padding-left: 42px;
  }

  .header_menu-outer .hamburger-inner .inner_sp .menu_scroll ul>li ul>li:nth-of-type(1) a {
    padding-left: 30px;
  }

  .header_menu-outer .hamburger-inner .inner_sp .menu_scroll ul>li label {
    /* width: 100%; */
    justify-content: space-between;
    padding: 10px 20px 10px 30px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid #ccc;
  }

  .header_menu-outer .hamburger-inner .inner_sp .menu_scroll ul>li b {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
  }

  .header_menu-outer .hamburger-inner .inner_sp .menu_scroll ul>li u {
    font-size: 15px;
    padding-left: 6px;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul>li .sub {
    border-top: 1px solid #ccc;
    margin-top: -1px;
  }

  .header_menu-outer .hamburger-inner .color_style02 {
    background-color: #BBBBBB;
  }

  .header_menu-outer .hamburger-inner .color_style02 a {
    padding-left: 40px !important;
  }

  .header_menu-outer .hamburger-inner .color_style03 {
    background-color: #CCCCCC;
  }

  .header_menu-outer .hamburger-inner .color_style03 a {
    padding-left: 50px !important;
  }

  .header_menu-outer .hamburger-inner .icon_targetblank {
    display: flex;
    justify-content: space-between;
    color: #8A8A8A;
  }

  .header_menu-outer .hamburger-inner .icon_targetblank a {
    width: 100%;
  }

  .header_menu-outer .hamburger-inner .icon_targetblank a::before {
    display: none !important;
  }

  .header_menu-outer .hamburger-inner .icon_targetblank a::after {
    content: "";
    display: inline-block;
    background-image: url(/include/image/icon_outlink_sp.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    aspect-ratio: 1/1;
    margin-left: 5px;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .contact a {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 10px;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0 20px;
    font-size: 20px;
    width: auto;
    border-bottom: none;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .contact a::before {
    content: "";
    display: block;
    width: 36px;
    aspect-ratio: 1/0.68;
    background-image: url(/include/image/header_menu_icon02sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll ul .contact a::after {
    display: none;
  }

  .header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box .accordion_close {
    display: none;
  }

  .header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box .title {
    font-size: 20px;
  }

  .header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box .title span {
    font-size: 15px;
  }

  .header_menu-outer .menu_pc-sub .accordion_outer .accordion_inner .wrap .accordion_box ul.style01>li>a {
    font-size: 14px;
  }
}

/* .accordion */
.accordion_outer {
  width: 100%;
}

.accordion_outer .accordion_inner {
  overflow: hidden;
}

input+div+.accordion_outer {
  position: initial;
}

.accordion_outer input[type=checkbox] {
  display: none !important;
}

input+.accordion_outer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}

input.accordion_pc-Hmenu-input:checked+.accordion_outer {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s;
}

input.accordion_pc-Hmenu-input:checked+div+.menu-btn_openscreen {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  z-index: 151;
}

.accordion_outer input[type=checkbox] {
  display: none !important;
}

input+.accordion_outer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}

input.accordion_pc-Hmenu-input:checked+.accordion_outer {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s;
}

input.accordion_pc-Hmenu-input:checked+div+.menu-btn_openscreen {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  z-index: 151;
}

/*  */
.two-column-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2列 */
}

.two-column-list li {
  list-style: none;
}

/* 左列（1〜6） */
.two-column-list li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.two-column-list li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.two-column-list li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.two-column-list li:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

.two-column-list li:nth-child(5) {
  grid-column: 1;
  grid-row: 5;
}

.two-column-list li:nth-child(6) {
  grid-column: 1;
  grid-row: 6;
}

/* 右列（7〜12） */
.two-column-list li:nth-child(7) {
  grid-column: 2;
  grid-row: 1;
}

.two-column-list li:nth-child(8) {
  grid-column: 2;
  grid-row: 2;
}

.two-column-list li:nth-child(9) {
  grid-column: 2;
  grid-row: 3;
}

.two-column-list li:nth-child(10) {
  grid-column: 2;
  grid-row: 4;
}

.two-column-list li:nth-child(11) {
  grid-column: 2;
  grid-row: 5;
}

.two-column-list li:nth-child(12) {
  grid-column: 2;
  grid-row: 6;
}

/* 言語変更関連 */

.btn_list {
  position: relative;
}

.btn_list .btn_defa {
  border: 1px solid #3C3C3C;
  min-height: 45px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  width: 100%;
  cursor: pointer;
}

.btn_list .btn_info {
  display: block;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  width: 100%;
}

.btn_list .btn_lang {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #fff;
  margin-top: 45px;
  width: 100%;
  min-width: 120px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
  display: none;
  /* 初期状態では非表示 */
}

.btn_list .btn_lang>a {
  display: block;
  padding: 4px 8px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll .btn_list {
    margin-left: 10px;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll .btn_list .btn_defa {
    min-height: initial;
    min-width: initial;
    background-color: #fff;
    color: #3C3C3C;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll .btn_list .btn_lang {
    left: initial;
    right: 0;
    min-height: initial;
    min-width: initial;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll .btn_list .btn_lang .btn_info {
    color: #3C3C3C;
    padding: 10px !important;
    text-align: center;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll .btn_list .btn_lang {
    min-width: 40vw;
    margin-top: 35px;
  }

  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll .btn_list .btn_lang a {
    color: #3C3C3C !important;
    padding: 5px 10px !important;
    min-height: initial !important;
    justify-items: center;
  }
  .header_menu-outer .hamburger-inner>.inner_sp .menu_scroll .btn_list .btn_lang a::after {
    display: none;
  }
}

