@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1200px) {
	html {
		font-size: 0.8333333333vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2.6666666667vw;
	}
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	word-break: break-all;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

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

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	a {
		transition: opacity 0.3s ease;
	}
	a:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}

.preload* {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	color: #23234B;
	font-size: 1rem;
	text-align: left;
	border-top: 0.6rem solid #0D90FF;
}

.main {
	display: block;
	padding-top: 13rem;
	overflow: hidden;
}

section {
	position: relative;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 113.8rem;
	padding: 0 2rem;
	margin: 0 auto;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: 1.6rem;
	line-height: 2;
}

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

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

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold,
strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* font */
.en {
	font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	.fade {
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.main {
		padding-top: 8rem;
	}
	.wrap {
		width: 100%;
		max-width: inherit;
	}
}
/* ---------------------------------------
  main common
-----------------------------------------*/
/*btn*/
.btn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 50rem;
	height: 7rem;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 1rem;
	background-color: #23234B;
	border: 0.2rem solid #23234B;
	border-radius: 0.4rem;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	transition: 0.3s ease;
}
.btn a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-right: 0.2rem solid #FFFFFF;
	border-top: 0.2rem solid #FFFFFF;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
	.btn a:hover {
		opacity: 1;
		color: #23234B;
		background-color: #FFFFFF;
	}
	.btn a:hover::after {
		border-color: #23234B;
	}
}
@media screen and (max-width: 767px) {
	.btn a {
		max-width: 30rem;
	}
}
.btn._back a::after {
	right: auto;
	left: 5%;
	transform: rotate(-135deg);
}
.btn._entry a {
	background-color: #0D90FF;
	border-color: #0D90FF;
}
.btn._entry a::after {
	content: none;
}
.btn._entry a::before {
	content: "";
	width: 2.5rem;
	height: 3rem;
	background: url(../img/common/ico_entry.svg) no-repeat center/contain;
	margin-right: 1.3rem;
	transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
	.btn._entry a::before {
		width: 1.4rem;
		height: 1.7rem;
		margin-right: 1.3rem;
	}
}
@media screen and (min-width: 768px) {
	.btn._entry a:hover {
		color: #0D90FF;
		background-color: #FFFFFF;
	}
	.btn._entry a:hover::before {
		background: url(../img/common/ico_entry_on.svg) no-repeat center/contain;
	}
}
.btn._small a {
	width: 50%;
	max-width: 18rem;
	height: 5rem;
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 1.9rem;
	z-index: 999;
}
@media screen and (max-width: 767px) {
	#header {
		top: 1.5rem;
	}
}
#header .header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 8.2rem;
	width: 109.8rem;
	padding: 0;
	border-radius: 100vh;
	transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
	#header .header_wrap {
		width: 100%;
		height: 5rem;
		padding: 0 2rem;
	}
}
@media screen and (min-width: 768px) {
	#header.is-scroll .header_wrap {
		padding: 0 3.8rem 0 4.6rem;
		background-color: #FFFFFF;
		box-shadow: 0.2rem 0.3rem 0.9rem 0.4rem rgba(0, 0, 0, 0.06);
	}
}
#header .logo {
	transition: 0.5s ease;
}
#header .logo a {
	display: flex;
	align-items: center;
}
#header .logo img {
	width: 18.4rem;
}
@media screen and (max-width: 767px) {
	#header .logo img {
		width: 11.5rem;
	}
}
#header .logo span {
	display: inline-block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	margin-left: 1em;
}
@media screen and (max-width: 767px) {
	#header .logo span {
		font-size: 1rem;
	}
}
@media screen and (min-width: 768px) {
	#header.is-scroll .logo img {
		width: 16.2rem;
	}
}
@media screen and (max-width: 767px) {
	#header.is-scroll .header_wrap > .logo {
		opacity: 0;
	}
}
@media screen and (max-width: 767px) {
	#header .menu_trigger {
		width: 4rem;
		height: 4rem;
		background-color: #0D90FF;
		border-radius: 1rem 0 1rem 0;
		position: fixed;
		right: 2rem;
		top: 1.5rem;
		transition: background-color 0.3s ease;
		z-index: 101;
	}
	#header .menu_trigger span {
		width: 2.6rem;
		height: 0.2rem;
		background-color: #FFFFFF;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		transition: 0.3s ease;
	}
	#header .menu_trigger span:nth-child(1) {
		top: 0.9rem;
	}
	#header .menu_trigger span:nth-child(2) {
		top: 1.8rem;
	}
	#header .menu_trigger span:nth-child(3) {
		top: 2.7rem;
	}
	#header.navOpen .menu_trigger {
		background-color: #23234B;
	}
	#header.navOpen .menu_trigger span:nth-child(1) {
		top: 2rem;
		transform: rotate(-45deg);
	}
	#header.navOpen .menu_trigger span:nth-child(2) {
		opacity: 0;
	}
	#header.navOpen .menu_trigger span:nth-child(3) {
		top: 2rem;
		transform: rotate(45deg);
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		max-height: 100vh;
		padding: 2.1rem 2rem 6rem;
		background-color: #FFFFFF;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 100;
	}
}
#header .header_menu .gnavi {
	display: flex;
	align-items: center;
	gap: 0 3.5rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .gnavi {
		flex-direction: column;
		gap: 2.5rem 0;
		margin-top: 4rem;
	}
}
#header .header_menu .gnavi > li {
	font-weight: 700;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .gnavi > li {
		font-size: 1.6rem;
	}
}
#header .header_menu .gnavi > li a {
	position: relative;
	display: block;
}
#header .header_menu .gnavi > li a[target=_blank]::after {
	content: "";
	display: inline-block;
	vertical-align: 0.1rem;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/common/ico_blank.svg) no-repeat 0 0/contain;
	margin-left: 0.7rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .subnavi {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2.9rem 0;
		margin-top: 6rem;
	}
	#header .header_menu .subnavi > li {
		font-size: 1.4rem;
		line-height: 1.3571428571;
	}
}

/* ---------------------------------------
  pagetop
-----------------------------------------*/
#pagetop {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7rem;
	height: 7rem;
	font-size: 0;
	position: fixed;
	right: calc(50% - 61.9rem);
	bottom: 0;
	background-color: #23234B;
	border-radius: 50%;
	cursor: pointer;
	transform: 0.3s ease;
	z-index: 99;
}
@media screen and (min-width: 768px) {
	#pagetop {
		transition: opacity 0.3s ease;
	}
	#pagetop:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}
@media screen and (max-width: 1260px) {
	#pagetop {
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	#pagetop {
		width: 5rem;
		height: 5rem;
		right: 2rem;
	}
}
#pagetop::before {
	content: "";
	width: 2rem;
	height: 2rem;
	border-right: 0.4rem solid #ffffff;
	border-top: 0.4rem solid #ffffff;
	position: absolute;
	transform: translateY(0.4rem) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	#pagetop::before {
		width: 1.5rem;
		height: 1.5rem;
		border-width: 0.3rem;
	}
}

/* sec_search
--------------------------------*/
#sec_search {
	padding: 7rem 0;
	background-color: #FAF9F5;
}
@media screen and (max-width: 767px) {
	#sec_search {
		padding: 5rem 0;
	}
}
@media screen and (max-width: 767px) {
	#sec_search .wrap {
		padding: 0 2.5rem;
	}
}
#sec_search .search_ttl {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4545454545;
	margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
	#sec_search .search_ttl {
		margin-bottom: 2.3rem;
	}
}
#sec_search .search_box + .search_box {
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	#sec_search .search_box + .search_box {
		margin-top: 6.2rem;
	}
}
#sec_search .search_box .inner {
	padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
	#sec_search .search_box .inner {
		padding: 0 1.5rem;
	}
}
#sec_search .search_course_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.4rem;
}
@media screen and (max-width: 767px) {
	#sec_search .search_course_list {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}
}
#sec_search .search_course_list li {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
	#sec_search .search_course_list li {
		font-size: 1.7rem;
		line-height: 1.4705882353;
	}
}
#sec_search .search_course_list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.7rem 1rem;
	background-color: #FFFFFF;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	border-radius: 0.4rem;
}
#sec_search .search_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 3rem;
}
@media screen and (max-width: 767px) {
	#sec_search .search_list {
		gap: 2rem 2.6rem;
	}
}
#sec_search .search_list li {
	display: inline-block;
	line-height: 1.875;
}
#sec_search .search_list li a {
	display: inline-block;
	text-decoration: underline;
}
#sec_search .search_occupation .ttl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 0.4rem;
}
#sec_search .search_occupation .search_list {
	gap: 2rem 3.5rem;
}
@media screen and (max-width: 767px) {
	#sec_search .search_occupation .search_list {
		gap: 1.4rem 2.5rem;
	}
}
#sec_search .search_occupation .search_list + .ttl {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_search .search_occupation .search_list + .ttl {
		margin-top: 3.8rem;
	}
}

/* ---------------------------------------
footer
-----------------------------------------*/
#footer {
	position: relative;
	padding: 2.7rem 0 6.5rem;
}
@media screen and (max-width: 767px) {
	#footer {
		text-align: center;
		padding: 2.7rem 0 1.5rem;
	}
}
#footer * {
	color: #000;
}
#footer .wrap {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#footer .wrap {
		display: block;
	}
}
#footer .wrap .logo a {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#footer .wrap .logo a {
		display: block;
	}
}
#footer .wrap .logo img {
	width: 18.4rem;
}
#footer .wrap .logo span {
	display: inline-block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	margin-left: 1em;
}
#footer .wrap .fnavi {
	display: flex;
	align-items: center;
	gap: 0 2.8rem;
}
#footer .wrap .fnavi li {
	font-size: 1.4rem;
}
#footer .wrap .fnavi li a {
	position: relative;
	display: block;
}
#footer .wrap .fnavi li a[target=_blank]::after {
	content: "";
	display: inline-block;
	vertical-align: 0.1rem;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/common/ico_blank.svg) no-repeat 0 0/contain;
	margin-left: 1rem;
}
#footer .wrap .copyright {
	text-align: right;
	font-size: 1.4rem;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	#footer .wrap .copyright {
		font-size: 1.2rem;
		margin-top: 2.4rem;
	}
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */