@charset "utf-8";

body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Zen Kaku Gothic New', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	color: #292929;
	background-color: #ECF1F7;
}

img {
	width: 100%;
	height: auto;
}

*:focus {
	outline: none;
}

.-en,
.-en-pages {
	font-family: "Work Sans", sans-serif;
	word-break: break-all;
}

.-en-pages .-jp {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Zen Kaku Gothic New', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', sans-serif;
}

.-italic {
	font-style: italic;
}

.-pc,
.-pctab {
	display: block;
}

.-tab,
.-sp,
.-sptab {
	display: none;
}

.-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #ECF1F7;
}

.-fixed {
	width: 100%;
	position: fixed !important;
	top: 0;
	left: 0;
}

[style*="display:none;"]+*,
[style*="display: none;"]+* {
	margin-top: 0 !important;
}

.-section.-fit-pdt {
	padding-top: 0;
}

.-section.-fit-pdb {
	padding-bottom: 0;
}

.-section {
	padding-top: 120px;
	padding-bottom: 120px;
}

.-inner {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

.-inner.-small {
	max-width: 880px;
}

.-pdr-large {
	padding-right: clamp(2.5rem, -8.772rem + 17.6vw, 6.25rem);
}

.-pdl-large {
	padding-left: clamp(2.5rem, -8.772rem + 17.6vw, 6.25rem);
}

.-pdl-medium {
	padding-left: 60px;
}

.-pdr-medium {
	padding-right: 60px;
}

.-pdl-medium {
	padding-left: 60px;
}

.-pdr-small {
	padding-right: 40px;
}

.-pdl-small {
	padding-left: 40px;
}

.-bdr {
	border-radius: 10px;
}

.-tac {
	text-align: center;
}

.-box.-far+.-box {
	margin-top: 80px;
}

.-box+.-box {
	margin-top: 60px;
}

.-box-item+.-box-item {
	margin-top: 32px;
}

.-box-item.-far+.-box-item {
	margin-top: 60px;
}

.-box-item.-bd {
	padding-top: 32px;
	border-top: 1px solid #AFBFDA;
}

.-box-item.-far+.-box-item.-bd {
	padding-top: 60px;
}

.-par.-far+.-par {
	margin-top: 40px;
}

.-par+.-par {
	margin-top: 16px;
}

.-par[style="display:none;"]+.-par {
	margin-top: 0;
}

.-par.-close+.-par {
	margin-top: 6px;
}

.-box-line-btn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.-box-line-btn:after {
	content: "";
	display: block;
	width: calc(100% - 368px);
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #AFBFDA;
}

*+.-box-line-btn {
	margin-top: 48px;
}

span.-par {
	display: block;
}

.-bg-white {
	background-color: #FFFFFF;
}

.-bg-lblue {
	background-color: #E0E8F1;
}

.-bg-gblue {
	background-color: #ECF1F7;
}

.-bg-blue {
	background-color: #012259;
}

.-tit-box-bg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 160px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.-tit-box-bg+* {
	margin-top: 40px;
}

.-tit-col-box .-tit-item {
	display: block;
}

.-tit-col-box .-tit-item+.-tit-item {
	margin-top: 12px;
}

.-tit-col-box.-fit .-tit-item+.-tit-item {
	margin-top: 0;
}

.-tit-box-type01 .-tit-item {
	display: block;
}

.-tit-box-type01+* {
	margin-top: 32px;
}

.-tit-box-type01 .-tit-item+.-tit-item {
	margin-top: 16px;
}

.-tit-box-type02 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.-tit-box-type02 .-tit-item:not(:last-child) {
	margin-right: 24px;
}

.-subtit-box-type01 {
	display: flex;
}

.-subtit-box-type01+* {
	margin-top: 32px;
}

.-subtit-box-type01.-tit-underline+* {
	margin-top: 40px;
}

.-subtit-box-type01 .-tit-item+.-tit-item {
	margin-left: 40px;
}

.-subtit-box-type02 {
	display: flex;
	line-height: 1.2;
}

.-subtit-box-type02 .-tit-item+.-tit-item {
	margin-left: 10px;
}

.-tit-underline {
	padding-bottom: 18px;
	border-bottom: 1px solid #AFBFDA;
}

.-subtit-box-type03+* {
	margin-top: 40px;
}

.-subtit-box-type04 {
	padding-left: 32px;
	line-height: 1.4;
	position: relative;
}

.-subtit-box-type04+* {
	margin-top: 24px;
}

.-subtit-box-type04:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(((1em * 1.4) / 2 - (12px / 2)) + 1px);
	left: 0;
	border-radius: 100px;
	background-color: #7EACFC;
}

.-subtit-box-type04.-small {
	padding-left: 24px;
}

.-subtit-box-type04.-small:after {
	width: 8px;
	height: 8px;
	top: calc((1em * 1.4) / 2 - 4px + 1px);
}

.-subtit-box-type04.-dtblue:after {
	background-color: #012259;
}

.-dot {
	line-height: 1.6;
	padding-left: 12px;
	position: relative;
}

.-dot:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: calc((1em * 1.6) / 2 - (4px / 2));
	left: 0;
	background-color: #ACB4CE;
}

.-tit-number-box {
	display: flex;
	align-items: center;
}

.-tit-number {
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	line-height: 1;
	border-radius: 10px;
	position: relative;
	background-color: #AFBFDA;
}

.-tit-number+* {
	margin-top: 20px;
}

.-tit-number-inner {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.-tit-number-name {
	line-height: 1.4;
}

.-tit-number+.-tit-number-name {
	flex: 1;
	margin-top: 0;
	margin-left: 8px;
}

.-tit-type01 {
	font-size: 64px;
	line-height: 1.4;
}

.-tit-type02 {
	font-size: 52px;
	line-height: 1.4;
}

.-tit-type03 {
	font-size: 48px;
	line-height: 1.4;
}

.-tit-type04 {
	font-size: 40px;
	line-height: 1.4;
}

.-tit-type05 {
	font-size: 24px;
	line-height: 1.6;
}

.-tit-type06 {
	font-size: 20px;
}

.-txtsmall {
	font-size: 13px;
}

.-txtxsmall {
	font-size: 12px;
}

.-txtwhite {
	color: #FFFFFF;
}

.-txtblue {
	color: #012259;
}

.-txtlblue {
	color: #7EACFC;
}

.-txtgblue {
	color: #ACB4CE;
}

.-txtgray {
	color: #787878;
}

.-txtlgray {
	color: #BCBCBC;
}

.-bold {
	font-weight: 400;
}

.-heavy {
	font-weight: 500;
}

.-ellipsis {
	display: -webkit-box !important;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.-ellipsis.-line01 {
	-webkit-line-clamp: 1;
}

.-ellipsis.-line02 {
	-webkit-line-clamp: 2;
}

.-line02.-min-h {
	min-height: calc(1em * 1.6 * 2);
}

.-ellipsis.-line03 {
	-webkit-line-clamp: 3;
}

.-line03.-min-h {
	min-height: calc(1em * 1.6 * 3);
}

.-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.-label {
	color: #012259;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	line-height: 1;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	border-radius: 4px;
	background-color: #E0E8F1;
}

.-label.-ol {
	border: 1px solid #AFBFDA;
}

.-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: fit-content;
	min-height: 60px;
	min-width: 260px;
	line-height: 1.1;
	text-align: center;
	color: #012259;
	padding-top: 12px;
	padding-right: 32px;
	padding-bottom: 12px;
	padding-left: 32px;
	border-radius: 100px;
	background-color: #FFFFFF;
	border: 1px solid #012259;
	position: relative;
}

.-btn.-slim {
	min-height: 32px;
}

.-btn.-lblue {
	border: 1px solid #AFBFDA;
}

.-btn.-left {
	text-align: left;
	justify-content: flex-start;
}

.-btn.-next {
	padding-left: 64px;
	padding-right: 74px;
}

.-btn.-next:after {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #012259;
	background-image: url('/assets/images/common/arrow-next-white.svg');
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

.-btn.-left.-next {
	padding-left: 24px;
}

.-btn.-down:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: transform 0.4s ease;
}

.-btn.-down.-lblue:after {
	background-image: url('/assets/images/common/arrow-down-lblue.svg');
}

.-btn-center {
	display: flex;
	justify-content: center;
}

*+.-btn-vievmore {
	margin-top: 30px;
}

.-btn-vievmore {
	position: relative;
}

.-btn-vievmore .-btn {
	position: relative;
	z-index: 1;
}

.-btn-vievmore .-btn {
	min-width: 180px;
	max-width: fit-content;
}

.-btn-vievmore:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #AFBFDA;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.-btn-vievmore.-open .-btn.-down:after {
	transform: translateY(-50%) rotate(180deg);
}

.-link {
	display: flex;
	align-items: center;
	max-width: fit-content;
	position: relative;
}

.-link .-link-inner {
	flex: 1;
	line-height: 1.2;
}

.-link:after {
	content: "";
	display: block;
	border-radius: 100px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.-link.-white:after {
	background-color: #FFFFFF;
}

.-link.-blue:after {
	background-color: #012259;
}

.-link.-lblue:after {
	background-color: #ACB4CE;
}

.-link.-next.-small {
	padding-right: 32px;
}

.-link.-next.-large {
	padding-right: 57px;
}

.-link.-next:after {
	right: 0;
}

.-link.-next.-white:after {
	background-image: url('/assets/images/common/arrow-next-blue.svg');
}

.-link.-next.-blue:after {
	background-image: url('/assets/images/common/arrow-next-white.svg');
}

.-link.-prev.-small {
	padding-left: 32px;
}

.-link.-prev.-large {
	padding-left: 57px;
}

.-link.-prev:after {
	left: 0;
}

.-link.-prev.-white:after {
	background-image: url('/assets/images/common/arrow-prev-blue.svg');
}

.-link.-prev.-blue:after,
.-link.-prev.-lblue:after {
	background-image: url('/assets/images/common/arrow-prev-white.svg');
}

.-link.-large {
	min-height: 45px;
}

.-link.-large:after {
	width: 45px;
	height: 45px;
	background-size: 12px auto;
}

.-link.-small {
	min-height: 24px;
}

.-link.-small:after {
	width: 24px;
	height: 24px;
	background-size: 6px auto;
}

.-link.-icon .-link-inner:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background-position: center;
	background-size: 12px;
	background-repeat: no-repeat;
}

.-link.-icon .-link-inner:after {
	background-image: url('/assets/images/common/icon-blank-gray.svg');
}

.-txtlink {
	word-break: break-all;
	color: #012259;
}

.-card-list.-col .-card-list-item+.-card-list-item {
	margin-top: 20px;
}

.-card-list.-row02 {
	display: flex;
	flex-wrap: wrap;
}

.-card-list.-row02 .-row-item {
	display: flex;
	flex-direction: column;
	width: calc((100% - 20px) / 2);
	margin-top: 20px;
	margin-right: 20px;
}

.-card-list.-row02 .-row-item.-r-line {
	width: calc((100% - 40px) / 2);
	margin-top: 40px;
	margin-right: 40px;
}

.-card-list.-row02 .-row-item:nth-child(2n),
.-card-list.-row02 .-row-item.-r-line:nth-child(2n) {
	margin-right: 0;
}

.-card-list.-row02 .-row-item:nth-child(1),
.-card-list.-row02 .-row-item:nth-child(2) {
	margin-top: 0;
}

.-card-list.-row02 .-row-item.-r-line>* {
	height: 100%;
	padding-right: 40px;
	border-right: 1px solid #AFBFDA;
}

.-card-type01 {
	display: flex;
}

.-card-type01 .-card-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.-card-type01 .-card-day,
.-card-type01 .-card-images,
.-card-type01 .-card-tit,
.-card-type01 .-card-desc {
	display: block;
	line-height: 1.6;
}

.-card-type01 .-card-item+.-card-item {
	margin-top: 8px;
}

.-card-type01 .-card-images {
	aspect-ratio: 8 / 7;
	overflow: hidden;
}

.-card-type01 .-card-images.-rect {
	aspect-ratio: 37 / 18;
}


.-card-type01 .-card-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.-card-type01 .-card-images+* {
	margin-top: 16px;
}

.-card-type01 .-card-day+* {
	margin-top: 8px;
}

.-card-type01 .-card-tit+* {
	margin-top: 12px;
}

.-card-type01 .-card-desc+* {
	margin-top: 16px;
}

.-card-type02 {
	display: block;
	padding-top: 16px;
	padding-right: 140px;
	padding-bottom: 16px;
	padding-left: 40px;
	position: relative;
	border-radius: 10px;
}

.-card-type02:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	border-radius: 100px;
	background-color: #012259;
	background-size: 12px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/assets/images/common/arrow-next-white.svg');
}

.-card-type02 .-card-label {
	display: inline-block;
	line-height: 1;
	min-width: 150px;
}

.-card-type02 span+span {
	margin-top: 8px;
}

.-card-type02 .-card-tit,
.-card-type02 .-card-day {
	display: block;
}

.-card-type03 {
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.-card-type03 .-card-item {
	display: flex;
	flex-direction: column;
}

.-card-type03 .-card-images {
	width: 51%;
	max-width: 443px;
	aspect-ratio: 433/220;
	overflow: hidden;
}

.-card-type03 .-card-images img {
	height: 100%;
	object-fit: cover;
}

.-card-type03 .-card-images+.-card-desc {
	flex: 1;
	padding-left: 40px;
}

.-card-type03 .-card-desc {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.-card-type03 .-card-desc-inner+.-card-desc-inner {
	margin-top: 16px;
}

.-card-type03 .-card-tit {
	display: block;
}

.-card-type03 .-card-tit+* {
	margin-top: 16px;
}

.-card-type03 .-card-tit+* {
	min-height: calc(1em * 1.6 * 3);
}

.-card-type03 .-card-desc-btn {
	display: flex;
	justify-content: flex-end;
}

.-card-type04 {
	display: flex;
}

.-card-type04.-al-center {
	align-items: center;
}

.-card-type04 .-card-images {
	display: block;
	width: 100px;
	aspect-ratio: 1 / 1;
	position: relative;
}

.-card-type04.-images-large .-card-images {
	width: 120px;
	max-height: 120px;
}

.-card-type04.-images-small .-card-images {
	width: 64px;
	max-height: 64px;
}

.-card-type04 .-card-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.-card-type04 .-card-desc {
	flex: 1;
	display: block;
}

.-card-type04 .-card-images+.-card-desc {
	margin-left: 20px;
}

.-card-type04 .-card-tit,
.-card-type04 .-card-tag,
.-card-type04 .-card-txt {
	display: block;
}

.-card-type04 .-card-tit+* {
	margin-top: 4px;
}

.-card-type04 .-card-number-label {
	position: absolute;
	top: 2px;
	left: 2px;
}

.-card-type04.-ol {
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
	border: 1px solid #AFBFDA;
}

.-card-type04.-ol .-card-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.-card-type04.-ol .-card-desc span:first-child {
	padding-top: 6px;
}

.-card-type04.-ol .-card-desc span:last-child {
	padding-bottom: 6px;
}

.-card-type04.-ol .-card-images img {
	border-radius: 10px;
}

.-card-type04.-ol.-no-images {
	padding-left: 20px;
}

.-card-type04.-ol.-no-images {
	align-items: normal;
}

.-card-type04.-ol.-no-images .-card-desc {
	justify-content: flex-start;
}

.-card-number-label {
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #ffffff;
	border-radius: 4px;
	background-color: #AFBFDA;
	position: relative;
}

.-card-number-label.-top03 {
	background-color: #7EACFC;
}

.-card-number-label span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.-card-item-row {
	display: flex !important;
	align-items: center;
}

.-card-item-row .-card-day+.-card-tag {
	flex: 1;
	margin-top: 0;
	margin-left: 16px;
}

.-bnr-full {
	display: flex;
	padding-top: 64px;
	padding-right: clamp(2.5rem, -8.728rem + 17.54vw, 6.25rem);
	padding-bottom: 64px;
	padding-left: clamp(2.5rem, -8.728rem + 17.54vw, 6.25rem);
	position: relative;
}

.-bnr-full .-bnr-full-inner,
.-bnr-full .-bnr-full-tit,
.-bnr-full .-bnr-full-subtit {
	display: block;
}

.-bnr-full-box.-lblue,
.-bnr-full.-lblue {
	background-color: #7EACFC;
}

.-bnr-full-inner {
	padding-right: 64px;
}

.-bnr-full .-bnr-full-tit+* {
	margin-top: 4px;
}

.-bnr-full:after {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: clamp(2.5rem, -8.728rem + 17.54vw, 6.25rem);
	transform: translateY(-50%);
}

.-bnr-full-box.-lblue .-bnr-full:after {
	background-color: #FFFFFF;
	background-image: url('/assets/images/common/arrow-next-blue.svg');
}

.-lower {
	position: relative;
}

.-lower-bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	mix-blend-mode: soft-light;
}

.-lower-page-tit {
	word-wrap: break-word;
}

.-lower-page-tit+* {
	margin-top: 48px;
}

.-lower-mainvisual {
	border-radius: 10px;
}

.-lower-page-tit+.-lower-contents {
	margin-top: 64px;
}

.-lower-contents {
	position: relative;
	z-index: 1;
}

.-lead-gap-bg .-lower-lead-gap-bg {
	margin-top: calc((clamp(9.188rem, -0.332rem + 14.86vw, 17.5rem))*-1);
	padding-top: clamp(8.75rem, -0.555rem + 14.53vw, 16.875rem);
	position: relative;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
}

.-lead-gap-bg .-lower-bg {
	opacity: 0.5;
}

.-topicpath {
	padding-top: 100px;
	position: relative;
	z-index: 1;
}

.-topicpath+* {
	margin-top: 72px;
}

.-topicpath-list {
	display: flex;
	align-items: center;
}

.-topicpath-list-item {
	display: flex;
	align-items: center;
}

.-topicpath-list-item {
	margin-right: 12px;
	word-break: break-all;
}

.-topicpath-list-item a {
	display: block;
	flex: 1;
	padding-right: 12px;
}

.-topicpath-list-item:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background-color: #7EACFC;
}

.-topicpath-list-item:first-child {
	min-width: fit-content;
}

.-topicpath-list-item:last-child {
	flex: 1;
	min-width: 3em;
	max-height: 2em;
	margin-right: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.-topicpath-list-item:last-child:after {
	display: none;
}

.-toc-row {
	position: relative;
}

.-toc,
.-toc-bg {
	width: 320px;
	height: calc(100vh - 160px);
	position: absolute;
	top: 120px;
	left: 40px;
}

.-toc {
	z-index: 1;
}

.-toc-bg {
	border-radius: 10px;
	mix-blend-mode: darken;
	background-color: #012259;
}

.-toc-inner {
	position: relative;
	height: 100%;
	overflow: auto;
}

.-toc-list {
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
	position: relative;
	z-index: 1;
}

.-toc-list-item {
	position: relative;
	z-index: 1;
}

.-toc-list-item+.-toc-list-item {
	margin-top: 6px;
}

.-toc-link.-toc-list-tit {
	display: flex;
}

.-toc-list-tit .-toc-list-tit-inner+.-toc-list-tit-inner {
	margin-left: 12px;
}

.-toc-list-subtit {
	display: block;
	margin-left: 32px;
	padding-left: 16px;
	max-width: fit-content;
	position: relative;
}

.-toc-list-subtit:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background-color: #BCBCBC;
	position: absolute;
	top: 0.8em;
	left: 0;
}

.-toc-link.-current {
	color: #7EACFC;
}

.-toc-link.-current:before {
	background-color: #7EACFC;
}

.-toc-contents-inner {
	padding-left: clamp(22.5rem, 10.101rem + 19.35vw, 26.625rem);
}

.-row-tmb {
	display: flex;
}

.-row-tmb+.-row-tmb {
	margin-top: 40px;
}

.-row-tmb-item+.-row-tmb-item {
	margin-left: clamp(1.25rem, -2.507rem + 5.87vw, 2.5rem);
}

.-tmb-desc {
	flex: 1;
}

.-row-tmb.-al-center .-tmb-desc {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.-tmb-desc.-al-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.-tmb-images {
	width: 37%;
	max-width: 400px;
}

.-tmb-images img {
	border-radius: 10px;
}

.-tmb-coverd {
	border-radius: 10px;
	overflow: hidden;
}

.-tmb-coverd img {
	height: 100%;
	object-fit: cover;
}

.-swi-tab {
	border-radius: 10px;
	background-color: #E0E8F1;
}

.-swi-tab+* {
	margin-top: 80px;
}

.-swi-tab-list {
	display: flex;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.-swi-tab-list-item {
	display: flex;
	width: 100%;
}

.-swi-tab-list-item+.-swi-tab-list-item {
	margin-left: 4px;
}

.-swi-tab-btn {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -0.02em;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-radius: 8px;
}

.-swi-tab-list-item.-current .-swi-tab-btn {
	color: #FFFFFF;
	background-color: #7EACFC;
	pointer-events: none;
}

.-swi-tab-desc {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	border-top: 1px solid #FFFFFF;
}

*+.-pager {
	margin-top: 60px;
}

.-pager-list {
	display: flex;
	justify-content: center;
}

.-pager-list-item+.-pager-list-item {
	margin-left: 8px;
}

.-pager-list-item.-current .-pager-link {
	color: #FFFFFF;
	background-color: #AFBFDA;
	pointer-events: none;
}

.-pager-link {
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	position: relative;
}

.-pager-link span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.-article-update-label+.-article {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.-article+.-article {
	margin-top: 60px;
}

.-article-update+* {
	margin-top: 16px;
}

.-article-main-tit+* {
	margin-top: 16px;
}

.-article-update-label {
	min-width: 150px;
}

.-article-update-label+* {
	margin-top: 60px;
}

.-article-images+*,
.-article-tit+* {
	margin-top: 32px;
}

.-article-tit {
	line-height: 1.6;
}

.-article-txt+.-article-txt {
	margin-top: 24px;
}

.-article-images {
	padding-left: 30px;
	padding-right: 30px;
}

*+.-article-link {
	margin-top: 40px;
}

.-article-txtlink {
	word-break: break-all;
}

.-article-txt a {
	color: #012259
}

.-article-link-item:not(:last-child) {
	margin-bottom: 32px;
}

.-bg-box {
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
	border-radius: 10px;
}

.-bd-box {
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
	border-radius: 10px;
	border: 1px solid #AFBFDA;
}

.-bdb-box:not(:last-child) {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #AFBFDA;
}

*+.-cite-box {
	margin-top: 60px;
}

.-cite-box-inner {
	padding-left: 20px;
	border-left: 1px solid #E0E8F1;
}

form {
	width: 100%;
}

.-form-row {
	display: flex;
}

.-form-row .-form-desc {
	width: 54.2%;
	max-width: 60%;
}

.-form-row .-form-desc-images+*,
.-form-row .-form-desc-txt+* {
	margin-top: 40px;
}

.-form-row .-form-field {
	flex: 1;
}

.-form-row .-form-field-inner {
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 10px 0 0 10px;
}

.-form-field-txt+* {
	margin-top: 40px;
}

.-form-block+.-form-block {
	margin-top: 56px;
}

.-form-block.-underline+.-form-block.-underline {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #ECF1F7;
}

.-form-block-tit+* {
	margin-top: 32px;
}

.-form-block-tit.-inc-required {
	display: flex;
	align-items: center;
}

.-form-block-tit.-inc-required+* {
	margin-top: 16px;
}

.-form-block-tit-item+.-required {
	margin-left: 8px;
}

.-form-block-item+.-form-block-item {
	margin-top: 16px;
}

.-form-btn {
	width: 100%;
	align-items: center;
	justify-items: center;
}

.-form-block+.-form-btn {
	margin-top: 72px;
}

.-form-btn+.-form-btn {
	margin-top: 56px;
}

.-form-label {
	display: flex;
	align-items: center;
}

.-form-label+* {
	margin-top: 8px;
}

.-form-label-name+.-required {
	margin-left: 8px;
}

.-form-input input {
	width: 100%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 4px;
	border: 1px solid #AFBFDA;
	background-color: #FFFFFF;
}


.-form-textarea textarea {
	width: 100%;
	min-height: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	resize: vertical;
	border-radius: 10px;
	border: 1px solid #AFBFDA;
	background-color: #FFFFFF;
}

.-form-checkbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.-form-checkbox label,
.-form-radio label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.-form-checkbox-item,
.-form-radio-item {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid #AFBFDA;
	background-color: #FFFFFF;
	position: relative;
}

.-form-checkbox-txt,
.-form-radio-txt {
	flex: 1;
	line-height: 1.4;
	padding-left: 8px;
	color: #292929;
}

.-form-checkbox-item input,
.-form-radio-item input,
.-form-checked,
.-form-radio-checked {
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	top: -1px;
	left: -1px;
	opacity: 0;
}

.-form-checked,
.-form-radio-checked {
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/assets/images/common/icon-check-white.svg');
	border: 1px solid #AFBFDA;
	border-radius: 4px;
	background-color: #7EACFC;
}

.-form-checkbox-item input:checked+.-form-checked,
.-form-radio-item input:checked+.-form-checked,
.-form-checkbox-item input:checked+.-form-radio-checked,
.-form-radio-item input:checked+.-form-radio-checked {
	opacity: 1;
}

.-form-input.-form-error input,
.-form-textarea.-form-error textarea,
.-form-checkbox.-form-error .-form-checkbox-item,
.-form-radio.-form-error .-form-radio-item {
	border: 1px solid #FF6F71;
}

*+.-form-caption {
	margin-top: 8px;
}

*+.-form-error-txt {
	margin-top: 4px;
}

.-form-caption+.-form-error-txt {
	margin-top: 0;
}

label+.-form-error-txt {
	margin-top: 8px;
}

.-form-error-txt {
	font-size: 12px;
	display: block;
	color: #FF6F71;
}

.-form-error-message+* {
	margin-top: 56px;
}

.-form-error-message {
	text-align: center;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
	color: #FFFFFF;
	border-radius: 10px;
	background-color: #FF6F71;
}

.-form-end-tit {
	text-align: center;
}

.-form-end-tit+* {
	margin-top: 24px;
}

.-form-radio-list li+li {
	margin-top: 16px;
}

.-required {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: fit-content;
	font-size: 12px;
	line-height: 1.6;
	padding-left: 8px;
	padding-right: 8px;
	min-width: fit-content;
	min-height: 20px;
	color: #FFFFFF;
	border-radius: 4px;
	background-color: #FF6F71;
}

.-check-list-item+.-check-list-item {
	margin-top: 8px;
}

.-check-list-item {
	padding-left: 24px;
	background-position: top 0.55em left;
	background-size: 12px;
	background-repeat: no-repeat;
	background-image: url('/assets/images/common/icon-check-blue.svg');
}

.-side-row {
	display: flex;
}

.-side-row-item+.-side-row-item {
	margin-left: 40px;
}

.-side-row-main {
	flex: 1;
	width: calc(100% - 360px);
}

.-side-row-option {
	width: 320px;
}

.-hide-4orunder .-card-list-item:nth-child(n+4) {
	display: none;
	opacity: 0;
	transform: translateY(10px);
}

.-hide-4orunder.-open .-card-list-item:nth-child(n+4) {
	display: block;
	animation: fadeUp .4s ease-out forwards;
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.-dl-list {
	display: flex;
}

.-dl-list+.-dl-list {
	margin-top: 30px;
}

.-dl-list-item+.-dl-list-item {
	flex: 1;
	margin-left: 40px;
}

.-dt,
.-dd {
	font-weight: 300;
	line-height: 1.4;
}

.-dt {
	width: 96px;
}

.-list-item {
	line-height: 1.6;
	padding-left: 12px;
}

.-list-item.-fit-left {
	padding-left: 0;
}

.-list-item+.-list-item {
	margin-top: 8px;
}

.-list-number {
	display: flex;
}

.-list-number .-list-number-count {
	min-width: 23px;
}

.-list-number .-list-number-item+.-list-number-item {
	flex: 1;
}

.-iframe {
	border-radius: 10px;
	overflow: hidden;
}

.-iframe.-googlemap iframe {
	aspect-ratio: 20 / 9;
	width: 100%;
	height: auto;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px !important;
	height: 40px !important;
	margin-top: 0 !important;
	border-radius: 100px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center;
}

.swiper-button-next {
	background-image: url('/assets/images/common/ops-arrow-next-blue.svg');
}

.swiper-button-prev {
	background-image: url('/assets/images/common/ops-arrow-prev-blue.svg');
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important;
}

*+.swiper-pagination {
	margin-top: 24px;
}

.swiper-pagination {
	display: flex;
	position: static !important;
	line-height: 1;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	opacity: 1 !important;
	border-radius: 100px;
	background-color: #AFBFDA !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #012259 !important;
}

.swiper-pagination .swiper-pagination-bullet:first-child {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 12px !important;
}

.swiper-fade .swiper-slide {
	opacity: 0;
	transition: opacity 1s ease !important;
}

.swiper-fade .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.-slide-single-container {
	overflow: hidden;
}

.-lower-startanimation-up {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.8s ease, opacity 0.8s ease;
}


.-lower-startanimation-up.-delay {
	transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
}

.-nowloading .-lower-startanimation-up {
	opacity: 0;
	transform: translateY(80px);
}

.-lower-startanimation-down,
.-lower header {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.8s ease;
}

.-nowloading .-lower-startanimation-down,
.-nowloading.-lower header {
	opacity: 0;
	transform: translateY(-80px);
}

.-scroll-fadein {
	opacity: 0;
	transition: opacity 1.2s ease;
}

.-scroll-fadein.-is-fadein {
	opacity: 1;
}

.-scroll-fadeup {
	opacity: 0;
	transform: translateY(80px);
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.-scroll-fadeup.-is-fadein {
	opacity: 1;
	transform: translateY(0);
}

/* HEADER AND FOOTER */

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	min-height: 0;
	transition: transform 0.8s ease, min-height 0s ease 0.15s;
}

.-nowloading #header {
	top: -100px;
}

#header.-is-show,
#header.-is-hide {
	backdrop-filter: blur(10px);
}

#header.-is-hide {
	transform: translateY(-100px);
}

.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	max-width: 1920px;
	min-height: 0;
	margin-left: auto;
	margin-right: auto;
	transition: min-height 0.4s ease 0.2s;
}

.header-inner {
	display: flex;
	align-items: center;
}

.header-item+.header-item {
	margin-left: 40px;
}

.header-logo {
	display: block;
	width: 160px;
}

.header-cv {
	display: flex;
	align-items: center;
}

.header-cv-item+.header-cv-item {
	margin-left: 10px;
}

.header-btn {
	display: inline-block;
	font-size: 13px;
	line-height: 1.1;
	text-align: center;
	color: #012259;
	min-width: 120px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-radius: 100px;
	border: 1px solid #012259;
	background-color: #ECF1F7;
}

.header-h-menu {
	width: 60px;
	height: 24px;
	position: relative;
	cursor: pointer;
}

.header-h-menu-inner,
.header-h-menu:before,
.header-h-menu:after {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background-color: #012259;
	transition: all 0.4s ease;
}

.header-h-menu-inner {
	top: 50%;
	transform: translateY(-50%);
}

.header-h-menu:before {
	content: "";
	top: 0;
}

.header-h-menu:after {
	content: "";
	bottom: 0;
}

.header-menu {
	display: none;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	padding-top: 210px;
	padding-left: 40px;
	padding-right: 40px;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}

.header-menu-inner {
	display: flex;
	padding-bottom: 120px;
}

.header-menu-item+.header-menu-item {
	margin-left: 40px;
}

.header-menu-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.header-menu-list-item {
	width: calc((100% - 40px) / 3);
	margin-top: 60px;
	margin-right: 20px;
}

.header-menu-list-item:nth-child(3n) {
	margin-right: 0;
}

.header-menu-list-item:nth-child(1),
.header-menu-list-item:nth-child(2),
.header-menu-list-item:nth-child(3) {
	margin-top: 0;
}

.header-menu-index-link,
.header-menu-lower-link {
	display: block;
	max-width: fit-content;
	color: #FFFFFF;
	word-break: break-all;
}

.header-menu-index-link .header-menu-link-item {
	display: block;
}

.header-menu-index-link .header-menu-link-item+.header-menu-link-item {
	margin-top: 16px;
}

.header-menu-index-link .header-menu-link-en {
	font-size: clamp(2rem, -1.006rem + 4.69vw, 3rem);
	letter-spacing: -0.06em;
	line-height: 1;
}


.header-menu-index-link .header-menu-link-jp {
	font-size: clamp(0.875rem, 0.499rem + 0.59vw, 1rem);
}

.header-menu-lower {
	margin-top: 24px;
}

.header-menu-lower-list-item+.header-menu-lower-list-item {
	margin-top: 8px;
}

.header-menu-lower-link .header-menu-link-item {
	font-size: clamp(0.875rem, 0.499rem + 0.59vw, 1rem);
}

.header-menu-cv {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 24%;
	max-width: 300px;
}

.header-menu-cv-inner+.header-menu-cv-inner {
	margin-top: 40px;
}

.header-menu-cv-btn {
	display: block;
	color: #FFFFFF;
	padding-top: 32px;
	padding-right: 24px;
	padding-bottom: 32px;
	padding-left: 24px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	background-color: #012259;
}

.header-menu-cv-btn+.header-menu-cv-btn {
	margin-top: 16px;
}

.header-menu-cv-btn-item {
	display: block;
	line-height: 1;
}

.header-menu-cv-btn-item+.header-menu-cv-btn-item {
	margin-top: 16px;
}

.header-menu-cv-btn-en {
	font-size: clamp(1.5rem, -0.003rem + 2.35vw, 2rem);
}

.header-menu-cv-btn-jp {
	font-size: clamp(0.875rem, 0.499rem + 0.59vw, 1rem);
}

.header-blank {
	position: relative;
	padding-right: 20px;
	background-image: url('/assets/images/common/icon-blank-gray.svg');
	background-size: 12px auto;
	background-position: right center;
	background-repeat: no-repeat;
}

.header-menu-copyright {
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
}

.header-h-menu-bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #012259;
}

.header-h-menu-bg img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	mix-blend-mode: soft-light;
}

*+.header-menu-lang-btn {
	margin-top: 20px;
}

.header-menu-lang-btn {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #012259;
	min-width: 132px;
	line-height: 1;
	padding-top: 8px;
	padding-right: 34px;
	padding-bottom: 8px;
	padding-left: 45px;
	border-radius: 100px;
	background-color: #FFFFFF;
	background-size: 20px;
	background-position: left 8px center;
	background-repeat: no-repeat;
	background-image: url('/assets/images/common/icon-lang-blue.svg');
}

#header.-open {
	min-height: 100%;
	transition: min-height 0s ease;
}

#header.-open .header-cv {
	opacity: 0;
	pointer-events: none;
}

#header.-open .header-wrapper {
	position: relative;
	z-index: 2;
}

#header.-open .header-h-menu {
	height: 40px;
}

#header.-open .header-h-menu-inner,
#header.-open .header-h-menu:before,
#header.-open .header-h-menu:after {
	background-color: #FFFFFF;
}

#header.-open .header-h-menu-inner {
	opacity: 0;
}

#header.-open .header-h-menu:before {
	top: 20px;
	transform: rotate(40deg);
}

#header.-open .header-h-menu::after {
	top: 20px;
	transform: rotate(-40deg);
}

#footer {
	position: relative;
	z-index: 1;
}

.footer-sp {
	display: none;
}

.footer-cv {
	background-color: #012259;
}

.footer-cv-inner {
	display: flex;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.footer-cv-item {
	width: 100%;
	display: flex;
}

.footer-cv-item+.footer-cv-item {
	border-left: 1px solid #ECF1F7;
}

.footer-cv-btn {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	padding-top: 64px;
	padding-right: clamp(7.875rem, -16.548rem + 38.12vw, 16rem);
	padding-bottom: 64px;
	padding-left: clamp(2.5rem, -8.772rem + 17.6vw, 6.25rem);
	background-color: #012259;
	position: relative;
}

.footer-cv-btn:after {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	background-color: #FFFFFF;
	background-image: url('/assets/images/common/arrow-next-blue.svg');
	background-size: 12px auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: clamp(2.5rem, -23.801rem + 41.06vw, 11.25rem);
	transform: translateY(-50%);
}

.footer-cv-en {
	display: block;
	font-size: 20px;
	color: #7EACFC;
}

.footer-cv-jp {
	display: block;
	margin-top: 16px;
}

.footer-inner {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 140px;
	padding-right: clamp(2.5rem, -8.772rem + 17.6vw, 6.25rem);
	padding-bottom: 40px;
	padding-left: clamp(2.5rem, -8.772rem + 17.6vw, 6.25rem);
	position: relative;
}

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

.footer-company {
	width: 250px;
}

.footer-logo {
	display: block;
}

.footer-company-info {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 30px;
}

.footer-company-name+* {
	margin-top: 12px;
}

.footer-menu {
	display: flex;
	margin-left: 80px;
}

.footer-menu-list+.footer-menu-list {
	margin-left: clamp(2.5rem, -5.015rem + 11.73vw, 5rem);
}

.footer-menu-list-item+.footer-menu-list-item {
	margin-top: 20px;
}

.footer-sub-item+.footer-sub-item {
	margin-top: 16px;
}

.footer-menu-list-item,
.footer-menu-list-link {
	line-height: 1.4;
}

.footer-menu-list-sublink {
	display: inline-block;
	font-size: 13px;
	line-height: 1.4;
	color: #787878;
}

.footer-blank {
	padding-right: 20px;
	background-image: url('/assets/images/common/icon-blank-gray.svg');
	background-size: 12px auto;
	background-position: right center;
	background-repeat: no-repeat;
}

.footer-menu-sub {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #787878;
	margin-top: 160px;
}

.footer-menu-sub-list {
	display: flex;
	font-size: 12px;
}

.footer-menu-sub-list-item+.footer-menu-sub-list-item {
	margin-left: 30px;
}

.footer-menu-sub-list-link {
	display: block;
	line-height: 1.2;
	font-size: 12px;
}

.footer-menu-caption,
.footer-menu-lang,
.footer-menu-lang-link {
	display: flex;
	align-items: center;
}

.footer-menu-caption {
	margin-top: 24px;
}

*+.footer-menu-lang {
	margin-left: 16px;
	padding-left: 16px;
	border-left: 2px solid #E0E8F1;
}

.footer-menu-lang-tit {
	font-size: 12px;
}

.footer-menu-lang-link .footer-menu-sub-list-link+.footer-menu-sub-list-link {
	margin-left: 0.5em;
}

.footer-copyright {
	margin-top: 24px;
	font-size: 10px;
}

.-no-f-cv .footer-cv {
	display: none;
}

/* / HEADER AND FOOTER END */

#top {
	position: relative;
}

.top-main {
	position: relative;
	max-width: 1920px;
	height: 100vh;
	min-height: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1.25rem, 0.23rem + 3.02vw, 2.5rem);
}

.top-main-copy-en {
	display: block;
	width: clamp(25.313rem, 0.045rem + 39.44vw, 47.375rem);
	padding-top: clamp(8.75rem, 0.017rem + 13.63vw, 16.375rem);
}

.top-main-copy-jp {
	display: block;
	width: clamp(7.5rem, -0.016rem + 11.73vw, 14.063rem);
	position: absolute;
	top: clamp(12.125rem, 0.1rem + 18.77vw, 22.625rem);
	right: clamp(13.125rem, 0.098rem + 20.34vw, 24.5rem);
}

.-en-pages .top-main-copy-jp {
	width: clamp(10.75rem, -0.703rem + 17.88vw, 20.75rem);
	top: clamp(11.25rem, 0.299rem + 17.09vw, 20.813rem);
	right: clamp(10.75rem, 0.013rem + 16.76vw, 20.125rem);
}

.top-main-bg {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 50%;
	mix-blend-mode: darken;
	opacity: 0.8;
	transform: translateX(-50%);
}

.top-main-bg svg {
	width: 100%;
	height: auto;
}

.-nowloading .top-main-animation-path01,
.-nowloading .top-main-animation-path02 {
	transform: translateY(-100px);
	opacity: 0;
}

.-nowloading .top-main-animation-path03 {
	transform: translateY(-80px);
	opacity: 0;
}

.-nowloading .top-main-animation-path04 {
	transform: translateY(-10px);
	opacity: 0;
}

.-nowloading .top-main-animation-txt-jp {
	transform: translateY(10px);
	opacity: 0;
}

.-nowloading .top-main-animation-txt-en {
	transform: translateX(-40px);
	opacity: 0;
}

.-start .top-main-animation-txt-en {
	transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.-start .top-main-animation-path01 {
	transition: all 0.8s ease-in-out 1s;
}

.-start .top-main-animation-path02 {
	transition: all 0.8s ease-in-out 1.4s;
}

.-start .top-main-animation-path03 {
	transition: all 0.8s ease-in-out 1.8s;
}

.-start .top-main-animation-path04 {
	transition: all 0.8s ease-in-out 2s;
}

.-start .top-main-animation-txt-jp {
	transition: transform 0.8s ease-in-out 2.4s, opacity 0.8s ease-in-out 2.4s;
}

.top-main-pattern-bg {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 50%;
	mix-blend-mode: screen;
	opacity: 0.3;
	transform: translateX(-50%);
}

.top-contents {
	position: relative;
	z-index: 1;
}

#top-news {
	margin-top: 40px;
	margin-bottom: 80px;
}

.top-news {
	margin-top: 40px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: rgba(1, 34, 89, 0.75);
}

.top-news-ops {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-news-ops+* {
	margin-top: 32px;
}

.top-news-tit {
	line-height: 1.5;
}

.top-news-list {
	display: flex;
}

.top-news-list-item {
	width: 100%;
}

.top-news-list-item+.top-news-list-item {
	margin-left: 56px;
}

.top-news-link {
	display: block;
	color: #FFFFFF;
	padding-top: 21px;
	position: relative;
}

.top-news-link:before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

.top-news-link-head {
	display: flex;
	align-items: center;
}

.top-news-link-head+* {
	margin-top: 8px;
}

.top-news-link-day+* {
	margin-left: 8px;
}

.top-news-link-label {
	min-width: 80px;
}

.top-news-link-tit {
	line-height: 1.5;
}

.top-whoweare-row {
	display: flex;
	justify-content: space-between;
}

.top-whoweare-desc {
	width: 60%;
	padding-top: clamp(5rem, -36.331rem + 64.52vw, 18.75rem);
}

.top-whoweare-desc-inner {
	padding-top: 40px;
	background-color: #ECF1F7;
}

.top-whoweare-images {
	width: 40%;
}

.top-journal-details {
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 10px 0 0 10px;
}

.top-journal-desc {
	padding-right: 60px;
	padding-left: 60px;
}

.top-journal-desc+* {
	margin-top: 32px;
}

.top-journal-slide {
	position: relative;
	overflow: hidden;
}

.top-journal-slide-container {
	padding-left: 260px;
	position: relative;
}

.top-journal-list-card {
	margin-right: clamp(1.875rem, -3.761rem + 8.8vw, 3.75rem);
	padding-right: clamp(1.875rem, -3.761rem + 8.8vw, 3.75rem);
	border-right: 1px solid #ECF1F7;
}

.top-journal-list-item:last-child .top-journal-list-card {
	border-right: 1px solid rgba(255, 255, 255, 0);
}

.top-journal-slide-ops {
	width: 260px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #FFFFFF;
}

.top-journal-slide-btn {
	position: static !important;
}

.top-journal-slide-ops-inner {
	padding-right: 60px;
	padding-left: 60px;
}

.top-journal-slide-ops-arrow {
	display: flex;
	justify-content: space-between;
}

.top-journal-slide-ops-btn {
	width: 100%;
	min-width: 100%;
	min-height: 42px !important;
	margin-top: 30px;
}

.top-solution-scrollfix {
	width: 100%;
	position: relative;
}

.top-solution-box-images-fixed {
	width: 360px;
	height: 700px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.top-solution-images-inner {
	height: 700px;
	position: relative;
	z-index: 1;
}

.top-solution-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.top-solution-images.top-solution-images-base {
	position: relative;
}

.top-solution-images img {
	opacity: 0;
	transition: all 0.4s ease;
}

.top-solution-images.-is-show img {
	opacity: 1;
}

.top-solution-message {
	width: 100%;
	padding-right: clamp(2.5rem, -8.772rem + 17.6vw, 6.25rem);
	padding-left: clamp(25rem, 17.485rem + 11.73vw, 27.5rem);
	padding-bottom: 240px;
	opacity: 0;
	position: relative;
	transition: all 0.4s ease;
}

.top-solution-message:last-child {
	padding-bottom: 0;
}

.top-solution-message:after {
	content: "";
	width: calc(100% - 211px);
	height: calc(100% - 240px);
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 10px 0 0 10px;
	background-color: #FFFFFF;
}

.top-solution-message:last-child:after {
	height: 100%;
}

.top-solution-box-message {
	width: 100%;
	padding-top: 20px;
}

.top-solution-message-inner {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}

.top-solution-message.-is-show {
	opacity: 1;
}

.top-solution-lead {
	padding-left: clamp(12.5rem, -29.958rem + 66.28vw, 26.625rem);
	padding-right: 100px;
}

.top-solution-lead+* {
	margin-top: 80px;
}

.top-solution-service-tag+* {
	margin-top: 8px;
}

.top-solution-service {
	width: 35%;
	line-height: 1.4;
}

.top-solution-desc {
	display: flex;
	margin-top: 32px;
}

.top-solution-desc .top-solution-desc-item+.top-solution-desc-item {
	margin-left: clamp(1.875rem, -3.761rem + 8.8vw, 3.75rem);
	padding-left: clamp(1.875rem, -3.761rem + 8.8vw, 3.75rem);
	border-left: 1px solid#ECF1F7;
}

.top-solution-desc .top-solution-desc-item:first-child {
	flex: 1;
}

.top-solution-contents {
	padding-left: clamp(0rem, -11.272rem + 17.6vw, 3.75rem);
}

.top-solution-service-inner+.top-solution-service-inner {
	margin-top: 40px;
}

.top-solution-tit .top-solution-tit-item {
	display: block;
}

.top-solution-tit-item:nth-child(1)+.top-solution-tit-item {
	margin-top: 16px;
}

.top-last {
	position: relative;
	background-color: #ECF1F7;
	overflow: hidden;
}

.top-last-inner {
	position: relative;
	z-index: 1;
}

.top-last-bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: lighten;
	opacity: 0.5;
}

#download .footer-cv-download {
	display: none;
}

#download .footer-cv-contact .footer-cv-btn {
	padding-left: clamp(2.5rem, -8.772rem + 17.6vw, 6.25rem);
}

#download .footer-cv-contact .footer-cv-btn:after {
	right: clamp(2.5rem, -8.772rem + 17.6vw, 6.25rem);
}

.journal-ranking *+.journal-ranking-list,
*+.journal-list {
	margin-top: 48px;
}

[style*="display:none;"]+*+#journal-list,
[style*="display: none;"]+*+#journal-list {
	margin-top: 0 !important;
}

#journal-list .-tit-type05[style*="display:block;"]+.journal-list,
#journal-list .-tit-type05[style*="display: block;"]+.journal-list {
	margin-top: 48px;
}

.journal-ranking-list li:nth-child(1) .-card-number-label,
.journal-ranking-list li:nth-child(2) .-card-number-label,
.journal-ranking-list li:nth-child(3) .-card-number-label {
	background-color: #7EACFC;
}

.journal-list li:nth-child(1),
.journal-list li:nth-child(2) {
	opacity: 1;
	transform: translateY(0);
}

.journal-pickup {
	position: relative;
}

.technology-groupcompstr {
	padding-left: 30px;
	padding-right: 30px;
}

#recruit .-lower-lead-gap-bg {
	background-image: url('/assets/images/recruit/top-lead-bg.jpg');
}

@media only screen and (min-width:1367px) {
	.journal-pickup .-card-tit .-line02.-min-h {
		-webkit-line-clamp: 1;
		min-height: calc(1em * 1.6 * 1);
	}
}

@media only screen and (min-width:1680px) {
	body {
		font-size: clamp(1rem, 0.125rem + 0.83vw, 1.125rem);
	}

	.-inner.-small {
		max-width: clamp(55rem, -8rem + 60vw, 64rem);
	}

	.-tit-type01 {
		font-size: clamp(4rem, 3.125rem + 0.83vw, 4.125rem);
	}

	.-tit-type02 {
		font-size: clamp(3.25rem, 2.375rem + 0.83vw, 3.375rem);
	}

	.-tit-type03 {
		font-size: clamp(3rem, 2.125rem + 0.83vw, 3.125rem);
	}

	.-tit-type04 {
		font-size: clamp(2.5rem, 1.625rem + 0.83vw, 2.625rem);
	}

	.-tit-type05 {
		font-size: clamp(1.5rem, 0.625rem + 0.83vw, 1.625rem);
	}

	.-tit-type06 {
		font-size: clamp(1.25rem, 0.375rem + 0.83vw, 1.375rem);
	}

	.-txtsmall {
		font-size: clamp(0.813rem, -0.063rem + 0.83vw, 0.938rem);
	}

	.-txtxsmall,
	.-form-error-txt,
	.-required {
		font-size: clamp(0.75rem, -0.125rem + 0.83vw, 0.875rem);
	}

	.-toc,
	.-toc-bg {
		left: clamp(2.5rem, -23.75rem + 25vw, 6.25rem);
	}

	.-toc-contents-inner {
		padding-left: clamp(26.625rem, 3rem + 22.5vw, 30rem);
	}

	.-card-type03 .-card-images {
		max-width: clamp(27.063rem, -46rem + 69.58vw, 37.5rem);
	}

	.-card-type04 .-card-images {
		width: clamp(6.25rem, -15.625rem + 20.83vw, 9.375rem);
	}

	.-side-row-option {
		width: clamp(20rem, -15rem + 33.33vw, 25rem);
	}

	.-side-row-main {
		width: calc(100% - clamp(22.5rem, -12.5rem + 33.33vw, 27.5rem));
	}

	.top-whoweare-desc {
		padding-top: clamp(18.75rem, -7.5rem + 25vw, 22.5rem);
	}

	.header-menu-index-link .header-menu-link-en {
		font-size: clamp(3rem, 2.125rem + 0.83vw, 3.125rem);
	}

	.header-menu-index-link .header-menu-link-jp,
	.header-menu-lower-link .header-menu-link-item,
	.header-menu-cv-btn-jp {
		font-size: clamp(1rem, 0.125rem + 0.83vw, 1.125rem);
	}

	.header-menu-cv-btn-en {
		font-size: clamp(2rem, 1.125rem + 0.83vw, 2.125rem);
	}

	.header-menu-copyright,
	.header-menu-lang-btn {
		font-size: clamp(0.625rem, -0.25rem + 0.83vw, 0.75rem);
	}

	.header-btn,
	.footer-company-info {
		font-size: clamp(0.813rem, -0.063rem + 0.83vw, 0.938rem);
	}

	.footer-cv-en {
		font-size: clamp(1.25rem, 0.375rem + 0.83vw, 1.375rem);
	}

	.footer-menu-list-sublink,
	.footer-menu-sub-list,
	.footer-menu-sub-list-link,
	.footer-menu-lang-tit {
		font-size: clamp(0.75rem, -0.125rem + 0.83vw, 0.875rem);
	}

	.footer-copyright {
		font-size: clamp(0.625rem, -0.25rem + 0.83vw, 0.75rem);
	}
}

@media only screen and (min-width:1921px) {

	.-toc-row {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}

	.-form-row .-form-field {
		padding-right: 100px;
	}

	.-form-row .-form-field-inner {
		border-radius: 10px;
	}

	.top-journal-details {
		margin-right: 60px;
		border-radius: 10px;
	}

	.top-solution-contents {
		padding-right: 100px;
	}

	.top-solution-message:after {
		border-radius: 10px;
	}
}

@media only screen and (min-width:1025px) {

	.-btn,
	.-link:after,
	.-link.-icon,
	.-txtlink,
	a.-card-type01 .-card-tit,
	a.-card-type01 img,
	a.-card-type04 .-card-tit,
	a.-card-type04 img,
	a.-card-type02,
	a.-card-type03,
	.-article-txt a,
	.-bnr-full:after,
	.-bnr-full span,
	.-topicpath-link,
	.-swi-tab-btn,
	.-pager-link,
	.swiper-button-next,
	.swiper-button-prev,
	.swiper-pagination-bullet,
	.top-news-link .top-news-link-tit {
		transition: all 0.4s ease;
	}

	.-btn:hover,
	.-swi-tab-btn:hover {
		color: #FFFFFF;
		background-color: #7EACFC;
	}

	.swiper-pagination-bullet:hover {
		opacity: 1 !important;
		background-color: #7EACFC !important;
	}

	.-link:hover:after,
	.swiper-button-next:hover,
	.swiper-button-prev:hover,
	.-bnr-full:hover:after {
		background-color: #7EACFC !important;
		box-shadow: inset 6px 4px 10px #0D3B9F;
	}

	.-bnr-full-box.-lblue .-bnr-full:hover:after {
		background-color: #012259 !important;
		box-shadow: inset 6px 4px 10px #000000;
		background-image: url('/assets/images/common/arrow-next-white.svg') !important;
	}

	.-link.-icon:hover {
		opacity: 0.64;
	}

	.-bnr-full:hover span {
		opacity: 0.8;
	}

	.-link.-next:hover:after {
		background-image: url('/assets/images/common/arrow-next-white.svg') !important;
	}

	.-btn.-down:hover:after {
		background-image: url('/assets/images/common/arrow-down-white.svg') !important;
	}

	.swiper-button-next:hover {
		background-image: url('/assets/images/common/ops-arrow-next-white.svg');
	}

	.swiper-button-prev:hover {
		background-image: url('/assets/images/common/ops-arrow-prev-white.svg');
	}

	.-topicpath-link:hover,
	a.-card-type01:hover .-card-tit,
	a.-card-type04:hover .-card-tit,
	.-txtlink:hover,
	.-article-txt a:hover,
	.top-news-link:hover .top-news-link-tit {
		text-decoration: underline;
	}

	a.-card-type01:hover img,
	a.-card-type04:hover img {
		filter: grayscale(100%);
	}

	.-pager-link:hover,
	a.-card-type02:hover {
		background-color: #FFFFFF;
	}

	a.-card-type03:hover {
		background-color: rgba(255, 255, 255, 0.5);
	}

	.header-logo,
	.header-btn,
	.header-menu-index-link,
	.header-menu-lower-link,
	.header-h-menu,
	.header-menu-cv-btn,
	.header-menu-lang-btn,
	.footer-cv-btn span,
	.footer-cv-btn:after,
	.footer-logo,
	.footer-menu-list-link,
	.footer-menu-list-sublink,
	.footer-menu-sub-list-link {
		transition: all 0.4s ease;
	}

	.header-logo:hover,
	.header-h-menu:hover,
	.footer-logo:hover,
	.footer-cv-btn:hover span {
		opacity: 0.64;
	}

	.header-menu-index-link:hover {
		color: #7EACFC;
	}

	.header-btn:hover,
	.header-menu-lang-btn:hover,
	.header-menu-cv-btn:hover {
		color: #FFFFFF;
		background-color: #7EACFC;
	}

	.header-menu-lang-btn:hover {
		background-image: url('/assets/images/common/icon-lang-white.svg');
	}

	.footer-cv-btn:hover:after {
		background-color: #7EACFC;
		background-image: url('/assets/images/common/arrow-next-white.svg');
		box-shadow: inset 6px 4px 10px #0D3B9F;
	}

	.header-menu-lower-link:hover,
	.footer-menu-list-link:hover,
	.footer-menu-list-sublink:hover,
	.footer-menu-sub-list-link:hover {
		color: #7EACFC;
		text-decoration: underline;
	}
}

@media only screen and (max-width:1024px) {

	body {
		font-size: clamp(0.813rem, 0.602rem + 0.62vw, 1rem);
	}

	.-pc {
		display: none;
	}

	.-tab,
	.-sptab {
		display: block;
	}

	.-sptab-tal {
		text-align: left;
	}

	.-section {
		padding-top: 88px;
		padding-bottom: 88px;
	}

	.-inner.-small {
		max-width: 100%;
	}

	.-pdr-large,
	.-pdr-medium,
	.-pdr-small {
		padding-right: clamp(1.25rem, 0.23rem + 3.02vw, 2.5rem);
	}

	.-pdl-large,
	.-pdl-medium,
	.-pdl-small {
		padding-left: clamp(1.25rem, 0.23rem + 3.02vw, 2.5rem);
	}

	.-pdr-small .-pdr-large,
	.-pdr-small .-pdr-medium {
		padding-right: 0;
	}

	.-pdl-small .-pdl-large,
	.-pdl-small .-pdl-medium {
		padding-left: 0;
	}

	.-sptab-fit-pdb {
		padding-bottom: 0;
	}

	*+.-cite-box {
		margin-top: 24px;
	}

	.-tit-type01 {
		font-size: clamp(2.5rem, 0.82rem + 4.97vw, 4rem);
	}

	.-tit-type02 {
		font-size: clamp(2.25rem, 1.13rem + 3.31vw, 3.25rem);
	}

	.-tit-type04 {
		font-size: clamp(1.625rem, 0.645rem + 2.9vw, 2.5rem);
	}

	.-tit-type05 {
		font-size: clamp(1rem, 0.44rem + 1.66vw, 1.5rem);
	}

	.-tit-type06 {
		font-size: clamp(1rem, 0.72rem + 0.83vw, 1.25rem);
	}

	.-txtxsmall.-keep {
		font-size: 12px;
	}

	.-txtxsmall {
		font-size: 10px;
	}

	.-tit-box-bg {
		min-height: auto;
		padding-top: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-bottom: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-tit-box-bg+* {
		margin-top: 30px;
	}

	.-subtit-box-type01+* {
		margin-top: 24px;
	}

	.-tit-box-type02 {
		flex-direction: column;
		align-items: flex-start;
	}

	.-tit-box-type02 .-tit-item:not(:last-child) {
		margin-right: 0;
	}

	.-tit-box-type02 .-tit-item+.-tit-item {
		margin-top: 6px;
		margin-left: 0;
	}

	.-tit-number {
		width: clamp(2.5rem, 1.1rem + 4.14vw, 3.75rem);
		height: clamp(2.5rem, 1.1rem + 4.14vw, 3.75rem);
	}

	.-tit-number+* {
		margin-top: 8px;
	}

	.-box-line-btn:after {
		display: none;
	}

	.-label {
		padding-top: clamp(0.375rem, 0.235rem + 0.41vw, 0.5rem);
		padding-right: clamp(0.5rem, -0.06rem + 1.66vw, 1rem);
		padding-bottom: clamp(0.375rem, 0.235rem + 0.41vw, 0.5rem);
		padding-left: clamp(0.5rem, -0.06rem + 1.66vw, 1rem);
	}

	.-lower-page-tit+*,
	.-lower-page-tit+.-lower-contents {
		margin-top: 40px;
	}

	.-card-type02 {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}

	.-card-type02:after {
		display: none;
		width: clamp(1.875rem, 0.825rem + 3.11vw, 2.813rem);
		height: clamp(1.875rem, 0.825rem + 3.11vw, 2.813rem);
		right: 0;
		background-size: clamp(0.5rem, 0.22rem + 0.83vw, 0.75rem) auto;
	}

	.-card-type02 .-card-label {
		min-width: clamp(7.75rem, 5.93rem + 5.38vw, 9.375rem);
	}

	.-card-type03 {
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-card-type03 .-card-images {
		width: clamp(16.625rem, 4.934rem + 34.58vw, 27.063rem);
	}

	.-card-type03 .-card-images+.-card-desc {
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-card-type03 .-card-tit+* {
		margin-top: clamp(0.25rem, -0.59rem + 2.48vw, 1rem);
	}

	.-card-type03 .-card-desc-inner+.-card-desc-inner {
		margin-top: clamp(0.25rem, -0.03rem + 0.83vw, 0.5rem);
	}

	.-card-type04.-ol {
		align-items: flex-start;
	}

	.-card-type04.-images-large .-card-images {
		width: 100px;
		max-height: 100px;
	}

	.-btn {
		min-height: clamp(3rem, 2.16rem + 2.48vw, 3.75rem);
	}

	.-btn.-next:after {
		width: clamp(1.875rem, 0.825rem + 3.11vw, 2.813rem);
		height: clamp(1.875rem, 0.825rem + 3.11vw, 2.813rem);
		background-size: clamp(0.5rem, 0.22rem + 0.83vw, 0.75rem);
	}

	.-btn.-next {
		padding-left: clamp(4.125rem, 3.565rem + 1.66vw, 4.625rem);
		padding-right: clamp(4.125rem, 3.565rem + 1.66vw, 4.625rem);
	}

	.-btn.-sptab-center {
		justify-content: center;
		padding-left: clamp(4.125rem, 3.565rem + 1.66vw, 4.625rem) !important;
	}

	.-bnr-full {
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-bnr-full-inner {
		padding-right: clamp(3rem, 2.44rem + 1.66vw, 3.5rem);
	}

	.-bnr-full:after {
		width: clamp(1.875rem, 1.175rem + 2.07vw, 2.5rem);
		height: clamp(1.875rem, 1.175rem + 2.07vw, 2.5rem);
		right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		background-size: clamp(0.5rem, 0.22rem + 0.83vw, 0.75rem);
	}

	.-toc,
	.-toc-bg {
		display: none;
	}

	.-toc-contents-inner {
		padding-left: 0;
	}

	.-link.-next.-large {
		padding-right: clamp(2.813rem, 1.972rem + 2.48vw, 3.563rem);
	}

	.-link.-prev.-large {
		padding-left: clamp(2.813rem, 1.972rem + 2.48vw, 3.563rem);
	}

	.-link.-large:after {
		width: clamp(1.875rem, 0.825rem + 3.11vw, 2.813rem);
		height: clamp(1.875rem, 0.825rem + 3.11vw, 2.813rem);
		background-size: clamp(0.5rem, 0.22rem + 0.83vw, 0.75rem) auto;
	}

	.-link.-large {
		min-height: clamp(1.875rem, 0.825rem + 3.11vw, 2.813rem);
	}

	.-card-list.-row02 .-row-item.-r-line {
		width: calc((100% - clamp(1.313rem, -0.088rem + 4.14vw, 2.563rem)) / 2);
		margin-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-card-list.-row02 .-row-item.-r-line>* {
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-swi-tab+* {
		margin-top: 40px;
	}

	.-swi-tab-btn {
		letter-spacing: -0.06em;
		padding-top: 16px;
		padding-right: 8px;
		padding-bottom: 16px;
		padding-left: 8px;
	}

	.-lead-gap-bg .-lower-lead-gap-bg {
		margin-top: calc((clamp(4.813rem, -0.078rem + 14.46vw, 9.188rem))*-1);
		padding-top: clamp(4.25rem, -0.78rem + 14.88vw, 8.75rem);
	}

	.-pager-link {
		width: clamp(2.5rem, -6.25rem + 8.33vw, 3.75rem);
		height: clamp(2.5rem, -6.25rem + 8.33vw, 3.75rem);
	}

	.-article-images+*,
	.-article-tit+* {
		margin-top: clamp(1.5rem, 0.94rem + 1.66vw, 2rem);
	}

	.-article-images {
		padding-right: 0;
		padding-left: 0;
	}

	.-article-update-label {
		min-width: clamp(7.75rem, 5.93rem + 5.38vw, 9.375rem);
	}

	.-form-row {
		flex-direction: column;
	}

	.-form-row .-form-desc {
		width: 100%;
		max-width: 100%;
	}

	.-form-row .-form-field {
		margin-top: 40px;
	}

	.-form-row .-form-field-inner {
		border-radius: 0;
		padding-bottom: 80px;
	}

	.-form-block+.-form-btn {
		margin-top: 56px;
	}

	.-form-btn+.-form-btn {
		margin-top: 40px;
	}

	.-form-btn .-form-checkbox-txt {
		line-height: 1.4;
	}

	.-form-error-message {
		padding-top: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-bottom: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-bg-box {
		padding-top: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-bottom: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-bd-box {
		padding-top: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-bottom: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-side-row-main {
		width: 100%;
	}

	.-side-row {
		flex-direction: column;
	}

	.-side-row-item+.-side-row-item {
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid #AFBFDA;
	}

	.swiper-pagination {
		justify-content: center;
	}

	/* HEADER AND FOOTER */

	.header-wrapper {
		padding-right: clamp(1.25rem, 0.23rem + 3.02vw, 2.5rem);
		padding-left: clamp(1.25rem, 0.23rem + 3.02vw, 2.5rem);
	}

	.header-logo {
		width: 120px;
	}

	.header-cv {
		display: none;
	}

	.header-h-menu {
		width: 32px;
		height: 13px;
	}

	.header-h-menu-inner,
	.header-h-menu:before,
	.header-h-menu:after {
		height: 1px;
	}

	.header-menu {
		padding-top: 100px;
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-bottom: 40px;
	}

	.header-menu-inner {
		flex-direction: column;
		padding-bottom: 16px;
	}

	.header-menu-item+.header-menu-item {
		margin-top: 40px;
		margin-left: 0;
	}

	.header-menu-list {
		flex-direction: column;
	}

	.header-menu-list-item {
		width: 100%;
		margin-top: 32px;
		margin-right: 0;
	}

	.header-menu-list-item:nth-child(2),
	.header-menu-list-item:nth-child(3) {
		margin-top: 32px;
	}


	.header-menu-index-link {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.header-menu-index-link .header-menu-link-item+.header-menu-link-item {
		margin-top: 0;
	}

	.header-menu-index-link .header-menu-link-en {
		letter-spacing: 0;
		font-size: clamp(1.5rem, -0.003rem + 2.35vw, 2rem);
		margin-right: 8px;
	}

	.header-menu-index-link .header-menu-link-jp {
		font-size: 13px;
	}

	.header-menu-lower-link .header-menu-link-item {
		font-size: 13px;
	}

	.header-menu-cv-btn {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		max-width: 100%;
		padding-top: 20px;
		padding-block-start: 24px;
		padding-bottom: 20px;
		padding-left: 24px;
	}

	.header-menu-cv-btn-en {
		margin-right: 8px;
		font-size: clamp(1rem, -0.503rem + 2.35vw, 1.5rem);
	}

	.header-menu-cv-btn-jp {
		font-size: 12px;
	}

	.header-menu-cv {
		width: 100%;
		max-width: 100%;
	}

	.header-menu-cv-btn-item+.header-menu-cv-btn-item {
		margin-top: 0;
	}

	.header-menu-copyright {
		text-align: center;
	}

	#header.-open .header-h-menu {
		height: 30px;
	}

	#header.-open .header-h-menu:before {
		top: 15px;
		transform: rotate(45deg);
	}

	#header.-open .header-h-menu:after {
		top: 15px;
		transform: rotate(-45deg);
	}


	.header-h-menu-bg img {
		top: auto;
		bottom: 0;
	}

	.footer-cv-btn {
		padding-top: clamp(2rem, -0.24rem + 6.63vw, 4rem);
		padding-right: clamp(4rem, -0.34rem + 12.84vw, 7.875rem);
		padding-bottom: clamp(2rem, -0.24rem + 6.63vw, 4rem);
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.footer-cv-btn:after {
		width: clamp(1.875rem, 0.825rem + 3.11vw, 2.813rem);
		height: clamp(1.875rem, 0.825rem + 3.11vw, 2.813rem);
		right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		background-size: clamp(0.5rem, 0.22rem + 0.83vw, 0.75rem) auto;
	}

	.footer-cv-en {
		font-size: clamp(1rem, 0.72rem + 0.83vw, 1.25rem);
	}

	.footer-inner {
		flex-direction: column-reverse;
		padding-top: clamp(3.75rem, -1.85rem + 16.56vw, 8.75rem);
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.footer-item {
		flex-direction: column-reverse;
	}

	.footer-company {
		width: clamp(11.25rem, 6.35rem + 14.49vw, 15.625rem);
		margin-top: 60px;
	}

	.footer-menu {
		width: 100%;
		justify-content: space-between;
		margin-left: 0;
	}

	.footer-menu-list {
		width: 100%;
		word-break: break-all;
	}

	.footer-menu-list-sublink {
		font-size: 12px;
	}

	.footer-menu-list+.footer-menu-list {
		margin-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.footer-menu-sub {
		width: calc(100% - clamp(16.25rem, 11.35rem + 14.49vw, 20.625rem));
		margin-top: 0;
		position: absolute;
		right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		bottom: 40px;
	}

	.footer-menu-sub-list-item+.footer-menu-sub-list-item {
		margin-left: clamp(0.75rem, -0.51rem + 3.73vw, 1.875rem);
	}

	.footer-menu-caption {
		flex-direction: column;
		align-items: flex-end;
	}

	*+.footer-menu-lang {
		margin-top: 32px;
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}

	.footer-copyright {
		margin-top: 8px;
	}

	/* / HEADER AND FOOTER END */

	.top-main {
		height: 72vh;
		min-height: auto;
	}

	.top-main-copy-en {
		width: clamp(13.375rem, 0.101rem + 39.26vw, 25.25rem);
		padding-top: clamp(5.625rem, 2.132rem + 10.33vw, 8.75rem);
	}

	.top-main-copy-jp {
		display: block;
		width: clamp(3.938rem, -0.045rem + 11.78vw, 7.5rem);
		position: absolute;
		top: clamp(6.375rem, 0.018rem + 18.8vw, 12.063rem);
		right: clamp(6.875rem, 0.029rem + 20.25vw, 13rem);
	}

	.-en-pages .top-main-copy-jp {
		width: clamp(5.875rem, 0.065rem + 17.18vw, 11.063rem);
		top: clamp(5.625rem, -0.675rem + 18.63vw, 11.25rem);
		right: clamp(5.625rem, -0.115rem + 16.98vw, 10.75rem);
	}

	.top-news {
		padding-top: clamp(1.25rem, 0.23rem + 3.02vw, 2.5rem);
		padding-right: clamp(1.25rem, 0.23rem + 3.02vw, 2.5rem);
		padding-bottom: clamp(1.25rem, 0.23rem + 3.02vw, 2.5rem);
		padding-left: clamp(1.25rem, 0.23rem + 3.02vw, 2.5rem);
	}

	.top-news-ops+* {
		margin-top: 28px;
	}

	.top-news-list {
		flex-wrap: wrap;
	}

	.top-news-list-item {
		width: calc((100% - clamp(2.5rem, -0.3rem + 8.28vw, 5rem)) / 3);
		margin-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.top-news-list-item:nth-child(3n) {
		margin-right: 0;
	}

	.top-news-list-item+.top-news-list-item {
		margin-left: 0;
	}

	.top-news-link-label {
		min-width: clamp(3.75rem, 2.35rem + 4.14vw, 5rem);
	}

	.top-news-list-item:last-child {
		display: none;
	}

	.top-whoweare-desc {
		padding-top: 0;
	}


	.top-whoweare-desc-inner {
		padding-top: 0;
		background-color: transparent;
	}

	.top-whoweare-images {
		margin-left: 20px;
	}

	.top-journal-details {
		padding-top: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
		padding-bottom: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.top-journal-desc {
		padding-right: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
		padding-left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.top-journal-slide-container {
		padding-left: clamp(10.375rem, 6.805rem + 10.56vw, 13.563rem);
	}

	.top-journal-list-card {
		margin-right: 30px;
		padding-right: 30px;
	}

	.top-journal-slide-ops {
		width: clamp(10.375rem, 6.805rem + 10.56vw, 13.563rem);
	}

	.top-journal-slide-ops-inner {
		padding-right: 30px;
		padding-left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.top-solution-images img {
		opacity: 1;
	}

	.top-solution-lead {
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.top-solution-message {
		padding-left: 0;
		padding-bottom: 0;
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.top-solution-message+.top-solution-message {
		margin-top: 40px;
	}

	.top-solution-images {
		width: clamp(7.5rem, -2.021rem + 28.16vw, 16rem);
	}

	.top-solution-message-inner {
		display: flex;
		padding-left: clamp(10rem, 0.479rem + 28.16vw, 18.5rem);
	}

	.top-solution-message:after {
		width: calc(100% - clamp(3.75rem, -7.171rem + 32.3vw, 13.5rem));
		height: 100%;
	}

	.top-solution-desc .top-solution-desc-item+.top-solution-desc-item {
		padding-left: 20px;
		margin-left: 20px;
	}

	.top-solution-desc {
		margin-top: 16px;
	}

	.top-solution-service-inner+.top-solution-service-inner {
		margin-top: 24px;
	}

	#download .footer-cv-contact .footer-cv-btn {
		padding-right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-left: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	#download .footer-cv-contact .footer-cv-btn:after {
		right: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	#news .-card-list.-col .-card-list-item+.-card-list-item {
		margin-top: 32px;
	}

	.journal-ranking *+.journal-ranking-list,
	*+.journal-list {
		margin-top: 24px;
	}

	#journal-related .-card-list-item:nth-child(n+4) {
		display: none;
	}

	.journal-ranking-sptab+* {
		margin-top: 48px !important;
	}

	.technology-groupcompstr {
		padding-left: 0;
		padding-right: 0;
	}

	[style*="display:none;"]+*+#journal-list,
	[style*="display: none;"]+*+#journal-list {
		margin-top: 40px !important;
	}

}

@media only screen and (max-width:540px) {

	.-tab,
	.-pctab {
		display: none;
	}

	.-sp,
	.-sptab {
		display: block;
	}

	.-ellipsis.-sp-line02 {
		-webkit-line-clamp: 2;
	}

	.-subtit-box-type01 {
		flex-direction: column;
	}

	.-subtit-box-type01 .-tit-item+.-tit-item {
		margin-top: -5px;
		margin-left: 0;
	}

	.-card-list.-row02 {
		flex-direction: column;
	}

	.-card-list.-row02 .-row-item,
	.-card-list.-row02 .-row-item.-r-line {
		width: 100%;
		margin-right: 0;
	}

	.-card-list.-row02 .-row-item.-r-line>* {
		border-right: 0;
		padding-right: 0;
	}

	.-card-list.-row02 .-row-item+.-row-item,
	.-card-list.-row02 .-row-item:nth-child(2) {
		margin-top: 20px;
	}

	.-card-list.-row02 .-row-item.-r-line+.-row-item.-r-line,
	.-card-list.-row02 .-row-item.-r-line:nth-child(2) {
		margin-top: 40px;
	}

	.-card-list .-min-h {
		min-height: auto;
	}

	.-card-type01 .-card-images.-sp-rect {
		aspect-ratio: 35 / 23;
	}

	.-card-type03 {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}

	.-card-type03 .-card-images {
		width: 100%;
		aspect-ratio: auto;
	}

	.-card-type03 .-card-images img {
		height: auto;
	}

	.-card-type03 .-card-images+.-card-desc {
		padding-left: 0;
		margin-top: 16px;
	}

	.-card-type03 .-card-tit+* {
		margin-top: 8px;
	}

	.-card-type03 .-card-desc-inner+.-card-desc-inner {
		margin-top: 16px;
	}

	.-card-type04.-ol {
		align-items: normal;
	}

	.-btn {
		width: 100%;
		min-width: auto;
		max-width: 100%;
	}

	.-row-tmb {
		flex-direction: column;
	}

	.-tmb-images {
		width: 100%;
		max-width: 100%;
	}

	.-sp-tmb-fit {
		border-radius: 0;
	}

	.-sp-tmb-fit img {
		height: auto;
		object-fit: none;
	}

	.-row-tmb-item+.-row-tmb-item {
		margin-top: 20px;
		margin-left: 0;
	}

	.-swi-tab-list {
		flex-wrap: wrap;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}

	.-swi-tab-list .-swi-tab-list-item+.-swi-tab-list-item {
		margin-left: 0;
	}

	.-swi-tab-list .-swi-tab-list-item {
		width: calc((100% - 8px) / 2);
		margin-top: 8px;
		margin-right: 8px !important;
	}

	.-swi-tab-list .-swi-tab-list-item:nth-child(1),
	.-swi-tab-list .-swi-tab-list-item:nth-child(2) {
		margin-top: 0;
	}

	.-swi-tab-list .-swi-tab-list-item:nth-child(2n) {
		margin-right: 0 !important;
	}

	.-swi-tab-desc {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}

	.-lead-gap-bg .-lower-lead-gap-bg {
		margin-top: calc((clamp(8.125rem, -0.446rem + 42.86vw, 10rem))*-1);
		padding-top: clamp(7.5rem, -1.929rem + 47.14vw, 9.563rem);
	}

	.-pager-link {
		width: clamp(1.875rem, -1.761rem + 18.18vw, 2.5rem);
		height: clamp(1.875rem, -1.761rem + 18.18vw, 2.5rem);
	}

	.-dl-list {
		flex-direction: column;
	}

	.-dl-list-item+.-dl-list-item {
		margin-top: 12px;
		margin-left: 0;
	}

	.-dl-list-item .-par+.-par {
		margin-top: 12px;
	}

	.-dl-list.-sp-l-blank .-dl-list-item+.-dl-list-item {
		padding-left: 24px;
	}

	.-iframe.-googlemap iframe {
		aspect-ratio: 5 / 4;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 24px !important;
		height: 24px !important;
		background-size: 14px;
	}

	/* HEADER AND FOOTER */

	.header-h-menu-bg img {
		top: 0;
		bottom: auto;
	}

	.footer-pctab {
		display: none;
	}

	.footer-sp {
		display: block;
	}

	.footer-inner {
		padding-bottom: 20px;
	}

	.footer-cv-inner {
		flex-direction: column;
	}

	.footer-cv-item+.footer-cv-item {
		border-top: 1px solid #ECF1F7;
		border-left: 0;
	}

	.footer-cv-jp {
		min-height: 52px;
		margin-top: 14px;
	}

	.footer-menu-sub {
		width: 100%;
		margin-top: 60px;
		align-items: flex-start;
		position: static;
	}

	.footer-menu-sub-list {
		flex-wrap: wrap;
	}

	.footer-menu-sub-list-item {
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
		margin-top: 16px;
	}

	.footer-menu-sub-list-item+.footer-menu-sub-list-item {
		margin-left: 0;
	}

	.footer-menu-sub-list-item:nth-child(1),
	.footer-menu-sub-list-item:nth-child(2) {
		margin-top: 0;
	}

	.footer-menu-sub-list-item:nth-child(2n) {
		margin-right: 0;
	}

	.footer-company {
		width: 100%;
	}

	.footer-logo {
		width: 180px;
	}

	.footer-menu-list {
		width: calc((100% - clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem)) / 2);
	}

	.footer-menu-caption {
		align-items: flex-start;
	}

	/* / HEADER AND FOOTER END */

	.top-main {
		height: auto;
		min-height: 100svh;
	}

	.top-main-copy-en {
		position: absolute;
		width: clamp(16.875rem, -0.125rem + 85vw, 28.563rem);
		padding-top: 90px;
	}

	.top-main-copy-jp {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		padding-top: clamp(21.25rem, 0.068rem + 105.91vw, 35.813rem);
		position: static;
	}

	.top-main-copy-jp img {
		width: clamp(4.813rem, -0.006rem + 24.09vw, 8.125rem);
		margin-right: clamp(1.875rem, 0.057rem + 9.09vw, 3.125rem);
	}

	.-en-pages .top-main-copy-jp {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		padding-top: clamp(21.75rem, -0.25rem + 110vw, 36.875rem);
		position: static;
	}

	.-en-pages .top-main-copy-jp img {
		width: clamp(5.5rem, -0.5rem + 30vw, 9.625rem);
		margin-right: clamp(1.25rem, 0.341rem + 4.55vw, 1.875rem);
	}

	.top-news-list {
		flex-direction: column;
	}

	.top-news-list-item {
		width: 100%;
		margin-right: 0;
	}

	.top-news-list-item+.top-news-list-item {
		margin-top: 32px;
	}

	.-start .top-main-animation-txt-en {
		transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	}

	.-start .top-main-animation-txt-jp {
		transition: transform 0.8s ease-in-out 2.4s, opacity 0.8s ease-in-out 2.4s;
	}

	.-start .top-main-animation-path01 {
		transition: all 0.8s ease-in-out 0.8s;
	}

	.-start .top-main-animation-path02 {
		transition: all 0.8s ease-in-out 1.2s;
	}

	.-start .top-main-animation-path03 {
		transition: all 0.8s ease-in-out 1.6s;
	}

	.-start .top-main-animation-path04 {
		transition: all 0.8s ease-in-out 2s;
	}

	.top-whoweare-images {
		display: none;
	}

	.top-whoweare-desc {
		width: 100%;
	}

	.top-journal-slide-container {
		padding-left: 20px;
	}

	.top-journal-slide-ops {
		width: 100%;
		position: sticky;
		margin-top: 40px;
	}

	.top-journal-slide-ops-inner {
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
		padding-right: 20px;
	}

	.top-journal-slide-ops-btn {
		max-width: fit-content;
		margin-top: 0;
	}

	.top-journal-slide-btn+.top-journal-slide-btn {
		margin-left: 16px;
	}

	.top-solution-lead {
		padding-left: 0;
	}

	.top-solution-message:after {
		width: 100%;
	}

	.top-solution-message-inner {
		flex-direction: column;
		padding-top: 0;
		padding-left: 20px;
		padding-bottom: 88px;
	}

	.top-solution-images {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		position: static;
	}

	.top-solution-images img {
		width: 185px;
		height: auto;
	}

	.top-solution-contents {
		margin-top: 8px !important;
	}

	.top-solution-details {
		margin-top: -20px;
	}

	.top-solution-message:after,
	.top-solution-message:last-child:after {
		width: 100%;
		height: calc(100% - 260px);
		top: 260px;
	}

	.top-solution-desc {
		flex-direction: column;
	}

	.top-solution-desc .top-solution-desc-item+.top-solution-desc-item {
		width: 100%;
		max-width: 100%;
		margin-top: 24px;
		margin-left: 0;
		padding-left: 0;
		padding-top: 24px;
		border-top: 1px solid #ECF1F7;
		border-left: 0;
	}

	.top-solution-desc-btn {
		position: absolute;
		left: 20px;
		bottom: 24px;
	}

	.top-solution-service {
		display: flex;
		flex-wrap: wrap;
	}

	.top-solution-service-inner {
		width: calc((100% - 20px)/2);
		margin-right: 20px;
	}

	.top-solution-service-inner:nth-child(2n) {
		margin-right: 0;
	}

	.top-solution-service-inner:nth-child(1),
	.top-solution-service-inner:nth-child(2) {
		margin-top: 0;
	}

	#recruit .-lower-lead-gap-bg {
		background-image: url('/assets/images/recruit/top-lead-bg-sp.jpg');
	}

}