@charset "UTF-8";
/*
    _body_settings.scssで、
    最大のコンテンツ幅は、1164pxにしている
*/
/* 
    WordPressのブロックテーマでは、 theme.jsonのcontentSizeが、カスタムプロパティに設定される
    --wp--style--layout--content-size

    theme.json の contentSize はブロックテーマの「デフォルトのコンテンツ幅」を定義します。
    エディター（Site Editor / ブロックエディター）: サイト編集画面やブロックエディターのキャンバス幅（コンテンツ領域の最大幅）に反映され、ブロック配置の見た目が変わります。

    Group、Columns、Cover 等の「制約された（constrained）」レイアウトを使うブロックはこの幅に基づいて最大幅を決めます。
    wideSize は「ワイド」配置（wide align）の幅を定義し、full はビューポート全幅です。
*/
/* 設定 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #00182e;
  padding: 0;
  margin: 0;
}

a {
  color: #0099ff;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #7a68ee;
}

a:hover {
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #00182e;
  }
}
#contents-container {
  margin: 0 auto;
}

body.eng_body #main-contents {
  letter-spacing: 0em;
}

#main-contents {
  /* 幅広いコンテンツ併せて、フォントサイズを大きくする */
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  max-width: 1680px;
  min-height: 350px;
  margin: 0 auto;
  padding: 0;
}
#main-contents a {
  word-break: break-all;
}
@media screen and (min-width: 1240px) {
  #main-contents {
    max-width: 1164px;
    margin: 0 auto;
    padding: min(80px, 8vw) 0;
  }
}
@media screen and (max-width: 1239px) {
  #main-contents {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 1.5em;
    padding: min(80px, 8vw) 0;
  }
}
@media screen and (max-width: 768px) {
  #main-contents {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: min(80px, 8vw) 15px;
    margin: 0 auto;
  }
}

#main-contents.main-width100 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

:target {
  scroll-margin-top: 110px;
}

/* ページヘッダー */
a.skiplink {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-header.is_scroll {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 70px;
  }
}

#header-container {
  padding: 0 2.5em;
}
#header-container a {
  color: #00182e;
  text-decoration: none;
}
#header-container .header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-container .header_row .header_sitename {
  max-width: 431px;
}
@media screen and (max-width: 1060px) {
  #header-container .header_row .header_sitename {
    max-width: 320px;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  #header-container .header_row .header_sitename {
    max-width: 240px;
  }
}
#header-container .header_row .header_tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-container .header_row .header_tools .header_lang ul {
  font-size: clamp(0.75rem, 0.651240458rem + 0.3816793893vw, 0.9375rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-container .header_row .header_tools .header_lang ul li {
  margin: 0 1em;
  border-bottom: 1px solid transparent;
}
#header-container .header_row .header_tools .header_lang ul li:last-child {
  position: relative;
}
#header-container .header_row .header_tools .header_lang ul li:last-child:before {
  content: "|";
  position: absolute;
  left: -1em;
  top: 0;
  font-weight: normal;
}
#header-container .header_row .header_tools .header_lang ul li:hover {
  border-bottom: 2px solid #0060af;
}
#header-container .header_row .header_tools .header_lang ul li.is_active {
  border-bottom: 2px solid #0060af;
}
@media screen and (max-width: 768px) {
  #header-container .header_row .header_tools .header_lang {
    display: none;
  }
}
#header-container .header_row .header_tools .header_search {
  margin: 0 1em;
}
#header-container .header_row .header_tools .header_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-container .header_row .header_tools .header_search form input[type=text] {
  padding: 4px;
  padding-left: 24px;
  width: 24px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../images/ico_search.svg");
  background-size: 20px auto;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header-container .header_row .header_tools .header_search form input[type=text]:focus {
  width: 160px;
  background-color: #fff;
}
#header-container .header_row .header_tools .header_toiawase {
  margin: 0 0 0 0.5em;
}
#header-container .header_row .header_tools .header_toiawase.eng_toiawase {
  margin: 0 0.5em;
}
#header-container .header_row .header_tools .header_toiawase a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px 10px 40px;
  height: 64px;
  color: #fff;
  font-size: clamp(0.75rem, 0.7170801527rem + 0.1272264631vw, 0.8125rem);
  font-weight: bold;
  background-color: #002b69;
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-image: url("../images/ico_mail.svg");
  background-size: 18px auto;
  border-radius: 4px;
}
#header-container .header_row .header_tools .header_toiawase a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #header-container .header_row .header_tools .header_toiawase {
    display: none;
  }
}
#header-container .header_row .header_tools .header_recruit {
  margin: 0 0.5em;
}
#header-container .header_row .header_tools .header_recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px 10px 40px;
  height: 64px;
  color: #002b69;
  font-size: clamp(0.75rem, 0.7170801527rem + 0.1272264631vw, 0.8125rem);
  font-weight: bold;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-image: url("../images/ico_recruit.svg");
  background-size: 15px auto;
  border-radius: 4px;
  border: 1px solid #002b69;
}
#header-container .header_row .header_tools .header_recruit a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #header-container .header_row .header_tools .header_recruit {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #header-container {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #header-container {
    padding: 0 8px 0 16px;
  }
}

/* パンクズ */
#breadcrumb {
  position: absolute;
  z-index: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 4em;
  color: #7b8690;
}
#breadcrumb.eng_bread_navi ul li {
  padding-right: 16px;
  background-repeat: no-repeat;
  background-position: 98% 65%;
  background-image: url("../images/ico_yaji02.png");
}
#breadcrumb.eng_bread_navi ul li.home {
  display: none;
}
#breadcrumb a {
  color: #7b8690;
}
#breadcrumb ul {
  font-size: clamp(0.6875rem, 0.5558206107rem + 0.5089058524vw, 0.9375rem);
  margin: 0 auto;
  padding: 0;
  padding: min(45px, 4.5vw) min(70px, 7vw);
  list-style-type: none;
  overflow: hidden;
  line-height: 1.3;
  max-width: 1680px;
  background-color: #fff;
}
#breadcrumb ul li {
  margin: 0;
  padding: 0 16px 0 0;
  float: left;
}
#breadcrumb ul li:last-child {
  background: none;
}
@media screen and (min-width: 1900px) {
  #breadcrumb {
    padding: 0 10em;
  }
}
@media screen and (max-width: 1899px) {
  #breadcrumb {
    padding: 0 4em;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    padding: 0 0.15em;
    position: relative;
    bottom: auto;
    left: auto;
  }
  #breadcrumb ul {
    padding: 10px 12px;
  }
}

#subpage_header_container {
  position: relative;
  height: 41vw;
  max-height: 500px;
  padding: 0 4em;
}
#subpage_header_container .subpage_header_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#subpage_header_container .subpage_header_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#subpage_header_container .subpage_header_title {
  position: relative;
  z-index: 100;
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(1.25rem, -3.358778626rem + 17.8117048346vw, 10rem) min(70px, 7vw) clamp(0.625rem, -1.679389313rem + 8.9058524173vw, 5rem);
}
#subpage_header_container .subpage_header_title .sub_header_cat .en_txt {
  font-size: clamp(1.0625rem, 0.4370229008rem + 2.417302799vw, 2.25rem);
  font-weight: bold;
  color: #0060af;
  margin-bottom: 10px;
}
#subpage_header_container .subpage_header_title .sub_header_cat .jp_txt {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
}
#subpage_header_container .subpage_header_title h2 {
  font-size: clamp(1.0625rem, 0.2395038168rem + 3.1806615776vw, 2.625rem);
  font-weight: bold;
  margin: clamp(0.625rem, -0.5271946565rem + 4.4529262087vw, 2.8125rem) 0 0;
}
@media screen and (max-width: 768px) {
  #subpage_header_container .subpage_header_title {
    padding: 18vw 0 8vw;
  }
  #subpage_header_container .subpage_header_title .sub_header_cat .en_txt {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  #subpage_header_container {
    height: auto;
    padding: 0 12px;
  }
}

/* ページフッター */
#footer-container {
  font-size: 14px;
  font-size: 0.875rem;
  padding: min(100px, 10vw) min(80px, 8vw) min(50px, 5vw);
  line-height: 1.4;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: url("../images/footer_bgimg01.webp");
}
#footer-container.eng_footer {
  background-image: url("../images/footer_bgimg_en01.webp");
}
#footer-container a {
  color: #00182e;
  text-decoration: none;
}
#footer-container a:hover {
  opacity: 0.7;
}
#footer-container #ft_sitemap.eng_ft_sitemap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
#footer-container #ft_sitemap.eng_ft_sitemap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#footer-container #ft_sitemap.eng_ft_sitemap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#footer-container #ft_sitemap.eng_ft_sitemap > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#footer-container #ft_sitemap.eng_ft_sitemap > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
#footer-container #ft_sitemap.eng_ft_sitemap .ft_sitemap_col:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
#footer-container #ft_sitemap.eng_ft_sitemap .ft_sitemap_col:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
#footer-container #ft_sitemap.eng_ft_sitemap .ft_sitemap_col:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  #footer-container #ft_sitemap.eng_ft_sitemap {
    display: none;
  }
}
#footer-container #ft_sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer-container #ft_sitemap .ft_sitemap_col {
  padding: 0 1em;
  border-left: 1px solid #d4d8db;
}
#footer-container #ft_sitemap .inner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer-container #ft_sitemap .inner_row .inner_col {
  padding: 0 1em;
}
#footer-container #ft_sitemap ul.gnavi > li {
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: bold;
}
#footer-container #ft_sitemap ul.gnavi > li > ul.sub-menu {
  margin-top: 1em;
}
#footer-container #ft_sitemap ul.gnavi > li > ul.sub-menu > li {
  color: #7b8690;
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: normal;
  margin-bottom: 0.5em;
}
#footer-container #ft_sitemap ul.gnavi > li > ul.sub-menu > li > a {
  color: #7b8690;
}
#footer-container #ft_sitemap ul.gnavi > li + li {
  margin-top: 1em;
}
#footer-container #ft_sitemap ul.menu_md {
  margin-top: 1em;
}
#footer-container #ft_sitemap ul.menu_md li.sub_menu_title > a {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
#footer-container #ft_sitemap ul.menu_md > li {
  color: #7b8690;
  font-size: clamp(0.875rem, 0.8420801527rem + 0.1272264631vw, 0.9375rem);
  font-weight: normal;
}
#footer-container #ft_sitemap ul.menu_md > li > a {
  color: #7b8690;
}
#footer-container #ft_sitemap ul.menu_md > li > ul.sub-menu {
  margin-top: 1em;
}
#footer-container #ft_sitemap ul.menu_md > li > ul.sub-menu > li {
  color: #7b8690;
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: normal;
  margin-bottom: 0.5em;
}
#footer-container #ft_sitemap ul.menu_md > li > ul.sub-menu > li > a {
  color: #7b8690;
}
#footer-container #ft_sitemap ul.gnavi_s > li {
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: normal;
  margin-bottom: 0.5em;
}
#footer-container #ft_sitemap ul + ul.gnavi_s {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #footer-container #ft_sitemap {
    display: none;
  }
}
#footer-container .ft_banner_fagiano {
  margin-top: 20px;
}
#footer-container .ft_banner_fagiano img {
  max-width: 148px;
  border: 1px solid #e2e2e2;
}
#footer-container .ft_banner_fagiano {
  font-size: 14px;
  color: #6f7c88;
}
#footer-container #ft_company_info {
  margin-top: min(80px, 8vw);
  padding-left: 1em;
}
#footer-container #ft_company_info h5 {
  font-size: clamp(0.9375rem, 0.9045801527rem + 0.1272264631vw, 1rem);
  font-weight: bold;
  margin: 0 0 0.75em;
}
#footer-container #ft_company_info .ft_jyusho {
  margin-bottom: 4px;
}
#footer-container .ft_copyright {
  margin-top: min(40px, 4vw);
  padding-left: 1em;
}
#footer-container .ft_copyright small {
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 1680px) {
  #footer-container {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  #footer-container {
    padding-top: 30px;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 60px;
  }
  #footer-container #ft_company_info {
    text-align: center;
  }
  #footer-container .ft_copyright {
    text-align: center;
  }
}

#backtopbtn {
  position: fixed;
  z-index: 8800;
  bottom: 100px;
  right: 0px;
  width: 60px;
  height: 60px;
  display: none;
}
#backtopbtn a {
  color: #fff;
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/btn_pagetop.svg") 50% 50% no-repeat;
  background-size: auto 20px;
  background-color: #002b69;
  border-radius: 4px;
}
#backtopbtn a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #backtopbtn {
    bottom: 55px;
    width: 34px;
    height: 34px;
  }
  #backtopbtn a {
    width: 34px;
    height: 34px;
  }
}

/* コンテンツエリア */
#main-contents h1 {
  font-size: clamp(1.375rem, 0.9799618321rem + 1.5267175573vw, 2.125rem);
  font-weight: bold;
  margin: 3em 0 1em;
  line-height: 1.4;
}
#main-contents h1:first-child {
  margin-top: 0;
}
#main-contents h2 {
  font-size: clamp(1.375rem, 0.9799618321rem + 1.5267175573vw, 2.125rem);
  font-weight: bold;
  margin: 2.75em 0 1em;
  line-height: 1.4;
  padding-left: 0.6em;
  position: relative;
}
#main-contents h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16%;
  width: 7px;
  height: 68%;
  border-radius: 4px;
  background-color: #0060af;
}
#main-contents h2:first-child {
  margin-top: 0;
}
#main-contents h3 {
  font-size: clamp(1.25rem, 0.9866412214rem + 1.0178117048vw, 1.75rem);
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.4;
  padding-left: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #0060af;
}
#main-contents h3:first-child {
  margin-top: 0;
}
#main-contents h3.h3_t2 {
  font-size: clamp(1.25rem, 0.9866412214rem + 1.0178117048vw, 1.75rem);
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.4;
  padding-left: 0;
  padding-bottom: 8px;
  color: #0060af;
  border-bottom: none;
}
#main-contents h3.h3_t2:first-child {
  margin-top: 0;
}
#main-contents h4 {
  font-size: clamp(1.125rem, 0.9604007634rem + 0.6361323155vw, 1.4375rem);
  font-weight: bold;
  margin: 1.6em 0 1em;
  padding: 8px 14px 8px 24px;
  line-height: 1.4;
  background-color: #f5f3f0;
  background-color: #fff;
  border: 1px solid rgba(0, 96, 175, 0.5);
  border-radius: 4px;
  position: relative;
}
#main-contents h4:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 28%;
  width: 5px;
  height: 44%;
  background-color: #0060af;
  border-radius: 20px;
}
#main-contents h4:first-child {
  margin-top: 0;
}
#main-contents h5 {
  font-size: clamp(1.0625rem, 0.9308206107rem + 0.5089058524vw, 1.3125rem);
  font-weight: bold;
  margin: 1.6em 0 0.7em;
  line-height: 1.4;
  color: #0060af;
  position: relative;
}
#main-contents h5:first-child {
  margin-top: 0;
}
#main-contents h6 {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
  font-weight: bold;
  margin: 1.2em 0 0.4em;
  line-height: 1.4;
  color: #0060af;
}
#main-contents h6:first-child {
  margin-top: 0;
}

#main-contents table.table_normal {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
#main-contents table.table_normal th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: normal;
  padding: 4px 4px;
  background-color: #efefef;
}
#main-contents table.table_normal td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 4px 4px;
}

#main-contents ul {
  list-style-type: disc;
  margin: 0.5em 0 0.8em 1.5em;
}
#main-contents ul li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}
#main-contents ol {
  list-style-type: decimal;
  margin: 0.5em 0 0.8em 1.5em;
}
#main-contents ol li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}

/* コンテンツ共通パーツ */
#main-contents .has-c-red-color,
#top_contents .has-c-red-color {
  color: #e50011 !important;
}
#main-contents .has-c-red-background-color,
#top_contents .has-c-red-background-color {
  background-color: #e50011 !important;
}
#main-contents .c-red,
#top_contents .c-red {
  color: #e50011 !important;
}
#main-contents .center,
#top_contents .center {
  text-align: center !important;
}
#main-contents .right,
#top_contents .right {
  text-align: right !important;
}

#main-contents .font-xs,
#top_contents .font-xs {
  font-size: clamp(0.625rem, 0.5591603053rem + 0.2544529262vw, 0.75rem) !important;
}
#main-contents .font-s,
#top_contents .font-s {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem) !important;
}
#main-contents .font-m,
#top_contents .font-m {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem) !important;
}
#main-contents .font-l,
#top_contents .font-l {
  font-size: clamp(1rem, 0.9341603053rem + 0.2544529262vw, 1.125rem) !important;
}
#main-contents .font-xl,
#top_contents .font-xl {
  font-size: clamp(1.125rem, 1.0591603053rem + 0.2544529262vw, 1.25rem) !important;
}
#main-contents .font-xxl,
#top_contents .font-xxl {
  font-size: clamp(1.375rem, 0.9799618321rem + 1.5267175573vw, 2.125rem) !important;
}

#main-contents ul.sitemap {
  margin-left: 0;
  margin-top: 1em;
  list-style-type: none;
}
#main-contents ul.sitemap ul {
  list-style-type: none;
}
#main-contents ul.sitemap > li {
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #bbb;
  background: none;
}
#main-contents ul.sitemap > li ul.children {
  list-style-type: none;
  margin-top: 0.5em;
  margin-left: 0;
  padding-left: 0;
}
#main-contents ul.sitemap > li ul.children li {
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
}
#main-contents ul.sitemap > li ul.children li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #main-contents ul.sitemap > li {
    padding-left: 0.5em;
  }
  #main-contents ul.sitemap > li ul.children li {
    padding-left: 1em;
  }
  #main-contents ul.sitemap > li ul.children li:last-child {
    border-bottom: none;
  }
}

#main-contents .wp-pagenavi {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
#main-contents .wp-pagenavi a,
#main-contents .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 8px;
}

#main-contents .search-item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#main-contents .search-item h5 {
  margin-top: 5px;
}

#main-contents .wpcf7-spinner {
  display: block;
}
#main-contents .hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  padding: 0 5px;
  margin: 0 8px;
  color: #fff;
  background-color: #e50011;
}
#main-contents .hissu_rel {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: #e50011;
}
#main-contents .your-toikomoku .wpcf7-list-item {
  display: block;
}
#main-contents table.table-toiawase {
  border-collapse: collapse;
  border-top: 1px solid #b6c2d3;
  border-left: 1px solid #b6c2d3;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
#main-contents table.table-toiawase input[type=checkbox] {
  margin-right: 5px;
}
#main-contents table.table-toiawase th {
  border-right: 1px solid #b6c2d3;
  border-bottom: 1px solid #b6c2d3;
  vertical-align: middle;
  width: 28%;
  position: relative;
  padding: 10px;
  padding-right: 48px;
  background-clip: padding-box;
  background-color: #eff5fe;
}
#main-contents table.table-toiawase td {
  border-right: 1px solid #b6c2d3;
  border-bottom: 1px solid #b6c2d3;
  position: relative;
  padding: 10px;
  background-clip: padding-box;
}
#main-contents table.table-toiawase td .hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: #e50011;
}
#main-contents table.table-toiawase td .space_hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: transparent;
}
#main-contents table.table-toiawase td p {
  margin-bottom: 5px;
}
#main-contents table.table-toiawase td label {
  display: inline;
}
#main-contents table.table-toiawase td input[type=radio] {
  margin-right: 5px;
}
#main-contents table.table-toiawase td .radio_office_kibo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-contents table.table-toiawase td .radio_office_kibo span.wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
#main-contents table.table-toiawase td .check_keii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-contents table.table-toiawase td .check_keii span.wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
#main-contents table.table-toiawase td .keii_etc {
  width: 90%;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #main-contents table.table-toiawase tr {
    display: block;
    width: 100%;
  }
  #main-contents table.table-toiawase tr td,
  #main-contents table.table-toiawase tr th {
    display: block;
    width: 100%;
  }
}
#main-contents .submitbtn {
  margin-top: 20px;
  text-align: center;
}
#main-contents .submitbtn input {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 25px;
  cursor: pointer;
}
#main-contents .submitbtn input:disabled {
  color: #ccc;
  cursor: not-allowed;
}
#main-contents .wpcf7cp-btns {
  text-align: center;
}
#main-contents .wpcf7cp-btns .wpcf7-form-control {
  margin: 0 10px;
}
#main-contents #wpcf7cpcnf table th {
  width: 30%;
}
#main-contents #wpcf7cpcnf table td {
  width: 70%;
}
#main-contents .wpcf7 .ajax-loader {
  display: block;
}
#main-contents .wd5 {
  width: 5%;
}
#main-contents .wd15 {
  width: 15%;
}

#main-contents .wd100 {
  width: 100%;
}
#main-contents .wd90 {
  width: 90%;
}
#main-contents .wd80 {
  width: 80%;
}
#main-contents .wd75 {
  width: 75%;
}
#main-contents .wd70 {
  width: 70%;
}
#main-contents .wd65 {
  width: 65%;
}
#main-contents .wd60 {
  width: 60%;
}
#main-contents .wd55 {
  width: 55%;
}
#main-contents .wd50 {
  width: 50%;
}
#main-contents .wd45 {
  width: 45%;
}
#main-contents .wd40 {
  width: 40%;
}
#main-contents .wd35 {
  width: 35%;
}
#main-contents .wd30 {
  width: 30%;
}
#main-contents .wd25 {
  width: 25%;
}
#main-contents .wd20 {
  width: 20%;
}
#main-contents .wd15 {
  width: 15%;
}
#main-contents .wd10 {
  width: 10%;
}

#main-contents .wp-block-columns.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-contents .mrgbtm0 {
  margin-bottom: 0;
}
#main-contents .mrgbtm0 figure {
  margin-bottom: 0;
}
#main-contents .mrgbtm05 {
  margin-bottom: 0.5em;
}
#main-contents .mrgbtm1 {
  margin-bottom: 1em;
}
#main-contents .mrgbtm2 {
  margin-bottom: 2em;
}
#main-contents .mrgbtm3 {
  margin-bottom: 3em;
}
#main-contents .mrgleft1 {
  margin-left: 1em;
}
#main-contents .mrgleft2 {
  margin-left: 2em;
}
#main-contents .mrgleft3 {
  margin-left: 3em;
}

#main-contents .clear_float::after {
  clear: both;
  content: "";
  display: table;
}

#main-contents details {
  margin: 1px 0;
  padding: 0px 10px;
  border: 1px solid #d4d8db;
  border-radius: 6px;
}
#main-contents details summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 0.5em 0;
  padding-left: 20px;
  margin: 0;
  position: relative;
}
#main-contents details summary:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../images/ico_yaji_yoko_blue01.png");
  background-size: contain;
}
#main-contents details summary:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  border-radius: 6px 6px 0 0;
}
#main-contents details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
#main-contents details[open] {
  padding-bottom: 14px;
}
#main-contents details[open] summary {
  margin-bottom: 10px;
}
#main-contents details[open] summary:before {
  background-image: url("../images/ico_yaji_shita_blue01.png");
}
#main-contents details[open] summary:after {
  content: "";
  background-color: #f1f5f9;
}

#main-contents .post_extinfo {
  text-align: right;
  margin-bottom: 1em;
}

#main-contents .ggmap iframe {
  width: 100%;
  height: 450px;
}
#main-contents .youtube_iframe {
  width: 100%;
  aspect-ratio: 1/0.5625;
}
#main-contents .youtube_iframe iframe {
  width: 100%;
  height: 100%;
}

#main-contents .wp-block-columns.column_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-contents .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

#main-contents .table-wrap {
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main-contents .table-wrap:before {
    content: "表は左右にスクロールできます"; /* 文字化け対策のためUnicode変換 */
    color: #fff;
    font-size: 12px;
    background-color: #e07903;
    position: absolute;
    top: 0px;
    border-radius: 5px;
    padding: 0.05em 0.5em;
  }
  #main-contents .table-wrap {
    padding-top: 24px;
    overflow: scroll;
  }
  #main-contents .table-wrap table {
    width: 840px !important;
    max-width: none;
  }
  #main-contents .table-wrap .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 840px !important;
    max-width: none;
  }
  #main-contents {
    /* 2列テーブルを1列に */
  }
  #main-contents .table-1col th,
  #main-contents .table-1col td {
    width: 100% !important;
    display: block;
    border-top: none;
  }
  #main-contents .table-1col tr:first-child th {
    border-top: 1px solid #ddd;
  }
}

.news_container .new_mark {
  font-size: clamp(0.625rem, 0.5920801527rem + 0.1272264631vw, 0.6875rem);
  display: inline-block;
  line-height: 1.2;
  position: relative;
  top: -2px;
  padding: 1px 5px;
  margin-right: 5px;
  color: #fff;
  background-color: #e50011;
}
.news_container a {
  display: block;
  color: #00182e;
  text-decoration: none;
}
.news_container a:hover {
  opacity: 0.75;
}
.news_container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  padding: 30px 0;
  border-bottom: 1px solid #d4d8db;
  padding-right: 40px;
  position: relative;
}
.news_container dl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 36px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/ico_yaji06_rt_blue.svg");
  background-size: 15px auto;
  border-radius: 60px;
}
.news_container dl:hover {
  text-decoration: none;
}
.news_container dl:hover:before {
  -webkit-animation: mini_mov_yaji01 0.5s ease;
          animation: mini_mov_yaji01 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: none;
}
.news_container dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 1em;
}
.news_container dl dt time {
  font-size: clamp(0.75rem, 0.651240458rem + 0.3816793893vw, 0.9375rem);
  font-weight: bold;
  color: #808b96;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 0.5em;
  width: 94px;
}
.news_container dl dt .news_cat {
  font-size: clamp(0.625rem, 0.5591603053rem + 0.2544529262vw, 0.75rem);
  font-weight: bold;
  display: inline-block;
  padding: 2px 5px;
  color: #0060af;
  text-align: center;
  border: 1px solid #0060af;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.news_container dl dd {
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .news_container dl {
    display: block;
    padding: 20px 0;
    padding-right: 30px;
  }
  .news_container dl:before {
    top: 0;
    right: 0px;
    width: 24px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px auto;
    border-radius: 60px;
  }
  .news_container dl dt {
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .news_container dl dt time {
    width: auto;
    margin-right: 1em;
  }
  .news_container dl dt .news_cat {
    padding: 2px 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .news_container dl dd {
    line-height: 1.5;
  }
}

@-webkit-keyframes mini_mov_yaji01 {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 200% 50%;
  }
  51% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}

@keyframes mini_mov_yaji01 {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 200% 50%;
  }
  51% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.link_arrow {
  margin-top: min(50px, 5vw);
}
.link_arrow a {
  font-size: clamp(0.9375rem, 0.838740458rem + 0.3816793893vw, 1.125rem);
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 100px;
  height: 40px;
  color: #0060af;
  position: relative;
}
.link_arrow a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 88px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/ico_yaji_rt06_white.svg");
  background-size: 27px auto;
  background-color: #0060af;
  border-radius: 20px;
}
.link_arrow a:hover {
  text-decoration: none;
}
.link_arrow a:hover:before {
  -webkit-animation: mini_mov_maru_yaji 0.5s ease;
          animation: mini_mov_maru_yaji 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: none;
  color: #89ba52;
}

.contents_into_showroom #topsec_showroom .sec_header {
  display: none;
}

#topsec_showroom {
  padding: min(100px, 10vw) 0 min(100px, 10vw);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/top_bgimg_showroom.webp");
  background-size: cover;
}
#topsec_showroom .sec_header {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
}
#topsec_showroom .sec_inner {
  max-width: 1268px;
  padding: min(60px, 6vw) 0;
  margin: 0 auto;
}
#topsec_showroom .showroom_container {
  position: relative;
}
#topsec_showroom .showroom_container .showroom_btn {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
#topsec_showroom .showroom_container .showroom_btn:hover {
  opacity: 1;
}
#topsec_showroom .showroom_container .swr_btn01 {
  left: 4.6%;
  top: 17.2%;
  width: 15.53%;
}
#topsec_showroom .showroom_container .swr_btn02 {
  left: 19.4%;
  top: 19.3%;
  width: 14.27%;
}
#topsec_showroom .showroom_container .swr_btn03 {
  left: 70.5%;
  top: 22.13%;
  width: 11.67%;
}
#topsec_showroom .showroom_container .swr_btn04 {
  left: 81.38%;
  top: 19.91%;
  width: 13.8%;
}

#main-contents #pade-index-recruit {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/top_bgimg_recruit.webp");
  background-size: cover;
  border-radius: 6px;
  aspect-ratio: 1/0.253;
}
#main-contents #pade-index-recruit .sec_row {
  height: 100%;
}
#main-contents #pade-index-recruit .sec_row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em 4%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
#main-contents #pade-index-recruit .sec_row ul li {
  text-align: center;
}
#main-contents #pade-index-recruit .sec_row ul li a {
  font-size: clamp(1.125rem, 1.0591603053rem + 0.2544529262vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding-right: 34px;
  position: relative;
}
#main-contents #pade-index-recruit .sec_row ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 0px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/ico_yaji06_rt_blue.svg");
  background-size: 14px auto;
  background-color: #fff;
  border-radius: 4px;
}
#main-contents #pade-index-recruit .sec_row ul li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#main-contents #pade-index-recruit .sec_row ul li a:hover:before {
  -webkit-animation: mini_mov_yaji01 0.5s ease;
          animation: mini_mov_yaji01 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: none;
}

#main-contents #topsec_company.eng_company_index .sec_row01 .sec_col:first-child ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#main-contents #topsec_company {
  border-radius: 5px;
  background-color: #f5f5f5;
}
#main-contents #topsec_company .sec_row01 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-contents #topsec_company .sec_row01 ul li {
  margin-left: 0;
  padding-left: 0;
}
#main-contents #topsec_company .sec_row01 .sec_col:first-child {
  padding-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 55%;
}
#main-contents #topsec_company .sec_row01 .sec_col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 42%;
}
@media screen and (max-width: 768px) {
  #main-contents #topsec_company .sec_row01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 1em;
    padding-right: 1em;
  }
  #main-contents #topsec_company .sec_row01 .sec_col:first-child {
    width: 100%;
    padding-top: 0px;
    display: block;
  }
  #main-contents #topsec_company .sec_row01 .sec_col:first-child ul li {
    text-align: center;
    margin-bottom: 2em;
  }
  #main-contents #topsec_company .sec_row01 .sec_col:nth-child(2) {
    width: 100%;
    margin-bottom: 25px;
  }
}

#topsec_company .sec_header {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
}
#topsec_company .sec_row01 {
  max-width: 1440px;
  padding: min(60px, 6vw) min(80px, 8vw);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_company .sec_row01 .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 47%;
  padding-top: 40px;
}
#topsec_company .sec_row01 .sec_col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 46%;
}
#topsec_company .sec_row01 .sec_col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 4%;
}
#topsec_company .sec_row01 .sec_col:first-child ul:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
#topsec_company .sec_row01 .sec_col:first-child ul:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 64%;
          flex: 0 1 64%;
}
#topsec_company .sec_row01 .sec_col:first-child ul {
  font-size: clamp(1.0625rem, 1.0295801527rem + 0.1272264631vw, 1.125rem);
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  line-height: 1.4;
}
#topsec_company .sec_row01 .sec_col:first-child ul li {
  text-align: right;
  margin-bottom: 3em;
}
#topsec_company .sec_row01 .sec_col:first-child ul li a {
  display: inline-block;
  color: #00182e;
  padding-right: 48px;
  position: relative;
}
#topsec_company .sec_row01 .sec_col:first-child ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/ico_yaji06_rt_blue.svg");
  background-size: 15px auto;
  background-color: #fff;
  border-radius: 4px;
}
#topsec_company .sec_row01 .sec_col:first-child ul li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#topsec_company .sec_row01 .sec_col:first-child ul li a:hover:before {
  -webkit-animation: mini_mov_yaji01 0.5s ease;
          animation: mini_mov_yaji01 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #topsec_company .sec_row01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #topsec_company .sec_row01 .sec_col:first-child {
    width: 100%;
    padding-top: 0px;
    display: block;
  }
  #topsec_company .sec_row01 .sec_col:first-child ul li {
    text-align: center;
    margin-bottom: 2em;
  }
  #topsec_company .sec_row01 .sec_col:nth-child(2) {
    width: 100%;
    margin-bottom: 25px;
  }
}

#busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item .st_title {
  letter-spacing: 0;
}
#busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item .st_inner_links > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
#busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item .st_inner_links > ul > li:nth-child(2n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 768px) {
  #busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item .st_inner_links > ul > li {
    text-align: center;
  }
  #busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item .st_inner_links > ul > li > a {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item.bisi_item01 .st_inner_links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item.bisi_item01 .st_inner_links > ul > li:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item.bisi_item02 .st_inner_links > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
#busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item.bisi_item02 .st_inner_links > ul > li:nth-child(2n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58%;
          flex: 0 1 58%;
}
@media screen and (max-width: 768px) {
  #busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item.bisi_item02 .st_inner_links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item.bisi_item02 .st_inner_links > ul > li:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 768px) {
  #busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item.bisi_item03 .st_inner_links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item.bisi_item03 .st_inner_links > ul > li:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 768px) {
  #busi_stretch_container.eng_stretch_cont .stretch_col .stretch_item {
    padding: 1em 0.5em 1em 1em;
  }
}

#busi_stretch_container a {
  color: #fff;
}
#busi_stretch_container a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#busi_stretch_container .stretch_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2%;
  height: 434px;
}
@media screen and (max-width: 768px) {
  #busi_stretch_container .stretch_row {
    display: block;
    height: auto;
  }
  #busi_stretch_container .stretch_row .stretch_col {
    margin-bottom: 25px;
  }
}
#busi_stretch_container .stretch_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#busi_stretch_container .stretch_col .stretch_item {
  color: #fff;
  height: 100%;
  border-radius: 6px;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#busi_stretch_container .stretch_col .stretch_item .st_title_en {
  text-align: center;
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  margin-bottom: 0.25em;
  opacity: 0.7;
}
#busi_stretch_container .stretch_col .stretch_item .st_title {
  text-align: center;
  font-size: clamp(1rem, 0.6378816794rem + 1.3994910941vw, 1.6875rem);
  font-weight: bold;
  margin-bottom: 1.25em;
  letter-spacing: 2px;
}
#busi_stretch_container .stretch_col .stretch_item .st_inner_links {
  display: none;
  opacity: 1;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
@starting-style {
  #busi_stretch_container .stretch_col .stretch_item .st_inner_links {
    opacity: 0;
  }
}
#busi_stretch_container .stretch_col .stretch_item .st_inner_links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 2%;
  font-size: clamp(0.75rem, 0.5195610687rem + 0.8905852417vw, 1.1875rem);
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.4;
}
#busi_stretch_container .stretch_col .stretch_item .st_inner_links > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  text-align: right;
  margin: 0;
  padding: 0;
}
#busi_stretch_container .stretch_col .stretch_item .st_inner_links > ul > li > a {
  display: inline-block;
  width: 100%;
  padding-right: 24px;
  position: relative;
}
#busi_stretch_container .stretch_col .stretch_item .st_inner_links > ul > li > a:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/ico_yaji06_rt_blue.svg");
  background-size: 11px auto;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #busi_stretch_container .stretch_col .stretch_item .st_inner_links > ul > li > a:before {
    top: 3px;
    width: 14px;
    height: 14px;
    background-size: 7px auto;
  }
}
#busi_stretch_container .stretch_col .stretch_item .st_inner_links > ul > li > a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#busi_stretch_container .stretch_col .stretch_item .st_inner_links > ul > li > a:hover:before {
  -webkit-animation: mini_mov_yaji01 0.5s ease;
          animation: mini_mov_yaji01 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #busi_stretch_container .stretch_col .stretch_item .st_inner_links > ul > li > a {
    padding-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  #busi_stretch_container .stretch_col .stretch_item .st_inner_links {
    display: block;
  }
}
#busi_stretch_container .stretch_col .stretch_item.bisi_item01 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/top_bgimg_busi01.webp");
  background-size: auto 100%;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  #busi_stretch_container .stretch_col .stretch_item.bisi_item01 {
    background-size: cover;
  }
  #busi_stretch_container .stretch_col .stretch_item.bisi_item01 .st_inner_links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 54%;
            flex: 0 1 54%;
  }
  #busi_stretch_container .stretch_col .stretch_item.bisi_item01 .st_inner_links > ul > li:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
  }
}
#busi_stretch_container .stretch_col .stretch_item.bisi_item02 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/top_bgimg_busi02.webp");
  background-size: auto 100%;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  #busi_stretch_container .stretch_col .stretch_item.bisi_item02 {
    background-size: cover;
  }
  #busi_stretch_container .stretch_col .stretch_item.bisi_item02 .st_inner_links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  #busi_stretch_container .stretch_col .stretch_item.bisi_item02 .st_inner_links > ul > li:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 58%;
            flex: 0 1 58%;
  }
}
#busi_stretch_container .stretch_col .stretch_item.bisi_item03 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/top_bgimg_busi03.webp");
  background-size: auto 100%;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  #busi_stretch_container .stretch_col .stretch_item.bisi_item03 {
    background-size: cover;
  }
  #busi_stretch_container .stretch_col .stretch_item.bisi_item03 .st_inner_links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
  #busi_stretch_container .stretch_col .stretch_item.bisi_item03 .st_inner_links > ul > li:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
}
@media screen and (max-width: 768px) {
  #busi_stretch_container .stretch_col .stretch_item {
    padding: 1em 0.5em 1em 0.1em;
  }
}
#busi_stretch_container .stretch_col.is_active {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
}
#busi_stretch_container .stretch_col.is_active .stretch_item {
  background-size: cover;
}
#busi_stretch_container .stretch_col.is_active .st_inner_links {
  display: block;
}
#busi_stretch_container .stretch_col.is_hide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 14%;
          flex: 0 1 14%;
}
#busi_stretch_container .stretch_col.is_hide .stretch_item {
  padding: 1em 0.25em;
}

#side_link_kanren {
  display: none;
  z-index: 9750;
  position: fixed;
  width: 62px;
  height: 62px;
  top: 45%;
  right: 0;
  visibility: hidden;
}
#side_link_kanren a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 5px;
  background: url("../images/btn_side_link_kanren.png") no-repeat 0 0;
}
#side_link_kanren a.en_kanren_link_btn {
  background: url("../images/btn_side_link_kanren_en.png") no-repeat 0 0;
}

@media screen and (max-width: 768px) {
  #fancybox-wrap {
    width: 90% !important;
    left: 5% !important;
  }
}

/* スマホメニュー */
.sliding-menu-content {
  font-size: 14px;
  font-size: 0.875rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 90%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #3d4144;
  z-index: 999990;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sliding-menu-content a {
  color: #fff;
}
.sliding-menu-content a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.sliding-menu-content.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sliding-menu-content .drawer_close_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sliding-menu-content .drawer_close_btn .icon_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 112px;
  height: 64px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background-color: #0060af;
  cursor: pointer;
}
.sliding-menu-content .drawer_close_btn .icon_close img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .drawer_close_btn {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 60px;
    z-index: 500;
    padding-top: 12px;
    padding-right: 12px;
  }
  .sliding-menu-content .drawer_close_btn .icon_close {
    width: 36px;
    height: 36px;
  }
  .sliding-menu-content .drawer_close_btn .icon_close img {
    width: 26px;
  }
}
.sliding-menu-content #drawer_navi.eng_navi {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.sliding-menu-content #drawer_navi.eng_navi > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sliding-menu-content #drawer_navi.eng_navi > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sliding-menu-content #drawer_navi.eng_navi > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.sliding-menu-content #drawer_navi.eng_navi > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.sliding-menu-content #drawer_navi.eng_navi .ft_sitemap_col:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.sliding-menu-content #drawer_navi.eng_navi .ft_sitemap_col:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.sliding-menu-content #drawer_navi.eng_navi .ft_sitemap_col:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content #drawer_navi.eng_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3.5em 1em 1.5em;
  }
  .sliding-menu-content #drawer_navi.eng_navi .ft_sitemap_col {
    padding: 0 1em;
    border-left: 1px solid #7b8690;
  }
  .sliding-menu-content #drawer_navi.eng_navi .ft_sitemap_col:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .sliding-menu-content #drawer_navi.eng_navi .ft_sitemap_col:nth-child(2) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .sliding-menu-content #drawer_navi.eng_navi .ft_sitemap_col:nth-child(3) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.sliding-menu-content #drawer_navi {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5em 1fr 0.5em 1fr 0.5em 1fr 0.5em 1fr 0.5em 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 2em auto;
  grid-template-rows: auto auto;
  gap: 2em 0.5em;
  padding: 1.5em 3em;
}
.sliding-menu-content #drawer_navi > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sliding-menu-content #drawer_navi > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sliding-menu-content #drawer_navi > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.sliding-menu-content #drawer_navi > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.sliding-menu-content #drawer_navi > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.sliding-menu-content #drawer_navi > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.sliding-menu-content #drawer_navi > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.sliding-menu-content #drawer_navi > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.sliding-menu-content #drawer_navi > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.sliding-menu-content #drawer_navi > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.sliding-menu-content #drawer_navi > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.sliding-menu-content #drawer_navi > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.sliding-menu-content #drawer_navi .ft_sitemap_col {
  padding: 0 1em;
  border-left: 1px solid #7b8690;
}
.sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(2) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(5) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.sliding-menu-content #drawer_navi .inner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sliding-menu-content #drawer_navi .inner_row .inner_col {
  padding: 0 1em;
}
.sliding-menu-content #drawer_navi ul.gnavi > li {
  font-size: clamp(1rem, 0.9670801527rem + 0.1272264631vw, 1.0625rem);
  font-weight: bold;
}
.sliding-menu-content #drawer_navi ul.gnavi > li > ul.sub-menu {
  margin-top: 1em;
}
.sliding-menu-content #drawer_navi ul.gnavi > li > ul.sub-menu > li {
  color: #fff;
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: normal;
  margin-bottom: 0.5em;
}
.sliding-menu-content #drawer_navi ul.gnavi > li > ul.sub-menu > li > a {
  color: #fff;
}
.sliding-menu-content #drawer_navi ul.gnavi > li + li {
  margin-top: 1em;
}
.sliding-menu-content #drawer_navi ul.menu_md {
  margin-top: 1em;
}
.sliding-menu-content #drawer_navi ul.menu_md li.sub_menu_title > a {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.sliding-menu-content #drawer_navi ul.menu_md > li {
  color: #fff;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-weight: normal;
}
.sliding-menu-content #drawer_navi ul.menu_md > li > a {
  color: #fff;
}
.sliding-menu-content #drawer_navi ul.menu_md > li > ul.sub-menu {
  margin-top: 1em;
}
.sliding-menu-content #drawer_navi ul.menu_md > li > ul.sub-menu > li {
  color: #fff;
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: normal;
  margin-bottom: 0.5em;
}
.sliding-menu-content #drawer_navi ul.menu_md > li > ul.sub-menu > li > a {
  color: #fff;
}
.sliding-menu-content #drawer_navi ul.gnavi_s > li {
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: normal;
  margin-bottom: 0.5em;
}
.sliding-menu-content #drawer_navi ul + ul.gnavi_s {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content #drawer_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3.5em 1em 1.5em;
  }
  .sliding-menu-content #drawer_navi .ft_sitemap_col {
    padding: 0 1em;
    border-left: 1px solid #7b8690;
  }
  .sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(2) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(3) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(4) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .sliding-menu-content #drawer_navi .ft_sitemap_col:nth-child(5) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .sliding-menu-content #drawer_navi .inner_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sliding-menu-content #drawer_navi .inner_row .inner_col {
    padding: 0 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .sliding-menu-content #drawer_navi .inner_row .inner_col ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 4%;
  }
  .sliding-menu-content #drawer_navi .inner_row .inner_col ul.sub-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
  .sliding-menu-content #drawer_navi ul.gnavi > li > ul.sub-menu > li {
    margin-bottom: 1em;
  }
  .sliding-menu-content #drawer_navi ul.gnavi_s > li {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .sliding-menu-content {
    width: 100%;
  }
}

.menu-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #313437;
  opacity: 0;
  visibility: hidden;
  z-index: 999980;
}
.menu-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 112px;
  height: 64px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background-color: #0060af;
}
@media screen and (max-width: 768px) {
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
  opacity: 0.75;
}

.drawer-hamburger-icon .icon_open img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .drawer-hamburger-icon .icon_open img {
    width: 26px;
  }
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}