@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	color: #323232;
	word-wrap: break-word;
}

a {
	color: inherit;
}

div[id],
section[id] {
	scroll-margin-top: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
}

button:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-align-left {
	text-align: left !important;
}

.text-align-center {
	text-align: center !important;
}

.text-align-right {
	text-align: right !important;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.sp-only-3 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

.pc-only-3 {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.tab-only {
	display: none !important;
}

/* font
-------------------------------*/

.fw-bold {
	font-weight: 700;
}

.fw-med {
	font-weight: 500 !important;
}

.fw-light {
	font-weight: 300;
}

.fz15 {
	font-size: 15px;
}

/* margin / padding
-------------------------------*/

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.p-0 {
	padding: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.p-5 {
	padding: 5px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

.p-45 {
	padding: 45px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.p-50 {
	padding: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

.p-55 {
	padding: 55px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.px-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

.p-65 {
	padding: 65px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.px-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.p-70 {
	padding: 70px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

.p-75 {
	padding: 75px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.px-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

.mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

.p-85 {
	padding: 85px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pr-85 {
	padding-right: 85px !important;
}

.pl-85 {
	padding-left: 85px !important;
}

.px-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.p-90 {
	padding: 90px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

.px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

.mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

.p-95 {
	padding: 95px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pr-95 {
	padding-right: 95px !important;
}

.pl-95 {
	padding-left: 95px !important;
}

.px-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.p-100 {
	padding: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.mt-110 {
	margin-top: 110px !important;
}

.mb-110 {
	margin-bottom: 110px !important;
}

.mr-110 {
	margin-right: 110px !important;
}

.ml-110 {
	margin-left: 110px !important;
}

.mx-110 {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.my-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

.p-110 {
	padding: 110px !important;
}

.pt-110 {
	padding-top: 110px !important;
}

.pb-110 {
	padding-bottom: 110px !important;
}

.pr-110 {
	padding-right: 110px !important;
}

.pl-110 {
	padding-left: 110px !important;
}

.px-110 {
	padding-left: 110px !important;
	padding-right: 110px !important;
}

.py-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

.mt-115 {
	margin-top: 115px !important;
}

.mb-115 {
	margin-bottom: 115px !important;
}

.mr-115 {
	margin-right: 115px !important;
}

.ml-115 {
	margin-left: 115px !important;
}

.mx-115 {
	margin-left: 115px !important;
	margin-right: 115px !important;
}

.my-115 {
	margin-top: 115px !important;
	margin-bottom: 115px !important;
}

.p-115 {
	padding: 115px !important;
}

.pt-115 {
	padding-top: 115px !important;
}

.pb-115 {
	padding-bottom: 115px !important;
}

.pr-115 {
	padding-right: 115px !important;
}

.pl-115 {
	padding-left: 115px !important;
}

.px-115 {
	padding-left: 115px !important;
	padding-right: 115px !important;
}

.py-115 {
	padding-top: 115px !important;
	padding-bottom: 115px !important;
}

.mt-125 {
	margin-top: 125px !important;
}

.mb-125 {
	margin-bottom: 125px !important;
}

.mr-125 {
	margin-right: 125px !important;
}

.ml-125 {
	margin-left: 125px !important;
}

.mx-125 {
	margin-left: 125px !important;
	margin-right: 125px !important;
}

.my-125 {
	margin-top: 125px !important;
	margin-bottom: 125px !important;
}

.p-125 {
	padding: 125px !important;
}

.pt-125 {
	padding-top: 125px !important;
}

.pb-125 {
	padding-bottom: 125px !important;
}

.pr-125 {
	padding-right: 125px !important;
}

.pl-125 {
	padding-left: 125px !important;
}

.px-125 {
	padding-left: 125px !important;
	padding-right: 125px !important;
}

.py-125 {
	padding-top: 125px !important;
	padding-bottom: 125px !important;
}

.mt-135 {
	margin-top: 135px !important;
}

.mb-135 {
	margin-bottom: 135px !important;
}

.mr-135 {
	margin-right: 135px !important;
}

.ml-135 {
	margin-left: 135px !important;
}

.mx-135 {
	margin-left: 135px !important;
	margin-right: 135px !important;
}

.my-135 {
	margin-top: 135px !important;
	margin-bottom: 135px !important;
}

.p-135 {
	padding: 135px !important;
}

.pt-135 {
	padding-top: 135px !important;
}

.pb-135 {
	padding-bottom: 135px !important;
}

.pr-135 {
	padding-right: 135px !important;
}

.pl-135 {
	padding-left: 135px !important;
}

.px-135 {
	padding-left: 135px !important;
	padding-right: 135px !important;
}

.py-135 {
	padding-top: 135px !important;
	padding-bottom: 135px !important;
}

.pd-2col-box {
	padding: 38px 48px 30px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.w-100 {
	width: 100%;
}

.w-80px {
	width: 80px !important;
}


.w-100px {
	width: 100px !important;
}

.w-180px {
	width: 180px !important;
}

/* Layout */

.l-body {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100px;
	background: #ffffff;
	padding: 0 90px 0 42px;
}

.l-navi {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: 2000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-navi[aria-hidden=false] {
	opacity: 1;
	visibility: visible;
}

.l-navi__title {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.l-footer {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 25px 0 0;
}

.l-footer::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 25px;
	display: block;
	background: url(../img/bg_wave.png) repeat-x left 15px top/auto 100%;
	z-index: -1;
}

.l-footer__inner {
	background: #E9F2FC;
	padding: 30px 0 15px;
}

.l-wrapper {
	position: relative;
	max-width: 1080px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

.l-wrapper--sm {
	max-width: 900px;
}

.l-wrapper--lg {
	max-width: 1280px;
}

.l-announce-page {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-x-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.flex-x-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.flex-x-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.flex-x-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.flex-y-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.flex-y-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: space-between !important;
	-ms-flex-align: space-between !important;
	align-items: space-between !important;
}

.flex-y-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.flex-y-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.flex-center-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.flex-start-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.flex-between-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.flex-end-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.grid {
	display: -ms-grid;
	display: grid;
}

.grid-1col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.grid-2col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.grid-2col--zigzag:nth-child(even) {
	direction: rtl;
}

.grid-2col--zigzag:nth-child(even) * {
	direction: initial;
}

.grid-2col--return {
	direction: rtl;
}

.grid-2col--return * {
	direction: initial;
}

.grid-3col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.grid-5col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.grid-reverse {
	direction: rtl;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
	position: relative;
}

.header-logo {
	display: block;
	width: 278px;
	width: clamp(200px, 25%, 278px);
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-top: 7px;
}

.header-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	gap: 0 4vw;
	margin-top: 7px;
}

.header-navi__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-navi__item a:hover {
	color: #0068B5;
}

.select-area{
	width: 172px;
	font-size: 1.4rem;
}


.lang-select {
	position: relative;
	width: 172px;
	font-size: 1.4rem;
	font-weight: 500;
	z-index: 100;
	margin-left: 3.73vw;
}

.lang-select__trg {
	width: 100%;
	background: #E9F2FC;
	padding: 17px 0 17px 38px;
	text-align: left;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lang-select__trg::after {
	content: "";
	display: inline-block;
	width: 12px;
	aspect-ratio: 1/1;
	margin-left: 10px;
	background: url(../img/arrow_down_black.svg) no-repeat center/contain;
}

.lang-select__main {
	position: absolute;
	top: 100%;
	left: 0;
	background: #E9F2FC;
	width: 100%;
	padding-bottom: 10px;
}

.lang-select__item a {
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 38px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.lang-select__item a:hover {
	color: #0068B5;
}

.lang-select__close {
	position: absolute;
	top: 100%;
	right: 0;
	background: url(../img/icon_clear_black.svg) no-repeat center/14px auto;
	width: 30px;
	aspect-ratio: 1/1;
	white-space: nowrap;
	padding: 0;
	text-indent: 100%;
	overflow: hidden;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0;
}

.lang-select__close:focus-visible {
	opacity: 1;
}

.schedule-link {
	position: absolute;
	right: 0;
	bottom: 0;
}
.schedule-link .button-primary{
	font-size: 1.2rem;
	width: 172px;
	background: #227EA5;
	color: #ffffff;
}
.schedule-link .button-primary:before{
	background: #256783;
}
.schedule-link .button-primary:after{
	display: none;
}

@media screen and (max-width: 1260px) {
	.schedule-link .button-primary{
		width: 150px;
	}
}

@media screen and (max-width: 640px) {
	.schedule-link {
		display: none;
	}
}

.menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 90px;
	height: 100px;
	border: none;
	background: #CFE9F8;
	color: #0068B5;
	padding: 13px 0 0;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 500;
	z-index: 2000;
}

.menu-btn__border {
	position: relative;
	width: 31px;
	height: 19px;
	margin-bottom: 11px;
}

.menu-btn__border span {
	position: absolute;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0068B5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.menu-btn__border span:first-child {
	top: 0;
}

.menu-btn__border span:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.menu-btn__border span:nth-child(3) {
	bottom: 0;
	width: 17px;
}

.menu-btn--open {
	position: fixed;
	top: 0;
	right: 0;
}

.menu-btn:not(.is-opend):hover .menu-btn__border span:nth-child(1) {
	-webkit-animation: menuanim01 1.6s ease 0s forwards;
	animation: menuanim01 1.6s ease 0s forwards;
}

.menu-btn:not(.is-opend):hover .menu-btn__border span:nth-child(2) {
	-webkit-animation: menuanim01 1.6s ease 0.6s forwards;
	animation: menuanim01 1.6s ease 0.6s forwards;
}

.menu-btn:not(.is-opend):hover .menu-btn__border span:nth-child(3) {
	-webkit-animation: menuanim03 1.6s ease 0.3s forwards;
	animation: menuanim03 1.6s ease 0.3s forwards;
}

.menu-btn.is-opend .menu-btn__border span {
	right: 5px;
}

.menu-btn.is-opend .menu-btn__border span:first-child {
	top: -2px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.menu-btn.is-opend .menu-btn__border span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-opend .menu-btn__border span:nth-child(3) {
	bottom: -2px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 100%;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
}

.global-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #E9F2FC;
	width: 100%;
	height: 100%;
	padding: 0 130px 0 40px;
	overflow-y: auto;
	font-size: clamp(1.45rem, 1.90476vh, 1.8rem);
}

.global-navi__inner {
	width: 100%;
	min-width: 0;
}

.global-navi__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: clamp(3.3vh, 3.3vh, 30px) 0;
}

.global-navi__head__contents {
	width: calc(100% - 280px - 5.5%);
	margin-left: 5.5%;
	max-width: 780px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.global-navi__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 25px;
}

.global-navi__menu-1 {
	width: 100%;
}

.global-navi__menu-2 {
	width: 17.5em;
	max-width: 26%;
	margin-right: 5.5%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.global-navi__buttons {
	margin-left: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.global-navi__banners {
	padding-top: 2.15vh;
}

.global-navi__bnr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.global-navi__bnr:hover {
	opacity: 0.6;
}

.global-menu {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.global-menu--multi-column {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 3.375em 5.8%;
}

.global-menu--bd-bottom {
	border-bottom: 1px solid #97C0C9;
	padding-bottom: 1.25em;
}

.global-menu__item {
	border-top: 1px solid #97C0C9;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.global-menu__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.global-menu__item a:hover {
	color: #0068B5;
}

.global-menu__item > a {
	padding: 0.875em 10px;
	display: block;
}

.global-menu__item--has-child {
	padding: 0;
}

.global-menu__item--has-child button {
	background: none;
	border: none;
	width: 100%;
	pointer-events: none;
	text-align: left;
	padding: 1.5em 10px;
}

.global-navi__menu-2 .global-menu__item--has-child button {
	padding: 14px 10px;
}





.global-menu__item--has-child .global-menu__pc-link{
	padding: 1.5em 10px;
}

.global-navi__menu-2 .global-menu__item--has-child .global-menu__pc-link{
	padding: 14px 10px;
}

.global-menu__item--has-child .global-menu__pc-link + button{
	display: none;
}


@media screen and (max-width: 640px) {
	.global-menu__item--has-child .global-menu__pc-link{
		display: none;
	}
	
	.global-menu__item--has-child .global-menu__pc-link + button{
		display: block;
	}
}





.global-menu__item--has-child button a {
	pointer-events: auto;
}

.global-menu__item--pd-sm button {
	padding: 15px 10px;
}

.global-menu__children {
	padding: 0 0 0 10px;
	margin-top: 0.3125em;
}


.global-menu__children .global-menu__child.global-menu__sp-link{
	display: none;
}


@media screen and (max-width: 640px) {
	.global-menu__children .global-menu__child.global-menu__sp-link{
		display: block;
	}
}





.global-menu__child:not(:last-child) {
	margin-bottom: 1.0625em;
}

.global-menu__child > a {
	font-size: 87.5%;
	font-weight: 500;
	line-height: 1.64;
	letter-spacing: 0;
}

.global-menu__grandchildren {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px 0;
	margin-top: 20px;
}

.global-menu__grandchild {
	font-size: 1.2rem;
}

.global-menu__grandchild:not(:last-child)::after {
	content: "/";
	padding-right: 0.1em;
}

.global-menu__grandchild a {
	font-weight: 500;
	letter-spacing: 0;
}

.navi-logo {
	width: 17.5em;
	max-width: 26%;
	display: block;
}

.navi-search {
	width: 500px;
	height: 3.125em;
	min-width: 0;
}

.navi-search__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}

.navi-search__label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.navi-search__input {
	border: none;
	background: #ffffff;
	width: calc(100% - 97px);
	height: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.navi-search__button {
	border: none;
	background: #0068B5;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0;
	width: 97px;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.favorite-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 90px;
	height: 80px;
	border: none;
	background: #F2F4F9;
	padding: 13px 0 0;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}

.footer-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.footer-navi__item:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 20px;
	display: inline-block;
	background: #6D7682;
	margin: 0 31px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.footer-navi__item a {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.43;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__item a:hover {
	color: #0068B5;
}

.footer-logo {
	width: 175px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
}

.copyright {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
	color: #6D7682;
}

.copyright--mt {
	margin-top: 28px;
}

.pagetop {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 48px;
	width: 57px;
	aspect-ratio: 1/1;
	background: #0068B5;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
	z-index: 900;
}

.pagetop.is-visible {
	opacity: 1;
	visibility: visible;
}

.pagetop:hover {
	background: #227EA5;
}

.pagetop::before {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}

.text-base {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.25;
}

.text-base--lh-sm {
	line-height: 1.6875;
}

.text-base p:not(:last-child),
.text-base ul:not(:last-child),
.text-base ol:not(:last-child) {
	margin-bottom: 2.25em;
}

.text-base a:not([class]):hover {
	text-decoration: none;
}

.text-base a:not([class])[target=_blank]::after {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/icon_external.svg) no-repeat center/contain;
	margin-left: 0.25em;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.text-lg {
	font-size: 1.8rem;
	line-height: 1.44;
}

.text-xl {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.text-article-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.666666;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

a:hover .text-article-ttl {
	color: #0068B5;
}

.text-article-ttl a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
}

.text-article-ttl a:hover {
	color: #0068B5;
}

.list-thumb-item .text-article-ttl a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.text-article-sub-ttl {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 5px;
}

a:hover .text-article-sub-ttl:not(:first-child) {
	color: #0068B5;
}

.text-article-sub-ttl a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
}

.text-article-sub-ttl a:hover {
	color: #0068B5;
}

.text-article-content {
	margin-top: 17px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.625;
}

.text-article-area {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #0068B5;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.text-article-area:not(:first-child) {
	margin-top: 5px;
}

.icon-new {
	color: #0068B5;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.text-article-date {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.text-article-no {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.text-dl dt {
	display: inline;
}

.text-dl dt::after {
	content: "｜";
}

.text-dl dd {
	display: inline;
}

.label-cat {
	display: block;
	padding: 4px 9px;
	border: 1px solid #0068B5;
	background: #FFF;
	border-radius: 30px;
	font-size: 1.3rem;
	font-weight: 500;
}

.label-post {
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 500;
	width: 90px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-thumb-item .label-post {
	position: absolute;
	top: 0;
	left: 0;
}

.label-post--no {
	background: #3A7B98;
}

.label-post--ing {
	background: #0068B5;
}

.label-post--finish {
	background: #6D7682;
}

.label-post--lg {
	width: 128px;
	height: 54px;
	font-size: 1.8rem;
}

.heading-1 {
	position: relative;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.72;
	text-align: center;
	padding-bottom: 18px;
}

.heading-1__obj {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 68px;
	height: 8px;
	display: block;
}

.heading-1__obj span {
	display: block;
	height: 2px;
	background: #0068B5;
	position: absolute;
}

.heading-1__obj span:nth-child(1) {
	top: 0;
}

.heading-1__obj span:nth-child(2) {
	bottom: 0;
}

.heading-1__obj span:nth-child(3) {
	bottom: 0;
}

.heading-1__obj.is-visible span:nth-child(1) {
	-webkit-animation: objanim01 1s ease 0.25s forwards;
	animation: objanim01 1s ease 0.25s forwards;
}

.heading-1__obj.is-visible span:nth-child(2) {
	-webkit-animation: objanim02 1.2s ease 0s forwards;
	animation: objanim02 1.2s ease 0s forwards;
}

.heading-1__obj.is-visible span:nth-child(3) {
	-webkit-animation: objanim03 1s ease 0.3s forwards;
	animation: objanim03 1s ease 0.3s forwards;
}

.heading-2 {
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.6em;
	line-height: 1.65;
}

.heading-2--white {
	color: #ffffff;
}

.heading-2--sm {
	font-size: 2.5rem;
	line-height: 1.72;
}

.heading-4 {
	color: #0068B5;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 35px;
}

.heading-3 {
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	background: #0068B5;
	color: #FFF;
	padding: 1.5rem 3rem;
	margin-bottom: 30px;
}

.heading-5 {
	position: relative;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.57;
	color: #227EA5;
	padding-bottom: 16px;
}

.heading-5::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 58px;
	height: 3px;
	display: block;
	background: currentColor;
}

.heading-6 {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
	padding-left: 60px;
}

.heading-6::before {
	position: absolute;
	top: 11px;
	left: 0;
	content: "";
	width: 30px;
	height: 11px;
	display: block;
	background: url(../img/icon_heading.svg) no-repeat center/contain;
}

.heading-7 {
	position: relative;
	display: inline-block;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.09;
	padding-top: 14px;
}

.heading-7::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: calc(100% - 7px);
	height: 2px;
	display: block;
	background: #0068B5;
}

.heading-7--border-60::before {
	width: 60px;
}

.heading-8 {
	color: #0068B5;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.67;
	margin-bottom: 10px;
}

.heading-9 {
	background: rgba(192, 226, 247, 0.44);
	color: #0068B5;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	padding: 10px 12px;
}

.heading-9:not(:first-child) {
	margin-top: 30px;
}

.heading-10 {
	position: relative;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.72;
	padding-bottom: 20px;
	text-align: center;
}

.heading-10::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 67px;
	height: 8px;
	display: block;
	background: url(../img/icon_heading_lg.svg) no-repeat center/contain;
}

.heading-11 {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 10px;
}

.heading-12 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.heading-13 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 20px 25px;
	background: #E9F2FC;
	border-left: 12px solid #0068B5;
}

.heading-14 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	padding-left: 15px;
	padding-bottom: 7px;
	border-bottom: 4px solid #0068B5;
}

.heading-15 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #3A7B98;
	padding-left: 20px;
}

.heading-15::before {
	content: "";
	width: 36px;
	height: 36px;
	display: inline-block;
	background: url(../img/icon_access_ship_2.svg) no-repeat center/contain;
	margin-right: 20px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.heading-16 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6;
	color: #0068B5;
}

.c-gray {
	color: #6D7682;
}

.c-red {
	color: #FF0000;
}

.c-attention {
	color: #FF0000;
}

.c-black {
	color: #323232 !important;
}

.c-blue1 {
	color: #0068B5;
}

.c-green {
	color: #227EA5;
}

.page-title {
	position: relative;
	background: #E9F2FC;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-title__text {
	color: #0068B5;
	font-size: 3rem;
	letter-spacing: 0.08em;
	font-weight: 700;
}

.page-title-links {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.page-title-links__trg {
	display: none;
}

.page-title-links__main {
	height: 100%;
	z-index: 500;
}

.page-title-links__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
}

.page-title-links__item {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.64;
	position: relative;
	text-align: center;
}

.page-title-links__item:not(:last-child)::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #97C0C9;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-title-links__item a {
	text-decoration: none;
	height: 100%;
	display: block;
	padding: 0 clamp(20px, 3.33vw, 52px);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-title-links__item a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
}

.page-title-links__item a span::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #0068B5;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.page-title-links__item a:hover {
	color: #0068B5;
}

.page-title-links__item[aria-current] a {
	color: #0068B5;
	font-weight: 700;
}

.page-title-links__item[aria-current] a span::after {
	opacity: 1;
}

.page-title-links__close {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/icon_clear_black.svg) no-repeat center/14px auto;
	width: 30px;
	aspect-ratio: 1/1;
	white-space: nowrap;
	padding: 0;
	text-indent: 100%;
	overflow: hidden;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0;
}

.page-title-links__close:focus-visible {
	opacity: 1;
}

.page-head-link {
	position: absolute;
	top: 0;
	right: 0;
}

.sns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 29px;
	margin-left: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.sns-list__item--instagram {
	width: 29px;
}

.sns-list__item--x {
	width: 24px;
}

.sns-list__item--youtube {
	width: 26px;
}

.sns-list__item--facebook {
	width: 26px;
}

.sns-list__item a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sns-list__item a:hover {
	opacity: 0.6;
}

.js-sp-accordion .js-sp-accordion-btn {
	position: relative;
}

.js-sp-accordion .js-sp-accordion-btn.is-opend .js-sp-accordion-icon::after {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.js-select-board-content {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.js-select-board-content[aria-hidden=false] {
	opacity: 1;
	visibility: visible;
}

.bg-yellow {
	background: #F6F4BD;
}

.bg-blue {
	background: #E9F2FC;
}

.bg-sky {
	background: #F2F4F9;
}

.bg-sky-white {
	background: linear-gradient(to top, #ffffff 100px, #F2F4F9 100px);
}

.bg-blue-top-wave {
	position: relative;
	background: url(../img/bg_wave.png) repeat-x left top/auto 25px, linear-gradient(to bottom, transparent 0, transparent 25px, #E9F2FC 25px, #E9F2FC 100%);
}

.bg-light-blue {
	background: #F2F4F9;
}

.bg-white {
	background: #ffffff;
}

.buttons-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 35px;
	width: 100%;
}

.buttons-wrap--left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.buttons-wrap--mt-lg {
	margin-top: 60px;
}

.buttons-wrap--form {
	margin-top: 60px;
	gap: 45px;
}

.button-primary {
	position: relative;
	display: block;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 17px 0;
	text-align: center;
	width: 295px;
	max-width: 100%;
	color: #0068B5;
	background: #ffffff;
	text-decoration: none;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	overflow: hidden;
	z-index: 3;
	border: none;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.button-primary::after {
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 19px;
	height: 13px;
	display: block;
	-webkit-mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	background: currentColor;
}

.button-primary::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	-webkit-mask-image: url(../img/bg_btn_hover_wave.svg);
	mask-image: url(../img/bg_btn_hover_wave.svg);
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-position: left top;
	mask-position: left top;
	position: absolute;
	top: 100%;
	left: 0;
	background: #D6EEF6;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.button-primary:hover::before {
	top: -20px;
}

.button-primary span {
	position: relative;
	display: inline-block;
}

.button-primary--return::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
	right: auto;
	left: 13px;
}

.button-primary--blue {
	background: #0068B5;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.button-primary--blue::before {
	background: #06548D;
}

.button-primary--lg {
	width: 350px;
}

.button-primary--xl {
	width: 415px;
}

.button-primary--100 {
	width: 100%;
}

.button-primary--auto {
	width: auto;
	padding-left: 57px;
	padding-right: 57px;
}

.button-primary--no-arrow::after {
	content: none;
}

.button-primary[target=_blank]::after {
	width: 15px;
	height: 15px;
	-webkit-mask-image: url(../img/icon_external.svg);
	mask-image: url(../img/icon_external.svg);
}

.button-search {
	display: block;
	background: #0068B5;
	border: #0068B5;
	color: #ffffff;
	font-size: clamp(1rem, 1.42vw, 1.6rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 20px 0;
	text-align: center;
	width: 153px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-search:hover {
	background: #06548D;
}

.button-schedule {
	display: block;
	font-weight: 700;
	line-height: 2;
	color: #0068B5;
	background: #E9F2FC;
	padding: 13px 0;
	width: 380px;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 3px 6px rgba(33, 56, 121, 0.16);
	box-shadow: 0 3px 6px rgba(33, 56, 121, 0.16);
}

.button-schedule::before {
	content: "";
	width: 46px;
	height: 33px;
	display: inline-block;
	background: url(../img/icon_schedule.svg) no-repeat center/contain;
	margin-right: 25px;
	margin-left: -12px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.button-favorite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #0068B5;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	width: 295px;
	max-width: 100%;
	padding: 12px 0;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.button-favorite::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	-webkit-mask-image: url(../img/bg_btn_hover_wave.svg);
	mask-image: url(../img/bg_btn_hover_wave.svg);
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-position: left top;
	mask-position: left top;
	position: absolute;
	top: 100%;
	left: 0;
	background: #D6EEF6;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.button-favorite:hover::before {
	top: -20px;
}

.button-favorite .favorite-mark {
	margin: 2px 27px 0 -28px;
}

.button-favorite.is-active {
	background: #E9F2FC;
}

.button-external {
	position: relative;
	display: block;
	padding: 17px 0 17px 72px;
	font-weight: 500;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-external:hover {
	color: #0068B5;
}

.button-external::before {
	position: absolute;
	top: 50%;
	right: auto;
	left: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icon_external.svg);
}

.button-download::before {
	content: "";
	width: 15px;
	height: 19px;
	display: inline-block;
	background: url(../img/icon_pdf.svg) no-repeat center/contain;
	margin-right: 15px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.button-ex::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/icon_link.svg) no-repeat center/contain;
	margin-right: 13px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

a[target="_blank"].button-ex::before {
	background: url(../img/icon_external.svg) no-repeat center/contain;
}


.button-ex::after {
	content: none !important;
}

.bnr-color-yellow {
	background: #F5F57F;
	color: #323232;
}

.bnr-color-yellow::before {
	background: #DCDC60 !important;
}

.bnr-color-blue1 {
	background: #227EA5;
	color: #ffffff;
}

.bnr-color-blue2 {
	background: #3A7B98;
	color: #ffffff;
}

.bnr-color-blue3 {
	background: #466CA6;
	color: #ffffff;
}

.bnr-color-blue3::before {
	background: #385A8E !important;
}

.bnr-color-green {
	background: #2F837B;
	color: #ffffff;
}

.bnr-color-green::before {
	background: #20746C !important;
}

.bnr-color-brown {
	background: #AA6255;
	color: #ffffff;
}

.error-logo {
	margin-bottom: 60px;
	text-align: center;
}

.error-logo__text {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.error-logo__sub-text {
	margin-top: 15px;
	font-weight: 700;
	font-size: 1.4rem;
}

.deco-bg-sky {
	position: relative;
	padding-bottom: 90px;
}

.deco-bg-sky::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	max-width: 1280px;
	height: calc(100% + 195px);
	display: block;
	background: #F2F4F9;
	z-index: -1;
}

.image-lg {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	max-width: 1080px;
}

.mainvisual {
	position: relative;
	height: calc(100vh - 100px);
}

.mainvisual__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 160px;
}

.mainvisual__image picture {
	display: contents;
}

.mainvisual__image img {
	display: block;
	max-width: initial;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right bottom;
	object-position: right bottom;
	position: absolute;
	top: 0;
	right: 0;
}

.mainvisual .mv-schedule {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}

.mainvisual .mv-schedule a {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	z-index: 1001;
	position: relative;
	overflow: hidden;
}

.mainvisual .mv-schedule a::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	-webkit-mask-image: url(../img/bg_btn_hover_wave.svg);
	mask-image: url(../img/bg_btn_hover_wave.svg);
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-position: left top;
	mask-position: left top;
	position: absolute;
	top: 100%;
	left: 0;
	background: #256783;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
  }

  .mainvisual .mv-schedule a:hover::before {
	top: -20px;
}

.mainvisual .mv-schedule a::after {
	position: absolute;
	top: 50%;
	right: 22px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 19px;
	height: 14px;
	display: block;
	-webkit-mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	background: currentColor;
  }


.mainvisual__instagram {
	position: absolute;
	bottom: 50px;
	left: clamp(20px, 50% - 640px, 50% - 640px);
}

.sp-fixed-banners {
	display: none;
}

.announce-banner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1000;
	width: 280px;
}

.announce-banner__announce {
	position: relative;
	text-align: center;
	background: #CFE9F8;
	color: #0A5791;
	padding: 22px 20px 12px;
}

.announce-banner__announce__text__days span.announce-banner__announce__text__till {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 8px;
}

.announce-banner__announce__text__till:lang(en) {
	margin-bottom: 0;
	margin-top: 10px;
}

.announce-banner__announce__text__till span {
	font-size: 2.4rem;
}

.announce-banner__announce__text__days {
	display: block;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.announce-banner__announce__text__days:lang(en) {
	letter-spacing: 0em;
}
.announce-banner__announce__text__days span {
	font-size: 7.7rem;
	letter-spacing: 0;
}

.announce-banner__announce__text__days span.days_unit {
	margin-left: 0.5rem;
	font-size: 2.7rem;
	letter-spacing: 0;
}
.announce-banner__announce__term {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #BFDBF0;
	padding: 4px 12px;
	border-radius: 14px;
	margin-top: 20px;
}

.announce-banner__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	height: 80px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.announce-banner__item::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	-webkit-mask-image: url(../img/bg_btn_hover_wave.svg);
	mask-image: url(../img/bg_btn_hover_wave.svg);
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-position: left top;
	mask-position: left top;
	position: absolute;
	top: 100%;
	left: 0;
	background: #DCDC60;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.announce-banner__item:hover::before {
	top: -20px;
}

.announce-banner__item::after {
	position: absolute;
	top: 50%;
	right: 22px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 19px;
	height: 14px;
	display: block;
	-webkit-mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	background: currentColor;
}

.announce-banner__item__icon {
	display: inline-block;
	width: 20px;
	margin-right: 19px;
	vertical-align: middle;
	margin-left: -30px;
}

.announce-banner__item--yellow {
	background: #F5F57F;
}

.announce-banner__item--blue {
	background: #227EA5;
	color: #ffffff;
}

.home-emergency {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 7%;
}

.home-emergency__heading {
	width: 8.6em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home-emergency__contents {
	width: calc(100% - 8.6em - 8.8%);
}

.home-emergency__contents .list-text-item {
	min-height: initial;
}

.home-emergency__contents .text-article-area {
	font-size: 1.3rem;
	margin-bottom: 2px !important;
}

.home-emergency__contents .text-article-ttl {
	font-size: 1.6rem;
}

.term-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5.45%;
}

.term-list__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.term-list__image img {
	display: block;
}

.term-list__content {
	position: relative;
	background: #F2F4F9;
	padding: 43px 0 22px;
	margin-top: 55px;
}

.term-list__content--mt-sm {
	margin-top: 40px;
}

.term-list__heading {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 186px;
	max-width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
}

.term-list__heading--green {
	background: #2F837B;
}

.term-list__heading--blue {
	background: #466CA6;
}

.term-list__heading--red {
	background: #AA6255;
}

.term-list__main {
	max-width: 290px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

.term-list__text {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.term-list__text--sm {
	font-size: 1.6rem;
}

.term-list__text-sm {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	border-top: 1px solid #707070;
	padding-top: 13px;
	margin-top: 8px;
	color: #6D7682;
}

.home-news {
	padding: 95px 7% 44px 7.9%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.home-news__heading {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home-news__contents {
	width: calc(100% - 14rem);
}

.home-news__contents .text-article-ttl {
	font-size: 1.6rem;
}

.bnr-instagram {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
	width: 319px;
	margin-top: 28px;
}

.home-about {
	position: relative;
	padding: 60px 0 0;
	margin-top: 130px;
}

.home-about::before,
.home-about::after {
	position: absolute;
	left: 126px;
	content: "";
	width: calc(50% + 50vw - 126px);
	display: block;
	background: #227EA5;
}

.home-about::before {
	position: absolute;
	top: 0;
	left: 126px;
	height: calc(100% - 9.67vw);
}

.home-about::after {
	bottom: 100%;
	height: 25px;
	-webkit-mask: url(../img/bg_wave_hlg.png) repeat-x left 20px top/auto 25px;
	mask: url(../img/bg_wave_hlg.png) repeat-x left 20px top/auto 25px;
}

.home-about__main {
	position: relative;
	color: #ffffff;
	max-width: 628px;
	margin-left: 42.7%;
	margin-right: auto;
}

.home-about__heading {
	margin-bottom: 46px;
}

.home-about__text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.19;
	max-width: 455px;
	margin-bottom: 56px;
}

.home-about__images {
	position: relative;
	width: calc(50% + 50vw - 241px);
	margin: 77px 0 0 241px !important;
}

.home-about__images__item img {
	display: block;
}

.home-about__images__item.swiper-slide {
	width: 33.3333333333%;
}

.home-about__image {
	position: absolute;
	top: -75px;
	left: 0;
	width: 29.8%;
	z-index: 1;
}

.home-about__image img {
	display: block;
}

.home-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 35px;
}

.home-area__main {
	width: 36%;
}

.home-area__heading {
	margin-bottom: 50px;
}

.home-area__heading:lang(en) {
	letter-spacing: 0.3em;
}


.home-area__map {
	width: 57.1%;
	margin-right: -10px;
}

.home-area__map img {
	display: block;
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}

.list-area__item {
	display: inline-block;
}

.list-area__item:not(:last-child)::after {
	content: " / ";
}

.list-area__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.list-area__item a:hover {
	color: #0068B5;
}

.list-area-2__item {
	display: inline-block;
}

.list-area-2__item:not(:last-child)::after {
	content: " / ";
}

.list-area-2__item a {
	color: #0068B5;
	line-height: 2.25;
	letter-spacing: 0.04em;
	text-decoration: underline;
}

.list-area-2__item a:hover {
	text-decoration: none;
}

.home-post-slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-post-slider::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	transform: translateX(-50vw);
	content: "";
	width: calc(50vw - 31.2%);
	height: 100%;
	display: block;
	background: #ffffff;
	z-index: 2;
}

.home-post-slider__heading {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 2;
}

.home-post-slider__contents {
	position: relative;
	width: 81.2%;
	padding-left: 6px;
	margin-left: -6px;
}

.home-post-slider__contents::after {
	position: absolute;
	top: 0;
	left: clamp(100% + (100vw - 1280px) * 0.5 - 157px, 100% + 20px - 157px, 100% + 20px - 157px);
	content: "";
	width: 157px;
	height: calc(100% - 70px);
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(60%, #ffffff));
	background: linear-gradient(90deg, transparent, #ffffff 60%);
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.home-post-slider__contents:has(.swiper-button-next.swiper-button-disabled)::after {
	opacity: 0;
}

.home-post-slider__buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: relative;
	z-index: 2;
	margin-top: 30px;
}

.home-post-slider__navi-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 27px;
}

.home-post-slider__navi-wrap .swiper-button-prev,
.home-post-slider__navi-wrap .swiper-button-next {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}

.post-slider-1.swiper {
	overflow: visible;
}

.post-slider-2.swiper {
	overflow: visible;
}

.page-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
	max-width: 1004px;
	margin-left: auto;
	margin-right: auto;
}

.page-link__item {
	display: block;
	width: calc(50% - 2px);
	color: #ffffff;
	text-align: center;
	padding: 39px calc(3.78% + 42px);
	text-decoration: none;
}

.page-link__item--blue {
	background: #0068B5;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.page-link__item--blue::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	-webkit-mask-image: url(../img/bg_btn_hover_wave.svg);
	mask-image: url(../img/bg_btn_hover_wave.svg);
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-position: left top;
	mask-position: left top;
	position: absolute;
	top: 100%;
	left: 0;
	background: #06548D;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.page-link__item--blue:hover::before {
	top: -20px;
}

.page-link__item--green {
	background: #227EA5;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.page-link__item--green::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	-webkit-mask-image: url(../img/bg_btn_hover_wave.svg);
	mask-image: url(../img/bg_btn_hover_wave.svg);
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-position: left top;
	mask-position: left top;
	position: absolute;
	top: 100%;
	left: 0;
	background: #256783;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.page-link__item--green:hover::before {
	top: -20px;
}

.page-link__item::after {
	position: absolute;
	top: 50%;
	right: 33px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 13px;
	display: block;
	-webkit-mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	background: currentColor;
}

.page-link__icon {
	position: absolute;
	top: 50%;
	left: 7.6%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-link__text {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 5px;
}

.page-link__text-sm {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.43;
}

.application {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #F2F4F9;
	padding: 0px 55px 25px 81px;
	max-width: 896px;
	margin-left: auto;
	margin-right: auto;
}

.application__main {
	padding-bottom: 50px;
}

.application__image {
	position: relative;
	mix-blend-mode: multiply;
	width: 275px;
}

.application__image img {
	display: block;
	margin-top: -23px;
	margin-left: -9px;
}

.application__heading {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.27;
	color: #0068B5;
}

.application__text {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2.06;
	color: #0068B5;
}

.app-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 21px;
}

.app-buttons__item {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.app-buttons__item:hover {
	opacity: 0.6;
}

.app-buttons__item img {
	display: block;
}

.app-buttons__item--appstore {
	width: 157px;
}

.app-buttons__item--google {
	width: 178px;
}

.section {
	overflow: hidden;
	position: relative;
	padding: 60px 0;
}

.section-child {
	position: relative;
}

.section-child:not(:first-child) {
	margin-top: 60px;
}

.count-disp:not(:first-child) {
	margin-top: 60px;
}

.count-disp--2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.paging {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.paging .word {
	text-align: center;
	margin-bottom: 47px;
	line-height: 1.5;
}

.paging .word .search-word,
.paging .word .count {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.paging .count {
	margin-bottom: 20px;
}

.paging .pagingIn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
}

.paging .pagingIn a {
	display: block;
	text-decoration: none;
	width: 50px;
	height: 50px;
	background: #f2f4f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.paging .pagingIn a:hover {
	background: #D6EEF6;
	color: #0068B5;
}

.paging .pagingIn span:not(:last-child) {
	margin-right: 22px;
}

.paging .pagingIn .prev,
.paging .pagingIn .next {
	display: block;
}

.paging .pagingIn .prev a,
.paging .pagingIn .next a {
	width: auto;
	padding: 0 34px;
}

.paging .pagingIn .prev a::before {
	content: "";
	-webkit-mask-image: url(../img/arrow_down_black.svg);
	mask-image: url(../img/arrow_down_black.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left top;
	mask-position: left top;
	width: 12px;
	height: 7px;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 0.5em;
	background: currentColor;
}

.paging .pagingIn .next a::after {
	content: "";
	-webkit-mask-image: url(../img/arrow_down_black.svg);
	mask-image: url(../img/arrow_down_black.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left top;
	mask-position: left top;
	width: 12px;
	height: 7px;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 0.5em;
	background: currentColor;
}

.paging .pagingIn .current {
	background: #0068B5;
	color: #ffffff;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
}

.list-thumb-item {
	position: relative;
	display: block;
	text-decoration: none;
}

.list-thumb-item:has(a:hover) .list-thumb-item__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.list-thumb-item__image {
	position: relative;
	aspect-ratio: 3/2;
	overflow: hidden;
}

.list-thumb-item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.list-thumb-item__image--squere {
	aspect-ratio: 1/1;
}

.list-thumb-item__image--squere img {
	-o-object-fit: contain;
	object-fit: contain;
}

.list-thumb-item__image--vertical {
	aspect-ratio: 297/350;
}

.list-thumb-item__image .favorite-mark {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.list-thumb-item__image .favorite-mark:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.list-thumb-item__image__label {
	position: absolute;
	top: 0;
	right: 6.73%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: clamp(2rem, 1.67vw, 2.2rem);
	font-weight: 700;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #ffffff;
	width: 19.9%;
	min-width: 40px;
	min-height: 150px;
	padding: 10px 0;
}

.list-thumb-item__main {
	padding-top: 5px;
	text-decoration: none;
}

.list-thumb-item__info {
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

.list-thumb-item__info .text-article-area {
	padding-top: 2px;
	line-height: 1.2;
	width: 100%
}

.list-thumb-item__info .text-article-area span {
	display: inline-block;
}

.list-thumb-item__info-y {
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
}

.list-thumb-item__date-info {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 1.3rem;
}

.list-thumb-item__date-info .icon-new {
	font-size: 1.6rem;
}

.list-thumb-item .text-article-ttl a,
.list-thumb-item .text-article-sub-ttl a {
	display: inline-block;
}

.list-thumb-item .text-article-ttl a::before,
.list-thumb-item .text-article-sub-ttl a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

li:last-child .list-text-item {
	border-bottom: 1px solid #97c0c9;
}

.list-text-item {
	border-top: 1px solid #97c0c9;
	position: relative;
	padding: 16px 75px 16px 0;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 86px;
}

.list-text-item:hover::after {
	right: 0;
}

.list-text-item--search {
	padding: 30px 100px 38px 0;
}

.list-text-item::after {
	content: "";
	background: url("../img/arrow_right_blue.svg") no-repeat center/contain;
	width: 20px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.list-text-item--no-arrow {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: initial;
	padding: 20px 22px 20px 0;
}

.list-text-item--no-arrow::after {
	display: none;
}

.list-text-item--no-arrow .list-text-item__date {
	padding-top: 0.7em;
}

.list-text-item--no-arrow .text-article-ttl {
	line-height: 2 !important;
}

.list-text-item--no-border {
	border-top: none;
}

.list-text-item__main {
	width: 100%;
}

.list-text-item__category {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 8px;
}

.list-text-item__date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 122px;
	margin-left: 22px;
	flex-shrink: 0;
	font-size: 1.4rem;
	padding-right: 10px;
}

.list-text-item .text-article-date {
	letter-spacing: 0;
	color: #6D7682;
}

.list-text-item .text-article-ttl {
	line-height: 1.444444;
}

.list-text-item .text-article-area:not(:last-child) {
	margin-bottom: 10px;
}

.list-text-item .text-article-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.breadCrumbs {
	margin-top: 60px;
	padding: 25px 24px;
}

.breadCrumbs li {
	display: inline;
	font-size: 1.4rem;
	color: #6D7682;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.breadCrumbs li:not(:last-child)::after {
	content: "";
	background: url("../img/arrow_right_gray.svg") no-repeat center/contain;
	width: 7px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: -0.15em 0.5em 0 0.65em;
}

.breadCrumbs li:not(:last-child) a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.breadCrumbs li:not(:last-child) a:hover {
	color: #0068B5;
}

.anchor-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 14px 0;
}

.anchor-link__item a {
	display: block;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #0068B5;
	background: #F6F6F6;
	padding: 20px 16px;
	text-decoration: none;
}

.anchor-link__item a::before {
	content: "";
	width: 12px;
	height: 7px;
	display: inline-block;
	-webkit-mask: url(../img/arrow_down_black.svg) no-repeat center/contain;
	mask: url(../img/arrow_down_black.svg) no-repeat center/contain;
	background: currentColor;
	margin-right: 16px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.anchor-link__item:not(:last-child) {
	position: relative;
}

.anchor-link__item:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 20px;
	display: block;
	background: #C0C0C0;
}

.year-month-navi {
	position: relative;
	background: #F2F4F9;
	padding: 31px 77px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: sticky;
	top: 0px;
	z-index: 11;
}

.year-month-navi__text {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.93;
	text-align: center;
	color: #227EA5;
}

.year-month-navi__button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.year-month-navi__button:hover {
	background: #E9F2FC;
}

.year-month-navi__button--prev {
	left: 73px;
}

.year-month-navi__button--next {
	right: 73px;
}

.year-month-navi__button--next img {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.year-month-navi__button img {
	width: 16px;
}

.calendar-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.calendar-info__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}

.calendar-info__list__item {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.08em;
}

.calendar-info__list__item span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 2px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.calendar-info__list__item--blue span {
	background: #0068B5;
}

.calendar-info__list__item--gray span {
	background: #A2A4A6;
}

.calendar-info__list__item--light-gray span {
	background: #F0F0F0;
}

.calendar-info__update {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.08em;
}


.artworks-schedule {
	overflow: visible;
}

.calendar-head {
	position: sticky;
	top: 116px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	background: #227EA4;
	border: none;
	color: #ffffff;
	padding: 30px 0;
	width: 100%;
	z-index: 10;
}

.calendar-head span {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #ffffff;
}

.calendar-head span::before,
.calendar-head span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 18px;
	height: 2px;
	display: block;
	background: #323232;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.calendar-head span:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.calendar-head[aria-expanded=true] span::after {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.calendar-scroll {
	width: 188px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: -0.08em;
	background: #F2F4F9;
	padding: 7px 0;
	text-align: center;
	margin-left: auto;
	margin-bottom: 12px;
}

.calendar-scroll::before {
	content: "";
	width: 14px;
	height: 19px;
	display: inline-block;
	background: url(../img/icon_scroll.svg) no-repeat center/contain;
	margin-right: 5px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.artworks-calendar-wrap {
	border: 1px solid #C2CCD8;
	padding: 75px 7.8% 60px;
}

.artworks-calendar {
	padding: 22px 0 0;
}

.artworks-calendar__inner {
	overflow-x: auto;
	
}

.artworks-calendar .table-box {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.artworks-calendar .table {
	width: 100%;
}

.artworks-calendar .table thead tr .head {
	border-right: 8px solid #ffffff;
}

.artworks-calendar .table thead tr .head.number {
	width: 73px;
}

.artworks-calendar .table thead tr .head.name {
	width: 203px;
}

.artworks-calendar .table thead tr .head.time {
	width: 117px;
}

.artworks-calendar .table thead tr .head.month {
	width: 574px;
}

.artworks-calendar .table thead tr .head.remarks {
	width: 108px;
}

.artworks-calendar .table thead tr .head .title-wrap {
	background: #E9F2FC;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.08em;
	padding: 13px 0;
}

.artworks-calendar .table thead tr .head .week-wrap {
	white-space: nowrap;

	font-size: 1.3rem;
	font-weight: 500;
	padding: 12px 0 8px;
}

.artworks-calendar .table thead tr .head .week-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.artworks-calendar .table thead tr .head .week-wrap ul li {
	min-width: 17px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 6.5px 0;
}

.artworks-calendar .table thead tr .head .week-wrap ul li:not(:last-child) {
	margin-right: 1px;
}

.artworks-calendar .table thead tr .head .week-wrap ul li.holyday,
.artworks-calendar .table thead tr .head .week-wrap ul li.sun
 {
	background: #F1E5E3;
	color: #AA6255;
}

.artworks-calendar .table thead tr .head .week-wrap ul li.sat {
	background: #E9F2FC;
	color: #0068B5;
}

.artworks-calendar .table tbody tr .data {
	border-top: 1px solid #C0C0C0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}

.artworks-calendar .table tbody tr .data:not(:last-child) {
	border-right: 8px solid #ffffff;
}

.artworks-calendar .table tbody tr .data p {
	padding: 8px 0 7px;
}

.artworks-calendar .table tbody tr .data p a {
	text-decoration: none;
}

.artworks-calendar .table tbody tr .data.month {
	border-top: none;
}

.artworks-calendar .table tbody tr .data.month ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 0 1px;
}

.artworks-calendar .table tbody tr .data.month ul li {
	font-size: 1.3rem;
	font-weight: 500;
	min-width: 17px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 12px 0;
	background: #B5D6EF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.artworks-calendar .table tbody tr .data.name {
	text-align: left;
	padding-left: 10px;
}

.artworks-calendar .table tbody tr .data.month ul li:not(:last-child) {
	margin-right: 1px;
}

.artworks-calendar .table tbody tr .data.month ul li.close {
	background: #CCCCCC;
}

.artworks-calendar .table tbody tr .data.month ul li.undecided {
	background: #F0F0F0;
	color: rgba(109, 118, 130, 0.9);
}

.artworks-calendar .table tbody tr .data.month ul li.holiday,
.artworks-calendar .table tbody tr .data.month ul li.sun{
	color: rgba(170, 98, 85, 0.9) ;
}

.artworks-calendar .table tbody tr .data.month ul li.sat{
	color: rgba(0, 104, 181, 0.9) ;
}

.artworks-gallery {
	overflow: visible !important;
}

.artworks-gallery__item img {
	aspect-ratio: 640/427;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.artworks-gallery__caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	padding: 4px 13px 0 7px;
}

.artworks-gallery__caption p {
	flex: 1;
}


.artworks-gallery__caption__sm {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	padding: .4rem 0 0;
}

.artworks-gallery .swiper-button-prev,
.artworks-gallery .swiper-button-next {
	top: 41%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
}

.artworks-gallery .swiper-button-prev {
	left: auto;
	right: 79.6%;
}

.artworks-gallery .swiper-button-next {
	right: auto;
	left: 79.6%;
}

.artworks-gallery .swiper-pagination {
	display: none;
}

.page-tab-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-tab-links--5col {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.page-tab-links--5col .page-tab-links__item {
	width: 20%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.page-tab-links__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
}

.page-tab-links__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.39;
	height: 68px;
	text-align: center;
	background: #F2F4F9;
	text-decoration: none;
	color: #227EA5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-tab-links__item a:lang(en) {
	font-size: 1.2rem;
}

.page-tab-links__item a:hover {
	background: #E9F2FC;
}

.page-tab-links__item[aria-current] {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page-tab-links__item[aria-current] a {
	background: #227EA5;
	color: #ffffff;
}

.page-tab-links__item--arrow a::before {
	content: "";
	width: 12px;
	height: 7px;
	display: inline-block;
	background: currentColor;
	-webkit-mask: url(../img/arrow_down_black.svg) no-repeat center/contain;
	mask: url(../img/arrow_down_black.svg) no-repeat center/contain;
	margin-right: 20px;
	vertical-align: middle;
}

.page-tab-links__item--fz-sm a {
	font-size: 1.6rem;
}

.detail-search-item-wrap {
	position: relative;
	width: 232px;
	margin-left: auto;
	margin-right: 0;
}

.detail-search-label {
	display: block;
	background: none;
	border: 1px solid #C0C0C0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 56px;
	margin-left: auto;
	margin-right: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.detail-search-label::before {
	content: "";
	width: 17px;
	height: 15px;
	display: inline-block;
	background: url(../img/icon_filter.svg) no-repeat center/contain;
	margin-right: 21px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.detail-search-label:hover {
	color: #0068B5;
	border-color: #0068B5;
}

.detail-search-item {
	width: 450px;
	position: absolute;
	top: 100%;
	right: 0;
	background: #E9F2FC;
	padding: 35px 35px 25px;
	z-index: 10;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.detail-search-item__button {
	display: block;
	width: 153px;
	font-weight: 700;
	letter-spacing: 0.08em;
	background: #0068B5;
	border: none;
	color: #ffffff;
	padding: 19px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.detail-search-item__button:hover {
	background: #06548D;
}

.sns-share {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background: #F2F4F9;
	padding: 25px 0 20px;
	width: 72px;
	z-index: 1000;
}



@media screen and (max-width: 640px) {
	.detail-search-item .form-list--2col{
		display: block;
	}
}

.sns-share__item:not(:last-child) {
	margin-bottom: 24px;
}

.sns-share__item a {
	display: block;
	text-decoration: none;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sns-share__item a:hover {
	opacity: 0.6;
}

.sns-share__item--x img {
	width: 27px;
}

.sns-share__item--facebook img {
	width: 30px;
}

.sns-share__item--line img {
	width: 32px;
}

.sns-share__text {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 7px;
}

.artwork-head {
	position: relative;
	padding: 72px 0 0;
}

.artwork-head::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 120%;
	height: 300px;
	display: block;
	background: #F2F4F9;
	z-index: -1;
}

.artwork-head__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
	gap: 32px;
}

.artwork-head__heading {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.57;
}

.artwork-head__num {
	font-weight: 500;
	letter-spacing: 0.1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 10px;
}

.artwork-images__item img {
	display: block;
	aspect-ratio: 900/608;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.artwork-images__copyright {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 5px;
	text-align: right;
	color: #6D7682;
}

.artwork-images__thumb {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 2px;
}

.artwork-images__thumb__item {
	width: 150px !important;
	height: 100px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	border-color: #C0C0C0 !important;
}

.artwork-images__thumb__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.artist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.artist__main {
	width: 64%;
}

.artist__heading {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.25;
	margin-bottom: 2.25em;
}

.artist__text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.25;
	margin-bottom: 2em;
}

.artist__text p:not(:last-child) {
	margin-bottom: 2.25em;
}

.artist__image-wrap {
	width: 29%;
	margin-top: 3px;
}

.artist__name {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 12px;
}

.artist__name a {
	display: inline-block;
}

.artist__name span {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	color: #0068B5;
	margin-bottom: 8px;
}

.artist-images--no-border .artist-images__item img {
	border: none;
}

.artist-images__image {
	aspect-ratio: 1/1;
	border: 1px solid #C0C0C0;
	background: #FFF;
}

.artist-images__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.artist-images__copyright {
	font-size: 1rem;
	font-weight: 500;
	color: #6D7682;
	margin-top: 9px;
	text-align: right;
}

.artist-images .swiper-pagination {
	bottom: 0 !important;
	position: relative;
	left: 0 !important;
	margin-top: 10px;
}

.artist-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #F2F4F9;
	padding: 25px 35px 25px 90px;
}

.artist-head__main {
	max-width: 500px;
	padding-right: 20px;
}

.artist-head__name {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.93;
	letter-spacing: 0.2em;
	color: #0068B5;
	margin-bottom: -6px;
}

.artist-head__kana {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.46;
	margin-top: 15px;
}

.artist-head__country {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #0068B5;
	margin-top: 19px;
}

.artist-head__image {
	width: 248px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-info {
	background: #F6F6F6;
	padding: 0 8.33% 46px;
}

.article-info__heading {
	position: relative;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.09;
	padding-top: 13px;
	margin-bottom: 25px;
}

.article-info__heading::before {
	content: "";
	display: block;
	width: 89px;
	height: 2px;
	background: #0068B5;
	position: absolute;
	top: 0;
	left: 0;
}

.article-info__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-info__main {
	width: 56%;
}

.article-info__place {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #0068B5;
	margin-bottom: 11px;
	padding-left: 15px;
}

.article-info__place span {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	border: 1px solid #0068B5;
	background: #ffffff;
	color: #323232;
	border-radius: 12px;
	padding: 4px 10px;
	margin-left: 20px;
}

.article-info__table {
	width: 100%;
	border-top: 1px solid #C0C0C0;
}

.article-info__table tbody th,
.article-info__table tbody td {
	font-weight: 500;
	line-height: 2;
	border-bottom: 1px solid #C0C0C0;
	padding: 9px 0;
	vertical-align: middle;
}

.article-info__table tbody th {
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 15px;
	width: 122px;
}

.article-info__table tbody td a {
	color: #0068B5;
}

.article-info__table tbody td a:hover {
	text-decoration: none;
}

.article-info__table tbody td a[target=_blank]::after {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../img/icon_external.svg) no-repeat center/contain;
	margin-left: 8px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.article-info__table--wide tbody th,
.article-info__table--wide tbody td {
	padding-top: 14px;
	padding-bottom: 14px;
}

.article-info__table--wide tbody th {
	width: 217px;
}

.article-info__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 33px;
	width: 295px;
	max-width: calc(48% - 20px);
	margin-left: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-info__favorite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.artwork-cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.artwork-cat__item {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #ffffff;
	padding: 8px 23px;
	white-space: nowrap;
}

.artwork-cat__item--red {
	background: #AA6255;
}

.artwork-cat__item--navy {
	background: #466CA6;
}

.artwork-cat__item--green {
	background: #2F837B;
}

.artwork-cat__item--blue {
	background: #227EA5;
}

.map {
	aspect-ratio: 1080/422;
	margin-left: auto;
	margin-right: auto;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.post-slider-3 {
	overflow: clip !important;
	overflow-clip-margin: 6px;
}

.post-slider-3:has(.swiper-slide:last-child.swiper-slide-active)::after {
	opacity: 0;
}

.post-slider-3__navi-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 27px;
	position: absolute;
	top: 0;
	right: 0;
}

.post-slider-3__navi-wrap .swiper-button-prev,
.post-slider-3__navi-wrap .swiper-button-next {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}

.ticket-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 2.75%;
}

.ticket-link__item {
	width: 31.5%;
	min-width: 320px;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	color: #ffffff;
	text-align: left;
}

.ticket-link__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 120px;
	text-decoration: none;
	line-height: 1.4;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.ticket-link__link::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	-webkit-mask-image: url(../img/bg_btn_hover_wave.svg);
	mask-image: url(../img/bg_btn_hover_wave.svg);
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-position: left top;
	mask-position: left top;
	position: absolute;
	top: 100%;
	left: 0;
	background: #D6EEF6;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.ticket-link__link:hover::before {
	top: -20px;
}

.ticket-link__icon {
	width: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ticket-link__icon img[src*=icon_passport] {
	width: 48%;
	margin-left: 5%;
}

.ticket-link__main {
	border-left: 1px dashed currentColor;
	width: calc(100% - 74px);
	padding-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ticket-link__main::after {
	content: "";
	-webkit-mask-image: url(../img/arrow_right_black.svg);
	mask-image: url(../img/arrow_right_black.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background: currentColor;
	width: 19px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ticket-link__text {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.ticket-link__sm-text {
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: -5px;
}

.sdgs-marks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sdgs-marks img {
	width: 80px;
}

.sdgs-marks img:not(:last-child) {
	margin-right: 5px;
}

.archive-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.archive-overview__contents {
	width: 58.5%;
}

.archive-overview__label {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.04;
	color: #0068B5;
	margin-bottom: 20px;
}

.archive-overview__item:not(:last-child) {
	margin-bottom: 60px;
}

.archive-overview__link {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.archive-overview__link:hover {
	opacity: 0.6;
}

.archive-overview__link::after {
	content: "";
	background: url("../img/icon_arrow_bottom_black.svg") no-repeat center/contain;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	padding-top: 1em;
	position: absolute;
	top: -3px;
	right: 0;
}

.overview-slide {
	width: 33.5%;
	margin: 0 !important;
}

.overview-slide__item {
	aspect-ratio: 560/793;
}

.overview-slide__item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border: 1px solid rgb(233, 233, 233);
}

.overview-slide__thumb {
	position: static !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
	margin-top: 18px;
}

.overview-slide__thumb__item {
	position: relative !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.overview-slide__thumb__item.swiper-pagination-bullet-active {
	background: none;
}

.overview-slide__thumb__item img {
	display: block;
}

.goods-item--pc-3col {
	width: calc((100% - 80px) / 3);
}

.goods-item__slide {
	width: 100%;
}

.goods-item__slide .swiper-pagination {
	position: static;
	margin-top: 10px;
}

.goods-item__slide .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #595757;
	margin: 0 6px !important;
}

.goods-item__slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #0068B5;
}

.goods-item__image img {
	display: block;
}

.goods-item__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	margin-top: 25px;
}

.goods-item__text {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.46;
	color: #6D7682;
	margin-top: 10px;
	text-align: center;
}

.grid-2col .knowledge-item .knowledge-item__image {
	text-align: center;
	margin-bottom: 23px;
}

.grid-2col .knowledge-item .knowledge-item__image img {
	max-height: 350px;
}

.grid-3col .knowledge-item .knowledge-item__image {
	text-align: center;
	margin-bottom: 47px;
}

.grid-3col .knowledge-item .knowledge-item__image img {
	max-height: 230px;
}

.list-fav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #F2F4F9;
	-webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.list-fav-item__body {
	padding: 20px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	width: calc(100% - 90px);
	padding-right: 2%;
}

.list-fav-item__image {
	position: relative;
	width: 177px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}

.list-fav-item__image img {
	aspect-ratio: 3/2;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.list-fav-item__main {
	margin-left: 6.5%;
}

.list-fav-item__main .text-article-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4444;
}

.list-fav-item__remove-btn {
	width: 90px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #E9F2FC;
	border: none;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.list-fav-item__remove-btn:hover {
	background: #CFE9F8;
}

.list-fav-item__remove-btn-text {
	margin-top: 5px;
	display: inline-block;
	color: #0068B5;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(1px);
	-ms-transform: translateX(1px);
	transform: translateX(1px);
}

.favorite-mark {
	color: #FFF;
	width: 30px;
	aspect-ratio: 1/1;
	display: block;
	border: 1px solid #0068B5;
	background: #FFF;
	border-radius: 50%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.favorite-mark.is-active {
	color: #0068b5;
}

.favorite-mark svg {
	display: block;
	width: 14px;
	height: auto;
}

button.favorite-mark {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.search-block {
	position: relative;
	z-index: 50;
}

.search-block__form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.search-block__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 3.5%;
	width: 55.3%;
}

.search-sp-btn {
	display: none;
}

.search-label {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: clamp(1rem, 1.42vw, 1.6rem);
	font-weight: 500;
	border: 1px solid #C0C0C0;
	padding: 19px 2.19em 19px 1.44em;
	height: 56px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.search-label:hover {
	border-color: #0068B5;
}

.search-label::before {
	position: absolute;
	top: 50%;
	right: 1.25em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 7px;
	display: block;
	background: url(../img/arrow_down_black.svg) no-repeat center/contain;
}

.search-item-wrap {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.search-item {
	position: absolute;
	top: 100%;
	left: 0;
	background: #E9F2FC;
	width: 100%;
	padding: 31px 25px;
	z-index: 10;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 100%;
}

.search-item--lg {
	width: 680px;
	padding: 30px;
}

.search-item--md {
	width: 450px;
}

.search-item--max-height {
	max-height: 260px;
	overflow: auto;
}

.search-item__close {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/icon_clear_black.svg) no-repeat center/14px auto;
	width: 30px;
	aspect-ratio: 1/1;
	white-space: nowrap;
	padding: 0;
	text-indent: 100%;
	overflow: hidden;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0;
}

.search-item__close:focus-visible {
	opacity: 1;
}

.form-list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #C0C0C0;
	padding: 18px 0 20px;
}

.form-list-label {
	font-size: 1.4rem;
	font-weight: 700;
	min-width: 100px;
	margin-right: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form-list {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	gap: 5px 10px;
	z-index: 50;
}

.form-list--4col {
	-ms-grid-columns: auto auto auto auto;
	grid-template-columns: auto auto auto auto;
}

.form-list--3col {
	-ms-grid-columns: auto auto auto;
	grid-template-columns: auto auto auto;
}

.form-list--2col {
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
}

.form-list__legend {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.keyword {
	position: relative;
	margin: 0 2.2%;
	width: 26.5%;
}

.keyword__label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.keyword__input {
	margin-right: 24px;
	border-radius: 0;
	width: 100%;
	height: 56px;
	border: 1px solid #C0C0C0;
	font-size: clamp(1rem, 1.42vw, 1.6rem);
	font-weight: 500;
	padding: 0 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.keyword__input::-webkit-input-placeholder {
	color: #6D7682;
}

.keyword__input::-moz-placeholder {
	color: #6D7682;
}

.keyword__input:-ms-input-placeholder {
	color: #6D7682;
}

.keyword__input::-ms-input-placeholder {
	color: #6D7682;
}

.keyword__input::placeholder {
	color: #6D7682;
}

.keyword__input:focus {
	border-color: #0068B5;
}

.conditions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 32px 0 58px;
}

.conditions__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.conditions__list__item a {
	position: relative;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 5px 32px 5px 15px;
	border: 1px solid #C0C0C0;
	border-radius: 16px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.conditions__list__item a:hover {
	border-color: #0068B5;
}

.conditions__list__item a::before {
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	-webkit-mask: url(../img/icon_clear.svg) no-repeat center/contain;
	mask: url(../img/icon_clear.svg) no-repeat center/contain;
	background: currentColor;
}

.conditions__clear {
	margin-left: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.conditions__clear a {
	position: relative;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #ffffff;
	background: #6D7682;
	border-radius: 16px;
	padding: 6px 32px 6px 15px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.conditions__clear a:hover {
	opacity: 0.6;
}

.conditions__clear a::before {
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	background: url(../img/icon_clear.svg) no-repeat center/contain;
}

.form-item {
	margin-bottom: 20px;
}

.form-item__head {
	background: rgba(192, 226, 247, 0.44);
	color: #0068B5;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 18px;
	padding: 10px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.form-item__supplement {
	margin-top: 16px;
}

.form-item__content {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-item__content--confirm {
	margin-top: -8px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 20px;
}

.form-item__content--y {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}

.form-item__sub {
	margin-top: 28px;
}

.form-item__text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.form-item__text:not(:last-child) {
	margin-bottom: 7px;
}

.form-item__lg-text {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}

.form-item__lg-text:not(:last-child) {
	margin-bottom: 7px;
}

.form-item__unit-text {
	font-size: 2rem;
	font-weight: 500;
	padding: 0 17px 0 12px;
	white-space: nowrap;
}

.form-item__unit-text:last-child {
	padding-right: 0;
}

.form-assistance-wrap {
	position: relative;
}

.form-assistance-wrap__label {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.txt-error {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #D50000;
}

.txt-ex {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #707070;
}

.txt-required {
	background: #FF0000;
	display: inline-block;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 3px 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form-control {
	border: 1px solid #BFBFBF;
	background: #FFF;
	border-radius: 0;
	width: 600px;
	max-width: 100%;
	min-width: 0;
	height: 48px;
	padding: 0 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
}

.form-control:focus {
	border-color: #0068B5;
}

.form-control--textarea {
	max-width: initial;
	width: 100%;
	height: 200px;
	resize: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-check {
	cursor: pointer;
	position: relative;
	padding: 2px 0;
	cursor: pointer;
}

.form-check.is-error .form-check__text:before {
	border-color: #0068B5;
}

.form-check__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.04em;
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: 500;
}

.form-check__text:before {
	content: "";
	border: 1px solid #707070;
	border-radius: 2px;
	width: 12px;
	height: 12px;
	display: block;
	margin-top: 6px;
	margin-right: 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #FFF;
}

.form-item .form-check__text:before {
	width: 16px;
	height: 16px;
	border-color: #BFBFBF;
	border-radius: 0;
	margin-top: 4px;
}

.form-check__text::after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border-bottom: 3px solid #0068B5;
	border-right: 3px solid #0068B5;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 3px;
	left: 4px;
	opacity: 0;
}

.form-item .form-check__text::after {
	top: 4px;
	left: 5px;
	border-width: 2px;
}

.form-check input {
	position: absolute;
	top: 0;
	left: 0;
}

.form-check input:checked + .form-check__text {
	position: relative;
}

.form-check input:checked + .form-check__text::after {
	opacity: 1;
}

.form-check input:focus-visible + .form-check__text {
	outline: auto;
}

.form-radio {
	cursor: pointer;
	position: relative;
	padding: 2px 0;
}

.form-radio.is-error .form-radio__text:before {
	border-color: #0068B5;
}

.form-radio__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.04em;
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: 500;
}

.form-radio__text:before {
	content: "";
	border: 1px solid #BFBFBF;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 17px;
	height: 17px;
	display: block;
	margin-top: 3px;
	margin-right: 5px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-radio input {
	position: absolute;
	top: 0;
	left: 0;
}

.form-radio input:checked + .form-radio__text {
	position: relative;
}

.form-radio input:checked + .form-radio__text:before {
	background: #878585;
	-webkit-box-shadow: 0 0 0 3px #FFF inset;
	box-shadow: 0 0 0 3px #FFF inset;
}

.form-radio input:focus-visible + .form-radio__text {
	outline: auto;
}

.form-radio input:disabled + .form-radio__text {
	color: #323232;
}

.form-radio input:disabled + .form-radio__text::before {
	border-color: #323232;
}

.form-file {
	font-size: 2rem;
}

.form-file:focus-visible {
	outline: auto;
}

.form-select {
	border: 1px solid #BFBFBF;
	background: #FFF;
	border-radius: 0;
	width: 600px;
	max-width: 100%;
	height: 48px;
	padding: 0 35px 0 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	background: url(../img/icon_arrow_bottom_black.svg) no-repeat right 16px center, #FFF;
}

.form-select:focus {
	border-color: #0068B5;
}

.check-item-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 45px;
}

.check-item-wrap legend {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.check-item-wrap--y {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.check-item-wrap--y-2col {
	width: 100%;
	gap: 10px 0;
}

.check-item-wrap__col {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 20px;
}

.sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sort__item {
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
}

.sort__item a {
	display: block;
	width: 152px;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 13px 0;
	text-align: center;
	background: #F2F4F9;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sort__item a:hover {
	color: #0068B5;
}

.sort__item[aria-current=page] {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sort__item[aria-current=page] a {
	background: #227EA5;
	color: #ffffff;
}

.article-head {
	padding: 35px 0 0;
	margin-bottom: 45px;
}

.article-head__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 20px;
	margin-bottom: 68px;
}

.article-head__info .article-date {
	margin-top: 8px;
}

.article-title {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.93;
	color: #0068B5;
	margin-bottom: 23px;
	text-align: center;
}

.article-date {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #6D7682;
}

.article-date__new {
	letter-spacing: 0.08em;
	color: #0068B5;
	padding-right: 12px;
}

.cat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.cat-list__item a,
.cat-list__item span {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 8px 12px;
	border: 1px solid #0068B5;
	border-radius: 20px;
	text-decoration: none;
	min-width: 106px;
	text-align: center;
}

.post-content {
	line-height: 2.25;
	letter-spacing: 0.05em;
	color: #221815;
}

/* --------------------------------------------------

post-content　ウィジウィグ

-------------------------------------------------- */

/* --------------------------------------------------

見出し

-------------------------------------------------- */

/* h2 */

.wysiwyg h2,
.post-sttl-large {
	position: relative;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.93;
	letter-spacing: 0.08em;
	margin: 8.03rem 0 5.16rem;
	color: #0068B5;
	text-align: center;
}

/* post-sttl-small */

.wysiwyg h3,
.post-sttl-small {
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.05em;
	padding: 1.5rem 3.1rem;
	margin: 4.24rem 0 2.4rem;
	background: #0068B5;
	color: #ffffff;
}

/* h4 */

.wysiwyg h4 {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding-top: 1.6rem;
	margin: 4rem 0 2.45rem;
	color: #000000;
}

.wysiwyg h4::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	background: #0068B5;
}

/* h5 */

.wysiwyg h5 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding: 0.9rem 1.8rem;
	margin: 2.35rem 0;
	color: #000000;
	border-left: 2px solid #0068B5;
}

/* h6 */

.wysiwyg h6 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 3.05rem 0;
	color: #000000;
}

/* --------------------------------------------------

画像ブロック

-------------------------------------------------- */

/* post-pht */

.post-pht {
	margin-bottom: 60px;
}

.post-pht a {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-pht a:hover {
	opacity: 0.6;
}

.post-pht > div {
	width: 100%;
	text-align: center;
}

.post-pht img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-pht figcaption {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin-top: 1.67rem;
	color: #3A7B98;
}

/* two-post-pht */

.two-post-pht {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.two-post-pht .post-pht {
	vertical-align: top;
	width: 47.8%;
}

.two-post-pht .post-pht figcaption {
	margin-top: 1rem;
}

/* three-post-pht */

.three-post-pht {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.three-post-pht .post-pht {
	vertical-align: top;
	width: 32%;
}

.three-post-pht .post-pht:not(:nth-child(3n)) {
	margin-right: 2%;
}

.three-post-pht .post-pht figcaption {
	margin-top: 1rem;
}

/* four-post-pht */

.four-post-pht {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.four-post-pht .post-pht {
	vertical-align: top;
	width: 23.2%;
}

.four-post-pht .post-pht:not(:nth-child(4n)) {
	margin-right: 2.4%;
}

.four-post-pht .post-pht figcaption {
	margin-top: 1rem;
}

/* post-pht-txt */

.post-pht-txt:after {
	content: "";
	display: block;
	clear: both;
}

.post-pht-txt .post-pht {
	float: right;
	width: 48%;
	margin: 0 0 3.2rem 3.2rem;
	z-index: 10;
	position: relative;
	aspect-ratio: 407/284;
}

.post-pht-txt .wysiwyg {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.post-pht-txt .wysiwyg h2,
.post-pht-txt .wysiwyg h3,
.post-pht-txt .wysiwyg h4,
.post-pht-txt .wysiwyg h5,
.post-pht-txt .wysiwyg h6,
.post-pht-txt blockquote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* iframe-area */

.iframe-area {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 4.5rem;
}

.iframe-area iframe {
	-webkit-filter: saturate(1.2);
	filter: saturate(1.2);
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.iframe-area--map {
	aspect-ratio: 2.22/1;
}

/* --------------------------------------------------

wysiwyg

-------------------------------------------------- */

.wysiwyg {
	margin: 0 0 4rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 1.6rem;
	letter-spacing: 0.05em; /* リンク<a> */ /* 段落 <p> */ /* 太字赤文字 <strong> */ /* 太字 <em> */ /* 斜体 <i> */ /* 下線 <u> */ /* 打ち消し線 <s> */ /* 下付き <sub> */ /* 上付き <sup> */ /* 順序のないリスト <ol> */ /*順序のないリスト <ul> */ /*定義リスト <dl> */ /* インデント <p class="txt-indent"> */ /* ブロック引用文 <blockquote> */ /* 中央揃え <p class="txt-center"> */ /* 右揃え <p class="txt-right"> */ /* 両端揃え <p class="txt-justify"> */ /* ハイパーリンク <a href=""> */ /* テーブル <table> */ /* フォントサイズ小 <span class="font-size-small"> */ /* フォントサイズ中 <span class="font-size-medium"> */ /* フォントサイズ大 <span class="font-size-large"> */ /* 文字の間隔0.5em <span class="font-space-small"> */ /* 文字の間隔1.0em <span class="font-space-medium"> */ /* 文字の間隔1.5em <span class="font-space-large"> */ /* 文字の間隔2.0em <span class="font-space-xlarge"> */ /* アドレス */ /* 短い引用 */ /* 出典 */
}

.wysiwyg a:link,
.wysiwyg a:visited {
	text-decoration: underline;
	color: #0068B5;
}

.wysiwyg p {
	margin-bottom: 1.375em;
}

.wysiwyg strong {
	color: #D50000;
	font-weight: 700;
}

.wysiwyg em {
	font-weight: 700;
}

.wysiwyg i {
	font-style: italic;
	font-family:"MS Pゴシック",sans-serif;
}

.wysiwyg .underline {
	text-decoration: underline;
}

.wysiwyg .strike {
	text-decoration: line-through;
}

.wysiwyg sub {
	font-size: 0.8rem;
	vertical-align: bottom;
}

.wysiwyg sup {
	font-size: 0.8rem;
	vertical-align: top;
}

.wysiwyg ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 2em;
	padding-left: 1.5em; /*横並びリスト<ol> */
}

.wysiwyg ol.horizontal-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wysiwyg ol.horizontal-list li:not(:last-child) {
	margin-right: 4.3em;
}

.wysiwyg ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 2em;
	padding-left: 1em; /*横並びリスト<ul> */
}

.wysiwyg ul.horizontal-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wysiwyg ul.horizontal-list li:not(:last-child) {
	margin-right: 4.3em;
}

.wysiwyg dl {
	margin-bottom: 2em;
	line-height: 1.5; /*横並び定義リスト <dl> */
}

.wysiwyg dl dt {
	display: inline-block;
	padding: 0.2rem 1.4rem 0.7rem;
	background: #E9F2FC;
}

.wysiwyg dl dd {
	padding: 0.4rem 0;
	margin-bottom: 0.6rem;
}

.wysiwyg dl.horizontal-list dt {
	float: left;
	margin-right: 2.4rem;
}

.wysiwyg .txt-indent {
	text-indent: 1em;
}

.wysiwyg blockquote {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.7rem 3.3rem;
	background: #F2F4F9;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 2em;
}

.wysiwyg blockquote p {
	margin: 0;
}

.wysiwyg .txt-center {
	text-align: center;
}

.wysiwyg .txt-right {
	text-align: right;
}

.wysiwyg .txt-justify {
	text-align: justify;
}

.wysiwyg a[href] {
	text-decoration: underline;
	word-break: break-all;
}

.wysiwyg a[href]:hover {
	text-decoration: none;
}

.wysiwyg table:not(.table-default) {
	width: auto;
	border-collapse: collapse;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin-bottom: 2em;
	border-top: 1px solid #C0C0C0;
}

.wysiwyg table:not(.table-default) caption {
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
}

.wysiwyg table:not(.table-default) p {
	margin: 0;
}

.wysiwyg table:not(.table-default) th,
.wysiwyg table:not(.table-default) td {
	padding: 1.6rem;
	border-bottom: 1px solid #C0C0C0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

.wysiwyg table:not(.table-default) th {
	background: #F2F4F9;
	font-weight: bold;
}

.wysiwyg table:not(.table-default) td {
	background: #ffffff;
	font-weight: 500;
}

.wysiwyg table:not(.table-default) .txt-justify {
	-moz-text-align-last: justify;
	text-align-last: justify;
}

.wysiwyg table:not(.table-default).table-center {
	margin: 0 auto 4rem;
}

.wysiwyg table:not(.table-default).table-center caption {
	text-align: center;
}

.wysiwyg table:not(.table-default).table-right {
	margin-left: auto;
}

.wysiwyg table:not(.table-default).table-left {
	margin-right: auto;
}

.wysiwyg .table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	max-width: none;
	margin-bottom: 2em;
}

.wysiwyg .table-scroll::-webkit-scrollbar {
	height: 5px;
}

.wysiwyg .table-scroll::-webkit-scrollbar-track {
	border-radius: 5px;
}

.wysiwyg .table-scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
}

.wysiwyg .table-scroll table {
	margin: 0;
	max-width: none;
}

.wysiwyg .table-scroll table caption {
	text-align: left;
}

.wysiwyg .font-size-small {
	font-size: 0.9rem;
}

.wysiwyg .font-size-medium {
	font-size: 1.8rem;
}

.wysiwyg .font-size-large {
	font-size: 3rem;
}

.wysiwyg .font-space-small {
	letter-spacing: 0.5em;
	margin-left: 0.5em;
}

.wysiwyg .font-space-medium {
	letter-spacing: 1em;
	margin-left: 1em;
}

.wysiwyg .font-space-large {
	letter-spacing: 1.5em;
	margin-left: 1.5em;
}

.wysiwyg .font-space-xlarge {
	letter-spacing: 2em;
	margin-left: 2em;
}

.wysiwyg address {
	background: #F2F4F9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4rem 5.4rem;
	margin-bottom: 2em;
	font-weight: 500;
	font-size: 1.6rem;
}

.wysiwyg address a[href] {
	color: #000;
	text-decoration: none;
}

.wysiwyg q:before {
	content: '"';
}

.wysiwyg q:after {
	content: '"';
}

.wysiwyg q:lang(ja):before {
	content: "『";
}

.wysiwyg q:lang(ja):after {
	content: "』";
}

.wysiwyg q q:before {
	content: "'";
}

.wysiwyg q q:after {
	content: "'";
}

.wysiwyg q q:lang(ja):before {
	content: "「";
}

.wysiwyg q q:lang(ja):after {
	content: "」";
}

.wysiwyg cite {
	font-style: italic;
	font-family: Times New Roman, "ＭＳ Ｐゴシック";
}

.wysiwyg span[style="background-color:#000000"],
.wysiwyg span[style="background-color:#0000FF"],
.wysiwyg span[style="background-color:#0068B5"] {
	color: #FFF;
}

/* --------------------------------------------------

関連ファイル/関連リンク

-------------------------------------------------- */

.related-file,
.related-link {
	margin-bottom: 2.5em;
}

.related-file a,
.related-link a {
	text-decoration: none;
	background: #ffffff;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	padding: 1.3rem 1.6rem;
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	color: #333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-left: auto;
	margin-right: auto;
}

.related-file a::before,
.related-link a::before {
	content: "";
	width: 1.89rem;
	height: 1.89rem;
	display: inline-block;
	-webkit-mask-image: url(../img/icon_link.svg);
	mask-image: url(../img/icon_link.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background: #0068B5;
	margin-right: 1.5rem;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.related-file a[href$=".pdf"],
.related-link a[href$=".pdf"] {
	text-decoration: none;
}

.related-file a[href$=".pdf"]::before,
.related-link a[href$=".pdf"]::before {
	width: 1.5rem;
	height: 1.9rem;
	-webkit-mask-image: url(../img/icon_pdf.svg);
	mask-image: url(../img/icon_pdf.svg);
}

.related-file a[target=_blank]::before,
.related-link a[target=_blank]::before {
	width: 1.8rem;
	height: 1.8rem;
	-webkit-mask-image: url(../img/icon_external.svg);
	mask-image: url(../img/icon_external.svg);
}

.related-file a:hover,
.related-link a:hover {
	color: #0068B5;
}

/* file */

/* link */

/* --------------------------------------------------

ボタン

-------------------------------------------------- */

.post-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 100px;
}

.post-navi__prevnext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 17.1rem;
	margin-bottom: 17px;
}

.post-navi__prevnext__item {
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-navi__prevnext__item:hover {
	opacity: 0.4;
}

.post-navi__prevnext__item::before,
.post-navi__prevnext__item::after {
	display: inline-block;
	content: "";
	vertical-align: middle;
}

.post-navi__prevnext__item--prev::before {
	background: url("../img/icon_arrow_round_left.svg") no-repeat center/contain;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.post-navi__prevnext__item--next {
	margin-left: auto;
}

.post-navi__prevnext__item--next::after {
	background: url("../img/icon_arrow_round_right.svg") no-repeat center/contain;
	margin-left: 10px;
	width: 30px;
	height: 30px;
}

.js-accordion-content {
	display: none;
}

.form-step {
	counter-reset: number;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.form-step__item {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.42;
	letter-spacing: 0.05em;
	position: relative;
	max-width: 290px;
	width: 33.3333333333%;
}

.form-step__item::before {
	counter-increment: number;
	content: counter(number);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #EEEEEE;
	font-weight: 700;
	font-size: 2.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 13px;
	padding: 0 0 3px 0.05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.form-step__item:not(:first-child)::after {
	content: "";
	position: absolute;
	top: 23px;
	right: calc(50% + 24px + 25px);
	width: calc((50% - 24px - 25px) * 2);
	height: 2px;
	background: #DADADA;
}

.form-step__item.is-active::before {
	background: #0068B5;
	color: #FFF;
}

.form-step__item.is-active::after {
	background: #0068B5;
}

.error-area {
	border: 1px solid #BD0303;
	background: #F9EBEB;
	color: #D50000;
	padding: 20px 22px;
}

.error-area__text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3125;
	letter-spacing: 0.05em;
}

.error-area__text > *:not(:last-child) {
	margin-bottom: 1.3123em;
}

.announce {
	background: #F2F4F9;
	padding: 30px 32px 28px;
}

.list-square li {
	padding-left: 1em;
	text-indent: -1em;
}

.list-square li::before {
	content: "■";
}

.list-base li {
	position: relative;
	padding-left: 1em;
}

.list-base li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #323232;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 1em;
	left: 0;
}

.table-default {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.05em;
	width: 100%;
}

.table-default--va-center th,
.table-default--va-center td {
	vertical-align: middle;
}

.table-default th,
.table-default td {
	border: 1px solid #C0C0C0;
	padding: 0.8125em 1.25em;
}

.table-default thead th {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.table-default tbody th {
	text-align: left;
}

.table-default th {
	background: #3A7B98;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.table-default a {
	color: #0068B5;
}

.table-default a:hover {
	text-decoration: none;
}

.table-default a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 0.91875em;
	height: 0.91875em;
	-webkit-mask-image: url(../img/icon_external.svg);
	mask-image: url(../img/icon_external.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background: #0068B5;
	margin-left: 0.25em;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.table-default--contact-lending-form th:nth-child(1) {
	width: 310px;
}

.table-default--contact-lending-form th:nth-child(2) {
	width: 194px;
}

.table-default--contact-lending-form th:nth-child(3) {
	width: 576px;
}

.table-default--access-move th:nth-child(1) {
	width: 315px;
}

.table-default--access-move th:nth-child(2) {
	width: 172px;
}

.table-default--access-move th:nth-child(3) {
	width: 270px;
}

.table-default--access-move th:nth-child(4) {
	width: 143px;
}

.table-default--access-move td {
	font-weight: 500;
}

.table-default--access-move td:nth-child(1) {
	font-weight: 700;
}

.table-default--access-useful th:nth-child(1) {
	width: 242px;
}

.table-default--access-useful th:nth-child(2) {
	width: 206px;
}

.table-default--access-useful th:nth-child(3) {
	width: 150px;
}

.table-default--access-useful th:nth-child(4) {
	width: 302px;
}

.table-default--sm th:nth-child(1),
.table-default--sm td:nth-child(1) {
	width: 330px;
}

.va-center {
	vertical-align: middle;
}

.file-upload-thumbnail {
	font-weight: 500;
}

.file-upload-delete {
	background: #323232;
	border: 1px solid #323232;
	padding: 0.4em 0.6em;
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.file-upload-delete:hover {
	background: #FFF;
	color: #323232;
}

.section-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

.section-2col__head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-2col__content {
	width: 56.7%;
}

.img-sdgs-logo {
	width: 80px;
}

.section-text-image {
	padding: 55px 50px 45px;
	margin-bottom: 65px;
}

.section-text-image--pd0 {
	padding: 0;
}

.section-text-image__content {
	width: 64.4%;
}

.section-text-image__image {
	width: 33.4%;
}

.section-text-image-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
}

.section-text-image-2__content {
	width: 55.5%;
}

.section-text-image-2__image {
	width: 39.8%;
}

.access-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.access-head__main {
	width: 45.6%;
}

.access-head__image {
	width: 46.7%;
	text-align: center;
}

.access-page-link {
	position: relative;
	z-index: 1;
}

.access-page-link--pin::before {
	position: absolute;
	top: 12px;
	right: -12px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 111px;
	height: 164px;
	display: block;
	background: url(../img/icon_pin.svg) no-repeat center/contain;
	z-index: -1;
}

.access-page-link--airplane::before {
	position: absolute;
	top: 14px;
	right: 25px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 275px;
	height: 245px;
	display: block;
	background: url(../img/icon_airplane.svg) no-repeat center/contain;
	z-index: -1;
}

.access-page-link--bicycle::before {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 224px;
	height: 224px;
	display: block;
	background: url(../img/icon_bicycle.svg) no-repeat center/contain;
	z-index: -1;
}

.access-page-link--restroom::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 20px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 142px;
	height: 175px;
	display: block;
	background: url(../img/icon_restroom.svg) no-repeat center/contain;
	z-index: -1;
}

.access-page-link--ship::before {
	position: absolute;
	top: -33px;
	right: 18px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 206px;
	height: 206px;
	display: block;
	background: url(../img/deco_icon_ship.svg) no-repeat center/contain;
	z-index: -1;
}

.access-page-link__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #ffffff;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	color: #0068B5;
	text-align: center;
	height: 60px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.access-page-link__item:hover {
	background: #0068B5;
	color: #ffffff;
}

.access-page-link__item span {
	font-size: 1.3rem;
	padding-top: 3px;
}

.access-wrap {
	border: 1px solid #C2CCD8;
	padding: 70px 7.8% 80px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.access-item__btn {
	position: relative;
	width: 100%;
	border: none;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #0068B5;
	background: #F2F4F9;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 26px 70px 26px 24px;
}

.access-item__btn::before,
.access-item__btn::after {
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 2px;
	height: 18px;
	display: block;
	background: #323232;
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.access-item__btn::after {
	-webkit-transform: translate(50%, -50%) rotate(90deg);
	-ms-transform: translate(50%, -50%) rotate(90deg);
	transform: translate(50%, -50%) rotate(90deg);
}

.access-item__btn span {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	aspect-ratio: 1/1;
	background: #ffffff;
}

.access-item__btn.is-opend::before {
	opacity: 0;
}

.access-item__contents {
	padding: 20px 0 30px;
}

.access-item__time {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #6D7682;
	text-align: right;
	margin-bottom: 5px;
}

.access-item__time::before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../img/icon_time.svg) no-repeat center/contain;
	margin-right: 12px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.access-item__place__main {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	background: #E9F2FC;
	padding: 16px 15px 17px 37px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.access-item__place__main--destination {
	position: relative;
	background: #227EA5;
	color: #ffffff;
}

.access-item__place__main--destination::before {
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 34px;
	height: 24px;
	display: block;
	background: url(../img/icon_access_port.svg) no-repeat center/contain;
}

.access-item__place__time {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #6D7682;
	padding: 7px 0 7px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.access-item__place__time::before {
	position: absolute;
	top: 0;
	left: 31px;
	content: "";
	width: 5px;
	height: 100%;
	display: block;
	background: #323232;
}

.access-item__place__time img {
	width: 40px;
	margin-right: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.access-item__place__time--airplane::before {
	background: #0068B5;
}

.access-item__place__time--onfoot::before {
	background: #6D7682;
}

.access-item__place__time--train::before {
	background: #6D7682;
}

.access-item__place__time--bullet-train::before {
	background: #2F837B;
}

.access-item__place__time--ship::before {
	background: #51AEB5;
}

.page-bottom-link {
	position: relative;
	background: #E9F2FC;
	padding: 64px 0 49px;
	z-index: 1;
}

.page-bottom-link--ship::before {
	position: absolute;
	top: 50%;
	right: 34px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 207px;
	height: 207px;
	display: block;
	background: url(../img/deco_icon_ship.svg) no-repeat center/contain;
	z-index: -1;
}

.page-bottom-link--airplane::before {
	position: absolute;
	top: 50%;
	right: -43px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 248px;
	height: 272px;
	display: block;
	background: url(../img/deco_icon_airplane.svg) no-repeat center/contain;
	z-index: -1;
}

.page-bottom-link--pin::before {
	position: absolute;
	top: 50%;
	right: 34px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 111px;
	height: 164px;
	display: block;
	background: url(../img/deco_icon_pin.svg) no-repeat center/contain;
	z-index: -1;
}

.page-bottom-link--parking::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 386px;
	height: 312px;
	display: block;
	background: url(../img/deco_icon_parking.svg) no-repeat center/contain;
	z-index: -1;
}

.page-bottom-link--bicycle::before {
	position: absolute;
	top: 39%;
	right: -27px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 224px;
	height: 224px;
	display: block;
	background: url(../img/deco_icon_bicycle.svg) no-repeat center/contain;
	z-index: -1;
}

.page-bottom-link--car::before {
	position: absolute;
	top: 34%;
	right: -25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 220px;
	height: 220px;
	display: block;
	background: url(../img/deco_icon_car.svg) no-repeat center/contain;
	z-index: -1;
}

.page-bottom-link__text {
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-align: center;
	color: #0068B5;
}

.page-bottom-link__text span {
	font-size: 2.6rem;
}

.page-bottom-link__text--lh-lg {
	line-height: 1.7;
}

.access-island-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.access-island-info__image {
	width: 50%;
}

.access-island-info__image--sm {
	width: 35.5%;
}

.access-island-info__main {
	width: 44.7%;
}

.access-island-info__main--sm {
	width: 41%;
}

.access-in-wrap {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.table-time {
	width: 100%;
	max-width: 692px;
	table-layout: fixed;
}

.table-time--pc-100 {
	max-width: none;
}

.table-time th,
.table-time td {
	border: 1px solid #C0C0C0;
	text-align: center;
}

.table-time thead th {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #3A7B98;
	background: #F2F4F9;
	padding: 16px 0;
	vertical-align: middle;
}

.table-time tbody td {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.625;
	padding: 6.5px 0;
	vertical-align: middle;
}

.table-time tbody tr:nth-child(even) td {
	background: #F2F4F9;
}

.app-access-wrap {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.app-access {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}

.app-access__main {
	width: 50%;
}

.app-access__image {
	width: 40%;
	margin-right: 10px;
}

.app-access__free__icon {
	display: inline-block;
	width: 54px;
	vertical-align: middle;
	margin-right: 21px;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.about-area__map {
	max-width: 945px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
}

.about-area__map img {
	width: 100%;
}

.venue-area-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.app-block {
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}


.venue-area-list__item:not(:last-child) {
	margin-bottom: 30px;
}

.venue-area-list__label {
	width: 73px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	padding: 6px 0;
	margin-right: 28px;
}

.venue-area-list__label--black {
	background: #323232;
}

.venue-area-list__label--green {
	background: #2F837B;
}

.venue-area-list__label--blue {
	background: #466CA6;
}

.venue-area-list__label--red {
	background: #AA6255;
}

.venue-area-list__text {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.86;
}

.logo-sponsor01 {
	max-width: 560px;
	margin: 0 auto;
}

.logo-sponsor01 li {
	display: block;
	margin-bottom: 50px;
}

.logo-sponsor02 {
	max-width: 600px;
	margin: 0 auto 60px;
}

.logo-sponsor02 li {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

.logo-sponsor03 {
	max-width: 877px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-sponsor03 li {
	margin-bottom: 35px;
	width: 50%;
}

.logo-sponsor04 {
	max-width: 877px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 50px;
}

.logo-sponsor04 li {
	margin-bottom: 30px;
	width: 33.33%;
}

.logo-sponsor05 {
	max-width: 877px;
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-sponsor05 li {
	width: 25%;
}

.logo-sponsor06 {
	text-align: center;
}

.logo-sponsor06 li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.logo-sponsor06 li a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.logo-sponsor06 li a::after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url(../img/icon_external.svg) no-repeat center/contain;
	margin-left: 0.2em;
}

.logo-sponsor06 li a:hover {
	opacity: 0.6;
}

.logo-sponsor07 {
	text-align: center;
}

.logo-sponsor07 li {
	display: inline-block;
	margin: 0 7px;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.logo-sponsor07 li a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.logo-sponsor07 li a::after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url(../img/icon_external.svg) no-repeat center/contain;
	margin-left: 0.2em;
}

.logo-sponsor07 li a:hover {
	color: #0068B5;
}

.logo-sponsor07--left {
	text-align: left;
}

.logo-sponsor07--left li {
	margin: 0 14px 0 0;
}

.place-head {
	position: relative;
}

.place-head .favorite-mark {
	position: absolute;
	bottom: 18px;
	right: 18px;
}

.place-head__title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffffff;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 28px 48px;
}

.gap-0 {
	gap: 0px;
}

.gap-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-y-0 {
	row-gap: 0px;
}

.gap-5 {
	gap: 5px;
}

.gap-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-y-5 {
	row-gap: 5px;
}

.gap-10 {
	gap: 10px;
}

.gap-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-y-10 {
	row-gap: 10px;
}

.gap-12 {
	gap: 12px;
}

.gap-x-12 {
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.gap-y-12 {
	row-gap: 12px;
}

.gap-15 {
	gap: 15px;
}

.gap-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-y-15 {
	row-gap: 15px;
}

.gap-20 {
	gap: 20px;
}

.gap-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-y-20 {
	row-gap: 20px;
}

.gap-25 {
	gap: 25px;
}

.gap-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-y-25 {
	row-gap: 25px;
}

.gap-30 {
	gap: 30px;
}

.gap-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-y-30 {
	row-gap: 30px;
}

.gap-35 {
	gap: 35px;
}

.gap-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-y-35 {
	row-gap: 35px;
}

.gap-40 {
	gap: 40px;
}

.gap-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-y-40 {
	row-gap: 40px;
}

.gap-45 {
	gap: 45px;
}

.gap-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-y-45 {
	row-gap: 45px;
}

.gap-50 {
	gap: 50px;
}

.gap-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-y-50 {
	row-gap: 50px;
}

.gap-55 {
	gap: 55px;
}

.gap-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-y-55 {
	row-gap: 55px;
}

.gap-60 {
	gap: 60px;
}

.gap-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-y-60 {
	row-gap: 60px;
}

.gap-65 {
	gap: 65px;
}

.gap-x-65 {
	-webkit-column-gap: 65px;
	-moz-column-gap: 65px;
	column-gap: 65px;
}

.gap-y-65 {
	row-gap: 65px;
}

.gap-70 {
	gap: 70px;
}

.gap-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-y-70 {
	row-gap: 70px;
}

.gap-75 {
	gap: 75px;
}

.gap-x-75 {
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px;
}

.gap-y-75 {
	row-gap: 75px;
}

.gap-80 {
	gap: 80px;
}

.gap-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-y-80 {
	row-gap: 80px;
}

.gap-85 {
	gap: 85px;
}

.gap-x-85 {
	-webkit-column-gap: 85px;
	-moz-column-gap: 85px;
	column-gap: 85px;
}

.gap-y-85 {
	row-gap: 85px;
}

.gap-90 {
	gap: 90px;
}

.gap-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-y-90 {
	row-gap: 90px;
}

.gap-95 {
	gap: 95px;
}

.gap-x-95 {
	-webkit-column-gap: 95px;
	-moz-column-gap: 95px;
	column-gap: 95px;
}

.gap-y-95 {
	row-gap: 95px;
}

.gap-100 {
	gap: 100px;
}

.gap-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-y-100 {
	row-gap: 100px;
}

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff; /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

.swiper-button-prev,
.swiper-button-next {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: 74px;
	height: 56px;
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	background: #ffffff;
	-webkit-box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
	box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #D6EEF6;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 10px;
	height: 19px;
	display: block;
	background: url(../img/arrow_blue.svg) no-repeat center/contain;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	-ms-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

/* Navigation font end */

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-left: auto;
		--swiper-pagination-right: 8px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto;
		--swiper-pagination-fraction-color: inherit;
		--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
		--swiper-pagination-progressbar-size: 4px;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-border-radius: 50%;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: #ffffff;
	border: 1px solid #6D7682;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	background: #0068B5;
	border-color: #0068B5;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.modal { /* font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; */
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10000;
}

.modal__container {
	background-color: #fff;
	padding: 30px 20px 25px;
	min-width: 384px;
	max-width: 850px;
	max-height: 100vh;
	border-radius: 4px;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #00449e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal__close {
	background: transparent;
	border: 0;
}

.modal__header .modal__close:before {
	content: "✕";
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
	font-size: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	border-radius: 0.25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform 0.25s ease-out;
	-webkit-transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

.modal__close-wrap {
	text-align: center;
	margin-top: 25px;
}

.modal__close-btn {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	margin: 0 auto;
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.modal__close-btn:hover {
	opacity: 0.6;
}

/**************************\
  Demo Animation Style
\**************************/

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

@media screen and (min-height: calc(85vw - 100px)) and (min-width: 641px) {

.mainvisual__image img {
	-o-object-position: right center;
	object-position: right center;
	width: 140%;
	height: auto;
	top: 0;
}

}

@media screen and (min-width: 1101px) and (max-height: 830px) {

.global-menu--multi-column {
	gap: 2vw 5.8%;
}

}

@media screen and (max-width: 1260px) {

.header-navi { /* minipc */
	gap: 0 35px;
}

.lang-select { /* minipc */
	width: 150px;
	margin-left: 30px;
}

.lang-select__trg { /* minipc */
	padding-left: 30px;
}

.lang-select__item a { /* minipc */
	padding-left: 30px;
}

}

@media screen and (max-width: 1100px) {

.d-tab-none { /* tab */
	display: none !important;
}

.tab-only { /* tab */
	display: block !important;
}

.l-wrapper { /* tab */
}

.l-wrapper--tab-sm {
	max-width: 700px;
}

/* tab */

.grid-tab-1col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.grid-tab-2col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.grid-tab-3col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.grid-tab-4col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.grid-tab-5col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.header-logo { /* tab */
	width: 278px;
}

.header-navi { /* tab */
	display: none;
}

.global-navi { /* tab */
	font-size: 1.6rem;
}

.global-navi__head__contents { /* tab */
	width: 100%;
	margin-left: 0;
	max-width: initial;
}

.global-navi__main { /* tab */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.global-navi__menu-1 { /* tab */
	width: 100%;
	margin-top: 0;
}

.global-navi__menu-2 { /* tab */
	margin-top: 30px;
	width: 100%;
	max-width: initial;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 0 30px;
}

.global-navi__banners { /* tab */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 20px;
}

.global-menu { /* tab */
	gap: 0 30px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.global-menu--multi-column { /* tab */
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.navi-logo { /* tab */
	display: none;
}

.page-title-links__trg { /* tab */
	display: block;
	background: none;
	padding: 0 42px 0 10px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	position: relative;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	height: 100%;
}

.page-title-links__trg::after {
	content: "";
	display: block;
	width: 12px;
	height: 7px;
	background: url(../img/arrow_down_black.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-title-links__main { /* tab */
	position: absolute;
	top: 100%;
	right: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-title-links__main[aria-hidden=true] {
	opacity: 0;
	visibility: hidden;
}

.page-title-links__list { /* tab */
	display: block;
	width: 250px;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
	padding: 15px 0 25px;
}

.page-title-links__item { /* tab */
	font-size: 1.6rem;
	text-align: left;
}

.page-title-links__item:not(:last-child)::after { /* tab */
	content: none;
}

.page-title-links__item a { /* tab */
	padding: 10px 30px;
	height: auto;
}

.page-title-links__item a span { /* tab */
	height: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.page-title-links__item[aria-current] a span::after { /* tab */
	opacity: 0;
}

.sns-list { /* tab */
	gap: 0 18px;
}

.home-emergency { /* tab */
	display: block;
	padding-right: 0;
}

.home-emergency__heading { /* tab */
	width: 100%;
	margin-bottom: 20px;
}

.home-emergency__contents { /* tab */
	width: 100%;
}

.term-list { /* tab */
	gap: 25px;
}

.term-list__main { /* tab */
	width: calc(100% - 30px);
}

.home-news { /* tab */
	display: block;
	padding: 40px 5%;
}

.home-news__heading { /* tab */
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.home-news__contents { /* tab */
	width: 100%;
}

.home-about__main { /* tab */
	margin-left: 33%;
}

.home-about__heading { /* tab */
	letter-spacing: 0.4em;
}

.home-about__images { /* tab */
	width: 95%;
	margin-left: auto !important;
	margin-right: -20px !important;
}

.home-area { /* tab */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-area__main { /* tab */
	width: auto;
}

.home-area__heading { /* tab */
	margin-bottom: 32px;
	text-align: center;
	white-space: wrap;
}

.home-area__map { /* tab */
	width: 100%;
	margin-right: 0;
}

.home-area__map img { /* tab */
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	margin-left: auto;
	margin-right: auto;
}

.home-post-slider { /* tab */
	display: block;
}

.home-post-slider::before { /* tab */
	content: none;
}

.home-post-slider__heading { /* tab */
	margin-bottom: 29px;
}

.home-post-slider__contents { /* tab */
	width: 100%;
}

.home-post-slider__contents::after { /* tab */
	left: calc(50% + 50vw - 65px);
	width: 93px;
}

.page-link__item { /* tab */
	padding: 40px 4% 40px calc(3.78% + 42px);
}

.page-link__item::after { /* tab */
	top: auto;
	bottom: 13px;
	right: 17px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	width: 15px;
	height: 10px;
}

.application { /* tab */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 0 20px 30px;
}

.application__main { /* tab */
	padding-bottom: 0;
	width: 100%;
	text-align: center;
}

.application__image { /* tab */
	margin: 0 auto 20px;
}

.app-buttons { /* tab */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-tab-links--tab-2col { /* tab */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.page-tab-links--tab-2col .page-tab-links__item {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.page-tab-links--tab-2col .page-tab-links__item--tab-100 {
	width: 100%;
}

.page-tab-links__item--tab-100 { /* tab */
	width: 100%;
}

.artist-head { /* tab */
	padding-left: 35px;
}

.article-info { /* tab */
	padding: 0 4% 30px;
}

.post-slider-3 { /* tab */
	position: relative;
	overflow: visible;
}

.post-slider-3::after {
	position: absolute;
	top: 0;
	left: calc(50% + 50vw - 75px);
	content: "";
	width: 93px;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#F2F4F9));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F2F4F9);
	z-index: 2;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}

.post-slider-3 .swiper-slide { /* tab */
	width: 310px;
}

.post-slider-3__navi-wrap { /* tab */
	display: none;
}

.ticket-link__item { /* tab */
	min-width: 340px;
}

.search-item { /* tab */
	padding: 20px 15px;
	max-width: 70vw;
}

.form-list { /* tab */
	gap: 15px 10px;
}

.table-scroll-wrap { /* tab */
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	max-width: none;
	margin-bottom: 2em;
}

.table-scroll-wrap::-webkit-scrollbar {
	height: 5px;
}

.table-scroll-wrap::-webkit-scrollbar-track {
	border-radius: 5px;
}

.table-scroll-wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
}

.table-scroll-wrap table {
	margin: 0;
	max-width: 1080px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.table-scroll-wrap table caption {
	text-align: left;
}

.table-default--contact-lending-form th:nth-child(1) { /* tab */
	width: auto;
}

.table-default--contact-lending-form th:nth-child(2) { /* tab */
	width: auto;
}

.table-default--contact-lending-form th:nth-child(3) { /* tab */
	width: auto;
}

.venue-area-list { /* tab */
	margin-bottom: 60px;
}

.venue-area-list__item:not(:last-child) { /* tab */
	margin-bottom: 20px;
}

/* tab */

.gap-tab-0 {
	gap: 0px;
}

.gap-tab-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-tab-y-0 {
	row-gap: 0px;
}

/* tab */

.gap-tab-5 {
	gap: 5px;
}

.gap-tab-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-tab-y-5 {
	row-gap: 5px;
}

/* tab */

.gap-tab-10 {
	gap: 10px;
}

.gap-tab-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-tab-y-10 {
	row-gap: 10px;
}

/* tab */

.gap-tab-12 {
	gap: 12px;
}

.gap-tab-x-12 {
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.gap-tab-y-12 {
	row-gap: 12px;
}

/* tab */

.gap-tab-15 {
	gap: 15px;
}

.gap-tab-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-tab-y-15 {
	row-gap: 15px;
}

/* tab */

.gap-tab-20 {
	gap: 20px;
}

.gap-tab-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-tab-y-20 {
	row-gap: 20px;
}

/* tab */

.gap-tab-25 {
	gap: 25px;
}

.gap-tab-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-tab-y-25 {
	row-gap: 25px;
}

/* tab */

.gap-tab-30 {
	gap: 30px;
}

.gap-tab-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-tab-y-30 {
	row-gap: 30px;
}

/* tab */

.gap-tab-35 {
	gap: 35px;
}

.gap-tab-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-tab-y-35 {
	row-gap: 35px;
}

/* tab */

.gap-tab-40 {
	gap: 40px;
}

.gap-tab-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-tab-y-40 {
	row-gap: 40px;
}

/* tab */

.gap-tab-45 {
	gap: 45px;
}

.gap-tab-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-tab-y-45 {
	row-gap: 45px;
}

/* tab */

.gap-tab-50 {
	gap: 50px;
}

.gap-tab-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-tab-y-50 {
	row-gap: 50px;
}

/* tab */

.gap-tab-55 {
	gap: 55px;
}

.gap-tab-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-tab-y-55 {
	row-gap: 55px;
}

/* tab */

.gap-tab-60 {
	gap: 60px;
}

.gap-tab-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-tab-y-60 {
	row-gap: 60px;
}

/* tab */

.gap-tab-65 {
	gap: 65px;
}

.gap-tab-x-65 {
	-webkit-column-gap: 65px;
	-moz-column-gap: 65px;
	column-gap: 65px;
}

.gap-tab-y-65 {
	row-gap: 65px;
}

/* tab */

.gap-tab-70 {
	gap: 70px;
}

.gap-tab-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-tab-y-70 {
	row-gap: 70px;
}

/* tab */

.gap-tab-75 {
	gap: 75px;
}

.gap-tab-x-75 {
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px;
}

.gap-tab-y-75 {
	row-gap: 75px;
}

/* tab */

.gap-tab-80 {
	gap: 80px;
}

.gap-tab-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-tab-y-80 {
	row-gap: 80px;
}

/* tab */

.gap-tab-85 {
	gap: 85px;
}

.gap-tab-x-85 {
	-webkit-column-gap: 85px;
	-moz-column-gap: 85px;
	column-gap: 85px;
}

.gap-tab-y-85 {
	row-gap: 85px;
}

/* tab */

.gap-tab-90 {
	gap: 90px;
}

.gap-tab-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-tab-y-90 {
	row-gap: 90px;
}

/* tab */

.gap-tab-95 {
	gap: 95px;
}

.gap-tab-x-95 {
	-webkit-column-gap: 95px;
	-moz-column-gap: 95px;
	column-gap: 95px;
}

.gap-tab-y-95 {
	row-gap: 95px;
}

/* tab */

.gap-tab-100 {
	gap: 100px;
}

.gap-tab-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-tab-y-100 {
	row-gap: 100px;
}

}

@media screen and (max-width: 980px) {

.announce-banner {
	position: absolute;
	top: calc(100% - 250px);
	right: 0;
	z-index: 1000;
	width: 280px;
	transform: translateX(0);
	}

.mainvisual__image {
	padding-top: 0;
	padding-bottom: 250px;
	}

.mainvisual__image img { 
	-o-object-fit: fill;
	object-fit: fill;
	top: auto;
	left: 0;
	bottom: 160px;
	width: auto;
    height: auto;
    object-fit: inherit;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: inherit;
    margin: 0 auto;

}

}



@media screen and (max-width: 640px) {

body { /* sp */
	font-size: 1.4rem;
}

.sp-text-align-right { /* sp */
	text-align: right;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.sp-only-3 { /* sp */
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.pc-only-3 { /* sp */
	display: none !important;
}

.tab-only { /* sp */
	display: none !important;
}

.fw-sp-normal { /* sp */
	font-weight: 400;
}

/* sp */

.mt-sp-0 {
	margin-top: 0px !important;
}

.mb-sp-0 {
	margin-bottom: 0px !important;
}

.mr-sp-0 {
	margin-right: 0px !important;
}

.ml-sp-0 {
	margin-left: 0px !important;
}

.mx-sp-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-sp-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* sp */

.p-sp-0 {
	padding: 0px !important;
}

.pt-sp-0 {
	padding-top: 0px !important;
}

.pb-sp-0 {
	padding-bottom: 0px !important;
}

.pr-sp-0 {
	padding-right: 0px !important;
}

.pl-sp-0 {
	padding-left: 0px !important;
}

.px-sp-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-sp-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* sp */

.mt-sp-5 {
	margin-top: 5px !important;
}

.mb-sp-5 {
	margin-bottom: 5px !important;
}

.mr-sp-5 {
	margin-right: 5px !important;
}

.ml-sp-5 {
	margin-left: 5px !important;
}

.mx-sp-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-sp-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* sp */

.p-sp-5 {
	padding: 5px !important;
}

.pt-sp-5 {
	padding-top: 5px !important;
}

.pb-sp-5 {
	padding-bottom: 5px !important;
}

.pr-sp-5 {
	padding-right: 5px !important;
}

.pl-sp-5 {
	padding-left: 5px !important;
}

.px-sp-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-sp-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/* sp */

.mt-sp-10 {
	margin-top: 10px !important;
}

.mb-sp-10 {
	margin-bottom: 10px !important;
}

.mr-sp-10 {
	margin-right: 10px !important;
}

.ml-sp-10 {
	margin-left: 10px !important;
}

.mx-sp-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-sp-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* sp */

.p-sp-10 {
	padding: 10px !important;
}

.pt-sp-10 {
	padding-top: 10px !important;
}

.pb-sp-10 {
	padding-bottom: 10px !important;
}

.pr-sp-10 {
	padding-right: 10px !important;
}

.pl-sp-10 {
	padding-left: 10px !important;
}

.px-sp-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-sp-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* sp */

.mt-sp-15 {
	margin-top: 15px !important;
}

.mb-sp-15 {
	margin-bottom: 15px !important;
}

.mr-sp-15 {
	margin-right: 15px !important;
}

.ml-sp-15 {
	margin-left: 15px !important;
}

.mx-sp-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-sp-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* sp */

.p-sp-15 {
	padding: 15px !important;
}

.pt-sp-15 {
	padding-top: 15px !important;
}

.pb-sp-15 {
	padding-bottom: 15px !important;
}

.pr-sp-15 {
	padding-right: 15px !important;
}

.pl-sp-15 {
	padding-left: 15px !important;
}

.px-sp-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-sp-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* sp */

.mt-sp-20 {
	margin-top: 20px !important;
}

.mb-sp-20 {
	margin-bottom: 20px !important;
}

.mr-sp-20 {
	margin-right: 20px !important;
}

.ml-sp-20 {
	margin-left: 20px !important;
}

.mx-sp-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-sp-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* sp */

.p-sp-20 {
	padding: 20px !important;
}

.pt-sp-20 {
	padding-top: 20px !important;
}

.pb-sp-20 {
	padding-bottom: 20px !important;
}

.pr-sp-20 {
	padding-right: 20px !important;
}

.pl-sp-20 {
	padding-left: 20px !important;
}

.px-sp-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-sp-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* sp */

.mt-sp-25 {
	margin-top: 25px !important;
}

.mb-sp-25 {
	margin-bottom: 25px !important;
}

.mr-sp-25 {
	margin-right: 25px !important;
}

.ml-sp-25 {
	margin-left: 25px !important;
}

.mx-sp-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-sp-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* sp */

.p-sp-25 {
	padding: 25px !important;
}

.pt-sp-25 {
	padding-top: 25px !important;
}

.pb-sp-25 {
	padding-bottom: 25px !important;
}

.pr-sp-25 {
	padding-right: 25px !important;
}

.pl-sp-25 {
	padding-left: 25px !important;
}

.px-sp-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-sp-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/* sp */

.mt-sp-30 {
	margin-top: 30px !important;
}

.mb-sp-30 {
	margin-bottom: 30px !important;
}

.mr-sp-30 {
	margin-right: 30px !important;
}

.ml-sp-30 {
	margin-left: 30px !important;
}

.mx-sp-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-sp-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* sp */

.p-sp-30 {
	padding: 30px !important;
}

.pt-sp-30 {
	padding-top: 30px !important;
}

.pb-sp-30 {
	padding-bottom: 30px !important;
}

.pr-sp-30 {
	padding-right: 30px !important;
}

.pl-sp-30 {
	padding-left: 30px !important;
}

.px-sp-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-sp-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* sp */

.mt-sp-35 {
	margin-top: 35px !important;
}

.mb-sp-35 {
	margin-bottom: 35px !important;
}

.mr-sp-35 {
	margin-right: 35px !important;
}

.ml-sp-35 {
	margin-left: 35px !important;
}

.mx-sp-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-sp-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* sp */

.p-sp-35 {
	padding: 35px !important;
}

.pt-sp-35 {
	padding-top: 35px !important;
}

.pb-sp-35 {
	padding-bottom: 35px !important;
}

.pr-sp-35 {
	padding-right: 35px !important;
}

.pl-sp-35 {
	padding-left: 35px !important;
}

.px-sp-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-sp-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

/* sp */

.mt-sp-40 {
	margin-top: 40px !important;
}

.mb-sp-40 {
	margin-bottom: 40px !important;
}

.mr-sp-40 {
	margin-right: 40px !important;
}

.ml-sp-40 {
	margin-left: 40px !important;
}

.mx-sp-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-sp-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* sp */

.p-sp-40 {
	padding: 40px !important;
}

.pt-sp-40 {
	padding-top: 40px !important;
}

.pb-sp-40 {
	padding-bottom: 40px !important;
}

.pr-sp-40 {
	padding-right: 40px !important;
}

.pl-sp-40 {
	padding-left: 40px !important;
}

.px-sp-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-sp-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* sp */

.mt-sp-45 {
	margin-top: 45px !important;
}

.mb-sp-45 {
	margin-bottom: 45px !important;
}

.mr-sp-45 {
	margin-right: 45px !important;
}

.ml-sp-45 {
	margin-left: 45px !important;
}

.mx-sp-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-sp-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

/* sp */

.p-sp-45 {
	padding: 45px !important;
}

.pt-sp-45 {
	padding-top: 45px !important;
}

.pb-sp-45 {
	padding-bottom: 45px !important;
}

.pr-sp-45 {
	padding-right: 45px !important;
}

.pl-sp-45 {
	padding-left: 45px !important;
}

.px-sp-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-sp-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

/* sp */

.mt-sp-50 {
	margin-top: 50px !important;
}

.mb-sp-50 {
	margin-bottom: 50px !important;
}

.mr-sp-50 {
	margin-right: 50px !important;
}

.ml-sp-50 {
	margin-left: 50px !important;
}

.mx-sp-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-sp-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

/* sp */

.p-sp-50 {
	padding: 50px !important;
}

.pt-sp-50 {
	padding-top: 50px !important;
}

.pb-sp-50 {
	padding-bottom: 50px !important;
}

.pr-sp-50 {
	padding-right: 50px !important;
}

.pl-sp-50 {
	padding-left: 50px !important;
}

.px-sp-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-sp-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* sp */

.mt-sp-55 {
	margin-top: 55px !important;
}

.mb-sp-55 {
	margin-bottom: 55px !important;
}

.mr-sp-55 {
	margin-right: 55px !important;
}

.ml-sp-55 {
	margin-left: 55px !important;
}

.mx-sp-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-sp-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

/* sp */

.p-sp-55 {
	padding: 55px !important;
}

.pt-sp-55 {
	padding-top: 55px !important;
}

.pb-sp-55 {
	padding-bottom: 55px !important;
}

.pr-sp-55 {
	padding-right: 55px !important;
}

.pl-sp-55 {
	padding-left: 55px !important;
}

.px-sp-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-sp-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

/* sp */

.mt-sp-60 {
	margin-top: 60px !important;
}

.mb-sp-60 {
	margin-bottom: 60px !important;
}

.mr-sp-60 {
	margin-right: 60px !important;
}

.ml-sp-60 {
	margin-left: 60px !important;
}

.mx-sp-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-sp-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

/* sp */

.p-sp-60 {
	padding: 60px !important;
}

.pt-sp-60 {
	padding-top: 60px !important;
}

.pb-sp-60 {
	padding-bottom: 60px !important;
}

.pr-sp-60 {
	padding-right: 60px !important;
}

.pl-sp-60 {
	padding-left: 60px !important;
}

.px-sp-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-sp-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

/* sp */

.mt-sp-65 {
	margin-top: 65px !important;
}

.mb-sp-65 {
	margin-bottom: 65px !important;
}

.mr-sp-65 {
	margin-right: 65px !important;
}

.ml-sp-65 {
	margin-left: 65px !important;
}

.mx-sp-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-sp-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

/* sp */

.p-sp-65 {
	padding: 65px !important;
}

.pt-sp-65 {
	padding-top: 65px !important;
}

.pb-sp-65 {
	padding-bottom: 65px !important;
}

.pr-sp-65 {
	padding-right: 65px !important;
}

.pl-sp-65 {
	padding-left: 65px !important;
}

.px-sp-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-sp-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

/* sp */

.mt-sp-70 {
	margin-top: 70px !important;
}

.mb-sp-70 {
	margin-bottom: 70px !important;
}

.mr-sp-70 {
	margin-right: 70px !important;
}

.ml-sp-70 {
	margin-left: 70px !important;
}

.mx-sp-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-sp-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

/* sp */

.p-sp-70 {
	padding: 70px !important;
}

.pt-sp-70 {
	padding-top: 70px !important;
}

.pb-sp-70 {
	padding-bottom: 70px !important;
}

.pr-sp-70 {
	padding-right: 70px !important;
}

.pl-sp-70 {
	padding-left: 70px !important;
}

.px-sp-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-sp-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

/* sp */

.mt-sp-75 {
	margin-top: 75px !important;
}

.mb-sp-75 {
	margin-bottom: 75px !important;
}

.mr-sp-75 {
	margin-right: 75px !important;
}

.ml-sp-75 {
	margin-left: 75px !important;
}

.mx-sp-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-sp-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

/* sp */

.p-sp-75 {
	padding: 75px !important;
}

.pt-sp-75 {
	padding-top: 75px !important;
}

.pb-sp-75 {
	padding-bottom: 75px !important;
}

.pr-sp-75 {
	padding-right: 75px !important;
}

.pl-sp-75 {
	padding-left: 75px !important;
}

.px-sp-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-sp-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

/* sp */

.mt-sp-80 {
	margin-top: 80px !important;
}

.mb-sp-80 {
	margin-bottom: 80px !important;
}

.mr-sp-80 {
	margin-right: 80px !important;
}

.ml-sp-80 {
	margin-left: 80px !important;
}

.mx-sp-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-sp-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

/* sp */

.p-sp-80 {
	padding: 80px !important;
}

.pt-sp-80 {
	padding-top: 80px !important;
}

.pb-sp-80 {
	padding-bottom: 80px !important;
}

.pr-sp-80 {
	padding-right: 80px !important;
}

.pl-sp-80 {
	padding-left: 80px !important;
}

.px-sp-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-sp-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

/* sp */

.mt-sp-85 {
	margin-top: 85px !important;
}

.mb-sp-85 {
	margin-bottom: 85px !important;
}

.mr-sp-85 {
	margin-right: 85px !important;
}

.ml-sp-85 {
	margin-left: 85px !important;
}

.mx-sp-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-sp-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

/* sp */

.p-sp-85 {
	padding: 85px !important;
}

.pt-sp-85 {
	padding-top: 85px !important;
}

.pb-sp-85 {
	padding-bottom: 85px !important;
}

.pr-sp-85 {
	padding-right: 85px !important;
}

.pl-sp-85 {
	padding-left: 85px !important;
}

.px-sp-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-sp-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

/* sp */

.mt-sp-90 {
	margin-top: 90px !important;
}

.mb-sp-90 {
	margin-bottom: 90px !important;
}

.mr-sp-90 {
	margin-right: 90px !important;
}

.ml-sp-90 {
	margin-left: 90px !important;
}

.mx-sp-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-sp-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

/* sp */

.p-sp-90 {
	padding: 90px !important;
}

.pt-sp-90 {
	padding-top: 90px !important;
}

.pb-sp-90 {
	padding-bottom: 90px !important;
}

.pr-sp-90 {
	padding-right: 90px !important;
}

.pl-sp-90 {
	padding-left: 90px !important;
}

.px-sp-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-sp-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

/* sp */

.mt-sp-95 {
	margin-top: 95px !important;
}

.mb-sp-95 {
	margin-bottom: 95px !important;
}

.mr-sp-95 {
	margin-right: 95px !important;
}

.ml-sp-95 {
	margin-left: 95px !important;
}

.mx-sp-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-sp-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

/* sp */

.p-sp-95 {
	padding: 95px !important;
}

.pt-sp-95 {
	padding-top: 95px !important;
}

.pb-sp-95 {
	padding-bottom: 95px !important;
}

.pr-sp-95 {
	padding-right: 95px !important;
}

.pl-sp-95 {
	padding-left: 95px !important;
}

.px-sp-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-sp-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

/* sp */

.mt-sp-100 {
	margin-top: 100px !important;
}

.mb-sp-100 {
	margin-bottom: 100px !important;
}

.mr-sp-100 {
	margin-right: 100px !important;
}

.ml-sp-100 {
	margin-left: 100px !important;
}

.mx-sp-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-sp-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

/* sp */

.p-sp-100 {
	padding: 100px !important;
}

.pt-sp-100 {
	padding-top: 100px !important;
}

.pb-sp-100 {
	padding-bottom: 100px !important;
}

.pr-sp-100 {
	padding-right: 100px !important;
}

.pl-sp-100 {
	padding-left: 100px !important;
}

.px-sp-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-sp-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* sp */

.mt-sp-110 {
	margin-top: 110px !important;
}

.mb-sp-110 {
	margin-bottom: 110px !important;
}

.mr-sp-110 {
	margin-right: 110px !important;
}

.ml-sp-110 {
	margin-left: 110px !important;
}

.mx-sp-110 {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.my-sp-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

/* sp */

.p-sp-110 {
	padding: 110px !important;
}

.pt-sp-110 {
	padding-top: 110px !important;
}

.pb-sp-110 {
	padding-bottom: 110px !important;
}

.pr-sp-110 {
	padding-right: 110px !important;
}

.pl-sp-110 {
	padding-left: 110px !important;
}

.px-sp-110 {
	padding-left: 110px !important;
	padding-right: 110px !important;
}

.py-sp-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

/* sp */

.mt-sp-115 {
	margin-top: 115px !important;
}

.mb-sp-115 {
	margin-bottom: 115px !important;
}

.mr-sp-115 {
	margin-right: 115px !important;
}

.ml-sp-115 {
	margin-left: 115px !important;
}

.mx-sp-115 {
	margin-left: 115px !important;
	margin-right: 115px !important;
}

.my-sp-115 {
	margin-top: 115px !important;
	margin-bottom: 115px !important;
}

/* sp */

.p-sp-115 {
	padding: 115px !important;
}

.pt-sp-115 {
	padding-top: 115px !important;
}

.pb-sp-115 {
	padding-bottom: 115px !important;
}

.pr-sp-115 {
	padding-right: 115px !important;
}

.pl-sp-115 {
	padding-left: 115px !important;
}

.px-sp-115 {
	padding-left: 115px !important;
	padding-right: 115px !important;
}

.py-sp-115 {
	padding-top: 115px !important;
	padding-bottom: 115px !important;
}

/* sp */

.mt-sp-125 {
	margin-top: 125px !important;
}

.mb-sp-125 {
	margin-bottom: 125px !important;
}

.mr-sp-125 {
	margin-right: 125px !important;
}

.ml-sp-125 {
	margin-left: 125px !important;
}

.mx-sp-125 {
	margin-left: 125px !important;
	margin-right: 125px !important;
}

.my-sp-125 {
	margin-top: 125px !important;
	margin-bottom: 125px !important;
}

/* sp */

.p-sp-125 {
	padding: 125px !important;
}

.pt-sp-125 {
	padding-top: 125px !important;
}

.pb-sp-125 {
	padding-bottom: 125px !important;
}

.pr-sp-125 {
	padding-right: 125px !important;
}

.pl-sp-125 {
	padding-left: 125px !important;
}

.px-sp-125 {
	padding-left: 125px !important;
	padding-right: 125px !important;
}

.py-sp-125 {
	padding-top: 125px !important;
	padding-bottom: 125px !important;
}

/* sp */

.mt-sp-135 {
	margin-top: 135px !important;
}

.mb-sp-135 {
	margin-bottom: 135px !important;
}

.mr-sp-135 {
	margin-right: 135px !important;
}

.ml-sp-135 {
	margin-left: 135px !important;
}

.mx-sp-135 {
	margin-left: 135px !important;
	margin-right: 135px !important;
}

.my-sp-135 {
	margin-top: 135px !important;
	margin-bottom: 135px !important;
}

/* sp */

.p-sp-135 {
	padding: 135px !important;
}

.pt-sp-135 {
	padding-top: 135px !important;
}

.pb-sp-135 {
	padding-bottom: 135px !important;
}

.pr-sp-135 {
	padding-right: 135px !important;
}

.pl-sp-135 {
	padding-left: 135px !important;
}

.px-sp-135 {
	padding-left: 135px !important;
	padding-right: 135px !important;
}

.py-sp-135 {
	padding-top: 135px !important;
	padding-bottom: 135px !important;
}

.pd-2col-box { /* sp */
	padding: 30px 20px;
}

.w-sp-50 { /* sp */
	width: 50% !important;
}

.w-sp-100 { /* sp */
	width: 100% !important;
}

.l-body:has(.sp-fixed-banners) { /* sp */
	padding-bottom: 50px;
}

.l-body { /* sp */
	padding-top: 70px;
}


.l-header { /* sp */
	height: 70px;
	padding: 0 70px 0 23px;
	position: fixed;
	top: 0;
	background: #FFF;
	z-index: 1500;
	width: 100%;
}

.l-footer::before { /* sp */
	background-position: left -40px top;
}

.l-wrapper { /* sp */
}

.l-wrapper--sp-full {
	width: 100%;
	max-width: initial;
}

/* sp */

.sp-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sp-flex-x-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.sp-flex-x-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.sp-flex-x-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.sp-flex-x-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.sp-flex-y-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.sp-flex-y-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: space-between !important;
	-ms-flex-align: space-between !important;
	align-items: space-between !important;
}

.sp-flex-y-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.sp-flex-y-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.sp-flex-center-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.sp-flex-start-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.sp-flex-between-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.sp-flex-end-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

/* sp */

.grid-sp-1col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.grid-sp-2col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.grid-sp-3col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.grid-sp-4col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.grid-sp-5col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.header-logo { /* sp */
	width: 191px;
}

.lang-select { /* sp */
	width: 145px;
	margin-left: 0;
}

.lang-select__trg { /* sp */
}

.menu-btn { /* sp */
	width: 70px;
	height: 70px;
	padding: 5px 0 0;
}

.global-navi { /* sp */
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px 21px 37px;
}

.global-navi__head { /* sp */
	display: block;
	padding: 33px 0 30px;
}

.global-navi__head__contents { /* sp */
	display: block;
}

.global-navi__main { /* sp */
	display: block;
	padding-bottom: 0;
}

.global-navi__menu-2 { /* sp */
	margin-top: 0;
	display: block;
}

.global-navi__buttons { /* sp */
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.global-navi__banners { /* sp */
	padding-top: 28px;
}

.global-navi__bnr { /* sp */
	width: 83%;
}

.global-menu { /* sp */
	display: block;
}

.global-menu--multi-column { /* sp */
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	gap: 0;
}

.global-menu--bd-bottom { /* sp */
	padding-bottom: 0;
}

.global-menu__item > a { /* sp */
	padding: 20px 15px;
}

.global-menu__item--has-child { /* sp */
	padding: 0;
}

.global-menu__item--has-child button { /* sp */
	pointer-events: auto;
	padding: 20px 15px;
}

.global-menu__children { /* sp */
	padding: 0 0 25px 15px;
	margin-top: 10px;
}

.navi-search { /* sp */
	width: 100%;
	height: 40px;
}

.navi-search__input { /* sp */
	width: calc(100% - 74px);
}

.navi-search__button { /* sp */
	font-size: 1.2rem;
	width: 74px;
}

.favorite-btn { /* sp */
	width: 100px;
	height: 70px;
	padding: 0;
}

.favorite-btn span { /* sp */
	margin-bottom: -6px;
}

.footer-navi__item:not(:last-child)::after { /* sp */
	margin: 0 22px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.footer-navi__item a { /* sp */
	font-size: 1.2rem;
	line-height: 1.5;
}

.footer-logo { /* sp */
	width: 152px;
}

.copyright--mt { /* sp */
	margin-top: 38px;
}

.pagetop { /* sp */
	bottom: 60px;
	right: 10px;
	width: 50px;
}

.pagetop::before { /* sp */
	width: 12px;
	height: 12px;
	border-width: 2px;
}

.text-base { /* sp */
	font-size: 1.4rem;
	line-height: 2.14;
}

.text-base p:not(:last-child),
.text-base ul:not(:last-child),
.text-base ol:not(:last-child) { /* sp */
	margin-bottom: 2.14em;
}

.text-base a:not([class])[target=_blank]::after { /* sp */
	width: 14px;
	height: 14px;
}

.text-lg { /* sp */
	font-size: 1.6rem;
}

.text-article-ttl { /* sp */
	font-size: 1.6rem;
}

.text-article-sub-ttl { /* sp */
	font-size: 1rem;
	font-weight: 500;
	margin-top: 2px;
}

.text-article-content { /* sp */
	margin-top: 5px;
	font-size: 1.1rem;
}

.text-article-area { /* sp */
	font-size: 1.2rem;
}

.text-dl--sp-y { /* sp */
}

.text-dl--sp-y + .text-dl--sp-y {
	margin-top: 10px;
}

.text-dl--sp-y dt {
	font-weight: 700;
	display: block;
}

.text-dl--sp-y dt::after {
	content: none;
}

.text-dl--sp-y dd {
	font-weight: normal;
	display: block;
}

.label-cat { /* sp */
	font-size: 1rem;
}

.label-post--lg { /* sp */
	width: 110px;
	height: 35px;
	font-size: 1.6rem;
}

.label-post--lg:not(:last-child) {
	margin-bottom: 10px;
}

.heading-1 { /* sp */
	font-size: 1.6rem;
	line-height: 1.81;
	padding-bottom: 12px;
}

.heading-1__obj { /* sp */
	width: 50px;
	height: 7px;
}

.heading-2 { /* sp */
	font-size: 1.8rem;
}

.heading-4 { /* sp */
	font-size: 2.4rem;
}

.heading-3 { /* sp */
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 1rem 2rem;
}

.heading-5 { /* sp */
	font-size: 1.8rem;
	line-height: 1.56;
}

.heading-6 { /* sp */
	font-size: 1.4rem;
	line-height: 1.43;
	padding-left: 46px;
}

.heading-6::before { /* sp */
	top: 7px;
}

.heading-7 { /* sp */
	font-size: 1.6rem;
	padding-top: 10px;
}

.heading-7::before { /* sp */
	width: 89px;
}

.heading-10 { /* sp */
	font-size: 1.8rem;
	line-height: 1.43;
	padding-bottom: 20px;
}

.heading-11 { /* sp */
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.heading-12 { /* sp */
	font-size: 1.4rem;
}

.heading-13 { /* sp */
	font-size: 1.4rem;
	padding: 10px 25px 10px 15px;
	border-left-width: 6px;
}

.heading-15 { /* sp */
	padding-left: 0;
}

.heading-15::before { /* sp */
	margin-right: 10px;
}

.heading-16 { /* sp */
	font-size: 1.6rem;
}

.page-title { /* sp */
	height: 70px;
}

.page-title__text { /* sp */
	font-size: 1.6rem;
}

.page-title-links__trg { /* sp */
	font-size: 1.2rem;
}

.page-title-links__item { /* sp */
	font-size: 1.4rem;
}

.sns-list { /* sp */
	gap: 0 29px;
	margin-left: 0;
	margin-top: 20px;
}

.js-sp-accordion .js-sp-accordion-content { /* sp */
	display: none;
}

.js-sp-accordion .js-sp-accordion-icon { /* sp */
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 18px;
	height: 18px;
}

.js-sp-accordion .js-sp-accordion-icon::before,
.js-sp-accordion .js-sp-accordion-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 18px;
	height: 2px;
	display: block;
	background: #323232;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.js-sp-accordion .js-sp-accordion-icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.buttons-wrap { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17px;
}

.buttons-wrap--mt-lg { /* sp */
	margin-top: 30px;
}

.buttons-wrap--form { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 40px;
	gap: 25px;
}

.button-primary { /* sp */
	font-size: 1.4rem;
	padding: 20px 0;
}

.button-primary::after { /* sp */
	width: 15px;
	height: 10px;
}

.button-primary--sp-100 { /* sp */
	width: 100%;
}

.button-primary--auto { /* sp */
	padding-left: 20px;
	padding-right: 20px;
}

.button-search { /* sp */
	font-size: 1.4rem;
	width: 100%;
	padding: 18px 0;
}

.button-schedule { /* sp */
	width: 100%;
	max-width: 335px;
}

.button-favorite { /* sp */
	font-size: 1.4rem;
}

.button-external { /* sp */
	font-size: 1.4rem;
	padding: 17px 0 17px 41px;
}

.button-external::before { /* sp */
}

.button-download::before { /* sp */
	width: 12px;
	height: 15px;
	margin-right: 10px;
}

.button-ex::before { /* sp */
	width: 15px;
	height: 15px;
	margin-right: 8px;
}

.deco-bg-sky { /* sp */
	padding-bottom: 50px;
}

.mainvisual { /* sp */
	height: calc(100vh - 70px);
}


.mainvisual:has(.announce-fixed__item) {
	background-color: #99C5E1;
}

.mainvisual:has(.announce-fixed__item) .mainvisual__image {
	height: calc(100% - 80px);
}

.mainvisual__image {/* sp */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 160px;
}

.mainvisual__image img { /* sp */
	-o-object-fit: fill;
	object-fit: fill;
	top: auto;
	left: 0;
	bottom: 160px;
	width: auto;
    height: auto;
    object-fit: inherit;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: inherit;
    margin: 0 auto;

}

.sp-fixed-banners { /* sp */
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sp-fixed-banners.is-visible {
	opacity: 1;
	visibility: visible;
}

.sp-fixed-banners__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1rem;
	height: 50px;
}

.sp-fixed-banners__item::after {
	position: absolute;
	top: 50%;
	right: 22px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 19px;
	height: 14px;
	display: block;
	-webkit-mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	mask: url(../img/arrow_right_black.svg) no-repeat center/contain;
	background: currentColor;
}

.sp-fixed-banners__item__icon {
	display: inline-block;
	width: 20px;
	margin-right: 19px;
	vertical-align: middle;
	margin-left: -30px;
}

.announce-banner { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.announce-banner__announce { /* sp */
	padding: 13px 35.5% 9px 4%;
}

.announce-banner__announce__text__till { /* sp */
	margin-bottom: 0;
	font-size: 1.4rem;
}

.announce-banner__announce__text__till span { /* sp */
	font-size: 1.8rem;
}

.announce-banner__announce__text__days { /* sp */
	padding-top: 5px;
	font-size: 1.6rem;
	position: absolute;
	top: 0;
	right: 0;
	width: 35.5%;
	height: 100%;
}
.announce-banner__announce__text__days span.days_unit { /* sp */
	font-size: 1.4rem;
  }

.announce-banner__announce__text__days span { /* sp */
	font-size: 5rem;
}

.announce-banner__announce__term { /* sp */
	font-size: 1.2rem;
	margin-top: 6px;
	padding: 6px;
}

.announce-banner__banners { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.announce-banner__item { /* sp */
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.6rem;
}

.announce-banner__item__icon { /* sp */
	width: 15px;
	margin-left: 0;
	margin-right: 13px;
}

.term-list { /* sp */
	display: block;
	margin-top: 17px;
}

.term-list__item { /* sp */
}

.term-list__item:not(:last-child) {
	margin-bottom: 10px;
}

.term-list__item:not(:first-child) .term-list__image {
	margin-top: 30px;
}

.term-list__content { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin-top: 0;
}

.term-list__heading { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: static;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 91px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.4rem;
}

.term-list__main { /* sp */
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 15px 15px 11px;
	width: auto;
	max-width: initial;
}

.term-list__text { /* sp */
	font-size: 1.4rem;
}

.term-list__text-sm { /* sp */
	font-size: 1.2rem;
	padding-top: 10px;
	margin-top: 6px;
}

.home-news { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	padding: 46px 20px 52px;
}

.home-news__heading { /* sp */
	margin-bottom: 15px;
}

.bnr-instagram { /* sp */
	width: 100%;
	max-width: 319px;
	margin-left: auto;
	margin-right: auto;
}

.home-about { /* sp */
	padding: 65px 0 0;
	margin-top: 85px;
}

.home-about::before,
.home-about::after { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.home-about::before { /* sp */
	height: 100%;
}

.home-about::after { /* sp */
	-webkit-mask-position: right -20px top;
	mask-position: right -20px top;
}

.home-about__main { /* sp */
	max-width: none;
	margin-left: 0;
}

.home-about__heading { /* sp */
	text-align: center;
	margin-bottom: 43px;
	letter-spacing: 0.6em;
}

.home-about__text { /* sp */
	font-size: 1.2rem;
	line-height: 2.25;
	margin-bottom: 43px;
	max-width: initial;
}

.home-about__images { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	margin: 60px 0 0 !important;
}

.home-about__images .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.home-about__image { /* sp */
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	z-index: 0;
	margin-top: -34.9vw;
}

.home-area { /* sp */
	display: block;
}

.home-area__main { /* sp */
	width: 100%;
}

.home-area__map { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.home-area__map img { /* sp */
	width: 100%;
}

.home-post-slider__buttons-wrap { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-post-slider__navi-wrap { /* sp */
	display: none;
}

.page-link__item { /* sp */
	padding: 66px 8px 37px;
}

.page-link__icon { /* sp */
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-link__icon--support { /* sp */
	width: 20px;
}

.page-link__icon--archive { /* sp */
	width: 25px;
}

.page-link__text { /* sp */
	font-size: 1.6rem;
	margin-bottom: 17px;
}

.page-link__text-sm { /* sp */
	font-size: 1.2rem;
	line-height: 1.5;
}

.application__heading { /* sp */
	font-size: 2.2rem;
	padding-left: 0.08em;
}

.section { /* sp */
	padding: 40px 0;
}

.section-child:not(:first-child) { /* sp */
	margin-top: 40px;
}

.count-disp:not(:first-child) { /* sp */
	margin-top: 20px;
}

.count-disp--2col { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20px 0;
}

.paging .count { /* sp */
	font-size: 1rem;
}

.paging .pagingIn { /* sp */
	font-size: 1.2rem;
}

.paging .pagingIn a { /* sp */
	width: 30px;
	height: 30px;
}

.paging .pagingIn span:not(:last-child) { /* sp */
	margin-right: auto;
}

.paging .pagingIn span { /* sp */
	display: none;
}

.paging .pagingIn .prev { /* sp */
	margin-right: auto;
}

.paging .pagingIn .prev a { /* sp */
	padding: 19px 21px 19px 19px;
	height: auto;
}

.paging .pagingIn .prev a::before { /* sp */
	margin-right: 1.3em;
}

.paging .pagingIn .next { /* sp */
	margin-left: auto;
}

.paging .pagingIn .next a { /* sp */
	padding: 19px 21px 19px 19px;
	height: auto;
}

.paging .pagingIn .next a::after { /* sp */
	margin-left: 1.3em;
}

.paging .pagingIn .current { /* sp */
	display: none;
}

.list-thumb-item__image__label { /* sp */
	right: 20px;
	font-size: 2.2rem;
	width: 59px;
	min-height: 163px;
}

.list-thumb-item__main { /* sp */
	padding: 5px 8px 0;
}

.list-thumb-item__info { /* sp */
}

.list-thumb-item__date-info { /* sp */
	margin-top: 4px;
}

.list-thumb-item__date-info .icon-new { /* sp */
	font-size: 1.2rem;
}

.list-text-item { /* sp */
	padding: 17px 30px 17px 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: initial;
}

.list-text-item--search { /* sp */
	padding: 10px 30px 10px 5px;
}

.list-text-item::after { /* sp */
	right: 7px;
	width: 15px;
	height: 10px;
}

.list-text-item__main { /* sp */
}

.list-text-item__main:not(:first-child) {
	margin-top: 13px;
}

.list-text-item__category { /* sp */
	margin-left: 0;
}

.list-text-item__date { /* sp */
	margin-left: 10px;
}

.list-text-item__date:first-child {
	margin-left: 0;
}

.list-text-item .text-article-ttl { /* sp */
	font-size: 1.2rem;
}

.list-text-item .text-article-area { /* sp */
	font-size: 1rem;
}

.list-text-item .text-article-area:not(:last-child) { /* sp */
	margin-bottom: 4px;
}

.list-text-item .text-article-date { /* sp */
	font-size: 1.1rem;
}

.list-text-item .text-article-content { /* sp */
	-webkit-line-clamp: 3;
}

.breadCrumbs { /* sp */
	margin-top: 30px;
	padding: 20px 0;
}

.breadCrumbs li { /* sp */
	font-size: 1.2rem;
}

.breadCrumbs li:not(:last-child)::after { /* sp */
	margin: -0.3em 0.6em 0 1.3em;
}

.anchor-link-wrap-sp-scroll { /* sp */
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow-x: auto;
}

.anchor-link { /* sp */
}

.anchor-link-wrap-sp-scroll .anchor-link {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 20px;
}

.anchor-link__item a { /* sp */
	font-size: 1.2rem;
	padding: 22px 8px;
}

.anchor-link__item a::before { /* sp */
	margin-right: 8px;
}

.year-month-navi { /* sp */
	margin-left: -20px;
	width: 100vw;
	padding: 20px 77px;
	top: 70px;
}

.year-month-navi__text { /* sp */
	font-size: 1.7rem;
}

.year-month-navi__button { /* sp */
	width: 56px;
	height: 42px;
}

.year-month-navi__button--prev { /* sp */
	left: 20px;
}

.year-month-navi__button--next { /* sp */
	right: 20px;
}

.year-month-navi__button img { /* sp */
	width: 9px;
}

.calendar-info { /* sp */
	display: block;
}

.calendar-info__list { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.calendar-info__update { /* sp */
	text-align: center;
	margin-top: 15px;
}

.calendar-head { /* sp */
	font-size: 1.4rem;
	padding: 18px 0;
	top:142px ;
}

.calendar-head span { /* sp */
	right: 13px;
	width: 25px;
	height: 25px;
}

.calendar-scroll { /* sp */
	padding: 6px 0;
	
}

.artworks-calendar-wrap { /* sp */
	border: none;
	padding: 37px 0 0;
}

.artworks-calendar { /* sp */
	padding: 13px 0 0;
}


.artworks-calendar .table thead tr .head { /* sp */
	border-right-width: 4px;
}

.artworks-calendar .table thead tr .head.number { /* sp */
	width: 44px;
}

.artworks-calendar .table thead tr .head.name { /* sp */
	width: 158px;
}

.artworks-calendar .table thead tr .head.time { /* sp */
	width: 73px;
}

.artworks-calendar .table thead tr .head.month { /* sp */
	width: 570px;
}

.artworks-calendar .table thead tr .head .title-wrap { /* sp */
	font-size: 1rem;
	padding: 11px 0;
}

.artworks-calendar .table thead tr .head .week-wrap { /* sp */
	font-size: 1rem;
	padding: 4px 0 16px;
}

.artworks-calendar .table thead tr .head .week-wrap ul li { /* sp */
	padding: 4.5px 0;
}

.artworks-calendar .table tbody tr .data { /* sp */
	font-size: 1rem;
	line-height: 1.1;
}

.artworks-calendar .table tbody tr .data p { /* sp */
	padding: 12px 0;
}

.artworks-calendar .table tbody tr .data.month ul { /* sp */
	padding: 1px 0 5px;
}

.artworks-calendar .table tbody tr .data.month ul li { /* sp */
	padding: 11px 0;
}


.artworks-calendar .table tbody tr .data.number { /* sp */
	position: sticky;
	left: 0;
	background: #FFF;
	border-right: 0;
	border-top: 1px solid #C0C0C0;
}
.artworks-calendar .table tbody tr .data.name { /* sp */
	position: sticky;
	left: 44px;
	background: #FFF;
	border-top: 1px solid #C0C0C0;
}



.artworks-gallery { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	padding-bottom: 25px;
}

.artworks-gallery__caption { /* sp */
	font-size: 1rem;
	line-height: 1.7;
	padding: 3px 20px 0;
}

.artworks-gallery__caption__sm { /* sp */
	font-size: 1.3rem;
}

.artworks-gallery .swiper-button-prev,
.artworks-gallery .swiper-button-next { /* sp */
	display: none;
}

.artworks-gallery .swiper-pagination { /* sp */
	display: block;
	bottom: 0;
}

.page-tab-links { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.page-tab-links--5col .page-tab-links__item { /* sp */
	width: auto;
}

.page-tab-links--sp-2col { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.page-tab-links--sp-2col .page-tab-links__item {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.page-tab-links--sp-2col .page-tab-links__item a {
	padding: 0;
	height: 50px;
}

.page-tab-links__item a { /* sp */
	font-size: 1.4rem;
	padding: 23px 0;
}

.page-tab-links__item--arrow a::before { /* sp */
	margin-right: 8px;
}

.detail-search-item-wrap { /* sp */
	width: 100%;
}

.detail-search-label { /* sp */
	font-size: 1.2rem;
	font-weight: 500;
	height: 50px;
	line-height: 1.7;
}

.detail-search-label::before { /* sp */
	margin-right: 10px;
}

.detail-search-item { /* sp */
	width: calc(100vw - 40px);
}

.sns-share { /* sp */
	margin-top: 50px;
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 45px;
	width: 100%;
	padding: 16px 0 20px;
}

.sns-share__item:not(:last-child) { /* sp */
	margin-bottom: 0;
}

.sns-share__item a { /* sp */
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.sns-share__text { /* sp */
	font-size: 1.2rem;
	margin-top: 12px;
}

.artwork-head { /* sp */
	padding: 27px 0 0;
}

.artwork-head__head { /* sp */
	display: block;
	margin-bottom: 26px;
}

.artwork-head__heading { /* sp */
	font-size: 2rem;
	line-height: 1.6;
}

.artwork-head__num { /* sp */
	display: block;
	font-size: 1.2rem;
	padding-left: 0;
	margin-top: 8px;
	text-align: right;
}

.artwork-images { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.artwork-images__item img { /* sp */
	aspect-ratio: 375/249;
}

.artwork-images__copyright { /* sp */
	margin-top: 6px;
	padding-right: 10px;
}

.artwork-images__thumb { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 13px;
	gap: 16px;
}

.artwork-images__thumb__item { /* sp */
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
}

.artwork-images__thumb__item.swiper-pagination-bullet-active {
	background: #0068B5 !important;
	border-color: #0068B5 !important;
}

.artwork-images__thumb__item img { /* sp */
	display: none;
}

.artist { /* sp */
	display: block;
}

.artist__main { /* sp */
	width: 100%;
	margin-bottom: 30px;
}

.artist__heading { /* sp */
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 2.14;
	margin-bottom: 2.14em;
}

.artist__text { /* sp */
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 2.14;
}

.artist__text p:not(:last-child) { /* sp */
	margin-bottom: 2.14em;
}

.artist__image-wrap { /* sp */
	width: 78.5%;
	margin-left: auto;
	margin-right: auto;
}

.artist__name { /* sp */
}

.artist__name span { /* sp */
	margin-bottom: 12px;
}

.artist-images__copyright { /* sp */
	margin-top: 11px;
	padding-right: 12px;
}

.artist-head { /* sp */
	display: block;
	position: relative;
	padding: 28px 0 0;
	background: none;
}

.artist-head::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: calc(100% - 50.7vw);
	display: block;
	background: #F2F4F9;
	z-index: -1;
}

.artist-head__main { /* sp */
	margin-bottom: 20px;
}

.artist-head__name { /* sp */
	font-size: 2rem;
	margin-bottom: -4px;
}

.artist-head__kana { /* sp */
	font-size: 1rem;
	margin-top: 5px;
}

.artist-head__country { /* sp */
	margin-top: 10px;
}

.artist-head__image { /* sp */
	width: 100%;
}

.article-info { /* sp */
	position: relative;
	padding: 0 0 30px;
}

.article-info::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: #F6F6F6;
	z-index: -1;
}

.article-info__heading { /* sp */
	font-size: 1.6rem;
	padding-top: 8px;
	padding-right: 20px;
	margin-bottom: 35px;
}

.article-info__contents { /* sp */
	display: block;
}

.article-info__main { /* sp */
	width: 100%;
}

.article-info__place { /* sp */
	font-size: 1rem;
	padding-left: 0;
}

.article-info__place span { /* sp */
	font-size: 1rem;
	margin-left: 10px;
}

.article-info__table { /* sp */
	margin-bottom: 32px;
}

.article-info__table tbody th,
.article-info__table tbody td { /* sp */
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 8px 0;
}

.article-info__table tbody th { /* sp */
	font-size: 1rem;
	padding-left: 10px;
	width: 80px;
}

.article-info__table tbody td a[target=_blank]::after { /* sp */
	width: 10px;
	height: 10px;
}

.article-info__table--wide tbody th { /* sp */
	width: 100px;
	padding-right: 10px;
}

.article-info__buttons { /* sp */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: initial;
	margin-left: 0;
	gap: 26px;
}

.article-info__favorite { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.artwork-cat { /* sp */
	gap: 7px 8px;
}

.artwork-cat__item { /* sp */
	font-size: 1.2rem;
	padding: 4px 17px;
}

.map { /* sp */
	width: calc(100% - 40px);
	aspect-ratio: 295/197;
}

.post-slider-3 .swiper-slide { /* sp */
	width: auto;
}

.ticket-link { /* sp */
	gap: 15px;
}

.ticket-link__item { /* sp */
	width: 100%;
	max-width: 400px;
	min-width: initial;
}

.ticket-link__link { /* sp */
	height: 90px;
}

.archive-overview { /* sp */
	display: block;
}

.archive-overview__contents { /* sp */
	width: 100%;
	margin-top: 50px;
}

.archive-overview__item:not(:last-child) { /* sp */
	margin-bottom: 30px;
}

.archive-overview__link { /* sp */
	padding-right: 15px;
}

.archive-overview__link::after { /* sp */
	width: 12px;
	height: 12px;
	top: -2px;
}

.overview-slide { /* sp */
	width: 100%;
}

.goods-item--pc-3col { /* sp */
	width: 100%;
}

.grid-3col .knowledge-item .knowledge-item__image { /* sp */
	margin-bottom: 20px;
}

.list-fav-item { /* sp */
}

.list-fav-item__body { /* sp */
	width: calc(100% - 66px);
	padding: 20px 9px 20px 20px;
}

.list-fav-item__image { /* sp */
	width: 90px;
}

.list-fav-item__main { /* sp */
	margin-left: 4.5%;
}

.list-fav-item__main .text-article-ttl { /* sp */
	font-size: 1.3rem;
}

.list-fav-item__remove-btn { /* sp */
	width: 66px;
}

.list-fav-item__remove-btn-text { /* sp */
	font-size: 1.2rem;
}

.search-block-wrap { /* sp */
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (calc(50% - 3.5px))[2];
	grid-template-columns: repeat(2, calc(50% - 3.5px));
	gap: 7px;
}

.search-block__form { /* sp */
	display: block;
	position: absolute;
	top: 100%;
	left: -20px;
	width: 100vw;
	background: #E9F2FC;
	padding: 28px 40px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.search-block__tab { /* sp */
	display: block;
	width: 100%;
}

.search-sp-btn { /* sp */
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #C0C0C0;
	background: none;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.7;
}

.search-sp-btn::before {
	content: "";
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../img/icon_search.svg) no-repeat center/contain;
	margin-right: 9px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.search-label { /* sp */
	font-size: 1.4rem;
}

.search-item-wrap { /* sp */
	width: 100%;
	background: #ffffff;
}

.search-item-wrap:not(:last-child) {
	margin-bottom: 20px;
}

.search-item { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: initial;
	padding: 20px 15px;
}

.form-list--2col { /* sp */
	-ms-grid-columns: auto;
	grid-template-columns: auto;
}

.form-list { /* sp */
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.keyword { /* sp */
	width: 100%;
	margin: 20px 0;
}

.keyword__input { /* sp */
	font-size: 1.4rem;
}

.conditions { /* sp */
	margin: 24px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px 6px;
}

.conditions__list { /* sp */
	gap: 0;
	display: contents;
}

.conditions__list__item a { /* sp */
	font-size: 1rem;
	padding: 6px 30px 6px 13px;
}

.conditions__clear { /* sp */
	margin-left: 0;
}

.conditions__clear a { /* sp */
	font-size: 1rem;
	padding: 7px 38px 7px 24px;
}

.form-item__unit-text { /* sp */
	font-size: 1.6rem;
	padding: 0 10px 0 5px;
}

.form-assistance-wrap .form-control { /* sp */
	width: 100%;
}

.check-item-wrap__col { /* sp */
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.sort { /* sp */
	margin-left: auto;
}

.sort__item a { /* sp */
	width: 140px;
}

.article-head { /* sp */
	padding: 30px 0 0;
	margin-bottom: 35px;
}

.article-head__info { /* sp */
	margin-bottom: 17px;
}

.article-head__info .article-date { /* sp */
	margin-right: 11px;
}

.article-title { /* sp */
	font-size: 2rem;
	line-height: 1.44;
	margin-bottom: 46px;
}

.article-date { /* sp */
	font-size: 1.1rem;
	letter-spacing: 0;
}

.article-date__new { /* sp */
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	padding-right: 8px;
}

.cat-list { /* sp */
	gap: 7px 4px;
}

.cat-list__item a,
.cat-list__item span { /* sp */
	font-size: 1rem;
	padding: 7px 6px;
	min-width: 82px;
}

.post-content { /* sp */
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0;
}

.wysiwyg h2,
.post-sttl-large { /* sp */
	font-size: 2rem;
	line-height: 1.7;
	margin: 4.8rem 0 2.4rem;
}

.wysiwyg h3,
.post-sttl-small { /* sp */
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 1rem 2rem;
	margin: 4rem 0 2rem ;
}

.wysiwyg h4 { /* sp */
	font-size: 1.7rem;
}

.wysiwyg h5 { /* sp */
	font-size: 1.6rem;
}

.wysiwyg h6 { /* sp */
	font-size: 1.6rem;
}

.post-pht { /* sp */
	margin-bottom: 25px;
}

.post-pht > div { /* sp */
}

.post-pht img { /* sp */
	width: auto;
	max-height: 300px;
}

.two-post-pht { /* sp */
	display: block;
}

.two-post-pht .post-pht { /* sp */
	width: 100%;
}

.three-post-pht { /* sp */
	display: block;
}

.three-post-pht .post-pht:not(:nth-child(3n)) { /* sp */
	margin-right: 0;
}

.three-post-pht .post-pht { /* sp */
	width: 100%;
}

.four-post-pht { /* sp */
	display: block;
}

.four-post-pht .post-pht:not(:nth-child(4n)) { /* sp */
	margin-right: 0;
}

.four-post-pht .post-pht { /* sp */
	width: 100%;
}

.post-pht-txt .post-pht { /* sp */
	float: none;
	width: 100%;
	margin-left: 0;
}

.wysiwyg { /* sp */
	font-size: 1.4rem;
	letter-spacing: 0;
	margin: 0 0 3rem;
}

.wysiwyg blockquote { /* sp */
	padding: 2.3rem 1.8rem;
}

.wysiwyg .table-scroll table { /* sp */
	min-width: 100%;
}

.wysiwyg address { /* sp */
	padding: 2.3rem 1.8rem;
	font-size: 1.4rem;
}

.related-file,
.related-link { /* sp */
	margin-bottom: 2rem;
}

.related-file a,
.related-link a { /* sp */
	min-width: initial;
	width: 100%;
	padding: 1.6rem;
}

.related-file a::before,
.related-link a::before { /* sp */
	margin-right: 0.7rem;
}

.related-file a[href$=".pdf"],
.related-link a[href$=".pdf"] { /* sp */
}

.related-file a[href$=".pdf"]::before,
.related-link a[href$=".pdf"]::before { /* sp */
	margin-right: 1rem;
}

.related-file a[target=_blank]::before,
.related-link a[target=_blank]::before { /* sp */
	margin-right: 0.7rem;
}

.post-navi { /* sp */
	margin-top: 50px;
}

.form-step { /* sp */
	margin-bottom: 45px;
}

.form-step__item:not(:first-child)::after { /* sp */
	right: calc(50% + 24px + 10px);
	width: calc((50% - 24px - 10px) * 2);
}

.error-area__text { /* sp */
	font-size: 1.2rem;
	line-height: 1.75;
}

.announce { /* sp */
	padding: 20px;
}

.table-default { /* sp */
	font-size: 1.4rem;
}

.table-default th,
.table-default td { /* sp */
	min-width: 7em;
}

.table-default a[target=_blank]::after { /* sp */
}

.table-default--access-move th:nth-child(1) { /* sp */
	width: 220px;
}

.table-default--access-move th:nth-child(2) { /* sp */
	width: 150px;
}

.table-default--access-move th:nth-child(3) { /* sp */
	width: 180px;
}

.table-default--access-move th:nth-child(4) { /* sp */
}

.table-default--access-useful th:nth-child(1) { /* sp */
	width: 220px;
}

.table-default--access-useful th:nth-child(2) { /* sp */
	width: 115px;
}

.table-default--access-useful th:nth-child(3) { /* sp */
	width: 115px;
}

.table-default--access-useful th:nth-child(4) { /* sp */
	width: 260px;
}

.table-default--sm th:nth-child(1),
.table-default--sm td:nth-child(1) { /* sp */
	width: auto;
}

.section-2col { /* sp */
	display: block;
}

.section-2col__head { /* sp */
	margin-bottom: 24px;
}

.section-2col__content { /* sp */
	width: 100%;
}

.img-sdgs-logo { /* sp */
	width: 60px;
}

.section-text-image { /* sp */
	padding: 32px;
}

.section-text-image--pd0 { /* sp */
	padding: 0;
}

.section-text-image__content { /* sp */
	width: 100%;
}

.section-text-image__image { /* sp */
	width: 100%;
}

.section-text-image-2 { /* sp */
	margin-top: 50px;
}

.section-text-image-2 { /* sp */
	display: block;
}

.section-text-image-2__content { /* sp */
	width: 100%;
}

.section-text-image-2__image { /* sp */
	width: 100%;
	margin-top: 20px;
}

.access-head { /* sp */
	display: block;
}

.access-head__main { /* sp */
	width: 100%;
}

.access-head__image { /* sp */
	width: 100%;
	margin-bottom: 8px;
}

.access-page-link--pin::before { /* sp */
	top: 40px;
	right: 40px;
}

.access-page-link--airplane::before { /* sp */
	top: 22px;
	right: 106px;
}

.access-page-link--bicycle::before { /* sp */
	top: 20px;
	right: 106px;
}

.access-page-link--restroom::before { /* sp */
	top: 40px;
	right: 100px;
}

.access-page-link--ship::before { /* sp */
	top: -72px;
	right: -18px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 130px;
	height: 130px;
}

.access-page-link__item { /* sp */
	height: 50px;
}

.access-page-link__item span { /* sp */
	font-size: 1rem;
}

.access-wrap { /* sp */
	padding: 25px 20px 30px;
}

.access-item__btn { /* sp */
	font-size: 1.4rem;
	padding: 18px 40px 18px 24px;
}

.access-item__btn::before,
.access-item__btn::after { /* sp */
	right: 25.5px;
}

.access-item__btn span { /* sp */
	right: 13px;
	width: 25px;
}

.access-item__contents { /* sp */
	padding: 0 0 30px;
}

.access-item__place__main { /* sp */
	padding: 16px 10px 17px 30px;
}

.access-item__place__time { /* sp */
	padding: 10px 0 10px 50px;
}

.access-item__place__time img { /* sp */
	width: 35px;
	margin-right: 8px;
}

.page-bottom-link { /* sp */
	padding: 75px 0 30px;
}

.page-bottom-link--ship::before { /* sp */
	top: 0;
	right: 13px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 130px;
	height: 130px;
}

.page-bottom-link--airplane::before { /* sp */
	top: -30px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 200px;
	height: 219px;
}

.page-bottom-link--pin::before { /* sp */
	top: 10px;
	right: 13px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 90px;
	height: 133px;
}

.page-bottom-link--parking::before { /* sp */
	top: 10px;
	right: 13px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 161px;
	height: 130px;
}

.page-bottom-link--bicycle::before { /* sp */
	top: -5px;
	right: 3px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 123px;
	height: 123px;
}

.page-bottom-link--car::before { /* sp */
	top: 9px;
	right: 4px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 127px;
	height: 127px;
}

.page-bottom-link__text { /* sp */
	font-size: 1.2rem;
	line-height: 1.5;
}

.page-bottom-link__text span { /* sp */
	font-size: 2rem;
}

.access-island-info { /* sp */
	display: block;
}

.access-island-info__image { /* sp */
	width: 100%;
	margin-bottom: 15px;
}

.access-island-info__main { /* sp */
	width: 100%;
}

.table-time thead th { /* sp */
	font-size: 1.4rem;
}

.table-time tbody td { /* sp */
	font-size: 1.4rem;
}

.app-access { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.app-access__main { /* sp */
	width: 100%;
}

.app-access__image { /* sp */
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.venue-area-list__label { /* sp */
	width: 67px;
	font-size: 1.2rem;
	padding: 7px 0;
	margin-right: 18px;
}

.venue-area-list__text { /* sp */
	font-size: 1.2rem;
	line-height: 2.17;
}

.place-head .favorite-mark { /* sp */
	bottom: 11px;
	right: 11px;
}

.place-head__title { /* sp */
	bottom: -4px;
	font-size: 2rem;
	padding: 15px 24px;
}

/* sp */

.gap-sp-0 {
	gap: 0px;
}

.gap-sp-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-sp-y-0 {
	row-gap: 0px;
}

/* sp */

.gap-sp-5 {
	gap: 5px;
}

.gap-sp-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-sp-y-5 {
	row-gap: 5px;
}

/* sp */

.gap-sp-10 {
	gap: 10px;
}

.gap-sp-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-sp-y-10 {
	row-gap: 10px;
}

/* sp */

.gap-sp-12 {
	gap: 12px;
}

.gap-sp-x-12 {
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.gap-sp-y-12 {
	row-gap: 12px;
}

/* sp */

.gap-sp-15 {
	gap: 15px;
}

.gap-sp-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-sp-y-15 {
	row-gap: 15px;
}

/* sp */

.gap-sp-20 {
	gap: 20px;
}

.gap-sp-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-sp-y-20 {
	row-gap: 20px;
}

/* sp */

.gap-sp-25 {
	gap: 25px;
}

.gap-sp-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-sp-y-25 {
	row-gap: 25px;
}

/* sp */

.gap-sp-30 {
	gap: 30px;
}

.gap-sp-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-sp-y-30 {
	row-gap: 30px;
}

/* sp */

.gap-sp-35 {
	gap: 35px;
}

.gap-sp-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-sp-y-35 {
	row-gap: 35px;
}

/* sp */

.gap-sp-40 {
	gap: 40px;
}

.gap-sp-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-sp-y-40 {
	row-gap: 40px;
}

/* sp */

.gap-sp-45 {
	gap: 45px;
}

.gap-sp-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-sp-y-45 {
	row-gap: 45px;
}

/* sp */

.gap-sp-50 {
	gap: 50px;
}

.gap-sp-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-sp-y-50 {
	row-gap: 50px;
}

/* sp */

.gap-sp-55 {
	gap: 55px;
}

.gap-sp-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-sp-y-55 {
	row-gap: 55px;
}

/* sp */

.gap-sp-60 {
	gap: 60px;
}

.gap-sp-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-sp-y-60 {
	row-gap: 60px;
}

/* sp */

.gap-sp-65 {
	gap: 65px;
}

.gap-sp-x-65 {
	-webkit-column-gap: 65px;
	-moz-column-gap: 65px;
	column-gap: 65px;
}

.gap-sp-y-65 {
	row-gap: 65px;
}

/* sp */

.gap-sp-70 {
	gap: 70px;
}

.gap-sp-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-sp-y-70 {
	row-gap: 70px;
}

/* sp */

.gap-sp-75 {
	gap: 75px;
}

.gap-sp-x-75 {
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px;
}

.gap-sp-y-75 {
	row-gap: 75px;
}

/* sp */

.gap-sp-80 {
	gap: 80px;
}

.gap-sp-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-sp-y-80 {
	row-gap: 80px;
}

/* sp */

.gap-sp-85 {
	gap: 85px;
}

.gap-sp-x-85 {
	-webkit-column-gap: 85px;
	-moz-column-gap: 85px;
	column-gap: 85px;
}

.gap-sp-y-85 {
	row-gap: 85px;
}

/* sp */

.gap-sp-90 {
	gap: 90px;
}

.gap-sp-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-sp-y-90 {
	row-gap: 90px;
}

/* sp */

.gap-sp-95 {
	gap: 95px;
}

.gap-sp-x-95 {
	-webkit-column-gap: 95px;
	-moz-column-gap: 95px;
	column-gap: 95px;
}

.gap-sp-y-95 {
	row-gap: 95px;
}

/* sp */

.gap-sp-100 {
	gap: 100px;
}

.gap-sp-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-sp-y-100 {
	row-gap: 100px;
}

}

@media screen and (max-width: 640px) and (max-width: 640px) {

.sp-fixed-banners__item::after { /* sp */
	display: none;
}

.sp-fixed-banners__item__icon { /* sp */
	width: 15px;
	margin-left: 0;
	margin-right: 13px;
}

}

@-webkit-keyframes menuanim01 {

0% {
	width: 100%;
	right: 0;
}

45% {
	width: 0%;
	right: 130%;
}

65% {
	width: 0;
	right: 0;
}

100% {
	width: 100%;
	right: 0;
}

}

@keyframes menuanim01 {

0% {
	width: 100%;
	right: 0;
}

45% {
	width: 0%;
	right: 130%;
}

65% {
	width: 0;
	right: 0;
}

100% {
	width: 100%;
	right: 0;
}

}

@-webkit-keyframes menuanim03 {

0% {
	width: 17px;
	right: 0;
}

45% {
	width: 0%;
	right: 100%;
}

65% {
	width: 0;
	right: 0;
}

100% {
	width: 17px;
	right: 0;
}

}

@keyframes menuanim03 {

0% {
	width: 17px;
	right: 0;
}

45% {
	width: 0%;
	right: 100%;
}

65% {
	width: 0;
	right: 0;
}

100% {
	width: 17px;
	right: 0;
}

}

@-webkit-keyframes objanim01 {

0% {
	width: 0;
	right: -14.7%;
}

100% {
	width: 48.53%;
	right: 22%;
}

}

@keyframes objanim01 {

0% {
	width: 0;
	right: -14.7%;
}

100% {
	width: 48.53%;
	right: 22%;
}

}

@-webkit-keyframes objanim02 {

0% {
	width: 0;
	right: 29.4%;
}

100% {
	width: 63.2%;
	right: 36.76%;
}

}

@keyframes objanim02 {

0% {
	width: 0;
	right: 29.4%;
}

100% {
	width: 63.2%;
	right: 36.76%;
}

}

@-webkit-keyframes objanim03 {

0% {
	width: 0;
	right: -29.4%;
}

100% {
	width: 26.47%;
	right: 0;
}

}

@keyframes objanim03 {

0% {
	width: 0;
	right: -29.4%;
}

100% {
	width: 26.47%;
	right: 0;
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

