@charset "UTF-8";

/* 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;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.16em;
	word-break: break-all;
	line-height: 1.4;
	text-rendering: geometricPrecision;
	color: #444444;
	word-wrap: break-word;
}

a {
	color: inherit;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
}

/* for development */

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

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

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

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

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

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

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

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

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

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

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

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

.bold {
	font-weight: bold;
}

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

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

.l-body {
	width: 100%;
	padding-top: 60px;
}

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

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 1000;
}

.l-navi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

.l-navi.is-opend {
	pointer-events: auto;
}

.l-navi.is-opend .l-navi__inner {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.l-navi.is-opend::before {
	opacity: 1;
}

.l-navi::before {
	content: "";
	width: 100vw;
	height: 100vh;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.l-navi__inner {
	position: fixed;
	background: #ffffff;
	width: calc(100% - 60px);
	height: 100%;
	padding: 60px 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.l-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

.l-footer {
	position: relative;
	background: #000022;
	padding: 77px 0 30px;
}

.l-wrapper {
	position: relative;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.l-article {
	padding: 30px 0;
}

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

.footer-contact__text {
	font-size: 1.2rem;
	color: #ffffff;
	margin-bottom: 31px;
}

.footer-contact__link {
	display: inline-block;
	color: #efefef;
	margin-top: 55px;
	font-size: 1.2rem;
}

.footer-contact__link:hover {
	text-decoration: none;
}

.footer-office {
	margin-top: 58px;
	color: #ffffff;
	text-align: center;
}

.footer-office__heading {
	font-size: 1.2rem;
	margin-bottom: 6px;
}

.footer-office__address {
	font-size: 1.2rem;
}

.footer-office__map {
	margin-top: 30px;
	width: 100%;
}

.footer-office__map iframe {
	width: 100%;
}

.footer-language {
	margin-top: 34px;
	text-align: center;
	padding-bottom: 37px;
}

.footer-language__heading {
	font-size: 1.2rem;
	color: #ffffff;
	margin-bottom: 7px;
}

.footer-language #google_language_translator select.goog-te-combo {
	width: 143px;
	height: 56px;
	background: #ffffff;
	border: 1px solid lightgray;
	color: #32373c;
	padding: 3px;
	font-size: 1.3rem;
}

.footer-language #google_language_translator a {
	display: none;
}

.footer-language .goog-te-gadget {
	color: transparent;
	white-space: nowrap;
	font-size: 0px;
}

.footer-bottom {
	text-align: center;
	border-top: 1px solid rgba(239, 239, 239, 0.2);
	padding-top: 30px;
}

.footer-bottom__link {
	font-size: 1.1rem;
	display: inline-block;
	border: 2px solid #efefef;
	color: #efefef;
	padding: 5px 30px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-bottom__link:hover {
	color: #45b035;
	border-color: #45b035;
}

.footer-navi {
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 52px;
}

.footer-navi__item {
	font-size: 1.1rem;
	letter-spacing: normal;
}

.footer-navi__item:not(:last-child)::after {
	content: "|";
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	display: inline-block;
	margin: 0 15px;
	opacity: 0.7;
}

.footer-navi__item a {
	display: inline-block;
	text-decoration: none;
	padding: 13px 4px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__item a:hover {
	color: #45b035;
}

.footer-navi__item--language a {
	padding: 13px 2px;
}

.copyright {
	font-size: 1rem;
	color: #efefef;
	margin-top: 30px;
}

.copyright a {
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.entry-cv-button {
	position: fixed;
	bottom: 70px;
	left: 20px;
	width: 60px;
	height: 60px;
	z-index: 10;
}

.entry-cv-button a {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.entry-cv-button a:hover {
	opacity: 0.6;
}

.entry-cv-button img {
	display: block;
}

.jtos-banner {
	position: fixed;
	z-index: 10;
}

.jtos-banner a {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jtos-banner a:hover {
	opacity: 0.6;
}

.jtos-banner img {
	display: block;
}

.entry-program #go-entry {
	bottom: -140px;
	transition: all .2s ease-out;
}
.entry-program #go-entry.active {
	bottom: 40px;
}

.heading-1 {
	position: relative;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1em;
}

.heading-1::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 100%;
	height: 3px;
	border-top: 1px solid rgba(68, 68, 68, 0.3);
	border-bottom: 1px solid rgba(68, 68, 68, 0.3);
}

.heading-1 span {
	background: #FFF;
	position: relative;
	padding: 0 0.5em;
	display: inline-block;
}

.heading-2 {
	margin-bottom: 40px;
	text-align: center;
	font-weight: 500;
}

.heading-2__lg {
	display: block;
	font-size: 1.8rem;
}

.heading-2__sm {
	display: block;
	margin-top: 15px;
	font-size: 1.3rem;
}

.heading-2--white {
	color: #ffffff;
}

.heading-3 {
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	padding-bottom: 0.45em;
	margin-bottom: 1.3em;
}

.heading-3:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	margin: auto;
	content: "";
	border-bottom: 1px solid #444444;
}

.heading-4 {
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
	padding-bottom: 13px;
	margin: 4em 0 2rem;
	font-weight: 500;
	font-size: 2.2rem;
}

.heading-4:first-child {
	margin-top: 0;
}

.heading-5 {
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
	padding-bottom: 13px;
	margin: 3.2em 0 2rem;
	font-size: 2rem;
	font-weight: 500;
}

.heading-6 {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 3em 0 2.14em;
}

.heading-7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.heading-7__en {
	display: block;
}

.heading-7__text {
	width: 100%;
	min-width: auto;
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 1rem;
	background: -webkit-gradient(linear, left top, right top, from(#81defd), to(#fb3c99));
	background: -o-linear-gradient(left, #81defd, #fb3c99);
	background: linear-gradient(to right, #81defd, #fb3c99);
	border-radius: 20px;
	color: #fff;
	text-align: center;
}

.heading-8 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.heading-9 {
	position: relative;
	line-height: 1.6;
	font-size: 1.6rem;
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
	padding-bottom: 0.3125em;
	margin-bottom: 2.1875em;
}

.heading-10 {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	text-decoration: underline;
	text-underline-offset: 0.1em;
	text-decoration-thickness: 0.08em;
}

.heading-11 {
	text-align: center;
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
	padding-bottom: 12px;
	margin-bottom: 20px;
}

.heading-11__en {
	font-size: 1rem;
	display: block;
}

.heading-11__jp {
	font-size: 1.8rem;
	display: block;
}

.heading-12 {
	text-align: center;
	margin-bottom: 40px;
}

.heading-12__en {
	font-size: 2.4rem;
	line-height: 1.4;
}

.heading-12__text {
	font-size: 1.1rem;
	font-weight: 500;
	display: block;
	width: 150px;
	margin: 13px auto 0;
	height: 27px;
	line-height: 27px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(rgb(49, 197, 104)), to(rgb(25, 199, 255)));
	background-image: -o-linear-gradient(left, rgb(49, 197, 104) 0%, rgb(25, 199, 255) 100%);
	background-image: linear-gradient(to right, rgb(49, 197, 104) 0%, rgb(25, 199, 255) 100%);
	border-radius: 13.5px;
}

.heading-13 {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.heading-13 span {
	display: inline-block;
}

.heading-13::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 15%;
	height: 2px;
	background: #45b035;
}

.heading-14 {
	text-align: center;
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.heading-14--mb-lg {
	margin-bottom: 60px;
}

.heading-15 {
	text-align: center;
	font-size: 1.62rem;
	line-height: 1.6;
	font-weight: 500;
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
	padding-bottom: 10px;
	margin: 0 0 20px;
}

.heading-15--gray {
	border-color: #e5e5e5;
}

.heading-16 {
	background: #45b035;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.1;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 10px;
}

.heading-17 {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 500;
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
	padding-bottom: 10px;
	margin: 0 0 20px;
}

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

.heading-18 {
	font-size: 5.5vw;
	background: #00823e;
	color: #ffffff;
	text-align: center;
	height: 30vw;
	margin-bottom: 8vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
}

.heading-18--gold {
	background: #dbbc3c;
}

.heading-18--bronze {
	background: #b0815a;
}

.heading-18--silver {
	background: #929292;
}

.heading-18--pink {
	background: #fff2f4;
}

.heading-19 {
	font-size: 4vw;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	margin-bottom: 10px;
}

.heading-20 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}

.news-list__item {
	position: relative;
}

.news-list__item:after {
	content: "";
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 4px;
	border-top: 1px solid rgba(68, 68, 68, 0.4);
	border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}

.news-list__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 15px 0;
}

.news-list__link a {
	text-decoration: none;
}

.news-list__link:hover .news-list__image img {
	-webkit-transform: rotate(2deg) scale(1.1);
	-ms-transform: rotate(2deg) scale(1.1);
	transform: rotate(2deg) scale(1.1);
}

.news-list__link:hover .news-list__more {
	background: #45b035;
	border-color: #45b035;
	color: #FFF;
}

.news-list__image {
	position: relative;
	overflow: hidden;
	width: 140px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-list__image img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	width: 100%;
}

.news-list__main {
	width: calc(100% - 150px);
}

.news-list__time {
	color: #45b035;
	display: block;
	margin: 0 0 0.5em;
	font-weight: 500;
}

.news-list__title {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-weight: 500;
}

.news-list__text {
	display: none;
}

.news-list__more-wrap {
	display: none;
}

.news-list__more {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	margin-top: 1.4rem;
	border: 1px solid rgba(68, 68, 68, 0.3);
	padding: 0.5em 1em;
}

.news-list__tag {
	font-size: 8px;
	padding: 0.1rem 0.5rem;
	margin: 2px;
	border: solid 2px #4A9C26;
	border-radius: 4px;
	display: inline-block;
}

.news-list__tag i {
	color: #4A9C26;
}

.section {
	position: relative;
	padding: 50px 0;
}

.section--gray {
	background: #e3e3e3;
}

.section--gray-2 {
	background: #e5e5e5;
}

.section--gray-3 {
	background: #efefef;
}

.section--gray-4 {
	background: #e0e0e0;
}

.section--gray-5 {
	background: #f9f9f9;
}

.section--sup {
	position: relative;
	background: url(../img/bg_sup01.jpg) no-repeat center/cover;
}

.section--sup:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
}

.section--gray-border-1 {
	background: url(../img/bg_stripe_light_02.png) repeat center top;
}

.section--gray-border-2 {
	background: url(../img/bg_stripe_light_02.png) repeat center top;
}

.section--gray-border-2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
}

.section--bg-pattern-1 {
	background: url(../img/bg_plan_sp.png) repeat center top;
}

.section--bg-pattern-2 {
	background: url(../img/bg_station.jpg) no-repeat center center/cover;
	background-attachment: fixed;
}

.section--bg-diagonal-1 {
	background: url(../img/bg_diagonal_04_2.png) repeat center top, rgba(0, 0, 0, 0.05);
}

.section--pb0 {
	padding-bottom: 0;
}

.section--pt0 {
	padding-top: 0;
}

.section-sm:not(:last-child) {
	margin-bottom: 40px;
}

.section-md:not(:last-child) {
	margin-bottom: 60px;
}

.section-prize {
	padding-bottom: 50px;
}

.section-prize__item:not(:last-child) {
	padding-bottom: 50px;
}

.button-wrap {
	text-align: center;
	margin-top: 40px;
}

.button-wrap--result-focus-point {
	margin-top: 30px;
}

.button-wrap--uni .button-primary {
	width: 100%;
}

.button-primary {
	position: relative;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #444444;
	font-size: 1.6rem;
	padding: 0.7em 2em 0.8em 2em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-primary + .button-primary {
	margin-top: 12px;
}

.button-primary span {
	position: relative;
	display: inline-block;
}

.button-primary::after {
	display: inline-block;
	content: "\e5e1";
	font-family: "Material Symbols Outlined";
	position: absolute;
	top: 50%;
	right: 0.5em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button-primary::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #45b035;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.button-primary:hover {
	border-color: #45b035;
	color: #FFF;
}

.button-primary:hover::before {
	width: 100%;
}

.button-primary--green {
	color: #45b035;
	border-color: #45b035;
}

.button-secondary {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 320px;
	padding: 0 2em;
	height: 45px;
	font-size: 16px;
	border-radius: 10px;
	background-color: #38d0fc;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 14px;
	margin-left: 10px;
	background-image: url(../img/ico_btn_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.button-secondary--green {
	background: #72a17c;
}

.button-secondary:hover {
	opacity: 0.8;
}

.text-lead {
	font-size: 1.8rem;
	margin-bottom: 2.7em;
	text-align: center;
}

.text-lead__sm {
	font-size: 1rem;
	margin-top: 2em;
}

.text {
	line-height: 1.8;
}

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

.text-md {
	font-size: 1.3rem;
	line-height: 1.8;
}

.text-md p:not(:last-child) {
	margin-bottom: 1.8em;
}

.text-md a {
	color: #45b035;
}

.text-sm {
	font-size: 1.2rem;
	line-height: 2.14;
}

.text-sm a {
	text-decoration: none;
}

.text-sm strong {
	font-weight: 700;
}

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

.text-sm--mt {
	margin-top: 20px;
}

.text-sm--mb {
	margin-bottom: 20px;
}

.text-sm-2 {
	margin-bottom: 10px;
	font-size: 1.2rem;
	text-align: center;
}

.page-head {
	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;
	background: #45b035;
	text-align: center;
	height: 200px;
}

.page-head--about {
	background: url("../img/bg_pagetitle_about.jpg") no-repeat center center/cover;
}

.page-head--about::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.page-head--program {
	background: url("../img/bg_pagetitle_program.jpg") no-repeat center center/cover;
}

.page-head--program::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.page-head--others {
	background: url("../img/bg_pagetitle_other.jpg") no-repeat center center/cover;
}

.page-head--others::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.page-head--result {
	background: url("../img/bg_pagetitle_result.png") no-repeat center center/cover;
}

.page-head__inner {
	position: relative;
	z-index: 1;
	color: #FFFFFF;
}

.page-head__text {
	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;
	width: 100%;
	font-size: 2.8rem;
}

.page-head__text--lg {
	font-size: 3.6rem;
}

.page-head__text--search::before {
	content: "";
	content: "\e8b6";
	font-family: "Material Symbols Outlined";
	font-size: 4.4rem;
	line-height: 1;
	position: relative;
	top: 4px;
}

.page-head__sm-text {
	margin-top: 15px;
	font-size: 1.2rem;
	line-height: 1.68;
}

.mainvisual__slider {
	overflow: hidden;
}

.mainvisual__slider--pc {
	height: 100%;
}

.mainvisual__slider--pc .swiper-wrapper {
	height: 100%;
}

.mainvisual__slider img {
	display: block;
}

.company-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.company-list__item {
	width: calc((100% - 20px) / 2);
	margin: 5px;
	position: relative;
}

.company-list__item::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 100%;
}

.company-list__link {
	display: block;
	height: 100%;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.company-list__link[href=""] {
	pointer-events: none;
}

.company-list__link:hover {
	opacity: 0.6;
}

.company-list__name {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	height: 42px;
	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;
}

.company-list__image {
	max-width: 75%;
	height: calc(100% - 42px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
}

.company-list__image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 120px;
	-o-object-fit: contain;
	object-fit: contain;
}

#partnership-program {
	line-height: 1.7;
}

.partnership-support-txt-notes {
	margin-top: 10px;
	font-size: 1.2rem;
	text-align: center;
}

.youtube-lg {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1095px;
	position: relative;
	padding-top: 56.25%;
}

.youtube-lg > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.document {
	line-height: 2;
	letter-spacing: 0.1em;
}

.document p {
	margin: 0 0 2.14em;
}

.document ol {
	counter-reset: item;
	padding: 0 0 2.14em 1em;
}

.document ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 0;
}

.document ol li::before {
	counter-increment: item;
	content: counter(item) ".";
	padding-right: 0.5em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.document ul {
	padding: 0 0 2.14em 1em;
}

.document ul li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	list-style: inside;
	list-style-type: disc;
}

.document table {
	margin: 2.14em auto;
}

.document table th,
.document table td {
	padding: 6px 8px 6px 8px;
}

.document table td {
	border: 1px solid rgba(170, 170, 122, 0.7);
}

.document a {
	color: #45b035;
}

.document a:hover {
	text-decoration: none;
}

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

.program-schedule-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.program-schedule-list__item {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
	line-height: 1;
	position: relative;
}

.program-schedule-list__item:not(:first-child) {
	padding-top: 30px;
	margin-top: 20px;
}

.program-schedule-list__item:not(:first-child)::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../img/program/arrow_program.png) no-repeat center/contain;
	width: 30px;
	height: 40px;
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.program-schedule-list__image {
	max-width: 274px;
	margin: 0 auto 20px;
}

.program-schedule-list__image img {
	display: block;
}

.program-schedule-list__heading {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	margin: 0 auto 12px;
	padding: 10px 0;
	border-radius: 18px;
	background: #000;
	position: relative;
	padding-left: 10px;
}

.program-schedule-list__heading::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	width: 26px;
	height: 26px;
}

.program-schedule-list__heading--1::before {
	background: url(../img/program/num01.png) no-repeat center/contain;
}

.program-schedule-list__heading--2::before {
	background: url(../img/program/num02.png) no-repeat center/contain;
}

.program-schedule-list__heading--3::before {
	background: url(../img/program/num03.png) no-repeat center/contain;
}

.program-schedule-list__heading--4::before {
	background: url(../img/program/num04.png) no-repeat center/contain;
}

.program-schedule-list__heading--5::before {
	background: url(../img/program/num05.png) no-repeat center/contain;
}

.program-schedule-list__heading--6::before {
	background: url(../img/program/num06.png) no-repeat center/contain;
}

.program-schedule-list__text {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 0 25px;
	margin-bottom: 0;
	text-align: left;
}

.program-focus-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.program-focus-list__item {
	width: 45vw;
	min-height: 40vw;
	padding: 5% 3%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(239, 239, 239, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(239, 239, 239, 0.4);
	border-radius: 20px;
	margin-bottom: 3.5vw;
}

.program-focus-list__item:nth-child(odd) .program-focus-list__heading {
	color: #2bbc5b;
}

.program-focus-list__item:nth-child(even) .program-focus-list__heading {
	color: #2bb9e6;
}

.program-focus-list__heading {
	font-size: 3.5vw;
	padding-bottom: 2vw;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #5f5f5f;
}

.program-focus-list__text {
	font-size: 3vw;
	letter-spacing: 1.5px;
	line-height: 1.6;
	padding-top: 10px;
	color: #323232;
	text-align: left;
}

.program-image {
	margin-bottom: 40px;
}

.program-image img {
	display: block;
	margin: 0 auto;
}

.message-image {
	width: 200px;
	margin: 0 auto;
}

.signature {
	text-align: right;
	line-height: 1.8;
}

.signature__date {
	font-style: italic;
}

.signature__text span {
	font-weight: 500;
}

.partnership-result-txt {
	font-size: 1.2rem;
	margin: 20px 0 2.14em;
}

.comingsoon {
	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;
	width: 360px;
	height: 86px;
	margin: 60px auto;
	border: 1px solid #fff;
	border-radius: 18px;
	color: #fff !important;
	font-size: 2.4rem;
	text-align: center;
}

.gallery-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery-1__item {
	width: calc(50% - 5px);
	margin-bottom: 10px;
	aspect-ratio: 1/1;
}

.gallery-1__item img {
	display: block;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.gallery-4 {
	margin-top: 20px;
}

.gallery-4__item {
	margin-bottom: 2.14em;
}

.gallery-4__item img {
	display: block;
}

.gallery-4__item--youtube {
	aspect-ratio: 16/9;
}

.gallery-4__item--youtube iframe {
	width: 100%;
	height: 100%;
}

.gallery-2--mt {
	margin-top: 3em;
}

.gallery-2__item:not(:last-child) {
	margin-bottom: 4vw;
}

.gallery-2__item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery-3 {
	margin-bottom: -30px;
}

.gallery-3--mt {
	margin-top: 30px;
}

.gallery-3__item {
	margin-bottom: 30px;
}

.gallery-3__item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.anchor-1 {
	font-size: 1.33rem;
	font-weight: 500;
	margin-bottom: 80px;
}

.anchor-1__item {
	margin-bottom: 25px;
}

.anchor-1__item a {
	border: 2px solid #45b035;
	border-radius: 28px;
	color: #45b035;
	padding: 18px 24px 16px;
	display: block;
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.anchor-1__item a::after {
	content: "▼";
	display: block;
	margin-top: 0.7em;
}

.anchor-1__item a:hover {
	color: #172a88;
	text-decoration: none;
	border-color: #172a88;
}

.about {
	font-size: 1.2rem;
	line-height: 2.1;
}

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

.about__heading {
	font-weight: 500;
}

.about__heading:not(:first-child) {
	margin-top: 2.4em;
}

.program-youtube {
	aspect-ratio: 16/9;
	max-width: 530px;
	margin: 0 auto 70px;
}

.program-youtube iframe {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.testmark-overview {
	margin-top: 30px;
}

.testmark-overview__item img {
	width: 100%;
}

.testmark-detail {
	margin-bottom: 30px;
}

.testmark-detail__lead-text {
	margin-top: 40px;
	font-size: 1.5rem;
	line-height: 2;
	text-align: center;
}

.testmark-detail__half-image {
	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;
	padding: 30px 0;
}

.testmark-detail__half-image img {
	display: block;
}

.testmark-detail__text {
	font-size: 1.2rem;
	line-height: 1.8;
}

.testmark-detail__text p:not(:last-child) {
	margin-bottom: 1.8em;
}

.testmark-detail__text a {
	color: #45b035;
}

.testmark-detail__text a:hover {
	text-decoration: none;
}

.image-lg {
	margin-top: 30px;
}

.image-lg img {
	display: block;
}

.member {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px;
	padding: 0 8px;
}

.member__item {
	width: calc(50% - 8px);
	margin-bottom: 20px;
}

.member__item:not(:nth-child(2n)) {
	margin-right: 16px;
}

.member__image {
	border: 1px solid rgba(32, 32, 32, 0.1803921569);
	margin-bottom: 8px;
}

.member__image img {
	display: block;
}

.member__text {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.member__text span {
	font-weight: 500;
}

.station-gallery-wrap {
	margin-top: 30px;
}

.station-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.station-gallery__item {
	margin-bottom: 12px;
}

.station-gallery__item img {
	display: block;
}

.station-sns__timeline {
	width: 100%;
	max-width: 498px;
	margin-left: auto;
	margin-right: auto;
}

.station-sns__timeline iframe {
	width: 100%;
}

.station-sns__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.station-sns__link__item {
	width: 132px;
}

.station-sns__link__item:nth-child(odd) {
	margin-right: 40px;
}

.station-sns__link__item a {
	display: block;
}

.station-user__icon {
	text-align: center;
	margin: 40px 0 20px;
}

.station-user__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.station-user__links__item {
	width: 31.7%;
}

.station-user__links__item:not(:nth-child(3n)) {
	margin-right: 2.45%;
}

.station-user__links__item a {
	display: block;
}

.station-covid {
	margin-top: 34px;
	margin-bottom: -12px;
}

.station-covid__item {
	margin-bottom: 12px;
}

.station-covid__image {
	width: 344px;
	margin-left: auto;
	margin-right: auto;
}

.station-staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.station-staff__item {
	width: 50%;
}

.station-access {
	position: relative;
	margin-top: 25px;
}

.station-access::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 56.25%;
}

.station-access iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.station-faq {
	margin-top: 25px;
}

.station-faq__item {
	margin-bottom: 18px;
}

.station-faq__q {
	border: none;
	background: none;
	padding: 7px 7px 7px 27px;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.54;
	letter-spacing: 0.16em;
	position: relative;
	text-align: left;
}

.station-faq__q::before {
	content: "";
	display: block;
	content: "\e5df";
	font-family: "Material Symbols Outlined";
	font-size: 1.6rem;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.station-faq__q span::before {
	content: "Q.";
}

.station-faq__q.is-opend::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.station-faq__a {
	font-size: 1.2rem;
	line-height: 2.14;
	display: none;
}

.station-faq__a p {
	padding: 12px 0 12px 27px;
}

.station-faq__a p::before {
	content: "A.";
}

.station-howto {
	margin-bottom: 30px;
}

.about-mission {
	margin-top: 75px;
	width: 84.5%;
	margin-left: auto;
	margin-right: auto;
}

.about-areas {
	margin-top: 20px;
}

.about-areas__image {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.about-outline {
	margin-bottom: -22px;
}

.about-outline__item {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8;
	margin-bottom: 22px;
}

.about-outline__heading {
	text-decoration: underline;
	font-weight: 500;
}

.about-outline__text a {
	text-decoration: none;
}

.theme {
	margin-top: 70px;
}

.theme__head {
	color: #00823e;
	text-align: center;
	font-weight: 700;
	margin-bottom: 2.14em;
}

.theme__head__lg {
	font-size: 6.27vw;
}

.theme__head__sm {
	font-size: 4vw;
	padding: 9vw 0 8vw;
	letter-spacing: normal;
}

.theme__text {
	font-size: 3.47vw;
	line-height: 2;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 6.67vw;
}

.theme-list {
	text-align: center;
	font-size: 1.2rem;
	padding: 20px 30px;
	background: #efefef;
	line-height: 2.14;
}

.table-1 tbody th,
.table-1 tbody td {
	border: 1px solid rgba(170, 170, 170, 0.48);
	padding: 6px;
	font-size: 3.2vw;
	vertical-align: middle;
}

.table-1 tbody th {
	text-align: left;
	min-width: 80px;
}

.table-1 .table-1-head th {
	background: #45b035;
	text-align: center;
	border-color : #e5e5e5;
	color: #ffffff;
	font-weight: bold;
}

.table-1--md tbody th {
	min-width: 0;
}

.table-1--sm tbody th,
.table-1--sm tbody td {
	font-size: 3vw;
	padding: 2vw 2.6vw;
}

.table-1--mb {
	margin-bottom: 10vw;
}

.course-about {
	font-weight: 700;
	letter-spacing: normal;
}

.course-about__heading {
	font-size: 4.54vw;
	padding: 6px 8px 4vw;
	text-align: center;
}

.course-about__heading--border {
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
}

.course-about__text {
	font-size: 3.2vw;
	line-height: 2;
}

.judge {
	width: 85.1%;
	margin-left: auto;
	margin-right: auto;
}

.judge__item {
	margin-bottom: 13vw;
}

.judge__image {
	margin-bottom: 8vw;
}

.judge__image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.judge__name {
	font-size: 3.74vw;
	font-weight: 700;
	margin-bottom: 1.6vw;
	text-align: center;
}

.judge__company {
	font-size: 3.2vw;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin-bottom: 1.6vw;
}

.judge__text {
	font-size: 3.2vw;
	line-height: 1.8;
	text-align: justify;
}

.image-text__image {
	margin-bottom: 10px;
}

.image-text__image img {
	display: block;
}

.image-text__text {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.prize-image {
	margin-top: 20px;
}

.prize-image img {
	display: block;
}

.list-1 {
	font-size: 3.2vw;
	margin-bottom: 10vw;
}

.list-1__item {
	position: relative;
	margin-bottom: 3.4vw;
	padding-left: 5vw;
	letter-spacing: normal;
}

.list-1__item::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background: #00823e;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-box-shadow: 0 0 0 3px rgba(69, 176, 53, 0.3);
	box-shadow: 0 0 0 3px rgba(69, 176, 53, 0.3);
}

.list-1__item strong {
	font-weight: 700;
}

.partnership-mv {
	height: 300px;
	background: url(../img/partnership-program/incubation_kv_bg.png) no-repeat center/cover;
}

.partnership-mv__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;
	height: 100%;
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.partnership-mv__inner img {
	display: block;
	width: 70%;
	height: 60%;
}

.partnership-entry-img {
	margin-bottom: 20px;
}

.partnership-entry-img img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.about-content-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}

.about-content-kv {
	text-align: center;
	margin-bottom: 20px;
}

.about-content-kv img {
	display: block;
	width: 100%;
	max-width: 1113px;
	margin: 0 auto;
}

.about-content-text p {
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	font-size: 1.2rem;
}

.about-content-text p span {
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe4ee));
	background: -o-linear-gradient(transparent 60%, #ffe4ee 60%);
	background: linear-gradient(transparent 60%, #ffe4ee 60%);
}

.partnership-entry-detail {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}

.partnership-entry-detail__heading {
	width: 100px;
	min-width: auto;
	height: 26px;
	margin-bottom: 10px;
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 20px;
	background-color: #000;
	color: #fff;
}

.partnership-entry-detail__text {
	font-weight: 500;
	font-size: 1.2rem;
}

.partnership-entry-detail__text small {
	font-weight: normal;
	display: block;
}

.partnership-plan-lead {
	margin-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
}

.partnership-plan-list {
	display: block;
	width: 100%;
	max-width: 356px;
	margin-left: auto;
	margin-right: auto;
}

.partnership-plan-list__item {
	-ms-flex-preferred-size: 356px;
	flex-basis: 356px;
	padding-left: 2px;
	padding-right: 2px;
}

.partnership-plan-list__item:not(:last-child) {
	margin-bottom: 10px;
}

.partnership-plan-list__image {
	margin-bottom: 5px;
}

.partnership-plan-list__image img {
	display: block;
}

.partnership-plan-list__heading {
	margin-bottom: 5px;
	font-size: 1.4rem;
	text-align: center;
}

.partnership-plan-list__text {
	font-size: 1.2rem;
}

.partnership-feature__item {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.partnership-feature__item:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.partnership-feature__item:not(:last-child) {
	border-bottom: 2px solid #fff;
}

.partnership-feature__main {
	width: 100%;
}

.partnership-feature__image {
	width: 100%;
}

.partnership-feature__image img {
	display: block;
	max-width: 100%;
}

.partnership-feature__heading {
	margin-bottom: 10px;
}

.partnership-feature__heading__num {
	display: block;
	margin-bottom: 10px;
	font-size: 2.8rem;
	line-height: 1;
}

.partnership-feature__heading__text {
	display: block;
	font-size: 1.5rem;
}

.partnership-feature__content {
	margin-bottom: 10px;
}

.partnership-feature__content p {
	font-size: 1.2rem;
}

.partnership-feature__sub-heading {
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.partnership-merit {
	display: block;
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}

.partnership-merit__item {
	-ms-flex-preferred-size: 245px;
	flex-basis: 245px;
	margin-top: 10px;
	padding: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 60, 153, 0.3)), to(rgba(129, 222, 253, 0.3)));
	background: -o-linear-gradient(top, rgba(251, 60, 153, 0.3), rgba(129, 222, 253, 0.3));
	background: linear-gradient(to bottom, rgba(251, 60, 153, 0.3), rgba(129, 222, 253, 0.3));
	border-radius: 20px;
}

.partnership-merit__image {
	display: block;
	width: 100%;
	height: 88px;
	margin: 10px auto 20px;
	ofject-fit: contain;
}

.partnership-merit__image img {
	display: block;
	margin: 0 auto;
}

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

.partnership-merit__heading__point {
	display: block;
	font-weight: 500;
	font-size: 1.8rem;
}

.partnership-merit__heading__text {
	display: block;
	font-weight: 500;
	font-size: 1.2rem;
}

.partnership-merit__text {
	font-size: 1rem;
}

.partnership-advisor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.partnership-advisor__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 280px;
	flex-basis: 280px;
	margin-bottom: 10px;
}

.partnership-advisor__image {
	margin-right: 10px;
}

.partnership-advisor__image img {
	display: block;
	width: 100%;
	max-width: 120px;
}

.partnership-advisor-notes {
	font-size: 1.1rem;
	text-align: center;
}

.profile-position {
	margin-bottom: 8px;
	font-size: 1.2rem;
}

.profile-company {
	margin-bottom: 8px;
	font-size: 1rem;
}

.profile-name {
	font-size: 1.4rem;
	font-weight: 500;
}

.partnership-mentor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.partnership-mentor__item {
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.partnership-mentor__profile {
	display: block;
	min-width: auto;
	font-size: 1.2rem;
	margin-top: 10px;
	text-align: left;
}

.partnership-entry-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.article-head__date {
	color: #45b035;
	display: inline-block;
	margin-bottom: 8px;
}

.article-head__title {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
}

.wp-content {
	font-size: 1.2rem;
	line-height: 2.14;
}

.wp-content > figure,
.wp-content > ul,
.wp-content > ol,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content .gray-frame {
	margin: 25px 0;
}

.wp-content h2,
.wp-content h3,
.wp-content h4 {
	font-weight: 700;
}

.wp-content p:not(:last-child) {
	margin-bottom: 2.14em;
}

.wp-content p a {
	color: #45b035;
}

.wp-content p a:hover {
	text-decoration: none;
}

.wp-content strong {
	font-weight: bold;
}

.wp-content em {
	font-style: italic;
}

.wp-content li:not(:last-child) {
	margin-bottom: 10px;
}

.wp-content ol:not([class]) {
	counter-reset: item;
}

.wp-content ol:not([class]) li {
	position: relative;
	padding-left: 1.4em;
}

.wp-content ol:not([class]) li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.wp-content ul:not([class]) {
	counter-reset: item;
}

.wp-content ul:not([class]) li {
	position: relative;
	padding-left: 1.25em;
	text-indent: -1.25em;
}

.wp-content ul:not([class]) li:before {
	content: "● ";
	font-weight: 300;
}

.wp-content hr {
	height: 50px;
	border: none;
}

.wp-content figcaption {
	margin-top: 5px;
	font-size: 1.1rem;
}

.wp-content table {
	border: 1px solid rgba(170, 170, 170, 0.5);
}

.wp-content table th,
.wp-content table td {
	padding: 0.2em 0.5em;
	border: 1px solid rgba(170, 170, 170, 0.5);
}

.wp-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-content .gray-frame {
	border: 1px solid rgba(170, 170, 170, 0.48);
	padding: 6px 8px;
}

.wp-block-separator {
	margin: 2em 0;
}

.recent-posted__item {
	position: relative;
	border-bottom: 3px double rgba(170, 170, 170, 0.48);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 5px 0;
}

.recent-posted__item a {
	text-decoration: none;
}

.recent-posted__image {
	width: 39.4%;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.recent-posted__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 68.2%;
}

.recent-posted__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.recent-posted__date {
	font-size: 1.2rem;
}

.recent-posted__title {
	font-size: 1.2rem;
	letter-spacing: 0;
	font-weight: 700;
}

.recent-posted__title a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.recent-posted__cat {
	font-size: 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: 0;
	margin-top: 10px;
	margin-right: -5px;
	position: relative;
	z-index: 10;
}

.recent-posted__cat li a {
	display: block;
	padding: 3px 6px;
	border: 1px solid #444444;
	margin-right: 5px;
	margin-bottom: 5px;
}

.article-button-wrap {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	height: 20px;
}

.article-button {
	text-decoration: none;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
}

.article-button::before {
	display: inline-block;
	position: absolute;
	top: 1px;
}

.article-button--prev {
	left: 0;
	padding-left: 20px;
}

.article-button--prev::before {
	content: "\eac3";
	font-family: "Material Symbols Outlined";
	left: 0;
}

.article-button--next {
	right: 0;
	padding-right: 20px;
}

.article-button--next::before {
	content: "\eac9";
	font-family: "Material Symbols Outlined";
	right: 0;
}

.pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px 0;
}

.pager .page-numbers {
	width: 32px;
	height: 32px;
	border: 1px solid #444444;
	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-decoration: none;
	margin: 0 4px 16px;
}

.pager .page-numbers.prev,
.pager .page-numbers.next {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.pager .page-numbers.prev {
	position: relative;
}

.pager .page-numbers.prev::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	-ms-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
}

.pager .page-numbers.next {
	position: relative;
}

.pager .page-numbers.next::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.pager .page-numbers.current {
	background: #45b035;
	color: #ffffff;
	border-color: #45b035;
}

.pager .page-numbers.dots {
	border: none;
	margin: 0;
	width: auto;
	height: auto;
}

.header {
	height: 60px;
	padding: 0 10px;
}

.header__btn-wrap {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-logo {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 186px;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.header-logo-text {
	display: none;
}

.menu-btn {
	width: 40px;
	height: 40px;
	position: relative;
	background: none;
	border: none;
	z-index: 1001;
}

.menu-btn span {
	width: 30px;
	height: 3px;
	background: #444444;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.menu-btn span:first-child {
	top: calc(50% - 7px);
}

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

.menu-btn span:nth-child(3) {
	top: calc(50% + 7px);
}

.menu-btn.is-opend span:first-child {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

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

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

.navi__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.32);
	font-size: 1.2rem;
}

.navi__item:first-child {
	border-top: 3px double rgba(0, 0, 0, 0.32);
}

.navi__item a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
}

.lang-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.32);
	padding: 2px 0;
}

.lang-select__item {
	font-size: 1.2rem;
}

.lang-select__item:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.32);
}

.lang-select__item button,
.lang-select__item a {
	background: none;
	border: none;
	padding: 5px 12px;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
	font-weight: 400;
	letter-spacing: inherit;
}

.header-search-btn {
	background: #444444;
	color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	padding: 0;
	margin-left: 10px;
	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;
}

.search-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: none;
	border: none;
}

.search-close-btn span {
	width: 50px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
}

.search-close-btn span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.search-close-btn span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.search-window {
	width: 100%;
	height: 100%;
	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;
	padding: 0 5%;
}

.search-window__form {
	width: 100%;
}

.search-window__form .search-form {
	position: relative;
	width: 100%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.search-window__form .words-area {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid rgba(68, 68, 68, 0.2);
}

.search-window__form .screen-reader-text {
	display: none;
}

.search-window__form .search-field {
	position: relative;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	color: #444444;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #ffffff;
	font-size: 1.4rem;
	padding: 0 58px 0 8px;
}

.search-window__form .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	width: 48px;
	height: 48px;
	border: none;
	display: block;
	background: #ffffff;
	color: #444444;
}

.search-list__item {
	border-bottom: 1px solid rgba(170, 170, 170, 0.48);
}

.search-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-decoration: none;
	padding: 10px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.search-list__item a:hover {
	color: #45b035;
}

.search-list__item a:hover img {
	-webkit-transform: rotate(2deg) scale(1.1);
	-ms-transform: rotate(2deg) scale(1.1);
	transform: rotate(2deg) scale(1.1);
}

.search-list__thumb {
	background: rgba(0, 0, 0, 0.1);
	width: 140px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}

.search-list__thumb::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 64.3%;
}

.search-list__thumb img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.search-list__main {
	width: calc(100% - 150px);
}

.search-list__date {
	font-size: 1.1rem;
	color: #45b035;
	display: inline-block;
	margin-bottom: 10px;
}

.search-list__title {
	font-size: 1.25rem;
	font-weight: 500;
}

.konzatu h1 {
	position: relative;
	line-height: 1.6;
	font-size: 1.6rem;
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
	padding-bottom: 0.3125em;
	margin-bottom: 2.1875em;
}

.faq a {
	color: #45b035;
}

.faq a:hover {
	text-decoration: none;
}

.faq h2 {
	position: relative;
	line-height: 1.6;
	font-size: 1.6rem;
	border-bottom: 2px solid rgba(69, 176, 53, 0.28);
	padding-bottom: 0.3125em;
	margin-top: 2em;
	margin-bottom: 1em;
}

.faq p {
	margin: 0 0 2.14em;
	line-height: 2.14;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.swiper-button-prev,
.swiper-button-next {
	width: 20%;
	height: 30%;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 100;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.swiper-button-prev {
	background: url(../img/swiper_arrow_left.svg) no-repeat center left/20px auto;
	left: 2%;
}

.swiper-button-next {
	background: url(../img/swiper_arrow_right.svg) no-repeat center right/20px auto;
	right: 2%;
}

/* base */

/* Tools */

/* Layout */

/* Module */

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

.l-footer { /* pc */
	padding: 121px 0 30px;
}

.l-wrapper { /* pc */
	max-width: 1180px;
}

.l-2col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-2col__item { /* pc */
	width: calc(50% - 16px);
}

.l-2col__item:nth-child(odd) {
	margin-right: 32px;
}

.footer-contact__text { /* pc */
	font-size: 1.5rem;
}

.footer-contact__link { /* pc */
	font-size: 1.5rem;
}

.footer-office__heading { /* pc */
	font-size: 1.5rem;
}

.footer-office__address { /* pc */
	font-size: 1.5rem;
}

.footer-office__map { /* pc */
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.footer-language { /* pc */
	padding-bottom: 60px;
}

.footer-language__heading { /* pc */
	font-size: 1.5rem;
}

.footer-language #google_language_translator select.goog-te-combo { /* pc */
	height: 50px;
}

.footer-bottom { /* pc */
	padding-top: 44px;
}

.footer-navi { /* pc */
	margin-bottom: 42px;
}

.footer-navi__item a { /* pc */
	padding: 10px 4px;
}

.entry-cv-button { /* pc */
	bottom: 20px;
	left: 20px;
	width: 120px;
	height: 120px;
}

.jtos-banner { /* pc */
	bottom: 150px;
	left: 0;
	width: 140px;
	height: 70px;
}

.heading-1 { /* pc */
	font-size: 2.8rem;
}

.heading-2 { /* pc */
	margin-bottom: 60px;
}

.heading-2__lg { /* pc */
	font-size: 2.6rem;
}

.heading-2__sm { /* pc */
	font-size: 1.8rem;
}

.heading-3 { /* pc */
	font-size: 1.6rem;
}

.heading-3:after { /* pc */
	width: 140px;
}

.heading-4 { /* pc */
	font-size: 2.4rem;
}

.heading-7 { /* pc */
	margin-bottom: 30px;
}

.heading-7__text { /* pc */
	width: auto;
	min-width: 380px;
	margin-top: 15px;
	padding: 8px 10px;
	font-size: 1.2rem;
}

.heading-8 { /* pc */
	margin-bottom: 30px;
	font-size: 19px;
}

.heading-9 { /* pc */
	font-size: 3.2rem;
}

.heading-10 { /* pc */
	font-size: 1.8rem;
	margin-bottom: 60px;
}

.heading-11 { /* pc */
}

.heading-11__en { /* pc */
	margin-bottom: 3px;
}

.heading-11__jp { /* pc */
	font-size: 2.4rem;
}

.heading-12 { /* pc */
	margin-bottom: 60px;
}

.heading-12__en { /* pc */
	font-size: 4.5rem;
}

.heading-14 { /* pc */
	font-size: 2.83rem;
}

.heading-15 { /* pc */
	font-size: 2rem;
}

.heading-16 { /* pc */
	font-size: 2rem;
	padding: 16px;
	margin-bottom: 6px;
}

.heading-17 { /* pc */
	font-size: 1.65rem;
	margin-bottom: 50px;
}

.heading-17--pc-mb-sm { /* pc */
	margin-bottom: 20px;
}

.heading-18 { /* pc */
	font-size: 2.8rem;
	height: 120px;
	margin-bottom: 50px;
}

.heading-19 { /* pc */
	font-size: 1.8rem;
	margin-bottom: 60px;
	letter-spacing: normal;
}

.heading-20 { /* pc */
	margin-bottom: 30px;
	font-size: 1.9rem;
}

.news-list--pc-3col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
}

.news-list__item--pc-3col { /* pc */
	padding: 0 15px;
	margin-bottom: 30px;
}

.news-list__link { /* pc */
	padding: 40px 0;
}

.news-list__link--pc-vertical { /* pc */
	padding: 0;
	display: block;
	height: 100%;
	padding-bottom: 30px;
}

.news-list__image { /* pc */
	width: 48%;
}

.news-list__link--pc-vertical .news-list__image { /* pc */
	width: 100%;
}

.news-list__main { /* pc */
	width: 47%;
}

.news-list__link--pc-vertical .news-list__main { /* pc */
	width: 100%;
}

.news-list__time { /* pc */
	margin: 1em 0 0.5em;
}

.news-list__title { /* pc */
	font-size: 1.8rem;
}

.news-list__text { /* pc */
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-top: 1.4em;
	font-size: 1.2rem;
	opacity: 0.74;
}

.news-list__more-wrap { /* pc */
	display: block;
	text-align: right;
}

.news-list__tags { /* pc */
	margin: 1.6rem 0;
}

.news-list__tag { /* pc */
	font-size: 1.2rem;
}

.section { /* pc */
	padding: 80px 0;
}

.section--bg-pattern-1 { /* pc */
	background-image: url(../img/bg_plan.png);
}

.section--pb0 { /* pc */
	padding-bottom: 0;
}

.section--pt0 { /* pc */
	padding-top: 0;
}

.section-sm:not(:last-child) { /* pc */
	margin-bottom: 60px;
}

.section-md:not(:last-child) { /* pc */
	margin-bottom: 90px;
}

.button-wrap { /* pc */
	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;
}

.button-wrap--result-focus-point { /* pc */
	margin-top: 80px;
}

.button-primary + .button-primary { /* pc */
	margin-top: 0;
}

.button-primary { /* pc */
	font-size: 1.8rem;
	min-width: 220px;
	width: auto;
	margin: 0 20px;
}

.button-secondary { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 430px;
	height: 80px;
	border-radius: 20px;
	font-size: 24px;
}

.button-secondary::after { /* pc */
	width: 9px;
	height: 23px;
}

.text-lead { /* pc */
	font-size: 2.4rem;
}

.text-lead__sm { /* pc */
	font-size: 1.3rem;
}

.text { /* pc */
	font-size: 1.8rem;
}

.text--pc-center { /* pc */
	text-align: center;
}

.text-md { /* pc */
	font-size: 1.6rem;
}

.text-md--pc-center { /* pc */
	text-align: center;
}

.text-md a { /* pc */
}

.text-md a:hover {
	text-decoration: none;
}

.text-sm { /* pc */
	font-size: 1.4rem;
}

.text-sm-2 { /* pc */
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.page-head { /* pc */
	height: 320px;
}

.page-head__text { /* pc */
	font-size: 4.2rem;
}

.page-head__text--lg { /* pc */
	font-size: 4.8rem;
}

.page-head__text--search::before { /* pc */
	font-size: 7rem;
}

.page-head__sm-text { /* pc */
	font-size: 1.4rem;
}

.mainvisual { /* pc */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainvisual.is-hide {
	opacity: 0;
}

.mainvisual__slider--sp { /* pc */
	display: none;
}

.mainvisual__item { /* pc */
	height: 100%;
}

.mainvisual__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
	margin-top: 60px;
}

.home-content { /* pc */
	margin-top: calc(100vh - 60px);
	background: #FFFFFF;
	position: relative;
}

.company-list { /* pc */
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.company-list--pc-center { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 採択企業 4列
.row6 .company-list__item {
	width: calc((100% - 40px) / 4);
}
*/

.company-list__item { /* pc */
	width: calc((100% - 50px) / 5);
}

.company-list__item--3col-center { /* pc */
	width: 25.2%;
	margin-bottom: 52px;
}

.company-list__item--3col-center:not(:nth-child(3n)) {
	margin-right: 5%;
}

.company-list__item--3col-center::before {
	padding-top: 83.8%;
}

.company-list__name { /* pc */
	font-size: 1.2rem;
}

.company-list__name--lg { /* pc */
	font-size: 1.6rem;
}

.partnership-support-txt-notes { /* pc */
	margin-top: 20px;
	font-size: 1.6rem;
}

.youtube-lg { /* pc */
	margin-top: 90px;
}

.program-schedule-list { /* pc */
	padding: 0 0 0 50px;
}

.program-schedule-list__item { /* pc */
	width: 274px;
	margin: 0 55px 30px 0;
}

.program-schedule-list__item:not(:first-child) { /* pc */
	padding-top: 0;
	margin-top: 0;
}

.program-schedule-list__item:not(:first-child)::before { /* pc */
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 120px;
	left: -42px;
}

.program-schedule-list__heading { /* pc */
	width: 254px;
}

.program-focus-list { /* pc */
	max-width: 960px;
	margin: 0 auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.program-focus-list__item { /* pc */
	width: 290px;
	min-height: 230px;
	padding: 40px 45px;
	border-radius: 40px;
	margin-bottom: 30px;
}

.program-focus-list__item:not(:nth-child(3n)) {
	margin-right: 45px;
}

.program-focus-list__heading { /* pc */
	font-size: 2.2rem;
	padding-bottom: 10px;
}

.program-focus-list__text { /* pc */
	font-size: 1.4rem;
}

.message-image { /* pc */
	width: 300px;
}

.signature { /* pc */
	text-align: center;
}

.partnership-result-txt { /* pc */
	font-size: 2.2rem;
	text-align: center;
}

.gallery-1 { /* pc */
	max-width: 710px;
	margin: 0 auto;
}

.gallery-1__item { /* pc */
	width: 30%;
	margin-bottom: 34px;
}

.gallery-1__item:not(:nth-child(3n)):not(:last-child) {
	margin-right: 5%;
}

.gallery-4 { /* pc */
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.gallery-2 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery-2__item { /* pc */
	width: 29.2%;
}

.gallery-2__item:not(:nth-child(3n)) {
	margin-right: 6.2%;
}

.gallery-2__item img { /* pc */
	width: 100%;
}

.gallery-3 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-3--sm { /* pc */
	max-width: 615px;
}

.gallery-3__item { /* pc */
	width: calc(50% - 16px);
}

.gallery-3__item:nth-child(odd) {
	margin-right: 32px;
}

.anchor-1 { /* pc */
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.anchor-1__item { /* pc */
	width: 33%;
}

.anchor-1__item:not(:last-child) {
	margin-right: 30px;
}

.about { /* pc */
	font-size: 1.4rem;
}

.testmark-overview { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 960px;
	margin: 40px auto 0;
}

.testmark-overview__item { /* pc */
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.testmark-overview.three-items { /* pc */
	max-width: 100%;
}

.three-items .testmark-overview__item { /* pc */
	width: calc(34% - 10px);
	margin-bottom: 10px;
}

.testmark-detail__inner + .testmark-detail__lead-text { /* pc */
	margin-top: 0;
}

.testmark-detail__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0;
}

.testmark-detail__lead-text + .testmark-detail__inner { /* pc */
	margin-top: -15px;
}

.testmark-detail__half-image { /* pc */
	width: calc(50% - 16px);
}

.testmark-detail__main { /* pc */
	width: calc(50% - 16px);
}

.testmark-detail__text { /* pc */
	font-size: 1.4rem;
	line-height: 2;
}

.testmark-detail__text p:not(:last-child) { /* pc */
	margin-bottom: 2.4em;
}

.member__item:not(:nth-child(2n)) { /* pc */
	margin-right: 0;
}

.member__item { /* pc */
	width: calc(25% - 12px);
}

.member__item:not(:nth-child(4n)) {
	margin-right: 16px;
}

.station-gallery-wrap { /* pc */
	margin-top: 90px;
}

.station-gallery { /* pc */
}

.station-gallery:not(:last-child) {
	margin-bottom: 48px;
}

.station-gallery__item { /* pc */
	margin-bottom: 32px;
}

.station-gallery__item--3col { /* pc */
	width: 31.7%;
}

.station-gallery__item--3col:not(:nth-child(3n)) {
	margin-right: 2.45%;
}

.station-gallery__item--2col { /* pc */
	width: 48.8%;
}

.station-gallery__item--2col:nth-child(odd) {
	margin-right: 2.4%;
}

.station-sns__timeline { /* pc */
}

.station-sns__link { /* pc */
	margin-top: 45px;
}

.station-sns__link__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.station-sns__link__item a:hover {
	opacity: 0.8;
}

.station-user__icon { /* pc */
	margin: 56px 0 53px;
}

.station-user__links__item { /* pc */
	width: 245px;
}

.station-user__links__item:not(:nth-child(3n)) { /* pc */
	margin-right: 40px;
}

.station-user__links__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.station-user__links__item a:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.station-covid { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 54px;
	margin-bottom: -62px;
}

.station-covid__item { /* pc */
	width: 50%;
	margin-bottom: 62px;
}

.station-staff { /* pc */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.station-staff__item { /* pc */
	max-width: 300px;
}

.station-amenity { /* pc */
	max-width: 684px;
	margin-left: auto;
	margin-right: auto;
}

.station-access { /* pc */
}

.station-faq { /* pc */
	margin-top: 34px;
	max-width: 926px;
	margin-left: auto;
	margin-right: auto;
}

.station-faq__item { /* pc */
	margin-bottom: 21px;
	max-width: 605px;
}

.station-faq__a { /* pc */
	font-size: 1.4rem;
}

.station-howto { /* pc */
	margin-bottom: 34px;
}

.about-mission { /* pc */
	max-width: 500px;
	margin-top: 113px;
}

.about-areas { /* pc */
	margin-top: 0;
}

.about-areas__image { /* pc */
	max-width: 900px;
	margin-top: 88px;
}

.about-outline { /* pc */
	margin-bottom: -32px;
}

.about-outline__item { /* pc */
	font-size: 1.8rem;
	margin-bottom: 32px;
}

.theme__head__lg { /* pc */
	font-size: 2.4rem;
}

.theme__head__sm { /* pc */
	font-size: 1.5rem;
	padding: 40px 0 35px;
}

.theme__text { /* pc */
	font-size: 1.5rem;
	margin-bottom: 40px;
}

.theme-list { /* pc */
	font-size: 1.4rem;
}

.table-1 { /* pc */
	max-width: 935px;
	margin-left: auto;
	margin-right: auto;
}

.table-1 tbody th,
.table-1 tbody td { /* pc */
	font-size: 1.4rem;
	letter-spacing: normal;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	padding: 11px 6px;
}

.table-1 tbody th { /* pc */
	min-width: 125px;
}

.table-1--md { /* pc */
	width: 700px;
}

.table-1--md tbody th { /* pc */
	min-width: 0;
}

.table-1--md-2 { /* pc */
	width: 685px;
}

.table-1--sm { /* pc */
	width: 580px;
}

.table-1--sm tbody th,
.table-1--sm tbody td { /* pc */
	font-size: 1.3rem;
	padding: 16px 10px;
}

.table-1--mb { /* pc */
	margin-bottom: 40px;
}

.course-about__heading { /* pc */
	font-size: 2rem;
	padding: 6px 8px 10px;
	margin-bottom: 20px;
}

.course-about__text { /* pc */
	font-size: 1.4rem;
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.judge { /* pc */
	width: 100%;
	max-width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
}

.judge--lg { /* pc */
	max-width: 100%;
}

.judge__item { /* pc */
	width: 22.2%;
	margin-bottom: 0;
}

.judge__image { /* pc */
	margin-bottom: 33px;
}

.judge__name { /* pc */
	font-size: 1.4rem;
	margin-bottom: 5px;
	padding: 6px 8px;
}

.judge__company { /* pc */
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 0.8em;
}

.judge__text { /* pc */
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.image-text { /* pc */
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.image-text__image { /* pc */
	width: 48%;
	margin-bottom: 0;
}

.image-text__text { /* pc */
	font-size: 1.4rem;
	width: 48%;
	margin-bottom: 0;
}

.prize-image { /* pc */
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.list-1 { /* pc */
	font-size: 1.4rem;
	margin-bottom: 28px;
	margin-top: 40px;
}

.list-1--3col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-1--3col .list-1__item { /* pc */
	width: 33.3333333333%;
}

.list-1__item { /* pc */
	margin-bottom: 22px;
	padding-left: 20px;
}

.partnership-mv { /* pc */
	height: 390px;
}

.partnership-entry-img { /* pc */
	margin-bottom: 40px;
}

.about-content-wrap { /* pc */
	padding-top: 40px;
	padding-bottom: 40px;
}

.about-content-kv { /* pc */
	margin-bottom: 40px;
}

.about-content-text p { /* pc */
	font-size: 2.2rem;
}

.partnership-entry-detail { /* pc */
	margin-bottom: 40px;
}

.partnership-entry-detail { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.partnership-entry-detail__heading { /* pc */
	margin-bottom: 0;
	min-width: 120px;
	height: 40px;
	font-size: 1.8rem;
}

.partnership-entry-detail__text { /* pc */
	font-size: 1.6rem;
}

.partnership-entry-detail__text small { /* pc */
	display: inline;
}

.partnership-plan-lead { /* pc */
	margin-bottom: 40px;
	font-size: 1.6rem;
}

.partnership-plan-list { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: inherit;
}

.partnership-plan-list__item { /* pc */
	margin-bottom: 20px;
}

.partnership-plan-list__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.partnership-plan-list__image { /* pc */
	margin-bottom: 20px;
}

.partnership-plan-list__heading { /* pc */
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.partnership-plan-list__text { /* pc */
	font-size: 1.5rem;
}

.partnership-feature__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
}

.partnership-feature__main { /* pc */
	width: calc(50% - 20px);
}

.partnership-feature__image { /* pc */
	width: calc(50% - 20px);
}

.partnership-feature__heading { /* pc */
	margin-bottom: 40px;
}

.partnership-feature__heading__num { /* pc */
	margin-bottom: 20px;
	font-size: 7.6rem;
}

.partnership-feature__heading__text { /* pc */
	font-size: 3rem;
}

.partnership-feature__content { /* pc */
	margin-bottom: 0;
}

.partnership-feature__content p { /* pc */
	font-size: 1.6rem;
}

.partnership-feature__sub-heading { /* pc */
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.partnership-merit { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.partnership-merit__item { /* pc */
	margin-top: 30px;
}

.partnership-merit__heading__point { /* pc */
	font-size: 2.6rem;
}

.partnership-merit__heading__text { /* pc */
	font-size: 1.8rem;
}

.partnership-merit__text { /* pc */
	font-size: 1.6rem;
}

.partnership-advisor { /* pc */
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.partnership-advisor__item { /* pc */
	-ms-flex-preferred-size: 380px;
	flex-basis: 380px;
	margin-bottom: 60px;
}

.partnership-advisor__image { /* pc */
	margin-right: 20px;
}

.partnership-advisor__image img { /* pc */
	max-width: 180px;
}

.partnership-advisor-notes { /* pc */
	font-size: 1.6rem;
}

.profile-position { /* pc */
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.profile-company { /* pc */
	margin-bottom: 20px;
	font-size: 1.2rem;
}

.profile-name { /* pc */
	font-size: 2rem;
}

.partnership-mentor__item { /* pc */
	-ms-flex-preferred-size: 270px;
	flex-basis: 270px;
	margin-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}

.partnership-mentor__profile { /* pc */
	display: inline-block;
	min-width: 170px;
	font-size: 1.6rem;
}

.partnership-entry-btn { /* pc */
	margin-top: 40px;
}

.article-head__title { /* pc */
	font-size: 2.6rem;
	margin-bottom: 40px;
}

.wp-content { /* pc */
	font-size: 1.4rem;
}

.wp-content > figure,
.wp-content > ul,
.wp-content > ol,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content .gray-frame { /* pc */
	margin: 30px 0;
}

.wp-content figcaption { /* pc */
	margin-top: 12px;
	font-size: 1.4rem;
}

.recent-posted { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.recent-posted__item { /* pc */
	display: block;
}

.recent-posted__item.is-hover .recent-posted__image img {
	-webkit-transform: rotate(2deg) scale(1.1);
	-ms-transform: rotate(2deg) scale(1.1);
	transform: rotate(2deg) scale(1.1);
}

.recent-posted__item.is-hover .recent-posted__title {
	color: #45b035;
}

.recent-posted__item { /* pc */
	width: 18.6%;
	border-bottom: none;
}

.recent-posted__item:not(:nth-child(5n)) {
	margin-right: 1.75%;
}

.recent-posted__image { /* pc */
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

.recent-posted__image img { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.recent-posted__date { /* pc */
	display: block;
	margin-bottom: 15px;
}

.recent-posted__title { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.recent-posted__cat { /* pc */
	margin-top: 20px;
	margin-bottom: -5px;
	padding-left: 0;
}

.recent-posted__cat li a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 5px;
}

.recent-posted__cat li a:hover {
	background: #45b035;
	border-color: #45b035;
	color: #ffffff;
}

.article-button-wrap { /* pc */
	height: 40px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.article-button { /* pc */
	font-size: 2.2rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-button:hover {
	color: #45b035;
}

.article-button::before { /* pc */
	top: 3px;
}

.article-button--prev { /* pc */
	padding-left: 30px;
}

.article-button--next { /* pc */
	padding-right: 30px;
}

.pager .page-numbers { /* pc */
	margin: 0 8px 16px;
}

.pager a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pager a:hover {
	background: #45b035;
	border-color: #45b035;
	color: #ffffff;
}

.pager a.prev,
.pager a.next { /* pc */
}

.pager a.prev:hover::before,
.pager a.next:hover::before {
	border-color: #ffffff;
}

.menu-btn { /* pc */
}

.menu-btn:hover span {
	background: #45b035;
}

.menu-btn span { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.lang-select { /* pc */
	border-bottom: none;
	margin-right: 10px;
}

.lang-select__item { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.lang-select__item:hover {
	color: #45b035;
}

.header-search-btn { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-search-btn:hover {
	background: #45b035;
}

.search-window__form .search-form { /* pc */
	width: 90vw;
}

.search-window__form .words-area { /* pc */
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
}

.search-window__form .search-field { /* pc */
	background: #ffffff;
}

.search-list__item a { /* pc */
	padding: 15px 0;
}

.search-list__thumb { /* pc */
	width: 120px;
}

.search-list__thumb::before { /* pc */
	padding-top: 66.7%;
}

.search-list__main { /* pc */
	width: calc(100% - 130px);
}

.search-list__title { /* pc */
	font-size: 1.4rem;
}

.konzatu h1 { /* pc */
	font-size: 3.2rem;
}

.faq h2 { /* pc */
	font-size: 3.2rem;
}

.swiper-button-prev,
.swiper-button-next { /* pc */
	width: 50%;
	height: 100%;
	background-size: 40px auto;
}

.swiper-button-prev { /* pc */
	left: 0;
}

.swiper-button-next { /* pc */
	right: 0;
}

}

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

.news-list__item--pc-3col { /* 768~1000px */
	width: 50%;
}

.company-list__item { /* 768~1000px */
	width: calc((100% - 40px) / 4);
}

.company-list__item--3col-center { /* 768~1000px */
	width: 25.2%;
	margin-bottom: 52px;
}

.company-list__item--3col-center:not(:nth-child(3n)) {
	margin-right: 5%;
}

.company-list__item--3col-center::before {
	padding-top: 83.8%;
}

.page-banner--program .pc {
	display: none;
}

.sp-head-entry-btn {
    text-align: center;
}

.sp-head-entry-btn img {
	width: 76%;
}

}

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

.news-list__item--pc-3col { /* 1001px〜 */
	width: 33.333333%;
}

.page-banner--program .header-banner {
	background-image: url('/wp-content/themes/jresu/img/entry/2510sup_entry_autumn_pc.jpg');
	background-position: center;
	background-size: cover;
	width: 100%;
	padding-top: 50%;
	position: relative;
}


.page-banner--program .head-entry-btn {
	position: absolute;
	right: 18%;
	width: 25%;
	bottom: 38px;
}

.page-banner--program .sp {
	display: none;
}

}

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

.l-body { /* lg */
	padding-top: 80px;
}

.l-navi { /* lg */
	position: relative;
	pointer-events: auto;
	height: auto;
}

.l-navi::before { /* lg */
	display: none;
}

.l-navi__inner { /* lg */
	position: relative;
	background: none;
	width: auto;
	height: auto;
	padding: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header { /* lg */
	height: 80px;
	padding: 8px 20px;
}

.header__btn-wrap { /* lg */
	height: auto;
}

.header-logo { /* lg */
	left: 30px;
	width: 216px;
}

.header-logo-text { /* lg */
	display: block;
	position: absolute;
	top: 55px;
	left: 30px;
	font-size: 1rem;
}

.menu-btn { /* lg */
	display: none;
}

.navi { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 320px;
	padding: 8px 0 0;
}

.navi__item { /* lg */
	border-bottom: none;
}

.navi__item:not(:first-child) {
	position: relative;
}

.navi__item:not(:first-child)::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 14px;
	display: block;
	background: rgba(0, 0, 0, 0.32);
}

.navi__item:first-child { /* lg */
	border-top: none;
}

.navi__item a { /* lg */
	padding: 5px 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}

.navi__item a::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(0);
	-ms-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	content: "";
	width: 40%;
	height: 2px;
	display: block;
	background: #45b035;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.navi__item a:hover {
	color: #45b035;
}

.navi__item a:hover::before {
	-webkit-transform: translateX(-50%) scaleX(1);
	-ms-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
}

.lang-select { /* lg */
	padding-top: 0;
	margin-right: 0;
}

.lang-select__item { /* lg */
	padding-bottom: 0;
}

.lang-select__item button,
.lang-select__item a { /* lg */
	padding: 0 10px;
}

.header-search-btn { /* lg */
	width: 30px;
	height: 30px;
}

.header-search-btn span {
	font-size: 2rem;
}

}

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

.partnership-mentor {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

}

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

.sp-only { /* sp */
	display: block !important;
}

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

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

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

.l-2col__item { /* sp */
}

.l-2col__item:not(:last-child) {
	padding-bottom: 30px;
}

.text--sp-sm { /* sp */
	font-size: 1.3rem;
}

.text-md--sp-lg { /* sp */
	font-size: 1.6rem;
}

.text-md--sp-sm { /* sp */
	font-size: 1.2rem;
}

.mainvisual__slider--pc { /* sp */
	display: none;
}

.testmark-overview__item { /* sp */
}

.testmark-overview__item:not(:last-child) {
	margin-bottom: 34px;
}

.page-banner--program .pc {
	display: none;
}

.sp-head-entry-btn {
    text-align: center;
}

.sp-head-entry-btn img {
	width: 76%;
}

.jtos-banner { /* sp */
	bottom: 140px;
	left: 0;
	width: 80px;
	height: 40px;
}

}

@-webkit-keyframes ctHdArrowBounce {

0% {
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
}

100% {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

}

@keyframes ctHdArrowBounce {

0% {
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
}

100% {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

}

