/*
Theme Name:nihonshouonkenkyuujo02
Theme URI:
Description:
Author:PLUSIDEA
Author URI:https://plusidea.co.jp/
Version:7.7
*/


@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
    min-width: 320px;
    font-size: 100%;
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 0;
    font-size: 1.6rem;
}

img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 1;
}

span.big {
    font-size: 30px;
}

span.red {
    color: #ff3333;
    font-weight: bold;
}

table {
    border-collapse: collapse;
}

dh {
    color: #555;
    font-size: 20px;
    font-weight: bold;
}

.flr {
    float: right;
}

.fll {
    float: left;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}

.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

.no_post {
    text-align: center;
    padding: 20px 0;
}

/*------------------パンくずリスト------------*/

/*.breadcrumg-area ul {
    padding-left: 0;
    margin-bottom: 30px;
}

.breadcrumg-area ul li {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

.breadcrumg-area ul li::before {
    position: absolute;
    left: 0;
    content: ">";
    color: #333;
}

.breadcrumg-area ul li:first-child {
    padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before {
    display: none;
}*/


.breadcrumg-area {
    width: 100%;
}

.breadcrumg-area ul {
    padding-left: 0;
    padding: 32px 0 40px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.breadcrumg-area ul li {
    display: inline;
    padding-left: 17px;
    position: relative;
    margin-left: 10px;
}

.breadcrumg-area ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    color: #333;
    width: 7px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./img/arrow_pan.png);
}

.breadcrumg-area ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.breadcrumg-area ul li:first-child::before {
    display: none;
}

.breadcrumg-area ul li,
.breadcrumg-area ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.inner {
    max-width: 1000px;
    margin: auto;
}


.tac {
    text-align: center !important;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}


/*----------------------------------------------------------------------
ハンバーガーメニュー
----------------------------------------------------------------------*/

/* ---------
hamburger menu
--------- */

.hamburger-company-name {
    color: #d58034;
    margin-bottom: 10%;
}

.hamburger-tel {
    width: 170px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex !important;
    background-color: #eee9e6;
    margin: 0 auto;
    margin-top: 15%;
}

.hamburger-tel img {
    width: 32px;
}

.hamburger-tel p {
    font-family: Cinzel-Bold;
    color: #544541;
    font-size: 20px;
}


/*z-index*/
.drawer-inner {
    position: relative;
    z-index: 999999999999;
}

.drawer-overlay {
    z-index: 9990;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 9999;
}


/*メニューデザイン*/
.drawer-menu {
    margin: 0 10px;
    padding: 5%;
    text-align: center;
}


.drawer-menu a {
    display: block;
    padding: 5% 0;
    font-size: 20px;
    line-height: 30px;
}

.drawer-menu-item {
    color: rgb(34 34 34);
}


.drawer--top.drawer-open .drawer-nav {
    top: 0;
    background-color: #333333;
    min-height: 100vh;
}

.drawer--top.drawer-open .drawer-nav a {
    color: #fff;
    padding: .75rem;
    margin-left: 30px;
    text-align: left;
    font-weight: 600;
}

.drawer--top.drawer-open .drawer-nav a.drawer-menu-item {
    color: #f9d531;
}

.drawer--top.drawer-open .drawer-nav .drawer-dropdown p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-left: 30px;
    text-align: left;
    font-weight: 600;

}

.drawer--top.drawer-open .drawer-nav .drawer-dropdown p.drawer-menu-item {
    color: #f9d531;
}

.drawer-dropdown.open>.drawer-dropdown-menu {
    background: black;
}

nav.drawer-nav .headLang {
    margin-bottom: 30px;
}

/*ボタン*/


#d_btn {
    margin: 11px;
}

.drawer-hamburger {
    width: 33px;
    padding: 18px 13px 30px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    /*background-color: #d58034;*/
    /*background-color: #544541;*/
    width: 20px !important;
}

.drawer-hamburger-icon:before {
    top: -7px !important;
}

.drawer-hamburger-icon:after {
    top: 7px !important;
}

.drawer.drawer-open .drawer-hamburger-icon:before {
    top: 0 !important;
}

.drawer.drawer-open .drawer-hamburger-icon:after {
    top: 0 !important;
}


button.drawer-toggle.drawer-hamburger {
    background: #ffd600;
    margin: 31px 24px 0 0;
    padding: 8px 10px 18px;
    width: 20px;
}

.d-btn-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
}

/*ドロップダウンメニューをスムーズに*/
.ddm-fadeOn {

    opacity: 1;
    animation-duration: 0.6s;
    animation-name: fade-in;
    -moz-animation-duration: 0.6s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-name: fade-in;

}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.sp650-only {
    display: none;
}

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

    .sp650-only {
        display: block;
    }
}


/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
#hoem header {
    background: url(./img/navBg.png) no-repeat;
    background-position: calc(0% - -502px);
}

#mn ul li {
    align-self: center;
    text-align: center;
}

nav#mn ul li a {
    color: #fff;
    font-size: 14px;
}

section.sl .c {
    position: relative;
}

/* 言語スイッチャー */
li.lang-item.lang-item-8.lang-item-ja.lang-item-first,
li.lang-item.lang-item-15.lang-item-zh {
    border-right: 1px solid #fff;
}

.passT,
.passL {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu>li a {
    display: block;
    color: #fff;
}

#mn li a:hover {
    opacity: 1;
}

.menu>li:hover a {
    color: #f9d531 !important;
    opacity: 1;
}

.menu>li:hover ul li a {
    color: #fff !important;
}

.menu>li:hover ul li:hover a {
    color: #f9d531 !important;
}

.headLang {
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    margin: 0 0 0 auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    box-sizing: border-box;
}

.headLang p {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #7F7F7F;
}

.headLang p img {
    margin-right: 5px;
}

.headLang a {
    font-size: 12px;
    color: #fff;
    padding: 0 17px;
    height: 20px;
    display: flex;
    align-items: center;
}

#mn li+li {
    margin: 0 0 0 5px;
}

.headLang a:hover {
    color: #f9d531;
}

a.bR {
    border-right: 1px solid #fff;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu>li:hover {
    /*background: #072A24;*/
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 49px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level>li {
    /*    float: left;*/
    width: 32%;
    border: none;
}

ul.menu__second-level {
    flex-wrap: wrap !important;
}

ul.menu__second-level li {
    width: 240px !important;
    text-align: left !important;
    margin: 0 !important;
}

ul.menu__second-level li a {
    font-size: 16px !important;
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    line-height: 40px;
}

ul.menu__second-level li.msl_li_top {
    width: 100% !important;
}

#home header#bn.fx {
    position: fixed;
    background: url(./img/headerBg4.png) no-repeat !important;
}

#page header#bn.fx {
    position: fixed;
    /*    background: url(./img/headerBg3.png) no-repeat !important;
*/
}

#bn {
    z-index: 99999999;
}

#bn.fx h1,
#bn h1 {
    top: 20px;
    left: 50px;
    width: 250px;
}

#home #bn {
    background: url(./img/navBg.png) no-repeat;
    background-position: calc(0% + 502px);
}

/*----------------------------------------------------------------------
mainvisual
----------------------------------------------------------------------*/
.ic>p {
    text-align: center;
    font-size: 59px;
    letter-spacing: 4px;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: bold;
}

img.n-font {
    width: 60%;
    padding-right: 10px;
}

img.n-logo {
    margin-bottom: 20px;
}

/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/
.ttlBox h2 {
    font-size: 46px;
    color: #f9d531;
    letter-spacing: 7px;
    font-weight: 500;
    line-height: 46px;
}

p.subTtl {
    font-size: 22px;
    color: #fff;
    margin: 20px 0;
    line-height: 22px;
    text-shadow: 0 0 3px #252525;
}

p.topText {
    margin-top: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    text-shadow: 0 0 3px #252525;
}

p.topTextS {
    font-size: 14px;
    text-shadow: 0 0 3px #252525;
}

a.btn.mr {
    background: #f9d531;
    text-align: center;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    width: 250px !important;
    padding: 20px 0;
    position: relative;
    letter-spacing: 2px;
    transition: all .3s ease;
}

a.btn.mr::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 16px;
    background: url(./img/btnVecter.png) no-repeat;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
}

a.btn.mr:hover {
    letter-spacing: 4px;
}

.vs.hf.making .ly {
    align-items: flex-end !important;
}

.news .ttlBox p.subTtl {
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
    text-shadow: none;
}

.news-list time {
    width: auto;
    font-size: 17px;
    line-height: 17px;
}

span.cat {
    width: 80px;
    margin: 0 20px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    letter-spacing: 0px;
    padding: 2px 0;
}

span.cat.news {
    background: #8cc63f;
}

span.cat.ongoing {
    background: #78caed;
}

span.cat.case {
    background: #fbb03b;
}

span.cat.other {
    background: #78caed;
}

.news-list p {
    font-size: 17px;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.news-list {
    margin: 50px auto;
}

ul.news-list a {
    padding: 23px 15px;
    align-items: center;
}

section.pg.news a.btn.mr {
    display: block;
    margin: auto;
}

section.rec_int {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

section.rec_int>div {
    width: 50%;
}

section.rec_int p {
    color: #fff;
}

.fWrp {
    width: 55%;
    margin: 90px auto;
    box-sizing: border-box;
}

.recruit {
    border-top: 10px solid #f9d531;
}

.interview {
    border-bottom: 10px solid #f9d531;
}

.fWrp a.btn.mr {
    margin-top: 45px;
}

.contactArea {
    max-width: 1150px;
    width: 95%;
    margin: auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactBox {
    max-width: 366px;
    min-width: 300px;
    width: 32%;
    border: 5px solid #f9d531;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    transition: all .3s;
}

.contactBox:hover {
    background: #f9d531;
}

.contactBox:first-child {
    margin: 0;
}

.contactBox:after {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    top: 0;
    right: 8%;
    bottom: 0;
    margin: auto;
    background: url(./img/bottomVecter.png) no-repeat;
}

.contactBox.mail:after {
    background: url(./img/icon_link.svg) no-repeat;
}

.contactBox.tel:after {
    content: none;
}

.contactBox a::before,
.contactBox .modalBtn::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contactBox.catalog .modalBtn::before {
    left: 13%;
    background: url(./img/bookIcon.png) no-repeat;
    background-size: contain;
    background-position: center center;
}

.contactBox.mail a::before {
    left: 8%;
    background: url(./img/mailIcon.png) no-repeat;
    background-size: contain;
    background-position: center center;
}

.contactBox.tel a::before {
    left: 8%;
    background: url(./img/tellIcon.png) no-repeat;
    background-size: contain;
    background-position: center center;
}


.contactBox a,
.contactBox .modalBtn {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
}

.telnum {
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 0.6;
}

span.uketsuke {
    font-size: 10px !important;
    margin-left: 0 !important;
    display: block;
    margin-top: 3px;
}

.recruit {
    background: url(./img/recruitBg.jpg) no-repeat;
    background-size: cover;
}

.interview {
    background: url(./img/interviewBg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.contactBox.catalog a,
.contactBox.mail a {
    letter-spacing: 0px;
}




.modalBtn {
    font-size: 16px;
    cursor: pointer;
}

/*--- オーバーレイ ---*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

/*--- モーダルウィンドウ ---*/
.modal {
    display: none;
    position: absolute;
    top: 0;
    /*right: 0;*/
    bottom: 0;
    /*left: 0;*/
    z-index: 2;
    width: 100%;
    height: 285px;
    padding: 30px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
}

.modal.m2 {
    position: absolute;
    right: -170%;
}

.catalogLink {
    background: #717171;
    text-align: center;
    font-size: 21px;
    color: #fff;
    box-shadow: 5px 5px 5px #ddd;
    border-radius: 15px;
    margin-bottom: 50px;
}

.close {
    font-size: 16px;
}

.modal .modalTxt {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

.modal .close {
    text-align: center;
    cursor: pointer;
}

.modal .catalogLink a {
    color: #fff;
    font-weight: normal;
}

.modal .catalogLink {
    position: relative;
}

.modal .catalogLink.pre::after {
    position: absolute;
    content: "";
    background: url(./img/search.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.modal.m2 .catalogLink.dl::after {
    position: absolute;
    content: "";
    background: url(./img/dl.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.aboutInt {
    overflow: hidden;
}

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
footer nav div a {
    color: #fff;
}

footer nav div a:hover {
    opacity: 1;
    color: #f9d531;
}

#page-top {
    position: fixed;
    bottom: 40px;
    right: 2%;
}

#page-top a {
    text-decoration: none;
    width: 50px;
    display: block;
}

p#page-top img {
    filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}





/*----------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------*/


/************************************
** ■見出しカスタマイズ（h1-6）
************************************/
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    /*見出し初期化*/
    padding: 0;
    margin: 0;
    font-size: medium;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: normal;
    position: relative;
}

.single-post h1 {
    /*見出し１（タイトル）カスタマイズ*/
    background: #ffddee;
    /*背景カラー*/
    font-size: 22px;
    /*フォントサイズ*/
    letter-spacing: 1px;
    /*文字間隔*/
    margin: -8px -8px 20px -8px;
    padding: 9px 10px 9px 10px;
    border-left: 10px solid #fe619a;
    /*左ラインの太さとカラー*/
    line-height: 35px;
    /*高さ*/
    border-radius: 3px;
    /*角丸コーナー*/
}

.single-post h2 {
    /*見出し２カスタマイズ*/
    background: #fff7d2;
    /*背景カラー*/
    font-size: 20px;
    /*フォントサイズ*/
    letter-spacing: 2px;
    /*文字間隔*/
    margin: 35px -8px 20px -8px;
    padding: 10px 7px 10px 10px;
    border-left: 7px solid #f9d531;
    /*左ラインの太さとカラー*/
    border-bottom: 1px solid #f9d531;
    /*アンダーラインの太さとカラー*/
    line-height: 27px;
    /*高さ*/
}

.single-post h3 {
    /*見出し３カスタマイズ*/
    background: #fff7d2;
    /*背景カラー*/
    font-size: 18px;
    /*フォントサイズ*/
    letter-spacing: 2px;
    /*文字間隔*/
    margin: 35px -8px 20px -8px;
    padding: 9px 7px 9px 10px;
    border-left: 5px solid #f9d531;
    /*左ラインの太さとカラー*/
    line-height: 25px;
    /*高さ*/
}

.single-post h4 {
    /*見出し４カスタマイズ*/
    background: #fff7d2;
    /*背景カラー*/
    font-size: 16px;
    /*フォントサイズ*/
    letter-spacing: 2px;
    /*文字間隔*/
    margin: 35px -8px 20px -8px;
    padding: 8px 7px 8px 10px;
    border-left: 2px solid #f9d531;
    /*左ラインの太さとカラー*/
    line-height: 23px;
    /*高さ*/
}

.single-post h5 {
    /*見出し５カスタマイズ*/
    background: #fff7d2;
    /*背景カラー*/
    font-size: 16px;
    /*フォントサイズ*/
    letter-spacing: 2px;
    /*文字間隔*/
    margin: 35px 20px 20px 20px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #f9d531;
    /*周囲ラインの太さとカラー*/
    line-height: 27px;
    /*高さ*/
    text-align: center;
    /*文字位置中央*/
    border-radius: 6px;
    /*角丸コーナー*/
    box-shadow: 3px 3px 2px #ffd60052;
    /*シャドー*/
}

.single-post h6 {
    /*見出し６カスタマイズ*/
    font-size: 16px;
    /*フォントサイズ*/
    letter-spacing: 2px;
    /*文字間隔*/
    margin: 35px 0px 20px 0px;
    padding: 8px 16px 8px 25px;
    line-height: 25px;
    /*高さ*/
    background-color: #fff7d2;
    /*背景カラー*/
    border-radius: 10px;
    /*角丸コーナー*/
    position: relative;
}

.single-post h6::after {
    /*見出し６の逆三角部分のカスタマイズ*/
    position: absolute;
    top: 100%;
    left: 20px;
    content: '';
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 13px solid #ffddee;
}


#page header {
    background: url(./img/pageNavrBg.png) no-repeat;
    background-position: 20%;
}

.pageTop {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.pageTtl {
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pageTtl h1 {
    font-size: 66px;
    letter-spacing: 11px;
    color: #f9d531;
    line-height: 1em;
    text-shadow: 1px 2px 3px #888888;
}

.pageTtl p.pageSubTtl {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 6px;
}


.header-bg {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -40px;
}

.header-bg h2 {
    position: relative;
    top: -260px;
    left: 0px;
    text-align: center;
    font-size: 1.6em;
    color: #f9d531;
    letter-spacing: 10px;
}

.header-bg h3 {
    position: relative;
    text-align: center;
    top: -270px;
    font-size: 0.9em;
    letter-spacing: 4px;
    color: white;
    font-weight: normal;
}

.passT2 img {
    position: absolute;
    transform: scale(-1, 1);
    right: 0;
    top: 0;
}

.passL2 img {
    position: absolute;
    transform: scale(-1, 1);
    right: 0;
    top: 0;
}

.ci-about {
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 1.4em;
    padding: 150px 0 0 0;
    position: relative;
}

.ci-about .inner {
    z-index: 999999;
    position: relative;
}

.ci-p {
    font-size: 15px;
    margin: 40px auto 0;
    font-weight: bold;
    line-height: 30px;
    position: relative;
}

.int-view {
    background-color: #f9d531;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 190px;
    padding-bottom: 178px;
}

.win .aboutInt .int-view {
    background-color: #f9d531;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 190px;
    padding-bottom: 200px;
}

.int-p {
    display: inline-block;
    margin-top: 80px;
    text-align: center;
    width: 100%;
}

.int-view h2 {
    color: #ffffff;
    font-size: 1.6em;
    letter-spacing: 10px;
    text-align: center;
}

.in-p {
    font-weight: bold;
    font-size: 0.8em;
    margin-top: -10px;
    letter-spacing: 7px;
    text-align: center;
}

.ib-p {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    /* IE用　*/
    -webkit-writing-mode: vertical-rl;
    /* chrome用　*/
    -o-writing-mode: vertical-rl;
    z-index: 2;
    position: relative;
}

.win .ib-p {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    /* IE用　*/
    -webkit-writing-mode: vertical-rl;
    /* chrome用　*/
    -o-writing-mode: vertical-rl;
    z-index: 2;
    position: relative;
    height: 500px
}

.int-ib1 {
    float: right;
    margin: -320px 0 0 0;
    position: relative;
    left: -240px;
}

.int-ib2 {
    width: 40%;
    position: relative;
}

.int-ib2>img {
    left: 400px;
    position: absolute;
    top: -30px;
    z-index: 2;
    width: 400px;
}

.ib2-bg {
    width: 400px;
    position: absolute;
    left: 600px;
    top: 210px;
    z-index: 1;
}

.int-ib3 {
    width: 35%;
}

.int-ib3 h3 {
    text-align: center;
    font-size: 1.3em;
    margin-top: 100px;
}

p.h3-t {
    text-align: center;
    font-size: 0.6em;
    color: white;
    margin: -10px 0 35px 0;
}

p.hin-p {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 150px;
}

.clear-element {
    clear: both;
}

.backStr {
    position: absolute;
    color: rgb(251, 226, 111);
    font-size: 14em;
    top: -53%;
    left: -53%;
    transform: rotate(6deg);
    z-index: 1;
}

.win .backStr {
    position: absolute;
    color: rgb(251, 226, 111);
    font-size: 14em;
    top: -10%;
    left: -53%;
    transform: rotate(6deg);
    z-index: 1;
}

.int-view2 {
    background-color: #fdf4c8;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 447px;
    padding-top: 50px;
}

.int-ib1-2 {
    float: right;
    margin: -30px 0 0 0;
    position: relative;
    width: 50%;
}

.int-ib1-2 h3 {
    font-size: 1.3em;
    margin: 50px 0 0 90px;
}

p.h3-t-2 {
    font-size: 0.6em;
    margin: -10px 0 35px 87px;
    color: #f9d531;
}

p.ib-p2 {
    font-weight: bold;
    font-size: 0.9em;
    margin-top: -17px;
    z-index: 2;
    position: absolute;
}

.backStr2 {
    position: absolute;
    color: rgb(252, 235, 154);
    font-size: 14em;
    top: -170px;
    left: -140px;
    transform: rotate(6deg);
    z-index: 1;
}

.int-ib2-2 {
    width: 40%;
    position: relative;
}

.int-ib2-2>img {
    position: absolute;
    top: 70px;
    z-index: 2;
    width: 400px;
}

.ib2-bg2 {
    width: 400px;
    position: absolute;
    left: 198px;
    top: 309px;
    z-index: 1;
}

p.hin-p2 {
    width: 450px;
    font-size: 0.6em;
    margin: 150px 0 70px 0;
}

.int-view3 {
    background-color: #f9d531;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 105px;
    padding-top: 46px;
}

.int-ib1-3 {
    float: right;
    position: relative;
}

.backStr3 {
    position: absolute;
    color: rgb(251, 226, 111);
    font-size: 14em;
    transform: rotate(6deg);
    z-index: 1;
    right: -30px;
    top: -108px;
}

.int-ib2-3 {
    width: 40%;
    position: relative;
}

.int-ib2-3>img {
    position: absolute;
    left: 510px;
    z-index: 2;
    top: 170px;
}

.int-ib3-3 {
    width: 55%;
}

.int-ib3-3 h3 {
    padding: 160px 0 0 0;
    text-align: center;
    font-size: 1.3em;
}

p.h3-t-2-3 {
    color: white;
    font-size: 0.6em;
    text-align: center;
    margin-top: -10px;
}

ul.ib-ul {
    list-style: disc;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0 0 130px;
    display: inline-block;
}

.ib2-bg3 {
    width: 400px;
    position: absolute;
    left: 600px;
    top: 408px;
    z-index: 1;
}

.companyArea {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 150px;
}

.c-area h2 {
    text-align: center;
    font-size: 1.6em;
    color: #f9d531;
    letter-spacing: 10px;
}

.c-area h3 {
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 7px;
    margin-top: -10px;
}

.tb-inner {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 100px 0;
}

table.tb-cls {
    width: 700px;
    margin: 0 auto;
}

table.tb-cls tr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

table.tb-cls th {
    font-size: 0.9rem;
    padding-bottom: 30px;
    padding-left: 30px;
}

table.tb-cls td {
    font-size: 1rem;
    padding-left: 30px;
    height: 50px;
    padding-top: 20px;
}

td.td-h {
    line-height: 25px;
    padding-bottom: 30px;
}

.serviceArea {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 100px;
    background-image: url(./img/service.jpg);
    background-size: cover;
}

.s-area h2 {
    padding-top: 130px;
    text-align: center;
    font-size: 1.6em;
    color: #f9d531;
    letter-spacing: 10px;
}

.serviceArea::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.s-area {
    position: relative;
    width: 100%;
    text-align: center;
}

.s-area h3 {
    font-size: 0.8em;
    letter-spacing: 7px;
    margin-top: -10px;
    color: white;
}

p.sa-p {
    color: white;
    font-weight: bold;
    padding: 50px 0 40px 0;
}

p.sa-p1 {
    color: white;
    font-size: 0.6em;
    text-align: left;
    padding-bottom: 40px;
}

p.sa-p2 {
    color: white;
    font-size: 0.6em;
    text-align: left;
    padding-bottom: 140px;
}

.historyArea {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 100px;
    /*height: 700px;*/
}

.his-area {
    width: 100%;
}

.his-area h2 {
    text-align: center;
    font-size: 1.6em;
    color: #f9d531;
    letter-spacing: 10px;
}

.his-area h3 {
    font-size: 0.8em;
    letter-spacing: 7px;
    margin-top: -10px;
    text-align: center;
}

.diagonal1 {
    height: 300px;
    border-right: 1px solid #363636;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    position: absolute;
    top: 80px;
    left: 290px;
    z-index: 2;
}

ul.di-ul span {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 15px;
}

ul.di-ul li {
    font-size: 0.9rem;
}

ul.di-ul span::before {
    content: "";
    position: absolute;
    right: 0;
    left: -23px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px;
    border-radius: 50%;
    top: 7px;
    border-color: #f9d531;
    z-index: 2;
}

.his-dia {
    position: relative;
}

.pc-only .his-dia {
    height: 650px;
}

li.di-1 {
    position: absolute;
    left: 455px;
    top: 67px;
}

li.di-2 {
    position: absolute;
    left: 412px;
    top: 110px;
}

li.di-3 {
    position: absolute;
    left: 361px;
    top: 162px;
}

li.di-3-2 {
    position: absolute;
    left: 337px;
    top: 185px;
}

li.di-4 {
    position: absolute;
    left: 277px;
    top: 245px;
}


li.di-5 {
    position: absolute;
    left: 252px;
    top: 270px;
}

li.di-6 {
    position: absolute;
    left: 227px;
    top: 295px;
    z-index: 2;
}

li.di-7 {
    position: absolute;
    left: 157px;
    top: 366px;
    z-index: 2;
}

.diagonal2 {
    height: 300px;
    border-right: 1px solid #363636;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    position: absolute;
    top: 250px;
    left: 510px;
}

li.di-8 {
    position: absolute;
    left: 677px;
    top: 236px;
}

li.di-9 {
    position: absolute;
    left: 627px;
    top: 286px;
}

li.di-10 {
    position: absolute;
    left: 577px;
    top: 335px;
}

li.di-11 {
    position: absolute;
    left: 527px;
    top: 385px;
}

li.di-12 {
    position: absolute;
    left: 477px;
    top: 435px;
}

li.di-13 {
    position: absolute;
    left: 427px;
    top: 485px;
}

li.di-14 {
    position: absolute;
    left: 377px;
    top: 536px;
}

.his-triangle1 {
    border-right: 117px solid transparent;
    border-bottom: 324px solid #fdf2c1;
    border-left: 86px solid transparent;
    position: absolute;
    transform: skew(-33deg, 8deg);
    top: -110px;
    left: 160px;
}

.his-triangle2 {
    border-right: 42px solid transparent;
    border-bottom: 71px solid #fdf2c1;
    border-left: 21px solid transparent;
    position: absolute;
    transform: skew(-63deg, 45deg);
    top: 334px;
    left: 130px;
    z-index: 1;
}

.his-triangle3 {
    border-right: 38px solid transparent;
    border-bottom: 87px solid #fbe16b;
    border-left: 21px solid transparent;
    position: absolute;
    transform: skew(-17deg, -13deg);
    top: 310px;
    left: 84px;
    z-index: 1;
    opacity: 0.7;
}

.his-triangle4 {
    border-right: 69px solid transparent;
    border-top: 109px solid #fbe16b;
    border-left: 8px solid transparent;
    position: absolute;
    transform: skew(-28deg, 15deg);
    top: 449px;
    left: 123px;
    z-index: 1;
}

.his-triangle5 {
    border-right: 0px solid transparent;
    border-bottom: 120px solid #fbe16b;
    border-left: 60px solid transparent;
    position: absolute;
    transform: rotate(-60deg);
    top: 445px;
    right: 119px;
    z-index: 2;
    opacity: 0.7;
}

.his-triangle6 {
    border-right: 81px solid transparent;
    border-top: 152px solid #fdf2c1;
    border-left: 8px solid transparent;
    position: absolute;
    transform: skew(-45deg, 36deg);
    top: 503px;
    right: 67px;
    z-index: 1;
}

.mmg-contant {
    margin: 100px 15px;
}

.mmg-contant p {
    display: inline-block;
    width: 300px;
    font-size: 0.7em;
    text-align: center;
    border: 3px solid #f9d531;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mmg-contant p:hover {
    background-color: #f9d531;
}

p.mmg-p1 {
    position: relative;
}

p.mmg-p1::before {
    content: "";
    height: 25px;
    width: 20px;
    background-image: url(./img/catalog.png);
    display: inline-block;
    position: absolute;
    top: 27px;
    left: 55px;
}

p.mmg-p1::after {
    content: "";
    background-image: url(./img/path.png);
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 23px;
    right: 28px;
    top: 28px;
}

p.mmg-p2 {
    position: relative;
}

p.mmg-p2::before {
    content: "";
    height: 25px;
    width: 32px;
    background-image: url(./img/mail.png);
    display: inline-block;
    position: absolute;
    top: 27px;
    left: 18px;
}

p.mmg-p2::after {
    content: "";
    background-image: url(./img/path.png);
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 23px;
    right: 20px;
    top: 28px;
}

p.mmg-p3 {
    position: relative;
}

p.mmg-p3::before {
    content: "";
    height: 39px;
    width: 40px;
    background-image: url(./img/telicon.png);
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 33px;
}

p.mmg-p3::after {
    content: "受付／9：00〜17：00（日・祝休み）";
    position: absolute;
    font-size: 0.5em;
    top: 17px;
    left: 73px;
}

h1.hright {
    position: relative;
    left: 20%;
    font-size: 2.5rem;
    letter-spacing: 5px;
    display: inline-block;
}

p.pageSubTt2 {
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    left: 19%;
    display: inline-block;
    position: relative;
}

.p-service {
    margin: 32px 0 0 0;
}

.p-service p {
    text-align: center;
}

.p-service h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #f9d531;
    font-weight: 500;
}

.p-service p {
    font-size: 1.1rem;
    margin: 50px 100px 0;
}

.w-flow {
    margin: 70px 50px 150px;
}

.w-flow h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #f9d531;
    font-weight: 500;
    margin-bottom: 50px;
}

.wf-area {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    border: 1px solid #ffd600;
}

.left_text ul {
    list-style: disc;
    font-size: 1rem;
    margin-left: 50px;
}

.right_text {
    background-color: #ffffdb;
    width: 50%;
    display: flex;
    align-items: center;
    font-weight: bold;
}

div#wflow h3 {
    background-color: #ffd600;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

p.flow_ttl {
    background-color: #ffd600;
    margin: 10px 0;
    padding: 0 20px;
    font-weight: bold;
}

p.y_arrow {
    position: relative;
    padding-left: 30px;
    padding-top: 14px;
}

p.y_arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -5%;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border-top: 20px solid #ffd600;
    border-left: 20px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wf-area.las_box {
    background-color: #ffffdb;
}

.right_text.last {
    width: 16%;
}

.right_text.y-last {
    width: 23%;
}

.left_text {
    margin: 20px;
}

.right_text.y-last p {
    background-color: #ffd600;
    padding: 14px;
}

p.left-approach {
    margin-left: 30px;
}

.approach_box {
    margin-right: 30px;
}

p.proposal {
    background-color: #ffd600;
    padding: 0 20px;
}

.wf-area p {
    font-size: 1rem;
}

.wf-main {
    margin: -20px 0 50px;
}

.wf-area2 img {
    float: left;
    height: auto;
    margin: 0 80px 60px 0;
}

.wf-area2 h3 {
    display: inline-block;
    padding: 30px 0 30px;
}

.wf-area2 p {
    font-size: 1.3rem;
}

.button-wf {
    position: relative;
    display: inline-block;
    padding: 0.8em 6em;
    border: 2px solid #f9d531;
    color: #333;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    margin: 50px 90px;
    font-size: 1rem;
    /*background-color: #f9d531;*/
    font-weight: bold;
}

.button-wf:hover {
    color: #333;
}

.button-wf::before {
    background-color: #FFFCDB;
}

.button-wf::after {
    background-color: #f9d531;
}

.button-wf:hover::before,
.button-wf:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.button-wf:hover::after {
    transition-delay: .3s;
}

.button-wf::before,
.button-wf::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.sound-explanation {
    margin: 80px 0 0 0;
    position: relative;
}

.sound-explanation h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #f9d531;
    font-weight: 500;
    margin: 0 0 30px 0;
    position: relative;
}

.sound-explanation h3 {
    font-size: 1.4rem;
}

.sound-explanation h3::before {
    content: '';
    background: url(./img/square001.png);
    width: 23px;
    height: 23px;
    padding: re;
    left: 0px;
    top: 3px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.sound-explanation p {
    font-size: 1rem;
    margin-bottom: 40px;
}

table.se-table {
    width: 95%;
    margin: 0 auto 10px;
    border-collapse: collapse;
    margin-top: 70px;
}

table.se-table.table2 tr:nth-child(1) td:nth-child(2) {
    width: 37%;
}

p.unit {
    width: 95%;
    text-align: right;
    margin: 0 auto 40px;
}

span.border-text {
    border-bottom: 1px solid #555d66;
    font-size: 16px;
}

table.se-table tr,
table.se-table th,
table.se-table td {
    border: 1px solid #ccc;
    font-size: 1rem;
    padding: 15px;
    width: 10px;
    text-align: center;
}

table.se-table tr:nth-child(even),
table.se-table tr:nth-child(1) {
    background-color: #ffd600;
}

.base-area h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #f9d531;
    font-weight: 500;
    margin: 0 0 90px 0;
    position: relative;
}

.base-area {
    /*margin: 80px 0 0 0;*/
    position: relative;
}

.b-a-style h3 {
    text-align: center;
    background-color: #f9d531;
    padding: 30px 0;
    font-size: 1.8rem;
}

.b-a-style {
    margin: 20px 0 50px 0;
}

.b-a-name {
    margin: 50px 0;
}

div#yokohama iframe,
div#tokyo iframe,
div#osaka iframe,
div#okayama iframe,
div#kyushu iframe,
.b-a-name iframe,
div#pekin iframe {
    width: 100%;
}

.b-a-name img {
    float: left;
}

.b-a-name img {
    float: left;
    display: inline-block;
    margin: 0 30px 20px 0;
}

.b-a-style h4 {
    padding: 20px 0 0;
    font-size: 1.5rem;
}

p.b-a-p {
    font-size: 1.3rem;
    margin: 0 0 5px 0;
}

p.s_nember {
    font-size: 15px;
}

p.b-a-p a {
    color: blue;
    border-bottom: 1px solid;
    font-size: 1.1rem;
    display: inline;
    padding: 0 5px 0;
}

p.b-a-p2 {
    font-size: 1.2rem;
}

p.b-a-p2 a:hover {
    opacity: 0.5;
}

p.b-a-p a:hover {
    opacity: 0.5;
}

.pp-area {
    margin: 100px 30px 150px;
}

.pp-area h2 {
    font-size: 1.2rem;
}

.pp-area p {
    font-size: 1rem;
}

.pp-area h3 {
    font-size: 1.1rem;
}

.pp-area p {
    font-size: 1rem;
    margin-bottom: 15px;
}

.recruit-area {
    margin: 70px 0;
}

.recruit-area h2 {
    text-align: center;
    text-align: center;
    font-size: 2.5rem;
    color: #f9d531;
    font-weight: 500;
    margin-bottom: 70px;
}

table.recruit-table {
    margin: 0 auto;
    width: 95%;
}

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

table.recruit-table th {
    padding: 15px 20px;
    text-align: center;
    font-size: 1rem;
}

table.recruit-table td {
    font-size: 1rem;
}

td.rt-bottom {
    padding-bottom: 20px;
}

.rr-entry {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    border: 3px solid #f9d531;
    position: relative;
}

a.rr-e1 {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    height: 80px;
    line-height: 100px;
    transition: 0.6s;
}

a.rr-e1::before {
    content: "新卒採用/中途採用";
    position: absolute;
    margin: 0 auto;
    top: -28px;
    font-size: 0.9rem;
    left: 0;
    right: 0;
    height: 0;
}

a.rr-e1.rre1-en::before {
    content: "新卒採用/中途採用";
    /*content: "New graduate recruitment/Mid-career recruitment";*/
}

a.rr-e1.rre1-zh::before {
    content: "新毕业生招聘/职业中期招聘";
}

a.rr-e1::after {
    content: '';
    background-image: url(./img/path.png);
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 40px;
    top: 34px;
}

a.rr-e1:hover {
    background: #f9d531;
    transition: 0.6s;
}

.interview-area h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #f9d531;
    font-weight: 500;
    margin: 0 0 120px 0;
    position: relative;
}

.interview-area {
    margin: 100px 0;
    position: relative;
}

.iv-person img {
    float: left;
    display: block;
    margin: 0 0 30px 0;
}

.iv-background {
    background-color: #f8f8f8;
    display: flow-root;
    height: 350px;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 30px;
}

.win.gecko .iv-background {
    background-color: #f8f8f8;
    display: flow-root;
    height: 350px;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 30px;
}

.win.gecko .iv-background p {
    margin-left: 500px;
}

p.iv-h {
    padding: 20px 0;
}

p.iv-text {
    font-weight: normal;
    font-size: 1rem;
    line-height: 20px;
}

/*----------------------------------------------------------------------
商品詳細
----------------------------------------------------------------------*/
/*前矢印のアイコンフォント*/

.pageTop.itemTop {
    background: url(./img/recruitBg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

div#itemSlider {
    margin-bottom: 80px;
}

.detailTable {
    font-size: 16px;
}

.detailTable table {
    width: 100%;
    margin-bottom: 80px;
}

.detailTable table thead,
.detailTable table th {
    background-color: #f9d531;
    padding: 21px 0px;
}

.detailTable table td {
    padding-left: 15px;
}

.detailTable table tbody {
    border: 2px solid #fff;
}

.detailTable table tbody tr {
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
}

.linkArea {
    display: flex;
    justify-content: space-around;
}

.linkBox {
    width: 36%;
    font-size: 21px;
    text-align: center;
    border: 3px solid #f9d531;
    font-weight: bold;
    position: relative;
}

.linkBox::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
    background: url(./img/bottomVecter.png) no-repeat;
}

.linkBox a {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
}

.linkBox a:hover {
    background-color: #f9d531;
}


article.single-post {
    margin-bottom: 150px;
}


.sp-next-arrow:before {
    font-family: FontAwesome !important;
    content: '\f105' !important;
}

/*後矢印のアイコンフォント*/
.sp-previous-arrow:before {
    font-family: FontAwesome !important;
    content: '\f104' !important;
}

/*ナビゲーションボタンの色*/
.sp-button {
    border: 2px solid #ccc;
}

.sp-selected-button {
    background-color: #ccc;
}

/*導入事例*/
.pageContents {
    margin: 70px auto;
}

.pageContents h2 {
    text-align: center;
    font-size: 1.6em;
    color: #f9d531;
    letter-spacing: 10px;
    margin-bottom: 40px;
}

.caseArea {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 70px;
}

.caseBox {
    width: 48%;
    min-width: 310px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.caesPic {
    width: 53%;
}

.caesPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseText {
    width: 47%;
    margin-left: 10px;
}

.caseTtl,
.worksTtl {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 15px;
}

.caseTxt,
.worksTxt {
    font-size: 14px;
}

.worksBox {
    display: flex;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

.worksPic {
    width: 60%;
}

.worksPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.worksText {
    width: 40%;
    margin-left: 10px;
}

/*ニュース一覧*/

.newsArea {
    font-size: 16px;
    margin-bottom: 30px;
}

.newsArea ul li a {
    display: flex;
}

.dateCat {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.dateCat p.date {
    width: 12em;
    text-align: center;
}

.cat {
    width: 8em;
    text-align: center;
}

p.cat span.cat {
    display: block;
    line-height: unset;
    margin: auto;
}

.newsArea ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.newsArea ul li:first-child {
    border-top: 1px solid #ddd;
}

.pagination {
    font-size: 16px;
    text-align: center;
}

.pagination span,
.pagination a {
    padding: 5px 10px;
    border: 2px solid #f9d531;
    transition: all .3s;
}

.pagination a:hover {
    background-color: #f9d531;
}

/*ニュース詳細*/

main#single-post {
    font-size: 16px;
}

.pageTop.single {
    background: url(./img/newstop.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.breadcrumg-area {
    font-size: 14px;
}

h1.single-title {
    font-size: 20px;
    box-sizing: border-box;
    padding: 8px 5px;
    border-left: 5px solid #f9d531;
    background: #fff7d2;
    padding-left: 15px;
    margin-top: 30px;
}

p.time {
    padding-top: 10px;
}

article.single-post h2 {
    font-size: 18px;
    /*    margin: 15px 0;*/
}

article.single-post h3 {
    margin-top: 15px;
}


/*一般問い合わせよくある質問*/
.inquiryContents {}

.questionArea {
    background: #f9d531;
    padding: 120px 0;
}

.inquiryContents h2 {
    font-size: 66px;
    color: #fff;
    text-align: center;
    letter-spacing: 7px;
    line-height: 1em;
}

.inquiryContents h2 span {
    display: block;
    color: #000;
    text-align: center;
    font-size: 27px;
    margin: 5px auto 50px;
    line-height: 1em;
}

.qanda p.q,
.qanda p.a {
    position: relative;
    font-size: 16px;
    padding: 50px 0;
    font-weight: bold;
    padding-left: 125px;
    padding-right: 7%;
}

.qanda p.q {
    background: #fff;
}

.qanda p.q::before {
    content: "";
    position: absolute;
    width: 74px;
    height: 66px;
    background: url(./img/Qicon.png) no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 21px;
    margin: auto;
}


.qanda p.q::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./img/down.png) no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
}

.qanda p.q.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.qanda p.a {
    background: #fcf3d3;
    display: none;
}

.qanda p.a::before {
    content: "";
    position: absolute;
    width: 74px;
    height: 66px;
    background: url(./img/Aicon.png) no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 21px;
    margin: auto;
}

.pageContactArea.inq {
    padding: 75px 0;
}

p.contactSubTxt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 75px;
}

.pageContactArea.inq h2 {
    text-align: center;
    color: #f9d531;
    font-size: 40px;
    margin-bottom: 30px;
}

p.contactSubTxt {
    font-size: 16px;
    text-align: center;
}

.contactSubTxt a {
    text-decoration: underline;
}

.formArea>p {
    text-align: center;
    font-size: 16px;
}

/*フォーム*/
.FormBox {
    width: 85%;
    margin: auto;
    font-size: 16px;
}

form.h-adr>p,
.pageContactArea .inner>p {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

p.contactSubTxt a {
    color: #0000ff;
}

.formContent {
    margin-bottom: 30px;
}

.ttl {
    font-size: 18px;
    padding-left: 10px;
    border-left: 8px solid #f9d531;
    margin-bottom: 16px;
}

.formContent .res input,
.formContent .res textarea {
    width: 100%;
}

.formContent span.must {
    color: #f00;
    font-size: 14px;
    margin-left: 5px;
}

.smt {
    text-align: center;
}

.smt input[type="submit"] {
    border: 2px solid #f9d531;
    padding: 5px 20px;
    font-weight: bold;
    transition: all .3s;
}

.smt input[type="submit"]:hover {
    background: #f9d531;
}

p.thanks {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

/*インタビュー個別*/
.intArea {
    margin: 80px 0;
}

.intHead {
    background-size: cover;
    background-position: center;
    height: 410px;
    position: relative;
    margin-bottom: 30px;
}

.nameBox {
    position: absolute;
    top: 15%;
    left: 5%;
    font-weight: bold;
    font-size: 24px;
    color: #f9d531;
    text-shadow: 1px 2px 3px #888888;
}

article.single-interview h2 {
    font-size: 21px;
    padding-left: 7px;
    border-left: 8px solid #f9d531;
    margin: 20px auto;
}

article.single-interview p {
    font-size: 16px;
}

.intSlider {
    margin-bottom: 80px;
}

.slick-list {
    margin-right: -12px;
    /* ガター分ネガティブマージン */
}

.slick-slide {
    margin-right: 12px;
    /* ガター */
}

.intSlider a {
    height: 300px;
    display: block;
}

.intSlider a .intSliderBox {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 16px;
    justify-content: flex-end;
}

.intSliderBox p {
    background: rgba(64, 64, 64, 0.5);
    padding: 5px 10px;
    color: #f9d531;
}

p.position {
    height: 3em;
    line-height: 1.2;
}

.ceoGreet {
    height: 300px;
    margin-bottom: 80px;
    background: url(./img/ceo.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.ceoGreet a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

/*.ceoGreet a p {
    position: absolute;
    width: 100%;
    height: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}*/

.ceo_ttl {
    position: absolute;
    width: 27%;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: left;
    border-bottom: 1px solid #000000;
}

.ceo_message {
    position: absolute;
    font-size: 15px;
    width: 35%;
    top: 63%;
    left: 34%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.toArchives a {
    display: block;
    border: 3px solid #f9d531;
    text-align: center;
    width: 50%;
    margin: auto;
    transition: all .3s;
}

.toArchives a:hover {
    background: #f9d531;
}

/* 404.php */
div#left_col {
    padding: 90px 20px;
    max-width: 740px;
    margin: 0 auto;
    width: 100%;
}

div#archive_headline h3,
p.back {
    font-size: 1.125rem;
    margin: 20px 0 10px;
}

.error_text {
    font-size: 16px;
}


/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.br-s,
.br-ss {
    display: none;
}


@media only screen and (min-width:651px) {

    /*---------- トップページ en ----------*/

    .header_us ul.menu {
        text-shadow: 0 0 3px black;
    }

    .header_us #mn li.technology a {
        width: 10rem;
        height: auto;
    }

    .header_us #mn li.making a {
        width: 12rem;
    }

    .header_us #mn li.history a {
        width: 7rem;
    }

    /*---------- トップページ cn ----------*/

    .header_cn ul.menu {
        text-shadow: 0 0 3px black;
    }

    .header_cn #mn li.technology a {
        width: 10rem;
        height: auto;
    }

    .header_cn #mn li.making a {
        width: 6rem;
    }

    .header_cn #mn li.history a {
        width: 6rem;
    }

}


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

    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }

    .sp-only {
        display: block;
    }

    .br-ss {
        display: none;
    }

    .splogo {
        display: inline-block;
    }

    .iv-person img {
        float: none;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .iv-background {
        width: 500px;
        margin: 0 auto;
        margin-bottom: 40px;
    }



    .spHisArea {
        background: url(./img/hisBg.png) no-repeat;
        background-size: contain;
        background-position: center;
    }

    .hisBox ul li::before {
        content: "• ";
        color: #f9d531;
    }

    .spHisArea h2 {
        text-align: center;
        font-size: 1.6em;
        color: #f9d531;
        letter-spacing: 10px;
    }

    .spHisArea h3 {
        text-align: center;
        font-size: 0.8em;
        letter-spacing: 7px;
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .hisBox ul li {
        font-size: 16px;
        padding: 4px;
    }

    .hisBox ul {
        width: 90%;
        margin: auto;
        font-weight: bold;
        padding-left: 1em;
        text-indent: -.7em;
    }

    .int-view {
        padding-bottom: 20px;
    }

    .int-ib3 {
        margin-left: 20px;
    }

    .int-view2 {
        padding-bottom: 100px;
    }

    .backStr2 {
        left: -280px;
    }

    .int-view3 {
        padding-bottom: 75px;
        padding-top: 0px;
    }

    .backStr3 {
        right: 150px;
    }

    .s-area {
        width: 95%;
    }

    .hisBox {
        max-width: 768px;
        width: 98%;
        margin: 0 auto;
    }

    .ci-p {
        margin: 40px 15px 0;
    }

    div#company-message p {
        margin-left: 20px;
    }

}

@media screen and (max-width: 768px) {
    .inner {
        width: 95%;
        margin: auto;
    }

    #mn li+li {
        margin: 0px 0 0 2px;
    }

    ul.menu li a {
        font-size: 12px !important;
    }

    #bn.fx h1,
    #bn h1 {
        left: 15px;
    }

    .br-s {
        display: block;
    }

    section.rec_int>div {
        width: 100%;
    }

    .contactArea {
        flex-direction: column;
        padding: 30px 0;
    }

    .contactBox {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .ic>p {
        font-size: 40px;
        font-weight: bold;
    }

    p.topText {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
        width: 95%;
        margin: 30px auto;
    }

    #home .vs.hf .ly {
        text-align: center;
        padding: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
    }

    #home .vs.hf.making .ly {
        padding: 0;
    }

    .ly .ttlBox {
        width: 100%;
        margin-top: 100px;
    }

    p.topTextS {
        width: 100%;
        text-align: center !important;
        margin: 30px auto;
    }

    #home .vs .btn {
        margin: auto;
    }

    section.vs.cd.hf.making .ly.tar .ttlBox.tar,
    section.vs.cd.hf.making .ly.tar p.subTtl {
        text-align: center !important;
    }

    section.vs.cd.hf.technology .ly .ttlBox,
    section.vs.cd.hf.making .ly .ttlBox {
        padding-top: 200px;
    }

    #ci .g.d {
        display: block;
    }

    .contactBox.catalog a::before,
    .contactBox.mail a::before,
    .contactBox.tel a::before {
        left: 50px;
    }

    #ci p.f {
        margin-top: 25px;
    }

    #ci nav {
        justify-content: flex-start;
    }

    nav .g.a:last-child {
        margin-left: 15px;
    }

    .modal {
        height: 220px;
    }

    .modal .modalTxt {
        margin-bottom: 10px;
    }

    .modal .catalogLink {
        margin-bottom: 10px;
    }

    .modal {
        right: 0;
    }

    .modal.m2 {
        bottom: -480px;
        right: 0;
        display: none !important;
    }

    .wf-area img {
        float: none;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .wf-area h3 {
        text-align: center;
        margin: 20px;
    }

    .wf-area p {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .wf-area2 img {
        float: none;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .wf-area2 h3 {
        text-align: center;
        display: block;
    }

    .wf-area2 p {
        font-size: 1.3rem;
        text-align: center;
        margin: 0 30px;
    }

    p.mmg-p1 {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    p.mmg-p2 {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    p.mmg-p3 {
        display: block;
        margin: 0 auto;
    }

    .sound-explanation {
        margin: 0;
    }

    table.se-table {
        margin-top: 0px;
    }

    table.se-table td {
        padding: 10px 2px;
    }

    .scroll {
        overflow: auto;
    }

    .b-a-name img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .b-a-style h4 {
        text-align: center;
    }

    p.b-a-p1 {
        text-align: center;
    }

    p.b-a-p2 {
        text-align: left;
        font-size: 1.1rem;
    }

    div#tokyo h4,
    div#okayama h4,
    div#kyushu h4,
    div#pekin h4 {
        top: -366px;
    }

    div#osaka h4 {
        top: -370px;
    }

    div#yokohama .base_text {
        margin-top: 0;
    }

    div#pekin.b-a-name {
        margin-bottom: -60px;
    }

    .base_text {
        margin-bottom: 25px;
    }

    img.b-a-bottom {
        margin: 20px 0;
        width: 95%;
        margin: 0 auto;
        margin-top: -30px;
    }

    p.b-a-p {
        text-align: left;
    }

    .b-a-name img {
        position: relative;
        top: 40px;
    }

    .b-a-name h4 {
        position: relative;
        top: -344px;
    }

    .pageTtl h1 {
        font-size: 48px;
    }

    .rr-entry {
        width: 80%;
    }


    /*NEWS 新着情報*/
    .news-list time {
        width: auto;
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 0.4px;
    }

    span.cat {
        width: 60px;
        margin: 0 15px;
        font-size: 12px;
        padding: 1px 0;
    }

    /*企業概要・事業概要*/
    .int-ib1 {
        float: none;
        margin: 0;
    }

    .ib-p {
        writing-mode: initial;
        margin-top: 50px;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
    }

    .int-ib2 {
        width: 100%;
        z-index: 1;
    }

    .int-ib2 img {
        position: initial;
        margin-top: 50px;
    }

    .ib2-bg {
        left: 20%;
        bottom: -10%;
        z-index: -2;
    }

    .int-ib3 {
        width: 100%;
        margin-left: 0;
    }

    .hin-p {
        margin-bottom: 0;
        padding-bottom: 70px;
    }

    .backStr {
        left: 10%;
        right: 50%;
        top: -115px;
        font-size: 330px;
        line-height: 1;
    }

    .int-ib1-2 {
        float: none;
        margin: auto;
        position: relative;
        width: 100%;
    }

    .backStr2 {
        font-size: 330px;
        top: -115px;
        left: 50%;
        line-height: 1;
    }

    .int-ib1-2 h3 {
        margin: 0;
        text-align: center;
    }

    p.h3-t-2 {
        margin: auto;
        text-align: center;
    }

    .ib-p2 {
        margin: 20px auto;
        text-align: center;
        width: 100%;
    }

    p.ib-p2 {
        margin: 20px auto;
        text-align: center;
        width: 100%;
        position: relative;
        font-size: 18px;
    }

    p.hin-p2 {
        padding-bottom: 70px;
        width: 100%;
        margin: auto;
    }

    .int-view3 {
        left: 0;
        right: 0;
        margin: auto;
    }

    .int-ib1-3 {
        float: none;
    }

    .int-ib3-3 {
        width: 100%;
        text-align: center;
    }

    .int-ib2-2 {
        width: 100%;
        position: initial;
    }

    p.hin-p {
        text-align: center;
        margin-bottom: 0;
        font-size: 18px;
    }

    .int-ib3-3 h3 {
        padding: 70px 0 0 0;
    }

    .backStr3 {
        z-index: 0;
    }

    l.ib-ul {
        position: relative;
    }

    .spHisArea {
        background: url(./img/hisBg.png) no-repeat;
        background-size: contain;
        background-position: center;
    }

    .spHisArea h2 {
        text-align: center;
        font-size: 1.6em;
        color: #f9d531;
        letter-spacing: 10px;
    }

    .int-view2 {
        padding-bottom: 0;
    }

    .spHisArea h3 {
        text-align: center;
        font-size: 0.8em;
        letter-spacing: 7px;
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .hisBox ul {
        width: 90%;
        margin: auto;
        font-weight: bold;
        padding-left: 1em;
        text-indent: -.7em;
    }

    .hisBox ul li {
        font-size: 16px;
        padding: 4px;
    }

    .hisBox ul li::before {
        content: "• ";
        color: #f9d531;
    }

    .ci-p.inner {
        margin: 40px auto;
    }

    .ci-about {
        padding: 60px 0 0 0;
    }

    .int-view {
        margin-top: 80px;
        padding-bottom: 0;
    }

    .int-p {
        margin-top: 50px;
    }

    .backStr,
    .backStr2,
    .backStr3 {
        display: none;
    }

    .int-ib3 h3 {
        margin-top: 60px;
    }

    ul.ib-ul {
        margin-left: 0;
    }

    ul.ib-ul li {
        text-align: left;
    }

    .companyArea {
        margin-top: 80px;
    }

    .serviceArea {
        margin-top: 0;
    }

    .tb-inner {
        width: auto;
    }

    table.tb-cls {
        width: 100%;
    }

    table.tb-cls th {
        padding: 0 17px;
        vertical-align: middle;
        text-align: left;
    }

    table.tb-cls td {
        vertical-align: middle;
        padding: 0;
    }

    table.tb-cls td.td-h {
        padding: 10px 0;
    }

    .s-area h2 {
        padding-top: 80px;
    }

    p.sa-p2 {
        padding-bottom: 140px;
    }


    /*製品サービス*/
    .p-service p {
        width: 90%;
        margin: 30px auto;
    }

    div#wflow h3,
    .right_text {
        width: 100%;
    }

    .wf-area {
        flex-wrap: wrap;
    }

    .right_text {
        flex-direction: column;
    }

    p.left-approach {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 15px;
    }

    .wf-area img {
        width: 24%;
    }

    .approach_box {
        margin-right: 0;
        margin-top: 25px;
        width: 60%;
    }

    p.y_arrow.sp:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 44%;
        width: 0;
        height: 0;
        margin: -3px 0 0 0;
        border-top: none;
        border-bottom: 20px solid #ffd600;
        border-left: 20px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .right_text.y-last p {
        text-align: center;
    }

    p.proposal {
        margin-bottom: 0;
    }

    .right_text.last {
        width: 100%;
        margin: 0 auto;
    }

    .right_text.y-last {
        width: 100%;
    }

    p.y_arrow.sp_last:before {
        display: block;
        content: "";
        position: absolute;
        top: 35px;
        left: 44%;
        width: 0;
        height: 0;
        margin: -3px 0 0 0;
        border-top: none;
        border-bottom: 20px solid #ffd600;
        border-left: 20px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    p.y_arrow.sp_last {
        padding-left: 0;
        padding-top: 0;
        text-align: center;
    }

    .w-flow {
        margin: 0;
    }





    /*拠点一覧*/
    .base-area h2 {
        margin: 0 0 30px 0;
    }

    .b-a-style h3 {
        padding: 10px 0;
    }

    .b-a-name {
        margin: 50px 0 90px;
    }

    /*施工事例*/

    .pageContents.inner h2 {
        margin-top: 50px;
    }

    .caseBox {
        width: 100%;
    }

    .qanda p.q {
        padding-left: 95px;
        padding-right: 9%;
    }

    .qanda p.q::before {
        left: 9px;
    }

    /*商品詳細一覧*/
    /*.linkArea {
    flex-wrap: wrap;
}*/

    .linkBox {
        width: 46%;
        margin: 0 10px;
        border-radius: 7px;
    }

    .linkBox a {
        font-size: 14px;
        padding: 19px 0;
        line-height: 1.3;
        background-color: #f9d531;
    }

    article.single-post {
        margin-bottom: 20px;
    }

    .detailTable table {
        margin-bottom: 40px;
    }

    .sp-bottom-thumbnails {
        margin-top: 20px;
    }

    /*ニュース一覧*/
    .newsArea ul li a {
        flex-direction: column;
        padding: 13px 0;
        margin: auto;
        display: block;
        width: 95%;
    }

    .dateCat p.date {
        width: auto;
    }

    .dateCat p.date {
        width: auto;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .dateCat {
        margin-bottom: 5px;
    }

    .cat {
        width: 60px;
        margin-left: 15px;
    }

    /*インタビュー一覧*/
    .iv-background {
        height: auto;
    }

    .toArchives a {
        width: 96%;
        margin: 0 auto 50px;
    }

    .ceo_ttl {
        width: 50%;
        top: 50%;
        left: 30%;
        font-size: 14px;
    }

    /*インタビュー詳細*/
    div#post-170 .nameBox,
    div#post-171 .nameBox,
    div#post-173 .nameBox,
    div#post-164 .nameBox {
        position: absolute;
        top: 60%;
        left: 45%;
        font-weight: bold;
        font-size: 24px;
        text-align: right;
    }

    .ceo_message {
        font-size: 9px;
        width: 58%;
        top: 58%;
        left: 34%;
    }

    div#post-173 .nameBox {
        left: 63%;
    }

    div#post-171 .nameBox {
        left: 63%;
    }

    div#post-169 .nameBox,
    div#post-172 .nameBox,
    div#post-174 .nameBox {
        top: 60%;
    }

    div#post-164 .nameBox {
        top: 58%;
        left: 38%;
    }




}

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

    #home header#bn.fx {
        background: rgba(0, 0, 0, .6) !important;
    }

    .passL {
        width: 62.6%;
    }

    .headLang {
        margin: 15px 0 0px 15px;
        border-color: #f9d531;
    }

    .headLang p {
        font-weight: bold;
    }

    .mo #mn {
        display: block;
        color: #f9d531;
    }

    ul.menu {
        margin-top: 50px;
    }

    #mn li a {
        width: 100% !important;
        height: 30px !important;
    }

    li.lang-item.lang-item-8.lang-item-ja.lang-item-first,
    li.lang-item.lang-item-15.lang-item-zh {
        border-right: none;
    }

    nav#mn ul li a {
        color: #fff;
    }

    .init-bottom:after {
        border-right: 2px solid #f9d531;
        border-bottom: 2px solid #f9d531;
    }

    ul.menu li {
        width: 100%;
    }

    ul.menu li a {
        color: #f9d531 !important;
        font-size: 19px !important;
        font-weight: bold;
    }

    #mn ul li {
        text-align: left;
    }

    li.about.menu__mega ul {
        margin-top: 15px;
    }

    li.technology.menu__mega ul {
        margin-top: 42px;
    }

    li.history.menu__mega ul {
        margin-top: 105px;
    }

    li.access.menu__mega ul {
        margin-top: 135px;
    }

    ul.news-list a {
        padding: 23px 15px;
        align-items: center;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    li.menu__mega ul.menu__second-level {
        background: #272727;
    }

    li.menu__mega ul.menu__second-level>li {
        padding-top: 6px;
    }

    /*.msl-overflow {
    height: 250px;
    overflow-x: scroll;
}

.msl-overflow-inner {
    height: 500px;
}

.msl-overflow li {
    border: 0;
}*/




    .news-list p {
        width: 100%;
        display: block;
        margin-top: 15px;
    }

    .fWrp {
        width: 95%;
    }

    .fWrp .ttlBox.tal,
    p.subTtl.tal,
    p.topText.tal {
        text-align: center !important;
    }

    .fWrp a.btn.mr {
        margin: auto;
    }

    .contactArea {
        flex-direction: column;
        padding: 30px 0;
    }

    #ci .lg {
        display: block;
    }

    #ci .lg img {
        margin-left: 0;
    }

    #ci {
        padding-top: 25px;
    }

    h1.hright {
        left: 0;
    }

    p.pageSubTt2 {
        left: 0;
    }

    a.button-wf {
        padding: 0.7em 2em;
    }

    .wf-area2 img {
        max-height: 70%;
    }

    a.button-wf {
        margin: 30px 0;
        display: block;
    }

    .iv-background {
        width: 90%;
    }

    .iv-person img {
        width: 90%;
        height: auto;
    }

}

@media screen and (max-width: 425px) {
    .br-ss {
        display: block;
    }

    .ttlBox h2 {
        font-size: 28px;
        width: 100%;
        letter-spacing: 3px;
        line-height: 1.4;
    }

    #home .vs .ly {
        padding: 2.5rem 0;
        width: 95%;
        margin: auto;
        display: block;
        right: 0;
    }

    .ly .ttlBox {
        margin-top: 50px;
    }

    #home .pg.news {
        padding: 4.21875rem 0;
        background: #fff;
        width: 95%;
        margin: auto;
        margin-bottom: 100px;
    }

    #home .pg.news.fp_column {
        margin-bottom: 0;
    }

    .contactBox.catalog a::before,
    .contactBox.mail a::before,
    .contactBox.tel a::before {
        left: 30px;
    }

    a.rr-e1::after {
        right: 10px;
    }

    .iv-background p {
        font-size: 1.1rem;
    }

    p.iv-h {
        padding: 10px 0;
    }

    p.iv-text {
        font-size: 1rem;
    }

    .pageTtl h1 {
        font-size: 30px;
    }

}

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

    .contactBox.catalog a::before,
    .contactBox.mail a::before,
    .contactBox.tel a::before {
        left: 15px;
    }

    .contactBox:after {
        right: 15px;
    }


    /*施工事例*/
    .caseBox,
    .worksBox {
        width: 100%;
        flex-direction: column;
    }

    .caesPic,
    .worksPic {
        width: 100%;
    }

    .caseText,
    .worksText {
        width: 100%;
        margin-left: 0;
    }

    #ci .lg img {
        margin-left: auto;
        margin-bottom: 25px;
    }

    /*about*/
    .ci-about {
        font-size: 21px;
        letter-spacing: 2px;
    }

    ul.ib-ul {
        font-size: 18px;
    }

    table.tb-cls td,
    table.tb-cls th {
        font-size: 12px;
    }

    .hisBox ul li {
        font-size: 14px;
        padding: 5px;
    }

    .contactBox {
        width: 95%;
        max-width: 100%;
        margin-top: 20px;
        margin: 6px auto 0;
    }

    .contactBox:first-child {
        margin: 0 auto;
    }

}


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


    /*お問い合わせ一般*/
    .qanda p.q::before {
        left: 2px;
    }

    .qanda p.q {
        padding-left: 83px;
    }


    /*商品詳細*/
    .linkBox::after {
        display: none;
    }

    .pageTtl h1 {
        font-size: 21px;
    }

    /*インタビュー詳細*/

    div#post-164 .nameBox {
        top: 58%;
        left: 20%;
    }

    div#post-170 .nameBox {
        left: 28%;
    }

    div#post-171 .nameBox,
    div#post-173 .nameBox {
        left: 54%;
    }


}

/*media queryここまで*/


/*----------------------------------------------------------------------

多言語ページ en cn

----------------------------------------------------------------------*/


/*-------------------------
製品・サービス product
-------------------------*/

.product_en .right_text {
    position: relative;
}

.product_en p.left-approach {
    margin-left: 20px;
    font-size: 0.8rem;
    margin-top: 80px;
}

.product_en .right_text img {
    position: absolute;
    top: 10px;
    left: 20px;
}

.product_en .button-wf {
    margin: 50px 90px 50px auto;
}

.product_en .right_text.y-last p {
    background-color: #ffd600;
    padding: 5px;
    font-size: 0.7rem;
}

/*-------------------------
企業概要/事業概要 about
-------------------------*/

.aboutInt-en ul.di-ul li {
    font-size: 0.7rem;
}



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

    .product_en .right_text img {
        position: relative;
        top: inherit;
        left: inherit;
    }

    .product_en .button-wf {
        margin: 50px 90px;
    }

    .product_en .wf-area2 {
        display: flex;
        flex-direction: column;
    }

}


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

    .product_en .button-wf {
        margin: 30px 0;
    }

}


/*----------------------------------------------------------------------

v2 新ページ

----------------------------------------------------------------------*/

.header_bottom_contents {
    height: 100px;
    width: 100%;
    background-color: #000;
}

/*-------------------------
fp トップページ
-------------------------*/

span.cat.col_cat {
    background-color: #F9D531;
    color: #000;
    min-width: 80px;
    width: max-content;
    padding: 2px 5px;
    box-sizing: border-box;
    margin-left: 0;
}

.news_column_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1175px;
    max-width: 92%;
    margin: auto;
    padding: 100px 0;
}

#home .news_column_wrapper .pg.news {
    padding: 0;
    width: 565px;
    max-width: 49%;
}

.news_column_wrapper span.cat.news {
    margin-left: 0;
}

#ci p.f.noMargin {
    margin-top: 0;
}

.popup_content {
    position: fixed;
    z-index: 2;
    bottom: 120px;
    right: 21px;
    width: 337px;
    transition: transform 1.3s ease-in-out;
    transform: translate(1000px, 0);
}

.popup_content.active {
    transform: translate(0, 0);
}

div#popCloseBtn {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

div#popCloseBtn:after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    cursor: pointer;
}

svg.f_link_icon {
    display: inline;
    margin-left: 5px;
}

svg.f_link_icon path {
    transition: 0.3s;
}

footer a:hover svg.f_link_icon path.link_svg_path_01,
footer a:hover svg.f_link_icon path.link_svg_path_02,
footer a:hover svg.f_link_icon path.link_svg_path_03 {
    stroke: #f9d531;
}

svg.f_link_icon.fli_sp {
    width: 15px;
    height: auto;
}

.popup_contents.pc-only {
    display: initial;
}

.s_insta_inner {
    width: 1175px;
    max-width: 92%;
    margin: auto;
    padding: 100px 0 0;
}

.s_insta_title h2 {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
}

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

    .contactArea {
        flex-direction: column;
    }

    .contactBox {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .contactBox {
        width: 100%;
        max-width: 366px;
        margin: auto;
        margin-top: 20px;
    }

    .contactBox:first-child {
        margin: auto;
        margin-top: 0;
    }

}

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

    nav#mn.pc-only {
        display: none;
    }

    .drawer-inner.sp650-only {
        display: block;
    }

    li.lang-item.lang-item-8.lang-item-ja.lang-item-first,
    li.lang-item.lang-item-15.lang-item-zh {
        border-right: none;
    }

    .headLang {
        margin: 15px 0 0px 15px;
        border-color: #f9d531;
    }

    .news_column_wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    #home .news_column_wrapper .pg.news {
        width: 100%;
        max-width: 100%;
    }

    section.pg.news.fp_news {
        margin-bottom: 100px;
    }

}

@media screen and (max-width: 650px) {
    .s_insta_inner {
        width: 1175px;
        max-width: 92%;
        margin: auto;
        padding: 60px 0 30px;
    }
}

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

    .popup_contents.pc-only {
        display: none;
    }

    .popup_sp_contents.sp-only {
        display: initial;
        width: 100%;
    }

    .popup_sp_content {
        margin-bottom: 30px;
    }

}

/*-------------------------
column コラム一覧
-------------------------*/

main.column_list {
    padding-bottom: 64px;
}


.inner.col_list_inner {
    width: 770px;
    max-width: 94%;
}

div#col_archive_headline {
    padding-bottom: 21px;
    margin-bottom: 40px;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

div#col_archive_headline h2 {
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}

.column_select {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    margin-left: auto;
}

.column_select select {
    font-size: 15px;
    border-radius: 2px;
}

.col_linst_mv img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

div#column_list {
    border-bottom: 2px solid #000;
}

ul.column_list_ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 43px;
    /*border-bottom: 2px solid #000;*/
}

li.column_list_li,
li.col_li_hidden {
    width: 243px;
}

li.column_list_li {
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transform: translate(0,0);
    transition: transform 0.5s;
    position: relative;
}

li.column_list_li:hover {
    transform: translate(0,-5px);
}

.col_li_img {
    width: 100%;
    height: 132px;
    overflow: hidden;
}

.col_li_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform:scale(1,1);
    transition: transform 1.5s;
}

li.column_list_li:hover .col_li_img img {
    transform:scale(1.1,1.1);
}

.col_li_info {
    padding-top: 8px;
}

.col_li_times {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.col_li_times p,
.col_li_times time {
    font-weight: 500;
    font-size: 12px;
    color: #a8a8a8;
}

.col_li_title {
    width: 100%;
    margin-bottom: 10px;
}

.col_li_title h3 {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

h3.col_li_title_h3 a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

ul.col_li_cats {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.col_li_cats {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.col_li_cats li {
    margin-right: 15px;
    margin-bottom: 15px;
}

ul.col_li_cats li a {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 3px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9D531;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

ul.col_li_cats li a:hover {
  opacity: 0.7;
}

h2.screen-reader-text {
  display: none;
}

.pagination_wrapper .pagination {
    margin-top: 64px;
}

.pagination_wrapper .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_wrapper .page-numbers {
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 4px;
    padding: 0;
}

.pagination_wrapper .prev.page-numbers,
.pagination_wrapper .next.page-numbers {
    width: 120px;
}

.pagination_wrapper .prev.page-numbers svg {
    margin-right: 8px;
}

.pagination_wrapper .next.page-numbers svg {
    margin-left: 8px;
}


.pagination_wrapper .prev.page-numbers svg,
.pagination_wrapper .next.page-numbers svg {
    transform: translate(0,0);
    transition: transform 0.3s;
}

.pagination_wrapper .prev.page-numbers:hover svg {
    transform: translate(-5px,0);
}

.pagination_wrapper .next.page-numbers:hover svg {
    transform: translate(5px,0);
}

span.page-numbers.current {
    background-color: #f9d531;
}

.pagination_sp {
    display: none;
}

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

    ul.column_list_ul {
        width: 520px;
        margin: auto;
        max-width: 100%;
    }

    .pagination_wrapper .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .pagination_wrapper .prev.page-numbers,
    .pagination_wrapper .next.page-numbers {
        width: 90px;
    }

    .pagination_wrapper .prev.page-numbers svg,
    .pagination_wrapper .next.page-numbers svg {
        width: 17px;
        height: auto;
    }

}

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

  .col_linst_mv img {
      height: auto;
  }

}

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

  main.column_list {
      padding-bottom: 40px;
  }

  li.col_li_hidden {
    display: none;
  }

  .pagination_sp {
      display: block;
  }

  .pagination_wrapper.pagination_wrapper_sp .pagination {
      margin-top: 8px;
  }

  .pagination_wrapper.pagination_wrapper_sp .page-numbers {
      display: none;
  }

  .pagination_wrapper.pagination_wrapper_sp .prev.page-numbers,
  .pagination_wrapper.pagination_wrapper_sp .next.page-numbers {
      display: flex;
  }

  .pagination_wrapper.pagination_wrapper_pc .prev.page-numbers,
  .pagination_wrapper.pagination_wrapper_pc .next.page-numbers {
      display: none;
  }

  .breadcrumg-area ul {
      padding: 16px 0 32px;
  }

  .breadcrumg-area ul li,
  .breadcrumg-area ul li a {
      font-size: 12px;
      line-height: 15px;
  }

  div#col_archive_headline {
      padding-bottom: 16px;
      margin-bottom: 32px;
      border-bottom: 1px solid #000;
  }

  div#col_archive_headline h2 {
      font-size: 18px;
  }

  div#column_list {
      border-bottom: 1px solid #000;
  }

  ul.column_list_ul {
      padding-bottom: 40px;
  }

  .pagination_wrapper .pagination {
      margin-top: 40px;
  }




}

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

    li.column_list_li {
        padding: 2.933vw;
        width: 45.067vw;
        margin-bottom: 4.267vw;
    }

    .col_li_img {
        height: 24.8vw;
    }

    .col_li_info {
        padding-top: 1.867vw;
    }

    .col_li_times {
        margin-bottom: 1.333vw;
    }

    .col_li_times p,
    .col_li_times time {
        font-size: 2.667vw;
        letter-spacing: 0;
    }

    .col_li_title {
        width: 100%;
        margin-bottom: 1.333vw;
    }

    .col_li_title h3 {
        font-size: 3.2vw;
        line-height: 4.8vw;
        height: 9.6vw;
        letter-spacing: 0;
    }

    ul.col_li_cats li {
        margin-right: 2.667vw;
        margin-bottom: 2.667vw;
    }

    ul.col_li_cats li a {
        font-size: 2.4vw;
        font-weight: 500;
        padding: 0.8vw 3.2vw;
    }

    .pagination_wrapper .page-numbers {
        width: 10.667vw;
        height: 10.667vw;
        font-size: 4vw;
    }

    .pagination_wrapper .prev.page-numbers,
    .pagination_wrapper .next.page-numbers {
        width: 24vw;
    }

    .pagination_wrapper .prev.page-numbers svg,
    .pagination_wrapper .next.page-numbers svg {
        width: 4.533vw;
        height: auto;
    }

}

@media screen and (max-width: 375px) {
/*
    li.column_list_li {
        padding: 11px;
        width: 169px;
        margin-bottom: 16px;
    }

    .col_li_img {
        height: 93px;
    }

    .col_li_info {
        padding-top: 7px;
    }

    .col_li_times {
        margin-bottom: 5px;
    }

    .col_li_times p,
    .col_li_times time {
        font-size: 10px;
        letter-spacing: 0;
    }

    .col_li_title {
        width: 100%;
        margin-bottom: 5px;
    }

    .col_li_title h3 {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
        letter-spacing: 0;
    }

    ul.col_li_cats li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    ul.col_li_cats li a {
        font-size: 9px;
        font-weight: 500;
        padding: 3px 12px;
    }

    .pagination_wrapper .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .pagination_wrapper .prev.page-numbers,
    .pagination_wrapper .next.page-numbers {
        width: 90px;
    }

    .pagination_wrapper .prev.page-numbers svg,
    .pagination_wrapper .next.page-numbers svg {
        width: 17px;
        height: auto;
    }*/

}

/*-------------------------
column コラム詳細
-------------------------*/

main#single-column {
    padding-bottom: 56px;
}

.inner.single_col_inner {
    width: 770px;
    max-width: 94%;
}

.scc_title {
    margin-bottom: 20px;
}

.scc_title {
    margin-bottom: 20px;
}

.scc_title h1 {
    font-weight: bold;
    font-size: 27px;
}

.scc_time_cat {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.scc_time {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
}

.scc_time_cat ul.col_li_cats li {
    margin: 0;
    margin-left: 16px;
}

.scc_time_cat {
    margin-bottom: 8px;
}

.scc_status p {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
}

.scc_thumbnail {
    margin-top: 22px;
}

.scc_content {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

.scc_content p {
    margin-block-start: 40px;
    margin-block-end: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 34.8px;
}

.scc_content h2 {
    background: #fff7d2;
    font-size: 20px;
    letter-spacing: 2px;
    margin-block-start: 40px;
    margin-block-end: 40px;
    padding: 10px 7px 10px 10px;
    border-left: 7px solid #f9d531;
    border-bottom: 1px solid #f9d531;
    line-height: 27px;
    box-sizing: border-box;
}

.scc_content h3,
.scc_content h4,
.scc_content h5,
.scc_content h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    margin-block-start: 40px;
    margin-block-end: 40px;
}



.scc_content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 40px;
    margin-block-end: 40px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1.5em;
}

.scc_content ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 40px;
    margin-block-end: 40px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1.5em;
}

.scc_content li {
    font-weight: bold;
}

.scc_content .wp-block-table {
    margin-block-start: 40px;
    margin-block-end: 40px;
}

.scc_content table {
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

.scc_content tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.scc_content thead {
    border-bottom: 3px solid;
}

.scc_content tfoot {
    border-top: 3px solid;
}

.scc_content .wp-block-table td,
.scc_content .wp-block-table th {
    border: 1px solid;
    padding: .5em;
    word-break: normal;
}

.scc_content th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}

.scc_content td {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.scc_content figcaption {
    color: #555;
    font-size: 13px;
    text-align: center;
}

.scc_content a {
    color: #2271b1;
    text-decoration: underline;
}

.scc_content em {
    font-style: italic;
}

.scc_content strong {
    font-weight: inherit;
    text-decoration: underline;
    text-decoration-thickness: 0.8em;
    text-decoration-color: #F9D531;
    text-underline-offset: -0.3em;
    text-decoration-skip-ink: none;
}

.other_news_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 56px;
}

.other_news_link .prev,
.other_news_link .next,
.other_news_link .column_back {
    width: 200px;
    height: 70px;
}

.other_news_link .prev a,
.other_news_link .next a,
.other_news_link .column_back a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #F9D531;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    transition: 0.3s;
}

.other_news_link .prev a:hover,
.other_news_link .next a:hover,
.other_news_link .column_back a:hover {
    background-color: #F9D531;
}

.other_news_link .prev a svg,
.other_news_link .next a svg {
  width: 24px;
  height: auto;
}

.other_news_link .prev a svg {
    margin-right: 8px;
}

.other_news_link .next a svg {
    margin-left: 8px;
}

.other_news {
    margin-top: 56px;
}

.other_news_title {
    margin-bottom: 24px;
}

.other_news_title h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

div#column_list.other_column_list {
    border: none;
}

div#column_list.other_column_list ul.column_list_ul {
  padding-bottom: 0;
}

li.column_list_li.column_list_li_4 {
    display: none;
}

@media screen and (max-width: 800px) {
    li.column_list_li.column_list_li_4 {
        display: block;
    }
}

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

    .other_news_link .prev,
    .other_news_link .next,
    .other_news_link .column_back {
        width: 26.667vw;
        height: 10.667vw;
    }

    .other_news_link .prev a,
    .other_news_link .next a,
    .other_news_link .column_back a {
        font-size: 3.2vw;
        line-height: 1;
    }

    .other_news_link .prev a svg, .other_news_link .next a svg {
        width: 3.2vw;
    }

    .other_news_link .prev a svg {
        margin-right: 4px;
    }

    .other_news_link .next a svg {
        margin-left: 4px;
    }

/*
    .other_news_link .prev,
    .other_news_link .next,
    .other_news_link .column_back {
        width: 100px;
        height: 40px;
    }

    .other_news_link .prev a,
    .other_news_link .next a,
    .other_news_link .column_back a {
        font-size: 12px;
        line-height: 1;
    }

    .other_news_link .prev a svg, .other_news_link .next a svg {
        width: 12px;
    }
*/


}

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

    .scc_title h1 {
        font-size: 18px;
    }

    .scc_thumbnail {
        margin-top: 32px;
    }

    .scc_content p {
        margin-block-start: 32px;
        margin-block-end: 32px;
        line-height: 28.8px;
    }

    .scc_content h2 {
        font-size: 16px;
        margin-block-start: 32px;
        margin-block-end: 32px;
    }

    .scc_content h3,
    .scc_content h4,
    .scc_content h5,
    .scc_content h6 {
        font-size: 16px;
        margin-block-start: 32px;
        margin-block-end: 32px;
    }

    .scc_content ul {
        margin-block-start: 32px;
        margin-block-end: 32px;
    }

    .scc_content ol {
        margin-block-start: 32px;
        margin-block-end: 32px;
    }

    .scc_content .wp-block-table {
        margin-block-start: 32px;
        margin-block-end: 32px;
    }

}


/*-------------------------
login ログイン
-------------------------*/

main.page_login {
    padding: 80px 0;
    background-color: #F8F9FB;
}

.inner.login_inner {
    width: 450px;
    max-width: 94%;
}


#wpmem_login, #wpmem_reg {
    width: 100%;
}

.login_contents.is_hide {
    opacity: 0;
    transition: 0;
}

.login_contents {
    padding: 40px 34px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 6px;
    opacity: 1;
    transition: opacity 0.3s;
}

#wpmem_login, #wpmem_reg {
    width: 100%;
}

main.page_login #wpmem_msg,
main.page_login .wpmem_msg {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

main.page_login #wpmem_login,
main.page_login #wpmem_msg,
main.page_login #wpmem_reg,
main.page_login .wpmem_msg {
    width: 100%;
}

main.page_login #wpmem_login fieldset,
main.page_login #wpmem_reg fieldset {
    margin: 0;
}

main.page_login #wpmem_login legend,
main.page_login #wpmem_reg legend {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 56px;
}

main.page_login #wpmem_login label,
main.page_login #wpmem_reg label {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #a2a2a2;
}

main.page_login #wpmem_login .div_text {
    margin: 7px 0 24px;
}

main.page_login #wpmem_login input[type=password],
main.page_login #wpmem_login input[type=text] {
    height: 40px;
    border-radius: 7px;
    background: #f3f3f5;
    border: none;
}

main.page_login #wpmem_login .button_div,
main.page_login #wpmem_reg .button_div {
    text-align: center;
    padding: 0;
}

main.page_login #wpmem_login input.buttons {
    width: 280px;
    height: 44px;
    border-radius: 22px;
    background: #000;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-top: 40px;
}

main.page_login #wpmem_login input.buttons {
    width: 280px;
    height: 44px;
    border-radius: 22px;
    background-color: #000;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-top: 40px;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: 0.3s;
}

main.page_login #wpmem_login input.buttons:hover {
    background-color: #fff;
    color: #000;
}

main.page_login #wpmem_login input[type=checkbox] {
    margin: 0;
    vertical-align
}

main.page_login.user_logged_in p.login_status {
    word-break: break-all;
    white-space: break-spaces;
}

p.login_status {
    font-size: 18px
}

p.login_status a {
    text-decoration: underline;
}

.log_db_link {
    width: 100%;
}

.log_db_link a {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #000000;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    height: 50px;
    transition: 0.3s;
}

.log_db_link a:hover {
    opacity: 1;
    border: 2px solid #ffd600;
    background-color: #000000;
    color: #ffd600;
}

/*-------------------------
product 商品・サービス 修正
-------------------------*/

a.button-wf.button-wf-flex {
    padding: 0;
    width: 333px;
    max-width: 90%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

a.button-wf.button-wf-flex svg {
    margin-left: 8px;
}

@media screen and (max-width: 853px) {
    a.button-wf.button-wf-flex {
        margin: 30px auto;
    }
}

/*-------------------------
COMPANY about
-------------------------*/

#comPhilosophy {
    background-color: #F8F8F8;
    padding: 80px 0 95px;
    margin-top: 144px;
}

.com_phi_img {
    width: 917px;
    max-width: 100%;
    margin: auto;
    margin-top: 44px;
}

#comMessage {
    padding: 80px 0 95px;
}

.com_m_contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}

.com_m_c.com_m_c_01 {
    width: 576px;
    max-width: 56%;
    padding-top: 58px;
}

.com_m_c h4 {
    position: relative;
    width: max-content;
    padding: 0 12px;
    margin-bottom: 34px;
    margin-left: auto;
    font-weight: bold;
    font-size: 35px;
    line-height: 52.5px;
}

.com_m_c h4:before,
.com_m_c h4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    height: 100px;
    background-color: #F9D531;
}

.com_m_c h4:before {
    left: calc(-100vw - 24px );
}

.com_m_c h4:after {
    right: calc(-100vw - 24px );
}

.com_m_c p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
}

.com_m_c p.p_small {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    margin-top: 20px;
}

.com_m_c.com_m_c_02 {
    width: 393px;
    max-width: 39%;
    position: relative;
}

.commc_text {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.commc_text p {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 36px;
}

.commc_text img {
    width: 196px;
    margin: 0;
    margin-left: 27px;
}

#comGroup {
    position: relative;
}

.com_g_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.com_g_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.com_group.com_group_02 .com_g_bg {
    padding-bottom: 300px;
}

#comGroup h3 {
    color: #fff;
}

.com_group.com_group_01 .inner.c-area {
    padding: 80px 0;
}

.com_group.com_group_02 .inner.c-area {
    padding: 80px 0 0;
}

.com_g_content {
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

.com_g_content h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
}

.com_g_content p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 27px;
}

.com_g_content2 {
    margin-top: 40px;
    background-color: #fff;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.16));
}

.com_g_content2 h4 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 56px;
}

.com_g_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.com_g_table {
    width: 428px;
    max-width: 48%;
}

p.com_table_title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}

.com_g_table table {
    width: 100%;
}

.com_g_table table th,
.com_g_table table td {
    font-weight: 500;
    font-size: 12px;
    line-height: 2;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.com_g_table table tbody tr th,
.com_g_table table tbody tr td {
    border-top: 1px solid #ccc;
}

.com_g_table table th {
    font-weight: bold;
    text-align: left;
}

.companyArea {
    margin-top: 80px;
}

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

    .com_m_c h4.pc-only {
        display: none;
    }

    .com_m_c h4.sp-only {
        display: block;
    }

    .com_m_contents {
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    #comMessage .inner {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .com_m_c.com_m_c_02 {
        width: 100%;
        max-width: 90%;
        margin: auto;
        margin-bottom: 24px;
    }

    .com_m_c h4 {
        padding: 0;
        margin-left: 0;
        margin-bottom: 24px;
        /*font-size: 18px;*/
        /*line-height: 27px;*/
    }

    .com_m_c h4:before,
    .com_m_c h4:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100vw;
        /*height: 37px;*/
        background-color: #F9D531;
    }

    .com_m_c h4:before {
        left: calc(-100vw - 9px );
    }

    .com_m_c h4:after {
        right: calc(-100vw - 9px );
    }

    .commc_img {
        width: 305px;
        max-width: 100%;
        margin-left: auto;
    }

    .commc_text {
        margin-top: 16px;
    }

    .commc_text p {
        font-size: 15px;
        line-height: 25px;
    }

    .commc_text img {
        width: 147px;
        margin: 0;
        margin-left: 33px;
    }

    .com_m_c.com_m_c_01 {
        width: 94%;
        max-width: 94%;
        margin: auto;
        padding: 0;
    }

    .com_g_content2 {
        max-width: 92%;
        margin: auto;
        margin-top: 32px;
    }

}

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

    #comPhilosophy .c-area h2 {
        letter-spacing: 0;
    }

    #comPhilosophy {
        background-color: #F8F8F8;
        padding: 40px 0;
        margin-top: 80px;
    }

    .com_m_c h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .com_m_c h4:before,
    .com_m_c h4:after {
        height: 37px;
    }

    .com_g_content {
        text-align: center;
        color: #fff;
        margin-top: 80px;
    }

    .com_g_content h4 {
        margin-bottom: 32px;
    }

    .com_g_content2 {
        padding: 32px 16px;
    }

    .com_g_content2 h4 {
        margin-bottom: 43px;
    }

    /*82*/

    .com_g_flex {
        flex-direction: column;
    }

    .com_g_table {
        width: 100%;
        max-width: 100%;
    }

    .com_g_table.com_g_table_01 {
        margin-bottom: 32px;
    }

    .com_group.com_group_02 .com_g_bg {
        padding-bottom: 590px;
    }

    .com_group.com_group_02 .inner.c-area {
        padding: 40px 0 0;
    }
    .com_group.com_group_01 .inner.c-area {
        padding: 40px 0;
    }

}

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

    .com_g_content2 {
        width: 100%;
        max-width: 100%;
    }

    .com_g_table table th {
        width: 82px;
    }

    #company-message .inner p {
        /* font-size: 19px; */
        font-size: 5vw;
    }

}


/*-------------------------
noizless-database 消音データベース
-------------------------*/

.ndb_archive_contents article {
    width: 100%;
    border-bottom: 2px solid #000;
    padding: 40px 20px;
    box-sizing: border-box;
}
.ndb_archive_contents > :last-child {
    border-bottom: 0;
}

/*.inner.col_list_inner.ndb_list_inner {
    width: 1200px;
}*/

.ndb_post_content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.ndb_img {
    flex-shrink: 0;
    width: 150px;
    height: auto;
    margin-right: 20px;
}

.ndb_img img {
    border: 1px solid #efefef;
    box-sizing: border-box;
    width: 100%;
    min-height: 150px;
    object-fit: contain;
}

.ndb_top ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.ndb_top ul li {
    margin: 0 5px 5px 0;
}

.ndb_top ul li a {
    border: 2px solid #000000;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: bold;
    transition: 0.3s;
    background-color: #000000;
    color: #ffffff;
}

.ndb_top ul li a:hover {
    color: #ffd600;
    background-color: #000000;
    border: 2px solid #ffd600;
}

.ndb_info {
    font-size: 18px;
}

p.ndb_num {
    font-weight: bold;
}

h2.ndb_single_title {
    font-size: 1.5em;
}

.ndb_text p {
    font-size: 0.8em;
    font-weight: bold;
    color: #1b1b1b;
}

.ndb_bottom {
    margin-top: 1em;
}

.ndb_bottom ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.ndb_bottom ul li {
    /*width: calc(100% / 3);*/
    /*width: 25%;*/
    width: 20%;
    width: 197px;
    margin-bottom: 0;
}

.ndb_bottom ul li a {
    width: calc(100% - 1em);
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: bold;
    background-color: #c7c7c7;
    color: #ffffff;
    border-radius: 3px;
    pointer-events: none;
    border: 2px solid #c7c7c7;
    box-sizing: border-box;
}

.ndb_bottom ul li.active a {
    pointer-events: all;
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    transition: 0.3s;
    position: relative;
}

.ndb_bottom ul li.active a:hover {
    background-color: #000000;
    color: #ffd600;
    border-color: #ffd600;
}

span.ndb_star {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffd600;
    font-size: 0.8em;
    line-height: 1;
}

span.ndb_star.star2 {
    position: relative;
    left: initial;
    top: initial;
}

.ndb_bottom ul li p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.2em;
    word-break: break-all;
    color: #c7c7c7;
}

.ndb_bottom ul li.active p {
    color: #3F51B5;
}

.edit_link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.edit_link a {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #000000;
    background-color: #efefef;
    transition: 0.3s;
    text-decoration: underline;
}

.edit_link a:hover {
    color: #ffffff;
    background-color: #000000;
}

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

    .ndb_post_content {
        flex-direction: column;
    }

    .ndb_img {
        margin: 0;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .ndb_img img {
        width: 100px;
        min-height: 100px;
        margin: 0;
    }

    .edit_link {
        width: 100px;
        margin-left: 20px;
    }

    .edit_link a {
        margin: 5px 0;
        font-size: 14px;
    }

    .ndb_info {
        font-size: 16px;
    }

    .ndb_top ul li a {
        font-size: 0.6em;
        padding: 2px 8px;
    }

    h2.ndb_single_title {
        font-size: 1.4em;
    }

    .ndb_bottom ul li {
        width: 50%;
    }

    .ndb_bottom ul li p {
        display: none;
    }

    .ndb_bottom ul li a {
        font-size: 15px;
        width: 96%;
    }

}

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

    .ndb_bottom ul li {
        margin-bottom: 3vw;
    }

    .ndb_bottom ul li a {
        font-size: 3.7vw;
        width: 94%;
    }

}

/*-------------------------
single noizless-database 消音データベース 詳細
-------------------------*/

.inner.ndb_list_inner {
    margin-bottom: 60px;
    max-width: 1200px;
    width: 94%;
}

article.ndb_post.ndb_edit_post .edit_link {
    width: 150px;
    margin: 0;
    margin-left: auto;
}

.id_link_contents {
    height: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -999999;
    padding-top: 100px;
    margin-top: -100px;
}

.ndb_edit_contents {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid;
}

ul.ndb_ul_top .edit_item_number,
ul.ndb_ul_top .edit_item_title {
    font-weight: bold;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

ul.ndb_ul_top .edit_item_number span,
ul.ndb_ul_top .edit_item_title span {
    flex-shrink: 0;
    width: 150px;
}

.ndb_edit_content ul li {
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.ndb_edit_content ul li label {
    flex-shrink: 0;
    width: 200px;
    font-weight: bold;
}

li.edit_post_content_li textarea {
    width: 100%;
    height: 250px;
    resize: vertical;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1em;
}

.ndb_ul_bottom_li_btns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.file-delete-button {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 8px;
    cursor: pointer;
    margin-left: 15px;
}

.file-input-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-input-container input[type="file"] {
    font-size: 100px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.uploaded-file-name {
    margin-top: 6px;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: bold;
    color: #5e5e5e;
    word-break: break-all;
    white-space: break-spaces;
}

.file-input-button {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 8px;
    cursor: pointer;
}

.ndb_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.ndb_submit_btn input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    max-width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    border: 2px solid;
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
    line-height: 2.2em;
    transition: 0.3s;
}

.ndb_submit_btn input:hover {
    background-color: #000000;
    color: #ffd600;
    border-color: #ffd600;
}

.ndb_item_url {
    font-size: 0.7em;
    color: #4c4c4c;
}

.ndb_item_url {
    font-size: 0.7em;
    color: #4c4c4c;
    word-break: break-all;
}

.edit_link a svg path {
    transition: 0.3s;
}

.edit_link a:hover svg path {
    stroke: #ffffff;
}

/*-------------------------
データベース 検索フォーム
-------------------------*/

.column_select.ndb_column_select {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.input_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.ndb_search_content {
    /*margin-right: 15px;*/
}

.input_wrapper form {
    margin-right: 15px;
}

.input_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.ndb_search_content input {
    font-size: 15px;
    border-radius: 2px;
}

.column_select.ndb_column_select select {
    min-height: 30px;
}

.search_form_inner {
    position: relative;
    width: 250px;
    height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

input.search_input {
    border: 1px solid;
    width: 100%;
    height: 100%;
}

input.search_button {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
}

.search-count {
    font-size: 18px;
}

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

    .inner.col_list_inner.ndb_list_inner div#col_archive_headline {
        flex-direction: column-reverse;
    }

    .column_select.ndb_column_select {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .input_wrapper {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .input_wrapper form {
        margin: 0;
        margin-bottom: 15px;
    }

}


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


    .column_select.ndb_column_select {
        flex-direction: column;
        width: 100%;
        align-items: flex-end;
    }

    .input_wrapper form {
        width: 100%;
    }

    .ndb_search_content {
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .search_form_inner {
        width: 100%;
    }

}















/*-------------------------
column aaaaaaaaaaaaaaaa
-------------------------*/