@charset 'UTF-8';
/* =====================================================
* Base
* ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap');
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Font
 * -------------------------------------------------- */

@font-face {
	font-family: 'LINESeedJP_OTF';
  font-weight: 400;
  font-style: normal;
  src: local('LINESeedJP_OTF_Rg.otf'), local('LINESeedJP_OTF_Rg.otf'), url('/font/LINESeedJP_OTF_Rg.woff') format('woff');
}

@font-face {
	font-family: 'LINESeedJP_OTF';
  font-weight: 700;
  font-style: normal;
  src: local('LINESeedJP_OTF_Bd.otf'), local('LINESeedJP_OTF_Bd.otf'), url('/font/LINESeedJP_OTF_Bd.woff') format('woff');
}

@font-face {
	font-family: 'NotoSansCJKjp-Jxck';
  font-weight: 400;
  font-style: normal;
  src: local('NotoSansCJKjp-Bold.otf'), local('NotoSansJP-Bold.otf'), url('/font/NotoSansCJKjp-Jxck-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSansCJKjp-Jxck';
  font-weight: 700;
  font-style: normal;
  src: local('NotoSansCJKjp-Bold.otf'), local('NotoSansJP-Bold.otf'), url('/font/NotoSansCJKjp-Jxck-Bold.woff') format('woff');
}

@font-face {
	font-family: 'FontAwesome';
  font-weight: 900;
  font-style: normal;
  src: url('/font/fa-solid-900.woff2') format('woff2'), url('/font/fa-solid-900.woff') format('woff');
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #3b4158;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

a {
	color: #000;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
small {
	margin: 0;
	font-size: 100%;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

img {
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	padding: 0;
}

ol {
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Base
 * -------------------------------------------------- */

body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	background-color: #f5f7fa;
}

body.is-menu-open {
	overflow: visible;
}

@-webkit-keyframes bggradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@keyframes bggradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

/* mod-btn
-------------------------------------------------- */

.mod-btn {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 17px 0;
	border-radius: 50px;
	background: #2a71cc;
	color: #fff !important;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none !important;
	transition: background 0.3s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.mod-btn:hover {
	opacity: 0.7;
}

.mod-btn:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 17px;
	width: 14px;
	height: 12px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-mask-image: url(/2026/img/ico_arrow.svg);
	mask-image: url(/2026/img/ico_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.mod-btn:hover:after {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mod-btn-page {
	min-width: 350px;
	max-width: 350px;
	margin: 40px auto 0;
	padding: 17px 0;
}

.mod-btn-page:before {
	right: 20px;
	width: 15px;
	height: 13px;
}

.mod-btn-finalist {
	position: relative;
	min-width: auto;
	max-width: 100%;
	margin: 40px auto 0;
}

/* -----------------------------------------------------
 * Utilities
 * -------------------------------------------------- */

.mod-left {
	text-align: left !important;
}

.mod-center {
	text-align: center !important;
}

.mod-right {
	text-align: right !important;
}

.is-br-sp-show {
	display: none;
}

.is-br-pc-show {
	display: none;
}

.u-mt0 {
	margin: 0 !important;
}

.u-mt10 {
	margin: 10px 0 0 !important;
}

.u-mt30 {
	margin: 30px 0 0 !important;
}

/* -----------------------------------------------------
 * Typography
 * -------------------------------------------------- */

/* -----------------------------------------------------
 * Tools
 * -------------------------------------------------- */

.l-section.l-section-entry ul li span {
	color: #f00;
}

.mod-scroll {
	margin: -40px 0 0;
	padding: 40px 0 0;
}

.block-card {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 35px;
}

.mod-card {
	position: static !important;
	width: calc((100% - 70px) / 3);
	margin: 0 !important;
	padding: 0 !important;
}

.mod-card:before {
	content: none !important;
}

.mod-card-item-link {
	text-decoration: none !important;
}

.mod-card-item-text {
	padding: 20px;
	background-color: #fff;
}

.mod-card-item-text .name {
	margin: 0 0 10px;
	color: #000;
	font-size: 1.4rem;
}

.mod-card-item-text .title {
	margin: 0 0 8px;
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.mod-card-item-text .sub-title {
	color: #2a71cc;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.mod-card-item-img img {
	width: 100%;
	height: auto;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * Header
 * -------------------------------------------------- */

.l-header {
	position: fixed;
	z-index: 20;
	top: 0;
	width: 100%;
	height: 90px;
	background-color: rgba(255, 255, 255, 0.9);
}

.l-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1390px;
	height: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.l-header-toggle {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.l-header-toggle::-ms-clear {
	display: none;
}

.l-header-toggle::-ms-reveal {
	display: none;
}

.l-header-toggle::-ms-expand {
	display: none;
}

.l-header-logo {
	display: block;
}

.l-header-logo a {
	display: block;
	overflow: hidden;
	max-width: 268px;
	height: 0;
	padding: 40px 0 0;
	background: url(/2026/img/logo_01.png) no-repeat 0 0/contain;
	transition: opacity 0.2s ease-in-out;
}

.l-header-logo a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------------
 * Footer
 * -------------------------------------------------- */

.l-footer {
	position: relative;
	width: 100%;
	margin: 100px 0 0;
	padding: 0 20px;
	background-color: #e9eef7;
}

.l-footer-inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 60px 0;
}

.home .l-footer-inner {
	border-top: 1px solid #ccc;
}

.home .l-footer {
	margin: 0;
	background: #fff;
}

.l-footer-copyright {
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}

.home .l-footer-copyright {
	color: #3b4158;
}

.mod-pagetop {
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 20px;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}

.mod-pagetop a {
	display: flex;
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 0;
	padding: 60px 0 0;
	border-radius: 50%;
	background-color: #2a71cc;
	background-size: 200% 100%;
	transition: background 0.3s ease-in-out;
}

.mod-pagetop a:after {
	content: '\f0d8';
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin: auto;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 1.8rem;
	font-weight: 900;
}

.mod-pagetop a:hover {
	background-position: 0 100%;
}

.is-pagetop-active .mod-pagetop {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.is-pagetop-fixed .mod-pagetop {
	position: absolute;
	top: -80px;
	bottom: auto;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* -----------------------------------------------------
 * Layout
 * -------------------------------------------------- */

/* l-wrapper
-------------------------------------------------- */

.l-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	min-height: 100vh;
	padding: 90px 0 0;
}

/* l-page-title
-------------------------------------------------- */

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.l-page-title {
	background-image: linear-gradient(135deg, rgba(253, 236, 190, 0.09) 0%, rgba(255, 230, 163, 0.09) 5%, rgba(234, 154, 197, 0.09) 60%, rgba(88, 118, 199, 0.09) 100%);
	text-align: center;
}

.l-page-title h1 {
	display: inline-block;
	position: relative;
	padding: 60px 0;
	color: #3b4158;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.25;
}

/* l-breadcrumbs
-------------------------------------------------- */

.l-breadcrumbs {
	width: 100%;
	max-width: 1160px;
	margin: 10px auto 0;
	padding: 0 20px;
}

.l-breadcrumbs ol {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.l-breadcrumbs ol li {
	font-size: 1.2rem;
}

.l-breadcrumbs ol li:after {
	content: '\f105';
	padding: 0 10px;
	color: #ccc;
	font-family: 'FontAwesome';
	font-weight: 900;
}

.l-breadcrumbs ol li:last-child:after {
	display: none;
}

.l-breadcrumbs a {
	color: #2a71cc;
	text-decoration: underline;
	transition: opacity 0.2s ease-in-out;
}

.l-breadcrumbs a:hover {
	opacity: 0.7;
}

/* l-main
-------------------------------------------------- */

.l-main {
	flex-grow: 1;
	min-width: 320px;
}

.page-home .l-main {
	margin: 80px 0 0;
}

/* l-section
-------------------------------------------------- */

.l-section {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}

.home .l-section {
	margin: 0 auto 120px;
	padding: 20px 20px 0;
}

.l-section strong {
	border-bottom: 2px #f00 solid;
	font-weight: 700;
}

.l-section strong.strong-2 {
	background-color: rgba(255, 255, 153, 0.8);
}

.l-section a {
	color: #2a71cc;
	text-decoration: underline;
	transition: opacity 0.2s ease-in-out;
}

.l-section a:hover {
	opacity: 0.7;
}

.l-section sup.reg {
	top: -0.1em;
	font-size: 1.6rem;
}

.l-section h2 {
	margin: 80px 0 0;
	padding: 20px;
	border-radius: 10px;
	background-color: #5c6db3;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
}

.home .l-section h2 {
	margin: 0;
	padding: 0;
	background-color: inherit;
}

.l-section h3 {
	position: relative;
	margin: 50px 0 0;
	padding: 10px 20px 10px 30px;
	border-radius: 5px;
	font-size: 2.6rem;
	font-weight: 700;
}

.l-section h3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	border-radius: 5px;
	background-color: #5c6db3;
}

.l-section h3:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e4ebf7;
}

.l-section h4 {
	position: relative;
	margin: 50px 0 0;
	padding: 5px 0 5px 30px;
	font-size: 2.4rem;
	font-weight: 700;
}

.l-section h4:before,
.l-section h4:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	border-radius: 2px;
	background-color: #5c6db3;
}

.l-section h4:before {
	top: 0;
	left: 0;
}

.l-section h4:after {
	top: 0;
	left: 8px;
}

.l-section p {
	margin: 30px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}

.l-section p.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.l-section ul {
	margin: 30px 0 0;
}

.l-section ul li {
	position: relative;
	margin: 8px 0 0;
	padding: 0 0 0 1.6rem;
	font-size: 1.6rem;
	line-height: 1.75;
}

.l-section ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.1rem;
	left: 0;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background-color: #2a71cc;
}

.l-section ol {
	counter-reset: item;
	list-style-type: none;
	padding: 0;
}

.l-section ol ol {
	padding: 0 0 0 1em;
}

.l-section ol li {
	margin: 10px 0 0;
	padding: 0 0 0 1.3em;
	font-size: 1.6rem;
	text-indent: -1.3em;
}

.l-section ol li:before {
	content: counter(item) '.';
	counter-increment: item;
	padding: 0 0.5em 0 0;
	font-weight: bold;
}

.l-section table {
	width: 100%;
	margin: 30px 0 0;
	border: 1px #ccc solid;
}

.l-section table th {
	padding: 10px 20px;
	border: 1px #ccc solid;
	background-color: #e9eef7;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.l-section table td {
	padding: 10px 20px;
	border: 1px #ccc solid;
	background-color: transparent;
	font-size: 1.6rem;
}

.l-section table td.break {
	background-color: #eee;
	text-align: center;
}

.l-section table td > p:first-child {
	margin: 0;
}

.l-section table.mod-time-table {
	border-color: #aaa;
}

.l-section table.mod-time-table td:nth-of-type(1) {
	text-align: center;
}

.l-section table.mod-time-table th,
.l-section table.mod-time-table td {
	border-color: #aaa;
}

.l-section table.mod-time-table th {
	background-color: #c5d5e0;
	color: #333;
}

.l-section table.mod-time-table small {
	font-size: 1.4rem;
}

.l-section .p-history-wrap {
	display: flex;
}

.l-section .c-history-text {
	width: 50%;
}

.l-section .c-history-img {
	width: 50%;
	max-width: 400px;
}

.l-section .c-history-img img {
	width: 100%;
}

.l-section p.c-block {
	margin: 30px 0 0;
	padding: 20px;
	border: 1px solid #f4e8ba;
	border-radius: 5px;
	background-color: #fffcf0;
	font-size: 1.6rem;
	font-weight: 500;
}

.l-section p.c-block span {
	color: #f27171;
	font-weight: bold;
}

.tbl-scroll {
	width: 100%;
}

.tbl-scroll table {
	min-width: 1000px;
}

.tbl-scroll table tr th:nth-of-type(1) {
	width: 25%;
}

.tbl-scroll table tr th:nth-of-type(2) {
	width: 40%;
}

.tbl-scroll table tr th:nth-of-type(3) {
	width: 20%;
}

.tbl-scroll table tr th:nth-of-type(4) {
	width: 15%;
}

.tbl-scroll table.schedule {
	min-width: 800px;
}

.tbl-scroll table.schedule tr th:nth-of-type(2) {
	width: 40%;
}

.tbl-scroll table.schedule tr th:nth-of-type(3) {
	width: 35%;
}

.tbl-scroll table.history tr th:nth-of-type(1) {
	width: 10%;
}

.tbl-scroll table.history tr th:nth-of-type(2) {
	width: 20%;
}

.tbl-scroll table.history tr th:nth-of-type(3) {
	width: 25%;
}

.tbl-scroll table.history tr th:nth-of-type(4) {
	width: 25%;
}

.tbl-scroll table.history tr th:nth-of-type(5) {
	width: 5%;
}

.tbl-scroll table.history tr th:nth-of-type(6) {
	width: 5%;
}

.tbl-scroll table.history tr th:nth-of-type(7) {
	width: 5%;
}

/* modaal
-------------------------------------------------- */

.modaal-content-container {
	width: 100%;
	height: 100%;
}

.modaal-content-container .l-section h2 {
	margin: 0;
}

.modaal-close {
	position: absolute;
	top: -60px;
	right: -10px;
}

.modal-inner {
	position: relative;
}

.modal-inner img {
	width: 100%;
}

.modaal-inner-wrapper {
	padding: 80px 2.66667vw;
}

.modaal-container {
	max-width: 900px;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #2a71cc;
}

/* l-movie
-------------------------------------------------- */

/* iframe
-------------------------------------------------- */

.l-form {
	margin: 40px 0 0;
	text-align: center;
}

.l-form a {
	font-weight: bold;
}

.l-form iframe {
	overflow: hidden;
	max-height: 0;
	transition: all 0.5s ease-in-out;
}

#is-agree:checked + a + iframe {
	max-height: 2800px;
}

/* l-youtube
-------------------------------------------------- */

.l-youtube {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 30px 0 0;
	padding: 56.25% 0 0;
}

.l-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
 * Home
 * -------------------------------------------------- */

/* アニメーション
-------------------------------------------------- */

/* ex animation: fade-in 0.5s ease-in-out 0.5s forwards; */

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes zoom-in {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoom-in {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes width {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes width {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

/* l-kv
-------------------------------------------------- */

.l-kv {
	position: relative;
}

.l-kv-inner {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 40px 0;
}

.l-kv-container {
	display: flex;
}

.l-kv-img source,
.l-kv-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-kv-entry {
	display: flex;
	flex-direction: column;
	min-width: 280px;
	max-width: 280px;
	padding: 20px;
	background-color: #5c6db3;
}

.l-kv-entry-inner {
	display: flex;
	position: relative;
	flex-direction: column;
	margin: 0 0 20px;
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	gap: 1rem;
}

.l-kv-entry-inner:before,
.l-kv-entry-inner:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.l-kv-entry-inner:before {
	top: -4px;
}

.l-kv-entry-inner:after {
	bottom: -4px;
}

.l-kv-entry-inner:last-child {
	margin: 0;
	padding-top: 0;
	border-top: none;
}

.l-kv-entry-inner:last-child:before {
	content: none;
}

.l-kv-entry h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.l-kv-entry h2 img {
	width: 100%;
	max-width: 18.5rem;
	height: auto;
}

.l-kv-entry h2 span {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.6;
	-webkit-font-smoothing: subpixel-antialiased;
}

.l-kv-entry figure {
	position: relative;
	top: -10px;
}

.l-kv-entry figure img {
	display: block;
	width: 100%;
	height: auto;
}

.l-kv-entry p {
	margin: 0 0 15px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

.l-kv-entry .mod-btn.cl-accent {
	width: 100%;
	margin: 0 auto;
	padding: 11px 0;
	background-color: #ffe36e !important;
	color: #3b4158 !important;
	font-size: 1.8rem;
}

.l-kv-entry .mod-btn.cl-accent:before {
	background-color: #3b4158;
}

.l-kv-entry-note {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 10px;
	background-color: #434c90;
	text-align: center;
}

.l-kv-entry-note p {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
}

.l-kv-entry-note p span {
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	font-size: 2.8rem;
	line-height: 1;
}

.l-kv-entry-note p small {
	margin: 0 0 0 -8px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}

.l-kv-entry.seminar h2 {
	margin: 0;
	font-size: 2.0rem;
	line-height: 1.25;
}

.l-kv-entry.seminar h2 em {
	display: block;
	color: #ff0;
	font-style: normal;
}

.l-kv-entry.seminar h2:after {
	content: none;
}

.l-kv-entry.seminar h2:last-of-type:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.l-kv-message {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.4);
	gap: 20px;
}

/* l-home-new-info
-------------------------------------------------- */

.l-home-new-info {
	background-color: #fff;
}

.l-home-new-info-inner {
	display: flex;
	max-width: 1120px;
	margin: 0 auto;
	padding: 15px 20px;
}

.l-home-new-info-inner .p-home-new-info-title {
	margin: 0 30px 0 0;
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	font-size: 2.0rem;
	font-weight: 700;
}

.l-home-new-info-inner ul li {
	display: block;
	margin: 0 0 8px;
}

.l-home-new-info-inner ul li a {
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
}

.l-home-new-info-inner ul li a em {
	background-color: rgba(254, 251, 0, 0.5);
	font-style: normal;
	-webkit-text-decoration-color: #f00;
	text-decoration-color: #f00;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.l-home-new-info-inner ul li a:hover {
	text-decoration: none;
}

.l-home-new-info-inner ul li a:hover em {
	text-decoration: none;
}

/* mod-home-title
-------------------------------------------------- */

.mod-home-title {
	max-width: 1120px;
	margin: 0 auto 30px;
	text-align: left;
}

.mod-home-title.right {
	text-align: right;
}

.l-home-topics .mod-home-title {
	max-width: 1160px;
	padding: 0 20px;
}

.mod-home-title h2 {
	display: inline-block;
	position: relative;
	top: 10px;
	margin: 0;
	padding: 0 0 0 38px !important;
	color: #5c6db3;
	font-size: 1.4rem;
	font-weight: 600;
}

.mod-home-title h2:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(/2026/img/ico_ttl.png) no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-home-title .mod-home-en-title {
	display: block;
	position: relative;
	color: #3b4158;
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	font-size: 5.2rem;
	font-weight: 500;
}

.mod-home-title-02 {
	margin: 0 0 40px;
}

.mod-home-title-02 h2 {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	color: #3b4158;
	font-size: 3.2rem;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

.mod-home-title-02 h2 span {
	display: inline-block;
	min-width: 280px;
	margin: 0 20px;
	padding: 0 0 26px;
	text-align: center;
}

.mod-home-title-02 h2 span small {
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 1.4rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-home-title-02 h2:before,
.mod-home-title-02 h2:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.mod-home-title-02 p {
	margin: 20px 0 0;
}

/* l-home-topics
-------------------------------------------------- */

.l-home-topics {
	overflow: hidden;
	margin: 60px 0 90px;
	padding: 20px 0;
  /* Slick Settings */;
}

.l-home-topics .mod-slide {
	position: relative;
	z-index: 0;
}

.l-home-topics .mod-slide .item-slide a {
	display: block;
	max-width: 360px;
	transition: opacity 0.2s ease-in-out;
}

.l-home-topics .mod-slide .item-slide a:hover {
	opacity: 0.7;
}

.l-home-topics .mod-slide .item-slide a img {
	width: 100%;
	height: auto;
}

.l-home-topics .slick-list {
	overflow: inherit;
}

.l-home-topics .slick-slide {
	margin-right: 1vw;
	margin-left: 1vw;
}

.l-home-topics .slick-dots {
	display: flex;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: -8vw;
	left: 0;
	justify-content: center;
	margin: 0 auto;
}

.l-home-topics .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 6px;
	line-height: 1;
}

.l-home-topics .slick-dots li:before {
	display: none;
}

.l-home-topics .slick-dots li.slick-active button {
	background-color: #2a71cc;
}

.l-home-topics .slick-dots li.slick-active button:before {
	color: #2a71cc;
}

.l-home-topics .slick-dots li.slick-active {
	color: #2a71cc;
}

.l-home-topics .slick-dots li button {
	display: block;
	overflow: hidden;
	width: 8px;
	height: 0;
	padding: 8px 0 0;
	border-radius: 50%;
	background-color: #d9d9d9;
}

.is-pc .l-home-topics .slick-dots li button {
	transition: background 0.3s ease-in-out;
}

.is-pc .l-home-topics .slick-dots li button:hover {
	outline: none;
	background-color: #2a71cc;
}

.l-home-topics .slick-dots li button:before {
	content: '';
	width: 8px;
	height: 8px;
}

.l-home-topics .slick-prev,
.l-home-topics .slick-next {
	position: absolute;
	top: -80px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #2a71cc;
	transition: opacity 0.2s ease-in-out;
	-webkit-transform: inherit;
	transform: inherit;
}

.l-home-topics .slick-prev:hover,
.l-home-topics .slick-next:hover {
	opacity: 0.7;
}

.l-home-topics .slick-prev:before,
.l-home-topics .slick-next:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 12px;
	background: url(/2026/img/ico_arrow.svg) no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-home-topics .slick-prev {
	right: 24rem;
	left: inherit;
}

.l-home-topics .slick-prev:before {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.l-home-topics .slick-next {
	right: 16rem;
}

.l-home-link-tree {
	display: block;
	position: relative;
}

.l-home-link-tree:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: -210px;
	left: 60px;
	width: 460px;
	height: 305px;
	background: url(/2026/img/img_home_02_pc.webp) no-repeat 50% 50%;
	background-size: contain;
}

/* l-home-about
-------------------------------------------------- */

.l-home-about {
	position: relative;
	margin: 0 auto 120px !important;
	padding: 20px 20px 200px !important;
}

.l-home-about:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -40px;
	left: -65%;
	width: 1410px;
	height: 965px;
	background: url(/2026/img/img_home_01_pc.webp) no-repeat center/contain;
}

.l-home-about-container {
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	max-width: 860px;
	margin: 0 0 0 auto;
}

.l-home-about-text {
	max-width: 560px;
	margin: 0 !important;
	font-size: 1.8rem !important;
	line-height: 2.3 !important;
}

/* l-home-info
-------------------------------------------------- */

.l-home-info-inner {
	display: flex;
	justify-content: center;
	gap: 12rem;
}

/* l-home-news
-------------------------------------------------- */

.l-home-news {
	width: 100%;
}

.l-home-news-list {
	padding: 40px;
	background-color: #fff;
}

.l-home-news-item {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px #dce6ea solid;
	font-size: 1.4rem;
}

.l-home-news-item:first-child {
	padding: 0 0 20px;
}

.l-home-news-item .date {
	padding: 1px 0 0;
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	white-space: nowrap;
}

.l-home-news-item .title {
	margin: 0 0 0 20px;
}

.l-home-news-item a {
	color: #2a71cc;
	text-decoration: underline;
	transition: opacity 0.2s ease-in-out;
}

.l-home-news-item a:hover {
	opacity: 0.7;
}

/* l-home-facebook
-------------------------------------------------- */

.l-home-facebook {
	width: 100%;
}

.l-home-facebook-item {
	width: 100%;
	margin: 0 auto;
}

.l-home-facebook-item > .fb-page {
	width: 100%;
}

.l-home-facebook-item > .fb-page > span,
.l-home-facebook-item iframe {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* l-home-link
-------------------------------------------------- */

.l-home-link {
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin: 0;
	padding: 240px 0 0;
}

.l-home-link:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 3630px;
	height: 2200px;
	border-radius: 2200px 2200px 0 0;
	background: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-home-link-section {
	margin: 0 0 120px;
}

.l-home-link-section-inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}

.l-home-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 910px;
	margin: 0 auto;
}

.l-home-link ul li {
	margin: 0 20px 0;
}

.l-home-link ul li:nth-child(n + 5) {
	margin: 30px 20px 0;
}

.l-home-link ul li a {
	transition: opacity 0.2s ease-in-out;
}

.l-home-link ul li a:hover {
	opacity: 0.7;
}

.l-home-link ul li img {
	max-width: 200px;
	height: auto;
}

.l-home-link p {
	color: #3b4158;
	font-weight: 500;
}

.l-home-link p.support-group {
	font-family: 'Jost', 'Noto Sans JP', sans-serif;
	line-height: 2.6;
}

.l-section .mod-head2-consultation * {
	font-weight: 700;
}

.l-section .mod-head2-consultation ul {
	margin-top: 0;
}

.l-section .mod-head2-consultation ul li:before {
	background-color: #fff;
}

.l-section .mod-head2-consultation p {
	display: inline-block;
	margin-top: 20px;
	font-size: calc(100% * 14 / 16);
}

.l-section .mod-head2-consultation .note {
	color: yellow;
}

.l-section .mod-head2-consultation .note-under {
	text-decoration: underline;
}

.l-supporter {
	display: flex;
	justify-content: space-between;
}

.l-supporter .block-supporter {
	width: calc(100% / 3 - 70px / 3);
}

.l-supporter .block-supporter figure {
	max-width: 310px;
	margin: 30px 0 20px;
}

.l-supporter .block-supporter figure img {
	width: 100%;
}

.l-supporter .block-supporter .mod-supporter-skill {
	padding: 10px 0;
	background-color: #fff;
	text-align: center;
}

.l-supporter .block-supporter .mod-supporter-skill h3 {
	margin: 0 0 5px;
	font-weight: bold;
}

.l-supporter .block-supporter .mod-supporter-skill p {
	margin: 0;
	font-weight: bold;
}

.l-supporter .block-supporter .mod-supporter-message {
	font-weight: bold;
}

.l-supporter .block-supporter table th {
	width: 80px;
}

.l-section .l-case .block-case {
	margin: -60px 0 0;
	padding: 60px 0 0;
}

.l-section .l-case .block-case h4 {
	margin: 0;
}

.l-section .l-case .block-case .block-case-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 0;
}

.l-section .l-case .block-case .block-case-wrap figure {
	max-width: 250px;
	margin: 20px 0 0;
}

.l-section .l-case .block-case .block-case-wrap figure img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-section .l-case .block-case .block-case-wrap table {
	margin: 0;
}

.l-section .l-case .block-case .block-case-wrap table th {
	width: 75px;
}

.l-section .l-case .block-case .mod-case-text {
	margin: 30px 0 0;
}

.l-section .l-case .block-case .mod-case-text h5 {
	font-size: 1.8rem;
	font-weight: bold;
}

.l-section .l-case .block-case .mod-case-text p {
	margin: 20px 0 0;
}

.l-section .l-case .block-case .mod-case-text.mod-case-flow {
	margin: 50px 0 0;
	padding: 30px;
	background-color: #fff;
}

.l-section .l-case .block-case .mod-case-text.mod-case-flow span {
	text-decoration: underline;
}

/* -----------------------------------------------------
 * voice
 * -------------------------------------------------- */

/* p-voice-wrap
-------------------------------------------------- */

.l-section .mod-voice {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.l-section table.block-voice-text {
	width: 50%;
	word-break: break-all;
	overflow-wrap: break-word;
}

.l-section .block-voice-img {
	width: 50%;
	max-width: 450px;
	margin: 30px 0 0 20px;
}

.l-section .block-voice-img img {
	width: 100%;
}

/* -----------------------------------------------------
 * Entry Form
 * -------------------------------------------------- */

/* l-section-entry-form
-------------------------------------------------- */

.l-section-entry-form h2 {
	padding: 10px;
	font-size: 1.8rem;
}

.l-section-entry-form h3 {
	font-size: 1.6rem;
}

.l-section-entry-form ul li {
	margin: 5px 0 0;
	padding: 0 0 0 1.4rem;
	font-size: 1.4rem;
	line-height: 1.5;
}

.l-section-entry-form ul li:before {
	top: 0.8rem;
}

.l-section-entry-form .mod-agree-check {
	display: flex;
	align-items: center;
	margin: 30px 20px;
	font-size: 2.0rem;
	font-weight: 700;
}

.l-section-entry-form .mod-agree-check label {
	cursor: pointer;
	margin: 0 0 0 10px;
	font-size: 1.8rem;
	line-height: 1.75;
	transition: opacity 0.2s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.l-section-entry-form .mod-agree-check label:hover {
	opacity: 0.7;
}

.l-section-entry-form .mod-agree-check input[type='checkbox'] {
	position: relative;
	min-width: 16px;
	height: 16px;
	border: 1px #3b4158 solid;
	border-radius: 2px;
	background-color: rgba(25, 91, 141, 0.08);
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.l-section-entry-form .mod-agree-check input[type='checkbox']:checked:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 5px;
	height: 8px;
	border-right: 2px solid #3b4158;
	border-bottom: 2px solid #3b4158;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}

.l-section-entry-form .mod-entry-form {
	display: none;
}

.l-section-entry-form .mod-entry-form.is-visible {
	display: block;
	margin: 40px auto 0;
}

/* -----------------------------------------------------
 * finalist
 * -------------------------------------------------- */

/* block-finalist
-------------------------------------------------- */

.block-finalist {
	display: flex;
	margin: 50px 0 0;
}

.block-finalist-text .finalist-title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.block-finalist-text .finalist-sub-title {
	display: block;
	margin: 5px 0 0;
	color: #2a71cc;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;
}

.block-finalist-text p:first-child {
	margin: 0;
}

.block-finalist-img {
	min-width: 380px;
	max-width: 380px;
	margin: 0 0 0 70px;
}

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

.block-finalist-img-large {
	width: 100%;
	min-width: inherit;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 70px;
}

.block-finalist-img-large img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.block-finalist.reverse {
	flex-direction: row-reverse;
}

.block-finalist.reverse .block-finalist-img {
	margin: 0 70px 0 0;
}

@media print, screen and (min-width: 768px) {
	.is-pc-hide {
		display: none !important;
	}

	.is-pc-show {
		display: block !important;
	}

	.is-br-pc-show {
		display: inline-block !important;
	}

	.l-home-topics .slick-dots {
		bottom: -30px;
	}

	.l-home-news-list {
		min-height: 430px;
	}
}

@media screen and (min-width: 1280px) {
	.l-header-nav {
		height: 100%;
	}

	.l-header-nav > ul {
		display: flex;
		align-items: center;
		height: 100%;
		gap: 3.0rem;
	}

	.l-header-nav > ul > li {
		cursor: pointer;
		display: flex;
		position: relative;
		height: 100%;
		font-size: 1.4rem;
		font-weight: 700;
		transition: all 0.2s ease-in-out;
	}

	.l-header-nav > ul > li a,
  .l-header-nav > ul > li span {
		color: #3b4158;
		font-weight: bold;
	}

	.l-header-nav > ul > li span {
		padding: 30px 0 32px;
		transition: 0.8s grid-template-rows ease, 0.8s -ms-grid-rows ease;
	}

	.l-header-nav > ul > li:last-of-type {
		border-right: none;
	}

	.l-header-nav > ul > li:after {
		content: '\f078';
		position: absolute;
		bottom: 10px;
		left: 50%;
		color: #2a71cc;
		font-family: 'FontAwesome';
		font-size: 1.4rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.l-header-nav > ul > li:nth-of-type(4):before {
		content: '注目！';
		position: absolute;
		top: 8px;
		left: 50%;
		width: 54px;
		padding: 1px 0;
		border-radius: 20px;
		background: #f27171;
		color: #fff;
		font-size: 1.1rem;
		font-weight: bold;
		text-align: center;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.l-header-nav > ul > li.is-current > span {
		color: #2a71cc;
	}

	.l-header-nav > ul > li:hover:after {
		content: '\f077';
	}

	.l-header-nav > ul > li:hover ul {
		visibility: visible;
		top: 90px;
		opacity: 1.0;
	}

	.l-header-nav > ul > li > ul {
		visibility: hidden;
		position: absolute;
		top: 95px;
		right: 0;
		left: 50%;
		overflow: hidden;
		width: 170px;
		margin: 0 auto;
		border-radius: 0 0 10px 10px;
		background-color: rgba(18, 92, 186, 0.9);
		opacity: 0;
		text-align: center;
		transition: all 0.2s ease-in-out;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.l-header-nav > ul > li > ul > li {
		border-top: 1px #fff solid;
		font-size: 1.3rem;
		font-weight: 700;
	}

	.l-header-nav > ul > li > ul > li:first-child {
		border: none;
	}

	.l-header-nav > ul > li > ul > li a {
		display: block;
		position: relative;
		z-index: 1;
		padding: 15px 10px;
		color: #fff;
		transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	.l-header-nav > ul > li > ul > li a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 1279px) {
	.mod-scroll {
		margin: -10.66667vw 0 0;
		padding: 10.66667vw 0 0;
	}

	.mod-card {
		width: calc((100% - 35px) / 2);
	}

	.l-header {
		height: 70px;
	}

	.l-header-toggle {
		display: block;
		position: relative;
		z-index: 20;
		overflow: hidden;
		width: 30px;
		height: 30px;
	}

	.l-header-toggle:before,
  .l-header-toggle:after,
  .l-header-toggle span {
		display: block;
		position: absolute;
		top: 50%;
		width: 28px;
		height: 4px;
		border-radius: 2px;
		background-color: #2a71cc;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	}

	.l-header-toggle:before,
  .l-header-toggle:after {
		content: '';
	}

	.l-header-toggle:before {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	.is-menu-open .l-header-toggle:before {
		-webkit-transform: translate3d(0, 0, 0) rotateZ(-45deg);
		transform: translate3d(0, 0, 0) rotateZ(-45deg);
	}

	.l-header-toggle:after {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	.is-menu-open .l-header-toggle:after {
		-webkit-transform: translate3d(0, 0, 0) rotateZ(45deg);
		transform: translate3d(0, 0, 0) rotateZ(45deg);
	}

	.is-menu-open .l-header-toggle span {
		opacity: 0;
	}

	.l-header-logo a {
		max-width: 240px;
		padding: 36px 0 0;
	}

	.l-header-menu {
		position: fixed;
		z-index: 15;
		top: 70px;
		left: -100%;
		overflow-y: auto;
		width: 100%;
		height: 100%;
		padding: 0 0 70px;
		background-color: rgba(255, 255, 255, 0.9);
		transition: left 0.3s ease-in-out;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.l-header-menu::-webkit-scrollbar {
		display: none;
	}

	.is-menu-open .l-header-menu {
		top: 70px;
		left: 0;
		height: 100%;
	}

	.l-header-nav > ul {
		overflow: auto;
		height: 100%;
	}

	.l-header-nav > ul > li {
		position: relative;
		border-bottom: 1px solid #2a71cc;
	}

	.l-header-nav > ul > li span {
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 20px 15px;
		color: #3b4158;
		font-weight: bold;
		transition: color 0.2s ease-in-out;
	}

	.l-header-nav > ul > li span:after {
		content: '\f067';
		position: absolute;
		top: 50%;
		right: 22px;
		color: #2a71cc;
		font-family: 'FontAwesome';
		font-size: 1.6rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.l-header-nav > ul > li:first-child {
		border-top: 1px solid #2a71cc;
	}

	.l-header-nav > ul > li:nth-of-type(4) span {
		position: relative;
		padding-left: 80px;
	}

	.l-header-nav > ul > li:nth-of-type(4) span:before {
		content: '注目！';
		position: absolute;
		top: 50%;
		left: 15px;
		width: 54px;
		padding: 1px 0;
		border-radius: 20px;
		background: #f27171;
		color: #fff;
		font-size: 1.1rem;
		font-weight: bold;
		text-align: center;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.l-header-nav > ul > li.is-open > span:after {
		content: '\f068';
	}

	.l-header-nav > ul > li.is-current > span {
		color: #2a71cc;
	}

	.l-header-nav > ul > li > ul {
		overflow: hidden;
		max-height: 0;
		padding: 0 15px;
		background-color: rgba(42, 113, 204, 0.9);
		transition: max-height 0.3s ease-in-out;
	}

	.l-header-nav > ul > li > ul > li {
		border-bottom: 1px solid #fff;
	}

	.l-header-nav > ul > li > ul > li:last-child {
		border-bottom: none;
	}

	.l-header-nav > ul > li > ul > li a {
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 15px;
		color: #fff;
		font-weight: bold;
	}

	.l-header-nav > ul > li > ul > li a:after {
		content: '\f105';
		position: absolute;
		top: 50%;
		right: 10px;
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 1.6rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.l-header-nav > ul > li.is-open > span:after {
		content: '\f068';
	}

	.l-header-nav > ul > li.is-open > ul {
		max-height: 500px;
	}

	.l-wrapper {
		padding: 70px 0 0;
	}

	.is-menu-open .l-wrapper {
		position: fixed;
	}

	.page-home .l-main {
		margin: 60px 0 0;
	}

	.tbl-scroll {
		overflow-x: auto;
	}

	.l-kv-entry {
		min-width: inherit;
		max-width: 100%;
		padding: 30px;
	}

	.l-kv-entry h2 {
		font-size: 4.0rem;
	}

	.l-kv-entry p {
		margin: 0 0 20px;
		font-size: 2.2rem;
	}

	.l-kv-entry .mod-btn.cl-accent {
		max-width: 440px;
		font-size: 2.2rem;
	}

	.l-kv-entry-note {
		padding: 20px 0;
	}

	.l-kv-entry-note p {
		margin: 0;
		font-size: 3.2rem;
	}

	.l-kv-entry-note p span {
		font-size: 4.8rem;
	}

	.l-home-info-inner {
		flex-direction: column;
		justify-content: flex-start;
		gap: 4rem;
	}

	.block-finalist-img {
		min-width: 300px;
		max-width: 300px;
		margin: 0 0 0 40px;
	}

	.block-finalist-img-large {
		padding: 0 50px;
	}

	.block-finalist.reverse .block-finalist-img {
		min-width: 300px;
		max-width: 300px;
		margin: 0 40px 0 0;
	}
}

@media (max-width: 1200px) {
	.l-kv-container {
		display: block;
	}

	.l-home-link-tree:before {
		top: -180px;
		width: 346px;
		height: 229px;
		padding: 0;
		background-size: contain;
	}

	.l-home-about {
		margin: 0 auto !important;
		padding: 20px 20px 100px !important;
	}

	.l-home-about:before {
		content: '';
		position: absolute;
		top: 10vw;
		left: 10vw;
		width: min(100vw, 898px);
		height: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		aspect-ratio: 898 / 615;
	}

	.l-home-about-text {
		max-width: 43vw;
	}
}

@media (max-width: 875px) {
	.l-home-link ul li:nth-child(n + 4) {
		margin: 30px 20px 0;
	}
}

@media screen and (max-width: 767px) {
	body.is-menu-open {
		overflow: hidden;
	}

	.mod-btn-page {
		margin: 5.33333vw auto 0;
	}

	.is-sp-show {
		display: block !important;
	}

	.is-sp-hide {
		display: none !important;
	}

	.is-br-sp-show {
		display: inline-block !important;
	}

	.mod-card {
		width: 100%;
	}

	.l-footer {
		margin: 80px 0 0;
		padding: 0 15px;
	}

	.l-footer-inner {
		padding: 30px 0;
	}

	.mod-pagetop a {
		width: 10.66667vw;
		padding: 10.66667vw 0 0;
	}

	.mod-pagetop a:after {
		width: 10.66667vw;
		height: 10.66667vw;
		font-size: 4.26667vw;
	}

	.is-pagetop-fixed .mod-pagetop {
		top: -50px;
	}

	.l-page-title {
		padding: 0 15px;
	}

	.l-page-title h1 {
		padding: 40px 15px;
		font-size: 3.0rem;
	}

	.l-breadcrumbs {
		padding: 0 15px;
	}

	.l-breadcrumbs ol li:after {
		padding: 0 5px;
	}

	.page-home .l-main {
		margin: 16vw 0 0;
	}

	.l-section {
		padding: 0 15px;
		word-break: break-all;
	}

	.home .l-section {
		margin: 0 auto 60px;
		padding: 15px 15px 0;
	}

	.l-section h2 {
		margin: 60px 0 0;
		padding: 15px;
		border-width: 5px;
		font-size: 2.0rem;
	}

	.home .l-section h2 {
		font-size: 1.8rem;
	}

	.l-section h3 {
		margin: 40px 0 0;
		padding: 10px 20px;
		font-size: 1.8rem;
	}

	.l-section h4 {
		margin: 30px 0 0;
		padding: 5px 0 5px 25px;
		font-size: 1.6rem;
	}

	.l-section p {
		margin: 15px 0 0;
		font-size: 1.4rem;
	}

	.l-section ul {
		margin: 15px 0 0;
	}

	.l-section ul li {
		padding: 0 0 0 1.4rem;
		font-size: 1.4rem;
	}

	.l-section ul li:before {
		top: 0.9rem;
	}

	.l-section ol li {
		font-size: 1.4rem;
	}

	.l-section table {
		margin: 15px 0 0;
	}

	.l-section table th {
		padding: 15px 10px;
		font-size: 1.4rem;
	}

	.l-section table td {
		padding: 15px 10px;
		font-size: 1.4rem;
	}

	.l-section p.c-block {
		font-size: 1.4rem;
	}

	.modaal-content-container {
		padding: 30px 10px;
	}

	.modal-inner img {
		width: auto;
	}

	.l-movie iframe {
		height: 220px !important;
	}

	.l-kv-inner {
		padding: 20px 15px 0;
	}

	.l-kv-entry h2 {
		font-size: 3.4rem;
	}

	.l-kv-entry p {
		font-size: 1.4rem;
	}

	.l-kv-entry .mod-btn.cl-accent {
		max-width: 240px;
		font-size: 1.8rem;
	}

	.l-kv-entry-note p {
		font-size: 2.6rem;
	}

	.l-kv-entry-note p span {
		font-size: 4.6rem;
	}

	.l-kv-message {
		flex-direction: column;
	}

	.l-home-new-info-inner {
		display: block;
		padding: 4vw 5.33333vw;
	}

	.l-home-new-info-inner .p-home-new-info-title {
		margin: 0 0 2.66667vw 0;
		font-size: 4.26667vw;
	}

	.l-home-new-info-inner ul li {
		margin: 0 0 2.66667vw;
		font-size: 3.46667vw;
	}

	.l-home-new-info-inner ul li a {
		font-size: 3.73333vw;
	}

	.mod-home-title.right {
		text-align: left;
	}

	.l-home-topics .mod-home-title {
		padding: 0 15px;
	}

	.mod-home-title h2 {
		top: 5px;
	}

	.mod-home-title .mod-home-en-title {
		font-size: 4.2rem;
	}

	.mod-home-title-02 h2 {
		font-size: 2.4rem;
	}

	.l-home-topics {
		margin: 60px 0 60px;
	}

	.l-home-topics .slick-slide {
		max-width: 64vw;
	}

	.l-home-topics .slick-dots li {
		width: 2.13333vw;
		height: 2.13333vw;
		margin: 0 1.6vw;
	}

	.l-home-topics .slick-dots li button {
		width: 2.13333vw;
		padding: 2.13333vw 0 0;
	}

	.l-home-topics .slick-dots li button:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}

	.l-home-topics .slick-prev,
  .l-home-topics .slick-next {
		width: 50px;
		height: 50px;
	}

	.l-home-topics .slick-prev {
		right: 8.0rem;
	}

	.l-home-topics .slick-next {
		right: 1.5rem;
	}

	.l-home-link-tree:before {
		top: -190px;
		left: 50%;
		width: 316px;
		height: 218px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.l-home-about {
		overflow: hidden;
		margin: 0 auto !important;
		padding: 15px 15px 240px !important;
	}

	.l-home-about:before {
		top: 80px;
		left: 50%;
		width: 76.7rem;
		height: 52.5rem;
		background: url(/2026/img/img_home_01_sp.webp) no-repeat center/contain;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.l-home-about-container {
		display: block;
		margin: 0 auto;
	}

	.l-home-about-text {
		max-width: inherit;
		padding: 400px 0 0;
		font-size: 1.6rem !important;
		line-height: 2 !important;
	}

	.l-home-info-inner {
		gap: 7rem;
	}

	.l-home-news-list {
		padding: 30px;
	}

	.l-home-news-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.l-home-news-item .date {
		display: block;
	}

	.l-home-news-item .title {
		margin: 2.66667vw 0 0;
	}

	.l-home-link {
		margin: 0;
		padding: 90px 0 0;
	}

	.l-home-link:before {
		width: 2667px;
		height: 3202px;
		border-radius: 3202px 3202px 0 0;
	}

	.l-home-link-section {
		margin: 0 0 60px;
	}

	.l-home-link-section-inner {
		padding: 0 15px;
	}

	.l-home-link ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.l-home-link ul li img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.l-home-link ul li {
		margin: 0 !important;
	}

	.l-supporter {
		display: block;
	}

	.l-supporter .block-supporter {
		width: 100%;
	}

	.l-supporter .block-supporter figure {
		max-width: inherit;
	}

	.l-section .l-case .block-case .block-case-wrap {
		display: block;
	}

	.l-section .l-case .block-case .block-case-wrap figure {
		max-width: 400px;
	}

	.l-section .l-case .block-case .mod-case-text {
		margin: 20px 0 0;
	}

	.l-section .l-case .block-case .mod-case-text h5 {
		font-size: 1.6rem;
	}

	.l-section .l-case .block-case .mod-case-text.mod-case-flow {
		margin: 40px 0 0;
	}

	.l-section .mod-voice {
		display: block;
	}

	.l-section table.block-voice-text {
		width: 100%;
	}

	.l-section .block-voice-img {
		width: 100%;
		max-width: inherit;
		margin: 20px 0 0;
	}

	.l-section-entry-form h2 {
		padding: 10px;
		font-size: 1.6rem;
	}

	.l-section-entry-form h3 {
		font-size: 1.4rem;
	}

	.l-section-entry-form ul li {
		padding: 0 0 0 1.2rem;
		font-size: 1.2rem;
	}

	.l-section-entry-form ul li:before {
		top: 0.6rem;
	}

	.l-section-entry-form .mod-agree-check {
		margin: 20px 15px;
		font-size: 1.6rem;
	}

	.l-section-entry-form .mod-agree-check label {
		font-size: 1.6rem;
	}

	.block-finalist {
		display: block;
		margin: 30px 0 0;
	}

	.block-finalist-img {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin: 30px 0 0;
	}

	.block-finalist-img-large {
		padding: 0;
	}

	.block-finalist.reverse .block-finalist-img {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin: 30px 0 0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
