@charset "UTF-8";
/* CSS Document */
/* mv
-----------------------------------*/
#mv {
	line-height: 0;
}
.main_img_area {
	position: relative;
}
.main_img img {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.g_logo img {
	position: absolute;
	width: 6%;
	top: 16%;
	right: 0;
	left: 0;
  	margin: auto;
}
.main_txt {
	position: absolute;
	top: 40%;
	left: 34%;
	font-size: clamp(3.6rem,3.8vw,4.0rem);
	font-weight: 700;
    color: var(--lcol);
	background: #FFF;
    border-radius: 40px;
    padding: 30px 40px;
}
.main_txt:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #05cb56 transparent transparent transparent;
    border-width: 20px 120px 0 120px;
}
.main_txt_big1 {
	position: absolute;
	top: 52%;
	left: 34%;
	color: #303030;
	font-size: clamp(9.0rem,9.4vw,9.8rem);
	font-weight: 700;
	background: rgba(255, 255, 255, 0.9);
	padding: 25px 20px;
	display: flex;
	align-items: center;
}
.main_txt_big2 {
	position: absolute;
	top: 68%;
	left: 34%;
	color: #303030;
	font-size: clamp(9.0rem,9.4vw,9.8rem);
	font-weight: 700;
	background: rgba(255, 255, 255, 0.9);
	padding: 25px 20px;
	display: flex;
	align-items: center;
}
/* main
-----------------------------------*/
main {
	padding: 0 0 100px;
}
main .maingrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	margin-bottom: 50px;
}
main section .maingrid .maingrid_left {
	order: 0;
}
section {
	margin-bottom: 40px;
}
section h2 {
	color: var(--dcol);
}
/* sec_what MEOとは？
-----------------------------------*/
.h2_sec_what {
	background: var(--lcol);
	color: #FFF;
	padding: 20px 0;
	margin-top: 0;
	display: block;
}
/* sec_what MEOはあらゆる店舗運営に効果的です！
-----------------------------------*/
.effective_li {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
}
/* sec_worries オーナー様へ！こんなお悩みありませんか？
-----------------------------------*/
.sec_worries {
	padding-bottom: 40px;
}
.worries_ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 4em auto 2em;
}
.worries_li {
	text-align: center;
}
.worries_figure {
	width: 280px;
    height: 280px;
    border: 1px solid var(--dcol);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
}
.worries_figure img {
    height: 200px;
}
.worries_figure figcaption {
	position: absolute;
	bottom: -20%;
}
/* sec_worries そのお悩み、MEO PROサポーターズが解決します！
-----------------------------------*/
.solution {
	background: var(--lcol);
	display: flex;
	position: relative;
	margin-top: 120px;
}
.solution_box {
	margin: auto;
	max-width: 1200px;
	padding: 0px 15px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
  	justify-content: center;
}
.solution:after{
	content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #05cb56 transparent transparent transparent;
    border-width: 40px 120px 0 120px;
}
.solution_box h3 {
	color: #FFF;
}
.solution_box img {
	width: 20%;
}
/* sec_cps 他社とMEO PROパートナーズのサービスの比較！
-----------------------------------*/
.cps_li_head {
	font-size: clamp(1.8rem,2.2vw,2.4rem);
	display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    column-gap: 2%;
    padding-block: 10px;
    margin-bottom: 1em;
    border-bottom: 1px solid #DDD;
    text-align: center;
}
.cps_li_head_c {
	background: linear-gradient(70deg, green, lightgreen);
	border-radius: 10px;
	padding: 20px 0;
	color: #FFF;
}
.cps_li_head_r {
	background: #DDD;
	border-radius: 10px;
	padding: 20px 0;
	color: #555;	
}
.cps_li_mid {
	display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    column-gap: 2%;
    padding-block: 10px;
    margin-bottom: 2em;
    border-bottom: 1px solid #DDD;
}
.cps_li_mid_l {
	color: var(--dcol);
    place-content: center;
    font-weight: 700;
}
.cps_li_mid_c span {
	color: var(--dcol);	
}
.cps_li_mid_c span, .cps_li_mid_r span {
	display: block;
	text-align: center;
	font-size: clamp(3.0rem,3.4vw,3.4rem);
}
/* sec_features MEO PROサポーターズが選ばれる理由
-----------------------------------*/
.sec_features {
	background: #f8f8f8;
	padding-block: 40px;
}
.maingrid_left .num_box {
	display: grid;
	gap: 10px;
    grid-template-columns: 1fr 6fr;
}
.num_bg {
	background: var(--dcol);
	width: 68px;
	height: 68px;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.num_bg span {
	font-size: clamp(1.0rem,1.2vw,1.2rem);
}
.num_bg .num {
	font-size: clamp(1.4rem,1.6vw,2.0rem);
	line-height: 1em;
    font-weight: 600;
}
/* sec_fee 料金体系　会社概要
-----------------------------------*/
.fee_list {
	display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 2%;
    padding-block: 10px;
    margin-bottom: 2em;
    border-bottom: 1px solid #DDD;
}
.fee_list_l {
	color: var(--dcol);
	font-weight: 700;
}
/* sec_flow サービス導入までの流れ
-----------------------------------*/
.flow_grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 6em;
    border-bottom: 2px solid #DDD;
    padding-block: 1em 1em;
    position: relative;
}
.flow_grid:last-child {
	border-bottom: none;
	margin: 0;
}
.flow_grid .arrow:last-child {
	display: none;
}
.flow_grid .arrow {
	border-radius: 9999px;
    background-color: #DDD;
    width: 2px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
}
.flow_grid .arrow::before {
	transform: rotate(45deg);
}
.flow_grid .arrow::after {
	transform: rotate(-45deg);
}
.flow_grid .arrow::before, .flow_grid .arrow::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    width: 1px;
    height: 22px;
    border-radius: 9999px;
    background-color: #cfbdbd;
    transform-origin: 50% calc(100% - 0px);
}
.flow_grid_left {
	text-align: center;
}
.flow_grid_left img {
	max-width: 50%;
}
.h3_flow {
	margin: 0;
}
h3.box1 span {
	font-size: clamp(1.2rem,1.6vw,1.6rem);
	margin-right: 20px;
}
/* sec_faq よくある質問
-----------------------------------*/
.faq_ul {
	margin-top: 30px;
}
.faq_li {
	margin-bottom: 50px;
}
.faq_q {
	font-size: clamp(1.6rem,1.8vw,2.4rem);
	color: #FFF;
    display: flex;
    background: var(--dcol);
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    margin: 0;
}
.faq_q span {
	margin-right: 10px;
}
.faq_q span img {
	width: 27px;
    height: auto;
    object-fit: contain;
	vertical-align: middle;
}
.faq_ans {
	box-shadow: rgba(0, 37, 33, 0.5) 0px 8px 17px 0px;
    padding: 20px 30px 30px 30px;
    border-radius: 0px 0px 10px 10px;
    margin: 0;
}
.faq_ans::first-letter {
  	font-weight: bold;
  	font-size: clamp(1.6rem,2.0vw,2.0rem);
  	color: var(--dcol);
}
/* sec_topics お知らせ
-----------------------------------*/
.info_ul {
	margin-bottom: 2.5rem;
    display: grid;
    gap: 0.625rem 0;
}
.info_li {
    background: #f8f8f8;
    border-radius: 1.25rem;
}
.info_li_a {
    padding: 1rem 5rem 1rem 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 20.0rem 1fr;
    position: relative;
}
.info_li_a:hover {
	text-decoration: none;
}
.info_li_a_span {
	display: flex;
    gap: 0 0.625rem;
    align-items: center;
}
.info_li_time {
	font-size: clamp(1.0rem,1.2vw,1.4rem);
}
.info_h3 {
	line-height: 1.5;
	margin: 0;
	font-size: clamp(1.6rem, 2.0vw, 2.0rem);
}
.info_h3:hover {
	color: var(--lcol);
	text-decoration: underline;
}
.hover_color_h3 {
    transition: color 0.3s ease;
}
.info_li_a .info_ico {
    position: absolute;
    top: 50%;
    right: 2.0rem;
    width: 2.8rem;
    height: 2.8rem;
    background-size: contain;
    translate: 0 -50%;
}
/* medhia query 
-----------------------------------*/
@media(max-width:768px) {
	h2 {
		margin-bottom: 20px;
	}
	h2 span{
		margin-top: 5px;
	}
	h3 {
		margin: 15px 0;
		line-height: 1.5;
	}
	main {
		padding: 0 0 45px;
	}
	main .maingrid {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		margin-bottom: 30px;
	}
	main section .maingrid .maingrid_left {
		order: 0;
	}
	.maingrid_right {
		order: 2;
	}
	/*mv
	-----------------------------------*/
	.main_img img {
		max-width: inherit;
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	.main_img {
		height: calc(100vh - 60px);
		min-height: inherit;
		max-height: inherit;
	}
	.g_logo img {
		width: 12%;
		top: 12%;
	}
	.main_txt {
		position: absolute;
		top: 23%;
		left: 0;
		right: 0;
		width: 40%;
		text-align: center;
		font-size: clamp(2.2rem,2.4vw,2.6rem);
		background: #FFF;
	    border-radius: 40px;
	    padding: 20px 30px;
	}
	.main_txt:after {
	    left: 0;
	    border-width: 20px 100px 0 100px;
	}
	.main_txt_big1 {
		top: 35%;
		left: 2%;
		font-size: clamp(4.0rem,4.4vw,4.8rem);
		padding: 10px 20px;
	}
	.main_txt_big2 {
		top: 46%;
		left: 2%;
		font-size: clamp(4.0rem,4.4vw,4.8rem);
		padding: 10px 20px;
	}
	/* sec_what MEOはあらゆる店舗運営に効果的です！
	-----------------------------------*/
	.effective_li {
		grid-template-columns: 1fr;
        grid-row-gap: 1em;
	}
	/*section-worries オーナー様へ！こんなお悩みありませんか？
	-----------------------------------*/
	.worries_ul {
		grid-template-columns: 1fr;
        grid-row-gap: 5em;
	}
	.worries_figure figcaption {
	    bottom: -12%;
	}
	/* section-cps 他社とMEO PROサポーターのサービスの比較！
	-----------------------------------*/
	.cps_li_head {
	    grid-template-columns: 1fr 1.2fr 1.2fr;
	}
	.cps_li_mid {
	    grid-template-columns: 1fr 1.2fr 1.2fr;
	}
	/* section-worries そのお悩み、MEO PROサポーターズが解決します！
	-----------------------------------*/
	.solution_box img {
		width: 40%;
	}
	/* section-flow サービス導入までの流れ
	-----------------------------------*/
	.flow_grid_left img {
		max-width: 80%;
	}
	/* section-topics お知らせ
	-----------------------------------*/
	.info_li_a {
	    grid-template-columns: 6.0rem 1fr;
	}
}