@charset "utf-8";

/* *****************************************************************************
   PC用のスタイル記述
***************************************************************************** */
@media screen and (min-width: 769px), print {
	
	/* -----------------------------------------------------------------------------
	 Header
	----------------------------------------------------------------------------- */
	header {
		height: auto;
	}
	header > .inner {
		display: flex;
		align-items: center;
	}
	header > .inner > .logo {
	}
	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;
		border-bottom: none;
	}
	header > .inner > navi > .translation {
		display: inline-block;
	}
	#bt-menu {
		display: none;
	}
	
	
	/* style1 */
	header.style1 {
		width: 100%;
		z-index: 999;
	}
	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;
		opacity: 1;
	}
	
	
	/* powered by Sangyo Navi */
	.powered {
		display: none;
	}

	
	/* -----------------------------------------------------------------------------
	 Top Contents
	----------------------------------------------------------------------------- */
	/* -----------------------------------------------------------------------------
	 Breadcrumb
	----------------------------------------------------------------------------- */
	#breadcrumb .bc{
		max-width: 1024px;
		margin: auto;
	}

	
	/* -----------------------------------------------------------------------------
	 contents
	----------------------------------------------------------------------------- */
	main .contents .fixed-bg img {
		width: 100%;
		height: auto;
	}

	.w1024 {
		position: relative;
		margin: 60px auto;
	}
	
	.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;
	}

	/* 横問合せボタン */
	.cv_btn_area {
		width: auto;
		right: 0;
		top: 30vw;
		left: auto;
		bottom: auto;
	}
	.cv_btn_area .btn{
		flex-direction: column;
	}
	.cv_btn_area .btn a {
		flex-direction: column;
		width: 100px;
		height: 80px;
		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 .cv-badge{
		top: -35px;
		left: -22px;
		transform: rotate(-12deg);
	}

	/* レスポンシブ出し分け */
	.for-pc{
		display: block;
	}
	.for-tab{
		display: none;
	}
	

/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */
	header.style1{
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		background: #fff;
	}
	header > .inner{
		min-height: 60px;
		background: #fff;
		box-shadow: none;
	}
	header > .inner > .logo{
		min-height: 60px;
		padding: 0 26px;
	}
	header > .inner > .logo h1{
		font-size: 16px;
		font-weight: 400;
		white-space: nowrap;
	}
	header.style1 > .inner > navi{
		padding: 0;
		background: transparent;
	}
	header > .inner > navi > ul > li a{
		min-height: 60px;
		display: flex;
		align-items: center;
		padding: 0 18px;
		font-size: 16px;
		font-weight: 700;
		color: #555;
		border-left: 1px solid rgba(0,0,0,.12);
		border-bottom: none;
	}
	header > .inner > navi > ul > li:last-child a{
		border-right: 1px solid rgba(0,0,0,.12);
	}
	header > .inner > navi > ul > li a.menu-cta{
		background: var(--main-color);
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 60px;
		line-height: 1.3;
		padding-top: 0;
		padding-bottom: 0;
	}


	#top-contents{
		margin-top: 0;
		min-height: 700px;
		padding: 58px 0 20px;
	}
	#top-contents .slider{
		opacity: .12;
	}
	#top-contents .layer1,
	#top-contents .layer2{
		max-width: none;
		margin: 0;
	}
	#top-contents{
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}
	#top-contents > .layer1{
		width: 90%;
		max-width: 850px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 120px;
	}
	#top-contents > .layer2{
		position: static;
		transform: none;
		width: 90%;
		max-width: 90%;
		margin: 24px auto 0;
		z-index: 3;
	}
	.hero-lead{
		font-size: 46px;
	}
	.hero-point-list{
		max-width: 640px;
	}
	.hero-mv-illust{
		width: clamp(280px, calc(45.802vw - 72.21px), 340px);
	}
	.hero-form-card{
		border-radius: 12px;
	}
	.hero-form-head{
		padding-top: 20px;
		padding-bottom: 16px;
	}
	.hero-form-head .ttl{
		font-size: 36px;
	}
	.hero-form button{
		font-size: 29px;
	}

	.aio-top-bottom{
	}
	.aio-top-bottom p .chance{
		font-size: 1.18em;
	}

	/* Contents1 (AIO problem section) */
	.contents.contents-problem .w1024{
		margin: 0 auto 64px;
		padding: 48px 20px 0;
	}
	.contents.contents-problem section{
		margin: 0;
	}
	.aio-problem-wrap{
		margin-bottom: 38px;
	}
	.aio-problem-kicker{
		font-size: 18px;
	}
	.aio-problem-kicker:before,
	.aio-problem-kicker:after{
		width: 28px;
	}
	.aio-problem-title{
		font-size: 55px;
		line-height: 1.3;
	}
	.aio-problem-desc{
		font-size: 35px;
	}
	.aio-problem-wrap .aio-problem-list{
		display: flex !important;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 16px;
	}
	.aio-problem-wrap .aio-problem-item{
		flex: 1 1 0;
	}
	.aio-problem-wrap .aio-problem-item p{
		font-size: 16px;
	}
	.aio-problem-wrap .aio-problem-item:nth-child(1),
	.aio-problem-wrap .aio-problem-item:nth-child(3){
		margin-top: 100px;
	}
	.aio-problem-wrap .aio-problem-item:nth-child(1)::after{
		left: auto;
		right: 15px;
		bottom: 10px;
		clip-path: polygon(0 0, 100% 100%, 75% 0);
	}
	.aio-problem-wrap .aio-problem-item:nth-child(2)::after{
		left: 50%;
		right: auto;
		bottom: -25px;
		transform: translateX(-50%);
		clip-path: polygon(10% 0, 0 100%, 90% 0);
	}
	.aio-problem-wrap .aio-problem-item:nth-child(3)::after{
		left: 15px;
		right: auto;
		bottom: 13px;
		clip-path: polygon(20% 0, 0 100%, 90% 0);
	}
	.aio-problem-item .icon{
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 22px;
	}

	.aio-overview-card{
		padding: 38px 10px 34px;
	}
	.aio-overview-card h3{
		margin-bottom: 22px;
	}
	.aio-overview-image{
		max-width: none;
	}
	.aio-diagram{
		grid-template-columns: 1.15fr 90px 1.15fr 80px 1.15fr;
		gap: 14px;
	}
	.aio-target{
		gap: 8px;
	}
	.aio-arrow{
		font-size: 52px;
	}
	.aio-box{
		min-height: 126px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.aio-box h4{
		font-size: 30px;
	}
	.aio-box p{
		font-size: 21px;
	}
	.aio-overview-cta{
		margin-top: 26px;
		padding: 24px 0;
		border-radius: 16px;
	}
	.aio-overview-cta p{
		font-size: 56px;
	}
	.aio-overview-cta small{
		font-size: 30px;
	}

	/* Contents2 (AIO features section) */
	.contents.contents-features .w1024{
		margin: 0 auto;
		padding: 76px 20px 64px;
	}
	.aio-features-kicker{
		font-size: 18px;
		padding: 0 42px;
	}
	.aio-features-kicker:before,
	.aio-features-kicker:after{
		width: 32px;
	}
	.aio-features-lead{
		font-size: 35px;
		margin-bottom: 34px;
	}
	.aio-feature-grid{
		grid-template-columns: 1fr 1fr;
		gap: 26px;
	}
	.aio-feature-card{
		min-height: 390px;
		padding: 30px 30px 22px;
		border-radius: 18px;
	}
	.aio-feature-card:before{
		width: 7px;
	}
	.aio-feature-card .num{
		top: 18px;
		right: 24px;
		font-size: 72px;
	}
	.aio-feature-card .label{
		padding: 5px 14px;
		margin-bottom: 14px;
	}
	.aio-feature-card h3{
		font-size: clamp(27px, 3.5vw, 40px);
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.aio-feature-card .desc{
		font-size: 33px;
		line-height: 1.78;
		margin-bottom: 16px;
	}
	.aio-feature-card .note{
		font-size: 34px;
		line-height: 1.5;
		padding: 10px 16px;
	}

	/* Contents_bg2 (AIO flow section) */
	.contents.contents_bg2 > .w1024{
		padding: 78px 20px 72px;
	}
	.aio-flow-kicker{
		font-size: 18px;
	}
	.aio-flow-kicker:before,
	.aio-flow-kicker:after{
		width: 30px;
	}
	.aio-flow-list{
		display: flex;
		flex-wrap: wrap;
		gap: 18px;
		align-items: stretch;
	}
	.aio-flow-item{
		width: calc((100% - 36px) / 3);
		grid-template-columns: 64px minmax(0, 1fr);
		column-gap: 22px;
		margin-bottom: 0;
		margin-top: 8px;
	}
	.aio-flow-item:after{
		left: auto;
		right: -15px;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		width: 15px;
		height: 30px;
		background: var(--main-color);
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		border: 0;
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}
	.aio-flow-item:nth-of-type(-n+3){
		width: calc((100% - 36px) / 3);
	}
	.aio-flow-item:nth-of-type(-n+3) .body .title{
		min-height: 2.8em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.aio-flow-item:nth-of-type(3):after{
		display: none;
	}
	.aio-flow-item:nth-of-type(n+4){
		width: calc((100% - 18px) / 2);
	}
	.aio-flow-item:nth-of-type(4){
		order: 5;
	}
	.aio-flow-item:nth-of-type(5){
		order: 6;
	}
	.aio-flow-row-note{
		position: relative;
		display: block;
		width: 100%;
		transform: none;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		font-size: 27px;
		font-weight: 800;
		line-height: 1.45;
		color: var(--dark-color);
		background: var(--light-red);
		border-radius: 999px;
		padding: 8px 18px;
		text-align: center;
		margin: -4px 0 25px;
		letter-spacing: .5em;
	}
	.aio-flow-row-note:after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -15px;
		transform: translateX(-50%);
		width: 30px;
		height: 15px;
		background: var(--main-color);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.aio-flow-item .step:after{
		height: 36px;
	}
	.aio-flow-side-note{
		display: block;
		width: calc((100% - 18px) / 2);
		order: 7;
		margin-top: 20px;
		font-size: 20px;
		font-weight: 800;
		line-height: 1.45;
		text-align: center;
		background: var(--light-red);
		border-radius: 999px;
		padding: 8px 18px;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
	}
	.aio-flow-side-note.type-4{
		order: 7;
	}
	.aio-flow-side-note.type-5{
		order: 8;
	}
	.aio-flow-sample{
		margin-top: 50px;
	}
	/* Pricing section */
	.contents > .w1024 .aio-pricing-wrap{
		max-width: 1120px;
		margin: 0 auto;
	}
	.aio-pricing-kicker{
		font-size: 18px;
	}
	.aio-pricing-kicker:before,
	.aio-pricing-kicker:after{
		width: 30px;
	}
	.aio-pricing-lead{
		font-size: 34px;
	}
	.aio-pricing-card{
		max-width: 920px;
		border-radius: 20px;
		margin: 0 auto;
	}
	.aio-pricing-head{
		padding: 24px 18px 20px;
	}
	.aio-pricing-head .plan{
		font-size: 45px;
		margin-bottom: 10px;
	}
	.aio-pricing-head .price{
		font-size: 58px;
		margin-bottom: 8px;
	}
	.aio-pricing-head .sub{
		font-size: 28px;
	}
	.aio-pricing-body{
		padding: 3vw 15px;
	}
	.aio-price-item{
		padding-left: 50px;
		margin-bottom: 12px;
	}
	.aio-price-item .icon{
		left: -14px;
		width: 50px;
	}
	/* Success cases section */
	.contents.fixed.cases-fixed .w1024{
		padding: 72px 20px 68px;
	}
	.aio-cases-kicker{
		font-size: 18px;
	}
	.aio-cases-kicker:before,
	.aio-cases-kicker:after{
		width: 30px;
	}
	.aio-cases-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3vw;
	}
	.aio-cases-item{
		width: 100%;
		max-width: 1180px;
		margin: 0 auto 40px;
	}
	.aio-cases-item:last-child{
		margin-bottom: 0;
	}

	/* Voice section */
	.contents.voices-section .w1024{
		padding: 70px 20px 44px;
	}
	.contents.voices-section section{
		margin-left: 0;
		margin-right: 0;
	}
	.aio-voice-kicker{
		font-size: 18px;
	}
	.aio-voice-kicker:before,
	.aio-voice-kicker:after{
		width: 30px;
	}
	.aio-voice-grid{
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 22px;
	}
	.aio-voice-card{
		display: flex;
		flex-direction: column;
		padding: 16px 16px 18px;
	}
	.aio-voice-card .comment{
		font-size: 32px;
		line-height: 1.7;
		min-height: 140px;
	}
	.aio-voice-card .avatar{
		flex: 0 0 56px;
		width: 56px;
		height: 56px;
		line-height: 56px;
		font-size: 22px;
	}
	.aio-voice-card .meta strong{
		font-size: 31px;
	}
	.aio-voice-card .meta{
		margin-top: auto;
	}
	.aio-voice-card .meta .voice-info{
		font-size: 24px;
	}

	/* FAQ section */
	.contents.faq-section .w1024{
		padding: 8px 20px 0;
	}
	.aio-faq-kicker{
		font-size: 18px;
	}
	.aio-faq-kicker:before,
	.aio-faq-kicker:after{
		width: 30px;
	}
	.aio-faq-list{
		max-width: 1000px;
		margin: 0 auto;
		gap: 10px;
	}
	.aio-faq-item .q{
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 22px;
	}
	.aio-faq-item .faq-a-icon{
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 22px;
	}

	/* Contact section */
	.contents.contact-section .w1024{
		padding: 8px 20px 74px;
	}
	.aio-contact-kicker{
		font-size: 18px;
	}
	.aio-contact-kicker:before,
	.aio-contact-kicker:after{
		width: 30px;
	}
	.aio-contact-btns{
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
		margin-top: 5vw;
	}
	.aio-contact-btns .mail_button{
		font-size: 26px;
		padding: 30px 12px;
	}

	/* Global typography tune */

	.aio-problem-title,
	.parts-h1{ font-size: 48px; }

	.aio-problem-desc,
	.aio-features-lead,
	.aio-pricing-lead{ font-size: 20px; }

	.aio-overview-cta p{ font-size: 40px; }
	.aio-overview-cta small{ font-size: 20px; }

	.aio-feature-card .desc,
	.aio-voice-card .comment{ font-size: 18px; }

	.aio-pricing-head .plan{ font-size: 34px; }
	.aio-pricing-head .price{ font-size: 44px; }
	.aio-pricing-head .sub{ font-size: 16px; }
	.aio-price-note{ margin-top: 2vw; }

	.aio-voice-card .meta strong{ font-size: 18px; }
	.aio-voice-card .meta .voice-info{ font-size: 14px; }

	/* About block */
	.aio-top-about-wrap{
		position: relative;
		display: block;
		margin: 40px 0;
	}
	.aio-top-about{
		position: relative;
		width: 100%;
		max-width: 980px;
		z-index: 1;
	}
	.aio-top-about-image{
		position: relative;
		width: 50%;
		max-width: 400px;
		margin: -30px 0 0 auto;
		z-index: 2;
	}
	.aio-top-about-image img{
		display: block;
		width: 100%;
		height: auto;
	}









	
}

@media screen and (min-width: 1200px), print {
	#top-contents{
		grid-template-columns: minmax(0, 850px) minmax(0, 420px);
		column-gap: 40px;
		justify-content: center;
		align-items: start;
	}
	#top-contents > .layer1{
		width: 100%;
		max-width: 850px;
		margin: 0;
		margin-left: 15px;
		padding-right: 0;
		padding-bottom: 160px;
	}
	.hero-form-head .ttl{
		font-size: 30px;
	}
	.hero-point-list{
		margin-top: 40px;
	}
	.hero-mv-illust{
		width: clamp(340px, calc(10vw + 220px), 380px);
		right: 2vw;
	}
	#top-contents > .layer2{
		position: static;
		top: auto;
		right: auto;
		transform: none;
		width: 100%;
		max-width: 420px;
		margin: 0;
		margin-right: 15px;
	}
}
