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

.visual_top {
	width: 100%;
	height: 90rem;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-image: 
url(../../files/home/pc/vt/4.png), 
url(../../files/home/pc/vt/1.png), 
url(../../files/home/pc/vt/3.png), 
url(../../files/home/pc/vt/2.png);
	background-position: 
calc(50% + 35rem) 2rem, 
calc(50% - 38rem + 17rem) -7rem, 
calc(50% - 26rem) 14rem, 
calc(50% - 48rem) 1.5rem;
	background-size: 
70rem auto, 
76rem auto, 
29rem auto, 
26rem auto;
	position: relative;
}

.visual_top > .contact_buttton {
	position: absolute;
	top: 68rem;
	left: calc(50% + 14rem);
	margin: 0;
	padding: 0;
}

#vt5 {
	position: absolute;
	top: 46rem;
	left: calc(50% - 52rem);
	width: 46rem;
}

#vt6 {
	position: absolute;
	top: 48rem;
	left: calc(50% - 3rem);
	width: 61rem;
}

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

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

.home_h2 > img {
	height: 5.4rem;
	width: initial;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	text-align: center;
}

.home_h2::after {
	position: absolute;
	top: 8rem;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 28rem;
	height: 0.6rem;
	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: 0;
}

.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: 2.2rem;
	line-height: 1.5;
}

/****************************
  section 1
****************************/

#section_1 {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20rem;
	position: relative;
}

#section_1 > figure {
	position: absolute;
	z-index: 9;
	bottom: 3rem;
	left: calc(50% - 63rem);
	width: 23rem;
}

#section_1 > ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 7rem 0 0;
	text-align: center;
}

#section_1 > ul > li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	width: 34rem;
	height: 34rem;
	margin: 0 1.4rem;
	padding: 0;
	border-radius: 50%;
	background-color: var(--button-green_out);
}

#section_1 > ul > li > h3 {
	width: 22rem;
	margin: 0;
	padding: 0 0 2rem;
}

#section_1 > ul > li > h4 {
	width: 19rem;
	margin: 0;
	padding: 0 0 2rem;
}

#section_1 > ul > li > p {
	margin: 0;
	padding: 0;
}

#section_1 > ul > li > p > span {
	display: block;
}

#section_1 > ul > li > p,
#section_1 > ul > li > p > span {
	font-family: ZenMaruGothic-Medium, 'Hiragino Maru Gothic ProN', Meiryo, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #fff;
}

/****************************
section 2
****************************/

#section_2 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#section_2_fig {
	width: 108rem;
	margin: 0 auto;
	padding: 3rem 0 0;
	position: relative;
}

#section_2_fig > div {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 34.7rem;
	right: 5rem;
	width: 30rem;
	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 {
	width: 108rem;
	margin: 0 auto;
	padding: 22rem 0 26rem;
	background-color: #fff;
}

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

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

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

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

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

#section_4_1 {
	width: 108rem;
	height: 49rem;
	margin: 0 auto;
	padding: 0;
	background-image: url(../../files/home/pc/40.png);
	background-position: right 5rem;
	background-size: 104rem 30.3rem;
	background-repeat: no-repeat;
	position: relative;
}

#section_4_1_1 {
	position: absolute;
	top: 22rem;
	left: 0;
	width: 55rem;
}

#section_4_1_1 > p {
	text-align: left;
}

#section_4_1_2 {
	position: absolute;
	top: 37rem;
	right: 0;
	display: flex;
	justify-content: center;
	width: 45rem;
}

#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.7rem;
	line-height: 1.3;
}

#section_4_2 {
	width: 108rem;
	margin: 0 auto;
	padding: 6rem 6rem;
	border-radius: 3.4rem;
	background-color: #fff;
}

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

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

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

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

#section_4_2 > h4 > img {
	height: 3.6rem;
	width: 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: 2.2rem;
	line-height: 1;
	color: #555;
}

#section_4_yt_frame {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 3rem 0 0;
}

#section_4_yt_frame > dl {
	width: calc(33% - 0.7rem);
	margin: 0;
	padding: 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: 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: 2.4rem;
	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 {
	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 {
	text-align: right;
}

#section_4_yt_archive > table td + th {
	padding: 0 0 0 2em;
}

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

#section_4_note::before,
#section_4_note::after {
	content: '';
	position: absolute;
	top: calc(50% + 1rem);
	width: 0;
	height: 0;
	border-left: 1.8rem solid transparent;
	border-right: 1.8rem solid transparent;
	border-top: 3rem solid var(--blue_bg);
}

#section_4_note::before {
	left: -7rem;
}

#section_4_note::after {
	right: -7rem;
}

#section_4_note a span {
	display: block;
	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: 2.2rem;
	line-height: 1.5;
	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 {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.6;
}

#section_4_note > i {
	display: none;
}

/****************************
section 5
****************************/

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

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

#section_5 > figure {
	width: 90rem;
	margin: 0 auto;
	padding: 0 0 5rem;
}


#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: 16rem 0 26rem;
	background-image: url(../../files/home/footer.png);
	background-position: center bottom -1.6rem;
	background-size: 170rem auto;
	background-repeat: repeat-x;
}

#section_6 figure {
	width: 108rem;
	margin: 0 auto;
	padding: 0 0 8rem;
}

#section_6 h3 {
	width: 94rem;
	margin: 0 auto;
	padding: 4rem 0 0;
}

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