/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset,img {border: 0;}
img {display: block; max-width: 100%; height: auto;}
img a {border: none;}
address,caption,cite,code,dfn,em,th,var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal; line-height: 1.0;}
q:before, q:after {content: "";}
a[href^="tel:"] {text-decoration: none;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {
    font-size: 62.5%;
}
body {
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
    color: #242424;
    font-size: 1.6rem;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {text-decoration: none; -webkit-transition: all .3s; transition: all .3s;}
/*
a:link {color: #242424;}
a:visited {color: #242424;}
a:hover { color: #3F70D2; text-decoration: underline;}
a:active {color: #3F70D2;}
*/
p {line-height: 1.8;}
.mb80 {margin-bottom: 80px;}

:where(.is-layout-flex) { gap: 0;}
.breadcrumb { display: none;}
.site-body {
    padding: 80px 0;
}
.main-section--margin-bottom--on {
    margin-bottom: 0;
}

.pagination {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* 全幅設定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    /*padding: 5em calc(50vw - 50%);*/
}
/* 背景画像 */
.bg-metal-blue {
    background-image: url(images/bg-metal-blue.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.bg-metal-gray {
    background-image: url(images/bg-metal-gray.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


/* ページヘッダー */
.page-header,
.blog,
.single,
.archive,
.error404 {
    height: auto;
    min-height: 400px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 160px, cover;
    background-position: left 5px bottom 5px, center center;
}
.post-name-company .page-header {
    background-image: url(images/bg-page-header-title-company.svg) ,url(images/bg-metal-blue.jpg);
}
.post-name-business .page-header {
    background-image: url(images/bg-page-header-title-business.svg) ,url(images/bg-metal-blue.jpg);
}
.post-name-recruit .page-header {
    background-image: url(images/bg-page-header-title-recruit.svg) ,url(images/bg-metal-blue.jpg);
}
.post-name-contact .page-header {
    background-image: url(images/bg-page-header-title-contact.svg) ,url(images/bg-metal-blue.jpg);
}
.blog .page-header,
.single .page-header,
.archive .page-header {
    background-image: url(images/bg-page-header-title-information.svg) ,url(images/bg-metal-blue.jpg);
}
.post-type-archive-products .page-header,
.tax-products-cat .page-header,
.single-products .page-header {
    background-image: url(images/bg-page-header-title-products.svg) ,url(images/bg-metal-blue.jpg);
}
.error404 .page-header {
    background-image: url(images/bg-metal-blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-id-435 .page-header{
	background-image: url(images/bg-page-header-title-recruit.svg) ,url(images/bg-metal-blue.jpg);
}

.page-header-title,
h1.page-header-title {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: left;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,0.3);
    position: relative;
    top: 120px;
}
.post-name-company h1.page-header-title::before,
.post-name-business h1.page-header-title::before,
.post-name-recruit h1.page-header-title::before,
.post-name-contact h1.page-header-title::before,
.blog h1.page-header-title::before,
.single .page-header-title::before,
.archive .page-header-title::before,
.post-type-archive-products h1.page-header-title::before,
.tax-products-cat .page-header-title::before,
.single-products .page-header-title::before {
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,0.3);
    display: block;
    line-height: 1.2;
}
.post-name-company h1.page-header-title::before {
    content: "Company Info";
}
.post-name-business h1.page-header-title::before {
    content: "Business Guide";
}
.post-name-recruit h1.page-header-title::before {
    content: "Recruit";
}
.post-name-contact h1.page-header-title::before {
    content: "Contact";
}
.blog h1.page-header-title::before,
.single .page-header-title::before,
.archive .page-header-title::before {
    content: "Information";
}
.post-type-archive-products h1.page-header-title::before,
.tax-products-cat .page-header-title::before,
.single-products .page-header-title::before {
    content: "Products";
}

@media (max-width: 991px) {
    .page-header,
    .blog,
    .single,
    .archive {
        min-height: 300px;
        background-size: auto 120px, cover;
    }
    .page-header-title,
    h1.page-header-title {
        top: 80px;
    }
}
@media (max-width: 575px) {
    .page-header,
    .blog,
    .single,
    .archive {
        min-height: 240px;
        background-size: auto 70px, cover;
    }
    .page-header-title,
    h1.page-header-title {
        font-size: 2.8rem;
        top: 60px;
    }
}


.headline01 {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 40px;
    padding-left: 60px;
    position: relative;
}
.headline01::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #3F70D2;
    position: absolute;
    top: 5px;
    left: 0;
}
.headline01::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #FFC06D;
    position: absolute;
    top: 5px;
    left: 25px;
}
@media (max-width: 768px) {
    .headline01 {
        font-size: 2.4rem;
        padding-left: 45px;
    }
    .headline01::before {
        width: 15px;
        height: 15px;
    }
    .headline01::after {
        width: 15px;
        height: 15px;
        left: 20px;
    }
}
@media (max-width: 575px) {
    .headline01 {
        font-size: 2.0rem;
        padding-left: 35px;
    }
    .headline01::before {
        width: 12px;
        height: 12px;
    }
    .headline01::after {
        width: 12px;
        height: 12px;
        left: 15px;
    }
}

.table01 {
    border-top: 2px solid #3F70D2;
    border-bottom: 1px solid #3F70D2;
}
.table01 th,
.table01 td {
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #3F70D2;
    font-size: 1.7rem;
}
.table01 th {
    width: 10em;
    color: #707F89;
    font-weight: bold;
}
@media (max-width: 768px) {
    .table01 th,
    .table01 td {
        display: block;
        width: 100%;
    }
    .table01 th {
        padding-bottom: 0;
        border-bottom: none;
    }
	.table01 th{
		text-align:left;
	}
}

.marker-orange {
    background: linear-gradient(transparent 60%, #FFC06D 0%);
}
.marker-navy {
    background: linear-gradient(transparent 60%, #3F70D2 0%);
}

.btn-blue,
.btn-white {
    max-width: 280px !important;
    margin: 80px auto 0;
    position: relative;
}
.btn-blue p,
.btn-white p {
    margin: 0;
    line-height: 1;
}
.btn-blue a {
    display: block;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #5480D6;
    line-height: 1;
    font-weight: bold;
    color: #5480D6;
    text-align: center;
    text-decoration: none;
}
.btn-blue a:hover {
    text-decoration: none;
    background-color: #5480D6 !important;
    color: #fff !important;
}
.btn-white a {
    display: block;
    padding: 15px;
    border: 2px solid #fff;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.btn-white a:hover {
    text-decoration: none;
    background-color: #fff !important;
    color: #5480D6 !important;
}
.btn-blue a::before,
.btn-white a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 50px;
    height: 2px;
    background-color: #FFC06D;
    transition: all .2s linear;
}
.btn-blue a::after,
.btn-white a::after {
    content: "";
    position: absolute;
    top: 30%;
    right: -22px;
    width: 3px;
    height: 12px;
    background-color: #FFC06D;
    transform: skewX(45deg);
    transition: all .2s linear;
}
.btn-blue a:hover::before,
.btn-white a:hover::before {
    right: -30px;
}
.btn-blue a:hover::after,
.btn-white a:hover::after {
    right: -27px;
}
.ProductCategoryList ul{
	display: flex;
	flex-wrap: wrap;
} 
.category-label{
	font-size:14px;font-weight:bold;
	color:#3F70D2;
	width:fit-content;
	padding:0 10px;
	margin-bottom:0;
	margin-left:10px;
	margin-top:5px;
	position:absolute;
	top:0;
	background: white;
}
.btn_cat{
	width:calc(100% / 4) ;
    line-height: 1;
    text-align: center;
	padding:10px;
}
.btn_cat a{
	display: block;
	width:100%;
	padding:15px;
	background-color: #fff;
	border: 2px solid #5480D6;
	font-weight: bold;
    color: #5480D6;
	text-decoration: none;
}
.btn_cat a:hover {
    text-decoration: none;
    background-color: #5480D6 !important;
    color: #fff !important;
}
/*-----------------------------
ナビゲーション                
-----------------------------*/
.site-header {
    position: absolute;
    box-shadow: none;
}
.global-nav-list > li > a {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(65, 83, 119, 0.5);
}
.global-nav-list > li:last-child a {
    background: rgb(80,168,255);
    background: linear-gradient(180deg, rgba(80,168,255,1) 0%, rgba(0,68,255,1) 100%);
    margin-left: 1.5em;
    padding: 0 1.5em;
}
.device-mobile .global-nav-list > li:last-child a {
    padding: 0;
}
.header_scrolled .global-nav-list > li:last-child a {
    background: none;
}
.global-nav-list > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background:#3f70d2;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.global-nav-list > li.current_page_item a::after,
.global-nav-list > li.current-menu-item a::after,
.global-nav-list > li.current-menu-ancestor a::after,
.global-nav-list > li > a:hover::after {
    transform: scale(1, 1);
}
.global-nav-list > li:last-child a::after {
    display: none;
}
.global-nav-list>li .global-nav-name {
    font-size: 1.6rem;
}
.device-mobile .global-nav-list>li {
    padding: 0;
}
.device-mobile .global-nav-list>li .global-nav-name {
    font-size: 1.4rem;
    padding: 10px 1.5em;
}
.header_scrolled .site-header {
    background-image: url(images/bg-metal-blue.jpg);
}
.header_scrolled .global-nav-list > li:last-child a {
    margin-left: 0;
}
.mobile-navigation-header-logo {
    max-width: 240px;
    margin: 0 auto;
}

/*-----------------------------
フッター                 
-----------------------------*/
.site-footer {
    background-image: url(images/bg-metal-blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 30px 0;
}
.footer-company-name {
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.footer-company-name span {
    font-size: 1.2rem;
    font-weight: normal;
}
.footer-address p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1em;
}
.footer-address p:last-child {
    margin-bottom: 0;
}
#menu-footer-navigation li a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    border: none;
    position: relative;
    padding: 3px 0 3px 16px;
}
#menu-footer-navigation li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}
#menu-footer-navigation li a:hover {
    background: none;
}
#menu-footer-navigation li.current_page_item > a {
    background: none;
}
.footer-contact-title {
    max-width: 150px;
    margin: 0 auto;
}
.footer-contact-title p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 2px 2px rgba(65, 83, 119, 0.5);
    margin: 0;
}
.footer-contact-title p a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
}
.footer-tel {
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}
.footer-tel a {
    color: #fff;
}
.footer-tel a:hover {
    color: #fff;
}
.footer-contact-time {
    font-size: 1.3rem;
    color: #fff;
    margin: -10px 0 40px;
}
.footer-copyright {
    font-size: 1.0rem;
    color: #fff;
    text-align: center;
}
.site-footer-copyright {
    display: none;
}
.page_top_btn {
    right: 5px;
    bottom: 5px;
    width: 46px;
    height: 46px;
    background-color: #3f70d2;
    box-shadow: none;
}
.menu-footer-navigation-container{
	display: flex;
	justify-content: center;
}
ul#menu-footer-navigation{
	width:fit-content;
}
.site-footer-content p{
	white-space: nowrap;
}
.site-footer .GroupCompany a{
	color:white;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.menu-footer-navigation-container{
		display:none;
	}
}
@media (max-width: 375px) {
	.site-footer-content p{
		white-space: normal;
	}
}

/*-----------------------------
トップページ
-----------------------------*/
/* site-body余白 */
.home .site-body {
    padding: 0;
}

/* スライドショー */
.swiper-pagination,
.swiper-button-white {
    display: none;
}
{
	display: none;
}


/* 見出し */
.top-headline01 {
    font-size: 3.0rem;
    line-height: 1.2;
    margin: 0 0 60px;
    position: relative;
    z-index: 2;
}
.top-sub-headline01 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
}
.top-sub-headline01::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 1em;
    height: 4px;
    background-color: #FFC06D;
}
.bg-text-info .top-headline01,
.bg-text-info .top-sub-headline01 {
    color: #fff;
}
@media (max-width: 768px) {
    .top-headline01 {
        font-size: 2.6rem;
    }
    .top-sub-headline01 {
        font-size: 2.0rem;
    }
}
@media (max-width: 575px) {
    .top-headline01 {
        font-size: 2.4rem;
    }
    .top-sub-headline01 {
        font-size: 1.8rem;
    }
}


/* 見出し 背景英語文字 */
.bg-text-info,
.bg-text-aboutus,
.bg-text-business,
.bg-text-equipment,
.bg-text-recruit,
.bg-text-products,
.bg-text-contact {
    position: relative;
}
.bg-text-info::before,
.bg-text-aboutus::before,
.bg-text-business::before,
.bg-text-equipment::before,
.bg-text-recruit::before,
.bg-text-products::before,
.bg-text-contact::before {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 0;
    font-size: 16rem;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .bg-text-info::before,
    .bg-text-aboutus::before,
    .bg-text-business::before,
    .bg-text-equipment::before,
    .bg-text-recruit::before,
    .bg-text-products::before,
    .bg-text-contact::before {
        top: -70px;
        font-size: 12rem;
    }
}
@media (max-width: 768px) {
    .bg-text-info::before,
    .bg-text-aboutus::before,
    .bg-text-business::before,
    .bg-text-equipment::before,
    .bg-text-recruit::before,
    .bg-text-products::before,
    .bg-text-contact::before {
        top: -40px;
        font-size: 8rem;
    }
}
@media (max-width: 575px) {
    .bg-text-info::before,
    .bg-text-aboutus::before,
    .bg-text-business::before,
    .bg-text-equipment::before,
    .bg-text-recruit::before,
    .bg-text-products::before,
    .bg-text-contact::before {
        top: -30px;
        font-size: 6rem;
    }
}

.bg-text-info::before {
    content: "Information";
    color: rgba(255,255,255,0.2);
}
.bg-text-aboutus::before {
    content: "About us";
    color: rgba(0,0,0,0.1);
}
.bg-text-business::before {
    content: "Business";
    color: rgba(255,255,255,0.5);
}
.bg-text-equipment::before {
    content: "Equipment";
    color: rgba(0,0,0,0.1);
}
.bg-text-recruit::before {
    content: "Recruit";
    color: rgba(255,255,255,1);
    text-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.bg-text-products::before {
    content: "Products";
    color: rgba(255,255,255,0.5);
}
.bg-text-contact::before {
    content: "Contact";
    color: rgba(255,255,255,1);
    text-shadow: 0 3px 5px rgba(0,0,0,0.15);
}

/* スペーサー */
.top-spacer {
    padding: 160px 0 80px;
}
@media (max-width: 768px) {
    .top-spacer {
        padding: 120px 0 80px;
    }
}

/* キャッチコピー＆ボタン類 */
.catchcopy-wrap {
    position: absolute;
    z-index: 10;
    margin-top: -160px;
    width: 100%;
    padding: 0 15px;
}
.catchcopy {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.catchcopy-txt {
    width: calc(100% - 240px - 40px);
}
.catchcopy-contact {
    width: 100%;
    max-width: 240px;
    margin-left: 40px;
}

@media (max-width: 768px) {
    .catchcopy-wrap {
        position: absolute;
        z-index: 10;
        margin-top: -160px;
        width: 100%;
        padding: 0 15px;
    }
    .catchcopy {
        justify-content: center;
    }
    .catchcopy > div {
        width: 100%;
    }
    .catchcopy-contact {
        margin-left: 0px;
        margin-top: 30px;
    }
}

.catchcopy-txt p {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}
@media (max-width: 991px) {
    .catchcopy-txt p {
        font-size: 2.0rem;
    }
}
@media (max-width: 768px) {
    .catchcopy-txt p {
        font-size: 1.8rem;
    }
}

.contact-tel a,
.contact-mail a {
    width: 100%;
    padding: 10px;
    text-decoration: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-tel a {
    background: rgb(80,168,255);
    background: linear-gradient(180deg, rgba(80,168,255,1) 0%, rgba(0,68,255,1) 100%);
    margin-bottom: 5px;
    color: #fff;
}
.contact-mail a {
    background-color: #fff;
    margin-bottom: 0;
    color: #3F70D2;
}
.contact-tel a p,
.contact-mail a p {
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.contact-tel a p {
    font-size: 2.0rem;
    text-align: center;
}
.contact-tel a p span {
    display: block;
    font-size: 1.2rem;
    margin-top: 4px;
}
.contact-tel a i {
    font-size: 2.8rem;
}
.contact-mail a p {
    font-size: 2.0rem;
}
.contact-mail a i {
    font-size: 2.8rem;
    margin-left: 10px;
    background: rgb(80,168,255);
    background: linear-gradient(180deg, rgba(80,168,255,1) 0%, rgba(0,68,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
    .contact-tel a p {
        font-size: 1.8rem;
    }
    .contact-tel a i {
        font-size: 2.4rem;
    }
    .contact-mail a p {
        font-size: 1.8rem;
    }
    .contact-mail a i {
        font-size: 2.4rem;
    }
}


/* 新着情報 */
.information-wrap {
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 576px) {
    .information-wrap {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .information-wrap {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .information-wrap {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .information-wrap {
        max-width: 1140px;
    }
}
.top-info-article > ul a:hover {
    text-decoration: none;
}
.top-info-article > ul > li {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.top-info-article > ul > li p {
    margin: 0;
}
.top-info-article > ul > li p.info-date {
    font-size: 1.8rem;
    font-weight: bold;
    color: #d2d2d2;
    margin-right: 1.5em;
}
.top-info-article .post-categories {
    margin-right: 1.5em;
}
.top-info-article .post-categories li a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #5480D6;
    line-height: 1;
    display: block;
    padding: 6px 10px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.top-info-article > ul > li p.info-title a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .top-info-article > ul > li p.info-title {
        width: 100%;
        margin-top: 5px;
    }
}
@media (max-width: 575px) {
    .top-info-article > ul > li p.info-date {
        font-size: 1.6rem;
    }
    .top-info-article > ul > li p.info-title a {
        font-size: 1.6rem;
    }
}


/* 会社案内 */
.top-about {
    display: flex;
    justify-content: space-between;
    align-items: stretch !important;
}
.top-about > div {
    width: 48%;
}
.top-about-text h3 {
    font-size: 3.0rem;
    margin: 0 0 40px;
}
.top-about-text p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
}
@media (max-width: 991px) {
    .top-about > div {
        width: 100%;
    }
    .top-about > div:last-child {
        max-width: 400px;
        margin: 40px auto 0;
    }
    .top-about-text h3 {
        font-size: 2.4rem;
    }
}
@media (max-width: 768px) {
    .top-about-text p {
        font-size: 1.6rem;
    }
    
}

/* 業務案内 */
.top-business-question {
    align-items: stretch !important;
}
.top-business-question > div {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    padding: 30px;
}
.top-business-question > div:last-child {
    margin-right: 0;
}
.top-business-q-num {
    font-size: 3.0rem;
    font-weight: bold;
    text-shadow: 0 3px 6px rgba(0,0,0,0.2);
    margin-bottom: 15px;
    line-height: 1;
}
.top-business-question > div h3 {
    font-size: 3.0rem;
    text-shadow: 0 3px 6px rgba(0,0,0,0.2);
    line-height: 1.2;
    margin: 0 0 30px;
}
@media (max-width: 991px) {
    .top-business-question > div {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .top-business-question > div:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .top-business-q-num {
        font-size: 2.6rem;
    }
    .top-business-question > div h3 {
        font-size: 2.6rem;
    }
}
@media (max-width: 575px) {
    .top-business-q-num {
        font-size: 2.2rem;
    }
    .top-business-question > div h3 {
        font-size: 2.2rem;
    }
}

/* 主要設備 */
.top-equipment01,
.top-equipment02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 26.388888%;
    position: relative;
}
.top-equipment01 {
    background-image: url(images/top-equipment-01.jpg);
}
.top-equipment02 {
    background-image: url(images/top-equipment-02.jpg);
    margin: 20px 0;
}
.top-equipment-txt01 {
    width: 45%;
    position: absolute;
    top: 45%;
    right: 0;
}
.top-equipment-txt02 {
    width: 45%;
    position: absolute;
    top: 45%;
    left: 0;
}
.top-equipment-txt01 h3,
.top-equipment-txt02 h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
}
.top-equipment-txt01 h3 {
    text-align: right;
    margin: 0 1em 10px 0 !important;
}
.top-equipment-txt02 h3 {
    margin: 0 0 10px 1em !important;
}
.top-equipment-txt01 p,
.top-equipment-txt02 p {
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}
.top-equipment-txt01 p {
    margin: 0 10px 0 0 !important;
}
.top-equipment-txt02 p {
    margin: 0 0 0 1em !important;
}
.top-equipment-sp-img01,
.top-equipment-sp-img02 {
    display: none;
}
@media (max-width: 991px) {
    .top-equipment01,
    .top-equipment02 {
        background: none;
        padding-top: 0;
    }
    .top-equipment-txt01,
    .top-equipment-txt02 {
        width: 100%;
        max-width: 480px;
        background: rgba(80,168,255,0.6);
        background: linear-gradient(230deg, rgba(80,168,255,0.6) 0%, rgba(0,68,255,0.6) 100%);
        padding: 20px;
        position: relative;
        top: 0;
    }
    .top-equipment-txt01 {
        margin: -80px 0 20px auto;
        right: 0;
    }
    .top-equipment-txt02 {
        margin: -80px auto 20px 0;
        left: 0;
    }
    .top-equipment-txt01 h3,
    .top-equipment-txt02 h3 {
        font-size: 2.0rem;
        text-align: left;
        margin: 0 0 10px 0 !important;
    }
    .top-equipment-txt01 p,
    .top-equipment-txt02 p {
        margin: 0 !important;
    }
    .top-equipment-sp-img01,
    .top-equipment-sp-img02 {
        display: block;
        max-width: 480px;
    }
    .top-equipment-sp-img02 {
        margin-left: auto;
    }
}
@media (max-width: 575px) {
    .top-equipment-sp-img01,
    .top-equipment-sp-img02 {
        display: block;
        max-width: 300px;
    }
    .top-equipment-txt01,
    .top-equipment-txt02 {
        max-width: 320px;
    }
    .top-equipment-txt01 {
        margin: -40px 0 20px auto;
    }
    .top-equipment-txt02 {
        margin: -40px auto 20px 0;
    }
    .top-equipment-txt01 h3,
    .top-equipment-txt02 h3 {
        font-size: 1.8rem;
    }
}

/* 製品情報 */
.top-products-list {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.top-products-list > div {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    background-color: #fff;
	border: 1px solid gray;
}
.top-products-list > div:last-child {
    margin-right: 0;
}
.top-products-list > div a {
    display: block;
    color: #242424;
}
.top-products-list > div a:hover  {
    background-color: #3F70D2;
    color: #fff;
}
.top-products-txt {
    padding: 20px 15px;
}
.top-products-txt h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 991px) {
    .top-products-list > div {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 20px;
    }
    .top-products-list > div:last-child {
        margin: 0 auto;
    }
}

/* 採用情報 */
.bg-top-recruit {
    background-image: url(images/bg-top-recruit.jpg);
    background-size: cover;
    background-position: center center;
}
.top-recruit-txt {
    font-size: 2.4rem;
    font-weight: bold;
    color: #3F70D2;
    text-align: center;
}
@media (max-width: 991px) {
    .top-recruit-txt {
        font-size: 2.0rem;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .top-recruit-txt {
        font-size: 1.8rem;
    }
}

/*-----------------------------
会社概要
-----------------------------*/

/* 代表挨拶 */
.company-message {
    margin: 0 0 80px;
}
.company-message .wp-block-media-text__content {
    padding: 0;
    margin-left: -20px;
}
.company-message-area {
    background-color: #f9f9f9;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.2);
    padding: 30px;
}
.company-message-area h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.company-message-area p {
    font-size: 1.7rem;
}
@media (max-width: 991px) {
    .company-message.wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }
    .company-message.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }
    .company-message.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
    .company-message.wp-block-media-text .wp-block-media-text__media {
        max-width: 320px;
        margin: 0 auto 20px;
    }
    .company-message .wp-block-media-text__content {
        margin-left: 0px;
    }
}
/* 会社概要 */
.page-id-12 .table01 a{
	text-decoration:underline;
}
/* 会社沿革 */
.history {
	width: 100%;
	margin-bottom: 80px;
}
.history table {
	width: 100%;
    border: none;
}
.history table tr:nth-child(2n) {
	background: #f9f9f9;
}
.history table tr:first-child th::after {
    top: 40px;
    height: calc(100% - 40px);
}
.history table tr:last-child th::after {
    height: calc(100% - 0px);
}
.history table th {
    position: relative;
    width: 10em;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 25px 20px 25px 10px;
    text-align: center;
    vertical-align: top;
    color: #707F89;
    border: none;
}
.history table th::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #3F70D2;
    top: 0;
    right: 0;
}
.history table td {
    padding: 25px 10px 15px 0;
    border: none;
}
.history table td ul {
    position: relative;
    top: 0;
    left: -5px;
}
.history table td ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 1.7rem;
}
.history table td ul li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgb(80,168,255);
    background: linear-gradient(180deg, rgba(80,168,255,1) 0%, rgba(0,68,255,1) 100%);
    left: -11px;
    top: -2px;
}
@media (max-width: 768px) {
    .history table tr:nth-child(2n) {
		background: none;
	}
    .history table th {
        display: block;
        width: 100%;
        padding: 0 0 5px;
        text-align: left;
        border-bottom: 1px solid #3F70D2;
    }
    .history table th::after {
        display: none;
    }
    .history table td {
        display: block;
        width: 100%;
        padding: 15px 10px;
    }
    .history table td ul {
        left: 0px;
    }
    .history table td ul li {
        padding-left: 20px;
    }
}
@media (max-width: 575px) {
	.history .images ul li:nth-child(3n) {margin-right: 2%;}
	.history .images ul li:nth-child(2n),
	.history .images ul li:last-child {margin-right: 0;}
}





/*-----------------------------
業務案内
-----------------------------*/

.business-lead {
    margin-bottom: 40px;
}
.business-lead p {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2;
}
.business-q-wrap {
    margin-bottom: 80px;
}
.business-q {
    margin-bottom: 20px;
    padding: 30px;
}
.business-q h3 {
    font-size: 2.8rem;
    margin: 0 0 20px;
    line-height: 1.3;
}
.business-q h3 span.business-q-num {
    color: #3F70D2;
    margin-right: 0.5em;
}
.business-products {
    margin-bottom: 40px;
}
.business-products > div {
    width: calc((100% - 40px) / 2);
    margin: 0 40px 40px 0;
}
.business-products > div:nth-child(2n) {
    margin-right: 0;
}
.business-products .wp-block-image figcaption {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    padding: 15px;
    position: relative;
    margin-top: -51px;
    background-color: rgba(63, 112, 210, 0.8);
}
@media (max-width: 768px) {
    .business-products > div {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 40px;
    }
    .business-products > div:nth-child(2n) {
        margin-right: auto;
    }
    .business-q h3 {
        font-size: 2.0rem;
    }
}
.business-main-equipment {
    margin-bottom: 80px;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}
.business-main-equipment > div {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    background: rgb(80,168,255);
    background: linear-gradient(0deg, rgba(0,68,255,1) 0%, rgba(80,168,255,1) 40%);
}
.business-main-equipment > div:last-child {
    margin-right: 0;
}
.business-main-equipment > div h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 15px;
}
.business-main-equipment > div p {
    font-size: 1.4rem;
    color: #fff;
    padding: 0 15px 15px;
}
@media (max-width: 768px) {
    .business-main-equipment > div {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 20px;
    }
    .business-main-equipment > div:last-child {
        margin: 0 auto;
    }
}
.business-equipment-list {
    border: none;
    width: 100%;
}
.business-equipment-list tr {
    border-bottom: 1px solid #3F70D2;
}
.business-equipment-list tr:first-child {
    border-bottom: none;
}
.business-equipment-list th,
.business-equipment-list td {
    font-size: 1.5rem;
    padding: 10px;
    border: none;
    white-space: nowrap;
}
.business-equipment-list th {
    font-weight: bold;
    text-align: center;
    background-color: #FFC06D;
}
.business-equipment-list td:nth-child(2n) {
    background-color: #eee;
}

/*-----------------------------
新着情報
-----------------------------*/
/* 一覧ページ */
.blog .vk_post_imgOuter_singleTermLabel {
    background-color: #3F70D2 !important;
}
.blog .vk_post .vk_post_btn {
    background-color: #FFC06D;
    border: none;
}

/* 記事ページ */
.single .entry-header {
    margin-bottom: 40px;
}
.single .entry-title {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}
.single .entry-meta-item {
    font-size: 1.4rem;
    color: #98A6B5;
}
.single .entry-meta-item-updated,
.single .entry-meta-item-author {
    display: none;
}
.single .entry-body {
    margin-bottom: 40px;
}
.single .entry-meta-data-list dt {
    background-color: #3F70D2;
}
.single .next-prev .vk_post_imgOuter_singleTermLabel {
    background-color: #FFC06D;
}
.single .card-intext .card-intext-inner .vk_post_body {
    background-color: rgba(63, 112, 210, 0.8);
}
@media (max-width: 768px) {
    .single .entry-title {
        font-size: 2.0rem;
    }
}
@media (max-width: 575px) {
    .single .entry-title {
        font-size: 1.8rem;
    }
}


/*-----------------------------
製品情報
-----------------------------*/
/* 一覧ページ */
.products-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.products-list li {
	position:relative;
    width: calc((100% - 40px) / 3);
    margin: 0 20px 40px 0;
    list-style: none;
	border: 1px solid #ccc;
}
.products-list li:nth-child(3n) {
    margin-right: 0;
}
.products-list li a {
    display: block;
    text-decoration: none !important;
    color: #242424;
}
.products-list .products-list-img {
    border-bottom: none;
}
.products-list .products-list-title {
    font-weight: bold;
    line-height: 1.3;
    padding: 15px;
    background-color: #fff;
	margin-top:0;
}
.products-list li a:hover .products-list-title {
    background-color: #3F70D2;
    color: #fff;
}

@media (max-width: 768px) {
    .products-list li {
        width: 100%;
        max-width: 640px;
        margin: 0 auto 40px;
    }
    .products-list li:nth-child(3n) {
        margin: 0 auto 40px;
    }
    .products-list .products-list-title {
        font-size: 1.5rem;
    }
}

/* 記事ページ */
.productsSlider,
.productsNav {
    max-width: 640px;
    margin: 0 auto;
}
.productsNav .products-list-img {
    padding: 0 5px;
}
.products-info {
    margin-top: 40px;
    border: none;
    border-top: 1px solid #ccc;
}
.products-info th,
.products-info td {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
}
.products-info th {
    width: 8em;
    font-weight: 700;
    text-align: center;
    background-color: #f8f8f8;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .products-info th,
    .products-info td {
        display: block;
        width: 100%;
    }
    .products-info th {
        text-align: left;
    }
}





/*-----------------------------
採用情報
-----------------------------*/
.job-intro {
    margin-bottom: 80px;
}
.job-intro01,
.job-intro02 {
    margin-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
}
.job-intro02 {
    flex-direction: row-reverse;
}
.job-intro01 > div,
.job-intro02 > div {
    width: 48%;
}
.blue > div img {
    box-shadow: 10px 10px 0 #3F70D2;
}
.yellow > div img{
	box-shadow: 10px 10px 0 #FFC06D;
}
.job-intro01 > div h3,
.job-intro02 > div h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .job-intro01 > div,
    .job-intro02 > div {
        width: 100%;
    }
    .job-intro-img {
        margin-bottom: 20px !important;
    }
    .job-intro01 > div h3,
    .job-intro02 > div h3 {
        font-size: 1.8rem;
    }
}

.recruit-schedule {
    margin-bottom: 80px;
}
.recruit-schedule ul {
    display: flex;
    flex-wrap: wrap;
}
.recruit-schedule ul li {
    width: calc(100% / 8);
    position: relative;
    padding-top: 40px;
}
.recruit-schedule2 ul li {
    width: calc(100% / 7);
    position: relative;
    padding-top: 40px;
}
.recruit-schedule ul li::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #3F70D2;
    position: absolute;
    z-index: 1;
    top: 9px;
}
.recruit-schedule ul li:first-child::before,
.recruit-schedule ul li:last-child::before {
    width: 50%;
}
.recruit-schedule ul li:first-child::before {
    left: 50%;
}
.recruit-schedule ul li::after {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: rgba(247,107,28,1);
    background: linear-gradient(0deg, rgba(247,107,28,1) 0%, rgba(250,217,97,1) 100%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.recruit-schedule2 ul li::after{
	background: linear-gradient(0deg, rgba(0,68,255,1) 0%, rgba(80,168,255,1) 100%);
}
.recruit-schedule ul li.Opacity0 ::after{
	background-color:transparent;
}
.recruit-schedule2 ul li::before{
	background: #FFC06D;
}
.recruit-schedule-time {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}
.recruit-schedule-txt {
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.recruit-schedule-txt span {
  text-combine-upright: all;
}
.margin0auto img{
	margin:0 auto;
}
@media (max-width: 768px) {
    .recruit-schedule ul li {
        padding-top: 30px;
    }
    .recruit-schedule ul li::before {
        top: 6px;
    }
    .recruit-schedule ul li::after {
        width: 15px;
        height: 15px;
    }
    .recruit-schedule-time {
        font-size: 1.6rem;
        margin: 0 auto 20px;
    }
    .recruit-schedule-txt {
        font-size: 1.8rem;
    }
}
@media (max-width: 575px) {
    .recruit-schedule-time {
        font-size: 1.4rem;
    }
    .recruit-schedule-txt {
        font-size: 1.7rem;
    }
}
.recruit-office {
    margin-bottom: 80px;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}
.recruit-office > div {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding: 25px 15px 15px;
    border: 2px solid #3F70D2;
}
.recruit-office > div:last-child {
    margin-right: 0;
}
.recruit-office-txt h3 {
    font-size: 2.0rem;
    font-weight: bold;
    color: #3F70D2;
    text-align: center;
    margin-bottom: 15px;
}
.recruit-office-txt p {
    font-size: 1.4rem;
    color: #3F70D2;
}
@media (max-width: 768px) {
    .recruit-office > div {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 10px;
    }
    .recruit-office > div:last-child {
        margin: 0 auto;
    }
}



/*-----------------------------
お問い合わせ
-----------------------------*/
.how-to-contact {
    margin-bottom: 80px;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}
.how-to-contact > div {
    width: calc((100% - 20px) / 3);
    border: 3px solid #5480D6;
    margin-right: 10px;
    padding: 20px 15px;
}
.how-to-contact > div:last-child {
    margin-right: 0;
}
.how-to-contact > div h3 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #5480D6;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;
}
.how-to-contact > div h4 {
    font-size: 2.0rem;
    font-weight: bold;
    color: #5480D6;
    margin: 10px 0;
    line-height: 1.3;
    text-align: center;
}
.how-to-contact > div h4 a{
	color: #5480D6;
}
.how-to-contact > div h4 a:hover{
	opacity:0.5;
}
.how-to-contact > div p {
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
}
@media (max-width: 768px) {
    .how-to-contact > div {
        width: 100%;
        margin: 0 auto 10px;
    }
    .how-to-contact > div:last-child {
        margin: 0 auto;
    }
}
.contact-mail-txt {
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.form-label-name {
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    .contact-mail-txt {
        text-align: left;
    }
    .form-label-name {
        font-size: 1.6rem;
    }
}
.contact-wrap input,
.contact-wrap textarea {
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 1px solid #5480D6;
    border-radius: 0;
    padding: 12px;
    font-size: 1.6rem;
}
.contact-wrap textarea {
    height: 150px;
}
.submit-btn-blue {
    position: relative;
    text-align: center;
    max-width: 280px;
    margin: 60px auto 0;
}
.submit-btn-blue::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 50px;
    height: 2px;
    background-color: #FFC06D;
    transition: all .2s linear;
}
.submit-btn-blue::after {
    content: "";
    position: absolute;
    top: 30%;
    right: -22px;
    width: 3px;
    height: 12px;
    background-color: #FFC06D;
    transform: skewX(45deg);
    transition: all .2s linear;
}
.submit-btn-blue:hover::before {
    right: -30px;
}
.submit-btn-blue:hover::after {
    right: -27px;
}
.submit-btn-blue .wpcf7-spinner {
    display: none;
}
.submit-btn-blue input[type=submit] {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    font-weight: bold;
    color: #5480D6;
    border: 2px solid #5480D6;
}
.submit-btn-blue p input[type=submit] {
    margin: 0;
    line-height: 1;
}
.submit-btn-blue input[type=submit]:hover {
    background-color: #5480D6;
    color: #fff;
    -webkit-transition: all .3s; transition: all .3s;
}
.contact-wrap .form-privacypolicy {
    border: 1px solid #ccc;
    height: 150px;
    overflow-y: scroll;
    margin-bottom: 30px;
    padding: 20px;
}
.contact-wrap .privacy-agree {
    width: fit-content;
    margin: 0 auto 30px;
}
/*-----------------------------
TELリンクについて
-----------------------------*/
a[href*="tel:"]{
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a[href*="tel:"]{
    pointer-events: auto;
  }
}