@charset "utf-8";

h2 {
	line-height: 1;
}

h2 span {
	font-size: 1.2rem;
	color: #d57033;
	display: block;
	margin-top: 10px;
}

header {
	background:none;

}


.gNav-menu li {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	margin: 0 auto;
	width: auto;
	padding: 5px 20px;
	margin-left: 10px;
	border: none;
}

.gNav-menu li:nth-child(1) {
	background-color: #76bbe5;
	box-shadow: 0 5px 0 #4694c3;
}

.gNav-menu li:nth-child(2) {
	background-color: #ffc043;
	box-shadow: 0 5px 0 #cb8b0b;
}


.gNav-menu li:hover {
	box-shadow: none;
	transform: translateY(5px);
}

.gNav-menu li a {
	color: #FFF;
	text-decoration: none;
}

.gNav-menu li a i {
	margin-right: 5px;
}

/* ==============================

	メイン画像

============================== */
/* mv */
.mv {
	background: url('../img/mv_bg.png') no-repeat center top / cover;
	padding: 100px 0 200px 0;
}

.mv_inner {
	width: 560px;
}

.mv_inner .btn {
	margin-top: 20px;
	text-align: center;
}


@media only screen and (max-width: 767px){
	.mv {
		background: url('../img/mv_bg_sp.png') no-repeat center top / cover;
		padding: 100px 0 100px 0;
		margin-bottom: 60px;
	}

	.mv_inner {
		width: 100%;
	}
}




/* ==============================

	あなたの事業を効率化する

============================== */
/* intro */
.intro {
	margin-bottom: 60px;
}

.intro h2 {
	margin-bottom: 60px;
}

.intro h2 span {
	color: #ffc043;
}

.intro p {
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-align: center;
}

.intro p .pink {
	font-size: 2.2rem;
}



@media only screen and (max-width: 767px){
	.intro h2 {
		margin-bottom: 20px;
	}

	.intro p {
		font-size: 1.0rem;
	}

	.intro p .line_y {
		font-size: 1.4rem;
	}
}




/* ==============================

	まるっと集客ECサイトの強み

============================== */
/* advantage */
.advantage {
	margin-bottom: 60px;
}

.advantage_cont {
	padding: 100px 0;
	display: flex;
	justify-content: flex-end;
}

.advantage_cont_01 {
	background:  url(../img/advantage_bg_01.jpg) no-repeat left center;
}

.advantage_cont_02 {
	background:  url(../img/advantage_bg_02.jpg) no-repeat right center;
	justify-content: flex-start;
}

.advantage_cont_03 {
	background:  url(../img/advantage_bg_03.jpg) no-repeat left center;
}

.advantage_cont_txt {
	background-color: rgba(255,255,255,0.8);
	width: 700px;
	padding: 60px;
	position: relative;
	filter: drop-shadow(0px 0px 10px rgba(30,30,30,0.1));

}

.advantage_cont_txt_icon {
	position: absolute;
	top: -63px;
	left: -63px;
}

.advantage h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
}



@media only screen and (max-width: 767px){
	.advantage_cont {
		padding: 0;
		padding-top: 100px;
		margin-top: 60px;
	}

	.advantage_cont_txt {
		width: 90%;
		padding: 20px;
	}
	
	.advantage_cont_txt_icon {
		transform: scale(0.6);
	}

	.advantage h3 {
		font-size: 1.6rem;
	}
	.advantage_cont_02 {
		justify-content: flex-end;
	}

}




/* ==============================

	導入による効果

============================== */
/* effect */
.effect {
	padding: 60px 0;
	background: url(../img/effect_bg.jpg) no-repeat center top / cover;	
}

.effect h2 p {
	color: #fd2f6e;
}

.effect ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.effect ul li {
	width: 25%;
}



@media only screen and (max-width: 767px){
	.effect ul li {
		width: 50%;
	}
}




/* ==============================

	TSAを選んだ理由

============================== */
/* reason */
.reason {
	padding: 60px 0;
}

.reason li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.reason_img {
	width: 296px;
}

.reason_txt {
	width: 640px;
}

.reason_txt .reason_name {
	font-weight: bold;
	font-size: 1.2rem;
}

.reason_txt .reason_name a {
	color: #ffc248;
	font-size: 0.8rem;
	margin-left: 20px;
	text-decoration: none;
}

.reason_txt h3 {
	font-size: 2rem;
	color: #fd2f6e;
	font-weight: bold;
}


@media only screen and (max-width: 767px){
	.reason {
		padding-bottom: 0;
	}

	.reason_img {
		width: 50%;
		margin: 0 auto;
	}

	.reason_txt {
		width: 100%;
	}

	.reason_name {
		text-align: center;
	}

	.reason_txt .reason_name a {
		margin-left: 0;
	}

	.reason_txt h3 {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 10px;
	}
}


/* ==============================

	費用について

============================== */
/* cost */
.cost {
	padding: 60px 0;
}

.cost h2 {
	margin-bottom: 40px;
}

.cost_cont {
	border-radius: 10px;
	background-color: #d0d0fc;
	border: 10px solid #9090dd;
	padding: 40px;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.cost_cont_txt {
	width: 60%;
}

.cost_cont h3 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0px;
}

.cost_cont h3 p {
	font-size: 1.2rem;
}

.cost_cont_txt_price {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.cost_cont_txt_price_pink {
	color: #fa5454;
	font-weight: bold;
}

.cost_cont_txt_price_large {
	font-size: 3rem;
}

.cost_cont_txt dl {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

.cost_cont_txt dt {
	border-bottom: 1px solid #000;
}

.cost_cont_txt dt p {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	padding: 2px 10px;
}

.cost_cont_txt dd li {
	border-bottom: dotted 2px #ddd;
	padding: 10px;
	font-size: 0.8rem;
}

.cost_cont_txt dd li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.cost_cont_txt_caution {
	font-size: 0.8rem;
}

.cost_cont_img {
	width: 36%;
}



.cost_cont_2col {
	margin-top: 30px;
}

.cost_cont_2col .cost_cont_txt {
	width: 100%;
}

.cost_cont_2col h3 {
	text-align: center;
}

.cost_cont_2col .cost_cont_txt ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.cost_cont_2col .cost_cont_txt ul li {
	width: 48%;
}

.cost_cont_2col .cost_cont_txt ul li li {
	width: 100%;
}

.cost_cont_2col .cost_cont_txt h4 {
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 30px;
	text-align: center;
	padding: 10px 0;
	border-top: 2px solid #28343d;
	border-bottom: 2px solid #28343d;
}

.cost_cont_2col .cost_cont_txt_price {
	margin-bottom: 0;
}



@media only screen and (max-width: 767px){
	.cost {
		padding-bottom: 0;
	}

	.cost_cont {
		padding: 20px;
	}

	.cost_cont h3 {
		font-size: 1.2rem;
	}

	.cost_cont_txt_price_large {
		font-size: 2rem;
	}

	.cost_cont h3 p {
		font-size: 0.8rem;
	}

	.cost_cont_txt_price {
		font-size: 1.0rem;
	}

	.cost_cont_txt {
		width: 100%;
	}

	.cost_cont_img {
		width: 100%;
		margin-top: 30px;
	}

	.cost_cont_img ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

	.cost_cont_img li {
		width: 50%;
	}

	
.cost_cont_2col .cost_cont_txt ul li {
	width: 100%;
}

}




/* ==============================

	わたしたちの想い

============================== */
/* vision */
.vision {
	padding: 60px 0;
}

.vision_img {
	background: url(../img/vision_bg.jpg) no-repeat center / cover;
	padding: 100px 0;
	color: #fff;
}

.vision_img_inner {
	filter: drop-shadow(0px 0px 2px rgba(30,30,30,0.8));
}

.vision_img_inner h3 {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 40px;
}

.vision_img_txt {
	columns: 2;
	column-rule: solid 1px #fff;
	column-gap: 3rem;
}

.vision_img_txt p {
	margin-bottom: 20px;
}


@media only screen and (min-width: 1280px){
	.vision_img {
		background-attachment: fixed;
	}
}


@media only screen and (max-width: 767px){
	.vision_img {
		padding: 50px 0;
	}

	.vision_img_inner h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.vision_img_txt {
		columns: 1;
		column-rule: none;
		column-gap: 3rem;
	}
	
}




/* ==============================

	お問い合わせ

============================== */
/* contact */
.contact {
	padding: 60px 0;
}

.mailform_discript {
	text-align: center;
}

.contact-form {
	background-color: #f1f1f1;
	padding: 60px;
	padding-top: 30px;
	margin-bottom: 60px;
}

.mailform_disc {
	text-align: center;
	margin-bottom: 20px;
}

.contact-form dt {
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 30px;
	margin-bottom: 5px;
}

.contact-form dd input,
.contact-form dd textarea {
	border: none;
	border-radius: 4px;
	padding: 15px;
	width: 100%;
	filter: drop-shadow(0px 0px 10px rgba(120,120,120,0.1));
}

.contact-form dd .error {
	color: #F00;
}

.submit-btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background: #fd2f6e;
	box-shadow: 0 5px 0 #b02b54;
	border: none;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto;
	width: auto;
	padding: 20px 40px;
	width: 400px;
	display: block;
}

.submit-btn:hover{
	box-shadow: none;
	transform: translateY(5px);
	opacity: 0.5;
	cursor: pointer;
}

.mandatory {
	display: inline-block;
	background-color: #ff4f4f;
	color: #FFF;
	font-size: 0.8rem;
	padding: 2px 6px;
	margin-left: 10px;
	border-radius: 4px;
}



@media only screen and (max-width: 767px){
	.contact-form {
		padding: 20px;
	}

	.submit-btn {
		width: 80%;
		font-size: 1.2rem;
	}

	.contact-form {
		margin-bottom: 30px;
	}
}




/* コンタクトのテンプレート */
.contact_tpl {
	padding-bottom: 30px;
}

.contact-back {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background: #b7b7b7;
	box-shadow: 0 5px 0 #766a6a;
	border: none;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto;
	width: auto;
	padding: 10px 20px;
	width: 200px;
	display: block;
}


form.sent dl,
form.sent p,
.wpcf7-response-output{
	display:none;
	}

.screen-reader-response {
	padding-top: 100px;
	width: 960px;
	margin: 0 auto;
	color: #F00;
	font-weight: bold;
}

.wpcf7-not-valid-tip {
	color: #F00;
	font-weight: bold;
}

.agree,
.wpcf7-not-valid-tip {
	text-align: center;
	margin: 0 auto;
	display: block;
}

dl .wpcf7-not-valid-tip {
	text-align: left;
}

.screen-reader-response p {
	text-align: center;
	font-size: 0.8rem;
}


@media only screen and (max-width: 767px){
	.screen-reader-response {
		padding-top: 0;
		width: 90%;
	}

	.screen-reader-response p {
		font-size: 1.4rem;
	}
	
}


/* ==============================

	個人情報について

============================== */
/* privacy */
.privacy {
	padding: 60px 0;
}

.privacy_cont {
	height: 400px;
	overflow-y: scroll;
	border: 1px solid #b9b9b9;
	padding: 20px;
}

.privacy_cont dl{
	margin-top: 50px;
}

.privacy_cont dt{
	font-weight: bold;
	margin-bottom: 5px;
}

.privacy_cont dd{
	margin-bottom: 40px;
}

.privacy_cont dd li {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 2px;
}




.pre-hidden {
	display: none!important;
}








/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

SEMOOR_POS

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* semoor_mv */
#semoor_mv {
	margin-bottom: 100px;
}

#semoor_mv p {
	color: #FFF;
	margin-bottom: 60px;
	font-size: 2rem;
}



/* semoor_intro */
#semoor_intro {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 200px;
}

#semoor_intro .semoor_intro_large {
	font-size: 2.0rem;
}

#semoor_intro .semoor_intro_large span {
	color: #d57033;
	font-size: 2.6rem;
}

#semoor_intro p:not(:last-child){
	margin-bottom: 20px;
}

#semoor_intro p strong{
	font-size: 2.6rem;
	color: #fd2f6e;
}



/* semoor_point */
#semoor_point {
	margin-bottom: 100px;
}



/* semoor_advantage */
#semoor_advantage {
	margin-bottom: 100px;
}

#semoor_advantage .semoor_advantage_item:not(:last-child) {
	margin-bottom: 0px;
}

#semoor_advantage .semoor_advantage_item h3 {
	font-weight: bold; 
	font-size: 2rem;
	margin-bottom: 20px;
	color: #d57033;
}

#semoor_advantage .semoor_advantage_item img {
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
}

#semoor_advantage .semoor_advantage_list {
	gap: 1em;
	margin-bottom: 40px;
	flex-wrap: wrap!important;
	justify-content: center
}

#semoor_advantage .semoor_advantage_list .wp-block-column {
    aspect-ratio: 1 / 1;
    height: auto;
	background-color: #d57033;
	border-radius: 10px;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

#semoor_advantage .semoor_advantage_list.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
	flex-grow: initial;
	flex-basis: initial!important;
	width: 22%;
}

#semoor_advantage .semoor_advantage_list .wp-block-column h3 {
	font-weight: bold;
	color: #FFF;
	font-size: 1.4rem;
}



@media only screen and (max-width: 821px){
	#semoor_advantage .semoor_advantage_item:nth-of-type(odd) .semoor_advantage_item_txt {
		order: 1;
	}

	#semoor_advantage .semoor_advantage_item:nth-of-type(odd) .semoor_advantage_item_img {
		order: 2;
	}
}



/* semoor_effect */
#semoor_effect {
	margin-bottom: 100px;
}

#semoor_effect figure {
	width: 100%;
}



/* semoor_reason */
#semoor_reason {
	margin-bottom: 100px;
}

#semoor_reason figure img {
	border-radius: 100%;
}

#semoor_reason h3 {
	font-weight: bold; 
	font-size: 1.6rem;
	margin-bottom: 10px;
}



/* semoor_cost */
#semoor_cost {
	margin-bottom: 200px;
}

#semoor_cost .wp-block-columns {
	gap: 0;
}

#semoor_cost h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align:initial;
}

#semoor_cost .semoor_cost_img img {
	border-radius: 0 50px 50px 0;
}

.semoor_cost_item_txt {
	padding: 100px;
}

.wp-block-cover {
	height: 100%;
}



/* semoor_vision */
#semoor_vision {
	margin-bottom: 100px;
}

#semoor_vision .wp-block-columns {
	gap: 0;
}

#semoor_vision h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}


.wp-block-cover {
	height: 100%;
}

.semoor_vision_item_txt {
	padding: 5%;
}

@media only screen and (min-width: 822px){
	.semoor_vision_item_txt {
		padding: 100px;
	}
}



/* semoor_privacy */
#semoor_privacy {
	margin-bottom: 100px;
}

.semoor_privacy_frame {
	height: 300px;
	overflow-y: scroll;
}

.semoor_privacy_frame dt {
	font-weight: bold;
	margin-top: 20px;
}

.semoor_privacy_frame .wp-block-column {
	padding: 5%;
}

@media only screen and (min-width: 822px){
	.semoor_privacy_frame .wp-block-column {
		align-self:auto;
	}
}





/* semoor_mv */
#semoor_mv {
	margin-bottom: 100px;
	height: 100vh;
}

#semoor_mv .mv_ttl {
	color: #d57033;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0px;
}

#semoor_mv h1 {
	color: #80009e;
	font-size: 3rem;
	margin-bottom: 20px;
}



/* #mma_effect */
#mma_effect {
	margin-bottom: 100px;
}

#mma_effect .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

#mma_effect .wp-block-group__inner-container figure {
	width: calc(30% - 30px);
	margin: 10px;
}


/* semoor_cost */ 
#semoor_cost h3 {
	margin-bottom: 0;
}

#semoor_cost .semoor_cost_price {
	color: #fd2f6e;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

#semoor_cost .semoor_cost_li {
	font-size:0.8rem; 
}


@media only screen and (max-width: 821px){
	#semoor_mv {
		height: auto;
		margin-bottom: 50px;
	}

	#semoor_mv .mv_ttl {
		font-size:1.2rem;
	}

	#semoor_mv h1 {
		font-size: 1.4rem;
		filter: drop-shadow(0px 0px 2px rgba(50,50,50,0.8));
		color: #FFF;
	}
	
	#semoor_intro {
		width: 90%;
		margin: auto;
		margin-bottom: 100px;
	}

	#semoor_intro .semoor_intro_large {
		font-size: 1.6rem;
	}

	#semoor_intro .semoor_intro_large span {
		font-size: 2rem;
	}

	#semoor_intro p:not(:last-child) {
		font-size: 0.8rem;
	}

	#semoor_advantage .semoor_advantage_list .wp-block-column {
		width: 40%;
	}

	#semoor_advantage .semoor_advantage_list {
		justify-content: center
	}


	#semoor_advantage .semoor_advantage_list .wp-block-column h3 {
		font-size: 1.0rem;
	}

	#semoor_cost {
		width: 90%;
		margin-bottom: 100px;
	}

	#semoor_cost h3,
	#semoor_cost .semoor_cost_price {
		font-size: 1.4rem;
	}
}
@media (max-width: 1280px) and (min-width: 821px) {
	#semoor_cost h3 {
		font-size: 2.0rem;
	}
}
