@keyframes bg-gradient {
	0% {
		background-position: 0% 0%
	}
	50% {
		background-position: 25% 50%
	}
	75% {
		background-position: 50% 100%
	}
	100% {
		background-position: 100% 100%
	}
}
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,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0)
}
section,
article,
aside,
hgroup,
header,
footer,
main,
nav,
dialog,
figure,
figcaption {
	display: block
}
html {
	font-size: 62.5%
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact
}
ol,
ul {
	list-style: none
}
blockquote,
q {
	quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	-webkit-backface-visibility: hidden;
	vertical-align: bottom
}
b,
strong,
em {
	font-weight: inherit;
	font-style: inherit
}
html {
	font-size: 10px
}
@media screen and (max-width:374px) {
	html {
		font-size: 2.6666666667vw
	}
}
body {
	width: 100%;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	font-feature-settings: "palt";
	background-color: #fff
}
body.is-locked {
	position: fixed;
	width: 100%;
	height: 100%
}
@media print,
screen and (min-width:768px) {
	body.is-locked {
		overflow: clip
	}
	body.is-locked.no-scroll {
		overflow: clip
	}
}
@media screen and (max-width:767px) {
	body {
		min-width: 320px
	}
}
*,
*:before,
*:after {
	box-sizing: border-box;
	line-break: strict;
	overflow-wrap: break-word
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
a img,
a i {
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}
iframe {
	vertical-align: bottom
}
.hover-alpha a:hover img {
	opacity: .7
}
::-webkit-input-placeholder {
	color: #ccc;
	padding-top: .2em
}
:-moz-placeholder {
	color: #ccc;
	opacity: 1
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1
}
:-ms-input-placeholder {
	color: #ccc
}
svg {
	display: block;
	max-width: 100%
}
.l-inner {
	margin: 0 auto;
	padding: 0 80px;
	max-width: 1360px;
	width: 100%
}
@media screen and (max-width:1024px) {
	.l-inner {
		padding: 0 3.9024390244vw
	}
}
@media screen and (max-width:767px) {
	.l-inner {
		padding: 0;
	}
}
.l-inner-xl {
	max-width: 1600px
}
.l-inner-l {
	max-width: 1520px
}
.l-inner-02 {
	padding-right: 120px
}
@media screen and (max-width:1024px) {
	.l-inner-02 {
		padding-right: 1.9512195122vw
	}
}
@media screen and (max-width:767px) {
	.l-inner-02 {
		padding: 0 5.3333333333vw
	}
}
.l-outer {
	position: relative;
	padding-left: 120px
}
@media screen and (max-width:1024px) {
	.l-outer {
		padding-left: 11.7073170732vw
	}
}
@media screen and (max-width:767px) {
	.l-outer {
		padding-left: 0
	}
}
.l-container {
	position: relative
}
@media print,
screen and (min-width:768px) {
	.l-container {
		display: flex;
		align-items: flex-end
	}
}
.l-container .l-side {
	width: 20%;
	z-index: 10;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.l-container .l-side {
		position: sticky;
		bottom: 0;
		padding-bottom: 30px
	}
}
@media screen and (max-width:767px) {
	.l-container .l-side {
		width: 100%
	}
}
.l-container .l-side.hide {
	opacity: 0
}
.l-container .l-content {
	position: relative;
	width: 80%;
	z-index: 5
}
@media screen and (max-width:767px) {
	.l-container .l-content {
		width: 100%
	}
}
.l-page {
	position: relative;
	width: 100%;
	overflow: clip
}
@media print,
screen and (min-width:768px) {
	.l-page {
		margin: 0 auto
	}
}
@media screen and (max-width:767px) {
	.l-page {
		min-width: 100%
	}
}
.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000
}
.l-header.fixed {
	position: fixed;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}
.l-header.fixed .l-header__inner {
	background-color: rgba(255, 255, 255, .8);
}
.l-header__inner {
	width: 100%;
	height: 100px;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:1024px) {
	.l-header__inner {
		position: relative;
		height: 56px;
		z-index: 100
	}
}
@media screen and (max-width:767px) {
	.l-header__inner {
		height: 14.9333333333vw;
		background-color: #fff
	}
}
.l-header__inner .logo {
	position: relative;
	z-index: 10;
	width: 265px;
	height: 100%
}
@media screen and (max-width:1024px) {
	.l-header__inner .logo {
		width: 265px;
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .logo {
		width: 70.6666666667vw
	}
}
.l-header__inner .logo a {
	display: flex;
	align-items: center;
	gap: 0 16px;
	height: 100%;
	padding: 0 30px
}
@media screen and (max-width:1024px) {
	.l-header__inner .logo a {
		gap: 0 10px;
		padding: 0 14px 10px
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .logo a {
		gap: 0 2.6666666667vw;
		padding: 0 0 0 4vw;
	}
}
.l-header__inner .logo a .image {
	display: block;
	width: 200px;
	line-height: 1
}
@media screen and (max-width:1024px) {
	.l-header__inner .logo a .image {
		width: 150px
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .logo a .image {
		width: 40vw
	}
}
.l-header__inner .logo a .txt {
	position: relative;
	top: 10px;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	line-height: 1
}
@media screen and (max-width:1024px) {
	.l-header__inner .logo a .txt {
		top: 5px;
		font-size: 1.2rem
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .logo a .txt {
		top: 1.3333333333vw;
		font-size: 3.2vw
	}
}
.l-header__inner .menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 10px;
	padding-right: 40.5996252342vw
}
@media screen and (max-width: 1440px) {
	.l-header__inner .menu {
		padding-right: 0;
		justify-content: center
	}
}
@media screen and (max-width:1280px) {
	.l-header__inner .menu {
		justify-content: flex-end;
		padding-right: 300px;
		gap: 0 10px
	}
}
@media screen and (max-width:1024px) {
	.l-header__inner .menu {
		display: none
	}
}
.l-header__inner .menu li {
	font-size: 1.6rem
}
@media screen and (max-width:1280px) {
	.l-header__inner .menu li {
		font-size: 1.3rem;
		font-size: 1.2490241998vw
	}
}
.l-header__inner .menu li a {
	display: block;
	padding: 0 15px
}
@media screen and (max-width:1280px) {
	.l-header__inner .menu li a {
		padding: 0 .6245120999vw
	}
}
.l-header__inner .menu li a .jpn {
	position: relative;
	display: inline-block
}
@media screen and (max-width:1024px) {
	.l-header__inner .menu li a .jpn {
		display: block;
		font-weight: 500;
		letter-spacing: .12em;
		margin-top: .9756097561vw;
		font-size: 2.7317073171vw
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .menu li a .jpn {
		margin-top: 2.6666666667vw;
		font-size: 7.4666666667vw
	}
}
.l-header__inner .menu li a .jpn::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:1025px)and (min-width:768px) {
	.is-view-pc .l-header__inner .menu li a:hover .jpn::before {
		width: 100%
	}
}
.l-header__inner .btn {
	position: absolute;
	top: 0;
	right: 100px;
	display: flex;
	width: 320px;
	height: 100%;
	z-index: 300;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:1600px) {
	.l-header__inner .btn {
		width: 240px
	}
}
@media screen and (max-width:1280px) {
	.l-header__inner .btn {
		width: 180px
	}
}
@media screen and (max-width:1024px) {
	.l-header__inner .btn {
		display: none
	}
}
.l-header__inner .btn li {
	width: 50%;
	height: 100%
}
.l-header__inner .btn li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff
}
.l-header__inner .btn li.btnRecruit {
	font-size: 1.8rem;
	font-weight: 500
}
@media screen and (max-width:1600px) {
	.l-header__inner .btn li.btnRecruit {
		font-size: 1.6rem
	}
}
@media screen and (max-width:1280px) {
	.l-header__inner .btn li.btnRecruit {
		font-size: 1.4rem
	}
}
@media screen and (max-width:1024px) {
	.l-header__inner .btn li.btnRecruit {
		font-size: 1.756097561vw
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btn li.btnRecruit {
		font-size: 4.8vw
	}
}
.l-header__inner .btn li.btnRecruit>a {
	background-color: #2bb9b0
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-header__inner .btn li.btnRecruit>a:hover {
		background-color: #46c3bb
	}
}
.l-header__inner .btn li.btnEntry {
	position: relative;
	font-size: 1.75rem;
	font-weight: bold;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
.l-header__inner .btn li.btnEntry span {
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0.25rem 0;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
@media screen and (max-width:1600px) {
	.l-header__inner .btn li.btnEntry {
		font-size: 2rem
	}
}
@media screen and (max-width:1280px) {
	.l-header__inner .btn li.btnEntry {
		font-size: 1.6rem
	}
}
@media screen and (max-width:1024px) {
	.l-header__inner .btn li.btnEntry {
		font-size: 2.3414634146vw
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btn li.btnEntry {
		font-size: 6.4vw
	}
}
.l-header__inner .btn li.btnEntry>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #46a0a8;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-align: center;
	line-height: 130%;
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-header__inner .btn li.btnEntry>a:hover {
		background-color: #61b0b7
	}
}
.l-header__inner .btn li.btnEntry>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #1c2c43;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-header__inner .btn li.btnEntry>span:hover {
		background-color: #46a0a8
	}
}
.l-header__inner .btn li.btnEntry .entryBox {
	position: absolute;
	transform: translateY(100px);
	top: -20px;
	right: 0;
	width: 364px;
	background-color: #1c2c43;
	opacity: 0;
	display: none
}
.l-header__inner .btn li.btnEntry .entryBox .list02 {
	padding: 32px 0
}
.l-header__inner .btn li.btnEntry .entryBox .list02 li {
	width: 100%;
	max-width: 316px;
	height: 64px;
	margin: 0 auto
}
.l-header__inner .btn li.btnEntry .entryBox .list02 li+li {
	margin-top: 8px
}
.l-header__inner .btn li.btnEntry .entryBox .list02 li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-right: 16px
}
.l-header__inner .btn li.btnEntry .entryBox .list02 li a .logo {
	width: 144px
}
.l-header__inner .btn li.btnEntry .entryBox .list02 li a .txt {
	position: relative;
	padding-right: 10px;
	flex: 1;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #1c2c43;
	text-align: right
}
.l-header__inner .btn li.btnEntry .entryBox .list02 li a .txt::before {
	content: "";
	position: absolute;
	left: 8px;
	bottom: 50%;
	transform: translateY(50%);
	width: 1px;
	height: 32px;
	background-color: #ddd
}
.l-header__inner .btn li.btnEntry .entryBox .list02 li a .ico {
	width: 16px
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-header__inner .btn li.btnEntry .entryBox .list02 li a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .l-header__inner .btn li.btnEntry .entryBox .list02 li a:hover .ico .star {
		opacity: 1
	}
}
.l-header__inner .btn li.btnEntry2 {
	position: relative;
	font-size: 1.75rem;
	font-weight: bold;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
.l-header__inner .btn li.btnEntry2 span {
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0.25rem 0;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
@media screen and (max-width:1600px) {
	.l-header__inner .btn li.btnEntry2 {
		font-size: 2rem
	}
}
@media screen and (max-width:1280px) {
	.l-header__inner .btn li.btnEntry2 {
		font-size: 1.6rem
	}
}
@media screen and (max-width:1024px) {
	.l-header__inner .btn li.btnEntry2 {
		font-size: 2.3414634146vw
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btn li.btnEntry2 {
		font-size: 6.4vw
	}
}
.l-header__inner .btn li.btnEntry2>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #1c2c43;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-align: center;
	line-height: 130%;
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-header__inner .btn li.btnEntry2>a:hover {
		background-color: #3d4f69
	}
}
.l-header__inner .btn li.btnEntry2>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #1c2c43;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-header__inner .btn li.btnEntry2>span:hover {
		background-color: #3d4f69
	}
}
.l-header__inner .btn li.btnEntry2 .entryBox {
	position: absolute;
	transform: translateY(100px);
	top: -20px;
	right: 0;
	width: 364px;
	background-color: #1c2c43;
	opacity: 0;
	display: none
}
.l-header__inner .btn li.btnEntry2 .entryBox .list02 {
	padding: 32px 0
}
.l-header__inner .btn li.btnEntry2 .entryBox .list02 li {
	width: 100%;
	max-width: 316px;
	height: 64px;
	margin: 0 auto
}
.l-header__inner .btn li.btnEntry2 .entryBox .list02 li+li {
	margin-top: 8px
}
.l-header__inner .btn li.btnEntry2 .entryBox .list02 li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-right: 16px
}
.l-header__inner .btn li.btnEntry2 .entryBox .list02 li a .logo {
	width: 144px
}
.l-header__inner .btn li.btnEntry2 .entryBox .list02 li a .txt {
	position: relative;
	padding-right: 10px;
	flex: 1;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #1c2c43;
	text-align: right
}
.l-header__inner .btn li.btnEntry2 .entryBox .list02 li a .txt::before {
	content: "";
	position: absolute;
	left: 8px;
	bottom: 50%;
	transform: translateY(50%);
	width: 1px;
	height: 32px;
	background-color: #ddd
}
.l-header__inner .btn li.btnEntry2 .entryBox .list02 li a .ico {
	width: 16px
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-header__inner .btn li.btnEntry2 .entryBox .list02 li a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .l-header__inner .btn li.btnEntry2 .entryBox .list02 li a:hover .ico .star {
		opacity: 1
	}
}

.l-header__inner .btnMenu {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	width: 100px;
	height: 100px;
	z-index: 300
}
@media screen and (max-width:1024px) {
	.l-header__inner .btnMenu {
		width: 6vw;
		height: 5vw;
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btnMenu {
		width: 17.9333333333vw;
		height: 14.9333333333vw;
	}
}
.l-header__inner .btnMenu a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}
@media screen and (max-width:1024px) {
	.l-header__inner .btnMenu a {
		background-color: #fff
	}
}
.l-header__inner .btnMenu a::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	width: 50px;
	height: 1px;
	background-color: #1c2c43;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:1024px) {
	.l-header__inner .btnMenu a::before {
		width: 32px;
		background-color: #1c2c43
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btnMenu a::before {
		width: 8.5333333333vw
	}
}
.l-header__inner .btnMenu a span {
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	display: block;
	width: 50px;
	height: 23px
}
@media screen and (max-width:1024px) {
	.l-header__inner .btnMenu a span {
		width: 32px;
		height: 18px
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btnMenu a span {
		width: 8.5333333333vw;
		height: 19px
	}
}
.l-header__inner .btnMenu a span::before {
	content: "";
	position: absolute;
	top: 0;
	width: 50px;
	height: 1px;
	background-color: #1c2c43;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:1024px) {
	.l-header__inner .btnMenu a span::before {
		background-color: #1c2c43;
		width: 32px
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btnMenu a span::before {
		width: 8.5333333333vw
	}
}
.l-header__inner .btnMenu a span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #1c2c43;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:1024px) {
	.l-header__inner .btnMenu a span::after {
		background-color: #1c2c43;
		width: 32px
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btnMenu a span::after {
		width: 8.5333333333vw
	}
}
@media print,
screen and (min-width:1025px) {
	.l-header__inner .btnMenu a.is-open {
		background-color: #fff
	}
}
.l-header__inner .btnMenu a.is-open::before {
	opacity: 0
}
.l-header__inner .btnMenu a.is-open span {
	width: 42px
}
@media screen and (max-width:1024px) {
	.l-header__inner .btnMenu a.is-open span {
		width: 32px
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btnMenu a.is-open span {
		width: 8.5333333333vw
	}
}
.l-header__inner .btnMenu a.is-open span::before {
	transform-origin: top left;
	transform: skewY(28deg);
	width: 42px
}
@media screen and (max-width:1024px) {
	.l-header__inner .btnMenu a.is-open span::before {
		width: 32px
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btnMenu a.is-open span::before {
		width: 8.5333333333vw
	}
}
.l-header__inner .btnMenu a.is-open span::after {
	transform-origin: bottom left;
	transform: skewY(-28deg);
	width: 42px
}
@media screen and (max-width:1024px) {
	.l-header__inner .btnMenu a.is-open span::after {
		width: 32px
	}
}
@media screen and (max-width:767px) {
	.l-header__inner .btnMenu a.is-open span::after {
		width: 8.5333333333vw
	}
}
.l-header__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	height: 100dvh;
	background: rgba(255, 255, 255, .8) url("../img/strada_mark_bg_color.png") 50% 13% no-repeat;
	background-size: 100px;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	z-index: 995;
	display: none
}
@media screen and (max-width:1024px) {
.l-header__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	height: 100dvh;
	background: rgba(255, 255, 255, .8) url("../img/strada_mark_bg_color.png") 50% 92% no-repeat;
	background-size: 60px;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	z-index: 995;
	display: none
}
}
.l-header.is-open {
	z-index: 100000
}
.l-header.is-open .menu {
	opacity: 0
}
@media print,
screen and (min-width:1025px) {
	.l-header.is-open.fixed .l-header__inner {
		background-color: rgba(0, 0, 0, 0)
	}
	.l-header.is-open .l-header__inner .logo {
		display: none
	}
	.l-header.is-open .l-header__inner .btn {
		display: none
	}
}
@media screen and (max-width:1024px) {
	.l-header.is-open.fixed .l-header__inner {
		background-color: #fff
	}
}
.l-gnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	height: 100svh;
	height: 100dvh;
	overflow-y: auto;
	overscroll-behavior: none
}
@media print,
screen and (min-width:1025px) {
	.l-gnav {
		z-index: 200
	}
}
.l-gnav__inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1112px;
	padding: 0 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
@media print,
screen and (min-width:1025px) {
	.l-gnav__inner {
		min-height: 640px
	}
}
@media screen and (max-width:1024px) {
	.l-gnav__inner {
		display: block;
		height: auto;
		padding: 95px 40px 60px
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner {
		padding: 25.3333333333vw 3vw 16vw
	}
}
.l-gnav__inner .box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	gap: 0 40px
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .box {
		display: block
	}
}
@media print,
screen and (min-width:1025px) {
	.l-gnav__inner .box .leftBox {
		flex: 1;
		max-width: 360px
	}
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .box .leftBox {
		margin-top: 40px;
		width: 100%
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .box .leftBox {
		margin-top: 10.6666666667vw
	}
}
.l-gnav__inner .box .leftBox .ttl01::before {
	width: calc(100% - 80px)
}
.l-gnav__inner .box .rightBox {
	width: 100%
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .box .rightBox {
		width: 100%
	}
}
.l-gnav__inner .box .rightBox .ttl01::before {
	width: calc(100% - 120px)
}
.l-gnav__inner .ttl01 {
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #61b0b7;
	line-height: 1
}
.l-gnav__inner .ttl01::before {
	content: "";
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	right: 0;
	height: 1px;
	background-color: #61b0b7
}
.l-gnav__inner .ttl01 span {
	position: relative;
	padding-right: 15px;
	display: inline-block
}
.l-gnav__inner .list01 {
	position: relative;
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .list01 {
		width: 100%;
		padding-left: 33.3333333333%
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 {
		margin-top: 0;
		padding-left: 0
	}
}
@media print,
screen and (min-width:1025px) {
	.l-gnav__inner .list01>li:nth-child(n+4) {
		margin-top: 0;
	}
}
@media print,
screen and (min-width:768px) {
	.l-gnav__inner .list01>li:nth-child(n+4) {
		margin-top: 0;
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01>li+li {
		margin-bottom: 8vw
	}
}
.l-gnav__inner .list01 .btnTop {
	position: absolute;
	left: 0;
	width: 220px;
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .list01 .btnTop {
		width: 33.3333333333%
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 .btnTop {
		position: relative;
		width: 100%
	}
}
.l-gnav__inner .list01 .w01 {
	width: 33%;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .list01 .w01 {
		width: 50%;
		padding: 0 0 40px 0;
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 .w01 {
		width: 45%;
		padding: 0 2vw 4vw 2vw;
	}
}
.l-gnav__inner .list01 .w02 {
	width: 220px;
	padding: 0 0 0 30px;
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .list01 .w02 {
		width: 50%;
		padding: 0;
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 .w02 {
		width: 50%;
		padding: 0;
	}
}
.l-gnav__inner .list01 .w03 {
	width: 33%;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .list01 .w03 {
		width: 100%;
		padding: 0 0 40px 0;
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 .w03 {
		width: 96%;
		padding: 0 2vw 4vw 2vw;
	}
}
.l-gnav__inner .list01 .ttl {
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.5
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 .ttl {
		font-size: 4vw
	}
}
.l-gnav__inner .list01 .sub {
	margin-top: 15px
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 .sub {
		margin: 2vw 0 2vw 0;
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 .sub li {
		font-size: 3.7333333333vw
	}
}
.l-gnav__inner .list01 .sub li+li {
	margin-top: 10px
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 .sub li+li {
		margin-top: 2.6666666667vw
	}
}
.l-gnav__inner .list01 .sub li .small {
	font-size: 1.4rem
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list01 .sub li .small {
		font-size: 3.2vw
	}
}
.l-gnav__inner .list01 a {
	color: #152e44;
	line-height: 1.5
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-gnav__inner .list01 a:hover span::before {
		width: 100%
	}
}
.l-gnav__inner .btn01 {
	width: 225px;
	height: 64px;
	margin: 40px auto 0
}
@media print,
screen and (min-width:1025px) {
	.l-gnav__inner .btn01 {
		display: none
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .btn01 {
		width: 60vw;
		height: 17.0666666667vw;
		margin: 8vw auto 0
	}
}
.l-gnav__inner .btn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 0
}
.l-gnav__inner .btn01 a .txt {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #1c2c43;
	text-align: center
}
@media screen and (max-width:767px) {
	.l-gnav__inner .btn01 a .txt {
		font-size: 4.2666666667vw
	}
}
.l-gnav__inner .btn01 a .ico {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	right: 16px;
	width: 16px
}
@media screen and (max-width:767px) {
	.l-gnav__inner .btn01 a .ico {
		right: 4.2666666667vw;
		width: 4.2666666667vw
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-gnav__inner .btn01 a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .l-gnav__inner .btn01 a:hover .ico .star {
		opacity: 1
	}
}
.l-gnav__inner .btn02 {
	width: 100%;
	max-width: 320px;
	height: 80px;
	margin: 40px 0 0
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .btn02 {
		width: 225px;
		height: 64px;
		margin: 40px auto 0
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .btn02 {
		width: 60vw;
		height: 17.0666666667vw;
		margin: 8vw auto 0
	}
}
.l-gnav__inner .btn02 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #1c2c43;
	padding: 0
}
.l-gnav__inner .btn02 a .txt {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center
}
@media screen and (max-width:767px) {
	.l-gnav__inner .btn02 a .txt {
		font-size: 4.2666666667vw
	}
}
.l-gnav__inner .btn02 a .ico {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	right: 16px;
	width: 16px
}
@media screen and (max-width:767px) {
	.l-gnav__inner .btn02 a .ico {
		right: 4.2666666667vw;
		width: 4.2666666667vw
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-gnav__inner .btn02 a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .l-gnav__inner .btn02 a:hover .ico .star {
		opacity: 1
	}
}
.l-gnav__inner .txt01 {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #fff
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .txt01 {
		text-align: center
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .txt01 {
		margin-top: 2.6666666667vw;
		font-size: 3.2vw
	}
}
.l-gnav__inner .list02 {
	margin-top: 44px
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .list02 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 20px;
		width: 652px;
		margin: 50px auto 0
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list02 {
		display: block;
		margin-top: 5.3333333333vw;
		width: 100%
	}
}
.l-gnav__inner .list02 li {
	width: 100%;
	max-width: 316px;
	height: 64px
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .list02 li {
		width: 316px;
		max-width: 100%
	}
}
.l-gnav__inner .list02 li+li {
	margin-top: 10px
}
@media screen and (max-width:1024px) {
	.l-gnav__inner .list02 li+li {
		margin-top: 0
	}
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list02 li+li {
		margin-top: 2.1333333333vw
	}
}
.l-gnav__inner .list02 li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-right: 16px
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list02 li a {
		padding-right: 3.2vw
	}
}
.l-gnav__inner .list02 li a .logo {
	width: 144px
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list02 li a .logo {
		width: 35.7333333333vw
	}
}
.l-gnav__inner .list02 li a .txt {
	position: relative;
	padding-right: 10px;
	flex: 1;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #1c2c43;
	text-align: right
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list02 li a .txt {
		padding-right: 2.6666666667vw;
		font-size: 3.2vw
	}
}
.l-gnav__inner .list02 li a .txt::before {
	content: "";
	position: absolute;
	left: 8px;
	bottom: 50%;
	transform: translateY(50%);
	width: 1px;
	height: 32px;
	background-color: #ddd
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list02 li a .txt::before {
		left: 2.1333333333vw;
		height: 8.5333333333vw
	}
}
.l-gnav__inner .list02 li a .ico {
	width: 16px
}
@media screen and (max-width:767px) {
	.l-gnav__inner .list02 li a .ico {
		width: 4.2666666667vw
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-gnav__inner .list02 li a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .l-gnav__inner .list02 li a:hover .ico .star {
		opacity: 1
	}
}
.l-footer {
	position: relative;
	padding: 42.1611492817vw 0 94px 0;
	background-color: #fff;
}
@media screen and (max-width:767px) {
	.l-footer {
		padding: 46vw 0 0 0
	}
}
.l-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) url("../img/footer_bg.png") 50% 0% no-repeat;
	background-size: contain;
}
@media screen and (max-width:767px) {
	.l-footer::before {
		height: 60vw;
		background: rgba(0, 0, 0, 0) url("../img/footer_bg_sp.png") 50% 100% no-repeat;
		background-size: contain
	}
}
.l-footer__inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 0 80px;
	gap: 0 20px
}
@media screen and (max-width:1024px) {
	.l-footer__inner {
		display: block;
		padding: 0 3.9024390244vw
	}
}
@media screen and (max-width:767px) {
	.l-footer__inner {
		display: block;
		padding: 10.6666666667vw 5.3333333333vw 0
	}
}
@media screen and (max-width:1024px) {
	.l-footer__inner .leftBox {
		margin-top: 70px
	}
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox {
		margin-top: 10.6666666667vw;
		padding-top: 10.6666666667vw;
		border-top: 1px dotted #ddd
	}
}
.l-footer__inner .leftBox {
	z-index: 1;
}
.l-footer__inner .leftBox .logo {
	width: 524px;
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .logo {
		width: 64vw
	}
}
.l-footer__inner .leftBox .list01 {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .list01 {
		display: block;
		margin-top: 10.6666666667vw
	}
}
.l-footer__inner .leftBox .list01 li {
	display: flex;
	gap: 0 20px
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .list01 li {
		gap: 0
	}
	.l-footer__inner .leftBox .list01 li+li {
		margin-top: 2.6666666667vw
	}
}
.l-footer__inner .leftBox .list01 li .ttl {
	display: block;
	font-size: 1.4rem;
	font-weight: 500
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .list01 li .ttl {
		font-size: 3.7333333333vw;
		width: 16vw
	}
}
.l-footer__inner .leftBox .list01 li .txt {
	display: block;
	font-size: 1.4rem;
	font-weight: 300
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .list01 li .txt {
		font-size: 3.7333333333vw
	}
}
.l-footer__inner .leftBox .txt01 {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 20px;
	font-size: 1.4rem;
	font-weight: 300
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .txt01 {
		display: block;
		margin-top: 5.3333333333vw;
		font-size: 3.7333333333vw
	}
}
.l-footer__inner .leftBox .txt01 .address {
	padding: 0 0 2rem 0;
	display: block
}
.l-footer__inner .leftBox .txt01 .map {
	display: block
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .txt01 .map {
		margin-top: 1.8666666667vw
	}
}
.l-footer__inner .leftBox .txt01 .map a {
	display: flex;
	align-items: center;
	gap: 0 5px
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .txt01 .map a {
		gap: 0 1.3333333333vw
	}
}
.l-footer__inner .leftBox .txt01 .map a .ico {
	position: relative;
	top: 1px;
	display: block;
	width: 16px;
	line-height: 1
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .txt01 .map a .ico {
		top: 1px;
		width: 4.2666666667vw
	}
}
.l-footer__inner .leftBox .txt01 .map a .ico svg {
	width: 16px;
	height: 16px;
	fill: #707070
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .txt01 .map a .ico svg {
		width: 4.2666666667vw;
		height: 4.2666666667vw
	}
}
.l-footer__inner .leftBox .txt01 .map a .txt {
	position: relative;
	display: block;
	line-height: 1
}
.l-footer__inner .leftBox .txt01 .map a .txt::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1c2c43;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-footer__inner .leftBox .txt01 .map a:hover .txt::before {
		display: none
	}
}
.l-footer__inner .leftBox .tel {
	margin-top: 5px;
	font-size: 1.4rem;
	font-weight: 300
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .tel {
		margin-top: 5.3333333333vw;
		font-size: 3.7333333333vw
	}
	.l-footer__inner .leftBox .tel a {
		text-decoration: underline
	}
}
.l-footer__inner .leftBox .tel span {
	margin-left: 5px
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .tel span {
		margin-left: 1.3333333333vw
	}
}
.l-footer__inner .leftBox .list02 {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px;
	max-width: 530px;
	justify-content: space-between
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .list02 {
		margin-top: 5.3333333333vw;
		display: block
	}
}
.l-footer__inner .leftBox .list02 li {
	display: flex;
	width: 240px;
	gap: 0 10px;
	font-size: 1.4rem;
	font-weight: 300
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .list02 li {
		font-size: 3.7333333333vw;
		width: 100%;
		gap: 0
	}
	.l-footer__inner .leftBox .list02 li+li {
		margin-top: 1.6vw
	}
}
.l-footer__inner .leftBox .list02 li .ico {
	position: relative;
	top: 3px;
	width: 16px;
	line-height: 1
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .list02 li .ico {
		margin-right: 1.8666666667vw;
		top: .8vw;
		width: 4.2666666667vw
	}
}
.l-footer__inner .leftBox .list02 li .ico svg {
	width: 16px;
	height: 16px;
	fill: #707070
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .list02 li .ico svg {
		width: 4.2666666667vw;
		height: 4.2666666667vw
	}
}
@media print,
screen and (min-width:768px) {
	.l-footer__inner .leftBox .list02 li .station {
		flex: 1
	}
}
@media screen and (max-width:767px) {
	.l-footer__inner .leftBox .list02 li .station {
		width: 40vw
	}
}
.l-footer__inner .leftBox .list02 li:nth-child(1) {
	order: 1
}
.l-footer__inner .leftBox .list02 li:nth-child(2) {
	order: 3
}
.l-footer__inner .leftBox .list02 li:nth-child(3) {
	order: 2
}
.l-footer__inner .leftBox .list02 li:nth-child(4) {
	order: 4
}
.l-footer__inner .rightBox {
	position: relative
}
.l-footer__inner .rightBox .menu01 {
	display: flex;
	gap: 0 35px
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu01 {
		gap: 10.6666666667vw 0;
		flex-wrap: wrap
	}
}
.l-footer__inner .rightBox .menu01>li {
	width: 160px
}
@media screen and (max-width:1024px) {
	.l-footer__inner .rightBox .menu01>li {
		width: calc((100% - 70px)/3)
	}
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu01>li:nth-child(1) {
		width: 50%
	}
	.l-footer__inner .rightBox .menu01>li:nth-child(2) {
		width: 50%
	}
	.l-footer__inner .rightBox .menu01>li:nth-child(3) {
		width: 50%
	}
}
.l-footer__inner .rightBox .menu01>li .h01 {
	height: 180px
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu01>li .h01 {
		height: 41.6vw
	}
}
.l-footer__inner .rightBox .menu01>li .ttl {
	font-size: 1.6rem;
	font-weight: 500;
	color: #1c2c43;
	padding: 0 0 1rem 0;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu01>li .ttl {
		font-size: 4.2666666667vw
	}
}
.l-footer__inner .rightBox .menu01>li .sub {
	margin-top: 15px
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu01>li .sub {
		margin-top: 5.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu01>li .sub li {
		font-size: 3.7333333333vw
	}
}
.l-footer__inner .rightBox .menu01>li .sub li+li {
	margin-bottom: 15px
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu01>li .sub li+li {
		margin-bottom: 2.6666666667vw
	}
}
.l-footer__inner .rightBox .menu01>li .sub li .small {
	font-size: 1.4rem
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu01>li .sub li .small {
		font-size: 3.2vw
	}
}
.l-footer__inner .rightBox .menu01>li a {
	color: #1c2c43;
	line-height: 1.5
}
.l-footer__inner .rightBox .menu01>li a span {
	position: relative
}
.l-footer__inner .rightBox .menu01>li a span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1c2c43;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-footer__inner .rightBox .menu01>li a:hover span::before {
		width: 100%
	}
}
.l-footer__inner .rightBox .menu02 {
	margin-top: 90px;
	display: flex;
	gap: 0 55px
}
@media print,
screen and (min-width:1025px) {
	.l-footer__inner .rightBox .menu02 {
		justify-content: flex-start
	}
}
@media screen and (max-width:1024px) {
	.l-footer__inner .rightBox .menu02 {
		margin-top: 30px;
		gap: 0 35px
	}
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu02 {
		margin-top: 10.6666666667vw;
		gap: 0
	}
}
.l-footer__inner .rightBox .menu02>li {
	font-size: 1.2rem;
	line-height: 1
}
@media screen and (max-width:1024px) {
	.l-footer__inner .rightBox .menu02>li {
		width: calc((100% - 70px)/3)
	}
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu02>li {
		width: 100%;
		font-size: 3.2vw
	}
}
.l-footer__inner .rightBox .menu02>li a {
	position: relative;
	color: #707070
}
.l-footer__inner .rightBox .menu02>li a .txt {
	position: relative;
	display: inline-block
}
.l-footer__inner .rightBox .menu02>li a .txt::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1c2c43;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.l-footer__inner .rightBox .menu02>li a .ico {
	position: absolute;
	top: 2px;
	display: inline-block;
	width: 16px;
	line-height: 1
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu02>li a .ico {
		top: .5333333333vw;
		width: 4.2666666667vw
	}
}
.l-footer__inner .rightBox .menu02>li a .ico svg {
	width: 16px;
	height: 16px;
	fill: #707070
}
@media screen and (max-width:767px) {
	.l-footer__inner .rightBox .menu02>li a .ico svg {
		width: 4.2666666667vw;
		height: 4.2666666667vw
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .l-footer__inner .rightBox .menu02>li a:hover .txt::before {
		width: 100%
	}
}
.l-footer .footer__copy {
	position: absolute;
	bottom: 24.6096189881vw;
	right: 50%;
	transform: translateX(50%);
	width: 38.7257963773vw;
	z-index: 10;
	text-align: center
}
@media screen and (max-width:767px) {
	.l-footer .footer__copy {
		bottom: 67.2vw;
		width: 89.3333333333vw
	}
}
.l-main {
	display: block;
	padding: 100px 0 12rem 0;
}
@media screen and (max-width:1024px) {
	.l-main {
		padding: 56px 0 12rem
	}
}
@media screen and (max-width:767px) {
	.l-main {
		padding: 14.9333333333vw 0 0vw
	}
}
.c-btn-01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	background-color: #1c2c43;
	padding: 0
}
@media screen and (max-width:767px) {
	.c-btn-01 {
		height: 12.8vw
	}
}
.c-btn-01 .txt {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center
}
@media screen and (max-width:767px) {
	.c-btn-01 .txt {
		font-size: 3.7333333333vw
	}
}
.c-btn-01 .ico {
	position: absolute !important;
	bottom: 50%;
	transform: translateY(50%);
	right: 16px;
	width: 16px
}
@media screen and (max-width:767px) {
	.c-btn-01 .ico {
		right: 4.2666666667vw;
		width: 4.2666666667vw
	}
}
.c-btn-01 .ico.ico-back {
	right: auto;
	left: 16px;
	transform: translateY(50%) rotate(180deg)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .c-btn-01:hover {
		opacity: .7
	}
	.is-view-pc .c-btn-01:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .c-btn-01:hover .ico .star {
		opacity: 1
	}
}
.c-ico {
	display: inline-block
}
.c-ico svg {
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.c-ico.c-ico-blank {
	width: 16px
}
.c-ico.c-ico-blank.green svg {
	fill: #00867d
}
.c-ico.c-ico-arrow01 {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 25px
}
.c-ico.c-ico-arrow01 .arrow {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.c-ico-arrow01::before {
	content: ">";
}
.c-ico-arrow02::before {
	content: ">";
}
.c-ico.c-ico-arrow01 .arrow.black svg {
	fill: #000
}
.c-ico.c-ico-arrow01 .arrow.white svg {
	fill: #fff
}
.c-ico.c-ico-arrow01 .star {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	opacity: 0;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.c-ico.c-ico-arrow01 .star.green svg {
	fill: #00867d
}
.c-ico.c-ico-arrow01 .star.l-green svg {
	fill: #2bb9b0
}
.c-ico.c-ico-arrow01 .star.white svg {
	fill: #fff
}
.c-ttl-01 .en {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	line-height: 1.4
}
@media screen and (max-width:1024px) {
	.c-ttl-01 .en {
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.c-ttl-01 .en {
		font-size: 3.2vw
	}
}
.c-ttl-01 .en::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0
}
.c-ttl-01 .jpn {
	display: block;
	font-size: 4.8rem;
	font-weight: 500;
	letter-spacing: .12em;
	line-height: 1.4
}
@media screen and (max-width:1024px) {
	.c-ttl-01 .jpn {
		font-size: 4.6829268293vw
	}
}
@media screen and (max-width:767px) {
	.c-ttl-01 .jpn {
		font-size: 7.4666666667vw
	}
}
.c-ttl-01.c-ttl-01-m .jpn {
	font-size: 4rem;
	letter-spacing: 0
}
@media screen and (max-width:1024px) {
	.c-ttl-01.c-ttl-01-m .jpn {
		font-size: 3.9024390244vw
	}
}
@media screen and (max-width:767px) {
	.c-ttl-01.c-ttl-01-m .jpn {
		font-size: 7.4666666667vw
	}
}
.c-ttl-02 .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 8px
}
@media screen and (max-width:767px) {
	.c-ttl-02 .inner {
		gap: 0 2.1333333333vw
	}
}
.c-ttl-02 .star {
	display: block;
	width: 16px;
	height: 16px
}
@media screen and (max-width:767px) {
	.c-ttl-02 .star {
		width: 4.2666666667vw;
		height: 4.2666666667vw
	}
}
.c-ttl-02 .star svg {
	fill: #2bb9b0
}
.c-ttl-02 .jpn {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6
}
@media screen and (max-width:767px) {
	.c-ttl-02 .jpn {
		font-size: 5.3333333333vw
	}
}
.c-txt-01 {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .c-link-01:hover {
		text-decoration: underline
	}
}
.c-link-01.green {
	color: #01867d
}
.c-link-02 {
	text-decoration: underline
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .c-link-02:hover {
		text-decoration: none
	}
}
.c-link-02.green {
	color: #01867d
}
.p-breadcrumb {
	position: absolute;
	top: 0;
	left: 120px;
	transform: rotate(90deg);
	transform-origin: top left;
	height: 120px;
	display: flex;
	align-items: center;
	z-index: 10
}
@media screen and (max-width:1024px) {
	.p-breadcrumb {
		left: 11.7073170732vw;
		height: 11.7073170732vw
	}
}
@media screen and (max-width:767px) {
	.p-breadcrumb {
		display: none
	}
}
.p-breadcrumb ul {
	display: flex;
	align-items: center;
	gap: 0 10px
}
.p-breadcrumb ul li {
	display: flex;
	align-items: center;
	gap: 0 10px;
	font-size: 1.2rem
}
.p-breadcrumb ul li a {
	display: flex;
	align-items: center;
	gap: 0 10px;
	color: #707070
}
.p-breadcrumb ul li a .txt {
	position: relative;
	display: inline-block
}
.p-breadcrumb ul li a .txt::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #707070;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.p-breadcrumb ul li a .ico {
	display: block;
	width: 16px
}
.p-breadcrumb ul li a .ico svg {
	fill: #aaa
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .p-breadcrumb ul li a:hover .txt::before {
		content: "";
		width: 100%
	}
}
.p-breadcrumb ul li .arrow {
	display: block;
	width: 14px
}
.p-breadcrumb ul li .arrow svg {
	fill: #aaa
}
.js-animate.fadeIn01 {
	transform: translateY(10px);
	opacity: 0
}
.js-animate.fadeIn01.is-animated {
	transform: translateY(0);
	opacity: 1;
	transition: all .7s ease-out
}
.js-animate.fadeIn02 {
	opacity: 0
}
.js-animate.fadeIn02.is-animated {
	opacity: 1;
	transition: all .7s ease-out
}
.js-animate.fadeIn03 {
	transform: translate(50%, 10px);
	opacity: 0
}
.js-animate.fadeIn03.is-animated {
	transform: translate(50%, 0);
	opacity: 1;
	transition: all .7s ease-out
}
.js-animate02.fadeIn01 {
	transform: translateY(10px);
	opacity: 0
}
.js-animate02.fadeIn01.is-animated {
	transform: translateY(0);
	opacity: 1;
	transition: all .7s ease-out
}
.js-animate02.fadeIn02 {
	opacity: 0
}
.js-animate02.fadeIn02.is-animated {
	opacity: 1;
	transition: all .7s ease-out
}
.p-footNav {
	position: relative;
	padding: 82px 0 0
}
@media screen and (max-width:767px) {
	.p-footNav {
		padding: 21.3333333333vw 0 0
	}
}
.p-footNav::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 479px;
	background: rgba(0, 0, 0, 0) url("../images/common/foot-nav_bg.jpg") 50% 50% no-repeat;
	background-size: cover
}
@media screen and (max-width:767px) {
	.p-footNav::before {
		background: rgba(0, 0, 0, 0) url("../images/common/foot-nav_bg_sp.jpg") 50% 50% no-repeat;
		background-size: cover;
		height: 135.4666666667vw
	}
}
.p-footNav__inner {
	position: relative
}
.p-footNav__menu dt {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: .12em;
	color: #fff;
	line-height: 2.1525;
	text-align: center
}
@media screen and (max-width:767px) {
	.p-footNav__menu dt {
		font-size: 6.4vw;
		line-height: 1
	}
}
.p-footNav__menu dd {
	margin-top: 34px
}
@media screen and (max-width:767px) {
	.p-footNav__menu dd {
		margin-top: 13.3333333333vw
	}
}
.p-footNav__menu dd ul {
	display: flex;
	gap: 0 32px
}
@media screen and (max-width:1280px) {
	.p-footNav__menu dd ul {
		gap: 0 2.4980483997vw
	}
}
@media screen and (max-width:1024px) {
	.p-footNav__menu dd ul {
		gap: 0 1.9512195122vw
	}
}
@media screen and (max-width:767px) {
	.p-footNav__menu dd ul {
		gap: 0 6.4vw;
		flex-wrap: wrap
	}
}
@media print,
screen and (min-width:768px) {
	.p-footNav__menu dd ul li:nth-child(1) {
		width: 16%
	}
	.p-footNav__menu dd ul li:nth-child(2) {
		width: 22%
	}
	.p-footNav__menu dd ul li:nth-child(3) {
		width: 22%
	}
	.p-footNav__menu dd ul li:nth-child(4) {
		width: 20%
	}
	.p-footNav__menu dd ul li:nth-child(5) {
		width: 20%
	}
}
@media screen and (min-width:768px)and (max-width:1280px) {
	.p-footNav__menu dd ul li:nth-child(1) {
		width: 12%
	}
	.p-footNav__menu dd ul li:nth-child(2) {
		width: 24%
	}
	.p-footNav__menu dd ul li:nth-child(3) {
		width: 24%
	}
	.p-footNav__menu dd ul li:nth-child(4) {
		width: 20%
	}
	.p-footNav__menu dd ul li:nth-child(5) {
		width: 20%
	}
}
@media screen and (max-width:767px) {
	.p-footNav__menu dd ul li {
		margin-bottom: -1px;
		width: calc(50% - 3.2vw)
	}
}
.p-footNav__menu dd ul li a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 96px;
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}
@media screen and (max-width:767px) {
	.p-footNav__menu dd ul li a {
		height: 20vw
	}
}
.p-footNav__menu dd ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .1);
	opacity: 0;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.p-footNav__menu dd ul li a .txt {
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 2
}
@media screen and (max-width:1280px) {
	.p-footNav__menu dd ul li a .txt {
		font-size: 1.4rem
	}
}
@media screen and (max-width:1024px) {
	.p-footNav__menu dd ul li a .txt {
		font-size: 1.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.p-footNav__menu dd ul li a .txt {
		font-size: 4.2666666667vw;
		line-height: 1.5
	}
}
.p-footNav__menu dd ul li a .ico {
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
	width: 16px;
	height: 16px;
	z-index: 2;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:767px) {
	.p-footNav__menu dd ul li a .ico {
		width: 4.2666666667vw;
		height: 4.2666666667vw
	}
}
.p-footNav__menu dd ul li a .ico .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.p-footNav__menu dd ul li a .ico .arrow svg {
	fill: #fff
}
.p-footNav__menu dd ul li a .ico .star {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.p-footNav__menu dd ul li a .ico .star svg {
	fill: #fff
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .p-footNav__menu dd ul li a:hover::before {
		opacity: 1
	}
	.is-view-pc .p-footNav__menu dd ul li a:hover .txt {
		transform: translateX(18px)
	}
}
@media screen and (min-width:768px)and (max-width:1280px) {
	.is-view-pc .p-footNav__menu dd ul li a:hover .txt {
		transform: translateX(10px)
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .p-footNav__menu dd ul li a:hover .ico {
		transform: translate(-16px, 50%)
	}
}
@media screen and (min-width:768px)and (max-width:1280px) {
	.is-view-pc .p-footNav__menu dd ul li a:hover .ico {
		transform: translate(-8px, 50%)
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .p-footNav__menu dd ul li a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .p-footNav__menu dd ul li a:hover .ico .star {
		opacity: 1
	}
}
.p-footNav__entry02 {
	margin-top: 87px;
	width: 100%;
	height: 240px
}
@media screen and (max-width:767px) {
	.p-footNav__entry02 {
		margin-top: 16vw;
		height: auto
	}
}
.p-footNav__entry02 a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 80px;
	background-color: #1c2c43
}
@media screen and (max-width:767px) {
	.p-footNav__entry02 a {
		padding: 0 0 0 8vw;
		margin-top: 16vw;
		height: 48vw
	}
}
.p-footNav__entry02 a .txt01 {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff
}
@media screen and (max-width:767px) {
	.p-footNav__entry02 a .txt01 {
		font-size: 3.4666666667vw
	}
}
.p-footNav__entry02 a .txt02 {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: .12em;
	color: #fff;
	line-height: 1.9
}
@media screen and (max-width:767px) {
	.p-footNav__entry02 a .txt02 {
		margin-top: 2.6666666667vw;
		font-size: 6.4vw;
		line-height: 1
	}
}
.p-footNav__entry02 a .txt03 {
	margin-top: 7px;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff
}
@media screen and (max-width:767px) {
	.p-footNav__entry02 a .txt03 {
		margin-top: 2.6666666667vw;
		font-size: 2.9333333333vw
	}
}
.p-footNav__entry02 a .ico {
	position: absolute;
	right: 70px;
	bottom: 50%;
	transform: translateY(50%);
	width: 48px;
	height: 48px;
	overflow: hidden
}
@media screen and (max-width:767px) {
	.p-footNav__entry02 a .ico {
		right: 5.3333333333vw;
		width: 9.0666666667vw;
		height: 9.0666666667vw
	}
}
.p-footNav__entry02 a .ico svg {
	fill: #fff
}
.p-footNav__entry02 a .ico .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.p-footNav__entry02 a .ico .arrow:nth-child(1) {
	transform: translateX(-100%)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .p-footNav__entry02 a:hover {
		background-color: #3e4f69
	}
	.is-view-pc .p-footNav__entry02 a:hover .ico .arrow:nth-child(1) {
		transform: translateX(0)
	}
	.is-view-pc .p-footNav__entry02 a:hover .ico .arrow:nth-child(2) {
		transform: translateX(100%)
	}
}
.p-footNav__entry {
	margin-top: 87px;
	width: 100%
}
@media screen and (max-width:767px) {
	.p-footNav__entry {
		margin-top: 16vw
	}
}
.p-footNav__entry .inner {
	position: relative;
	padding: 55px 80px 60px;
	background-color: #1c2c43;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner {
		padding: 7.4666666667vw 8vw
	}
}
.p-footNav__entry .inner .txt01 {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .txt01 {
		font-size: 3.4666666667vw
	}
}
.p-footNav__entry .inner .txt02 {
	display: block;
	margin-top: 15px;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: .12em;
	color: #fff;
	line-height: 1.9
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .txt02 {
		margin-top: 2.6666666667vw;
		font-size: 6.4vw;
		line-height: 1
	}
}
.p-footNav__entry .inner>.ico {
	position: absolute;
	right: 70px;
	top: 94px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner>.ico {
		top: 15.2vw;
		right: 5.3333333333vw;
		width: 9.0666666667vw;
		height: 9.0666666667vw
	}
}
.p-footNav__entry .inner>.ico svg {
	fill: #fff
}
.p-footNav__entry .inner>.ico .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}o
.p-footNav__entry .inner .listBox {
	display: none
}
.p-footNav__entry .inner .list01 {
	padding-top: 45px;
	display: flex;
	gap: 0 1%;
	max-width: 964px;
	width: 100%
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .list01 {
		display: block;
		padding-top: 8vw;
		width: 100%
	}
}
.p-footNav__entry .inner .list01 li {
	height: 64px
}
@media screen and (max-width:1280px) {
	.p-footNav__entry .inner .list01 li {
		height: 4.9960967994vw
	}
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .list01 li {
		height: 17.0666666667vw
	}
}
@media print,
screen and (min-width:768px) {
	.p-footNav__entry .inner .list01 li {
		width: 33%
	}
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .list01 li+li {
		margin-top: 2.1333333333vw
	}
}
.p-footNav__entry .inner .list01 li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-right: 16px
}
@media screen and (max-width:1280px) {
	.p-footNav__entry .inner .list01 li a {
		padding-right: 1.2490241998vw
	}
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .list01 li a {
		padding-right: 3.2vw
	}
}
.p-footNav__entry .inner .list01 li a .logo {
	width: 144px
}
@media screen and (max-width:1280px) {
	.p-footNav__entry .inner .list01 li a .logo {
		width: 11.2412177986vw
	}
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .list01 li a .logo {
		width: 35.7333333333vw
	}
}
.p-footNav__entry .inner .list01 li a .txt {
	position: relative;
	padding-right: 10px;
	flex: 1;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #1c2c43;
	text-align: right
}
@media screen and (max-width:1280px) {
	.p-footNav__entry .inner .list01 li a .txt {
		padding-right: .7806401249vw;
		font-size: .9367681499vw
	}
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .list01 li a .txt {
		padding-right: 2.6666666667vw;
		font-size: 3.2vw
	}
}
.p-footNav__entry .inner .list01 li a .txt::before {
	content: "";
	position: absolute;
	left: 8px;
	bottom: 50%;
	transform: translateY(50%);
	width: 1px;
	height: 32px;
	background-color: #ddd
}
@media screen and (max-width:1280px) {
	.p-footNav__entry .inner .list01 li a .txt::before {
		left: .6245120999vw;
		height: 2.4980483997vw
	}
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .list01 li a .txt::before {
		left: 2.1333333333vw;
		height: 8.5333333333vw
	}
}
.p-footNav__entry .inner .list01 li a .ico {
	width: 16px
}
@media screen and (max-width:1280px) {
	.p-footNav__entry .inner .list01 li a .ico {
		width: 1.2490241998vw
	}
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner .list01 li a .ico {
		width: 4.2666666667vw
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .p-footNav__entry .inner .list01 li a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .p-footNav__entry .inner .list01 li a:hover .ico .star {
		opacity: 1
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .p-footNav__entry .inner:hover.inner {
		background-color: #3e4f69
	}
	.is-view-pc .p-footNav__entry .inner:hover.inner>.ico {
		transform: rotate(90deg)
	}
}
@media screen and (max-width:767px) {
	.p-footNav__entry .inner.show.inner>.ico {
		transform: rotate(90deg)
	}
}
.p-sideNav {
	padding: 0 40px
}
@media screen and (max-width:1024px) {
	.p-sideNav {
		padding: 0 1.9512195122vw
	}
}
@media screen and (max-width:767px) {
	.p-sideNav {
		margin-bottom: 21.3333333333vw;
		padding: 0 5.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.p-sideNav dl {
		display: flex
	}
}
.p-sideNav dl dt {
	padding-top: 16px;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #00867d;
	border-top: #00867d 1px solid
}
@media screen and (max-width:767px) {
	.p-sideNav dl dt {
		padding-top: 4vw;
		width: 20vw;
		font-size: 4.8vw
	}
}
.p-sideNav dl dd {
	margin-top: 23px
}
@media screen and (max-width:767px) {
	.p-sideNav dl dd {
		margin-top: 0;
		flex: 1
	}
}
@media screen and (max-width:767px) {
	.p-sideNav dl dd ul {
		border-top: 1px solid #ddd
	}
}
.p-sideNav dl dd ul li {
	font-size: 1.6rem
}
@media screen and (max-width:767px) {
	.p-sideNav dl dd ul li {
		font-size: 4.2666666667vw;
		border-bottom: 1px solid #ddd
	}
}
.p-sideNav dl dd ul li+li {
	margin-top: 8px
}
@media screen and (max-width:767px) {
	.p-sideNav dl dd ul li+li {
		margin-top: 0
	}
}
.p-sideNav dl dd ul li a {
	position: relative;
	display: inline-block;
	padding-left: 12px
}
@media screen and (max-width:767px) {
	.p-sideNav dl dd ul li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 0;
		height: 15.4666666667vw
	}
}
.p-sideNav dl dd ul li a::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #00867d;
	border-radius: 100vh
}
@media screen and (max-width:767px) {
	.p-sideNav dl dd ul li a::before {
		display: none
	}
}
.p-sideNav dl dd ul li a span {
	position: relative;
	display: inline-block
}
.p-sideNav dl dd ul li a span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1c2c43;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:767px) {
	.p-sideNav dl dd ul li a span::before {
		display: none
	}
}
.p-sideNav dl dd ul li a .arrow {
	display: block;
	width: 4.2666666667vw;
	height: 4.2666666667vw;
	transform: rotate(90deg)
}
@media print,
screen and (min-width:768px) {
	.p-sideNav dl dd ul li a .arrow {
		display: none
	}
}
.p-sideNav dl dd ul li a .arrow svg {
	fill: #00867d
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .p-sideNav dl dd ul li a:hover span::before {
		content: "";
		width: 100%
	}
}
@media print,
screen and (min-width:768px) {
	.p-sideNav dl dd ul li a.current {
		color: #00867d
	}
}
.p-related {
	max-width: 1600px;
	margin: 160px auto;
	padding: 0 80px
}
@media screen and (max-width:767px) {
	.p-related {
		margin: 13.3333333333vw auto 21.3333333333vw;
		padding: 0 5.3333333333vw
	}
}
.p-related .ttl01 {
	font-size: 3.2rem;
	font-weight: 500
}
@media screen and (max-width:767px) {
	.p-related .ttl01 {
		font-size: 5.8666666667vw
	}
}
.p-related .inner {
	display: grid;
	margin-top: 40px
}
@media screen and (max-width:767px) {
	.p-related .inner {
		margin-top: 8vw;
		display: block;
		border-top: 1px solid #ddd
	}
}
.p-related .inner.column02 {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2px
}
.p-related .inner.column03 {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2px
}
@media screen and (max-width:767px) {
	.p-related .inner .box {
		border-bottom: 1px solid #ddd
	}
}
.p-related .inner .box a {
	position: relative;
	display: block
}
@media screen and (max-width:767px) {
	.p-related .inner .box a {
		padding: 4vw 0;
		display: flex;
		align-items: center
	}
}
.p-related .inner .box a .thumbs {
	overflow: hidden;
	display: block
}
@media screen and (max-width:767px) {
	.p-related .inner .box a .thumbs {
		width: 32vw
	}
}
.p-related .inner .box a .thumbs img {
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.p-related .inner .box a .txtBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px
}
@media screen and (max-width:767px) {
	.p-related .inner .box a .txtBox {
		position: relative;
		flex: 1;
		height: 100%;
		padding: 0 0 0 4vw
	}
}
.p-related .inner .box a .txtBox::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(28, 44, 67, 0.85) 0%, rgba(28, 44, 67, 0.74) 50%, rgba(28, 44, 67, 0) 100%)
}
@media screen and (max-width:767px) {
	.p-related .inner .box a .txtBox::before {
		display: none
	}
}
.p-related .inner .box a .txtBox .txt {
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff
}
@media screen and (max-width:767px) {
	.p-related .inner .box a .txtBox .txt {
		font-size: 4.2666666667vw;
		color: #1c2c43
	}
}
.p-related .inner .box a .txtBox .txt .sub {
	position: relative;
	display: block;
	font-size: 1.2rem;
	font-weight: 500
}
@media screen and (max-width:767px) {
	.p-related .inner .box a .txtBox .txt .sub {
		font-size: 3.2vw
	}
}
.p-related .inner .box a .txtBox .ico {
	position: relative;
	top: 5px
}
@media screen and (max-width:767px) {
	.p-related .inner .box a .txtBox .ico {
		top: 1.3333333333vw
	}
	.p-related .inner .box a .txtBox .ico svg {
		fill: #00867d !important
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .p-related .inner .box a:hover {
		text-decoration: none
	}
	.is-view-pc .p-related .inner .box a:hover .thumbs img {
		transform: scale(1.05)
	}
	.is-view-pc .p-related .inner .box a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .p-related .inner .box a:hover .ico .star {
		opacity: 1
	}
}
.p-page-header__inner {
	padding-left: 120px
}
@media screen and (max-width:1024px) {
	.p-page-header__inner {
		padding-left: 11.7073170732vw
	}
}
@media screen and (max-width:767px) {
	.p-page-header__inner {
		padding: 0 5.3333333333vw
	}
}
.p-page-header__ttl {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}
.p-page-header__ttl .en {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif
}
@media screen and (max-width:1024px) {
	.p-page-header__ttl .en {
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.p-page-header__ttl .en {
		font-size: 4.2666666667vw
	}
}
.p-page-header__ttl .en .border {
	display: block;
	line-height: 0
}
.p-page-header__ttl .jpn {
	margin-top: 10px;
	display: block;
	font-size: 4.8rem;
	font-weight: 500
}
@media screen and (max-width:1024px) {
	.p-page-header__ttl .jpn {
		margin-top: .9756097561vw;
		font-size: 4.6829268293vw
	}
}
@media screen and (max-width:767px) {
	.p-page-header__ttl .jpn {
		margin-top: 2.6666666667vw;
		font-size: 9.6vw
	}
}
.p-page-header__ttl .jpn02 {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	color: #00867d
}
@media screen and (max-width:1024px) {
	.p-page-header__ttl .jpn02 {
		font-size: 1.9512195122vw
	}
}
@media screen and (max-width:767px) {
	.p-page-header__ttl .jpn02 {
		font-size: 4.2666666667vw
	}
}
.p-page-header__ttl .jpn02+.jpn {
	margin-top: 15px
}
@media screen and (max-width:767px) {
	.p-page-header__ttl .jpn02+.jpn {
		margin-top: 2.6666666667vw
	}
}
.u-clr:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
@media screen and (max-width:374px) {
	.u-xs-min {
		display: none !important
	}
}
@media print,
screen and (min-width:375px) {
	.u-xs-max {
		display: none !important
	}
}
@media screen and (max-width:1024px) {
	.u-md-min {
		display: none !important
	}
}
@media print,
screen and (min-width:1025px) {
	.u-md-max {
		display: none !important
	}
}
@media screen and (max-width:1280px) {
	.u-lg-min {
		display: none !important
	}
}
@media print,
screen and (min-width:1281px) {
	.u-lg-max {
		display: none !important
	}
}
@media screen and (max-width:1600px) {
	.u-xlg-min {
		display: none !important
	}
}
@media print,
screen and (min-width:1601px) {
	.u-xlg-max {
		display: none !important
	}
}
.u-ff-jp {
	font-family: "Noto Sans JP", sans-serif
}
.u-fz-20 {
	font-size: 2rem !important
}
.u-fz-19 {
	font-size: 1.9rem !important
}
.u-fz-18 {
	font-size: 1.8rem !important
}
.u-fz-17 {
	font-size: 1.7rem !important
}
.u-fz-16 {
	font-size: 1.6rem !important
}
.u-fz-15 {
	font-size: 1.5rem !important
}
.u-fz-14 {
	font-size: 1.4rem !important
}
.u-fz-13 {
	font-size: 1.3rem !important
}
.u-fz-12 {
	font-size: 1.2rem !important
}
.u-fz-11 {
	font-size: 1.1rem !important
}
.u-fz-10 {
	font-size: 1rem !important
}
.u-fw-400 {
	font-weight: 400 !important
}
.u-fw-700 {
	font-weight: 700 !important
}
.u-ls-0 {
	letter-spacing: 0
}
.u-td-ul {
	text-decoration: underline !important
}
.u-td-none {
	text-decoration: none !important
}
.u-ta-l {
	text-align: left !important
}
.u-ta-r {
	text-align: right !important
}
.u-ta-c {
	text-align: center !important
}
@media print,
screen and (min-width:768px) {
	.u-ta-l-pc {
		text-align: left !important
	}
}
@media print,
screen and (min-width:768px) {
	.u-ta-r-pc {
		text-align: right !important
	}
}
@media print,
screen and (min-width:768px) {
	.u-ta-c-pc {
		text-align: center !important
	}
}
@media screen and (max-width:767px) {
	.u-ta-l-sp {
		text-align: left !important
	}
}
@media screen and (max-width:767px) {
	.u-ta-r-sp {
		text-align: right !important
	}
}
@media screen and (max-width:767px) {
	.u-ta-c-sp {
		text-align: center !important
	}
}
.u-va-t {
	vertical-align: top !important
}
.u-va-m {
	vertical-align: middle !important
}
.u-va-b {
	vertical-align: bottom !important
}
.u-c-main {
	color: #d9f2f0 !important
}
.u-c-plain {
	color: #1c2c43 !important
}
.u-c-white {
	color: #fff !important
}
.u-bg-alpha {
	background-color: rgba(0, 0, 0, 0) !important
}
.u-bg-main {
	background-color: #d9f2f0 !important
}
.u-bg-plain {
	background-color: #1c2c43 !important
}
.u-bg-border {
	background-color: #ccc !important
}
.u-bg-white {
	background-color: #fff !important
}
.u-bd {
	border: 1px solid #ccc !important
}
.u-bd-t {
	border-top: 1px solid #ccc !important
}
.u-bd-l {
	border-left: 1px solid #ccc !important
}
.u-bd-b {
	border-bottom: 1px solid #ccc !important
}
.u-bd-r {
	border-right: 1px solid #ccc !important
}
.u-bd-main {
	border-color: #d9f2f0 !important
}
.u-bd-white {
	border-color: #fff !important
}
.u-w-100 {
	width: 100% !important
}
.u-w-90 {
	width: 90% !important
}
.u-w-80 {
	width: 80% !important
}
.u-w-70 {
	width: 70% !important
}
.u-w-60 {
	width: 60% !important
}
.u-w-50 {
	width: 50% !important
}
.u-w-40 {
	width: 40% !important
}
.u-w-30 {
	width: 30% !important
}
.u-w-20 {
	width: 20% !important
}
.u-w-10 {
	width: 10% !important
}
.u-m-0 {
	margin: 0 !important
}
.u-m-auto {
	margin: auto !important
}
.u-mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}
.u-my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}
.u-mt-0 {
	margin-top: 0 !important
}
.u-mt-5 {
	margin-top: 5px !important
}
.u-mt-10 {
	margin-top: 10px !important
}
.u-mt-15 {
	margin-top: 15px !important
}
.u-mt-20 {
	margin-top: 20px !important
}
.u-mt-25 {
	margin-top: 25px !important
}
.u-mt-30 {
	margin-top: 30px !important
}
.u-mt-35 {
	margin-top: 35px !important
}
.u-mt-40 {
	margin-top: 40px !important
}
.u-mt-45 {
	margin-top: 45px !important
}
.u-mt-50 {
	margin-top: 50px !important
}
.u-mt-xs {
	margin-top: 20px !important
}
@media screen and (max-width:767px) {
	.u-mt-xs {
		margin-top: 10px !important
	}
}
.u-mt-sm {
	margin-top: 40px !important
}
@media screen and (max-width:767px) {
	.u-mt-sm {
		margin-top: 20px !important
	}
}
.u-mt-md {
	margin-top: 60px !important
}
@media screen and (max-width:767px) {
	.u-mt-md {
		margin-top: 30px !important
	}
}
.u-mt-lg {
	margin-top: 80px !important
}
@media screen and (max-width:767px) {
	.u-mt-lg {
		margin-top: 40px !important
	}
}
.u-mt-xl {
	margin-top: 100px !important
}
@media screen and (max-width:767px) {
	.u-mt-xl {
		margin-top: 50px !important
	}
}
.u-mb-0 {
	margin-bottom: 0 !important
}
.u-mb-5 {
	margin-bottom: 5px !important
}
.u-mb-10 {
	margin-bottom: 10px !important
}
.u-mb-15 {
	margin-bottom: 15px !important
}
.u-mb-20 {
	margin-bottom: 20px !important
}
.u-mb-25 {
	margin-bottom: 25px !important
}
.u-mb-30 {
	margin-bottom: 30px !important
}
.u-mb-35 {
	margin-bottom: 35px !important
}
.u-mb-40 {
	margin-bottom: 40px !important
}
.u-mb-45 {
	margin-bottom: 45px !important
}
.u-mb-50 {
	margin-bottom: 50px !important
}
.u-mb-xs {
	margin-bottom: 20px !important
}
@media screen and (max-width:767px) {
	.u-mb-xs {
		margin-bottom: 10px !important
	}
}
.u-mb-sm {
	margin-bottom: 40px !important
}
@media screen and (max-width:767px) {
	.u-mb-sm {
		margin-bottom: 20px !important
	}
}
.u-mb-md {
	margin-bottom: 60px !important
}
@media screen and (max-width:767px) {
	.u-mb-md {
		margin-bottom: 30px !important
	}
}
.u-mb-lg {
	margin-bottom: 80px !important
}
@media screen and (max-width:767px) {
	.u-mb-lg {
		margin-bottom: 40px !important
	}
}
.u-mb-xl {
	margin-bottom: 100px !important
}
@media screen and (max-width:767px) {
	.u-mb-xl {
		margin-bottom: 50px !important
	}
}
.u-p-0 {
	padding: 0 !important
}
.u-p-5 {
	padding: 5px !important
}
.u-p-10 {
	padding: 10px !important
}
.u-p-15 {
	padding: 15px !important
}
.u-p-20 {
	padding: 20px !important
}
.u-p-25 {
	padding: 25px !important
}
.u-p-30 {
	padding: 30px !important
}
.u-p-35 {
	padding: 35px !important
}
.u-p-40 {
	padding: 40px !important
}
.u-p-45 {
	padding: 45px !important
}
.u-p-50 {
	padding: 50px !important
}
.u-pt-0 {
	padding-top: 0 !important
}
.u-pt-5 {
	padding-top: 5px !important
}
.u-pt-10 {
	padding-top: 10px !important
}
.u-pt-15 {
	padding-top: 15px !important
}
.u-pt-20 {
	padding-top: 20px !important
}
.u-pt-25 {
	padding-top: 25px !important
}
.u-pt-30 {
	padding-top: 30px !important
}
.u-pt-35 {
	padding-top: 35px !important
}
.u-pt-40 {
	padding-top: 40px !important
}
.u-pt-45 {
	padding-top: 45px !important
}
.u-pt-50 {
	padding-top: 50px !important
}
.u-pt-xs {
	padding-top: 20px !important
}
@media screen and (max-width:767px) {
	.u-pt-xs {
		padding-top: 10px !important
	}
}
.u-pt-sm {
	padding-top: 40px !important
}
@media screen and (max-width:767px) {
	.u-pt-sm {
		padding-top: 20px !important
	}
}
.u-pt-md {
	padding-top: 60px !important
}
@media screen and (max-width:767px) {
	.u-pt-md {
		padding-top: 30px !important
	}
}
.u-pt-lg {
	padding-top: 80px !important
}
@media screen and (max-width:767px) {
	.u-pt-lg {
		padding-top: 40px !important
	}
}
.u-pt-xl {
	padding-top: 100px !important
}
@media screen and (max-width:767px) {
	.u-pt-xl {
		padding-top: 50px !important
	}
}
.u-pb-0 {
	padding-bottom: 0 !important
}
.u-pb-5 {
	padding-bottom: 5px !important
}
.u-pb-10 {
	padding-bottom: 10px !important
}
.u-pb-15 {
	padding-bottom: 15px !important
}
.u-pb-20 {
	padding-bottom: 20px !important
}
.u-pb-25 {
	padding-bottom: 25px !important
}
.u-pb-30 {
	padding-bottom: 30px !important
}
.u-pb-35 {
	padding-bottom: 35px !important
}
.u-pb-40 {
	padding-bottom: 40px !important
}
.u-pb-45 {
	padding-bottom: 45px !important
}
.u-pb-50 {
	padding-bottom: 50px !important
}
.u-pb-xs {
	padding-bottom: 20px !important
}
@media screen and (max-width:767px) {
	.u-pb-xs {
		padding-bottom: 10px !important
	}
}
.u-pb-sm {
	padding-bottom: 40px !important
}
@media screen and (max-width:767px) {
	.u-pb-sm {
		padding-bottom: 20px !important
	}
}
.u-pb-md {
	padding-bottom: 60px !important
}
@media screen and (max-width:767px) {
	.u-pb-md {
		padding-bottom: 30px !important
	}
}
.u-pb-lg {
	padding-bottom: 80px !important
}
@media screen and (max-width:767px) {
	.u-pb-lg {
		padding-bottom: 40px !important
	}
}
.u-pb-xl {
	padding-bottom: 100px !important
}
@media screen and (max-width:767px) {
	.u-pb-xl {
		padding-bottom: 50px !important
	}
}
@keyframes bg-gradient {
	0% {
		background-position: 0% 0%
	}
	50% {
		background-position: 25% 50%
	}
	75% {
		background-position: 50% 100%
	}
	100% {
		background-position: 100% 100%
	}
}
.ttl-h1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0
}
.l-main {
	padding-top: 0
}
@media screen and (max-width:767px) {
	.l-main {
		padding-top: 0
	}
}
@keyframes txtloop {
	0% {
		transform: translateX(100%)
	}
	100% {
		transform: translateX(-100%)
	}
}
@keyframes imgloop01 {
	0% {
		transform: translateX(100%)
	}
	100% {
		transform: translateX(-100%)
	}
}
@keyframes imgloop02 {
	0% {
		transform: translateX(100%)
	}
	100% {
		transform: translateX(-100%)
	}
}
.intro {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	width: 100%;
	height: 100svh;
	background-color: #fff;
}
.intro img {
	width: 100%
}
.intro::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.intro::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	z-index: 4;
}
.intro__txt01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 3
}
.intro__txt01 .txt01 {
	position: relative;
	width: 34.9781386633vw
}
@media screen and (max-width:767px) {
	.intro__txt01 .txt01 {
		width: 74.6666666667vw
	}
}

.l-page {
	height: 100svh
}
.is-load {
	overflow-y: scroll
}
.is-load .l-page {
	height: 100svh
}
.is-load .intro {
	transition: opacity 1.5s .2s ease-out
}
.is-load .intro::after {
	opacity: 1;
	transition: 0.5s 2.3s ease-out
}
.is-load .intro__txt01 {
	opacity: 1;
	transition: .3s .5s ease-in
}
.is-loaded .intro {
	mix-blend-mode: screen;
	opacity: 0
}
.is-loaded .intro::before {
	display: none
}
.is-loaded .intro::after {
	display: none
}
.is-loaded .intro__txt01 {
	display: none
}
.is-end {
	overflow-y: visible
}
.is-end .l-page {
	height: auto
}
.is-end .intro {
	display: none
}
.is-end .mv .mvSlider .txtWrap .txt01 {
	animation: txtloop 40s linear infinite
}
.is-end .mv .mvSlider .txtWrap .txt02 {
	animation: txtloop 40s -20s linear infinite
}
.screenVideo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	mix-blend-mode: screen;
	pointer-events: none;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.screenVideo.is-hide {
	opacity: 0
}
.screenVideo::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.screenVideo .inner {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden
}
.screenVideo .inner video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%
}
.top-copyBox {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse
}
.top-copyBox .top-copy {
	position: relative;
	padding: 10px 6px 3px;
	display: flex
}
@media screen and (max-width:767px) {
	.top-copyBox .top-copy {
		padding: 1.8666666667vw 1.6vw .8vw
	}
}
.top-copyBox .top-copy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #1c2c43;
	transition: all .5s .1s
}
.top-copyBox .top-copy .inner {
	position: relative;
	white-space: pre;
	writing-mode: vertical-rl;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	letter-spacing: .12em;
	display: block
}
@media screen and (max-width:1024px) {
	.top-copyBox .top-copy .inner {
		font-size: 2.1463414634vw
	}
}
@media screen and (max-width:767px) {
	.top-copyBox .top-copy .inner {
		font-size: 4.2666666667vw
	}
}
.top-copyBox .top-copy .inner .en {
	text-combine-upright: all
}
.top-copyBox .top-copy-l {
	padding: 20px 11px 11px
}
@media screen and (max-width:767px) {
	.top-copyBox .top-copy-l {
		padding: 2.4vw 1.6vw .8vw
	}
}
.top-copyBox .top-copy-l .inner {
	font-size: 3.2rem
}
@media screen and (max-width:1024px) {
	.top-copyBox .top-copy-l .inner {
		font-size: 3.1219512195vw
	}
}
@media screen and (max-width:767px) {
	.top-copyBox .top-copy-l .inner {
		font-size: 4.2666666667vw
	}
}
.top-copyBox.is-animated .top-copy::before {
	height: 100%
}
.mv {
	position: relative;
	z-index: 10
}
@media screen and (max-width:767px) {
	.mv {
		padding-top: 0;
	}
}
.mv__scroll {
	position: absolute;
	left: 0;
	bottom: 200px;
	width: 80px;
	display: flex;
	padding: 0 6px 110px 0;
	justify-content: center
}
@media screen and (max-width:1024px) {
	.mv__scroll {
		width: 7.8048780488vw;
		bottom: 19.512195122vw;
		padding: 0 .5853658537vw 10.7317073171vw 0
	}
}
@media screen and (max-width:767px) {
	.mv__scroll {
		width: 10.6666666667vw;
		bottom: 21.3333333333vw;
		padding: 0 1.0666666667vw 22.6666666667vw 0
	}
}
.mv__scroll::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: calc(50% + 4px);
	transform: translateX(50%);
	width: 1px;
	height: 95px;
	background-color: #222
}
@media screen and (max-width:1024px) {
	.mv__scroll::before {
		right: calc(50% + .3902439024vw);
		height: 9.2682926829vw
	}
}
@media screen and (max-width:767px) {
	.mv__scroll::before {
		right: calc(50% + .5333333333vw);
		height: 21.3333333333vw
	}
}
.mv__scroll .en {
	font-size: 1.4rem;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	writing-mode: vertical-rl
}
@media screen and (max-width:1024px) {
	.mv__scroll .en {
		font-size: 1.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.mv__scroll .en {
		font-size: 2.6666666667vw
	}
}
.mv img {
	width: 100%
}
.mv__inner {
	position: relative;
}
.mv .mvSlider {
	overflow: hidden;
	background-color: #fff
}
.mv .mvSlider.fixed .splide__progressWrap {
	position: fixed;
	left: 80px
}
@media screen and (max-width:767px) {
	.mv .mvSlider.fixed .splide__progressWrap {
		left: 10.6666666667vw
	}
}
.mv .mvSlider .splide__slide {
	position: relative;
	padding-top: 100px
}
@media screen and (max-width:1024px) {
	.mv .mvSlider .splide__slide {
		padding-top: 5.4634146341vw
	}
}
@media screen and (max-width:767px) {
	.mv .mvSlider .splide__slide {
		padding-top: 0
	}
}
.mv .mvSlider .splide__slide .bg {
	position: relative;
	display: block
}
.mv .mvSlider .splide__slide .img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 117%;
	display: block;
	z-index: 3
}
.mv .mvSlider .txtWrap {
	position: absolute;
	bottom: 6vw;
	left: 0;
	width: 190vw;
	overflow: hidden
}
@media screen and (min-width:768px)and (max-height: 680px) {
	.mv .mvSlider .txtWrap {
		bottom: 6.5584009994vw
	}
}
@media screen and (max-width:767px) {
	.mv .mvSlider .txtWrap {
		bottom: 8vw;
		width: 500vw;
		z-index: 100;
	}
	.mv .mvSlider .splide__slide .img {
		top: 18vw;
		width: 100%;
	}
}
.mv .mvSlider .txtWrap .txt01 {
	display: block;
	width: 100%
}
.mv .mvSlider .txtWrap .txt02 {
	position: absolute;
	top: 0;
	left: 0;
	display: block
}
.mv .mvSlider .splide__screen {
	position: absolute;
	bottom: -31.7301686446vw;
	right: -19.1755153029vw;
	width: 49.5940037477vw;
	z-index: 15
}
@media screen and (max-width:767px) {
	.mv .mvSlider .splide__screen {
		bottom: -88vw;
		right: -90.6666666667vw;
		width: 144.8vw
	}
}
.mv .mvSlider .splide__copy {
	position: absolute;
	top: 12vw;
	left: 12vw;
	width: 32vw
}
@media screen and (max-width:767px) {
	.mv .mvSlider .splide__copy {
		top: 34vw;
		left: 7vw;
		width: 81.6vw
	}
}
.mv .mvSlider .splide__progressWrap {
	position: absolute;
	left: 0;
	bottom: 3.8725796377vw;
	width: calc(100vw - 80px);
	z-index: 20;
	padding: 0 10.6183635228vw 0 8.7445346658vw
}
@media screen and (min-width:768px)and (max-height: 680px) {
	.mv .mvSlider .splide__progressWrap {
		bottom: 1.873828857vw
	}
}
@media screen and (max-width:767px) {
	.mv .mvSlider .splide__progressWrap {
		width: 89.3333333333vw;
		bottom: 8vw;
		padding: 0 13.3333333333vw 0 5.3333333333vw
	}
}
.mv .mvSlider .splide__progressInner {
	position: relative
}
.mv .mvSlider .splide__toggle {
	position: absolute;
	bottom: 50%;
	right: -30px;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(255, 255, 255, .6);
	transform: translateY(50%);
	font-size: 0;
	border-radius: 100vh
}
@media screen and (max-width:767px) {
	.mv .mvSlider .splide__toggle {
		right: -8vw;
		width: 6.4vw;
		height: 6.4vw
	}
}
.mv .mvSlider .splide__toggle .splide__toggle__play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mv .mvSlider .splide__toggle .splide__toggle__play::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: calc(50% - 1px);
	width: 7px;
	height: 10px;
	transform: translate(50%, 50%);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #fff
}
@media screen and (max-width:767px) {
	.mv .mvSlider .splide__toggle .splide__toggle__play::before {
		width: 1.8666666667vw;
		height: 2.6666666667vw
	}
}
.mv .mvSlider .splide__toggle .splide__toggle__pause {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mv .mvSlider .splide__toggle .splide__toggle__pause::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: calc(50% - 2px);
	transform: translate(50%, 50%);
	width: 2px;
	height: 7px;
	background-color: #fff
}
@media screen and (max-width:767px) {
	.mv .mvSlider .splide__toggle .splide__toggle__pause::before {
		right: calc(50% - .5333333333vw);
		width: .5333333333vw;
		height: 1.8666666667vw
	}
}
.mv .mvSlider .splide__toggle .splide__toggle__pause::after {
	content: "";
	position: absolute;
	bottom: 50%;
	right: calc(50% + 2px);
	transform: translate(50%, 50%);
	width: 2px;
	height: 7px;
	background-color: #fff
}
@media screen and (max-width:767px) {
	.mv .mvSlider .splide__toggle .splide__toggle__pause::after {
		right: calc(50% + .5333333333vw);
		width: .5333333333vw;
		height: 1.8666666667vw
	}
}
.mv .mvSlider .splide__progress {
	width: 100%;
	background-color: rgba(255, 255, 255, .6)
}
.mv .mvSlider .splide__progress__bar {
	background-color: #fff;
	height: 2px
}
.read {
	position: relative;
	padding: 200px 0 0;
	margin-top: -200px;
	background-color: #2bb9b0
}
@media screen and (max-width:1024px) {
	.read {
		margin-top: -19.512195122vw;
		padding: 19.512195122vw 0 0
	}
}
@media screen and (max-width:767px) {
	.read {
		padding: 42.6666666667vw 0 0;
		margin-top: -21.3333333333vw;
		overflow: hidden
	}
}
.read::before {
	content: "";
	position: absolute;
	bottom: -80px;
	left: -560px;
	width: 1050px;
	height: 1050px;
	background: rgba(0, 0, 0, 0) url("../images/top/screen01.png") 50% 50% no-repeat;
	background-size: cover;
	opacity: .34;
	mix-blend-mode: screen
}
@media screen and (max-width:767px) {
	.read::before {
		bottom: auto;
		left: -162.6666666667vw;
		top: -101.3333333333vw;
		width: 280vw;
		height: 280vw
	}
}
.read::after {
	content: "";
	position: absolute;
	bottom: -237px;
	right: -274px;
	width: 1086px;
	height: 1086px;
	background: rgba(0, 0, 0, 0) url("../images/top/screen02.png") 50% 50% no-repeat;
	background-size: cover;
	opacity: .8
}
@media screen and (max-width:767px) {
	.read::after {
		right: -166.6666666667vw;
		bottom: -145.6vw;
		width: 289.6vw;
		height: 289.6vw
	}
}
.read__inner {
	align-items: center;
	z-index: 2
}
@media screen and (max-width:767px) {
	.read__inner {
		display: block
	}
}
.read__inner .leftBox {
	flex: 1
}
.read__inner .leftBox .ttl {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	letter-spacing: .12em
}
@media screen and (max-width:1024px) {
	.read__inner .leftBox .ttl {
		font-size: 2.7317073171vw
	}
}
@media screen and (max-width:767px) {
	.read__inner .leftBox .ttl {
		font-size: 6.4vw;
		letter-spacing: .12em
	}
}
.read__inner .leftBox .txt {
	margin-top: 25px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	color: #fff
}
@media screen and (max-width:1024px) {
	.read__inner .leftBox .txt {
		margin-top: 2.4390243902vw;
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.read__inner .leftBox .txt {
		margin-top: 6.6666666667vw;
		font-size: 4.2666666667vw
	}
}
.read__inner .leftBox .txt+.txt {
	margin-top: 25px
}
@media screen and (max-width:1024px) {
	.read__inner .leftBox .txt+.txt {
		margin-top: 2.4390243902vw
	}
}
@media screen and (max-width:767px) {
	.read__inner .leftBox .txt+.txt {
		margin-top: 6.6666666667vw
	}
}
.read__inner .rightBox {
	margin-right: -80px;
	width: 560px;
	height: 628px
}
@media screen and (max-width:1280px) {
	.read__inner .rightBox {
		width: 460px
	}
}
@media screen and (max-width:1024px) {
	.read__inner .rightBox {
		margin-right: -3.9024390244vw;
		width: 44.8780487805vw;
		height: 61.2682926829vw
	}
}
@media screen and (max-width:767px) {
	.read__inner .rightBox {
		margin: 20vw 0 0 -5.3333333333vw;
		width: 100vw;
		height: auto
	}
}
.read__inner .rightBox .image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}
@media screen and (max-width:767px) {
	.read__inner .rightBox .image {
		width: 149.3333333333vw
	}
	.read__inner .rightBox .image img {
		width: 100%
	}
}
.read__inner .rightBox .image .image01 {
	display: block;
	width: 100%
}
@media print,
screen and (min-width:768px) {
	.read__inner .rightBox .image .image01 {
		animation: imgloop01 30s linear infinite
	}
}
@media screen and (max-width:767px) {
	.read__inner .rightBox .image .image01 {
		animation: imgloop02 30s linear infinite
	}
}
.read__inner .rightBox .image .image02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block
}
@media print,
screen and (min-width:768px) {
	.read__inner .rightBox .image .image02 {
		animation: imgloop01 30s -15s linear infinite
	}
}
@media screen and (max-width:767px) {
	.read__inner .rightBox .image .image02 {
		animation: imgloop02 30s -15s linear infinite
	}
}
.read__inner .rightBox {
	margin-right: -80px;
	width: 560px;
	height: 628px
}
@media screen and (max-width:1280px) {
	.read__inner .rightBox {
		width: 460px
	}
}
@media screen and (max-width:1024px) {
	.read__inner .rightBox {
		margin-right: -3.9024390244vw;
		width: 44.8780487805vw;
		height: 61.2682926829vw
	}
}
@media screen and (max-width:767px) {
	.read__inner .rightBox {
		margin: 20vw 0 0 -5.3333333333vw;
		width: 100vw;
		height: auto
	}
}
.centerBox {
	width: 100%;
	padding: 0 0 8rem 0;
}
@media screen and (max-width:1280px) {
	.centerBox {
		width: 100%;
	}
}
@media screen and (max-width:1024px) {
	.centerBox {
		margin-right: -3.9024390244vw;
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.centerBox {
		width: 100%;
		height: auto
	}
}
.centerBox .image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.centerBox .image {
		width: 300vw
	}
	.centerBox .image img {
		width: 100%
	}
}
.centerBox .image .image01 {
	display: block;
	width: 100%
}
@media print,
screen and (min-width:768px) {
	.centerBox .image .image01 {
		animation: imgloop01 30s linear infinite
	}
}
@media screen and (max-width:767px) {
	.centerBox .image .image01 {
		animation: imgloop02 30s linear infinite
	}
}
.centerBox .image .image02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block
}
@media print,
screen and (min-width:768px) {
	.centerBox .image .image02 {
		animation: imgloop01 30s -15s linear infinite
	}
}
@media screen and (max-width:767px) {
	.centerBox .image .image02 {
		animation: imgloop02 30s -15s linear infinite
	}
}
@media screen and (max-width:767px) {
	.business {
		padding-top: 0vw
	}
}
.business::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 380px;
}
.business__inner01 {
	display: flex;
	justify-content: space-between
}
@media screen and (max-width:767px) {
	.business__inner01 {
		display: block
	}
}
.business__txt01 {
	padding-top: 43px;
	width: 560px
}
@media screen and (max-width:1024px) {
	.business__txt01 {
		padding-top: 4.1951219512vw;
		width: 54.6341463415vw
	}
}
@media screen and (max-width:767px) {
	.business__txt01 {
		padding-top: 0;
		width: 100%
	}
}
.business__ttl01 .en {
	padding-bottom: 10px
}
@media screen and (max-width:1024px) {
	.business__ttl01 .en {
		padding-bottom: .9756097561vw
	}
}
@media screen and (max-width:767px) {
	.business__ttl01 .en {
		padding-bottom: 2.1333333333vw
	}
}
.business__ttl01 .en::before {
	width: 119px;
	height: 11px;
	background: rgba(0, 0, 0, 0) url("../images/top/business_ttl-border.svg") 0 0 no-repeat;
	background-size: 100% auto
}
@media screen and (max-width:1024px) {
	.business__ttl01 .en::before {
		width: 11.6097560976vw;
		height: 1.0731707317vw
	}
}
@media screen and (max-width:767px) {
	.business__ttl01 .en::before {
		width: 22.9333333333vw;
		height: 1.8666666667vw
	}
}
.business__ttl01 .jpn {
	margin-top: 15px
}
@media screen and (max-width:1024px) {
	.business__ttl01 .jpn {
		margin-top: 1.4634146341vw
	}
}
@media screen and (max-width:767px) {
	.business__ttl01 .jpn {
		padding-top: 2.6666666667vw
	}
}
.business__txt01 {
	font-size: 1.6rem;
	line-height: 2
}
@media screen and (max-width:1024px) {
	.business__txt01 {
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.business__txt01 {
		margin-top: 6.6666666667vw;
		font-size: 4.2666666667vw
	}
}
.business__inner02 {
	margin-top: 65px
}
@media screen and (max-width:767px) {
	.business__inner02 {
		margin-top: 9.3333333333vw
	}
}
.business__wrap01 {
	display: flex
}
@media screen and (max-width:767px) {
	.business__wrap01 {
		margin-top: 7.4666666667vw;
		display: block;
		position: relative
	}
}
.business__tabMenu {
	display: flex
}
@media print,
screen and (min-width:768px) {
	.business__tabMenu {
		display: none !important
	}
}
.business__tabMenu li {
	width: 50%;
	height: 21.3333333333vw
}
.business__tabMenu li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #ddd
}
.business__tabMenu li a::before {
	content: "";
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translateX(50%);
	width: 4.2666666667vw;
	height: 2.1333333333vw;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	opacity: 0
}
.business__tabMenu li a .en {
	display: block;
	font-size: 2.6666666667vw;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	color: #1c2c43;
	opacity: .3
}
.business__tabMenu li a .jpn {
	margin-top: .8vw;
	display: block;
	font-size: 4.2666666667vw;
	font-weight: 500;
	line-height: 1.25;
	color: #1c2c43;
	opacity: .3
}
.business__tabMenu li a.current .en {
	color: #fff;
	opacity: 1
}
.business__tabMenu li a.current .jpn {
	color: #fff;
	opacity: 1
}
.business__tabMenu li a.current::before {
	opacity: 1
}
.business__tabMenu li:nth-child(1) {
	border-right: none
}
.business__tabMenu li:nth-child(1) a::before {
	background-color: #2bb9b0
}
.business__tabMenu li:nth-child(1) .current {
	background-color: #2bb9b0;
	border-color: #2bb9b0
}
.business__tabMenu li:nth-child(2) {
	border-left: none
}
.business__tabMenu li:nth-child(2) a::before {
	background-color: #2ba3b9
}
.business__tabMenu li:nth-child(2) .current {
	background-color: #2ba3b9;
	border-color: #2ba3b9
}
.business__box01 {
	position: relative;
	flex: 1
}
@media screen and (max-width:767px) {
	.business__box01 {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity .5s
	}
	.business__box01:nth-child(1) {
		position: relative;
		display: block;
		z-index: 2;
		opacity: 1
	}
}
.business__box01 .imageWrap {
	position: relative
}
.business__box01 .imageWrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	z-index: 2
}
@media screen and (max-width:1024px) {
	.business__box01 .imageWrap::before {
		height: 15.6097560976vw
	}
}
@media screen and (max-width:767px) {
	.business__box01 .imageWrap::before {
		bottom: auto;
		top: 32.8vw;
		height: 21.3333333333vw
	}
}
.business__box01 .imageWrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20
}
.business__box01 .copyBox {
	position: absolute;
	top: -24px;
	right: 48px;
	z-index: 3
}
@media screen and (max-width:1024px) {
	.business__box01 .copyBox {
		top: -2.3414634146vw;
		right: 1.9512195122vw
	}
}
@media screen and (max-width:767px) {
	.business__box01 .copyBox {
		top: -2.6666666667vw;
		right: 2.6666666667vw
	}
}
.business__box01 .txtBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 0 0 55px
}
@media screen and (max-width:1024px) {
	.business__box01 .txtBox {
		top: 17.5609756098vw;
		padding: 0 1.9512195122vw;
		justify-content: flex-start;
		height: 24.1951219512vw;
		pointer-events: none
	}
}
@media screen and (max-width:767px) {
	.business__box01 .txtBox {
		top: 0;
		padding: 37.3333333333vw 5.3333333333vw 0;
		height: auto
	}
}
.business__box01 .txtBox .ttl .en {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	line-height: 1
}
@media screen and (max-width:1024px) {
	.business__box01 .txtBox .ttl .en {
		font-size: 1.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.business__box01 .txtBox .ttl .en {
		font-size: 3.2vw
	}
}
.business__box01 .txtBox .ttl .jpn {
	margin-top: 15px;
	display: block;
	font-size: 3.6rem;
	font-weight: 500;
	color: #fff;
	line-height: 1
}
@media screen and (max-width:1024px) {
	.business__box01 .txtBox .ttl .jpn {
		margin-top: 1.4634146341vw;
		font-size: 3.512195122vw
	}
}
@media screen and (max-width:767px) {
	.business__box01 .txtBox .ttl .jpn {
		margin-top: 1.3333333333vw;
		font-size: 6.4vw
	}
}
.business__box01 .txtBox .txt {
	margin-top: 20px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em;
	color: #fff
}
@media screen and (max-width:1024px) {
	.business__box01 .txtBox .txt {
		margin-top: 1.9512195122vw;
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.business__box01 .txtBox .txt {
		margin-top: 6.1333333333vw;
		font-size: 3.7333333333vw;
		line-height: 1.5
	}
}
.business__box01:nth-child(1) {
	background-color: #2bb9b0
}
.business__box01:nth-child(1) .imageWrap::before {
	background: linear-gradient(to bottom, rgba(43, 185, 176, 0) 0, rgb(43, 185, 176) 100%)
}
.business__box01:nth-child(1) .business-nav li .image::before {
	background: linear-gradient(to bottom, rgba(43, 185, 176, 0) 0, rgb(43, 185, 176) 100%)
}
@media screen and (max-width:767px) {
	.business__box01:nth-child(1) .business-navWrap {
		background-color: #2bb9b0
	}
}
.business__box01:nth-child(2) {
	background-color: #2ba3b9
}
.business__box01:nth-child(2) .imageWrap::before {
	background: linear-gradient(to bottom, rgba(44, 163, 185, 0) 0, rgb(44, 163, 185) 100%)
}
.business__box01:nth-child(2) .business-nav li .image::before {
	background: linear-gradient(to bottom, rgba(44, 163, 185, 0) 0, rgb(44, 163, 185) 100%)
}
@media screen and (max-width:767px) {
	.business__box01:nth-child(2) .business-navWrap {
		background-color: #2ba3b9
	}
}
.business__box01 .business-navWrap {
	padding: 35px 55px 55px
}
@media screen and (max-width:1024px) {
	.business__box01 .business-navWrap {
		padding: 3.4146341463vw 1.9512195122vw 5.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.business__box01 .business-navWrap {
		position: relative;
		margin-top: -5.6vw;
		padding: 17.3333333333vw 5.3333333333vw 0;
		z-index: 2
	}
}
.business__box01 .business-nav {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #6bcec8
}
@media screen and (max-width:767px) {
	.business__box01 .business-nav {
		display: block;
		padding-bottom: 10.6666666667vw
	}
}
.business__box01 .business-nav li {
	margin-bottom: -1px;
	width: 50%;
	border-top: 1px solid #6bcec8;
	border-bottom: 1px solid #6bcec8
}
@media screen and (max-width:767px) {
	.business__box01 .business-nav li {
		width: 100%
	}
}
.business__box01 .business-nav li .image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media screen and (max-width:767px) {
	.business__box01 .business-nav li .image {
		position: relative;
		opacity: 1;
		width: 32vw
	}
}
.business__box01 .business-nav li .image::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px
}
@media screen and (max-width:1024px) {
	.business__box01 .business-nav li .image::before {
		height: 15.6097560976vw
	}
}
@media screen and (max-width:767px) {
	.business__box01 .business-nav li .image::before {
		display: none
	}
}
.business__box01 .business-nav li a {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 0 3px;
	padding: 15px 0
}
@media screen and (max-width:1024px) {
	.business__box01 .business-nav li a {
		padding: 1.4634146341vw 0
	}
}
@media screen and (max-width:767px) {
	.business__box01 .business-nav li a {
		gap: 0 3.4666666667vw;
		padding: 4.2666666667vw 0
	}
}
.business__box01 .business-nav li a .txt {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff
}
@media screen and (max-width:1024px) {
	.business__box01 .business-nav li a .txt {
		font-size: 1.756097561vw
	}
}
@media screen and (max-width:767px) {
	.business__box01 .business-nav li a .txt {
		flex: 1;
		font-size: 4.2666666667vw
	}
}
.business__box01 .business-nav li a .ico {
	position: relative;
	display: block;
	width: 16px;
	height: 16px
}
@media screen and (max-width:1024px) {
	.business__box01 .business-nav li a .ico {
		width: 1.5609756098vw;
		height: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.business__box01 .business-nav li a .ico {
		width: 4.2666666667vw;
		height: 4.2666666667vw
	}
}
.business__box01 .business-nav li a .ico .arrow {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.business__box01 .business-nav li a .ico .arrow svg {
	fill: #fff
}
.business__box01 .business-nav li a .ico .star {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.business__box01 .business-nav li a .ico .star svg {
	fill: #fff
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .business__box01 .business-nav li:hover .image {
		opacity: 1
	}
	.is-view-pc .business__box01 .business-nav li:hover a .ico .arrow {
		opacity: 0
	}
	.is-view-pc .business__box01 .business-nav li:hover a .ico .star {
		opacity: 1
	}
}
.business__box01.is-animated .top-copyBox .top-copy::before {
	height: 100%
}
.flow {
	position: relative;
	padding: 120px 0 196px;
	background-color: #d9f2f0
}
@media screen and (max-width:767px) {
	.flow {
		padding: 17.3333333333vw 0 32vw
	}
}
.flow__txtWrap {
	position: absolute;
	top: 70px;
	left: 0;
	width: 2562px;
	overflow: hidden
}
@media screen and (max-width:767px) {
	.flow__txtWrap {
		top: 34.6666666667vw;
		width: 341.6vw
	}
}
.flow__txtWrap .txt01 {
	display: block;
	animation: txtloop 50s linear infinite;
	width: 100%
}
.flow__txtWrap .txt02 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	animation: txtloop 50s -25s linear infinite
}
.flow__inner01 {
	position: relative;
	display: flex;
	gap: 0 65px;
	align-items: center
}
@media screen and (max-width:1024px) {
	.flow__inner01 {
		gap: 0 6.3414634146vw
	}
}
@media screen and (max-width:767px) {
	.flow__inner01 {
		display: block
	}
}
.flow__ttl01 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1
}
@media screen and (max-width:1024px) {
	.flow__ttl01 {
		font-size: 3.1219512195vw
	}
}
@media screen and (max-width:767px) {
	.flow__ttl01 {
		font-size: 6.4vw
	}
}
.flow__txt01 {
	font-size: 1.6rem;
	line-height: 2
}
@media screen and (max-width:1024px) {
	.flow__txt01 {
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.flow__txt01 {
		margin-top: 6.6666666667vw;
		font-size: 4.2666666667vw
	}
}
.flow__inner02 {
	margin-top: 90px
}
@media screen and (max-width:1024px) {
	.flow__inner02 {
		margin-top: 8.7804878049vw
	}
}
@media screen and (max-width:767px) {
	.flow__inner02 {
		margin-top: 6.6666666667vw
	}
}
.flow__image01 {
	margin: 0 auto;
	width: 100%
}
@media print,
screen and (min-width:768px) {
	.flow__image01 {
		max-width: 1194px
	}
}
@media screen and (max-width:767px) {
	.flow__image01 {
		width: 275.7333333333vw
	}
}
@media screen and (max-width:767px) {
	.flow .scrollBox {
		position: relative;
		margin: 0 -5.3333333333vw;
		width: 100vw;
		overflow-x: scroll;
		transform: translateZ(0);
		z-index: 10
	}
	.flow .scrollBox .scrollImage {
		position: relative
	}
	.flow .scrollBox .scrollImage::before {
		content: "";
		position: absolute;
		left: 38.4vw;
		bottom: 50%;
		transform: translateY(50%);
		width: 23.4666666667vw;
		height: 23.4666666667vw;
		background: rgba(0, 0, 0, 0) url("../images/common/img_scroll.png") 0 0 no-repeat;
		background-size: 100% auto;
		transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
		z-index: 10
	}
	.flow .scrollBox.scrolled .scrollImage::before {
		opacity: 0
	}
}
.about {
	position: relative;
	padding-bottom: 260px;
	background-color: #2bb9b0
}
@media screen and (max-width:1600px) {
	.about {
		padding-bottom: 16.2398500937vw
	}
}
@media screen and (max-width:767px) {
	.about {
		padding-bottom: 0
	}
}
.about::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 18.3010618364vw;
	background-color: #d9f2f0
}
@media screen and (max-width:767px) {
	.about::before {
		height: 32.5333333333vw
	}
}
.about::after {
	content: "";
	position: absolute;
	top: -2.9356652092vw;
	left: calc((100% - 84.9469081824vw)/2 + 31.2304809494vw);
	width: 1600px;
	height: 1600px;
	background: rgba(0, 0, 0, 0) url("../images/top/screen01.png") 50% 50% no-repeat;
	background-size: cover;
	opacity: .4;
	mix-blend-mode: screen
}
@media screen and (max-width:767px) {
	.about::after {
		top: -57.8666666667vw;
		left: -2.4vw;
		width: 426.6666666667vw;
		height: 426.6666666667vw;
		z-index: 10
	}
}
.about__inner01 {
	position: relative;
	z-index: 2
}
.about__inner01.is-animated .top-copyBox .top-copy::before {
	height: 100%
}
.about__copyBox {
	position: absolute;
	top: -64px;
	right: 50%;
	transform: translateX(50%);
	max-width: 1360px;
	width: 100%;
	padding: 0 80px;
	z-index: 2
}
@media screen and (max-width:1024px) {
	.about__copyBox {
		padding: 0 3.9024390244vw
	}
}
@media screen and (max-width:767px) {
	.about__copyBox {
		top: -5.3333333333vw;
		right: 0;
		transform: none;
		padding: 0 5.3333333333vw
	}
}
.about__imageBox {
	position: relative;
	width: calc(100% + (100vw - 100%)/2)
}
@media screen and (max-width:767px) {
	.about__imageBox {
		width: 94.6666666667vw
	}
}
.about__imageBox img {
	width: 100%
}
.about__ttlBox {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: -80px;
	width: 560px;
	height: 260px;
	background-color: #2bb9b0
}
@media screen and (max-width:1024px) {
	.about__ttlBox {
		margin-top: -7.8048780488vw;
		width: 54.6341463415vw;
		height: 25.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.about__ttlBox {
		margin-top: -10.6666666667vw;
		padding-top: 2.6666666667vw;
		width: 84vw;
		height: auto
	}
}
.about__ttlBox::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	background: linear-gradient(-135deg, rgb(147, 227, 222) 0%, rgba(147, 227, 222, 0) 50%)
}
@media screen and (max-width:767px) {
	.about__ttlBox::before {
		width: 17.8666666667vw;
		height: 17.8666666667vw
	}
}
.about__ttl01 .en {
	color: #fff;
	padding-bottom: 6px
}
@media screen and (max-width:1024px) {
	.about__ttl01 .en {
		padding-bottom: .5853658537vw
	}
}
@media screen and (max-width:767px) {
	.about__ttl01 .en {
		padding-bottom: 1.6vw
	}
}
.about__ttl01 .en::before {
	width: 77px;
	height: 4px;
	background: rgba(0, 0, 0, 0) url("../images/top/about_ttl-border.svg") 0 0 no-repeat;
	background-size: 100% auto
}
@media screen and (max-width:1024px) {
	.about__ttl01 .en::before {
		width: 7.512195122vw;
		height: .3902439024vw
	}
}
@media screen and (max-width:767px) {
	.about__ttl01 .en::before {
		width: 16.5333333333vw;
		height: .8vw
	}
}
.about__ttl01 .jpn {
	color: #fff;
	margin-top: 15px
}
@media screen and (max-width:1024px) {
	.about__ttl01 .jpn {
		margin-top: 1.4634146341vw
	}
}
@media screen and (max-width:767px) {
	.about__ttl01 .jpn {
		margin-top: 4vw
	}
}
.about__txt01 {
	position: relative;
	top: -20px;
	margin-bottom: -12px;
	text-align: right;
	font-size: 1.2rem;
	color: #fff
}
@media screen and (max-width:767px) {
	.about__txt01 {
		top: -5.3333333333vw;
		margin-bottom: -3.2vw;
		font-size: 3.2vw
	}
}
.about__list01 {
	display: flex;
	flex-wrap: wrap;
	gap: 2px
}
@media screen and (max-width:767px) {
	.about__list01 {
		gap: 1px;
	}
}
@media print,
screen and (min-width:768px) {
	.about__list01 {
		margin-bottom: 2px
	}
}
.about__list01 li {
	position: relative;
	padding: 3rem;
	width: calc((100% - 4px)/2);
	background-color: #e8f7f5;
}
@media screen and (max-width:1280px) {
	.about__list01 li {
	}
}
@media screen and (max-width:767px) {
	.about__list01 li {
		padding: 2.6666666667vw 4vw 0 2.6666666667vw;
		width: calc((100% - 1px)/2);
		margin: 0 0 1px 0;
		height: 29.3333333333vw
	}
}
.about__list01 li .ttl {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: right;
	color: #333;
	line-height: 1;
	letter-spacing: .06em;
	margin: 1rem 0 2rem 0;
}
@media screen and (max-width:1280px) {
	.about__list01 li .ttl {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ttl {
		font-size: 1rem;
		margin: 0.5rem 0 1rem 0;
	}
}
.about__list01 li .ttl span {
	border-radius: 100vh;
	background-color: #fff;
	padding: 0.5rem 2rem !important;
}
@media screen and (max-width:1280px) {
	.about__list01 li .ttl span {
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ttl span {
		padding: 0.25rem 0.75rem !important;
	}
}
.about__list01 li .ico {
	position: absolute;
	right: 0;
	left: 4rem;
	margin: 0 auto;
}
@media screen and (max-width:1280px) {
	.about__list01 li .ico {
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ico {
		width: 18.3333333333vw;
		top: 1rem;
		left: 1rem;
		margin: auto 0;
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ico.ico02 {
		margin: 3.2vw 0 0 -1.3333333333vw;
		width: 13.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ico.ico03 {
		margin: 3.2vw 0 0 -1.3333333333vw;
		width: 13.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ico.ico04 {
		margin: 3.2vw 0 0 -1.3333333333vw;
		width: 13.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ico.ico05 {
		margin: 3.2vw 0 0 0;
		width: 13.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ico.ico06 {
		margin: 3.2vw 0 0 0;
		width: 13.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ico.ico07 {
		margin: 3.2vw 0 0 -1.3333333333vw;
		width: 13.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ico.ico08 {
		margin: 3.2vw 0 0 0;
		width: 13.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .ico.ico09 {
		margin: 3.2vw 0 0 0;
		width: 13.3333333333vw
	}
}
.about__list01 li .txtBox {
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 10px 30px 10px 0;
	width: 100%;
	height: 100%
}
@media screen and (max-width:1280px) {
	.about__list01 li .txtBox {
		padding: .7806401249vw 2.3419203747vw 0 0
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .txtBox {
		padding: 2.6666666667vw 0 0 0
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .txtBox.txtBox01 {
		padding-top: 5.3333333333vw
	}
}
.about__list01 li .txtBox .txt01 {
	width: 100%;
	text-align: right
}
.about__list01 li .txtBox .txt01 .js-numCount {
	position: relative;
	display: inline-block
}
.about__list01 li .txtBox .txt01 .number {
	font-size: 7rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #333;
	line-height: 1;
	display: inline-block;
	text-align: right;
	white-space: nowrap
}
@media screen and (max-width:1280px) {
	.about__list01 li .txtBox .txt01 .number {
		font-size: 7.0257611241vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .txtBox .txt01 .number {
		font-size: 8.2666666667vw
	}
}
.about__list01 li .txtBox .txt01 .number.number08-02 {
	font-size: 7rem;
	width: 71px
}
@media screen and (max-width:1280px) {
	.about__list01 li .txtBox .txt01 .number.number08-02 {
		font-size: 5.4644808743vw;
		width: 5.5425448868vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .txtBox .txt01 .number.number08-02 {
		font-size: 8vw;
		width: 8.5333333333vw
	}
}
.about__list01 li .txtBox .txt01 .jpn {
	font-size: 4rem;
	font-weight: 500;
	color: #333;
	line-height: 1
}
@media screen and (max-width:1280px) {
	.about__list01 li .txtBox .txt01 .jpn {
		font-size: 1.5612802498vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .txtBox .txt01 .jpn {
		font-size: 1rem
	}
}
.about__list01 li .txtBox .txt01 .jpn.jpn02 {
	writing-mode: vertical-rl
}
.about__list01 li .txtBox .txt01 .jpn.jpn03 {
	writing-mode: vertical-rl
}
.about__list01 li .txtBox .txt01 .jpn.jpn06 {
	font-size: 100px;
	font-weight: 500;
	font-family: "Poppins", sans-serif
}
@media screen and (max-width:1280px) {
	.about__list01 li .txtBox .txt01 .jpn.jpn06 {
		font-size: 7.806401249vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .txtBox .txt01 .jpn.jpn06 {
		font-size: 12.2666666667vw
	}
}
.about__list01 li .txtBox .txt01 .jpn.jpn06-01 {
	position: absolute;
	bottom: 100%;
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	text-align: center
}
@media screen and (max-width:1280px) {
	.about__list01 li .txtBox .txt01 .jpn.jpn06-01 {
		font-size: 1.0928961749vw
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .txtBox .txt01 .jpn.jpn06-01 {
		font-size: 3.4666666667vw;
		right: 50%;
		transform: translateX(50%);
		white-space: nowrap;
		width: auto
	}
}
.about__list01 li .txtBox .txt01 .jpn.jpn08 {
	writing-mode: vertical-rl
}
.about__list01 li .txtBox .txt01 .jpn.jpn09 {
	writing-mode: vertical-rl
}
.about__list01 li .txtBox .txt02 {
	font-size: 1.6rem;
	font-weight: 500;
	color: #333;
	text-align: right;
	line-height: 200%;
}
@media screen and (max-width:1280px) {
	.about__list01 li .txtBox .txt02 {
		font-size: 1rem;
	}
}
@media screen and (max-width:767px) {
	.about__list01 li .txtBox .txt02 {
		font-size: 1rem;
	}
}
.discovery {
	position: relative;
	margin-top: -260px;
	padding-bottom: 160px;
	z-index: 11
}
@media screen and (max-width:1024px) {
	.discovery {
		margin-top: -25.3658536585vw;
		padding-bottom: 15.6097560976vw
	}
}
@media screen and (max-width:767px) {
	.discovery {
		margin-top: 0;
		padding-bottom: 29.3333333333vw
	}
}
.discovery__inner01 {
	position: relative
}
@media screen and (max-width:767px) {
	.discovery__inner01 {
		padding: 0;
		margin: 0
	}
}
.discovery__bg {
	width: 100%;
	height: 520px
}
@media screen and (max-width:1024px) {
	.discovery__bg {
		height: 50.7317073171vw
	}
}
@media screen and (max-width:767px) {
	.discovery__bg {
		height: auto
	}
}
.discovery__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.discovery__box {
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	padding-top: 45px;
	width: 666px;
	height: 374px;
	background-color: #1c2c43
}
@media screen and (max-width:1024px) {
	.discovery__box {
		padding-top: 4.3902439024vw;
		width: 64.9756097561vw;
		height: 36.487804878vw
	}
}
@media screen and (max-width:767px) {
	.discovery__box {
		position: relative;
		bottom: auto;
		right: auto;
		transform: none;
		margin: -18.6666666667vw auto 0;
		padding: 2.6666666667vw 8vw 6.6666666667vw;
		width: 89.3333333333vw;
		height: auto
	}
}
.discovery__ttl01 {
	position: relative;
	text-align: center
}
.discovery__ttl01 .en {
	padding-bottom: 6px;
	color: #fff
}
@media screen and (max-width:1024px) {
	.discovery__ttl01 .en {
		padding-bottom: .5853658537vw
	}
}
@media screen and (max-width:767px) {
	.discovery__ttl01 .en {
		padding-bottom: 1.6vw
	}
}
.discovery__ttl01 .en::before {
	width: 95px;
	height: 4px;
	background: rgba(0, 0, 0, 0) url("../images/top/discovery_ttl-border.svg") 0 0 no-repeat;
	background-size: 100% auto
}
@media screen and (max-width:1024px) {
	.discovery__ttl01 .en::before {
		width: 9.2682926829vw;
		height: .3902439024vw
	}
}
@media screen and (max-width:767px) {
	.discovery__ttl01 .en::before {
		width: 18.1333333333vw;
		height: .8vw
	}
}
.discovery__ttl01 .jpn {
	margin-top: 15px;
	color: #fff
}
@media screen and (max-width:1024px) {
	.discovery__ttl01 .jpn {
		margin-top: 1.4634146341vw
	}
}
@media screen and (max-width:767px) {
	.discovery__ttl01 .jpn {
		margin-top: 3.2vw;
		white-space: nowrap
	}
}
.discovery__txt01 {
	margin-top: 30px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 2;
	text-align: center
}
@media screen and (max-width:1024px) {
	.discovery__txt01 {
		margin-top: 2.9268292683vw;
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.discovery__txt01 {
		margin-top: 2.6666666667vw;
		font-size: 3.7333333333vw;
		font-weight: 400;
		line-height: 1.75;
		text-align: left
	}
}
.discovery__btn01 {
	margin-top: 45px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center
}
@media screen and (max-width:1024px) {
	.discovery__btn01 {
		margin-top: 4.3902439024vw;
		font-size: 1.756097561vw
	}
}
@media screen and (max-width:767px) {
	.discovery__btn01 {
		margin-top: 5.3333333333vw;
		font-size: 3.7333333333vw
	}
}
.discovery__btn01 a {
	color: #fff
}
.discovery__btn01 a .txt {
	margin-right: 5px
}
@media screen and (max-width:1024px) {
	.discovery__btn01 a .txt {
		margin-right: .487804878vw
	}
}
@media screen and (max-width:767px) {
	.discovery__btn01 a .txt {
		margin-right: 1.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.discovery__btn01 a .ico {
		position: relative;
		top: .8vw
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .discovery__btn01 a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .discovery__btn01 a:hover .ico .star {
		opacity: 1
	}
}
.people {
	position: relative;
	padding-bottom: 100px;
	background-color: #d9f2f0;
	z-index: 2
}
.people::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 19.0505933791vw;
	background-color: #fff
}
@media screen and (max-width:767px) {
	.people::before {
		height: 29.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.people {
		padding-bottom: 25.8666666667vw
	}
}
.people__inner01 {
	position: relative
}
.people__copyBox {
	position: absolute;
	top: -23px;
	right: 42.5%;
	transform: translateX(50%);
	max-width: 1360px;
	padding: 0 80px;
	z-index: 2
}
@media screen and (max-width:1600px) {
	.people__copyBox {
		right: calc(50% - 3.7476577139vw)
	}
}
@media screen and (max-width:1024px) {
	.people__copyBox {
		padding: 0 3.9024390244vw;
		right: calc(50% - 2.4390243902vw)
	}
}
@media screen and (max-width:767px) {
	.people__copyBox {
		top: -11.7333333333vw;
		right: 50%;
		transform: translateX(50%);
		padding: 0
	}
}
@media screen and (min-width:768px)and (max-width:1280px) {
	.people__copyBox .top-copy-l .inner {
		font-size: 1.8735362998vw
	}
}
@media screen and (min-width:768px)and (max-width:1024px) {
	.people__copyBox .top-copy-l .inner {
		font-size: 2.3414634146vw
	}
}
.people__imageBox {
	position: relative;
	right: 0;
	width: calc(100% + (100vw - 100%)/2)
}
@media screen and (max-width:767px) {
	.people__imageBox {
		top: 0;
		margin-bottom: 0;
		right: auto;
		left: -5.3333333333vw;
		width: 94.6666666667vw
	}
}
.people__imageBox img {
	width: 100%
}
.people__imageBox.is-animated+.top-copyBox .top-copy::before {
	height: 100%
}
.people__box {
	display: flex
}
@media screen and (max-width:767px) {
	.people__box {
		display: block
	}
}
.people__ttlBox {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: -80px;
	padding-left: 80px;
	width: 560px;
	height: 260px;
	background-color: #d9f2f0
}
@media screen and (max-width:1280px) {
	.people__ttlBox {
		margin-top: -6.2451209992vw;
		padding-left: 6.2451209992vw;
		width: 43.7158469945vw;
		height: 20.2966432475vw
	}
}
@media print,
screen and (min-width:768px) {
	.people__ttlBox .jpn {
		white-space: nowrap
	}
}
@media screen and (max-width:1024px) {
	.people__ttlBox {
		padding-left: 7.8048780488vw;
		margin-top: -7.8048780488vw;
		width: 40.9756097561vw;
		height: 25.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.people__ttlBox {
		margin: -10.6666666667vw 0 0 -5.3333333333vw;
		padding: 4vw 0 0 5.3333333333vw;
		width: 66.6666666667vw;
		height: auto
	}
}
.people__ttlBox::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	background: linear-gradient(-135deg, rgb(147, 227, 222) 0%, rgba(147, 227, 222, 0) 50%)
}
@media screen and (max-width:767px) {
	.people__ttlBox::before {
		width: 19.2vw;
		height: 19.2vw
	}
}
.people__ttl01 {
	position: relative
}
.people__ttl01 .en {
	padding-bottom: 6px
}
@media screen and (max-width:1024px) {
	.people__ttl01 .en {
		padding-bottom: .5853658537vw
	}
}
@media screen and (max-width:767px) {
	.people__ttl01 .en {
		padding-bottom: 1.6vw
	}
}
.people__ttl01 .en::before {
	width: 56px;
	height: 4px;
	background: rgba(0, 0, 0, 0) url("../images/top/people_ttl-border.svg") 0 0 no-repeat;
	background-size: 100% auto
}
@media screen and (max-width:1024px) {
	.people__ttl01 .en::before {
		width: 5.4634146341vw;
		height: .3902439024vw
	}
}
@media screen and (max-width:767px) {
	.people__ttl01 .en::before {
		width: 10.9333333333vw;
		height: .8vw
	}
}
.people__ttl01 .jpn {
	margin-top: 15px
}
@media screen and (max-width:1024px) {
	.people__ttl01 .jpn {
		margin-top: 1.4634146341vw
	}
}
@media screen and (max-width:767px) {
	.people__ttl01 .jpn {
		white-space: nowrap
	}
}
.people__txtBox {
	padding: 80px 0 0 80px;
	flex: 1
}
@media screen and (max-width:1280px) {
	.people__txtBox {
		padding: 80px 0 0 6.2451209992vw
	}
}
@media screen and (max-width:1024px) {
	.people__txtBox {
		padding: 7.8048780488vw 0 0 3.9024390244vw
	}
}
@media screen and (max-width:767px) {
	.people__txtBox {
		padding: 8vw 0 0 0
	}
}
.people__txt01 {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 2
}
@media screen and (max-width:1024px) {
	.people__txt01 {
		margin-top: .9756097561vw;
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.people__txt01 {
		margin-top: 2.6666666667vw;
		font-size: 4.2666666667vw
	}
}
.people__txt02 {
	margin-top: 20px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
	color: #2bb9b0
}
@media print,
screen and (min-width:1025px) {
	.people__txt02 {
		white-space: nowrap
	}
}
@media screen and (max-width:1024px) {
	.people__txt02 {
		margin-top: 1.9512195122vw;
		font-size: 2.9268292683vw
	}
}
@media screen and (max-width:767px) {
	.people__txt02 {
		margin-top: 4vw;
		font-size: 5.3333333333vw
	}
}
.people__copy01 {
	max-width: 484px;
	width: 100%
}
@media screen and (max-width:1024px) {
	.people__copy01 {
		max-width: 47.2195121951vw
	}
}
@media screen and (max-width:767px) {
	.people__copy01 {
		margin-top: 2.6666666667vw;
		max-width: 52.8vw
	}
}
.people__box02 {
	width: 1096px;
	margin: 0 auto 4rem auto;
	text-align: center;
}
@media screen and (max-width:767px) {
	.people__box02 {
		width: 100%;
	}
}
.people__box02 .people-slider {
	position: relative;
	padding: 0 0 0
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider {
		padding: 0
	}
}
.people__box02 .people-slider .item {
	width: 272px;
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .item {
		width: 66.3333333333vw;
		height: 104vw
	}
}
.people__box02 .people-slider .box01 {
	width: 100%;
	height: 100%
}
.people__box02 .people-slider .box01 a {
	position: relative;
	display: block;
	height: 100%
}
.people__box02 .people-slider .box01 a .thumbs {
	display: block;
	overflow: hidden;
	height: 100%
}
.people__box02 .people-slider .box01 a .thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.people__box02 .people-slider .box01 a .cat {
	position: absolute;
	top: 0;
	left: 0;
	width: 104px;
	display: block
}
@media screen and (max-width:1024px) {
	.people__box02 .people-slider .box01 a .cat {
		width: 3.9024390244vw
	}
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .box01 a .cat {
		width: 25vw
	}
}
.people__box02 .people-slider .box01 a .txtBox {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	width: 100%;
	padding: 0 23px 25px
}
@media screen and (max-width:1024px) {
	.people__box02 .people-slider .box01 a .txtBox {
		padding: 0 2.243902439vw 2.4390243902vw
	}
}
@media print,
screen and (min-width:768px) {
	.people__box02 .people-slider .box01 a .txtBox {
		height: 100%;
		flex-direction: column;
		justify-content: flex-end
	}
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .box01 a .txtBox {
		flex-wrap: wrap;
		align-items: flex-end;
		gap: 0;
		padding: 0 5.3333333333vw 8vw
	}
}
.people__box02 .people-slider .box01 a .txtBox::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgb(28, 44, 67) 0%, rgba(28, 44, 67, 0) 50%)
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .box01 a .txtBox::before {
		height: 120%;
		background: linear-gradient(to top, rgb(28, 44, 67) 0%, rgba(28, 44, 67, 0) 100%)
	}
}
.people__box02 .people-slider .box01 a .txtBox .copy {
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
	color: #fff;
	display: block
}
@media screen and (max-width:1024px) {
	.people__box02 .people-slider .box01 a .txtBox .copy {
		font-size: 1.9512195122vw
	}
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .box01 a .txtBox .copy {
		width: 100%;
		font-size: 4.8vw
	}
}
.people__box02 .people-slider .box01 a .txtBox .copy .border {
	border-bottom: 2px solid #d2ff00
}
.people__box02 .people-slider .box01 a .txtBox .txt {
	position: relative;
	margin-top: 20px;
	color: #fff;
	display: block
}
@media screen and (max-width:1024px) {
	.people__box02 .people-slider .box01 a .txtBox .txt {
		margin-top: 1.9512195122vw
	}
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .box01 a .txtBox .txt {
		display: block;
		width: 100%;
		margin-top: 4vw
	}
}
.people__box02 .people-slider .box01 a .txtBox .txt .pos {
	margin-right: 15px;
	font-size: 1.6rem;
	font-weight: 500
}
@media screen and (max-width:1024px) {
	.people__box02 .people-slider .box01 a .txtBox .txt .pos {
		margin-right: 1.4634146341vw;
		font-size: 1.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .box01 a .txtBox .txt .pos {
		margin-right: 2.6666666667vw;
		margin-top: 0;
		font-size: 3.2vw
	}
}
.people__box02 .people-slider .box01 a .txtBox .txt .name {
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif
}
@media screen and (max-width:1024px) {
	.people__box02 .people-slider .box01 a .txtBox .txt .name {
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .box01 a .txtBox .txt .name {
		font-size: 3.7333333333vw
	}
}
.people__box02 .people-slider .box01 a .txtBox .date {
	position: relative;
	margin-top: 10px;
	font-size: 1.4rem;
	color: #fff;
	display: block
}
@media screen and (max-width:1024px) {
	.people__box02 .people-slider .box01 a .txtBox .date {
		margin-top: .9756097561vw;
		font-size: 1.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .box01 a .txtBox .date {
		width: 100%;
		margin-top: 1.3333333333vw;
		top: 0;
		font-size: 3.2vw
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .people__box02 .people-slider .box01 a:hover .thumbs img {
		transform: scale(1.05)
	}
}
.people__box02 .people-slider img {
	width: 100%
}
.people__box02 .people-slider .btnBox {
	position: relative;
	margin: 40px auto 0;
	display: flex;
	align-items: center
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .btnBox {
		margin: 5.3333333333vw auto 0
	}
}
.people__box02 .people-slider .btnBox .people-prev {
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border: 1px solid #152e44;
	border-radius: 100vh;
	transform: rotate(180deg);
	background-color: rgba(255, 255, 255, .64);
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .people__box02 .people-slider .btnBox .people-prev:hover {
		border-color: #2bb9b0
	}
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .btnBox .people-prev {
		width: 16vw;
		height: 16vw
	}
	.people__box02 .people-slider .btnBox .people-prev .ico {
		display: block;
		z-index: 10
	}
	.people__box02 .people-slider .btnBox .people-prev .ico .arrow {
		height: 100%
	}
}
.people__box02 .people-slider .btnBox .people-next {
	margin-right: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border: 1px solid #152e44;
	border-radius: 100vh;
	background-color: rgba(255, 255, 255, .64);
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .people__box02 .people-slider .btnBox .people-next:hover {
		border-color: #2bb9b0
	}
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .btnBox .people-next {
		margin-right: 2.1333333333vw;
		width: 16vw;
		height: 16vw
	}
	.people__box02 .people-slider .btnBox .people-next .ico {
		display: block;
		z-index: 10
	}
	.people__box02 .people-slider .btnBox .people-next .ico .arrow {
		height: 100%
	}
}
.people__box02 .people-slider .btnBox .people-pagination {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	display: flex
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .btnBox .people-pagination {
		width: 100%;
		height: 2.0666666667vw
	}
}
.people__box02 .people-slider .btnBox .people-pagination .swiper-pagination-bullet {
	flex: 1;
	border-radius: 0;
	margin: 0;
	height: 4px;
	background-color: #eff4f3;
	opacity: 1
}
@media screen and (max-width:767px) {
	.people__box02 .people-slider .btnBox .people-pagination .swiper-pagination-bullet {
		height: 2.0666666667vw
	}
}
.people__box02 .people-slider .btnBox .people-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #152e44
}
.environment {
	position: relative;
	padding-bottom: 120px
}
@media screen and (max-width:1024px) {
	.environment {
		padding-bottom: 11.7073170732vw
	}
}
@media screen and (max-width:767px) {
	.environment {
		padding-bottom: 32vw
	}
}
.environment__inner01 {
	position: relative
}
.environment__copyBox {
	position: absolute;
	top: -3.2479700187vw;
	right: 50%;
	transform: translateX(50%);
	z-index: 2;
	width: 100vw;
	padding: 0 80px
}
@media screen and (max-width:1024px) {
	.environment__copyBox {
		padding: 0 3.9024390244vw
	}
}
@media screen and (max-width:767px) {
	.environment__copyBox {
		right: 0;
		top: -5.3333333333vw;
		transform: none;
		padding: 0 10.6666666667vw
	}
}
.environment__imageBox {
	position: relative;
	left: calc((100vw - 100%)/2*-1);
	width: 100vw
}
@media screen and (max-width:767px) {
	.environment__imageBox {
		left: -5.3333333333vw;
		width: 100vw
	}
}
.environment__imageBox img {
	width: 100%
}
.environment__imageBox.is-animated+.top-copyBox .top-copy::before {
	height: 100%
}
.environment__box {
	position: relative;
	display: flex;
	margin-top: -124px
}
@media screen and (max-width:1024px) {
	.environment__box {
		margin-top: -12.0975609756vw
	}
}
@media screen and (max-width:767px) {
	.environment__box {
		display: block;
		margin-top: 0
	}
}
.environment__box::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	width: calc(100% + 160px);
	height: 100%;
	background-color: #fff
}
@media screen and (max-width:1024px) {
	.environment__box::before {
		width: calc(100% + 15.6097560976vw)
	}
}
@media screen and (max-width:767px) {
	.environment__box::before {
		display: none
	}
}
.environment__box::after {
	content: "";
	position: absolute;
	top: 0;
	right: -80px;
	width: 120px;
	height: 120px;
	background: linear-gradient(-135deg, rgb(147, 227, 222) 0%, rgba(147, 227, 222, 0) 50%)
}
@media screen and (max-width:1024px) {
	.environment__box::after {
		right: -7.8048780488vw
	}
}
@media screen and (max-width:767px) {
	.environment__box::after {
		right: -5.3333333333vw;
		width: 16vw;
		height: 16vw
	}
}
.environment__ttlBox {
	position: relative;
	display: flex;
	align-items: center;
	width: 560px;
	height: 260px
}
@media screen and (max-width:1024px) {
	.environment__ttlBox {
		width: 54.6341463415vw;
		height: 25.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.environment__ttlBox {
		display: block;
		width: auto;
		height: auto;
		padding-top: 5.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.environment__ttl01 {
		margin-top: 0
	}
}
.environment__ttl01 .en {
	padding-bottom: 6px
}
@media screen and (max-width:1024px) {
	.environment__ttl01 .en {
		padding-bottom: .5853658537vw
	}
}
.environment__ttl01 .en::before {
	width: 113px;
	height: 4px;
	background: rgba(0, 0, 0, 0) url("../images/top/environment_ttl-border.svg") 0 0 no-repeat;
	background-size: 100% auto
}
@media screen and (max-width:1024px) {
	.environment__ttl01 .en::before {
		width: 11.0243902439vw;
		height: .3902439024vw
	}
}
@media screen and (max-width:767px) {
	.environment__ttl01 .en::before {
		width: 22.9333333333vw;
		height: .8vw
	}
}
.environment__ttl01 .jpn {
	margin-top: 15px
}
@media screen and (max-width:1024px) {
	.environment__ttl01 .jpn {
		margin-top: 1.4634146341vw
	}
}
@media screen and (max-width:767px) {
	.environment__ttl01 .jpn {
		margin-top: 2.6666666667vw
	}
}
.environment__txtBox {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 60px;
	height: 260px;
	flex: 1
}
@media screen and (max-width:1024px) {
	.environment__txtBox {
		padding-top: 5.8536585366vw;
		height: 25.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.environment__txtBox {
		padding-top: 0;
		height: auto
	}
}
.environment__txt01 {
	font-size: 1.6rem;
	line-height: 2
}
@media screen and (max-width:1024px) {
	.environment__txt01 {
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.environment__txt01 {
		margin-top: 7.4666666667vw;
		font-size: 4.2666666667vw;
		letter-spacing: .04em
	}
}
.environment__list01 {
	display: flex;
	gap: 0 1px;
	margin-top: 1px
}
@media screen and (max-width:767px) {
	.environment__list01 {
		margin-top: 5.3333333333vw;
		display: block;
		border-top: 1px solid #ddd
	}
}
.environment__list01 li {
	flex: 1
}
@media screen and (max-width:767px) {
	.environment__list01 li {
		border-bottom: 1px solid #ddd
	}
}
.environment__list01 li a {
	position: relative;
	display: block
}
@media screen and (max-width:767px) {
	.environment__list01 li a {
		display: flex;
		align-items: center;
		gap: 0 4vw;
		padding: 4.2666666667vw 0
	}
}
.environment__list01 li a .thumb {
	display: block;
	overflow: hidden
}
@media screen and (max-width:767px) {
	.environment__list01 li a .thumb {
		width: 32vw
	}
}
.environment__list01 li a .thumb img {
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.environment__list01 li a .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 80px
}
@media screen and (max-width:767px) {
	.environment__list01 li a .inner {
		position: relative;
		height: auto;
		flex: 1
	}
}
.environment__list01 li a .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(28, 44, 67, 0) 0%, rgba(28, 44, 67, 0.75) 55%, rgba(28, 44, 67, 0.85) 100%)
}
@media screen and (max-width:767px) {
	.environment__list01 li a .inner::before {
		display: none
	}
}
.environment__list01 li a .txt {
	position: absolute;
	bottom: 18px;
	left: 24px;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.25
}
@media screen and (max-width:767px) {
	.environment__list01 li a .txt {
		position: relative;
		left: 0;
		bottom: 0;
		color: #1c2c43;
		font-size: 4.2666666667vw
	}
}
.environment__list01 li a .txt small {
	margin-bottom: 6px;
	display: block;
	font-size: 1.2rem
}
@media screen and (max-width:767px) {
	.environment__list01 li a .txt small {
		font-size: 3.2vw
	}
}
.environment__list01 li a .ico {
	position: absolute;
	bottom: 22px;
	right: 22px;
	display: block;
	width: 16px;
	height: 16px
}
@media screen and (max-width:767px) {
	.environment__list01 li a .ico {
		bottom: 50%;
		transform: translateY(50%);
		right: 0
	}
}
.environment__list01 li a .ico .arrow {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.environment__list01 li a .ico .arrow svg {
	fill: #fff
}
@media screen and (max-width:767px) {
	.environment__list01 li a .ico .arrow svg {
		fill: #2bb9b0
	}
}
.environment__list01 li a .ico .star {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	opacity: 0;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.environment__list01 li a .ico .star svg {
	fill: #fff
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .environment__list01 li a:hover .thumb img {
		transform: scale(1.1)
	}
	.is-view-pc .environment__list01 li a:hover .ico .arrow {
		opacity: 0
	}
	.is-view-pc .environment__list01 li a:hover .ico .star {
		opacity: 1
	}
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	background-color: rgba(28, 44, 67, .9);
	overflow-y: scroll
}
.modal .modalBox {
	display: none
}
.modal .modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.modal__outer {
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	width: 100%;
	padding: 0 90px;
	max-width: 1140px;
	height: 500px
}
@media screen and (max-width:1024px) {
	.modal__outer {
		padding: 0 8.7804878049vw;
		height: 48.7804878049vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer {
		position: relative;
		bottom: auto;
		right: auto;
		transform: none;
		padding: 6.4vw 5.3333333333vw;
		height: auto
	}
}
.modal__outer .modal-slider {
	position: relative
}
.modal__outer .modal-slider .modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	z-index: 10;
	font-size: 0
}
@media screen and (max-width:767px) {
	.modal__outer .modal-slider .modal-close {
		top: 13.8666666667vw;
		right: 4.2666666667vw;
		width: 10.6666666667vw;
		height: 10.6666666667vw
	}
}
.modal__outer .modal-slider .modal-close a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(43, 185, 176, .8);
	background-color: rgba(255, 255, 255, .8);
	border-radius: 100vh
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .modal__outer .modal-slider .modal-close a:hover {
		opacity: .7
	}
}
.modal__outer .modal-slider .modal-close a::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%) rotate(45deg);
	width: 13px;
	height: 1px;
	background-color: #1c2c43
}
.modal__outer .modal-slider .modal-close a::after {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%) rotate(-45deg);
	width: 13px;
	height: 1px;
	background-color: #1c2c43
}
@media screen and (max-width:767px) {
	.modal__outer .modal-slider .modal-btn {
		margin: 2.1333333333vw -1.0666666667vw 0;
		display: flex;
		justify-content: space-between
	}
}
.modal__outer .modal-slider .modal-prev {
	position: absolute;
	bottom: 50%;
	left: -28px;
	width: 48px;
	height: 48px;
	transform: translateY(50%) rotate(180deg)
}
@media screen and (max-width:767px) {
	.modal__outer .modal-slider .modal-prev {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		width: auto;
		height: auto;
		display: flex;
		align-items: center
	}
}
.modal__outer .modal-slider .modal-prev .ico {
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .modal__outer .modal-slider .modal-prev .ico:hover {
		opacity: .7
	}
}
@media screen and (max-width:767px) {
	.modal__outer .modal-slider .modal-prev .ico {
		display: block;
		width: 12.8vw;
		height: 12.8vw;
		transform: rotate(180deg)
	}
}
.modal__outer .modal-slider .modal-prev .txt {
	font-size: 3.7333333333vw;
	font-weight: 500;
	color: #fff
}
@media print,
screen and (min-width:768px) {
	.modal__outer .modal-slider .modal-prev .txt {
		display: none
	}
}
.modal__outer .modal-slider .modal-prev svg {
	fill: #fff
}
.modal__outer .modal-slider .modal-next {
	position: absolute;
	bottom: 50%;
	right: -68px;
	width: 48px;
	height: 48px;
	transform: translateY(50%)
}
@media screen and (max-width:767px) {
	.modal__outer .modal-slider .modal-next {
		position: relative;
		right: auto;
		bottom: auto;
		transform: none;
		width: auto;
		height: auto;
		display: flex;
		align-items: center;
		flex-direction: row-reverse
	}
}
.modal__outer .modal-slider .modal-next .txt {
	font-size: 3.7333333333vw;
	font-weight: 500;
	color: #fff
}
@media print,
screen and (min-width:768px) {
	.modal__outer .modal-slider .modal-next .txt {
		display: none
	}
}
.modal__outer .modal-slider .modal-next .ico {
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .modal__outer .modal-slider .modal-next .ico:hover {
		opacity: .7
	}
}
@media screen and (max-width:767px) {
	.modal__outer .modal-slider .modal-next .ico {
		display: block;
		width: 12.8vw;
		height: 12.8vw
	}
}
.modal__outer .modal-slider .modal-next svg {
	fill: #fff
}
.modal__outer .js-modal-slider {
	overflow: hidden
}
.modal__outer .item {
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 44px;
	overflow: hidden
}
@media screen and (max-width:1024px) {
	.modal__outer .item {
		padding-left: 4.2926829268vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item {
		height: auto;
		padding: 9.3333333333vw 0 0 0
	}
}
.modal__outer .item .label {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 44px;
	height: 100%;
	border-right: 4px solid #2bb9b0
}
@media screen and (max-width:1024px) {
	.modal__outer .item .label {
		width: 4.2926829268vw;
		border-right: .3902439024vw solid #2bb9b0
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .label {
		width: 100%;
		height: 9.3333333333vw;
		border-right: none;
		border-bottom: 1.0666666667vw solid #2bb9b0
	}
}
.modal__outer .item .label.blue {
	border-color: #2ca3b9
}
.modal__outer .item .label.blue .txt {
	background-color: #2ca3b9
}
.modal__outer .item .label.w01 .txt {
	width: 141px
}
@media screen and (max-width:1024px) {
	.modal__outer .item .label.w01 .txt {
		width: 13.756097561vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .label.w01 .txt {
		width: 31.4666666667vw
	}
}
.modal__outer .item .label.w02 .txt {
	width: 180px
}
@media screen and (max-width:1024px) {
	.modal__outer .item .label.w02 .txt {
		width: 17.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .label.w02 .txt {
		width: 41.8666666667vw
	}
}
.modal__outer .item .label.w02 .txt::before {
	background: rgba(0, 0, 0, 0) url("../images/top/modal_label_b.svg") 0 0 no-repeat
}
@media screen and (max-width:767px) {
	.modal__outer .item .label.w02 .txt::before {
		background: rgba(0, 0, 0, 0) url("../images/top/modal_label_b_sp.png") 0 0 no-repeat;
		background-size: 100% auto
	}
}
.modal__outer .item .label.w02 .txt::after {
	background: rgba(0, 0, 0, 0) url("../images/top/modal_label_b.svg") 0 0 no-repeat;
	background-size: 100% auto
}
@media screen and (max-width:767px) {
	.modal__outer .item .label.w02 .txt::after {
		background: rgba(0, 0, 0, 0) url("../images/top/modal_label_b_sp.png") 0 0 no-repeat;
		background-size: 100% auto
	}
}
.modal__outer .item .label .txt {
	position: absolute;
	top: -18px;
	right: -2px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-90deg);
	transform-origin: bottom right;
	gap: 0 8px;
	height: 40px;
	padding: 2px 0 0;
	background-color: #2bb9b0
}
@media screen and (max-width:1024px) {
	.modal__outer .item .label .txt {
		top: -1.756097561vw;
		right: -.1951219512vw;
		gap: 0 .7804878049vw;
		height: 3.9024390244vw;
		padding: .1951219512vw 0 0
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .label .txt {
		top: 0;
		right: auto;
		left: 4.8vw;
		width: 31.4666666667vw;
		height: 8.2666666667vw;
		transform: none
	}
}
.modal__outer .item .label .txt .jpn {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	white-space: nowrap
}
@media screen and (max-width:1024px) {
	.modal__outer .item .label .txt .jpn {
		font-size: 1.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .label .txt .jpn {
		font-size: 3.2vw
	}
}
.modal__outer .item .label .txt .num {
	position: relative;
	top: 1px;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #fff;
	white-space: nowrap
}
@media screen and (max-width:1024px) {
	.modal__outer .item .label .txt .num {
		font-size: 1.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .label .txt .num {
		font-size: 3.2vw
	}
}
.modal__outer .item .label .txt::before {
	content: "";
	position: absolute;
	top: 0;
	left: -23px;
	width: 24px;
	height: 40px;
	transform: scale(1, -1);
	background: rgba(0, 0, 0, 0) url("../images/top/modal_label.svg") 0 0 no-repeat;
	background-size: 100% auto
}
@media screen and (max-width:1024px) {
	.modal__outer .item .label .txt::before {
		left: -2.243902439vw;
		width: 2.3414634146vw;
		height: 3.9024390244vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .label .txt::before {
		top: -.2666666667vw;
		left: -4.8vw;
		width: 5.0666666667vw;
		height: 8.5333333333vw;
		transform: none;
		background: rgba(0, 0, 0, 0) url("../images/top/modal_label_sp.png") 0 0 no-repeat;
		background-size: 100% auto
	}
}
.modal__outer .item .label .txt::after {
	content: "";
	position: absolute;
	top: 0;
	right: -23px;
	width: 24px;
	height: 40px;
	transform: rotate(180deg);
	background: rgba(0, 0, 0, 0) url("../images/top/modal_label.svg") 0 0 no-repeat;
	background-size: 100% auto
}
@media screen and (max-width:1024px) {
	.modal__outer .item .label .txt::after {
		right: -2.243902439vw;
		width: 2.3414634146vw;
		height: 3.9024390244vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .label .txt::after {
		top: -.2666666667vw;
		right: -4.8vw;
		width: 5.0666666667vw;
		height: 8.5333333333vw;
		transform: scale(1, -1) rotate(180deg);
		background: rgba(0, 0, 0, 0) url("../images/top/modal_label_sp.png") 0 0 no-repeat;
		background-size: 100% auto
	}
}
.modal__outer .item .inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner {
		flex-direction: column-reverse
	}
}
.modal__outer .item .inner .txtBox {
	padding: 0 50px;
	flex: 1
}
@media screen and (max-width:1024px) {
	.modal__outer .item .inner .txtBox {
		padding: 0 4.8780487805vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .txtBox {
		padding: 6.4vw 5.3333333333vw 8vw
	}
}
.modal__outer .item .inner .txtBox.scroll {
	overflow-y: scroll
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .txtBox.scroll {
		overflow-y: auto
	}
}
.modal__outer .item .inner .txtBox .ttl01 {
	font-size: 3.2rem;
	font-weight: 500;
	color: #00867d
}
@media screen and (max-width:1280px) {
	.modal__outer .item .inner .txtBox .ttl01 {
		font-size: 2.8rem
	}
}
@media screen and (max-width:1024px) {
	.modal__outer .item .inner .txtBox .ttl01 {
		font-size: 2.7317073171vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .txtBox .ttl01 {
		font-size: 5.8666666667vw
	}
}
.modal__outer .item .inner .txtBox .ttl01.blue {
	color: #2ca3b9
}
.modal__outer .item .inner .txtBox .ttl02 {
	margin-top: 30px;
	font-size: 2.2rem;
	font-weight: 500
}
@media screen and (max-width:1024px) {
	.modal__outer .item .inner .txtBox .ttl02 {
		margin-top: 2.9268292683vw;
		font-size: 2.1463414634vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .txtBox .ttl02 {
		margin-top: 5.3333333333vw;
		font-size: 4.2666666667vw
	}
}
.modal__outer .item .inner .txtBox .txt01 {
	margin-top: 8px;
	font-size: 1.6rem;
	line-height: 2
}
@media screen and (max-width:1024px) {
	.modal__outer .item .inner .txtBox .txt01 {
		margin-top: .7804878049vw;
		font-size: 1.5609756098vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .txtBox .txt01 {
		margin-top: .8vw;
		font-size: 3.7333333333vw
	}
}
.modal__outer .item .inner .txtBox .list01 {
	margin-top: 25px
}
@media screen and (max-width:1024px) {
	.modal__outer .item .inner .txtBox .list01 {
		margin-top: 2.4390243902vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .txtBox .list01 {
		margin-top: 4vw
	}
}
.modal__outer .item .inner .txtBox .list01 dt {
	position: relative;
	padding-left: 10px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #00867d
}
@media screen and (max-width:1024px) {
	.modal__outer .item .inner .txtBox .list01 dt {
		padding-left: .9756097561vw;
		font-size: 1.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .txtBox .list01 dt {
		padding-left: 2.6666666667vw;
		font-size: 3.2vw
	}
}
.modal__outer .item .inner .txtBox .list01 dt.blue {
	color: #2ca3b9
}
.modal__outer .item .inner .txtBox .list01 dt.blue::before {
	background-color: #2ca3b9
}
.modal__outer .item .inner .txtBox .list01 dt::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 100vh;
	background-color: #00867d
}
@media screen and (max-width:1024px) {
	.modal__outer .item .inner .txtBox .list01 dt::before {
		top: .7804878049vw;
		width: .487804878vw;
		height: .487804878vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .txtBox .list01 dt::before {
		top: 2.4vw;
		width: 1.3333333333vw;
		height: 1.3333333333vw
	}
}
.modal__outer .item .inner .txtBox .list01 dd {
	font-size: 1.4rem;
	line-height: 2;
	color: #707070
}
@media screen and (max-width:1024px) {
	.modal__outer .item .inner .txtBox .list01 dd {
		font-size: 1.3658536585vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .txtBox .list01 dd {
		margin-top: 1.3333333333vw;
		font-size: 3.2vw
	}
}
.modal__outer .item .inner .imageBox {
	width: 48.035%
}
@media screen and (max-width:1024px) {
	.modal__outer .item .inner .imageBox {
		width: 36.5853658537vw
	}
}
@media screen and (max-width:767px) {
	.modal__outer .item .inner .imageBox {
		width: 100%
	}
}
.modal__outer .item .inner .imageBox .image {
	width: 100%;
	height: 100%
}
.modal__outer .item .inner .imageBox .image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
@media(max-width:1024px){
	.pc {
		display: none !important;
	}
}
@media(min-width:1024px){
	.sp {
		display: none !important;
	}
}
@media(min-width:767px){
	.sp2 {
		display: none !important;
	}
}
@keyframes bg-gradient {
	0% {
		background-position: 0% 0%
	}
	50% {
		background-position: 25% 50%
	}
	75% {
		background-position: 50% 100%
	}
	100% {
		background-position: 100% 100%
	}
}
.l-main.recruitment {
	padding-top: 100px
}
@media screen and (max-width:1024px) {
	.l-main.recruitment {
		padding-top: 5.4634146341vw
	}
}
@media screen and (max-width:767px) {
	.l-main.recruitment {
		padding-top: 14.9333333333vw
	}
}
.recruitment-page-header {
	padding: 105px 0;
	background-color: #e8f7f6
}
@media screen and (max-width:767px) {
	.recruitment-page-header {
		padding: 12vw 0
	}
}
@media screen and (max-width:767px) {
	.recruitment-container {
		margin-top: 21.3333333333vw
	}
}
.recruitment-outer {
	position: relative
}
.recruitment-breadcrumb {
	width: 320px
}
.recruitment-copyBox {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse
}
.recruitment-copyBox .recruitment-copy {
	position: relative;
	padding: 10px 6px 3px;
	display: flex
}
@media screen and (max-width:1600px) {
	.recruitment-copyBox .recruitment-copy {
		padding: .624609619vw .3747657714vw .1873828857vw
	}
}
@media screen and (max-width:767px) {
	.recruitment-copyBox .recruitment-copy {
		padding: 1.8666666667vw 1.6vw .8vw
	}
}
.recruitment-copyBox .recruitment-copy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #1c2c43;
	transition: all .5s .1s
}
.recruitment-copyBox .recruitment-copy .inner {
	position: relative;
	white-space: pre;
	writing-mode: vertical-rl;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	letter-spacing: .12em;
	display: block
}
@media screen and (max-width:1600px) {
	.recruitment-copyBox .recruitment-copy .inner {
		font-size: 1.3741411618vw
	}
}
@media screen and (max-width:767px) {
	.recruitment-copyBox .recruitment-copy .inner {
		font-size: 4.2666666667vw
	}
}
.recruitment-copyBox .recruitment-copy .inner .en {
	text-combine-upright: all
}
.recruitment-copyBox .recruitment-copy-l {
	padding: 20px 11px 11px
}
@media screen and (max-width:1600px) {
	.recruitment-copyBox .recruitment-copy-l {
		padding: 1.249219238vw .6870705809vw .6870705809vw
	}
}
@media screen and (max-width:767px) {
	.recruitment-copyBox .recruitment-copy-l {
		padding: 2.4vw 1.6vw .8vw
	}
}
.recruitment-copyBox .recruitment-copy-l .inner {
	font-size: 3.2rem
}
@media screen and (max-width:1600px) {
	.recruitment-copyBox .recruitment-copy-l .inner {
		font-size: 1.9987507808vw
	}
}
@media screen and (max-width:767px) {
	.recruitment-copyBox .recruitment-copy-l .inner {
		font-size: 4.2666666667vw
	}
}
.recruitment-copyBox .recruitment-copy-xl {
	padding: 20px 11px 11px
}
@media screen and (max-width:1600px) {
	.recruitment-copyBox .recruitment-copy-xl {
		padding: 1.249219238vw .6870705809vw .6870705809vw
	}
}
@media screen and (max-width:767px) {
	.recruitment-copyBox .recruitment-copy-xl {
		padding: 2.4vw 1.6vw .8vw
	}
}
.recruitment-copyBox .recruitment-copy-xl .inner {
	font-size: 5.6rem
}
@media screen and (max-width:1600px) {
	.recruitment-copyBox .recruitment-copy-xl .inner {
		font-size: 3.4978138663vw
	}
}
@media screen and (max-width:1024px) {
	.recruitment-copyBox .recruitment-copy-xl .inner {
		font-size: 5.4634146341vw
	}
}
@media screen and (max-width:767px) {
	.recruitment-copyBox .recruitment-copy-xl .inner {
		font-size: 7.4666666667vw
	}
}
.recruitment-copyBox.is-animated .recruitment-copy::before {
	height: 100%
}
@media screen and (max-width:767px) {
	.recruitment__kv {
		padding: 0 5.3333333333vw
	}
}
.recruitment__kv img {
	width: 100%
}
.recruitment__box01 {
	position: relative;
	padding-bottom: 144px
}
@media screen and (max-width:767px) {
	.recruitment__box01 {
		padding-bottom: 21.3333333333vw
	}
}
.recruitment__box01::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #fff
}
.recruitment__box01::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 16.2398500937vw;
	background-color: #e8f7f6
}
@media screen and (max-width:767px) {
	.recruitment__box01::after {
		height: 34.6666666667vw
	}
}
.recruitment__box01.blue::before {
	background-color: #e8f7f6
}
.recruitment__box01.blue::after {
	background-color: #fff
}
.recruitment__box01.white::before {
	background-color: #fff
}
.recruitment__box01.white::after {
	background-color: #fff
}
.recruitment__box01 .headerShow {
	position: absolute;
	top: 260px
}
.recruitment__box02 {
	position: relative;
	padding: 120px 0 150px
}
@media screen and (max-width:767px) {
	.recruitment__box02 {
		padding: 0 0 18.6666666667vw
	}
}
.recruitment__box02::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #fff
}
@media screen and (max-width:767px) {
	.recruitment__box02.blue {
		padding: 20.5333333333vw 0 18.6666666667vw
	}
}
.recruitment__box02.blue::before {
	background-color: #e8f7f6
}
.recruitment__boxInner {
	z-index: 2
}
.recruitment__ttlBox {
	position: relative;
	display: flex;
	align-items: center;
	margin: -68px 0 0 -1px;
	padding: 60px 0 0 1px;
	width: 641px;
	background-color: #fff
}
@media screen and (max-width:1024px) {
	.recruitment__ttlBox {
		margin-top: -6.6341463415vw;
		padding-top: 5.8536585366vw;
		width: 62.4390243902vw
	}
}
@media screen and (max-width:767px) {
	.recruitment__ttlBox {
		padding-top: 10.6666666667vw;
		margin: -10.6666666667vw 0 0 5.3333333333vw;
		width: 84vw
	}
}
.recruitment__ttlBox.blue {
	background-color: #e8f7f6
}
.recruitment__ttlBox::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: linear-gradient(-135deg, rgb(147, 227, 222) 0%, rgba(147, 227, 222, 0) 50%)
}
@media screen and (max-width:767px) {
	.recruitment__ttlBox::before {
		width: 19.4666666667vw;
		height: 19.4666666667vw
	}
}
.recruitment__ttlBox02 {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: -68px 0 0 0;
	padding: 60px 120px 0 80px;
	max-width: 1080px
}
@media screen and (max-width:1024px) {
	.recruitment__ttlBox02 {
		padding: 5.8536585366vw 3.9024390244vw 0 7.8048780488vw
	}
}
@media screen and (max-width:767px) {
	.recruitment__ttlBox02 {
		justify-content: flex-start;
		padding: 10.6666666667vw 0 0 0;
		margin: -10.6666666667vw 0 0 5.3333333333vw;
		width: 84vw;
		background-color: #fff
	}
}
.recruitment__ttlBox02.blue {
	background-color: #e8f7f6
}
.recruitment__ttlBox02::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% - 400px);
	width: 100%;
	height: 100%;
	background-color: #fff
}
@media screen and (max-width:1024px) {
	.recruitment__ttlBox02::before {
		left: calc(100% - 35.1219512195vw)
	}
}
@media screen and (max-width:767px) {
	.recruitment__ttlBox02::before {
		display: none
	}
}
.recruitment__ttlBox02::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% - 400px);
	width: 100px;
	height: 100px;
	background: linear-gradient(135deg, rgb(147, 227, 222) 0%, rgba(147, 227, 222, 0) 50%)
}
@media screen and (max-width:1024px) {
	.recruitment__ttlBox02::after {
		left: calc(100% - 35.1219512195vw)
	}
}
@media screen and (max-width:767px) {
	.recruitment__ttlBox02::after {
		left: auto;
		right: 0;
		width: 19.4666666667vw;
		height: 19.4666666667vw;
		background: linear-gradient(-135deg, rgb(147, 227, 222) 0%, rgba(147, 227, 222, 0) 50%)
	}
}
.recruitment__ttlBox02 .ttl {
	position: relative;
	z-index: 2
}
.recruitment__txt01 {
	margin-top: 20px
}
@media screen and (max-width:767px) {
	.recruitment__txt01 {
		margin-top: 5.3333333333vw
	}
}
.recruitment__table {
	width: 100%;
	border-bottom: 1px solid #ddd
}
.recruitment__table th {
	padding: 45px 10px 45px 0;
	font-size: 2.2rem;
	font-weight: 500;
	color: #00867d;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	width: 200px;
	border-top: 1px solid #ddd
}
@media screen and (max-width:767px) {
	.recruitment__table th {
		display: block;
		width: 100%;
		padding: 10.6666666667vw 0 0;
		font-size: 5.3333333333vw
	}
}
.recruitment__table td {
	padding: 45px 0;
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd
}
@media screen and (max-width:767px) {
	.recruitment__table td {
		display: block;
		padding: 4vw 0 9.3333333333vw;
		font-size: 4.2666666667vw;
		border-top: none
	}
}
.recruitment__table td .list01 {
	margin-top: 35px
}
.recruitment__table td .list01:first-child {
	margin-top: 0
}
@media screen and (max-width:767px) {
	.recruitment__table td .list01:first-child {
		margin-top: 2.6666666667vw
	}
}
.recruitment__table td .list01 dt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5
}
@media screen and (max-width:767px) {
	.recruitment__table td .list01 dt {
		font-size: 4.8vw
	}
}
.recruitment__table td .list01 dd {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 2
}
@media screen and (max-width:767px) {
	.recruitment__table td .list01 dd {
		margin-top: 2.6666666667vw;
		font-size: 4.2666666667vw
	}
}
.recruitment__table td .list01 dd+dt {
	margin-top: 35px
}
@media screen and (max-width:767px) {
	.recruitment__table td .list01 dd+dt {
		margin-top: 9.3333333333vw
	}
}
.recruitment__table td .list01 dd .listCaution01 {
	margin-top: 10px
}
@media screen and (max-width:767px) {
	.recruitment__table td .list01 dd .listCaution01 {
		margin-top: 2.6666666667vw
	}
}
.recruitment__table td .listCaution01 li {
	font-size: 1.2rem;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em
}
@media screen and (max-width:767px) {
	.recruitment__table td .listCaution01 li {
		font-size: 3.2vw
	}
}
.recruitment__table td .listDisc01 li {
	position: relative;
	font-size: 1.6rem;
	line-height: 2;
	padding-left: 12px
}
@media screen and (max-width:767px) {
	.recruitment__table td .listDisc01 li {
		padding-left: 3.2vw;
		font-size: 4.2666666667vw
	}
}
.recruitment__table td .listDisc01 li::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 100vh;
	background-color: #00867d
}
@media screen and (max-width:767px) {
	.recruitment__table td .listDisc01 li::before {
		top: 4vw;
		width: 1.0666666667vw;
		height: 1.0666666667vw
	}
}
.recruitment .requirements {
	position: relative;
	padding-top: 70px
}
@media screen and (max-width:767px) {
	.recruitment .requirements {
		padding-top: 15.2vw
	}
}
.recruitment .requirements::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	width: 100%;
	height: 1px;
	background-color: #3b495d
}
.recruitment .requirements__ttl {
	font-size: 3.6rem;
	font-weight: 500
}
@media screen and (max-width:767px) {
	.recruitment .requirements__ttl {
		font-size: 7.4666666667vw
	}
}
.recruitment .requirements__table {
	margin-top: 70px
}
@media screen and (max-width:767px) {
	.recruitment .requirements__table {
		margin-top: 8vw
	}
}
.recruitment .flow {
	position: relative;
	padding-top: 70px
}
@media screen and (max-width:767px) {
	.recruitment .flow {
		padding: 13.3333333333vw 0 0
	}
}
.recruitment .flow::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	width: 100%;
	height: 1px;
	background-color: #3b495d
}
.recruitment .flow__ttl {
	font-size: 3.6rem;
	font-weight: 500
}
@media screen and (max-width:767px) {
	.recruitment .flow__ttl {
		font-size: 7.4666666667vw
	}
}
.recruitment .flow__table {
	margin-top: 70px
}
@media screen and (max-width:767px) {
	.recruitment .flow__table {
		margin-top: 8vw
	}
}
.recruitment .flow__recruitment__box02 {
	padding-bottom: 256px
}
@media screen and (max-width:767px) {
	.recruitment .flow__recruitment__box02 {
		padding-bottom: 26.6666666667vw
	}
}
.recruitment .flow__box {
	margin-top: 80px
}
@media screen and (max-width:767px) {
	.recruitment .flow__box {
		margin-top: 10.6666666667vw
	}
}
.recruitment .flow__image01 {
	margin: 40px 40px 0 0
}
@media screen and (max-width:767px) {
	.recruitment .flow__image01 {
		margin: 6.6666666667vw 0 0 0
	}
}
.recruitment .message__copyBox {
	position: absolute;
	top: -50px;
	right: 80px;
	z-index: 5;
	text-orientation: upright
}
@media screen and (max-width:767px) {
	.recruitment .message__copyBox {
		top: -5.3333333333vw;
		right: 5.3333333333vw
	}
}
.recruitment .message__inner01 {
	margin-top: 50px;
	max-width: 960px
}
@media screen and (max-width:767px) {
	.recruitment .message__inner01 {
		margin-top: 5.3333333333vw
	}
}
.recruitment .message__txt01 {
	letter-spacing: .09em
}
@media screen and (max-width:767px) {
	.recruitment .message__txt01 {
		letter-spacing: .07em
	}
}
.recruitment .message__txt01+.message__txt01 {
	margin-top: 20px
}
@media screen and (max-width:767px) {
	.recruitment .message__txt01+.message__txt01 {
		margin-top: 5.3333333333vw
	}
}
.recruitment .message__txt01 .border {
	color: #00867d;
	background: linear-gradient(transparent 60%, #E8F7F6 40%)
}
.recruitment .message__recruitment__box01 {
	padding-bottom: 210px
}
@media screen and (max-width:767px) {
	.recruitment .message__recruitment__box01 {
		padding-bottom: 24vw
	}
}
.recruitment .person {
	position: relative
}
.recruitment .person__copyBox {
	position: absolute;
	top: -50px;
	left: 80px;
	z-index: 5
}
@media screen and (max-width:767px) {
	.recruitment .person__copyBox {
		top: -5.3333333333vw;
		left: auto;
		right: 10.6666666667vw
	}
}
.recruitment .person__inner01 {
	margin-top: 50px;
	max-width: 960px
}
@media screen and (max-width:767px) {
	.recruitment .person__inner01 {
		margin-top: 5.3333333333vw
	}
}
.recruitment .person__inner02 {
	margin-top: 30px;
	max-width: 1000px;
	padding-right: 40px
}
@media screen and (max-width:767px) {
	.recruitment .person__inner02 {
		padding-right: 5.3333333333vw;
		margin-top: 9.3333333333vw
	}
}
.recruitment .person__inner03 {
	margin-top: 30px;
	max-width: 1000px;
	padding-right: 40px
}
@media screen and (max-width:767px) {
	.recruitment .person__inner03 {
		padding-right: 0;
		margin-top: 5.3333333333vw
	}
}
.recruitment .person__txt01 {
	letter-spacing: .07em
}
.recruitment .person__txt01+.person__txt01 {
	margin-top: 20px
}
@media screen and (max-width:767px) {
	.recruitment .person__txt01+.person__txt01 {
		margin-top: 2.6666666667vw
	}
}
.recruitment .person__box {
	margin-top: 50px
}
@media screen and (max-width:767px) {
	.recruitment .person__box {
		margin: 9.3333333333vw 5.3333333333vw 0
	}
}
.recruitment .person__list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2px;
	padding-right: 40px;
	max-width: 1200px
}
@media screen and (max-width:1024px) {
	.recruitment .person__list {
		padding-right: 20px
	}
}
@media screen and (max-width:767px) {
	.recruitment .person__list {
		margin-top: 6.6666666667vw;
		padding-right: 0
	}
}
.recruitment .person__list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 10px;
	width: calc((100% - 8px)/5);
	text-align: center;
	background-color: #e8f7f6
}
@media screen and (max-width:1280px) {
	.recruitment .person__list li {
		width: calc((100% - 4px)/3)
	}
}
@media screen and (max-width:767px) {
	.recruitment .person__list li {
		padding: 8vw 5.3333333333vw;
		flex-direction: row;
		justify-content: flex-start;
		width: 100%
	}
}
.recruitment .person__list li .ico {
	display: block;
	width: 88px
}
@media screen and (max-width:767px) {
	.recruitment .person__list li .ico {
		width: 21.3333333333vw
	}
}
@media screen and (max-width:767px) {
	.recruitment .person__list li .txtBox {
		flex: 1;
		padding-left: 5.3333333333vw
	}
}
.recruitment .person__list li .ttl {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .02em
}
@media screen and (max-width:767px) {
	.recruitment .person__list li .ttl {
		margin-top: 0;
		font-size: 4.2666666667vw;
		text-align: left;
		justify-content: flex-start;
		height: auto
	}
}
.recruitment .person__list li .txt {
	margin-top: 7px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.5
}
@media screen and (max-width:767px) {
	.recruitment .person__list li .txt {
		margin-top: 2.6666666667vw;
		font-size: 3.7333333333vw;
		text-align: left
	}
}
.recruitment .education__box01 {
	margin-top: 50px
}
@media screen and (max-width:767px) {
	.recruitment .education__box01 {
		margin-top: 10.6666666667vw
	}
}
.recruitment .education__box01 .schedule {
	margin-top: 20px
}
@media screen and (max-width:767px) {
	.recruitment .education__box01 .schedule {
		margin-top: 6.6666666667vw
	}
}
.recruitment .education__box01 .schedule img {
	width: 100%
}
.recruitment .education__inner01 {
	margin-top: 60px;
	display: flex
}
@media screen and (max-width:767px) {
	.recruitment .education__inner01 {
		display: block;
		margin-top: 10.6666666667vw
	}
}
.recruitment .education__box02 {
	flex: 1
}
@media screen and (max-width:767px) {
	.recruitment .education__box02+.education__box02 {
		margin-top: 13.3333333333vw
	}
}
.recruitment .education__box02 .ttl {
	margin-top: 25px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1
}
@media screen and (max-width:767px) {
	.recruitment .education__box02 .ttl {
		margin-top: 5.3333333333vw;
		font-size: 5.3333333333vw
	}
}
.recruitment .education__box02 .ttl small {
	position: relative;
	display: block;
	margin-bottom: 12px;
	font-size: 1.4rem;
	padding-left: 9px
}
@media screen and (max-width:767px) {
	.recruitment .education__box02 .ttl small {
		margin-bottom: 2.6666666667vw;
		font-size: 3.7333333333vw;
		padding-left: 2.4vw
	}
}
.recruitment .education__box02 .ttl small::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 5px;
	border-radius: 100vh
}
@media screen and (max-width:767px) {
	.recruitment .education__box02 .ttl small::before {
		top: 1.3333333333vw;
		width: 1.3333333333vw;
		height: 1.3333333333vw
	}
}
.recruitment .education__box02 .txt {
	margin-top: 25px;
	font-size: 1.4rem;
	line-height: 2
}
@media screen and (max-width:767px) {
	.recruitment .education__box02 .txt {
		margin-top: 5.3333333333vw;
		font-size: 3.7333333333vw
	}
}
.recruitment .education__box02 .btn {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 500
}
@media screen and (max-width:767px) {
	.recruitment .education__box02 .btn {
		margin-top: 4vw;
		font-size: 4.2666666667vw
	}
}
.recruitment .education__box02 .btn a {
	display: inline-block;
	text-decoration: underline
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .recruitment .education__box02 .btn a:hover {
		text-decoration: none
	}
}
.recruitment .education__box02 .btn a .ico {
	display: inline-block;
	width: 16px
}
@media screen and (max-width:767px) {
	.recruitment .education__box02 .btn a .ico {
		width: 4.2666666667vw;
		height: 4.2666666667vw
	}
}
.recruitment .education__box02:nth-child(1) {
	padding: 0 48px 0 0;
	border-right: 1px solid #ddd
}
@media screen and (max-width:1024px) {
	.recruitment .education__box02:nth-child(1) {
		padding: 0 1.9512195122vw 0 0
	}
}
@media screen and (max-width:767px) {
	.recruitment .education__box02:nth-child(1) {
		padding: 0;
		border-right: none
	}
}
.recruitment .education__box02:nth-child(1) .ttl {
	color: #00867d
}
.recruitment .education__box02:nth-child(1) .ttl small::before {
	background-color: #00867d
}
.recruitment .education__box02:nth-child(2) {
	padding: 0 48px
}
@media screen and (max-width:1024px) {
	.recruitment .education__box02:nth-child(2) {
		padding: 0 1.9512195122vw
	}
}
@media screen and (max-width:767px) {
	.recruitment .education__box02:nth-child(2) {
		padding: 0
	}
}
.recruitment .education__box02:nth-child(2) .ttl {
	color: #2ca3b9
}
.recruitment .education__box02:nth-child(2) .ttl small::before {
	background-color: #2ca3b9
}
.recruitment .education__box02:nth-child(3) {
	padding: 0 0 0 48px;
	border-left: 1px solid #ddd
}
@media screen and (max-width:1024px) {
	.recruitment .education__box02:nth-child(3) {
		padding: 0 0 0 1.9512195122vw
	}
}
@media screen and (max-width:767px) {
	.recruitment .education__box02:nth-child(3) {
		padding: 0;
		border-left: none
	}
}
.recruitment .education__box02:nth-child(3) .ttl {
	color: #4a71a2
}
.recruitment .education__box02:nth-child(3) .ttl small::before {
	background-color: #4a71a2
}
.recruitment .education__box02 img {
	width: 100%
}
.recruitment .education__list {
	display: flex;
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}
@media screen and (max-width:767px) {
	.recruitment .education__list {
		display: block;
		padding: 10.6666666667vw 0;
		margin-top: 12vw
	}
}
.recruitment .education__list dt {
	font-size: 2.2rem;
	font-weight: 500;
	width: 240px
}
@media screen and (max-width:767px) {
	.recruitment .education__list dt {
		font-size: 5.3333333333vw;
		width: 100%
	}
}
.recruitment .education__list dd {
	flex: 1;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em
}
@media screen and (max-width:767px) {
	.recruitment .education__list dd {
		margin-top: 4vw;
		font-size: 3.7333333333vw
	}
}
.recruitment .faq {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:767px) {
	.recruitment .faq {
		margin: 0
	}
}
.recruitment .faq::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	width: 100%;
	height: 1px;
	background-color: #3b495d
}
@media screen and (max-width:767px) {
	.recruitment .faq::before {
		width: 100%
	}
}
.recruitment .faq__ttl {
	font-size: 3.6rem;
	font-weight: 500
}
@media screen and (max-width:767px) {
	.recruitment .faq__ttl {
		font-size: 7.4666666667vw
	}
}
.recruitment .faq__box {
	max-width: 1200px
}
@media screen and (max-width:767px) {
	.recruitment .faq__box {
		padding-right: 0
	}
}
.recruitment .faq__box+.faq__box {
	margin-top: 40px
}
@media screen and (max-width:767px) {
	.recruitment .faq__box+.faq__box {
		margin-top: 5.3333333333vw
	}
}
.recruitment .faq__box .question {
	font-size: 2rem;
	font-weight: 500;
	line-height: 180%
}
@media screen and (max-width:767px) {
	.recruitment .faq__box .question {
		font-size: 1.6rem;
	}
}
.recruitment .faq__box .question a {
	position: relative;
	display: block;
	padding: 20px 100px 20px 100px;
	color: #152e44;
	background-color: #e8f7f5
}
@media screen and (max-width:767px) {
	.recruitment .faq__box .question a {
		padding: 3.4666666667vw 18.6666666667vw 3.4666666667vw 17.6vw
	}
}
@media print,
screen and (min-width:768px) {
	.is-view-pc .recruitment .faq__box .question a:hover {
		opacity: .7
	}
}
.num-q {
	color: #fff;
	position: absolute;
	top: 2rem;
	left: 2.75rem;
	align-items: center;
	justify-content: center;
	font-size: 6.6rem;
	font-weight: 500;
    font-family: "HelveticaNeue-boldItalic","Noto Sans JP","Arial",sans-serif;
    font-style: italic;
}
@media screen and (max-width:767px) {
	.num-q {
		vertical-align: top;
		top: 1.25rem;
		left: 1.75rem;
		font-size: 12vw;
	}
}
.num-a {
	color: #fff;
	position: absolute;
	top: 2rem;
	left: 3rem;
	align-items: center;
	justify-content: center;
	font-size: 6.6rem;
	font-weight: 500;
    font-family: "HelveticaNeue-boldItalic","Noto Sans JP","Arial",sans-serif;
    font-style: italic;
}
@media screen and (max-width:767px) {
	.num-a {
		vertical-align: top;
		top: 1.25rem;
		left: 2rem;
		font-size: 12vw
	}
}
.recruitment .faq__box .question a .ico {
	position: absolute;
	bottom: 50%;
	right: 2.5rem;
	transform: translateY(50%);
	display: block;
	width: 40px;
	height: 40px;
}
@media screen and (max-width:767px) {
	.recruitment .faq__box .question a .ico {
		right: 4vw;
		width: 8.5333333333vw;
		height: 8.5333333333vw
	}
}
.recruitment .faq__box .question a .ico::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	width: 20px;
	height: 1px;
	background-color: #152e44
}
@media screen and (max-width:767px) {
	.recruitment .faq__box .question a .ico::before {
		width: 4vw
	}
}
.recruitment .faq__box .question a .ico::after {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%) rotate(90deg);
	width: 20px;
	height: 1px;
	background-color: #152e44
}
@media screen and (max-width:767px) {
	.recruitment .faq__box .question a .ico::after {
		width: 4vw
	}
}
.recruitment .faq__box .question a.is-active .ico::after {
	display: none
}
.recruitment .faq__box .answer {
	position: relative;
	background-color: #f6f6f6;
	padding: 20px 100px 20px 100px;
	display: none
}
@media screen and (max-width:767px) {
	.recruitment .faq__box .answer {
	padding: 3.4666666667vw 8.6666666667vw 3.4666666667vw 17.6vw;
	}
}
.recruitment .faq__box .answer .txt01 {
	color: #333;
	font-size: 1.6rem;
	line-height: 180%
}
@media screen and (max-width:767px) {
	.recruitment .faq__box .answer .txt01 {
		font-size: 1.6rem
	}
}
.recruitment .faq__box .answer .txt02 {
	margin-top: 12px;
	font-size: 1.6rem;
	line-height: 2
}
@media screen and (max-width:767px) {
	.recruitment .faq__box .answer .txt02 {
		margin-top: 2.6666666667vw;
		font-size: 3.7333333333vw
	}
}






.btn_foot {
	display: none;
}

@media screen and (max-width:1024px) {
	.btn_foot {
		position: fixed;
		bottom: 0;
		display: flex;
		width: 100%;
		height: 8%;
		z-index: 300;
		transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
	}
}
.btn_foot li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff
}
.btn_foot li.btnEntry {
	width: 70%;
	position: relative;
	font-size: 1.75rem;
	font-weight: bold;
	padding: 0;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
.btn_foot li.btnEntry span {
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0.25rem 0;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
@media screen and (max-width:1600px) {
	.btn_foot li.btnEntry {
		font-size: 1.75rem
	}
}
@media screen and (max-width:1280px) {
	.btn_foot li.btnEntry {
		font-size: 1.75rem
	}
}
@media screen and (max-width:1024px) {
	.btn_foot li.btnEntry {
		font-size: 1.75rem
	}
	.btn_foot li.btnEntry span {
		font-size: 2rem;
		padding: 0;
	}
}
@media screen and (max-width:767px) {
	.btn_foot li.btnEntry {
		font-size: 1.5rem
	}
	.btn_foot li.btnEntry span {
		font-size: 1.75rem;
	}
}
.btn_foot li.btnEntry>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #46a0a8;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-align: center;
	line-height: 140%;
}
@media print,
screen and (min-width:768px) {
	.btn_foot li.btnEntry>a:hover {
		background-color: #61b0b7
	}
}
.btn_foot li.btnEntry>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #1c2c43;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.btn_foot li.btnEntry>span:hover {
		background-color: #46a0a8
	}
}
.btn_foot li.btnEntry2 {
	width: 30%;
	position: relative;
	font-size: 1.75rem;
	font-weight: bold;
	padding: 0;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
.btn_foot li.btnEntry2 span {
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0.25rem 0;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
@media screen and (max-width:1600px) {
	.btn_foot li.btnEntry2 {
		font-size: 2rem
	}
}
@media screen and (max-width:1280px) {
	.btn_foot li.btnEntry2 {
		font-size: 1.75rem
	}
}
@media screen and (max-width:1024px) {
	.btn_foot li.btnEntry2 {
		font-size: 1.75rem
	}
	.btn_foot li.btnEntry2 span {
		font-size: 2rem;
		padding: 0;
	}
}
@media screen and (max-width:767px) {
	.btn_foot li.btnEntry2 {
		font-size: 1.5rem
	}
	.btn_foot li.btnEntry2 span {
		font-size: 1.75rem;
	}
}
.btn_foot li.btnEntry2>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #1c2c43;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-align: center;
	line-height: 140%;
}
@media print,
screen and (min-width:768px) {
	.btn_foot li.btnEntry2>a:hover {
		background-color: #3d4f69
	}
}
.btn_foot li.btnEntry2>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #1c2c43;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.btn_foot li.btnEntry2>span:hover {
		background-color: #3d4f69
	}
}



.btn_foot_2 {
	position: fixed;
	z-index: 9999;
	transition: opacity .25s ease, transform .25s ease;
	position: fixed;
	bottom: 0;
	display: flex;
	width: 100%;
	height: 10%;
	z-index: 300;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn_foot_2.is-hidden {
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
}
@media screen and (max-width:1024px) {
	.btn_foot_2 {
	}
}
.btn_foot_2 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff
}
.btn_foot_2 li.btnEntry_zone {
	width: 100%;
	position: relative;
	font-size: 1.75rem;
	font-weight: bold;
	padding: 0;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
.btn_foot_2 li.btnEntry_zone span {
	font-size: 2rem;
	font-weight: bold;
	font-family: "HelveticaNeue-bold", "Arial", "Noto Sans JP", sans-serif;
}
@media screen and (max-width:1600px) {
	.btn_foot_2 li.btnEntry_zone {
		font-size: 2rem
	}
}
@media screen and (max-width:1280px) {
	.btn_foot_2 li.btnEntry_zone {
		font-size: 1.75rem
	}
}
@media screen and (max-width:1024px) {
	.btn_foot_2 li.btnEntry_zone {
		font-size: 1.75rem
	}
	.btn_foot_2 li.btnEntry_zone span {
		font-size: 2rem;
		padding: 0;
	}
}
@media screen and (max-width:767px) {
	.btn_foot_2 li.btnEntry_zone {
		font-size: 1.5rem
	}
	.btn_foot_2 li.btnEntry_zone span {
		font-size: 1.75rem;
	}
}
.btn_foot_2 li.btnEntry_zone>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #f20a4c;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-align: center;
	line-height: 140%;
}
@media print,
screen and (min-width:768px) {
	.btn_foot_2 li.btnEntry_zone>a:hover {
		background-color: #f04c76
	}
}
.btn_foot_2 li.btnEntry_zone>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #1c2c43;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
@media print,
screen and (min-width:768px) {
	.btn_foot_2 li.btnEntry_zone>span:hover {
		background-color: #3d4f69
	}
}