/* -----------------------------------------------
= reset
----------------------------------------------- */
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
figure, figcaption {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}
ol, ul {
	list-style-type: "";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
a {
	color: inherit;
	text-decoration: none;
}
a img {
	border: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
	box-sizing: border-box;
}
button,
textarea {
	margin: 0;
	padding: 0;
	color: inherit;
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
}
button {
	cursor: pointer;
}
input {
	border: none;
	border-radius: 0;
	font: inherit;
}
select {
	font: inherit;
}
iframe {
	border: none;
}
/* -----------------------------------------------
= variable
----------------------------------------------- */
:root {
	--en: "Josefin Sans", sans-serif;
}
/* -----------------------------------------------
= base
----------------------------------------------- */
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
.is-pc {
	display: none;
}
@media print, screen and (min-width: 768px) {/* PC */
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
}/* @media */
/* -----------------------------------------------
= entry
----------------------------------------------- */
.entry {
	margin-bottom: 60px;
	text-align: center;
}
.entry a {
	display: inline-block;
	padding: 25px 70px 20px;
	color: #fff;
	background: linear-gradient(45deg,#123F7D 40%,#2AA4D7);
	font-family: var(--en);
	font-size: calc(3.8rem / 1.6);
	font-weight: 700;
	letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {/* PC */
.entry {
	margin-bottom: 100px;
}
.entry a {
	padding-inline: 150px;
	font-size: calc(4rem / 1.6);
}
}/* @media */
@media (hover:hover) {
.entry a:hover {
	background: linear-gradient(-45deg,#123F7D 40%,#2AA4D7);
}
}/* @media */
/* -----------------------------------------------
= header
----------------------------------------------- */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 10px;
}
.header .logo img {
	width: 132px;
}
.header .logo p {
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	letter-spacing: .05em;
}
.header .entry {
	margin-bottom: 0;
}
.header .entry a {
	padding: 10px 33px;
	font-size: calc(1.8rem / 1.6);
	letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {/* PC */
.header {
	padding: 18px 20px;
}
.header .logo {
	display: flex;
	align-items: center;
	gap: 0 45px;
}
.header .logo p {
	font-size: calc(1.6rem / 1.6);
}
.header .entry a {
	padding: 12px 50px;
	font-size: calc(2rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro .set {
	position: relative;
	padding: 10px;
	color: #fff;
}
.intro .set::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 186px;
	height: 248px;
	background: url(../img/bg_intro.svg) no-repeat 50% / cover;
}
.intro .set h1 {
	position: absolute;
	top: 37px;
	left: 8px;
	z-index: 1;
	width: 130px;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	text-align: right;
	line-height: 1.5;
}
.intro .set h1 span {
	display: block;
	white-space: nowrap;
}
.intro .set h1 span:nth-child(2) {
	margin-right: 1em;
}
.intro .set p {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: var(--en);
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	text-align: right;
	line-height: 1.5;
}
.intro .set p span {
	font-size: calc(2.8rem / 1.6);
}
.intro .set img {
	height: 240px;
	object-fit: cover;
	object-position: 90% 0;
}
.intro h2 {
	margin: 20px 20px 40px;
	color: #003B80;
	font-size: calc(2rem / 1.6);
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.5;
}
.intro .text {
	margin: 0 20px 1.5em;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
}
.intro .text strong {
	font-size: calc(1.8rem / 1.6);
}
@media print, screen and (min-width: 768px) {/* PC */
.intro {
	margin-bottom: 150px;
}
.intro .set {
	padding: 20px 20px 0;
}
.intro .set::before,
.intro .set::after {
	width: 429px;
	height: 574px;
}
.intro .set h1 {
	top: 95px;
	left: 30px;
	width: 290px;
	font-size: calc(3.6rem / 1.6);
	letter-spacing: .08em;
}
.intro .set p {
	right: 40px;
	bottom: 30px;
	font-size: calc(2.8rem / 1.6);
	line-height: calc(36 / 28);
}
.intro .set p span {
	font-size: calc(4rem / 1.6);
}
.intro .set img {
	height: auto;
	max-height: 614px;
	object-position: 90% 50%;
}
.intro .inner {
	position: relative;
	display: table;
	margin: 90px auto 0;
	padding-inline: 20px;
}
.intro h2 {
	margin: 0 0 50px;
	font-size: calc(3.6rem / 1.6);
	line-height: calc(52 / 36);
}
.intro .text {
	margin: 0 0 1.5em;
	font-size: calc(2.2rem / 1.6);
	line-height: calc(40 / 22);
}
.intro .text strong {
	font-size: calc(3rem / 1.6);
	font-weight: 700;
}
}/* @media */
/* -----------------------------------------------
= title
----------------------------------------------- */
.title {
	margin-bottom: 20px;
	padding: 5px;
	color: #fff;
	background: linear-gradient(90deg,#0060ff,#69daff);
	font-size: calc(2rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {/* PC */
.title {
	margin-bottom: 20px;
	padding: 8px;
	font-size: calc(2.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= attention
----------------------------------------------- */
.attention {
	padding: 0 20px 40px;
}
.attention p {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
	text-align: center;
	letter-spacing: .06em;
}
@media print, screen and (min-width: 768px) {/* PC */
.attention {
	max-width: 1000px;
	margin-inline: auto;
	padding-bottom: 70px;
}
}/* @media */
/* -----------------------------------------------
= recruit
----------------------------------------------- */
.recruit {
	padding: 0 20px 40px;
}
.recruit table {
	display: block;
}
.recruit th,
.recruit td {
	display: block;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.recruit th {
	padding-top: 20px;
	font-weight: 700;
}
.recruit tr:first-child th {
	padding-top: 0;
}
.recruit td {
	padding-bottom: 20px;
	border-bottom: 1px solid #AAD7FF;
}
.recruit .btn {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	padding: 12px 40px 12px 12px;
	color: #fff;
	background: #00B5EB;
	border: 1px solid #00B5EB;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.recruit .btn::before,
.recruit .btn::after {
	content: "";
	position: absolute;
	right: 10px;
	background: #fff;
}
.recruit .btn::before {
	top: 50%;
	width: 20px;
	height: 1px;
}
.recruit .btn::after {
	top: calc(50% - 3px);
	width: 6px;
	height: 7px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.recruit .more {
	color: #f00;
}
.recruit .more a {
	text-decoration: underline;
}
@media print, screen and (min-width: 768px) {/* PC */
.recruit {
	max-width: 1000px;
	margin-inline: auto;
	padding-bottom: 70px;
}
.recruit table {
	display: table;
	width: 100%;
}
.recruit th,
.recruit td {
	display: table-cell;
	padding: 16px 0;
	border-bottom: 1px solid #AAD7FF;
	letter-spacing: .06em;
	vertical-align: top;
}
.recruit th {
	padding-right: 30px;
	white-space: nowrap;
}
.recruit tr:first-child th {
	padding-top: 16px;
}
.recruit .btn {
	margin-top: 10px;
	padding: 12px 90px 12px 15px;
	font-size: calc(1.6rem / 1.6);
}
.recruit .btn::before,
.recruit .btn::after {
	right: 10px;
}
.recruit .btn::before {
	width: 54px;
}
.recruit .btn::after {
	top: calc(50% - 4px);
	width: 8px;
	height: 10px;
}
}/* @media */
@media (hover:hover) {
.recruit .more a:hover {
	text-decoration: none;
}
.recruit .btn:hover {
	color: #00B5EB;
	background: #fff;
}
.recruit .btn:hover::before,
.recruit .btn:hover::after {
	background: #00B5EB;
}
}/* @media */
/* -----------------------------------------------
= course
----------------------------------------------- */
.course {
	padding: 0 20px 60px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.course p {
	margin-bottom: 20px;
}
.course th,
.course td {
	padding: 20px 15px;
	border: 1px solid #AAD7FF;
	letter-spacing: 0;
	vertical-align: top;
}
.course thead th {
	padding: 10px;
	color: #2C5D95;
	background: #EBF0F0;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.course tbody th {
	width: 40%;
}
@media print, screen and (min-width: 768px) {/* PC */
.course {
	max-width: 1000px;
	margin-inline: auto;
	padding-bottom: 100px;
	letter-spacing: .06em;
}
.course th,
.course td {
	padding: 15px;
	vertical-align: middle;
}
.course thead th {
	padding: 5px;
}
.course tbody th {
	width: 30%;
	padding-left: 35px;
}
}/* @media */
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer {
	padding: 35px 10px;
	color: #fff;
	background: #0869FF;
}
.footer ul {
	display: flex;
	justify-content: center;
	gap: 0 20px;
	margin-bottom: 35px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
}
.footer a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	background: url(../img/icon_external.svg) no-repeat 50% / cover;
}
.footer .copyright {
	font-size: calc(1.4rem / 1.6);
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.footer {
	display: flex;
	justify-content: space-between;
	padding: 30px 60px;
}
.footer ul {
	gap: 0 40px;
	margin-bottom: 0;
}
.footer .copyright {
	text-align: right;
}
}/* @media */
@media (hover:hover) {
.footer a:hover {
	text-decoration: underline;
}
}/* @media */
