@charset "utf-8";

body {
	font-family: 'IBM Plex Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	color: #343434;
	background-color: #F4F6F8;
	overscroll-behavior: none;
}

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

a {
	display: inline-block;
}

dt {
	font-weight: normal;
}

*:focus {
	opacity: 1;
	outline: none;
}

input,
textarea,
select,
label {
	outline: none;
	appearance: none !important;
	cursor: pointer;
}

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

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

.-contents {
	margin-top: 246px;
	position: relative;
	z-index: 2;
}

.-split-contents {
	margin-top: 246px;
}

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

.-en {
	font-family: "Archivo", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.-bold {
	font-weight: 600;
}

.-heavy {
	font-weight: 800;
}

.-italic {
	font-style: italic;
}

.-blue {
	color: #0054A6;
}

.-gray {
	color: #96A2AD;
}

.-red {
	color: #E61F18;
}

.-white {
	color: #FFFFFF;
}

.-tac {
	text-align: center;
}

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

.-tit-lower-near+* {
	margin-top: 40px;
}

.-tit-row-underline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.5;
	border-bottom: 1px dotted #343434;
	padding-bottom: 40px;
}

.-tit-row-underline.-flx-start {
	align-items: flex-start;
}

.-tit-row-underline.-flx-start .-tit-row-underline-left {
	margin-top: 10px;
}

.-tit-row-underline-right {
	display: flex;
	justify-content: flex-end;
	width: 61%;
}

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

.-tit-row-item {
	display: block;
}

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

.-tit-col {
	display: block;
}

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

.-tit-square-deco {
	display: flex;
	line-height: 1.2;
}

.-tit-square-deco:before {
	content: "";
	display: block;
	width: 10px;
	min-width: fit-content;
	height: 10px;
	background-color: #0054A6;
	position: relative;
	left: 0;
	top: 9px;
}

.-tit-square-deco.-dotted:before {
	border-radius: 100px;
}

.-tit-square-deco.-white:before {
	background-color: #FFFFFF;
}

.-tit-square-deco-row {
	display: flex;
	align-items: center;
	flex: 1;
	margin-left: 20px;
}

.-tit-square-deco.-close .-tit-square-deco-row {
	margin-left: 10px;
}

.-tit-square-deco-row-item {
	display: block;
}

.-tit-square-deco-row-item+.-tit-square-deco-row-item {
	margin-left: 20px;
}

.-tit-round-deco .-round-deco-inner {
	max-width: 360px;
}

.-tit-round-deco .-round-deco {
	justify-content: flex-start;
	left: 12%;
}

.-body-deco-hyphen {
	display: flex;
	position: relative;
}

.-body-deco-hyphen:before {
	content: "";
	display: block;
	width: 5px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 13px;
	background-color: #96A2AD;
}

.-body-deco-hyphen-inner {
	display: block;
	padding-left: 15px;
}

.-tit-huge {
	font-size: 80px;
	line-height: 1.25;
	letter-spacing: -0.03em;
}

.-tit-exlarge {
	font-size: 64px;
	line-height: 1.25;
}

.-tit-large {
	font-size: 40px;
	letter-spacing: -0.03em;
}

.-tit-medium {
	font-size: 32px;
}

.-tit-small {
	font-size: 24px;
}

.-body-large {
	font-size: 20px;
}

.-body-small {
	font-size: 13px;
}

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

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

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

.-vert-rl {
	writing-mode: vertical-rl;
}

.-txt-head-fit {
	position: relative;
	padding-left: 0.5em;
}

.-txt-head-fit-inner {
	position: absolute;
	left: -0.5em;
}

.-dottedline {
	border-top: 1px dotted #343434;
	padding-top: 140px;
}

.-contents+.-split-contents,
.-split-contents+.-contents,
.-section+.-section,
.-section+.-split-contents,
.-split-contents+.-section,
.-split-contents+.-split-contents {
	margin-top: 140px;
}

.-section+.-section.-fit {
	margin-top: 0;
}

.-wrapper+.-wrapper {
	margin-top: 80px;
}

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

.-inner.-fit-left {
	padding-left: 0;
}

.-inner.-fit-right {
	padding-right: 0;
}

.-fit-inner {
	padding-right: 60px;
	padding-left: 60px;
}

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

.-bg-blue {
	background-color: #0054A6;
}

.-bg-gray-alpha {
	background-color: rgba(244, 246, 248, 0.3);
}

.-bg-pd {
	padding-top: 160px;
	padding-bottom: 160px;
}

.-bg-map {
	width: 100%;
	position: fixed;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%) translateY(0);
}

.-bg-map-jp {
	top: 18px;
	mix-blend-mode: overlay;
}

.-bg-map-world {
	top: 50px;
}

.-copy-inner-main,
.-copy-inner-sub {
	width: 704px;
}

.-copy-inner-item+.-copy-inner-item {
	margin-top: 30px;
}

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

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

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

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

.-link-card {
	display: block;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	position: relative;
}

.-link-card:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("/assets/images/common/icon-arrow-down-blue.svg");
	background-size: 40px;
	background-repeat: no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	right: 60px;
	top: 40px;
}

.-link-card-inner {
	display: block;
	max-width: 67%;
}

.-link-card-tit {
	line-height: 1.6;
	padding-right: 80px;
}

.-link-card-tit.-line02 {
	min-height: 64px;
}

.-link-card-sub {
	display: block;
}

*+.-link-card-sub {
	margin-top: 10px;
}

.-link-prev {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 60px;
	min-height: 40px;
}

.-link-prev:before {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url("/assets/images/common/icon-arrow-down-blue.svg");
	background-size: 40px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(90deg);
}

.-link-underline {
	color: #0054A6;
	text-decoration: underline;
}

.-link-round-icon {
	display: block;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	border: 1px solid #0054A6;
	background-color: #FFFFFF;
	background-size: 32px auto;
	background-position: center;
	background-repeat: no-repeat;
}

.-link-round-icon.-icon-contact {
	background-image: url("/assets/images/common/icon-contact-blue.svg");
}

.-btn-filled {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.5;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	background-color: #343434;
}

.-btn-round-filled {
	display: inline-block;
	min-width: 260px;
	line-height: 1.5;
	padding-top: 12px;
	padding-right: 53px;
	padding-bottom: 12px;
	padding-left: 40px;
	background-color: rgba(0, 84, 166, 1);
	border-radius: 100px;
	position: relative;
}

.-btn-round-filled.-ol {
	background-color: rgba(0, 84, 166, 0);
}

.-btn-round-filled.-ol.-white {
	background-color: rgba(0, 84, 166, 0);
	border: 2px solid #FFFFFF;
}

.-btn-round-filled.-small {
	min-width: 180px;
}

.-btn-round-filled.-db {
	display: block;
}

.-btn-round-filled:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	transform: translateY(-50%);
	background-image: url("/assets/images/common/icon-dogleg-next-white.svg");
	background-size: 10px 14px;
	background-position: center;
	background-repeat: no-repeat;
}

.-btn-round-filled span {
	display: block;
	position: relative;
	z-index: 1;
}

.-btn-round-filled:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(90deg, rgba(0, 84, 166, 1) 0%, rgba(0, 85, 255, 1) 26%, rgba(1, 20, 95, 1) 100%);
}

.-ac-box {
	position: relative;
}

.-ac-box+.-ac-box {
	margin-top: 40px;
}

.-ac-trigger {
	cursor: pointer;
	padding-top: 60px;
	padding-bottom: 60px;
}

.-ac-disable .-ac-trigger {
	cursor: auto;
	pointer-events: none;
}

.-ac-trigger-inner {
	position: relative;
}

.-ac-tit {
	padding-right: 50px;
}

.-ac-disable .-ac-tit {
	padding-right: 0;
}

.-ac-trigger-inner:after {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url("/assets/images/common/icon-arrow-down-blue.svg");
	background-size: 40px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease;
}

.-open .-ac-trigger-inner:after {
	transform: translateY(-50%) rotate(-180deg);
}

.-ac-disable .-ac-trigger-inner:after {
	display: none;
}

.-ac-trigger-line {
	padding-bottom: 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px dashed #96A2AD;
	cursor: pointer
}

.-ac-trigger-line-inner {
	display: flex;
	justify-content: center;
}

.-ac-open-txt,
.-ac-close-txt {
	padding-right: 24px;
	background-size: 14px;
	background-position: right center;
	background-repeat: no-repeat;
}

.-ac-open-txt {
	background-image: url("/assets/images/common/icon-dogleg-down-blue.svg");
}

.-ac-close-txt {
	background-image: url("/assets/images/common/icon-dogleg-up-gray.svg");
}


.-ac-open-txt,
.-open .-ac-close-txt {
	display: inline-block;
}

.-ac-close-txt,
.-open .-ac-open-txt {
	display: none;
}

.-ac-contents {
	display: none;
	padding-bottom: 60px;
}

.-ac-float-btn .-ac-contents {
	padding-bottom: 0;
}

.-ac-float-btn {
	padding-bottom: 44px;
}

.-ac-contents-sptab-hide.-ac-float-btn {
	padding-bottom: 0;
}

.-ac-contents-sptab-hide .-ac-contents {
	display: block;
}

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

.-dl-list {
	display: flex;
	border-top: 1px dotted #96A2AD;
	margin-top: 30px;
	padding-top: 30px;
}

.-dl-list:first-child {
	margin-top: 0;
}

.-dl-list:last-child {
	border-bottom: 1px dotted #96A2AD;
	padding-bottom: 30px;
}

.-dl-list-dt {
	width: 80px;
}

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

.-dl-list.-col {
	display: block;
}

.-dl-list.-col .-dl-list-item+.-dl-list-item {
	flex: 1;
	margin-left: 0;
}

.-dl-list.-top-no-line:first-child {
	border-top: 0;
	padding-top: 0;
}

.-round-number-list-item {
	display: flex;
}

.-round-number-list-item+.-round-number-list-item {
	margin-top: 50px;
}

.-round-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	line-height: 1;
	border: 1px solid #0054A6;
	border-radius: 100px;
}

.-round-number-desc {
	flex: 1;
	margin-left: 40px;
}

.-row-right-align {
	display: flex;
	justify-content: flex-end;
}

.-row-right-align-item {
	width: 61%;
}

.-row-desc-type01,
.-row-desc-type02,
.-row-desc-type03 {
	display: flex;
}

.-row-desc-type01-item+.-row-desc-type01-item {
	margin-left: 70px;
}

.-row-desc-type01.-gap .-row-desc-type01-item+.-row-desc-type01-item {
	margin-top: 60px;
}

.-row-desc-type01.-close .-row-desc-type01-item+.-row-desc-type01-item {
	margin-left: 20px;
}

.-row-desc-type01-images {
	width: 33%;
	max-width: 415px;
}

.-row-desc-type01-doc {
	flex: 1;
}

.-row-desc-type02-item+.-row-desc-type02-item {
	margin-left: 126px;
}

.-row-desc-type02-images {
	width: 48%;
	max-width: 360px;
}

.-row-desc-type02-images.-large {
	width: 72%;
	max-width: 465px;
}

.-row-desc-type02-images.-small {
	max-width: 320px;
}

.-row-desc-type02-desc {
	width: 100%;
}

.-row-desc-type03 {
	align-items: center;
}

.-row-desc-type03-item+.-row-desc-type03-item {
	margin-left: 60px;
}

.-row-desc-type03-images {
	width: 42%;
	max-width: 550px;
}

.-row-desc-type03-desc {
	flex: 1;
}

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

*+.-article-images {
	margin-top: 50px;
}

.-article-images a {
	display: block;
}

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

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

.-article-inner+.-article-inner {
	margin-top: 30px;
}

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

.-pages-end {
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px dotted #96A2AD;
}

.-pages-end.-no-line {
	padding-top: 0;
	border-top: 0;
}

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

.-form-item {
	display: flex;
}

.-form-name {
	min-width: 180px;
}

.-form-inner+.-form-inner {
	margin-top: 20px;
}

.-form-lable {
	min-width: 180px;
	top: 13px;
	position: relative;
}

.-form-lable-item {
	padding-right: 5px;
}

.-form-lable+.-form-input {
	margin-left: 20px;
	flex: 1;
}

.-form-required-mark {
	font-size: 100%;
	top: 0;
}

.-input,
.-textarea {
	width: 100%;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	border: 1px solid #343434;
	background-color: #FFFFFF;
}

.-input {
	line-height: 1;
}

.-textarea {
	resize: vertical;
	min-height: 200px;
	line-height: 1.8;
}

::placeholder {
	color: #96A2AD;
}

.-form-error {
	display: block;
}

.-form-error-message {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border: 2px solid #E61F18;
	background-color: #FFFFFF;
}

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

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

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

.-form-checkbox-txt {
	display: block;
	margin-left: 20px;
}

.-form-checkbox-item {
	display: block;
	position: relative;
}

.-form-checkbox-item,
.-form-checked,
.-checkbox {
	width: 20px;
	height: 20px;
}

.-form-checked {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/assets/images/common/icon-check-white.svg");
	background-size: 20px;
	background-repeat: no-repeat;
}

.-form-checkbox-item input[type=checkbox]:checked {
	background-color: #343434;
}

.-form-checkbox-item input[type=checkbox]:checked+.-form-checked {
	opacity: 1;
}

.-checkbox {
	display: block;
	position: relative;
	border: 1px solid #343434;
	background-color: #FFFFFF;
}

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

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

.-round-deco-wrapper {
	position: relative;
}

.-round-deco-inc {
	overflow-x: hidden;
}

.-round-deco {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: color-dodge;
}

.-round-deco-inner {
	display: block;
	width: 100%;
}

.-round-deco-inner:before {
	content: "";
	display: block;
	padding-top: 100%;
	border-radius: 50%;
	filter: blur(27px);
	background: linear-gradient(#001778 0%, #000989 100%);
	transform: translate3d(0, 0, 0);
}

body.-fixed .-round-deco {
	opacity: 0;
}

.-iframe-map {
	aspect-ratio: 76 / 35;
}

.-iframe-movie {
	max-width: 1126px;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16 / 9;
}

.-iframe-movie+.-iframe-movie {
	margin-top: 40px;
}

.-iframe-map iframe,
.-iframe-movie iframe {
	width: 100%;
	height: 100%;
}

.-label {
	display: inline-block;
	color: #FFFFFF;
	line-height: 1.2;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 4px;
	background-color: #0054A6;
}

.-label.-white {
	color: #0054A6;
	background-color: #FFFFFF;
}

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

.-labe-list-item {
	margin-bottom: 10px;
}

.-labe-list-item:not(:last-child) {
	margin-right: 10px;
}

.-images-bg-blur {
	position: relative;
}

.-images-bg-blur:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	filter: blur(16px);
	background: linear-gradient(#0054A6 0%, #000047 100%);
	mix-blend-mode: color-dodge;
	transform: translate3d(0, 0, 0);
}

.-images-rc-all img,
img.-images-rc-all {
	border-radius: 16px;
}

.-lower-contact-innner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 130px;
	padding-bottom: 130px;
}

.-lower-contact-copy {
	flex: 1;
}

.-lower-contact-btn {
	margin-left: 20px;
}

.-lower-main-images {
	aspect-ratio: 623 / 290;
}

.-lower-main-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.-slider-arrow-center,
.-slider-pagination-center {
	position: relative;
}

.swiper-button-prev,
.swiper-button-next {
	width: 24px;
	height: 24px;
	margin-top: 0;
	border-radius: 100px;
	background-color: #0054A6;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background-size: 8px auto;
	background-position: left 9px center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-color: #DDDDDD;
}

.-slider-arrow-center .swiper-button-prev,
.-slider-arrow-center .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.-slider-arrow-center .swiper-button-prev {
	left: -12px;
}

.-slider-arrow-center .swiper-button-prev:after {
	background-position: left 7px center;
	background-image: url("/assets/images/common/icon-dogleg-prev-white.svg");
}

.-slider-arrow-center .swiper-button-next:after {
	background-position: left 9px center;
	background-image: url("/assets/images/common/icon-dogleg-next-white.svg");
}

.-slider-arrow-center .swiper-button-next {
	right: -12px;
}

.swiper-pagination {
	line-height: 1;
	bottom: -22px !important;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-right: 3px !important;
	margin-left: 3px !important;
	border-radius: 0;
	background-color: #FFFFFF;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #E61F18;
}

/*==PAGES==*/

#contact .-dl-list-dt {
	width: 128px;
}

body#top.-fixed {
	position: static !important;
	overflow-y: hidden;
}

#top .-bg-map-jp {
	z-index: 2;
}

#top .-bg-map-world {
	z-index: -1;
}

.top-contents {
	margin-top: 256px;
}

.top-contents+* {
	margin-top: 200px;
}

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

.top-floating {
	position: relative;
	z-index: 3;
}

.top-main-logomark {
	max-width: 650px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

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

.top-lead-message {
	position: relative;
}

.top-lead-message-deco {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: color-dodge;
}

.top-lead-message-deco-inner {
	display: block;
	width: 50%;
	min-width: 650px;
}

.top-lead-message-deco-inner:before {
	content: "";
	display: block;
	padding-top: 100%;
	border-radius: 50%;
	filter: blur(16px);
	background: linear-gradient(#001778 0%, #000989 100%);
	transform: translate3d(0, 0, 0);
}

body.-fixed .top-lead-message-deco {
	opacity: 0;
}

.top-lead-message-inner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.top-lead-message-item-left {
	margin-top: 80px;
}

.top-lead-message-item-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.top-lead-message-item+.top-lead-message-item {
	margin-left: clamp(2.5rem, -12.471rem + 23.39vw, 7.5rem);
}

.top-lead-message-txt {
	line-height: 2.5;
	letter-spacing: -0.03em;
}

.top-lead-message-images+.top-lead-message-images {
	margin-top: 231px;
}

.top-lead-message-images01 {
	max-width: 565px;
	padding-left: clamp(2.5rem, -8.728rem + 17.54vw, 6.25rem);
}

.top-lead-message-images02 {
	width: 55%;
	max-width: 312px;
}

.top-lead-deco-copy {
	position: absolute;
	top: calc(clamp(3.125rem, -23.176rem + 41.06vw, 11.875rem) * -1);
	left: 220px;
	transform: rotate(90deg);
	transform-origin: top left;
}

.top-lead-images {
	margin-top: 60px;
	aspect-ratio: 683 / 384;
	min-height: 634px;
	max-width: 100%;
	background-image: url("/assets/images/top/top-lead-message-images03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.top-lead-images-inner {
	position: relative;
}

.top-strength {
	min-height: 100vh;
	position: relative;
}

.top-vert-writing-tit {
	position: absolute;
	top: 0;
	right: 10px;
	left: auto !important;
}

.top-vert-writing {
	display: flex;
	justify-content: flex-end;
	padding-top: 60px;
	width: 100%;
}

.top-vert-writing-inner {
	display: block;
	transform: rotate(90deg);
	transform-origin: top left;
	position: relative;
	right: -190px;
}

.top-strength {
	min-height: 100svh;
	position: relative;
}

.top-strength .top-vert-writing-inner {
	right: -190px;
}

.top-service .top-vert-writing-inner {
	right: -108px;
}

.top-member .top-vert-writing-inner {
	right: -108px;
}

.top-aboutus .top-vert-writing-inner {
	right: -108px;
}

.top-vert-writing.-pin {
	position: fixed;
}

.top-strength-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top-strength-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100vh;
	max-width: 1366px;
	max-height: 650px;
	transform: translateY(-50%) translateX(-50%);
}

.top-strength-item {
	height: 100%;
}

.top-strength-contents {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
}

.top-strength-contents-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.top-strength-item-images {
	position: relative;
}

.top-strength-item-images-inner {
	position: relative;
	z-index: 1;
	aspect-ratio: 1/1;
	max-width: 650px;
	max-height: calc(100vh - 50px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}

.top-strength-item-images-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.top-strength-item-images-inner:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0173FF;
	filter: blur(16px);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.top-strength-tit {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.top-strength-tit-inner {
	display: flex;
	position: relative;
	max-width: fit-content;
}

.top-strength-tit-inner:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
}

.top-strength-name {
	flex: 1;
}

.top-strength-copy {
	position: absolute;
	top: 100px;
	left: 20px;
	z-index: 2;
	writing-mode: vertical-rl;
	line-height: 1.5;
}

.top-strength-txt {
	width: 32%;
	position: absolute;
	right: 0;
	bottom: 100px;
	z-index: 2;
}

.top-strength-item,
.top-strength-item-images {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.top-strength-item.-active,
.top-strength-item.-active .top-strength-item-images {
	opacity: 1;
}

.top-strength-tit-inner:after {
	transition: all 0.4s ease;
}

.top-strength-tit-inner span {
	transition: all 0.4s ease 0.1s;
}

.top-strength-item.-active .top-strength-tit-inner span {
	opacity: 1;
}

.top-strength-copy,
.top-strength-txt {
	transition: all 0.8s ease 0.5s;
	opacity: 0;
	transform: translateY(10px);
}

.top-strength-item.-active .top-strength-copy,
.top-strength-item.-active .top-strength-txt {
	opacity: 1;
	transform: translateY(0);
}

.top-strength-item.-active .top-strength-tit-inner:after {
	width: 0;
}

.top-strength-scroll01 {
	height: calc(100vh + 100px);
}

.top-strength-scroll02 {
	height: calc(100vh + 200px);
}

.top-strength-pin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.top-strength-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
}

.top-service {
	position: relative;
}

.top-service-contents {
	position: relative;
	padding-bottom: 80px;
}

.top-service-contents-inner {
	position: relative;
}

.top-service-label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.top-service-label-others {
	opacity: 0;
	transition: all 0.4s ease;
}

.top-service-label-list {
	position: relative;
	z-index: 1;
}

.top-service-label-list li.-active .top-service-label-others {
	opacity: 1;
}

.top-service-label-list li {
	line-height: 1;
	color: #AAD2FA;
}

.top-service-label-list li.-active {
	color: #0054A6;
}

.top-service-contents-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(68% - 40px);
	min-height: 80vh;
	max-height: 650px;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 40px;
}

.top-service-contents-tit {
	letter-spacing: -0.07em;
	line-height: 1.5;
}

.top-service-contents-txt {
	width: 80%;
}

.top-service-contents-images {
	width: 50%;
	max-width: 650px;
	height: 100vh;
	position: relative;
	position: absolute;
	right: 0;
}

.top-service-contents-images-item {
	display: flex;
	align-items: center;
	position: relative;
}

.top-service-contents-images-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.top-service-contents-images-item {
	transition: all 0.4s ease;
	position: absolute;
	top: 50%;
	right: 0;
	opacity: 0;
	transform: translateY(-50%);
}

.top-service-contents-images-item img {
	position: relative;
	z-index: 1;
}

.top-service-contents-images-item.-active {
	opacity: 1;
}

*+.top-service-contents-txt {
	margin-top: 30px;
}

.top-service-contents-btn {
	margin-top: 50px;
	max-width: 260px;
}

.top-member {
	position: relative;
	overflow-x: hidden;
	margin-top: 140px !important;
}

.top-member-inner {
	position: relative;
}

.top-member:after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}

.top-member-details {
	padding-top: 100px;
	padding-bottom: 100px;
}

.top-member-copy {
	width: 60%;
	position: relative;
	z-index: 3;
}

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

.top-member-txt {
	width: 72%;
}

.top-member-btn {
	margin-top: 124px;
	position: relative;
	z-index: 3;
}

.top-member-slider {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.top-member-slider-inner {
	display: flex;
	height: 100%;
}

.top-member-slider-item {
	width: 50%;
	height: 100%;
}

.top-slider-vert-images-swiper,
.top-slider-vert-txt-swiper {
	height: 100%;
	width: calc(50% - 10px);
	position: absolute !important;
	top: 0;
}

.top-slider-vert-images-swiper {
	left: 0;
}

.top-slider-vert-txt-swiper {
	right: 0;
	padding-right: 60px;
}

.top-slider-vert-images-wrapper,
.top-slider-vert-txt-wrapper,
.member-skill-wrapper {
	transition-timing-function: linear;
}


.top-slider-vert-images-item img {
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
}

.top-slider-vert-txt {
	height: 100%;
}

.top-slider-vert-txt-item {
	height: auto !important;
}

.top-member-skill-tit {
	padding-left: 10px;
}

.top-member-skill-tit+* {
	margin-top: 25px;
}

.top-member-skill-name {
	display: block;
}

.top-member-skill-name+.top-member-skill-name {
	margin-top: 10px;
}

.top-news-tit+* {
	margin-top: 50px;
}

.top-news-inner {
	position: relative;
}

.top-news-list {
	position: relative;
	z-index: 3;
}

.top-news-contents-btn {
	position: absolute;
	right: 60px;
	top: 70px;
	z-index: 3;
}

.top-aboutus {
	position: relative;
	z-index: 3;
}

.top-aboutus-images {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 675px;
	min-height: 768px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.top-aboutus-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-aboutus-deco {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: -10%;
}

.top-aboutus-deco-inner {
	display: block;
	width: 100%;
	max-width: 650px;
}

.top-aboutus-deco-inner:before {
	content: "";
	display: block;
	padding-top: 100%;
	border-radius: 50%;
	filter: blur(16px);
	background: linear-gradient(#0054A6 0%, #000047 100%);
	mix-blend-mode: color-dodge;
	transform: translate3d(0, 0, 0);
}

.top-aboutus-inner {
	position: relative;
}

.top-aboutus-tit {
	position: absolute;
	top: 60px;
}

.top-aboutus-deitals {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: calc(100% - 120px);
	position: absolute;
	left: 60px;
	bottom: 60px;
	z-index: 3;
}

.top-aboutus-txt {
	width: 40%;
	margin-left: 30px;
}

.top-aboutus-btn .-btn-round-filled {
	width: 100%;
	min-width: auto;
	max-width: 260px;
}

#company-ourvision .-round-deco {
	justify-content: flex-start;
	align-items: flex-start;
	left: 11%;
}

#company-ourvision .-round-deco-inner {
	max-width: 764px;
}

.company-ourvision-copy {
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
}

.company-ourvision-copy-tit {
	line-height: 1.5;
}

.company-ourvision-copy-txt {
	width: 60%;
	margin-top: 200px;
	margin-left: 40px;
}

.company-ourmnands-inner {
	display: flex;
}

.company-ourmnands-item {
	width: 100%;
}

.company-ourmnands-item+.company-ourmnands-item {
	margin-top: 100px;
	margin-left: 146px;
}

.company-ourmnands-message-tit {
	line-height: 1.6;
}

.company-ourmnands-message-tit+* {
	margin-top: 30px;
}

#member-pro .-round-deco {
	justify-content: flex-start;
	align-items: flex-start;
	top: 10px;
	left: 11%;
}

#member-pro .-round-deco-inner {
	max-width: 360px;
}

.member-skill-contents+.member-skill-contents {
	margin-top: 40px;
}

.member-skill-tit {
	margin-bottom: 5px;
}

.member-skill-name {
	display: block;
	max-width: fit-content;
}

.member-skill-item {
	min-width: fit-content !important;
	max-width: fit-content;
}

.member-skill-swiper+.member-skill-swiper {
	margin-top: 10px;
}

.member-pro-tit {
	word-break: break-all;
}

.member-personaldata-name+* {
	margin-top: 10px;
}

.member-personaldata-name-jp,
.member-personaldata-name-en {
	display: block;
	line-height: 1.6;
}

*+.member-career {
	margin-top: 20px;
}

.member-details-inner+.member-details-inner {
	margin-top: 40px;
}

.member-list {
	display: flex;
	flex-wrap: wrap;
}

.member-list li {
	width: calc((100% - 92px)/2);
	margin-right: 92px;
	margin-top: 100px;
}

.member-list li:nth-of-type(2n) {
	margin-right: 0;
	padding-top: 100px;
}

.member-list li:nth-child(1) {
	margin-top: 0;
}

.service-intro-message-tit+*,
.service-intro-message-desc-inner+.service-intro-message-desc-inner {
	margin-top: 30px;
}

.service-intro-message-desc {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

*+.service-intro-message-product-name {
	margin-top: 20px;
	line-height: 1.3;
}

.service-solved-message-tit+* {
	margin-top: 30px;
}

.service-solved-message-tit {
	letter-spacing: -0.05em;
}

.service-features-message-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: clamp(3.125rem, -6.296rem + 14.71vw, 6.25rem);
	padding-right: clamp(3.125rem, -6.296rem + 14.71vw, 6.25rem);
	padding-bottom: clamp(3.125rem, -6.296rem + 14.71vw, 6.25rem);
	padding-left: clamp(3.125rem, -6.296rem + 14.71vw, 6.25rem);
	background-color: #FFFFFF;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}

.service-features-message-logo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.service-features-details {
	margin-top: 88px;
}

.service-features-details-item+.service-features-details-item {
	margin-top: 80px;
}

.service-features-details-images {
	position: relative;
	padding-left: 82px;
	width: 48.2%;
	max-width: 634px;
}

.service-features-details-images img {
	position: relative;
	z-index: 1;
}

.service-features-details-number {
	max-width: fit-content;
	position: absolute;
	top: 0;
	left: 0;
}

.service-features-details-desc-tit {
	line-height: 1.37;
}

.service-features-details-desc-tit+* {
	margin-top: 10px;
}

*+.service-features-details-desc-cap {
	margin-top: 2px;
}

.service-features-details-desc-cap {
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	line-height: 1.5;
}

*+.service-features-submessage {
	margin-top: 60px;
}

*+.service-features-submessage-txt {
	margin-top: 10px;
}

.service-slider-feature {
	position: relative;
	z-index: 1;
}

.service-slider-feature-swiper {
	border-radius: 16px;
}

.service-features-details-desc-txt {
	line-height: 1.5;
}

/*==END PAGES==*/

/*==HEADER==*/

header {
	position: absolute;
	width: 100%;
	top: 10px;
	z-index: 5;
	padding-top: 50px;
	transition: all 0.8s ease;
}

header.-open {
	z-index: 5;
}

header.-scroll-fixed {
	position: fixed;
	top: 10px;
	background-color: #FFFFFF;
}

header.-scroll-hidden {
	position: fixed;
	visibility: hidden;
	top: -100px;
	opacity: 0;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}

.header-logo {
	width: 160px;
}

.header-menu-list {
	display: flex;
	min-height: 56px;
}

.header-menu-list-item-inner {
	padding-right: clamp(1.875rem, -0.004rem + 2.93vw, 2.5rem);
	padding-bottom: 24px;
}

.header-link-inner {
	display: block;
	line-height: 1.2;
}

.header-link-inner+.header-link-inner {
	margin-top: 12px;
}

.header-link {
	cursor: pointer;
}

.header-link-en {
	font-size: 20px;
	font-weight: 600;
}

.header-link-jp {
	font-size: 13px;
	font-weight: 500;
	color: #96A2AD;
}

.header-sptap-menu,
.header-sptab-menu-copy {
	display: none;
}

.header-hide-menu {
	display: none;
	width: 100%;
	max-width: calc(100% - 120px);
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
}

.header-hide-menu-inner {
	display: flex;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
}

.header-hide-menu-name {
	min-width: 157px;
}

.header-hide-menu-name-inner {
	display: block;
	line-height: 1.2;
}

.header-hide-menu-name-inner+.header-hide-menu-name-inner {
	margin-top: 8px;
}

.header-hide-menu-name-en {
	font-size: 20px;
	font-weight: 600;
}

.header-hide-menu-name-jp {
	font-size: 13px;
	color: #96A2AD;
}

.header-hide-menu-list {
	display: flex;
	flex: 1;
	padding-left: clamp(1.25rem, -2.507rem + 5.87vw, 2.5rem);
	margin-left: clamp(1.25rem, -2.507rem + 5.87vw, 2.5rem);
	border-left: 1px solid #96A2AD;
}

.header-hide-menu-list-item {
	display: flex;
	width: 100%;
}

.header-hide-menu-list-item+.header-hide-menu-list-item {
	margin-left: clamp(1.25rem, -2.507rem + 5.87vw, 2.5rem);
}

.header-hide-menu-link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header-hide-menu-link-item+.header-hide-menu-link-item {
	margin-top: 13px;
}

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

.header-hide-menu-link-tit {
	display: block;
	font-size: clamp(0.875rem, 0.499rem + 0.59vw, 1rem);
	font-weight: 600;
	line-height: 1.4;
}

.header-hide-menu-link-tit+* {
	margin-top: 4px;
}

.header-hide-menu-link-txt {
	font-size: 12px;
	line-height: 1.6;
	color: #96A2AD;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.header-hide-menu-link-txt+* {
	margin-top: 8px;
}

.header-hide-menu-link-cat {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #0054A6;
}

.header-hide-menu-link-cat+* {
	margin-top: 10px;
}

.header-hide-menu-link-thum {
	display: block;
}

.header-pattern {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.header-line {
	height: 10px;
	background-color: #0054A6;
}

.header-dotted {
	display: flex;
	margin-left: 16px;
	margin-right: 16px;
}

.header-dotted-inner {
	width: 10px;
	height: 10px;
}

.header-dotted-inner+.header-dotted-inner {
	margin-left: 8px;
}

.header-dotted-blue {
	background-color: #0054A6;
}

.header-dotted-red {
	background-color: #E61F18;
}

/*==END HEADER==*/


/*==FOOTER==*/

.footer {
	position: relative;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
}

*+.footer {
	margin-top: 160px;
}

.-breadcrumbs-nav {
	max-width: calc(100% - 120px);
}

.-breadcrumbs-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.-breadcrumb-list+* {
	margin-left: 40px;
}

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

.-breadcrumb-list-item+.-breadcrumb-list-item,
.-breadcrumb-list-item+.-breadcrumb-list-item .-breadcrumb-link,
.-breadcrumb-list-item+.-breadcrumb-list-item .-breadcrumb-current {
	margin-left: 8px;
}

.-breadcrumb-list-item:after {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	margin-left: 8px;
	background-color: #96A2AD;
}

.-breadcrumb-list-item:last-child {
	flex: 1;
}

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

.-breadcrumb-link,
.-breadcrumb-current {
	font-size: 13px;
}

.-breadcrumb-link {
	color: #96A2AD;
}

.-pagetop {
	position: absolute;
	top: 0;
	right: 60px;
}

.-pagetop-link {
	font-size: 13px;
	font-weight: 600;
	color: #96A2AD;
	position: relative;
	padding-right: 34px;
}

.-pagetop-link:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("/assets/images/common/icon-arrow-down-gray.svg");
	background-repeat: no-repeat;
	background-size: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-180deg);
}

.footer-inner {
	display: flex;
	padding-top: 80px;
	padding-bottom: 50px;
}

.footer-logo {
	width: 47%;
	max-width: 321px;
}

.footer-menu {
	flex: 1;
	margin-left: 160px;
}

.footer-menu-list-item+.footer-menu-list-item {
	margin-top: 15px;
	text-align: right;
}

.footer-logo-link {
	display: block;
}


.footer-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
}

.footer-link-en {
	font-size: 40px;
	font-weight: 600;
}

.footer-link-jp {
	font-size: 20px;
}

.footer-link-inner+.footer-link-inner {
	margin-left: 30px;
}

.footer-caption {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	font-size: 13px;
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #96A2AD;
}

.footer-caption-item.footer-name {
	margin-right: 10px;
}

.footer-copyright {
	min-width: fit-content;
	font-size: 12px;
	margin-top: 15px;
}

/*==END FOOTER==*/


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


	.header-menu-list-item .header-link-inner,
	.header-logo-link,
	.header-hide-menu-link,
	.footer-link,
	.footer-logo-link,
	.-pagetop-link,
	.-pagetop-link:after,
	.-breadcrumb-link,
	.-ac-trigger .-ac-trigger-inner,
	.-link-card .-link-card-tit,
	.-link-card .-link-card-sub,
	.-link-prev,
	.-link-round-icon,
	.-btn-filled,
	.-link-underline,
	.-btn-round-filled:after,
	.-ac-trigger-line,
	.-article-images a {
		transition: all 0.4s ease;
	}

	.header-menu-list-item:hover .header-link-inner,
	.footer-link:hover,
	.-breadcrumb-link:hover,
	.-pagetop-link:hover,
	.-ac-trigger:hover .-ac-trigger-inner,
	.-link-card:hover .-link-card-tit,
	.-link-card:hover .-link-card-sub,
	.-link-prev:hover {
		color: #0054A6;
	}

	.header-logo-link:hover,
	.header-hide-menu-link:hover,
	.footer-logo-link:hover,
	.-link-underline:hover,
	.-ac-trigger-line:hover,
	.-article-images a:hover {
		opacity: 0.6;
	}

	.-btn-filled:hover,
	.-link-round-icon:hover {
		background-color: #0054A6;
	}

	.-btn-round-filled:hover:after {
		opacity: 1;
	}

	.-btn-round-filled.-ol.-white:hover {
		border: 2px solid rgba(255, 255, 255, 0);
	}

	.-pagetop-link:hover:after {
		background-image: url("/assets/images/common/icon-arrow-down-blue.svg");
	}

	.-link-round-icon.-icon-contact:hover {
		background-image: url("/assets/images/common/icon-contact-white.svg");
	}

}

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

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

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

	.-pc,
	.-sp {
		display: none !important;
	}

	.-dottedline {
		padding-top: 85px;
	}

	.-contents,
	.-split-contents {
		margin-top: 126px;
	}

	.-contents+.-split-contents,
	.-split-contents+.-contents,
	.-section+.-section,
	.-section+.-split-contents,
	.-split-contents+.-section,
	.-split-contents+.-split-contents {
		margin-top: 85px;
	}

	.-wrapper+.-wrapper {
		margin-top: 70px;
	}

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

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

	.-bg-pd {
		padding-top: clamp(6.25rem, 2.05rem + 12.42vw, 10rem);
		padding-bottom: clamp(6.25rem, 2.05rem + 12.42vw, 10rem);
	}

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

	.-tit-row-underline,
	.-tit-row-underline span {
		display: block;
	}

	.-tit-row-underline span+span {
		margin-top: 5px;
	}

	.-tit-row-underline.-flx-start .-tit-row-underline-left {
		margin-top: 0;
	}

	.-tit-row-underline-right {
		width: 100%;
	}

	.-tit-square-deco:before {
		top: clamp(0.25rem, -0.1rem + 1.04vw, 0.563rem);
	}

	.-tit-square-deco-row {
		display: block;
	}

	.-tit-square-deco-row-item+.-tit-square-deco-row-item {
		margin-top: 5px;
		margin-left: 0;
	}


	.-tit-row {
		display: block;
	}

	.-tit-row-item+.-tit-row-item {
		margin-left: 0;
	}

	.-tit-huge {
		font-size: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
	}

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

	.-tit-large {
		font-size: clamp(2rem, 1.44rem + 1.66vw, 2.5rem);
	}

	.-tit-medium {
		font-size: clamp(1.5rem, 0.94rem + 1.66vw, 2rem);
	}

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

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

	.-sptab-body-medium {
		font-size: 16px;
	}

	.-copy-inner-main,
	.-copy-inner-sub {
		width: clamp(27.438rem, 9.026rem + 54.45vw, 43.875rem);
	}

	.-link-card-inner {
		max-width: 100%;
	}

	.-link-card-tit.-line02 {
		min-height: clamp(3.5rem, 2.94rem + 1.66vw, 4rem);
	}

	.-link-card {
		padding-top: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-right: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
		padding-bottom: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		padding-left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.-link-card-tit {
		padding-right: clamp(2.125rem, 1.005rem + 3.31vw, 3.125rem);
	}

	.-link-card:after {
		width: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
		height: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
		background-size: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
		top: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
		right: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.-link-prev {
		padding-left: clamp(2.125rem, 0.305rem + 5.38vw, 3.75rem);
		min-height: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
	}

	.-link-prev:before {
		width: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
		height: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
		background-size: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
	}

	.-btn-round-filled.-sptab-regular {
		min-width: 260px;
	}

	.-ac-trigger {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.-ac-contents {
		padding-bottom: clamp(1.875rem, -0.225rem + 6.21vw, 3.75rem);
	}

	.-ac-trigger-inner:after {
		width: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
		height: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
		background-size: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
	}

	.-ac-tit {
		padding-right: clamp(2.125rem, 1.005rem + 3.31vw, 3.125rem);
	}

	.-ac-contents-sptab-hide .-ac-contents {
		display: none;
	}

	.-ac-contents-sptab-hide.-ac-float-btn {
		padding-bottom: 60px;
	}

	.-ac-float-btn {
		max-height: fit-content;
	}

	.-dl-list {
		margin-top: 20px;
		padding-top: 20px;
	}

	.-dl-list:last-child {
		padding-bottom: 20px;
	}

	.-round-number-list-item+.-round-number-list-item {
		margin-top: 30px;
	}

	.-round-number {
		width: clamp(2rem, 0.74rem + 3.73vw, 3.125rem);
		height: clamp(2rem, 0.74rem + 3.73vw, 3.125rem);
	}

	.-round-number-desc {
		margin-left: clamp(0.75rem, -1.21rem + 5.8vw, 2.5rem);
	}

	*+.-article-images {
		margin-top: 30px;
	}

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

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

	.-article-inner+.-article-inner {
		margin-top: 25px;
	}

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

	.-row-right-align {
		display: block;
	}

	.-row-right-align-item {
		width: 100%;
	}

	.-row-desc-type01-item+.-row-desc-type01-item {
		margin-left: clamp(1.25rem, -2.25rem + 10.35vw, 4.375rem);
	}

	.-row-desc-type02-item+.-row-desc-type02-item {
		margin-left: clamp(1.25rem, -2.95rem + 12.42vw, 5rem);
	}

	.-row-desc-type03 {
		align-items: flex-start;
	}

	.-row-desc-type03.-row-desc-type03-tab {
		align-items: center;
	}

	.-row-desc-type03-item+.-row-desc-type03-item {
		margin-left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.-bg-map {
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.-lower-contact-innner {
		padding-top: clamp(5rem, 1.5rem + 10.35vw, 8.125rem);
		padding-bottom: clamp(5rem, 1.5rem + 10.35vw, 8.125rem);
	}

	/*==PAGES==*/

	.top-contents {
		margin-top: 128px;
	}

	.top-main-logomark {
		width: 70%;
		max-width: clamp(31.25rem, 20.708rem + 31.12vw, 40.625rem);
	}

	.top-contents+* {
		margin-top: clamp(2.5rem, -8.745rem + 33.2vw, 12.5rem);
	}

	.top-lead-message-item+.top-lead-message-item {
		width: 70%;
	}

	.top-lead-message-deco {
		justify-content: flex-start;
		left: 0;
		align-items: flex-end;
	}

	.top-lead-message-deco-inner {
		width: 55%;
		max-width: 650px;
		min-width: auto;
		margin-bottom: 100px;
	}

	.top-lead-message-txt {
		line-height: 2;
	}

	.top-lead-message {
		margin-top: 60px;
	}

	.top-lead-message-images+.top-lead-message-images {
		margin-top: clamp(2.5rem, -3.1rem + 16.56vw, 7.5rem);
	}

	.top-lead-message-item-left {
		width: 100%;
		min-width: auto;
		margin-top: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
	}

	.top-lead-message-item-right {
		width: 30%;
		justify-content: flex-start;
	}

	.top-lead-deco-copy {
		top: -104px;
		left: auto;
		right: calc(clamp(23.75rem, 9.049rem + 43.48vw, 36.875rem) * -1);
	}

	.top-lead-images {
		margin-top: 0;
	}

	.top-vert-writing {
		justify-content: flex-start;
		padding-top: 20px;
		padding-left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.top-vert-writing-inner {
		transform: rotate(0);
		right: 0 !important;
	}

	.top-strength-inner {
		height: 90svh;
		max-height: 600px;
	}

	.top-strength-item-images-inner {
		max-height: 90svh;
		width: 90svh;
		max-width: 650px;
	}

	.top-strength-wrapper {
		width: 100%;
		height: 100svh;
	}

	.top-strength-item,
	.top-strength-contents {
		height: 100%;
	}

	.top-strength-copy {
		top: clamp(3.125rem, -0.375rem + 10.35vw, 6.25rem);
	}

	.top-strength-txt {
		width: 50%;
		bottom: clamp(0rem, -7.001rem + 20.7vw, 6.25rem);
	}

	.top-vert-writing-tit {
		position: relative !important;
		z-index: 1;
	}

	.top-service,
	.top-service-contents,
	.top-service-contents-inner-sp,
	.top-service-contents-inner {
		position: static;
	}

	.top-service-inner {
		padding-top: 0;
		padding-bottom: 0;
	}

	.top-service-contents {
		padding-bottom: 0;
		position: static;
	}

	.top-service-contents-inner {
		display: flex;
	}

	.top-service-contents-images {
		position: relative;
		height: auto;
	}

	.top-service-contents-item {
		margin-top: 60px;
	}

	.top-service-contents-images-item {
		position: static;
		transform: translateY(0);
		opacity: 1;
	}

	.top-service-contents-images-item {
		width: 50%;
	}

	.top-service-contents-copy {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 20px;
		height: auto;
		min-height: auto;
	}

	.top-service-contents-images-item {
		margin-left: 20px;
	}

	.top-service-contents-txt {
		width: 100%;
	}

	.top-service-label-sp {
		position: relative;
		z-index: 4;
	}

	.top-service-label-list {
		padding-top: 0;
	}

	.top-service-contents-inner-sp {
		margin-top: 154px
	}

	.top-service-contents-inner.top-service-images02 {
		padding-top: 30px;
	}

	.top-service-contents-inner {
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
		z-index: 3;
	}

	.top-service-contents-inner,
	.top-service-contents-inner:last-child {
		padding-bottom: 0;
	}

	.top-service-contents-btn {
		margin-top: 20px;
	}

	.top-member-btn a {
		min-width: auto;
		max-width: 260px;
		width: 70%;
	}

	.top-member-tit+* {
		margin-top: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.top-member-btn {
		margin-top: clamp(3.75rem, -0.73rem + 13.25vw, 7.75rem);
	}

	.top-member {
		margin-top: 85px !important;
	}

	.top-member .top-vert-writing-tit {
		position: absolute !important;
		right: auto;
	}

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

	.top-news-contents-btn {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 40px;
	}

	.top-aboutus-tit {
		top: 98px;
		left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.top-aboutus-deitals {
		left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
		width: clamp(31.313rem, 3.1rem + 83.44vw, 56.5rem);
	}

	#company-ourvision .-round-deco {
		left: 0;
	}

	.company-ourmnands-item+.company-ourmnands-item {
		margin-left: clamp(1.25rem, -7.571rem + 26.09vw, 9.125rem);
	}

	.company-ourmnands-inner {
		display: block;
	}

	.company-ourmnands-item+.company-ourmnands-item {
		margin-top: 70px;
		margin-left: 0;
	}

	.member-list {
		display: block;
	}

	.member-list li {
		width: 100%;
		margin-right: 0;
	}

	.member-list li,
	.member-list li:nth-of-type(2n),
	.member-list li:nth-child(2) {
		margin-top: 60px;
		padding-top: 0;
	}

	.member-list li .member-images {
		width: 30%;
		max-width: 150px;
	}

	.service-intro-message-tit+*,
	.service-intro-message-desc-inner+.service-intro-message-desc-inner {
		margin-top: 15px;
	}

	.service-features-details-images {
		padding-left: clamp(3.25rem, 1.15rem + 6.21vw, 5.125rem);
	}

	.service-features-details-desc-txt {
		line-height: 1.8;
	}

	/*==END PAGES==*/

	/*==HEADER==*/

	header {
		top: 30px;
		padding-top: 0;
	}

	header.-scroll-fixed {
		padding-top: 0;
		top: 30px;
		background-color: rgba(255, 255, 255, 0);
	}

	header.-scroll-fixed .header-logo {
		opacity: 0;
	}

	header.-scroll-hidden {
		visibility: visible;
		top: 30px;
		opacity: 1;
	}

	.header-logo {
		position: relative;
		top: 0;
		transition: all 0.8s ease;
	}

	header.-scroll-hidden .header-logo {
		visibility: hidden;
		top: -10px;
		opacity: 0;
	}

	.header-dotted {
		margin-left: 10px;
		margin-right: 10px;
	}

	.header-sptap-menu {
		display: block;
		background-color: #0054A6;
		width: 60px;
		height: 60px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 3;
	}

	.header-inner {
		justify-content: flex-end;
		padding-left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
		padding-right: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.header-logo {
		width: 110px;
	}

	.header-gnav {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 3;
		overflow-x: hidden;
		background-color: #F4F6F8;
	}

	.header-gnav-inner {
		height: 100%;
		position: relative;
	}

	.header-sptab-menu-copy {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex: 1;
		width: 57%;
		height: 100%;
		padding-left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
		padding-right: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
		background-color: #F4F6F8;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.4s ease;
	}

	.header-sptab-menu-copy.-slideout {
		left: -100%;
	}

	.header-sptab-menu-copy-logo {
		max-width: 112px;
	}

	.header-sptab-menu-copy-txt {
		font-size: 20px;
		font-weight: 600;
		color: #0054A6;
		text-align: center;
	}

	.header-sptab-menu-copy-item+.header-sptab-menu-copy-item {
		margin-top: 40px;
	}

	.header-menu {
		width: 43%;
		height: 100%;
		padding-left: 0;
		padding-right: 0;
		background-color: #0054A6;
		position: absolute;
		top: 0;
		left: 58%;
		transition: all 0.4s ease;
		overflow-y: auto;
	}

	.header-menu.-slideout {
		left: 0;
		width: 100%;
	}

	.header-menu-list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding-left: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
		padding-right: clamp(1.25rem, -1.55rem + 8.28vw, 3.75rem);
	}

	.header-menu-list-item {
		word-break: break-all;
	}

	.header-menu-list-item:first-child {
		margin-top: 93px;
	}

	.header-menu-list-item:last-child {
		padding-bottom: 93px;
	}

	.header-menu-list-item+.header-menu-list-item {
		padding-right: 0;
		margin-top: 25px;
	}

	.header-menu-list-item-inner {
		padding-right: 0;
		padding-bottom: 0;
	}

	.header-link {
		width: 100%;
		word-break: break-all;
	}

	.header-link-en {
		color: #FFFFFF;
	}

	.header-hide-menu {
		width: calc(100% - 43%);
		height: 100%;
		position: fixed;
		top: 0;
		left: 43%;
		transform: translateX(0);
		overflow-y: auto;
		background-color: #FFFFFF;
		z-index: 100;
	}

	.header-hide-menu-inner {
		display: block;
		height: 100%;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}

	.header-hide-menu-name {
		display: none;
	}

	.header-hide-menu-list {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 50%;
		max-height: 100%;
		overflow-y: auto;
		transform: translateY(50%);
		margin-left: 0;
		padding-right: 20px;
		padding-left: 30px;
		border-left: 0;
	}

	.header-hide-menu-list-item {
		display: block;
	}

	.header-hide-menu-list-item:first-child {
		padding-top: 50px;
	}

	.header-hide-menu-list-item:last-child {
		padding-bottom: 50px;
	}

	.header-hide-menu-list-item+.header-hide-menu-list-item {
		margin-left: 0;
		margin-top: 30px;
	}

	.header-hide-menu-link-tit {
		font-size: 16px;
	}

	.header-hide-menu-link-txt {
		display: none !important;
	}

	.header-hide-menu-link-thum {
		aspect-ratio: 19 / 5;
	}

	.header-hide-menu-link-thum img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.header-hide-menu-link-item+.header-hide-menu-link-item {
		margin-top: 10px;
	}

	.header-hide-menu-link-txt+* {
		margin-top: 0;
	}

	.header-hide-menu-link-cat+* {
		margin-top: 4px;
	}

	/*==END HEADER==*/

	/*==FOOTER==*/

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

	*+.footer {
		margin-top: 126px;
	}

	.-breadcrumbs-nav {
		display: none;
	}

	.-pagetop {
		top: auto;
		bottom: 20px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.footer-inner {
		padding-top: 60px;
		padding-bottom: 84px;
	}

	.footer-menu {
		margin-left: clamp(2.5rem, -5.901rem + 24.84vw, 10rem);
	}

	.footer-link-en {
		font-size: clamp(1.5rem, 0.38rem + 3.31vw, 2.5rem);
	}

	.footer-link-jp {
		font-size: clamp(1rem, 0.72rem + 0.83vw, 1.25rem);
		line-height: 1.4;
	}

	.footer-logo {
		width: 27%;
		max-width: 240px;
	}

	/*==END FOOTER==*/

}


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

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

	.-pc,
	.-pctab,
	.-tab {
		display: none !important;
	}

	.-inner.-sp-fit-left {
		padding-left: 0;
	}

	.-inner.-sp-fit-right {
		padding-right: 0;
	}

	.-sp-fit-inner {
		padding-right: 20px;
		padding-left: 20px;
	}

	.-tit-round-deco .-round-deco {
		left: 0;
		align-items: flex-start;
	}

	.-tit-round-deco .-round-deco-inner {
		max-width: 100%;
	}

	.-copy-inner-item+.-copy-inner-item {
		margin-top: 20px;
	}

	.-copy-inner-main,
	.-copy-inner-sub {
		width: 100%;
	}

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

	.-link-card-tit.-line02 {
		min-height: auto;
	}

	.-link-card-tit {
		padding-right: 0;
	}

	.-link-card:after {
		top: auto;
		bottom: 20px;
	}

	.-link-round-icon {
		width: 100%;
		height: auto;
		min-height: 80px;
		padding-top: 24px;
		padding-right: 24px;
		padding-bottom: 24px;
		padding-left: 24px;
		border-radius: 100px;
	}

	.-dl-list {
		display: block;
	}

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

	.-dl-list-dt {
		width: 100%;
	}

	.-form-item {
		display: block;
	}

	.-form-lable {
		top: 0;
	}

	.-form-lable+.-form-input {
		margin-top: 5px;
		margin-left: 0;
	}

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

	.-row-desc-type01,
	.-row-desc-type02,
	.-row-desc-type03 {
		display: block;
	}

	.-row-desc-type01-item+.-row-desc-type01-item,
	.-row-desc-type01.-close .-row-desc-type01-item+.-row-desc-type01-item {
		margin-left: 0;
	}

	.-row-desc-type01-item+.-row-desc-type01-item,
	.-row-desc-type01.-gap .-row-desc-type01-item+.-row-desc-type01-item {
		margin-top: 20px;
	}

	.-row-desc-type01-images {
		max-width: 295px;
		width: calc(100% - 55px);
	}

	.-row-desc-type02-item+.-row-desc-type02-item {
		margin-left: 0;
		margin-top: 50px;
	}

	.-row-desc-type02-images {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		max-width: 100%;
	}

	.-row-desc-type02-images img {
		max-width: 260px;
	}

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

	.-row-desc-type02-images.-large,
	.-row-desc-type02-images.-large img,
	.-row-desc-type03-images {
		width: 100%;
		max-width: 100%;
	}

	.-bg-map {
		height: 100vh;
		top: 0;
		left: 0;
		transform: translateX(0);
	}

	.-bg-map img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.-lower-contact-innner {
		display: block;
	}

	.-lower-contact-btn {
		margin-top: 40px;
		margin-left: 0;
	}

	.-lower-contact-copy-txt {
		letter-spacing: -0.01em;
	}

	.-lower-main-images {
		aspect-ratio: 7 / 5;
	}

	.swiper-pagination {
		position: static;
		margin-top: 15px;
	}

	/*==PAGES==*/

	#news .-card-list li:first-child {
		transform: translateY(0) !important;
		opacity: 1 !important;
	}

	#contact .-dl-list-dt {
		width: 100%;
	}

	.top-main-logomark {
		width: 100%;
	}

	.top-lead-message-inner {
		display: block;
	}

	.top-lead-message-item+.top-lead-message-item {
		margin-top: 60px;
		margin-left: 0;
		width: 100%;
	}

	.top-lead-message-deco {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.top-lead-message-deco-inner {
		width: 100%;
		margin-top: -45%;
	}

	.top-lead-message-images01 {
		padding-left: 75px;
	}

	.top-lead-images {
		margin-top: 0;
		aspect-ratio: 13 / 15;
		min-height: 396px;
		background-image: url("/assets/images/top/top-lead-message-images03-sp.jpg");
	}

	.top-strength-inner {
		width: 100%;
		left: 0;
		height: 90svh;
		max-height: 600px;
		transform: translateY(-50%);
	}

	.top-strength-item-images-inner {
		height: auto;
		width: 100%;
	}

	.top-strength-txt,
	.top-strength-copy {
		position: static;
	}

	.top-strength-txt {
		width: 100%;
	}

	.top-strength-copy {
		writing-mode: horizontal-tb;
		letter-spacing: -0.08em;
	}

	.top-strength-copy+* {
		margin-top: 24px;
	}

	.top-strength-message {
		position: absolute;
		bottom: 0;
		z-index: 2;
		margin-top: -22px;
		padding-right: 70px;
	}

	.top-strength-tit {
		left: auto;
		transform: rotate(90deg);
		transform-origin: top left;
		width: 100%;
		right: calc(clamp(18.125rem, -1.42rem + 97.73vw, 31.563rem) * -1);
		line-height: 1;
	}

	.top-strength-contents {
		display: block;
	}

	.top-strength-contents-item {
		display: block;
	}

	.top-strength-number {
		transform: rotate(-90deg);
		transform-origin: top right;
		position: relative;
		top: 20px;
		left: -21px;
	}

	.top-strength-scroll01 {
		height: 150svh;
	}

	.top-strength-scroll02 {
		height: calc(150svh + 80px);
	}

	.top-service-contents-inner {
		flex-direction: column-reverse;
	}

	.top-service-contents-copy {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}

	.top-service-contents-images-item {
		margin-left: 0;
		width: 100%;
	}

	.top-service-contents-inner.top-service-images01 {
		flex-direction: column;
		padding-top: 0;
		padding-bottom: 0;
	}

	.top-service-contents-inner.top-service-images01 .top-service-contents-images-item {
		margin-top: 100px
	}

	.top-service-contents-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.top-member .top-vert-writing-tit {
		position: relative !important;
	}

	.top-member-sp-bg {
		background-color: #FFFFFF;
	}

	.top-member-slider {
		position: static;
		width: 100%;
	}

	.top-member-slider-inner {
		display: block;
	}

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

	.top-member-btn {
		margin-top: 170px;
	}

	.top-member {
		overflow: visible;
	}

	.top-member:after {
		width: 100%;
	}

	.top-member-copy {
		width: 100%;
		max-width: 100%;
	}

	.top-member-slider-item {
		width: 100%;
	}

	.top-member-slider-item+.top-member-slider-item {
		margin-top: 10px;
	}

	.top-slider-vert-images-swiper,
	.top-slider-vert-txt-swiper {
		width: 100%;
		position: static !important;
	}

	.top-slider-vert-txt-swiper {
		padding-right: 0;
	}

	.top-member-txt {
		width: 100%;
	}

	.top-slider-vert-txt-item {
		width: auto !important;
		display: flex;
	}

	.top-member-skill-name+.top-member-skill-name {
		margin-top: 0;
		margin-left: 10px;
	}

	.top-slider-vert-txt-item {
		padding-top: 0;
		padding-bottom: 0;
	}

	.top-member-skill-tit {
		display: none;
	}

	.top-member-skill-tit+* {
		margin-top: 0;
	}

	.top-member:after {
		display: none;
	}

	.top-member-copy {
		position: relative;
		padding-top: 60px;
		padding-bottom: 60px;
	}

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

	.top-member-copy:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
	}

	.top-member-details {
		padding-top: 0;
		padding-bottom: 0;
	}

	.top-aboutus {
		overflow: hidden;
	}

	.top-aboutus-tit,
	.top-aboutus-deitals {
		position: static;
	}

	.top-aboutus-deitals {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.top-aboutus-deitals {
		width: 100%;
	}

	.top-aboutus-txt {
		width: 100%;
		margin-left: 0;
	}

	.top-aboutus-copy {
		margin-top: 50px;
	}

	.top-aboutus-images {
		min-height: auto;
		margin-right: -10px;
	}

	.top-aboutus-deco {
		width: 130%;
		top: -12%;
		left: -50%;
	}

	.top-aboutus-deitals,
	.top-aboutus-btn {
		margin-top: 40px;
	}

	.company-ourvision-copy {
		display: block;
	}

	.company-ourvision-copy-txt {
		width: 100%;
		margin-top: 40px;
		margin-left: 0;
	}

	#member-pro .-round-deco-inner {
		max-width: calc(100% - 40px);
	}

	#member-pro .-round-deco {
		justify-content: center;
		left: 0;
		top: 0;
	}

	.member-list li .member-images {
		max-width: 295px;
		width: calc(100% - 55px);
	}

	.service-features-details-images {
		padding-left: 0;
		width: 100%;
		max-width: 100%;
	}

	.service-features-details-number {
		position: static;
		margin-top: 20px;
	}

	.service-features-details-item+.service-features-details-item {
		margin-top: 56px;
	}

	/*==END PAGES==*/

	/*==HEADER==*/

	.header-sptab-menu-copy-txt {
		font-size: clamp(1.125rem, -0.475rem + 8vw, 1.25rem);
		letter-spacing: -0.02em;
	}

	/*==END HEADER==*/


	/*==FOOTER==*/

	.-breadcrumb-list+* {
		margin-left: 10px;
	}

	.footer-logo {
		max-width: 112px;
		margin-right: auto;
		margin-left: auto;
	}

	.footer-inner {
		display: block;
	}

	.footer-menu {
		margin-top: 70px;
		margin-left: 0;
	}

	/*==END FOOTER==*/

}


@media (max-height: 648px) {
	.header-menu-list {
		justify-content: space-between;
	}
}


/*==ANIMATION==*/

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

.header-line {
	width: 100%;
	transition: all 0.4s ease;
}

.header-dotted-blue01 {
	opacity: 1;
	transition: all 0.4s ease 0.4s;
}

.header-dotted-red {
	opacity: 1;
	transition: all 0.8s ease 0.8s;
}

.header-dotted-blue02 {
	opacity: 1;
	transition: all 0.4s ease 1.2s;
}

.header-inner {
	opacity: 1;
	transition: opacity 0.8s ease 1.6s;
}

.-contents,
.footer,
.top-main,
.-loading-show {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.8s ease 1.6s, transform 0.8s ease 1.6s;
}

.-loading-end .header-line {
	width: 0;
}

.-loading-end .header-dotted-blue,
.-loading-end .header-dotted-red,
.-loading-end .header-inner,
.-loading-end .-contents,
.-loading-end .footer,
.-loading-end .-loading-show {
	opacity: 0;
}

.-loading-end .-contents,
.-loading-end .top-main,
.-loading-end .footer,
.-loading-end .-loading-show {
	transform: translateY(40px);
}

.-loading-end .top-main {
	opacity: 0;
}

.top-logomark-draw {
	stroke: #000;
	fill-opacity: 0;
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	stroke-width: 0;
}

.-active .top-logomark-draw {
	animation: logomark 1.5s ease forwards;
}

@keyframes logomark {
	0% {
		stroke-dashoffset: 2000;
		fill-opacity: 0;
		stroke-width: 0.8px;
	}

	50% {
		stroke-dashoffset: 0;
		fill-opacity: 0;
		stroke-width: 0.8px;
	}

	70% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
		stroke-width: 0;
	}

	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
		stroke-width: 0;
	}
}

.-scroll-fadein {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.8s ease;
}

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