@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}

body {
	margin:0;
	word-wrap:break-word;
	font-size: 17px;
    background-color: #F4F4F4;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 920px) {
	body {
		width: 620px;
		margin: 0 auto;
	}
}

.article-body {
	padding: 15px 20px;
	background: #FFF;
}

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

top

----------------------------------------------------------  */
.top {
	position: relative;
}

.top-text-01 {
	position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 49px;
    line-height: 1.3;
	letter-spacing: 0px;
    font-weight: 700;
    color: #098F3C;
    width: 100%;
    text-align: center;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
              	0px 2px 0 #FFF,  0 -2px 0 #FFF,
              	-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.top img {
	aspect-ratio: auto 570 / 1013;
    max-width: 570px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.top-text-01 .italic {
	font-style: italic;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin-right: 6px;
}
.top-text-01 .space {
	letter-spacing: -2px;
}
.top-text-01 .blue {
	color: #0A99ED;
	margin-left: -10px;
}
.top-text-01 .pink {
	color: #E976AA;
	margin-left: -10px;
}
.top-text-01 .orange {
	color: #F37F10;
	margin-left: -10px;
}
@media screen and (max-width: 620px) {
	.top-text-01 {
		font-size: 8vw;
	}
	.top-text-01 .space {
		letter-spacing: -1vw;
	}
	.top-text-01 .blue {
		margin-left: -1vw;
	}
	.top-text-01 .pink {
		margin-left: -1vw;
	}
	.top-text-01 .orange {
		margin-left: -1vw;
	}
}

.top-text-02 {
	position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 33px;
    line-height: 1.6;
	letter-spacing: 0px;
    font-weight: 700;
    color: #FFF;
    width: 100%;
    text-align: center;
	text-shadow: 
        0 0 10px rgb(57, 57, 255), /* 青色の影をつける（ぼかしを利用してふちを作る） */
        0 0 20px rgb(57, 57, 255), /* さらに強い青色の影をつける */
        0 0 30px rgb(57, 57, 255); /* より強い青色の影をつける */
}

@media screen and (max-width: 620px) {
	.top-text-02 {
		font-size: 5vw;
	}
}

.top-text-03 {
	position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 27px;
    line-height: 1.9;
	letter-spacing: -1px;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
}

.top-text-03 .green-under {
	border-bottom: 3px solid #098F3C;
	font-weight: 700;
}
.top-text-03 .orange-under {
	border-bottom: 3px solid #F37F10;
	font-weight: 700;
}


@media screen and (max-width: 620px) {
	.top-text-03 {
		font-size: 4.3vw;
	}
}


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

video

----------------------------------------------------------  */
.video-container {
	max-width: 580px;
	max-height: 360px;
	width: 100%;
	height: auto;
	aspect-ratio: auto 16 / 9;
	margin: 0 auto;
}

@media screen and (max-width: 920px) {
	.video-container {
		max-width: initial;
		max-height: initial;
	}
}

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

card

----------------------------------------------------------  */
.card {
	padding: 60px 0 30px;
	max-width: 570px;
    margin: 0 auto;
}

.card-wrap {
	padding: 4%
}

.card-list {
	position: relative;
	width: 100%;
	border-radius: 30px;
	background: linear-gradient(
	118deg,
	#31AD38 0%,
	#31AD38 50%,
	#098F3C 50%,
	#098F3C 100%
	);
}
.card-list.orange {
	background: linear-gradient(
	118deg,
	#FFA003 0%,
	#FFA003 50%,
	#FF7208 50%,
	#FF7208 100%
	);
}

.card .card-list:not(:first-child) {
	margin-top: 70px;
}

.card .title {
	position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: #00573C;
	border-radius: 30px;
	font-size: 35px;
	font-weight: 900;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	width: 90%;
}

.card .title.red {
	background: #E81308;
}

.card .img-wrap {
	width: 100%;
	height: 230px;
	padding-top: 50px;
	overflow: hidden;
}

.card .flex {
	display: flex;
	align-items: center;
	gap: 20px;
}

.card .circle {
	background: #FFF;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 1.3;
	color: #00573C;
	font-weight: 700;
}

.card .circle.orange {
	color: #FFA003;
}

.card .content {
	font-size: 22px;
	color: #FFF;
	font-weight: 700;
	line-height: 1.5;
}

.card .content-wrap {
	padding: 4% 0 3% 3%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media screen and (max-width: 620px) {
	.card .flex {
		gap: 2vw;
	}
	.card .title {
		font-size: 5.7vw;
		top: -2vw;
	}
	.card .img-wrap {
		height: initial;
		padding-top: 10vw;
	}
	.card .circle {
		width: 15vw;
		height: 15vw;
		font-size: 4vw;
	}
	.card .content-wrap {
		padding: 5% 0 4% 4%;
	}
	.card .content {
		font-size: 3.3vw;
	}
	.card .card-list:not(:first-child) {
		margin-top: 6vw;
	}
}

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

message

----------------------------------------------------------  */
.message-text {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 3.6;
}

@media screen and (max-width: 620px) {
	.message-text {
		font-size: 3vw;
	}
}

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

link

----------------------------------------------------------  */
.link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 30px 0;
}
.link a {
	width: 350px;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin: 0 auto;
	border-radius: 13px;
}

.link .green{
	background: #098F3C;
}
.link .pink{
	background: #E976AA;
}
.link .blue{
	background: #0281CC;
}
.link .red{
	background: #E70012;
}

@media screen and (max-width: 620px) {
	.link a {
		width: 90%;
	}
}

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

footer

----------------------------------------------------------  */
.footer {
	margin: 0 auto;
	padding: 15px 0;
	background: #FFF;
}

.footer .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 11px;
}
.footer .logo {
	width: 20%;
}

.footer .tel {
	color: #000;
	margin-top: 21px;
	pointer-events: none;
	text-decoration: none;
}
@media screen and (max-width: 620px) {
	.footer .flex {
		flex-direction: column;
	}
	.footer .logo {
		width: 50%;
	}
	.footer .tel {
		margin-top: initial;
		pointer-events: initial;
		text-decoration: underline;
	}
}