@charset "UTF-8";
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
:root {
  /*size*/
  --site-width: 1200px;
  --site-width-sm: 830px;
  --site-padding: 0px;
  /*color*/
  --body-color: #333333;
  --dark-color: #000B67;
  --main-color: #004598;
  --light-color: #1E63C2;
  --very-light-color: #94B3D6;
  --border-color: #D9D9D9;
  --gray: #82829D;
  --gray-lt: #EDEBEB;
  --elementary-color: #4B90FF;
  --jrhighschool-color: #F67916;
  --highschool-color: #38C238;
  --red: #E80945;
  --yellow: #FFF351;
  --light-blue-color: #1CA8F4;
  /*font*/
  --font-base: 16px;
  --font-middle: 18px;
  --font-large: 24px;
  --font-small: 14px;
  --font-extra-small: 12px;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-Roboto: "Roboto", sans-serif;
  --font-ZKGN: "Zen Kaku Gothic New", sans-serif;
  --font-en: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  --font-weight-base: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --base-line: 1.7;
  /*z-index*/
  --z-index-modal-close: 100;
  --z-index-modal: 90;
  --z-index-modal-bg: 80;
  --z-index-nav: 70;
  --z-index-header: 60;
  --z-index-page-top: 50;
  --z-index-footer-nav: 40;
  /*height*/
  --height-header: 80px;
}
@media (max-width: 767px) {
  :root {
    /*size*/
    --site-padding: 15px;
  }
}

/*==================================================
reset
==================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

em,
strong,
em *,
strong *,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  color: inherit;
  transition: opacity 0.3s;
}
a.link {
  color: #1CA8F4;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a.link:hover {
    text-decoration: none;
  }
}
a.external {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}
a.external::after {
  background: url(../img/common/ico_window.png) center/100% no-repeat;
  background-size: 100% auto;
  content: "";
  height: 11px;
  width: 14px;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

button {
  background: none;
  border: 0;
  outline: none;
  padding: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (max-width: 767px) {
  html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  textarea,
input[type=email],
input[type=text],
input[type=image],
input[type=password] {
    -webkit-appearance: none;
  }
}
address {
  font-style: normal;
}

body {
  color: var(--body-color);
  font-family: var(--font-jp);
  font-size: var(--font-base);
  font-weight: var(--font-weight-base);
  line-height: var(--base-line);
  overflow-wrap: anywhere;
}

main {
  overflow-x: hidden;
}

.button-wrap {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .button-wrap {
    margin-top: 40px;
  }
}

.button {
  align-items: center;
  display: inline-flex;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  line-height: 1.44;
  position: relative;
  border-radius: 4px;
}
.button--lg {
  font-size: 20px;
  height: 84px;
  width: 100%;
}
@media (max-width: 767px) {
  .button--lg {
    font-size: 16px;
    height: 60px;
  }
}
.button--lg::after {
  height: 20px;
  right: 20px;
  width: 12px;
}
@media (max-width: 767px) {
  .button--lg::after {
    height: 11px;
    width: 7px;
  }
}
.button--green {
  background-color: #109F94;
  letter-spacing: 0.1em;
  color: #fff;
}
.button--blue {
  background-color: #3355A5;
  letter-spacing: 0.1em;
  color: #fff;
}
.button--blue-line {
  border: 1px solid #3355A5;
  background-color: #fff;
  letter-spacing: 0.1em;
  color: #3355A5;
}
.button--orange-line {
  background-color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #FF9212;
}
.button--header-request {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  max-width: 158px;
  min-height: 40px;
}
.button--header-contact {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  max-width: 203px;
  min-height: 40px;
}
.button--spmenu-request {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  max-width: 218px;
  min-height: 40px;
}
.button--spmenu-contact {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  max-width: 218px;
  min-height: 40px;
}
.button--arrow-wh::after {
  content: "";
  width: 5px;
  height: 9px;
  background: url(../img/common/icon_arrow_wh.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.button--arrow-blue::after {
  content: "";
  width: 5px;
  height: 9px;
  background: url(../img/common/icon_arrow_blue.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.button--fv-request {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  max-width: 250px;
  min-height: 80px;
  border-radius: 5px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.16);
  gap: 10px;
}
@media (max-width: 767px) {
  .button--fv-request {
    max-width: auto;
    min-height: 64px;
  }
}
@media (max-width: 767px) {
  .button--fv-request-icon {
    max-width: 19px;
  }
}
.button--fv-contact {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  max-width: 250px;
  min-height: 80px;
  border-radius: 5px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.16);
  gap: 10px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .button--fv-contact {
    gap: 7px;
    max-width: auto;
    min-height: 64px;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .button--fv-contact-icon {
    max-width: 18px;
  }
}
.button--cta-request {
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  height: 161px;
  gap: 45px;
  position: relative;
  border-radius: 0;
}
@media (max-width: 767px) {
  .button--cta-request {
    font-size: 16px;
    height: 76px;
    gap: 11px;
  }
}
.button--cta-request .bubble {
  width: 258px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFDB43;
  border-radius: 30px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: bold;
  color: #3355A5;
  z-index: 2;
}
@media (max-width: 767px) {
  .button--cta-request .bubble {
    width: 154px;
    min-height: 29px;
    font-size: 12px;
  }
}
.button--cta-request .bubble::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #FFDB43;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .button--cta-request .bubble::after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 7px solid #FFDB43;
    bottom: -6px;
  }
}
.button--cta-request .icon {
  max-width: 66px;
}
@media (max-width: 767px) {
  .button--cta-request .icon {
    max-width: 21px;
  }
}
.button--cta-contact {
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  height: 161px;
  gap: 45px;
  position: relative;
  border-radius: 0;
}
@media (max-width: 767px) {
  .button--cta-contact {
    font-size: 16px;
    height: 76px;
    gap: 12px;
    line-height: 1.125;
  }
}
.button--cta-contact .icon {
  max-width: 74px;
}
@media (max-width: 767px) {
  .button--cta-contact .icon {
    max-width: 21px;
  }
}

.footer {
  background-color: #fff;
}
.footer__coontent {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0 50px;
}
@media (max-width: 1199px) {
  .footer__coontent {
    padding: 50px 20px 50px;
  }
}
.footer__row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__row {
    display: block;
  }
}
.footer__row-left {
  width: 50%;
}
@media (max-width: 767px) {
  .footer__row-left {
    width: 100%;
  }
}
.footer__row-right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .footer__row-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
}
.footer__nav {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__nav {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__nav-item {
    margin-top: 25px;
  }
  .footer__nav-item:first-child {
    margin-top: 0;
  }
}
.footer__copy {
  background-color: #001976;
}
.footer__copy-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0 25px;
}
@media (max-width: 767px) {
  .footer__copy-content {
    padding: 25px 20px 20px;
  }
}
.footer__copy-text {
  text-align: center;
  font-size: 10px;
  color: #FFF;
}

body.-noscroll {
  overflow: hidden;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--z-index-header);
  transition: 0.3s;
  background-color: #fff;
}
.header__wrap {
  position: relative;
  z-index: var(--z-index-header);
}
.header__wrap.-show-sp {
  z-index: 99;
}
.header.-show-sp {
  z-index: 99;
}
.header__inner {
  width: 100%;
  max-width: 1200px;
  min-height: 117px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0 20px;
    min-height: 68px;
  }
}
.header__left {
  width: 100%;
  max-width: 350px;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .header__left {
    width: 100%;
    padding-top: 8px;
  }
}
.header__left-text {
  font-size: 12px;
  color: #A7A7A7;
}
@media (max-width: 767px) {
  .header__left-text {
    font-size: 10px;
  }
}
.header__left-box {
  display: flex;
  align-items: flex-end;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .header__left-box {
    margin-top: 1px;
  }
}
.header__right {
  width: calc(100% - 360px);
}
@media (max-width: 767px) {
  .header__right {
    display: none;
  }
}
.header__logo {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 100%;
    max-width: 159px;
  }
}
.header__fc-recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #001976;
  border-radius: 34px;
  font-size: 14px;
  font-weight: bold;
  color: #001976;
  line-height: 1;
}
@media (max-width: 767px) {
  .header__fc-recruit {
    width: 83px;
    height: 25px;
    border-radius: 25px;
    font-size: 12px;
  }
}
.header__link-box {
  margin-top: 18px;
}
.header__link-lists {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.header__link-request {
  width: 158px;
}
.header__link-contact {
  width: 203px;
}
.header__tel {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.header__tel-icon {
  width: 24px;
}
.header__tel-text {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.header__navi-box {
  margin-top: 10px;
}
.header__navi-lists {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1079px) {
  .header__navi-lists {
    gap: 15px;
    font-size: 14px;
  }
}

.sp__btn {
  width: 32px;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.sp__btn span, .sp__btn::before, .sp__btn::after {
  position: absolute;
  left: 0px;
  width: 32px;
  height: 1px;
  background-color: #41AFEE;
  transition: all 0.3s;
}
.sp__btn::before {
  content: "";
  top: 0px;
}
.sp__btn span {
  content: "";
  top: 9px;
}
.sp__btn::after {
  content: "";
  bottom: 0px;
}
.sp__btn.-show-sp::before {
  transform: translateY(10px) rotate(45deg);
}
.sp__btn.-show-sp span {
  opacity: 0;
}
.sp__btn.-show-sp::after {
  transform: translateY(-10px) rotate(-45deg);
}
.sp__btn-menu {
  width: 32px;
  height: 20px;
  position: fixed;
  top: 34px;
  right: 20px;
  z-index: 102;
}
@media (min-width: 768px) {
  .sp__btn-menu {
    display: none;
  }
}

.sp__menu-bg {
  opacity: 1;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  display: none;
}
@media (min-width: 768px) {
  .sp__menu-bg {
    display: none;
  }
}
.sp__menu-bg.-show-sp {
  display: block;
}

.sp__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 285px;
  height: 100dvh;
  z-index: 101;
  display: none;
  box-sizing: border-box;
  background-color: #fff;
}
.sp__menu.-show-sp {
  display: block;
}
.sp__menu-inner {
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 65px 0 48px;
}
.sp__menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 19px 10px 19px 10px;
  font-size: 16px;
  color: #333333;
}
.sp__menu-button-nav {
  margin: 25px 15px 0;
}
.sp__menu-button-nav li {
  margin-top: 10px;
  text-align: center;
}
.sp__menu-button-nav li:first-child {
  margin-top: 0;
}
.sp__menu-button-tel {
  display: block;
  width: 100%;
  max-width: 230px;
  text-align: center;
}
.sp__menu-button-tel-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  line-height: 1;
}
.sp__menu-button-tel-icon {
  padding-top: 3px;
}
.sp__menu-button-tel-text {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.sp__menu-button-tel-info {
  margin-top: 5px;
  display: block;
  text-align: center;
  font-size: 14px;
}

/* 調整 */
.u-color-blue {
  color: #42AFEF;
}

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

.u-fw-black {
  font-weight: 900 !important;
}

.u-fs-sm {
  font-size: var(--font-small);
}

.u-fs-ml {
  font-size: 20px;
}

.u-marker-white {
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}

.u-text-center {
  text-align: center;
}

.u-margin-top0 {
  margin-top: 0px;
}

.u-margin-top5 {
  margin-top: 5px;
}

.u-margin-top10 {
  margin-top: 10px;
}

.u-margin-top15 {
  margin-top: 15px;
}

.u-margin-top20 {
  margin-top: 20px;
}

.u-margin-top25 {
  margin-top: 25px;
}

.u-margin-top30 {
  margin-top: 30px;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-link-external {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: 1px solid #707070;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 3px 22px 4px 12px;
  min-width: 140px;
  min-height: 35px;
}
.u-link-external::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

[data-animation=fade-up] {
  opacity: 0;
  transform: translateY(30%) scale(1.5, 0.5);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 2.05, 0.59, 1.01);
}
.u-animation.is-show [data-animation=fade-up] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-animation=fade-down] {
  opacity: 0;
  transform: translateY(-30%) scale(1.5, 0.5);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 2.05, 0.59, 1.01);
}
.u-animation.is-show [data-animation=fade-down] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-animation-delay=lv1] {
  transition-delay: 0.3s;
}

[data-animation-delay=lv2] {
  transition-delay: 0.6s;
}

.u-container {
  margin: 0 auto;
  max-width: var(--site-width);
  padding-inline: var(--site-padding);
  width: 100%;
}
@media (max-width: 1365px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.u-container--sm {
  max-width: var(--site-width-sm);
}

.u-list li {
  line-height: 1.6;
  padding-left: 15px;
  position: relative;
}
.u-list li + li {
  margin-top: 4px;
}
.u-list li::before {
  background-color: var(--light-color);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 5px;
}

.u-fs-sm {
  font-size: var(--font-small);
}

.u-fw-medium {
  font-weight: var(--font-weight-medium) !important;
}
.u-fw-bold {
  font-weight: var(--font-weight-bold) !important;
}
.u-fw-black {
  font-weight: var(--font-weight-black) !important;
}

.u-color-red {
  color: var(--red);
}
.u-color-dark {
  color: var(--dark-color);
}
.u-color-light-blue {
  color: var(--light-blue-color);
}

.u-marker-yellow {
  background-image: linear-gradient(transparent 75%, var(--yellow) 75%);
}

.u-text-center {
  text-align: center;
}

.u-margin-top0 {
  margin-top: 0px;
}
.u-margin-top5 {
  margin-top: 5px;
}
.u-margin-top10 {
  margin-top: 10px;
}
.u-margin-top15 {
  margin-top: 15px;
}
.u-margin-top20 {
  margin-top: 20px;
}
.u-margin-top25 {
  margin-top: 25px;
}
.u-margin-top30 {
  margin-top: 30px;
}