@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 > .inner > .logo {
		padding: 0 20px;
	}
	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);
		padding: 0 20px;
	}
	#top-contents .mv {
		position: relative;
		max-width: 1268px;
		min-height: 600px;
		margin: 90px auto 0;
		align-content: center;
		padding: 30px 20px 0
	}
  
	#top-contents .mv .slider {
		position: absolute;
		width: 50%;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	#top-contents .mv .title {
		position: relative;
		margin-top: -50px;
		margin-left: 20px;
	}
	#top-contents .mv .title h2{
		font-size: 3.5rem;
		line-height: 1.4;
	}
	#top-contents .mv .title h3{
		margin-top: 20px;
		font-size: 1.75rem;
		line-height: 1.75;
	}
	#top-contents .mv .title .btn-area {
		margin-top: 40px;
	}
	#top-contents .lead {
		margin: 30px auto 10px;
	}

	
	/* -----------------------------------------------------------------------------
	 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;
	}
	
	.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 .mail {
		gap: 20px;
	}
	footer .inner {
		max-width: 1024px;
		margin: 0 auto;
	}
	
	
	/* -----------------------------------------------------------------------------
	 財団カスタマイズ
	----------------------------------------------------------------------------- */
	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分割 */
	.quarter{
		gap: 2vw;
	}
	.quarter .left1,
	.quarter .left2,
	.quarter .right1,
	.quarter .right2{
		width: calc(25% - 2vw);
	}
	
	/* 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;
	}
	

/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */
.pc-none {
	display: none;
}
.footer-info .mail {
	flex-direction: row;
}
.parts-h1  {
	font-size: 2rem;
}
#top-contents .btn-area {
	justify-content: flex-start;
}
.btn-area {
	margin: 60px auto;
	flex-direction: row;
	gap: 40px;
	justify-content: center;
}
a.zoom,
a.request {
	max-width: 280px;
}
.con1 .intro{
	flex-direction: row;
	gap: 40px;
	justify-content: space-between;
}
.con1 .intro::before{
	content: "";
	background: url(../../p-img/101113_6/intro-h2.svg)no-repeat top left / contain;
	width: 60%;
	max-width: 524px;
	height: 25vw;
	max-height: 400px;
	min-height: 360px;
}

.con1 .intro .parts-h1 {
	font-size: 1.85rem;
	line-height: 1.75;
	text-align: left;
}
.con1 .intro-h2{font-size:2.5rem;}
.con1 .txt_area {
	margin-top: 20px;
	padding: 3rem;
}
.con1 .intro-2 {
	max-width: 100%;
	padding: 200px 0 380px;
	flex-direction: row;
	gap: 120px;
}
.con1 .intro-2::before {
	width: 55px;
    height: 175px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.con1 .intro-2::after {
	width: 440px;
    max-width: none;
    height: 360px;
	max-height: none;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.con1 .intro-2 p {
	padding: 60px;
	max-width: none;
}
.con1 .intro-2 p:nth-of-type(2) {
	margin: 0;
	padding: 60px;
}
.con1 .intro-3 {
	padding: 160px 0 80px;
	gap: 40px;
	flex-direction: row;
	align-items: center;
}
.con1 .intro-3::before {
	width: 55px;
    height: 175px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.con1 .intro-3 p {
	font-size: 1.85rem;
    line-height: 1.75;
    text-align: left;
}
.con1 .intro-3 img {
	width: 60%;
	max-width: 400px;
}
.con2 section {
	margin: 120px 0;
}
.con3 .w1024,
.con4 .w1024,
.con5 .w1024 {
	margin: 120px auto;
}
.con4 .w1024 {
	margin: 0 auto 120px;
}
.for-pc {
	display: block;
}
.for-sp {
	display: none;
}
.flow-area1 ul li {
	min-height: 270px;
}
.flow-area1 ul li:nth-child(4)::before{
	content: none;
}
.flow-area1 ul li:nth-child(5){
	width: calc(50% - 40px);
}
.flow-area1 ul li:nth-child(5)::before{
	position: absolute;
	left: 50%;
	top: -40px;
	bottom: auto;
	margin: none;
	width: 40px;
	height: 20px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	transform: translateX(-50%);
}
.con2 dl {
	max-width: 760px;
}
.cta {
	/*flex-direction: row;*/
	gap: 40px;
}
.cta > div{
	/*width: 50%;*/
}
.cta > div p {
	/*min-height: 240px;*/
	align-content: center;
	line-height: 2;
}
.cta .btn-area {
	margin-top: 20px;
}


}

@media screen and (min-width: 769px)and (max-width: 1070px), print {
	#top-contents .mv {padding: 30px 0 0
	}
	#top-contents .mv .title { margin-left: 0px;}
	  #top-contents .mv .slider {
		  width: calc(100% - 460px);max-width: 500px; top:40%}

}