body {
	background: linear-gradient(135deg, #0A1026 0%, #192140 50%, #0A1026 100%);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}

body.front--bg {
	background: #000E35;
}

body.is-hidden {
	overflow: hidden;
}

body.en-page {
	font-family: "DM Sans", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
	min-height: 100svh;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}

/* 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: 1em;
}

/* 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;
}

/* ホバー */

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

.l-header {
	left: 50%;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	z-index: 500;
}

.l-header::before {
	background-color: transparent;
	content: "";
	height: 100%;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: opacity 0.3s;
	width: 100vw;
	z-index: -1;
}

.l-header.is-filled::before {
	background-color: rgba(10, 16, 38, 0.85);
	opacity: 1;
}

.l-management {
	margin-top: 7.5625rem;
}

.l-sub-page {
	margin-top: 11.25rem;
	padding-bottom: 6.75rem;
	min-height: calc(100svh - 17.5rem);
}

.l-sub-page.l-sub-page--news {
	margin-top: 13.75rem;
}

.l-top-service {
	margin-top: 5.875rem;
}

.about__list {
	grid-row-gap: 2.6875rem;
	grid-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: grid;
	grid-template-columns: 3.75rem 1fr;
	margin-top: 4.375rem;
	row-gap: 2.6875rem;
}

.about__list-title,
.about__list-item {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.about__map {
	margin-top: 5rem;
}

.about__map iframe {
	aspect-ratio: 1120/515;
	height: auto;
	width: 100%;
}

.en-page .about__list {
	grid-template-columns: 7.5rem 1fr;
}

.article__news {
	font-family: "DM Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2.01;
	text-transform: uppercase;
}

.article__container {
	margin-top: 1.5rem;
	max-width: 53.8125rem;
}

.article__date {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 2.5125;
}

.article__thumbnail {
	margin-top: 2.5rem;
	max-width: 39.375rem;
}

.article__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 630/326;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.article__title {
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.54;
	margin-top: 2.875rem;
}

.article__content {
	word-wrap: anywhere;
	margin-top: 1.5rem;
	max-width: 44.5rem;
}

.article__content * + * {
	margin-top: 1.5rem;
}

.article__content h2 {
	font-size: 1.5625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.848;
}

.article__content h3 {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 2.31;
}

.article__content p {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.8615384615;
}

.article__content ul {
	list-style: disc;
	padding-left: 1em;
}

.article__content ol {
	list-style: decimal;
	padding-left: 1em;
}

.article__content li {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.8615384615;
	margin-top: 0;
}

.article__content table {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.8615384615;
	text-align: center;
}

.article__links {
	display: flex;
	gap: 5.9375rem;
	margin-top: 7rem;
}

.article__link {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	opacity: 1;
	text-transform: uppercase;
	transition: opacity 0.3s;
}

.article__link:hover {
	opacity: 0.6;
}

.article__links .is-disabled {
	opacity: 0;
}

.button {
	border: 1px solid currentColor;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.5125;
	max-width: 18.125rem;
	padding-bottom: 1.25rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
	position: relative;
	text-align: left;
	transition: background-color 0.3s, color 0.3s;
	width: 100%;
}

.button::after {
	-webkit-mask-image: url(../images/common/arrow01.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: currentColor;
	content: "";
	height: 1.75rem;
	mask-image: url(../images/common/arrow01.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.button:hover {
	background-color: #fff;
	color: #192140;
}

.challenges__title {
	align-items: center;
	background: linear-gradient(135deg, #0E1C5D 30%, #1D64B4 100%);
	display: flex;
	font-size: 1.875rem;
	font-weight: 700;
	height: 3.625rem;
	justify-content: center;
	letter-spacing: 0.01em;
	width: 100%;
}

.challenges__contents {
	grid-gap: min(1.3888888889vw, 1.25rem);
	display: grid;
	gap: min(1.3888888889vw, 1.25rem);
	grid-template-columns: repeat(3, 1fr);
	margin-top: 0.75rem;
	width: 100%;
}

.challenges__item {
	background-image: url(../images/top/challenges-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
	width: 100%;
}

.challenges__inner {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	grid-row: span 2;
	grid-template-rows: subgrid;
	height: 100%;
	padding-bottom: 4.375rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2rem;
}

.challenges__ttl {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
}

.challenges__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5625;
	text-align: center;
}

.en-page .challenges__ttl {
	font-size: 1.3125rem;
}

.en-page .challenges__text {
	font-size: 0.9375rem;
}

.contact__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5125;
	margin-top: 3.1875rem;
}

.contact__form {
	margin-top: 4.375rem;
}

.contact__inner.inner {
	max-width: 60rem;
}

.contact form {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.cta-button {
	border: 1px solid currentColor;
	display: inline-block;
	max-width: 8.125rem;
	padding: 0.5rem;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s;
	width: 100%;
}

.cta-button:hover {
	background-color: #fff;
	color: #192140;
}

.drawer {
	bottom: 0;
	height: 100lvh;
	inset: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: visibility 0.3s, opacity 0.3s;
	visibility: hidden;
	width: 100vw;
	z-index: 700;
}

.drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.drawer__container {
	background: linear-gradient(180deg, rgba(25, 33, 64, 0.9) 0%, rgba(100, 115, 160, 0.95));
	height: 100%;
	max-height: 31.375rem;
	max-width: 17.0625rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.drawer__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: end;
	padding-bottom: 2.75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.75rem;
}

.drawer__nav-item a {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
	text-transform: uppercase;
}

.drawer__lang {
	margin-top: 5rem;
}

.drawer__contact {
	margin-top: 1.75rem;
}

.drawer__contact a {
	border: 1px solid currentColor;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.9444444444;
	padding-bottom: 0.8125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.8125rem;
	text-transform: uppercase;
}

.footer {
	background-color: transparent;
	height: 6.25rem;
}

.footer__inner.inner {
	align-items: center;
	display: flex;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding-left: 3.75rem;
	padding-right: 4.375rem;
}

.footer__site-name {
	width: 7.8125rem;
}

.footer__site-name a {
	opacity: 1;
	transition: opacity 0, 3s;
}

.footer__site-name a img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.footer__site-name a:hover {
	opacity: 0.6;
}

.footer__nav {
	margin-left: 5.1875rem;
}

.footer__copy {
	margin-left: auto;
}

.form-radio {
	display: flex;
	flex-direction: column;
	gap: 0.5lh;
}

.form-radio input {
	display: none;
}

.form-radio input + span {
	cursor: pointer;
	display: block;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.form-radio input + span::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.form-radio input + span::after {
	background: #192140;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 0.6875rem;
	left: 0.1875rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.6875rem;
}

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

.form__label {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5125;
}

.form__label span {
	border: 1px solid #fff;
	display: flex;
	font-size: 0.75rem;
	font-weight: 500;
	height: 1.375rem;
	justify-content: center;
	margin-left: 0.8125rem;
	text-align: center;
	width: 2.9375rem;
}

.form__wrap + .form__wrap {
	margin-top: 3.4375rem;
}

.form__input,
.form__textarea {
	margin-top: 0.8125rem;
}

.form__input input,
.form__textarea textarea {
	background-color: #fff;
	max-width: 37.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	width: 100%;
}

.form__textarea textarea {
	height: 7.875rem;
}

.form__wrap p {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.7285714286;
	margin-top: 0.9375rem;
}

.form__input input::-moz-placeholder,
.form__textarea textarea::-moz-placeholder {
	color: #D6D8DE;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.7285714286;
}

.form__input input::placeholder,
.form__textarea textarea::placeholder {
	color: #D6D8DE;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.7285714286;
}

.form__radio {
	margin-top: 1.1875rem;
}

.form__submit {
	margin-top: 5rem;
}

.form__submit .form-submit__button,
.form__submit .form-submit__button input {
	color: #fff;
	transition: all 0.3s;
}

.form__submit .form-submit__button {
	border: 1px solid #fff;
	max-width: 37.5rem;
	padding: 0;
	width: 100%;
}

.form__submit .form-submit__button input {
	font-size: 0.875rem;
	height: 100%;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.5rem;
	text-align: left;
	text-align: center;
	width: 100%;
}

.form__submit .form-submit__button:hover,
.form__submit .form-submit__button:hover input {
	background-color: #fff;
	color: #192140;
}

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 0.5lh;
}

.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-spinner {
	display: none !important;
}

.hamburger {
	height: 1.125rem;
	position: fixed;
	right: 30px;
	top: 3.875rem;
	width: 2rem;
	z-index: 900;
}

.hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 0.3s;
	width: 100%;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
	bottom: 0;
}

.hamburger.is-open span:nth-child(1) {
	top: 0.5rem;
	transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
	bottom: auto;
	top: 0.5rem;
	transform: rotate(-45deg);
}

.header {
	height: 6.25rem;
	max-width: 90rem;
	width: 100%;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-left: min(4.1666666667vw, 3.75rem);
	padding-right: min(2.6388888889vw, 2.375rem);
}

.header__logo {
	width: 8.75rem;
}

.header__logo a {
	opacity: 1;
	transition: opacity 0, 3s;
}

.header__logo a:hover {
	opacity: 0.6;
}

.header__nav {
	margin-left: auto;
}

.header__cta {
	margin-left: 1.9375rem;
}

.header__lang {
	margin-left: 2.5625rem;
}

.header__hamburger {
	margin-left: auto;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.lang {
	display: flex;
	gap: 0.25rem;
}

.lang__item,
.lang span {
	background-image: linear-gradient(#fff, #fff);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 0 1px;
	color: #364477;
	display: inline-block;
	font-family: "DM Sans", sans-serif;
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	transition: background-size 0.3s;
}

.drawer__lang .lang__item {
	color: rgba(73, 80, 106, 0.9);
}

.lang span {
	color: #fff;
}

.drawer__lang .lang__item.lang__current,
.lang__current,
.lang__item:hover {
	background-position: bottom left;
	background-size: 100% 1px;
	color: #fff;
}

.management__contents {
	grid-gap: 1rem min(1.8055555556vw, 1.625rem);
	display: grid;
	gap: 1rem min(1.8055555556vw, 1.625rem);
	grid-template-columns: 18.75rem 1fr;
	margin-top: 2.5rem;
}

.management__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.management__content {

}

.management__name {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.3263157895;
}

.management__position {
	font-size: 0.8125rem;
	font-weight: 500;
	grid-row: 3/4;
	letter-spacing: 0.01em;
	line-height: 1.9384615385;
	margin-top: 0.2rem;
}

.management__text {
	font-size: 0.875rem;
	font-weight: 500;
	grid-column: 2/3;
	grid-row: 1/4;
	letter-spacing: 0.01em;
	line-height: 1.8;
	margin-top: 1rem;
}

.mv__copy-wrap {
	height: 100vh;
	margin-left: 0.875rem;
	padding-bottom: 8.8125rem;
	padding-top: 10.9375rem;
}

.mv__copy-en {
	font-family: "DM Sans", sans-serif;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.303375;
}

.mv__copy-ja {
	font-size: 1.5625rem;
	font-weight: 500;
	margin-top: 1.9375rem;
}

.nav {
	align-items: center;
	display: flex;
	height: inherit;
}

.nav__item {
	height: inherit;
}

.nav__item a {
	align-items: center;
	display: flex;
	height: inherit;
	padding-left: 2rem;
	padding-right: 2rem;
}

.nav__item a span {
	background-image: linear-gradient(#fff, #fff);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 0 1px;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.7285714286;
	padding-bottom: 0.25rem;
	text-transform: uppercase;
	text-transform: uppercase;
	transition: background-size 0.3s;
}

.nav__item a:hover span {
	background-position: bottom left;
	background-size: 100% 1px;
}

.news-article {
	border-bottom: 1px solid #fff;
	padding-bottom: 2.625rem;
}

.news-article__link {
	display: inline-block;
	opacity: 1;
	transition: opacity 0.3s;
}

.news-article__link:hover {
	opacity: 0.6;
}

.news-article__date {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 2.5125;
}

.news-article__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.21;
	overflow: hidden;
}

.news-article__text-wrap {
	overflow: hidden;
}

.news-article__text {
	-webkit-box-orient: vertical;
	word-wrap: anywhere;
	-webkit-line-clamp: 2;
	color: #5A5F72;
	display: -webkit-box;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.8615384615;
	margin-bottom: 0;
	margin-top: 0.75rem;
	max-height: 2lh;
	overflow: hidden;
	padding-bottom: 0;
}

.news__inner.inner {
	max-width: 60rem;
}

.news__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7rem;
	max-width: 39.875rem;
}

.news__pager {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 39.875rem;
}

.news__item + .news__item {
	margin-top: 1.75rem;
}

.news__pager .wp-pagenavi {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.news__pager .wp-pagenavi > a,
.news__pager .wp-pagenavi > span {
	color: white;
	font-family: "DM Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 2.01;
	opacity: 0.3;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	transition: opacity 0.3s;
}

.news__pager .wp-pagenavi > a:hover,
.news__pager .wp-pagenavi > span.current {
	opacity: 1;
}

.news__pager .wp-pagenavi > a.previouspostslink,
.news__pager .wp-pagenavi > a.nextpostslink {
	align-items: center;
	background-image: url(../images/common/arrow02.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.4375rem 0.5rem;
	color: transparent;
	display: flex;
	height: 100%;
	opacity: 1;
	width: 1.25rem;
}

.news__pager .wp-pagenavi > a.previouspostslink {
	transform: scale(-1, 1);
}

.solutions {
	background: linear-gradient(135deg, #E63A4C 0%, #D0652D 50%, #E63A4C 100%);
	padding-bottom: 4.875rem;
	padding-top: 0.625rem;
}

.solutions__inner {
	padding-left: 3.5625rem;
	padding-right: 3.5625rem;
}

.solutions__title {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4733333333;
	text-align: center;
}

.solutions__contents {
	grid-column-gap: min(4.0277777778vw, 3.625rem);
	-moz-column-gap: min(4.0277777778vw, 3.625rem);
	column-gap: min(4.0277777778vw, 3.625rem);
	display: grid;
	grid-template-columns: min(24.3055555556vw, 21.875rem) 1fr;
	grid-template-rows: repeat(3, auto);
	margin-top: 1.6875rem;
}

.solutions__text-wrap {
	align-self: end;
}

.solutions__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.6111111111;
}

.solutions__text + .solutions__text {
	margin-top: 1lh;
}

.en-page .solutions__text {
	font-size: 1.125rem;
}

.sub-ttl__en {
	font-family: "DM Sans", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.67;
	text-transform: uppercase;
}

.sub-ttl h3.sub-ttl__en {
	font-size: 3rem;
}

.sub-ttl__ja {
	font-size: max(10px, 0.9027777778vw);
	margin-top: 0.625rem;
}

.title {
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
}

.title.title--en {
	text-transform: uppercase;
}

.en-page .title {
	font-size: 2.625rem;
	line-height: 1.4733333333;
}

.top-about {
	overflow: clip;
	padding-bottom: 5rem;
	padding-top: 3.0625rem;
	position: relative;
}

.top-about__canvas#pattern2 {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.top-about__inner.inner {
	grid-gap: min(4.4444444444vw, 4rem);
	display: grid;
	justify-content: center;
	text-align: center;
	gap: min(4.4444444444vw, 4rem);
/* 	grid-template-columns: 1fr min(29.8611111111vw, 26.875rem); */
}

.top-about__inner .top-about__title > .title{
	text-align: center;
}

.top-about__contents {
	align-self: center;
}

.top-about__title > .title {
	text-align: left;
}

.top-about__title-ja {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.7285714286;
	margin-top: 0.5625rem;
}

.top-about__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5125;
	margin-top: 1.25rem;
}

.top-about__link {
	margin-top: 2.3125rem;
}

.top-contact {
	background: linear-gradient(135deg, #0A1238 20%, #0F4888 90%);
	padding-bottom: 9.5625rem;
	padding-top: 9.5625rem;
}

.top-contact__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.5125;
	margin-top: 0.9375rem;
	text-align: center;
}

.top-contact__link {
	margin-top: 1.8125rem;
	text-align: center;
}

.top-content {
	overflow: clip;
	padding-bottom: 8.75rem;
	padding-top: 5.625rem;
	position: relative;
}

.top-content__canvas#pattern3 {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.top-lead__bottom {
	margin-top: 2.5rem;
	overflow: clip;
	padding-bottom: 0.6875rem;
	position: relative;
}

.top-lead__canvas#pattern1 {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.top-lead__bottom-inner.inner {
	display: flex;
	flex-direction: column;
}

.top-lead__text {
	font-size: 2.4375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.9358974359;
	margin-left: 0.875rem;
	margin-bottom: 6.5rem;
}

.top-lead__img {
	margin-left: auto;
	margin-top: 3.5625rem;
	width: min(45.1388888889vw, 40.625rem);
}

.top-lead__img img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.top-lead__service{
	display: grid;
    gap: 2rem;
	grid-template-columns: 46rem 1fr;
	margin: 0 0 5.805vw;
}

.top-lead__service__img{
	display: block;
	padding:0 1vw;
}

.top-lead__service__img__inner{
	background: #fff;
	box-shadow: 10px 23px 30px rgba(0, 0, 0, .4);
	position: relative;
	transition: .4s;
	overflow: hidden;
}

.top-lead__service__img__inner:hover{
	border-radius: 3vw;
}

.top-lead__service__img__inner:hover > span.is-img{
	opacity: .3;
}

.top-lead__service__img__inner:hover > span.is-txt{
	opacity: 1;
	transition-delay: .4s;
}

.top-lead__service__img__inner > span{
	display: block;
}

.top-lead__service__img__inner > span.is-img{
	position: relative;
	z-index: 1;
	transition: .4s;
}

.top-lead__service__img__inner > span.is-img > img{

}

.top-lead__service__img__inner > span.is-txt{
	position: absolute;
	z-index: 2;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	color:#000E35;
	font-size: 2rem;
	font-weight: bold;
	opacity: 0;
	transition: .4s;
}


.top-lead__service__text{
    display: flex;
  	flex-direction: column;
  	gap: 0.625rem;
	padding: 0;
}

.top-lead__service__title{
	display: block;
	transition: .3s;
}

.top-lead__service__title:hover{
	opacity: .7;
}

.top-lead__service__title > img{
	width: 11.6875vw;
}

.top-lead__service__catch{
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.4;
}

.top-lead__service__lead{
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.55;
}


.en-page .top-lead__text {
	font-size: 2.6875rem;
	letter-spacing: 0.01em;
	line-height: 1.5348837209;
}

.en-page .top-lead__service__text{
  	gap: 1rem;
}

.en-page .top-lead__service__catch {
	line-height: 1;
	letter-spacing: 0.035em;
}

.en-page .top-lead__service__lead {
	font-size: 1rem;
}

.top-news__inner.inner {
	max-width: 63.5rem;
}

.top-news {
	overflow: clip;
	padding-bottom: 4.75rem;
	padding-top: 4.125rem;
	position: relative;
}

#pattern4.top-news__canvas {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 1;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.top-news__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.75rem;
}

.top-news__link {
	align-items: center;
	border-bottom: 1px solid #fff;
	display: flex;
	opacity: 1;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
	transition: opacity 0.3s;
}

.top-news__link:hover {
	opacity: 0.6;
}

.top-news__date {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 2.5125;
}

.top-news__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.6133333333;
	margin-left: 2.125rem;
	overflow: hidden;
}

.top-news__archive-link {
	margin-top: 2.9375rem;
	text-align: center;
}

.top-news__archive-link a {
	border: 1px solid currentColor;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 400;
	padding-bottom: 0.4375rem;
	padding-left: 2.625rem;
	padding-right: 2.625rem;
	padding-top: 0.4375rem;
	transition: color 0.3s, background-color 0.3s;
}

.top-news__archive-link a:hover {
	background-color: #fff;
	color: #192140;
}

.top-service__content {
	grid-gap: 1.375rem;
	display: grid;
	gap: 1.375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.5625rem;
}

.top-service__item {
	background: linear-gradient(135deg, #0E1C5D 30%, #164983 100%);
	height: auto;
	padding-bottom: 1.9375rem;
	padding-top: 1.9375rem;
	width: 100%;
}

.top-service__item-inner {
	padding-left: 2.125rem;
	padding-right: 2.125rem;
}

.top-service__item-title {
	font-feature-settings: "palt";
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4375;
	text-align: center;
}

.top-service__item-text {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.9411764706;
	margin-top: 1.625rem;
}

.top-solutions__inner.inner {
	max-width: 63.5rem;
}

.top-solutions__challenges {
	margin-top: 2.6875rem;
}

.top-solutions__solutions {
	margin-top: 1.875rem;
}

@media (max-width: 1200px) {

.top-lead__service {
    grid-template-columns: 40rem 1fr;
}

}

@media (max-width: 1120px) {

html {
	font-size: 1.4285714286vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-sub-page {
	margin-top: 10rem;
	min-height: auto;
}

.l-sub-page.l-sub-page--news {
	margin-top: 10rem;
}

.l-top-service {
	margin-top: 6.0625rem;
}

.about__list {
	-moz-column-gap: 0rem;
	column-gap: 0rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
	row-gap: 0rem;
}

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

.about__list-item {
	margin-top: 0.5rem;
}

.about__list-title,
.about__list-item {
	font-size: 0.9375rem;
}

.about__map {
	margin-top: 3.75rem;
}

.about__map iframe {
	aspect-ratio: 4/3;
}

.en-page .about__list {
	grid-template-columns: 1fr;
}

.article__container {
	margin-top: 0.75rem;
}

.article__thumbnail {
	margin-top: 2rem;
}

.article__title {
	font-size: 1.25rem;
	margin-top: 2.5rem;
}

.article__content {
	margin-top: 1rem;
}

.article__links {
	gap: 1.25rem;
	justify-content: center;
}

.article__link {
	font-size: 1rem;
}

.challenges__title {
	font-size: 1.25rem;
	height: 2.5rem;
}

.challenges__contents {
	gap: 0.375rem;
}

.challenges__item {
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
}

.challenges__inner {
	gap: 0.375rem;
	padding-bottom: 2.5rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 1.25rem;
}

.challenges__ttl {
	font-size: min(4.1025641026vw, 1rem);
	line-height: 1.125;
}

.challenges__text {
	font-size: 0.6875rem;
	margin-top: 0;
	text-align: left;
}

.en-page .challenges__ttl {
	font-size: max(3.0769230769vw, 10px);
}

.en-page .challenges__inner {
	padding-bottom: 3.125rem;
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}

.en-page .challenges__text {
	font-size: max(2.8205128205vw, 10px);
	font-weight: 400;
}

.footer {
	height: auto;
	padding-bottom: 3.5rem;
	padding-top: 2rem;
}

.footer__inner.inner {
	align-items: start;
	flex-direction: column;
	padding-left: 30px;
	padding-right: 30px;
}

.footer__nav {
	margin-left: 0;
	margin-top: 1.5625rem;
}

.footer__nav.nav {
	align-items: start;
	flex-direction: column;
	gap: 1.25rem;
}

.footer__nav.nav .nav__item a {
	padding: 0;
}

.footer__copy {
	margin-left: 0;
	margin-top: 2.0625rem;
}

.form-radio input + span {
	display: inline-block;
}

.l-header {
	top: 0;
}

.header {
	height: 8.5rem;
}

.header__inner.inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.inner {
	padding-left: 30px;
	padding-right: 30px;
}

.management__contents {
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.management__content {
	display: block;
}

.management__position {

}

.management__text {

}

.mv {
	height: auto;
}

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

.mv__copy-wrap {
	margin-left: 0;
	padding-bottom: 0;
	padding-top: 10rem;
}

.mv__copy-en {
	font-size: 2.875rem;
}

.mv__copy-ja {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	margin-top: 1.375rem;
}

.news__list {
	margin-top: 5rem;
}

.solutions {
	padding-bottom: 1.875rem;
	padding-top: 1.125rem;
}

.solutions__inner {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.solutions__title {
	font-size: 1.25rem;
}

.solutions__contents {
	gap: 2.5rem;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	margin-top: 1.1875rem;
}

.solutions__text-wrap {
	align-self: initial;
}

.solutions__text {
	font-size: 0.875rem;
}

.en-page .solutions__text {
	font-size: 0.875rem;
}

.sub-ttl__en {
	font-size: 3rem;
}

.sub-ttl h3.sub-ttl__en {
	font-size: 2.25rem;
}

.sub-ttl__ja {
	font-size: 0.8125rem;
}

.title {
	font-size: 1.75rem;
}

.en-page .title {
	font-size: 1.75rem;
}

.top-about {
	padding-bottom: 5.75rem;
	padding-top: 2.0625rem;
}

.top-about__inner.inner {
	gap: 1.5625rem;
	grid-template-columns: 1fr;
}

.top-about__contents {
	align-self: initial;
}

.top-about__title-ja {
	margin-top: 0.75rem;
}

.top-about__link {
	margin-top: 2.125rem;
	text-align: center;
}

.top-contact {
	padding-bottom: 4.25rem;
	padding-top: 2.8125rem;
}

.top-contact__text {
	font-size: 0.875rem;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 2.5625rem;
}

.top-contact__link {
	margin-top: 2.5625rem;
}

.top-content {
	padding-bottom: 7rem;
	padding-top: 3.6875rem;
}

.top-lead__bottom {
	margin-top: 9.1875rem;
	padding-bottom: 4.3125rem;
}

.top-lead__text {
	font-size: 1.25rem;
	margin-left: 0;
	margin-bottom: 4rem;
}

.top-lead__img {
	align-self: center;
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	margin-top: 2.3125rem;
	width: auto;
}

.top-lead__service {
	display: flex;
    flex-direction: column;
	margin: 0;
	gap: 1.2rem;
}

.top-lead__service__img{
	margin: 0 0 10px;
}

.top-lead__service__img__inner:hover{
	border-radius: 0;
}

.top-lead__service__img__inner:hover > span.is-img{
	opacity:1;
}

.top-lead__service__img__inner:hover > span.is-txt{
	opacity: 0;
}

.top-lead__service__text{
	padding: 0 30px;
	gap: 10px;
}

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

.top-lead__service__title:hover{
	opacity: 1;
}

.top-lead__service__title > img{
	width: 151px;
}

.top-lead__service__catch{
	font-size: 26px;
}

.top-lead__service__lead{
	font-size: 15px;
	line-height: 1.7;
}

.en-page .top-lead__text {
	font-size: 1.25rem;
}

.en-page .top-lead__bottom {
	margin-top: 7rem;
}

.top-news {
	padding-bottom: 3.0625rem;
	padding-top: 3.4375rem;
}

.top-news__list {
	margin-top: 2.9375rem;
}

.top-news__link {
	align-items: start;
	flex-direction: column;
	padding-bottom: 0.9375rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.9375rem;
}

.top-news__item-title {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-left: 0;
}

.top-news__archive-link {
	margin-top: 1.875rem;
}

.top-service__content {
	gap: 2.1875rem;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, 1fr);
	margin-top: 2.375rem;
}

.top-service__item {
	padding-bottom: 2.8125rem;
	padding-top: 2.5rem;
}

.top-service__item-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-service__item-title {
	font-feature-settings: inherit;
	font-size: 1.5625rem;
}

.top-service__item-text {
	font-size: 0.875rem;
	margin-top: 1.75rem;
}

.top-solutions__challenges {
	margin-top: 2.5rem;
}

.top-solutions__solutions {
	margin-top: 2.3125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
