@charset "utf-8";

/* reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	shape-margin: 0.75rem;
}

html {
	font-size: 100%;
	overflow-x: hidden;
}

/* wrapper */
#wrapper {
	width: 100%;
	background-color: #aaa;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1600px;
	background-color: #fff;

}

body {
	font: 500 1rem/1.8em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	color: #777777;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* パラグラフ */
p {
	width: 80%;
	margin: 0 auto 40px;
	font: 500 1.3rem/2.2em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}

/* リンク */
a {
	color: #de7926;
	text-decoration: none;
}

a:hover {
	color: #de9126;
}

/* タイトル */
h2 {
	color: #56489C;
	font: 800 2rem/1.5em 'Hiragino Mincho ProN W6', 'ヒラギノ明朝 ProN W6', 'Hiragino Mincho ProN W6', '游明朝', 'YuMincho', serif;
	font-feature-settings: "palt";
	padding: 2rem 0;
	margin: 0 auto;
	width: 80%;
}

h3.line {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5em;
}

h3.line:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60vw;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #8a8a8a;
	border-radius: 2px;
}

h3,
h4,
h5,
h6 {
	color: #56489C;
	font: 600 1.5rem/1.3em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	font-feature-settings: "palt";
	margin-top: 40px;
	margin-bottom: 15px;
}

.important {
	color: #ec7c1a;
}

.color_w {
	color: #ffffff;
}

ul {
	margin: 0 auto 40px;
}

li {
	width: 80%;
	font: 500 1.3rem/1.8em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	margin: 0 auto 20px;
	list-style: none;
}

/* header */
header {
	width: 100%;
	overflow: hidden;
}

.bg_box {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	overflow-x: clip;
	overflow-y: visible;
	z-index: 0;
}

.bg {
	width: 100%;
	height: 200%;
	margin: 0 auto;
	background-image: url(../img/top_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	max-width: 1600px;
	background-position: center 0;
}

.bg img {
	width: 100%;
}

h1 {
	margin: 30px auto -10px;
	width: 100%;
	font: 600 1.3rem/1.5em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	color: #757575;
}

.flag_box {
	background-image: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
	overflow-x: clip;
	overflow-y: visible;
	z-index: 2;
}

.flag {
	width: 100%;
	margin: 0 auto 0 -20%;
	max-width: 1600px;
}

.flag img {
	width: 70%;
}

.catch_box {
	margin: -46% 0;
	width: 100%;
	max-width: 1600px;
	z-index: 1;
	overflow-x: clip;
	overflow-y: visible;
}

.catch_01 {
	margin: 0 auto 0 65%;
	width: 30%;
}

.catch_02 {
	margin: -3% auto 0 67%;
	width: 30%;
}

.catch_01 img,
.catch_02 img {
	width: 100%;
}

.service_title {
	background-image: none;
	width: 90%;
	margin: 47% auto 0;
	z-index: 1;
}

.service_title img {
	width: 60%;
	vertical-align: bottom;
}

.megaphone {
	width: 40%;
	margin: -18% auto 0 65%;
}

.megaphone img {
	width: 50%;
	vertical-align: bottom;
}

/* main */
main {
	margin: 100px auto;
	width: 100%;
	max-width: 1600px;
	padding: 0;
	overflow: hidden;
	z-index: 10;
}

/* Section_wave_BG */
#evidence {
	position: relative;
	background-color: #EDC15C;
	padding: 6rem 0;
}

.custom-shape-divider-top-01 {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-01 svg {
	position: relative;
	display: block;
	width: calc(150% + 1.3px);
	height: 61px;
}

.custom-shape-divider-top-01 .shape-fill {
	fill: #FFFFFF;
}

#plan {
	position: relative;
	background-color: #56489C;
	color: #ffffff;
	padding: 6rem 0;
}

.custom-shape-divider-top-02 {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-02 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 61px;
}

.custom-shape-divider-top-02 .shape-fill {
	fill: #EDC15C;
}

#option {
	position: relative;
	background-color: #E7E4E7;
	padding: 6rem 0;

}

.custom-shape-divider-top-03 {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-03 svg {
	position: relative;
	display: block;
	width: calc(170% + 1.3px);
	height: 61px;
}

.custom-shape-divider-top-03 .shape-fill {
	fill: #56489C;
}

#narrow {
	position: relative;
	background-color: #AC1B63;
	color: #ffffff;
	padding: 6rem 0;
}

.custom-shape-divider-top-04 {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-04 svg {
	position: relative;
	display: block;
	width: calc(120% + 1.3px);
	height: 61px;
}

.custom-shape-divider-top-04 .shape-fill {
	fill: #E7E4E7;
}

#contacts {
	position: relative;
	background-color: #ffffff;
	padding: 6rem 0;

}

.custom-shape-divider-top-05 {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-05 svg {
	position: relative;
	display: block;
	width: calc(150% + 1.3px);
	height: 61px;
}

.custom-shape-divider-top-05 .shape-fill {
	fill: #AC1B63;
}

.solution_body {
	width: 80%;
	margin: 0 auto;
	z-index: 10;
}

.strong {
	font: 800 1.8rem/1.8em 'Hiragino Mincho ProN W6', 'ヒラギノ明朝 ProN W6', 'Hiragino Mincho ProN W6', '游明朝', 'YuMincho', serif;
	font-feature-settings: "palt";
	margin: 100px auto 50px;
	width: 80%;
}


/* LOGO無限ループアニメーション　 */
.loop_wrap {
	/*position: relative;
	display: -webkit-flex;*/
	display: flex;
	/*-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100vw;*/
	overflow: hidden;
}

.loop_wrap ul {
	/*display: -webkit-flex;*/
	display: flex;
	/*-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;*/
	list-style: none;
	/*width: 100%;
	margin: 0;
	padding: 0;*/
}

.loop_wrap li {
	/*display: inline-block;*/
	width: calc(100vw / 6);
	/*min-width: 100px;*/
	margin: 0 20px 0 0;
	text-align: center;
}

.loop_wrap li img {
	/*display: block;*/
	width: 100%;
	/*height: auto;*/
}

/*.loop_wrap li a:hover {
	opacity: .7;
}*/

.loop_wrap ul:first-child {
	/*-webkit-animation: loop 50s -25s linear infinite;*/
	animation: loop 50s -25s linear infinite both;
	/*-webkit-backface-visibility: hidden;*/
	/*backface-visibility: hidden;*/
	/*will-change: transform;*/
}

.loop_wrap ul+ul {
	/*-webkit-animation: loop2 50s linear infinite;*/
	animation: loop2 50s linear infinite both;
}

/*.loop_wrap:hover ul {
	animation-play-state: paused;
}*/

@-webkit-keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

@keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}




#evidence li {
	width: 100%;
	margin: 0 auto;
}

#evidence p {
	width: 100%;
	margin: 0 auto;
}

.voice {
	font: 500 1.3rem/1.8em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	text-align: justify;
	font-feature-settings: "palt";
}

.client {
	text-align: right;
}

.sample img {
	width: 100%;
	margin: -180px auto -100px;
}

#plan h2,
#plan h3 {
	color: #ffffff;
}

#option p {
	line-height: 1.6em;
}

.reason {
	width: 80%;
	margin: 50px auto;
	padding: 1em;
	border: 2px solid #56489C;
	border-radius: 15px;
}

#option .reason p {
	line-height: 2em;
	width: 90%;
}

#narrow h2,
#narrow h3 {
	color: #ffffff;
}

.reviews {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	width: 90%;
	margin: 40px auto;
}

.review {
	grid-row: span 2;
	display: grid;
	grid-template-rows: subgrid;
	gap: 1rem;
	border-radius: 10px;
	padding: 25px;
	background-color: #ffffff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.sorry img {
	width: 20vw;
	max-width: 300px;
}

/* お問い合わせボタン */
.contact_form {
	width: 40rem;
	margin: 100px auto 30px;
}

.contact_E-mail {
	width: 40rem;
	margin: 30px auto 80px;
}

.contact_form a {
	display: block;
	font: 600 2rem/1.5em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	color: #fff;
	padding: 1.1rem;
	margin-top: -6px;
	border-radius: 0.5rem;
	border-bottom: 7px solid #bd6116;
	background-color: #de7926;
}

.contact_E-mail a {
	display: block;
	font: 600 2rem/1.5em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	color: #fff;
	padding: 1.1rem;
	margin-top: -6px;
	border-radius: 0.5rem;
	border-bottom: 7px solid #bd6116;
	background-color: #de7926;
}

.contact_E-mail img.mail_icon {
	width: 3.2rem;
	text-align: center;
	vertical-align: text-bottom;
	margin-right: 1rem;
}

@media (any-hover: hover) {

	.contact_form a,
	.contact_E-mail a {
		transition: background-color 0.2s;
	}

	.contact_form a:hover,
	.contact_E-mail a:hover {
		margin-top: 0px;
		border-bottom: 1px solid #bd6116;
		color: #fff;
	}
}

.contact_tel {
	font: 800 2.5rem/1em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}

p.contact_tel .stext {
	font-weight: 500;
	font-size: 1.5rem;
}

/* フッター */
footer {
	display: grid;
	grid-template:
		"ch_logo address" 200px
		"privacy privacy" 50px
		"copyright copyright" 120px
		/1fr 1fr;
	margin: 100px auto -20px;
	background-color: #f8f9fa;
	text-align: center;
	border-top: 1px solid #e7e7e7;
}

.ch_logo {
	grid-area: ch_logo;
	text-align: left;
	margin: 10px auto 10px 5%;
	padding: 20px;
}

.ch_logo img {
	width: 300px;
}

.address {
	grid-area: address;
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	text-align: left;
	padding: 20px;
	margin: 0 5% 50px auto;
}

.address img {
	margin: 10px 0 10px -30px;
	width: 250px;
}

i.add_icon {
	display: inline-block;
	width: 0px;
	text-align: center;
	text-indent: -35px;
}

.privacy {
	grid-area: privacy;
	padding-top: 3px;
	height: 2rem;
	background-color: #ddd;
}

.copyright {
	grid-area: copyright;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}





/* ----------- 1100px以下の表示 ---------------------- */
@media screen and (max-width: 1100px) {
	html {
		font-size: 80%;
	}

	.bg {
		background-size: 100vw;
		background-position: center 0;
	}

	h1 {
		margin: 20px auto 0;
		font-size: 1.2rem;
	}

	h2.solution_title {
		background-image: none;
		margin: -4rem auto 0;
	}

	h2.solution_title img {
		width: 90%;
		vertical-align: bottom;
	}

	.sorry img {
		width: 25vw;
		min-width: 200px;
	}
}


/* ----------- 700px以下の表示 ---------------------- */
@media screen and (max-width: 700px) {
	html {
		font-size: 80%;
	}

	.spbr {
		display: none;
	}

	h2 {
		font-size: 1.8rem;
		padding: 0.8rem;
		margin-bottom: 2rem;
	}

	.bg_box {
		height: 100%;
		overflow: visible;
	}

	.bg {
		background-image: url(../img/top_bg_s.png);
		background-size: contain;
		background-position: center 0px;
		height: 300%;
	}

	h1 {
		margin: 10px auto 10px;
		font-size: 1rem;
		font-size: 1.2rem;
		line-height: 1.5em;
	}

	h2.problem {
		margin: 70px auto 50px;
	}

	.flag {
		margin: 0 auto 0 -10%;
	}

	.flag img {
		width: 90%;
	}

	.catch_box {
		margin: -5% 0;
	}

	.catch_01 {
		margin: 0 auto 0 25%;
		width: 45%;
		transform: rotate(15deg);
	}

	.catch_02 {
		margin: -5% auto 0 30%;
		width: 45%;
		transform: rotate(10deg);
	}

	.service_title {
		background-image: none;
		width: 90%;
		margin: -55% auto 0;
		z-index: 1;
	}

	.service_title img {
		width: 90%;
		vertical-align: bottom;
	}

	.megaphone {
		width: 40%;
		margin: 8% auto 0 65%;

	}

	.megaphone img {
		width: 50%;
		vertical-align: bottom;
		transform: rotate(-15deg);
	}

	main {
		margin: 50px auto;
		width: 100%;
		max-width: 1600px;
		padding: 0;
		overflow: hidden;
	}

	.custom-shape-divider-top-01 svg {
		width: calc(150% + 1.3px);
		height: 30px;
	}

	.custom-shape-divider-top-02 svg {
		width: calc(100% + 1.3px);
		height: 30px;
	}

	.custom-shape-divider-top-03 svg {
		width: calc(170% + 1.3px);
		height: 30px;
	}

	.custom-shape-divider-top-04 svg {
		width: calc(120% + 1.3px);
		height: 30px;
	}

	.custom-shape-divider-top-05 svg {
		width: calc(150% + 1.3px);
		height: 30px;
	}

	p.solution_body {
		text-align: justify;
	}

	.strong {
		margin: 80px auto 50px;
		font-size: 1.5rem;
	}

	/* 無限ループアニメーション　*/
	.loop_wrap li {
		width: calc(100vw / 3);
	}

	.loop_wrap ul:first-child {
		/*-webkit-animation: loop 10s -5s linear infinite;*/
		animation: loop 20s -10s linear infinite both;
		/*-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;*/
	}

	.loop_wrap ul+ul {
		/*-webkit-animation: loop2 10s linear infinite;*/
		animation: loop2 20s linear infinite both;
	}

	.reviews {
		display: grid;
		grid-template-columns: 1fr;
		width: 90%;
		margin: 40px auto 60px;
	}

	.sample img {
		width: 100%;
		margin: -100px auto -100px;
	}

	#option .reason p {
		text-align: justify;
	}

	#narrow p {
		text-align: justify;
	}

	.sorry img {
		width: 30vw;
		min-width: 200px;
	}

	.contact_form,
	.contact_E-mail {
		width: 90%;
	}

	.contact_form a,
	.contact_E-mail a {
		font: 600 1.8rem/1.5em 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
		padding: 2vw;
	}

	.contact_E-mail img.mail_icon {
		width: 3rem;
		text-align: center;
		vertical-align: text-bottom;
		margin-right: 2vw;
	}

	.contact_tel {
		text-align: center;
	}


	/* フッター */
	footer {
		display: grid;
		grid-template:
			"ch_logo" 120px
			"address" 200px
			"privacy" 60px
			"copyright" 120px
			/1fr;
		background-color: #f8f9fa;
		text-align: center;
		border-top: 1px solid #e7e7e7;
	}

	.ch_logo {
		grid-area: ch_logo;
		text-align: center;
		margin: 10px auto;
	}

	.ch_logo img {
		width: 60vw;
		max-width: 300px;
		min-width: 250px;
	}

	.address {
		grid-area: address;
		text-align: center;
		padding: 20px;
		margin: 0 auto;
	}

	.address img {
		margin: 10px 0 10px 0;
		width: 250px;
	}
}