@charset "UTF-8";
@import url("grid.css");


img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}

/*ヘッダー
-------------------------------------*/
#header{
	position: fixed;/*fixedを設定して固定*/
	/* height: 100px;*/ /*高さ指定*/
	width:100%;/*横幅指定*/
	z-index: 999;/*最前面へ*/
	background: var(--main-color);
	height: 6vh;/*ここの高さスマホ展開時に影響する*/
	top:0;
}

.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header_content {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height:100%;
}
.header_logo {
    margin-left: 10px;
    margin-top: -10px;
	width:200px;
	
}
/*.header_logo img {
    height: 70px;
	width:auto;
}*/
.header_logo img {
    height:3vh;
    width: auto;
    margin: 5px;
}

@media screen and (max-width: 768px){
	#header{
	height:auto;/*ここの高さスマホ展開時に影響する*/
}
	.header_logo {
    margin-left: 5px;
    height: 50px;
}
.header_logo img {
    height: 35px;
    margin-top: 20px;
}
}
.header_nav {
	margin-left: auto;
	font-family: var(--font-jp_mincho);
}
.header_nav a{
	color: var(--white-color);
}
.header_nav a:hover{
	color: var(--gray-color);
}

.header_entry a {
	color: var(--white-color);
	background: var(--gradient-color);
	display: block;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	text-align: center;
	padding:11px 0;
	margin-left: 20px;
	height: 100%;
	font-family: var(--font-jp_mincho);
}
.header_entry img {
    width: 30px;
    margin-right: 10px;
}
.header_entry span {
    font-size: 0.5em;
    margin-top:-5px;
    display:block;
}
/*.header-box {
	margin-left: auto;
	margin-top: 8px;
}*/
.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 5px 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav a {
    padding: 0.5rem 1rem;
}
@media screen and (max-width: 1024px){
nav a {
    padding: 0.5rem 0.3rem;
}
}

nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav li a:hover {
	opacity:1;
}


nav li a.button-051 {
    display: flex;
    justify-content: center;
    position: relative;
    /* width: 150px; */
    margin: 0 auto;
    /* padding: .9em 1em; */
    border: none;
    /* border-bottom: 2px solid #e6edf3; */
    background-color: transparent;
    /* color: #333; */
    /* font-weight: 600; */
    font-size: 1em;
}

nav li a.button-051::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    content: '';
    transition: transform .3s ease;
	opacity:1;
}

nav li a.button-051:hover::after {
    transform: scaleX(1);
	opacity:1;
}


@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header_content {
    display: flex;
    flex-direction: column;
}
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header_nav {
	margin: 1em auto;
}
.header_entry {
	display:none;
}

.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../images/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 10px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../images/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像（旧）
-------------------------------------*/
/*.mainimg img {
    width: 100vw;
    height: 80vh;
    object-fit: cover;
    object-position: 50% 50%;
}
.mainimg {
    margin-top: 0px;
}
@media screen and (max-width: 768px){
.mainimg {
    margin-top: 32px;
}
}

.mv_content {
    position: absolute;
    top: 20%;
    width: 100%;
}

.mv_content  {
    position: absolute;
    top: 20%;
    width: 100%;
    display:flex;
    justify-content: space-between;
    flex-direction: row;
}
.mv_content .mv_content_left{
    width:50%;
    margin-right:10px;
    display:flex;
}
.mv_content .mv_content_left .mv_suv_img_1{
	width: 31%;
    height: 66vh;
    left: -6%;
    background-color:#ccc;
    transform: skew(15deg, 0deg);
    position: absolute;
}

.mv_content .mv_content_left .mv_suv_img_2{
	
    width: 60%;
    height: 66vh;
    left: 54%;
    background-color:#f1d7d7;
    transform: skewX(15deg);
    position: relative;
}

.mv_content .mv_content_left .mv_suv_img_1 img,
.mv_content .mv_content_left .mv_suv_img_2 img{
    width:100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: 70% 50%;
}


.mv_content .mv_content_left .mv_suv_img_1 span{
    transform: skewX(-15deg);
	background-image:url(../images/mv_sub_01.jpg);
}


.mv_content .mv_content_right {
    width: 40%;
}

.mv_content .mv_content_right h2 {
    font-family:var(--font-jp_title);
    color:var(--white-color);
    letter-spacing:0.1em;
    z-index: 10;
}

.mv_content .mv_content_right h3 {
    font-family:var(--font-jp_title);
    color:var(--white-color);
    letter-spacing:0.1em;
    font-size:1.1em;
    margin-top:3rem;
    width:90%;
}


@media screen and (max-width: 1000px){
	.mv_content {
    justify-content: flex-start;
    flex-direction: column-reverse;
    top: 10vh;
}
	.mv_content .mv_content_left{
	width: 70%;
	}
	.mv_content .mv_content_right {
    width: 90%;
    margin: 0 auto;
}
.mv_content .mv_content_left .mv_suv_img_1{
    width: 50%;
    height: 66vh;
    left: -15%;
}

.mv_content .mv_content_left .mv_suv_img_2{
    width: 60%;
    height: 66vh;
    left: 54%;
}
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 468px){
.mv_content .mv_content_left .mv_suv_img_1{
    width: 50%;
    height: 55vh;
    left: -15%;
}

.mv_content .mv_content_left .mv_suv_img_2{
    width: 60%;
    height: 55vh;
    left: 54%;
}
	.mv_content .mv_content_right h3 {
		margin-top:1rem;
	}
}*/

/*メイン画像
-------------------------------------*/

.mainimg img {
    width: 100vw;
    height: 80vh;
    object-fit: cover;
    object-position: 50% 50%;
}
.mainimg {
    margin-top: 0px;
}
@media screen and (max-width: 768px){
.mainimg {
    margin-top: 32px;
}
}



.mv_content  {
    position: absolute;
    top: 20%;
    width: 100%;
    display:flex;
    justify-content: space-between;
    flex-direction: row;
}
.mv_content .mv_content_left{
    width: 65%;
    margin-right:10px;
   display:flex;
}
.mv_content .mv_content_right {
    width: 50%;
    position: absolute;
    left: 50%;
    top: -10%;
    /* transform: translate(-50%,-50%); */
}



.mv_content .mv_content_right h2 {
    font-family:var(--font-jp_title);
    color:var(--white-color);
    letter-spacing:0.1em;
    z-index: 10;
}

.mv_content .mv_content_right h3 {
    font-family:var(--font-jp_title);
    color:var(--white-color);
    letter-spacing:0.1em;
    font-size:1.1em;
    margin-top:3rem;
    width: 100%;
}

@media screen and (min-width: 1300px){
.mv_content .mv_content_right {
    width: 500px;
    left: 63%;
}
	.mv_content .mv_content_right h2 {font-size: 4rem;}
	

.mv_content .mv_content_right h3 {
	font-size: 1.3rem;
}
}
@media screen and (max-width: 1300px){
.mv_content .mv_content_right {
    width: 520px;
    left:52%;
}

.mv_content .mv_content_right h2 {
	font-size: 3.5rem;
}
	

.mv_content .mv_content_right h3 {
	font-size: 1.3rem;
}
}

@media screen and (max-width: 1000px){
	.mv_content {
    top: 15vh;
}
	.mv_content .mv_content_left{
	width: 90%;
		margin-top:10rem;
	}
	.mv_content .mv_content_right {
    /* width: 90%; */
    left:15%;
}
	.mv_content .mv_content_right h2 {
	font-size: 3rem;
}
.mv_content .mv_content_right h3 {
	font-size: 1rem;
}
}
@media screen and (max-width: 768px){
	.mv_content .mv_content_right {
    width: 70%;
    left:20%;
	}

}
@media screen and (max-width: 468px){
	.mv_content .mv_content_left{
	width: 90%;
	margin-top: 12rem;
	}
	.mv_content .mv_content_right {
    width: 85%;
    left: 10%;
    top: 0vh;
}
	.mv_content .mv_content_right h3 {
		margin-top:1rem;
    width:100%;
}
}

.mv_content .mv_content_left .mv_img_1 {
	width: 80%;
	height: 70vh;
	left: 0%;
	background-image: url(../images/mv_sub_01.jpg);
	clip-path: polygon(0% 100%, 0% 0%, 75% 0%, 100% 100%);
	background-size: cover;
	background-position: 70% center;
}

.mv_content .mv_content_left .mv_img_2 {
	width: 80%;
	height: 70vh;
	background-image: url(../images/mv_sub_02.jpg);
	background-size: cover;
	background-position: center center;
	clip-path: polygon(25% 100%, 0% 0%, 75% 0%, 100% 100%);
	margin-left: -10%;
}

@media screen and (max-width: 1000px){
	.mv_content .mv_content_left .mv_img_1 {
	height: 60vh;
}

.mv_content .mv_content_left .mv_img_2 {
	height: 60vh;
}
}

@media screen and (max-width: 468px){
	.mv_content .mv_content_left .mv_img_1 {
	height: 55vh;
}

.mv_content .mv_content_left .mv_img_2 {
	height: 55vh;
}
}
/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
    font-family: var(--font-jp_mincho);
}
section {
	/*margin: 5rem 0;*/
	padding: 3rem 0;
}
h2.ttl_jp {font-size: 1.2em;letter-spacing: 0.1em;}

h3.ttl_en {
    font-family: var(--font-en_plain);
    letter-spacing: 0.1em;
    font-size: 4rem;
}

h4.catch {
    padding: 0 1rem 1rem 1rem;
    /* color: var(--main-color); */
    /* font-weight: bold; */
    letter-spacing: 0.08em;
}
.sec_line {
    width: 50%;
    border-right: 2px solid #FFF;
    height: 100px;
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	h3.ttl_en {
    font-size: 3rem;
}


	h4.catch {
	font-size: 2em;
	}
}



/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;	
	width:100%;
	max-width:750px;
	margin:0 auto;
}
.catch h2 {
    padding-bottom: 1rem;
}


.catch p{
	line-height:2.5;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}


/*フッター
-------------------------------------*/
footer {
    /*background-color: var(--back-color); 
    padding-top: 5rem;*/
}

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

 footer コンタクト・ナビ

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


.footer-block {
    background-image: url(../images/footer_contact_bg.jpg);
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-attachment: fixed!important;
    background-position: center;
    margin-top: 0rem;
    padding: 3rem 0 0;
    width:100%;
}
.footer-contact h3.ttl_en{
    color:var(--sub-color);
}


.footer-contact p{
    color:var(--white-color);
	font-family:var(--font-jp_b);
}

.footer-contact {
    border-bottom: 20px solid var(--main-color);
    border-image: linear-gradient(90deg,  #00B4EB, #00B4EB,#214B9F);
    border-image-slice: 1;
    margin: 0;
}

.footer-nav{
	
background-color: #00000095;
	
background-blend-mode: color-burn;
z-index: 10;
	
padding: 0 0 3rem 0;
}

.footer-nav-area{
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    padding: 2rem 0;
    position: relative;
    display:flex;
    font-family: var(--font-jp_title);
	justify-content: flex-end;
}

.footer-nav-area ul{
	width: 30%;
	max-width:300px;
	font-size: 0.9rem;
	color:#FFF;
	list-style: none;
}
li.footer-nav_ttl {
    font-size: 1.2em;
    color: var(--sub-color);
}
.footer-nav-area ul li{
	margin-bottom: 0;
}

.footer-nav-area ul li a{
	color:var(--white-coler);	
}

.footer-nav-area ul li a:hover{
	color:var(--sub-coler);	
}


@media screen and (max-width: 468px){
.footer-nav-area {
    flex-direction: column;
    width: 60%;
    align-items: center;
}

.footer-nav-area ul {
    flex-direction: column;
    width: 100%;
    align-items: center;
}
}



.footer-bottom {
    background-color: #000;
    color: #FFF;
    font-family: var(--font-jp_mincho);
}

.footer-bottom .container {
    display: flex;
    flex-direction: row;
	
}

.footer-bottom-left {
    width: 40%;
    max-width: 500px;
}

.footer_company_name {
    font-size: 1.8rem;
    font-family: var(--font-jp_mincho);
}


.footer_company_name span {
    font-size: 4rem;
    margin-right:1rem;
}
.footer_company_name span img {
    width: 70px;
}
.footer-bottom-right {
    width: 60%;
    max-width:1000px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
	margin-top: 1rem;
}

.footer-bottom-right ul {
    display:flex;
    flex-direction: row;
    list-style-type:none;
    align-items: center;
}

.footer-bottom-right ul li{
    list-style-type:none;
	margin-left:3rem;
}
.footer-bottom-right ul li a{
	color:#FFF;
}

@media screen and (max-width: 1000px){
.footer-bottom .container {
    flex-direction: column;
    align-items: center;
}

.footer-bottom-left {
    width: 100%;
    max-width: 500px;
}
.footer-bottom-right {
    width: 100%;
    max-width:500px;
    display: flex;
    justify-content: space-between;
    /* padding: 2rem 0; */
    /* flex-wrap: wrap; */
}
}

@media screen and (max-width: 500px){
.footer_company_name span {
    font-size: 2rem;
}
.footer-bottom-right {
    flex-direction: column;
    align-items: center;
}

.footer-bottom-right ul li {
    list-style-type: none;
    margin-left: 0rem;
	width:100%;
}
}


/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem;
    background-color: #000000;
    font-family: var(--font-jp_mincho);
	
    color: var(--white-color);
    text-decoration: none;
	font-size:0.8em;
	width:100%;
	
}

/*ページャー
-------------------------------------*/

.pager_container {
    margin: 10rem auto 5rem;
}

.pager_wrap {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    text-align: center;
}

.pager_wrap a {
    width:45%;
    max-width: 200px;
    background: var(--main-color);
    color: var(--white-color);
    padding: 10px;
}

/*ページトップへ戻るボタン
-------------------------------------*/
/*#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}*/

/**/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	text-align: center;
	font-weight: bold;
	z-index:9999;
}
#pagetop a {
	width: 60px;
	height: 38px;
	background: var(--white-color);
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: var(--sub-color);
	padding: 42px 20px 20px;
	display: block;
}

#pagetop a:after {
    font-family: FontAwesome;
    content: "\f077";
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 26px;
	font-weight: bold;
}
#pagetop a:hover {
    text-decoration: none;
    background: var(--sub-color);
	color: var(--white-color);
}



/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}


/*------------------------------------
   top
-------------------------------------*/


/*  TOP policy
-------------------------------------*/
section.top_policy {
    display: block;
    position: relative;
    width: 100%;
    font-family:var(--font-jp_title);
    margin: 10rem 0;
}

.top_policy_right {
    width: 60%;
    height: 600px;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: -1;
    background-image: url(../images/top_policy_img_02.jpg);
    background-size: cover;
    clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
	background-position:center center;
}

.top_policy_left {
    width: 60%;
    /*position: absolute;
    top: 10rem;*/
    padding:0 0 30px 0;
    background-image: url(../images/top_policy_img.jpg);
    background-size: cover;
    clip-path: polygon(0% 100%, 0 0%, 100% 0%, 80% 100%);
}


.top_policy_box {
    width: 95%;
    text-align: center;
    color: var(--white-color);
}


.top_policy_box p{
    line-height: 2.5;
    margin: 1rem auto 3rem;
    width: 80%;
}


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

	
.top_policy_right {
    width: 95%;
    height: 500px;
    top: 200px;
    right: 0;
    background: linear-gradient(90deg,  #00B4EB, #00B4EB,#214B9F);
}

.top_policy_left {
    width: 95%;
}


}

@media screen and (max-width: 768px){
	
.top_policy_right {
    height: 546px;
    top: 76px;
}

.top_policy_left {width: 99%;}

}

@media screen and (max-width: 768px){
	
.top_policy_right {
	display:none;
}

.top_policy_left {
	width:100%;
    clip-path: polygon(0% 100%, 0 0%, 100% 0%, 100% 100%);
}
.top_policy_box {
    width: 100%;
}


}
/*  TOP　事業概要
-------------------------------------*/
section.top_business {
    display: block;
    width: 100%;
    font-family:var(--font-jp_title);
    background-image: url(../images/top_business_bg.jpg);
	padding-top:0;
}
.top_business_box {
    margin: 0 auto 3rem;
    width: 90%;
    max-width: 1200px;
    text-align: center;
}

.top_business_box .sec_line {
    border-right: 2px solid var( --gray-color);
}

.top_business_box h3.ttl_en 
{
    color:var(--sub-color);
}

.top_business_box p{
    font-weight:bold;
    margin-top:2em;
}

/*slider*/

.works-slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}



.works-slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	
}

ul.business-slider li {
	margin-left:2rem;
}

/*  TOP　施工事例
-------------------------------------*/
section.top_works {
    display: block;
    width: 100%;
    font-family:var(--font-jp_title);
    background-image: url(../images/top_works_bg.jpg);
	padding-top:0;
}
.top_works_box {
    margin: 0 auto 5rem;
    text-align: center;
}

.top_works_box .sec_line {
    border-right: 2px solid var( --gray-color);
}



.top_works_box h3.ttl_en 
{
    color:var(--sub-color);
}

.top_works_box p{
    font-weight:bold;
    margin-top:2em;
}


.works-slider a li {
	display:flex;
	flex-direction: column;
	background:#FFF;
}

.works-slider a li h4 {
    color:var( --main-color);
    padding: 1rem 0.5rem 2rem;
    background: var(--white-color);
    font-size: 1.5em;
    letter-spacing: 0.02em;
}


/*---works-slider--*/



.works-slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:90%;
    margin:0 auto;
}

.works-slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.works-slider .slick-slide {
    margin:0 10px;
}

.works-slider .slick-slide img
{
    display: block;　
    width: 100%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 50%;

}

/*戻る、次へ矢印の位置*/
.works-slider .slick-prev, 
.works-slider .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.works-slider .slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.works-slider .slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.works-slider .slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.works-slider .slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.works-slider .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.works-slider .slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*TOP　エントリーエリア*/	


.top_entry {
    background-image: url(../images/top_recruit_bg.jpg);
    /* background-repeat: no-repeat; */
    background-size: cover;
    /* background-attachment: fixed!important; */
    /* background-color: var(--back-color); */
    background-blend-mode: color-burn;
     background-position: center; 
    margin-top: 5rem;
}
.top_entry_area {
    width: 60%;
    margin-left: 5rem;
}

.top_entry_area h3.ttl_en{
    color:var(--sub-color);
}

.top_entry_area h2.ttl_jp{
    color:var(--main-color);
    font-family:var(--font-jp_title);
}

.top_entry_area p {
    font-family: var(--font-jp_mincho);
    font-weight: bold;
}
.top_entry_btn {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.top_entry_btn .button016
{
	width:350px;
    margin-top:10px;
}

@media screen and (max-width: 468px){
	.top_entry {
     background-position: 60%;
     background-color: #FFFFFF80;
     background-blend-mode: color-burn;
}
.top_entry_btn {
    flex-direction: column;
    align-items: center;
	justify-content: space-around;
}
.top_entry_btn .button016
{
	width:300px;
    margin-top:10px;
}

	
}


/*  TOP 会社概要
-------------------------------------*/
section.top_company {
    display: block;
    position: relative;
    width: 100%;
    font-family:var(--font-jp_title);
    margin: 10rem 0;
}

.top_company_right {
    width: 60%;
    height: 600px;
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url(../images/top_company_img_01.jpg);
    background-size: cover;
    clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
    background-position:center center;
    z-index: 10;
}



.top_company_left {
    width: 60%;
    height: 600px;
    padding:0 0 30px 0;
    background-image: url(../images/top_company_img_02.jpg);
    background-size: cover;
    clip-path: polygon(0% 100%, 0 0%, 100% 0%, 80% 100%);
}


.top_company_box {
    width: 95%;
    text-align: center;
    color: var(--white-color);
}


.top_company_box p{
    line-height: 2.5;
    margin: 1rem auto 3rem;
    width: 80%;
}


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

	
.top_company_left {
    width: 95%;
    height: 600px;
    top: 200px;
    right: 0;
    background: linear-gradient(90deg,  #214B9F,#00B4EB,#00B4EB);
    margin-top: 2rem;
}

.top_company_right {
    width: 95%;
}


}

@media screen and (max-width: 768px){
section.top_company {
    margin: 10rem 0 3rem 0;
}	
.top_company_left {
    height: 546px;
    top: 76px;
}

.top_company_right {width: 99%;}

}

@media screen and (max-width: 768px){
	
.top_company_left {
	display:none;
}

.top_company_right {
	width:100%;
	clip-path: polygon(0% 100%, 0 0%, 100% 0%, 100% 100%);
	position: relative;
}
.top_company_box {
    width: 100%;
}


}


/*  TOP SNS
-------------------------------------*/
section.top_sns {
    display: flex;
    width: 100%;
    padding: 0 3rem 5rem 3rem;
    flex-direction: row;
    justify-content: space-around;
    background-image: url(../images/top_sns_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed!important; */
    background-position:bottom;
}

.top_sns_left {
    width: 47%;
}

.top_sns_right {
    width: 47%;
}
.top_sns h3.ttl_en{
    color:var(--sub-color);
	text-align:left;
}

.insta_area,
.FB_area{
    width: 100%;
    max-width: 1000px;
    height: 700px;
    margin: 1rem auto;
}
@media screen and (max-width: 1000px){
	
section.top_sns {
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.top_sns_right {
	width:90%;
}
.top_sns_left {
    width: 90%;
    margin: 1rem 0 3rem;
}

.insta_area,
.FB_area{
    height: 400px;
}

}




/*②募集職種一覧*/

section.recruit-area {
    padding: 30px;
}

.recruit-area .col.span-3{/**/
	background-color:var(--white-color);
	padding:10px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
	
}
.job_list_box {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.job_list{
	background-color:var(--white-color);
	padding:10px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
	margin-left:15px;
	width:23%;
	min-width: 250px;
}
.job_list img{
	width: 100%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 50%;
}
p.job_type {
    display: block;
    border: 1px solid;
    border-color: var(--main-color);
    width: 200px;
    text-align: center;
    color: var(--main-color);
}

h3.job_name {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight:600;
}

@media screen and (max-width: 1140px){
	
.job_list_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.job_list{
    width: 45%;
    min-width: 300px;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 768px){
	
.job_list_box {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.job_list{
    width: 90%;
    min-width: 200px;
    margin-bottom: 30px;
	margin-bottom:20px;
}
.recruit-area .col.span-3{/**/
	margin-bottom:20px;
}
}
/*③社員インタビュー*/

.top .interview_area a{
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position:relative;
    justify-content:center;
}

.top .interview_area a .left {
	width:40%;
	background-color: var(--main-color);
	color: var(--white-color);
	padding: 30px 0 20px 30px;
}
.top .interview_area a .right {
	width:60%;

}
.top p.interview_ttl_en {
    text-align: left;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    font-size: 0.8em;
}

.top p.interview_ttl_jp {
    font-size: 1.3em;
}

.top p.interview_jobtype {
    position: absolute;
    bottom: 30%;
}
.top p.interview_name {
    position: absolute;
    bottom: 18%;
	font-size:1.7em;
}
.top p.interview_joindyear {
    position: absolute;
    bottom: 8%;
    font-size: 0.8em;
    width: 20%;
    border: 1px solid #FFF;
    text-align: center;
    padding: 5px;
    max-width: 150px;
}
@media screen and (max-width: 1000px){
.top .recruit-area .col.span-3{
		margin-bottom:20px;
}
.top .interview_area a{
	display:flex;
    flex-direction: column;
}
.top .interview_area a .left {
	width:100%;
	padding: 10px 0 10px 20px;
}
.top .interview_area a .right {
	width:100%;

}
.top p.interview_ttl_en {
    text-align: left;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    font-size: 0.8em;
}

.top p.interview_ttl_jp {
    font-size: 1.1em;
    margin-right: 10px;
}

.top p.interview_jobtype {
    position: relative;
    font-size: 0.9em;
    margin-top: 20px;
}
.top p.interview_name {
    position: relative;
	
}
.top p.interview_joindyear {
    position: relative;
    font-size: 0.7em;
    width: 100px;
}
}


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

　　　　　下層共通

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

/*下層ヘッダー*/
.mainimg_kasou {
    background-image: url(../images/bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed!important; */
    /* background-color: #ffffff50; */
    /* background-blend-mode: screen; */
    background-position: bottom;
    height:35vh;
    padding-top:100px;
    font-family: var(--font-jp_mincho);
}
.mainimg_kasou h2{
    letter-spacing: 0.3em;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    font-size: 2em;
}

.mainimg_kasou p{
	color: #FFF;
	font-size: 3em;
	}


/*パンくず*/
.breadcrumbs {
    display: flex;
}
.pan-kuzu{
	background-color: var(--main-color);
	color:var(--white-color);
	font-weight: 400;
	height: 30px;
	font-size: 16px;
}
.pan-kuzu a{
	color:var(--white-color);	
    margin-right: 1em;
    margin-left: 1em;
}
.pan-kuzu p{
	display: flex;
}

@media screen and (max-width: 768px){
.mainimg_kasou {
	height:25vh;
	margin-top:32px;
	padding-top:75px;
}

.mainimg_kasou h2{
	font-size: 1.5rem;
}
.mainimg_kasou p{
	font-size: 2em;
	}
}

@media screen and (max-width: 468px){
.mainimg_kasou {
	height:20vh;
	margin-top:32px;
	padding-top:40px;
}
.pan-kuzu{
	font-size: 14px;
}
}
/* table*/
/*ページネーション*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}

.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-radius: 1px;
    background-color: #f2f2f2;
    color: var(--main-color);
}

.pagination a:not(:hover) {
    text-decoration: none;
}

.pagination .on a {
    background-color: var(--main-color);
    color: #fff;
    pointer-events: none;
}


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

  事業概要

-------------------------------------*/
section.kasou_business {
    display: flex;
    width: 100%;
    margin: 3rem 0;
	padding:0;
}

p.business_catch {
    font-size: 2rem;
}

.kasou_business_right {
    width: 45%;
    z-index: 10;
	paddng:1rem;
}


.kasou_business_left{
    width: 55%;
    height: 400px;
    padding:0 0 30px 0;
    background-image: url(../images/business_img_01.jpg);
    background-size: cover;
    clip-path: polygon(0% 100%, 0 0%, 80% 0%, 100% 100%);
}


.kasou_business_box {
    width: 100%;
    text-align: center;
    color: var(--base-color);
    padding: 2rem;
}

.kasou_business_box h2 {
    text-align: left;
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    padding-bottom: 0.5em;
    font-size: 2em;
    font-family:var(--font-jp_title);
}

.kasou_business_box p{
    line-height: 2;
    width: 90%;
    text-align: left;
    font-size: 1.2em;
    padding-top: 0.5em;
}


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

	
.kasou_business_right {
    width: 50%;
    z-index: 10;
	paddng:1rem;
}


.kasou_business_left{
    width: 50%;
}


}


@media screen and (max-width: 768px){
p.business_catch {
    font-size: 1.3rem;
}
section.kasou_business {
    display: flex;
    flex-direction: column;
}
.kasou_business_left {
	width:100%;
	height: 200px;
}

.kasou_business_right {
	width:100%;
}
.kasou_business_box {
    width: 100%;
}
	.kasou_business_box p {
    width: 100%;
    font-size: 1em;
}


}

ul.business_list {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.business_list::after{
  content:"";
  display: block;
  width:32%;
}
ul.business_list li {
    width: 32%;
    margin:2rem 0;
    background-color:#FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

ul.business_list li h2{
    text-align: left;
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    padding-bottom: 0.5em;
    font-size: 1.3em;
    font-family:var(--font-jp_title);
    width: 90%;
    margin: 1.5rem auto;
    letter-spacing: 0.05em;
}

ul.business_list li p{
    line-height: 1.8;
    width: 90%;
    text-align: left;
    font-size: 1em;
    margin: 0.5rem auto 2rem;
}

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

section .business_list_area{
	padding-top:0;	
	}
ul.business_list li {
    width: 48%;
}
}
@media screen and (max-width: 468px){
ul.business_list li {
    width: 95%;
}
}



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

  施工事例　アーカイブ

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

ul.works_list {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.works_list::after{
  content:"";
  display: block;
  width:32%;
}
ul.works_list li {
    width: 32%;
    margin:2rem 0;
    background-color:#FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

ul.works_list li .works_cat {
    width: fit-content;
    background: var(--main-color);
    margin: 1rem 0 0 1rem;
    color: #FFF;
    padding: 2px 8px;
    border-radius: 15px;
    font-size: 0.8em;
}

ul.works_list li h2{
    text-align: left;
    /* border-bottom: 1px solid var(--main-color); */
    color: var(--main-color);
    padding-bottom: 0.5em;
    font-size: 1.3em;
    font-family:var(--font-jp_title);
    width: 90%;
    margin: 1rem auto 1.5rem;
    letter-spacing: 0.05em;
}


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

section .works_list_area{
	padding-top:0;	
	}
ul.works_list li {
    width: 48%;
}
}
@media screen and (max-width: 468px){
ul.works_list li {
    width: 95%;
}
}

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

　　　　施工事例　シングル

---------------------------------------*/
.works_area .container {
  width: 90%;
  max-width:800px;
}

.works_area h2.works_title {
    font-size: 2em;
    color: var(--main-color);
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}
.works_area img {
  height: auto;
  width: 100%;
}


.works_area .works_slick-img img{
	
  height: auto;
  width: 100%;
	margin: 0 auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 50%;
}
	
.works_area .works_thumbnail .slick-track {
  transform: unset !important;
}
.works_area .works_thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
}

.works_area .works_thumbnail-img img{
  height: auto;
  width: 100%;
	margin: 0 auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 50%;
}
.works_area .works_thumbnail .slick-current {
  opacity: 1;
}

/*詳細テーブル*/
.works_area  .table01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  margin: 2rem auto;
}
.works_area  .table01 th {
  width: 22%;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
.works_area  .table01 td {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  /* padding: 20px 15px 0 40px; */
  vertical-align: middle;
  text-align: left;
  /* margin-left: 5px; */
}
@media all and (max-width: 767px) {
  .works_area .table01 th, 
  .works_area  .table01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .works_area .table01 th{
    background-color: var(--gray-thin-color);
    /* text-align: center; */
  }
  .works_area .table01 tr:last-child td:last-child {
    /*border-bottom: 1px solid #ccc;*/
  }
}



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

　　　　　事業理念　philosophy

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



.service_content_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom:50px;
	justify-content: center;
}

.service_content_left {
    width: 45%;
    text-align: left;
}

.service_content_right {
    width: 50%;
    text-align: left;
    padding-left: 20px;
}

p.service_content_ttl {
    font-size: 1.4em;
    color: var(--main-color);
	
} 

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

.service_content_area {
    width: 95%;
    display: flex;
	flex-direction: column;
} 
.sp-column-reverse{/*写真が右のやつ*/
	flex-direction: column-reverse;
}

.service_content_left {
    width: 100%;
}

.service_content_left p{
    padding-left: 0;
}

.service_content_right {
    width: 100%;    
    padding-left: 0;
}

.service_content_ttl {
	margin-top: 20px;	
}

}

.philo {
    text-align: center;	
	width:100%;
	max-width:750px;
	margin:30px auto;
}
.philo h5{
	color: var(--sub-color);
	margin:30px auto;
	
}


.message_content_area {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-bottom:50px;
    justify-content: center;
}

.message_content_left {
    width: 45%;
    text-align: left;
}

.message_content_left img {
    box-shadow: 20px 20px 0 var(--sub-color);
}



.message_content_right {
    width: 40%;
    text-align: left;
    padding-left: 50px;
}

p.message_content_ttl {
    font-size: 1.4em;
    color: var(--sub-color);
    border-bottom: 1px solid var(--sub-color);
    padding: 10px;
} 
p.message_position {
    text-align: right;
    font-size: 0.8em;
}

p.message_name {
    text-align: right;
    margin-top: -10px;
}
@media screen and (max-width: 600px){

.message_content_area {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.message_content_left {
    width: 100%;
}

.message_content_left p{
    padding-left: 0;
}

.message_content_right {
    width: 100%;    
    padding-left: 0;
}

.message_content_ttl {
	margin-top: 20px;	
}

}

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

　　　　　会社概要　Company

---------------------------------------*/
.company table,
.histry table{
	margin:50px auto;
	width:90%;
	max-width:650px;
}
@media screen and (max-width: 768px){

.company table,
.histry table{
	width:95%;
}

}
/*-------------------------------------

　　　　　社員インタビュー シングル　Interview

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

.interview .interview_area{
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position:relative;
    justify-content:center;
	text-align:left;
}

.interview .interview_area .left {
	width:40%;
	background-color: var(--main-color);
	color: var(--white-color);
	padding: 30px 0 20px 30px;
}
.interview .interview_area .right {
	width:60%;

}
.interview p.interview_ttl_en {
    text-align: left;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    font-size: 0.8em;
}

.interview p.interview_ttl_jp {
    font-size: 1.3em;
}

.interview p.interview_jobtype {
    position: absolute;
    bottom: 28%;
	font-size:0.8em;
}
.interview p.interview_name {
    position: absolute;
    bottom: 17%;
    font-size: 1.7em;	
}

    

.interview p.interview_joindyear {
    position: absolute;
    bottom: 8%;
    font-size: 0.8em;
    width: 20%;
    border: 1px solid #FFF;
    text-align: center;
    padding: 5px;
    max-width: 150px;
}



@media screen and (max-width: 1000px){
.interview .interview_area .left {
	width:55%;
}
.interview .interview_area .right {
	width:45%;

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

.interview .interview_area{
	display:flex;
    flex-direction: column;
}
.interview .interview_area .left {
	width:100%;
	padding: 10px 0 10px 20px;
}
.interview .interview_area .right {
	width:100%;

}
.interview p.interview_ttl_en {
    text-align: left;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    font-size: 0.8em;
}

.interview p.interview_ttl_jp {
    font-size: 1.1em;
    margin-right: 10px;
}

.interview p.interview_jobtype {
    position: relative;
    font-size: 0.9em;
    margin-top: 20px;
}

.interview p.interview_name {
    position: relative;	
    font-size: 1.2em;
}

.interview p.interview_joindyear {
    position: relative;
    font-size: 0.7em;
    width: 100px;
}
}
/*content*/
.interview .interview_content_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom:50px;
	justify-content: center;
}
.interview .interview_content_area img {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
	box-shadow: 20px 20px 0 var(--main-color);
}

.interview .interview_content_left {
    width: 45%;
    text-align: left;
}

.interview .interview_content_right {
    width: 50%;
    text-align: left;
    padding-left: 40px;
}

.interview .interview_content_ttl {
    font-size: 1.4em;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
}
@media screen and (max-width: 768px){
.interview .interview_content_area {
    width: 95%;
    display: flex;
    flex-direction: column;
    padding: 10px 0 0 20px;
}

.interview .sp-column-reverse{/*写真が右のやつ*/
	flex-direction: column-reverse;
}
.interview .interview_content_area img {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
	box-shadow: 10px 10px 0 var(--main-color);
}
.interview .interview_content_left {
    width: 100%;
}

.interview .interview_content_left p{
    padding-left: 0;
}

.interview .interview_content_right {
    width: 100%;    
    padding-left: 0;
}

.interview .interview_content_ttl {
	margin-top: 20px;	
}

}

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

　　　　　社員インタビュー アーカイブ　Interview

---------------------------------------*/
.interview_list{
	margin:30px auto 80px;
}
.interview_list ul{
	width: 90%;
    display: flex;
    flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:0 auto;
}
.interview_list ul li.interview_area{
	width:30%;
	min-width: 280px;
	list-style-type:none;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
	margin-left: 10px;
	margin-bottom: 30px;
	background-color: var(--main-color);
}
.interview_list ul::after{
  content:"";
  display: block;
  width:30%;
  margin-left:10px;
}
.interview_list .interview_area a{
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.interview_list .interview_area a .interview_list_txt {
	width:100%;
	background-color: var(--main-color);
	color: var(--white-color);
	padding:10px;
	text-align: left;
}
.interview_list .interview_area a .interview_list_img {
	width:100%;

}
.interview_list .interview_area a .interview_list_img img {
	width:100%;
	height: 200px;
	margin: 0 auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: 50% 50%;
}
.interview_list p.interview_ttl_en {
    text-align: left;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    font-size: 0.8em;
}

.interview_list p.interview_ttl_jp {
	font-size: 1.1em;
	text-align: left;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

.interview_list p.interview_jobtype {
	font-size: 0.7em;
	margin-bottom: 0;
}
.interview_list p.interview_name {
	font-size: 1.5em;
}

.interview_list p.interview_joindyear {
	font-size: 0.75em;
}
@media screen and (max-width: 1000px){
.interview_list ul{
	display:flex;
	justify-content: space-around;
}
.interview_list ul li.interview_area{
	width:45%;
}
}

@media screen and (max-width: 486px){
.interview_list ul li.interview_area{
	width:90%;
	min-width: 200px;
}
}


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

　　募集職種 アーカイブ　Jobs

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

.jobs_list{
}

.jobs_list_area{
	margin-top:50px;
}

.jobs_system {
    background-color: var(--white-color);
    padding: 30px 20px;
    text-align: left;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}

p.jobs_type {
    color: var(--white-color);
    background-color: var(--main-color);
    padding: 5px 15px;
    width: fit-content;
}
h3.jobs_ttl {
    color: var(--main-color);
    font-size: 1.5em;
    letter-spacing: 0.05em;
	font-weight: 500;
}

.twobox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.item {
    width: 45%;
}

.jobs_table {
    margin: 0 auto;
    width: 80%;
}

.jobs_table table {
	width: 100%;
	margin: 20px auto 20px;
}
.jobs_table table th {
	word-break: break-all;
    width:20%;
}
.jobs_table table td {
    word-break: break-all;
}

@media screen and (max-width: 768px){
.twobox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.item {
    width: 90%;
    margin: 10px auto;
    text-align: center;
}
.item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}
.item p {
    text-align: left;

}
.jobs_table table th {
    width:35%;
	padding: 10px 5px;
}
}
@media screen and (max-width: 468px){
.jobs_list_area{
	margin-top:0;
}
h3.jobs_ttl {
    font-size: 1.2em;
    letter-spacing: 0.06em;
}
.jobs_system {
    padding: 20px 15px;
}
.jobs_table {
    margin: 0 auto;
    width: 100%;
}

.jobs_table table th {
    width:28%;
	padding: 10px 5px;
}
.jobs_table table td {
	padding: 10px 5px;
}

}
/*-------------------------------------

　　募集職種 シングル　Jobs

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

.jobs_content{
	margin-top:50px;
}

.jobs_content_area{
    background-color: var(--white-color);
    padding: 30px 20px;
    text-align: left;
	width:100%;
	max-width:1000px;
	margin: 1.5em auto;
}


.jobs_content_area h3{
	color: var(--main-color);
	border-bottom: solid 2px var(--gray-color);
	margin: 2em auto 1.5em;
	line-height: 1.4;
	text-align:left;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.jobs_content_area h3 span {
	border-bottom: solid 2px var(--main-color);
	padding-bottom: 20px;
	margin-bottom: -2px;
	letter-spacing: 0.15vw;
	display: inline-block;
}

.jobs_content_area h4{
    position: relative;
    padding: 5px 20px;
    width:fit-content;
    font-size:1em;
    letter-spacing:0.1em;
    font-weight:500;
    height:fit-content;
    color:var(--main-color);
}

.jobs_content_area h4::before,
.jobs_content_area h4::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height:100%;
    border: 3px solid var(--main-color);
    box-sizing: border-box;
    content: '';
}

.jobs_content_area h4::before {
    top: 0;
    left: 0;
    border-right: none;
}

.jobs_content_area h4::after {
    bottom: 0;
    right: 0;
    border-left: none;
}

/*募集要項テーブル*/
.jobs_table table.table01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.jobs_table table.table01 th {
  width: 22%;
  border-bottom: 2px solid var(--main-color);
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
.jobs_table table.table01 td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 767px) {
  .jobs_table table.table01 th, 
  .jobs_table table.table01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .jobs_table table.table01 th{
    background-color: var(--back-color);
  }
  .jobs_table table.table01 tr:last-child td:last-child {
    /*border-bottom: 1px solid #ccc;*/
  }
}

/*採用フロー*/
.stepbar {
  margin: 0 auto;
  width: 80%;
  max-width: 600px;
  text-align: left;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: var(--main-color);
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

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

　　フォーム　Jobs,Entry

---------------------------------------*/
.form_area .cta_tel {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .form_area .cta_tel{
    width: fit-content;
	pointer-events: none; 
	display: inline-block;
  }
  .form_area .cta_tel .tel {
    font-weight: bold;
    text-align: center;
    font-size: 1.8em;
  }
  .form_area .cta_tel .hours {
    font-weight: normal;
    text-align: center;
  }
  .form_area .cta_tel a {
    padding: 24px 40px;
    background-color: var(--back-color);
    border-radius: 10px;
  }

  @media screen and (max-width: 767px) {
    .form_area .cta_tel a {
      display: block;
      padding: 16px;
    }
  }
/*必須*/  
.hissu {
    background-color: #f55;
    color: var(--white-color);
    font-size: .75rem;
    padding: 2px 5px;
    border-radius: 3px;
    float: right;
}
a.policy_link {
    font-size: 1em;
    color: var(--link-color);
    padding-bottom: 10px;
    text-decoration: underline;
}


/*フォームテーブル*/
.form_area table.table01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.form_area table.table01 th {
  width: 22%;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
.form_area table.table01 td {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 20px 15px 0 40px;
  vertical-align: middle;
  text-align: left;
  /* margin-left: 5px; */
}
.form_area table .mwform-checkbox-field input, 
.form_area table .mwform-radio-field input {
    margin-right: 5px;
    margin-top: 18px;
}
@media all and (max-width: 767px) {
  .form_area table.table01 th, 
  .form_area table.table01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .form_area table.table01 th{
    background-color: var(--gray-thin-color);
  }
  .form_area table.table01 tr:last-child td:last-child {
    /*border-bottom: 1px solid #ccc;*/
  }
}


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

　　policy

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

.policy_txt {
    text-align: left;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	font-size:0.8em;
}

.policy_txt h3{
	font-size:1.5em;
	font-weight:bold;
	margin-top:2rem;
}
/*-------------------------------------

　　Blog

---------------------------------------*/  
section .post_content{
	padding: 1rem 0;
}
.container.blog_wrap {
    width: 100%;
    margin-inline: auto;
}

.container.blog_wrap .blog_Area {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.topix-single_content {
    background: #fff;
    width: 90%;
    padding: 45px;
    flex: 1 1 auto;
    margin: 0rem 0px 3rem;
}
.topix-single_content .topix_flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.topix-single_content h2.news_ttl {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: var(--main-color);
}
.topix-single_content .time {
  font-size: 0.9rem;
  margin-right: 10px;
    color:#666;
  }
.topix-single_content .topix_txt {
  font-size: 1rem;
    color:#333;
  }
  
.topix-single_content .topix_tag span {
	background:  var(--main-color);
	padding: 2px 8px;
	font-size: 0.8rem;
	border-radius: 12px;
	color: #fff;
	margin-right: 5px;
}

.container.blog_wrap .aside {
    flex: 0 0 240px;
    padding: 10px;
    margin-top: 30px;
}

.container.blog_wrap .aside {
    flex: 0 0 240px;
    padding: 10px;
    margin-top: 30px;
}
.container.blog_wrap .aside .aside_box {
      max-width: 220px;
      margin-bottom: 50px;
}
.container.blog_wrap .aside .aside_tit {
	font-size: 1rem;
	padding-bottom: .5em;
	border-bottom: 3px solid var(--gray-thin-color);
}
.container.blog_wrap .aside .aside_list {
        margin-top: 15px;
}
.container.blog_wrap .aside .aside_list{
	list-style-type:none;
}
.container.blog_wrap .aside .aside_list li {
          margin-bottom: 10px;
          position: relative;
          /* margin-left: 20px; */
	list-style-type:none;
}
	
.container.blog_wrap .aside .aside_list li:before {
}
.container.blog_wrap .aside .aside_list li .aside_post_tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.container.blog_wrap .aside .aside_list li a {
	  display: block;
	  font-size: 1rem;
}
@media screen and (max-width: 650px) {
	.container.blog_wrap .blog_Area {
    display: flex;
	flex-direction: column;
	}  
	.topix-single_content {
    width: 100%;
    padding: 0px;
    margin-top: 0px;
}
	.blog_Area span.under {
    padding-left:0em;
}
	.container.blog_wrap .aside {
	  flex: 0 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
	}

	.container.blog_wrap .aside .aside_box {
        max-width: 325px;
        width: 100%;
        margin: 0 auto 30px;
	}
	  
}

ul.topix_content li {
    list-style-type: none;
    border-bottom: 1px solid var(--gray-color);
}
