@charset "UTF-8";

.pc {
	display: none !important;
}

a:active {
	color: #2c69ff;
}

main a:focus img,
main a:hover img,
main button:focus img,
main button:hover img {
	opacity: 1;
}
#top-kv a:focus img,
#top-kv a:hover img,
#top-kv button:focus img,
#top-kv button:hover img {
	opacity: 1;
}


main {
	/*
	padding: 40px 0 0;
	*/
	overflow: hidden;
}


.site-footer-02 {
	margin-top: 0 !important;
}

.button-regular {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 48px;
	padding: 0 32px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.01em;
	background: #2c69ff;
	border-radius: 90px;
	transition: background 400ms ease-out;
}
.button-regular::after {
	position: relative;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	background: url(/jpn/2024new/img/arrow_button_white.svg) 0 0 no-repeat;
	background-size: 24px 24px;
}

.button-regular:active {
	color: #fff;
	background: #1c3384;
}




.button-regular-white {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 48px;
	padding: 0 32px;
	color: #2c69ff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.01em;
	background: #fff;
	border: 1px solid #2c69ff;
	border-radius: 90px;
	transition: background 400ms ease-out;
}
.button-regular-white::after {
	position: relative;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	background: url(/jpn/2024new/img/arrow_button.svg) 0 0 no-repeat;
	background-size: 24px 24px;
	transition: filter 400ms ease-out;
}

.button-regular-white:active {
	color: #fff;
	background: #2c69ff;
}
.button-regular-white:active::after {
	filter: brightness(0) invert(1);
}









/* ---------- */
/* Scroll Slide */

.scroll-slide {
	box-sizing: border-box;
	position: relative;
}
.scroll-slide .slide-item {
	position: relative;
	display: flex;
	width: 75vw;
	padding-bottom: 30px;
}



.scroll-slide .slide-item .category {
	position: absolute;
	display: flex;
	align-items: flex-end;
	aspect-ratio: 408 / 230;
	width: 75vw;
	left: 0;
	bottom: 20px;
	z-index: 10;
	pointer-events: none;
}
.scroll-slide .slide-item .category span {
	position: relative;
	display: inline-block;
	width: 75vw;
	top: 0;
	transform: translateY(100%);
}
.scroll-slide .slide-item .category a {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
}
.scroll-slide .slide-item .category a:active {
	text-decoration: underline;
}

.scroll-slide .slide-item .category a.site {
	padding-right: 26px;
}
.scroll-slide .slide-item .category a.site::after {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	right: 0;
	top: calc(50% - 13px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(/jpn/2024new/img/top/icon_site.svg);
}
.scroll-slide .slide-item .category .site.external::after {
	background-image: url(/jpn/2024new/img/top/icon_external.svg);
}





.scroll-slide .slide-item > a {
	display: block;
	width: 75vw;
}
.scroll-slide .slide-item .image {
	border-radius: 15px;
	overflow: hidden;
	will-change: opacity;
}
.scroll-slide .slide-item img {
	width: 100%;
	height: auto;
	aspect-ratio: 408 / 230;
	object-fit: cover;
	transition: transform 400ms ease-out;
}
.scroll-slide .slide-item dl {
	margin: 16px 0 0;
}
.scroll-slide .slide-item dt {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.scroll-slide .slide-item dt,
.scroll-slide .slide-item dt .date {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.scroll-slide .slide-item dt .site {
	display: inline-block;
	padding-right: 26px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(/jpn/2024new/img/top/icon_site.svg);
}
.scroll-slide .slide-item dt .site.external {
	background-image: url(/jpn/2024new/img/top/icon_external.svg);
}
.scroll-slide .slide-item dt + dd {
	margin: 8px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
.scroll-slide .slide-item dd + dd {
	margin: 10px 0 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
}


.scroll-slide .slide-item p {
	margin: 16px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}


.scroll-slide .slide-item a:active dt + dd {
	text-decoration: underline;
	color: #0000C8;
}
.scroll-slide .slide-item a:active p {
	text-decoration: underline;
}
.scroll-slide .slide-item a:active dd + dd {
	color: #4a4a4a;
}

.scroll-slide .slide-item a:active .image img {
	transform: scale(1.03);
}


.scroll-slide .controller {
	position: relative;
	margin: 24px 0 0;
	height: 32px;
}
.scroll-slide .scrollbar {
	position: absolute;
	width: 190px;
	height: 24px;
	top: 4px;
	left: 0;
}
.scroll-slide .scrollbar::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #c4c4c4;
}
.scroll-slide .swiper-scrollbar-drag {
	z-index: 10;
	background: none;
	border-radius: 0;
}
.scroll-slide .swiper-scrollbar-drag::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	left: 0;
	top: calc(50% - 5px);
	z-index: 10;
	background: #2c69ff;
	border-radius: 5px;
}


.scroll-slide .button-prev,
.scroll-slide .button-next {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	cursor: pointer;
	transition: all 400ms ease-out;
}
.scroll-slide .button-prev {
	right: 40px;
}
.scroll-slide .button-next {
	right: 4px;
}

.scroll-slide .button-prev button,
.scroll-slide .button-next button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
.scroll-slide .button-prev button img,
.scroll-slide .button-next button img {
	width: 24px;
	height: auto;
}


.scroll-slide .button-prev:active,
.scroll-slide .button-next:active {
	opacity: 0.6;
}



.scroll-slide.single .controller {
	display: none;
}







/* ---------- */
/* Top */

body.index main {
	padding-top: 64px;
	padding-bottom: 64px;
}


#top-kv {
	position: relative;
	/*
	margin: 40px 0 0;
	*/
	padding: 0 0 40px;
}
#top-kv .bg {
	position: absolute;
	width: 100%;
	height: calc(100% - 96vw);
	left: 0;
	top: 96vw;
	z-index: 1;
}
#top-kv .bg span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1200ms ease-out;
	opacity: 0;
}
#top-kv .bg span.show {
	opacity: 0.65;
	opacity: 1;
}
#top-kv .bg span.hide {
	opacity: 0 !important;
	visibility: hidden;
}





#top-kv .slide {
	position: relative;
	z-index: 10;
}
#top-kv .slide-item {
	box-sizing: border-box;
	width: 100vw;
}
#top-kv .slide-item .image {
	position: relative;
	overflow: hidden;
	background: #fff;
	will-change: opacity;
	transition: all 400ms ease-out;
}
#top-kv .slide-item .image img {
	width: 100vw;
	height: auto;
	aspect-ratio: 375 / 360;
	object-fit: cover;
	vertical-align: bottom;
	transition: all 400ms ease-out;
}

#top-kv .slide-item .video {
	position: relative;
	overflow: hidden;
	background: #fff;
	will-change: opacity;
	transition: all 400ms ease-out;
}
#top-kv .slide-item .video video {
	width: 100vw;
	height: auto;
	aspect-ratio: 375 / 360;
	object-fit: cover;
	vertical-align: bottom;
	transition: all 400ms ease-out;
}



#top-kv .slide-item dl {
	margin: 24px 20px 0;
}
#top-kv .slide-item dt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
}
#top-kv .slide-item dd {
	margin: 8px 0 0;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: center;
}


#top-kv .slide-item a {
	display: block;
	color: #4a4a4a;
	text-decoration: none;
}
#top-kv .slide-item a:active {
	text-decoration: underline;
}
#top-kv .slide-item a:active .image img {
	opacity: 0.85;
}





#top-kv .prev,
#top-kv .next {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	bottom: 4px;
	background: transparent;
	border: none;
	cursor: pointer;
}
#top-kv .prev img,
#top-kv .next img {
	width: 24px;
	height: auto;
}
#top-kv .prev {
	margin-left: -32px;
}
#top-kv .next {
	margin-left: 8px;
}




#top-kv .controller {
	height: 32px;
	margin: 24px 0 0;
	text-align: center;
}
#top-kv .controller-inner {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 48px;
	background: rgba(255,255,255,0.8);
	border-radius: 20px;
}

#top-kv .controller .play,
#top-kv .controller .pause {
	margin: 0 0 0 16px;
	padding: 0;
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	cursor: pointer;
	
	position: absolute;
	visibility: hidden;
}

#top-kv .controller[data-status="paused"] .play {
	position: relative;
	visibility: visible;
}
#top-kv .controller[data-status="playing"] .pause {
	position: relative;
	visibility: visible;
}



#top-kv .controller .track {
	display: flex;
}
#top-kv .controller .track a {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#top-kv .controller .track a + a {
	margin-left: 8px;
}
#top-kv .controller .track a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #7d869a;
}
#top-kv .controller .track a span i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #2e55dc;
	transform: scaleX(0);
	transform-origin: left center;
}
#top-kv .controller .track a.current {
	width: 60px;
}
#top-kv .controller .track a.current span {
	height: 3px;
	background: #dcdcdc;
}
#top-kv .controller .track a.seeking span i {
	transform: scaleX(1);
	transition: all 4000ms linear;
}



#top-kv .controller button {
	transition: opacity 400ms ease-out;
}
#top-kv .controller a,
#top-kv .controller a span {
	transition: all 400ms ease-out;
}

#top-kv .controller a:active,
#top-kv .controller button:active {
	opacity: 0.6;
}

#top-kv .slide-inner {
	visibility: hidden;
}
#top-kv .slide-inner.slick-initialized {
	visibility: visible;
}




#top-kv .slide.single .track,
#top-kv .slide.single .play,
#top-kv .slide.single .pause {
	display: none;
}
#top-kv .slide.single .prev,
#top-kv .slide.single .next {
	pointer-events: none;
	opacity: 0.2;
	transition: none;
}







.top-column {
	margin: 0 20px;
}

.top-column > .inner {
}







h2.subtitle {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}







.mf_finder_searchBox_items {
	display: flex;
	justify-content: space-between;
}

.mf_finder_searchBox_query_wrap {
	position: relative;
	width: calc(100% - 88px - 8px);
}
.mf_finder_searchBox_submit {
	width: 88px;
}


.mf_finder_searchBox_query_wrap input {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 16px;
	
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	
	background: #f8f8f8;
	border: 1px solid #313131;
	border-radius: 8px;
}
.mf_finder_searchBox_query_wrap input::placeholder {
	color: #5b6179;
	opacity: 1;
}

.mf_finder_searchBox_submit {
	box-sizing: border-box;
	height: 48px;
	font-size: 0;
	border-width: 0;
	border-radius: 24px;
	background: #2c69ff url(/jpn/2024new/img/top/icon_search.svg) 50% 50% no-repeat;
	background-size: 24px 24px;
	cursor: pointer;
	transition: background 400ms ease-out;
}
.mf_finder_searchBox_submit:active {
	background-color: #1c3384;
}

.mf_finder_searchBox_links {
	display: none;
}

.searchBox .list {
	margin: 16px 0 0;
}
.searchBox .list ul {
	display: flex;
	flex-wrap: wrap;
}
.searchBox .list li {
	margin: 0 8px 8px 0;
}
.searchBox .list li a {
	box-sizing: border-box;
	display: block;
	padding: 4px 16px;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	border: 1px solid #2c69ff;
	border-radius: 4px;
	transition: all 400ms ease-out;
}
.searchBox .list li a:active {
	color: #fff;
	background: #2c69ff;
	text-decoration: underline;
}




.mf_finder_searchBox_suggest_items {
	position: absolute;
	width: 100%;
    margin: -8px 0 0;
	padding: 0;
    list-style-type: none;
    background: #fff;
	border: 1px solid #313131;
	border-radius: 0 0 8px 8px;
	z-index: 5;
	overflow: hidden;
}
.mf_finder_searchBox_suggest_item a {
	display: block;
	padding: 6px 12px;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #4a4a4a;
	transition: all 400ms ease-out;
}
.mf_finder_searchBox_suggest_item a:active {
	background: #f8f8f8;
}








#top-topics {
	margin-top: 64px;
}
#top-topics .header .inner {
	display: flex;
	justify-content: space-between;
}
#top-topics .header a {
	display: inline-flex;
	width: auto;
	height: 34px;
	min-height: 34px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1rem;
	font-weight: 700;
}

#top-topics .slide {
	margin: 40px 0 0;
}





#top-social {
	position: relative;
	margin: 0;
	padding: 45px 20px 50px;
	background: #EDECEF;
}


#top-social .menu {
	position: relative;
}
#top-social .menu-container {
}

#top-social .visual {
	display: none;
}




#top-social .menu-box {
	position: relative;
}
#top-social .menu-box + .menu-box {
	margin-top: 40px;
}
#top-social .menu-box .image {
	height: 53vw;
	background: #eee;
	overflow: hidden;
}
#top-social .menu-box .image span {
	position: relative;
	display: block;
}
#top-social .menu-box .image img {
	width: 100%;
	height: auto;
}

#top-social .menu-box dl {
	box-sizing: border-box;
	position: relative;
}
#top-social .menu-box dt {
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#top-social .menu-box dd {
	margin: 20px 0 0;
}

#top-social .menu-box dt a {
	display: block;
	color: #2c69ff;
	background: url(/jpn/2024new/img/top/arrow_next.svg) 100% 50% no-repeat;
	background-size: 24px 24px;
}

#top-social .menu-box dd a {
	display: flex;
	align-items: center;
	min-height: 24px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 190%;
	letter-spacing: 0.01em;
	color: #2c69ff;
	background: url(/jpn/2024new/img/top/arrow_next.svg) 100% 50% no-repeat;
	background-size: 24px 24px;
}
#top-social .menu-box li + li {
	margin-top: 8px;
}
#top-social .menu-box a:active {
	text-decoration: underline;
}






















#top-feature {
	margin-top: 30px;
}
#top-feature .header {
}
#top-feature .header > .inner {
}




#top-feature h2 {
	margin: 0 0 56px;
}









.top-feature-column {
	box-sizing: border-box;
	position: relative;
	height: 155vw;
	margin: 0 -20px;
	padding: 40px 20px 0;
}
.top-feature-column > .inner {
}
.top-feature-column > .inner .extra {
}

@media screen and (min-width:480px) {
	.top-feature-column {
		height: 135vw;;
	}
}
@media screen and (min-width:580px) {
	.top-feature-column {
		height: 115vw;;
	}
}






.top-feature-column .visual {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.top-feature-column .visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	object-position: center bottom;
}




.top-feature-column .extra {
	position: relative;
	z-index: 10;
}


.top-feature-column.color-white .extra,
.top-feature-column.color-white .extra h3,
.top-feature-column.color-white .extra dt,
.top-feature-column.color-white .extra dd {
	color: #fff;
}

.top-feature-column .content {
}

.top-feature-column h3 {
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #122258;
}
.top-feature-column dl {
	margin: 40px 0 0;
}
.top-feature-column dt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #122258;
}
.top-feature-column dd {
	margin: 16px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.top-feature-column .link {
	margin: 24px 0 0;
}
.top-feature-column .link a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}


#top-feature .casestudy {
	margin: 0 -20px;
	padding: 40px 20px;
	background: linear-gradient(88.27deg, #2669ff 0.83%, #0000b8 101.01%);
}
#top-feature .casestudy p {
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: center;
	color: #fff;
}
#top-feature .casestudy p br {
	display: none;
}
#top-feature .casestudy .link {
	margin: 24px auto 0;
	text-align: center;
}
#top-feature .casestudy .link a {
	display: inline-flex;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}



/*
@media screen and (min-width:640px) {
	.top-feature-column {
		height: 80vw;
	}
	.top-feature-column dd {
		max-width: 50%;
	}
	.top-feature-column:nth-child(1) .visual img {
		object-position: 50% 100%;
	}
}
*/






.top-feature-column.blustellar {
	height: auto;
	padding-bottom: calc(70px + 20.5vw + 70px);
}
.top-feature-column.blustellar .logo {
	position: absolute;
	width: calc(100vw - 4px);
	height: 20.5vw;
	
	max-width: 420px;
	max-height: 87px;
	
	left: 50%;
	transform: translateX(-50%);
	bottom: 70px;
	z-index: 10;
}
.top-feature-column.blustellar .logo img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

@media screen and (min-width:424px) {
	.top-feature-column.blustellar {
	padding-bottom: calc(70px + 87px + 70px);
	}
}




.top-feature-column.cotomi {
	height: auto;
	padding-bottom: calc(24px + 52.5vw + 20px);
	background: #F0F2F6;
}
.top-feature-column.cotomi .logo {
	position: absolute;
	width: 52.5vw;
	height: 52.5vw;
	left: calc(50% - 26.25vw);
	bottom: 15px;
	z-index: 10;
}
.top-feature-column.cotomi .logo img {
	width: 100%;
	height: auto;
	object-fit: contain;
}












#top-information {
	margin-top: 64px;
}
#top-information .inner {
	position: relative;
}

#top-information h2 {
	margin-bottom: 40px;
}




#v3r-news.comp-tab-news.js-tab {
	margin: 0 !important;
}
#top-information .tab-list {
	display: flex;
	margin: 0 0 32px !important;
	border: none !important;
}
#top-information .tab-list span {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 13px !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	line-height: 1.9 !important;
	letter-spacing: 0.01em;
	color: #2c69ff !important;
	text-align: center !important;
	background: #fff;
	border: 1px solid #2e55ec;
	cursor: pointer;
	transition: all 400ms ease-out;
}
#top-information .tab-list li {
	width: auto !important;
	border: none !important;
	background: none !important;
}
#top-information .tab-list li:nth-child(1) span {
	border-radius: 24px 0 0 24px;
}
#top-information .tab-list li:nth-child(2) span {
	border-width: 1px 0;
}
#top-information .tab-list li:nth-child(3) span {
	border-radius: 0 24px 24px 0;
}

#top-information .tab-list li[aria-selected="true"] span,
#top-information .tab-list span:active {
	color: #fff !important;
	background: #2c69ff !important;
}


#top-information p.rss {
	position: absolute;
	display: block;
	left: 0;
	right: auto !important;
	top: -122px !important;
	transform: translateY(-100%);
	margin-left: 23rem !important;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .rss > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 60px;
	height: 32px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	border: 1px solid #2c69ff;
	border-radius: 90px;
	transition: all 400ms ease-out;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .rss > a:active {
	opacity: 1;
	color: #fff;
	background: #2c69ff;
}

.func-modal {
	display: none !important;
}
div[id*="fancybox"] {
	display: none !important;
}



#v3r-news.comp-tab-news.js-tab .tab-list {
	justify-content: flex-start !important;
	padding: 0 !important;
}
#v3r-news.comp-tab-news.js-tab .tab-list>li[role=tab][aria-selected=true]>span::before {
	display: none !important;
}



.mod-link-news {
	margin: 32px 0 0;
}
.mod-link-news ul {
	border-top: 1px solid #999;
}
.mod-link-news li {
	padding: 24px 0 !important;
	border-bottom: 1px solid #999 !important;
	background: url(/jpn/2024new/img/top/arrow_topics.svg) 100% 50% no-repeat;
	background-size: 24px 24px;
}

.mod-link-news li .date {
}
.mod-link-news li .date .inner {
	display: block;
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	line-height: 1.9 !important;
	letter-spacing: 0.01em;
	color: #5b6179;
	white-space: nowrap;
}
.mod-link-news li .desc {
	margin: 0 !important;
}
.mod-link-news li .desc .inner a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 40px 0 0;
	font-size: 1.4rem !important;
	line-height: 1.9 !important;
	letter-spacing: 0.01em;
	color: #4a4a4a !important;
	
	/*
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	*/
}
.mod-link-news li .desc .inner a:active {
	text-decoration: none !important;
	color: #4a4a4a !important;
}
.mod-link-news li .desc .inner a:active {
	text-decoration: underline;
	color: #2c69ff !important;
}



#top-information .mod-btn {
	margin: 32px auto 0 !important;
	text-align: center;
}
#top-information .mod-btn a {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	align-items: center;
	width: auto !important;
	min-height: 54px;
	padding: 0 32px !important;
	color: #fff;
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	line-height: 1.6 !important;
	letter-spacing: 0.01em;
	background: #2c69ff !important;
	border-radius: 90px;
	transition: background 400ms ease-out;
}
#top-information .mod-btn a::before {
	display: none !important;
}
#top-information .mod-btn a::after {
	position: relative;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	background: url(/jpn/2024new/img/arrow_button_white.svg) 0 0 no-repeat;
	background-size: 24px 24px;
}
#top-information .mod-btn a:active {
	color: #fff;
	background: #1c3384 !important;
}








#top-pickup {
	margin-top: 64px;
}

#top-pickup .slide {
	margin: 40px 0 0;
}


#top-pickup .header {
}
#top-pickup .header > .inner {
}













#top-attention {
	position: relative;
	margin-top: 64px;
	padding-bottom: 48px;
}
#top-attention h2 {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

#top-attention .header {
}

#top-attention .header .link {
	position: absolute;
	right: 0;
	bottom: 0;
}
#top-attention .header .link a {
	position: relative;
	display: flex;
	min-height: 22px;
	padding: 0 28px 0 28px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.9;
	color: #2c69ff;
	
	background: url(/jpn/2024new/img/top/arrow_next.svg) 100% 50% no-repeat;
	background-size: 24px 24px;
}
#top-attention .header .link a:active {
	text-decoration: underline;
}

#top-attention .header .link a::before {
	position: absolute;
	content: "";
	display: block;
	width: 13px;
	height: 22px;
	left: 0;
	top: calc(50% - 11px);
	background: url(/jpn/2024new/img/top/icon_notice.png) 0 0 no-repeat;
	background-size: 100% auto;
}





#top-attention .content {
	margin: 40px 0 0;
}

#top-attention .content ul {
	border-top: 1px solid #999;
}
#top-attention .content li {
	position: relative;
	padding: 24px 0;
	border-bottom: 1px solid #999;
	background: url(/jpn/2024new/img/top/arrow_topics.svg) 100% 50% no-repeat;
	background-size: 24px 24px;
}


#top-attention .content .date {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
	white-space: nowrap;
}
#top-attention .content .desc {
}
#top-attention .content .desc a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 40px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#top-attention .content .desc a:active {
	text-decoration: underline;
}

























/* ---------- */
/* Breadcrumbs */

/*
.breadcrumbs {
	box-sizing: border-box;
	padding: 16px 20px;
	font-size: 1rem;
}
.breadcrumbs ul {
	display: flex;
}
.breadcrumbs li {
	line-height: 1.6;
}
.breadcrumbs li + li {
	margin-left: 8px;
}
.breadcrumbs li a {
	position: relative;
	display: inline-block;
	padding-right: 24px;
}
.breadcrumbs li a::after {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	right: 0;
	top: calc(50% - 8px);
	background: url(/jpn/2024new/img/arrow_breadcrumbs.svg) 50% 50% no-repeat;
	background-size: 5px 6px;
}
.breadcrumbs li strong {
	display: inline-block;
	color: #2c69ff;
	cursor: default;
}
*/


.breadcrumbs {
	box-sizing: border-box;
	max-width: 1220px;
	margin: 0 auto;
	padding: 12px 10px;
	font-size: 1.2rem;
	line-height: 1.625;
}
.breadcrumbs ul {
	display: flex;
}
.breadcrumbs li {
	position: relative;
	margin-right: 33px;
}
.breadcrumbs li:last-child {
	margin-right: 0;
}
.breadcrumbs li::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -20px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color:transparent transparent transparent #333
}
.breadcrumbs li::after {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -18px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color:transparent transparent transparent #fff
}
.breadcrumbs li:last-child::before,
.breadcrumbs li:last-child::after {
	display: none;
}

.breadcrumbs a,
.breadcrumbs strong {
	color: #000;
}
.breadcrumbs a {
	border-bottom: 1px solid #adadad;
}
.breadcrumbs a:hover {
	border-bottom-color: transparent;
}









/* ---------- */
/* Title */

.content-title {
	position: relative;
	margin: 80px 20px 0;
	padding: 0 0 26px;
	text-align: center;
}
.content-title h1 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.content-title .content-caption {
	margin: 16px 0 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}

.content-title::after {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	left: calc(50% - 16px);
	bottom: 0;
	background: #2c69ff;
}




/* ---------- */
/* Main visual */

.main-visual {
	margin: 64px 0 0;
	border-radius: 24px 24px 0 0;
	overflow: hidden;
}
.main-visual img {
	width: 100%;
	height: auto;
}





section.primary {
	position: relative;
	margin: -24px 0 0;
}

.corporate-container {
	padding: 0 0 64px;
	background: #fff;
	border-radius: 16px;
}


.corporate-container > .inner {
	position: relative;
	margin: 0 auto;
	padding: 48px 20px 0;
}

.corporate-container > .inner.has-nav {
	padding-top: 16px;
}




.inner-nav {
	box-sizing: border-box;
	position: relative;
	width: 100vw;
	margin: 0 -20px 40px;
	padding: 0 12px 16px 20px;
	border-bottom: 1px solid #dcdcdc;
	overflow: auto;
}
.inner-nav ul {
	display: flex;
	flex-wrap: wrap;
}
.inner-nav li {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 40px;
	margin: 0 8px 0 0;
}
.inner-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding-right: 28px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #2c69ff;
}
.inner-nav a:active {
	text-decoration: underline;
}

/*
.inner-nav a::before,
.inner-nav a::after {
	box-sizing: border-box;
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	right: 0;
	top: calc(50% - 9px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	transition: all 300ms ease-out;
}
.inner-nav a::before {
	background-image: url(/jpn/2024new/img/arrow_circle_down.svg);
}
.inner-nav a::after {
	opacity: 0;
	background-image: url(/jpn/2024new/img/arrow_circle_down_active.svg);
}
*/



/*
.inner-nav li::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #2c69ff;
	opacity: 0;
	transition: opacity 300ms ease-out;
}
.inner-nav li.current::before {
	opacity: 1;
}

.inner-nav li.current a::before {
	opacity: 0;
}
.inner-nav li.current a::after {
	opacity: 1;
}
*/



/*
body.fix-inner-nav .inner-nav {
	box-sizing: border-box;
	position: fixed;
	top: 40px;
	z-index: 50;
	background: #fff;
}
body.fix-inner-nav .inner.has-nav {
	padding-top: calc(8px + 56px + 40px);
}
*/



.inner-nav a span + span {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	right: 0;
	top: calc(50% - 9px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	transition: all 300ms ease-out;
}
.inner-nav a span img {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
}






/* ---------- */
/* Corporate - Common */

.corporate-related {
	padding: 64px 20px;
	background: #d5ddf8;
}

.corporate-related .related-title,
.corporate-related h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #1c3384;
}
.corporate-related ul {
	margin: 40px 0 0;
}
.corporate-related li + li {
	margin-top: 16px;
}
.corporate-related li a {
	display: flex;
	align-items: center;
	height: 100px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	will-change: transform;
}
.corporate-related li .image {
	width: 100px;
	height: 100px;
	overflow: hidden;
	will-change: transform;
}
.corporate-related li .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.corporate-related li span {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: calc(100% - 100px);
	padding: 0 32px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
.corporate-related li span::after {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	right: 32px;
	top: calc(50% - 16px);
	background: url(/jpn/2024new/img/arrow_nav.svg) 0 0 no-repeat;
	background-size: 32px 32px;
}
.corporate-related li a:active span {
	text-decoration: underline;
}








/* ---------- */
/* Corporate top */

.corporate-index .fact a {
	box-sizing: border-box;
	position: relative;
	display: block;
	min-height: 100vw;
	border-radius: 16px;
	color: #fff;
	overflow: hidden;
	will-change: transform;
}
.corporate-index .fact .image {
	position: relative;
	z-index: 1;
}
.corporate-index .fact .image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 400ms ease-out;
}
.corporate-index .fact .content {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	padding: 24px;
	z-index: 10;
}
.corporate-index .fact .subtitle {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
.corporate-index .fact dl {
	margin: 8px 0 0;
}
.corporate-index .fact dt {
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.corporate-index .fact dd {
	margin: 16px 0 0;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}

.corporate-index .fact a:active dt {
	text-decoration: underline;
}
.corporate-index .fact a:active .image img {
	transform: scale(1.03);
}



.corporate-index ul {
	margin: 64px auto 0;
}
.corporate-index li + li {
	margin-top: 32px;
}


.corporate-index ul a {
	box-sizing: border-box;
	position: relative;
	display: block;
}
.corporate-index ul .image {
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	overflow: hidden;
	will-change: transform;
}
.corporate-index ul .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 400ms ease-out;
}
.corporate-index ul dl {
	margin: 8px 0 0;
}
.corporate-index ul dt {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.corporate-index ul dd {
	margin: 6px 0 0;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}

.corporate-index ul a:active dt {
	text-decoration: underline;
}
.corporate-index ul a:active .image img {
	transform: scale(1.03);
}



/*
@media screen and (min-width:640px) {
	.corporate-index .fact a {
		min-height: 1px;
	}
	.corporate-index .fact .image img {
		aspect-ratio: 16 / 9;
	}

	.corporate-index ul .image {
		aspect-ratio: 16 / 9;
	}
	.corporate-index ul .image img {
		object-position: 50% 20%;
	}
}
*/




.corporate-subindex {
	margin: 64px 0 0;
}
.corporate-subindex ul {
}
.corporate-subindex li + li {
	margin-top: 16px;
}
.corporate-subindex li a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 56px;
	padding: 0 16px;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
	border: 1px solid #999;
	border-radius: 8px;
}
.corporate-subindex li a:active {
	text-decoration: underline;
}

.corporate-subindex li a::after {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	right: 16px;
	top: calc(50% - 16px);
	background: url(/jpn/2024new/img/arrow_nav.svg) 0 0 no-repeat;
	background-size: 32px 32px;
}









/* ---------- */
/* CEO message */

.ceo-message {
}
.ceo-message h2 {
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.ceo-message .content {
	margin: 24px 0 0;
}
.ceo-message .content p {
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.ceo-message .content p + p {
	margin-top: 2.6rem;
}
.ceo-message .content dl {
	margin-top: 2.6rem;
}
.ceo-message .content dt {
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.ceo-message .content dd {
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}



.about-message {
	position: relative;
	box-sizing: border-box;
	margin: 64px -20px 0;
	padding: 40px 20px 120px;
	background: #f8f8f8;
	border-top: 4px solid #2c69ff;
}
.about-message dl {
}
.about-message dt {
	box-sizing: border-box;
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #1c3384;
}
.about-message dd {
	position: absolute;
	width: 182px;
	left: calc(50% - 91px);
	bottom: 40px;
}
.about-message dd a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}
.about-message p {
	margin: 32px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}






.corporate-trends {
	margin: 64px 0 0;
}
.corporate-trends h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
.corporate-trends ul {
	margin: 40px 0 0;
}
.corporate-trends li + li {
	margin-top: 32px;
}
.corporate-trends li .image {
	border-radius: 16px;
	overflow: hidden;
	will-change: transform;
}
.corporate-trends li .image img {
	width: 100%;
	height: auto;
	transition: all 400ms ease-out;
}
.corporate-trends li dl {
	margin: 16px 0 0;
}
.corporate-trends li dt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
.corporate-trends li dd {
	margin: 8px 0 0;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.corporate-trends li a:active dt {
	text-decoration: underline;
}
.corporate-trends li a:active .image img {
	transform: scale(1.03);
}


.corporate-trends .link {
	margin-top: 32px;
	text-align: center;
}
.corporate-trends .link a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}




/* ---------- */
/* Profile */

.corporate-profile {
	border-top: 1px solid #999;
}

.corporate-profile > dl {
}
.corporate-profile > dl > dt {
	padding: 24px 0 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.corporate-profile > dl > dd {
	margin: 16px 0 0;
	padding: 0 0 24px;
	border-bottom: 1px solid #999;
}
.corporate-profile dl dl dt,
.corporate-profile dl li,
.corporate-profile > dl > dd > p {
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.corporate-profile dl dl dd,
.corporate-profile dl .comment {
	font-size: 1.0rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.corporate-profile dd .note {
	margin: 2px 0 0;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.corporate-profile dd .note a {
	padding: 0 !important;
	color: #2e55ec;
	text-decoration: underline;
}
.corporate-profile dd .link {
	margin: 2px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
}
.corporate-profile dd .link a {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.01em;
	line-height: 1.9;
	color: #2c69ff;
}
.corporate-profile dd .link a::after {
	position: relative;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	top: -1px;
	margin-left: 4px;
	vertical-align: middle;
	background: url(/jpn/2024new/img/arrow_nav.svg) 0 0 no-repeat;
	background-size: 24px 24px;
}
.corporate-profile dd .link a:active {
	text-decoration: underline;
}









/* ---------- */
/* Philosophy */

.philosophy-intro {
	margin-top: -30px;
	padding-top: 30px;
}

.philosophy-intro h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.our-purpose {
	margin: 40px -20px 0;
	padding: 40px;
	color: #fff;
	background: #0000C8;
}
.our-purpose h3 {
	text-align: center;
}
.our-purpose img {
	width: 100%;
	max-width: 640px;
	height: auto;
}
.our-purpose p {
	margin: 24px 0 0;
	font-size: 1.9rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: center;
}

.philosophy-intro dl {
	margin: 40px 0 0;
}
.philosophy-intro dt {
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.philosophy-intro dd {
	margin: 24px 0 0;
}
.philosophy-intro dd p {
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}


.philosophy-intro .video-container {
	margin: 24px 0 0;
}
.philosophy-intro .video-container .video-inner {
}
.philosophy-intro .video-container video {
	width: 100%;
	height: auto;
}
.philosophy-intro .video-container #movie01 {
	width: calc(100vw - 40px);
	height: calc((100vw - 40px) * 0.5625);
}





.philosophy-column-container {
	padding: 64px 0;
	background: #edecef;
}
.philosophy-column {
}
.philosophy-column + .philosophy-column {
	margin-top: 64px;
}

.philosophy-column .image {
}
.philosophy-column .content {
	margin: 40px 0 0;
	padding: 0 20px;
}





#vision.philosophy-column .image img {
	width: 100%;
	height: auto;
}

#message.philosophy-column .image {
	padding: 30px 0;
	text-align: center;
}
#message.philosophy-column .image img {
	width: calc(100vw - 50px);
	max-width: 480px;
	height: auto;
}

#necway.philosophy-column .image {
	padding: 30px 0;
	text-align: center;
}
#necway.philosophy-column .image img {
	width: 85%;
	height: auto;
}

.philosophy-column h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
.philosophy-column p {
	margin: 24px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.philosophy-column .link {
	margin: 24px 0 0;
}
.philosophy-column .link a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}


#message.philosophy-column .image {
	background: #d5ddf8;
}
#necway.philosophy-column .image {
	background: #fff;
}


#message.philosophy-column .image .wide {
	display: none;
}













/* ---------- */
/* Fact */

.fact-intro {
	padding: 8px 0 0;
	text-align: center;
}

.fact-intro h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}





.fact-column {
	padding: 64px 0;
}
.fact-column > .inner {
	margin: 0 20px;
}
.fact-column > .inner > .extra {
}
.fact-column .title {
	margin: 0 0 40px;
}
.fact-column h2 {
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}


#info.fact-column,
#feature.fact-column,
#rd.fact-column {
	background: #edecef;
}
#purpose.fact-column {
	background: #5b6179;
}

#info.fact-column h2,
#feature.fact-column h2,
#rd.fact-column h2 {
	color: #5b6179;
}
#purpose.fact-column h2 {
	color: #fff;
}





.fact-info-list ul {
}
.fact-info-list li {
	box-sizing: border-box;
	position: relative;
	padding: 20px;
	border-radius: 8px;
	overflow: hidden;
}
.fact-info-list li h3 {
	position: relative;
	z-index: 10;
	font-size: 2.0rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #5b6179;
	text-align: center;
}

.fact-info-list li .image {
	margin: 10px 0 0;
}
.fact-info-list li .content {
	margin: 10px 0 0;
}
.fact-info-list li .image img {
	width: 100%;
	height: auto;
}

.fact-info-list li .number {
	text-align: center;
}
.fact-info-list li .number strong {
	font-size: 5rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #0000C8;
}
.fact-info-list li .number span {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.fact-info-list li .number strong + span {
	margin-left: 4px;
}
.fact-info-list li .number span + strong {
	margin-left: 4px;
}
.fact-info-list li .number span br {
	display: none;
}

.fact-info-list li .note {
	margin-top: 8px;
	font-size: 1.0rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: center;
}




.fact-info-list li + li {
	margin-top: 24px;
}
.fact-info-list li:nth-child(5) {
	padding: 0;
	background: none;
}

.fact-info-list li:nth-child(1) .image,
.fact-info-list li:nth-child(2) .image,
.fact-info-list li:nth-child(3) .image {
	width: 70%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.fact-info-list li:nth-child(4) .image {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.fact-info-list li:nth-child(5) .image,
.fact-info-list li:nth-child(6) .image {
	width: 70%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}


.fact-info-list li:nth-child(3) .image {
	margin-top: 7px;
}
.fact-info-list li:nth-child(3) .content {
	margin-top: 7px;
}











#business.fact-column .title {
	display: flex;
	justify-content: space-between;
}
#business.fact-column .title h2 {
}
#business.fact-column .title a {
	display: inline-flex;
	width: auto;
	min-height: 33px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1rem;
}



#business.fact-column .fact-business-graph {
	position: relative;
	width: 220px;
	margin: 40px auto 0;
}




.fact-business-graph img {
	width: 100%;
	height: auto;
}
.fact-business-graph dl {
	position: absolute;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -55%);
	text-align: center;
}

.fact-business-graph dt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #5b6179;
}
.fact-business-graph dd {
	margin: 5px 0 0;
	color: #0000C8;
}
.fact-business-graph dd strong {
	font-size: 3.6rem;
	font-weight: 350;
	letter-spacing: 0.02em;
}
.fact-business-graph dd span {
	font-size: 1.8rem;
	letter-spacing: 0.01em;
}



.fact-column .legend {
	margin: 20px 0 0;
	text-align: center;
}
.fact-column .legend-list {
	display: inline-block;
	min-width: 280px;
	text-align: left;
}
.fact-column .legend dl {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.fact-column .legend dt {
	position: relative;
	width: calc(8em + 24px + 20px);
	padding-left: 24px;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.fact-column .legend dd strong {
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.fact-column .legend dd span {
	margin-left: 2px;
	font-size: 1.8rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}

.fact-column .legend dt::before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	left: 0;
	top: calc(50% - 9px);
}
.fact-column .legend dl:nth-child(1) dt::before {
	background: #2c69ff;
}
.fact-column .legend dl:nth-child(2) dt::before {
	background: #1c3384;
}
.fact-column .legend dl:nth-child(3) dt::before {
	background: #7c869a;
}




.fact-business-list {
	margin: 50px 0 0;
}
.fact-business-list .head,
.fact-business-list h2 {
	margin: 0 0 16px;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

.fact-business-list > ul {
}
.fact-business-list > ul > li {
	padding: 32px 16px;
	background: #f8f8f8;
	border-radius: 16px;
}
.fact-business-list > ul > li + li {
	margin-top: 24px;
}
.fact-business-list h3 {
	position: relative;
	font-size: 2.0rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #122258;
	text-align: center;
}
.fact-business-list p {
	margin: 16px 0 0;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}

.fact-business-list h3::before {
	position: relative;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 12px;
}
.fact-business-list > ul > li:nth-child(1) h3::before {
	background: #2c69ff;
}
.fact-business-list > ul > li:nth-child(2) h3::before {
	background: #1c3384;
}
.fact-business-list > ul > li:nth-child(3) h3::before {
	background: #7c869a;
}


.fact-business-list ul ul {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.fact-business-list ul ul li {
	width: calc(50% - 8px);
}
.fact-business-list ul ul li + li {
	margin-left: 16px;
}
.fact-business-list ul ul li a {
	padding: 0 !important;
}
.fact-business-list .image {
	border-radius: 8px;
	overflow: hidden;
	will-change: transform;
}
.fact-business-list .image img {
	width: 100%;
	height: auto;
	transition: all 400ms ease-out;
}
.fact-business-list dl {
	margin: 8px 0 0;
}
.fact-business-list dt {
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.fact-business-list dd {
	margin: 4px 0 0;
	font-size: 1.0rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}

.fact-business-list li a:active dt {
	text-decoration: underline;
}
.fact-business-list li a:active img {
	transform: scale(1.03);
	opacity: 1;
}





.fact-feature-list h3 {
	width: 100%;
	margin: 0 0 32px;
	padding: 0 0 16px;
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #999;
}
.fact-feature-list .column1 {
}
.fact-feature-list .column2 {
	margin-top: 40px;
}

.fact-feature-list .column1 .image {
	padding: 0 20px;
	text-align: center;
}
.fact-feature-list .image img {
	width: 100%;
	max-width: 480px;
	height: auto;
}


.fact-feature-list > div > ul {
	display: flex;
	flex-wrap: wrap;
}
.fact-feature-list > div > ul > li {
	box-sizing: border-box;
	position: relative;
	padding: 16px 8px;
	background: #fff;
	border-radius: 8px;
}
.fact-feature-list > div > ul > li {
	width: calc(50% - 8px);
}
.fact-feature-list > div > ul > li:nth-child(2n) {
	margin-left: 16px;
}
.fact-feature-list > div > ul > li:nth-child(n + 3) {
	margin-top: 16px;
}

.fact-feature-list .column1 > ul {
	margin-top: 32px;
}


.fact-feature-list .column1 > ul li {
}
.fact-feature-list .column2 li {
	position: relative;
}




.fact-feature-list dt {
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: center;
	color: #5b6179;
}
.fact-feature-list dt span {
	font-size: 1.0rem;
}
.fact-feature-list dd p {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	margin: 15px 0 0;
}

.fact-feature-list .sup {
	font-size: 0.7rem;
	vertical-align: super;
}

.fact-feature-list .column1 dd p {
}
.fact-feature-list .column2 dd p {
}

.fact-feature-list strong {
	position: relative;
	display: inline-block;
	top: 2px;
	font-size: 2.4rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #1c3384;
}
.fact-feature-list strong.small {
	padding-top: 0.4rem;
	font-size: 2.0rem;
	list-style-position: 1.6;
}
.fact-feature-list dd span {
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	color: #1C3384;
}
.fact-feature-list dd span.small {
	font-size: 1.2rem;
}
.fact-feature-list strong + span,
.fact-feature-list span + strong {
	margin-left: 8px;
}

.fact-feature-list .note {
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 0 6px;
	font-size: 1.0rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-align: center;
}
.fact-feature-list .comment {
	margin: 20px 0 0;
	padding: 0 6px;
	font-size: 1.0rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-align: center;
}

.fact-feature-list .column2 strong.small {
	margin-top: -0.1rem;
}






.fact-feature-list .attention {
	margin: 24px 0 0;
}
.fact-feature-list .attention li {
	display: flex;
}
.fact-feature-list .attention li + li {
	margin-top: 4px;
}
.fact-feature-list .attention li * {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.fact-feature-list .attention li span {
	width: 2.5em
}
.fact-feature-list .attention li p {
	width: calc(100% - 2.5em);
}










#purpose .title {
	display: flex;
	justify-content: space-between;
}
#purpose.fact-column .title a {
	display: inline-flex;
	width: auto;
	max-width: 180px;
	min-height: 33px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1rem;
}

.fact-purpose {
	margin: 40px 0 0;
}
.fact-purpose dt {
	text-align: center;
}
.fact-purpose dt img {
	width: 100%;
	height: auto;
	max-width: 640px;
}
.fact-purpose dd {
	margin: 16px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #fff;
}
.fact-purpose .link {
	margin: 32px 0 0;
	text-align: center;
}
.fact-purpose .link a {
	display: inline-flex;
	width: auto;
	font-weight: 700;
	white-space: nowrap;
}






.fact-rd-list li {
}
.fact-rd-list li + li {
	margin-top: 56px;
}

.fact-rd-list li .image {
	border-radius: 16px;
	overflow: hidden;
	border-radius: 0;
}
.fact-rd-list li .image img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
}
.fact-rd-list li .image .caption {
	margin: 12px 0 0;
	font-size: 1.2rem;
}

.fact-rd-list li .content {
	margin: 24px 0 0;
}
.fact-rd-list li h3 {
	margin: 0 0 16px;
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #122258;
}
.fact-rd-list li h4 {
	margin: 0 0 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #122258;
}
.fact-rd-list li p {
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.fact-rd-list .link {
	margin: 24px 0 0;
}
.fact-rd-list .link a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}
.fact-rd-list .note {
	position: relative;
	margin: 16px 0 0;
	padding-left: 1.4rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.90;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.fact-rd-list .note::before {
	position: absolute;
	content: "※";
	left: 0;
}















/* ---------- */
/* Outline */

.outline-column-container h2 {
	margin: 0 0 40px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.outline-column {
	margin-left: -20px;
	margin-right: -20px;
	background: #edecef;	
}
.outline-column + .outline-column {
	margin-top: 32px;
}

.outline-column .image {
}
.outline-column .image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.outline-column .content {
	padding: 24px 20px 32px;
}
.outline-column h3 {
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #122258;
}
.outline-column p {
	margin: 24px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.outline-column .content > ul {
	margin: 24px 0 0;
}
.outline-column .content > ul > li {
	padding: 24px;
	background: #fff;
	border-radius: 8px;
}
.outline-column .content > ul > li + li {
	margin-top: 24px;
}

.outline-column .content > ul.multi > li {
	padding: 16px;
}
.outline-column .content > ul.multi > li:nth-child(1) {
	padding: 24px 16px 16px;
}
.outline-column .content > ul.multi li + li {
	margin-top: 16px;
	font-weight: 500;
}


.outline-column .content > ul.multi > li,
.outline-column .content > ul.multi > li h4 {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
}
.outline-column .content > ul.multi > li strong {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: center;
}


.outline-column .content > ul.multi ul {
	margin: 16px 0 0;
}
.outline-column .content > ul.multi ul li {
	padding: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
	background: #edecef;
}
.outline-column .content > ul.multi > li:nth-child(1) span {
	display: block;
	margin: 16px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: center;
}

.outline-column .content > ul > li > dl > dt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
}
.outline-column .content > ul > li > dl > dt strong {
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
}

.outline-column .content > ul > li > dl > dd {
	margin-top: 24px;
}
.outline-column .content dd dl {
	display: flex;
	flex-wrap: wrap;
}
.outline-column .content dd dl + dl {
	margin-top: 8px;
}
.outline-column .content dd dl dt {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	padding: 8px 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
	text-align: center;
	letter-spacing: 0.01em;
	color: #fff;
	background: #1c3384;
}
.outline-column .content dd dl dd {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: calc(100% - 80px);
	padding: 8px 16px;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #1c3384;
	background: #d5ddf8;
}

.outline-column .content dl.table dd dd {
	padding: 0;
}
.outline-column .content dl.table ul {
	width: 100%;
}
.outline-column .content dl.table li  {
	box-sizing: border-box;
	padding: 8px 16px;
	line-height: 1.9;
}
.outline-column .content dl.table li + li {
	border-top: 1px solid #fff;
}

.outline-column .content dl.list li  {
	padding: 8px 16px;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #1c3384;
	background: #d5ddf8;
}
.outline-column .content dl.list li + li {
	margin-top: 1px;
}



.outline-solutions {
	margin: 64px 0 0;
}
.outline-solutions h2 {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.outline-solutions ul {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.outline-solutions li {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 16px) / 2);
	padding: 16px 8px;
	margin-left: 16px;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 8px;
}
.outline-solutions li:nth-child(2n + 1) {
	margin-left: 0;
}
.outline-solutions li:nth-child(n + 3) {
	margin-top: 16px;
}

.outline-solutions .link {
	margin: 32px 0 0;
	text-align: center;
}
.outline-solutions .link a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}







.outline-casestudy {
	margin: 64px 0 0;
}
.outline-casestudy .header {
	display: flex;
	justify-content: space-between;
}
.outline-casestudy .header h2 {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.outline-casestudy .header a {
	display: inline-flex;
	width: auto;
	min-height: 33px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1.0rem;
	font-weight: 700;
}

.outline-casestudy .scroll-slide {
	width: 100%;
	margin: 40px 0 0;
	padding: 0;
}

.outline-casestudy .scroll-slide dl {
	margin-top: 8px;
}
.outline-casestudy .scroll-slide dt {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #4a4a4a;
}
.outline-casestudy .scroll-slide dd {
	margin-top: 8px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}

.outline-casestudy .scroll-slide .slide-item a:active dt {
	text-decoration: underline;
	color: #2c69ff;
}
.outline-casestudy .scroll-slide .slide-item a:active dd {
	text-decoration: none;
}











.outline-feature-container {
	padding: 64px 0;
	background: #edecef;
}
.outline-feature-container > .inner {
	margin: 0 20px;
}
.outline-feature-container > .inner > .extra {
	box-sizing: border-box;
	position: relative;
}
.outline-feature-container h2 {
	margin: 0 0 40px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #5b6179;
}
.outline-feature-container h3 {
	margin: 0 0 32px;
	padding: 0 0 16px;
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #5b6179;
	border-bottom: 1px solid #999;
}
.outline-feature-container h4 {
	margin: 0 0 16px;
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #5b6179;
}

.outline-feature-column + .outline-feature-column {
	margin-top: 64px;
}


.outline-feature-column.column1 .content > ul > li + li {
	margin-top: 32px;
}
.outline-feature-column.column1 .content > ul > li > ul {
	display: grid;
	grid-template-columns: 50% 50%;
}
.outline-feature-column.column1 .content > ul > li > ul > li {
	box-sizing: border-box;
	padding: 16px;
	background: #fff;
	border-radius: 8px;
}
.outline-feature-column.column1 .content > ul > li > ul > li:nth-child(1) {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
.outline-feature-column.column1 .content > ul > li > ul > li:nth-child(2) {
	grid-row: 2 / 2;
	grid-column: 1 / span 2;
	width: 100%;
	margin-top: 16px;
}
.outline-feature-column.column1 .content > ul > li > ul > li:nth-child(3) {
	grid-row: 1 / 2;
	grid-column: 2 / 2;
	margin-left: 16px;
}

.outline-feature-column.column1 .content > ul ul dt {
	margin: 0 0 16px;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: center;
	color: #5b6179;
}
.outline-feature-column.column1 .content > ul ul dd {
	text-align: center;
}
.outline-feature-column.column1 strong {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #0000C8;
}
.outline-feature-column.column1 span {
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	color: #0000C8;
}
.outline-feature-column.column1 strong + span,
.outline-feature-column.column1 span + strong {
	margin-left: 4px;
}
.outline-feature-column.column1 ul ul ul {
	display: flex;
}
.outline-feature-column.column1 ul ul ul li {
	width: 50%;
}
.outline-feature-column.column1 .note {
	margin: 16px 0 0;
	font-size: 1.0rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}


.outline-feature-column.column1 .content > ul > li:nth-child(n + 2) p {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	font-size: 1.2rem;
	line-height: 1.9;
	text-align: center;
	letter-spacing: 0.01em;
	background: #fff;
	border-radius: 8px;
}






.outline-feature-column.column2 .content > ul {
}
.outline-feature-column.column2 .content > ul > li {
}
.outline-feature-column.column2 .content > ul > li + li {
	margin-top: 32px;
}
.outline-feature-column.column2 .content .image {
	padding: 0 20px;
	text-align: center;
}
.outline-feature-column.column2 .content .image img {
	width: 100%;
	max-width: 480px;
	height: auto;
}

.outline-feature-column.column2 .content ul ul {
}
.outline-feature-column.column2 .content ul ul li {
	background: #fff;
	border-radius: 16px;
}
.outline-feature-column.column2 .content ul ul li + li {
	margin-top: 16px;
}
.outline-feature-column.column2 .content ul ul li a {
	padding: 16px;
}
.outline-feature-column.column2 .content ul ul li a:active dt {
	text-decoration: underline;
}



.outline-feature-column.column2 .content ul ul dt {
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: center;
	color: #5b6179;
}
.outline-feature-column.column2 .content ul ul dd {
	margin: 8px 0 0;
	font-size: 1.2rem;
	line-height: 1.9;
	text-align: center;
	letter-spacing: 0.01em;
	color: #1c3384;
}











.outline-organization-container {
	padding: 64px 0;
}
.outline-organization-container > .inner {
	margin: 0 20px;
}
.outline-organization-container > .inner > .extra {
	box-sizing: border-box;
	position: relative;
}
.outline-organization-container h2 {
	margin: 0 0 24px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.outline-organization-container .title p {
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}







.outline-organization-container .content {
	margin: 40px 0 0;
}

.outline-organization-container .graph {
	position: relative;
}
.outline-organization-container .graph .image {
	position: relative;
	width: 220px;
	margin: 0 auto;
}
.outline-organization-container .graph img {
	width: 100%;
	height: auto;
}

.outline-organization-container .graph .image dl {
	position: absolute;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -55%);
	text-align: center;
}

.outline-organization-container .graph .image dt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #5b6179;
}
.outline-organization-container .graph .image dd {
	margin: 5px 0 0;
	color: #0000C8;
}
.outline-organization-container .graph .image dd strong {
	font-size: 3.6rem;
	font-weight: 350;
	letter-spacing: 0.02em;
}
.outline-organization-container .graph .image dd span {
	font-size: 1.8rem;
	letter-spacing: 0.01em;
}



.outline-organization-container .legend {
	margin: 20px 0 0;
	text-align: center;
}
.outline-organization-container .legend-list {
	display: inline-block;
	min-width: 280px;
	text-align: left;
}
.outline-organization-container .legend dl {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.outline-organization-container .legend dl + dl {
	margin-top: 5px;
}
.outline-organization-container .legend dt {
	position: relative;
	width: calc(8em + 24px + 20px);
	padding-left: 24px;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.outline-organization-container .legend dd strong {
	font-size: 2.4rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.outline-organization-container .legend dd span {
	margin-left: 2px;
	font-size: 1.8rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}

.outline-organization-container .legend dt::before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	left: 0;
	top: calc(50% - 9px);
}
.outline-organization-container .legend dl:nth-child(1) dt::before {
	background: #2c69ff;
}
.outline-organization-container .legend dl:nth-child(2) dt::before {
	background: #1c3384;
}
.outline-organization-container .legend dl:nth-child(3) dt::before {
	background: #7c869a;
}





.outline-organization-container .list {
	margin: 40px 0 0;
}

.outline-organization-container .list ul {
	display: flex;
	flex-wrap: wrap;
}
.outline-organization-container .list li {
	width: calc((100% - 16px) / 2);
	padding: 0 0 16px;
	border-bottom: 1px solid #dcdcdc;
}
.outline-organization-container .list li:nth-child(2n) {
	margin-left: 16px;
}
.outline-organization-container .list li:nth-child(n + 3) {
	margin-top: 16px;
}
.outline-organization-container .list dt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #5b6179;
}
.outline-organization-container .list li:nth-child(n + 3) dt {
	min-height: 4.4rem;
}

.outline-organization-container .list dd {
}
.outline-organization-container .list dd strong {
	display: inline-block;
	font-size: 3.6rem;
	font-weight: 350;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #0000C8;
}
.outline-organization-container .list dd span {
	font-size: 1.8rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #0000C8;
}
.outline-organization-container .list dd strong + span,
.outline-organization-container .list dd span + strong {
	margin-left: 4px;
}









/* TOP - NOTICE */

#NFI-insertHtml_1 {
	margin: 30px 10px 0;
}
#NFI-insertHtml_1 p {
	font-size: 13px;
}
#NFI-insertHtml_1 p br {
	display: none;
}




/* TOP - MODAL */

#video-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100000;
	background: rgba(0,0,0,0.85);
	opacity: 0;
	
	transition: opacity 500ms ease;
}
#video-modal {
	position: fixed;
	width: calc(100vw - 50px);
	height: calc(100vw - 50px);
	left: calc(50%);
	top: calc(50%);
	z-index: 100010;
	transform: translate(-50%,-50%);
	opacity: 0;
	
	transition: opacity 500ms ease;
}
#video-modal video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	object-fit: cover;
}

#video-close-button {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	right: 8px;
	top: 8px;
	z-index: 20;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
#video-close-button img {
	width: 20px;
	height: 20px;
}

#video-more-button {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 15px;
	bottom: 12px;
	z-index: 20;
	margin: 0;
	padding: 0 16px 0 0;
	font-size: 16px;
	color: #fff;
	border: none;
	background: transparent url(/jpn/2024new/img/top/arrow_next_white.svg) 100% 50% no-repeat;
	background-size: 8px auto;
	cursor: pointer;
	text-decoration: none !important;
}
#video-more-button:active {
	text-decoration: underline !important;
}


body.modal-ready #video-overlay {
	opacity: 1;
}
body.modal-start #video-modal {
	opacity: 1;
}





#video-modal .popup-logo {
	position: absolute;
	width: 61.8%;
	height: auto;
	left: calc(50%);
	top: calc(50%);
	z-index: 20;
	transform: translate(-50%, -50%);
}

#video-modal .popup-message {
	display: none;
}
#video-modal .popup-body {
	display: none;
}


#video-modal .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
}





#video-play-button,
#video-pause-button {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	left: 5px;
	bottom: 5px;
	z-index: 20;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	
	visibility: hidden;
}
#video-play-button img {
	position: absolute;
	width: 40px;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#video-pause-button img {
	position: absolute;
	width: 32px;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#video-modal[data-status="playing"] #video-pause-button,
#video-modal[data-status="paused"] #video-play-button {
	visibility: visible;
}








































