@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;
	background: #ffec00;
	color: #193456;
}

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

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	word-wrap: break-word;
}

a {
	color: inherit;
}

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

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

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

button,
a,
select {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible,
select:focus-visible {
	outline: auto;
	outline-color: #000;
}

/* for development */

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

/* Tools */

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

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

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

.d-block {
	display: block;
}

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

.hidden {
	display: none !important;
}

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

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
	margin-top: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Layout */

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

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

.l-header {
	padding: 20px 20px 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
}

.l-header.is-bg {
	background: rgba(255, 236, 0, 0.8);
}

.l-navi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 236, 0, 0.95);
	z-index: 1000;
}

.l-navi__inner {
	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;
	padding: 100px 78px 100px;
	height: auto;
	min-height: 100%;
}

.l-wrapper {
	position: relative;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

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

.noscript span {
	color: red;
}

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

.text-base p:not(:last-child),
.text-base ol:not(:last-child),
.text-base ul:not(:last-child) {
	margin-bottom: 1.8em;
}

.text-lg {
	font-size: 2rem;
	line-height: 1.8;
}

.text-lg p:not(:last-child),
.text-lg ol:not(:last-child),
.text-lg ul:not(:last-child) {
	margin-bottom: 1.8em;
}

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

.text-sm p:not(:last-child),
.text-sm ol:not(:last-child),
.text-sm ul:not(:last-child) {
	margin-bottom: 1.8em;
}

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

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

.button-primary {
	position: relative;
	background: #193456;
	color: #FFF;
	border: none;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 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;
	text-align: center;
	padding: 0.95em 3em;
	min-height: 80px;
	min-width: 300px;
	max-width: 100%;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.2778;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 1px solid #193456;
}

.button-primary[target=_blank]::after {
	content: "";
	background: url("../img/icon_external.png") no-repeat center/contain;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button-primary--yellow {
	background: #ffec00;
	color: #193456;
	border-color: #ffec00;
}

.button-primary--sm {
	font-size: 1.5rem;
	min-height: 60px;
	min-width: 250px;
}

.button-primary--sm::after {
	right: 21px;
}

.header-logo {
	margin-top: 10px;
	position: relative;
	z-index: 1100;
	width: 140px;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.menu-btn {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 1100;
	width: 60px;
	height: 60px;
	display: block;
}

.menu-btn__icon {
	display: block;
	width: 20px;
	height: 18px;
	position: relative;
	margin: 0 auto;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 1px;
	background: #003557;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn__icon span:nth-child(1) {
	top: 0;
}

.menu-btn__icon span:nth-child(2) {
	top: 50%;
}

.menu-btn__icon span:nth-child(3) {
	top: 100%;
}

.menu-btn.is-open {
	color: #FFF;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 300px;
	width: 100%;
	border-top: 1px solid currentColor;
}

.gnavi__item {
	border-bottom: 1px solid currentColor;
}

.gnavi__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 1em 0;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-weight: 900;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__item a::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	width: 1em;
	height: 1em;
	-webkit-mask: url(../img/icon_arrow.png) no-repeat center center/contain;
	mask: url(../img/icon_arrow.png) no-repeat center center/contain;
	background: currentColor;
}

.fixed-link {
	position: fixed;
	right: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

html:has(#navi[aria-hidden=false]) .fixed-link {
	z-index: 1100;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.fixed-link--white {
	z-index: 5100;
}

.sns-link__item {
	padding: 15px 0;
}

.sns-link__item:not(:last-child) {
	border-bottom: 0.05rem solid #193456;
}

.fixed-link--white .sns-link__item {
	border-color: #FFF;
}

.sns-link__item a {
	display: block;
	width: 35px;
	aspect-ratio: 1;
	border-radius: 50%;
	text-decoration: none;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background: #0a3152;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 101%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fixed-link--white .sns-link__item a {
	background: #FFF;
}

.sns-link__item--instagram a {
	-webkit-mask-image: url(../img/icon_instagram.png);
	mask-image: url(../img/icon_instagram.png);
}

.sns-link__item--youtube a {
	-webkit-mask-image: url(../img/icon_youtube.png);
	mask-image: url(../img/icon_youtube.png);
}

.sns-link__item--line a {
	-webkit-mask-image: url(../img/icon_line.png);
	mask-image: url(../img/icon_line.png);
}

.footer {
	border-top: 0.5px solid #193456;
}

.footer__inner {
	padding: 61px 61px 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 75px;
}

.footer__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 235px;
}

.footer__logo img {
	width: 100%;
	height: auto;
	display: block;
}

.footer__info {
	margin-top: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 13px;
	line-height: 1.55;
}

.footer__info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3px;
}

.footer__info__item:first-child {
	width: 100%;
}

.footer__info dt {
	font-weight: 700;
}

.footer__info a {
	text-decoration: none;
}

.footer__sns {
	display: none;
}

.footer__sns a {
	display: block;
	width: 47px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__sns img {
	display: block;
	width: 100%;
	height: auto;
}

.copyright {
	border-top: 0.5px solid #193456;
	padding: 28px 20px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 700;
}

.opening {
	position: fixed;
	inset: 0;
	background: #ffec00;
	z-index: 8000;
	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;
}

.opening__first-text {
	font-size: 5.2rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
}

.opening__first-text.is-visible {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.opening__first-text span {
	overflow: hidden;
}

.opening__first-text__center-change {
	position: relative;
	width: 18.066rem;
}

.opening__first-text__center-visible {
	opacity: 0;
	position: absolute;
	bottom: 0;
}

.opening__first-text__center-visible--1 {
	left: 0;
}

.opening__first-text__center-visible--2 {
	right: 0;
}

.opening__first-text__change-txt {
	position: relative;
}

.opening__first-text__change-txt__before,
.opening__first-text__change-txt__after {
	position: absolute;
	bottom: 0;
	left: 0;
}

.opening__first-text__change-txt__after {
	opacity: 0;
}

.opening__first-text.is-decrease .opening__first-text__side-hidden {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.opening__first-text.is-decrease .opening__first-text__center-hidden {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.opening__first-text.is-big {
	font-size: 15rem;
	-webkit-transition: font-size 1.2s;
	transition: font-size 1.2s;
}

.opening__first-text.is-big .opening__first-text__side-hidden {
	width: 0% !important;
	-webkit-transition: width 1s;
	transition: width 1s;
}

.opening__first-text.is-big .opening__first-text__center-change {
	width: 29.115rem;
	-webkit-transition: width 1s;
	transition: width 1s;
}

.opening__first-text.is-big .opening__first-text__center-visible {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.opening__first-text.is-big .opening__first-text__change-txt {
	width: 9.891rem !important;
	-webkit-transition: width 1s;
	transition: width 1s;
}

.opening__first-text.is-big .opening__first-text__change-txt__before {
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
}

.opening__first-text.is-big .opening__first-text__change-txt__after {
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.3s;
	transition: opacity 0.5s 0.3s;
}

.opening__next-text {
	font-size: 15rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	line-height: 1;
	display: none;
}

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

.opening__next-text.is-last .opening__next-text__1 {
	-webkit-transform: translateX(3.488em);
	transform: translateX(3.488em);
	-webkit-transition: 0.9s cubic-bezier(0.12, 0.71, 0.58, 1);
	transition: 0.9s cubic-bezier(0.12, 0.71, 0.58, 1);
}

.opening__next-text__3 {
	width: 27.172rem;
}

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

.opening__next-text.is-last .opening__next-text__wrapper {
	-webkit-transform: translateX(-2.343em);
	transform: translateX(-2.343em);
	-webkit-transition: 0.9s cubic-bezier(0.12, 0.71, 0.58, 1);
	transition: 0.9s cubic-bezier(0.12, 0.71, 0.58, 1);
}

.opening__next-text.is-hidden {
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual {
	position: relative;
	height: 100vh;
	min-height: 790px;
	margin-bottom: calc((100vh - 1806px) * -0.5 + 36.12px - 545px);
}

.mainvisual__catch {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 0.5em;
	padding-left: 210px;
	padding-bottom: 63px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: clamp(790px, 100vh - 106px, 950px);
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainvisual__main {
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2000px;
	height: 100%;
}

.mainvisual__main img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -48%);
	transform: translate(-50%, -48%);
}

.mainvisual__arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100vh;
	max-height: 790px;
	margin-left: 420px;
	padding-bottom: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.mainvisual__arrow img {
	display: block;
}

.lead__body {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
	padding-bottom: 100px;
}

.lead__body::before {
	content: "";
	display: block;
	width: 0.05rem;
	height: calc(300px + 100%);
	position: absolute;
	top: -300px;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 3;
	background: #193456;
}

.lead__heading {
	width: 595px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font: 700 6rem "Roboto", sans-serif;
	line-height: 1.13333333;
	padding-left: 90px;
}

.lead__text {
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.4444;
	padding-top: 110px;
	z-index: 2;
}

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

.loop-slider__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.loop-slider__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 0;
}

.loop-text {
	position: absolute;
	left: calc(50% - 50vw);
	width: 100vw;
	z-index: 1;
}

.loop-text--lead {
	bottom: 0;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

.loop-text--main {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loop-text__item {
	font: 700 20rem "Roboto", sans-serif;
	line-height: 1;
	letter-spacing: -0.025em;
	color: #fae600;
}

.five-years {
	position: relative;
	padding-bottom: 150px;
	border-top: 0.05rem solid #193456;
}

.five-years::before {
	content: "";
	width: 50%;
	height: 0.05rem;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 410px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	background: #193456;
}

.five-years::after {
	content: "";
	width: 50%;
	height: 0.05rem;
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: 500px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	background: #193456;
}

.five-years__head {
	padding-top: 93px;
	text-align: center;
	position: relative;
}

.five-years__head::before {
	content: "";
	display: block;
	width: 0.05rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #193456;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.five-years__heading {
	font: 700 4.8rem "Roboto", sans-serif;
	letter-spacing: 0.11em;
}

.five-years__heading span {
	font-size: 200%;
	font-family: "Roboto", sans-serif;
	padding: 0 0.04em 0 0.08em;
}

.five-years__lead {
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-top: 3px;
}

.five-years__text {
	margin-top: 50px;
	font-size: 1.6rem;
	line-height: 2;
}

.five-years-content {
	position: relative;
	padding-top: 120px;
	z-index: 5;
}

.five-years-content::before {
	content: "";
	display: block;
	width: 0.05rem;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	background: #193456;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.five-years-content__line::before {
	content: "";
	display: block;
	width: calc(100% - 100px);
	height: 0.05rem;
	position: absolute;
	top: 300px;
	left: 0;
	background: #193456;
}

.five-years-content__line::after {
	content: "";
	display: block;
	width: calc(50% - 100px + 50vw);
	min-width: calc(50% - 100px + 520px);
	height: 0.05rem;
	position: absolute;
	top: 760px;
	left: 100px;
	background: #193456;
}

.five-years-content__wrapper {
	position: relative;
}

.five-years-content__heading {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #ffec00;
	padding: 20px 24px 0;
	font-size: 3.7rem;
	font-weight: 900;
	letter-spacing: 0.55em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	z-index: 10;
}

.five-years-content__plan {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 100px 160px;
	padding: 0 50px;
	margin-bottom: 70px;
	position: relative;
}

.five-years-content__plan::before {
	content: "";
	width: 50%;
	height: 0.05rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-41.5deg);
	transform: translate(-50%, -50%) rotate(-41.5deg);
	background: #193456;
	display: block;
	z-index: 3;
}

.five-years-content__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;
	border-radius: 50%;
	aspect-ratio: 1/1;
	border: 0.05rem solid #193456;
	background: #ffec00;
	z-index: 5;
}

.five-years-content__item:first-child {
	--left-move: -40px;
	--circle-width: 20px;
}

.five-years-content__item:first-child::before,
.five-years-content__item:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.five-years-content__item:first-child::before {
	content: "";
	left: var(--left-move);
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	width: var(--circle-width);
	border: 1px solid #193456;
	background: #ffec00;
}

.five-years-content__item:first-child::after {
	content: "";
	left: calc(var(--left-move) - var(--circle-width) / 2);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	background: #193456;
}

.five-years-content__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.five-years-content__label {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.five-years-content__label span {
	font-size: 3.6rem;
	font-family: "Roboto", sans-serif;
}

.five-years-content__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.five-years-content__detail {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8667;
}

.five-years-content__detail::before {
	content: "→ ";
	position: absolute;
	top: 0;
	left: 0;
}

.five-years-content__name {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5556;
}

.five-years-content__name:has(.five-years-content__cat) {
	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;
}

.five-years-content__info {
	display: block;
	font-weight: 500;
}

.five-years-content__info:has(.five-years-content__cat) {
	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;
}

.five-years-content__info span:not([class]) {
	position: relative;
	top: -0.5em;
	font-size: 1rem;
}

.five-years-content__cat {
	display: inline-block;
	padding: 1px 0.6em;
	margin: 0.15em 0 0 0.4em;
	font: 700 1.2rem "Roboto", sans-serif;
	color: #FFF;
	background: #193456;
}

.five-years-content__cat--orange {
	background: #f15a24;
}

.five-years-content__footnote {
	margin-top: 20px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
}

.five-years-content__logo {
	position: absolute;
	bottom: calc((100% - 100px) / 4);
	right: 0;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	margin-bottom: 18px;
}

.five-years-content__logo img {
	display: block;
}

.five-years-content__note {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
}

.program {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 0 1px;
	background: repeating-linear-gradient(to bottom, #FFF 0 1px, transparent 1px 4px);
}

.program::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30px;
	height: 25px;
	background: #193456;
}

.program__item {
	position: relative;
	background: #193456;
}

.program__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin-bottom: 14px;
}

.program__title::before {
	content: "";
	width: 8px;
	height: 12px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff000)) left top/4px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff000)) right center/4px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff000)) left bottom/4px 4px no-repeat;
	background: linear-gradient(#fff000 0 0) left top/4px 4px no-repeat, linear-gradient(#fff000 0 0) right center/4px 4px no-repeat, linear-gradient(#fff000 0 0) left bottom/4px 4px no-repeat;
}

.program__text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: justify;
}

.notification {
	position: relative;
	padding: 20px;
	border: 1px solid #FFF;
	margin-top: 56px;
}

.notification__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.notification__title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 200px;
	padding: 22px 10px;
	border: 1px solid #FFF;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5417;
	letter-spacing: 0.05em;
	text-align: center;
}

.notification__inner {
	padding-bottom: 11px;
}

.notification__item {
	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;
}

.notification__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.75;
}

.notification__detail {
	font-size: 1.6rem;
}

.notification__detail:not(:last-child)::after {
	content: "／";
	margin: 0 0.23em;
}

.notification__note {
	margin-top: 2px;
	margin-left: 16rem;
	font-size: 1.3rem;
	line-height: 1.5;
}

.information {
	position: relative;
	z-index: 500;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.information__body {
	background: #193456;
	color: #FFF;
	padding: 80px 0;
	position: relative;
}

.information__body::before {
	content: "";
	display: block;
	width: calc(50% + 110px + 50vw);
	min-width: 1120px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -110px;
	background: #193456;
}

.information__inner {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}

.information__main {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.information__heading {
	font: 700 7.4rem "Roboto", sans-serif;
	line-height: 0.9189;
	margin-top: 4px;
	margin-bottom: 43px;
}

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

.information__date {
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.information__date:not(:first-child) {
	margin-left: 24px;
}

.information__date:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;
	-webkit-transform: translate(-50%, -50%) rotate(18.43deg);
	transform: translate(-50%, -50%) rotate(18.43deg);
	width: 1px;
	height: 3.162rem;
	background: currentColor;
}

.information__type {
	display: inline-block;
	text-align: center;
}

.information__num {
	font-size: 4.6rem;
	font-family: "Roboto", sans-serif;
}

.information__week {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	line-height: 1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.information__week--shift {
	margin-left: -0.5em;
}

.information__time {
	margin-top: 7px;
	font: 700 1.6rem "Roboto", sans-serif;
	letter-spacing: 0.05em;
}

.information__title {
	border: 1px solid currentColor;
	padding: 0.8em;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-align: center;
	margin-bottom: 27px;
}

.bottom-links {
	position: relative;
}

.bottom-links::before {
	content: "";
	width: 1000px;
	height: 0.05rem;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 500px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background: #193456;
}

.bottom-links__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.bottom-links__logo {
	width: 100%;
	height: 570px;
	position: relative;
}

.bottom-links__logo img {
	display: block;
	max-width: initial;
	width: 1480px;
	position: absolute;
	right: -70px;
	bottom: 0;
}

.bottom-links__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 50px;
}

.bottom-links__item:not(:last-child) {
	margin-bottom: 10px;
}

.scrollin {
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	transform: translate(0, 70px);
}

.scrollin.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


@media (hover: hover) {

.button-primary:hover {
	background: none;
	color: #193456;
}

.button-primary--yellow:hover {
	color: #ffec00;
}

.gnavi__item a:hover {
	opacity: 0.6;
}

.sns-link__item a:hover {
	opacity: 0.6;
}

.footer__sns a:hover {
	opacity: 0.6;
}

}

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

.text-left-pc { /* 767px以上 */
	text-align: left;
}

.text-center-pc { /* 767px以上 */
	text-align: center;
}

.text-right-pc { /* 767px以上 */
	text-align: right;
}

.program__item { /* 767px以上 */
}

.program__item:not(:is(:last-child,
:nth-last-child(2))) {
	padding-bottom: 33px;
}

.program__item:not(:is(:last-child,
:nth-last-child(2)))::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: repeating-linear-gradient(to right, #FFF 0 1px, transparent 1px 4px);
}

.program__item:not(:is(:first-child,
:nth-child(2))) {
	padding-top: 27px;
}

.program__item:nth-child(odd) {
	padding-right: 35px;
}

.program__item:nth-child(even) {
	padding-left: 35px;
}

}

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

.mainvisual { /* 高さが小さいPC */
	margin-bottom: -0.88px;
}

.mainvisual__catch { /* 高さが小さいPC */
	padding-left: 170px;
}

.mainvisual__arrow { /* 高さが小さいPC */
	height: 100vh;
	top: 0;
	-webkit-transform: none;
	transform: none;
	padding-bottom: 20px;
}

}

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

.fixed-link { /* 767px以上 */
	right: 10px;
}

.five-years-content__logo { /* 767px以上 */
	display: none;
}

}

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

.text-left-sp { /* 767px以下 */
	text-align: left;
}

.text-center-sp { /* 767px以下 */
	text-align: center;
}

.text-right-sp { /* 767px以下 */
	text-align: right;
}

.sp-only { /* 767px以下 */
	display: block !important;
}

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

.pc-only { /* 767px以下 */
	display: none !important;
}

.pc-only-2 { /* 767px以下 */
	display: none !important;
}

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

.my-auto-sp {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

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

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

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

/* 767px以下 */

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

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

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

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

.l-body { /* 767px以下 */
	min-width: initial;
}

.l-header { /* 767px以下 */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 20px;
	height: 60px;
}

.l-header.is-bg { /* 767px以下 */
	background: #ffec00;
}

.l-navi__inner { /* 767px以下 */
	padding: 80px 30px 80px;
}

.l-wrapper { /* 767px以下 */
	width: 84%;
}

.buttons-wrap { /* 767px以下 */
	-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: 10px;
}

.button-primary { /* 767px以下 */
	min-height: 60px;
	min-width: 250px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.button-primary[target=_blank]::after { /* 767px以下 */
	right: 21px;
}

.header-logo { /* 767px以下 */
	margin-top: 0;
}

.menu-btn { /* 767px以下 */
	background: #ffec00;
}

.gnavi { /* 767px以下 */
	max-width: 220px;
}

.gnavi__item a { /* 767px以下 */
	padding: 16px 0;
	font-size: 1.8rem;
}

.fixed-link { /* 767px以下 */
	display: none;
	right: auto;
	top: auto;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

html:has(#navi[aria-hidden=false]) .fixed-link {
	display: block;
}

.sns-link { /* 767px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.sns-link__item { /* 767px以下 */
	padding: 0;
}

.sns-link__item--instagram {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.sns-link__item--youtube {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.sns-link__item--line {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.sns-link__item:not(:last-child) { /* 767px以下 */
	border-bottom: none;
}

.sns-link__item a { /* 767px以下 */
	width: 47px;
}

.footer { /* 767px以下 */
	border-top: none;
}

.footer__inner { /* 767px以下 */
	padding: 50px 20px 22px;
	display: block;
	text-align: center;
}

.footer__logo { /* 767px以下 */
	width: 188px;
	margin: 0 auto;
}

.footer__info { /* 767px以下 */
	margin-top: 46px;
	display: block;
	text-align: center;
}

.footer__info__item:first-child { /* 767px以下 */
	margin-bottom: 24px;
}

.footer__info__item { /* 767px以下 */
	display: block;
}

.footer__sns { /* 767px以下 */
	margin-top: 49px;
	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;
	gap: 10px;
}

.copyright { /* 767px以下 */
	border-top: none;
	padding: 0 20px 38px;
}

.opening__first-text { /* 767px以下 */
	font-size: 2rem;
}

.opening__first-text__center-change { /* 767px以下 */
	width: 6.948rem;
}

.opening__first-text.is-big { /* 767px以下 */
	font-size: 5.7rem;
}

.opening__first-text.is-big .opening__first-text__center-change { /* 767px以下 */
	width: 11.08rem;
}

.opening__first-text.is-big .opening__first-text__change-txt { /* 767px以下 */
	width: 3.759rem !important;
}

.opening__next-text { /* 767px以下 */
	font-size: 5.7rem;
}

.opening__next-text__3 { /* 767px以下 */
	width: 10.326rem;
}

.mainvisual { /* 767px以下 */
	min-height: 176vw;
	height: 100svh;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainvisual__inner { /* 767px以下 */
	position: relative;
	width: 93.333333%;
}

.mainvisual__inner::before { /* 767px以下 */
	content: "";
	display: block;
	width: 0.133vw;
	height: calc((100svh - 176vw) * 0.5);
	position: absolute;
	bottom: 100%;
	right: 0;
	background: #193456;
}

.mainvisual__inner::after { /* 767px以下 */
	content: "";
	display: block;
	width: 0.133vw;
	height: calc(18.94% + (100svh - 176vw) * 0.5);
	min-height: 18.94%;
	position: absolute;
	top: 81.06%;
	left: 8.57%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: #193456;
}

.mainvisual__catch { /* 767px以下 */
	top: 12.4%;
	left: 8.5%;
	padding: 0;
	-webkit-transform: none;
	transform: none;
	height: auto;
	width: 100%;
	font-size: 5.5vw;
	line-height: 1.7;
	letter-spacing: 0.45em;
}

.mainvisual__main { /* 767px以下 */
	left: 0;
	top: 0;
	position: relative;
	-webkit-transform: none;
	transform: none;
	width: 100%;
	height: auto;
}

.mainvisual__main img { /* 767px以下 */
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: none;
	transform: none;
}

.mainvisual__arrow { /* 767px以下 */
	display: none;
}

.lead__body { /* 767px以下 */
	display: block;
	padding-top: 20px;
	padding-bottom: 45px;
}

.lead__body::before { /* 767px以下 */
	height: 100%;
	top: 0;
	width: 0.133vw;
}

.lead__heading { /* 767px以下 */
	position: absolute;
	top: 0;
	left: -8vw;
	width: auto;
	padding-left: 0;
	color: #fae600;
	z-index: 0;
	line-height: 1;
	letter-spacing: -0.02em;
}

.lead__text { /* 767px以下 */
	padding-top: 0;
	padding-left: 8vw;
	font-size: 1.5rem;
	line-height: 2.1333;
	letter-spacing: 0;
}

.loop-slider__inner { /* 767px以下 */
	width: 100%;
}

.loop-text--lead { /* 767px以下 */
	bottom: 30px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.loop-text--main { /* 767px以下 */
	display: none;
}

.loop-text__item { /* 767px以下 */
	margin-left: auto;
	font-size: 6rem;
}

.five-years { /* 767px以下 */
	border-top-width: 0.133vw;
	padding-bottom: 50px;
}

.five-years::before { /* 767px以下 */
	content: none;
}

.five-years::after { /* 767px以下 */
	content: none;
}

.five-years__head::before { /* 767px以下 */
	width: 0.133vw;
}

.five-years__head { /* 767px以下 */
	padding: 36px 0 0 8vw;
	text-align: left;
}

.five-years__heading { /* 767px以下 */
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}

.five-years__lead { /* 767px以下 */
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-top: 0;
}

.five-years__text { /* 767px以下 */
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 1.7857;
	text-align: justify;
}

.five-years-content::before { /* 767px以下 */
	content: none;
}

.five-years-content { /* 767px以下 */
	position: relative;
	padding-top: 0;
	padding-right: 65px;
}

.five-years-content__line { /* 767px以下 */
	display: none;
}

.five-years-content__wrapper { /* 767px以下 */
	display: contents;
}

.five-years-content__heading { /* 767px以下 */
	top: 30px;
	left: auto;
	right: 0;
	-webkit-transform: none;
	transform: none;
	padding: 0 0;
	background: transparent;
}

.five-years-content__plan { /* 767px以下 */
	display: block;
	padding: 43px 0 0 30px;
	margin-top: 0;
	margin-bottom: 15px;
}

.five-years-content__plan::before { /* 767px以下 */
	width: 0.133vw;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.five-years-content__item { /* 767px以下 */
	display: block;
	border: none;
	aspect-ratio: auto;
	background: transparent;
	border-radius: 0;
}

.five-years-content__item:not(:last-child) {
	padding-bottom: 33px;
}

.five-years-content__item:first-child::before,
.five-years-content__item:first-child::after { /* 767px以下 */
	display: none;
}

.five-years-content__list { /* 767px以下 */
	display: block;
}

.five-years-content__label { /* 767px以下 */
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 0;
	text-align: left;
}

.five-years-content__label::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -30px;
	width: calc(100% + 30px);
	height: 0.05rem;
	background: #193456;
}

.five-years-content__details { /* 767px以下 */
	position: relative;
	padding-top: 5px;
}

.five-years-content__details::before,
.five-years-content__details::after {
	content: "";
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	aspect-ratio: 1/1;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.five-years-content__details::before {
	content: "";
	left: -30px;
	width: 20px;
	border: 1px solid #193456;
	background: #ffec00;
}

.five-years-content__details::after {
	content: "";
	left: -30px;
	width: 8px;
	background: #193456;
}

.five-years-content__info { /* 767px以下 */
	line-height: 1.6;
}

.five-years-content__footnote { /* 767px以下 */
	margin-top: 10px;
	text-align: left;
}

.five-years-content__note { /* 767px以下 */
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	margin-top: 44px;
}

.program { /* 767px以下 */
	display: block;
	background: none;
}

.program::after { /* 767px以下 */
	display: none;
}

.program__item { /* 767px以下 */
}

.program__item:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.program__item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: repeating-linear-gradient(to right, #FFF 0 1px, transparent 1px 4px);
}

.notification { /* 767px以下 */
	padding: 0;
	margin-top: 30px;
	border: none;
}

.notification__wrapper { /* 767px以下 */
	display: block;
	border: 1px solid #FFF;
}

.notification__title { /* 767px以下 */
	width: 100%;
	border: none;
	padding: 10px 0;
	border-bottom: 1px solid #FFF;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.notification__inner { /* 767px以下 */
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	padding: 15px 15px;
}

.notification__item { /* 767px以下 */
	display: block;
}

.notification__item:not(:first-child) {
	position: relative;
}

.notification__item:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 1px;
	height: 100%;
	background: #FFF;
}

.notification__label { /* 767px以下 */
	width: auto;
	margin-bottom: 8px;
	font-size: 1.5rem;
	text-align: center;
}

.notification__detail { /* 767px以下 */
	font-size: 1.4rem;
	line-height: 1.5;
}

.notification__detail::before {
	content: "・ ";
	margin-left: 0.2em;
}

.notification__detail:not(:last-child)::after { /* 767px以下 */
	display: none;
}

.notification__note { /* 767px以下 */
	margin-top: 15px;
	margin-left: 0;
	font-size: 1.2rem;
	text-align: center;
}

.information__body { /* 767px以下 */
	padding: 50px 0 60px;
}

.information__body::before { /* 767px以下 */
	min-width: auto;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.information__inner { /* 767px以下 */
	display: block;
}

.information__sub { /* 767px以下 */
	margin-top: 26px;
}

.information__heading { /* 767px以下 */
	margin-top: 0;
	font-size: 7rem;
	line-height: 0.8571;
}

.information__time { /* 767px以下 */
	margin-top: 5px;
}

.bottom-links::before { /* 767px以下 */
	content: none;
}

.bottom-links__body { /* 767px以下 */
	display: block;
}

.bottom-links__logo { /* 767px以下 */
	width: 100vw;
	height: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bottom-links__logo img { /* 767px以下 */
	width: 100%;
	right: auto;
	left: 0;
	position: relative;
}

.bottom-links__main { /* 767px以下 */
	padding-top: 0;
	margin: -65px 0 0;
	width: 100%;
}

.bottom-links__list { /* 767px以下 */
	margin-left: auto;
	margin-right: auto;
}

}

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

.five-years-content__label::after { /* 767px以下 */
	height: 0.133vw;
}

}

@-webkit-keyframes loopSlider {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@keyframes loopSlider {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

