@charset "UTF-8";

html {
	overflow-y:scroll;
}

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
	color: #2bb7b3;
	font-style: normal;
	text-decoration: none;
}

.highlight {
	text-decoration: underline;
	text-decoration-thickness: 0.3em;
	text-decoration-color: #fff33f;
	text-underline-offset: -0.1em;
	text-decoration-skip-ink: none;
	font-weight: bold;
}

.highlight-pink {
	text-decoration: underline;
	text-decoration-thickness: 0.3em;
	text-decoration-color: #fff33f;
	text-underline-offset: -0.1em;
	text-decoration-skip-ink: none;
	color: #ec6d6d;
	font-weight: bold;
}

.highlight-green {
	text-decoration: underline;
	text-decoration-thickness: 0.3em;
	text-decoration-color: #fff33f;
	text-underline-offset: -0.1em;
	text-decoration-skip-ink: none;
	color: #2bb7b3;
	font-weight: bold;
}

.section-03 .phonecall {
    display: block;
}


.font-color-pink {
	color: #ec6d6d;
	font-weight: bold;
}
.font-color-green {
	color: #2bb7b3;
	font-weight: bold;
}
.font-color-blue {
	color: #009fd0;
}
.annotation-pink {
	padding-left: 1rem;
	font-size: 16px;
}
.annotation-pink:before {
	content: "※";
	margin-left: -1rem;
	color: #ec6d6d;
}
.annotation-blue {
	padding-left: 1rem;
}
.annotation-blue:before {
	content: "※";
	margin-left: -1rem;
	color: #009fd0;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.inner,
.inner-white {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
	font-family: "M PLUS 1p";
	font-weight: Regular;
	line-height: 1.6;
}

.inner span,
.inner-white span {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0;
	font-family: "M PLUS 1p";
	font-weight: Bold;
	font-size: 18px;
	line-height: 1.8;
}

.inner img,
.inner-white img {
	width: 100%;
}
.inner-white {
	padding: 50px 60px;
	border-radius: 26px;
	background-color: #fff;
}
.inner-green {
	padding: 50px 60px;
	border-radius: 16px;
	background-color: #ddf0ee;
}
.inner-pink {
	padding: 50px 60px;
	border-radius: 16px;
	background-color: #fdede7;
}

.main-visual {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.main-visual .inner {
	position: relative;
	margin-top: 30px;
}
.main-visual img {
	width: 100%;
}

.image_space {
	height: 40px;
    margin-bottom: 10px;
}

.section-01 {
	position: relative;
	width: 100%;
	padding: 30px 0;
	background-color: #fdede7;
	text-align: center;
}
.section-01 .inner img:first-of-type {
	width: 80%;
}
.section-01 .inner img {
	margin-bottom: 30px;
}
.section-01 .inner-white img {
	margin-bottom: 50px;
}
.section-01 .inner-white .qa {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.section-01 .inner-white .qa > img {
	margin-bottom: 20px;
	width: initial;
	height: 60px;
	object-fit: contain;
}
.section-01 .inner-white .qa .answer {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	width: 100%;
}
.section-01 .inner-white .qa .answer:last-child {
	margin-bottom: 0;
}

.section-01 .inner-white .qa .answer:first-of-type {
	width: 90%;
}
.section-01 .inner-white .qa .answer > img {
	display: block;
	margin-bottom: 10px;
	object-fit: contain;
	height: 60px;
	width: 60px;
}
.section-01 .inner-white .qa .answer .column {
	flex: 1;
	margin-top: 6px;
	margin-left: 24px;
	text-align: left;
}
.section-01 .inner-white .qa .answer .column .methods {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}
.section-01 .inner-white .qa .answer .column .methods img {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 48%;
}

.section-02 {
	position: relative;
	width: 100%;
	padding: 40px 0 60px 0;
	background-color: #fdede7;
	text-align: center;
}
.section-02 .inner-white > .title-image {
	margin-top: 10px;
	margin-bottom: 10px;
}
.section-02 .inner-white > .text {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}
.section-02 .inner-white .inner-green {
	position: relative;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.section-02 .inner-white .inner-green > .text {
	margin-bottom: 30px;
	width: 100%;
	text-align: left;
}
.section-02 .inner-white .inner-green img {
	margin-bottom: 30px;
}
.section-02 .inner-white .logo {
	position: relative;
	top: 86px;
	height: 70px;
	object-fit: contain;
	z-index: 1;
}
.section-02 .inner-white .inner-green .howto {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	font-size: 20px;
	background-color: #2bb7b3;
}
.section-02 .inner-white .inner-green .howto > .caption {
	padding: 20px 0;
	width: 20%;
	color: #fff;
}
.section-02 .inner-white .inner-green .howto > .text {
	padding: 20px 0;
	padding-left: 20px;
	width: 80%;
	border-radius: 0 10px 10px 0;
	text-align: left;
	background-color: #fff;
}
.section-02 .inner-white .inner-green .abount {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 0 20px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #bbe2df;
	text-align: left;
}

.section-02 .inner-white .inner-green .abount > .caption {
	padding: 20px 0 10px 0;
	width: 100%;
	font-size: 18px;
}
.section-02 .inner-white .inner-green .abount > .text {
	width: 80%;
	padding-bottom: 20px;
}
.section-02 .inner-white .inner-green .abount > .image {
	position: relative;
	width: 20%;
	top: -20px;
}
.section-02 .inner-white .inner-green .abount > .image img {
	height: 120px;
	object-fit: contain;
	margin-bottom: initial;




}
.section-02 .inner-pink {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 40px;
	padding: 30px 30px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #fdede7;
	text-align: left;
}

.section-02 .inner-white .inner-green .inner-pink > .text {
	padding: 20px 0;
	width: 100%;
}

.section-02 .inner-white .inner-green .inner-pink > .text .caption {
	margin-bottom: 10px;
	font-size: 18px;
}


.section-03 {
	position: relative;
	width: 100%;
	padding: 30px 0 60px 0;
	text-align: center;
	background: url("../img/section03-04_background.png") no-repeat;
	background-size: cover;
}
.section-03 .inner {
	position: relative;
	margin-top: 30px;
}
.section-03 .inner > img {
	position: relative;
	width: 100%;
}
.section-03 > .binder {
	position: relative;
	top: 30px;
	height: 60px;
	object-fit: contain;
}
.section-03 .inner-white:first-of-type {
	margin-bottom: 30px;
}
.section-03 .inner-white:first-of-type > img {
	margin-bottom: 30px;
}

.section-03 .inner-white .cases {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}
.section-03 .inner-white .cases .case {
	width: 50%;
	text-align: left;
	padding: 10px 30px 10px 0;
}
.section-03 .inner-white .cases .case > img {
	width: 60%;
	object-fit: contain;
}
.section-03 .inner-white .cases .case > .text {
	text-align: left;
	height: 120px;
}
.section-03 .inner-white .cases > img {
	text-align: left;
	width: 50%;
	object-fit: contain;
}


/*----------------------------------------------------
	for PC
----------------------------------------------------*/
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}

	.main-visual .inner {
		left: 50px;
		width: 64%;
	}

}

/*----------------------------------------------------
	for Smart Phone
----------------------------------------------------*/
@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}

	.pc {
		display: none;
	}

	.main-visual .inner {
		width: 86%;
	}

	.inner {
		max-width: 680px;
	}

	.inner-white {
		padding: 20px 20px;
		border-radius: 26px;
		max-width: 90%;
	}
	.inner-green {
		padding: 30px 20px;
		border-radius: 10px;
		background-color: #ddf0ee;
	}

	.section-01 {
		padding: 20px 0;
	}
	.section-01 .inner-white .qa > img {
		margin-bottom: 20px;
		width: initial;
		height: 28px;
		object-fit: contain;
	}
	.section-01 .inner-white .qa .answer {
		margin-bottom: 20px;
	}
	.section-01 .inner-white .qa .answer:first-of-type {
		width: 100%;
	}
	.section-01 .inner-white .qa .answer .column {
		margin-top: initial;
		margin-left: 12px;
		text-align: left;
	}
	.section-01 .inner-white .qa .answer > img {
		height: 28px;
		width: 28px;
	}
	.section-01 .inner-white .qa .answer .column .methods img {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	.section-02 {
		padding: 10px 0 20px 0;
		background-color: #fdede7;
		text-align: center;
	}
	.section-02 .inner-white .logo {
		top: 68px;
		height: 34px;
	}
	.section-02 .inner-white .inner-green {
		margin-top: 50px;
	}
	.section-02 .inner-white .inner-green .inner-pink {
		margin-top: 20px;
	}
	.section-02 .inner-white .inner-green .howto {
		width: 100%;
		font-size: 16px;
	}
	.section-02 .inner-white .inner-green .howto > .caption {
		padding: 10px 0;
		width: 30%;
		border-radius: 6px 0 0 6px;
		background-color: #2bb7b3;
		color: #fff;
		line-height: 60px;
	}
	.section-02 .inner-white .inner-green .howto > .text {
		padding: 10px 10px;
		width: 70%;
		border-radius: 0 6px 6px 0;
	}
	.section-02 .inner-white .inner-green .abount {
		padding: 0 10px;
		border-radius: 6px;
	}
	.section-02 .inner-white .inner-green .abount > .caption {
		padding: 10px 0 0 10px;
		width: 100%;
		font-size: 20px;
	}
	.section-02 .inner-white .inner-green .abount > .text {
		padding: 10px;
		width: 65%;
	}
	.section-02 .inner-white .inner-green .abount > .image {
		padding: 10px 0;
		top: initial;
		width: 35%;
	}
	.section-02 .inner-white .inner-green .abount > .image img {
		height: 180px;
		object-fit: contain;
		margin-bottom: initial;
	}
	.section-02 .inner-white .inner-green .inner-pink {
		padding: 0 10px;
	}
	.section-02 .inner-white .inner-green .inner-pink > .text {
		padding: 10px;
		width: 100%;
	}
	.section-02 .inner-white .inner-green .inner-pink > .text .caption {
		font-size: 20px;
		font-weight: Bold;
	}
	.section-03 {
		background: #dfedf9;
		background-size: initial;
		padding: 0 0 30px 0;
	}
	.section-03 .inner {
		position: relative;
		margin-top: 10px;
	}
	.section-03 > .binder {
		top: 20px;
		height: 50px;
	}
	.section-03 .inner-white:first-of-type > img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.section-03 .inner-white .cases .case {
		width: 100%;
		text-align: left;
		padding: 10px 20px 10 0;
	}
	.section-03 .inner-white .cases .case > img {
		width: 60%;
		object-fit: contain;
	}
	.section-03 .inner-white .cases .case > .text {
		text-align: left;
		height: initial;
	}
	.section-03 .inner-white .cases > img {
		width: 100%;
		margin-bottom: 10px;
	}
}

small {
    font-size: 10px;
    color: #009fd0;
    text-align: center;
    background: #bbdcf4;
    display: block;
    padding: 4px;
	width: 100%;
	position: absolute;
    bottom: 0;
}
