@charset "utf-8";

/* *****************************************************************************
   PC用のスタイル記述
***************************************************************************** */
@media screen and (min-width: 769px), print {
	
	/* -----------------------------------------------------------------------------
	 Header
	----------------------------------------------------------------------------- */
	header {
		height: auto;
	}
	header > .inner {
		display: flex;
		align-items: center;
		min-height: 60px;
		box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.20);
	}
	header.style1 > .inner > .logo {
		height: auto;
	}
	header > .inner > .logo h1 {
		padding: 0 20px;
		display: flex;
		align-items: center;
	}
	header > .inner > navi {
		right: 0;
		padding: 0 20px;
		text-align: right;
		vertical-align: middle;
	}
	header > .inner > navi > ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
		margin: auto 0;
	}
	header > .inner > navi > ul > li {
		display: inline-block;
	}
	header > .inner > navi > ul > li a {
		width: auto;
		text-align: left;
		padding: 1px 15px;
	}
	header > .inner > navi > .translation {
		display: inline-block;
	}
	#bt-menu {
		display: none;
	}
	
	
	/* style1 */
	header.style1 {
		position: absolute;
		width: 100%;
		z-index: 999;
		display: none;
	}
	header.style1.fixed {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
	}
	header.style1 > .inner > navi {
		position: static;
		display: flex;
		background-color: var(--header-bg-color);
		padding: 10px 0;
		margin-left: auto;
		opacity: 1;
	}
	
	
	/* powered by Sangyo Navi */
	.powered {
		display: none;
	}

	
	/* -----------------------------------------------------------------------------
	 Top Contents
	----------------------------------------------------------------------------- */
	#top-contents {
		background-color: var(--body-bg-color);
	}
	#top-contents .slider{
        position: absolute;
        width: 100%;
		 height: 790px;
	}
	#top-contents .slider img {
		max-height: none;
		height: 790px;
	}
	#top-contents .slider::after {
		background: url(../../p-img/101579_1/top-bg.svg) no-repeat top center;
		background-size: cover;
		width: 100%;
		height: 200px;
		bottom: 0;
		left: 0;
	}
	#top-contents .layer1 {
		position: relative;
		max-width: 1268px;
		margin: 60px auto 0;
		top: auto;
		left: auto;
		transform: translateX(0);
		display: flex;
        justify-content: space-around;
	}
	#top-contents .layer1::after {
		margin-left: -90px;content: "";
		position: static;
		background: url(../../p-img/101579_1/mv_icon.svg) no-repeat top left / contain;
		width: 55vw;
		max-width: 530px;
		height: auto;
		margin-top: 190px;
		display: block;
		flex: 1;
	}
	#top-contents .layer1 h2{
		position: static;
		font-size: 1.8rem;
	}
	.ttl01 {
		position: absolute;
        width: max-content;
        top: 0;
        left: 50%;
		transform: translate(-50%);
		font-weight: bold;
	}
	.ttl02 {
		width: 530px;
		padding: 100px 0 0;
		text-align: left;
	}
	.ttl02 {
		font-size: 3.2rem;
	}
	.ttl02-2 {
		font-size: 4.3rem;
		line-height: 1.5;
	}
	.ttl02-3 {
		font-size: 4.1rem;
		line-height: 1.1;
		padding: 0 0 0 10px;
	}
	.ttl02-3 .num {
		font-size: 5.5rem;
	}
	.ttl02-3 sup {
		font-size: 1rem;
	}
	.ttl02-4 {
		font-size: 1rem;
		margin: 10px 45px 0 0;
	}
	#top-contents .layer1 ul {
		justify-content: flex-start;
		margin-top: 30px;
	}
	#top-contents .layer1 li {
		width: 160px;
		height: 160px;
		font-size: 1.5em;
	}
	.ttl-p .p-b {
		font-size: 3.3rem;
	}
	.ttl-p {
		display: block;
		width: 580px;
		font-size: 2rem;
	}
	.ttl-p::after {
		content: "";
		width: 55%;
		height: 60%;
		right: -3%;
		top: 170px;
		z-index: 1;
	}
	#top-contents .layer2 {
		padding: 50px 0 15px;
	}
	#top-contents .layer2 h1{
		padding: 0 20px;
	}
	.pc-none {
		display: none;
	}
	#top-contents .layer3 {
	right:2vw;
	top:initial;
	bottom:113px;
		
	}
	#top-contents .layer3 img{width: 150px;}

	
	/* -----------------------------------------------------------------------------
	 Breadcrumb
	----------------------------------------------------------------------------- */
	#breadcrumb .bc{
		max-width: 1024px;
		margin: auto;
	}

	
	/* -----------------------------------------------------------------------------
	 contents
	----------------------------------------------------------------------------- */
	main .contents .fixed-bg img {
		width: 100%;
		height: auto;
	}

	.w1024 {
		position: relative;
		max-width: 1024px;
		margin: 60px auto;
	}
	.w1268 {
		position: relative;
		max-width: 1268px;
		margin: 60px auto;
	}
	
	.w1024.bg {
		padding: 40px;
	}
	
	.layer {
		position: absolute;
		z-index: 99;
	}
	
	.contents section {
		margin: 0 20px 40px;
	}
	
	
	/* -----------------------------------------------------------------------------
	 Footer
	----------------------------------------------------------------------------- */
	footer {
		font-size: .95em;
		padding: 90px 0;
		margin-bottom: 0;
	}
	footer .pagetop a:hover {
		background-color: var(--footer-arrow-hover-bg-color);
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	footer .pagetop a:hover::before {
		color: var(--footer-arrow-hover-color);
	}
	footer .inner {
		max-width: 1024px;
		margin: 0 auto;
	}
	.footer-info .logo {width: 80px;}
	
	/* -----------------------------------------------------------------------------
	 財団カスタマイズ
	----------------------------------------------------------------------------- */
	a.anchor.anc1{
		padding-top: 0;
    	margin-top: 0;
	}
	
	/* 2分割 */
	.half{
		gap: 2vw;
	}
	.half .left,
	.half .right{
		width: calc(50% - 2vw);
	}
	
	/* 3分割 */
	.trisection{
		gap: 2vw;
	}
	.trisection .left,
	.trisection .center,
	.trisection .right{
		width: calc(100% / 3 - 2vw);
	}
	
	/* 4分割 */

	
	/* ful-half */
	.ful-half{
		flex-direction: row;
	}
	.ful-half.l-img{
		flex-direction: row-reverse;
	}
	.ful-half.r-img .left,
	.ful-half.l-img .right{
		height: auto;
	}
	.ful-half.r-img .right,
	.ful-half.l-img .left{
		height: auto;
	}
	.ful-half .left,
	.ful-half .right{
		width: 50%;
	}
	.ful-half .txt .inner{
		max-width: 540px;
		margin: auto;
	}
	
	/* flow 横 */
	.flow-area1 ul li{
		width: calc(25% - 20px);
	}
	
	/* 会社概要 */
	.cpn_tbl table th,
	.cpn_tbl table td{
		display: table-cell;
		border-bottom: 1px solid var(--cpn-table-border);
		padding: 5px 20px;
	}
	
	/* お問合せ */
	.contact{
		flex-direction: row;
	}
	.contact .left{
		position: relative;
	}
	.contact .left:after{
		position: absolute;
		content: '';
		display: inline-block;
		width: 1px;
		height: 80%;
		top: 10%;
		right: 0;
		background-color: var(--contact-center-line-color);
	}
	a.mail_button {
		margin-top: 0;
	}
	
	/* 横問合せボタン */
	.cv_btn_area {
		right: 0;
		top: 15vw;
		left: auto;
    	bottom: auto;
		width: auto;
	}
	.cv_btn_area .btn{
		flex-direction: column;
	}
	.cv_btn_area .btn a {
		flex-direction: column;
		width: 90px;
		height: 75px;
		font-size: 12px;
		border-radius: 10px 0 0 10px;
		padding: 12px 17px 10px 10px;
		margin: 0 -10px 3px auto;
	}
	.cv_btn_area .btn a:hover{
		margin-right: 0;
		opacity: 1;
	}
	.cv_btn_area .btn a i {
		margin-bottom: 7px;
		margin-right: 0;
	}

	/* レスポンシブ出し分け */
	.for-pc{
		display: block;
	}
	.for-tab{
		display: none;
	}
	

/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */
.parts-h1 {
	margin: 100px auto 60px;
	font-size: 2.5rem;
}
.parts-h1 .small{
	font-size: .4em;
}
.con1 .h1 .parts-h1 {
	max-width: 840px;
	margin: 60px auto;
	padding: 60px 20px;
	font-size: 2.2rem;
}
.con1 .h1 .parts-h1::before {
	content: "";
	width: 150px;
	height: 200px;
	right: 16px;
    bottom: -20px;
}
.contents.con1 .wrap {
	margin: 0;
}
.contents.con1 .wrap .parts-h1 {
	margin: 60px auto;
	font-size: 2.5rem;
}
.con1 ul.w1024 {
	justify-content: center;
	margin: 60px auto 100px;
}
.con1 ul.w1024 li {
	width: calc((100% - 80px) / 3);
	padding: 20px;
}
.con1 ul.w1024 li img {
	width: 60%;
}
.con1 .case {
	font-size: 1.13rem;
}
.con1 .solve {
	padding: 80px 0;
}
.con1 .solve::before {
	width: 240px;
	height: 80px;
	left: calc(50% - 120px);
}
.con1 .solve p {
	font-size: 2rem;padding:0 15px;
}
.con1 ul.w1024 li {
	padding: 20px;
	border-radius: 20px;
}
.con2 section {
	margin: 0;
}
.con2 .w1024 {
	margin: 50px auto;
}
	
	.con2 .parts-txt-img .r-img {
		order: 2;
	}
	.con2 .parts-txt-img .l-txt {
		order: 1;
	}
	
	.parts-txt-img .r-img img,
.parts-txt-img .l-img img{
max-width:none;
}
.con2 .parts-txt-img {
	flex-direction: row;
	gap: 40px;
	align-items: center;
	margin: 60px auto;
}
.con2 .parts-txt-img > div {
	width: calc((100% - 40px) / 2);
}
.con3 .w1024 {
	margin-bottom: 0;
}
.con3 section:has(ul) {
	margin: 0;
}
.con3 ul {
	flex-direction: row;
	gap: 40px;
	flex-wrap: wrap;
}
.con3 li {
	position: relative;
	width: calc((100% - 40px) / 2);
	padding: 0 32px;
    box-sizing: border-box;
}
.con3 li::before {
	content: "";
	background-color: var(--light-color);
	width: 100%;
	height: 65%;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.txt_area {
	position: relative;
}
.con3 h3 {
	
}
.con3 li img {
	margin-bottom: 10px;
}
.con4 .w1024 {
	margin: 0 auto 30px;
}


.con4 ul {
	flex-direction: row;gap: 40px;
}
.con4 li {
	width: calc((100% - 40px) / 2);
	padding: 32px;
	background-size: 70%;
}

.con4 .parts-txt-img{display: block;}
.con4 .parts-txt-img .r-img {width: 130px;max-width: 40%}
.cta {
	margin:60px 0 0;
}

.cv_btn_area .btn a.pc-tel {
	display: flex;
}
.cv_btn_area .btn a.sp-tel {
	display: none;
}
	.half-flex .parts-map iframe {
		height: 400px;}
	.con6 .half-flex {
    	gap: 1em;
		flex-direction: row;}
}
@media screen and (min-width: 961px) {
	.ttl01 {
        left: calc(50% - 100px);
		
	}
	#top-contents .layer3 {
		bottom: initial;
		top:1.5vw;}
	#top-contents .layer3 img{width: 200px;}
	
}


@media screen and (min-width: 1064px) {
	#top-contents .layer1::after {
		margin-left: -10px;}
	.con3 ul,.con4 ul,.con2 .parts-txt-img  {
		 gap: 80px;}
	.con3 li,.con4 li,.con2 .parts-txt-img > div{
		width: calc((100% - 80px) / 2);}
	.parts-txt-img{
		max-width:100%;}
	

}

@media screen and (min-width: 1201px){
	.ttl01 {	
        left: 50%;
		transform: translate(-50%);
	}
	#top-contents .layer3 {
	}
	#top-contents .layer3 img{width: 220px;}

	
}