/****************************
  visual_top
****************************/

#vt5,
#vt6 {
	display: none;
}

.visual_top {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: calc(165vw + 4.8rem);
	margin: 0;
	padding: 0 0 2rem;
	background-repeat: no-repeat;
	background-image: url(../../files/home/sp/vt.png);
	background-position: calc(50% + 3rem) -3rem;
	background-size: contain;
}

.visual_top > .contact_buttton {
	margin: 0;
	padding: 0;
	text-align: center;
}

/****************************
  common
****************************/

.home_h2 {
	width: 24rem;
	margin: 0 auto;
	padding: 0 0 3rem;
	text-align: center;
	position: relative;
}

.home_h2 > img {
	width: 100%;
	width: initial;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	text-align: center;
}

.home_h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 70%;
	height: 0.4rem;
	margin: 0 auto;
	padding: 0;
	background-color: var(--button-green_out);
}

.home_h2.blue::after {
	background-color: var(--blue_bg);
}

.home_p {
	margin: 0 auto;
	padding: 3rem 0 0;
}

.home_p > span {
	display: block;
}

.home_p,
.home_p > span {
	text-align: center;
	font-family: ZenMaruGothic-Medium, 'Hiragino Maru Gothic ProN', Meiryo, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.4;
}

.home_p.small {
	font-size: 1.4rem;
	line-height: 1.4;
}

/****************************
  section_1
****************************/

#section_1 {
	width: 100%;
	margin: 0;
	padding: 4rem 1.5rem 0rem;
}

#section_1 > div {
	max-width: 40rem;
	margin: 0 auto;
	padding: 4rem 3rem 0 0;
	text-align: center;
}

/****************************
  section_2
****************************/

#section_2 {
	width: 100%;
	margin: 0;
	padding: 8rem 1.5rem 0;
}

#section_2_fig {
	max-width: 34rem;
	margin: 0 auto;
	padding: 3rem 0 0;
	position: relative;
}

#section_2_fig > div {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: calc(184vw - 3rem);
	top: 65rem;
	left: 50%;
	transform: translateX(-50%);
	width: 33rem;
	aspect-ratio: 16 / 9;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center;
}

#section_2_fig > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/****************************
  section_3
****************************/

#section_3 {
	max-width: 70rem;
	margin: 0 auto;
	padding: 10rem 1.5rem 22rem;
}

#section_3 > div {
	width: 100%;
	margin: 4rem 0 0;
	padding: 4rem 2rem 3rem;
	border-radius: 3rem;
	background-color: #fff4e3;
}

#section_3 > div > figure {
	margin: 0 0 1rem;
}

/****************************
section 4
****************************/

#section_4 {
	width: 100%;
	margin: 0;
	padding: 0 1.5rem 5rem;
	background-color: #c9e7ff;
	position: relative;
}

#section_4::before {
	content: '';
	position: absolute;
	top: -2rem;
	left: 0;
	width: 100%;
	height: 5rem;
	margin: 0;
	padding: 0;
	background-image: url(../../files/home/sp/40bg.svg);
	background-position: center 0;
	background-size: 7.2rem 5rem;
	background-repeat: repeat-x;
}

#section_4 h2 {
	transform: translateY(-7rem);
}

#section_4 h2 + p {
	transform: translateY(-5rem);
}

#section_4_1 {
	width: 100%;
	margin: 0;
	padding: 0;
}

#section_4_1_1 {
	transform: translateY(-2rem);
	margin: 0;
	padding: 13rem 0 0;
	background-image: url(../../files/home/sp/40-1.png);
	background-position: center top;
	background-size: 30rem auto;
	background-repeat: no-repeat;
}

#section_4_1_3 {
	max-width: 50rem;
	margin: 0 auto;
	padding: 1rem 1.5rem 0;
}

#section_4_1_2 {
	display: flex;
	justify-content: center;
	max-width: 50rem;
	margin: 0 auto;
	padding: 0 1.5rem 5rem;
}

#section_4_1_2 > li {
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: ZenMaruGothic-Medium, 'Hiragino Maru Gothic ProN', Meiryo, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.3;
}

#section_4_2 {
	max-width: 70rem;
	margin: 0 auto;
	padding: 4rem 1.5rem;
	border-radius: 2.5rem;
	background-color: #fff;
}

#section_4_2 > h3 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#section_4_2 > h3 > img {
	width: 22rem;
	height: initial;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	text-align: center;
}

#section_4_2 > figure {
	width: 100%;
	margin: 0;
	padding: 4rem 0 0;
}

#section_4_2 > h4 {
	margin: 0 auto;
	padding: 4rem 0 0;
	text-align: center;
}

#section_4_2 > h4 > img {
	width: 22rem;
	height: initial;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	text-align: center;
}

#section_4_2 > h5 {
	margin: 0 auto;
	padding: 1.5rem 0 0;
	text-align: center;
	font-family: ZenMaruGothic-Medium, 'Hiragino Maru Gothic ProN', Meiryo, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1;
	color: #555;
}

#section_4_yt_frame {
	max-width: 40rem;
	margin: 0 auto;
	padding: 0rem 0 0;
}

#section_4_yt_frame > dl {
	width: 100%;
	margin: 0;
	padding: 3rem 0 0;
}

#section_4_yt_frame dt {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#section_4_yt_frame dt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#section_4_yt_frame dd {
	margin: 0 auto;
	padding: 1rem 0 0;
	text-align: center;
	font-family: ZenMaruGothic-Medium, 'Hiragino Maru Gothic ProN', Meiryo, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 2rem;
	line-height: 1.2;
}

#section_4_yt_frame + h5 {
	padding-top: 4rem;
}

#section_4_yt_archive {
	width: 100%;
	margin: 0 auto;
	padding: 2.5rem 0 0;
}

#section_4_yt_archive > table {
	width: 100%;
}

#section_4_yt_archive > table th,
#section_4_yt_archive > table td {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Hiragino Maru Gothic ProN', Meiryo, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 2rem;
	line-height: 1.8;
}

#section_4_yt_archive > table td {
	padding: 0 0 0.5em;
	text-align: right;
}

#section_4_note {
	display: table;
	margin: 0 auto;
	padding: 1rem 0 6.5rem;
	text-align: center;
	position: relative;
}

#section_4_note > i {
	display: block;
	content: '';
	position: absolute;
	top: calc(100% - 5rem);
	left: calc(50% - 0.8rem);
	width: 0;
	height: 0;
	border-left: 0.8rem solid transparent;
	border-right: 0.8rem solid transparent;
	border-top: 1.4rem solid var(--blue_bg);
}

#section_4_note > i + i {
	top: calc(100% - 2.5rem);
}

#section_4_note > i + i + i {
	top: 100%;
}

#section_4_note a span {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: ZenMaruGothic-Bold, 'Hiragino Maru Gothic ProN', Meiryo, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.9rem;
	line-height: 1.2;
	color: var(--blue_bg);
}

#section_4_note a,
#section_4_note a span,
#section_4_note a:hover,
#section_4_note a:hover span {
	text-decoration: none;
}

#section_4_p {
	margin: 0;
	padding: 4rem 0 0;
}

#section_4_p,
#section_4_p > span {
	display: block;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.5;
}

#section_4_p > span.pt {
	padding-top: 1em;
}

/****************************
  section_5
****************************/

#section_5 {
	width: 100%;
	margin: 0 auto;
	padding: 5rem 0;
	background-color: var(--blue_bg);
	position: relative;
}

#section_5::after {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 1.6rem);
	width: 0;
	height: 0;
	border-left: 1.6rem solid transparent;
	border-right: 1.6rem solid transparent;
	border-top: 2.8rem solid var(--blue_bg);
}

#section_5 > figure {
	width: 30rem;
	margin: 0 auto;
	padding: 0 0 3rem;
}

#section_5 > .contact_buttton {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/****************************
  section_6
****************************/

#section_6 {
	width: 100%;
	margin: 0 auto;
	padding: 10rem 0 13rem;
	background-image: url(../../files/home/footer.png);
	background-position: center bottom -0.5rem;
	background-size: 80rem auto;
	background-repeat: repeat-x;
}

#section_6 figure {
	max-width: 50rem;
	margin: 0 auto;
	padding: 5rem 0 0;
}

#section_6 h3 {
	width: 30rem;
	margin: 0 auto;
	padding: 3rem 0 0;
}

#section_6 > .contact_buttton {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 3rem 0 0;
	text-align: center;
}
