@charset "utf-8";

/* ----------------------------------------------
    reset
---------------------------------------------- */
*, ::before, ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}
html {
	/*line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;*/
}
body {
	margin: 0;
}
main {
	display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
} 
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dd {
	margin-left: 0;
}
hr {
	height: 0;
	margin: 0;
	color: inherit;
	border-top-width: 1px;
	box-sizing: content-box;
	clear: both;
	overflow: visible;
}
pre {
	font-size: inherit;
	font-family: monospace, monospace;
}
address {
	font-style: inherit;
}
a {
	color: inherit;
	word-break: break-all;
	text-decoration: none;
	background-color: transparent;
}
abbr[title] {
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-size: inherit;
	font-family: monospace, monospace;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg, img, embed, object, iframe {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	color: inherit;
	background: transparent;
	border-radius: 0;
	font: inherit;
	text-align: inherit;
	text-transform: inherit;
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default;
}
:-moz-focusring {
	outline: auto;
}
select:disabled {
	opacity: inherit;
}
option {
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}
legend {
	padding: 0;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
[type="number"] {
	/*-moz-appearance: textfield;*/
}
label[for] {
	cursor: pointer;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[contenteditable]:focus {
	outline: auto;
}
table {
	border-color: inherit;
	border-collapse: collapse;
}
caption {
	text-align: left;
}
td, th {
	padding: 0;
	font-weight: 500;
    text-align: left;
	vertical-align: top;
}
i {
    display: flex;
}

/* ----------------------------------------------
    base
---------------------------------------------- */
:root {
	--color-Black:  #000000;
	--color-Gold:   #d3ab76;
	--color-BlueL:  #ecf9ff;
	--color-BlueB:  #0088d0;
	--color-Red:    #ff0000;
	--font-Gothic:  "Noto Sans JP", sans-serif;
	--font-Mincho:  "Zen Old Mincho", serif;
}
html {
	font-size: 62.5%;
    scroll-behavior: smooth;
    touch-action: manipulation;
}
body {
	color: var(--color-Black);
	font: 500 1.8rem / 1.8 var(--font-Gothic);
	font-feature-settings: "path";
}
#wrap {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
@media (hover: hover) {
	a {
		transition: opacity ease .3s;
	}
	a:hover {
		opacity: .6;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}
/* ------------------------------------------- */
.w-90 {
	width: 90%;
}
.max-w-1160 {
	max-width: 1160px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-1 {
	margin-bottom: 1em;
}
.mb-2 {
	margin-bottom: 2em;
}
.mb-3 {
	margin-bottom: 3em;
}
.mb-4 {
	margin-bottom: 4em;
}
.pt-5 {
	padding-top: 5em;
}
.pb-5 {
	padding-bottom: 5em;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-bold {
	font-weight: bold;
}
.text-white {
	color: #fff;
}
.text-gold {
	color: var(--color-Gold);
}
.text-bluel {
	color: var(--color-BlueL);
}
.text-blueb {
	color: var(--color-BlueB);
}
.text-red {
	color: var(--color-Red);
}
.bg-white {
	background: #fff;
}
.bg-bluel {
	background: var(--color-BlueL);
}
.bg-blueb {
	background: var(--color-BlueB);
}
.text-12 {
	font-size: 1.2rem;
}
.text-14 {
	font-size: 1.4rem;
}
.text-16 {
	font-size: 1.6rem;
}
.text-18 {
	font-size: 1.8rem;
}
.text-20 {
	font-size: 2.0rem;
}
.text-22 {
	font-size: 2.2rem;
}
.text-28 {
	font-size: 2.8rem;
}
.text-30 {
	font-size: 3.0rem;
}
.text-32 {
	font-size: 3.2rem;
}
.text-34 {
	font-size: 3.4rem;
}
.text-38 {
	font-size: 3.8rem;
}
.text-42 {
	font-size: 4.2rem;
}
.text-66 {
	font-size: 6.6rem;
}
.text-100 {
	font-size: 10.0rem;
}
.font-mincho {
	font-family: var(--font-Mincho);
}
.font-english {
	font-family: var(--font-English);
}
.pos-relative {
    position: relative;
}
.z-1 {
    z-index: 1;
}
@media screen and (max-width: 768px) {
	.text-12-sm {
		font-size: 1.2rem;
	}
	.text-14-sm {
		font-size: 1.4rem;
	}
	.text-16-sm {
		font-size: 1.6rem;
	}
	.text-18-sm {
		font-size: 1.8rem;
	}
	.text-20-sm {
		font-size: 2.0rem;
	}
	.text-24-sm {
		font-size: 2.4rem;
	}
	.text-28-sm {
		font-size: 2.8rem;
	}
	.text-34-sm {
		font-size: 3.4rem;
	}
}
/* ------------------------------------------- */
.title01 {
    display: grid;
    gap: .5em;
}
.title01 .en {
    line-height: 1;
    display: flex;
    gap: .5em;
    align-items: center;
    justify-content: center;
}
.title01 .en span::first-letter {
    color: var(--color-Gold);
}
.title01 .en::before,
.title01 .en::after {
    content: "";
    width: 1em;
    height: 6px;
    background: var(--color-Black);
}
.title01 .jp {
    letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
	.title01 .en::before,
	.title01 .en::after {
	    display: none;
	}
}
/* ------------------------------------------- */
.btn01 a {
    width: 100%;
    max-width: 270px;
    height: 50px;
    background: #005ABA;
    background: linear-gradient(0deg, rgba(0, 90, 186, 1) 0%, rgba(0, 136, 208, 1) 100%);
    border-radius: .5em;
    letter-spacing: .05em;
    display: grid;
    place-items: center;
}
.btn01 a::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: .5em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
}
/* ------------------------------------------- */
@media screen and (min-width: 769px) {
	.desk-hidden {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.mobile-hidden {
		display: none !important;
	}
}
/* ------------------------------------------- */
.anime.fade {
    transition: opacity .8s cubic-bezier(.4, 0, .6, 1);
    -webkit-transition: opacity .8s cubic-bezier(.4, 0, .6, 1);
    opacity: 0;
}
.anime.fade.active {
    opacity: 1;
}

/* ----------------------------------------------
    header
---------------------------------------------- */
#header header .inner {
    height: 130px;
    display: flex;
    gap: 1em 2em;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#header header .inner .logo {
    position: absolute;
    left: 0;
}
#header header .inner .title {
	line-height: 1;
}
#header header .inner .title span {
    display: block;
    z-index: 1;
    transform: translateY(.1em);
}
@media screen and (max-width: 1390px) and (min-width: 769px) {
	#header header .inner {
	    flex-direction: initial;
	    justify-content: normal;
	}
	#header header .inner .logo {
	    position: static;
	}
}
@media screen and (max-width: 768px) {
	#header header .inner .logo {
	    width: 40%;
	    max-width: 135px;
	    position: static;
	}
}

/* ----------------------------------------------
    footer
---------------------------------------------- */
#footer footer .inner .box {
    display: flex;
    gap: 2em 4em;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
#footer footer .inner .box .event a {
    height: auto;
    line-height: 1;
    letter-spacing: .05em;
    display: grid;
    gap: .8em;
    align-content: flex-end;
}
#footer footer .inner .box .sns ul {
    display: flex;
    gap: 1.5em;
    align-items: center;
}
#footer footer .copy {
    padding: 1.5em 5%;
}
@media screen and (max-width: 768px) {
}

/* ----------------------------------------------
    home
---------------------------------------------- */
#fair .sec01 .inner .title {
    width: 35%;
    max-width: 670px;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}
#fair .sec01 .inner .catch {
    position: absolute;
    right: 24%;
    bottom: 13%;
}
#fair .sec01 .inner .catch p {
    font-size: min(3.4rem, 2vw);
    line-height: 1.55;
    letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
}
/* ------------------------------------------- */
#fair .sec02 .inner {
    padding: 2em 0;
}
#fair .sec02 .inner .text {
    line-height: 1.5;
    letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
	#fair .sec02 .inner .text .text-34.text-16-sm {
	    display: grid;
	}
}
/* ------------------------------------------- */
#fair .sec03 .inner .chair {
    position: absolute;
    top: -2em;
}
#fair .sec03 .inner .chair.orange {
    left: 0;
}
#fair .sec03 .inner .chair.blue {
    right: 0;
}
#fair .sec03 .inner .box .title {
    padding: .5em;
    background: #cedcf5;
}
#fair .sec03 .inner .box .text {
    padding: 1.5em 5%;
    background: #f2f9ff;
}
#fair .sec03 .inner .box .text p span {
    margin: 0 0 0 .3em;
}
@media screen and (max-width: 768px) {
	#fair .sec03 .inner .chair {
	    width: 15%;
	    max-width: 50px;
	    top: -1em;
	}
	#fair .sec03 .inner p.mb-2 {
	    margin-bottom: 1em;
	}
}
/* ------------------------------------------- */
#fair .sec04 .inner .swiper.lecturer .swiper-slide {
    height: auto;
}
#fair .sec04 .inner .swiper.lecturer .swiper-slide .item {
    height: 100%;
    display: flex;
    gap: 1.5em;
    flex-direction: column;
    justify-content: space-between;
}
#fair .sec04 .inner .swiper.lecturer .swiper-slide .item .box01 {
	height: 100%;
	padding: 1.5em 1em;
    border: 1px solid var(--color-BlueB);
    display: grid;
    gap: 1em;
    align-content: flex-start;
}
#fair .sec04 .inner .swiper.lecturer .swiper-slide .item .box01 .text-gold {
    line-height: 1.5;
}
#fair .sec04 .inner .swiper.lecturer .swiper-slide .item .box02 {
    min-height: 100px;
    padding: .5em;
    border: 1px solid var(--color-BlueB);
    line-height: 1.5;
    display: grid;
    flex-shrink: 0;
    place-items: center;
}
#fair .sec04 .inner .swiper.lecturer .swiper-slide .item .box02::before {
    content: "";
    width: 1px;
    height: 2.5em;
    background: var(--color-BlueB);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
	#fair .sec04 .inner .swiper.lecturer .swiper-wrapper {
	    display: grid;
	    gap: 2em;
	    grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
	#fair .sec04 .inner .swiper.lecturer {
	    width: 100vw;
	    margin-left: calc(50% - 50vw);
	    margin-right: calc(50% - 50vw);
	}
	#fair .sec04 .inner .swiper.lecturer .swiper-slide .item .box01 .img img {
	    width: 120px;
	}
	#fair .sec04 .inner .swiper.lecturer .swiper-slide .item .box02 {
	    min-height: 80px;
	}
}
/* ------------------------------------------- */
#fair .sec05 .inner .box01 {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr 1fr;
}
#fair .sec05 .inner .box01 .mascot {
    position: absolute;
    top: 5em;
    right: 0;
}
#fair .sec05 .inner .box01 .left .period {
	margin: 0 0 .5em;
    padding: 1em 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#fair .sec05 .inner .box01 .left .text {
    line-height: 1.5;
}
#fair .sec05 .inner .box01 .left .company {
	margin: 1em 0 0;
    display: flex;
    gap: 1em;
    align-items: center;
}
#fair .sec05 .inner .box01 .right iframe {
    height: 100%;
}
#fair .sec05 .inner .box02 {
    padding: 1em 5%;
    display: flex;
    gap: .5em 1em;
    justify-content: center;
}
@media screen and (max-width: 768px) {
	#fair .sec05 .inner .box01 {
	    display: flex;
	    flex-direction: column-reverse;
	}
	#fair .sec05 .inner .box01 .mascot {
	    max-width: 60px;
	    top: -4em;
	    right: 0;
	}
	#fair .sec05 .inner .box01 .right iframe {
	    height: 300px;
	}
	#fair .sec05 .inner .box02 {
	    flex-direction: column;
	}
}




