@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 2rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #172154;
	word-wrap: break-word;
	background: #F4FAF9;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 80px;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

select:focus-visible {
	outline: auto;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

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

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

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

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

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

.mb-85 {
	margin-bottom: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

.mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

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

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

.mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

/* padding
-------------------------------*/

.p-0 {
	padding: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.p-45 {
	padding: 45px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.p-50 {
	padding: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.p-55 {
	padding: 55px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.px-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p-65 {
	padding: 65px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.px-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.p-70 {
	padding: 70px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.p-75 {
	padding: 75px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.px-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.p-85 {
	padding: 85px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pr-85 {
	padding-right: 85px !important;
}

.pl-85 {
	padding-left: 85px !important;
}

.px-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.p-90 {
	padding: 90px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

.px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.p-95 {
	padding: 95px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pr-95 {
	padding-right: 95px !important;
}

.pl-95 {
	padding-left: 95px !important;
}

.px-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.p-100 {
	padding: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* gap
-------------------------------*/

/* grid
-------------------------------*/

.grid-1col > *,
.grid-2col > *,
.grid-3col > *,
.grid-4col > * {
	min-width: 0;
}

.grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/* Layout */

.l-body {
	width: 100%;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
}

.l-header-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
	width: 100%;
	padding: 2rem 2rem;
}

.l-footer {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-navi {
	max-width: calc(100% - 100px);
}

.l-navi-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4.5rem;
}

.l-main {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-wrapper {
	position: relative;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.l-wrapper--sm {
	padding-left: clamp(0rem, -15rem + 19.53125vw, 10rem);
}

.l-wrapper--xs {
	padding-left: clamp(0rem, -24.6153846154rem + 32.0512820513vw, 10rem);
	max-width: 1000px;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

/*
#styleguide
heading-1

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-1">見出し２です</p>
```
*/

.heading-1__en {
	font: 700 1.6rem "Plus Jakarta Sans", sans-serif;
	color: #FF5500;
}

.heading-1__jp {
	margin-top: 1rem;
	font: 700 4.86rem YakuHanJP, "Noto Sans JP", sans-serif;
	line-height: 1.65;
	letter-spacing: 0.05em;
}

/*
#styleguide
heading-2

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-2">見出し２です</p>
```
*/

.heading-2 {
	position: relative;
	margin-bottom: 3.6rem;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.05em;
}

.heading-2--center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8rem;
}

.heading-2--center::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background: rgba(54, 61, 101, 0.1);
	z-index: -1;
}

.heading-2--center span {
	display: block;
	padding: 0 1em;
	background: #F4FAF9;
}

/*
#styleguide
heading-3

SP 20px / PC 26px:
デフォルトは左寄せ
```
<p class="heading-3">見出し２です</p>
```
*/

.heading-3 {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.heading-4 {
	border-bottom: 1px solid #FF5500;
	padding-bottom: 3rem;
	font: 700 2.8rem YakuHanJP, "Noto Sans JP", sans-serif;
	line-height: 1.65;
	letter-spacing: 0.05em;
}

/*
#styleguide
text-base

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-base">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

.text-base {
	font-size: 1.6rem;
	line-height: 1.8;
}

.text-base p,
.text-base ol,
.text-base ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-md

SP 18px / PC 20px
デフォルトは左寄せ
```
<p class="text-md">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

.text-md {
	font-size: 2rem;
	line-height: 1.65;
}

.text-md p,
.text-md ol,
.text-md ul {
	margin-bottom: 1.65em;
}

/*
#styleguide
text-lg

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-lg">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-lg {
	font-size: 2.4rem;
	line-height: 1.65;
}

.text-lg p,
.text-lg ol,
.text-lg ul {
	margin-bottom: 1.65em;
}

/*
#styleguide
text-xl

SP 20px / PC 28px
デフォルトは左寄せ
```
<p class="text-xl">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-xl {
	font-size: 2.8rem;
	line-height: 1.65;
}

.text-xl p,
.text-xl ol,
.text-xl ul {
	margin-bottom: 1.65em;
}

/*
#styleguide
text-sm

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-sm">小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです</p>
```
*/

.text-sm {
	font-size: 1.4rem;
	line-height: 1.65;
}

.text-sm p,
.text-sm ol,
.text-sm ul {
	margin-bottom: 1.65em;
}

/*
#styleguide
text-note

米印の下にテキストの回り込みが内容にします。
```
<p class="text-note">※テキストですテキストです。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。</p>
```
*/

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

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.buttons-wrap--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #363D65;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::after {
	content: "";
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	-webkit-mask: url(../img/icon_arrow_circle.svg) no-repeat center center/contain;
	mask: url(../img/icon_arrow_circle.svg) no-repeat center center/contain;
	background: #FF5500;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary--arrow-before {
	padding-left: 2.4rem;
	font-size: 1.4rem;
}

.button-primary--arrow-before::after {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 1.6rem;
	height: 1.6rem;
}

.button-primary--sm {
	font-size: 1.4rem;
}

.button-primary--sm::after {
	width: 2rem;
	height: 2rem;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.button-secondary {
	position: relative;
	display: inline-block;
	border: 1.5px solid #FF5500;
	padding: 1.4285em 3em 1.4285em 2em;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #FF5500;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary[target=_blank]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.3rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.6rem;
	height: 1.6rem;
	-webkit-mask: url(../img/icon_external_link.svg) no-repeat center center/contain;
	mask: url(../img/icon_external_link.svg) no-repeat center center/contain;
	background: currentColor;
}

.button-secondary--contact::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.3rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	-webkit-mask: url(../img/icon_send.svg) no-repeat center center/contain;
	mask: url(../img/icon_send.svg) no-repeat center center/contain;
	background: currentColor;
}

.button-secondary--sm {
	padding: 1.1em 5.115em 1.1em 1.42em;
	font-size: 1.3rem;
}

.button-secondary--sm[target=_blank]::after {
	right: 1.5rem;
}

.button-secondary--sm2 {
	padding: 0.9rem 5.115em 1.1rem 1.42em;
	font-size: 1.3rem;
}

.button-secondary--sm2[target=_blank]::after {
	right: 1.5rem;
}

.button-secondary--white {
	color: #FFF;
	border-color: #FFF;
}

.button-secondary--arrow-right::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.3rem;
	width: 0.7rem;
	height: 1.4rem;
	-webkit-mask: url(../img/icon_arrow_right.svg) no-repeat center center/contain;
	mask: url(../img/icon_arrow_right.svg) no-repeat center center/contain;
	background: currentColor;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-1 li {
	position: relative;
	padding-left: 1.5em;
}

.list-1 li:not(:first-child) {
	margin-top: 13px;
}

.list-1 li::before {
	content: "";
	background: url(../img/icon_check_circle.svg) no-repeat center/contain;
	position: absolute;
	top: 8px;
	left: 0;
	width: 21px;
	height: 21px;
}

.list-2 li {
	position: relative;
	padding: 0.2857em 0 0.2857em 0.7857em;
	font-size: 1.4rem;
	line-height: 1.65;
}

.list-2 li::before {
	content: "";
	position: absolute;
	top: 0.95em;
	left: 0;
	width: 5px;
	height: 5px;
	background: #FF5500;
	border-radius: 50%;
}

.js-parallax {
	position: absolute;
	top: 0;
	display: block;
	will-change: transform;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.js-parallax--bottom {
	bottom: 0 !important;
	top: auto !important;
}

.header-logo {
	position: absolute;
	top: 2rem;
	left: 2.8rem;
	width: 7rem;
	z-index: 100;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.menu-btn {
	display: none;
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.5rem 3.2rem;
}

.gnavi__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #363D65;
}

.gnavi__jp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.gnavi__link[target=_blank] .gnavi__jp::after {
	content: "";
	display: inline-block;
	margin-left: 0.6rem;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/icon_external_link.svg) no-repeat center center/contain;
}

.gnavi__en {
	display: none;
}

.sns-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.sns-navi__item {
	width: 48px;
}

.sns-navi__item--tel > button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #FF5500;
	border: none;
	padding: 0;
	margin: 0;
	color: #FFF;
	font: 700 1.2rem YakuHanJP, "Noto Sans JP", sans-serif;
	line-height: 1.49;
	letter-spacing: 0.05em;
	text-align: center;
}

.sns-navi__item--tel > button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: calc(100% - 12px);
	height: 1px;
	display: block;
	background: #FFF;
}

.sns-navi__item--tel > button:focus-visible {
	outline-color: #172154;
}

.navi-copyright {
	display: block;
	margin-top: 4rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 0.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #FF5500;
}

.tel-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tel-modal__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tel-modal__item:not(:last-child) {
	margin-bottom: 40px;
}

.tel-modal__label {
	font: 700 2.6rem "Plus Jakarta Sans", sans-serif;
	line-height: 1;
	color: #FF5500;
	min-width: 3.3em;
	text-align: left;
	margin-top: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tel-modal__text {
	font: 700 2.6rem YakuHanJP, "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.65;
	color: #363D65;
	text-align: left;
}

.tel-modal__text--lg {
	font-size: 4rem;
	line-height: 1;
}

.tel-modal__text a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.tel-modal__text span {
	display: block;
	font: 400 1.8rem YakuHanMP, "Noto Serif JP", serif;
	letter-spacing: 0;
	margin-top: 12px;
}

.contact {
	background: #363D65;
	color: #FFF;
	padding: 79px 0;
}

.contact__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact__content {
	padding-right: 5%;
}

.contact__heading {
	font: 700 1.4rem YakuHanJP, "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.contact__text {
	margin-top: 20px;
	font-size: 4rem;
	word-break: break-word;
}

.contact__link {
	width: 300px;
	max-width: 100%;
}

.footer {
	padding: 78px 0;
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__content {
	padding-right: 5%;
}

.footer__name img {
	max-width: 100%;
}

.footer__name__en {
	margin-top: 10px;
	font: 700 1.2rem "Plus Jakarta Sans", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.65;
}

.footer__text {
	margin-top: 30px;
}

.footer__text p {
	margin-bottom: 5px;
}

.footer__text__tel {
	text-decoration: none;
}

.footer__text a {
	display: block;
}

.footer__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.footer__link a {
	width: 300px;
	max-width: 100%;
}

.footer__menu-wrap {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 32px;
	padding-right: 5%;
}

.footer__logo {
	width: 100px;
}

.copyright {
	display: block;
	text-align: center;
	padding: 8px 0;
	background: #FF5500;
	color: #FFF;
	font: 700 1rem "Plus Jakarta Sans", sans-serif;
	letter-spacing: 0.05em;
}

.mainvisual {
	position: relative;
	width: 100%;
	margin-top: 16rem;
}

.mainvisual__copy {
	position: absolute;
	top: 0;
	right: -3rem;
	z-index: 1;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 5.2rem;
	line-height: 2.1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.mainvisual-slide {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	padding-top: 20rem;
}

.mainvisual-slide__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainvisual-slide__item {
	width: 93.5rem;
	margin-right: 2.8rem;
}

.mainvisual-slide__item img {
	display: block;
}

.mainvisual-news {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 4.8rem;
	background: #FFF;
	width: 75%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5rem 1.5rem 1.5rem 3rem;
}

.mainvisual-news__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainvisual-news__heading {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 3rem;
	padding: 1.2rem 2.5rem 1.2rem 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color: #363D65;
	border-right: 1px solid rgba(54, 61, 101, 0.1);
}

.mainvisual-news__date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	margin-right: 1.5rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #959CAF;
}

.mainvisual-news__title {
	display: block;
	padding-right: 1rem;
	text-overflow: ellipsis;
	font-size: 1.4rem;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	overflow: hidden;
	white-space: nowrap;
}

.mainvisual-news__link {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
	padding: 1.2rem 2.4rem;
	border: 1.5px solid #FF5500;
	border-radius: 10rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	color: #FF5500;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-introduction {
	position: relative;
	padding: 19rem 0 17rem;
}

.home-introduction::after {
	content: "";
	position: absolute;
	top: 7rem;
	right: -17.5rem;
	width: 53.7rem;
	height: 44rem;
	z-index: -1;
	background: url(../img/fig_home_introduction.svg) no-repeat center center/contain;
}

.home-introduction__heading {
	margin-bottom: 4.8rem;
}

.parallax-text-section {
	overflow: hidden;
	position: relative;
}

.parallax-text-section__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.parallax-text-section--reverse .parallax-text-section__wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.parallax-text-section__parallax-text {
	position: absolute;
	left: -0.5rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 20rem;
	width: 20rem;
	height: 100%;
	color: #FF5500;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	margin-left: 8.3333333333%;
}

.parallax-text-section__parallax-text--lg {
	font-size: 22.8rem;
}

.parallax-text-section--reverse .parallax-text-section__parallax-text {
	left: auto;
	right: -10.8rem;
}

.parallax-text-section__content {
	width: 66.6666666667%;
}

.parallax-text-section--wide .parallax-text-section__content {
	width: 83.3333333333%;
}

.slide-link.swiper {
	overflow: visible;
}

.slide-link__item {
	width: 90vw;
	height: auto !important;
	max-width: 30.9rem;
}

.slide-link .swiper-pagination {
	position: absolute;
	left: 0 !important;
	bottom: -4rem !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
	gap: 0.4rem;
}

.slide-link .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	opacity: 0.3;
	margin: 0 !important;
	width: 2rem;
	height: 2rem;
	background: transparent;
	border: 1px solid transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slide-link .swiper-pagination .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0.8rem;
	height: 0.8rem;
	background: #FF5500;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slide-link .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #FF5500;
	opacity: 1;
}

.slide-link-card {
	position: relative;
	display: block;
	height: 100%;
	padding: 4rem 3rem 11.8rem;
	text-decoration: none;
	background: #FCFEFD;
	border: 1px solid #FF5500;
}

.slide-link-card__heading {
	position: absolute;
	top: 1rem;
	left: 0;
	padding: 1rem 0.8rem;
	font-size: 2.8rem;
	line-height: 1.5;
	color: #363D65;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #FCFEFD;
}

.slide-link-card__en {
	position: absolute;
	bottom: 2rem;
	left: 1.5rem;
	font-size: 1rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	color: #FF5500;
}

.slide-link-card__image {
	margin-bottom: 1.4rem;
}

.slide-link-card__text {
	font-size: 1.6rem;
	line-height: 1.65;
}

.slide-link-card__button {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}

.home-recruitment {
	padding: 13rem 0 20rem;
}

.recruitment-list {
	margin-top: 10rem;
}

.recruitment-list__item:not(:last-child) {
	margin-bottom: 10rem;
}

.recruitment-list__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 4rem;
	text-decoration: none;
}

.recruitment-list__image {
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40%;
}

.recruitment-list__image img {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.recruitment-list__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-height: 100%;
}

.recruitment-list__heading {
	margin-bottom: 2.2rem;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #363D65;
}

.recruitment-list__text p {
	margin-bottom: 0;
}

.recruitment-list__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	padding-bottom: 2rem;
	border-bottom: 1px solid #FF5500;
}

.recruitment-list__button__en {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	color: #FF5500;
}

.home-blog {
	padding-bottom: 21.5rem;
}

.home-blog__image img {
	display: block;
	width: 100%;
}

.home-blog-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 13.5rem;
}

.home-blog-head__heading {
	margin-top: -11rem;
	margin-left: -1.5rem;
	margin-bottom: 1.6rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 20rem;
	color: #FF5500;
}

.page-title {
	padding-top: 28.88svh;
	height: 100svh;
}

.page-title--hidden {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.page-title__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	padding-left: 11.805%;
	height: 100%;
}

.page-title__en {
	display: block;
	padding-left: 3.5%;
	-webkit-transform: translateY(-69%);
	transform: translateY(-69%);
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(5.6rem, 1.7971830986rem + 10.1408450704vw, 16.4rem);
	font-weight: 600;
	color: #FF5500;
}

.page-title__ja {
	position: absolute;
	bottom: 0.54em;
	left: 0.75em;
	font-size: clamp(3rem, 2.3661971831rem + 1.6901408451vw, 4.8rem);
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.page-title__image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 77.7778%;
	height: 100%;
	z-index: -1;
}

.page-title__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page-title__lead {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	background: #F4FAF9;
	padding: 1.375em 1em 1.375em 1.5625em;
	width: clamp(61.5rem, 46.0714285714rem + 20.0892857143vw, 75rem);
	max-width: 750px;
	font-size: 3.2rem;
	font-size: clamp(2rem, 1.5774647887rem + 1.1267605634vw, 3.2rem);
	line-height: 1.65;
}

.page-title__lead::before,
.page-title__lead::after {
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
}

.page-title__lead::before {
	top: 0;
	left: 0;
	border-top: 1.5px solid #FF5500;
	border-left: 1.5px solid #FF5500;
}

.page-title__lead::after {
	bottom: 0;
	right: 0;
	border-bottom: 1.5px solid #FF5500;
	border-right: 1.5px solid #FF5500;
}

.page-title__lead--sm {
	font-size: clamp(1.8rem, 1.4478873239rem + 0.9389671362vw, 2.8rem);
}

.image-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.image-2col img {
	display: block;
}

.page-links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #FCFEFD;
	padding: 2.3rem 2.4rem 2.3rem 2.8rem;
	border: 1px solid #FF5500;
}

.page-links:not(:first-child) {
	margin-top: 4rem;
}

.page-links__thumbnail {
	overflow: hidden;
	margin: 5px 0;
	width: 30.02%;
	max-width: 314px;
}

.page-links__thumbnail img {
	display: block;
	margin: 0 auto;
}

.page-links__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1em;
	margin-top: 2.7rem;
	margin-left: 3.443%;
}

.page-links__label {
	position: absolute;
	top: 2.3rem;
	right: 2.5rem;
	display: block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FF5500;
	text-align: right;
}

.page-links__title {
	margin-bottom: 0.6em;
	font-size: clamp(2.4rem, -0.3759036145rem + 3.6144578313vw, 3.6rem);
	line-height: 1.4;
}

.page-links__external {
	position: relative;
	z-index: 10;
}

.page-links__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.research {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.research__main {
	margin-right: 4.167%;
}

.research__text {
	padding-left: clamp(0rem, -5.7142857143rem + 7.4404761905vw, 5rem);
}

.research__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 29.1667%;
	height: 29.1667%;
	aspect-ratio: 1/1;
	max-width: 350px;
	background: #FCFEFD;
	border-radius: 50%;
	overflow: hidden;
}

.research__image img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.research-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 8rem;
}

.research-gallery img {
	display: block;
}

.research-theme {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #FCFEFD;
	border: 1px solid #FF5500;
	margin-top: 10rem;
}

.research-theme::before,
.research-theme::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.research-theme::before {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 12px solid #FCFEFD;
	z-index: 1;
	pointer-events: none;
}

.research-theme::after {
	width: 24px;
	height: 24px;
	background: #FCFEFD;
}

.research-theme__item {
	position: relative;
	padding: 16.66% 13.33% 13.33% 13.33%;
	border-bottom: 1px solid #FF5500;
	border-left: 1px solid #FF5500;
}

.research-theme__item::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 20px;
	width: 71px;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #FF5500;
}

.research-theme__title {
	font: 700 2.4rem YakuHanJP, "Noto Sans JP", sans-serif;
	line-height: 1.65;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}

.research-theme__number {
	position: absolute;
	top: 25px;
	left: 30px;
	font: 700 1.6rem "Plus Jakarta Sans", sans-serif;
	color: #FF5500;
}

.research-theme__text {
	font-size: 2rem;
	line-height: 1.65;
}

.environment {
	display: grid;
	grid-template-columns: minmax(260px, 25%) 75%;
	grid-template-rows: auto 1fr;
}

.environment:not(:last-child) {
	margin-bottom: 8rem;
}

.environment__title {
	display: block;
	margin-bottom: 0;
	padding-right: 20px;
}

.environment__head {
	font-size: 3.6rem;
	margin-bottom: 0.56em;
}

.environment__info {
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.environment__main {
	grid-row: span 2/span 2;
	grid-column-start: 2;
	grid-row-start: 1;
}

.environment__text {
	margin-top: 1.112em;
	font-size: 1.8rem;
	line-height: 1.65;
}

.environment__button {
	grid-column-start: 1;
	grid-row-start: 2;
	display: block;
	margin-top: 1.7rem;
}

.environment-description {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.environment-description:not(:last-child) {
	margin-bottom: 4rem;
}

.environment-description__title {
	font-size: 2.8rem;
	line-height: 1.2;
	margin-bottom: 0.25em;
}

.environment-description__info {
	font-size: 1.6rem;
	line-height: 1.65;
}

.environment-description__image img {
	display: block;
}

.member-lead {
	margin-top: 13.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6.5rem;
	gap: clamp(1rem, -5.2857142857rem + 8.1845238095vw, 6.5rem);
}

.member-lead__title {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 24rem;
	font-weight: 600;
	color: #FF5500;
	padding-left: 7.8%;
	font-size: clamp(5.6rem, -0.8788732394rem + 17.2769953052vw, 24rem);
}

.member-lead__image {
	margin-left: auto;
	text-align: right;
	width: 240px;
	max-width: 100%;
}

.member-lead__main {
	margin-top: -2rem;
}

.member-lead__heading {
	font: 700 2rem YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 3.6rem;
	line-height: 1.65;
}

.member-lead__name {
	text-align: right;
	font-size: 4rem;
	line-height: 1.65;
}

.member-lead__name span {
	font: 700 1.3rem YakuHanJP, "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-right: 1em;
}

.research-field {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5.5rem 5rem 5.6rem;
	background: #FFF;
	border: 1px solid #FF5500;
	gap: 20px;
}

.research-field::before,
.research-field::after {
	content: "";
	background: #FFF;
	width: 95%;
	height: 2px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.research-field::before {
	top: -1px;
}

.research-field::after {
	bottom: -1px;
}

.research-field__inner {
	margin-right: 5%;
}

.research-field__text {
	font-size: 3.6rem;
	line-height: 1.65;
}

.research-field__link a {
	width: 300px;
	max-width: 100%;
}

.career-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.career-list:not(:first-of-type) {
	margin-top: 6.7rem;
}

.career-list__heading {
	font: 700 2rem YakuHanJP, "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-align: left;
	width: 16%;
	min-width: 100px;
}

.career-list__content {
	width: 84%;
}

.career-list__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.career-list__inner:not(:first-of-type) {
	margin-top: 1em;
}

.career-list__year {
	width: 20%;
	min-width: 180px;
	font: 700 1.6rem "Plus Jakarta Sans", sans-serif;
	color: #959caf;
}

.career-list__year span {
	display: inline-block;
}

.career-list__year span:first-of-type {
	width: 100px;
	position: relative;
	padding-right: 57px;
}

.career-list__year span:first-of-type::after {
	position: absolute;
	top: 15px;
	right: 13px;
	content: "";
	background: #959caf;
	width: 3.2rem;
	height: 1px;
}

.career-list__text {
	font-size: 2rem;
	line-height: 1.65;
}

.member {
	margin-bottom: 14rem;
}

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

.member__main {
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.member__thumbnail {
	aspect-ratio: 1/1;
	overflow: hidden;
}

.member__thumbnail img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.member__text {
	padding-top: 1.2rem;
}

.member__grade {
	font: 700 1.2rem "Plus Jakarta Sans", sans-serif;
}

.member__name {
	margin-top: 0.4rem;
}

.member__school {
	display: block;
	margin-top: 1.3rem;
	font: 700 1.3rem YakuHanJP, "Noto Sans JP", sans-serif;
	color: #959caf;
	letter-spacing: 0.05em;
}

.member__link {
	margin-top: 7.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.member__link a {
	width: 360px;
	max-width: 100%;
}

.voice {
	margin-top: 10rem;
}

.voice__item:not(:last-child) {
	margin-bottom: 10rem;
}

.voice__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 4rem;
	text-decoration: none;
}

.voice__image {
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 36.36%;
}

.voice__image img {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.voice__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-height: 100%;
}

.voice__heading {
	margin-bottom: 2.2rem;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #363D65;
}

.voice__text p {
	margin-bottom: 0;
}

.voice__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	padding-bottom: 2rem;
	border-bottom: 1px solid #FF5500;
}

.voice__button__en {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	color: #FF5500;
}

.interview {
	padding: 0 0 160px;
}

.interview__heading {
	font-size: 2rem !important;
	margin-bottom: 1.5em !important;
}

.interview p {
	font-family: "Noto Serif JP", serif;
}

.laboratory-announce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 34px 40px 40px;
	background: #FFF;
}

.laboratory-announce__main {
	width: 75.5%;
}

.laboratory-announce__heading {
	font-size: 3.2rem;
	line-height: 1.65;
}

.laboratory-announce__text {
	margin-top: 16px;
	font-size: 1.8rem;
	line-height: 1.65;
}

.laboratory-announce__contact {
	margin-top: 24px;
	background: rgba(54, 61, 101, 0.03);
	padding: 16px 20px;
}

.laboratory-announce__contact__heading {
	font: 700 1.5rem YakuHanJP, "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.65;
}

.laboratory-announce__contact__link {
	margin-top: 8px;
	font-size: 1.8rem;
	line-height: 1.65;
}

.laboratory-announce__contact__tel {
	text-decoration: none;
	margin-right: 0.7em;
}

.laboratory-announce__image {
	width: 21%;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.gallery__image {
	aspect-ratio: 358.66/233.13;
}

.gallery__image img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.section {
	padding: 160px 0 200px;
}

.section--pb-0 {
	padding: 160px 0 0px;
}

.section--pt-0 {
	padding: 0 0 160px;
}

.introduction__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 3.6rem;
	margin-top: 4.8rem;
}

.introduction__detail {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 300px;
	max-width: 340px;
	padding-left: 2.8rem;
	border-left: 1px solid rgba(54, 61, 101, 0.1);
}

.joint-research__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 2.8rem 4rem;
	background: rgba(255, 255, 255, 0.55);
}

.joint-research__item:nth-child(even) {
	background: rgba(54, 61, 101, 0.02);
}

.joint-research__info {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25.4901%;
}

.joint-research__label {
	margin-bottom: 0.67em;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.05em;
	color: #FF5500;
}

.joint-research__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 4px;
	font-size: 1.8rem;
	line-height: 1.44;
}

.joint-research__name li {
	margin-right: 0.88889em;
}

.joint-research__main {
	padding: 1.2rem 0 1.2rem 4rem;
	border-left: 1px solid rgba(54, 61, 101, 0.1);
	width: 74.5099%;
}

.joint-research__title {
	font-size: 2.8rem;
	line-height: 1.65;
}

.joint-research__text {
	margin-top: 0.8889em;
	font-size: 1.8rem;
	line-height: 1.65;
}

.joint-research__more-text {
	padding-left: 0.5em;
}

.joint-research__more-trg {
	color: #FF5500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	padding: 0;
	text-decoration: underline;
}

.joint-research__more-hidden {
	opacity: 0;
	width: 0;
	height: 0;
	display: block;
}

.joint-research__more-hidden.is-visible {
	display: inline;
	opacity: 1;
	width: auto;
	height: auto;
}

.search-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1em;
	margin-bottom: 6.4rem;
}

.search-category__text {
	margin-right: auto;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.05em;
}

.search-category__select-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}

.search-category__select {
	padding: 1rem 3.3rem 1rem 1.2rem;
	background-image: url(..//img/icon_arrow_select.svg);
	background-color: #FCFEFD;
	background-repeat: no-repeat;
	background-size: 32px 24px;
	background-position: right center;
	border: 1px solid rgba(54, 61, 101, 0.25);
	border-radius: 4px;
	width: 200px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.article-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 72px 4.1667%;
}

.article-list__main {
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-list__thumbnail {
	aspect-ratio: 367/220;
	background: #FFF;
	overflow: hidden;
}

.article-list__thumbnail img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-list__text {
	padding: 2rem 0;
}

.article-list__title {
	margin-top: 0.8rem;
	font-size: 2rem;
	line-height: 1.65;
}

.article-list__title a {
	text-decoration: none;
}

.article-list__title a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.post-date {
	display: block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #959CAF;
}

.tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.tag-list li a {
	position: relative;
	display: block;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FF5500;
	text-decoration: none;
	z-index: 10;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.tag-list li a::before {
	content: "# ";
}

.tag-list li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0.9em;
	width: calc(100% - 0.9em);
	height: 1px;
	background: currentColor;
}

.pagination {
	position: relative;
	margin-top: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
}

.pagination::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(54, 61, 101, 0.1);
	width: 100%;
	height: 1px;
	z-index: -1;
}

.pagination .page-numbers {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #F4FAF9;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FF5500;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagination .page-numbers.current {
	background: #FF5500;
	color: #FFF;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 12px;
	-webkit-mask: url(../img/icon_arrow1.svg) no-repeat center center/contain;
	mask: url(../img/icon_arrow1.svg) no-repeat center center/contain;
	background: currentColor;
}

.pagination .page-numbers.prev {
	left: 0;
}

.pagination .page-numbers.next {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.article {
	padding: 225px 0 0;
	min-height: 100svh;
}

.article-title {
	position: relative;
	margin-bottom: 8rem;
}

.article-title__info {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem;
	background: #F4FAF9;
	padding-left: 2rem;
}

.wp-content {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.wp-content > *:first-child {
	margin-top: 0;
}

.wp-content > figure,
.wp-content > div:not(.wp-block-lazyblock-button-file) {
	margin: 30px 0;
}

.wp-content .wp-block-lazyblock-button-file {
	margin-top: 18px;
	margin-bottom: 18px;
}

.wp-content p {
	font-size: 1.6rem;
	line-height: 1.65;
	letter-spacing: 0;
}

.wp-content p:not(:last-child) {
	margin-bottom: 24px;
}

.wp-content ol:not(:first-child),
.wp-content ul:not(:first-child) {
	margin-top: 40px;
}

.wp-content ol:not(:last-child),
.wp-content ul:not(:last-child) {
	margin-bottom: 40px;
}

.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
	font: 700 1.6rem YakuHanJP, "Noto Sans JP", sans-serif;
	line-height: 1.65;
	letter-spacing: 0.05em;
	margin-bottom: 0.75em;
}

.wp-content h2:not(:first-child) {
	margin-top: 4em;
}

.wp-content a:not([class]) {
	text-decoration: underline;
	color: #959CAF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-content strong {
	font-weight: 700;
}

.wp-content em {
	font-style: italic;
}

.wp-content ul,
.wp-content ol {
	line-height: 1.65;
}

.wp-content ul.wp-block-list li {
	position: relative;
	padding-left: 1em;
}

.wp-content ul.wp-block-list li:not(:last-child) {
	margin-bottom: 12px;
}

.wp-content ul.wp-block-list li:before {
	position: absolute;
	top: 0.6em;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	background: #FF5500;
	display: block;
	border-radius: 50%;
}

.wp-content ul.wp-block-list ul {
	margin-top: 15px;
}

.wp-content ol.wp-block-list {
	counter-reset: item;
}

.wp-content ol.wp-block-list li {
	position: relative;
	padding-left: 1.5em;
}

.wp-content ol.wp-block-list li:not(:last-child) {
	margin-bottom: 12px;
}

.wp-content ol.wp-block-list li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: -0.1em;
	left: 0;
	font: 700 1.6rem "Plus Jakarta Sans", sans-serif;
}

.wp-content ol.wp-block-list ol {
	margin-top: 15px;
}

.wp-content blockquote {
	display: block;
	padding: 20px 24px;
	border-left: 1px solid rgba(54, 61, 101, 0.1);
	background: #FCFEFD;
	font-size: 1.6rem;
	line-height: 1.65;
}

.wp-content figure {
	width: 100%;
}

.wp-content img {
	display: block;
}

.wp-content figcaption {
	margin-top: 8px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 0;
	color: rgba(23, 42, 136, 0.6);
}

.wp-content iframe {
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 16/9;
}

.wp-content .wp-block-columns.is-layout-flex {
	gap: 32px;
}

.not-found {
	padding: 160px 0 0;
}

.not-found__title {
	font: 600 16.4rem "Plus Jakarta Sans", sans-serif;
	color: #FF5500;
	text-align: center;
}

.not-found__content {
	max-width: 800px;
	margin: 0 auto;
}

.not-found__text {
	margin-top: 45px;
	line-height: 1.65;
	font-size: 2.8rem;
}

.not-found__link {
	margin-top: 70px;
	text-align: center;
}

.not-found__link a {
	width: 300px;
}

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff; /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.modal {
	position: relative;
	z-index: 10000;
	display: none;
}

.modal.is-open {
	display: block;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal__container {
	position: relative;
	background: #ffffff;
	color: #172154;
	max-width: 700px;
	width: 89.33333vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	padding: 87px 3%;
}

.modal__close {
	border: 0;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 10;
	display: block;
	text-align: center;
	font: 700 3.5rem YakuHanJP, "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #FFF;
	background: #363D65;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

/**************************\
	Demo Animation Style
\**************************/

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

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

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

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

.modal .modal__container,
.modal .modal__overlay {
	will-change: transform;
}

@media (hover: hover) {

.button-primary:hover {
	color: #FF5500;
}

.button-primary:hover::after {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

a:hover .button-primary {
	color: #FF5500;
}

a:hover .button-primary::after {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.button-secondary:hover {
	background: #FF5500;
	color: #FFF;
}

.gnavi__link:hover {
	color: #FF5500;
}

.tel-modal__text a:hover {
	opacity: 0.6;
}

.footer__text a:hover {
	text-decoration: none;
}

.mainvisual-news__title a:hover {
	text-decoration: none;
}

.mainvisual-news__link:hover {
	background: #FF5500;
	color: #FFF;
}

.recruitment-list__inner:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.voice__inner:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.laboratory-announce__contact__mail:hover {
	text-decoration: none;
}

.joint-research__more-trg:hover {
	text-decoration: none;
}

.article-list__main:hover {
	opacity: 0.6;
}

.article-list__main:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.tag-list li a:hover {
	opacity: 0.6;
}

.tag-list li a:hover::after {
	content: "";
	width: 0;
}

.pagination .page-numbers:hover:not(.dots) {
	background: #FF5500;
	color: #FFF;
}

.wp-content a:not([class]):hover {
	text-decoration: none;
	opacity: 0.6;
}

.modal__close:hover {
	opacity: 0.8;
}

}

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

.text-pc-left { /* pc */
	text-align: left;
}

.text-pc-center { /* pc */
	text-align: center;
}

.text-pc-right { /* pc */
	text-align: right;
}

.slide-link__items { /* pc */
}

.slide-link__item { /* pc */
}

.slide-link .swiper-pagination { /* pc */
}

.slide-link-card { /* pc */
}

.slide-link-card__heading { /* pc */
}

.slide-link-card__en { /* pc */
}

.slide-link-card__image { /* pc */
}

.slide-link-card__text { /* pc */
}

.slide-link-card__button { /* pc */
}

}

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

.slide-link__items {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #FF5500;
	border-bottom: 1px solid #FF5500;
}

.slide-link__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
	max-width: 100%;
	border-right: 1px solid #FF5500;
	background: #F4FAF9;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slide-link__item:nth-of-type(1) {
	z-index: 3;
}

.slide-link__item:nth-of-type(2) {
	z-index: 2;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slide-link__item:nth-of-type(3) {
	z-index: 1;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.slide-link .swiper-pagination {
	display: none;
}

.slide-link-card {
	padding: 12.2rem 16.666% 15.6rem;
	border: none;
}

.slide-link-card__heading {
	top: 3.2rem;
	left: auto;
	right: 3.2%;
	font-size: 3.2rem;
	background: transparent;
}

.slide-link-card__en {
	top: 3rem;
	bottom: auto;
	left: 3.2rem;
	font-size: 1.6rem;
}

.slide-link-card__image {
	margin-bottom: 4rem;
}

.slide-link-card__text {
	font-size: 2rem;
}

.slide-link-card__button {
	bottom: 3rem;
	right: 3rem;
}

}

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

.slide-link__items:has(.slide-link__item:nth-of-type(2):hover) .slide-link__item:nth-of-type(1) {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slide-link__items:has(.slide-link__item:nth-of-type(3):hover) .slide-link__item:nth-of-type(1) {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slide-link__items:has(.slide-link__item:nth-of-type(3):hover) .slide-link__item:nth-of-type(2) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@media screen and (min-width: 768px) and (max-height: 700px) {

.page-title__ja { /* PCサイズかつ高さ700px以下 */
	font-size: 3rem;
	left: 1.6em;
}

}

@media screen and (min-width: 768px) and (max-height: 530px) {

.page-title__ja { /* PCサイズかつ高さ530px以下 */
	opacity: 0;
	visibility: hidden;
}

}

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

.slide-link-card { /* 1440px以上 */
	padding: 12.2rem 12rem 15.6rem;
}

.slide-link-card__heading { /* 1440px以上 */
	right: 2.3rem;
}

}

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

/* tab */

.tab-grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.tab-grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.tab-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.tab-grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.l-wrapper--xs { /* tab */
	padding-left: 100px;
}

.research-theme { /* tab */
	grid-template-columns: 1fr;
}

.research-theme__item { /* tab */
	padding: 6rem 5rem 5rem;
}

.environment { /* tab */
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
}

.environment__title { /* tab */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2em;
	margin-bottom: 1.5em;
	padding-right: 0;
}

.environment__head { /* tab */
	margin-bottom: 0;
}

.environment__main { /* tab */
	grid-row: auto;
	grid-column-start: 1;
	grid-row-start: 2;
}

.environment__button { /* tab */
	grid-column-start: 1;
	grid-row-start: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3.6rem;
}

}

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

.text-sp-left { /* sp */
	text-align: left;
}

.text-sp-center { /* sp */
	text-align: center;
}

.text-sp-right { /* sp */
	text-align: right;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

/* sp */

.mt-sp-0 {
	margin-top: 0px !important;
}

.mb-sp-0 {
	margin-bottom: 0px !important;
}

.mr-sp-0 {
	margin-right: 0px !important;
}

.ml-sp-0 {
	margin-left: 0px !important;
}

.mx-sp-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-sp-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* sp */

.mt-sp-5 {
	margin-top: 5px !important;
}

.mb-sp-5 {
	margin-bottom: 5px !important;
}

.mr-sp-5 {
	margin-right: 5px !important;
}

.ml-sp-5 {
	margin-left: 5px !important;
}

.mx-sp-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-sp-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* sp */

.mt-sp-10 {
	margin-top: 10px !important;
}

.mb-sp-10 {
	margin-bottom: 10px !important;
}

.mr-sp-10 {
	margin-right: 10px !important;
}

.ml-sp-10 {
	margin-left: 10px !important;
}

.mx-sp-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-sp-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* sp */

.mt-sp-15 {
	margin-top: 15px !important;
}

.mb-sp-15 {
	margin-bottom: 15px !important;
}

.mr-sp-15 {
	margin-right: 15px !important;
}

.ml-sp-15 {
	margin-left: 15px !important;
}

.mx-sp-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-sp-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* sp */

.mt-sp-20 {
	margin-top: 20px !important;
}

.mb-sp-20 {
	margin-bottom: 20px !important;
}

.mr-sp-20 {
	margin-right: 20px !important;
}

.ml-sp-20 {
	margin-left: 20px !important;
}

.mx-sp-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-sp-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* sp */

.mt-sp-25 {
	margin-top: 25px !important;
}

.mb-sp-25 {
	margin-bottom: 25px !important;
}

.mr-sp-25 {
	margin-right: 25px !important;
}

.ml-sp-25 {
	margin-left: 25px !important;
}

.mx-sp-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-sp-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* sp */

.mt-sp-30 {
	margin-top: 30px !important;
}

.mb-sp-30 {
	margin-bottom: 30px !important;
}

.mr-sp-30 {
	margin-right: 30px !important;
}

.ml-sp-30 {
	margin-left: 30px !important;
}

.mx-sp-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-sp-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* sp */

.mt-sp-35 {
	margin-top: 35px !important;
}

.mb-sp-35 {
	margin-bottom: 35px !important;
}

.mr-sp-35 {
	margin-right: 35px !important;
}

.ml-sp-35 {
	margin-left: 35px !important;
}

.mx-sp-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-sp-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* sp */

.mt-sp-40 {
	margin-top: 40px !important;
}

.mb-sp-40 {
	margin-bottom: 40px !important;
}

.mr-sp-40 {
	margin-right: 40px !important;
}

.ml-sp-40 {
	margin-left: 40px !important;
}

.mx-sp-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-sp-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* sp */

.mt-sp-45 {
	margin-top: 45px !important;
}

.mb-sp-45 {
	margin-bottom: 45px !important;
}

.mr-sp-45 {
	margin-right: 45px !important;
}

.ml-sp-45 {
	margin-left: 45px !important;
}

.mx-sp-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-sp-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

/* sp */

.mt-sp-50 {
	margin-top: 50px !important;
}

.mb-sp-50 {
	margin-bottom: 50px !important;
}

.mr-sp-50 {
	margin-right: 50px !important;
}

.ml-sp-50 {
	margin-left: 50px !important;
}

.mx-sp-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-sp-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

/* sp */

.mt-sp-55 {
	margin-top: 55px !important;
}

.mb-sp-55 {
	margin-bottom: 55px !important;
}

.mr-sp-55 {
	margin-right: 55px !important;
}

.ml-sp-55 {
	margin-left: 55px !important;
}

.mx-sp-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-sp-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

/* sp */

.mt-sp-60 {
	margin-top: 60px !important;
}

.mb-sp-60 {
	margin-bottom: 60px !important;
}

.mr-sp-60 {
	margin-right: 60px !important;
}

.ml-sp-60 {
	margin-left: 60px !important;
}

.mx-sp-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-sp-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

/* sp */

.mt-sp-65 {
	margin-top: 65px !important;
}

.mb-sp-65 {
	margin-bottom: 65px !important;
}

.mr-sp-65 {
	margin-right: 65px !important;
}

.ml-sp-65 {
	margin-left: 65px !important;
}

.mx-sp-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-sp-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

/* sp */

.mt-sp-70 {
	margin-top: 70px !important;
}

.mb-sp-70 {
	margin-bottom: 70px !important;
}

.mr-sp-70 {
	margin-right: 70px !important;
}

.ml-sp-70 {
	margin-left: 70px !important;
}

.mx-sp-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-sp-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

/* sp */

.mt-sp-75 {
	margin-top: 75px !important;
}

.mb-sp-75 {
	margin-bottom: 75px !important;
}

.mr-sp-75 {
	margin-right: 75px !important;
}

.ml-sp-75 {
	margin-left: 75px !important;
}

.mx-sp-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-sp-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

/* sp */

.mt-sp-80 {
	margin-top: 80px !important;
}

.mb-sp-80 {
	margin-bottom: 80px !important;
}

.mr-sp-80 {
	margin-right: 80px !important;
}

.ml-sp-80 {
	margin-left: 80px !important;
}

.mx-sp-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-sp-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

/* sp */

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

.mb-sp-85 {
	margin-bottom: 85px !important;
}

.mr-sp-85 {
	margin-right: 85px !important;
}

.ml-sp-85 {
	margin-left: 85px !important;
}

.mx-sp-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-sp-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

/* sp */

.mt-sp-90 {
	margin-top: 90px !important;
}

.mb-sp-90 {
	margin-bottom: 90px !important;
}

.mr-sp-90 {
	margin-right: 90px !important;
}

.ml-sp-90 {
	margin-left: 90px !important;
}

.mx-sp-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-sp-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

/* sp */

.mt-sp-95 {
	margin-top: 95px !important;
}

.mb-sp-95 {
	margin-bottom: 95px !important;
}

.mr-sp-95 {
	margin-right: 95px !important;
}

.ml-sp-95 {
	margin-left: 95px !important;
}

.mx-sp-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-sp-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

/* sp */

.mt-sp-100 {
	margin-top: 100px !important;
}

.mb-sp-100 {
	margin-bottom: 100px !important;
}

.mr-sp-100 {
	margin-right: 100px !important;
}

.ml-sp-100 {
	margin-left: 100px !important;
}

.mx-sp-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-sp-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

/* sp */

.sp-grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.sp-grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.sp-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.sp-grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.--sp-grid-2col { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.--sp-grid-1col { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.l-body { /* sp */
}

.l-body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #E1EFED;
	mix-blend-mode: multiply;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-body:has(.l-navi[aria-hidden=false]) .l-main,
.l-body:has(.l-navi[aria-hidden=false]) .l-footer,
.l-body:has(.l-navi[aria-hidden=false]) .header-logo {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.4;
}

.l-body:has(.l-navi[aria-hidden=false])::before {
	opacity: 1;
	visibility: visible;
}

.l-header-main { /* sp */
	padding: 0;
}

.l-navi { /* sp */
	display: none;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 80px);
	max-width: inherit;
	height: 100%;
	min-height: 100vh;
	background: #FFF;
	padding-top: 11.8rem;
	z-index: 102;
	border-right: 1px solid #FF5500;
}

.l-navi-inner { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	gap: 0;
}

.l-wrapper { /* sp */
	width: calc(100% - 48px);
}

.l-wrapper--sm { /* sp */
	padding-left: 0;
}

.l-wrapper--xs { /* sp */
	padding-left: 0;
}

.heading-1__en { /* sp */
	font-size: 1.2rem;
}

.heading-1__jp { /* sp */
	font-size: 3.6rem;
}

.heading-1__jp--sp-sm { /* sp */
	font-size: 2.8rem;
}

.heading-2 { /* sp */
	margin-bottom: 2rem;
}

.heading-2--center { /* sp */
	margin-bottom: 4rem;
}

.heading-4 { /* sp */
	font-size: 2.4rem;
	padding-bottom: 2rem;
}

.text-md { /* sp */
	font-size: 1.8rem;
}

.text-lg { /* sp */
	font-size: 2rem;
}

.text-xl { /* sp */
	font-size: 2rem;
}

.button-primary--sp-sm { /* sp */
	font-size: 1.2rem;
}

.button-primary--sp-sm::after {
	width: 2rem;
	height: 2rem;
}

.header-logo { /* sp */
	top: 2.5rem;
	left: auto;
	right: 2.5rem;
	width: 5.6rem;
}

.menu-btn { /* sp */
	position: absolute;
	top: 1.5rem;
	left: 2.5rem;
	display: block;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	z-index: 400;
}

.menu-btn__text {
	margin-top: 0.6rem;
	padding: 0 0.5rem 0.5rem;
	display: block;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #FF5500;
	border-bottom: 2px solid #FF5500;
	font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
}

.gnavi { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.gnavi__item { /* sp */
	border-bottom: 1px solid #FF5500;
}

.gnavi__item:first-of-type {
	border-top: 1px solid #FF5500;
}

.gnavi__link { /* sp */
	padding: 2rem 2.5rem 2.1rem;
}

.gnavi__en { /* sp */
	display: block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	color: #FF5500;
}

.navi-sub { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.5rem 2.5rem;
	height: 100%;
}

.tel-modal__item:not(:last-child) { /* sp */
	margin-bottom: 20px;
}

.tel-modal__label { /* sp */
	font-size: 1.8rem;
	margin-top: 5px;
}

.tel-modal__text { /* sp */
	font-size: 1.8rem;
}

.tel-modal__text--lg { /* sp */
	font-size: 2.8rem;
}

.tel-modal__text span { /* sp */
	font-size: 1.4rem;
}

.contact { /* sp */
	padding: 57px 0 59px;
}

.contact__inner { /* sp */
	display: block;
}

.contact__content { /* sp */
	padding-right: 0;
}

.contact__heading { /* sp */
	font-size: 1.2rem;
}

.contact__text { /* sp */
	margin-top: 18px;
	line-height: 1.25;
}

.contact__link { /* sp */
	width: 100%;
}

.contact__link { /* sp */
	margin-top: 35px;
}

.footer { /* sp */
	padding: 64px 0 82px;
}

.footer__inner { /* sp */
	display: block;
}

.footer__content { /* sp */
	padding-right: 0;
}

.footer__name img { /* sp */
	width: 285px;
}

.footer__text { /* sp */
	margin-top: 20px;
}

.footer__text p { /* sp */
	margin-bottom: 0;
}

.footer__link a { /* sp */
	width: 100%;
}

.footer__link { /* sp */
	margin-top: 37px;
}

.footer__menu-wrap { /* sp */
	display: none;
}

.mainvisual { /* sp */
	margin-top: 20rem;
}

.mainvisual__copy { /* sp */
	position: relative;
	right: auto;
	font-size: 2.8rem;
	line-height: 2.02;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

.mainvisual-slide { /* sp */
	padding-top: 3rem;
}

.mainvisual-slide__item { /* sp */
	width: 69.2rem;
	margin-right: 2rem;
}

.mainvisual-news { /* sp */
	width: 100%;
	padding: 1.5rem 0.5rem 1.5rem 1.5rem;
	bottom: 3.6rem;
}

.mainvisual-news__heading { /* sp */
	display: none;
}

.mainvisual-news__date { /* sp */
	margin-right: 1.2rem;
	font-size: 1.2rem;
}

.mainvisual-news__title { /* sp */
	padding-right: 0;
}

.mainvisual-news__title a { /* sp */
	font-size: 1.2rem;
}

.mainvisual-news__link { /* sp */
	display: none;
}

.home-introduction { /* sp */
	padding: 11.5rem 0 4.5rem;
}

.home-introduction::after { /* sp */
	top: 6.5rem;
	right: -11.2rem;
	width: 34.1rem;
	height: 28rem;
}

.home-introduction__heading { /* sp */
	margin-bottom: 3.8rem;
}

.parallax-text-section__wrap { /* sp */
	display: block;
}

.parallax-text-section__parallax-text { /* sp */
	display: none;
}

.parallax-text-section__content { /* sp */
	width: 100%;
}

.parallax-text-section--wide .parallax-text-section__content { /* sp */
	width: 100%;
}

.home-recruitment { /* sp */
	padding: 7.2rem 0 10rem;
}

.recruitment-list { /* sp */
	margin-top: 5.5rem;
}

.recruitment-list__item:not(:last-child) { /* sp */
	margin-bottom: 5rem;
}

.recruitment-list__inner { /* sp */
	gap: 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.recruitment-list__image { /* sp */
	width: 33.333%;
}

.recruitment-list__heading { /* sp */
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
}

.recruitment-list__button { /* sp */
	margin-top: 2.7rem;
	padding-bottom: 1.8rem;
}

.recruitment-list__button__en { /* sp */
	font-size: 1rem;
}

.home-blog { /* sp */
	padding-bottom: 12.5rem;
}

.home-blog-head { /* sp */
	margin-bottom: 6.5rem;
}

.home-blog-head__heading { /* sp */
	margin-top: -4.5rem;
	margin-left: -0.5rem;
	font-size: 8rem;
	margin-bottom: 0;
}

.page-title { /* sp */
	padding-top: 18.62rem;
	height: auto;
}

.page-title--hidden { /* sp */
	position: relative;
}

.page-title__inner { /* sp */
	padding-left: 24px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.page-title__en { /* sp */
	padding-left: 0;
	-webkit-transform: none;
	transform: none;
	font-size: 5rem;
	margin-top: 0.8rem;
}

.page-title__ja { /* sp */
	position: relative;
	bottom: auto;
	left: auto;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	font-size: 2.4rem;
}

.page-title__image { /* sp */
	position: relative;
	right: auto;
	bottom: auto;
	margin-left: -24px;
	margin-top: -2.4rem;
	width: 100vw;
	height: 80vw;
}

.page-title__lead { /* sp */
	width: calc(100% - 24px);
	margin-top: -2em;
	padding: 1.2em 1em;
	-webkit-transform: none;
	transform: none;
	z-index: 5;
	position: relative;
}

.image-2col { /* sp */
	grid-template-columns: 1fr;
}

.page-links { /* sp */
	display: block;
	padding: 3.5rem 2rem 2rem;
}

.page-links:not(:first-child) { /* sp */
	margin-top: 3rem;
}

.page-links__thumbnail { /* sp */
	width: 100%;
	max-width: none;
}

.page-links__main { /* sp */
	margin-top: 1.5rem;
	margin-left: 0;
}

.page-links__label { /* sp */
	top: 1rem;
	right: 1em;
}

.page-links__title { /* sp */
	font-size: 2.4rem;
}

.page-links__buttons { /* sp */
	margin-top: 1em;
}

.research { /* sp */
	display: block;
}

.research__main { /* sp */
	margin-right: 0;
}

.research__text { /* sp */
	padding-left: 0;
}

.research__image { /* sp */
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 2em;
}

.research-gallery { /* sp */
	margin-top: 5rem;
	grid-template-columns: repeat(2, 1fr);
}

.research-theme { /* sp */
	margin-top: 6rem;
}

.research-theme::after { /* sp */
	display: none;
}

.research-theme__item { /* sp */
	padding: 4.5rem 3rem 4rem;
}

.research-theme__item::before { /* sp */
	top: 40px;
	left: 10px;
	width: 50px;
}

.research-theme__title { /* sp */
	font-size: 2rem;
	margin-bottom: 1em;
}

.research-theme__number { /* sp */
	top: 10px;
	left: 15px;
}

.research-theme__text { /* sp */
	font-size: 1.6rem;
}

.environment:not(:last-child) { /* sp */
	margin-bottom: 5rem;
}

.environment__title { /* sp */
	display: block;
}

.environment__head { /* sp */
	font-size: 3rem;
	margin-bottom: 0.56em;
}

.environment__main { /* sp */
	width: 100%;
}

.environment-description { /* sp */
	grid-template-columns: 1fr;
}

.environment-description__title { /* sp */
	font-size: 2.4rem;
}

.member-lead { /* sp */
	margin-top: 30px;
}

.member-lead__image { /* sp */
	margin: 0 auto;
}

.member-lead__main { /* sp */
	margin-top: 2rem;
}

.member-lead__heading { /* sp */
	margin-bottom: 1rem;
}

.member-lead__name { /* sp */
	font-size: 3.2rem;
}

.research-field { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2rem;
}

.research-field__inner { /* sp */
	margin-right: 0;
}

.research-field__text { /* sp */
	font-size: 2.4rem;
}

.research-field__link { /* sp */
	margin-top: 2rem;
}

.research-field__link a { /* sp */
	width: 100%;
}

.career-list { /* sp */
	display: block;
}

.career-list:not(:first-of-type) { /* sp */
	margin-top: 3rem;
}

.career-list__heading { /* sp */
	width: 100%;
	margin-bottom: 0.6em;
}

.career-list__content { /* sp */
	width: 100%;
}

.career-list__inner:not(:first-of-type) { /* sp */
	margin-top: 0.5em;
}

.career-list__inner { /* sp */
	display: block;
}

.career-list__year { /* sp */
	width: 100%;
}

.career-list__text { /* sp */
	font-size: 1.8rem;
}

.member { /* sp */
	margin-bottom: 7rem;
}

.member__list { /* sp */
	grid-template-columns: 1fr;
	gap: 2.5rem;
}

.member__text { /* sp */
	padding-top: 0.5rem;
}

.member__name { /* sp */
	margin-top: 0;
}

.member__school { /* sp */
	margin-top: 0.5rem;
}

.member__link { /* sp */
	margin-top: 5rem;
}

.voice { /* sp */
	margin-top: 5.5rem;
}

.voice__item:not(:last-child) { /* sp */
	margin-bottom: 5rem;
}

.voice__inner { /* sp */
	gap: 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.voice__image { /* sp */
	width: 33.333%;
}

.voice__heading { /* sp */
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
}

.voice__button { /* sp */
	margin-top: 2.7rem;
	padding-bottom: 1.8rem;
}

.voice__button__en { /* sp */
	font-size: 1rem;
}

.interview { /* sp */
	padding: 0 0 80px;
}

.laboratory-announce { /* sp */
	display: block;
	padding: 20px 20px;
}

.laboratory-announce__main { /* sp */
	width: 100%;
}

.laboratory-announce__heading { /* sp */
	font-size: 2.8rem;
}

.laboratory-announce__contact { /* sp */
	padding: 15px;
}

.laboratory-announce__image { /* sp */
	width: 100%;
	max-width: 211px;
	margin: 20px auto 0;
}

.gallery { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.section { /* sp */
	padding: 80px 0 100px;
}

.section--pb-0 { /* sp */
	padding: 80px 0 0;
}

.section--pt-0 { /* sp */
	padding: 0 0 80px;
}

.introduction__main { /* sp */
	display: block;
	margin-top: 2rem;
}

.introduction__detail { /* sp */
	padding-left: 0;
	border-left: none;
	margin-top: 2rem;
	max-width: none;
}

.joint-research__item { /* sp */
	display: block;
	padding: 2rem;
}

.joint-research__info { /* sp */
	width: 100%;
	margin-top: 1em;
}

.joint-research__name { /* sp */
	font-size: 1.6rem;
}

.joint-research__main { /* sp */
	padding: 0;
	border-left: none;
	width: 100%;
}

.joint-research__title { /* sp */
	font-size: 2rem;
}

.joint-research__text { /* sp */
	font-size: 1.6rem;
}

.search-category { /* sp */
	display: block;
	margin-bottom: 5rem;
}

.search-category__text { /* sp */
	margin-bottom: 1em;
}

.search-category__select { /* sp */
	min-width: 155.5px;
	width: 100%;
	font-size: 1.6rem;
}

.article-list { /* sp */
	grid-template-columns: 1fr;
	gap: 56px;
}

.pagination { /* sp */
	margin-top: 60px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
}

.pagination .page-numbers { /* sp */
	width: 35px;
	height: 35px;
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before { /* sp */
	left: 9px;
}

.article { /* sp */
	padding: 40px 0 0;
	min-height: 0;
}

.article-title { /* sp */
	margin-bottom: 4rem;
}

.article-title__info { /* sp */
	position: static;
	-webkit-transform: none;
	transform: none;
	margin-top: 1em;
	padding-left: 0;
}

.wp-content > figure,
.wp-content > div:not(.wp-block-lazyblock-button-file) { /* sp */
	margin: 20px 0;
}

.wp-content p { /* sp */
	font-size: 1.6rem;
}

.wp-content h2:not(:first-child) { /* sp */
	margin-top: 2.5em;
}

.not-found__title { /* sp */
	font-size: 7.8rem;
}

.not-found__text { /* sp */
	margin-top: 30px;
	font-size: 2rem;
}

.not-found__link { /* sp */
	margin-top: 35px;
}

.not-found__link a { /* sp */
	width: 100%;
}

.modal__container { /* sp */
	padding: 50px 3%;
}

.modal__close { /* sp */
	width: 35px;
	height: 35px;
	font-size: 2.5rem;
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

