.pcOnly {
	display: none;
}

.smOnly {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 10px;
}

a {
	-webkit-text-decoration: none;
	color: inherit;
	display: inline-block;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.7;
}

body {
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	color: #515151;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
}

body.no-scroll {
	overflow: hidden;
}

body.home {
	background-color: #F1F2F3;
}

main {
	flex: 1;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	font-size: 100%;
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 0;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.layoutHeader {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
}

.layoutPageContainer {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.layoutSectionSpacing {
	margin-top: 5rem;
}

.about {
	padding-top: 5rem;
}

.about_titleEn {
	font-family: "Oswald", sans-serif;
	font-size: 4.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
}

.about_titleJp {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 2rem;
}

.about_title::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 7.5rem, #DDDDDD 7.5rem, #DDDDDD 100%);
	content: "";
	display: block;
	height: 1px;
	margin-top: 2.5rem;
}

.about_content {
	margin-top: 2rem;
}

.about_text {
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.8;
}

.about_text:not(:first-child) {
	margin-top: 3.5rem;
}

.about_img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 25.1rem;
	width: 100%;
}

.about_img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.aboutCompany {
	padding-top: 5rem;
}

.aboutCompany_list {
	margin-top: 1rem;
}

.aboutCompany_item {
	padding-top: 2rem;
}

.aboutCompany_item::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 19.6rem, #DDDDDD 19.6rem, #DDDDDD 100%);
	content: "";
	display: block;
	height: 2px;
	margin-top: 2.4rem;
}

.aboutCompany_itemTerm {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.aboutCompany_itemDescription {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 1rem;
}

.aboutcompany_itemLink {
	color: #0094EB;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.aboutcompany_itemLink.is-mt {
	margin-top: 1.6rem;
}

.aboutcompany_itemLink[target=_blank] {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 2rem 1fr;
}

.aboutcompany_itemLink[target=_blank]::after {
	-webkit-mask-image: url(../../images/common/icon-external-link.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	aspect-ratio: 1/1;
	background-color: #0094EB;
	content: "";
	display: inline-block;
	height: auto;
	mask-image: url(../../images/common/icon-external-link.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 100%;
}

.aboutcompany_itemLink + .aboutcompany_itemLink {
	margin-top: 1rem;
}

.aboutCompany_2col:not(:first-child) {
	margin-top: 2.4rem;
}

.aboutCompany_2colImg {
	height: auto;
	max-width: 20.8rem;
	width: 100%;
}

.aboutCompany_2colImg img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.aboutCompany_2colText {
	margin-top: 1rem;
}

.aboutCompany_map {
	aspect-ratio: 354/250;
	height: auto;
	margin-top: 5rem;
	width: 100%;
}

.aboutCompany_map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.aboutMessage {
	padding-top: 5rem;
}

.aboutMessage_heading {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 5rem;
}

.aboutMessage_heading::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 7.5rem, #DDDDDD 7.5rem, #DDDDDD 100%);
	content: "";
	display: block;
	height: 1px;
	margin-top: 2rem;
}

.aboutMessage_text {
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
	text-align: justify;
}

.aboutMessage_text:not(:first-child) {
	margin-top: 1em;
}

.aboutMessage_signature {
	margin-top: 2rem;
	max-width: 22.1rem;
}

.aboutMessage_position {
	color: #000;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.aboutMessage_name {
	color: #000;
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1.5rem;
	text-align: center;
}

.aboutMessage_img {
	height: auto;
	mix-blend-mode: darken;
	width: 100%;
}

.aboutMessage_img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.breadcrumb {
	align-items: center;
	border: 1px solid #D5CFC2;
	display: inline-flex;
	flex-wrap: wrap;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.breadcrumb a {
	display: block;
}

.breadcrumb span[property=name] {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: inline-block;
	display: -webkit-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	max-width: 100%;
	overflow: hidden;
	padding: 1rem;
	text-transform: uppercase;
}

.breadcrumb.is-white {
	color: #fff;
}

.breadcrumb span[property=name].is-no-uppercase {
	text-transform: none;
}

.breadcrumb a span {
	-webkit-text-decoration: underline;
	color: #0094EB;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.case {
	padding-top: 1.5rem;
}

.case_section:not(:first-child) {
	margin-top: 1.5rem;
}

.case_section.is-highlighted {
	background-color: #F1F2F3;
	margin-top: 3rem;
	padding: 2.2rem 1.5rem;
}

.case_title::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 7.5rem, #DDDDDD 7.5rem, #DDDDDD 100%);
	content: "";
	display: block;
	height: 1px;
	margin-top: 2rem;
	width: 100%;
}

.case_titleEn {
	font-family: "Oswald", sans-serif;
	font-size: 5.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.case_titleJp {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1.2rem;
}

.case_content {
	margin-top: 1rem;
	text-align: justify;
}

.case_text {
	color: #000;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
}

.case_text:not(:first-child) {
	margin-top: 1em;
}

.case_list {
	padding-top: 0.5rem;
}

.case_item {
	color: #000;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding-left: 2.4rem;
	position: relative;
}

.case_item::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.4rem;
	left: 0;
	margin-bottom: calc((1lh - 0.4rem) / 2);
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: calc((1lh - 0.4rem) / 2);
	position: absolute;
	top: 0;
	width: 0.4rem;
}

.case_item:not(:first-child) {
	margin-top: 1.5rem;
}

.case_img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.caseDetail {
	padding-bottom: 3rem;
	padding-top: 5rem;
}

.caseDetail_caseSideMenu {
	max-width: 29rem;
}

.caseDetail_caseContainer {
	margin-top: 1.5rem;
}

.cases {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.cases_list {
	margin-left: auto;
	margin-right: auto;
	max-width: 45rem;
}

.cases_item + .cases_item {
	margin-top: 2rem;
}

.cases_link {
	background-color: #fff;
	border-radius: 2rem;
	display: block;
	min-height: 40.4rem;
	padding: 2rem 1.5rem;
}

.cases_itemImg {
	aspect-ratio: 315/230;
	height: auto;
	width: 100%;
}

.cases_itemImg img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.cases_itemBody {
	margin-top: 1rem;
}

.cases_itemHeading {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.cases_itemSubHeading {
	color: #1868B3;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 1.5rem;
}

.cases_itemText {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.5rem;
	overflow: hidden;
}

.caseSideMenu {
	background-color: #F5F5F5;
	border-radius: 1rem;
	padding: 2.5rem 1.5rem;
	position: sticky;
	top: 50%;
}

.caseSideMenu_item:not(:first-child) {
	margin-top: 3rem;
}

.caseSideMenu_title {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.caseSideMenu_title::after {
	background-color: #0E386B;
	content: "";
	display: block;
	height: 3px;
	margin-top: 1rem;
	width: 4rem;
}

.caseSideMenu_text {
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 1rem;
}

.caseTableContents_title::after {
	background-color: #0E386B;
	content: "";
	display: block;
	height: 3px;
	margin-top: 1rem;
	width: 4rem;
}

.caseTableContents_titleText {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.caseTableContents_list {
	margin-top: 0.5rem;
}

.caseTableContents_item a {
	color: #000;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding-bottom: 0.3rem;
	padding-top: 0.3rem;
}

.commonArrow {
	aspect-ratio: 1/1;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	height: auto;
	overflow: clip;
	position: relative;
	width: 4rem;
}

.commonArrow.is-large {
	width: 8rem;
}

.commonArrow svg {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-90deg);
	width: 100%;
}

.commonArrow circle {
	fill: none;
	stroke-width: 1px;
	stroke-linecap: round;
}

.commonArrow .is-active circle {
	stroke: #0E386B;
}

.commonArrow span {
	align-items: center;
	display: grid;
	grid-template-areas: "arrow dot";
	grid-template-columns: 4rem 4rem;
	grid-template-rows: 100%;
	height: 4rem;
	justify-items: center;
	left: 0;
	place-items: center;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	width: 4rem;
}

.commonArrow span::before {
	-webkit-mask-image: url(../../images/common/icon-arrow.svg);
	-webkit-mask-size: 1.8rem auto;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #0E386B;
	content: "";
	display: inline-block;
	grid-area: arrow;
	height: 100%;
	mask-image: url(../../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 1.8rem auto;
	width: 100%;
}

.commonArrow span::after {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	grid-area: dot;
	height: auto;
	width: 0.5rem;
}

.commonArrow.is-large {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
}

.commonArrow.is-large span::before {
	width: 5rem;
}

.commonArrow.is-large span::before {
	background-image: url(../../images/common/icon-arrow-large.svg);
}

.commonArrow.is-large span::after {
	width: 1rem;
}

.commonBg {
	overflow-x: clip;
	position: relative;
	z-index: -3;
}

.commonBg_images {
	aspect-ratio: 2032/1460;
	background-color: #F5F5F5;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
}

.commonBg_images img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	will-change: transform;
}

.commonBg_images img:nth-child(8) {
	position: relative;
	z-index: 1;
}

.commonButton {
	align-items: center;
	background-color: #fff;
	border-radius: 100vw;
	color: #0E386B;
	display: inline-grid;
	font-family: "Oswald", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	gap: 3rem;
	grid-template-areas: "text arrow";
	grid-template-columns: auto auto;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	max-width: 34.5rem;
	outline: 1px solid transparent;
	padding: 1.7rem 3.5rem;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease, outline 0.3s ease;
	width: 100%;
}

.commonButton:after {
	aspect-ratio: 1/1;
	background-color: #0E386B;
	border-radius: 50%;
	content: "";
	display: inline-block;
	grid-area: arrow;
	height: auto;
	transition: background-color 0.3s ease;
	width: 2.5rem;
}

.commonButton_arrow {
	aspect-ratio: 1/1;
	grid-area: arrow;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 2.5rem;
}

.commonButton_arrow span {
	align-items: center;
	display: grid;
	grid-template-columns: 2.5rem 2.5rem;
	grid-template-rows: 2.5rem;
	justify-items: center;
	left: 0;
	place-items: center;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: transform 0.3s ease;
}

.commonButton_arrow span::before {
	background-image: url(../../images/common/icon-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.8rem auto;
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
}

.commonButton span::after {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: auto;
	width: 0.5rem;
}

.commonButton.is-gray {
	background-color: #F1F2F3;
}

.commonButton.is-opacity {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.commonButton.is-center {
	text-align: center;
}

.commonButton.is-sp-small {
	max-width: none;
	max-width: initial;
	width: auto;
	width: initial;
}

.commonButton:hover {
	background-color: #0E386B;
	color: #fff;
	opacity: 1;
}

.commonButton:hover::after {
	background-color: #fff;
}

.commonButton:hover .commonButton_arrow span {
	transform: translateX(0);
}

.commonButton.is-opacity:hover {
	background: rgba(255, 255, 255, 0.15);
	outline: 1px solid #0E386B;
}

.commonEvent {
	overflow-x: clip;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.commonEvent.is-bg-gray {
	background-color: #F1F2F3;
}

.commonEvent.is-pb-0 {
	padding-bottom: 0;
}

.commonEvent_content {
	display: flex;
	flex-direction: column;
}

.commonEvent_wrapper {
	display: contents;
}

.commonEvent_commonTitle {
	order: 1;
}

.commonEvent_linkButton {
	margin-top: 2rem;
	order: 3;
	text-align: center;
}

.commonEvent_slider {
	margin-top: 1.8rem;
	order: 2;
}

.commonEvent_slideLink {
	display: block;
}

.commonEvent_slideImg {
	aspect-ratio: 345/204;
	border-radius: 1rem;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.commonEvent_slideImg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.commonEvent_slideBody {
	margin-top: 1.4rem;
}

.commonEvent_slideMeta {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.commonEvent_slideDate {
	color: #ACAAAA;
	font-family: "Oswald", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.commonEvent_slideCategoryList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.commonEvent_slideCategory {
	border: 1px solid #1868B3;
	border-radius: 100vh;
	color: #1868B3;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.3rem 1rem;
}

.commonEvent_slideHeading {
	-webkit-text-decoration: underline;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #515151;
	display: -webkit-box;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 0.8rem;
	overflow: hidden;
	text-decoration: underline;
}

.commonEvent_swiperScrollbar.swiper-scrollbar {
	background-color: #fff;
	margin-top: 3rem;
	position: static;
	position: initial;
	width: 100%;
}

.commonEvent_swiperScrollbar.swiper-scrollbar.is-gray {
	background-color: #F1F2F3;
}

.commonEvent_swiperScrollbar.swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #848484;
	cursor: grab;
}

.commonEvent_swiperScrollbar.swiper-scrollbar .swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.commonEvent.is-sub-page .commonEvent_commonTitle .commonTitle_en {
	font-size: 5.6rem;
}

.commonEvent.is-sub-page .commonEvent_slider {
	margin-top: 6rem;
}

.commonEvent.is-sub-page .commonEvent_swiperScrollbar.swiper-scrollbar {
	margin-top: 5rem;
}

.commonEvent.is-sub-page .commonEvent_linkButton {
	margin-top: 5rem;
}

.commonEvent.is-sub-page .commonEvent_linkButton .commonButton {
	max-width: 20rem;
}

.commonTitle {
	color: #515151;
}

.commonTitle_en {
	font-family: "Oswald", sans-serif;
	font-size: 4.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.commonTitle_jp {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1rem;
}

.commonTitle.is-white {
	color: #fff;
}

.commonTitle_jp.is-gray {
	color: #A1BFDE;
}

.commonTitleSub {
	color: #515151;
}

.commonTitleSub.is-center {
	text-align: center;
}

.commonTitleSub_en {
	font-family: "Oswald", sans-serif;
	font-size: 5.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.commonTitleSub_jp {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1rem;
}

.commonTitleSub.is-white {
	color: #fff;
}

.commonTitleSub_jp.is-gray {
	color: #A1BFDE;
}

.contact {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.contact_flowList {
	grid-gap: 2rem;
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 34rem;
}

.contact_flowItem {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #DBDCDD;
	border-radius: 50%;
	display: flex;
	height: auto;
	justify-content: center;
	width: 100%;
}

.contact_flowItem.is-active {
	background-color: #0E386B;
}

.contact_flowItem span {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 3.6rem;
	letter-spacing: 0;
	line-height: 1;
}

.contact_headTextWrap {
	margin-top: 2rem;
	text-align: center;
}

.contact_headTextWrap.is-sp-left {
	text-align: left;
}

.contact_head-text {
	color: #333;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.contact_head-text:not(:first-child) {
	margin-top: 2em;
}

.contact_linkButton {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 30rem;
}

.contact_linkButton a {
	align-items: center;
	background-color: #0E386B;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: 1.5rem;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: 2rem;
	text-align: center;
}

.contact_linkButtonArrow {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 2.5rem;
}

.contact_linkButtonArrow span {
	align-items: center;
	display: grid;
	grid-template-columns: 2.5rem 2.5rem;
	grid-template-rows: 2.5rem;
	justify-items: center;
	left: 0;
	place-items: center;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: transform 0.3s ease;
}

.contact_linkButtonArrow span::before {
	background-image: url(../../images/common/icon-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.8rem auto;
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
}

.contact_linkButtonArrow span::after {
	aspect-ratio: 1/1;
	background-color: #0E386B;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: auto;
	width: 0.5rem;
}

.contact_linkButton a:hover {
	background-color: #0E386B;
	color: #fff;
	opacity: 1;
}

.contact_linkButton a:hover .contact_linkButtonArrow span {
	transform: translateX(0);
}

.contact_form {
	margin-top: 3rem;
}

.cta {
	background-color: #F1F4F8;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.cta_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.cta_list {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-auto-flow: row;
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
}

.cta_link {
	background-color: #1868B3;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	min-height: 28rem;
	overflow: clip;
	padding: 2.5rem 1.6rem 3rem;
	position: relative;
}

.cta_link::after {
	background: #0E386B;
	content: "";
	filter: blur(8rem);
	height: 110%;
	left: 38%;
	pointer-events: none;
	position: absolute;
	top: 5%;
	transition: transform 1s ease-out;
	width: 70%;
}

.cta_item:nth-child(even) .cta_link {
	background-color: #0E386B;
}

.cta_item:nth-child(even) .cta_link:after {
	background: #1B67B2;
}

.cta_content {
	height: 100%;
	position: relative;
	z-index: 1;
}

.cta_head {
	display: contents;
}

.cta_title {
	order: 1;
}

.cta_titleEn {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 4.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.cta_titleJp {
	color: #A1BFDE;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1.6rem;
}

.cta_circle {
	align-items: center;
	aspect-ratio: 1/1;
	border: 1px solid #fff;
	border-radius: 50%;
	display: grid;
	grid-area: arrow;
	grid-template: "circle" 1fr/1fr;
	height: auto;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.2rem;
	order: 3;
	overflow: hidden;
	place-items: center;
	position: relative;
	transition: border-color 0.3s ease;
	width: 5rem;
}

.cta_circle span {
	align-items: center;
	display: grid;
	grid-template-columns: 5rem 5rem;
	grid-template-rows: 5rem;
	justify-items: center;
	left: 0;
	place-items: center;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: transform 0.3s ease;
}

.cta_circle span::before {
	-webkit-mask-image: url(../../images/common/icon-arrow-large.svg);
	-webkit-mask-size: 3rem auto;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../../images/common/icon-arrow-large.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 3rem auto;
	width: 100%;
}

.cta_circle span::after {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: auto;
	width: 0.6rem;
}

.cta_text {
	color: #fff;
	flex-grow: 1;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 0.8rem;
	order: 2;
}

.cta_link:hover {
	opacity: 1;
}

.cta_link:hover::after {
	transform: translate(-60%, -10%);
}

.cta_link:hover .cta_circle {
	border-color: #fff;
}

.cta_link:hover .cta_circle span {
	transform: translateX(0);
}

.ctaService {
	background-color: #515151;
	padding-bottom: 7.4rem;
	padding-top: 5rem;
}

.ctaService_content {
	display: flex;
	flex-direction: column;
}

.ctaService_wrapper {
	display: contents;
}

.ctaService_commonTitleSub {
	order: 1;
}

.ctaService_text {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
	order: 3;
}

.ctaService_linkButtonWrap {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-rows: auto auto;
	margin-top: 2rem;
	order: 4;
}

.ctaService_linkButton {
	text-align: center;
}

.ctaService_linkButton .commonButton {
	font-weight: 700;
	justify-content: start;
	max-width: 31.1rem;
}

.ctaService_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.8rem;
	max-width: 33.6rem;
	order: 2;
}

.ctaService_img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.drawer {
	background-color: #585858;
	height: 100vh;
	height: 100dvh;
	overflow-y: auto;
	padding-bottom: 12rem;
	padding-top: 6.4rem;
	transform: translateX(-100%);
	transition: transform 0.3s;
	width: 100%;
	z-index: 30;
}

.drawer.is-active {
	transform: translateX(0);
}

.drawer__inner {
	margin-left: auto;
	margin-right: auto;
	padding-right: 0.8rem;
}

.drawer__content {
	position: relative;
}

.drawer__close-button {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #000;
	border: 2px solid #515151;
	border-radius: 50%;
	display: flex;
	height: auto;
	justify-content: center;
	max-width: 4.8rem;
	padding: 0;
	position: absolute;
	right: 0.6rem;
	top: 0;
	width: 100%;
}

.drawer__close-button:hover .drawer__close-text {
	scale: 0.9;
}

.drawer__close-text {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
	position: relative;
	transition: scale 0.3s;
}

.drawer__close-text::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 80%;
	width: 100%;
}

.drawer__menu-list {
	max-width: 27.2rem;
	width: 100%;
}

.drawer__menu-item:not(:first-child) {
	margin-top: 0.8rem;
}

.drawer__menu-item-link {
	background-color: #515151;
	border-radius: 0 1.2rem 1.2rem 0;
	padding: 0.8rem 4rem 0.6rem 0;
	position: relative;
	text-align: right;
	transition: background-color 0.3s;
	width: 100%;
}

.drawer__menu-item-link::after {
	aspect-ratio: 1/1;
	background-image: url(../images/common/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: auto;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s;
	width: 1rem;
}

.drawer__menu-item-link:hover {
	background-color: #515151;
	opacity: 1;
}

.drawer__menu-item-text-en {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3333333333;
	transition: opacity 0.3s;
}

.drawer__menu-item-text-jp {
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	transition: opacity 0.3s;
}

.drawer__button-group {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.2rem;
}

.drawer__button-list {
	align-items: center;
	display: flex;
	gap: 1.6rem;
	justify-content: center;
	max-width: 21.6rem;
	width: 100%;
}

.drawer__button-item-link {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #515151;
	border-radius: 50%;
	display: flex;
	height: auto;
	justify-content: center;
	transition: background-color 0.3s;
	width: 7rem;
}

.drawer__button-item-link:hover {
	opacity: 1;
}

.drawer__button-item-link:hover .drawer__button-item-text {
	scale: 0.9;
}

.drawer__button-item-text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
	transition: scale 0.3s;
}

.drawer__button-item-text::after {
	background-color: #515151;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 80%;
	width: 100%;
}

.drawer__corporate-link {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #515151;
	border-radius: 50%;
	display: flex;
	height: auto;
	justify-content: center;
	width: 5.6rem;
}

.drawer__corporate-link:hover {
	opacity: 1;
}

.drawer__corporate-link:hover .drawer__corporate-text {
	scale: 0.9;
}

.drawer__corporate-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
	transition: scale 0.3s;
}

.drawer__corporate-text::after {
	background-color: #515151;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 80%;
	width: 100%;
}

.error-page__content {
	margin-top: 4rem;
	text-align: center;
}

.footer {
	background-color: #515151;
	padding-top: 1rem;
}

.footer_navList {
	margin-left: -1.5rem;
}

.footer_navItem {
	max-width: 20rem;
}

.footer_navItem > a {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0.9rem 1.5rem;
}

.footer_nav-sub-items {
	margin-top: -0.5rem;
}

.footer_navItem:has(.footer_nav-sub-items) + .footer_navItem {
	margin-top: 0.5rem;
}

.footer_nav-sub-item > a {
	color: #fff;
	font-size: 1.6rem;
	padding: 0.4rem 1em;
}

.footer_sns {
	align-items: center;
	display: flex;
	justify-content: left;
	margin-top: 2.5rem;
}

.footer_sns-icon {
	display: block;
	max-width: 3rem;
	width: 100%;
}

.footer_sns-icon + .footer_sns-icon {
	margin-left: 1.5rem;
}

.footer_sns-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer_info {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
}

.footer_logo {
	max-width: 31.2rem;
	width: 100%;
}

.footer_logo a {
	display: block;
	padding: 1rem 0;
}

.footer_logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer_companyInfo {
	margin-top: 3.2rem;
}

.footer_companyName {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}

.footer_companyAddress {
	color: #fff;
	font-size: 1.6rem;
	font-style: normal;
	margin-top: 0.4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.footer_policy {
	display: inline-block;
	margin-top: 3.5rem;
	max-width: 12.5rem;
	padding: 1rem 0;
	width: 100%;
}

.footer_policy img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer_siteInfoList {
	margin-left: -1.5rem;
	margin-top: 3rem;
}

.footer_siteInfoItem a {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	padding: 0.4rem 1.5rem;
}

.footer_copyright {
	background-color: #F1F4F8;
	color: #515151;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: 4.6rem;
	padding: 1.2rem;
	text-align: center;
}

form dl:not(:first-child) {
	margin-top: 2rem;
}

form dt {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: 1rem;
	letter-spacing: 0;
	line-height: 1;
}

form dd {
	margin-top: 1rem;
}

form .required {
	background-color: #E85400;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.5rem 0.6rem;
}

form .optional {
	background-color: #DBDCDD;
	color: #515151;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.5rem 0.6rem;
}

form .confirm {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 2rem;
	text-align: center;
}

form .con {
	display: inline-block;
}

form .confirm input {
	display: none;
}

form .confirm input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	padding-left: 3.5rem;
	position: relative;
}

form .confirm input + span::before {
	background: #fff;
	border: 1px solid #D7D5D2;
	content: "";
	display: block;
	height: 2.8rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.8rem;
}

form .confirm input + span::after {
	border-bottom: 0.3rem solid #E85400;
	border-left: 0.3rem solid #E85400;
	content: "";
	display: block;
	height: 0.9rem;
	left: 0.6rem;
	margin-top: -0.2rem;
	opacity: 0;
	position: absolute;
	top: 0.9rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 1.6rem;
}

form .confirm input + span a {
	-webkit-text-decoration: underline;
	color: #0094EB;
	padding-bottom: 0.2rem;
	padding-top: 0.2rem;
	text-decoration: underline;
}

form .confirm input:checked + span::after {
	opacity: 1;
}

form .buttonWrap {
	margin-top: 2rem;
}

form .buttonWrap div:nth-of-type(2) {
	margin-top: 2rem;
}

form .backbuttonWrap,
form .submitbuttonWrap {
	width: 100%;
}

form .backbuttonWrap input,
form .submitbuttonWrap input {
	-webkit-text-decoration: none;
	background-color: #0E386B;
	background-image: url(../../images/common/icon-arrow-circle-white.svg);
	background-position: right 2rem center;
	background-repeat: no-repeat;
	background-size: 2rem;
	border: none;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 0;
	margin-top: initial;
	padding: 2rem 0;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 2;
}

form .backbuttonWrap input {
	background-color: #fff;
	background-image: url(../../images/common/icon-arrow-circle-blue.svg);
	background-position: left 2rem center;
	color: #515151;
}

form .submitbuttonWrap input:hover,
form .submitbuttonWrap input:focus,
form .backbuttonWrap input:hover,
form .backbuttonWrap input:focus {
	opacity: 0.7;
}

form .submitbuttonWrap::-moz-foucus-inner,
form .backbuttonWrap::-moz-foucus-inner {
	border: none;
	padding: 0;
}

form input,
form textarea {
	background-color: #fff;
	border: 1px solid #D7D5D2;
	border-radius: 0.5rem;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 1.7rem;
	width: 100%;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
	color: #D7D5D2;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

form input::placeholder,
form textarea::placeholder {
	color: #D7D5D2;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(../../images/common/icon-arrow-down.svg);
	background-origin: right center;
	background-position: right 2.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	border: 1px solid #D7D5D2;
	border-radius: 0.5rem;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1;
	padding: 2rem;
	width: 100%;
}

form select::-ms-expand {
	display: none;
}

form select:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

form textarea {
	min-height: 17rem;
	resize: none;
}

.hamburger {
	align-items: center;
	display: flex;
	gap: 0.8rem;
	height: inherit;
	padding: 0 1.2rem;
	transition: scale 0.3s;
}

.hamburger:hover {
	scale: 0.95;
}

.hamburger__icon {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #000;
	border-radius: 50%;
	display: flex;
	height: auto;
	justify-content: center;
	position: relative;
	transition: background-color 0.3s;
	width: 3rem;
}

.hamburger__icon::after {
	background-color: #515151;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: -0.2rem;
	position: absolute;
	top: 0.4rem;
	width: 100%;
	z-index: -1;
}

.hamburger__icon-line {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	justify-content: center;
}

.hamburger__icon-line::before,
.hamburger__icon-line::after {
	background-color: #fff;
	border-radius: 999px;
	content: "";
	height: 0.2rem;
}

.hamburger__icon-line::before {
	width: 1.4rem;
}

.hamburger__icon-line::after {
	width: 0.6rem;
}

.hamburger__text {
	color: #515151;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
}

.header {
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	background-color: transparent;
	height: 7rem;
	transition: background-color 0.5s, height 0.3s, -webkit-backdrop-filter 0.3s;
	transition: background-color 0.5s, height 0.3s, backdrop-filter 0.3s;
	transition: background-color 0.5s, height 0.3s, backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
}

.header.is-color {
	background-color: #F1F2F3;
}

.header.is-scroll {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.8);
}

.header.is-open {
	background-color: #F1F2F3;
}

.header_inner.inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	max-width: none;
	max-width: initial;
	padding-left: 0;
	padding-right: 0;
	transition: background-color 0.5s;
}

.header.is-open .header_inner.inner {
	background-color: #F1F2F3;
	position: relative;
	z-index: 1;
}

.header_logo {
	height: inherit;
	max-width: calc(15rem + 30px);
	width: 100%;
	z-index: 9999999;
}

.header_logo a {
	align-items: center;
	display: flex;
	height: inherit;
	padding-left: 15px;
	padding-right: 15px;
}

.header_logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header_nav {
	display: none;
	height: inherit;
}

.header_navList {
	display: flex;
	height: inherit;
}

.header_navItem {
	height: inherit;
	position: relative;
}

.header_navItem.header_navItem--contact {
	align-items: center;
	display: flex;
	margin-left: 3rem;
}

.header_navItem.with-megamenu {
	position: relative;
	z-index: 1;
}

.header_navItem > a {
	align-items: center;
	color: #515151;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	height: inherit;
	letter-spacing: 0;
	line-height: 1;
	padding: 0 2.5rem;
	text-transform: uppercase;
}

.header_navItem > a:hover {
	opacity: 1;
}

.header_navItem:not(.is-contact)::after {
	aspect-ratio: 1/1;
	background-color: #0E386B;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: auto;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, 1.2rem);
	transition: opacity 0.3s;
	width: 0.4rem;
}

.header_navItem:not(.is-contact):hover::after {
	opacity: 1;
}

.header_navItem:not(.is-contact).is-active::after {
	opacity: 1;
}

.header_navItem.is-contact {
	align-items: center;
	display: flex;
	margin-left: 2.6rem;
}

.header_navItem.is-contact > a {
	background-color: #fff;
	border: 1px solid #0E386B;
	border-radius: 100vw;
	color: #0E386B;
	font-size: 1.4rem;
	height: auto;
	height: initial;
	padding: 1.2rem 4.4rem;
	text-align: center;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.header_navItem.is-contact > a:hover {
	background-color: #0E386B;
	border-color: #fff;
	color: #fff;
	opacity: 1;
}

.header_megamenu {
	grid-gap: 3rem;
	background-color: #333;
	border-radius: 1rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	max-width: 133rem;
	opacity: 0;
	padding: 3rem 4rem 5rem 4rem;
	padding-right: clamp(4rem, -37rem + 33.333vw, 11rem);
	position: relative;
	position: fixed;
	top: 9rem;
	transform: translateX(-50%) rotateX(90deg);
	transform-origin: top;
	transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 92.3611111111%;
}

.header_megamenu.is-open {
	opacity: 1;
	transform: translateX(-50%) rotateX(0deg);
	visibility: visible;
}

.header.is-scroll .header_megamenu {
	top: 7.5rem;
}

.header_megamenuLinkButton {
	margin-top: 2rem;
}

.header_megamenuList {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.header_megamenuItem > p {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	padding-bottom: 1.4rem;
	padding-top: 1.4rem;
}

.header_megamenuSublist {
	margin-top: 1rem;
}

.header_megamenuSubitem > a {
	color: #fff;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.2857142857;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.header_megamenuSubitem > a[target=_blank] {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 2rem 1fr;
}

.header_megamenuSubitem > a[target=_blank]::after {
	-webkit-mask-image: url(../../images/common/icon-external-link.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	aspect-ratio: 1/1;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: auto;
	mask-image: url(../../images/common/icon-external-link.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 100%;
}

.header_hamburger {
	aspect-ratio: 1/1;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: auto;
	z-index: 999;
}

.header_hamburger span {
	background-color: #515151;
	display: block;
	height: 0.4rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transform-origin: center;
	transition: opacity 0.5s, transform 0.5s;
	width: 3.8rem;
}

.header_hamburger span:nth-of-type(1) {
	top: -0.6rem;
}

.header_hamburger span:nth-of-type(2) {
	top: 0;
}

.header_hamburger span:nth-of-type(3) {
	top: 0.6rem;
}

.header_hamburger.is-open span:nth-of-type(1) {
	transform: translate(-50%, 1rem) scaleX(0.8);
}

.header_hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
	transform: translate(-50%, 0) scaleX(0.8);
}

.header_hamburger.is-open span:nth-of-type(3) {
	transform: translate(-50%, -1rem) scaleX(0.8);
}

.header_drawer {
	background: linear-gradient(180deg, transparent 0%, transparent 7rem, #515151 7rem, #515151 100%);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	height: 100dvh;
	opacity: 0;
	overflow-y: scroll;
	padding: 7rem 0 8rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	transition: clip-path 0.5s ease, opacity 0.6s ease;
	width: 100%;
}

.header_drawer.is-open {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	opacity: 1;
	pointer-events: auto;
}

.header_drawer::-webkit-scrollbar {
	display: none;
}

.header_drawerItem:not(:first-child) {
	border-top: 1px solid #E5E6E7;
}

.header_drawerItem.with-accordion .header_drawerItemContent {
	display: grid;
	grid-template-columns: 1fr 6.6rem;
	width: 100%;
}

.header_drawerItemContent > a {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 2.4rem 1.5rem;
	text-transform: uppercase;
}

.header_drawerItem.header_drawerItem--contact {
	border-top: none;
	margin-top: 0.5rem;
}

.header_drawerItem.header_drawerItem--contact a {
	background-color: #fff;
	border: 1px solid #0E386B;
	border-radius: 100vw;
	color: #0E386B;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	height: auto;
	height: initial;
	margin-left: auto;
	margin-right: auto;
	max-width: 28rem;
	padding: 2.2rem 4.4rem;
	text-align: center;
	width: 100%;
}

.header_drawerItemButton {
	aspect-ratio: 1/1;
	height: 100%;
	padding: 0;
	position: relative;
	transition: opacity 0.5s;
	width: auto;
}

.header_drawerItemButton:hover {
	opacity: 0.7;
}

.header_drawerItemButton span {
	background-color: #E5E6E7;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translate(-50%, 0);
	transform-origin: center;
	transition: opacity 0.5s, transform 0.5s;
	width: 1.5rem;
}

.header_drawerItemButton span:nth-of-type(1) {
	transform: translate(-50%, 1px);
}

.header_drawerItemButton span:nth-of-type(2) {
	transform: translate(-50%, -1px) rotate(90deg);
}

.header_drawerItemButton.is-open span:nth-of-type(2) {
	transform: translate(-50%, -1px) rotate(0deg);
}

.header_drawerAccordionList {
	display: none;
}

.header_drawerItem.with-accordion .header_drawerAccordionList:last-child {
	padding-bottom: 1.6rem;
}

.header_drawerAccordionItem {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.header_drawerAccordionContent > a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.8rem 0.5rem 0.8rem 1.5rem;
}

.header_drawerAccordionButton {
	grid-column-gap: 1.4rem;
	-moz-column-gap: 1.4rem;
	align-items: center;
	color: #fff;
	column-gap: 1.4rem;
	display: grid;
	font-size: 1.4rem;
	grid-template-columns: auto auto 1fr;
	height: 100%;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.8rem 1.5rem;
	transition: opacity 0.5s;
	width: 100%;
}

.header_drawerAccordionButton:hover {
	opacity: 0.7;
}

.header_drawerAccordionButton-inner {
	max-width: 4rem;
	position: relative;
}

.header_drawerAccordionButton span {
	background-color: #E5E6E7;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translate(-50%, 0);
	transform-origin: center;
	transition: opacity 0.5s, transform 0.5s;
	width: 1.2rem;
}

.header_drawerAccordionButton span:nth-of-type(1) {
	transform: translate(-50%, 1px);
}

.header_drawerAccordionButton span:nth-of-type(2) {
	transform: translate(-50%, -1px) rotate(90deg);
}

.header_drawerAccordionButton.is-open span:nth-of-type(2) {
	transform: translate(-50%, -1px) rotate(0deg);
}

.header_drawerDropdownList {
	-webkit-overflow-scrolling: touch;
	display: none;
	left: 1.5rem;
	overflow-y: auto;
	padding-bottom: 15px;
	position: absolute;
	transition: clip-path 0.5s ease, opacity 0.6s ease;
	width: calc(100% - 3rem);
	z-index: 1;
}

.header_drawerDropdownItem:not(:first-child) {
	border-top: 1px solid #fff;
}

.header_drawerDropdownItem > a {
	background-color: #0E386B;
	color: #fff;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 2rem;
	transition: color 0.3s;
}

.header_drawerDropdownItem > a[target=_blank] {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 2rem 1fr;
}

.header_drawerDropdownItem > a[target=_blank]::after {
	-webkit-mask-image: url(../../images/common/icon-external-link.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	aspect-ratio: 1/1;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: auto;
	mask-image: url(../../images/common/icon-external-link.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 100%;
}

.header_drawerDropdownItem > a:hover {
	color: #D9D9D9;
	opacity: 1;
}

.header_siteInfoList {
	margin-top: 2rem;
}

.header_siteInfoItem {
	text-align: center;
}

.header_siteInfoItem > a {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 0.8rem;
	text-align: center;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.loading {
	align-items: center;
	animation: loadingFadeOut 1s ease 10s forwards;
	background-color: #fff;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.loading_bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.loading_bg video {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.loading_main {
	left: 50%;
	max-width: 26rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 4;
}

.loading_logoImage {
	display: grid;
	grid-template: "area" 1fr/1fr;
	opacity: 0;
}

.loading_logoImage img {
	-o-object-fit: contain;
	grid-area: area;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.loading_logoImgTop {
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

.loading_logoImgRight {
	clip-path: polygon(100% 100%, 50% 100%, 50% 81.5%, 66.66% 50%, 100% 50%);
}

.loading_logoImgLeft {
	clip-path: polygon(0 100%, 0 50%, 33.33% 50%, 50% 81.5%, 50% 100%);
}

.loading_logoImgCenter {
	clip-path: polygon(33.33% 50%, 66.66% 50%, 50% 81.5%);
}

.loading_companyName {
	aspect-ratio: 268/46;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	width: 100%;
}

.loading_companyName img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.news {
	padding-bottom: 2.8rem;
	padding-top: 5rem;
}

.news_title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.news__categoryTitle {
	color: #0E386B;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 3rem;
	text-align: center;
}

.news__categoryList {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fill, minmax(27.5rem, 1fr));
	margin-top: 2rem;
}

.news__categoryLink {
	align-items: center;
	border: 1px solid #D7D5D2;
	color: #D7D5D2;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 6rem;
	padding: 1rem;
	text-align: center;
}

.news__categoryLink.is-active {
	background-color: #F1F4F8;
	border-color: #F1F4F8;
	color: #1868B3;
}

.news_cards {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-auto-flow: row;
	margin-top: 3rem;
}

.news_pagination {
	margin-top: 3rem;
}

.newsCard_link {
	background-color: #fff;
	border: 1px solid #D7D5D2;
	border-radius: 0.5rem;
	display: block;
	padding: 2rem;
}

.newsCard_img {
	aspect-ratio: 205/119;
	height: 11.9rem;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.newsCard_img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.newsCard_body {
	margin-top: 2rem;
}

.newsCard_meta {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
}

.newsCard_date {
	align-items: center;
	color: #0E386B;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 1.4rem;
	gap: 0.5rem;
	letter-spacing: 0;
	line-height: 1;
}

.newsCard_date::before {
	background-image: url(../../images/common/icon-time.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.6rem;
	width: 1.6rem;
}

.newsCard_category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.newsCard_category {
	color: #1868B3;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1;
}

.newsCard_text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1rem;
	overflow: hidden;
}

.newsDetail_aside {
	display: none;
}

.newsDetail_title {
	border-bottom: 1px solid #1868B3;
	padding-bottom: 1.8rem;
}

.newsDetail_titleEn {
	font-family: "Oswald", sans-serif;
	font-size: 5.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.newsDetail_titleJp {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1.4rem;
	text-align: center;
}

.newsDetail_asideContent {
	margin-top: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.commonEvent_slideWrap:not(:first-child) {
	margin-top: 3rem;
}

.no-post {
	font-size: 1.6rem;
}

.notFound {
	background-color: #fff;
	min-height: 100vh;
	padding-bottom: 10rem;
	padding-top: 10rem;
}

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

.notFound_title {
	color: #0E386B;
	font-family: "Oswald", sans-serif;
	text-align: center;
}

.notFound_title_large {
	font-size: 8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.notFound_title_small {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.notFound_image {
	aspect-ratio: 1/1;
	height: auto;
	margin-top: 2rem;
	max-width: 16rem;
	width: 100%;
}

.notFound_image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.notFound_text {
	color: #0E386B;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 2rem;
	text-align: center;
}

.notFound_linkButton {
	margin-top: 4rem;
}

.page-top {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: rgba(232, 251, 248, 0.8);
	border-radius: 50%;
	color: #515151;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	height: auto;
	justify-content: center;
	line-height: 1;
	padding-top: 1.5rem;
	transition: scale 0.3s;
	width: 7.2rem;
}

.page-top::before {
	aspect-ratio: 1/1;
	border-right: 0.1rem solid #515151;
	border-top: 0.1rem solid #515151;
	content: "";
	height: auto;
	left: 50%;
	position: absolute;
	top: 2rem;
	transform: translateX(-50%) rotate(-45deg);
	width: 1.3rem;
}

.page-top:hover {
	scale: 0.95;
}

.pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page-prev > a,
.page-next > a {
	align-items: center;
	aspect-ratio: 1/1;
	border: 1px solid #D2CDC4;
	border-radius: 50%;
	display: flex;
	height: auto;
	justify-content: center;
	transition: border-color 0.3s;
	width: 4rem;
}

.page-prev > a:before,
.page-next > a:before {
	-webkit-mask-image: url(../../images/common/icon-arrow.svg);
	-webkit-mask-size: 1.8rem auto;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	aspect-ratio: 1/1;
	background-color: #1868B3;
	content: "";
	display: inline-block;
	height: auto;
	mask-image: url(../../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 1.8rem auto;
	width: 2.5rem;
}

.page-prev > a:before {
	transform: scaleX(-1);
}

.page-prev > a:hover,
.page-next > a:hover {
	border-color: #1868B3;
	opacity: 1;
}

.page-prev {
	margin-right: 1rem;
}

.page-next {
	margin-left: 1rem;
}

.page-numbers {
	align-items: center;
	color: #D2CDC4;
	display: flex;
	font-size: 1.6rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.page-numbers.current {
	color: #1868B3;
}

.policy {
	padding-bottom: 5rem;
}

.policy_blockLarge + .policy_blockLarge {
	margin-top: 5rem;
}

.policy_titleLarge {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.policy_block {
	margin-top: 2rem;
}

.policy_wrap {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto auto 1fr;
}

.policy_title {
	color: #0E386B;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.policy_text {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1rem;
}

.policy_text.is-mt-20 {
	margin-top: 2rem;
}

.policy_text + .policy_text {
	margin-top: 1em;
}

.policy_text.is-right {
	text-align: right;
}

.policy_text a {
	color: #0094EB;
}

.policy_item {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	padding-left: 1em;
	position: relative;
}

.policy_item::before {
	background-color: #515151;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.4rem;
	left: 0;
	margin-bottom: calc((1lh - 0.4rem) / 2);
	margin-left: calc((1em - 0.4rem) / 2);
	margin-right: calc((1em - 0.4rem) / 2);
	margin-top: calc((1lh - 0.4rem) / 2);
	position: absolute;
	top: 0;
	width: 0.4rem;
}

.policy_olList {
	margin-top: 2rem;
}

.policy_olItem {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	padding-left: 2.4rem;
	position: relative;
}

.policy_olList {
	counter-reset: number;
}

.policy_olItem::before {
	color: #000;
	content: counter(number) ".";
	counter-increment: number 1;
	display: inline-block;
	font-size: 1.6rem;
	left: 0;
	letter-spacing: 0;
	line-height: 1.8;
	position: absolute;
	top: 0;
	width: 2.4rem;
}

.policy_truste {
	display: inline-block;
	max-width: 12.5rem;
	width: 100%;
}

.policy_break {
	display: block;
}

.post_categoryList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.post_categoryItem {
	border: 1px solid #1868B3;
	color: #1868B3;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.8rem 1.5rem;
}

.post_title {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 2rem;
}

.post_thumbnail {
	aspect-ratio: 345/396;
	height: auto;
	margin-top: 2rem;
	width: 100%;
}

.post_thumbnail img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.post_pagenavi {
	margin-top: 5rem;
}

.post_pagenaviUnit {
	margin-left: auto;
	margin-right: auto;
	max-width: 35rem;
}

.post_pagenaviUnit:not(:first-child) {
	margin-top: 2rem;
}

.post_pagenaviBackWrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 35rem;
}

.post_pagenaviPrev,
.post_pagenaviNext {
	background-color: #515151;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 2rem;
}

.post_pagenaviPrev {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	align-items: center;
	column-gap: 1.5rem;
	display: grid;
	grid-template-areas: "arrow text";
	grid-template-columns: auto auto;
}

.post_pagenaviNext {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	align-items: center;
	column-gap: 1.5rem;
	display: grid;
	grid-template-areas: "text arrow";
	grid-template-columns: auto auto;
}

.post_pagenaviBack {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	align-items: center;
	border: 1px solid #515151;
	border-radius: 0.5rem;
	column-gap: 1.5rem;
	display: grid;
	font-size: 1.6rem;
	font-weight: 700;
	grid-template-areas: "text arrow";
	grid-template-columns: auto auto;
	justify-content: center;
	letter-spacing: 0.06em;
	margin-top: 3rem;
	padding: 1.6rem 2rem;
}

.post_pagenaviText {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}

.post_pagenaviArrowRight,
.post_pagenaviArrowLeft {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	grid-area: arrow;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 2.5rem;
}

.post_pagenaviBack .post_pagenaviArrowRight {
	border: 1px solid #515151;
}

.post_pagenaviArrowRight span,
.post_pagenaviArrowLeft span {
	grid-column-gap: 0.1rem;
	-moz-column-gap: 0.1rem;
	align-items: center;
	column-gap: 0.1rem;
	display: grid;
	grid-template-columns: 2.5rem 2.5rem;
	grid-template-rows: 2.5rem;
	justify-items: center;
	left: 0;
	place-items: center;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: transform 0.3s ease;
}

.post_pagenaviBack .post_pagenaviArrowRight span,
.post_pagenaviBack .post_pagenaviArrowLeft span {
	grid-template-columns: 2.3rem 2.3rem;
	grid-template-rows: 2.3rem;
}

.post_pagenaviArrowLeft span {
	transform: translateX(0);
}

.post_pagenaviArrowRight span::before,
.post_pagenaviArrowLeft span::after {
	-webkit-mask-image: url(../../images/common/icon-arrow.svg);
	-webkit-mask-size: 1.8rem auto;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #515151;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 1.8rem auto;
	width: 100%;
}

.post_pagenaviArrowRight span::after,
.post_pagenaviArrowLeft span::before {
	aspect-ratio: 1/1;
	background-color: #515151;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: auto;
	width: 0.5rem;
}

.post_pagenaviArrowLeft span::after {
	transform: rotateY(180deg);
}

.post_pagenaviPrev:hover,
.post_pagenaviNext:hover,
.post_pagenaviBack:hover {
	opacity: 1;
}

.post_pagenaviPrev:hover .post_pagenaviArrowLeft span {
	transform: translateX(-50%);
}

.post_pagenaviNext:hover .post_pagenaviArrowRight span,
.post_pagenaviBack:hover .post_pagenaviArrowRight span {
	transform: translateX(0);
}

.post_body h2 {
	background-color: #F1F2F3;
	border-left: 0.5rem solid #0E386B;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 3rem;
	padding: 2rem 1.5rem 2rem 3rem;
}

.post_body h3 {
	border-bottom: 0.3rem solid #0E386B;
	border-top: 0.3rem solid #0E386B;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 3rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.post_body h4 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 2rem;
}

.post_body h5 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 2rem;
}

.post_body p {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
}

.post_body p + p {
	margin-top: 1em;
}

.post_body p b {
	font-weight: 700;
}

.post_body p u {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.post_body a {
	-webkit-text-decoration: underline;
	color: #1868B3;
	text-decoration: underline;
}

.post_body table {
	border-collapse: collapse;
	margin-top: 3rem;
	width: 100%;
}

.post_body table th {
	background-color: #F1F2F3;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 1.6rem 0.5rem;
	text-align: left;
}

.post_body table td {
	background-color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 1rem;
}

.post_body table tr:first-child th:first-child {
	width: 8.5rem;
}

.post_body table tr > * {
	border-left: 1px solid #F1F2F3;
	border-top: 1px solid #F1F2F3;
}

.post_body table tr > *:last-child {
	border-right: 1px solid #F1F2F3;
}

.post_body table tr:last-child > * {
	border-bottom: 1px solid #F1F2F3;
}

.post_body ul {
	margin-top: 3rem;
}

.post_body ul li {
	color: #000;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding-left: 2.4rem;
	position: relative;
}

.post_body ul li::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.4rem;
	left: 0;
	margin-bottom: calc((1lh - 0.4rem) / 2);
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: calc((1lh - 0.4rem) / 2);
	position: absolute;
	top: 0;
	width: 0.4rem;
}

.post_body ul li:not(:first-child) {
	margin-top: 0.8rem;
}

.post_body ol {
	margin-top: 3rem;
}

.post_body ol li {
	color: #000;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding-left: 2.4rem;
	position: relative;
}

.post_body ol li:not(:first-child) {
	margin-top: 0.8rem;
}

.post_body ol {
	counter-reset: number;
}

.post_body ol li::before {
	color: #000;
	content: counter(number) ".";
	counter-increment: number 1;
	display: inline-block;
	font-size: 1.6rem;
	left: 0;
	letter-spacing: 0;
	line-height: 1.2;
	position: absolute;
	top: 0;
	width: 2.4rem;
}

.post_body .bg > ul {
	background-color: #F1F2F3;
	padding: 2.4rem;
}

.post_body .bg > ol {
	background-color: #F1F2F3;
	padding: 2.4rem;
}

.post_body blockquote {
	grid-column-gap: 0.6rem;
	-moz-column-gap: 0.6rem;
	align-items: center;
	color: #333;
	column-gap: 0.6rem;
	display: grid;
	font-size: 1.6rem;
	grid-template-columns: auto 1fr auto;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 3rem;
	padding-top: 2.4rem;
}

.post_body blockquote::before,
.post_body blockquote::after {
	align-self: start;
	background-image: url(../../images/common/icon-double-quotation.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 1.3rem;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	height: 3.2rem;
	margin-top: -2.4rem;
	width: 1.6rem;
}

.post_body blockquote::after {
	align-self: end;
	transform: rotate(180deg);
}

.post_body blockquote cite {
	color: #999;
	display: block;
	font-size: 1.4rem;
	text-align: right;
}

.post_body img,
.post_body video,
.post_body iframe {
	-o-object-fit: contain;
	height: auto;
	margin-top: 2rem;
	max-height: 50rem;
	object-fit: contain;
	width: 100%;
}

.privacy__content {
	margin-top: 3.2rem;
	text-align: justify;
}

.privacy__message {
	font-size: 1.8rem;
	font-weight: 500;
}

.privacy__body {
	margin-top: 2.4rem;
}

.privacy__heading {
	font-size: 1.6rem;
	margin-top: 2em;
}

.privacy__text {
	font-size: 1.5rem;
	margin-top: 1em;
}

.recruit {
	background-color: #fff;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.recruit_definitionList {
	margin-top: 3rem;
	width: 100%;
}

.recruit_definitionRow:not(:first-child) {
	margin-top: 1rem;
}

.recruit_definitionList dt {
	background-color: #515151;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 1.5rem 0.5rem;
	text-align: center;
}

.recruit_definitionList dd {
	background-color: #fff;
	border: 1px solid #DDDDDD;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 1.5rem 1rem;
}

.recruit_definitionList dd.is-center {
	text-align: center;
}

.recruitFlow {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.recruitFlow_list {
	margin-top: 3rem;
}

.recruitFlow_item:not(:first-child) {
	margin-top: 2rem;
}

.recruitFlow_itemImg {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 13.6rem;
	width: 100%;
}

.recruitFlow_itemImg img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.recruitFlow_itemBody {
	margin-top: 3rem;
}

.recruitFlow_itemNumber {
	color: #1868B3;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.recruitFlow_itemHeading {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.5rem;
	text-align: center;
}

.recruitFlow_itemText {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.recruitPerson {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.recruitPerson_content {
	margin-top: 3rem;
}

.recruitPerson_img {
	aspect-ratio: 900/536;
	height: auto;
	width: 100%;
}

.recruitPerson_img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recruitPerson_block {
	margin-top: 2.5rem;
}

.recruitPerson_heading {
	color: #B6D0EA;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.recruitPerson_heading::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 7.5rem, #DDDDDD 7.5rem, #DDDDDD 100%);
	content: "";
	display: block;
	height: 2px;
	margin-top: 2rem;
}

.recruitPerson_text {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.recruitPerson_model {
	margin-top: 2rem;
}

.recruitPerson_subHeading {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.8;
}

.recruitPerson_list {
	margin-top: 2rem;
}

.recruitPerson_item {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 2;
	padding-left: 2.4rem;
	position: relative;
}

.recruitPerson_item::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.4rem;
	left: 0;
	margin-bottom: calc((1lh - 0.4rem) / 2);
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: calc((1lh - 0.4rem) / 2);
	position: absolute;
	top: 0;
	width: 0.4rem;
}

.recruitPerson_modelImg {
	aspect-ratio: 345/218;
	height: auto;
	margin-top: 2rem;
	width: 100%;
}

.recruitPerson_modelImg img {
	-o-object-fit: contain;
	-o-object-position: top;
	height: 100%;
	object-fit: contain;
	object-position: top;
	width: 100%;
}

.service {
	padding-bottom: 5rem;
	padding-top: 3.5rem;
}

.service.is-pb-0 {
	padding-bottom: 0;
}

.service_titleLarge {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 3rem;
}

.service_titleLarge::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 7.5rem, #DDDDDD 7.5rem, #DDDDDD 100%);
	content: "";
	display: block;
	height: 1px;
	margin-top: 2rem;
	width: 100%;
}

.service_titleLarge.is-white {
	color: #fff;
}

.service_textLarge {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
}

.service_titleMedium {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 3rem;
}

.service_titleMedium::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 7.5rem, #DDDDDD 7.5rem, #DDDDDD 100%);
	content: "";
	display: block;
	height: 1px;
	margin-top: 2rem;
	width: 100%;
}

.service_titleMedium.is-white {
	color: #fff;
}

.service_titleMedium.is-small {
	font-size: 1.6rem;
}

.service_titleMediumReason {
	border-bottom: 3px solid #0E386B;
	border-top: 3px solid #0E386B;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 3rem;
	padding-bottom: 1.6rem;
	padding-top: 1.6rem;
}

.service_text {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
}

.service_text.is-white {
	color: #fff;
}

.service_text.is-center {
	text-align: center;
}

.service_text span.is-highlight {
	-webkit-text-decoration: underline;
	color: #1868B3;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.service_2col {
	margin-top: 3.5rem;
}

.service_2colItem:not(:first-child) {
	margin-top: 5rem;
}

.service_2colTitle {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
}

.service_2colTitle.is-color {
	color: #0E386B;
}

.service_2colTitle::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 7.5rem, #DDDDDD 7.5rem, #DDDDDD 100%);
	content: "";
	display: block;
	height: 1px;
	margin-top: 2rem;
	width: 100%;
}

.service_2colTextLarge {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 2rem;
}

.service_2colTextLarge.is-color {
	color: #333;
}

.service_2colText {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
}

.service_2colImg {
	height: auto;
	width: 100%;
}

.service_2colImg img {
	-o-object-fit: contain;
	height: auto;
	max-height: 30rem;
	object-fit: contain;
	width: 100%;
}

.service_titleSmall {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 3.5rem;
}

.service_titleSmall::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 7.5rem, #DDDDDD 7.5rem, #DDDDDD 100%);
	content: "";
	display: block;
	height: 1px;
	margin-top: 2rem;
	width: 100%;
}

.service_titleSmall.is-white {
	color: #fff;
}

.service_titleSmall.is-accent {
	color: #0E386B;
	font-size: 2rem;
}

.service_titleSmall.is-center {
	text-align: center;
}

.service_titleSmall .is-small {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-top: 0.5rem;
}

.service_textSmall {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
}

.service_textSmall.is-white {
	color: #fff;
}

.service_textSmall.is-mt-0 {
	margin-top: 0;
}

.service_textSmall + .service_textSmall {
	margin-top: 1em;
}

.service_textSmall span.is-highlight {
	-webkit-text-decoration: underline;
	color: #1868B3;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.service_link {
	-webkit-text-decoration: underline;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: underline;
}

.service_link.is-inherit {
	-webkit-text-decoration: underline;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

.service_link.is-anchor {
	display: block;
	padding: 1rem;
}

.service_linkAnchorBody {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr auto;
	margin-top: 1rem;
}

.service_linkAnchorBody::after {
	aspect-ratio: 1/1;
	background-image: url(../../images/common/icon-arrow-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	width: 1.6rem;
}

.service_2colList {
	margin-top: 5rem;
}

.service_2colItem:not(:first-child) {
	margin-top: 5rem;
}

.service_3colList {
	margin-top: 3rem;
}

.service_3colItem {
	background-color: #F1F2F3;
	padding: 4.5rem 2.5rem;
}

.service_3colItem:not(:first-child) {
	margin-top: 1.5rem;
}

.service_3colImg {
	aspect-ratio: 3/2;
	background-color: #fff;
	height: auto;
	padding: 1rem;
	width: 100%;
}

.service_3colImg.is-bg-clear {
	background-color: transparent;
}

.service_3colImg img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.service_3colImg.is-cover {
	padding: 0;
	padding: initial;
}

.service_3colImg.is-cover img {
	-o-object-fit: cover;
	object-fit: cover;
}

.service_3colTitle {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.service_3colTitle.is-accent {
	color: #0E386B;
}

.service_3colTitleCheck {
	align-items: center;
	color: #1868B3;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0;
	margin-top: 1.5rem;
	text-align: center;
}

.service_3colTitleCheck::before {
	aspect-ratio: 1/1;
	background-image: url(../../images/common/icon-check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: auto;
	width: 3rem;
}

.service_3colText {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.service_3colText + .service_3colText {
	margin-top: 1em;
}

.service_3colText.is-center {
	text-align: center;
}

.service_3colText span.is-highlight {
	-webkit-text-decoration: underline;
	color: #1868B3;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.service_3colText small {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.service_4colList {
	margin-top: 5rem;
}

.service_4colItem {
	background-color: #F1F2F3;
	padding: 4.5rem 1rem;
}

.service_4colItem:not(:first-child) {
	margin-top: 1.5rem;
}

.service_4colTitle {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 1.5rem;
	text-align: center;
}

.service_4colText {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.service_3col2List {
	background-color: #F1F2F3;
	margin-top: 5rem;
	padding: 2rem 1rem;
}

.service_3col2Item {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
}

.service_3col2Item:not(:first-child) {
	margin-top: 0.8rem;
}

.service_3col2ItemText {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
}

.service_3col2ItemText:not(:first-child) {
	margin-top: 0.8rem;
}

.service_2colBgList {
	background-color: #F1F2F3;
	margin-top: 5rem;
	padding: 2rem 1rem;
}

.service_2colBgItem {
	background-color: #fff;
	padding: 1rem;
}

.service_2colBgItem:not(:first-child) {
	margin-top: 2rem;
}

.service_2colBgItem.is-padding-none {
	padding: 0;
	padding: initial;
}

.service_2colBgTitle {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
}

.service_2colBgTitle.is-center {
	text-align: center;
}

.service_2colBgText {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.service_2colImgList {
	background-color: #F1F2F3;
	margin-top: 5rem;
	padding: 3rem 1rem;
}

.service_2colImgItem:not(:first-child) {
	margin-top: 5rem;
}

.service_2colImgItemImg {
	height: auto;
	width: 100%;
}

.service_2colImgItemImg.is-h150 {
	height: 15rem;
	width: auto;
}

.service_2colImgItemImg img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.service_2colImgTitle {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
}

.service_2colImgTitle.is-center {
	text-align: center;
}

.service_2colImgTitle.is-mt {
	margin-top: 2rem;
}

.service_2colImgText {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
	text-align: center;
}

.service_bg {
	background-color: #515151;
	margin-top: 5rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.service_definitionList.is-mt {
	margin-top: 3rem;
}

.service_term {
	background-color: #1868B3;
	border-radius: 1rem 1rem 0 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 2rem;
	text-align: center;
}

.service_description {
	background-color: #fff;
	border-radius: 0 0 1rem 1rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 3.5rem;
	text-align: center;
}

.service_description span {
	display: inline-block;
}

.service_description span.is-large {
	display: inline-block;
	font-size: 3.6rem;
	letter-spacing: 0;
	margin-top: 1rem;
}

.service_description span.is-large.is-mt-0 {
	margin-top: 0;
}

.service_description span.is-small {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0.5rem;
}

.service_description2Content + .service_description2Content {
	margin-top: 5rem;
}

.service_dl2col {
	margin-top: 3rem;
}

.service_dl2col .service_definitionList:not(:first-child) {
	margin-top: 2rem;
}

.service_tableScroll {
	overflow-x: auto;
}

.service_tableScroll .service_table {
	min-width: 76.8rem;
}

.service_table {
	border-collapse: collapse;
	margin-top: 3rem;
	width: 100%;
}

.service_table tr:first-child th:first-child {
	width: 10rem;
}

.service_table tr:first-child th:not(:first-child) {
	width: calc(100% - 10rem);
}

.service_table.is-width-50per tr:first-child th:first-child {
	width: 50%;
}

.service_table.is-width-50per tr:first-child th:not(:first-child) {
	width: 50%;
}

.service_table td {
	background-color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.3;
	padding: 1rem 0.5rem;
}

.service_table tr > * {
	border-left: 1px solid #F1F2F3;
	border-top: 1px solid #F1F2F3;
}

.service_table tr > *:last-child {
	border-right: 1px solid #F1F2F3;
}

.service_table tr:last-child > * {
	border-bottom: 1px solid #F1F2F3;
}

.service_table tr th {
	background-color: #1868B3;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 1rem 0.2rem;
	text-align: center;
}

.service_table tr th.is-left {
	text-align: left;
}

.service_table td.is-bg-gray {
	background-color: #dcdcdc;
}

.service_table td.is-center {
	text-align: center;
}

.service_table tr th.is-bg-gray {
	background: gray;
}

.service_table2 {
	border-collapse: collapse;
	margin-top: 3rem;
	text-align: left;
	width: 100%;
}

.service_table2 colgroup col:nth-child(1) {
	width: 20%;
}

.service_table2 colgroup col:nth-child(2) {
	width: 30%;
}

.service_table2 colgroup col:nth-child(3) {
	width: 50%;
}

.service_table2 .is-center {
	text-align: center;
}

.service_table2 thead {
	background-color: #1868B3;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 1rem;
}

.service_table2 thead th {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 1rem 0.2rem;
}

.service_table2 thead th.is-accent {
	background-color: #0E386B;
}

.service_table2 tbody tr th {
	color: #1868B3;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding: 1rem 0.5rem;
}

.service_table2 tbody tr td {
	background-color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	padding: 1rem 0.2rem;
}

.service_table2 tbody tr td:last-child {
	background-color: #F4F9FD;
	color: #0E386B;
	font-size: 1.4rem;
}

.service_table2 tr > * {
	border-left: 1px solid #F1F2F3;
	border-top: 1px solid #F1F2F3;
}

.service_table2 tr > *:last-child {
	border-right: 1px solid #F1F2F3;
}

.service_table2 tr:last-child > * {
	border-bottom: 1px solid #F1F2F3;
}

.service_table3 {
	border-collapse: collapse;
	margin-top: 1rem;
	text-align: left;
	width: 100%;
}

.service_table3 colgroup col {
	width: 12%;
}

.service_table3 colgroup col:nth-child(1) {
	width: 28%;
}

.service_table3 thead th {
	background-color: #0E386B;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 1rem 0.2rem;
	text-align: center;
}

.service_table3 tbody tr {
	height: 6rem;
}

.service_table3 tbody tr th {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding: 1rem 0.5rem;
}

.service_table3 tbody tr td {
	background-color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	padding: 1rem 0.2rem;
	text-align: center;
}

.service_table3 tr > * {
	border-left: 1px solid #F1F2F3;
	border-top: 1px solid #F1F2F3;
}

.service_table3 tr > *:last-child {
	border-right: 1px solid #F1F2F3;
}

.service_table3 tr:last-child > * {
	border-bottom: 1px solid #F1F2F3;
}

.service_flowList {
	margin-top: 3rem;
}

.service_flowItem {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.service_flowItem:not(:last-child)::after {
	border-color: #C2D3E4 transparent transparent transparent;
	border-style: solid;
	border-width: 4.5rem 5.5rem 0px 5.5rem;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
}

.service_flowItem:not(:first-child) {
	margin-top: 2rem;
}

.service_flowContent {
	display: grid;
	grid-template-columns: 10rem 1fr;
	width: 100%;
}

.service_flowNumberBox {
	align-items: center;
	background-color: #1868B3;
	border-radius: 1rem 0 0 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.3rem 1rem;
}

.service_flowLabel {
	color: #fff;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.service_flowNumber {
	color: #fff;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1rem;
}

.service_flowBody {
	background-color: #fff;
	border-radius: 0 1rem 1rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 1.5rem;
}

.service_flowTitle {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.service_flowText + .service_flowTitle {
	margin-top: 1.5rem;
}

.service_flowText {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 1rem;
}

.service_titleBg {
	background-color: #1868B3;
	border-radius: 1rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	padding: 1rem 2rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.service_movie {
	aspect-ratio: 1920/1080;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	width: 100%;
}

.service_movie video {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.service_img {
	height: auto;
	margin-top: 3rem;
	width: 100%;
}

.service_img.is-mt-0 {
	margin-top: 0;
}

.service_img img {
	-o-object-fit: contain;
	height: 100%;
	max-height: 30rem;
	object-fit: contain;
	width: 100%;
}

.service_img.is-full-width img {
	max-height: none;
	max-height: initial;
}

.service_img.is-table3 {
	margin-left: auto;
	width: 93%;
}

.service_issLogo {
	height: auto;
	max-width: 10rem;
	width: 100%;
}

.service_issLogo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.service_list {
	padding-top: 0.5rem;
}

.service_list.is-mt {
	margin-top: 2rem;
}

.service_item {
	color: #000;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding-left: 2.4rem;
	position: relative;
}

.service_item::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.4rem;
	left: 0;
	margin-bottom: calc((1lh - 0.4rem) / 2);
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: calc((1lh - 0.4rem) / 2);
	position: absolute;
	top: 0;
	width: 0.4rem;
}

.service_item.is-heighlight::before {
	background-color: #1868B3;
}

.service_item:not(:first-child) {
	margin-top: 0.8rem;
}

.service_item.is-heighlight .service_itemText {
	color: #1868B3;
	font-size: 1.8rem;
	font-weight: 700;
}

.service_frameItem {
	border: 1px solid #515151;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	text-align: center;
}

.service_frameItem:not(:first-child) {
	margin-top: 2rem;
}

.service_textColor {
	color: #1868B3;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
}

.service_bgBlock {
	background-color: #F1F2F3;
	margin-top: 5rem;
	padding: 4.5rem 1rem;
}

.service_bgBlockTitle {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 1.5rem;
	text-align: center;
}

.service_bgBlockText {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.service_frame {
	margin-top: 3rem;
	padding: 2rem 1rem;
}

.service_frame.is-bg {
	background-color: #F1F2F3;
}

.service_2colPlusList {
	margin-top: 3.5rem;
	position: relative;
}

.service_2colPlusItem {
	background-color: #F1F2F3;
	padding: 2rem 1rem;
	text-align: center;
}

.service_2colPlusList::before,
.service_2colPlusList::after {
	background-color: #1868B3;
	content: "";
	display: inline-block;
	height: 0.8rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, 0);
	transform-origin: center center;
	width: 3rem;
}

.service_2colPlusList::after {
	transform: translate(-50%, 0) rotate(90deg);
}

.service_2colPlusItem:not(:first-child) {
	margin-top: 5rem;
}

.service_2colPlusText {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
}

.service_2colPlusText.is-large {
	font-size: 2rem;
}

.service_gallery {
	margin-top: 2rem;
}

.service_galleryItem:not(:first-child) {
	margin-top: 1.5rem;
}

.service_galleryItem:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/3;
}

.service_galleryItem:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/2;
}

.service_galleryItem:nth-child(3) {
	grid-column: 3/4;
	grid-row: 1/2;
}

.service_galleryItem:nth-child(4) {
	grid-column: 2/3;
	grid-row: 2/3;
}

.service_galleryItem:nth-child(5) {
	grid-column: 3/4;
	grid-row: 2/3;
}

.service_galleryItemImg {
	aspect-ratio: 3/2;
	height: auto;
	width: 100%;
}

.service_galleryItemImg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service_galleryItem:nth-child(1) .service_galleryItemImg {
	aspect-ratio: 6.5/10;
}

.service_galleryItemText {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1.5rem;
	text-align: center;
}

.service_pie {
	align-items: center;
	border-radius: 50%;
	display: flex;
	font-size: 2.4rem;
	font-weight: 700;
	height: 20rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 20rem;
}

.service_pie.is-japan {
	background-image: radial-gradient(#fff 40%, transparent 41%), conic-gradient(#1868B3 0%,#1868B3 80%, #F1F2F3 80%, #F1F2F3 100%);
	background-image: radial-gradient(#fff 40%, transparent 41%), conic-gradient(#1868B3 0% 80%, #F1F2F3 80% 100%);
}

.service_pie.is-world {
	background-image: radial-gradient(#fff 40%, transparent 41%), conic-gradient(#1868B3 0%,#1868B3 43%, #F1F2F3 43%, #F1F2F3 100%);
	background-image: radial-gradient(#fff 40%, transparent 41%), conic-gradient(#1868B3 0% 43%, #F1F2F3 43% 100%);
}

.service_svasList1 {
	margin-top: 3rem;
}

.service_svasItem1 {
	background-color: #F1F2F3;
	overflow: clip;
	padding-bottom: 2.4rem;
}

.service_svasItem1:not(:first-child) {
	margin-top: 1.5rem;
}

.service_svasItem1Number {
	aspect-ratio: 1/1;
	background-color: #1867B2;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	color: #fff;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 0;
	line-height: 1;
	padding: 1rem 0.8rem;
	width: 6rem;
}

.service_svasItem1Body {
	margin-top: 1rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.service_svasItem1Title {
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.service_svasItem1Text {
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1rem;
	text-align: justify;
}

.service_svasItem1Img {
	background-color: #0E386B;
	border-radius: 50%;
	height: 12rem;
	justify-self: end;
	margin-top: 3rem;
	transform: translateX(5%);
	width: 12rem;
}

.service_svasItem1Img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.service_svasList2 {
	margin-top: 3rem;
}

.service_svasItem2:not(:first-child) {
	margin-top: 3rem;
}

.service_svasItem2Img {
	height: 7.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 7.5rem;
}

.service_svasItem2Img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.service_svasItem2Body {
	margin-top: 1.5rem;
}

.service_svasItem2Title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.service_svasItem2Text {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1rem;
	text-align: justify;
}

.service_svasList3 {
	margin-top: 3rem;
}

.service_svasItem3:not(:first-child) {
	margin-top: 2rem;
}

.service_svasItem3:nth-of-type(even) .service_svasItem3Heading {
	color: #1868B3;
}

.service_svasItem3Heading {
	color: #0E386B;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.8;
	text-align: center;
}

.service_svasItem3Content {
	margin-top: 1rem;
}

.service_svasItem3Title {
	background-color: #0E386B;
	border-radius: 1rem 1rem 0 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.8;
	padding: 2rem;
	text-align: center;
}

.service_svasItem3:nth-of-type(even) .service_svasItem3Title {
	background-color: #1868B3;
}

.service_svasItem3Body {
	border: 3px solid #0E386B;
	border-radius: 0 0 1rem 1rem;
	border-top: none;
	padding: 1.5rem;
}

.service_svasItem3:nth-of-type(even) .service_svasItem3Body {
	border-color: #1868B3;
}

.service_svasItem3Text {
	font-size: 1.6rem;
	line-height: 1.8;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	text-align: justify;
}

.service_svasItem3Bg {
	background-color: #F1F2F3;
	border-radius: 1rem;
	margin-top: 1rem;
	padding: 1rem 1.5rem;
}

.service_svasItem3BgText {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
}

.service_svasItem3BgText:not(:first-child) {
	margin-top: 1rem;
}

.service_svasItem3BgText span.is-bold {
	font-weight: 700;
}

.service_svasItem3:nth-of-type(even) .service_svasItem3Head {
	background-color: #1868B3;
}

.serviceCard {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-row: span 3;
	grid-template-rows: subgrid;
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
	width: 100%;
}

.serviceCard_content {
	background-color: #fff;
	border-radius: 0.5rem;
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
	padding: 2.4rem 12%;
	text-align: left;
	text-align: initial;
	transition: background-color 0.3s ease;
}

.serviceCard_head {
	grid-gap: 2rem;
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: auto 1fr;
	padding-left: 2rem;
}

.serviceCard_number {
	align-items: center;
	display: inline-grid;
	grid-template: "area" 1fr/1fr;
	justify-items: center;
	place-items: center;
}

.serviceCard_number span {
	color: #0E386B;
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	grid-area: area;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	transition: color 0.3s ease;
}

.serviceCard_number::before {
	aspect-ratio: 1/1;
	background: linear-gradient(135deg, #DDE6F2 17.5%, #FFFFFF 88.33%);
	border-radius: 50%;
	box-shadow: inset 0px 4px 5px rgba(167, 167, 167, 0.1);
	content: "";
	grid-area: area;
	height: auto;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	width: 5rem;
}

.serviceCard_headingEn {
	color: #0E386B;
	font-family: "Oswald", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.serviceCard_headingJp {
	color: #0E386B;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0.5rem;
	transition: color 0.3s ease;
}

.serviceCard_body {
	margin-top: 1.6rem;
}

.serviceCard_img {
	height: 12.3rem;
	overflow: visible;
	width: auto;
}

.serviceCard_imgWrapper {
	align-items: center;
	aspect-ratio: 1/1;
	display: grid;
	grid-template: "area" 1fr/1fr;
	height: 100%;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	place-items: center;
	width: auto;
}

.serviceCard_img svg {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	overflow: visible;
	width: 100%;
}

.serviceCard_img img {
	-o-object-fit: contain;
	grid-area: area;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.serviceCard_img img.is-serverDoor {
	position: relative;
	transform-origin: 77% 50%;
	z-index: 1;
}

.serviceCard_img #hidden {
	opacity: 0;
}

.serviceCard_text {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 0.6rem;
	opacity: 1;
	transition: color 0.3s ease;
	width: 100%;
}

.serviceCard_circle {
	aspect-ratio: 1/1;
	border: 1px solid #1868B3;
	border-radius: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.4rem;
	overflow: hidden;
	position: relative;
	width: 4rem;
}

.serviceCard_circle span {
	align-items: center;
	display: grid;
	grid-template-columns: 4rem 4rem;
	grid-template-rows: 4rem;
	justify-items: center;
	left: 50%;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translate(-75%, -50%);
	transform-origin: center center;
	transition: transform 0.3s ease;
}

.serviceCard_circle span::before {
	-webkit-mask-image: url(../../images/common/icon-arrow.svg);
	-webkit-mask-size: 2.5rem auto;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 2.5rem auto;
	width: 100%;
}

.serviceCard_circle span::after {
	aspect-ratio: 1/1;
	background-color: #1868B3;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: auto;
	width: 0.5rem;
}

.serviceCard_content:hover {
	background-color: #0E386B;
	opacity: 1;
}

.serviceCard_content:hover .serviceCard_number::before {
	background: linear-gradient(135deg, rgba(221, 230, 242, 0.1) 17.5%, rgba(255, 255, 255, 0.1) 88.33%);
	box-shadow: inset 0px 4px 5px rgba(167, 167, 167, 0.1);
}

.serviceCard_content:hover .serviceCard_number span {
	color: #fff;
}

.serviceCard_content:hover .serviceCard_headingEn {
	color: #fff;
}

.serviceCard_content:hover .serviceCard_headingJp {
	color: #fff;
}

.serviceCard_content:hover .serviceCard_text {
	color: #fff;
}

.serviceCard_content:hover .serviceCard_circle {
	border-color: #fff;
}

.serviceCard_content:hover .serviceCard_circle span {
	transform: translate(-25%, -50%);
}

.serviceCards {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(27.5rem, 1fr));
	justify-content: center;
}

.serviceCase {
	background-color: #515151;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.serviceCase_slider {
	margin-left: auto;
	margin-top: 5rem;
	width: calc(100% - max((100% - 60rem) / 2 + 15px, 15px));
}

.serviceCase_swiper.swiper {
	padding-right: 15px;
}

.serviceCase_swiperSlide.swiper-slide {
	height: auto;
}

.serviceCase_slideLink {
	background-color: #fff;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 35rem;
	padding: 8rem 1.5rem;
}

.serviceCase_slideBody {
	flex-grow: 1;
}

.serviceCase_slideHeading {
	color: #0E386B;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.serviceCase_slideSubHeading {
	color: #0E386B;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	min-height: 4.2rem;
}

.serviceCase_slideText {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.serviceCase_swiperScrollbar.swiper-scrollbar {
	background-color: #fff;
	margin-top: 5rem;
	position: static;
	position: initial;
}

.serviceCase_circle {
	align-self: end;
	aspect-ratio: 1/1;
	border: 1px solid #1868B3;
	border-radius: 50%;
	height: auto;
	justify-self: end;
	margin-top: 0.4rem;
	overflow: hidden;
	place-self: end;
	position: relative;
	width: 4rem;
}

.serviceCase_circle span {
	align-items: center;
	display: grid;
	grid-template-columns: 4rem 4rem;
	grid-template-rows: 4rem;
	justify-items: center;
	left: 50%;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translate(-75%, -50%);
	transform-origin: center center;
	transition: transform 0.3s ease;
}

.serviceCase_circle span::before {
	-webkit-mask-image: url(../../images/common/icon-arrow.svg);
	-webkit-mask-size: 2.5rem auto;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #1868B3;
	content: "";
	display: inline-block;
	height: 100%;
	mask-image: url(../../images/common/icon-arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 2.5rem auto;
	width: 100%;
}

.serviceCase_circle span::after {
	aspect-ratio: 1/1;
	background-color: #1868B3;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: auto;
	width: 0.5rem;
}

.serviceCase_swiperScrollbar.swiper-scrollbar {
	grid-area: scrollbar;
	width: calc(100% - 15px);
}

.serviceCase_swiperScrollbar.swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #1868B3;
	cursor: grab;
}

.serviceCase_swiperScrollbar.swiper-scrollbar .swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.serviceCase_linkButton {
	margin-top: 5rem;
}

.serviceCase_slideLink:hover {
	opacity: 0.85;
}

.serviceCase_slideLink:hover .serviceCase_circle span {
	transform: translate(-25%, -50%);
}

.serviceCategory {
	background-color: #F1F2F3;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

#dialog-trigger {
	background: linear-gradient(0deg, rgba(94, 94, 94, 0.18) 0%, rgba(94, 94, 94, 0.18) 100%), rgba(255, 255, 255, 0.06);
	background-blend-mode: color-dodge, lighten;
	border-radius: 100px;
	font-size: 16px;
	font-weight: bold;
	justify-content: center;
	padding: 8px 16px;
	position: relative;
	width: 200px;
}

#dialog-trigger:hover {
	opacity: 0.7;
}

#dialog {
	background-color: #F1F2F3;
	border: none;
	border-radius: 1rem;
	padding: 4rem;
	position: relative;
	width: calc(100% - 30px);
}

#dialog:hover {
	opacity: 1;
}

.serviceModal_button {
	align-items: center;
	display: flex;
	height: 8.1rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 8.1rem;
}

.serviceModal_button span {
	background-color: #515151;
	display: block;
	height: 0.6rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, 0);
	transform-origin: center center;
	width: 4rem;
}

.serviceModal_button span:nth-of-type(1) {
	transform: translate(-50%, 0) rotate(45deg);
}

.serviceModal_button span:nth-of-type(2) {
	transform: translate(-50%, 0) rotate(-45deg);
}

.serviceModal_button:hover {
	opacity: 0.7;
}

.serviceModal_swiperSlide.swiper-slide {
	height: auto;
}

.serviceModal_slideHead {
	grid-gap: 2rem;
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: auto 1fr;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.serviceModal_slideNumber {
	align-items: center;
	display: inline-grid;
	grid-template: "area" 1fr/1fr;
	justify-items: center;
	place-items: center;
}

.serviceModal_slideNumber span {
	color: #0E386B;
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	grid-area: area;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	transition: color 0.3s ease;
}

.serviceModal_slideNumber::before {
	aspect-ratio: 1/1;
	background: linear-gradient(135deg, #DDE6F2 17.5%, #FFFFFF 88.33%);
	border-radius: 50%;
	box-shadow: inset 0px 4px 5px rgba(167, 167, 167, 0.1);
	content: "";
	grid-area: area;
	height: auto;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	width: 5rem;
}

.serviceModal_slideHeadingEn {
	color: #0E386B;
	font-family: "Oswald", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.serviceModal_slideHeadingJp {
	color: #0E386B;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0.5rem;
	transition: color 0.3s ease;
}

.serviceModal_serviceDetail {
	margin-top: 2.5rem;
}

.serviceDetail_swiperContent {
	background-color: #fff;
	border-radius: 1rem;
	padding: 4rem 2rem 2rem;
}

.serviceDetail_slideHeading {
	color: #1868B3;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	min-height: 9rem;
	text-align: center;
}

.serviceDetail_slideText {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.serviceModal_swiperButton {
	display: none;
}

.serviceDetail_swiperButton {
	display: block;
}

.serviceModal_swiperButtonPrev.swiper-button-prev,
.serviceModal_swiperButtonNext.swiper-button-next,
.serviceDetail_swiperButtonPrev.swiper-button-prev,
.serviceDetail_swiperButtonNext.swiper-button-next {
	background-color: #fff;
	border: 1px solid #1868B3;
	border-radius: 50%;
	height: 4rem;
	transition: background-color 0.3s ease;
	width: 4rem;
}

.serviceModal_swiperButtonPrev.swiper-button-prev::after,
.serviceModal_swiperButtonNext.swiper-button-next::after,
.serviceDetail_swiperButtonPrev.swiper-button-prev::after,
.serviceDetail_swiperButtonNext.swiper-button-next::after {
	content: "";
	display: none;
}

.serviceModal_swiperButtonPrev.swiper-button-prev span,
.serviceModal_swiperButtonNext.swiper-button-next span,
.serviceDetail_swiperButtonPrev.swiper-button-prev span,
.serviceDetail_swiperButtonNext.swiper-button-next span {
	-webkit-mask-image: url(../../images/common/icon-arrow-slider-navi.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: right center;
	-webkit-mask-repeat: no-repeat;
	background-color: #1868B3;
	height: 1.7rem;
	mask-image: url(../../images/common/icon-arrow-slider-navi.svg);
	mask-position: right center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease;
	width: 1.1rem;
}

.serviceDetail_swiperButtonPrev.swiper-button-prev,
.serviceDetail_swiperButtonNext.swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 1;
}

.serviceModal_swiperButtonPrev.swiper-button-prev {
	transform: rotate(180deg);
}

.serviceModal_swiperButtonPrev.swiper-button-prev {
	left: 1.3rem;
	transform: translate(0, -50%) rotate(180deg);
}

.serviceModal_swiperButtonNext.swiper-button-next {
	right: 1.3rem;
	transform: translate(0, -50%);
}

.serviceDetail_swiperButtonPrev.swiper-button-prev {
	left: 1.3rem;
	transform: translate(0, -50%) rotate(180deg);
}

.serviceDetail_swiperButtonNext.swiper-button-next {
	right: 1.3rem;
	transform: translate(0, -50%);
}

.serviceModal_swiperButtonPrev.swiper-button-prev:hover,
.serviceModal_swiperButtonNext.swiper-button-next:hover,
.serviceDetail_swiperButtonPrev.swiper-button-prev:hover,
.serviceDetail_swiperButtonNext.swiper-button-next:hover {
	background-color: #1868B3;
}

.serviceModal_swiperButtonPrev.swiper-button-prev:hover span,
.serviceModal_swiperButtonNext.swiper-button-next:hover span,
.serviceDetail_swiperButtonPrev.swiper-button-prev:hover span,
.serviceDetail_swiperButtonNext.swiper-button-next:hover span {
	background-color: #fff;
}

.serviceDetail_swiperButtonPrev.swiper-button-prev.swiper-button-disabled,
.serviceDetail_swiperButtonNext.swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.modal-overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.modal-container {
	background-color: #F1F2F3;
	border-radius: 1rem;
	height: calc(100dvh - 30px);
	max-height: 48rem;
	max-width: 34.5rem;
	overflow-y: auto;
	padding: 4rem 0 2.5rem;
	width: 92%;
}

.modal-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.modal-close {
	align-items: center;
	background: transparent;
	border: 0;
	display: flex;
	height: 6.5rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	width: 6.5rem;
}

.modal-close:hover {
	opacity: 0.7;
}

.modal-close span {
	background-color: #515151;
	display: block;
	height: 0.6rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, 0);
	transform-origin: center center;
	width: 4rem;
}

.modal-close span:nth-of-type(1) {
	transform: translate(-50%, 0) rotate(45deg);
}

.modal-close span:nth-of-type(2) {
	transform: translate(-50%, 0) rotate(-45deg);
}

.modal-content {
	line-height: 1.5;
}

.modal-open {
	display: block;
	margin: 100px auto;
}

.box01 {
	background-color: #ccc;
	height: 200px;
	margin: 0 auto;
	width: 80%;
}

.box02 {
	background-color: #ccc;
	height: 200px;
	margin: 0 auto;
	width: 80%;
}

/* モーダルアニメーション */

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
	will-change: transform;
}

.serviceDetail_swiperSlide.swiper-slide {
	height: auto;
}

.serviceDetail_swiperContent {
	height: 100%;
	min-height: 30rem;
}

.serviceDetail_swiperPagination.swiper-pagination {
	bottom: 0;
	margin-top: 0.8rem;
	position: static;
	position: initial;
}

.serviceDetail_swiperPagination.swiper-pagination .swiper-pagination-bullet {
	background-color: #D9D9D9;
	height: 1rem;
	margin: 0 0.5rem;
	opacity: 1;
	width: 1rem;
}

.serviceDetail_swiperPagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #1868B3;
}

.servicePickup {
	padding-bottom: 5rem;
	padding-top: 4rem;
}

.servicePickup_list {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-auto-flow: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 40rem;
}

.servicePickup_item {
	background-color: #fff;
	border-radius: 1rem;
}

.servicePickup_itemLink {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 43rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.servicePickup_itemImg {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.servicePickup_itemImg.is-blue-sphere {
	max-width: 17.6rem;
}

.servicePickup_itemImg.is-security-scorecard {
	max-width: 10rem;
}

.servicePickup_itemImg.is-ao {
	max-width: 20rem;
}

.servicePickup_itemImg img,
.servicePickup_itemImg video {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.servicePickup_itemBody {
	margin-top: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.servicePickup_itemText {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	text-align: center;
}

.servicePickup_itemHeading {
	color: #515151;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.subContent {
	background-color: #fff;
}

.subContent.is-gray {
	background-color: #F1F2F3;
}

.subContent.is-black {
	background-color: #515151;
}

.subContent.is-newsDetail {
	padding-top: 13rem;
}

.subContent_breadcrumb {
	display: none;
}

.subMv {
	display: flex;
	flex-direction: column;
	min-height: 64.2rem;
	padding-bottom: 4rem;
	padding-top: 7.2rem;
}

.subMv_inner.inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.subMv_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.subMv_titleEn {
	font-family: "Oswald", sans-serif;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.subMv_titleJp {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1rem;
}

.subMv_text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 2rem;
}

.subMv_text + .subMv_text {
	margin-top: 1em;
}

.subMv_text a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.subMv_img {
	align-items: end;
	display: flex;
	flex-grow: 1;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 34.4rem;
	width: 100%;
}

.subMv_img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.topAbout {
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.topAbout::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
}

.topAbout_scrollMessage {
	color: #EDF1F6;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
}

.topAbout_scrollMessageText {
	display: flex;
	gap: 2em;
	padding-left: 2em;
}

.topAbout_scrollMessageText:nth-child(1) {
	animation: loopLeft 120s -60s linear infinite;
}

.topAbout_scrollMessageText:nth-child(2) {
	animation: loopLeft2 120s linear infinite;
}

.topAbout_scrollTitle {
	-webkit-text-stroke: 2px #EDF1F6;
	color: transparent;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 10rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 0.6rem;
	overflow: hidden;
	paint-order: stroke fill;
	text-transform: uppercase;
	transform: translateY(-6%);
	white-space: nowrap;
}

.topAbout_scrollTitleText {
	display: flex;
	gap: 4rem;
	padding-left: 4rem;
}

.topAbout_scrollTitleText:nth-child(1) {
	animation: loopRight 120s -60s linear infinite;
}

.topAbout_scrollTitleText:nth-child(2) {
	animation: loopRight2 120s linear infinite;
}

.topAbout_container {
	margin-top: -4.4rem;
}

.topAbout_content {
	position: relative;
}

.topAbout_main {
	position: relative;
}

.topAbout_logoArea {
	aspect-ratio: 1/1;
	height: auto;
	left: 0;
	position: absolute;
	top: 12rem;
	width: 30rem;
	z-index: -1;
}

.topAbout_lead {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.topAbout_message {
	color: #000;
	display: flex;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 2em;
}

.topAbout_linkButton {
	margin-top: 1rem;
	text-align: center;
}

.topLogo {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.topLogo_image {
	aspect-ratio: 468/431;
	display: grid;
	grid-template: "area" 1fr/1fr;
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: 50% 61%;
	width: 34rem;
}

.topLogo_image img,
.topLogo_image svg {
	-o-object-fit: contain;
	-o-object-position: center;
	height: 100%;
	object-fit: contain;
	object-position: center;
	overflow: visible;
	width: 100%;
	will-change: transform;
}

.topMv {
	padding-top: 8.8rem;
}

.topMv_title {
	font-family: "Oswald", sans-serif;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.25;
}

.topMv_wrap {
	margin-top: 1.4rem;
}

.topMv_logoBlock {
	aspect-ratio: 1/1;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 32.8rem;
}

.topMv_logoBlock img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.topMv_text {
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.topMv_about {
	margin-top: 2rem;
}

.topMv_aboutLink {
	align-items: center;
	color: #0E386B;
	display: inline-grid;
	font-size: 1.3rem;
	font-weight: 500;
	gap: 1.5rem;
	grid-template-columns: auto auto;
	line-height: 1;
}

.topMv_aboutLink span {
	align-items: center;
	display: flex;
}

.topMv_aboutLink span::before {
	background-color: #0E386B;
	content: "";
	display: inline-block;
	height: 0.2rem;
	width: 5.2rem;
}

.topMv_aboutLink span::after {
	aspect-ratio: 1/1;
	background-color: #0E386B;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: auto;
	justify-self: end;
	width: 0.8rem;
}

.topMv_news {
	margin-top: 1.2rem;
}

.topMv_newsLink {
	grid-gap: 1.2rem;
	align-items: center;
	display: grid;
	font-size: 1.4rem;
	font-weight: 300;
	gap: 1.2rem;
	grid-template-columns: auto 1fr;
}

.topMv_newsLink::before {
	animation: blink 1.5s 0s infinite ease-in-out;
	aspect-ratio: 1/1;
	background-image: url("../../images/common/icon_logo_n.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	width: 5rem;
}

.topMv_newsLink:not(:first-child) {
	margin-top: 1.4rem;
}

.topMv_newsText {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
}

.topMv_newsDate {
	line-height: 1;
}

.topMv_newsTitle {
	text-decoration-color: #515151;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.topMv_scrollDown {
	margin-top: 1.5rem;
}

.topMv_scroll {
	align-items: center;
	color: #1B67B2;
	display: inline-grid;
	font-family: "Oswald", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	grid-template: "area" 1fr/1fr;
	justify-items: center;
	letter-spacing: 0.05em;
	line-height: 1;
	place-items: center;
	text-transform: uppercase;
}

.topMv_scroll::before {
	aspect-ratio: 1/1;
	background-image: url("../../images/index_scroll.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	grid-area: area;
	height: auto;
	transition: transform 0.3s ease;
	width: 5.8rem;
}

.topMv_scroll span {
	grid-area: area;
}

.topMv_scroll:hover {
	opacity: 1;
}

.topMv_scroll:hover::before {
	transform: rotate(90deg);
}

.topNews {
	overflow-x: hidden;
}

.topNews_content {
	display: flex;
	flex-direction: column;
}

.topNews_wrapper {
	display: contents;
}

.topNews_commonTitle {
	order: 1;
}

.topNews_linkButton {
	margin-top: 2rem;
	order: 3;
	text-align: center;
}

.topNews_list {
	background-color: #515151;
	border-radius: 0.5rem 0 0 0.5rem;
	margin-right: calc(50% - 50vw);
	margin-top: 2rem;
	order: 2;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.topNews_itemLink {
	display: flex;
	justify-content: center;
	padding: 1rem 1.5rem 1rem 3.2rem;
}

.topNews_itemContent {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	justify-content: space-between;
	max-width: 72rem;
	width: 100%;
}

.topNews_itemContent .commonArrow {
	justify-self: end;
}

.topNews_meta {
	align-items: center;
	display: flex;
	gap: 0.8rem;
}

.topNews_date {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	opacity: 0.7;
}

.topNews_categoryList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.topNews_category {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1;
	opacity: 0.7;
}

.topNews_heading {
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 2rem;
}

.topNews_heading span {
	-webkit-box-decoration-break: clone;
	background-image: linear-gradient(#fff, #fff);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 0 1px;
	box-decoration-break: clone;
	padding-bottom: 0;
	transition: background-size 0.3s ease;
}

.topNews_itemLink:hover {
	opacity: 1;
}

.topNews_itemLink:hover .topNews_heading span {
	background-position: bottom left;
	background-size: 100% 1px;
}

.topNews_itemLink:hover .topNews_itemArrow span {
	transform: translateX(0);
}

.topService {
	background-color: #515151;
	overflow-x: clip;
	padding-bottom: 5rem;
	padding-top: 4.4rem;
}

.topService_text-block {
	margin-top: 4rem;
}

.topService_heading {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
}

.topService_description {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1.2rem;
}

.topService_slider {
	margin-right: calc(50% - 50vw);
	margin-top: 3rem;
}

.topService_swiper.swiper {
	padding-right: 15px;
}

.topService_swiperWrapper.swiper-wrapper {
	display: flex;
}

.topService_swiperSlide.swiper-slide {
	background-color: #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-grow: 1;
	height: auto;
	justify-content: center;
	max-width: 30rem;
}

.topService_slideLink {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 35rem;
	width: 100%;
}

.topService_slideImg {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.topService_slideImg.is-blue-sphere {
	max-width: 17.6rem;
}

.topService_slideImg.is-security-scorecard {
	max-width: 10rem;
}

.topService_slideImg.is-ao {
	max-width: 20rem;
}

.topService_slideImg img,
.topService_slideImg video {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.topService_slideBody {
	margin-top: 2rem;
}

.topService_slideSubHeading {
	color: #515151;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	text-align: center;
}

.topService_slideHeading {
	color: #515151;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.topService_swiperScrollbar.swiper-scrollbar {
	background-color: #fff;
	margin-top: 2rem;
	position: static;
	position: initial;
	width: calc(100% - 15px);
}

.topService_swiperScrollbar.swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #1868B3;
	cursor: grab;
}

.topService_swiperScrollbar.swiper-scrollbar .swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.topService_cards {
	margin-top: 6rem;
}

.topService_card {
	justify-self: center;
	max-width: 34.5rem;
	width: 100%;
}

.topService_linkButton {
	margin-top: 2rem;
	text-align: center;
}

.noWrap {
	white-space: nowrap;
}

.srOnly {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

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

.smOnly {
	display: block;
}

.footer_siteInfoItem {
	align-items: center;
	display: flex;
}

.policy_break {
	display: none;
}

.service_text.is-sm-center {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.service_textSmall.is-sm-center {
	text-align: center;
}

}

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

.pcOnly {
	display: block;
}

.spOnly {
	display: none;
}

html {
	font-size: 0.8130081301vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.layoutSectionSpacing {
	margin-top: 15rem;
}

.layoutSectionSpacing.is-narrow {
	margin-top: 8.5rem;
}

.about.is-decoration {
	position: relative;
}

.about.is-decoration::before {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: calc(50% - 71rem);
	max-width: 26.3rem;
	pointer-events: none;
	position: absolute;
	top: -17rem;
	width: 100%;
}

.about_inner.inner {
	max-width: calc(90rem + 50px);
}

.about_title::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 19.6rem, #DDDDDD 19.6rem, #DDDDDD 100%);
}

.about_wrap {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
}

.about_img {
	margin-top: 0;
	margin-top: initial;
}

.aboutCompany {
	padding-top: 10rem;
	position: relative;
}

.aboutCompany::before {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: calc(50% - 80rem);
	max-width: 42.5rem;
	pointer-events: none;
	position: absolute;
	top: -1rem;
	width: 100%;
}

.aboutCompany_inner.inner {
	max-width: calc(80.8rem + 50px);
}

.aboutCompany_item {
	display: grid;
	grid-template-columns: 19.6rem 1fr;
	padding-top: 3rem;
}

.aboutCompany_item::after {
	grid-column: 1/3;
}

.aboutCompany_itemDescription {
	margin-top: 0;
	margin-top: initial;
}

.aboutcompany_itemLink + .aboutcompany_itemLink {
	margin-top: 0.6rem;
}

.aboutCompany_2col {
	grid-gap: 1.6rem;
	display: grid;
	gap: 1.6rem;
	grid-template-columns: auto 1fr;
}

.aboutCompany_map {
	aspect-ratio: 808/500;
	margin-top: 10rem;
}

.aboutMessage {
	padding-top: 10rem;
	position: relative;
}

.aboutMessage::before {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: calc(50% + 18rem);
	max-width: 50rem;
	pointer-events: none;
	position: absolute;
	top: -5rem;
	width: 100%;
}

.aboutMessage_inner.inner {
	max-width: calc(90rem + 50px);
}

.aboutMessage_heading::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 19.6rem, #DDDDDD 19.6rem, #DDDDDD 100%);
}

.aboutMessage_signature {
	margin-left: auto;
}

.case {
	padding-top: 10rem;
}

.case_section {
	position: relative;
}

.case_section:not(:first-child) {
	margin-top: 3.5rem;
}

.case_section.is-highlighted {
	margin-top: 5rem;
	padding: 3rem 4rem;
}

.case_section#problem::before {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -10rem;
	content: "";
	display: block;
	height: auto;
	max-width: 26.3rem;
	pointer-events: none;
	position: absolute;
	right: -31rem;
	width: 100%;
}

.case_section#suggestion::before {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -10rem;
	content: "";
	display: block;
	height: auto;
	left: -31rem;
	max-width: 26.3rem;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.case_section#reason::before {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -8rem;
	content: "";
	display: block;
	height: auto;
	max-width: 40rem;
	pointer-events: none;
	position: absolute;
	right: -50rem;
	width: 100%;
}

.case_title::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 19.6rem, #DDDDDD 19.6rem, #DDDDDD 100%);
	margin-top: 3rem;
}

.case_content {
	margin-top: 2rem;
	width: calc(100% - 4rem);
}

.case_img {
	max-width: 80rem;
}

.case_section.is-highlighted .case_content {
	width: 100%;
}

.caseDetail {
	padding-bottom: 10rem;
	padding-top: 4rem;
}

.caseDetail_content {
	grid-gap: 4rem;
	display: grid;
	gap: 4rem;
	grid-template-areas: initial;
	grid-template-columns: 1fr 29rem;
}

.caseDetail_caseSideMenu {
	grid-area: initial;
	max-width: none;
	max-width: initial;
	order: 2;
	position: sticky;
	z-index: 1;
}

.caseDetail_caseContainer {
	grid-area: initial;
	margin-top: 0;
	margin-top: initial;
	order: 1;
}

.cases {
	padding-bottom: 15rem;
	padding-top: 10rem;
}

.cases_list {
	grid-column-gap: 3rem;
	-moz-column-gap: 3rem;
	grid-row-gap: 5rem;
	column-gap: 3rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	max-width: none;
	max-width: initial;
	row-gap: 5rem;
}

.cases_item {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-row: span 4;
	grid-template-rows: subgrid;
}

.cases_item + .cases_item {
	margin-top: 0;
	margin-top: initial;
}

.cases_link {
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
	min-height: 68.9rem;
	padding: 9rem 5rem;
}

.cases_itemImg {
	aspect-ratio: 500/320;
}

.cases_itemBody {
	display: grid;
	grid-row: span 3;
	grid-template-rows: auto auto 1fr;
	margin-top: 2rem;
}

.caseSideMenu {
	padding: 3rem;
	top: 10rem;
	transform: none;
	transform: initial;
}

.caseTableContents_content {
	background-color: #F1F2F3;
	border-radius: 1rem;
	max-width: 61.5rem;
	padding: 3rem 4.2rem;
}

.commonButton {
	gap: 1.6rem;
	grid-template-columns: 1.6fr 1fr;
	justify-content: space-between;
	max-width: none;
	max-width: initial;
	min-width: 20rem;
	padding: 1.6rem 3.5rem;
	text-align: left;
	width: auto;
	width: initial;
}

.commonButton_arrow span {
	justify-self: flex-start;
}

.commonEvent {
	padding-bottom: 15rem;
	padding-top: 15rem;
}

.commonEvent_inner.inner {
	display: contents;
}

.commonEvent_content {
	display: grid;
	grid-template: "margin text gutter slider" auto/max((100% - 1230px) / 2, 25px) 1fr clamp(4rem, -7.714rem + 9.524vw, 6rem) 60.4166666667%;
	grid-template: "margin text gutter slider" auto/max((100% - 1230px) / 2, 25px) auto clamp(4rem, -7.714rem + 9.524vw, 6rem) 1fr;
}

.commonEvent_wrapper {
	display: block;
	grid-area: text;
}

.commonEvent_commonTitle {
	order: initial;
}

.commonEvent_linkButton {
	margin-top: 8rem;
	order: initial;
	text-align: left;
	text-align: initial;
}

.commonEvent_slider {
	grid-area: slider;
	margin-top: 0;
	margin-top: initial;
	order: initial;
}

.commonEvent_swiper.swiper {
	padding-right: 25px;
}

.commonEvent_swiperSlide.swiper-slide {
	max-width: 36.1rem;
}

.commonEvent_slideImg {
	aspect-ratio: 361/204;
}

.commonEvent_swiperScrollbar.swiper-scrollbar {
	margin-top: 5rem;
	width: calc(100% - 25px);
}

.commonEvent.is-sub-page {
	padding-top: 10rem;
}

.commonEvent.is-sub-page .commonEvent_slider {
	margin-top: 0;
	margin-top: initial;
}

.commonEvent.is-sub-page .commonEvent_linkButton {
	margin-top: 8rem;
}

.commonTitle_en {
	font-size: 5.6rem;
}

.commonTitle_jp {
	font-size: 1.8rem;
	margin-top: 0.8rem;
}

.commonTitle.is-horizontal {
	align-items: end;
	display: flex;
	gap: 1.6rem;
}

.commonTitleSub_jp {
	font-size: 1.8rem;
	margin-top: 0.8rem;
}

.commonTitleSub.is-horizontal {
	align-items: end;
	display: flex;
	gap: 1.6rem;
}

.contact {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.contact_inner.inner {
	max-width: 105rem;
}

.contact_flowList {
	gap: 8rem;
	max-width: 46rem;
}

.contact_headTextWrap.is-sp-left {
	text-align: center;
}

.contact_linkButtonArrow span {
	justify-self: flex-start;
}

.contact_form {
	margin-top: 8rem;
}

.cta {
	padding-bottom: 15rem;
	padding-top: 15rem;
}

.cta_content {
	display: inline;
	display: initial;
}

.cta_list {
	gap: 5rem;
	grid-auto-flow: column;
	grid-template-columns: 1fr 1fr;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	max-width: none;
	max-width: initial;
}

.cta_link {
	min-height: 42rem;
	padding: 9rem 7rem;
}

.cta_link::after {
	filter: blur(15rem);
}

.cta_head {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.cta_title {
	order: initial;
}

.cta_titleEn {
	font-size: 5.6rem;
}

.cta_titleJp {
	font-size: 1.8rem;
	margin-top: 1.4rem;
}

.cta_circle {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	width: 8rem;
}

.cta_circle span {
	grid-template-columns: 8rem 8rem;
	grid-template-rows: 8rem;
	justify-self: flex-start;
}

.cta_circle span::before {
	-webkit-mask-size: 5rem auto;
	mask-size: 5rem auto;
}

.cta_circle span::after {
	width: 1rem;
}

.cta_text {
	font-size: 1.6rem;
	margin-top: 3.8rem;
	order: initial;
}

.ctaService {
	padding-bottom: 15rem;
	padding-top: 15rem;
}

.ctaService_content {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr 1fr;
}

.ctaService_wrapper {
	display: block;
}

.ctaService_commonTitleSub {
	order: initial;
}

.ctaService_text {
	margin-top: 8rem;
	order: initial;
}

.ctaService_linkButtonWrap {
	gap: 5rem;
	grid-template-columns: 20rem 20rem;
	grid-template-rows: initial;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 5rem;
	order: initial;
}

.ctaService_linkButton {
	text-align: left;
	text-align: initial;
}

.ctaService_linkButton .commonButton {
	gap: 2.8rem;
	grid-template-columns: auto 1fr;
	padding: 1.6rem 2.5rem;
}

.ctaService_linkButton:nth-child(2) .commonButton {
	padding-left: 3.7rem;
}

.ctaService_img {
	margin-top: 0;
	margin-top: initial;
	order: initial;
}

.drawer {
	background-color: transparent;
	height: auto;
	height: initial;
	margin-top: 4rem;
	overflow-y: visible;
	overflow-y: initial;
	padding-top: 0;
	padding-top: initial;
}

.drawer__inner {
	padding-right: 0;
	padding-right: initial;
}

.drawer__content {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	position: static;
	position: initial;
}

.drawer__close-button {
	border: none;
	margin-top: 4rem;
	max-width: 7rem;
	position: static;
	position: initial;
}

.drawer__close-text {
	font-size: 1.6rem;
}

.drawer__menu-list {
	max-width: none;
	max-width: initial;
}

.drawer__menu-item:not(:first-child) {
	margin-top: 2.4rem;
}

.drawer__menu-item-link {
	border-radius: 0 2.4rem 2.4rem 0;
	display: grid;
	grid-template: "text" 1fr/1fr;
	padding: 1.6rem 8rem 1.6rem 1.6rem;
}

.drawer__menu-item-link::after {
	right: 3.2rem;
	width: 2rem;
}

.drawer__menu-item-text-en {
	font-size: 2.4rem;
	grid-area: text;
}

.drawer__menu-item-text-jp {
	font-size: 2.4rem;
	grid-area: text;
	opacity: 0;
}

.drawer__button-group {
	flex-direction: column;
	margin-top: 4rem;
}

.drawer__button-list {
	gap: 3.2rem;
}

.drawer__button-item-link {
	width: 14rem;
}

.drawer__button-item-text {
	font-size: 2.4rem;
}

.drawer__corporate-link {
	margin-top: 2.4rem;
	width: 9.8rem;
}

.drawer__corporate-text {
	font-size: 1.6rem;
}

.drawer__menu-item-link:hover .drawer__menu-item-text-en {
	opacity: 0;
}

.drawer__menu-item-link:hover .drawer__menu-item-text-jp {
	opacity: 1;
}

.footer {
	padding-top: 8rem;
}

.footer_wrap {
	display: grid;
	grid-template-columns: auto auto;
}

.footer_navList {
	-moz-column-gap: 11rem;
	align-content: end;
	column-gap: 11rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-left: 0;
	margin-left: initial;
	margin-right: -1.5rem;
	max-height: 22rem;
}

.footer_navItem > a {
	padding: 1.4rem 1.5rem;
}

.footer_nav-sub-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	margin-top: -1rem;
}

.footer_sns {
	margin-top: 4rem;
}

.footer_sns-icon + .footer_sns-icon {
	margin-left: 3rem;
}

.footer_info {
	display: inline;
	display: initial;
	margin-top: 0;
}

.footer_logo a {
	padding: 1.5rem 0;
}

.footer_policy {
	margin-top: 3rem;
}

.footer_siteInfoList {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2rem;
}

.footer_siteInfoItem:not(:first-child)::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	height: 2.5rem;
	width: 2.5rem;
	width: 1px;
}

.footer_siteInfoItem a {
	padding: 2rem 4rem;
	text-align: center;
}

.footer_copyright {
	font-size: 1.6rem;
	margin-top: 8rem;
}

form dl {
	grid-gap: 1rem;
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: 24rem 1fr;
}

form dl:not(:first-child) {
	margin-top: 4rem;
}

form dd {
	margin-top: 0;
	margin-top: initial;
}

form .confirm {
	margin-top: 4rem;
}

form .buttonWrap {
	align-items: center;
	display: flex;
	gap: 5rem;
	justify-content: center;
	margin-top: 4rem;
	text-align: center;
}

form .buttonWrap div:nth-of-type(2) {
	margin-top: 0;
	margin-top: initial;
}

form .backbuttonWrap,
form .submitbuttonWrap {
	max-width: 40rem;
}

.hamburger {
	padding: 0 4rem;
}

.hamburger__icon {
	width: 6rem;
}

.hamburger__icon::after {
	left: -0.4rem;
	top: 0.8rem;
}

.hamburger__icon-line {
	gap: 0.8rem;
}

.hamburger__icon-line::before {
	width: 2.8rem;
}

.hamburger__icon-line::after {
	width: 1rem;
}

.hamburger__text {
	font-size: 2.4rem;
}

.header {
	height: 13rem;
}

.header.is-scroll {
	height: 10rem;
}

.header_inner.inner {
	max-width: 1280px;
	padding: 0 25px;
}

.header_logo {
	max-width: 32rem;
}

.header_logo a {
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.header_nav {
	display: block;
}

.header_megamenuLinkButton .commonButton {
	font-weight: 700;
	grid-template-columns: 1fr auto;
	min-width: 21.6rem;
	padding-right: 2.4rem;
}

.header_hamburger {
	display: none;
}

.inner {
	max-width: 1280px;
	padding-left: 25px;
	padding-right: 25px;
}

.loading_main {
	max-width: 40.2rem;
}

.news {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.news__categoryList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 81rem;
}

.news__categoryList:has(.news__categoryItem:nth-child(5)) {
	justify-content: flex-start;
}

.news__categoryItem {
	max-width: 18.7rem;
	width: 100%;
}

.news__categoryLink {
	min-height: 4.6rem;
	padding: 1rem;
}

.news_cards {
	gap: 3rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 81rem;
}

.newsCard_link {
	grid-gap: 2rem;
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: auto 1fr;
}

.newsCard_img {
	height: auto;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	width: 20.5rem;
}

.newsCard_body {
	margin-top: 0;
	margin-top: initial;
}

.newsDetail {
	padding-top: 4rem;
}

.newsDetail_container {
	grid-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	display: grid;
	grid-template-columns: 1fr 37rem;
}

.newsDetail_aside {
	display: block;
}

.notFound {
	padding-bottom: 20rem;
	padding-top: 20rem;
}

.notFound_title_large {
	font-size: 10rem;
}

.notFound_title_small {
	font-size: 3rem;
}

.notFound_image {
	margin-top: 3rem;
	max-width: 20rem;
}

.notFound_text {
	font-size: 1.8rem;
	margin-top: 3rem;
}

.notFound_linkButton {
	margin-top: 5rem;
}

.policy {
	padding-bottom: 10rem;
	padding-top: 5rem;
}

.policy_inner.inner {
	max-width: calc(100rem + 50px);
}

.policy_titleLarge {
	font-size: 1.8rem;
}

.policy_title {
	font-size: 1.8rem;
}

.post_title {
	font-size: 3.2rem;
	line-height: 1.2;
}

.post_thumbnail {
	aspect-ratio: 810/396;
}

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

.post_pagenaviUnit {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.post_pagenaviUnit:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.post_pagenaviBackWrap {
	margin-left: auto;
	margin-right: auto;
}

.post_pagenaviBack {
	margin-top: 5rem;
}

.post_pagenaviArrowRight span,
.post_pagenaviArrowLeft span {
	justify-self: flex-start;
}

.post_body h2 {
	font-size: 3rem;
	padding: 1.6rem 2.5rem;
}

.post_body h3 {
	font-size: 2.4rem;
}

.post_body h4 {
	font-size: 1.8rem;
}

.post_body table th {
	padding: 1.6rem 1.5rem;
}

.post_body table tr:first-child th:first-child {
	width: 17.5rem;
}

.post_body ul li:not(:first-child) {
	margin-top: 1.2rem;
}

.post_body ol li:not(:first-child) {
	margin-top: 1.2rem;
}

.post_body blockquote {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	padding-bottom: 3.6rem;
	width: 87.9012345679%;
}

.post_body blockquote::before,
.post_body blockquote::after {
	height: 3.2rem;
	width: 3.2rem;
}

.post_body blockquote::after {
	margin-bottom: -3.6rem;
}

.privacy__content {
	margin-top: 4rem;
}

.privacy__message {
	font-size: 2.4rem;
}

.privacy__body {
	margin-top: 3.2rem;
}

.privacy__heading {
	font-size: 1.8rem;
}

.privacy__text {
	font-size: 1.6rem;
}

.recruit {
	padding-bottom: 10rem;
	padding-top: 10rem;
	position: relative;
}

.recruit::before {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	max-width: 40rem;
	pointer-events: none;
	position: absolute;
	right: calc(50% - 85rem);
	top: 1rem;
	width: 100%;
}

.recruit::after {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 4rem;
	content: "";
	display: block;
	height: auto;
	left: calc(50% - 70rem);
	max-width: 26.4rem;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.recruit_inner.inner {
	max-width: calc(80rem + 50px);
}

.recruit_definitionList {
	margin-top: 6rem;
}

.recruit_definitionRow {
	display: grid;
	grid-template-columns: 21rem 1fr;
}

.recruit_definitionRow:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.recruit_definitionList dt {
	align-items: center;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	display: grid;
	font-size: 1.6rem;
	justify-items: center;
	line-height: 1.5;
	padding: 2rem 1rem;
	place-items: center;
}

.recruit_definitionList .recruit_definitionRow:last-child dt {
	border-bottom: 1px solid #DDDDDD;
}

.recruit_definitionList dd {
	align-items: center;
	border: medium none currentColor;
	border: initial;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	display: flex;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 1.5rem 2rem;
}

.recruit_definitionList .recruit_definitionRow:last-child dd {
	border-bottom: 1px solid #DDDDDD;
}

.recruit_definitionList dd.is-center {
	text-align: left;
	text-align: initial;
}

.recruitFlow {
	padding-bottom: 10rem;
	padding-top: 10rem;
	position: relative;
}

.recruitFlow::after {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber_color.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10rem;
	content: "";
	display: block;
	height: auto;
	left: calc(50% + 30rem);
	max-width: 50rem;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.recruitFlow_inner.inner {
	max-width: calc(92rem + 50px);
}

.recruitFlow_list {
	margin-top: 5rem;
}

.recruitFlow_item {
	grid-column-gap: 3rem;
	-moz-column-gap: 3rem;
	align-items: center;
	column-gap: 3rem;
	display: grid;
	grid-template-columns: 13.6rem 1fr;
}

.recruitFlow_item:not(:first-child) {
	margin-top: 5rem;
}

.recruitFlow_itemImg {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.recruitFlow_itemBody {
	margin-top: 0;
	margin-top: initial;
}

.recruitFlow_itemNumber {
	text-align: left;
	text-align: initial;
}

.recruitFlow_itemHeading {
	text-align: left;
	text-align: initial;
}

.recruitPerson {
	padding-bottom: 10rem;
	padding-top: 10rem;
	position: relative;
}

.recruitPerson::before {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber_color.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: calc(50% + 32rem);
	max-width: 50rem;
	pointer-events: none;
	position: absolute;
	top: -2rem;
	width: 100%;
}

.recruitPerson_inner.inner {
	max-width: 95rem;
}

.recruitPerson_content {
	margin-top: 5rem;
}

.recruitPerson_block {
	margin-top: 5rem;
}

.recruitPerson_heading::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 19.6rem, #DDDDDD 19.6rem, #DDDDDD 100%);
}

.recruitPerson_model {
	margin-top: 5rem;
	position: relative;
}

.recruitPerson_model::before {
	aspect-ratio: 538/406;
	background-image: url(../../images/common/decoration_cyber_color.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: -30rem;
	max-width: 26.4rem;
	pointer-events: none;
	position: absolute;
	top: -10rem;
	width: 100%;
}

.recruitPerson_modelImg {
	aspect-ratio: 1/1;
	margin-top: 0;
	margin-top: initial;
}

.service {
	padding-bottom: 10rem;
	padding-top: 2.5rem;
}

.service_titleLarge {
	font-size: 4rem;
	margin-top: 4rem;
}

.service_titleLarge::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 19.6rem, #DDDDDD 19.6rem, #DDDDDD 100%);
	width: 73.1707317073%;
}

.service_textLarge {
	font-size: 2.4rem;
	margin-top: 1.5rem;
	width: 97.5609756098%;
}

.service_titleMedium {
	font-size: 3.2rem;
}

.service_titleMedium::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 19.6rem, #DDDDDD 19.6rem, #DDDDDD 100%);
	width: 73.1707317073%;
}

.service_titleMedium.is-small {
	font-size: 3.2rem;
}

.service_titleMediumReason {
	font-size: 2.4rem;
	padding-bottom: 1.8rem;
	padding-top: 1.8rem;
}

.service_text {
	font-size: 2rem;
	font-weight: 500;
	margin-top: 1.5rem;
	width: 97.5609756098%;
}

.service_text.is-fz-18 {
	font-size: 1.8rem;
}

.service_text.is-pc-center {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.service_2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.service_2colItem {
	width: 85.3658536585%;
}

.service_2colItem:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_2colItem.is-full-width {
	width: 100%;
}

.service_2colTitle::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 11.5rem, #DDDDDD 11.5rem, #DDDDDD 100%);
}

.service_2colTextLarge {
	font-weight: 700;
}

.service_2colText {
	font-weight: 500;
}

.service_2colImg img {
	max-height: 50rem;
}

.service_titleSmall::after {
	background: linear-gradient(90deg, #1868B3 0%, #1868B3 19.6rem, #DDDDDD 19.6rem, #DDDDDD 100%);
}

.service_titleSmall.is-accent {
	font-size: 3.6rem;
}

.service_titleSmall .is-small {
	font-size: 2.4rem;
	margin-top: 1rem;
}

.service_textSmall {
	width: 97.5609756098%;
}

.service_link.is-anchor {
	padding: 1.5rem 2rem;
}

.service_linkAnchorBody {
	gap: 2rem;
	margin-top: 2rem;
}

.service_2colList {
	grid-row-gap: 5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 5rem;
}

.service_3colList {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 5rem;
}

.service_3colItem {
	padding: 4rem 2.5rem;
}

.service_3colItem:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_3colTitle {
	font-size: 2.4rem;
}

.service_3colTitleCheck {
	font-size: 2.4rem;
}

.service_3colTitleCheck::before {
	width: 4rem;
}

.service_4colList {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service_4colItem {
	padding: 4rem 2.5rem;
}

.service_4colItem:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_4colTitle {
	font-size: 2.4rem;
}

.service_3col2List {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: auto auto auto;
	padding: 4rem 3rem;
}

.service_3col2Item {
	font-size: 2.4rem;
}

.service_3col2Item:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_3col2ItemText {
	font-size: 2rem;
	font-weight: 500;
}

.service_3col2ItemText:not(:first-child) {
	margin-top: 1.5rem;
}

.service_2colBgList {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: 1fr 1fr;
	padding: 4rem 3rem;
}

.service_2colBgList.is-3col {
	grid-template-columns: 1fr 1fr 1fr;
}

.service_2colBgItem {
	padding: 2rem 5rem;
}

.service_2colBgItem:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_2colBgTitle {
	font-weight: 700;
}

.service_2colImgList {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: 1fr 1fr;
	padding: 5rem 5.5rem;
}

.service_2colImgItem:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_2colImgTitle {
	font-weight: 700;
}

.service_2colImgTitle.is-mt {
	margin-top: 1rem;
}

.service_2colImgText {
	margin-top: 1rem;
	padding-left: 1.8rem;
	padding-right: 1.8rem;
}

.service_bg {
	margin-top: 10rem;
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.service_definitionList.is-mt {
	margin-top: 5rem;
}

.service_definitionList2col {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

.service_description {
	padding: 5rem 5rem;
}

.service_description span.is-large {
	margin-top: 1.5rem;
}

.service_description span.is-small {
	margin-top: 1rem;
}

.service_description2 {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

.service_description2Content + .service_description2Content {
	margin-top: 0;
	margin-top: initial;
}

.service_dl2col {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 5rem;
}

.service_dl2col .service_definitionList:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_tableScroll .service_table {
	min-width: 0;
	min-width: initial;
}

.service_table {
	margin-top: 5rem;
}

.service_table tr:first-child th:first-child {
	width: 30rem;
}

.service_table td {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 1rem 4.5rem 1rem 5rem;
}

.service_table tr th {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 2rem 1rem;
}

.service_table2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 78rem;
}

.service_table2 colgroup col:nth-child(1) {
	width: 25%;
}

.service_table2 colgroup col:nth-child(2) {
	width: 35%;
}

.service_table2 colgroup col:nth-child(3) {
	width: 40%;
}

.service_table2 thead th {
	padding: 1rem;
}

.service_table2 tbody tr th {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 2rem 1rem;
}

.service_table2 tbody tr td {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 1rem;
}

.service_table2 tbody tr td:first-child {
	font-size: 1.4rem;
}

.service_table2 tbody tr td:last-child {
	font-size: 1.6rem;
}

.service_table3 colgroup col {
	width: 12.5%;
}

.service_table3 colgroup col:nth-child(1) {
	width: 25%;
}

.service_table3 thead th {
	font-size: 1.6rem;
	padding: 1rem;
}

.service_table3 tbody tr th {
	font-size: 1.6rem;
	letter-spacing: 0;
	padding: 0.4rem 1rem;
}

.service_table3 tbody tr td {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 1rem;
}

.service_flowList {
	margin-top: 5rem;
}

.service_flowContent {
	grid-template-columns: 16rem 1fr;
}

.service_flowNumberBox {
	padding: 9rem 1rem;
}

.service_flowNumber {
	margin-top: 0;
	margin-top: initial;
}

.service_flowBody {
	padding: 2rem 10rem;
}

.service_flowTitle {
	font-size: 2.4rem;
}

.service_flowText {
	font-size: 2rem;
	margin-top: 2rem;
}

.service_titleBg {
	font-size: 3.2rem;
	width: 80%;
}

.service_movie {
	width: 80%;
}

.service_img img {
	max-height: 50rem;
}

.service_img.is-width-80per {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.service_img.is-width-70per {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.service_img.is-width-60per {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.service_img.is-width-80per img {
	max-height: none;
	max-height: initial;
}

.service_img.is-width-70per img {
	max-height: none;
	max-height: initial;
}

.service_img.is-width-60per img {
	max-height: none;
	max-height: initial;
}

.service_img.is-table3 {
	width: 97%;
}

.service_item.is-heighlight .service_itemText {
	font-size: 2rem;
}

.service_textColor {
	font-size: 2.4rem;
	margin-top: 1.5rem;
	text-align: center;
}

.service_bgBlock {
	padding: 4rem 2.5rem;
	text-align: center;
}

.service_bgBlockTitle {
	font-size: 2.4rem;
}

.service_frame {
	padding: 4rem 3rem;
}

.service_grid {
	grid-gap: 3rem;
	align-items: start;
	display: grid;
	gap: 3rem;
	grid-template-columns: 2fr 1fr;
}

.service_grid.is-reverse {
	grid-template-columns: 1fr 2fr;
}

.service_2colPlusList {
	grid-gap: 10rem;
	display: grid;
	gap: 10rem;
	grid-template-columns: 1fr 1fr;
}

.service_2colPlusItem {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 3rem;
}

.service_2colPlusList::before,
.service_2colPlusList::after {
	height: 1rem;
	width: 5rem;
}

.service_2colPlusItem:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_2colPlusText {
	font-size: 2rem;
	font-weight: 700;
}

.service_2colPlusText.is-large {
	font-size: 2.4rem;
}

.service_gallery {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	margin-top: 5rem;
}

.service_galleryItem:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service .is-2col {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr 1fr;
}

.service_svasList1 {
	grid-gap: 4.5rem;
	display: grid;
	gap: 4.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.service_svasItem1 {
	display: flex;
	flex-direction: column;
}

.service_svasItem1:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_svasItem1:nth-of-type(3n+1) {
	margin-bottom: 6rem;
}

.service_svasItem1:nth-of-type(3n+2) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.service_svasItem1:nth-of-type(3n) {
	margin-top: 6rem;
}

.service_svasItem1Number {
	font-size: 1.6rem;
}

.service_svasItem1Body {
	flex-grow: 1;
}

.service_svasItem1Title {
	font-size: 2rem;
}

.service_svasItem1Img {
	align-self: end;
	flex-shrink: 0;
	height: 16rem;
	width: 16rem;
}

.service_svasList2 {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.service_svasItem2:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_svasItem2Img {
	height: 10rem;
	width: 10rem;
}

.service_svasItem2Body {
	margin-top: 2rem;
}

.service_svasItem2Title {
	font-size: 2rem;
}

.service_svasItem2Text {
	margin-top: 2rem;
}

.service_svasList3 {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 6rem;
}

.service_svasItem3 {
	display: flex;
	flex-direction: column;
}

.service_svasItem3:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.service_svasItem3Content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.service_svasItem3Body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	padding: 2.4rem 4.6rem;
}

.service_svasItem3Text {
	padding-left: 1.8rem;
	padding-right: 1.8rem;
}

.serviceCard_content {
	border-radius: 1rem;
	padding: 3.2rem 1.6rem 3rem;
}

.serviceCard_circle {
	margin-left: initial;
	margin-left: auto;
	margin-right: 0;
	margin-right: initial;
}

.serviceCards {
	grid-template-columns: repeat(4, 1fr);
}

.serviceCase {
	padding-bottom: 4rem;
	padding-top: 15rem;
}

.serviceCase_slider {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.serviceCase_swiper.swiper {
	padding-right: 0;
	padding-right: initial;
}

.serviceCase_swiperScrollbar.swiper-scrollbar {
	width: 100%;
}

.serviceCase_linkButton {
	text-align: right;
}

.serviceCategory {
	padding-bottom: 15rem;
	padding-top: 15rem;
}

#dialog {
	max-width: 120rem;
}

.serviceDetail_slideHeading {
	font-size: 1.6rem;
	min-height: 7.2rem;
}

.serviceDetail_slideText {
	margin-top: 1.5rem;
}

.serviceModal_swiperButton {
	display: block;
}

.serviceDetail_swiperButton {
	display: none;
}

.serviceModal_swiperButtonPrev.swiper-button-prev {
	left: 2rem;
	transform: translate(0, 0) rotate(180deg);
}

.serviceModal_swiperButtonNext.swiper-button-next {
	right: 2rem;
	transform: translate(0, 0);
}

.modal-container {
	height: calc(100dvh - 50px);
	max-height: 84rem;
	max-width: 120rem;
	padding: 4rem 8rem 4rem;
}

.modal-close {
	height: 8.5rem;
	width: 8.5rem;
}

.serviceDetail_swiperSlide.swiper-slide {
	max-width: 36rem;
}

.servicePickup {
	padding-bottom: 15rem;
	padding-top: 10rem;
}

.servicePickup_list {
	gap: 3rem;
	grid-auto-flow: column;
	grid-template-columns: repeat(3, 1fr);
	max-width: none;
	max-width: initial;
}

.servicePickup_itemImg.is-blue-sphere {
	max-width: 23.5rem;
}

.servicePickup_itemImg.is-security-scorecard {
	max-width: 13.4rem;
}

.servicePickup_itemImg.is-ao {
	max-width: 26.8rem;
}

.servicePickup_itemBody {
	margin-top: 1rem;
}

.subContent {
	padding-top: 2rem;
}

.subContent.is-decoration-bg {
	background-image: url(../../images/common/decoration_cyber_bg.svg);
	background-position: calc(50% + 3.5rem) 2rem;
	background-repeat: repeat-y;
	background-size: 154.5rem auto;
}

.subContent.is-newsDetail {
	padding-top: 16rem;
}

.subContent_breadcrumb {
	display: block;
}

.subMv {
	min-height: 65rem;
	padding-bottom: 8rem;
	padding-top: 14rem;
}

.subMv_content {
	grid-gap: 3rem;
	align-items: start;
	display: grid;
	gap: 3rem;
	grid-template-columns: 74rem 1fr;
	justify-content: space-between;
}

.subMv_main {
	margin-top: 5.8rem;
}

.subMv_titleEn {
	font-size: 8rem;
}

.subMv_titleJp {
	font-size: 2rem;
}

.subMv_text {
	font-size: 2rem;
	margin-top: 5rem;
}

.subMv_img {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 0;
	margin-top: initial;
	max-width: none;
	max-width: initial;
}

.topAbout {
	padding-bottom: 15rem;
	padding-top: 14rem;
}

.topAbout_scrollMessage {
	font-size: 4.6rem;
}

.topAbout_scrollTitle {
	font-size: 18rem;
	margin-top: 0;
	margin-top: initial;
}

.topAbout_container {
	margin-top: -8.8rem;
}

.topAbout_content {
	grid-gap: 3.2rem;
	display: grid;
	gap: 3.2rem;
	grid-template-columns: auto 39rem;
}

.topAbout_main {
	position: static;
	position: initial;
}

.topAbout_logoArea {
	aspect-ratio: initial;
	height: 43.1rem;
	margin-top: 3.2rem;
	position: static;
	position: initial;
	width: 100%;
}

.topAbout_lead {
	font-size: 3.6rem;
	line-height: 2;
}

.topAbout_message {
	font-size: 2rem;
	margin-top: 17rem;
}

.topAbout_linkButton {
	margin-top: 6.8rem;
	text-align: left;
	text-align: initial;
}

.topLogo_image {
	left: calc(50% + min(28%, 38rem));
	width: 46.8rem;
}

.topMv {
	padding-top: 20rem;
}

.topMv_title {
	font-size: 8.8rem;
	line-height: 1;
}

.topMv_wrap {
	display: grid;
	grid-template-columns: 60% auto;
	justify-content: space-between;
	margin-top: 2rem;
}

.topMv_logoBlock {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	width: 46.8rem;
}

.topMv_text {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

.topMv_about {
	margin-top: 2.4rem;
}

.topMv_aboutLink {
	font-size: 1.8rem;
	gap: 1.5rem;
}

.topMv_news {
	margin-top: 2rem;
}

.topMv_newsLink {
	gap: 2rem;
}

.topMv_newsText {
	gap: 2rem;
}

.topMv_scrollDown {
	margin-top: 13rem;
}

.topMv_scroll {
	font-size: 1.8rem;
}

.topMv_scroll::before {
	width: 14rem;
}

.topNews_content {
	grid-gap: 6rem;
	display: grid;
	gap: 6rem;
	grid-template-columns: auto 1fr;
}

.topNews_wrapper {
	display: block;
}

.topNews_commonTitle {
	order: initial;
}

.topNews_linkButton {
	margin-top: 8rem;
	order: initial;
	text-align: left;
	text-align: initial;
}

.topNews_list {
	border-radius: 1rem;
	margin-right: 0;
	margin-right: initial;
	margin-top: 0;
	margin-top: initial;
	max-width: 97rem;
	order: initial;
	padding-bottom: 0;
	padding-bottom: initial;
	padding-top: 0;
	padding-top: initial;
}

.topNews_itemLink {
	padding: 5rem 1.5rem;
}

.topNews_itemContent {
	align-items: center;
	gap: 3.2rem;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto;
	margin-left: 6%;
}

.topNews_itemContent .commonArrow {
	justify-self: initial;
}

.topNews_itemMain {
	max-width: 57rem;
}

.topNews_heading {
	margin-top: 2rem;
}

.topService {
	padding-bottom: 10rem;
	padding-top: 16.6rem;
}

.topService_content {
	grid-gap: clamp(4rem, -31.143rem + 28.571vw, 10rem);
	display: grid;
	gap: clamp(4rem, -31.143rem + 28.571vw, 10rem);
	grid-template-columns: auto 1fr;
	justify-content: space-between;
	margin-right: calc(50% - 50vw);
}

.topService_text-block {
	margin-top: 7rem;
}

.topService_heading {
	font-size: 2.4rem;
	white-space: nowrap;
}

.topService_description {
	margin-top: 2rem;
	white-space: nowrap;
}

.topService_slider {
	margin-right: 0;
	margin-right: initial;
	margin-top: 0;
	margin-top: initial;
}

.topService_swiper.swiper {
	padding-right: 25px;
}

.topService_swiperSlide.swiper-slide {
	border-radius: 1rem;
	max-width: 39rem;
}

.topService_slideLink {
	min-height: 43rem;
}

.topService_slideImg.is-blue-sphere {
	max-width: 23.5rem;
}

.topService_slideImg.is-security-scorecard {
	max-width: 13.4rem;
}

.topService_slideImg.is-ao {
	max-width: 26.8rem;
}

.topService_slideBody {
	margin-top: 1rem;
}

.topService_swiperScrollbar.swiper-scrollbar {
	margin-top: 5rem;
	width: calc(100% - 25px);
}

.topService_cards {
	margin-top: 10rem;
}

.topService_linkButton {
	margin-top: 5rem;
	text-align: right;
}

}

@media (min-width: 1230px) {

html {
	font-size: 10px;
}

}

@media (max-width: 375px) {

html {
	font-size: 2.6666666667vw;
}

}

@keyframes loadingFadeOut {

100% {
	opacity: 0;
	visibility: hidden;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmslideIn {

from {
	transform: translateY(15%);
}

to {
	transform: translateY(0);
}

}

@keyframes mmslideOut {

from {
	transform: translateY(0);
}

to {
	transform: translateY(-10%);
}

}

@keyframes loopLeft {

0% {
	transform: translateX(100%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes loopLeft2 {

0% {
	transform: translateX(0);
}

to {
	transform: translateX(-200%);
}

}

@keyframes loopRight {

0% {
	transform: translateX(-100%);
}

100% {
	transform: translateX(100%);
}

}

@keyframes loopRight2 {

0% {
	transform: translateX(-200%);
}

100% {
	transform: translateX(0);
}

}

@keyframes blink {

50% {
	opacity: 0.1;
}

100% {
	opacity: 1;
}

}


/*# sourceMappingURL=style.css.map */
