@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;
		vertical-align: middle; }
	header > .inner > .logo img{
		height: 32px;
		margin-right: 10px; }
	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;
		color: #111;
		font-size: .9em;
		font-weight: 500;
		text-align: left;
		padding: 2px 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);
		margin-left: auto;
		padding: 0 20px;
		opacity: 1; }
	
	
	/* powered by Sangyo Navi */
	.powered { display: none; }

	
	/* -----------------------------------------------------------------------------
	 Top Contents
	----------------------------------------------------------------------------- */
	#top-contents { background-color: var(--body-bg-color); }
	#top-contents .slider img { max-height: 800px; }
	#top-contents .layer1 {
		top: 30%; }
	#top-contents .layer1 h2 { font-size: 33px; }
	#top-contents .layer1 h2 .line1,
	#top-contents .layer1 h2 .line2{ display: block; }
	#top-contents .layer1 h2 .line1{
		color: var(--main-color);
		margin-bottom: .5em; }
	#top-contents .layer1 h2 .line2{
		font-weight: 300;
		font-size: 1.1em; }
	#top-contents .layer1 h2 em{
		font-size: 1.6em;
		font-weight: 700;
		display: block;
		padding-top: .4em; }

	
	/* -----------------------------------------------------------------------------
	 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 15px 60px; }
	
	
	/* -----------------------------------------------------------------------------
	 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; }
	
	/* -----------------------------------------------------------------------------
	 共通 parts
	----------------------------------------------------------------------------- */
	/* parts-h2 */
	.parts-h2{ font-size: 1.3rem; }
	
	
	/* -----------------------------------------------------------------------------
	 財団カスタマイズ
	----------------------------------------------------------------------------- */
	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 dotted var(--cpn-table-border);
		padding: .8rem 1rem; }
	.cpn_tbl table th {
		font-size: 1em;
		font-weight: 300; }
	.cpn_tbl table td{ width: calc(100% - 10rem); }
	
	/* お問合せ */
	.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 {
		width: auto;
		right: 0;
		top: 15vw;
		left: auto;
    	bottom: auto; }
	.cv_btn_area .btn{ flex-direction: column; }
	.cv_btn_area .btn a {
		flex-direction: column;
		width: 85px;
		height: 70px;
		font-size: 14px;
		border-radius: 10px 0 0 10px;
		border-top: none;
		border-left: none;
		padding: 10px 17px 6px 8px;
		margin: 8px -10px 3px auto; }
	.cv_btn_area .btn a:hover{
		background: var(--dark-color);
		margin-right: 0;
		opacity: 1; }
	.cv_btn_area .btn a i {
		display: block;
		font-size: 1.6em;
		margin-bottom: 5px;
		margin-right: 0; }

	/* レスポンシブ出し分け */
	.for-pc{ display: block!important; }
	.for-tab{ display: none!important; }
	

	/* -----------------------------------------------------------------------------
	 個別設定
	----------------------------------------------------------------------------- */

	/*---------- con1 -------------*/
	.con-chatch-area .half{ flex-direction: row; }
	.con-chatch-area .half .left,
	.con-chatch-area .half .right{ width: calc(50% - 2vw); }
	.con-chatch-area .left ul{ margin-bottom: 60px; }
	.con-chatch-area .left li:nth-child(2n-1):after,
	.con-chatch-area .left li:nth-child(2n):after{
		left: auto;
		right: 20%;
		background: url("../../p-img/101439_1/ico_talk02.png")center top/contain no-repeat; }
	.con-chatch-area .left li:nth-child(2n-1){
		margin-left: auto;
		margin-right: 0; }
	.con-chatch-area .left li:nth-child(2){
		margin-right: auto; }
	
	/*maybest&cafe8*/
	.mybest-box,
	.cafe8-box{ flex-direction: row; }
	.mybest-item,
	.cafe8-item,
	.mybest-item:nth-child(even),
	.cafe8-item:nth-child(even){
		width: calc(100% / 4 - 8px);
		flex-direction: column;
		justify-content: flex-start;
		text-align: center; }
	.mybest-img, .cafe8-img{ width: auto; }
	.mybest-txt, .cafe8-txt{ width: auto; text-align: center; }
	.mybest-item:nth-child(even) .mybest-txt,
	.cafe8-item:nth-child(even) .cafe8-txt{ text-align: center; }

	/*---------- con2 -------------*/
	.plan-hdg{ flex-direction: row; justify-content: center; text-align: left; }
	.plan-h3, .plan2-h3 { font-size: 2.2rem; }
	.plan-img{ width: 250px;}
	.plan2-box{ flex-direction: row; }
	.plan2-img{ width: 350px; }
	.plan2-txt{
		width: calc(100% - 370px);
		font-size: 1.6rem;
		text-align: left; }
	
	/*---------- con3 -------------*/
	.advisor-h3 { font-size: 2rem; }
	.advisor-item{ flex-direction: row; align-items: center; }
	.advisor-item:nth-child(even){ flex-direction:row-reverse; }
	.advisor-img, .advisor-txt{ width: 49%;}
	.advisor-txt{ padding: 0 1rem; }
	.advisor-name{ text-align: left; }
	.advisor-img img{ max-width: 100%;}
	
	/*---------- con4 -------------*/
	.name-bdy{ font-size: 2rem; }
	
	
}