/*
Theme Name:aquasystem
Theme URI: 
Version: 2.0
Author: wakizashi
Author URI: https://wakizashi.jp
License: wakizashi
*/


/*基本構成*/

*{font-family:"Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

html{
	font-size: 16px;
}

body {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
    /*overflow-x: clip;*/
}

* html body{  
    overflow: hidden;  
	height: 100%;
	font-size:90%
}

:root{
	--blue: #0071bc;
}

/*各種基本クラス初期設定*/

.fixed{
    position: fixed;
}

.clear
{
clear:both;
}

a {  
    transition: 0.3s ease-in-out;  
}  
/*a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}*/


.fade {  
    transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.hide{
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
	display: block;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;

}

ul{
margin:0;
padding:0;
list-style-type:none;
line-height:160%;
}

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



p{
    font-size: 1rem;
	margin:15px 0 20px 0px;
	line-height:180%;
	letter-spacing:0px;
	text-align: justify;
}

p a{color:#00688C;}

ol{
}

ol li{
margin:10px 0px;
line-height:160%;
}

/*文字サイズ・基本装飾*/

.strong{font-weight:bold!important;}

.big{
font-size:125%!important;

}

.v_big{
font-size:150%!important;
}

.vv_big{
font-size:180%!important;
}

table .big{
color: #2968BE;
}

.blue{color:#0085B2;}

.bun{
    text-indent: 1em;
}

.mincho{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.textright{
text-align:right!important;
}
.textcenter{
text-align:center!important;
}
.small{
font-size:85%!important;
}

.v_small{
font-size:70%!important;
}


hr{
border:none;
border-bottom:solid 1px #cccccc;
margin:50px 0px;
}


.link_box {
    border: #0070B3 2px solid;
    padding: 14px 25px;
    color: #0070B3;
	font-weight:bold;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}
.link_box:after{
right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0070B3;
    border-right: 1px solid #0070B3;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    display: block;
    content: "";
}

/*YouTube Googlemap*/

.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	
}

.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/*テーブル設定*/

table{
clear: both;
table-layout: fixed;
border-collapse: collapse;
margin-left:0px;
margin-top:15px;
margin-bottom:55px;
width:100%;
}


th,td{
padding: 10px 5px 10px 7px;
vertical-align: top;
color: #111111;
line-height:160%;
letter-spacing:0px;
}

th span,td span{
    font-weight: bold;
    margin: 10px 0px;
}

th p,td p{
font-size:100%;
margin:10px 0!important;
}

/*ACCORDION*/
#panel {
    width: 100%;
    margin-bottom: 30px;
}
#panel > h3 {
    border-left:none!important;
    border-bottom: solid 1px white!important;
    background-color: #00779c!important;
    color: #fff!important;
    cursor: pointer;
    padding: 10px!important;
    position: relative;
    margin: 0px auto!important;
    max-width: 96%;
    font-size: 100%!important;
    letter-spacing: 2px;
}

#panel > h3:after{
    content: "▼";
    position: absolute;
    right: 10px;
}
#panel > .active:after{
    content: "▲";
    position: absolute;
    right: 10px;
}

#panel .ac {
    padding: 10px;
    box-sizing: border-box;
}
#panel .ac p{

}



/*イメージ*/
img{
    max-width:100%; 
    border:none;
	height:auto;
}

.center{
text-align:center!important;
display: block!important;
margin: 10px auto 0!important
}


/*サイトヘッダー*/
#header {
    z-index: 13;
    width: 85%;
    padding: 30px 0% 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    /* background-color: #fff; */
    display: block;
    /* box-shadow: 0 0 5px #eee; */
    transition: 0.3s 
ease-in-out;
    /* max-width: 1400px; */
    left: 50%;
    transform: translate(-50%);
}


/*サイトヘッダーをオン・オフしたいとき*/
/*
#home #header {
    opacity: 0;
	position: fixed;
}

#home #header.isActive{
    opacity: 1;
    transition: all 800ms;
}

*

/*ロゴ*/

#header h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    /* height: 78px; */
    /* width: 234px; */
    vertical-align: bottom;
    width: 30%;
}

#header h1 a {
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(img/logo.svg) no-repeat;
    display: block;
    height: 2rem;
    /* width: 22rem; */
    background-size: contain;
}

/*ヘッダーメニュー*/
.header-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1100px; */
}

.header-inner {
    width: 100%;
    max-width: 550px;
}

.menu_list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 1rem 5%;
    border-radius: 110px;
    border: solid 2px var(--blue);
    /* gap: 8%; */
}

.menu_parts {
    letter-spacing: normal;
    font-weight: 500;
    position: relative;
}

.menu_parts:first-child a{
	color: var(--blue);
}

.menu_parts::after {
    content: "";
    display: inline-block;
    background: var(--blue);
    top: -30%;
    bottom: -30%;
    width: 1px;
    position: absolute;
    right: -0.8rem;
}

.menu_parts:last-child::after{
    content: unset;
}

.header-sns li {
    padding: 0 30px;
}

.header-sns li a {
    font-size: 13px;
}

.header-insta a {
    position: relative;
    padding-left: 30px;
}

.header-insta a::before {
    content: "";
    background-image: url(img/icon-insta.png);
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-contact {
	background: #111;
	color:#fff;
    border-radius: 50px;
    padding: 5px 50px;
}
.header-contact a{
display:block;
	color:#fff;
}

.header-menu-item {
    padding: 20px;
}

.header-menu-item a {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

.header-menu-item a span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #aaa;
}

/*追従ボタン*/

body .fixed_btn {
    position: fixed !important;
    right: -3px;
    top: 20%;
    z-index: 999;
}

.fixed_btn .more_link {
    writing-mode: vertical-rl;
    text-align: center;
}

.fixed_btn .more_link a {
    display: block;
    padding: 1.25rem 0.5rem;
    border-radius: 5px 0 0 5px;
    letter-spacing: normal;
    font-weight: 500;
    font-family: 'Noto Sans JP';
}

.fixed_btn .sns {
    margin: 0 0 0.5rem;
}

.fixed_btn .contact_form{
    display: flex;
    gap: 8px;
    font-size: 0.9rem;	
}

.fixed_btn .sns a {
    background: #fff;
    position: relative;
    text-indent: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_btn .sns a::before {
    content: "";
    background: url(img/icon_inst.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 1.0rem;
}

.fixed_btn .contact_form a {
    background: var(--blue);
    color: #fff;
}
.fixed_btn .contact_form .kojin{
	background: #f7931e;
    color: #fff;
}




/*ローダー*/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9999;
    }


#loader {
    /* display: none; */
    position: fixed;
	top:calc(50% - 190px);
    left: calc(50% - 150px);
    width: 300px;
    height: 150px;
    /* margin-top: -15%; */
    /* margin-left: -100px; */
    /* transform: translate(-50%, -25%); */
    text-align: center;
    color: #fff;
    z-index: 200;
}

#loader img{

}

.loader_logo{
	
}

.loader_copy{
	
}

.bounce {
  -webkit-animation: bounce_4933 2.5s ease infinite;
          animation: bounce_4933 2.5s ease infinite;
  transform-origin: 50% 50%;
  height:74px;
}

@-webkit-keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

@keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

/*.no1,.no2,.no3{
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}*/

/************アクセシビリティ************/

.sr-only { /*スクリーンリーダーでの読み上げのみ*/
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/************アニメーション************/

/*フェードインアップ*/

@keyframes fade_in-up {
	0% {
		transform: translateY(50px);
		opacity: 0; 
		animation-timing-function: ease; 
	}
	100% { 
		transform: translateY(0px);
		opacity: 1; 
	}
}


/*ギャラリースライダー*/


@keyframes vertical-animation { /*下から上*/
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}


@keyframes vertical-animation_r { /*上から下*/
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}

/*ギャラリースライダー*/

@keyframes vertical-animation-X { /*下から上*/
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}


@keyframes vertical-animation_r-X { /*上から下*/
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}







/************トップページレイアウト************/





.more_link a{
	font-family: 'Shippori Mincho';
	transition: all 0.5s;
}

/*.more_link a:hover{
	font-size: 120%;
}*/

.more_link a:hover:not(.fixed_btn .more_link a ,.contact .more_link a) {
    font-size: 120%;
	transform-origin: left;
}

.more_link a:hover .arrow-round{
	transform: translate(10px, 25%);
}

.shippori{
  font-family: "Shippori Mincho", serif;
}

.arrow-round {
    position: relative;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    /* padding: 0.75rem; */
    border: 1px solid #000000;
    border-radius: 50%;
    transform: translate(0, 0%);
	transition: all 0.5s;
}

.arrow-round::before {
    content: "＞";
    /* width: 1.5rem; */
    /* height: 1.5rem; */
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: 900;
}

.more_link .arrow-round {
    transform: translate(0, 25%);
    margin: 0 0 0 1%;
}

.more_link .arrow-round::before{
	
}

.top_title {
    font-size: 3rem;
    color: #fff;
    letter-spacing: 3px;
}

.flex_box{
	display: flex;
}

.bg_wrapper{
	position: relative;
}

figure{
	margin: 0;
	line-height: 0;
	overflow: hidden;
}

section{
	position: relative;
}

#page section {
    position: relative;
    /*max-width: 1000px;*/
    margin: auto;
}

.catch {
    background-image: url(img/top_FV2.webp);
    background-color: rgb(255 255 255 / 60%);
    background-blend-mode: lighten;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 0 15%;
}

.catch .slider-container {
    width: 80%;
    margin: 0 0 0 auto;
}

.catch_img {
    overflow: hidden;
    width: 78%;
    margin: 0 0 0 auto;
    border-radius: 0 0 0 110px;
    line-height: 0;
}

.catch_text {
    width: 50%;
    margin: -30% 0 0 10%;
    position: relative;
    z-index: 2;
}

.catch_text-figure {
    width: 80%;
}

.catch_text-span {
    color: var(--blue);
    font-size: 1.25rem;
    margin: 0 0 5%;
    display: block;
}

.catch_text_topic {
	
}

.catch .new_topic {
	
}

.catch .home-list{
	
}

.catch .home-list a {
    background: #fff;
    display: block;
    padding: 2% 5%;
    border-radius: 50px;
    box-shadow: 0px 0px 8px 1px #cdcccc;
    box-sizing: border-box;
    width: 90%;
    letter-spacing: normal;
}

.catch .home-list .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catch .home-list .date{
	
}

.cat-name{
    letter-spacing: normal;
    padding: 0 3%;
    font-weight: 500;
}

.cat-name.news{
    background: var(--blue);
    color: #fff;
}

.catch .home-list h3 {
    display: flex;
    align-items: center;
    width: 65%;
    justify-content: space-between;
}

.catch .arrow-round{
    background: var(--blue);
	border: var(--blue);
}

.catch .arrow-round::before{
    color: #fff;
}

.recruit_btn {
    position: absolute;
    bottom: -25%;
    right: 0;
    transform: translate(100%);
    background: url(img/recruit_btn-b.webp);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: 30% 105%;
	transition: all 0.5s;
}

.recruit_btn::after {
    content: "";
    background: url(img/recruit_btn-man.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 7rem;
    position: absolute;
    bottom: 5%;
    right: 15%;
}

.recruit_btn:hover{
    transform: translate(100%) scale(1.1 , 1.1);
}

.recruit_btn a {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    height: 17rem;
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	transition: all 0.5s;
}

.recruit_btn:hover a{
	letter-spacing: 2px;
}

.recruit_btn span {
    font-size: 60%;
    font-family: 'Shippori Mincho';
}

.bg_wrapper.a_to_p::before {
    content: "";
    background: url(img/top_product-bg.webp);
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5%;
    bottom: 10%;
    right: 0;
    left: 0;
    z-index: -2;
}

.about {
    margin: 5% auto 5%;
}

.about-article{
	
}

.about_text{
	
}

.about_text_parts {
    font-family: 'Shippori Mincho';
    display: block;
    text-align: center;
    margin: 0 0 2%;
}

.about .more_link {
    margin: 0 auto;
    text-align: center;
}

.about .more_link a{
	
}

.product{
	
}

.product-article {
    max-width: 1000px;
    box-sizing: border-box;
    color: #fff;
    padding: 10rem 4rem 4rem;
    border-radius: 30px;
    position: relative;
    margin: 15% auto;
	overflow: hidden;
}

.product-article:hover{
	transition: all 1s ease-out;
}

.product-article::before {
    content: "";
    background: url(img/top_product.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: 30px;
    background-position: right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.product-article::after {
    content: "";
    background: linear-gradient(to right, rgba(0, 67, 134, 1) 0%, rgba(0, 67, 134, 1) 5%, rgba(71, 121, 172, 0.83) 35%, rgba(233, 239, 245, 0) 90%, rgba(255, 255, 255, 0) 100%);
    border-radius: 30px;
    background-position: right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: all 1s;
}

.product-article:hover::after{
	width: 150%;
	transition: all 1s;
}

.product_title{
	
}

.product_text{
	
}

.product .more_link a{
    color: #fff;
}

.product .arrow-round {
    border: solid 1px #fff;
}

.case {
    border: #fff;
    padding: 3% 0 5%;
}

.case_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 113, 188, 1) 0%, rgba(0, 79, 152, 1) 100%);
    z-index: -1;
}

.case *{
	color: #fff;
}

.case-article {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 2% 0;
    max-width: 1000px;
    margin: 0 auto;
}

.case_title{
	
}

.case_text{
	
}

.case_slide-wrapper {
    margin: 0 auto 3%;
}

.case_slide-wrapper .swiper-button-next:after, .case_slide-wrapper .swiper-rtl .swiper-button-prev:after {
    color: #ffffff00;
    background: url(img/icon_slide.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    font-family: none;
}

.case_slide-wrapper .swiper-button-prev:after {
    color: #ffffff00;
    background: url(img/icon_slide.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    font-family: none;
    transform: scale(-1, -1);
}

.case .swiper-slide {
    width: calc(100% / 3);
	position: relative;
}

.case .thumb {
    overflow: hidden;
    width: 100%;
    height: 30rem;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
	background: #fff;
}

@media(1400px<=width){

.case .swiper-slide {
    width: calc(100% / 4);
	position: relative;
}

}

.case .thumb img {
    height: 100%;
    max-width: unset;
    display: block;
    /*margin: 0 auto;*/
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.case .thumb::before {
    content: "";
    background: #00000085;
    background-blend-mode: darken;
    position: absolute;
    top: 0;
	height: 100%;
    right: 0;
    left: 0;
	transform: scale(1 ,0);
    z-index: 1;
    transition: all 1s;
	transform-origin: top;
}

.case .swiper-slide:hover .thumb::before {
	transform: scale(1 ,1);
    transition: all 1s;
	transform-origin: top;
    z-index: 1;
}

.case h3 {
    opacity:0;
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    text-align: center;
    transition: all 1s;
    opacity: 0;
}

.case .swiper-slide:hover h3 {
    opacity: 1;
    z-index: 2;
	transform: translateY(-30px);
}

.case .more_link {
    text-align: end;
    max-width: 1000px;
    margin: 0 auto;
}

.case .more_link a{
	
}

.case .more_link .arrow-round{
	border: solid 1px #fff;
}

.company {
    background: url(img/top_company-bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 10% 0;
}

.company figure{
	border-radius: 30px;
}

.company .flex_box{
	
}

.company .flex_box.top {
	box-sizing: border-box;
    margin: 0% auto 3%;
    max-width: 1280px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10rem;
    position: relative;
}

.company .flex_box.top .flex_right {
    width: 50%;
}

.company-article {
    margin: 5% 0 0;
}

.company_title {
    color: #000000;
}

.company_text {
	
}

.company .more_link{
	
}

.company .more_link a{
	
}

.company .flex_box.bottom {
    box-sizing: border-box;
    align-items: center;
    padding: 0 0 0 10rem;
    gap: 6%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.company .flex_box.bottom .flex_left {
    width: 70%;
}

.company .flex_box.bottom .flex_right{
	
}

.company .flex_box.bottom .flex_right .top {
    margin: 5% -5% 0 0;
}

.company .flex_box.bottom .flex_right .bottom {
    margin: 10% 0 0 20%;
    width: 55%;
}

.company_copy {
    position: absolute;
    width: 65%;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 0px;
}

.company_copy figure{
	border-radius: 0;
}

.company_copy figure:nth-child(1) img {
    margin: 0 0 3rem;
}

.company_copy figure:nth-child(2) img{
	
}

.insta {
    background: #eaeff9;
    padding: 4% 0;
}

.insta article{
    width:96%;
	max-width:1200px;
	margin:auto;
}

.recruit {
    background: radial-gradient(ellipse at center, rgba(0, 79, 153, 1) 0%, rgba(0, 136, 199, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*.recruit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(img/recruit_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: screen;
}*/

.recruit-article {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 13rem 0;
    max-width: 700px;
}

.recruit_title{
	margin: 0 auto 5%;
}

.recruit_text{
    text-align: center;
    margin: 0 ;
}

.recruit .recruit_btn {
    background: url(img/recruit_btn-o.webp);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: 30% 105%;
    bottom: 5%;
	right: 15%;
}

.recruit .recruit_btn a {
    color: var(--blue);
}

.contact {
    background: #eaeff9;
    padding: 10rem 0;
}

.contact_box {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2%;
    width: 80%;
}

.contact-article {
    background: #fff;
    width: 48%;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 3%;
}

.contact_title {
    color: #000;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 500;
    margin: 0 auto 7%;
}

.contact_text {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.1;
}

.contact_tel {
    display: block;
    color: var(--blue);
    font-weight: 500;
    margin: 5% auto 2%;
}

.contact_tel .big {
    font-size: 300% !important;
	text-decoration:none;
}

.f_houjin {
    background: #0071bc;
	border: solid 2px #0071bc;
	transition: all .5s;
}

.f_kojin {
    background: #f7931e;
	border: solid 2px #f7931e;
	transition: all .5s;
}

.f_houjin a{
	
}

.f_kojin a{
	
}

.contact .more_link {
    border-radius: 50px;
    margin: 0 0 3%;
}

.contact .more_link a {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: normal;
    line-height: 1.1;
    padding: 1% 0;
    display: block;
    margin: 1% auto;
    font-family: initial;
}

.contact .more_link .small {
    display: block;
    font-size: 60% !important;
}

.f_houjin:hover {
    background: #fff;
}

.f_kojin:hover {
    background: #fff;
}

.contact .more_link.f_houjin:hover a{
    color: #0071bc;
}

.contact .more_link.f_kojin:hover a {
    color: #f7931e;
}

.slider_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    mix-blend-mode: screen;
    opacity: .7;
}

.slider-container {
    /* height: 500px; */
    overflow: hidden;
}

.slider-container.no2 {
    padding: 0 8rem 0 0;
}

.slider-container.no3 {
    padding: 0 0 0 8rem;
}

.slider-wrapper {
  display: grid; /* slideのmargin-bottom値を全て内包させる為 */
  animation: vertical-animation 50s linear infinite;
}

.slide {
    width: 90%;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 15px;
}

.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.slider-container.no2 .slider-wrapper , .slider-container.no4 .slider-wrapper{
  animation: vertical-animation_r 50s linear infinite;
}







/* ボタン */
.more-link {
    color: #333;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 3px solid #333;
    margin: 100px auto;
    display: table;
    position: relative;
    padding: 0 80px 9px 0;
    line-height: 55px;
}

.more-link.--s {
    line-height: 38px;
}

.more-link::before {
    content: "" ;
    background-image: url(img/arrow2.svg);
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0;
    top: 12px;
}


/* 記事一覧・1つ目と2つ目が違うサイズ */

.works_box {
    display: flex;
    gap: 75px;
}

.first_box {
    width: 40%;
}

.second_box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.second_box .newpickup_box {
    width: 45%;
}

.newpickup_box .thumb img {
    border: 2px solid #333;
    width: 100%;
    object-fit: cover;
}

.first_box .newpickup_box .thumb img {
    aspect-ratio: 535 / 384;
}

.second_box .newpickup_box .thumb img {
    aspect-ratio: 32 / 23;
}

.text-block h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tags {
    text-align: left;
}

.tag-item {
    background: #333;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    display: inline-block;    
}

.tag-item a{
	display:inline;
	color:#fff;
}



/*トピックススライダー*/
.swiper-button-next:after, .swiper-button-prev:after {
    color: #999;
}

/*新着情報*/
.topics_area {
    padding: 120px 205px;
}

.topics_area .flex-box {
    gap: 100px;
}

.topics {
    flex-grow: 1;
}

.topics h3 {
border-bottom: 1px solid #333;
}

.topics h3 a {
    display: flex;
}

.topics .more-link {
    margin: 60px 0 0 auto;
}

#list ul{
    width:100%;
    margin:0 auto;
    padding:0;
    max-width:100%;
    display: inline-block;
}

#list li h3{
    font-size: 1.15rem;
	font-weight:bold;
    margin: 5px 0px 3px;
    width: 100%;
    line-height: 130%;
    letter-spacing: 0;
    text-align: justify;
}

#list li h3 a{
font-size: 0.9rem;
}

#list li p{
    padding: 5px 0px;
    font-size: 80%;
    margin: 0px;
    color: #888;
}


#home .topics .date{
    text-align: center;
    display: block;
    padding: 3px 0px;
    font-size: 14px;
    color: #707070;
    margin: 15px 40px 20px 0px;
}


.readmore{
display:block;
float:right;
}

.date{
    font-weight: 500;
    text-align: right;
    display: block;
    font-size: 0.75rem;
    color: #555;
}

.cat{
    color: #fff;
    padding: 5px 0px;
    font-size: 95%;
    display: inline-block;
}

#cboxTitle,#cboxCurrent {
    display: none!important;
}




/*カテゴリー用記事リスト*/

#page #list ul {
text-align:left;
}

#page #list ul li{

margin:5px;
padding: 5px;
}

#sidebar #list ul{
padding:0!important;
}
#sidebar #list ul li{
margin:5px 0px!important;
padding:5px 0px !important;
}

#page #list .thumb{
max-width:100%;
height:auto;
}

#page #list .thumb img{
    left: 0%!important;
    position: relative;
    width: 100%;
    transform: translate(-0%,-0%); 
}

.seven_box .date{
    color: #00a5d9;
}

.seven_box .cat-name{

    background: #00a5d9;
    color: #fff;
    padding: 1px 4px;
    font-size: 90%;
}


/*コンテンツ・基本レイアウト*/


#wrap {
    margin: 0px auto;
    min-height: 100%;
    max-width: 100%;
    padding: 0px 0 0px 0;
    position: relative;
    overflow-x: clip;
    z-index: 10;
}

.cont {
margin: 0px auto 0px;
width: 100%;
padding: 10px 0px 0;
z-index: 1;
/*max-width: 1260px;*/
}

/*見出し*/

#page h2{

}



/*固定ページ用*/

#page .cont p{

}

#main_con{

}



/*単独ページの共通設定*/
#page #main p{
    text-align: justify;
    padding: 0 5px 20px 5px;
    font-size: 100%;
    line-height: 1.8;
}

#page #main h2{


}

#page #main h3{

}



#page #main .center_h3{

}

#page #main h3 span{

}


.page_title{
}

h4{

}

h4{
}


/*サイドバー */


/*フッター*/
#footer{
	overflow:hidden;
    min-width: 100%;
	position:relative;
	bottom: 0px;
	padding: 60px 0 0;
}

#footer .cont {
    display: flex;
    width: 80%;
    max-width: 1200px;
    justify-content: space-between;
}

.ft_bottom {
    letter-spacing: normal;
    text-align: center;
    padding: 10px 0 10px;
    background: var(--blue);
    color: #fff;
    font-weight: 500;
}

.foot_menu{
    text-align: left;
}

.foot_menu {
    display: flex;
    justify-content: space-between;
}

.foot_menu_list h3 {
    color: #796A56;
    font-size: 22px;
    padding-bottom: 20px;
}

.foot_menu ul li{
    padding: 7px 0;
}

.foot_menu .sns-link {
    display: flex;
    gap: 20px;
    height: fit-content;
}

.ft_bottom .footer_logo {
    width: 360px;
}

.ft_bottom .footer_info p {
    font-size: 18px;
}

.address {
    font-style: normal;
    line-height: 150%;
}

.address span {
    display: block;
}

.footer-info{
    width: 35%;
}

.footer_menu_list {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    gap: 50% 10%;
    flex-wrap: wrap;
    align-items: stretch;
}

.footer_menu_list ul{
	
}

.footer_menu_list figure{
	width: 450px;
}
.footer_menu_list figure img{
	max-width: 100%;
}

/*固定ページメインタイトル*/

#pageheader {
    width: 100%;
    /* height: 120px; */
    padding: 10rem 0 13.3vw;
    position: relative;
    z-index: 10;
}

.pageheader_cont{
    max-width: 1260px;
    margin: auto;
    height: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
}

#pageheader {
    background-image: url(img/top_FV2.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 150% 100%;
    position: relative;
}

#pageheader::before {
    content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(30, 156, 215, 1) 56%, rgba(0, 117, 190, 1) 76%, rgba(0, 91, 151, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    opacity: 0.5;
    z-index: -1;
}

.pageheader_cont h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 3.5rem;
}

#pageheader .body_copy_parts {
    text-align: center;
    color: #fff;
    line-height: 3.5;
}

.pageheader_cont h2 span {
    font-size: 50%;
}


.pageheader_cont .left {

}

.about_head{

}

#pageheader.recruit_top_head {
    background-image: url(img/recruit_catch.webp);
    background-color: #ffffff08;
    background-blend-mode: screen;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

#pageheader.recruit_top_head .pageheader_cont {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: 1100px;
    position: unset;
}

#pageheader.recruit_top_head h2 {
    color: #2e3192;
    font-weight: 500;
    font-size: 3rem;
}

#pageheader.recruit_top_head .body_copy_parts {
	color: #000;
    text-align: end;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF;
	line-height: 2;
}

#pageheader.recruit_top_head::before{
	content: none;
}

.write_bg{
	position: absolute;
	top: 70%;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
}

.contact_head{
}

#pageheader.company_head {
    background-position: top center;
    padding: 10rem 0 0rem;
    background-size: 150% 87%;
}

#pageheader.company_head::before {
    height: 85%;
}

/*メインコンテンツ*/
#main {
    max-width: 100%;
    margin: auto;
    width: 100%;
    font-size: 100%;
    z-index: 1;
    /* padding: 5px; */
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}


.post{
z-index:1;
}

.entrytext {
    margin: auto;
    width: 100%;
    max-width: 100%;
    /*padding: 80px 0 0;*/
}

.postnav{
    padding: 20px 0;
    border-top: 1px solid #111;
    position: relative;
	display: flex;
    justify-content: space-between;
}

.postnav .prev{
text-align:left;
}

.postnav .prev a{
font-weight:bold;
}

.postnav .next{
text-align:right;
}

.postnav .next a{
font-weight:bold;
}



/*カテゴリー一覧設定*/
/*トピックス専用*/
.topics_h3{
	background: none!important;
    font-size: 115%!important;
    margin: 10px 0!important;
    padding: 5px 0px!important;
    border: none!important;
}

#imagetopics {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    max-width: 1000px;
    margin: 0 auto;
    gap: 10%;
}

.cate_block figure {
    border-radius: 20px;
    /* height: 85%; */
    display: flex;
    align-items: center;
    aspect-ratio: 5 / 3;
    border: solid 0.5px #efefef;
}

.cate_block {
    width: 45%;
    max-width: 90%;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0 20px;
    padding: 5px 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cate_left{
display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    padding: 10px!important;
    height: 260px;
    overflow: hidden;
    box-sizing: border-box;
}

.cate_block h3 {
    text-align: justify;
    letter-spacing: normal;
    margin: 3% 0;
}

#topics{
	
}

.news_block .date{
    text-align: justify;
    color: #0071bc !important;
    font-size: 1.5rem;
}

.news_block{
    background: #eee;
    margin: 12px 0;
    border-radius: 10px;
    color: #111;
    padding: 1%;
    box-sizing: border-box;	
}

.morelink{
	text-align:right;
}

.news_block h3 a{
color:#111!important;	
}

.works_area .more_link a {
    color: var(--blue);
    font-family: initial;
    text-align: center;
    width: 100%;
}

.works_area .more_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px var(--blue);
    border-radius: 30px;
    padding: 1% 5%;
    color: var(--blue);
    position: relative;
}

.works_area .more_link .arrow-round {
    position: absolute;
    right: 2%;
    transform: translateY(-50%);
    top: 50%;
    border: 1px solid var(--blue);
}

.works_text-box {
    max-width: 1000px;
    margin: 5% auto !important;
    text-align: center;
    border-top: solid 1px var(--blue);
    padding: 5%;
}

.works_text-box h2 {
    color: var(--blue);
    font-size: 1.5rem;
    margin: 0 auto 3%;
}
.works_text-box article{
display: flex;
    margin: auto;
    max-width: 800px;	
}
.works_text-box article .sonota{
	
}
.works_text-box p{
	
}

/*各固定ページ設定 エディタ内で利用*/

.page_cont{
	max-width: 1080px;
    margin: auto;
    padding: 30px 0 80px;
}

.page_box {
    width:100%;
    text-align:center;
    margin:10px auto 15px;
    display:flex;
    gap: 25px;
}

.page_table th,.page_table td {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.page_table th {
    background-color: #eee;
}

.page #main h2{
	
	
}
/********事業紹介*************/

/********採用情報*************/

/********問合わせ*************/
.contact_table th span{
background:#e6c550;
font-size:80%;
}

.contact_table tr{
border-bottom: 1px solid;
}

.contact_table .reb_bg{
background:#e6c550;
font-size:80%;
}
.contact_table {
  width: 100%;
max-width:850px;
margin:auto;
}

.contact_table td,
.contact_table th {
  padding: 15px 8px;
  font-size: 100%;
	font-weight:bold;
text-align:left;
}

.contact_table td input{
margin: 8px;
    font-size: 1rem;
    padding: 5px;
    box-sizing: border-box;
max-width:90%;
}

.contact_table td {
  padding: 15px 10px;
}

.contact_table th {
  min-width: 190px;
  text-align: left;
  letter-spacing: 0;
}

.questionnaire-form{
	
}

.questionnaire-form .wpcf7-list-item{
	margin: 0;
}

.questionnaire-form .wpcf7-list-item label{
	margin: 0 0.5rem 0 0;
}

.questionnaire-form .contact_table td input{
	margin: 3px;
}

#page #main .questionnaire-form p{
    text-align: center;
}


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

.gaiyou,.enkaku {
    margin: 40px 0 80px;
    letter-spacing: 0;
    font-size: 100%;
}

.gaiyou th , .gaiyou td{
text-align:left;
font-weight:bold;
border-bottom:1px solid #111;
padding: 25px 8px 25px 8px;
}

.gaiyou th a, .gaiyou td a{
padding-bottom:5px;
border-bottom:1px solid #111;
}

.gaiyou th{
min-width:70px;
text-align: left;
}
.gaiyou td{
}

.enkaku th,.enkaku td{
padding:1%;
	font-weight:bold;
text-align:left;
border-bottom:1px solid #111;
}
.enkaku td{}
.enkaku th {
    min-width: 130px;
}

.aisatsu{
	
	
}


/*ワードプレス仕様補足スタイル*/
.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.gallery{
	clear:both;
}

.gallery img {
    border: none!important;
    padding: 5px;
    box-sizing: border-box;
}

/* ここからがIE8以下透過PNG適用のためのCSS */  
    html>body .sampleBox {  
        background-image: url(img/bg.gif);  
    }  
    * html .sampleBox {  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');  
    }



/* お問い合わせフォーム調整 */
.wpcf7-form {
    padding: 20px 0;
    margin-top: -50px;
    border-radius: 0;
    background: #fff;}    /*ボックスを角丸に指定*/
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {width: }    /*入力フィールド幅*/
 
.wpcf7-form textarea    {width:80%; height:150px;}   /*テキストエリア幅*/
 
.wpcf7-form p.submit    {text-align: left}    /*送信ボタンの場所*/
 
.wpcf7-form .wpcf7-submit   {
width: 30%;
    background: #111;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    display: block;
    margin: auto;
}/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 77%;
    z-index: 100;
}

#page-top a {
    background: url(img/up.webp) no-repeat;
    background-size: contain;
    text-decoration: none;
    color: #fff;
    width: 65px;
    height: 65px;
    text-indent: -99999px;
    display: block;
}

#page-top a:hover {
    transform: scale(1.2 , 1.2);
	opacity: 1;
}


/*　スマイルアイコン非表示　*/
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}


/*タブ*/

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        -moz-appearance: none;
	     appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display:none;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	transition: transform 1.5s, opacity 1.5s;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display:block;
opacity: 1;
background: rgb(255,255,255,0.9);
color: #333;
    box-sizing: border-box;
    padding: 4%;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
background: rgb(200,200,200,0.87);
    color: #fff;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: 6px;
font-weight:bold;
background:rgb(255,255,255,0.9);
color:#333;
}
.cp_tab .cp_tabpanel {
	padding: 20px 0px;
	border-top: 1px solid #cccccc;
}

div.wpcf7 {
margin: 0;
padding: 50px 0 15% 0px!important;
}

/* ----- The Pretty Stuff ----- */

* {outline: 0; } 


/*ドロップダウンメニューCSS*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  /*width: 780px;*/
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;

}
.dropmenu li a{
  display: block;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 240px!important;
  border-radius:5px;
}
.dropmenu li ul li{
    margin:0px!important;
    background: #fff!important;
    width: 240px!important;
    line-height: 150%;
    opacity: 0.8;
}
.dropmenu li ul li a{
  padding: 10px 5px!important;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 100%;
  letter-spacing:1px;
  font-weight: normal;
color:#513F2D;
width: 230px!important;
}

.dropmenu li:hover > a{
  background: #dddddd;
  color:#ffffff;
}
.dropmenu li a:hover{
  color:#ffffff;
  background:none;
}

.dropmenu li ul li a:hover{
background:#eeeeee;
color:#ffffff!important;
}


/*フェードイン*/
.fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover{

}

.fade-in2 li ul li a:hover{

opacity: 1!important;
}


/*パンくずリスト*/
.breadcrumbs {
    font-size: 80%;
    margin-left: 5px;
    margin-bottom: 15px;
    visibility: hidden;
}

.breadcrumbs span{
padding: 0 7px;
	font-weight:bold;
	
}

.breadcrumbs a{
font-weight: bold;
    border: 1px solid #111;
    border-radius: 20px;
}

/*レスポンシブ基本CSS*/

.pcheader{display:block; min-width:1260px;}
.mobileheader{display: none!important;}
.pc{display:block;}
.mobile{display: none!important;}
.mbr{display:none;}
.catch_area,#pageheader,#wrap, #container,.slide00,#footer,.panel_bg{min-width:1260px;}
.drawer-hamburger{display:none!important;}

#page #main .now,.now{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
	padding:80px 0;
}




@media screen and (max-width: 768px){
	
#page #main .now,.now{

    font-size: 1.2rem;


}	
	

.mbr{display:inline-block;}

.pcheader{display:none!important;}
.mobileheader{display: block!important;}
.pc{display:none!important;}
.mobile{display: block!important;}

#header,#pageheader,#wrap,#container, #footer,.slide00,.panel_bg,.flexslider,.catch_area{min-width:auto; max-width:100%; }
.two_box,.three_box,.four_box,.five_box,.seven_box,.six_box{
max-width:100%;
width:100%;
	
margin:0px;
box-sizing:border-box;
}

#header{
	max-width:100%; min-width:100%;
	}
#headercont{
    max-width:100%;
    min-width:100%;
    padding:30px 30px 10px 30px;
    margin:0px;
    height:auto;
    display: block;
}
#top_mainmenu{display:none;}
.mobileheader{display:block!important;
width: 100%;
}

.longtable{
    overflow-x: scroll;
}

#pageheader {
    padding: 5rem 0px 12rem;
    background-size: 280% 120%;
    background-position: top center;
}
	
#pageheader.company_head {
    background-size: 380% 80%;
}
.write_bg {
    top: 120%;
    bottom: 0%;
    left: 0;
    width: 100%;
}

#pageheader.recruit_top_head .body_copy_parts {
    text-align: left;
}

#pageheader.recruit_top_head .pageheader_cont {
    align-items: center;
}

#pageheader .body_copy_parts {
    line-height: 2;
    width: 80%;
    margin: 0 auto;
}

#pageheader.recruit_top_head {
    background-size: 200%;
	padding: 5rem 0px 0rem;
}

#list{
max-width:100%;
margin:auto;
}


#main_con{
padding:5px;
box-sizing:border-box;
}


#main_menu{display:none;}


#header h1{
    display: block;
    height: 35px;
    width: 180px;
    z-index: 10;
}	
	
#header h1 a{
    display: block;
    vertical-align: bottom;
	height: 35px;
    width: 180px;
    background-size: contain;
}

.pageheader_cont h2 {

}

#page .cont{
padding:1.5% 1.5% 0;
box-sizing:border-box;
	}
	
#page #wrap {
    padding: 1% 0 0%;
}


/*トップページ*/

html{
	font-size: 14px;
}

.top_title {
    font-size: 2rem;
}

.catch_text {
    width: 100%;
    margin: -30% 0 0 0%;
}

.catch_text-figure {
    width: 55%;
}

.catch_text-span {
    font-size: 1.05rem;
	margin: 0 auto 5% 8%;
	width: 80%;
	letter-spacing: 1px;
}

.catch .home-list a {
    width: 85%;
    margin: 0 0 0 2%;
}

.catch {
    background-position: top center;
}

.catch .home-list .text {
    justify-content: left;
    flex-wrap: wrap;
}

.catch .home-list h3 {
    width: 100%;
    justify-content: left;
    gap: 2rem;
}

.cat-name.news {
    line-height: 1.1;
    font-size: 0.75rem;
    margin: 0 0 0 0.5rem;
}

.case-article {
	display: block;
    width: 90%;
}

.case .more_link {
    width: 90%;
}

.product-article {
    padding: 2rem 2rem;
    border-radius: 20px;
	width: 90%;
}

.case_slide-wrapper .swiper-button-prev:after ,.case_slide-wrapper .swiper-button-next:after, .case_slide-wrapper .swiper-rtl .swiper-button-prev:after {
	width: 2rem;
}

.case .swiper-slide {
    width: calc(100% / 2);
}

.case .thumb {
    height: 10rem;
}

.company {
    background-size: cover;
}

.company .flex_box.top {
    padding: 0 4%;
    flex-direction: column-reverse;
    align-items: self-end;
}

.company_text {
    width: 80%;
}

.company figure {
    border-radius: 20px;
}

.company .flex_box.top .flex_right {
    width: 75%;
    margin: 0 -5% 0 0;
}

.company .flex_box.bottom {
    padding: 0 0 0 5%;
}

.company .flex_box.bottom .flex_right .bottom {
    margin: 10% 0 0 10%;
    width: 85%;
}

.company .flex_box.bottom .flex_right {
    width: 90%;
}

.slider_bg {
    display: block;
}
	
/* スライダー全体 */
.slider-container {
    display: flex;
    overflow: hidden;
    height: calc(100% / 4);
    align-items: center;
}
/* スライド3枚のグループ */
.slider-wrapper {
	display: flex; /* スライド3枚を横並び */
    animation: vertical-animation-X 50s linear infinite;
}


.slider-container.no2 .slider-wrapper, .slider-container.no4 .slider-wrapper {
    animation: vertical-animation_r-X 50s linear infinite;
}


/* スライド */
.slide {
	width: calc(100vw / 3.5); 
	margin: 0 10px;
}
/* スライドの画像 */
.slide img {
  width: 100%;
}

.slider-container.no2 {
    padding: 0 0 3rem 0;
}

.slider-container.no3 {
    padding: 3rem 0 0 0;
}

.slider-container.no2 , .slider-container.no3 {
    padding: 0 0 ;
}

.recruit-article {
    width: 85%;
    padding: 12rem 0 18rem;
}

.recruit .recruit_btn {
    bottom: 10%;
    right: 55%;
    background-position: 30% 70%;
}

.recruit_btn a {
    height: 14rem;
    width: 14rem;
    font-size: 1.25rem;
}

.recruit_btn::after {
    width: 3rem;
    height: 6rem;
    bottom: 5%;
    right: 8%;
}

.slider_bg {
    opacity: .5;
}

.contact_box {
    width: 80%;
	flex-direction: column;
}

.contact_title{
    font-size: 1.25rem;
}

.contact-article {
    width: 100%;
    margin: 0 0 1rem;
}

.contact {
    padding: 5rem 0;
}

.footer-info {
    width: 85%;
}

.footer_menu_list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10%;
}

#page-top {
    bottom: 10px;
    right: 10px;
}









/* フッター */
#footer {
    padding: 30px 0;
}

#footer .cont {
    flex-direction: column-reverse;
    gap: 30px;
}

.footer-info h2 {
    width: 280px;
}

.foot_menu {
    text-align: left;
    flex-wrap: wrap;
    width: 87%;
    margin: auto;
    gap: 20px;
}

.foot_menu > ul {
    flex-direction: column;
    gap: 10px;
}

.foot_menu > ul li {
    font-size: 16px;
}

.foot_menu .sns-link {
    gap: 20px;
    margin: 50px auto;
    width: 40%;
}

.foot_menu .product-menu {
    padding-left: 20px;
    border-left: 1px solid #999;
}

.ft_bottom {
    display: block;
    font-size: 0.6rem;
    text-align: left;
    width: 100%;
    padding: 10%;
}
.ft_bottom .footer_logo {
    width: 230px;
}

/* button */

.more-link {
font-size: 13px;
    line-height: 40px;
    padding-right: 50px;
	border-bottom: 2px solid #333;
}

.more-link::before {
    width: 40px;
    height: 40px;
    top: 0;
}

	
/*カテゴリー・投稿*/	

.cate_block {
    max-width: 100%;
    margin: 10px auto 20px;
    padding: 5px 5px 5px;
    display: block;
    width: 100%;
}
	.cat{

	}

#page .cate_right {
    /*vertical-align: top;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 3px!important;*/
}


/* 固定ページ */




/*お問い合わせ*/
	.contact_table{
    table-layout: fixed;		
	}
	
#page #main .contact_table p{
		text-align:left;
	}
	
#page #main .contact_cont p {
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;
    font-size: 0.80rem;
    letter-spacing: 0;
}
	
.page_cont article {
    padding: 0;
    text-align: left;
}	
	
	
/*その他基本設定*/	

#main{
box-sizing:border-box;
}


.long_table{
overflow-x:scroll;
}


	
.footmenu ul {
    padding: 10px 0px;
    font-size: 90%;
}
.contact_table td,.contact_table th,.service td,.service th{
display:block;
}

.product_area  .black_link{

}
	

.works_text-box article{
flex-direction: column;	
}
	.works_text-box article .sonota{
width:100%;
}
	
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    transition: all 0.3s;
    background: #ffffff;
    padding: 5% 10% 0;
    box-sizing: border-box;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list {
    /* position: fixed; */
    background: #ffffff;
    z-index: 999;
    width: 35%;
    /* height: 100vh; */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 0 15%;
    right: 0;
}

#g-nav h2 {
    width: 100%;
    text-align: center;
}

#g-nav h2 figure {
    width: 50%;
    margin: 0 auto;
}

.nav_company_info{
    width: 40%;
}

.nav_company_info h2{
    margin: 0 0 5rem;
}

.nav_footer{
	display: none;
	width: 100%
}

#g-nav .address_list{
	
}

#g-nav .address_list .address{
	
}

#g-nav .address span {
    display: block;
    font-size: 0.95rem;
}

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

#g-nav{
    display: block;
    padding: 35% 10% 0;
}

#g-nav #g-nav-list {
    width : 95%;
    padding: 10% 5%;
    box-sizing: border-box;
}

#g-nav h2 figure {
    width: 90%;
}

.menu_bg {
    width: 35%;
    background: #333;
    padding: 30% 2.5%;
    box-sizing: border-box;

}
	
.tel-info a {
    font-size: 20px;
    border-left: none;
    padding-left: 0;
    white-space: nowrap;
}		
	
    
}

#g-nav #g-nav-list h2 {
    color: #2d955d;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 1.3rem !important;
    width: 75%;
}

#g-nav-list {
    padding: 40px;
}

#g-nav-list .title {
    font-size: 18px;
}

#g-nav-list .title::after {
    bottom: 1px;
    height: 6px;
    width: 25px;
    background-color: #bbb;
}

#g-nav-list .links-item {
    width: 45%;
}

#g-nav-list .link_area-links {
    gap: 20px;
}

#g-nav-list .links-item p {
    font-size: 16px;
    white-space: nowrap;
}

#g-nav-list .links-item a {
    gap: 15px;
}

.tel-info {
    gap: 20px;
    margin: 50px auto;
}

.tel-info p {
    font-size: 20px;
    white-space: nowrap;
}



#g-nav-list .link-box {
    padding: 15px;
    font-size: 16px;
    gap: 10px;
    letter-spacing: 0;
}

#g-nav-list .link-box img {
    width: 25px;
}


/*ナビゲーション*/
#g-nav ul {
    margin: 5% auto;
    max-width: 100%;
    z-index: 999;
    top: 50%;
    left: 50%;
}

#g-nav ul {
    min-width: auto;
}

#g-nav .contact_menu{

}

#g-nav ul .tel_button{
	
}
#g-nav ul .tel_button a{
	border: none;
    padding: 8px 0;
}


#g-nav .contact_menu .contact_link{
    position: relative;
    text-align: center;
    background: #111;
    border-radius: 100px;
    display: block;
    padding: 12px 22px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

#g-nav .contact_menu .contact_link:before{
content: "";
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 25px;
    background: url(img/mail_icon.png) no-repeat left;
    background-size: cover;
    margin-right: 12px;

}

/*リストのレイアウト設定*/

.nav_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    align-items: center;
}

.nav_list .sns{
    margin: 15% 0 0;
}

.nav_list .contact_form {
    width: 70%;
    margin: 15% 0 0;
    display: flex;
    gap: 3px;
	    flex-direction: column;
}

.nav_list .contact_form a {
    display: block;
    width: 100%;
    background: var(--blue);
    color: #fff;
    text-align: center;
    padding: 3% 0;
    box-sizing: border-box;
    border-radius: 10px;
	    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: normal;
}

.nav_list .contact_form .kojin{
background:#f7931e;
}

.nav_parts {
    padding: 0 0 1rem;
}

.nav_parts a {
    position: relative;
    padding: 0 0 0.3rem;
}

.nav_parts a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--blue);
	transform: scale(0 , 1);
	transition: all 0.5s;
	transform-origin: left;
}

.nav_parts a:hover::before{
	transform: scale(1 , 1);
	transition: all 0.5s;
}

.nav_list .nav_parts:nth-child(1){
	width: 100%;
}

@media(width<=768px){
	
}










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

	
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: fixed;
    z-index: 9990;
    top: 30px;
    right: 1%;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    background: #222;
    border-radius: 50%;
    background: #fff;
    border-radius: 110px;
    border: solid 2px var(--blue);
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    height: 2px;
    border-radius: 10px;
    background-color: var(--blue);
    width: 50%;
}

.openbtn1 span:nth-of-type(1) {
    top: calc(35% - 1px);
}

.openbtn1 span:nth-of-type(2) {
    top: calc(50% - 1px);
}

.openbtn1 span:nth-of-type(3) {
    top: calc(65% - 1px);
}

.openbtn1.active span:nth-of-type(1) {
    top: 50%;
    /* left: 18px; */
    transform: translate(-50%) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 50%;
    /* left: 18px; */
    transform: translate(-50%) rotate(45deg);
    width: 50%;
}

.openbtn1 p {
    position: absolute;
    bottom: -30px;
    right: 5px;
    font-size: 14px;
    font-weight: 600;
}

