@charset "utf-8";

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

html {
	overflow-y: scroll;
	margin-top: 0 !important;
}

blockquote,
q {
	quotes: none;
}

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

a,
input {
	/* outline: none; */
}

input,
textarea {
	margin: 0;
	padding: 0;
}

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

fieldset,
img {
	border: 0;
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

textarea {
	font-size: 100%;
}

caption,
th {
	text-align: left;
}

*:focus {
	/* outline: none; */
}

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


/* Header
------------------------------------------------*/
#head__container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	z-index: 99999;
	transition: all .5s ease-in-out;
	background: #fff;
	box-shadow: 7px 7px 10px rgba(0, 0, 0, .1);
}

#head__container.fixed {
	position: fixed;
	height: 55px;
	border-bottom: 1px solid rgba(0, 170, 170, .16);
}

#head__inner {
	padding: 0 0 0 17px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

#headerLogo01 {
    width: 191px;
    height: auto;
    padding: 18px 0 0 0;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

#head__container.fixed #headerLogo01 {
    padding-top: 13px;
}

#head__container #headerLogo01 a {
	display: block;
}

#head__container #headerLogo01 a img {
	display: block;
}

#headerNav01 {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 0 auto;
}

#head__inner #headerNav01 #navGlobal {
	display: flex;
	justify-content: center;
	padding: 0;
	transition: all .5s;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#head__inner #headerNav01 #navGlobal>ul:nth-child(1) {
	margin: 24px 40px 0 0;
	transition: all .5s;
}

#head__container.fixed #head__inner #headerNav01 #navGlobal>ul:nth-child(1) {
	margin: 21px 40px 0 0;
}

#head__inner #headerNav01 #navGlobal>ul>li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .084em;
	padding-left: 11px;
	transition: all .5s;
	position: relative;
}

#head__inner #headerNav01 #navGlobal>ul>li>a {
	display: block;
	position: relative;
}

#head__inner #headerNav01 #navGlobal>ul>li:nth-child(6)>a,
#head__inner #headerNav01 #navGlobal>ul>li:nth-child(7)>a {
	color: #00aaaa;
	font-weight: 500;
}

#head__inner #headerNav01 #navGlobal>ul>li>a:hover {
	opacity: .5 !important;
}

#head__inner #headerNav01 #navGlobal>ul>li:not(.drop)>a:hover {
	opacity: 1;
	text-decoration: underline;
}

#head__inner #headerNav01 #navGlobal>ul>li.drop>a:hover {
	opacity: 1;
}

#head__inner #headerNav01 #navGlobal>ul>li.drop.drop_active>a {
	color: #00aaaa;
}

#head__inner #headerNav01 #navGlobal>ul>li.drop>a {
	position: relative;
	padding-bottom: 0;
	/* outline: none; */
}

#head__inner #headerNav01 #navGlobal>ul>li.drop>a:focus {
	/* outline: none; */
}

#head__inner #headerNav01 #navGlobal>ul>li>.menu {
	display: none;
	/* display: block !important; */
	position: absolute;
	top: 34px;
	right: 0;
	width: 276px;
	min-height: 83px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	z-index: 100;
	background: #fff;
	border-radius: 0 0 20px 20px;
	border: 1px solid rgba(0, 170, 170, .16);
	z-index: 0;
}

#head__inner #headerNav01 #navGlobal>ul>li.li01>.menu {
	/* display: block !important; */
}

#head__inner #headerNav01 #navGlobal>ul>li.li01>.menu {
	left: -7px;
	/* display: block !important; */
}

#head__inner #headerNav01 #navGlobal>ul>li.li02>.menu {
	left: -1px;
	/* display: block !important; */
}

#head__inner #headerNav01 #navGlobal>ul>li.li03>.menu {
	left: 0;
	/* display: block !important; */
}

#head__inner #headerNav01 #navGlobal>ul>li.li04>.menu {
	left: 0;
}

#head__inner #headerNav01 #navGlobal>ul>li.li05>.menu {
	left: 11px;
}

#head__inner #headerNav01 #navGlobal>ul>li.li06>.menu {
	left: 11px;
}

#head__inner #headerNav01 #navGlobal>ul>li.li07>.menu {
	left: 11px;
}

#head__container.fixed #head__inner #headerNav01 #navGlobal>ul>li>.menu {
	top: 27px;
}

.menu_inner {
	display: flex;
	padding: 24px 26px 25px;
	max-width: 276px;
	margin: 0 auto;
	box-sizing: border-box;
}

.menu_drop-ul {
	width: 100%;
	box-sizing: border-box;
}

.menu_drop-ul>li+li {
	padding-top: 7px;
}

.menu_drop-ul>li:not(.acc)+li:not(.acc) {
	padding-top: 0;
}

.menu_drop-ul>li>a {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.4;
	display: block;
	position: relative;
	padding: 6px 0 3px;
	cursor: pointer;
}

.menu_drop-ul>li>a:not(.no-link) {
	display: inline-block;
	padding-left: 1em;
}

.menu_drop-ul>li>a:not(.no-link)::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	background: #00aaaa;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 13px;
}

.menu_drop-ul>li.acc {
	position: relative;
}

.menu_drop-ul>li.acc>a {
	/* outline: none; */
}

.menu_drop-ul>li.acc>a+.acc-btn {
	padding: 12px;
	position: absolute;
	right: -6px;
	top: 3px;
	width: fit-content;
	height: fit-content;
	cursor: pointer;

	pointer-events: none;
}

.menu_drop-ul>li.acc>a .acc-btn:before,
.menu_drop-ul>li.acc>a .acc-btn:after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background-color: #00aaaa;
	transition: all 0.5s;
	position: absolute;
	right: 5px;
	top: 7px;
	cursor: pointer;
}

.menu_drop-ul>li.acc>a+.acc-btn:before,
.menu_drop-ul>li.acc>a+.acc-btn:after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background-color: #00aaaa;
	transition: all 0.5s;
	position: absolute;
	right: 11px;
	top: 4px;
	cursor: pointer;
}

.menu_drop-ul>li.acc>a:not(.no-link) .acc-btn:before,
.menu_drop-ul>li.acc>a:not(.no-link) .acc-btn:after {
	right: -50px;
}

.menu_drop-ul>li.acc>a .acc-btn:after,
.menu_drop-ul>li.acc>a+.acc-btn:after {
	transform: rotate(90deg);
}

.menu_drop-ul>li.acc>a.drop_open .acc-btn:before,
.menu_drop-ul>li.acc>a.drop_open+.acc-btn:before {
	transform: rotate(90deg);
}

.menu_drop-ul>li.acc>a:hover {
	opacity: 1;
}


.acc-contents {
	display: none;
	/* display: block !important; */
}

.menu_drop-ul-ul>li>a {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	padding: 2px 2px 2px 2em;
}

.menu_drop-ul-ul>li>a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	background: #00aaaa;
	border-radius: 50%;
	position: absolute;
	left: 1em;
	top: 8.5px;
}

.menu_drop-ul>li>a:not(.no-link):hover,
.menu_drop-ul-ul>li>a:hover {
	text-decoration: underline;
	color: #00aaaa;
}

.menu_drop-ul-ul-ul>li>a {
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	padding: 2px 2px 2px 2.9em;
}

.menu_drop-ul-ul-ul>li>a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 2px;
	box-sizing: border-box;
	background: #00aaaa;
	position: absolute;
	left: 2.1em;
	top: 10px;
}


.button-reserve {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg, rgba(0, 128, 128, 1) 0%, rgba(0, 170, 170, 1) 100%);
	width: 108px;
	height: 64px;
	box-sizing: border-box;
	transition: all .5s;
	position: absolute;
	top: 0;
	right: 0;

	z-index: 1;
}

#head__container.fixed .button-reserve {
	height: 55px;
}

.button-reserve:hover {
	opacity: .7;
}

.button-reserve_txt {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 28px 4px 0 0;
}

#head__container.fixed .button-reserve_txt {
	padding: 25px 4px 0 0;
}

.button-reserve_txt::before {
	content: '';
	display: inline-block;
	width: 19.9px;
	height: 18.3px;
	opacity: .5;
	background: url(../img/common/icn_monitor_white.svg) no-repeat center / cover;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 4px;
}

.button-reserve_txt::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	border-left: 7px solid rgba(255, 255, 255, .5);
	border-right: 0;
	position: absolute;
	top: 36px;
	right: -7px;
	transition: all .5s;
}

#head__container.fixed .button-reserve_txt::after {
	top: 33px;
}

.button-reserve:hover .button-reserve_txt::after {
	transform: translateX(3px);
}


.button-recepttime,
.button-recepttime:link,
.button-recepttime:visited,
.button-access,
.button-access:link,
.button-access:visited {
	display: block;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: .1em;
	transition: all .5s;
	position: absolute;
	padding-top: 26px;
	margin-top: 13px;
	white-space: nowrap;
}

.button-recepttime {
	right: 100px;
}

.button-access {
	right: 180px;
}

#head__container.fixed .button-recepttime,
#head__container.fixed .button-access {
	margin-top: 10px;
	padding-top: 21px;
}

.button-recepttime {
	margin-left: 12px;
	margin-right: 18px;
}

.button-recepttime:hover,
.button-access:hover {
	transform: scale(1.1);
}

.button-recepttime::before,
.button-access::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.button-recepttime::before {
	background: url(../img/common/icn_time_green.svg) no-repeat center / contain;
	width: 16.9px;
	height: 17.2px;
	top: 0;
}

.button-access::before {
	background: url(../img/common/icn_mappin_green.svg) no-repeat center / contain;
	width: 20px;
	height: 21px;
	top: -1px;
}


.button-recruit,
.button-recruit:link,
.button-recruit:visited {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #00aaaa;
	background: #fff;
	color: #00aaaa;
	transition: all .5s;
	border-radius: 40px;
	width: 104px;
	height: 28px;
	box-sizing: border-box;
	margin: 23px 20px 0 0;
}

#head__container.fixed .button-recruit,
#head__container.fixed .button-recruit:link,
#head__container.fixed .button-recruit:visited {
	margin: 12px 10px 0 0;
}

.button-recruit:hover {
	background: #00aaaa;
	color: #fff;
	opacity: 1;
}

header .nav02 .txt_occ {
	width: 40px;
	position: fixed;
	right: 18px;
	bottom: 26px;
	opacity: .3;
}

body:not(.is-mobile) header .nav02 .txt_occ {
	right: 35px;
}


@media screen and (max-width: 1199px) {
	#head__inner {
		padding: 0 0 0 20px;
	}

	#headerLogo01 {
        height: auto;
        width: 180px;
	}

	#head__inner #headerNav01 #navGlobal>ul>li {
		padding-left: 7px;
		letter-spacing: 0;
	}

	#head__inner #headerNav01 #navGlobal>ul:nth-child(1),
	#head__container.fixed #head__inner #headerNav01 #navGlobal>ul:nth-child(1) {
		margin-right: 10px;
	}

	#head__container.fixed #head__inner #headerNav01 #navGlobal>ul>li>.menu {
		top: 26px;
	}

	.button-recepttime {
		right: 80px;
	}

	.button-recepttime,
	#head__container.fixed .button-recepttime {
		margin-left: 10px;
		margin-right: 10px;
	}

	.button-access {
		right: 139px;
	}

	.button-reserve,
	#head__container.fixed .button-reserve {
		width: 83px;
	}

	.button-reserve_txt,
	#head__container.fixed .button-reserve_txt {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}

	.button-reserve_txt::after {
		top: 34px;
	}

	#head__container.fixed .button-reserve_txt::after {
		top: 31px;
	}

}


@media screen and (max-width: 1099px) {
	#head__inner {
		padding: 0 0 0 10px;
	}

	#headerLogo01 {
		width: 140px;
	}

	#head__container.fixed #headerLogo01 {
		padding-top: 18px;
	}

	#head__inner #headerNav01 #navGlobal>ul>li {
		font-size: 1.1rem;
	}

	#head__inner #headerNav01 #navGlobal>ul>li>.menu {
		top: 37px;
	}

	#head__inner #headerNav01 #navGlobal>ul:nth-child(1) {
		margin-top: 21px;
	}

	#head__inner #headerNav01 #navGlobal>ul:nth-child(1) {
		margin: 20px 10px 0 0;
	}

	.menu_drop-ul>li>a {
		font-size: 1.2rem;
		padding-left: 10px;
	}

	.menu_drop-ul>li>a::before {
		top: 6.5px;
	}

	.button-recruit,
	.button-recruit:link,
	.button-recruit:visited {
		font-size: 1.0rem;
		width: 65px;
		margin: 15px 10px 0 0;
	}

	.button-recepttime,
	.button-recepttime:link,
	.button-recepttime:visited,
	.button-access,
	.button-access:link,
	.button-access:visited {
		font-size: 1.0rem;
	}
}


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

	#head__inner #headerNav01 #navGlobal>ul:nth-child(1),
	#head__container.fixed #head__inner #headerNav01 #navGlobal>ul:nth-child(1) {
		margin: 20px 30px 0 60px;
	}

	#head__container.fixed #head__inner #headerNav01 #navGlobal>ul>li>.menu {
		top: 27px;
	}
}


@media screen and (max-width: 812px) {
	#head__inner #headerNav01 #navGlobal>ul>li.li06>.menu {
		top: 27px;
		left: 5px;
	}

	#head__container.fixed #head__inner #headerNav01 #navGlobal>ul>li.li06>.menu {
		top: 22px;
	}

}


@media screen and (max-width: 767px) {
	#head__inner {
		padding: 0 10px;
	}

	#head__container.open,
	#head__container.fixed.open {
		background: #fff;
	}

	#headerLogo01,
	#head__container.fixed #headerLogo01 {
        width: 165px;
        padding: 13px 10px 0 0;
	}

	#head__inner #headerNav01 #navUtility #headerUtilityLang a {
		font-size: 1.4rem;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#head__inner #headerNav01 #navGlobal>ul>li>a,
	#head__inner #headerNav01 #navGlobal>ul>li>span.close-btn,
	#head__inner #headerNav01 #navGlobal>ul>li>.menu>dl>dt a,
	#head__inner #headerNav01 #navGlobal>ul>li>.menu>dl>dt span,
	#head__inner #headerNav01 #navGlobal>ul>li>.menu>dl>dd>ul>li a {
		font-size: 1.3rem;
	}

	#head__inner #headerNav01 #navGlobal {
		max-height: calc(100vh - 40px);
		overflow: auto;
	}

	#head__container,
	#head__container.fixed {
		background-color: rgba(255, 255, 255, .7);
		height: 55px;
		opacity: 1;
		box-shadow: none;
	}

	header .nav02 .toggle_content {
		display: none;
		margin-bottom: 50px;
		position: fixed;
		width: 100%;
		left: auto;
		right: 0px;
		border: none;
		z-index: 1001;
		top: 0;
		overflow-y: scroll;
		box-sizing: border-box;
		height: 100%;
		padding: 0 28px 0;
		background: rgba(0, 170, 170, .95);
	}

	header .nav02 .toggle_content a:focus,
	header .nav02 .toggle_content button:focus {
		outline: 2px solid #fff;
	}

	header .nav02 .toggle_content a:focus:not(.focus-visible),
	header .nav02 .toggle_content button:focus:not(.focus-visible) {
		outline: none;
	}

	header .nav02 .toggle_content>ul {
		margin-top: 45px;
	}

	header .nav02>ul>li:nth-child(1) {
		margin-top: 45px;
	}

	header .nav02 li {
		margin-right: 0;
		display: block;
		position: relative;
	}

	header .nav02 li#closeBtn::after,
	header .nav02 li.accordion::after {
		display: none;
	}

	header .nav02 li.accordion {
		padding: 15.5px 12px;
	}

	header .nav02 li .acordion_txt {
		display: block;
		font-weight: 500;
		padding: 16px 12px;
		text-decoration: none !important;
		font-size: 1.85rem;
		line-height: 1.4;
		color: #fff;
		letter-spacing: .12em;
		position: relative;
	}

	header .nav02 li .acordion_txt:focus {
		outline: 2px solid #fff;
	}

	header .nav02 li .acordion_txt:focus:not(.focus-visible) {
		outline: none;
	}

	header .nav02 li.accordion .acordion_txt {
		padding: 0;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

	header .nav02 li.accordion .acordion_txt::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 8px solid #fff;
		border-bottom: 0;
		position: absolute;
		top: calc(50% - 3px);
		right: -17px;
		transition: all .5s;
		opacity: .8;
		/* 3D トランスフォームのための追加 */
		transform-style: preserve-3d;
		/* 子要素が 3D 空間でレンダリングされるように指定 */
		perspective: 100px;
		/* 3D 効果の強さを調整 */
	}

	header .nav02 li.accordion.active .acordion_txt::after {
		transform: rotateX(180deg);
		/* X 軸を中心にして 180 度回転 */
	}

	header .nav02 li ul li a {
		font-size: 15px;
		font-weight: 400;
		padding: 5px 0;
		color: #fff;
		letter-spacing: .1em;
		display: block;
	}

	header .nav02 li a.window::after,
	header .nav02 li ul li a.window::after {
		content: '';
		display: inline-block;
		width: 13px;
		height: 11.6px;
		background: url(/common/img/common/icn_window_white.svg) no-repeat center / cover;
		margin-left: 9px;
		position: relative;
		top: 1px;
		transition: all .5s ease-in-out;
	}

	header .nav02 li a.no_link {
		pointer-events: none;
	}

	header .nav01 li a:hover,
	header .nav02 li a:hover {
		opacity: 1;
		color: #fff;
	}

	header .nav02 li.li11 a.btn_jp::before,
	header .nav02 li.li11 a.btn_en::before {
		display: inline-block;
		box-sizing: border-box;
		width: 40px;
		height: 40px;
		padding-top: 8px;
		font-size: 107%;
		border-radius: 50%;
		border: 1px solid #3ad5c1;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	header .nav02 li.li11 a.btn_jp::before {
		content: "JP";
		color: #fff;
		background-color: #3ad5c1;
		padding-left: 5px;
	}

	header .nav02 li.li11 a.btn_en::before {
		content: "EN";
		color: #3ad5c1;
		background-color: #fff;
	}

	header .nav02 li ul li+li {
		border-top: none;
	}

	header .nav02 ul li ul {
		display: none;
		margin: 7px 0 0 15px;
	}

	header .nav02 ul li ul a::before {
		display: inline-block;
		content: "";
		width: 8.5px;
		height: 8.5px;
		background: #fff;
		border-radius: 50%;
		margin: 0 0.5em 0 0;
		position: relative;
		top: -.1em;
	}

	header .nav02 li ul li.sp-acc {
		position: relative;
		display: block;
	}

	header .nav02 li ul li.sp-acc.sp-acc-link-parent {
		/* display: inline-block; */
	}

	header .nav02 li ul li.sp-acc+li.sp-acc {
		/* margin-top: 15px; */
	}

	header .nav02 li ul li.sp-acc>a {
		position: relative;
		display: inline-block;
	}

	header .nav02 li ul li.sp-acc>a.no-link::before {
		display: none;
	}

	header .nav02 li ul li.sp-acc>a.no-link::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 8px solid #fff;
		border-bottom: 0;
		position: absolute;
		top: 13px;
		right: -17px;
		transition: all .5s;
		opacity: .8;
		transform-style: preserve-3d;
		perspective: 100px;
	}

	header .nav02 li ul li.sp-acc.active>a.no-link::after {
		transform: rotateX(180deg);
	}

	header .nav02 li ul li.sp-acc>a:not(.no-link)+.sp-acc-btn::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 8px solid #fff;
		border-bottom: 0;
		position: absolute;
		top: 13px;
		right: -19px;
		transition: all .5s;
		opacity: .8;
		transform-style: preserve-3d;
		perspective: 100px;
		cursor: pointer;
	}

	header .nav02 li ul li.sp-acc.active>a:not(.no-link)+.sp-acc-btn::after {
		transform: rotateX(180deg);
	}

	header .nav02 li ul li.sp-acc .sp-acc-contents {
		display: none;
		/* display: block !important; */
	}

	header .nav02 li ul li.sp-acc .sp-acc-ul-ul {
		display: block;
		margin-top: 0px;
	}

	header .nav02 li ul li.sp-acc .sp-acc-ul-ul>li+li {
		margin-top: 4px;
	}

	header .nav02 li ul li.sp-acc .sp-acc-ul-ul>li>a {
		font-size: 1.3rem;
		font-weight: 400;
		letter-spacing: 0.12em;
		line-height: 1.4;
		display: inline-block;
		position: relative;
		padding: 2px 2px 2px 1em;
	}

	header .nav02 li ul li.sp-acc .sp-acc-ul-ul>li>a::before {
		content: '';
		display: inline-block;
		width: 7px;
		height: 7px;
		box-sizing: border-box;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 8px;
	}

	header .nav02 ul li ul li ul {
		display: block;
	}

	header .nav02 ul li ul li ul>li>a {
		font-size: 1.2rem;
		padding: 2px 2px 2px 0em;
	}

	header .nav02 ul li ul li ul>li>a::before {
		display: inline-block;
		content: "";
		width: 7.5px;
		height: 1px;
		background: #fff;
		border-radius: inherit;
		margin: 0 0.5em 0 0;
		position: relative;
		top: -4px;
	}

	#fixedArea {
		position: fixed;
		background-color: #fff;
	}

	.drawerBg {
		background: #000;
		opacity: 0.9;
		position: fixed;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 1002;
	}

	#toggle {
		display: block;
		float: right;
		width: 53px;
		height: 53px;
		top: 0;
		right: 0;
		position: absolute;
		z-index: 10001;
		margin-right: 0;
		cursor: pointer;
	}

	#toggle a {
		display: block;
		width: 53px;
		height: 53px;
	}

	.line1,
	.line2,
	.line3 {
		width: 28px;
		height: 2px;
		background: #00aaaa;
		border-radius: 5px;
		position: absolute;
		left: 15px;
		transition: all 0.3s ease-out;
	}

	.line1 {
		top: 23px;
	}

	.line2 {
		top: 31px;
	}

	.line3 {
		top: 30px;
		display: none;
	}

	.lineclick1,
	.lineclick2,
	.lineclick3 {
		background-color: #fff;
	}

	.lineclick1 {
		top: 24px;
		left: 11px;
		transform: translateY(7px) rotate(45deg);
	}

	.lineclick2 {
		top: 38px;
		left: 11px;
		transform: translateY(-7px) rotate(-45deg);
	}

	.lineclick3 {
		display: none;
	}

	#closeBtn a {
		display: block;
		color: #fff;
		text-align: center;
		font-size: 10px;
		padding: 22px 0 30px 0;
		margin: 0 auto;
	}

	#closeBtn a .batsu {
		display: block;
		position: relative;
		text-align: center;
		margin: 0 auto;
		width: 20px;
		height: 20px;
		box-sizing: border-box;
	}

	#closeBtn .closeBtn_txt {
		text-align: center;
		display: block;
		justify-content: center;
		width: 100%;
		box-sizing: border-box;
		margin: 3px auto 0;
	}

	#closeBtn a .batsu::before,
	#closeBtn a .batsu::after {
		display: block;
		content: "";
		width: 20px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 9px;
		left: 0;
	}

	#closeBtn a .batsu::before {
		transform: rotate(-45deg);
	}

	#closeBtn a .batsu::after {
		transform: rotate(45deg);
	}

	.navBg {
		display: none;
		background: rgb(0, 0, 0);
		opacity: 0.9;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 2;
	}

	.button-reserve,
	#head__container.fixed .nav02>.button-reserve {
		width: 117px;
		height: 36px;
		border-radius: 60px;
		margin: 10px 41px 0 0;
		background: linear-gradient(0deg, rgba(1, 118, 116, 1) 0%, rgba(35, 169, 160, 1) 60%), rgba(35, 169, 160, 1) 100%;
	}

	.button-reserve:hover {
		opacity: 1;
	}

	header .nav02 ul>li .button-reserve,
	#head__container.fixed .nav02 ul>li .button-reserve {
		width: 201px;
		height: 62px;
		margin: 49px 44px 0 0;
		background: #fff;
		border: 2px solid #fff;
		position: static;
	}

	.button-reserve_txt,
	#head__container.fixed .button-reserve_txt {
		font-size: 1.1rem;
		letter-spacing: 0.2em;
		padding: 0 13px 0 25px;
		top: -0.1em;
		right: -0.2em;
	}

	header .nav02 ul>li .button-reserve_txt,
	#head__container.fixed .nav02 ul>li .button-reserve_txt {
		font-size: 1.85rem;
		letter-spacing: 0.2em;
		padding: 0 15px 0 36px;
		top: 0;
		right: 0;
		color: #00aaaa;
	}

	.button-reserve_txt::before {
		content: '';
		display: inline-block;
		width: 17px;
		height: 16px;
		background: url(../img/common/icn_monitor_white.svg) no-repeat center / contain;
		position: absolute;
		left: 0;
		right: auto;
		top: calc(50% - 7px);
		opacity: 1;
	}

	header .nav02 ul>li .button-reserve_txt::before {
		content: '';
		display: inline-block;
		width: 24px;
		height: 22px;
		background: url(../img/common/icn_monitor_green.svg) no-repeat center / cover;
		position: absolute;
		left: 0;
		top: calc(50% - 11px);
		opacity: 1;
	}

	.button-reserve_txt::after,
	#head__container.fixed .button-reserve_txt::after {
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 6px solid rgba(255, 255, 255, .5);
		top: calc(50% - 3px);
		right: 0;
	}

	.button-reserve:hover .button-reserve_txt::after {
		right: 0;
	}

	.button-reserve:hover .button-reserve_txt::after {
		transform: translateX(0);
	}

	header .nav02 ul>li .button-reserve_txt::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 4.5px solid transparent;
		border-bottom: 4.5px solid transparent;
		border-left: 9px solid #00aaaa;
		border-right: 0;
		position: absolute;
		top: calc(50% - 4px);
		right: 0;
		transition: all .5s;
	}

	.button-recruit,
	.button-recruit:link,
	.button-recruit:visited,
	#head__container.fixed .button-recruit,
	#head__container.fixed .button-recruit:link,
	#head__container.fixed .button-recruit:visited {
		width: 201px;
		height: 62px;
		margin: 31px 10px 70px 0;
		font-size: 1.85rem;
		letter-spacing: 0.2em;
		background: #00aaaa;
		border: 2px solid #fff;
		color: #fff;
		position: relative;
	}

	.button-recruit_txt {
		position: relative;
		padding: 0 30px 0 26px;
	}

	.button-recruit_txt::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 4.5px solid transparent;
		border-bottom: 4.5px solid transparent;
		border-left: 9px solid #fff;
		border-right: 0;
		position: absolute;
		top: calc(50% - 4px);
		right: 0;
		transition: all .5s;
	}

}


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

	#headerLogo01,
	#head__container.fixed #headerLogo01 {
		width: 126px;
		margin-top: -4px;
	}

	.button-reserve,
	#head__container.fixed .nav02>.button-reserve {
		width: 116px;
	}

}


/* Footer
------------------------------------------------*/
.footer {
	margin: 0 auto;
    padding: 0 0 50px;
    border-radius: 0 20px 0 0;
    overflow: hidden;
    background: rgb(243, 243, 243);
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.footer_inner {
	max-width: 992px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

body.under .footer {
	margin-top: 0;
}

.footer .fooer_inner {
	max-width: 1199px;
	margin: 0 auto;
	padding: 0 60px;
}

.footer .footer_nav01 .column {
	display: flex;
	justify-content: space-between;
}

.footer .footer_nav01 .column .col {
	margin-right: 2%;
}

.footer .footer_nav01 .column .col:last-child {
	margin-right: 0;
}

.footer .footer_nav01 .column .col>ul {
	margin-top: 40px;
}

.footer .footer_nav01 .column .col:last-child>ul>li+li {
	margin: 6px 0 0 0;
}

.footer .footer_nav01 .column .col>ul>li:first-child {
	margin-top: 0;
}

.footer .footer_nav01 .column .col>ul>li>.cate-tit {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.5;
	pointer-events: none;
}

.footer .footer_nav01 .column .col>ul>li>ul {
	margin: 13px 0 0 0;
}

.footer .footer_nav01 .column .col>ul>li>ul>li {
	margin-top: 6px;
}

.footer .footer_nav01 .column .col>ul>li>ul>li:first-child {
	margin-top: 0;
}

.footer .footer_nav01 .column .col>ul>li>ul>li a {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.41;
	display: block;
}

.footer .footer_nav01 .column .col>ul>li>ul>li>ul>li>a {
	position: relative;
	padding-left: 1em;
	text-indent: -0.5em;
	display: inline-block;
}

.footer .footer_nav01 .column .col>ul>li>ul>li>ul>li>a::before {
	content: '-';
	display: inline-block;
	width: 0.5em;
	height: 1em;
	position: relative;
	top: -0.2em;
	left: 0.5em;
}

.footer .footer_nav01 .column .col>ul>li a:hover {
	color: #00aaaa;
}

.footer .footer_nav01 {
	margin-top: 58px;
}

.footer .footer_nav01 .fooer_inner {
	display: flex;
	-ms-flex-pack: justify;
	padding: 0;
}

.footer .footer_nav01 .fooer_inner>* {
	flex: 0 0 auto;
}

.footer .footer_nav01 .footer_logo {
	max-width: 217px;
	min-width: 217px;
}

.footer .footer_nav01 .footer_logo a {
	display: block;
}

.footer_btn-wrap {
	margin: 0 0 0 auto;
	width: fit-content;
}

.footer_btn,
.footer_btn:visited,
.footer_btn:link {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	width: 163px;
	height: 53px;
	padding: 0 3.9em;
	white-space: nowrap;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-radius: 9999px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	position: relative;
	/* outline: none; */
}

.footer_btn.footer_btn_reserve {
	background: linear-gradient(0deg, rgba(0, 117, 115, 1) 0%, rgba(59, 163, 160, 1) 100%);
	color: #fff;
}

.footer_btn.footer_btn_reserve:hover,
.footer_btn.footer_btn_reserve:active {
	/* outline: none; */
	color: #fff;
}

.footer_btn.footer_btn_recruit {
	background: #fff;
	color: #00aaaa;
	border: 1px solid #00aaaa;
}

.footer_btn.footer_btn_recruit:hover,
.footer_btn.footer_btn_recruit:active {
	/* outline: none; */
	opacity: 1;
	color: #fff;
	background: #00aaaa;
}

.footer_btn.footer_btn_recruit::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #00aaaa;
	border-right: 0;
	position: absolute;
	top: calc(50% - 3px);
	right: 22px;
	transition: all .5s;
}

.footer_btn.footer_btn_recruit:hover::after {
	transform: translateX(5px);
	border-left: 8px solid #fff;
}

.footer_btn.footer_btn_reserve .footer_btn_txt {
	position: relative;
	padding-left: 30px;
}

.footer_btn.footer_btn_reserve .footer_btn_txt::before {
	content: '';
	display: inline-block;
	width: 19.9px;
	height: 18.3px;
	opacity: .5;
	background: url(../img/common/icn_monitor_white.svg) no-repeat center / cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.footer_btn+.footer_btn {
	margin-top: 10px;
}

.footer_keepinmind {
	display: flex;
	margin-top: 48px;
}

.footer_keepinmind_txtwrap {
	width: 64%;
	box-sizing: border-box;
	margin-right: 3.7%;
}

.footer_logos_imgwrap {
	width: 57.3%;
	box-sizing: border-box;
}

.footer_keepinmind_tit {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.footer_keepinmind_desc {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.4;
	margin-top: 13px;
}


.footer_icns_ul {
    display: flex;
    justify-content: flex-end;
}

.footer_icns_ul>li {
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_icns_ul>li:nth-child(3) {
    width: 55px;
    position: relative;
    top: -3px;
}

.footer_icns_ul>li+li {
	margin-left: 15px;
}

.footer_icns_ul>li>a{
	display: block;
}

.footer_icns_ul>li>a img {
    vertical-align: baseline;
}


.footer_logos_ul {
	display: flex;
}

.footer_logos_ul li+li {
	margin-left: 10px;
}

.footer_logos_ul li:nth-child(1) {
	width: 62px;
}

.footer_logos_ul li:nth-child(2) {
	width: 62px;
}

.footer_logos_ul li:nth-child(3) {
	width: 83px;
}

.footer_logos_ul li a {
	display: block;
}

.footer_nav02 {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.footer_nav02_right {
    margin-top: 40px;
}

.footer_nav02_ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer_nav02_ul:nth-child(2) li+li {
	margin-left: 20px;
}

.footer_nav02_ul li a {
	text-decoration: underline;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.5;
}

.footer_nav02_ul li a:hover {
	text-decoration: none;
	color: #00aaaa;
}

.footer_nav02 .copyright {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.045em;
    text-align: right;
    margin-top: 10px;
}


@media screen and (max-width: 999px) {
	.footer .footer_nav01 .column {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.footer .footer_nav01 .column .col {
		width: 30%;
		box-sizing: border-box;
		margin-right: 5%;
	}

	.footer .footer_nav01 .column .col:nth-child(3n+3) {
		margin-right: 0;
	}

	.footer_keepinmind {
		margin-top: 55px;
	}

	.footer_keepinmind_txtwrap {
		width: 60%;
		margin-right: 5%;
	}

	.footer_logos_imgwrap {
		width: 40%;
	}
}


@media screen and (max-width: 767px) {
	.footer {
		padding: 37px 0 99px;
		border-radius: 0 15px 0 0;
	}

	.footer_inner {
		padding: 0px 34px;
	}

	.footer .footer_nav01 .footer_logo {
		max-width: 194px;
		min-width: inherit;
		width: calc((388 / 750) * 100vw);
	}

	.footer .footer_nav01 .column {
		margin-top: 32px;
	}

	.footer .footer_nav01 .column .col:nth-child(odd) {
		width: 57%;
		margin-right: 5%;
	}

	.footer .footer_nav01 .column .col:nth-child(even) {
		width: 38%;
		margin-right: 0;
	}

	.footer .footer_nav01 .column .col:nth-child(n+3) {
		margin-top: 33px;
	}

	.footer .footer_nav01 .column .col>ul {
		margin-top: 0;
	}

	.footer .footer_nav01 .column .col>ul>li:nth-child(2) {
		margin-top: 18%;
	}

	.footer .footer_nav01 .column .col>ul>li.no_link {
		font-size: 1.1rem;
	}

	.footer .footer_nav01 .column .col>ul>li a {
		font-size: 1.55rem;
		line-height: 1.48;
	}

	.footer .footer_nav01 .column .col>ul>li a:hover {
		color: inherit;
	}

	.footer .footer_nav01 .column .col>ul>li>ul>li,
	.footer .footer_nav01 .column .col>ul>li>ul>li>ul>li {
		margin: 4px 0 0 0;
	}

	.footer .footer_nav01 .column .col>ul>li>ul>li a {
		font-size: 1.2rem;
		letter-spacing: 0;
		display: inline-block;
	}

	.footer .footer_nav01 .column .col>ul>li a:hover {
		text-decoration: none;
	}

	.footer .footer_nav01 .column .col>ul>li>ul {
		margin: 2px 0 0 0;
	}

	.footer_icns_ul {
		justify-content: center;
	}

	.footer_logos_ul li+li {
		margin-left: 0;
	}

	.footer_logos_ul li:nth-child(1) {
		width: 45.9px;
		margin-right: 5px;
	}

	.footer_logos_ul li:nth-child(2) {
		width: 45.4px;
		margin-right: 5px;
	}

	.footer_logos_ul li:nth-child(3) {
		width: 61px;
	}

	.footer_logos_ul {
		margin-top: 20px;
		justify-content: center;
	}

	.footer .fooer_inner {
		padding: 0 20px;
	}

	.footer .footer_nav01 .fooer_inner {
		padding: 0;
	}

	.footer .footer_nav01 {
		margin-top: 0;
	}

	.footer_btn-wrap {
		margin: 0 auto;
	}

	.footer_btn,
	.footer_btn:visited,
	.footer_btn:link {
		font-size: 1.35rem;
		width: calc((380 / 750) * 100vw);
		height: 55.5px;
		padding: 1.15em 1em;
		margin: 0 auto;
	}

	.footer_btn+.footer_btn {
		margin-top: calc((20 / 750) * 100vw);
	}

	.footer_btn.footer_btn_recruit:hover,
	.footer_btn.footer_btn_recruit:active {
		opacity: 1;
		color: #00aaaa;
		background: #fff;
	}

	.footer_btn.footer_btn_recruit::after {
		top: calc(50% - 4px);
		right: 29px;
	}

	.footer_btn.footer_btn_recruit:hover::after {
		transform: translateX(0);
		border-left: 8px solid #00aaaa;
		right: 29px;
	}

	.footer_keepinmind {
		display: flex;
		margin: 45px -8px 0;
		flex-direction: column-reverse;
	}

	.footer_keepinmind_txtwrap {
		width: auto;
		margin-right: 0;
		margin-top: 38px;
	}

	.footer_keepinmind_tit {
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.footer_keepinmind_desc {
		font-size: 1.15rem;
		letter-spacing: 0em;
		line-height: 1.47;
		margin-top: 9px;
	}

	.footer_nav02 {
		display: block;
		margin: 29px -15px 0;
	}

	.footer_nav02_ul {
        display: block;
	}

	.footer_nav02_ul:nth-child(2) li+li {
		margin-left: 0;
	}

	.footer_nav02_ul li a:hover {
		text-decoration: underline;
		color: #323232;
	}

	.footer_nav02_right {
		margin-top: 22px;
	}

	.footer_nav02 .copyright {
		margin-top: 6px;
		text-align: left;
		font-size: 1.0rem;
	}

	.footer_logos_imgwrap {
		width: auto;
	}

}