@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #333333;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #333 !important;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en_txt {
  font-family: "Josefin Sans", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.titleArea {
  position: relative;
}
.titleArea .title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .titleArea .title {
    font-size: 5.3333333333vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #000000, transparent);
  width: 100%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 0 0 10px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 32vw;
  }
}
.header__tel {
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.header__tel .text {
  font-size: 12px;
  display: block;
  color: #fff;
  font-weight: 500;
}
.header__tel .number {
  font-size: 29px;
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 4px 0;
}
.header__tel .time {
  font-size: 15px;
  color: #fff;
  display: block;
}
.header__tel .time span {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 1px 6px;
}
.header__right {
  gap: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__right {
    display: none;
  }
}
.header__contact {
  background: #0c3797;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 120px;
  height: 120px;
  text-align: center;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.header__nav {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  gap: 40px;
  display: flex;
  justify-content: center;
}
.header__nav a {
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
}
.header.is_active .header__inner {
  display: none;
}
.header.is_active .header__nav {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .header__telSp {
    display: flex;
    align-items: center;
    gap: 0;
    padding-right: 50px;
  }
}
.header__telSp a {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__telSp .tel {
  background: #cad8f7;
  border-bottom-left-radius: 10px;
}
.header__telSp .mail {
  background: #0c3797;
  font-size: 6px;
  color: #fff;
  text-align: center;
}
.header__telSp .mail img {
  margin-bottom: 3px;
}

.header__btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    gap: 6px;
  }
}
.header__btns .border {
  transition: all 0.3s ease;
  width: 100%;
  height: 1px;
  background: #0c3797;
}

.header__btns.is-active .border:nth-child(1) {
  transform: rotate(45deg) translate(3px, 4px);
}

.header__btns.is-active .border:nth-child(2) {
  opacity: 0;
}

.header__btns.is-active .border:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

/* メニュー初期状態 */
.hamburger__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e224f;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    display: block;
  }
}
.hamburger__menu ul {
  padding: 40px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 32px;
}
.hamburger__menu ul a {
  font-size: 15px;
  color: #fff;
}
.hamburger__menu .contact__mail {
  margin-top: 15px;
}

/* 開いた状態 */
.hamburger__menu.is-open {
  opacity: 1;
  z-index: 999;
}

body.no-scroll {
  overflow: hidden;
}

.footer {
  background: url(../img/footer-bg.png) no-repeat;
  background-position: top;
  background-size: cover;
  box-sizing: border-box;
  padding: 80px 40px 30px;
  position: relative;
  margin-top: -80px;
}
.footer::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 51%;
  width: 80px;
  display: block;
  height: 80px;
  transform: translateX(-50%);
  background: url(../img/footer-logo.png) no-repeat;
  background-size: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 16vw 8vw 5.3333333333vw;
  }
}
.footer__inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__main {
  margin-bottom: 20px;
}
.footer__logo {
  display: inline-block;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 25px;
  }
}
.footer__company {
  color: #fff;
  font-weight: 500;
}
.footer__company span {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .footer__company span {
    font-size: 13px;
  }
}
.footer__company a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer__company a {
    font-size: 11px;
    margin-left: 14px;
  }
}
.footer__company .address {
  font-size: 13px;
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__company .address {
    font-size: 10px;
  }
}
.footer__company .tel {
  margin-top: 20px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer__company .tel {
    font-size: 13px;
    margin-top: 14px;
  }
}
.footer__company .tel span {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
  padding: 2px 4px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer__company .tel span {
    font-size: 10px;
  }
}
.footer__copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 80px;
}
.footer__nav {
  display: flex;
  gap: 120px;
}
.footer__nav ul {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    width: 100%;
    gap: 30px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    margin-top: 13.3333333333vw;
  }
}
.footer__nav li {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer__nav li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav li {
    margin-bottom: 0;
  }
}
.footer__nav a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer__nav a {
    font-size: 13px;
  }
}

.floating {
  position: fixed;
  bottom: 144px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .floating {
    bottom: 85px;
    right: 15px;
    transform: scale(0.8);
  }
}

.floating {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating.hide {
  opacity: 0;
  visibility: hidden;
}

.fixed {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fixed.hide {
  opacity: 0;
  visibility: hidden;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #0e224f;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fixed {
    background: #fff;
    padding: 10px 6px;
  }
}
.fixed .contact__box {
  align-items: center;
  justify-content: center;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .fixed .contact__box {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
}
.fixed .contact__tel::after {
  display: none;
}
.fixed .contact__tel {
  padding: 0;
  width: auto;
}
.fixed .contact__tel .number {
  margin-top: 0;
}
.fixed .contact__tel .time {
  text-align: left;
  padding-left: 40px;
  font-size: 21px;
}
.fixed .contact__tel .time span {
  font-size: 17px;
}
.fixed .contact__mail {
  padding: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .fixed .contact__mail a {
    line-height: 1;
    height: auto;
    background: none;
  }
}

.fv {
  background: url(../img/fv-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 0 40px;
  position: relative;
  height: 100vh;
}
.fv::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 80px;
  display: block;
  height: 80px;
  transform: translateX(-50%);
  background: url(../img/footer-logo.png) no-repeat;
  background-size: 80px;
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    background-image: url(../img/fv-bg-sp.png);
    background-repeat: no-repeat;
    height: 70vh;
    padding: 0 5.3333333333vw;
    padding-top: 16vw;
  }
}
.fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fv__title {
  font-size: 54px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .fv__title {
    margin-bottom: 5.3333333333vw;
    line-height: 1.5;
    font-size: 6.9333333333vw;
  }
}
.fv__text {
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 3.2vw;
  }
}

.issue {
  padding: 80px 40px 60px;
  background: url(../img/trouble-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .issue {
    padding: 32vw 4vw 12vw;
  }
}
.issue__inner {
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .issue .title {
    font-size: 4vw;
  }
}
.issue__lists {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin: 20px auto 50px;
}
.issue__list {
  padding: 20px 20px 20px 80px;
  background: #fff;
  background-image: url(../img/icon_check.png);
  background-repeat: no-repeat;
  background-position: 4%;
  background-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .issue__list {
    padding-left: 50px;
  }
}
.issue__list--text {
  font-size: 21px;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .issue__list--text {
    font-size: 3.4666666667vw;
  }
}

.cta__text {
  text-align: center;
  line-height: 1.7;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 4.2666666667vw;
  }
}
.cta__btn {
  background: #0c3797;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  background-image: url(../img/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 7%;
  background-size: 23px;
  width: 460px;
  max-width: 100%;
  display: block;
  border-radius: 40px;
  margin: 0 auto;
  padding: 30px 0;
  transition: 0.3s ease;
  border: 2px solid #0c3797;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    font-size: 4.2666666667vw;
  }
}
.cta__btn:hover {
  background: #fff;
  color: #0c3797;
  background-image: url(../img/icon_mail_bl.png);
  background-repeat: no-repeat;
  background-position: 7%;
  background-size: 23px;
}

.visa {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .visa {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.visa__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.visa__btn {
  display: block;
  width: 100%;
  background: #0c3797;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-image: url(../img/icon_arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 23px;
  padding: 50px 0;
  transition: 0.3s ease;
  border: 2px solid #0c3797;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .visa__btn {
    font-size: 4.2666666667vw;
    padding: 30px 20px;
    background-size: 18px;
  }
}
.visa__btn:hover {
  background: #fff;
  color: #0c3797;
  background-image: url(../img/icon_arrow_bottom_bl.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 23px;
}
.visa__btn.is_active {
  background-image: url(../img/icon_arrow_top.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 23px;
}
.visa__btn.is_active:hover {
  background: #fff;
  color: #0c3797;
  background-image: url(../img/icon_arrow_top_bl.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 23px;
}
.visa__contents {
  display: none;
}
.visa__contents.is_show {
  display: block;
}
.visa__box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .visa__box {
    margin-top: 8vw;
  }
}
.visa__item {
  width: 33.3333333333%;
  border: 1px solid #2e394c;
}
@media screen and (max-width: 768px) {
  .visa__item {
    width: 50%;
  }
}
.visa__item h3 {
  text-align: center;
  color: #fff;
  background: #0c3797;
  padding: 10px 0;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .visa__item h3 {
    font-size: 4.2666666667vw;
  }
}
.visa__item p {
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background: #fff;
  font-size: 17px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .visa__item p {
    font-size: 2.9333333333vw;
    padding: 20px 10px;
    height: 70px;
  }
}

.nepal {
  padding: 80px 40px 100px;
}
@media screen and (max-width: 768px) {
  .nepal {
    padding: 8vw 5.3333333333vw 21.3333333333vw;
  }
}
.nepal__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.nepal__lists {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .nepal__lists {
    display: block;
  }
}
.nepal__list {
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nepal__list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.nepal__list--icon {
  width: 205px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 16px;
}
.nepal__list--title {
  margin-bottom: 15px;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .nepal__list--title {
    margin: 20px 0;
  }
}
.nepal__list--text {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.feature {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.feature__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.feature__lists {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .feature__lists {
    margin: 8vw auto 0;
    gap: 32px;
    width: 90%;
  }
}
.feature__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1320px) {
  .feature__list {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .feature__list {
    flex-direction: column;
  }
}
.feature__list--img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .feature__list--img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.feature__list--img img {
  width: 100%;
  border-radius: 10px;
}
.feature__list--contents {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .feature__list--contents {
    width: 100%;
  }
}
.feature__list--num {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 12px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  background: #0c3797;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .feature__list--num {
    font-size: 2.9333333333vw;
    padding: 4px 10px;
  }
}
.feature__list--title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .feature__list--title {
    font-size: 4.5333333333vw;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.feature__list--text {
  font-size: 17px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .feature__list--text {
    font-size: 3.2vw;
  }
}

.commitment {
  background: #f3f7ff;
  padding: 90px 40px 100px;
}
@media screen and (max-width: 768px) {
  .commitment {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.commitment__text {
  margin: 10px auto 40px;
  text-align: center;
  line-height: 1.7;
}
.commitment__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.commitment__box {
  display: grid;
  gap: 70px 90px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .commitment__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 90px;
  }
}
.commitment__item--img {
  margin-bottom: 25px;
}
.commitment__item--title {
  font-size: 21px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .commitment__item--title {
    font-size: 4.2666666667vw;
  }
}
.commitment__item--text {
  font-size: 17px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .commitment__item--text {
    font-size: 3.7333333333vw;
  }
}

.education {
  padding: 100px 40px 70px;
}
@media screen and (max-width: 768px) {
  .education {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.education__text {
  margin: 10px auto 40px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .education__text {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
.education__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.education__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .education__item {
    display: block;
  }
}
.education__item--img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .education__item--img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.education__item--contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .education__item--contents {
    width: 100%;
  }
}
.education__item--title span {
  display: block;
  color: #fff;
  background: #0c3797;
  font-weight: bold;
  font-size: 19px;
  padding: 5px;
  border-radius: 6px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.education__item--title p {
  line-height: 1.7;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .education__item--title p {
    font-size: 4.2666666667vw;
  }
}
.education__item--text {
  margin-top: 25px;
}
.education__item--text span {
  display: block;
  color: #0c3797;
  background: #fff;
  border: 1px solid #0c3797;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  border-radius: 6px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.education__item--text p {
  line-height: 1.7;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .education__item--text p {
    font-size: 3.7333333333vw;
  }
}
.education__item + .education__item {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .education__item + .education__item {
    margin-top: 10.6666666667vw;
  }
}

.teacher {
  padding: 70px 40px 100px;
}
@media screen and (max-width: 768px) {
  .teacher {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.teacher__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.teacher__item {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .teacher__item {
    margin-top: 8vw;
    display: block;
  }
}
.teacher__item + .teacher__item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .teacher__item + .teacher__item {
    margin-top: 8vw;
  }
}
.teacher__item--img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .teacher__item--img {
    width: 75%;
    margin: 0 auto 30px;
  }
}
.teacher__item--contents {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .teacher__item--contents {
    width: 100%;
  }
}
.teacher__item--contents ul {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .teacher__item--contents ul {
    display: block;
  }
}
.teacher__item--contents ul li {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .teacher__item--contents ul li {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.teacher__item--contents p {
  line-height: 1.7;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .teacher__item--contents p {
    font-size: 3.7333333333vw;
  }
}
.teacher__item--contents ul li {
  font-size: 17px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .teacher__item--contents ul li {
    font-size: 3.7333333333vw;
  }
}
.teacher__item--position {
  font-size: 13px;
  margin-bottom: 10px;
}
.teacher__item--name {
  font-size: 21px;
  margin-bottom: 20px;
}
.teacher__item .ttl {
  display: block;
  color: #0c3797;
  background: #eeeeee;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  border-radius: 6px;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.img img {
  width: 100%;
}

.employment {
  padding: 85px 40px 100px;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .employment {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.employment__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.employment__text {
  margin: 10px auto 40px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .employment__text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.employment__text span {
  font-weight: bold;
}
.employment__lists {
  display: grid;
  gap: 50px 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .employment__lists {
    gap: 50px 40px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }
}
.employment__list {
  display: flex;
  justify-content: space-between;
}
.employment__list--icon {
  width: 25%;
}
.employment__list--contents {
  width: 70%;
}
.employment__list--contents h3 {
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .employment__list--contents h3 {
    font-size: 4.8vw;
  }
}
.employment__list--contents p {
  line-height: 1.7;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .employment__list--contents p {
    font-size: 3.7333333333vw;
  }
}

.step {
  padding: 100px 40px 80px;
}
@media screen and (max-width: 768px) {
  .step {
    padding: 13.3333333333vw 0vw;
  }
}
.step__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.step__img {
  margin-top: 25px;
  width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .step__img {
    overflow-x: auto;
    padding: 0 20px 20px;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
  .step__img::-webkit-scrollbar {
    display: none;
  }
}
.step__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .step__img img {
    width: 600px;
    max-width: unset;
  }
}

.voice {
  padding: 85px 40px;
  background: #fffbf1;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.voice__inner {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice .subTitle img {
    transform: scale(0.8);
  }
}
.voice__lists {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .voice__lists {
    margin: 0 auto;
    margin-top: 10.6666666667vw;
    gap: 32px;
  }
}
.voice__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1320px) {
  .voice__list {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .voice__list {
    flex-direction: column;
  }
}
.voice__list--img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .voice__list--img {
    width: 75%;
    margin: 0 auto 15px;
  }
}
.voice__list--img img {
  width: 100%;
}
.voice__list--contents {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .voice__list--contents {
    width: 100%;
  }
}
.voice__list--detail {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px 15px;
  color: #0e224f;
  font-size: 13px;
  background: #ede7d9;
}
@media screen and (max-width: 768px) {
  .voice__list--detail {
    font-size: 2.6666666667vw;
    padding: 4px 10px;
    margin-bottom: 10px;
  }
}
.voice__list--title {
  font-size: 25px;
  font-weight: bold;
  color: #0e224f;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .voice__list--title {
    font-size: 4.2666666667vw;
    margin-bottom: 10px;
  }
}
.voice__list--text {
  font-size: 17px;
  color: #0e224f;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .voice__list--text {
    font-size: 3.2vw;
  }
}

.flow {
  padding: 100px 40px;
  background: #f3f7ff;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.flow__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.flow__lists {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    flex-wrap: wrap;
  }
}
.flow__list {
  width: 15%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__list {
    width: 45%;
  }
}
.flow__list::after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 30%;
  background: url(../img/icon_arrow_right.png) no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  .flow__list::after {
    right: -20px;
  }
}
.flow__list:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__list:nth-of-type(even)::after {
    display: none;
  }
}
.flow__list--icon {
  text-align: center;
  margin-bottom: 15px;
}
.flow__list--title {
  font-size: 17px;
  color: #0c3797;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .flow__list--title {
    font-size: 15px;
  }
}
.flow__list--text {
  font-size: 15px;
  line-height: 1.7;
  color: #0e224f;
}
@media screen and (max-width: 768px) {
  .flow__list--text {
    font-size: 11px;
  }
}
.flow__point {
  margin-top: 35px;
  border: 1px solid #0c3797;
  background: #fff;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flow__point {
    display: block;
  }
}
.flow__point--title {
  background: #0c3797;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 21px;
  position: relative;
}
.flow__point--title::after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  right: -30px;
  display: block;
  background: #0c3797;
  transform: skewX(-20deg);
}
@media screen and (max-width: 768px) {
  .flow__point--title::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow__point--title {
    justify-content: center;
    padding: 20px;
  }
  .flow__point--title img {
    transform: rotate(90deg);
    width: 30px;
  }
}
.flow__point--text {
  padding: 25px;
  padding-left: 70px;
  font-size: 19px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__point--text {
    padding: 20px;
    font-size: 4.2666666667vw;
  }
}

.instructor {
  padding: 100px 40px;
  background: url(../img/instructor-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .instructor {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.instructor__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.instructor__box {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .instructor__box {
    margin-top: 10.6666666667vw;
    flex-direction: column;
  }
}
.instructor__img {
  width: 33%;
}
.instructor__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .instructor__img {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.instructor__contents {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .instructor__contents {
    width: 100%;
  }
}
.instructor__contents p {
  font-size: 17px;
  line-height: 1.7;
  color: #0e224f;
}
@media screen and (max-width: 768px) {
  .instructor__contents p {
    font-size: 3.2vw;
  }
}
.instructor__contents p span {
  background: linear-gradient(transparent 60%, #ffe400 40%);
}
.instructor__contents p span span {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .instructor__contents p span span {
    font-size: 4.5333333333vw;
  }
}

.about {
  padding: 100px 40px 120px;
  background: url(../img/about-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 5.3333333333vw 16vw;
  }
}
.about__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.about .title {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about .title {
    margin-bottom: 5.3333333333vw;
  }
}
.about__text {
  font-size: 19px;
  color: #fff;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 3.4666666667vw;
  }
}

.faq {
  padding: 120px 40px 200px;
  background: #f3f7ff;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 16vw 5.3333333333vw 40vw;
  }
}
.faq__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.faq .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .faq .title {
    margin-bottom: 8vw;
  }
}
.faq__item {
  margin-bottom: 14px;
  background: #fff;
}
.faq__item--title {
  padding: 18px 50px 18px 25px;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 30px;
  background: url(../img/icon_plus.png) no-repeat;
  background-size: 30px;
  background-position: 97%;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    background-size: 16px;
    gap: 10px;
    background-position: 95%;
    padding: 14px 40px 14px 20px;
  }
}
.faq__item--title.is_active {
  background: url(../img/icon_minus.png) no-repeat;
  background-position: 97%;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .faq__item--title.is_active {
    background-position: 95%;
    background-size: 16px;
  }
}
.faq__item--title span {
  font-size: 21px;
  background: #5475c0;
  border-radius: 50%;
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .faq__item--title span {
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}
.faq__item--title p {
  font-size: 21px;
  line-height: 1.5;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    width: 80%;
    font-size: 3.4666666667vw;
  }
}
.faq__item--text {
  padding: 0 25px;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .faq__item--text {
    padding: 0 20px;
    gap: 10px;
    align-items: flex-start;
  }
}
.faq__item--text span {
  font-size: 21px;
  background: #fff;
  border: 1px solid #5475c0;
  border-radius: 50%;
  color: #5475c0;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .faq__item--text span {
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    transform: translateY(20px);
  }
}
.faq__item--text p {
  font-size: 19px;
  line-height: 1.7;
  color: #000;
  padding: 80px 0;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .faq__item--text p {
    width: 80%;
  padding: 20px 0;
    font-size: 13px;
  }
}

.contact {
  padding: 150px 0 200px;
  background: url(../img/contact-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    background: url(../img/contact-bg-sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 13.3333333333vw 0vw;
  }
}
.contact__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.contact .title {
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact .title {
    margin-bottom: 30px;
  }
}
.contact__box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact__box {
    flex-direction: column;
    gap: 15px;
  }
}
.contact__mail {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #0c3797;
  border-radius: 100px;
  line-height: 1;
  background-image: url(../img/icon_mail_bl.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contact__mail {
    width: 100%;
    padding: 20px 0;
  }
}
.contact__tel {
  position: relative;
  width: 40%;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .contact__tel {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact__tel {
    width: 100%;
    padding: 0;
  }
}
.contact__tel a {
  margin-top: 15px;
}
.contact__tel a img {
  width: 100%;
}
.contact__tel .text {
  font-size: 17px;
  display: block;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__tel .text {
    font-size: 13px;
  }
}
.contact__tel .number {
  font-size: 44px;
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 8px 0;
}
@media screen and (max-width: 1320px) {
  .contact__tel .number {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contact__tel .number {
    display: none;
  }
}
.contact__tel .number img {
  margin-right: 8px;
}
.contact__tel .time {
  font-size: 17px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact__tel .time {
    display: none;
  }
}
.contact__tel .time span {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 1px 6px;
  background: #fff;
  color: #0c3797;
}
.contact__icon {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__icon {
    margin-top: 30px;
  }
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(50px);
  /* 下に少しずらす */
  transition: opacity 1s ease, transform 1s ease;
  /* アニメーションの設定 */
}

.fade-in.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */