@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 {
		padding: 0 20px;
		height: auto;
		
	}
	
	header > .inner > .logo h1 {
  align-items: center;flex-direction: row;
  gap: 0px;
  font-size: 16px;
  font-weight: 400;flex-wrap: wrap;width: 340px;
 }
		
		
	header > .inner > .logo h1 .h1 {
		order: 2;
		font-size: 1rem;
		flex-direction: row;
	}
	header > .inner > .logo h1 .h1-2{
		order: 3;line-height: 1;

	}
	header > .inner > .logo h1 .h1-2 .small {
		margin-left: 4px;
		font-size: 0.8rem;
		padding: 0.25em 0.5em
	}
	header > .inner > .logo h1 img{
		width: 210px;order: 1;
	}
	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 .mv {
		display: flex;
	}
	#top-contents .slider{
		position: relative;
		max-height: 940px;
		width: calc(100% / 3);
		top: 0;
		order: 1;
		flex: 1;
	}
	#top-contents .slider.left{margin-bottom: 5rem}
	#top-contents .slider.right{
		display: block;
		order: 3;
		right: 0px;
		top: 5rem;
	}
	#top-contents .slider > div {
		height: 100%;
	}
	#top-contents .layer1 {
		order: 2;
		width: 20%;
		min-width: 320px;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: var(--body-bg-color);
		padding: 80px 0 0;
	}
	#top-contents .layer1 h2 {
		align-items: center;
		gap: 2rem;
		font-size: clamp(1.6rem, calc(1.25vw + 1rem), 1.9rem);
		padding-left: 0;
		min-height: auto;
	}
	#top-contents .layer1 h2 .h1-order1{
		align-content: baseline;margin-left: 0;
	}
	#top-contents .layer1 h2 .h1-order2{
		align-content: baseline;
	}
	#top-contents .layer1 h2 .h1-order3{
		position: relative;
		text-align: center;
		font-size: clamp(1.2rem, calc(1vw + 1.2rem), 1.6rem);
		padding: 0;
	}
	#top-contents .layer1 ul {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		margin-top: 1rem;
		margin-bottom: 0;
	}
	#top-contents .layer1 li {
		width: calc(100% / 3);
		min-width: 150px;
		font-size: 1.12rem;
	}
	#top-contents .layer2 {
		padding: 0 20px;
	}
	#top-contents .layer2 p{
		padding: 0;
	}
	

	
	/* -----------------------------------------------------------------------------
	 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: 80px auto;
	}
	
	.w1024.bg {
		padding: 40px;
	}

	.w1268 {
		position: relative;
		max-width: 1268px;
		margin: 60px auto;
	}
	
	.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分割 */
	
	/* 4分割 */

	
	/* ful-half */
	.ful-half{
		width: 96%;
		min-height: 580px;
		flex-direction: row;
		gap: 2vw;
		margin-bottom: 6rem;
	}
	.ful-half.r-img {
		margin-left: auto;
		margin-right: 0;

	}
	.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: 60%;
	}
	.ful-half .txt {
		width: 40%;
		padding: 0;

	}
	.ful-half .txt .inner{
		max-width: 480px;
		margin: auto;
	}
	.ful-half .left.txt .inner {
		margin: auto 0 auto auto;
	}
	.ful-half .right.txt .inner {
		margin: auto auto auto 0;
	}
	
	/* flow 横 */
	
	/* 会社概要 */
	.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: 150px;
        height: 145px;
		font-size: 17px;
		border-radius: 10px 0 0 10px;
		padding: 40px 15px 20px 10px;
		margin: 94px -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;
	}
	.cv_btn_area .btn a > span {
		margin-top: 8px;
	}
	.cv_btn_area .btn a span {
		font-size: 16px;
		background: #222;
		color: #fff;
		padding: 5px 15px;border-radius: 500px;
		margin-right: 0;
	}
	.cv_btn_area .btn a span .num {
		font-size: 20px;display: inline-block;line-height: 1;padding: 0;
	}
	
	.cv_btn_area .btn a img{width: 90px; top:-95px;left:6px;bottom: initial}
	.for-all{
		display: block!important;
		width: auto;max-width: none;
	}
	.cv_btn_area .btn .for-all a{margin-top: 8px;padding: 15px 15px 10px;width: 110px;font-size: 15px;font-weight: 500;
    height: auto;background: #c1bba2;color: #222;}
	.cv_btn_area .btn a span .num{margin-left: 0;}
	
	/* レスポンシブ出し分け */
	.for-pc{
		display: block!important;
	}
	.for-tab{
		display: none!important;
	}
	

/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */
#top-contents .slider img {
	min-height: 765px;}	
#top-contents .layer1 h2 {
		min-height: auto;}
#top-contents .layer1 h2 .h1-order2 {
  order: 1;
  font-size: .9em;
	font-weight: 400;
	text-shadow: none;
}
	
#top-contents .layer3 {
	right:2vw;top:40px;border-bottom: initial;background-size:70px;}
	.layer3 a{font-size: 1em;width: 200px;}	
.parts-h1 + .txt_area {
	margin: 0 auto 5rem;
}
.contents_bg1{
	padding: 2rem;
}
.con1 h2.w1024 {
	margin: 40px auto 80px;
}
.con1 section {
	margin: 0 auto;
	padding: 0;
}
.con1 .parts-h1 {
	font-size: clamp(1.4rem, calc(1.25vw + 1rem), 1.7rem);
}
.con1 ul {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}
.con1 li {
	position: relative;
	width: calc((100% - 4rem) / 3);
}
.con1 .parts-txt {
	padding: 1rem;
	flex-direction: row;
}
.con1 .parts-txt::before {
	content: none;
}
.con2 .parts-h1 {

}
.con2 .plan{
	flex-direction: row;
	gap: 2.9vw;
}
.con2 .plan li {
	width: calc((100% - 6vw) / 3);
}
.con2 .parts-txt-img {
	margin: 0 auto 5rem;
}
.con2 .parts-txt-img.l-txt .img{
	order: 2;
}
.con2 .parts-txt-img.l-txt .txt{
	order: 1;
}
.con2 .plan .price .small{
	display: block;
}
.con2 .plan .data{
	padding: 1vw;
}
.con2 .plan h3 .block{width: auto;}
		
.con3 section,
.con4 section,
.con5 section{
	margin: 100px auto;
}
.con3 .parts-h1{
	margin-bottom: 6rem;
}
.contents.cta a.cta-a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 480px;
}
.contents.cta a.cta-a i {
	nav-right: 0;
}
.con4 ul {
	max-width: 1268px;
    grid-template-columns: 38% 33% 28%;
    grid-template-rows: 26% 33%;
    grid-template-areas:
        "g1 g2 g7"
        "g4 g5 g7"
		"g4 g6 g3";
}
.con5 ul{
	flex-direction: row;
	padding: 0;
}
.con5 li{
	width: calc((100% - 4rem) / 3);
	padding: 2rem;
}
.con5 li img{
	width: 80%;
}
.con5 li h3 {
	margin: 1rem auto;
	font-size: 1.1rem;
}
.sp_none {
	display: block;
}
.pc_none {
	display: none;
}
.cta a.cta-a img{width: 110px;top:-100px;left:5px}
	
}

@media screen and (min-width: 881px) {
	
	
	#top-contents .layer1 {
		padding: 80px 0;
	}
	.layer3 a{font-size: 1.1em;width: 230px;}

}
@media screen and (min-width: 891px) {

	header.style1 > .inner > .logo {
		height: 40px;width: auto;}
	
	header > .inner > .logo h1 {
  		gap: 8px;flex-direction: row;flex-wrap: nowrap;width: auto}
   header > .inner > .logo h1 .h1-2 .small {
	   padding: 0.75em 0.5em;}
	
}

@media screen and (min-width: 1231px) {
#top-contents .layer3 {
	right:calc(50vw - 600px );}
}
	