@charset "utf-8";

/*
 shared.css
*/
/* -----------------------------------------------
= reset
----------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

button,
textarea {
	margin: 0;
	padding: 0;
	color: inherit;
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
}

input {
	border-radius: 0;
	font: inherit;
}

button {
	cursor: pointer;
}

/* -----------------------------------------------
= base
----------------------------------------------- */
body {
	color: #0d0d0d;
	font-family: Georgia, Times New Roman, Times, serif;
	-webkit-font-smoothing: antialiased;
	/* 文字を滑らかにする */
	font-weight: 400;
	font-feature-settings: "tnum" 1, "lnum" 1;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a {
	color: #0d0d0d;
	text-decoration: none;
}

/*.js-inview {
	opacity: 0;
	transition: opacity .4s ease-in-out;
}
.js-inview.is-show {
	opacity: 1;
}*/
/* -----------------------------------------------
= common
----------------------------------------------- */
html {
	font-size: calc(100vw / 75);
}

.is-pc {
	display: none;
}

.is-pc_inline {
	display: none;
}

.is-sp_inline {
	display: inline;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	html {
		font-size: calc(100vw / 116);
	}

	.is-pc {
		display: block;
	}

	.is-pc_inline {
		display: inline;
	}

	.is-sp {
		display: none;
	}

	.is-sp_inline {
		display: none;
	}
}

/* @media */
@media print,
screen and (min-width: 1160px) {

	/* widePC */
	html {
		font-size: 62.5%;
	}
}

/* @media */
/* -----------------------------------------------
= header
----------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 12rem;
	background: #fff;
	z-index: 40;
}

.header .inner {
	position: relative;
	height: 100%;
	margin: 0 auto;
	display: flex;
	/* 中身を横並びにする */
	align-items: center;
	/* 中身を垂直方向の中央に揃える */
	width: 90%;
}

.is-lower .header {
	border-bottom: #c4c4c4 1px solid;
}

.header .logo {
	/* サイズを可変にする（最小12rem〜最大18remの間で画面幅に合わせて動く） */
	width: clamp(16rem, 14.545rem + 7.27vw, 20rem);
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	/* 垂直方向の中央 */
	justify-content: flex-start;
	/* 左寄せ */
	flex-shrink: 0;
}

.header .link {
	padding: 1rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.header .link li {
	margin: 3rem 0;
	font-size: 3rem;
}

.header--transparent {
	background-color: rgba(250, 250, 250, 0.4);
	transition: background-color .3s;
	position: fixed;
	z-index: 100 !important;
}

/*.header .link li:first-child a::before {
	content: '';
	display: inline-block;
	width: 3.1rem;
	height: 3.1rem;
	margin-right: 1.6rem;
	background: url(../img/shared/icon_recruit.svg) no-repeat 50% / cover;
	vertical-align: middle;
	filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(200deg) brightness(103%) contrast(105%);
}*/
/*.header .link li:last-child a::before {
	content: '';
	display: inline-block;
	width: 3.7rem;
	height: 2.5rem;
	margin-right: 1.6rem;
	background: url(../img/shared/icon_contact.svg) no-repeat 50% / cover;
	vertical-align: middle;
	filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(200deg) brightness(103%) contrast(105%);
}*/
.header .search {
	display: flex;
	margin: 4rem 9.5rem 10rem;
}

.header .search input {
	flex: 1;
	padding-left: 7rem;
	background: url(../img/shared/icon_search.svg) no-repeat 2.5rem 50% / 3.3rem auto #fff;
	border: 1px solid #fff;
	border-radius: .3rem 0 0 .3rem;
	font-size: 3.2rem;
	line-height: 8rem;
	-webkit-appearance: none;
	appearance: none;
}

.header .search button {
	width: 12rem;
	border: 1px solid #6369a5;
	border-radius: 0 .3rem .3rem 0;
	font-size: 2.6rem;
	line-height: 8rem;
	letter-spacing: .04em;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	.header {
		height: 8rem;
	}

	.header .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 80%;
		max-width: 1540px;
		height: 100%;
		margin: 0 auto;
	}

	.header .logo {
		width: clamp(10rem, 15vw, 19rem);
		padding: 0;
		flex-shrink: 0;
	}

	.header .set {
		width: auto
	}

	.header_action {
		display: flex;
		align-items: center;
		gap: clamp(10px, 1.5vw, 20px);
	}

	.header .lang_select a {
		font-size: 2rem;
		color: #000000;
		transition: color .3s;
	}

	.header .link {
		display: flex;
		justify-content: space-between;
		padding: 0;
		border-top: none;
	}

	.header .link li {
		margin: 0;
		font-size: clamp(1.8rem, 2.3vw, 2.2rem);
	}

	/*.header .link li:first-child a::before {
	width: 1.6rem;
	height: 1.5rem;
	margin-right: .5rem;
	filter: invert(11%) sepia(52%) saturate(5032%) hue-rotate(234deg) brightness(91%) contrast(94%);
}*/
	/*.header .link li:last-child a::before {
	width: 1.8rem;
	height: 1.4rem;
	margin-right: .5rem;
	filter: invert(11%) sepia(52%) saturate(5032%) hue-rotate(234deg) brightness(91%) contrast(94%);
}*/
	.header .link a {
		color: #ffffff;
		transition: color .3s;
		display: inline-block;
		background-color: #20287e;
		border-radius: 6px;
		transition: background-color .3s ease;
		justify-content: center;
		border: 1px solid transparent;
		padding: 8px clamp(12px, 1.5vw, 24px);
		/* ボタン内の左右余白も縮める */
		white-space: nowrap;
	}

	.header .link a:hover {
		color: #20287e;
		text-decoration: none;
		background-color: #ffffff;
		border: 1px solid #20287e;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	}

	.header .search {
		margin: 0;
	}

	.header .search input {
		width: 17rem;
		padding-left: 3.3rem;
		background-position: .8rem 50%;
		background-size: 1.3rem auto;
		background-color: #f7f7f7;
		border: 1px solid #e5e5e5;
		font-size: 1.6rem;
		line-height: 3rem;
	}

	.header .search button {
		width: 5rem;
		border: none;
		color: #fff;
		background: #20287e;
		font-size: 1.4rem;
		line-height: 3rem;
		transition: background .3s;
	}

	.header .search button:hover {
		background: #434cab;
	}

	.header .lang_select {
		position: relative;
		padding: 10px 0;
		display: flex;
		align-items: center;
	}

	.header .lang_select a {
		font-size: 2rem;
	}

	.header .lang_select:hover .lang_list {
		opacity: 1;
		visibility: visible;
		transform: taranslateY(0);
	}

	.header .lang_current {
		background: none;
		border: none;
		outline: none;
		padding: 0;
		font-family: inherit;
		cursor: pointer;
		display: flex;
		align-items: center;
		color: #000000;
		font-size: clamp(1.8rem, 2.3vw, 2.2rem);
		white-space: nowrap;
	}

	.is-home .header .lang_current {
		color: #ffffff;
		font-size: clamp(1.8rem, 2.3vw, 2.2rem);
		white-space: nowrap;
	}

	.header .lang_list {
		position: absolute;
		top: calc(100% + 10px);
		left: 50%;
		width: 120px;
		background-color: #fff;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		list-style: none;
		padding: 8px 0;
		margin: 0;
		border-radius: 4px;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: all 0.3s ease;
		transform: translateX(-50%) translateY(10px);
	}

	.header .lang_list li {
		padding: 0;
		margin: 0;
		width: 100%;
		list-style: none;
	}

	.header .lang_list li a {
		display: block;
		padding: 10px 0;
		text-align: center;
		font-size: 1.8rem;
		color: #333;
	}

	.header--transparent {
		background-color: rgba(250, 250, 250, 0.4);
		transition: background-color .3s;
		backdrop-filter: blur(10px) saturate(150%);
		position: fixed;
		/* 固定を維持 */
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		/* Swiper(z-index: 5など)より確実に大きくする */
	}

	.header--transparent .global_nav .menu>li {
		color: #ffffff;
		font-size: clamp(1.8rem, 2.3vw, 2.2rem);
		gap: clamp(10px, 1.5vw, 30px);
		/* 項目間の隙間も可変に */
	}

	.header--solid {
		background-color: #fff !important;
		/* 強制的に白にする */
		color: #000 !important;
		/* 文字を黒に */
		border-bottom: #c4c4c4 1px solid;
		/* is-lowerで設定されていた線 */
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}

	.header--solid .global_nav .menu>li>a {
		color: #000000 !important;
	}

	.header--solid .lang_current {
		color: #000000 !important;
	}
}

/* @media */
/* -----------------------------------------------
= nav
----------------------------------------------- */
.sp_nav_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 50;
	width: 12rem;
	height: 12rem;
}

.sp_nav_btn button {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #20287e;
}

.sp_nav_btn button::before,
.sp_nav_btn button::after {
	content: '';
	position: absolute;
	left: 3.4rem;
	height: .2rem;
	background: #fff;
	transition: transform .3s;
}

.sp_nav_btn button::before {
	top: 3.7rem;
	width: 6rem;
}

.sp_nav_btn button::after {
	top: 7.7rem;
	width: 4rem;
}

.sp_nav_btn button span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.sp_nav_btn button span::before {
	content: '';
	position: absolute;
	top: 5.7rem;
	left: 3.4rem;
	width: 5rem;
	height: .2rem;
	background: #fff;
}

.is-nav_opened .sp_nav_btn button::before {
	top: 5.7rem;
	left: 3rem;
	transform: rotate(-45deg);
}

.is-nav_opened .sp_nav_btn button::after {
	top: 5.7rem;
	left: 3rem;
	width: 6rem;
	transform: rotate(45deg);
}

.is-nav_opened .sp_nav_btn button span::before {
	display: none;
}

.sp_nav {
	position: fixed;
	top: 12rem;
	right: 0;
	z-index: 50;
	width: 100%;
	max-height: calc(100% - 12rem);
	color: #fff;
	background: #20287e;
	overscroll-behavior: contain;
	overflow-y: auto;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s;
}

.is-nav_opened .sp_nav {
	opacity: 1;
	pointer-events: auto;
}

.sp_nav ul {
	margin: 0 3rem;
	text-align: center;
}

.sp_nav li a {
	color: #fff;
	line-height: 1.5;
}

.sp_nav .menu {
	padding: 2rem 0;
}

.sp_nav .menu li {
	margin: 5rem 0;
	font-size: 3.2rem;
	font-weight: 700;
}

/* スマホメニュー内の言語リスト：最初は非表示 */
.sp_nav .lang_list {
	display: none;
	margin: 1rem 0;
	padding: 1rem 0;
	background: rgba(255, 255, 255, 0.1);
	/* 少し背景を明るく */
	border-radius: 5px;
}

.sp_nav .lang_list li {
	margin: 2rem 0 !important;
	/* メニューの間隔 */
	font-size: 2.6rem !important;
	/* 少し小さめに */
}

.header .lang_list.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	.sp_nav {
		opacity: 0 !important;
		pointer-events: none !important;
	}

	.global_nav .menu {
		display: flex;
	}

	.global_nav .menu>li {
		position: relative;
		margin: 0 clamp(0.5rem, 1vw, 2rem);
		font-size: clamp(1.8rem, 2.3vw, 2.2rem);
		gap: clamp(10px, 1.5vw, 30px);
		/* 項目間の隙間も可変に */
		font-weight: 600;
	}

	.global_nav .menu>li>a {
		display: block;
		position: relative;
		margin: auto;
		padding: auto;
		color: #000000;
		transition: color .3s;
		white-space: nowrap;
		/* 改行させない */
	}

	.is-home .global_nav .menu>li>a {
		color: #fff;
	}

	.is-lower .global_nav .menu>li>a {
		color: #000000;
	}

	.global_nav .menu>li>a:hover {
		color: #434cab !important;
	}

	.global_nav .menu>li>a::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -1.5rem;
		width: 100%;
		height: .3rem;
		background: #434cab;
		opacity: 0;
		transition: opacity .3s;
	}

	.global_nav .menu>li>a:hover::after {
		opacity: 1;
	}

	.global_nav .menu .sub {
		position: absolute;
		top: 5rem;
		left: -6.8rem;
		width: calc(100% + 10.6rem);
		padding: 1.4rem;
		background: rgba(67, 76, 171, .9);
		text-align: center;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s;
	}

	.global_nav .menu>li:hover>.sub {
		opacity: 1;
		pointer-events: auto;
	}

	.global_nav .menu .sub li {
		padding: 1.6rem 0;
		font-size: 2rem;
		letter-spacing: .04em;
	}

	.global_nav .menu .sub li a {
		color: #fff;
	}

	.global_nav .menu .sub li a:hover {
		text-decoration: underline;
	}

	.global_nav .menu .sub::after {
		content: '';
		position: absolute;
		top: -3rem;
		/* メニューの上側に透明な領域を伸ばす */
		left: 0;
		width: 100%;
		height: 5rem;
		/* 隙間を埋める高さ */
		background: transparent;
		/* 透明なので見えない */
		display: block;
	}
}

/* @media */
/* -----------------------------------------------
= main
----------------------------------------------- */
.is-home .main {
	margin-top: 0;
}

.is-lower .main {
	margin-top: 12rem;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	.is-home .main {
		margin-top: 0;
	}

	.is-lower .main {
		margin-top: 8rem;
	}
}

/* @media */
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer {
	background: #ffffff;
	border-top: 1px solid #cccccc;
	padding: 4rem 2rem 2rem;
}

.footer .info {
	background: #ffffff;
	text-align: center;
	margin-bottom: 3rem;
}

.footer .logo {
	width: 70%;
	/* スマホでは少し大きく見せる */
	max-width: 300px;
	margin: 0 auto;
	/* 中央寄せ */
}
.footer .btn {
	margin-left: 10rem;
	margin-right: 10rem;
}

.footer .copyright {
	color: #666;
	font-size: 2rem;
	text-align: center;
	letter-spacing: .04em;
}

.footer .pagetop {
	position: fixed;
	right: 2rem;
	bottom: 7rem;
	width: 8rem;
	height: 8rem;
}

.footer .pagetop button {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #b7c7e0;
	border-radius: 50%;
}

.footer .pagetop button::after {
	content: '';
	position: absolute;
	top: 2.7rem;
	left: calc(50% - 1.1rem);
	width: 2.2rem;
	height: 1.9rem;
	background: #b7c7e0;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.footer .pagetop button span {
	display: none;
}
/* ナビゲーションエリア */
.footer_nav_group {
    width: 100%;
}

.nav_blocks_container {
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    gap: 3rem 0; /* 縦の隙間を確保 */
	margin-left: 1rem;
}

.nav_block {
    width: 50%; /* ★2カラム（2列）にする */
}

/* 見出し（Expertiseなど） */
.nav_sub_ttl {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.nav_sub_ttl a {
    text-decoration: none;
    color: #000;
}

/* 各メニューのリンク */
.nav_block ul li {
    margin-bottom: 1rem;
    list-style: none;
}

.nav_block ul li a {
    font-size: 2.5rem;
    color: #666;
    text-decoration: none;
    line-height: 1.4;
    display: block;
}

/* フッター下部（コピーライト・サブリンク） */
.footer_bottom_area {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.bottom_inner {
    display: flex;
    flex-direction: column-reverse; /* コピーライトを一番下にする */
    align-items: center;
    gap: 2rem;
}

.footer_sub_links {
    display: flex;
    flex-wrap: wrap; /* サブリンクが入り切らない場合折り返す */
    justify-content: center;
    gap: 1.5rem;
}

.footer_sub_links li a {
    font-size: 2rem;
    color: #333;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	.footer {
		position: relative;
		border-top: #cccccc 1px solid;
	}

	.footer::before,
	.footer::after {
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		z-index: -1;
	}

	.footer::before {
		left: 0;
		width: calc(50% - 7rem);
		background: #ffffff;
	}

	.footer::after {
		right: 0;
		width: calc(50% + 13rem);
		background: #ffffff;
	}

	.footer .inner {
		display: flex;
		max-width: 1540px;
		width: 80%;
		margin: 0 auto;
		justify-content: space-between;
		align-items: flex-start;
		padding: 6rem 0;
		gap: 1rem;
	}

	.footer .info {
		padding:0;
		text-align: left;
		flex: 0 0 300px;
	}

	.footer .logo {
		width: 35rem;
		margin-bottom: 0;
	}

	.footer .btn {
		margin-left: 0;
		margin-right: 0;
	}

	.footer .copyright {
		background: #fff;
		font-size: 2rem;
	}

	.footer .pagetop {
		display: none;
		right: 5rem;
		bottom: 4rem;
		width: 6rem;
		height: 6rem;
	}

	.footer .pagetop button {
		transition: .3s;
	}

	.footer .pagetop button:hover {
		background: #434cab;
		border: 1px solid #434cab;
	}

	.footer .pagetop button::after {
		top: 2rem;
		left: calc(50% - .8rem);
		width: 1.6rem;
		height: 1.4rem;
		transition: background .3s;
	}

	.footer .pagetop button:hover::after {
		background: #fff;
	}

	.footer_nav_group {
		display: flex;
		align-items: flex-start;
		flex: 1;
		margin-left: 5%;
	}

	.footer_nav {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.nav_blocks_container {
		display: flex;
		flex: 1;
		align-items: flex-start;
		width: 100%;
	}

	.nav_block {
		flex: 1;
		min-width: 0;
	}

	.nav_sub_ttl {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
		color: #333;
		font-weight: 500;
	}

	.footer_nav_ttl {
		font-weight: bold;
		font-size: 2.2rem;
		margin-bottom: 2.5rem;
		color: #000000;
		text-align: center;
	}

	.footer_nav ul li {
		list-style: none;
		margin-bottom: 1.2rem;
	}

	.footer_nav ul li a {
		text-decoration: none;
		color: #333;
		font-size: 1.7rem;
		transition: 0.3s;
	}

	.footer_sub_links {
		display: flex;
		gap: 2rem;
	}

	.footer_sub_links a {
		font-size: 1.7rem;
		color: #333;
		text-decoration: none;
	}

	.bottom_inner {
		display: flex;
		max-width: 1540px;
		width: 80%;
		margin: 0 auto;
		justify-content: space-between;
		align-items: center;
		gap: 3rem;
	}

	.footer_bottom_area {
		margin-bottom: 30px;
	}
}

/* @media */
/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
	body {
		min-width: 100rem;
	}

	.header,
	.sp_nav_btn,
	.footer .pagetop {
		position: absolute;
	}

	.js-inview {
		opacity: 1;
	}
}

/* media */