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

共通

----------------------*/
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: 1.7;
	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;
	margin-top: 40px;
}

.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: rgba(0, 77, 137, 0.2);
	padding: 0 0 10px 20px;
	padding-left: 0;
	margin: 30px 0;
}

.check-list h3 {
	background: #004D89;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	letter-spacing: 6%;
}

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

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

p.check-item span {
	font-weight: bold;
	font-size: 16px;
	color: #CD1E1F;
}

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-4

---------------------*/
p.flow-txt-red {
	text-align: center;
	font-size: 24px;
	color: #CD1E1F;
	font-weight: 600;
	margin-top: -15px;
	margin-bottom: 10px;
	line-height: 1.5;
}

p.flow-txt-red span {
	font-size: 28px;
	position: relative;
	border-bottom: 2px solid #CD1E1F;
	padding-bottom: 6px;
}

p.flow-txt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #003A21;
	margin: 25px 0;
}

.flow-card .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffd400;
	padding-left: 5px;
	border-radius: 8px 8px 0 0;
}

span.flow-card-num {
	display: contents;
	color: #fff;
	font-size: 45px;
	width: auto;
	font-weight: 900;
	letter-spacing: -1px;
}

.flow-card-title {
	color: #162228;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	padding: 8px 0px;
	margin-top: 0;
	line-height: 1.4;
	width: 80%;
	padding-left: 11px;
}

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

.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-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

---------------------*/
.comparison {
	background: #ECF0F2;
	padding: 20px 0;
}

p.hd-before,
p.hd-after {
	background: #8E8E8E;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 2px 0;
}

p.hd-after {
	background: #FF9A27;
}

.comparison-inner {
	padding: 20px 35px 0;
	line-height: 1.8;
}

.comparison-inner.comparison-inner-after p {
	font-weight: 900;
	font-size: 18px;
}

span.txt-large {
	font-size: 20px;
	color: #162228;
	font-weight: 700;
}

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

section-6

---------------------*/
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

---------------------*/
section.section-7 {
	padding-bottom: 40px;
}

.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;
}

.section-7 .qa-box {
	margin-bottom: 20px;
}

.section-7 .qa-question {
	display: grid;
	grid-template-columns: 45px 1fr 24px;
	align-items: stretch;
	width: 100%;
	padding: 0;
	border: 1px solid #9bb6ab;
	background: #fff;
	color: #111;
	text-align: left;
	cursor: pointer;
	font: inherit;
}

.section-7 .qa-en {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #edf5f2;
	color: #003A21;
	font-size: 25px;
	font-weight: 700;
}

.section-7 .qa-title {
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 10px 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.section-7 .qa-icon {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	margin: auto 8px auto 0;
	border: 1px solid #55796b;
	border-radius: 50%;
}

.section-7 .qa-icon::before,
.section-7 .qa-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 1px;
	background: #55796b;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
}

.section-7 .qa-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.section-7 .qa-answer {
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	transition: grid-template-rows 0.35s ease;
}

.section-7 .qa-answer>p {
	min-height: 0;
	margin: 0;
	padding: 0 10px;
	font-size: 15px;
	line-height: 2;
	opacity: 0;
	transition:
		padding 0.35s ease,
		opacity 0.25s ease;
}

.section-7 .qa-box.is-open .qa-question {
	background: #003A21;
	color: #fff;
}

.section-7 .qa-box.is-open .qa-en {
	background: #edf5f2;
	color: #003A21;
}

.section-7 .qa-box.is-open .qa-icon {
	border-color: #fff;
}

.section-7 .qa-box.is-open .qa-icon::before,
.section-7 .qa-box.is-open .qa-icon::after {
	background: #fff;
}

.section-7 .qa-box.is-open .qa-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.section-7 .qa-box.is-open .qa-answer {
	grid-template-rows: 1fr;
}

.section-7 .qa-box.is-open .qa-answer>p {
	padding: 20px 10px 5px;
	opacity: 1;
}

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

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;
}

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

フローティングcta

---------------------*/
.floating-cta {
	position: fixed;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	width: calc(100% - 30px);
	max-width: 360px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.floating-cta.is-show {
	opacity: 1;
	visibility: visible;
}

.floating-cta.is-hide {
	opacity: 0;
	visibility: hidden;
}

.floating-cta img {
	width: 100%;
	display: block;
}