@charset "utf-8";
/*
Theme Name: JST.
Theme URI: https://orchidlamb41.sakura.ne.jp/dnc_en2025/
Description: dnc_en_2025
Version: 1.0

-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}
html {
    margin-top: 0px !important;
}
ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body {
    font-family: "Noto Sans jP", sans-serif;
    font-size: 16px;
    line-height: 2;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#000;text-decoration:none;}
a:hover{color:#000;}
a:active, a:focus {outline:0;}

a {
    transition: 0.4s;
}
a:hover {
    /* opacity: 0.6; */
}
img {
    width: 100%;
    display: block;
    height: auto;
}
/* フォーム
------------------------------------------------------------*/



/* 全体
------------------------------------------------------------*/
.sp{
  display: none;
}
.bx {
    overflow: hidden;
}
.lbx {
    float: left;
}
.rbx {
    float: right;
}
.inn1400 {
    max-width: 1400px;
    margin: 0 auto;
}
section {
    padding: 150px 0 0;
    overflow: hidden;
}
h1.page_ttl {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    height: 300px;
}
h2.ttl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 50px;
}
.h2_txt {
    line-height: 2;
}
.h3_txt {
    line-height: 2;
    text-align: left;
}
h3.ttl {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    background: linear-gradient(120deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 189, 227, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h3.ttl_h3 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 50px;
}
.btn_area01 {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}
a.link_btn01 {
    display: block;
    text-align: center;
    width: 250px;
    color: #fff;
    background: linear-gradient(270deg, rgba(0, 110, 213, 1) 0%, rgba(0, 79, 153, 1) 100%);
    padding: 16px 16px;
    position: relative;
    font-size: 14px;
}
a.link_btn01:after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(img/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
}
/*************
/* ヘッダー
*************/
header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 0 0 40px;
    /* overflow: hidden; */
    z-index: 1000;
    background-color: #000000bd;
    height: 80px;
}
.logo_area {
    float: left;
    width: auto;
    height: 80px;
}
.logo_area a {
    padding: 8px 0;
    display: block;
    height: 100%;
}
.logo_area img {
    width: auto;
    display: block;
    height: 100%;
}
.breadcrumbs {
    font-size: 12px;
    padding: 8px 0;
}
.home .breadcrumbs {
    display: none ;
}
.last_sec_pb {
    padding-bottom: 150px;
}


/**************************
/* メイン画像　TOPスライド
**************************/
section.main_area {
    position: relative;
}
section.main_area h1 {
    position: absolute;
    margin: auto;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 50px;
    font-size: 40px;
}
section.slider_area{
  padding: 0;
}

   /* ==== スライダー本体スタイル ==== */
    #slider {
      position: relative;
      width: 100%;
      height: 90vh;           /* お好みで調整 */
      overflow: hidden;
      touch-action: pan-x;     /* 縦スクロールは抑止 */
      overscroll-behavior: none;/* iOSでのプルリフレッシュ抑止 */
      user-select: none;
      cursor: grab;
    }
#slider {
  touch-action: pan-y;           /* 縦パン(スクロール)のみブラウザ既定に任せる */
  overscroll-behavior-x: contain;/* 横方向の overscroll はスライダー内に閉じ込め */
}
    .slides {
      position: relative;
      width: 100%;
      height: 100%;
    }
    .slide {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      pointer-events: none;    /* 画像上のドラッグ選択を抑制 */
      user-drag: none;
      user-select: none;
    }
    .slide.active {
      opacity: 1;
    }

    /* ==== ドットインジケーター ==== */
    #dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 1000;           /* 画像より前面に */
      pointer-events: none;    /* 親要素で一旦抑制 */
    }
    .dot {
      width: 12px; height: 12px;
      border-radius: 50%;
      background: #ffffff80;
      transition: background 0.3s;
      pointer-events: auto;    /* ドット自身はクリック可能に */
      cursor: pointer;
    }
    .dot.active {
      background: #ffffff;
    }
#slider h1.page_ttl {
    font-size: 100px;
    font-weight: 900;
    line-height: 1.2;
}
#slider h1.page_ttl span {
    font-size: 60px;
}
/*************
/* メガメニュー
*************/
.header-list {
  display: flex;
  justify-content: end;
}
.header-item {
  transition: background-color .3s;
}
.header-item:hover {
    background-color: #717171a8;
}
.header-item a {
    color: #fff;
    display: block;
    padding: 32px 18px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
.header-item:hover a {
    color: #fff;
}
li.header-item.contact {
    margin-left: 18px;
}
li.header-item.contact {
    color: #fff;
    padding: 0 40px;
    background: linear-gradient(120deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 189, 227, 1) 100%);
}
.megaMenu {
    background-color: #636363c7;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    width: 100%;
}
.megaMenu-list {
  padding-bottom: 30px;
  padding-top: 30px;
}
.megaMenu-item {
  display: inline-block;
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}
.megaMenu ul li {
    margin: 0 0%;
    width: calc(100% / 3);
    padding: 1%;
}
.megaMenu ul li a {
    line-height: 1.5;
    border: 1px solid;
}
nav a.current {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(148, 235, 255, 1) 35%, rgba(89, 197, 255, 1) 100%);
    color: #222;
}

/*************
/* ハンバーガーメニュー
*************/
nav.hd_nv {
    display: none;
}
.el_humburger {
    position: fixed;
    top: 30px;
    right: 80px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
}

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
}

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}
.sns {
    margin-top: 40px;
}
.sns img {
    width: 30px;
}
.sns a {
    display: inline-block;
    float: right;
}

.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #ccc;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    z-index: 3;
    padding: 80px 40px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
}

.js_humburgerOpen .navi {
  transform: translateZ(0) translateX(0);
}

.navi_item {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}
.navi_item.op_innerLink {
  cursor: pointer;
}

.el_spChildNavOpen {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding: 10px;
}

.js_openParent.js_fire>.el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js_openParent.js_fire>.el_spChildNavOpen>.el_spChildNavOpen_wrapper:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.el_spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.el_spChildNavOpen_wrapper:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111;
  position: absolute;
  top: calc(50% - 1px);
}

.el_spChildNavOpen_wrapper:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111;
  position: absolute;
  left: calc(50% - 1px);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.nav_child {
  padding-top: 20px;
}

.nav_child_item {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.nav_child_item > a {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* top: 0; */
}

.nav_child_item:last-child {
  margin-bottom: 0px;
}

.js_openSwitch {
  cursor: pointer;
}

.js_openTarget {
  display: none;
}




/*************
/* フッター
*************/
.home .breadcrumbs_area {
  display: none;
}

footer {
    background-color: #222;
    color: #ffffff;
    position: relative;
    padding: 80px 0;
}
footer .lbx {
    width: 30%;
}
footer .rbx {
    margin-top: 0;
    width: 60%;
}
img.logo_ft {
    width: 100%;
}
.logo_ft_area {
    width: 80px;
    margin-bottom: 24px;
}
.ft_com_name {
    margin-bottom: 24px;
}
.ft_logo_under span {
    display: block;
}
.ft_logo_under span.red {
    display: inline-block;
    margin-right: 4px;
}
.ft_logo_under.u01 {
    margin-bottom: 24px;
}

footer ul > li > a {
    padding: 0 16px;
    font-size: 14px;
}
footer ul > li > a:hover {
    color: #7f7f7f;
}

footer ul {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 24px 0;
    margin-bottom: 16px;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 28px;
}
ul.ft_nav > li > ul > li > ul.sub-menu a {
    padding-left: 15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
}
ul.ft_nav > li > ul > li {
    margin-bottom: 16px;
}
ul.ft_nav > li > ul > li > a {
    font-weight: bold;
}

small {
    /* font-family: 'Noto Sans JP', sans-serif; */
    text-align: center;
    display: block;
    margin: 0;
    padding: 4px 0;
    position: relative;
    background-color: #fff;
}


/*************
/* タブ
*************/


.tab-list{
  display: flex;
}

.tab-list-item {
    width: 25%;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-right: none;
}
.tab-list-item:last-child{
    border-right: 1px solid #ccc;

}
.tab-contents{
  display: none;
}

.is-btn-active {
    background-color: #004f9a;
    color: #fff;
}

.is-contents-active{
  display: block;
}

/*************
/* ループスライダー
*************/
.loopslider {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 200px; */
}
    .slider-track {
      display: flex;
      gap: 30px;
      will-change: transform;
      touch-action: pan-y;
    }
    /* PC: 一度に5枚表示 */
    .loopslide {
      flex: 0 0 calc((100% - 4 * 30px) / 5);
    }
    .loopslide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .looparrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: #fff;
      border: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
    }
    .looparrow.left { left: 10px; }
    .looparrow.right { right: 10px; }

    /* ドットインジケーター */
    .dots {
      position: absolute;
      bottom: 10px;
      width: 100%;
      display: flex;
      justify-content: center;
      pointer-events: none;
    }
    .dot {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      border-radius: 50%;
      background: rgba(255,255,255,0.5);
      cursor: pointer;
      pointer-events: all;
      transition: background 0.3s;
    }
    .dot.active { background: #fff; }

    /* スマホ: 一度に1枚表示 + 左右余白 */
    @media (max-width: 767px) {
      .loopslider {
        padding: 0 15px;
      }
      .slider-track {
        gap: 15px;
      }
      .loopslide {
        flex: 0 0 100%;
      }
    }


/*************
/* TOPページ
*************/

section.rec_area .rc_list ul {
    display: flex;
    flex-wrap: wrap;
}
section.rec_area .rc_list ul li.cat_list_detail {
    width: calc(100% / 3);
    padding: 0 1%;
}
section.rec_area {
    background-image: url(img/top/rc_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 150px;
}
section.rec_area h2.ttl {
    text-align: center;
}
.home h2.ttl {
    color: #fff;
}
span.en {
    font-size: 20px;
}
h2.ttl span {
    display: block;
}
h2.ttl span.jp:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    margin: 16px 0;
    background: linear-gradient(120deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 189, 227, 1) 100%);
}
section.rec_area h2.ttl span.jp:after {
    margin: 16px auto;
    width: 100px;
}
span.en {
    font-size: 20px;
    color: #ccc;
}
.rc_list img {
    margin-bottom: 16px;
}
.rc_list h3.ttl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 16px 0px 24px 24px;
    line-height: 1.4;
}
.rc_list h3.ttl span {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.rc_list img {
    margin-bottom: 16px;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.rc_list h3.ttl:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(img/logo_h3.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.home h3.ttl {
    color: #fff;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.news_area .lbx {
    width: 32%;
}
section.news_area .rbx {
    width: 68%;
}
section.news_area ul li {
    border-bottom: 1px solid #ccc;
}
section.news_area ul li a {
    line-height: 1;
    display: block;
    padding: 32px 0;
}
section.news_area ul li a time {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;

}
.cat_area span.news_cat {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
    font-size: 12px;
    background-color: #004f9a;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    line-height: 1;
}
section.news_area ul li a .news_ttl {
    display: inline-block;
    vertical-align: middle;
}
section.about_area .bx {
    /* margin-right: calc(50% - 50vw); */
    margin-left: calc(50% - 50vw);
    /* padding-left: calc(50vw - 50%); */
    /* padding-right: calc(50vw - 50%); */
}
section.about_area .rbx {
    width: 32%;
}
section.about_area .lbx {
    width: 68%;
    padding-right: 5%;
}

.if_movie {
    aspect-ratio: 16 / 9;
    width: 60%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.if_movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section.works_area h2.ttl {
    text-align: center;
}
section.works_area .bx {
    margin-top: 50px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    /* padding-left: calc(50vw - 50%); */
    /* padding-right: calc(50vw - 50%); */
}
section.works_area .lbx {
    width: 50%;
}
section.works_area .rbx {
    width: 50%;
}
section.works_area .bx img{
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
section.works_area .bx a {
    position: relative;
}
section.works_area .bx a span.bg_cl {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000029;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}
section.works_area .bx h3.ttl {
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    color: #fff;
    z-index: 100;
}
section.technology_area h2.ttl {
    text-align: center;
}
.loop_slider_area {
    margin-top: 50px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    /* padding-left: calc(50vw - 50%); */
    /* padding-right: calc(50vw - 50%); */
}
section.people_area .lbx {
    width: 32%;
}
section.people_area .rbx {
    width: 68%;
    padding-left: 5%;
}
section.people_area .rbx img{
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
section.people_area {
    padding-bottom: 150px;
}
section.people_area .bx {
    margin-right: calc(50% - 50vw);
}
section.page_head span.bg_cl {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
section.page_head h1.page_ttl {
    position: absolute;
    margin: auto;
    height: 70px;
    width: 100%;
    text-align: center;
    top: 0;
    bottom: 0;
    z-index: 100;
    line-height: 1.4;
}

/*************
/* 下層ページ ヘッダー
*************/
section.page_head {
    padding: 0;
    position: relative;
}
section.page_head img {
    height: 40vh;
    object-fit: cover;
}

/*************
/* 下層ページ　NEWS一覧
*************/

.list_style01 ul {
    display: flex;
    flex-wrap: wrap;
}

.list_style01 ul li {
    flex: 23%;
    max-width: 23%;
    margin-bottom: 32px;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 1% 24px;
}
.list_style01 ul li img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 16px;
}
.cat_area {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.cat_area span{
    display: inline-block;
    vertical-align: middle;
}
span:has(time) {
    margin-right: 10px;
}
section.category_link_area .cat_list {
    display: flex;
    flex-wrap: wrap;
}
.cat_list_detail {
    width: calc(100% / 3);
    padding: 16px;
}
section.category_link_area:last-of-type {
    margin-bottom: 150px;
}
.cat_list_detail a {
    display: block;
    /* text-align: center; */
    border-image: linear-gradient(to bottom, #04023b 0%, #00aad8 100%) 1 !important;
    border: 1px solid;
    height: 100%;
}
.home section.rec_area {
    background-image: url(img/top/top_rec_bg.jpg);
}

/*************
/* 下層ページ　NEWS詳細
*************/
.inn960 {
    max-width: 960px;
    margin: 0 auto;
}
.news_post_img {
    margin-bottom: 50px;
}
.news_post_img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
section.news_post .cat_area {
    margin-bottom: 50px;
}
h2.post_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 24px;
}
.pagenav {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}





/*************
/* 下層ページ　Company
*************/
section.com_01 {
    background-image: url(img/com_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.com_02 {
    padding-bottom: 150px;
    background: linear-gradient(0deg, rgb(222 232 255 / 47%) 0%, rgba(255, 255, 255, 1) 100%);
}
.map_area {
    position: relative;
    margin-bottom: 24px;
    width: 100%;
    height: 450px;
}
.map_area iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
section.com_02 h2.ttl {
    text-align: center;
}
section.com_02 h2.ttl span.jp:after {
    margin: 16px auto;
}
.list_area01 table {
    width: 100%;
    margin-bottom: 1px;
}
.list_area01 table th, .list_area01 table td {
    padding: 24px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.list_area01 table th {
    width: 25%;
}
.list_area01 table td {
    width: 75%;
}
.list_area01 table th {
    width: 25%;
    /* background-color: #004f99; */
    /* color: #fff; */
}
section.left_img_area .bx {
    margin-left: calc(50% - 50vw);
}
section.left_img_area .rbx {
    width: 32%;
}
section.left_img_area .lbx {
    width: 68%;
    padding-right: 5%;
}
section.right_img_area .bx {
    margin-right: calc(50% - 50vw);
}
section.right_img_area .lbx {
    width: 32%;
}
section.right_img_area .rbx {
    width: 68%;
    padding-left: 5%;
}
h2.ttl.phil_ttl_h2_00 {
    font-size: 54px;
    margin-bottom: 0;
}


/*************
/* 下層ページ　offices
*************/
.offices_list table {
    width: 100%;
}
.offices_list table th, .offices_list table td {
    padding: 24px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.offices_list table th {
    width: 25%;
    background-color: #004f99;
    color: #fff;
}
.offices_list table tr td:first-of-type {
    width: 40%;
}
.offices_list table tr td:nth-of-type(2) {
    width: 35%;
    height: 300px;
    position: relative;
}
.offices_list table tr td:nth-of-type(2) iframe{
    width: 100%;
    height: 100%;
}
ul.office_list_detail li {
    margin-bottom: 8px;
    line-height: 1.5;
}



/*************
/* 下層ページ　history
*************/

.timeline {
    width: 100%;
}
.timeline li {
    position: relative;
    list-style: none;
    padding: 0 0 20px 0;
}
.timeline li dt, .timeline li dd {
    font-size: 16px;
    display: inline-block;
    text-align: left;
    padding-right: 12px;
    vertical-align: top;
}
.timeline dl {
    margin: 0 0 20px 3em;
}
.timeline li dt {
    width: 40%;
}
.timeline li dd {
    width: 55%;
}
.timeline li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 22.76em;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 50%;
}
.img_area {
    display: flex;
    margin-top: 24px;
}
.img_area .his_img {
    max-width: 48%;
    margin-right: 2%;
}
span.his_txt {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    display: block;
    line-height: 1.4;
}
.border-line {
    position: absolute;
    left: 23em;
    top: 0;
    width: 2px;
    height: 0;
    background: #ccc;
}


/*************
/* 下層ページ　sustainability
*************/
section.sustainability_area .rbx {
    width: 70%;
    padding-left: 5%;
}
section.sustainability_area .lbx {
    width: 30%;
}
section.sustainability_area .h2_txt {
    margin: 50px 0;
}
.float_r_box {
    float: right;
}
section.sustainability_area .float_r_box {
    font-size: 24px;
    font-weight: bold;
}

/*************
/* 下層ページ　Environment / Safety / Quality Policy
*************/
section.e_s_q_area .float_r_box {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}
section.e_s_q_area .float_r_box img {
    width: 200px;
    margin-top: 24px;
}
span.sign_img {
    display: flex;
    justify-content: end;
}

/*************
/* 下層ページ　SDGs
*************/
.page-template-page-sdgs h2.ttl {
    text-align: center;
}
.sdgs_icon_area {
    margin-top: 50px;
}
.sdgs_icon_area ul {
    display: flex;
}


/*************
/* 下層ページ　environment
*************/
.activity_list table tr.sec01 {
    background: #e6e6e6;
}
.activity_list table th.ttl_01 {
    background-color: #4c4948;
}
.activity_list table th {
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    width: 15%;
    vertical-align: middle;
    padding: 16px;
}
.activity_list table td {
    border: 1px solid #bbbbbb;
    font-size: 14px;
    font-weight: 400;
    padding: 16px;
    vertical-align: middle;
    line-height: 28px;
}
.activity_list table th.ttl_02 {
    background-color: #00428b;
}
.activity_list table tr.sec02 {
    background-color: #d2d5ec;
}
.activity_list table tr.sec03 {
    background-color: #feecd2;
}
.activity_list table th.ttl_03 {
    background-color: #e07f00;
}
.activity_list table tr.sec04 {
    background-color: #d6eace;
}
.activity_list table th.ttl_04 {
    background-color: #387d39;
}
.environment_img_list {
    margin: 50px 0;
}
.environment_img_list ul {
    display: flex;
    flex-wrap: wrap;
}
.environment_img_list ul li {
    flex: 49%;
    max-width: 49%;
    margin: 0 0.5%;
}
.environment_img_list ul li img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.environment_img_list ul li h4 {
    text-align: center;
    padding: 8px 0;
}
section.environment_area .bx {
    margin-top: 50px;
}


/*************
/* 下層ページ　agriculture
*************/
table.social_list {
    width: 100%;
}
table.social_list th,table.social_list td{
    padding: 24px;
    border: 1px solid #ccc; 
    vertical-align: middle;
}
table.social_list th {
    background-color: #004f99;
    color: #fff;
}
section.agriculture_area .bx {
    margin-top: 50px;
}
.agriculture_img_list ul {
    display: flex;
    flex-wrap: wrap;
}
.agriculture_img_list ul li {
    flex: 32.3%;
    max-width: 32.3%;
    margin: 0 0.5%;
}
.agriculture_img_list ul li img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.img_area_sca {
    margin-top: 50px;
}
.img_area_sca ul {
    display: flex;
    flex-wrap: wrap;
}
.img_area_sca ul li {
    flex: 49%;
    max-width: 49%;
    margin: 0 0.5%;
}
.img_area_sca ul li h4 {
    margin-top: 8px;
}
/*************
/* 下層ページ　contact
*************/

span.required {
    color: #ff0000;
}
section.contact_area table {
    width: 100%;
    margin: 50px 0;
}
section.contact_area table th, section.contact_area table td {
    border: 1px solid #ccc;
    padding: 24px;
    vertical-align: middle;
}
section.contact_area table th {
    color: #fff;
    background-color: #04519a;
}
.bg_g {
    background-color: #f5f5f5;
    padding: 8px 16px;
    margin: 32px 0 16px 0;
}
.pp_detail {
    border: 1px solid #ccc;
    padding: 24px;
    margin: 30px 0;
    overflow-y: scroll;
    height: 300px;
}
select {
    border: 1px solid #ddd;
    padding: 16px;
    position: relative;
}
input[type="text"] {
    border: 1px solid #ddd;
    padding: 8px 16px;
}
input[type="email"] {
    border: 1px solid #ddd;
    padding: 8px 16px;
}
textarea {
    overflow: auto;
    border: 1px solid #ddd;
    padding: 8px 16px;
}
.agree {
    text-align: center;
}
.check {
    text-align: center;
}
input[type="submit"] {
    color: #fff;
    padding: 31px 40px;
    background: linear-gradient(270deg, rgba(0, 110, 213, 1) 0%, rgba(0, 79, 153, 1) 100%);
    width: 40%;
    text-align: center;
    margin: 24px auto;
    display: block;
}


/*************
/* 下層ページ　privacy
*************/
article.page-template-page-privacy h2.ttl{
    font-size: 24px;
}
article.page-template-page-privacy hr {
    margin: 50px 0;
}



/*************
/* 下層ページ　privacy
*************/
article.page-template-page-basic-policy h2.ttl{
    font-size: 24px;
}
article.page-template-page-basic-policy hr {
    margin: 50px 0;
}


/*************
/* 下層ページ　our pople
*************/

.department {
    margin: 8px 0;
    color: #009261;
}
section.our_people .sub_ttl {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

/*************
/* 下層ページ　our pople詳細
*************/
article.single-our_people section.right_img_area .rbx img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
article.single-our_people section.left_img_area .lbx img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.schedule_detail_area {
    display: flex;
}
.schedule_row.schedule_img {
    flex: 40%;
    max-width: 40%;
}
.schedule_row.schedule_txt_area {
    flex: 60%;
    max-width: 60%;
    padding-left: 5%;
}
span.schedule_ttl {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
span.schedule_txt {
    line-height: 1.8;
}


/*************
/* 下層ページ　technology一覧
*************/
article.post-type-archive-technology .list_style01 ul li img {
    height: auto;
    aspect-ratio: auto;
}



/*************
/* 下層ページ　works 一覧
*************/
section.works .cat_area span {
    display: inline-block;
    font-size: 10px;
    background-color: #009261;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 4px;
}
span.cnst_area {
    margin-bottom: 4px;
}
section.search_area {
    background-color: #f8faff;
    padding-bottom: 150px;
    margin-top: 150px;
}
section.search_area ul li {
    font-size: 20px;
    padding: 16px;
    display: flex;
}
section.search_area ul li span {
    width: 30%;
    display: flex;
    align-items: center;
}
section.search_area ul li select {
    width: 70%;
    font-size: 18px;
    padding: 8px 16px;
}
.wp-pagenavi {
    line-height: 2;
    text-align: center;
}
/*************
/* 下層ページ　works 詳細
*************/
section.works_single_area img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.c_sgl_area {
    margin: 50px 0 16px;
    color: #009261;
    line-height: 1;
}
.c_sgl_area span {
    display: block;
    line-height: 1.5;
}

.c_country_flag img {
    width: 50%;
    border: 1px solid #ccc;
    margin-top: 8px;
}
.gallery_area li {
    margin-bottom: 50px;
}
li.sdgs img {
    aspect-ratio: 1 / 1;
    width: 100px;
}
section.works_single_area .list_area01 table ul {
    display: flex;
}

/*************
/* 下層ページ　map page
*************/
section.map_area {
    padding: 0;
    /* aspect-ratio: 16 / 9; */
}
.show-pc { display:block; }
.show-sp { display:none; }

/* ====== Map 基本レイアウト ====== */
.map-container{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;               /* マップの比率に合わせる */
  background: no-repeat center/contain;
  overflow: visible;
}
.pin{
  position: absolute;
  transform: translate(-50%, -50%); /* 点の中心を座標に合わせる */
  outline: none;
}
.dot {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ccc;
    /*box-shadow: 0 0 0 3px rgb(61 48 255 / 51%);*/
    /*transition: transform .15s ease;*/
}
.dot::after, .dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    /* background: #ccff00; */
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    /* animation: pulse 2s infinite; */
}
.dot::before {
  /*animation-delay: 1s;  1秒ずらす＝ドクン…ドクン */
}

@keyframes pulse {
  0%   { transform: translate(-50%, -50%) scale(1);   opacity: 0.6; }
  50%  { transform: translate(-50%, -50%) scale(1.8); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(1);   opacity: 0; }
}

.pin:hover .dot, .pin:focus .dot{ transform: scale(1.15); }
/* ====== Tooltip ====== */
.tooltip {
    position: absolute;
    top: -8px;
    left: 14px;
    transform: translateY(-100%) scale(.96);
    transform-origin: 0% 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease-out, visibility 0s linear .22s, /* 終了時にvisible解除 */ transform .32s cubic-bezier(.2,.8,.2,1);
    will-change: transform, opacity;
    display: block;
    align-items: center;
    gap: 10px;
    min-width: 160px;
    max-width: 260px;
    padding: 10px 12px;
    background: #fff;
    color: #111;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    z-index: 5;
    pointer-events: none;
}
.meta {
    margin-top: 8px;
}
.country {
    display: block;
    background-color: #004f99;
    padding: 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
a.term-link {
    font-size: 12px;
    border: 1px solid #ccc;
    display: block;
    margin-top: 4px;
    text-align: center;
}
/* 見せる状態：hover/focus/タップで .is-open */
.pin:hover .tooltip,
.pin:focus .tooltip,
.pin.is-open .tooltip{
  opacity: 1;
  visibility: visible;
  transform: translateY(calc(-100% - 4px)) scale(1); /* ほんの少し上に上がる */
  transition:
    opacity .22s ease-out,
    visibility 0s,
    transform .38s cubic-bezier(.18,.9,.22,1.1);     /* ほんのりバウンス */
  pointer-events: auto;
}

/* さらにリッチに：出現の最初の瞬間だけ“弾む”キーフレーム */
.pin:hover .tooltip,
.pin:focus .tooltip,
.pin.is-open .tooltip{
  animation: tooltip-pop .38s cubic-bezier(.18,.9,.22,1.1);
}
@keyframes tooltip-pop{
  0%   { transform: translateY(-96%) scale(.9);   opacity: 0; }
  60%  { transform: translateY(calc(-100% - 6px)) scale(1.03); opacity: 1; }
  100% { transform: translateY(calc(-100% - 4px)) scale(1);    opacity: 1; }
}

/* 端が近くて右に出したい時のバリエ（必要な .pin に .flip を付与） */
.pin.flip .tooltip{
  left: auto; right: 14px; transform-origin: 100% 100%;
}
.pin.flip:hover .tooltip,
.pin.flip:focus .tooltip,
.pin.flip.is-open .tooltip{
  transform: translateY(calc(-100% - 4px)) scale(1);
}

/* アニメ減らしたいユーザー設定に配慮 */
@media (prefers-reduced-motion: reduce){
  .tooltip,
  .pin:hover .tooltip,
  .pin:focus .tooltip,
  .pin.is-open .tooltip{
    transition: none !important;
    animation: none !important;
    transform: translateY(-100%) scale(1);
  }
}
/* ツールチップがマップ外ではみ出せるように */
.map-container { overflow: visible; }

/* まず各要素に position を与えて“重なり階層”を作る */
.pin { position: absolute; transform: translate(-50%, -50%); z-index: 0; }
.dot { position: relative; z-index: 1; }            /* 点は奥（低め） */
.tooltip { position: absolute; z-index: 10; }        /* 吹き出しを前面に */

/* 波紋を使っている場合（::before / ::after）も背面に固定 */
.dot::before,
.dot::after {
  position: absolute;
  z-index: 0;     /* これが無いと波紋が前に来がち */
}

/* ツールチップが操作できるように */
.tooltip { pointer-events: auto; }
.dot { pointer-events: none; } /* 点自身に当たり判定が要らなければ付けると更に安心 */





ul.country-list {
    display: flex;
    flex-wrap: wrap;
}

ul.country-list li {
    flex: 25%;
    padding: 1%;
    max-width: 25%;
}
ul.country-list li a {
    display: flex;
    padding: 8px;
    border: 1px solid #ccc;
}
ul.country-list li a img {
    aspect-ratio: 16 / 9;
    width: 30%;
    object-fit: contain;
}
ul.country-list li a span.name {
    display: flex;
    align-items: center;
}
section.country_map_list {
    padding-top: 0;
}
/*************
/* 下層ページ　各募集
*************/
section.rec_detail_area01.rec_01 {
    background-image: url(img/rec_bk01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.rec_detail_area02.rec_01 {
    background-image: url(img/rec_bk02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.rec_detail_area03.rec_01 {
    background-image: url(img/rec_bk03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.url_area .lbx,section.url_area .rbx {
    width: 50%;
    padding: 24px;
}
section.url_area a {
    width: 400px;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    background: linear-gradient(120deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 189, 227, 1) 100%);
    color: #fff;
    line-height: normal;
    padding: 24px;
    box-sizing: border-box;
    margin: 0 auto;
}
section.url_area {
    text-align: center;
}
section.url_area .h2_txt{
    margin-bottom: 50px;
}
section.url_area h2.ttl span.jp:after {
    margin: 16px auto;
}
section.form_area {
    text-align: center;
}
section.form_area h2.ttl span.jp:after {
    margin: 16px auto;
}














/*************
/* 下層ページ　ContactForm7
*************/
table.CF7_table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
}

table.CF7_table tr{
    border-top: 1px solid #ccc;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
    display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
    border: 1px solid #d8d8d8;
    padding: 16px;
}
.CF7_table textarea {
    width: 100%;
}
.CF7_table ::placeholder {
    color:#797979;
}

/*「必須」文字*/
.CF7_req {
    font-size: 12px;
    padding: 5px;
    background: #f79034;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}

/*「任意」文字*/
.CF7_unreq{
    font-size:.9em;
    padding: 5px;
    background: #bdbdbd;/*グレー*/
    color: #fff;
    border-radius: 3px;
    margin-right:1em;
}
input[type="checkbox"] {
    width: auto;
}
/* タイトル列 */
.CF7_table th {
    width: 30%;
    background-color: #ebedf5;
    padding: 24px;
    vertical-align: middle;
}
.CF7_table td{
        width: 70%;
        padding: 24px;    
}
/* レスポンシブ */
@media screen and (max-width: 768px){
    table.CF7_table{
    width:95%;
    }
    .CF7_table tr, .CF7_table td, .CF7_table th{
    display: block;
    width: 100%;
    line-height:2.5em;
    }
    .CF7_table th{
    background-color:#ebedf5;
    }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    background-color:#f79034;/* オレンジ*/
    border:0;
    color:#fff;
    font-size:1.2em;
    font-weight:bold;
    margin:0 auto;
}

.CF7_btn{
    text-align:center;
    margin-top:20px;
}

.wpcf7-spinner{
    width:0;
    margin:0;
}
section.rec_area .rc_list ul li.cat_list_detail .h3_txt {
    padding: 16px;
}
.page-template-page-privacy-policy ul,.page-template-page-privacy-policy ol {
    list-style: auto;
    list-style-position: inside;
    margin-top: 50px;
}
.page-template-page-privacy-policy ul > li > ul, .page-template-page-privacy-policy ol > li >ol {
    margin-left: 50px;
    margin-bottom: 50px;
}
.page-template-page-privacy-policy h2.ttl {
    margin-top: 100px;
}
.page-template-page-privacy-policy ol li{
    margin-bottom: 16px;
}
/*============================================================================================

~1400px

===============================================================================================*/
@media screen and (max-width:1400px){
  .inn1400 {
    padding: 0 20px;
}
}


/*============================================================================================

~1366px

===============================================================================================*/
@media screen and (max-width:1366px){
}

/*============================================================================================

~1280px

===============================================================================================*/
@media screen and (max-width:1280px){
#slider h1.page_ttl {
    font-size: 70px;
}
#slider h1.page_ttl span {
    font-size: 30px;
}
h1.page_ttl {
    height: 200px;
}
    li {
        font-size: 14px !important;
    }
.header-item a {
        padding: 33px 8px;
    }
    .header-item a {
        font-size: 14px;
    }
body {
    font-size: 14px;
    line-height: 1.5;
}
section.main_area h1 {
    font-size: 32px;
}
h2.ttl {
}
h3.ttl {
}

h3.ttl_h3 {
    line-height: 1.4;
    margin-bottom: 24px;
}
h1.page_ttl {
}
section.page_head h1.page_ttl {
        height: 70px;
}
h2.post_ttl {
    font-size: 18px;
}
h2.ttl.phil_ttl_h2_00 {
    font-size: 40px;
}
}

/*============================================================================================

~1080px

===============================================================================================*/
@media screen and (max-width:1080px){
nav.header-nav.pc_nav {
    display: none;
}
nav.hd_nv {
    display: block;
}
nav.header-nav.pc_nav {
    display: none;
}

nav a {
    padding: 16px;
    box-sizing: border-box;
    display: block;
}
.el_humburger {
    right: 40px;
}
    .logo_area a {
        padding: 8px 0px;
    }
.logo_area {
        float: left;
        width: 100px;
    }
    #slider h1.page_ttl {
        font-size: 60px;
    }
h2.ttl {
        font-size: 32px;
    }
h3.ttl {
    }
.rc_list h3.ttl span {
    font-size: 14px;
}
span.en {
    font-size: 16px;
}
section.rec_area .rc_list ul li.cat_list_detail {
    width: calc(100% / 2);
    padding: 0 1%;
    margin-bottom: 24px;
}



section.news_area ul li a .news_ttl {
    display: block;
    margin-top: 16px;
}
section.news_area .lbx,section.news_area .rbx {
    width: 100%;
    float: none;
}
section.about_area .lbx {
    width: 100%;
    padding-right: 20%;
    float: none;
    margin-bottom: 50px;
}
section.about_area .bx {
    margin-left: 0;
}
section.about_area .rbx {
    width: 100%;
    float: none;
}
section.people_area .lbx {
    width: 100%;
    float: none;
}
section.people_area .rbx {
    width: 80%;
    padding-left: 0;
    margin-top: 50px;
}
section.people_area .bx {
    margin-right: 0;
}
.loop_slider_area {
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
}
section.left_img_area .bx {
    margin-left: 0;
}
section.left_img_area .rbx {
    width: 100%;
    float: none;
}
section.left_img_area .lbx {
        width: 100%;
        padding-right: 20%;
        float: none;
        margin-top: 50px;
    }
section.right_img_area .bx {
    margin-right: 0;
}
section.right_img_area .lbx {
        width: 100%;
        float: none;
    }
section.right_img_area .rbx {
    width: 80%;
    padding-left: 0;
    margin-top: 50px;
}
.border-line {
    left: 17em;
}
.timeline li::after {
        left: 16.7em;
    }


}

/*============================================================================================

~960px

===============================================================================================*/
@media screen and (max-width:960px){
.inn960 {
    padding: 0 20px;
}
h1.page_ttl {
    font-size: 32px;
}
    section.page_head h1.page_ttl {
        height: 30px;
    }
h2.ttl {
        font-size: 24px;
    }
h3.ttl {
        text-align: left;
    }
.rc_list h3.ttl {
    padding: 0px 24px 16px 24px;
}
.rc_list h3.ttl:before {
    width: 40px;
    height: 40px;
    top: -12px;
}

    .border-line {
        left: 14em;
    }
.timeline li::after {
        left: 13.7em;
    }

    .table_area table {
        width: 1200px;
    }
    .table_area {
        overflow-x: scroll;
    }
}

/*============================================================================================

~768px

===============================================================================================*/
@media screen and (max-width:768px){
.sp{
  display: block;
}
.pc{
    display: none;
}

#slider {
    height: 60vh;
}
    #slider h1.page_ttl {
        font-size: 40px;
    }
footer .lbx, footer .rbx {
    width: 100%;
    float: none;
}
.logo_ft_area {
        width: 80px;
        margin: 0 auto 24px;
    }
footer .rbx {
    display: none;
}
.ft_com_name {
    margin-bottom: 16px;
    text-align: center;
    line-height: 1;
}
.ft_logo_under span {
    display: block;
    text-align: center;
}
section.main_area h1 {
    left: 0;
    right: 0;
    width: 90%;
}
section.main_area h1 {
        line-height: 1.5;
    }
h1.page_ttl {
    }
h2.ttl {
}
.list_style01 ul li {
    flex: 48%;
    max-width: 48%;
}
span.news_cat {
    font-size: 10px;
    padding: 4px 8px;
}
    .pagenav span {
        width: 45%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 16px;
    }
section.news_post {
    padding: 40px 0 0;
}
section.news_post .cat_area {
    margin-bottom: 20px;
}
.cat_list_detail {
    width: calc(100% / 2);
    padding: 16px;
}
.list_area01 table th, .list_area01 table td {
    display: block;
    width: 100%;
}
.list_area01 table th, .list_area01 table td {
    border-bottom: none;
}
.list_area01 table td:last-of-type {
        border-bottom: 1px solid #ccc;
}
h2.ttl.phil_ttl_h2_00 {
    font-size: 26px;
}
    .offices_list table th, .offices_list table td {
        display: block;
        width: 100% !important;
        border-bottom: 0;
    }
.offices_list table td:last-of-type {
        border-bottom: 1px solid #ccc;
        margin-bottom: 24px;
    }
    .timeline li::after {
        left: 10.5em;
    }
.border-line {
        left: 10.8em;
    }
section.sustainability_area .rbx {
    width: 100%;
    padding-left: 0;
    float: none;
}
section.sustainability_area .lbx {
    width: 100%;
    float: none;
}
section.sustainability_area .h2_txt {
    margin: 30px 0;
}
section.sustainability_area .flot_r_box {
    font-size: 18px;
}
article.page-template-page-e_s_q-policy h1.page_ttl {
    line-height: 1.5;
    top: -60px;
}
section.contact_area table th, section.contact_area table td {
    display: block;
    width: 100%;
    border-bottom: 0;
}
section.contact_area table td:has(textarea) {
    border-bottom: 1px solid #ccc;
}
button, input, optgroup, select, textarea {
    width: 100%;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 30%;
}
.schedule_detail_area {
    display: block;
}
.schedule_row.schedule_img {
    flex: 40%;
    max-width: 100%;
}
.schedule_row.schedule_txt_area {
    flex: 60%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 16px;
}
  .show-pc { display:none; }
  .show-sp { display:block; }
.country-list{
  list-style:none; margin:16px 0; padding:0; display:grid; gap:10px;
}
.country-list li a{
  display:flex; align-items:center; gap:10px;
  padding:12px 14px; border:1px solid #eee; border-radius:10px; text-decoration:none;
}
.country-list .flag{
  width:28px; height:18px; object-fit:cover; border:1px solid rgba(0,0,0,.08); border-radius:3px;
}
ul.country-list li {
    flex: 49%;
    padding: 1%;
    max-width: 49%;
}
.pin {
    display: none;
}
.list_area01 table th {
    background-color: #ccc;
}
section.com_02 {
    padding-bottom: 80px;
}
section.url_area .lbx, section.url_area .rbx {
        float: none;
        width: 100%;
        padding: 24px 0;
    }
h2.ttl {
    text-align: center;
}
h2.ttl span.jp:after{
    margin: 16px auto;
}
section.url_area .lbx a, section.url_area .rbx a {
    font-size: 16px;
}
}

/*============================================================================================

~480px

===============================================================================================*/
@media screen and (max-width:480px){
header {
    padding: 0 0 0 20px;
    height: 60px;
}
.logo_area img {
    height: 40px;
}
.logo_area a {
        padding: 10px 0px;
    }
    .el_humburger {
        right: 20px;
        top: 20px;
    }
section {
    padding: 80px 0 0;
}
    section.rec_area .rc_list ul li.cat_list_detail {
        width: calc(100% / 1);
    }

h2.ttl {
        font-size: 24px;
    }
section.rec_area {
    padding-bottom: 80px;
}
.rc_list h3.ttl {
    padding: 16px 0px 30px 24px;
}




.if_movie {
    width: 100%;
}
    section.about_area .lbx {
        padding-right: 0%;
    }
    section.works_area .bx {
        margin-top: 50px;
        /* margin-right: 0; */
        /* margin-left: 0; */
    }
section.works_area .rbx, section.works_area .lbx {
    float: none;
    width: 100%;
    display: block;
}
    section.works_area .bx h3.ttl {
        position: fixed;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
section.people_area .rbx {
        width: 100%;
    }
  section.people_area {
    padding-bottom: 80px;
}
.list_style01 ul li {
    flex: 100%;
    max-width: 100%;
}
section.category_link_area {
    margin-bottom: 80px;
}
.last_sec_pb {
    padding-bottom: 80px;
}
section.left_img_area .lbx {
        padding-right: 0%;
    }
section.right_img_area .rbx {
        width: 100%;
    }
.timeline dl {
    margin: 0 0 20px 0;
}
.timeline li::after {
        left: 6.7em;
    }
    .border-line {
        left: 7em;
    }
.img_area .his_img {
    max-width: 100%;
    margin-right: 0;
}
.img_area {
    display: block;
}
.img_area .his_img:nth-child(2) {
    margin-top: 16px;
}
section.e_s_q_area .float_r_box {
    font-size: 14px;
}
.environment_img_list ul li {
    flex: 100%;
    max-width: 100%;
    margin: 0 0 8px;
}
.agriculture_img_list ul li {
    flex: 100%;
    max-width: 100%;
    margin: 0 0 8px;
}
.img_area_sca ul li {
    flex: 100%;
    max-width: 100%;
    margin: 0 0 8px;
}
input[type="submit"] {
    width: 100%;
}
section.search_area {
    padding-bottom: 80px;
    margin-top: 80px;
}
ul.country-list li {
        flex: 100%;
        padding: 1%;
        max-width: 100%;
    }
    section.page_head h1.page_ttl {
        height: 60px;
        padding: 0 24px;
    }
section.url_area a {
    width: 100%;
}
}
