@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */

/* 休業のお知らせ-モーダルウィンドウ
---------------------------------------------- */

.overlary_news {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100vw;
	height: 100vh;
	padding: 50px;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.overlary_news.active {
	opacity: 1;
	width: 100%;
	visibility: visible;
}

.overlary_news .inner_overlary {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 1000px;
	background: #F5FAFF;
	padding: 80px 30px;
	border-radius: 40px;
}

.inner_overlary .inner{
    width: 800px;
    margin: 0 auto;
}

.inner_overlary .inner h3{
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
	color: #0079C8;
}

.inner_overlary .inner > p{
    letter-spacing: 0.1em;
    margin-bottom: 22px;
}

.inner_overlary .inner > p:last-child{ margin-bottom: 0;}

.inner_overlary .inner > p > span{color: #0079C8;}

.close_overlay{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    background: #0079C8;
	border-radius: 40px;
}

.close_overlay:before, .close_overlay:after{
    display: block;
    content: "";
    position: absolute;
    top: 24px;
    right: 13px;
    width: 23px;
    height: 2px;
    background: #FFF;
}

.close_overlay:before {transform: rotate(45deg);}
.close_overlay:after {transform: rotate(-45deg);}

.close_overlay span{display: none;}


/* メインビジュアル
---------------------------------------------- */
.main{
	display: flex;
	margin-bottom: 120px;
}

.main_txt{
	flex: none;
	width: 576px;
	display: flex;
	align-items: center;
	padding: 0 64px;
}

.main_txt .inner .catch{margin-bottom: 90px;}

.main_txt .inner .read {
    font-size: 3rem;
    font-weight: bold;
    color: #0079C8;
}

.main_txt .inner .catch .jp{
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.main_txt .inner .catch .jp span{color: #0079C8;}

.main_txt .inner .catch .en{
	font-family: "Roboto";
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.main_txt .inner > p{
	font-weight: 700;
	line-height: 2;
}

.main_image{width: calc(100% - 576px);}

.main_image .swiper{height: 100%;}

.main_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100px 0 0 100px;
}

/* 事業紹介
---------------------------------------------- */
.sec_business{
	max-width: 1500px;
	padding: 0 50px 150px;
	margin: 0 auto;
}

.sec_business .ttl_home{margin-bottom: 60px;}

.sec_business .ttl_home h1{
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-right: 15px;
}

.sec_business .ttl_home p{
	font-family: "Roboto";
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
	display: inline-block;
}

.business{
	display: flex;
	height: 523px;
	margin-bottom: 60px;
}

.business:nth-of-type(even){flex-direction: row-reverse;}

.business:last-of-type{margin-bottom: 0;}

.business .contents{
	position: relative;
	flex: none;
	width: 560px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F5FAFF;
	text-align: center;
	overflow: hidden;
	border-radius: 40px 0 0 40px;
}

.business:nth-of-type(even) .contents{border-radius: 0 40px 40px 0;}

.business .contents .bg_business_top,
.business .contents .bg_business_bottom{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.business:nth-of-type(even) .contents .bg_business_top,
.business:nth-of-type(even) .contents .bg_business_bottom{transform: scale(-1, 1);}

.business .contents .bg_business_top::before{
	content: "";
	display: block;
	background: url("../img/home/bg_business01.png") no-repeat 0 0;
	background-size: cover;
	width: 114px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
}

.business .contents .bg_business_top::after{
	content: "";
	display: block;
	background: url("../img/home/bg_business02.png") no-repeat 0 0;
	background-size: cover;
	width: 316px;
	height: 136px;
	position: absolute;
	top: 0;
	right: 0;
}

.business .contents .bg_business_bottom::before{
	content: "";
	display: block;
	background: url("../img/home/bg_business03.png") no-repeat 0 0;
	background-size: cover;
	width: 347px;
	height: 105px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.business .contents .bg_business_bottom::after{
	content: "";
	display: block;
	background: url("../img/home/bg_business04.png") no-repeat 0 0;
	background-size: cover;
	width: 99px;
	height: 99px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.business .contents .inner{
	position: relative;
	z-index: 1;
}

.business .contents h2{
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.business .contents .txt{
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.business .contents .btn_more{
	width: 250px;
	margin: 0 auto;
}

.business .contents .btn_more a{
	position: relative;
	border: 2px solid #0079C8;
	background: #FFF;
	border-radius: 10px;
	color: #0079C8;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	display: block;
	padding: 24px 0;
	transition: background .3s, color .3s;
}

.business .contents .btn_more a:hover{
	background: #0079C8;
	color: #FFF;
}

.business .contents .btn_more a .icon{
	background: #0079C8;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -12px;
	transition: background .3s;
}

.business .contents .btn_more a:hover .icon{background: #FFF;}

.business .contents .btn_more a .icon .ico_arrow01{
	width: 12px;
	height: 12px;
	fill: #FFF;
	display: inline-block;
	vertical-align: -2px;
	transition: fill .3s;
}

.business .contents .btn_more a:hover .icon .ico_arrow01{fill: #0079C8;}

.business .image{
	flex: none;
	width: calc(100% - 560px);
}

.business .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 40px 40px 0;
}

.business:nth-of-type(even) .image img{border-radius: 40px 0 0 40px;}

/* 会社概要
---------------------------------------------- */
.sec_company{
	position: relative;
	margin-bottom: 352px;
	padding: 100px 50px 0;
}

.sec_company::before{
	content: "";
	display: block;
	background: url("../img/bg_texture01.jpg");
	width: 100%;
	height: 420px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.company{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}

.company .contents{
	width: 440px;
	flex: none;
	color: #FFF;
	padding-right: 30px;
}

.company .contents .ttl_home{margin-bottom: 30px;}

.company .contents .ttl_home h1{
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-right: 15px;
}

.company .contents .ttl_home p{
	font-family: "Roboto";
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	display: inline-block;
}

.company .contents .txt{margin-bottom: 40px;}

.company .contents .btn_more{width: 220px;}

.company .contents .btn_more a{
	position: relative;
	border: 2px solid #FFF;
	border-radius: 8px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	display: block;
	padding: 20.5px 0;
	transition: background .3s, color .3s;
}

.company .contents .btn_more a:hover{
	background: #FFF;
	color: #0079C8;
}

.company .contents .btn_more a .icon{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -12px;
}

.company .contents .btn_more a .icon .ico_arrow01{
	width: 12px;
	height: 12px;
	fill: #FFF;
	display: inline-block;
	vertical-align: -5px;
	transition: fill .3s;
}

.company .contents .btn_more a:hover .icon .ico_arrow01{fill: #0079C8;}

.company .image{
	width: calc(100% - 440px);
	height: 408px;
	flex: none;
}

.company .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
}


@media only screen and (max-width:1500px){ /* 表示領域が1500px以下の場合に適用するスタイル */

	/* メインビジュアル
	---------------------------------------------- */
	.main{height: 605px;}

	
}/*--@media--*/


@media only screen and (max-width:1200px){ /* 表示領域が1200px以下の場合に適用するスタイル */

	/* メインビジュアル
	---------------------------------------------- */
	.main{
		flex-direction: column-reverse;
		height: auto;
		padding-left: 50px;
	}
	
	.main_image{width: 100%;}
	
	.main_txt{
		width: 576px;
		padding: 0;
		margin-top: -50px;
		position: relative;
   	 	z-index: 2;
	}

	.main_txt .inner .catch{margin-bottom: 40px;}
	
	/* 事業紹介
	---------------------------------------------- */
	.business .contents,
	.business .image{width: 50%;}

	
}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */
	
	/* 休業のお知らせ-モーダルウィンドウ
	---------------------------------------------- */
    .overlary_news .inner_overlary{
		width: calc(100% - 100px);
		border-radius: 20px;
	}

    .inner_overlary .inner{width: auto;}
	
	/* 事業紹介
	---------------------------------------------- */
	.business{
		flex-direction: column-reverse;
		height: auto;
	}
	
	.business:nth-of-type(even){flex-direction: column-reverse;}

	.business .contents{
		flex: none;
		width: 100%;
		height: auto;
		padding: 100px 0;
		border-radius: 0 0 40px 40px;
	}
	
	.business:nth-of-type(even) .contents{border-radius: 0 0 40px 40px;}
	
	.business:nth-of-type(even) .contents .bg_business_top,
	.business:nth-of-type(even) .contents .bg_business_bottom{transform: none;}
	
	.business .contents .bg_business_top::before{
		background: url("../img/home/bg_business01_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 78px;
		height: 78px;
	}

	.business .contents .bg_business_top::after{
		background: url("../img/home/bg_business02_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 318px;
		height: 146px;
	}

	.business .contents .bg_business_bottom::before{
		background: url("../img/home/bg_business03_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 274px;
		height: 134px;
	}

	.business .contents .bg_business_bottom::after{
		background: url("../img/home/bg_business04_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 98px;
		height: 78px;
	}

	.business .image{
		position: relative;
		width: 100%;
		padding-top: 61.904%;

	}

	.business .image img{
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 40px 40px 0 0;
	}
	
	.business:nth-of-type(even) .image img{border-radius: 40px 40px 0 0;}
	
	/* 会社概要
	---------------------------------------------- */
	.sec_company::before{height: calc(100% - 85px);}
	
	.company{display: block;}

	.company .contents{
		width: 100%;
		padding: 0 0 60px;
	}

	.company .image{
		width: 100%;
		height: auto;
	}
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */
	
	/* 休業のお知らせ-モーダルウィンドウ
	---------------------------------------------- */
    .overlary_news{padding: 50px 15px;}
    
    .overlary_news .inner_overlary{
        width: calc(100% - 30px);
        padding: 20px 15px;
    }
    
    .inner_overlary .inner h3{
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
    
    .inner_overlary .inner > p{
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
    
    .close_overlay{
        width:35px;
        height: 35px;
		top: 15px;
		right: 15px;
    }
    
    .close_overlay:before, 
    .close_overlay:after{
        width: 17px;
        top: 17px;
        right: 9px;
    }
	
	/* メインビジュアル
	---------------------------------------------- */
	.main{
		padding-left: 30px;
		margin-bottom: 80px;
	}
	
	.main_txt{
		width: 100%;
		margin-top: 15px;
		padding-right: 30px;
	}

	.main_txt .inner .catch{margin-bottom: 30px;}

	.main_txt .inner .read {
		font-size: 2.2rem;
		font-weight: bold;
		color: #0079C8;
	}
	
	.main_txt .inner .catch .jp{
		font-size: 3.5rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}

	.main_txt .inner .catch .en{
		font-size: 2rem;
		line-height: 1.4;
	}
	
	.main_txt .inner > p{
		font-size: 1.3rem;
		line-height: 1.8;
	}
	
	.main_image .swiper-slide{
		
	}
	
	.main_image img{border-radius: 50px 0 0 50px;}

	/* 事業紹介
	---------------------------------------------- */
	.sec_business{padding: 0 30px 80px;}

	.sec_business .ttl_home{margin-bottom: 40px;}

	.sec_business .ttl_home h1{
		font-size: 3rem;
		margin-right: 10px;
	}

	.sec_business .ttl_home p{font-size: 1.6rem;}
	
	.business{margin-bottom: 30px;}

	.business .contents{
		padding: 60px 15px;
		border-radius: 0 0 25px 25px;
	}
	
	.business:nth-of-type(even) .contents{border-radius: 0 0 25px 25px;}
	
	.business .contents .bg_business_top::before{
		width: 39px;
		height: 39px;
	}

	.business .contents .bg_business_top::after{
		width: 159px;
		height: 73px;
	}

	.business .contents .bg_business_bottom::before{
		width: 137px;
		height: 67px;
	}

	.business .contents .bg_business_bottom::after{
		width: 49px;
		height: 39px;
	}
	
	.business .contents h2{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.business .contents .txt{
		font-size: 1.7rem;
		line-height: 1.6;
		margin-bottom: 34px;
	}

	.business .contents .btn_more{width: 220px;}

	.business .contents .btn_more a{
		border-radius: 8px;
		font-size: 1.6rem;
		padding: 20px 0;
	}

	.business .contents .btn_more a .icon{
		width: 18px;
		height: 18px;
		right: 15px;
		margin-top: -8px;
	}

	.business .contents .btn_more a .icon .ico_arrow01{
		width: 8px;
		height: 8px;
		vertical-align: 2px;
	}
	
	.business .image img,
	.business:nth-of-type(even) .image img{border-radius: 25px 25px 0 0;}
	
	/* 会社概要
	---------------------------------------------- */
	.sec_company{
		padding: 80px 30px 0;
		margin-bottom: 236px;
	}
	
	.company .contents{padding-bottom: 40px;}
	
	.company .contents .ttl_home{margin-bottom: 20px;}

	.company .contents .ttl_home h1{
		font-size: 2.6rem;
		margin-right: 10px;
	}

	.company .contents .ttl_home p{font-size: 1.4rem;}

	.company .contents .txt{
		line-height: 1.6;
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	
	.company .contents .txt p br{display: none;}
	
	.company .contents .btn_more{
		width: 200px;
		margin: 0 auto;
	}
	
	.company .contents .btn_more a{
		border-radius: 6px;
		padding: 18px 0;
	}

	.company .contents .btn_more a .icon{
		width: 18px;
		height: 18px;
		right: 15px;
		margin-top: -9px;
	}

	.company .contents .btn_more a .icon .ico_arrow01{
		width: 8px;
		height: 8px;
		fill: #FFF;
		vertical-align: 1px;
	}
	
	.company .image img{border-radius: 25px;}
	
}/*--@media--*/


@media only screen and (max-width:360px){ /* 表示領域が360px以下の場合に適用するスタイル */
	
	/* メインビジュアル
	---------------------------------------------- */
	.main_txt{padding-right: 15px;}
	
	.main_txt .inner .catch .jp{font-size: 3.7rem;}
	
	.main_txt .inner .catch .en{font-size: 1.8rem;}

}/*--@media--*/

