@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	border-top: none;
}

/* ===============================================
sec_main_view
=============================================== */
.sec_main_view {
	padding: 0 0 0 0;
}

/* -----------------------------------------------
main_range
----------------------------------------------- */
.sec_main_view .main_range h2 {
	overflow: hidden;
	position: relative;
}

.sec_main_view .main_range .logo_area {
	display: block;
	position: relative;
	width: 200%;
	margin: 0 -50%;
	text-align: center;
}

.sec_main_view .main_range .txt_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec_main_view .main_range .txt_area .txt_block {
	display: block;
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sec_main_view .main_range .txt_area .txt_block .txt {
/*
	position: absolute;
	top: 50%;
	right: 0;
*/
	padding: 0 190px 0 0;
	color: #2ea7e0;
	font-size: 46px;
	transform: translateY(-25px); 
}


/* ===============================================
sec_intro
=============================================== */
.sec_intro {
	background-color: #f2f7fb;
}

.sec_intro .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 70px 0;
}

/* -----------------------------------------------
intro_range
----------------------------------------------- */
.sec_intro .intro_range .lead_mass {
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 1.8;
}

.sec_intro .intro_range .point_mass {
	margin: 0 0 40px 0;
}

.sec_intro .intro_range .point_mass li {
	margin: 30px 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

.sec_intro .intro_range .point_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_intro .intro_range .point_mass li:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	min-width: 50px;
	margin: 0 30px 0 0;
}

.sec_intro .intro_range .point_mass li:before {
	background: url(../../img/page/icon/icon_check.png) no-repeat 0 0;
}

.sec_intro .intro_range .point_mass li .txt_area {
	font-size: 30px;
	line-height: 1.3;
}

.sec_intro .intro_range .point_mass li .txt_area .hl {
	color: #2ea7e0;
}

.sec_intro .intro_range .view_mass {
	text-align: center;
}


/* ===============================================
sec_merit
=============================================== */
.sec_merit {
	margin: 0 0 0 0;
	background-color: #f2f7fb;
}

.sec_merit .inner_sec {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_merit .ttl_range {
	padding: 0 0 45px 0;
	text-align: center;
}

.sec_merit .ttl_range .icon {
	margin: 30px 0 20px 0;
}


.sec_merit .ttl_range h3 {
	margin: 0 0 0 0;
	color: #2ea7e0;
	font-size: 36px;
	font-weight: 600;
}

.sec_merit .ttl_range.blue h3 {
	color: #066fb3;
}

.sec_merit .ttl_range.blue .icon img{
	max-width: 170px;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_merit .about_range .list_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_merit .about_range .list_mass li {
	width: 302px;
	padding: 50px 18px 50px 18px;
	border: 1px solid #2ea7e0;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_merit .about_range .list_mass li .view_area {
	margin: 0 0 20px 0;
	text-align: center;
}
.sec_merit .about_range .list_mass li:nth-child(2) .view_area {
	margin: 0 0 40px 0;
}

.sec_merit .about_range .list_mass li h4 {
	margin: 0 0 20px 0;
	color: #2ea7e0;
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
}

.sec_merit .about_range .list_mass li:nth-child(2) h4 {
	margin: 0 0 30px 0;
}

.sec_merit .about_range .list_mass li .txt_area {
	font-size: 18px;
	line-height: 1.4;
}

.sec_merit .about_range .list_mass li sub {
	font-size: 60%;
}



/* ===============================================
sec_point
=============================================== */
.sec_point {
	background-color: #f2f7fb;
	margin: 0 0 0 0;
}

.sec_point .inner_sec {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 120px 0 40px 0;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_point .about_range .box_mass {
	margin: 55px 0 0 0;
	padding: 60px 0 0 0;
	border-top: 1px solid #066fb3;
}

.sec_point .about_range .box_mass:first-child {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: none;
}

.sec_point .about_range .box_mass h4 {
	margin: 0 0 45px 0;
	padding: 0 0 0 25px;
	border-left: 6px solid #066fb3;
	color: #066fb3;
	font-size: 28px;
	line-height: 1.5;
}

/*--- two_area ---*/
.sec_point .about_range .box_mass .two_area {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_point .about_range .box_mass .two_area .txt_block {
	width: 460px;
	font-size: 16px;
	line-height: 1.9;
}

/*box_02 */
.sec_point .about_range .box_mass.box_02 .two_area .view_block {
	margin: 0 0 0 65px;
}

/*--- one_area ---*/
.sec_point .about_range .box_mass .one_area .txt_block {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.9;
}

.sec_point .about_range .box_mass .one_area .txt_block sup {
	font-size: 14px;
}

.sec_point .about_range .box_mass .one_area .note_block {
	margin: 0 0 60px 0;
	font-size: 14px;
}

.sec_point .about_range .box_mass .one_area .note_block li {
	padding: 0 0 0 2em;
	text-indent: -2em;
}

.sec_point .about_range .box_mass .one_area .view_block {
	text-align: center;
}


/* ===============================================
sec_ft_pagelinks
=============================================== */
.sec_ft_pagelinks {
	background-color: #ffffff;
}

.sec_ft_pagelinks .inner_sec {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 60px 0;
}

/* -----------------------------------------------
pagelinks_range
----------------------------------------------- */
.sec_ft_pagelinks .pagelinks_range .bt_mass li {
	text-align: center;
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a {
	position: relative;
	display: inline-block;
	width: 630px;
	margin: 0 auto;
	padding: 35px 0 35px 0;
	border-radius: 12px;
	background: #8fc21d;
	background-size: contain;
	color: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: translateY(-50%) rotation(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a:hover {
	opacity: 0.7;
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a .txt {
	font-size: 30px;
	line-height: 1.2;
}

.sec_unique {
	/*
	*background: url(../../img/contents/air/sec_unique_bg.png) top center no-repeat;
	*/
	background-color: #ffffff;
}

.sec_unique .inner_sec {
	padding-top: 20px;
}

.sec_unique .title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 55px;
}

.sec_unique .title .img_ttl {
	flex: 1 0 51.7%;
}

.sec_unique .title .img_img {
	flex: 1 0 48.3%;
	text-align: left;
}

.sec_unique .title .img_img img{
	width: 100%;
	max-width: 407px;
}

.sec_unique .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sec_unique .content .text {
	flex: 1 0 47%;
	font-size: 20px;
	line-height: 1.675;
	letter-spacing: 0.06em;
}

.sec_unique .content .text p + p {
	margin-top: 35px;
}

.sec_unique .content .graph {
	flex: 1 0 53%;
	padding: 0 20px;
	text-align: center;
}

.sec_unique .content .graph img {
	max-width: 362px;
}

.sec_unique .video-container {
	position: relative;
	width: 100%;
	max-width: 991px;
	margin: 50px auto;
	aspect-ratio: 16 / 9;
}

.sec_unique .video-container::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.sec_unique .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}


.sec_merit.merit_02 .inner_sec {
	padding-bottom: 30px;
}

.sec_merit.merit_02 .ttl_range img{
	max-width: 62px;
}

.sec_merit.merit_02 {
	background-color: #ffffff;
}


.merit_02 .about_range .list_mass ul.list {
	display: block;
	padding-left: 1rem;
}

.merit_02 .about_range .list_mass ul.list li {
	border: 0;
	padding: 0;
	list-style: disc;
	width: 100%;
	padding-left: .2rem;
}

.merit_02 .about_range .list_mass ul.list li + li {
	margin-top: 1rem;
}

.merit_02 .about_range .list_mass ul.list li .note {
	font-size: 14px;
}

.merit_02 .about_range .list_mass li:nth-child(1) .view_area {
	margin: 0 0 35px 0;
}
.merit_02 .about_range .list_mass li:nth-child(1) h4 {
	margin: 0 0 25px 0;
}

.merit_02 .about_range .list_mass li:nth-child(2) .view_area {
	margin: 0 0 35px 0;
}

.merit_02 .about_range .list_mass li:nth-child(3) .view_area {
	margin: 20px 0 50px 0;
}

.merit_02 .about_range .list_mass li:nth-child(3) h4 {
	margin: 0 0 30px 0;
}

.merit_02 .wide_text {
	display: inline-block;
	background: #2ea7e0;
	color: #fff;
	line-height: 1.44;
	letter-spacing: 0.02em;
	padding: 13px 20px 13px 88px;
	position: relative;
	font-size: 18px;
	margin-top: 40px;
}

.merit_02 .wide_text::before {
	content: "";
	display: inline-block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 20px;
	background: url(../../img/contents/air/sec_unique_ex_mark.svg) center center / contain no-repeat;
	transform: translateY(-50%);
}

.recommend {
	margin-top: 100px;
	margin-bottom: 90px;
}
.recommend .title {
	background: #f2f7fb;
	border-radius: 50rem;
	padding: 5px 40px !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	position: relative;
	margin-bottom: 35px;
	gap: 0 !important;
}
.recommend .title::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 27px solid #f2f7fb;
	border-bottom: 0;
	left: 50%;
	bottom: -27px;
	transform: translateX(-50%);
}
.recommend .title .main {
	font-size: 36px;
	letter-spacing: -0.02em;
	color:#2ea7e0;
	display: inline-block;
}
.recommend .title .sub {
	font-size: 25.7px;
	letter-spacing: 0.08em;
	color: #00135f;
	display: inline-block;
}
.recommend .recommend_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.recommend .recommend_list .item {
	flex: 1 1 calc(50% - 20px);
	border: 3px solid #2ea7e0;
}
.recommend .recommend_list .item .ttl {
	background: #2ea7e0;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 20px;
	letter-spacing: -0.04em;
}
.recommend .recommend_list .item .text {
	color: #00135f;
	font-size: 18px;
	padding: 20px 20px;
	letter-spacing: 0.02em;
}











