@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* スペシャルコンテンツ */
/* reset */
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1100px;
  /* tablets */
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #231815;
	text-align: center;
}

li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

em {
	font-style: normal;
}

a {
	color: #102e6e;
	text-decoration: none;
	transition: all .4s;
}
a img {
	transition: all .4s;
}

a:hover {
	color: #ee7e07;
	transition: all .4s;
}
a:hover img {
	opacity: 0.7;
	transition: all .4s;
}

header,
footer,
main,
section,
article,
aside,
nav,
address {
	display: block;
}

.pc {
	display: inline-block;
}

.sp {
	display: none;
}

.fit {
	width: 100%;
	height: auto;
}

.inner {
	width: 980px;
	margin: 0 auto;
}

/* contents area */
.header {
	padding: 60px 0 56px;
}
.header__logo {
	width: 335px;
	height: auto;
}

.mv {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	background: url(../img/mv_bg.png) no-repeat center center;
}
.mv__txt {
	padding: 17px 0 24px;
}
.mv__nav {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 928px;
	margin: 0 auto;
	padding: 0 0 100px;
}
.mv__nav__item {
	width: 210px;
	padding: 0 11px 23px;
}
.mv__nav__item a {
	display: block;
	font-size: 29px;
	font-weight: 700;
	line-height: 72px;
	color: #fff;
}
.mv__nav__item a:hover {
	opacity: 0.7;
}
.mv__nav__item a.green {
	background: #00a49c;
}
.mv__nav__item a.blue {
	background: #2ca6e0;
}
.mv__nav__item a.orange {
	background: #ee7e07;
}
.mv__nav__item a.pink {
	background: #ef8bb6;
}
.mv__nav__item a .narrow {
	display: inline-block;
	transform: scaleX(0.9);
}
.mv span {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -100vw;
	color: #fff;
	text-align: left;
}

@media screen and (min-width: 1400px) {
.mv:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	transform: translateX(-100%);
	width: calc(50vw - 490px);
	height: 581px;
	background: url(../img/mv_bg_extend.png) repeat-x left center;
} 
}
.demand {
	padding: 90px 0 60px;
	background: #e0e6f2;
}
.demand__nav {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 18px 50px;
	width: 829px;
	margin: 0 auto;
}
.demand__item {
	width: 243px;
}
.demand__item__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 243px;
	background: #fff;
	border: 4px solid #102e6e;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
	font-size: 24px;
	font-weight: 700;
	font-feature-settings: "palt";
	line-height: 32px;
}
.demand__item__btn em {
	font-size: 30px;
	font-weight: 900;
	line-height: 37px;
}
.demand__item__btn:hover {
	background: #102e6e;
	color: #fff;
}
.demand__item__btn:hover em {
	color: #fe0;
}
.demand__item__btn .pdt {
	padding: 1.2em 0 0;
}

.illust {
	padding: 60px 0 277px;
	background: url(../img/illust.png) no-repeat center bottom -12px;
	overflow: hidden;
}

.leadcopy {
	padding: 0 0 90px;
	font-size: 47px;
	font-weight: 700;
	line-height: 1.276;
	color: #102e6e;
}
.leadcopy strong {
	font-size: 90px;
	color: #e52d8a;
}
.leadcopy small {
	font-size: 40px;
}

.schedule {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 84px 74px 0;
	background: #fff7cc;
	box-sizing: border-box;
}
.schedule:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 94px 113px 0 0;
	border-color: #fff transparent transparent transparent;
}
.schedule__ttl {
	display: inline-block;
	position: relative;
	padding: 0 0 1.2em;
	font-size: 46px;
	font-weight: 700;
	line-height: 1em;
	color: #102e6e;
}
.schedule__ttl__balloon {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-114%, -72%);
	width: 156px;
	height: auto;
}
.schedule__notice {
	display: none;
}
.schedule__table {
	padding: 0 0 65px;
}
.schedule__table__capt {
	position: relative;
	padding: 20px 0 0;
}
.schedule__table__txt {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.8em 0 0.6em 1.98em;
	text-indent: -1.98em;
	font-size: 20px;
	line-height: 1.6em;
	text-align: left;
}
.schedule__table__txt em {
	color: #e30012;
}
.schedule__table__notice {
	margin: 0 0 0.2em 2em;
	text-indent: -2em;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
	text-align: left;
}
.schedule__point {
	padding: 28px 0 64px;
	text-align: left;
}
.schedule__point__ttl {
	font-size: 30px;
	font-weight: 700;
	line-height: 70px;
	color: #fff;
}
.schedule__point__ttl.select {
	background: linear-gradient(#98a8d0, #98a8d0 50%, #7e92c4 50%, #7e92c4);
}
.schedule__point__ttl.common {
	background: linear-gradient(#f8bc33, #f8bc33 50%, #f6ab00 50%, #f6ab00);
}
.schedule__point__ttl.recomd {
	background: linear-gradient(#66cac9, #66cac9 50%, #40bdbb 50%, #40bdbb);
}
.schedule__point__txt {
	position: relative;
	padding: 0 0 1em 1.2em;
	font-size: 21px;
	line-height: 32px;
}
.schedule__point__txt:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0.3em;
	width: 1em;
	height: 1em;
	border-radius: 50%;
}
.select .schedule__point__txt:before {
	background: #5973b3;
}
.common .schedule__point__txt:before {
	background: #f8bc33;
}
.recomd .schedule__point__txt:before {
	background: #52c3c2;
}
.select .schedule__point__txt, .recomd .schedule__point__txt {
	padding: 0 0 0.3em 1.2em;
}
.schedule__point__btn {
	display: block;
	width: 799px;
	margin: 38px auto 0;
	background: #d6dbe6;
	border: 1px solid #102e6e;
	border-radius: 8px;
	font-size: 31px;
	font-weight: 700;
	line-height: 117px;
	text-decoration: underline;
	text-align: center;
}
.schedule__point__btn:before {
	display: inline-block;
	content: "▲";
	transform: rotate(90deg);
	width: 47px;
	height: 47px;
	margin: 0 0.5em 0 0;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 47px;
}
.schedule__point__btn:hover {
	opacity: 0.7;
	color: #102e6e;
}

.scholarship {
	padding: 100px 0 96px;
	background: #eeefef;
}
.scholarship__lead {
	display: flex;
	justify-content: center;
}
.scholarship__lead__copy {
	margin: 0 auto 20px;
	width: 202px;
	height: auto;
}
.scholarship__lead__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1em 0 0;
	padding: 0 1.5em;
	background: #102e6e;
	font-size: 20px;
	color: #fff;
}
.scholarship__lead__txt {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.75em;
	color: #102e6e;
	text-align: left;
}
.scholarship__lead__txt .select {
	color: #98a8d0;
}
.scholarship__lead__txt .common {
	color: #f8bc33;
}
.scholarship__lead__txt .recomd {
	color: #94dad9;
}
.scholarship__ttl {
	padding: 0.7em 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 2.2em;
	color: #102e6e;
}
.scholarship__ttl strong {
	font-size: 66px;
}
.scholarship__ttl em {
	font-size: 40px;
}
.scholarship__detail {
	width: 674px;
	margin: 0 auto;
	text-align: left;
}
.scholarship__detail__notice {
	margin-left: 1em;
	margin-right: -2em;
	text-indent: -1em;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
}
.scholarship__detail__badge {
	padding: 0 0 25px;
	text-align: center;
}
.scholarship__detail__ttl {
	padding: 1em 0 0.5em;
	font-size: 32px;
	font-weight: 700;
	line-height: 47px;
	color: #102e6e;
}
.scholarship__detail__ttl em {
	color: #f94396;
}
.scholarship__detail__ttl small {
	font-size: 27px;
}
.scholarship__detail__ttl sup {
	font-size: 18px;
}
.scholarship__detail__ttl.nobtm {
	padding: 1em 0 0;
}
.scholarship__detail__txt {
	padding: 0 0 1em;
	font-size: 23px;
	font-weight: 700;
	line-height: 36px;
}
.scholarship__detail__point {
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	color: #f94396;
}

.guide__main {
	display: inline-block;
	position: relative;
	margin: 130px 0 65px;
	font-size: 46px;
	font-weight: 700;
	line-height: 77px;
}
.guide__main:before, .guide__main:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0.2em;
	width: 6px;
	height: 102px;
	background: #231815;
}
.guide__main:before {
	left: -1em;
	transform: rotate(-20deg);
}
.guide__main:after {
	right: -1em;
	transform: rotate(20deg);
}
.guide__main em {
	color: #e64387;
}
.guide__main u {
	display: inline-block;
	background: url(../img/dot.png) repeat-x left top;
	background-size: 1em auto;
	text-decoration: none;
}

.faculty01 {
	margin-bottom: 40px;
	background: rgba(0, 167, 165, 0.07);
}

.faculty02 {
	margin-bottom: 15px;
	background: rgba(48, 166, 217, 0.1);
}

.faculty03 {
	margin-bottom: 15px;
	background: rgba(226, 107, 54, 0.1);
}

.faculty {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	padding: 60px 44px 60px 0;
	box-sizing: border-box;
}
.faculty__dep {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 206px;
	height: 206px;
	border-radius: 50%;
	font-size: 31px;
	font-weight: 300;
	line-height: 1.3em;
	color: #fff;
}
.faculty01 .faculty__dep {
	background: #00a7a5;
}
.faculty02 .faculty__dep {
	background: #30a6d9;
}
.faculty03 .faculty__dep {
	background: #e26b36;
}
.faculty__detail {
	width: 698px;
	padding: 74px 0 0;
	text-align: left;
}
.faculty__ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 54px;
	margin: 0 0 40px;
	padding: 0 0.8em;
	font-size: 28px;
	font-weight: 300;
	line-height: 1em;
	color: #fff;
}
.faculty01 .faculty__ttl {
	background: #00a7a5;
}
.faculty02 .faculty__ttl {
	background: #30a6d9;
}
.faculty03 .faculty__ttl {
	background: #e26b36;
}
.faculty__ttl small {
	font-size: 14px;
}
.faculty__ttl.new {
	position: relative;
	padding: 0 0.8em 0 86px;
}
.faculty__ttl.new:before {
	content: "NEW";
	position: absolute;
	display: block;
	left: -11px;
	top: -42px;
	width: 83px;
	height: 83px;
	background: #fff;
	border: 3px solid;
	border-radius: 50%;
	font-size: 28px;
	font-weight: 700;
	line-height: 83px;
	text-align: center;
}
.faculty01 .faculty__ttl.new:before {
	border-color: #00a7a5;
	color: #00a7a5;
}
.faculty02 .faculty__ttl.new:before {
	border-color: #30a6d9;
	color: #30a6d9;
}
.faculty03 .faculty__ttl.new:before {
	border-color: #e26b36;
	color: #e26b36;
}
.faculty__ttl__btn {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	text-decoration: underline;
}
.faculty__ttl__btn:before {
	content: "▲";
	position: absolute;
	display: block;
	left: -40px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}
.faculty01 .faculty__ttl__btn:before {
	color: #00a7a5;
}
.faculty02 .faculty__ttl__btn:before {
	color: #30a6d9;
}
.faculty03 .faculty__ttl__btn:before {
	color: #e26b36;
}
.faculty__qual {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 20px 0 40px;
}
.faculty__qual.alcenter {
	align-items: center;
}
.faculty__qual__ttl {
	width: 124px;
	margin: 0 0 15px;
	padding: 0.691em 0.3em;
	background: #faf2a6;
	box-sizing: border-box;
	border-width: 3px;
	border-style: solid;
	font-size: 21px;
	font-weight: 500;
	line-height: 29px;
}
.faculty01 .faculty__qual__ttl {
	border-color: #00a7a5;
	color: #00a7a5;
}
.faculty02 .faculty__qual__ttl {
	border-color: #30a6d9;
	color: #30a6d9;
}
.faculty03 .faculty__qual__ttl {
	border-color: #e26b36;
	color: #e26b36;
}
.faculty__qual__list {
	width: 539px;
}
.faculty__qual__list .license {
	position: relative;
	overflow: hidden;
	padding: 0 0 0.8em 1.3em;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.14em;
}
.faculty__qual__list .license:before {
	content: "▲";
	position: absolute;
	display: block;
	left: 0;
	top: 0.1em;
	transform: rotate(90deg);
	font-size: 20px;
}
.faculty01 .faculty__qual__list .license:before {
	color: #00a7a5;
}
.faculty02 .faculty__qual__list .license:before {
	color: #30a6d9;
}
.faculty03 .faculty__qual__list .license:before {
	color: #e26b36;
}
.faculty__qual__list .license sup {
	font-size: 14px;
}
.faculty__qual__list .license small {
	display: block;
	margin-top: 0.5em;
	font-size: 15px;
	font-weight: 300;
}
.faculty__qual__list .license small.notice {
	margin-top: 1em;
	float: right;
}

.address {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 34px 0;
	background: #eeefef;
	font-style: normal;
}
.address__logo {
	width: 50%;
	padding: 0 38px;
	box-sizing: border-box;
	text-align: right;
}
.address__logo__img {
	width: 349px;
	height: auto;
}
.address__site {
	width: 50%;
	padding: 0 38px;
	border-left: 1px solid #231815;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 29px;
	text-align: left;
}
.address__sns {
	width: 100%;
	padding: 26px 0 0;
}
.address__sns__site {
	display: inline-block;
	padding: 0 7px;
}
.address__sns__site .logo {
	width: 49px;
	height: auto;
}

.relative {
	padding: 45px 0;
	background: #102e6e;
}
.relative__nav {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}
.relative__nav__item {
	width: 314px;
}
.relative__nav__item .navbtn {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 6px;
	font-size: 21px;
	font-weight: 700;
	line-height: 77px;
	color: #102e6e;
}
.relative__nav__item .navbtn:after {
	content: "＞";
	display: inline-block;
	position: absolute;
	right: 0.7em;
	top: 50%;
	transform: translateY(-50%) scale(0.8, 1.2);
}
.relative__nav__item .navbtn:hover {
	opacity: 0.7;
}

.copyright {
	padding: 23px 0 40px;
	font-size: 16px;
	font-weight: 300;
}
.copyright__logo {
	margin-right: 30px;
}

.tel {
	pointer-events: none;
	text-decoration: underline;
	color: inherit;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 80px;
	right: 80px;
}
#page-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 110px;
	height: 110px;
	background: rgba(16, 46, 110, 0.7);
	border-radius: 50%;
	font-size: 15px;
	line-height: 1.6em;
	color: #fff;
}
#page-top a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all .4s;
}
#page-top a em {
	font-size: 24px;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* reset */
body {
	min-width: unset;
}

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

.pc {
	display: none;
}

.sp {
	display: inline-block;
}

.inner {
	width: auto;
}

  /* contents area */
.header {
	padding: 6vw 0 5vw;
}
.header__logo {
	width: 60%;
}

.mv {
	max-width: unset;
	margin: 0 auto;
	background: none;
}
.mv__txt {
	padding: 2vw 5% 5vw;
}
.mv__nav {
	width: auto;
	padding: 0 4% 8vw;
}
.mv__nav__item {
	width: 30.6%;
	padding: 0 1.2% 2vw;
}
.mv__nav__item:nth-child(5) {
	margin-right: 33%;
}
.mv__nav__item a {
	font-size: 4vw;
	line-height: 12vw;
}
.mv__nav__item a .narrow {
	transform: scaleX(0.8);
	white-space: nowrap;
}

.demand {
	padding: 9.6vw 0 4.5333333333vw;
}
.demand__nav {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	gap: unset;
	width: 38.8vw;
}
.demand__item {
	width: 38.8vw;
	padding: 0 0 4.2666666667vw;
}
.demand__item__btn {
	height: 38.8vw;
	border: 0.5333333333vw solid #102e6e;
	box-shadow: 1vw 1vw 2vw rgba(0, 0, 0, 0.4);
	font-size: 3.8666666667vw;
	font-weight: 700;
	line-height: 1.31em;
}
.demand__item__btn em {
	font-size: 4.8vw;
	line-height: 1.25em;
}

.illust {
	padding: 8vw 5vw 30vw;
	background: url(../img/illust.png) no-repeat center bottom -2vw;
	background-size: 94vw auto;
}

.leadcopy {
	padding: 0 0 12vw;
	font-size: 7vw;
}
.leadcopy strong {
	font-size: 12vw;
}
.leadcopy small {
	font-size: 6vw;
}

.schedule {
	width: auto;
	padding: 15vw 3vw 0;
}
.schedule:before {
	border-width: 18vw 20vw 0 0;
}
.schedule__ttl {
	padding: 0 0 0.5em;
	font-size: 7vw;
	line-height: 1.23em;
}
.schedule__ttl__balloon {
	transform: translate(-80%, -70%);
	width: 25vw;
}
.schedule__notice {
	display: block;
	padding: 0 0 0.5em 8vw;
	background: url(../img/scroll.png) no-repeat left top;
	background-size: 6.6666666667vw auto;
	font-size: 3.3vw;
	line-height: 1.4;
	color: #ee7e07;
	text-align: left;
}
.schedule__table {
	position: relative;
	padding: 0 0 10vw;
}
.schedule__table:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 16.2666666667vw;
	height: 270.4vw;
	background: url(../img/schedule_sp.png) no-repeat center center;
	background-size: contain;
}
.schedule__table__capt {
	padding: 0;
}
.schedule__table__txt {
	position: static;
	right: auto;
	top: auto;
	padding: 0.8em 0 0.6em;
	text-indent: 0;
	font-size: 3.8vw;
	font-weight: 500;
	line-height: 1.6em;
}
.schedule__table__notice {
	margin: 0 0 0.2em 2.5em;
	text-indent: -2.5em;
	font-size: 3.3vw;
}
.schedule__table__scroll {
	display: block;
	width: calc(100% + 8vw);
	height: 270.4vw;
	margin-right: -8vw;
	overflow-x: scroll;
}
.schedule__table__img {
	width: auto;
	height: 270.4vw;
}
.schedule__point {
	padding: 4vw 0 9vw;
}
.schedule__point__ttl {
	padding: 0.4em 0;
	font-size: 4.8vw;
	line-height: 1.22em;
}
.schedule__point__ttl small {
	font-size: 4vw;
}
.schedule__point__txt {
	font-size: 4vw;
	line-height: 1.42em;
}
.schedule__point__btn {
	width: auto;
	margin: 5vw auto 0;
	border: 0.4vw solid #102e6e;
	border-radius: 2vw;
	box-shadow: 0.7vw 0.7vw 1.4vw rgba(0, 0, 0, 0.3);
	font-size: 5.6vw;
	line-height: 20vw;
}
.schedule__point__btn:before {
	width: 7vw;
	height: 7vw;
	font-size: 3.2vw;
	line-height: 7vw;
}

.scholarship {
	padding: 10vw 5% 9vw;
}
.scholarship__lead__copy {
	margin: 0 25% 4vw;
	width: 50%;
}
.scholarship__lead__ttl {
	width: 6.4em;
	margin: 0.2em 0.2em 0 0;
	padding: 0;
	font-size: 3.7333333333vw;
	line-height: 1.2em;
	text-align: center;
}
.scholarship__lead__txt {
	margin-right: -1em;
	font-size: 3.7333333333vw;
	line-height: 1.5em;
}
.scholarship__lead__txt li {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
.scholarship__ttl {
	padding: 1.5em 0 0.8em;
	font-size: 6vw;
	line-height: 1.8em;
}
.scholarship__ttl strong {
	font-size: 10vw;
}
.scholarship__ttl em {
	font-size: 6vw;
}
.scholarship__detail {
	width: auto;
}
.scholarship__detail__notice {
	margin-right: 0;
	font-size: 3.2vw;
	line-height: 1.6em;
}
.scholarship__detail__badge {
	padding: 0 3vw 5vw;
}
.scholarship__detail__ttl {
	padding: 1em 0 0.6em;
	font-size: 6vw;
	line-height: 1.36em;
}
.scholarship__detail__ttl small {
	font-size: 4vw;
}
.scholarship__detail__ttl sup {
	font-size: 3.2vw;
}
.scholarship__detail__ttl.nobtm {
	padding: 0.5em 0 0;
}
.scholarship__detail__ttl .palt {
	font-feature-settings: "palt";
}
.scholarship__detail__txt {
	padding: 0 0 1em;
	font-size: 4.5vw;
	line-height: 1.39em;
}
.scholarship__detail__point {
	font-size: 3.4vw;
	line-height: 1.58em;
}

.guide__main {
	margin: 12vw 0 8vw;
	font-size: 6vw;
	line-height: 1.49em;
}
.guide__main:before, .guide__main:after {
	width: 1vw;
	height: 15vw;
}
.guide__main:before {
	left: 0;
}
.guide__main:after {
	right: 0;
}

.faculty01,
.faculty02 {
	margin-bottom: 4vw;
	padding-bottom: 3vw;
}

.faculty03 {
	margin-bottom: 15vw;
	padding-bottom: 3vw;
}

.faculty {
	display: block;
	justify-content: unset;
	width: auto;
	padding: 6.5vw 5% 2vw;
}
.faculty__dep {
	width: 100%;
	height: 20vw;
	border-radius: 50%;
	font-size: 6vw;
	font-weight: 500;
	line-height: 1em;
}
.faculty__detail {
	width: auto;
	padding: 6.5vw 0 0;
}
.faculty__ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 16vw;
	margin: 0 0 5.3333333333vw;
	font-size: 4.6666666667vw;
	font-weight: 300;
	line-height: 1.2em;
}
.faculty__ttl small {
	font-size: 3.4666666667vw;
}
.faculty__ttl.new {
	position: relative;
	padding: 0 0.8em 0 16.6666666667vw;
}
.faculty__ttl.new:before {
	left: 1.8666666667vw;
	top: -4.1333333333vw;
	width: 12.4vw;
	height: 12.4vw;
	border: 0.5333333333vw solid;
	font-size: 4.1333333333vw;
	line-height: 12.4vw;
}
.faculty__ttl__btn {
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.32em;
}
.faculty__ttl__btn:before {
	left: -6.4vw;
	top: 0.2em;
	transform: rotate(90deg);
	width: 5vw;
	height: 5vw;
	font-size: 2vw;
	line-height: 5vw;
}
.faculty__qual {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	align-items: unset;
	padding: 2vw 0 3vw;
}
.faculty__qual.alcenter {
	align-items: unset;
}
.faculty__qual__ttl {
	width: 45%;
	margin: 0 0 0.5em;
	padding: 0;
	border-width: 0.7vw;
	font-size: 4vw;
	font-weight: 500;
	line-height: 6.4vw;
	text-align: center;
}
.faculty__qual__list {
	width: auto;
	padding: 0 0 2vw;
}
.faculty__qual__list .license {
	padding: 0 0 0.6em 1em;
	font-size: 4vw;
}
.faculty__qual__list .license:before {
	top: 0.1em;
	font-size: 3vw;
}
.faculty__qual__list .license sup {
	font-size: 2.8vw;
}
.faculty__qual__list .license small {
	display: inline-block;
	text-indent: -1em;
	font-size: 3.4vw;
}
.faculty__qual__list .license small.notice {
	margin-top: 0.5em;
}

.address {
	display: block;
	justify-content: unset;
	align-items: unset;
	flex-wrap: unset;
	padding: 8vw 0 5vw;
}
.address__logo {
	width: auto;
	padding: 0 0 5vw;
	text-align: center;
}
.address__logo__img {
	width: 70vw;
}
.address__site {
	width: auto;
	display: flex;
	justify-content: center;
	padding: 0 0 5vw;
	border-left: none;
	font-size: 3.2vw;
	line-height: 1.42em;
}
.address__sns {
	padding: 0;
}
.address__sns__site {
	display: inline-block;
	padding: 0 1vw;
}
.address__sns__site .logo {
	width: 12vw;
}

.relative {
	padding: 3vw 0;
}
.relative__nav {
	width: auto;
	padding: 0 5%;
}
.relative__nav__item {
	width: 32%;
}
.relative__nav__item .navbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 15vw;
	padding: 0 0 5vw;
	border-radius: 1vw;
	font-size: 3.8vw;
	font-weight: 700;
	line-height: 1.375em;
}
.relative__nav__item .navbtn:after {
	right: 50%;
	top: unset;
	bottom: 1vw;
	transform: translateX(50%) scale(0.8, 1.2);
	font-size: 3vw;
}

.copyright {
	padding: 5vw 0;
	font-size: 2.8vw;
}
.copyright__logo {
	width: 30%;
	margin-right: 3vw;
}

.tel {
	pointer-events: auto;
}

  /* page-top */
#page-top {
	bottom: 5vw;
	right: 5vw;
}
#page-top a {
	width: 14vw;
	height: 14vw;
	font-size: 2vw;
}
#page-top a em {
	font-size: 3.6vw;
} 
}

/*# sourceMappingURL=index.css.map */
