@charset "UTF-8";

/*main visual*/
.main_visual .slide {
	min-height: 450px;
	border-top: 1px solid #e3e1d7;
	position: relative;
	transition: all .3s ease
}

.main_visual .slide:hover {
	opacity: .8;
}

.main_visual .slide a {
	display: block;
	width: 100%;
	height: 450px
}

.main_visual .slide01 {
	background: url(/_assets/img/home/main_slide01.jpg) no-repeat center;
	background-size: cover;
}

.main_visual .slide02 {
	background: url(/_assets/img/home/main_slide02.jpg) no-repeat center;
	background-size: cover;
}

.main_visual .slide03 {
	background: url(/_assets/img/home/main_slide03.jpg) no-repeat center;
	background-size: cover;
}

.main_visual .slide04 {
	background: url(/_assets/img/home/main_slide04.jpg) no-repeat center;
	background-size: cover;
}

.main_visual .slide05 {
	background: url(/_assets/img/home/main_slide05.jpg) no-repeat center;
	background-size: cover;
}

.main_visual .slide06 {
	background: url(/_assets/img/home/main_slide06.jpg) no-repeat center;
	background-size: cover;
}

.main_visual .slide07 {
	background: url(/_assets/img/home/main_slide07.jpg) no-repeat center;
	background-size: cover;
}

.main_visual .slide08 {
	background: url(/_assets/img/home/main_slide08.jpg) no-repeat center;
	background-size: cover;
}

@media only screen and (max-width: 735px) {
	.main_visual .slide {
		min-height: auto
	}
	
	.main_visual .slide a {
		height: auto
	}
	
	.main_visual .slide01 {
		background: 0 0
	}
	
	.main_visual .slide02 {
		background: 0 0
	}
	
	.main_visual .slide03 {
		background: 0 0
	}
	
	.main_visual .slick-prev,
	.main_visual .slick-next {
		width: 24px;
		height: 35px;
		background-size: cover;
		background-position: 50%
	}
	
	.main_visual .bx-wrapper .bx-pager {
		bottom: 10px
	}
	
	.main_visual .slide_btn {
		top: 83%
	}
	
	.main_visual .slide_btn a {
		padding: 2px 10px
	}
	
	
}

.g-container {
	font-weight: 500;
	padding: 0 0 110px;
}

.g-container a:hover {
	color: #0070C0;
}

.u-title_en:before {
	content: attr(data-en);
	color: #0D3387;
	font-size: 14px;
	line-height: 1.25;
	padding: 0 0 5px;
	display: block;
}

.u-icon_arrow {
	padding-right: 22px;
	position: relative;
}

.u-icon_arrow:after {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 2px;
	background: #0D3387 url("/_assets/img/home/arrow_01_white.svg") no-repeat center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.u-link_zoom figure {
	overflow: hidden;
	transform: translateZ(0);
}

.u-link_zoom figure img {
	transition: .5s;
}

.u-link_zoom:hover figure img {
	transform: scale(1.05);
}




/*news*/
.l-news {
	margin: 90px -32px 0;
	display: flex;
}

.l-news .noDataText {
	margin-top: 15px;
	display: inline-block;
}

.l-news_inner {
	width: calc(100% / 2 - (32px * 2));
	margin-inline: 32px;
	position: relative;
}

.l-news_more {
	font-size: 16px;
	font-weight: 500;
	margin: 30px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.l-news_title {
	padding: 0 0 5px;
	border-bottom: 1px solid #0D3387;
}

.l-news_title b {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	display: inline-block;
}

.l-news_items > li {
	font-size: 14px;
	padding: 17px 0 15px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.l-news_items time {
	margin: 18px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.l-news_items .label {
	margin: 0 0 0 8.5em;
	display: flex;
}

.l-news_items .label li {
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	min-width: 96px;
	margin: 0 5px 0 0;
	padding: 3px 0;
	background: #444;
	border-radius: 2px;
}

.l-news_items p {
	line-height: 1.5;
	margin: 10px 0 0;
}

/*service*/
.l-service {
	margin: 155px 0 0;
	background: #EEEDEA;
}

.l-service .u-tab_group {
	position: relative;
}

.l-service .u-tab_button_items {
	width: 100%;
	padding-inline: 42px;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0,-100%);
}

.l-service .u-tab_button_item {
	width: calc(100% / 3);
	padding-inline: 4px;
}

.l-service .u-tab_button_item em {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	background: #0D3387;
	height: 100%;
	padding: 20px 0;
	display: block;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	transition: .2s;
}

.l-service .u-tab_button_item em:hover {
	opacity: .8;
}

.l-service .u-tab_button_item em br {
	display: none;
}

.l-service .u-tab_button_item.active em {
	color: #0D3387;
	background: #EEEDEA;
	cursor: default;
}

.l-service .u-tab_button_item.active em:hover {
	opacity: 1;
}

.l-service .u-tab_panel {
	display: none;
}

.l-service .u-tab_panel.active {
	display: block;
}

.l-service .u-tab_panel_inner {
	padding-top: 90px;
	padding-bottom: 90px;
	opacity: 0;
	transition: opacity 1s;
}

.l-service .u-tab_panel.active .u-tab_panel_inner {
	animation: tab_panel_inner_show .3s both;
}

@keyframes tab_panel_inner_show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.l-service_main {
	width: calc(50% - 12px);
	min-height: 240px;
	position: relative;
}

.l-service_image {
	width: 50vw;
	margin: -45px 0 0;
	padding: 0 0 0 50px;
	position: absolute;
	left: 50%;
}

.l-service_image img {
	height: 266px;
	object-fit: contain;
}


.l-service_title b {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	display: block;
}

.l-service_title + * {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	margin: 18px 0 0;
}

.l-service_menu {
	margin-inline: -13px;
	display: flex;
	flex-wrap: wrap;
}

.l-service_menu > * {
	margin-top: 32px;
	padding-inline: 13px;
}

.l-service_menu > .row1 {
	width: calc(100% / 3);
}

.l-service_menu > .row2 {
	width: calc(100% / 3 * 2);
}

.l-service_menu > .row3 {
	width: calc(100% / 3 * 3);
}

.l-service_menu > .row2_large {
	width: calc(100% / 2);
}

.l-service_menu .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.l-service_menu .title + * {
	margin-top: 10px;
}

.l-service_menu ul {
	margin-inline: -13px;
	display: flex;
}

.l-service_menu ul li {
	padding-inline: 13px;
}

.l-service_menu .row1 ul li {
	width: calc(100% / 1);
}

.l-service_menu .row2 ul li {
	width: calc(100% / 2);
}

.l-service_menu .row2_large ul {
	display: block;
}

.l-service_menu .row2_large ul li {
	width: 100%;
}

.l-service_menu .row2_large ul li:nth-child(n + 2) {
	margin-top: 8px;
}

.l-service_menu ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	width: 100%;
	padding: 18px 40px 18px 20px;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.l-service_menu ul li a:hover {
	color: #fff;
	background: #0D3387;
}

.l-service_menu ul li a:after {
	margin-right: 20px;
}

.l-service_menu ul li a:hover:after {
	background-color: #fff;
	background-image: url("/_assets/img/home/arrow_01_blue.svg");
}

.l-service_menu .row2 ul li.large {
	width: 100%;
}

/*2 row*/
.tab_flex_wrap {
	margin-inline: -30px;
	display: flex;
}

.tab_flex_wrap .u-tab_panel_inner {
	width: calc(100% / 2);
	padding-inline: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.tab_flex_wrap .l-service_main {
	width: 100%;
}

.tab_flex_wrap .l-service_title b {
	font-size: 30px;
}

.tab_flex_wrap .l-service_title + * {
	width: 60%;
}

.tab_flex_wrap .l-service_image {
	width: 40%;
	margin-top: 85px;
	padding-right: 0;
	padding-left: 30px;
	top: 0;
	right: 0;
	left: auto;
}

.tab_flex_wrap .l-service_image img {
	height: auto;
}

.tab_flex_wrap .l-service_menu {
	min-height: 315px;
	display: block;
}

.tab_flex_wrap .l-service_menu ul {
	display: block;
}

.tab_flex_wrap .corp_box {
	background: #fff;
	padding: 20px;
}

.tab_flex_wrap .corp_box p {
	font-size: 14px;
	line-height: 1.75;
}

.tab_flex_wrap .corp_box ul {
	margin-inline: 0;
}

.tab_flex_wrap .corp_box ul li {
	margin-top: 10px;
	padding-inline: 0;
}


.tab_flex_wrap .corp_box ul li a {
	color: #fff;
	padding: 0;
	background: #0D3387;
	display: flex;
	flex-direction: row;
}

.tab_flex_wrap .corp_box ul li a:hover {
	opacity: .8;
}

.tab_flex_wrap .corp_box ul li a:after {
	background-image: url("/_assets/img/home/arrow_01_blue.svg");
	background-color: #fff;
}

.tab_flex_wrap .corp_box ul li a > figure {
	width: 35%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
}

.tab_flex_wrap .corp_box ul li a > figure img {
	height: 100%;
	object-fit: contain;
}

.tab_flex_wrap .corp_box ul li a > span {
	font-size: 14px;
	line-height: 1.75;
	width: calc(100% - 35%);
	padding: 0 50px 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*action*/
.l-action {
	margin-top: calc(90px - 15px);
}

.l-action_buttons {
	margin-inline: -15px;
	display: flex;
}

.l-action_buttons > * {
	width: calc(100% / 2);
	padding: 15px;
}

.l-action_buttons a {
	min-height: 150px;
	padding: 0 0 0 5.75%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 4px solid #E7EAED;
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
}

.l-action_buttons a:hover {
	color: #fff;
	background-color: #0D3387;
}

.l-action_buttons a .u-icon_arrow:after {
	transition: .35s ease-in-out;
}

.l-action_buttons a:hover .u-icon_arrow:after {
	background-color: #fff;
	background-image: url("/_assets/img/home/arrow_01_blue.svg");
}

.l-action_buttons .title {
	width: calc(50% - 16px)
}

.l-action_buttons .title b {
	font-size: 16px;
	font-weight: 500;
	padding-right: 0;
	display: block;
}

.l-action_buttons .title b:after {
	vertical-align: middle;
	margin-top: -.1em;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
	transform: none;
}

.l-action_buttons .title + * {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	width: calc(50% - 16px);
	padding: 12px 2em 0 0;
}

.l-action_buttons .image {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.l-action_buttons .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*total_creator*/
.l-total_creator {
	margin-top: calc(90px - 15px);
}

.l-total_creator .title b {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .125em;
	display: block;
}

.l-total_creator .title + * {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	margin-top: 15px;
}

.l-total_creator_inner {
	display: flex;
	align-items: center;
}


.l-total_creator .main {
	width: calc(100% - 57.65%);
	padding: 0 54px 0 0;
}

.l-total_creator .image {
	width: 57.65%;
}

/*contents*/
.l-contents {
	margin-bottom: 0;
}

.l-contents .category {
	margin-top: 90px;
	display: flex;
	align-items: center;
}

.l-contents .image {
	width: 50%;
}

.l-contents .main {
	width: 50%;
	padding: 0 0 0 40px;
}

.l-contents .title b {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: .125em;
	display: block;
}

.l-contents .title a {
	padding-right: 28px;
}

.l-contents .lists {
	margin-top: 10px;
	margin-inline: -12px;
	display: flex;
	flex-wrap: wrap;
}

.l-contents .lists > * {
	width: calc(100% / 2 - (12px * 2));
	margin: 15px 12px 0;
	border-bottom: 1px solid #ddd;
}

.l-contents .lists a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 7px 15px 7px 0;
	display: block;
	position: relative;
}

.l-contents .lists a:hover {
	text-decoration: underline;
}

.l-contents .lists a:after {
	content: url("/_assets/img/home/arrow_01_blue.svg");
	position: absolute;
	top: calc(50% - .1em);
	right: 0;
	transform: translate(0,-50%);
}

.l-contents .lists > .large {
	width: 100%;
}

.l-contents .lists > .large.-first {
	margin-top: 30px;
}

.l-contents .lists > .large a {
	width: 100%;
	padding: 17px 30px 15px;
	border: 4px solid #E7EAED;
}

.l-contents .lists > .large a:hover {
	color: #fff;
	text-decoration: none;
	background: #0D3387;
}

.l-contents .lists > .large a:after {
	content: '';
	margin-right: 30px;
}

.l-contents .lists > .large a:hover:after {
	background-color: #fff;
	background-image: url("/_assets/img/home/arrow_01_blue.svg");
}

.l-contents .category:nth-child(even) {
	flex-direction: row-reverse;
}

.l-contents .category:nth-child(even) .main {
	padding-left: 0;
	padding-right: 40px;
}

/*banners*/
.l-banners {
	margin-top: 90px;
}

.l-banners_inner {
	margin-inline: -13px;
	position: relative;
}

.l-banners_inner:nth-child(n + 2) {
	margin-top: calc(100px - (13px * 2));
}

.l-banners_inner:nth-child(n + 2):after {
	content: '';
	width: calc(100% - (13px * 2));
	height: 1px;
	margin-top: -36px;
	background: #ddd;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.l-banners .items {
	display: flex;
	flex-wrap: wrap;
}

.l-banners .items > * {
	width: calc(100% / 2);
	padding: 13px;
}

.l-banners .items > * .title b {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .05em;
}

.l-banners .items > * .title + a {
	margin-top: 15px;
	display: block;
}

.l-banners .items a:not(.u-link_zoom):hover img {
	opacity: .8;
}

@media screen and (max-width: 1023px) {
	.u-inner {
		max-width: none;
	}
	
	.l-action_buttons .title + * br {
		display: none;
	}
	
	.l-contents .title b {
		letter-spacing: 0;
	}
	
	.tab_flex_wrap {
		margin-inline: -15px;
	}
	
	.tab_flex_wrap .u-tab_panel_inner {
		padding-inline: 15px;
	}
	
	.tab_flex_wrap .corp_box ul li a > span {
		font-size: 13px;
		padding-left: 10px;
	}
	
	.tab_flex_wrap .corp_box ul li a > span br {
		display: none;
	}
	
}

@media screen and (max-width: 735px) {
	
	.l-news {
		margin: 0;
		display: block;
	}
	
	.l-news_inner {
		width: 100%;
		margin: 50px 0 0;
	}
	
	.l-news_more {
		text-align: right;
		margin: 15px 0 0;
		position: relative;
		top: auto;
		right: auto;
	}
	
	.l-service {
		margin-top: 170px;
	}
	
	.l-service .u-tab_button_items {
		padding-inline: 0;
	}
	
	.l-service .u-tab_button_item em {
		font-size: 12px;
	}
	
	.l-service .u-tab_button_item em br {
		display: inline-block;
	}
	
	.l-service .u-tab_panel_inner {
		padding-top: 0;
		padding-bottom: 50px;
		display: flex;
		flex-direction: column;
	}
	
	.l-service_main {
		width: 100%;
		min-height: 0;
		margin-top: 50px;
		order: 1;
	}
	
	.l-service_title b {
		font-size: 32px;
	}
	
	.l-service_image {
		width: 100%;
		margin: 50px 0 0;
		padding: 0;
		position: relative;
		left: auto;
		order: 2;
	}
	
	.l-service_image img {
		height: auto;
	}
	
	.l-service_menu {
		margin-inline: 0;
		display: block;
		order: 3;
	}
	
	.l-service_menu > * {
		margin-top: 0;
		padding-inline: 0;
	}
	
	.l-service_menu > .row1,
	.l-service_menu > .row2,
	.l-service_menu > .row3 {
		width: 100%;
	}
	
	.l-service_menu ul {
		margin-inline: 0;
		display: block;
	}
	
	.l-service_menu ul li {
		padding-inline: 0;
	}
	
	.l-service_menu ul li:nth-child(n + 2) {
		margin-top: 12px;
	}
	
	.l-service_menu .row1 ul li,
	.l-service_menu .row2 ul li,
	.l-service_menu .row3 ul li {
		width: 100%;
		padding-inline: 0;
	}
	
	.l-service_menu > .row2_large {
		width: 100%;
	}
	
	.l-service_menu .title {
		margin-top: 50px;
	}
	
	.tab_flex_wrap {
		margin-inline: 0;
		flex-direction: column;
	}
	
	.tab_flex_wrap .u-tab_panel_inner {
		width: 100%;
		padding-inline: 0;
	}
	
	.tab_flex_wrap .l-service_title {
		min-height: 7.5em;
		padding-right: calc(32.5% + 15px);
	}
	
	.tab_flex_wrap .l-service_title + * {
		width: 100%;
	}
	
	.tab_flex_wrap .l-service_image {
		width: 27.5%;
		margin-top: -25px;
		margin-right: 5px;
		padding-left: 0;
		position: absolute;
	}
	
	.tab_flex_wrap .l-service_menu {
		min-height: 0;
	}
	
	.tab_flex_wrap .l-service_menu .title {
		margin-top: 20px;
	}
	
	.l-action {
		margin-top: calc(50px - 24px);
	}
	
	.l-action_buttons {
		margin-inline: 0;
		display: block;
	}
	
	.l-action_buttons > * {
		width: 100%;
		padding: 24px 0 0;
	}
	
	.l-action_buttons .image {
		width: 110px;
	}
	
	.l-action_buttons a {
		min-height: 120px;
		padding-left: 24px;
	}
	
	.l-action_buttons .title {
		width: calc(100% - 140px);
	}
	
	.l-action_buttons .title + * {
		width: calc(100% - 140px);
		padding-right: 0;
	}
	
	.l-total_creator_inner {
		display: block;
	}
	
	.l-total_creator .main {
		width: 100%;
	}
	
	.l-total_creator .image {
		width: 100%;
		margin-top: 50px;
	}
	
	.l-total_creator .title b {
		font-size: 32px;
	}
	
	.l-total_creator .title + * {
		margin-top: 10px;
	}
	
	
	.l-contents .category {
		margin-top: 80px;
		display: block;
	}
	
	.l-contents .image {
		width: 100%;
	}
	
	.l-contents .main {
		width: 100%;
		margin-top: 24px;
		padding: 0;
	}
	
	.l-contents .title b {
		font-size: 32px;
	}
	
	.l-contents .lists {
		margin-inline: 0;
		display: block;
	}
	
	.l-contents .lists > * {
		width: 100%;
		margin-inline: 0;
	}
	
	.l-contents .category:nth-child(even) .main {
		padding-right: 0;
	}
	
	.l-banners {
		margin-top: calc(80px - 24px);
	}
	
	.l-banners_inner {
		margin-inline: 0;
	}
	
	.l-banners .items {
		display: block;
	}
	
	.l-banners .items > * {
		width: 100%;
		padding: 24px 0 0;
	}
	
	.l-banners_inner:nth-child(n + 2):after {
		width: 100%;
		margin-top: -26px;
	}
	
}

@media screen and (max-width: 479px) {
	
	.tab_flex_wrap .l-service_image {
		margin-top: 0px;
	}
	
	.tab_flex_wrap .corp_box ul li a > figure {
		width: 45%;
	}
	
	.tab_flex_wrap .corp_box ul li a > span {
		font-size: 12px;
		line-height: 1.5;
		width: calc(100% - 45%);
	}
	
	.l-action_buttons a {
		padding-left: 15px;
	}
	
	.l-action_buttons .title + * {
		font-size: 12px;
	}
	
}



















