@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 {
		max-width: 500px;
		padding: 0 20px;
	}
	header > .inner > .logo h1{
		font-size: 16px;
	}
	header > .inner > .logo h1:after{
		width: 311px;
		height: 40px;
		vertical-align: -12px;
	}
	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: right;
		color: #fff;
		padding: 2px 15px;
		white-space: nowrap;
	}
	header > .inner > navi > ul > li a .font_s{
		display: inline-block;
	}
	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 12px;
		margin-left: auto;
		opacity: 1;
	}
	
	
	/* powered by Sangyo Navi */
	.powered {
		display: none;
	}

	
	/* -----------------------------------------------------------------------------
	 Top Contents
	----------------------------------------------------------------------------- */
	#top-contents .slider {
		margin-top: 0;
	}
	#top-contents .slider img {
		max-height: 950px;
		min-height: 850px;
		object-position: right top;
	}
	#top-contents .layer1 {
		position: absolute;
		top: 52%;
		left: 5%;
		transform: translateY(-50%);
		z-index: 5;
		padding-right: 20px;
	}
	#top-contents .layer1 h2 .l1{
		font-size: calc(25px + 1vw);
	}
	#top-contents .layer1 h2 .l2{
		font-size: calc(38px + 2vw);
	}
	#top-contents .layer1 h2 .l2::after {
		width: 1.5em;
		height: 1.5em;
		right: 0.1em;
		bottom: 0;
	}
	#top-contents .layer1 h2 .l3{
		font-size: calc(6px + 2vw);
	}
	#top-contents .layer1 h2 .lead {
		font-size: 1.15rem;
		margin: 30px 0;
	}
	#top-contents .layer1 h2 .l4{
		font-size: 26px;
	}
	#top-contents .layer1 .btn_area{
		margin: 95px 0 60px;
		justify-content: center;
        margin-left: -120px;
	}

	
	/* -----------------------------------------------------------------------------
	 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;
	}
	
	.w1200 {
		position: relative;
		max-width: 1400px;
		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;
	}
	
	
	/* -----------------------------------------------------------------------------
	 財団カスタマイズ
	----------------------------------------------------------------------------- */
	/* parts-h1 */
	.parts-h1 {
		font-size: 45px;
	}
	.parts-h1.h1_about1{
		font-size: 40px;
	}
	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: 10px 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 {
		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: 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;
	} */
	.cv_btn_area .btn a:first-child{
		display: flex;
	}
	.cv_btn_area .btn a:nth-child(2){
		display: none;
	}
	.cv_btn_area .ico {
		width: 28px;
        margin-right: 10px;
	}

	/* レスポンシブ出し分け */
	.for-pc{
		display: block;
	}
	.for-tab{
		display: none;
	}
	

/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */
	.pc-none {
		display: none;
	}
	/* issue */
	.top_issue1{
		gap: 20px;
		margin-top: 60px;
		padding-bottom: 90px;
	}
	.top_issue1 .inner_box{
		gap: 20px;
	}
	.top_issue1 .box{
		width: 200px;
	}
	.top_issue1 .n1 {
		margin-top: 150px;
	}
	.top_issue1 .n2 {
		margin-top: 80px;
	}
	.top_issue1 .n4 {
		margin-top: 80px;
	}
	.top_issue1 .n5 {
		margin-top: 150px;
	}
	.issue1 .row{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.issue1 .right{
		width: calc(100% - 400px);
		min-width: 550px;
		margin-left: auto;
	}
	.issue1 .box1{
		width: 240px;
	}
	.issue2 .parts-txt-img {
		flex-direction: row-reverse;
		gap: 40px;
	}
	.issue2 .parts-txt-img .r-img  {
		width: 100%;
		max-width: 400px;
		margin-left: 0;
	}
	.issue2 h3{
		font-size: 34px;
		margin-bottom: 30px;
		text-align: left;
	}
	.con2 .solution {
		flex-direction: row;
		align-items: end;
        justify-content: center;
		gap: 40px;
	}
	.con2 .solution::after {
		content: "";
		width: 300px;
		height: 280px;
		background: url(../../p-img/101552_1/con2.svg) no-repeat center bottom / contain;
	}
	.con2 ul {
		width: 50%;
		padding: 40px 60px;
	}
	.con2 li {
		font-size: 1.1rem;
		line-height: 2;
	}

	.con3 .parts-txt-img {
		flex-direction: row;
		gap: 40px;
		align-items: center;
	}
	.con3 .r-type .r-img{
		order: 2;
	}
	.con3 .r-img,
	.con3 .l-img {
		max-width: 460px;
	}

	/* 選ばれる理由 */
	.feature_box{
		padding: 30px 40px;
	}
	.feature_box .parts-txt-img .r-img{
		width: 48%;
		float: right;
		margin-left: 20px;
	}
	.kgi1{
		flex-direction: row;
	}
	.kgi1 .left{
		width: 40%;
	}
	.kgi1 .right{
		width: calc(60% - 2vw);
	}
	
	/* とは */
	.about1 .r-img{
		width: 32%;
	}

	/* 3つの接客ルール */
	.rule {
		flex-direction: row;
		align-items: baseline;
		gap: 20px;
	}
	.item-ttl {
		font-size: 34px;
	}
	.rule .item .num {
		top: -12px;
	}
	/* 成功事例 */
	.success-story {
		gap: 50px;
	}
	.success-story .case {
		flex-direction: row;
		max-width: none;
	}
	.success-story .case .case-bottom {
		padding: 40px;
	}
	.success-story .case .case-bottom::before {
        left: auto;
        right: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 20px;
        height: 40px;
        clip-path: polygon(0 50%, 100% 100%, 100% 0);
    }
	.success-story .case:nth-child(2) .case-head{
		order: 2;
	}
	.success-story .case:nth-child(2) .case-bottom::before{
		left: 100%;
        right: auto;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}
	.case-ttl {font-size: 22px;}
	/* cta */
	.cta h3 {
		font-size: 32px;
	}

	.flow-area1 ul li .flow_head {
		height: 4em;
	}

}

@media screen and (min-width: 820px){
	.contact_area .btns{
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	}
}
@media screen and (min-width: 1010px) {
	.plan_area{
		grid-template-columns: 2fr 1fr;
	}
	.plan_area .booth_con{
		height: 100px;
	}
	.plan_area .left .plan1{
		grid-template-columns: 1fr 1fr;
	}
	/* 3つの接客ルール */
	.rule {
		gap: 40px;
	}

	/* 成功事例 */
	.success-story {
		gap: 60px;
	}
	.case-ttl {font-size: 26px;}
}

@media screen and (max-width: 1080px) {
	.top_issue1 .inner_box:first-child{
		width: 700px;
		justify-content: center;
	}
}