/* 共通 */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gothic A1');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Besley&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://use.typekit.net/gcj2kgg.css');

body,
html {
    height: 100%;
    overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	background: #f6f6f6;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-size: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: #2b3473;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    outline: none;
}

h1,
h2,
h3,
h4 {
    color: #000;
    margin: 0;
    padding: 0;
}



nav {
    background: none;
}

ul,
ol {
    margin: 0;
    margin-left: 0;
    padding: 0;
    padding-left: 0;
}

ul {
    list-style: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

.margin-bottom {
    margin-bottom: .65rem;
}

img {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

p {
    margin: 0;
}

.bold {
    font-weight: bold !important;
}

.nowarp {
    white-space: nowrap;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wrap {
    height: 100%;
}

.is-sp {
    display: none;
}

.slick-next::before {
	content: ''!important;
}

.slick-prev::before {
 content: ''!important;
}

/* iOSでのフォーム周りデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
    -webkit-appearance: button;
            appearance: button;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: content-box;
            box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/* ヘッダー */

.header_line--header {
	background: #f6f6f6;
	border-bottom: #000 solid 1px;
	position: sticky;
	top: 0;
	z-index: 10;
}

.header_line--inner {
	align-items: center;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	display: flex;
	height: 87px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 1200px;
}

.header_item--emblem {
	align-items: center;
	display: flex;
	width: calc(100% / 3);
}

.header_item--logo {
	margin-left: 8px;
}

.header_line--inner a {
	color: #000;
	text-decoration: none;
	width: calc(100% / 3);
}

.header_line--inner a:hover {
	text-decoration: underline;
}

.header_item--name-block {
	line-height: 1.6;
	text-align: center;
}

.header_item--name-school {
	font-size: 0.875rem;
}

.header_item--name-section {
	font-size: 1.250rem;
}

.header_item--link-list-block {
	width: calc(100% / 3);
}

.header_item--link-list {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	justify-content: flex-end;
	line-height: 1.4;
	text-align: center;
}

body.open .header_line--inner .header_item--link-list {
	display: none;
}

.header_item--link-list li {
	margin: 0 12.5px;
	width: 134px;
}

.header_item--link-list a {
	align-items: center;
	background: #fff;
	border: #000 solid 1px;
	color: #000;
	display: flex;
	font-weight: bold;
	height: 47px;
	justify-content: center;
	position: relative;
	text-decoration: none;
	width: 134px;
}

.header_item--link-list a:hover {
	text-decoration: none;
}

.header_item--link-list a:active {
	margin-top: 5px;
	margin-left: 5px;
}

.header_item--link-list a:hover {
	background: #e2ff9a;
}

.header_item--link-list a:before {
	content: '';
	background: #fff;
	border: #000 solid 1px;
	display: block;
	height: 47px;
	position: absolute;
	top: 5px;
	right: -6px;
	width: 134px;
	z-index: -1;
}

/* .header_item--link-list a:hover:before {
	top: -1px;
	right: -1px;
	transition: 0.4s;
} */

.header_item--link-list a:active:before {
	top: -1px;
	right: -1px;
}

.header_item--accordion-switch-pc {
	cursor: pointer;
	position: absolute;
	right: -84px;
}

.header_item--accordion-switch-pc:after {
	background: url("../img/common/img_btm_accordion.png") center center no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 37px;
 right: 4px;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
	width: 37px;
}

.header_item--accordion-switch-pc.open:after {
	background: url("../img/common/img_btm_clause.png") center center no-repeat;
	content: '';
	display: block;
	height: 37px;
 position: absolute;
 right: 4px;
 top: 50%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
	width: 37px;
}

.pc-navigation {
	background: #f6f6f6;
	display: none;
	position: absolute;
	top: 88px;
	left: 0;
	width: 100vw;
	height: calc(100vh - 88px);
	z-index: 99;
}

.nav_item--navinner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px;
}

.nav_item--navinner .header_item--link-list-block {
	width: auto;
}

.nav_item--navinner .header_item--link-list {
	display: block;
}

.nav_item--navinner .header_item--link-list li {
	margin-bottom: 20px;
	width: 220px;
}

.nav_item--navinner .header_item--link-list a {
 background: #fff url("../img/common/img_arrow-right.png") center right 20px no-repeat;
 justify-content: flex-start;
 padding: 0 20px;
 width: 220px;
}

.nav_item--navinner .header_item--link-list a:hover {
 background: #e2ff9a url("../img/common/img_arrow-right.png") center right 20px no-repeat;
}

.nav_item--navinner .header_item--link-list a:active {
 margin-top: 5px;
 margin-left: 5px;
}

.nav_item--navinner .header_item--link-list a::before {
	width: 220px;
}

body.open {
	height: 100vh;
	overflow: hidden;
}

/* フッター */

#footer {
	border-top: #000 solid 1px;
	padding-bottom: 45px;
	padding-top: 30px;
}

.footer_line--inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}

.footer_item--linklist {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.footer_item--linklist li {
	font-size: 0.875rem;
	margin-left: 30px;
}

.footer_item--linklist li:first-child {
	margin-left: 0;
}

.footer_item--linklist a {
	align-items: center;
	display: flex;
	color: #000;
	text-decoration: none;
}

.footer_item--linklist a:after {
 content: 'chevron_right';
	font-family: 'Material Icons';
	font-size: 1.5rem;
	font-weight: normal;
}

.footer_item--insta {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.footer_item--instaname {
	color: #272724;
	font-size: 0.75rem;
	padding-left: 10px;
}

.footer_item-copyright {
	color: #767676;
	font-size: 0.8125rem;
	text-align: right;
}

.footer_item--pagetop {
 position: fixed;
 bottom: 50px;
 right: 50px;
	z-index: 99;
	display: none;
}

/* gnav */

.gnav_line--warp {
	background: #f6f6f6;
	border-bottom: #000 solid 1px;
	position: sticky;
	top: 88px;
	z-index: 10;
}

.gnav_line--inner {
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

.gnav_item--list {
	align-items: center;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}

.gnav_item--list li {
	border-left: #000 solid 1px;
	width: calc( 100% / 3 );
}

.gnav_item--list li:first-child {
	border-left: none;
}

.gnav_item--list li a {
	color: #000;
	display: block;
	font-size: 1.50rem;
	text-align: center;
	text-decoration: none;
}

.gnav_item--list li a span {
	align-items: center;
	display: flex;
	justify-content: center;
}

.gnav_item--list li a span img {
	margin-top: 4px;
 width: 15px;	
}

.longing .longing a,
li.longing a:hover {
	background: #ffd3de;
	transition: 0.4s;
}

.know .know a,
li.know a:hover {
	background: #b5ffeb;
	transition: 0.4s;
}

.imagination .imagination a,
li.imagination a:hover {
	background: #fffea8;
	transition: 0.4s;
}

.nav_item--gnav.sp {
	display: none;
}

/* accordion */

.header_item--accordion-switch {
	height: 46px;
	line-height: 1.0;
	position: relative;
}

.header_item--accordion-switch:after {
 background: url("../img/common/img_btm_accordion.png") center center no-repeat;
	background-size: cover;
	content: '';
	height: 25px;
	position: absolute;
	right: 0;
	top: 50%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
	width: 25px;
}

.sp-navigation {
	background: #f6f6f6;
	padding: 60px;
	padding-bottom: 30px;
	position: absolute;
	left: 0;
	top: 46px;
	height: 100vh;
	width: 100%;
	z-index: 10;
}

.navigation__list-item {
	font-size: 1.875rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.navigation__list-item span {
	display: block;
	font-size: 0.875rem;
	margin-left: 25px;
}

.navigation__list-item a {
	background: url("../img/common/img_arrow_menu_sp.png") top 15px left no-repeat;
	color: #000;
	padding-left: 25px;
	text-decoration: none;
}

#sp-header {
	display: none;
}

.sp-navigation {
	display: none;
}

.header_item--accordion-switch {
	width: calc( 100% / 3 );
}

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

@media (max-width: 1439px) {
	.header_item--accordion-switch-pc {
  position: absolute;
  right: 20px;
 }
	.header_item--link-list {
		justify-content: flex-start;
	}
}

@media (max-width: 1200px) {
	#pc-header {
		display: none;
	}
	#sp-header {
	 display: block;
		height: 46px;
	}
	.header_line--inner {
		border-left: none;
		border-right: none;
		height: 46px;
		width: 85%;
	}
	.header_item--emblem{
		display: block;
	}
	.header_item--emblem img {
		height: 40px;
		width: auto;
	}
	.header_item--name-school {
		font-size: 0.625rem;
	}
	.header_item--name-section {
		font-size: 0.750rem;
	}
	.header_item--link-list {
		display: block;
	}
	.header_item--link-list a {
		background: #fff url("../img/common/img_arrow-right.png") center right 20px no-repeat;
		justify-content: flex-start;
		padding: 0 20px;
		width: 220px;
	}
	.header_item--link-list a::before {
		width: 220px;
	}
	
	.header_item--link-list a:hover {
	 background: #e2ff9a url("../img/common/img_arrow-right.png") center right 20px no-repeat;
	 margin-top: 5px;
	 margin-left: 5px;
	 transition: 0.4s;
 }
	.header_item--link-list li {
		margin-bottom: 20px;
		width: 220px;
	}
 .header_item--accordion-switch.open:after {
  background: url("../img/common/img_btm_clause.png") center center no-repeat;
  background-size: cover;
		content: '';
		height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
		width: 25px;
 }
	.gnav_line--warp {
		top: 46px;
	}
	.nav_item--gnav.sp {
		border-bottom: #000 solid 1px;
		display: block;
		width: 100%;
	}
	.nav_item--gnav.sp ul {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.nav_item--gnav.sp li {
		border-left: #000 solid 1px;
		width: calc( 100%/3 );
	}
	.nav_item--gnav.sp li:first-child {
		border-left: none;
	}
	.nav_item--gnav.sp li a {
		color: #000;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	.nav_item--gnav.sp span {
  font-family: "clarendon-urw", serif;
  font-weight: normal;
	}
	.gnav_line--inner {
		width: 100%;
	}
	.gnav_item--list {
		line-height: 28px;
	}
	.gnav_item--list li a span {
		font-size: 1.0rem;
	}
	.gnav_item--list li a {
		font-size: 1.0rem;
	}
	.pc-navigation {
		display: none;
	}
}

@media (max-width: 1123px) {
	
	#footer {
		border-top: #000 solid 1px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
		width: 375px;
	}
	.footer_line--inner {
		display: block;
		padding: 0 0;
		width: 100%;
	}
	.footer_item--cont {
		padding-left: 30px;
		padding-right: 30px;
	}
	.footer_item--linklist {
		display: block;
		line-height: 1.6;
	}
	.footer_item--linklist li {
		margin-left: 0;
	}
	.footer_item--insta {
		margin-top: 15px;
	}
	.footer_item--logo {
		border-top: #000 solid 1px;
		margin-top: 30px;
		padding-top: 20px;
	}
	.footer_item--logo img {
		width: 180px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_item-copyright {
		text-align: center;
	}	
}

@media (max-width: 767px) {
	.header_line--inner {
		width: 100%;
	}
	#footer {
		width: 100%;
	}
}