@charset "UTF-8";
/*===================================================================
	Corporate page - index.html
===================================================================*/

/* main_visual_content */
.main_visual_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/* img_link_col */
	.img_link_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* img_link_col */
.img_link_col .col_inner a {
	display: block;
	position: relative;
}
.img_txt_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	color: #fff;
	font-weight: bold;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* link_blank */
.link_blank {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* heading_ttl02 */
.heading_ttl02 {
	font-weight: normal;
	line-height: 1.5;
}
/* txt_btn_col_2_1 */
.txt_btn_col_2_1 .col_inner .txt > p {
	line-height: 2;
	letter-spacing: 0.8px;
}
/* btn_type_01 */
.btn_type_01 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
	min-height: 64px;
	background-color: #10218b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
/* card_img_txt_2_1 */
.card_img_txt_2_1 .card_txt_content h3 {
	font-weight: normal;
}
/* btn */
.btn:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: -1;
    content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.btn.btn_blank:before {
	background: url("/corporate/common/img/icon_new_window_white.png") no-repeat;
	background-size: cover;
}
.btn.btn_arrow:before {
	width: 11.08px;
	height: 8px;
	background: url("/corporate/common/img/icon_arrow_right_white.png") no-repeat;
	background-size: cover;
}
/* heading_ttl03 */
.heading_ttl03 {
	position: relative;
	line-height: 1.5;
}
.heading_ttl03:after {
	display: block;
	position: absolute;
	left: 50%;
	content: '';
}
.pickup_col_2_1 .pickup_vid_link a {
	display: block;
	position: relative;
}
.pickup_col_2_1 .pickup_vid_link a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url("/corporate/common/img/icon_play.png");
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/* txt_link */
.txt_link {
	display: inline-block;
	position: relative;
	color: #005AB4;
}
.txt_link:after {
	display: block;
	position: absolute;
	top: 50%;
	right: -28px;
	width: 18px;
	height: 18px;
	background-image: url("/corporate/common/img/icon_arrow_right_solid_blue.png");
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;

}
.img_link_col .col_inner,
.pickup_col_2_1 .pickup_vid_link,
.pickup_col_2_1 .img_banner {
	overflow: hidden;
	border-radius: 10px;
}
.img_link_col .col_inner a .img_thumb,
.pickup_col_2_1 .pickup_vid_link a .img_thumb {
	display: block;
	border-radius: 10px;
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	-o-transition: transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pickup_col_2_1 .img_banner a .img_thumb {
	display: block;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------------------
font settings general
-------------------------*/
.heading_ttl02,
.heading_ttl03,
.text_01,
.sub_ttl,
.txt_btn_col_2_1 .col_inner .txt > p,
.card_img_txt_2_1 .card_txt_content h3,
.btn_type_01 a {
	font-family: 'Meiryo', sans-serif;
}

/* img_banner hover */
.section_01 .img_banner a {
	position: relative;
	display: inline-block;
}
.section_01 .img_banner a:after {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 14px;
	width: 21px;
	height: 16px;
	background-image: url("/corporate/common/img/icon_new_window_white.png");
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
/* modal-close override default */
.mfp-close {
	opacity: 0.75 !important;
}
/* modal-close button focus */
.mfp-close:focus-visible {
	outline: none;
	-webkit-box-shadow: 0 0 2px 2px #005AB4;
	box-shadow: 0 0 2px 2px #005AB4;
}

/* PC styles */
@media print, screen and (min-width: 768px) {
	/* main_visual_area */
	.main_visual_area {
		background: url("/corporate/img/mainvisual_corporate.jpg") center no-repeat;
	}
	.main_visual_content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		min-height: 354px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main_visual_content h1 {
		position: absolute;
		top: 118px;
		font-size: 48px;
	}
	/* section_01 */
	.section_01 {
		position: relative;
		background: url("/corporate/img/bg_01.jpg") top center no-repeat, url("/corporate/common/img/white_bg.png") top left repeat-x,url("/corporate/common/img/white_bg.png") top right repeat-x #E5EEF7;
	}
	.section_01_content {
		padding: 124px 0 120px;
	}
	.section_01_content .heading_ttl02 {
		margin-bottom: 25px;
	}
	.section_01_content .text_01 {
		font-size: 26px;
		line-height: 2.4;
		letter-spacing: -0.08px;
	}
	.section_01_content .img_link_col {
		margin-top: 110px;
	}
	.section_01 .img_banner a:hover img {
		opacity: 0.7;
	}
	.section_01 .img_banner a img.banner_blank:after {
		width: 17px;
		height: 13px;
	}
	.section_01 .text_01  {
		margin-bottom: 50px;
	}
	.section_01 .card_img_txt_2_1 {
		margin-top: 100px;
	}
	.section_01 .card_img_txt_2_1 > .col_inner .card_txt_content {
		padding-right: 50px;
	}

	/* img_link_col */
	.img_link_col {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.img_link_col .col_inner img {
		width: 100%;
	}
	.img_link_col._col_2_1 .col_inner{
		width: auto;
	}
	.img_link_col._col_3_1 .col_inner {
		width: calc((100% - 112px) / 3);
	}
	.img_link_col._col_4_1 .col_inner {
		width: calc((100% - 168px) / 4);
	}
	.section_01 .img_link_col._col_4_1 .img_txt_link {
		font-size: 22px;
	}
	.img_txt_link {
		font-size: 28px;
	}
	.section {
		padding: 124px 0 120px;
	}
	/* card_img_txt_2_1 */
	.card_img_txt_2_1 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.card_img_txt_2_1 > .col_inner > * {
		width: calc((100% - 30px) / 2);
	}
	.card_img_txt_2_1 .col_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.card_img_txt_2_1 > .col_inner .card_img_thumb img {
		width: 100%;
	}
	.card_img_txt_2_1 > .col_inner .card_txt_content {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.section_01 .card_img_txt_2_1 > .col_inner .card_txt_content {
		padding: 49px 50px 48px 52px;
	}
	.section_02 .card_img_txt_2_1 > .col_inner .card_txt_content {
		padding: 49px 50px 48px 52px;
	}
	.section_02 .card_img_txt_2_1 .card_txt_content h3 {
		margin-bottom: 24px;
		line-height: 2;
		letter-spacing: -0.08px;
	}
	.section_02 .card_img_txt_2_1 .card_txt_content .sub_content {
		margin-bottom: 33px;
	}
	.card_img_txt_2_1 .card_txt_content .sub_detail > * {
		width: calc((100% - 50px) / 2);
	}
	.card_img_txt_2_1 .card_txt_content .sub_detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.card_img_txt_2_1 .card_txt_content h3 {
		margin-bottom: 16px;
		font-size: 28px;
		letter-spacing: 1.12px;
	}
	.card_img_txt_2_1 .card_txt_content .sub_content {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 1.5;
	}
	/* heading_ttl02 */
	.heading_ttl02 {
		font-size: 56px;
		letter-spacing: 2.24px;
	}
	/* txt_btn_col_2_1 */
	.txt_btn_col_2_1 .col_inner .txt > p {
		font-size: 20px;
	}
	.txt_btn_col_2_1 .col_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.txt_btn_col_2_1 .col_inner > * {
		width: calc((100% - 68px) / 2);
	}
	.txt_btn_col_2_1 {
		margin-top: 50px;
		font-size: 20px;
	}
	.txt_btn_col_2_1 .col_inner .txt {
		text-align: justify;
		line-height: 1.8;
	}
	/* btn_type_01 */
	.pc_btn_w_400 {
		min-width: 400px !important;
	}
	.btn_type_01 {
		max-width: 400px;
	}
	.btn_type_01 a {
		padding: 18px 50px;
		font-size: 18px;
		line-height: 1.5;
	}
	/* section_02 */
	.section_02 {
		position: relative;
		background: url("/corporate/img/bg_02.jpg") top center no-repeat,url("/corporate/common/img/white_bg.png") top left repeat-x,url("/corporate/common/img/white_bg.png") top right repeat-x #E5EEF7;
	}
	.section.section_02 .heading_ttl02 {
		margin-bottom: 35px;
	}
	.section_02 {
		padding: 145px 0 120px;
	}
	.section_02_content .text_01 {
		font-size: 20px;
		line-height: 2;
		letter-spacing: 0.8px;
	}
	/* heading_ttl03 */
	.heading_ttl03 {
		position: relative;
		padding-bottom: 57px;
		font-size: 36px;
	}
	.heading_ttl03:after {
		width: 2px;
		height: 52px;
		margin-top: 15px;
		background-image: url("/corporate/common/img/bg_line.png");
		background-repeat: no-repeat;
	}
	.section_02_content .card_img_txt_2_1 {
		margin-top: 132px;
	}
	/* pickup_area */
	.pickup_area {
		padding: 128px 0 124px;
	}
	/* pickup_col_2_1 */
	.pickup_col_2_1 {
		margin-top: 47px;
	}
	.pickup_col_2_1 .col_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.pickup_col_2_1 .col_inner > .txt{
		width: calc((100% - 56px) / 2);
		padding: 49px 52px 42px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pickup_col_2_1 .pickup_text {
		margin-bottom: 27px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.pickup_col_2_1 .pickup_vid_link {
		margin-bottom: 40px;
	}
	.pickup_col_2_1 .pickup_vid_link a:after {
		width: 86px;
		height: 86px;
	}
	.pickup_col_2_1 .pickup_vid_link img,
	.pickup_col_2_1 .img_banner img {
		width: 100%;
	}
	.pickup_col_2_1 .img_banner {
		margin-bottom: 20px;
	}
	.pickup_col_2_1 .img_banner {
		margin-bottom: 15px;
	}
	.txt_link {
		font-size: 14px;
		letter-spacing: 0.6px;
	}
	.sub_ttl {
		font-size: 18px;
	}
	/* link_blank */
	.link_blank img {
		width: auto;
	}
	.btn.btn_blank:before {
		width: 17px;
		height: 13px;
	}
	.btn:before {
		right: 64px;
	}
	.btn:hover:before {
		right: 46px;
	}
	.pickup_col_2_1 .img_banner a .img_thumb {
		overflow: hidden;
		margin-bottom: 15px;
	}
	/*-------------------------
	hover/transitions
	-------------------------*/
	.img_link_col .col_inner a:hover .img_thumb,
	.pickup_col_2_1 .pickup_vid_link a:hover .img_thumb {
		border-radius: 10px;
		-webkit-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pickup_col_2_1 .img_banner a .img_thumb img {
		-webkit-transition: -webkit-transform .6s;
		transition: -webkit-transform .6s;
		-o-transition: transform .6s;
		transition: transform .6s;
		transition: transform .6s, -webkit-transform .6s;
	}
	.pickup_col_2_1 .img_banner a:hover .img_thumb img {
		display: block;
		border-radius: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	.btn_type_01 a:hover {
		background-color: #4083C7;
	}
	.btn:before:hover {
		right: 58px;
	}
	a:hover .txt_link:after {
		right: -34px;
	}
	a:hover .txt_link {
		color: #FF3300;
		text-decoration: underline;
	}
}

/* SP styles */
@media screen and (max-width:767px) {
	.wrap,
	.sp_wrap {
		padding: 0 15px;
	}
	.sp_wrap_30 {
		padding: 0 30px;
	}
	.sp_no_wrap {
		padding: 0 !important;
	}
	.findCorporate {
		padding: 0 !important;
	}
	.main_area img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.main_visual_content {
		display: block;
	}
	.main_visual_content h1 {
		position: absolute;
		top: 57px;
		left: 50%;
		font-size: 40px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	/* section */
	.section {
		padding: 80px 0 64px;
	}
	/* section_01 */
	.section_01 {
		background: url("/corporate/img/bg_01_sp.jpg") top center no-repeat #E5EEF7;
		background-size: contain;
	}
	.section_01_content {
		padding: 80px 0 70px;
	}
	.section_01_content .heading_ttl02 {
		margin-bottom: 7px;
	}
	.section_01_content .img_link_col  {
		margin-top: 58px;
	}
	.section_01 .text_01 {
		margin-bottom: 30px;
	}
	.img_link_col {
		display: block;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* img_txt_link */
	.img_txt_link {
		font-size: 18px;
	}
	.img_link_col .col_inner:not(:first-child) {
		margin-top: 24px;
	}
	/* heading_ttl02 */
	.heading_ttl02 {
		margin-bottom: 24px;
		font-size: 22px;
		letter-spacing: 0.5px;
	}
	/* txt_btn_col_2_1 */
	.txt_btn_col_2_1 .col_inner .txt > p {
		margin-bottom: 40px;
		font-size: 14px;
	}
	/* btn_type_01 */
	.btn_type_01 a {
		max-width: 285px;
		margin: 0 auto;
		padding: 20px 20px;
		font-size: 16px;
	}
	/* card_img_txt_2_1 */
	.card_img_txt_2_1 {
		margin-top: 57px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.card_img_txt_2_1 > .col_inner .card_txt_content {
		padding: 32px 30px 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.card_img_txt_2_1 .card_txt_content h3 {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 1.7;
		letter-spacing: 0.7px;
	}
	.card_img_txt_2_1 .card_txt_content .sub_content {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.8;
	}
	/* section_02 */
	.section_02 {
		padding: 80px 0 46px;
		background: url("/corporate/img/bg_02_sp.jpg") top -11% center no-repeat #E5EEF7;
		background-size: contain;
	}
	.section_02_content .heading_ttl02 {
		margin-bottom: 16px;
	}
	.section_02_content .card_img_txt_2_1 {
		margin-top: 75px;
	}
	.section_02_content .card_img_txt_2_1 .card_txt_content .sub_content {
		margin-bottom: 21px;
	}
	/* text_01 */
	.text_01 {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.8px;
	}
	/* heading_ttl03  */
	.heading_ttl03 {
		padding-bottom: 24px;
		font-size: 32px;
		line-height: 1.4;
		letter-spacing: 1px;
	}
	.heading_ttl03:after {
		width: 2px;
		height: 24px;
		margin-top: 7px;
		background-image: url("/corporate/common/img/bg_line_sp.png");
		background-repeat: no-repeat;
	}
	/* pickup_col_2_1 */
	.pickup_area .pickup_col_2_1 {
		margin-top: 47px;
	}
	.pickup_col_2_1 .pickup_text {
		margin-bottom: 20px;
		font-size: 16px;
		letter-spacing: 1.92px;
	}
	.pickup_col_2_1 .pickup_vid_link {
		margin-bottom: 24px;
	}
	.pickup_col_2_1 .pickup_vid_link a:after {
		width: 60px;
		height: 60px;
	}
	.pickup_col_2_1 .col_inner .txt:not(:first-child) {
		margin-top: 16px;
	}
	.pickup_col_2_1 .col_inner > .txt{
		padding: 30px 30px 38px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pickup_col_2_1 .pickup_text {
		margin-bottom: 16px;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.pickup_col_2_1 .img_banner .img_thumb {
		margin-bottom: 16px;
	}
	/* txt_link */
	.txt_link {
		font-size: 14px;
	}
	/* link_blank */
	.link_blank img {
		max-width: 75%;
		width: 75%;
	}
	/* btn_blank */
	.btn.btn_blank:before {
		width: 15.75px;
		height: 12px;
	}
	/* sub_ttl */
	.sub_ttl {
		font-size: 14px;
		letter-spacing: 0.2px;
	}
	.txt_link:after {
		right: -33px;
	}
	#contents {
		padding: 0;
	}
	.section_01 .img_banner a:after {
		bottom: 5px;
		width: 16px;
		height: 12px;
	}
}

@media only screen and (min-width: 1240px) and (max-width: 1252px) {
	.section_01 .card_img_txt_2_1 > .col_inner .card_txt_content {
		padding: 70px 35px 70px 0;
	}
	.section_02 .card_img_txt_2_1 > .col_inner .card_txt_content {
		padding: 49px 40px 48px 52px;
	}
}

/* next_start */
a.next_start_wrap {
    color: inherit;
}
a.next_start_wrap:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: 0.6s;
}
.next_start {
	margin-top: 50px;
	background: #f7f6ed;
	border: solid 4px #005043;
	border-radius: 10px;
	overflow: hidden;
}
.next_start_title {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 50px 40px 44px;
	letter-spacing: -.03em;
}
.next_start_title h3 {
	flex: 0 0 582px;
	margin: 0;
}
.next_start_title p {
	flex: 1 0 0%;
	margin: 0;
	font-size: 22px;
	line-height: 1.73;
}
.next_start_title p strong {
	font-size: 28px;
	color: #007360;
}
.next_start_body {
	position: relative;
	padding: 0 0 50px 83px;
	display: flex;
	align-items: center;
	gap: 50px;
}
.next_start_logo {
	flex: 0 0 216px;
}
.next_start_btn {
	transition: all .6s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 110px;
	border-radius: 10px;
	background: #005043;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.416;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
}
.next_start_btn:hover {
	opacity: .75;
}
.next_start_btn i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.next_start_btn i img {
	display: block;
}
.next_start_ill {
	position: absolute;
	right: 29px;
	bottom: 0;
}

@media screen and (max-width:767px) {
	.next_start {
		margin-top: 35px;
	}
	.next_start_title {
		flex-direction: column;
		gap: 20px;
		padding: 30px 19px;
	}
	.next_start_title h3 {
		flex: 0 0 auto;
	}
	.next_start_title h3 img {
		width: 100%;
		max-width: 291px;
		height: auto;
	}
	.next_start_title p {
		font-size: 17px;
	}
	.next_start_title p br {
		display: none;
	}
	.next_start_title p strong {
		font-size: 20px;
	}
	.next_start_body {
		flex-direction: column;
		gap: 25px;
		padding: 0 26px;
	}
	.next_start_logo {
		flex: 0 0 auto;
		text-align: center;
	}
	.next_start_logo img {
		width: 100%;
		max-width: 156px;
		height: auto;
	}
	.next_start_btn {
		width: 100%;
		height: 100px;
		font-size: 18px;
		line-height: 1.27;
	}
	.next_start_ill {
		position: static;
		text-align: center;
	}
	.next_start_ill img {
		width: 100%;
		max-width: 222px;
		height: auto;
	}
}

/* ses40th */
.ses40th {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.ses40th .ses40th_txt {
	font-family: "BIZ UDPƒSƒVƒbƒN","BIZ UDPGothic";
	font-size: 30px;
	color: #014099;
}
@media screen and (max-width:767px) {
	.ses40th .ses40th_txt {
		font-size: 16px;
	}
	.ses40th img {
		margin-right: -46px;
	}
}