@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: 10px 0px 10px 15px ;
		vertical-align: middle;
		line-height: 1.8;
		font-size: 0.8em;
		width: 230px;

		
	}
	header > .inner > .logo img{
		height: 38px;
	}
	
	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: 2px 15px 0px 0px;
		color: var(--header-menu-txt-color);
	}
	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 .layer1 img{width: 30vw;}
	
	#top-contents .layer2 {
	}
	#top-contents .layer2 p{
		font-size: 1em;
		padding: .5em 3vw;
	}
	

	
	/* -----------------------------------------------------------------------------
	 Breadcrumb
	----------------------------------------------------------------------------- */
	#breadcrumb .bc{
		max-width: 1024px;
		margin: auto;
	}

	
	/* -----------------------------------------------------------------------------
	 contents
	----------------------------------------------------------------------------- */
	main .contents .fixed-bg img {
		width: 100%;
		height: auto;
	}

	.w1024 {
		position: relative;
	}
	
	.w1024.bg {
		padding: 40px;
	}
	
	.layer {
		position: absolute;
		z-index: 99;
	}
	
	.contents section {
		margin: 0 0 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;
	}
	
	
	/* -----------------------------------------------------------------------------
	 財団カスタマイズ
	----------------------------------------------------------------------------- */
	/* 2分割 */
	.half,.half2,.half3{
		gap: 2vw;
	}
	.half .left,
	.half .right,
	.half2 .left,
	.half2 .right,
	.half3 .left,
	.half3 .right{
		width: calc(50% - 2vw);
	}
	
	/* 3分割 */
	
	/* 4分割 */
	
	/* ful-half */
	
	/* flow 横 */
	.flow-area1 ul.flow-box ul.flow-box 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: 95px;
	}
	.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 5px auto;
		box-shadow: -1.5px 1.5px 5px rgba(0,0,0,0.20);
	}
	.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;
	}
	a.anchor.anc1{padding-top: 0;margin-top: 0;}

/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */
	/* ヘッダー */
	header > .inner > .logo{
		font-size:1.15rem;line-height:1; padding: 0;flex-wrap: nowrap;
    flex-direction: row;}
	header.style1 > .inner > .logo img{height: 25px;margin-left:8px;}
	.logo a{font-size: .9rem;font-weight: 500;}	
	 /*ロゴ画像未使用時 END*/
	header > .inner > .logo a{font-size: 1.5rem;}
	.logo a .header-name{font-size:.9rem;}
	 /*ロゴ画像未使用時 END*/
	/* parts-h1 */

	/* con1 強み */

	.con1 h3::after{
		width:calc(100% + 2vw );
	}
	/* con2 流れ */
	.flow-area1 ul.flow-box li.flow-list {
		width: calc((100% - 120px)/ 3);
	}
	.flow-area1  ul.flow-box .flow_bottom li {
		width:auto;
	}

	/* con3 プラン */
	a.mail_button {
		width: 70%;
  	}	
	.con3 li{	
		border-width: 5px;
		font-size:1.3em;
		width: 12em;
		height: 12em;
		margin: 0 20px;
	}

	.contact .tel a {
		margin-bottom: 0;}
	.cv_btn_area{box-shadow: none;}
	
}


@media screen and (min-width: 1064px), print {
	/* -----------------------------------------------------------------------------
	 contents
	----------------------------------------------------------------------------- */
	.w1024 {
		margin: 60px auto;
	}
	
}