/* -------------------

共通

----------------------*/
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	margin: 0;
	font-size: 16px;
	color: #162228;
	margin: 0 auto;
	background: #fff;
}

main {
	background: aliceblue;
}

.container {
	max-width: 395px;
	margin: 0 auto;
	background: #fff;
}

section {
	padding: 40px 20px 0;
}

figure.picture {
	margin: 20px 0;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

p {
	font-size: 16px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #003A21;
	text-align: center;
	padding: 10px 5px;
	margin-bottom: 40px;
	margin-top: 0;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #003A21;
	border-bottom: 2px solid #003A21;
	text-align: center;
	padding-bottom: 10px;
	margin: 50px 0 25px;
}

span.text-red {
	font-weight: bold;
	font-size: 20px;
	color: #E71C1E;
}

p.inner-text {
	line-height: 2;
	padding: 5px;
	margin: 10px 0;
}

/* ------------------

fv

---------------------*/
section.fv {
	padding: 0;
}

/* cta */
.fv-cta {
	background: linear-gradient(135deg, #00985E 0%, #007C4D 35%, #005E3A 70%, #00452C 100%);
	padding: 20px 15px 20px;
	margin-top: -40px;
	text-align: center;
}

.cta-txt {
	position: relative;
	text-align: center;
	padding: 0 35px;
}

.cta-txt p {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 5px;
}

.cta-txt span {
	color: #FFD700;
	font-size: 28px;
}

/* 左右の斜線 */
.cta-txt::before,
.cta-txt::after {
	content: "";
	position: absolute;
	top: 55%;
	width: 2px;
	height: 65px;
	background: #fff;
	border-radius: 999px;
	transform: translateY(-50%) rotate(-20deg);
}

.cta-txt::before {
	left: 17px;
}

.cta-txt::after {
	right: 17px;
	transform: translateY(-50%) rotate(20deg);
}

/* ------------------

section-1

---------------------*/
ul.worries-list {
	border: 1.5px solid #003A21;
	padding: 10px 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

ul.worries-list li {
	margin: 15px 0;
	line-height: 1.8;
	font-weight: 600;
}

/* explanation */
.explanation {
	background: #E9F3F3;
}

.explanation-hd {
	position: relative;
	background: #FF991F;
	padding: 15px 10px 10px;
	text-align: center;
	margin-bottom: 60px;
}

.explanation-hd p {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.7;
	margin: 5px 0;
}

.explanation-hd::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -29px;
	width: 100%;
	height: 30px;
	background: #FF991F;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.explanation-inner {
	padding: 0 20px 30px;
}

.ceo-info {
	text-align: center;
}

p.ceo-name {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
}

p.ceo-name span {
	display: block;
	font-weight: 400;
	font-size: 12px;
}

p.ceo-txt {
	font-weight: 600;
	margin: 5px 0;
}

ul.info-list {
	border: 1px solid #003A21;
	padding: 20px 45px;
	margin: 30px 0;
	background: #fff;
}

ul.info-list li {
	font-size: 18px;
	font-weight: 500;
	margin: 8px 0;
}

ul.info-list li span {
	font-size: 12px;
	font-weight: 400;
}

/* ------------------

section-2

---------------------*/
p.weight-bold {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.9;
	color: #003A21;
}

.layer-box {
	margin: 30px auto;
}

.layer-item {
	padding: 15px;
	text-align: center;
	color: #fff;
}

.layer-top {
	background: rgba(0, 77, 137, 0.2);
	color: #004D89;
}

.layer-middle {
	background: rgba(0, 77, 137, 0.7);
}

.layer-bottom {
	background: #004D89;
}

.layer-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 4px;
	margin-top: 0;
}

.layer-sub {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}

.layer-text {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 12px;
	margin-bottom: 0;
}

/* ol box */
.structure-box {
	background: aliceblue;
	margin: 30px 0;
}

.structure-box p {
	background: #004D89;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

ol.structure-list {
	font-weight: bold;
	color: #004D89;
	padding: 20px 0;
	padding-left: 50px;
	margin-top: 0;
	font-size: 18px;
}

ol.structure-list li {
	margin: 10px 0;
}

/* チェックリスト */
.check-list {
	background: #ECF0F2;
	padding: 10px 20px;
	padding-left: 0;
	margin: 30px 0;
}

p.check-item {
	font-weight: 500;
	color: #004D89;
	padding-left: 2.8em;
	margin: 20px 0;
	position: relative;
}

p.check-item span.text-red {
	color: #E71C1E;
	display: contents;
}

p.check-item span {
	font-weight: 400;
	font-size: 14px;
	display: block;
	color: #162228;
}

p.check-item::before {
	content: '';
	position: absolute;
	background: url(../img/check-icon.png);
	background-size: cover;
	display: inline-block;
	width: 17px;
	height: 16px;
	background-repeat: no-repeat;
	left: 18px;
	top: 4px;
}

/* ------------------

section-3

---------------------*/
.flow-section {
	margin: 0 auto;
}

.flow-heading {
	background: #FF9A27;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 16px 20px;
	margin-bottom: 36px;
}

.flow-card {
	border-radius: 8px;
	background: #E9F3F3;
}

.flow-card-title {
	background: #ffd400;
	color: #1d2b34;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 15px 10px;
	margin-top: 0;
	border-radius: 8px 8px 0 0;
}

.flow-card-body {
	padding: 1px 22px 30px;
}

.flow-card-body p {
	font-size: 16px;
	line-height: 1.9;
	font-weight: 500;
	color: #1d2b34;
}

.takeaway-box {
	margin-top: 25px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.takeaway-label {
	background: #FF9A27;
	color: #fff !important;
	text-align: center;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	padding: 8px 0px;
	margin-top: 0;
}

.takeaway-text {
	text-align: center;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.6 !important;
	padding: 20px 5px;
}

.flow-arrow {
	width: 0;
	height: 0;
	margin: 38px auto;
	border-left: 42px solid transparent;
	border-right: 42px solid transparent;
	border-top: 24px solid #ff961f;
}

/* ------------------

section-5

---------------------*/
section.section-5 h3 {
	text-align: left;
}

p.overview-hd {
	background: #E9F3F3;
	padding: 15px 5px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #003A21;
}

p.overview-inner {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.8;
	padding: 15px 5px;
	color: #003A21;
}

p.overview-inner span {
	font-size: 14px;
	display: block;
	font-weight: 400;
}

/* ------------------

Q&A

---------------------*/
.qa-box {
	margin-bottom: 35px;
}

.qa-flex {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.qa-flex p {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

p.qa-en {
	background: #E9F3F3;
	width: 66px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #003A21;
	font-size: 30px;
	font-weight: bold;
	margin-right: 15px;
}

section.cta {
	padding: 0 20px 40px;
}

/* ------------------

footer

---------------------*/
footer {
	background: #003A21;
	text-align: center;
	padding: 50px 20px;
}

footer p {
	color: #fff;
	padding-top: 20px;
}

figure.logo {
	width: 70%;
	margin: 0 auto 20px;
}