@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 img {
		height: 40px;
	}
	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 .mv {
		flex-direction: row;
		align-items: center;
		max-width: 1268px;
		margin: 80px auto;
	}
	#top-contents .mv .slider {
		width: 50%;
		flex: 1;
		position: absolute;
        right: 25%;
        bottom: -120px;
        transform: translateX(50%);
	}
	#top-contents .mv .slider::after {
		width: 770px;
		height: 678px;
		top: -170px;
		right: -350px;
	}
	#top-contents .mv .layer1 {
		width: 50%;
		padding: 0 0 0 2vw;
	}
	#top-contents .mv .layer1 p {
		font-size: clamp(1rem, 1.85vw, 1.5rem);
	}
	#top-contents .mv .layer1 h3{
		font-size: clamp(1.15rem, 2.4vw, 1.85rem);
	}
	#top-contents .mv .layer1 h2{
		font-size: clamp(1rem, 1.75vw, 1.125rem);
	}
	#top-contents .layer2 p {
		max-width: 1268px;
		margin: auto;
		padding: 10px 2vw;
	}
	/* -----------------------------------------------------------------------------
	 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 80px;
	}
	
	.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;
	}
	
	
	/* -----------------------------------------------------------------------------
	 財団カスタマイズ
	----------------------------------------------------------------------------- */
	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 {
		align-items: normal;
	}
	.flow-area1 ul li{
		width: calc(32.5% - 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-top: 80px;
	margin-bottom: 50px;
	font-size: clamp(1.5rem, 3vw, 2.5rem);
}
a.cta-btn{
	font-size: 1.125rem;
}
.cta-btn::before {
    top: 1rem;
}

.cta h3 {
	font-size: clamp(1.5rem, 3vw, 2.5rem);
}
/* con1 */
.con1 .parts-h1 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.75;
}
.con1 ul {
	display: flex;
	flex-direction: row;
	gap: 40px;
}
/* con2 */
.con2 .worries {
	gap: 40px;
}
.con2 .worries li {
	width: calc((100% - 80px) / 3);
	padding: 24px 20px;
}
.con2 .worries-2 {
	flex-direction: row;
	gap: 10px;
}
.con2 .worries-2 .worries-2-image {
	height: 370px;
	order: 3;
}
.con2 .worries-2 > div p {
	margin: 30px 0 24px;
	font-size: 1.5rem;
}
.con2 .solution {
    padding: 80px 0 190px;
}

.con2 .ttl {
	font-size: clamp(1.5rem, 3vw, 2.5rem);
}
/* con3 */
.con3 {
	padding-bottom: 40px;
}
.con3::before {
	top: 270px;
	border-radius: 100px 100px 0 0;
}
.con3 .parts-h1 {
	margin-top: 100px;
    margin-bottom: 50px;
}
.con3 .parts-txt-img {
	flex-direction: row;
	align-items: center;
	gap: 40px;
	margin: 0 auto 60px;
}
.con3 .parts-txt-img .ttl h3 {
	font-size: 1.8rem;
	line-height: 2;
}
.parts-h2 {
	text-align: left;
	font-size: 1.4rem;
}
.con3 .parts-txt-img .r-img {
	order: 2;
}
.con3 .parts-txt-img .r-img,
.con3 .parts-txt-img .l-img {
	margin: 0;
	width: 50%;
}
.con3 .parts-txt-img .l-txt,
.con3 .parts-txt-img .r-txt {
	width: 50%;
	min-height: 350px;
	padding: 60px 40px;
	border-radius: 40px;
	align-content: center;
}
.con3 .parts-txt-img .l-txt::before,
.con3 .parts-txt-img .r-txt::before{
    width: 160px;
    height: 160px;
    right: 20px;
    top: 0px;
}

.con3 .support h3 {
	font-size: clamp(1.5rem, 3vw, 2rem);
}

/* con5 */
.con5 .ttl {
	font-size: 1.5rem;
}

.con7 .lead{
	font-size: 1.125rem;
}
.con7 .btn-area a {
    font-size: 1.125rem;
	max-width: 300px;
}
.con7 .btn-area {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
}


	
}
