@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: #333;
  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 .subTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .titleArea .subTitle img {
    transform: scale(0.6);
  }
}
.titleArea .title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 29px;
  color: #0e224f;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .titleArea .title {
    font-size: 4.2666666667vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #0e224f, transparent);
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px;
  }
}
.header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 21.3333333333vw;
  }
}
.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: 26px;
  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-image: url(../img/icon_mail.webp);
  background-repeat: no-repeat;
  background-position: 10%;
  background-size: 17px;
  background-color: #ffe400;
  font-size: 15px;
  font-weight: bold;
  color: #0e224f;
  width: 220px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  border-radius: 27.5px;
}
.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: 18px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__nav a {
    font-size: 16px;
  }
}
.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: 8px;
    padding-right: 60px;
  }
}
.header__telSp a {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.header__telSp .tel {
  background: #cad8f7;
}
.header__telSp .mail {
  background: #ffe400;
}

.header__btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    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: 3px;
  background: #0e224f;
}

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

.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: #fffbf1;
  box-sizing: border-box;
  padding: 80px 40px 30px;
}
@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: #0e2450;
  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: #0e2450;
  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;
}
@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 #0e2450;
}
@media screen and (max-width: 768px) {
  .footer__company .tel span {
    font-size: 10px;
  }
}
.footer__copy {
  text-align: center;
  font-size: 12px;
  color: #0e2450;
  margin-top: 80px;
}
.footer__nav {
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    margin-top: 13.3333333333vw;
  }
  .footer__nav ul {
    width: 50%;
  }
}
.footer__nav li {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer__nav li {
    margin-bottom: 35px;
  }
}
.footer__nav a {
  font-size: 15px;
  color: #0e2450;
  font-weight: 500;
}
@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.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 40px;
  padding-top: 250px;
  padding-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    background: #0e224f;
    background-image: url(../img/fv-bg-sp.webp);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: top 25% right;
    padding: 0 5.3333333333vw;
    padding-top: 53.3333333333vw;
    padding-bottom: 74.6666666667vw;
  }
}
@media screen and (max-width: 400px) {
  .fv {
    padding-bottom: 85.3333333333vw;
  }
}
.fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fv__title {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .fv__title {
    margin-bottom: 25px;
    line-height: 1.3;
    font-size: 4.5333333333vw;
    letter-spacing: 0.05em;
  }
}
.fv__title span {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .fv__title span {
    font-size: 12.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__title .middle {
    font-size: 6.1333333333vw;
  }
}
.fv__title .min {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .fv__title .min {
    display: inline-block;
    margin-top: 10px;
    font-size: 3.2vw;
  }
}
.fv__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -80px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .fv__bottom {
    left: 50%;
    display: block;
    bottom: 0;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 400px) {
  .fv__bottom {
    margin-bottom: -70px;
  }
}
.fv__bottom--item {
  max-width: 450px;
  border: 3px solid #0e224f;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .fv__bottom--item {
    max-width: 88%;
    margin: 0 auto;
  }
  .fv__bottom--item:nth-child(2) {
    margin-top: 20px;
  }
}
.fv__bottom--item h3 {
  font-size: 19px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  background: #0e224f;
}
@media screen and (max-width: 1320px) {
  .fv__bottom--item h3 {
    font-size: 15px;
  }
}
.fv__bottom--item .wrap {
  padding: 20px 15px;
  background: #e5edff;
}
@media screen and (max-width: 768px) {
  .fv__bottom--item .wrap {
    padding: 20px 10px;
  }
}
.fv__bottom--item .item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fv__bottom--item .item + .item {
  margin-top: 20px;
}
.fv__bottom--item .item:first-child .num {
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .fv__bottom--item .item:first-child .num {
    transform: translateY(5px);
  }
}
.fv__bottom--item .item .num {
  padding: 4px 5px;
  font-weight: bold;
  background: #fff;
  font-size: 17px;
  color: #0e224f;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .fv__bottom--item .item .num {
    font-size: 12px;
  }
}
.fv__bottom--item .item p {
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .fv__bottom--item .item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .fv__bottom--item .item p {
    font-size: 11px;
  }
}
.fv__bottom--item .item p span {
  font-size: 21px;
  background: linear-gradient(transparent 70%, #ffe400 30%);
}
@media screen and (max-width: 1320px) {
  .fv__bottom--item .item p span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fv__bottom--item .item p span {
    font-size: 14px;
  }
}

.issue {
  padding: 170px 40px 75px;
  background: #fffbf1;
}
@media screen and (max-width: 768px) {
  .issue {
    padding: 32vw 4vw 12vw;
  }
}
.issue__inner {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .issue .title {
    font-size: 4vw;
  }
}
.issue__lists {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .issue__lists {
    flex-direction: column;
    width: 78%;
    margin: 0 auto;
    margin-top: 13.3333333333vw;
    gap: 34px;
  }
}
.issue__list--img {
  position: relative;
  margin-bottom: 14px;
}
.issue__list--img img {
  width: 100%;
}
.issue__list--img .ashirai {
  width: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .issue__list--img .ashirai {
    transform: scale(0.8);
  }
}
.issue__list--text {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .issue__list--text {
    font-size: 3.4666666667vw;
  }
}
.issue__list:nth-child(1) .ashirai {
  left: 34%;
  top: -20px;
}
.issue__list:nth-child(2) .ashirai {
  left: 36%;
  top: -20px;
}
.issue__list:nth-child(3) .ashirai {
  right: 25%;
  top: -35px;
}
.issue .bottom {
  margin: 40px auto 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .issue .bottom {
    margin: 30px auto 10px;
  }
}
.issue__box {
  padding: 70px 20px 75px;
  text-align: center;
  background: #e7efff;
}
@media screen and (max-width: 768px) {
  .issue__box {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.issue__box h3 {
  text-align: center;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .issue__box h3 {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
}
.issue__box h3 span {
  background: linear-gradient(transparent 60%, #ffe400 40%);
}
.issue__box p {
  font-size: 17px;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .issue__box p {
    font-size: 3.2vw;
  }
}

.feature {
  padding: 80px 40px;
  background: #fffbf1;
}
@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: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .feature__lists {
    margin: 8vw auto 0;
    gap: 32px;
    width: 78%;
  }
}
.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%;
}
.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: 8px 15px;
  color: #0e224f;
  font-size: 17px;
  background: #ffffff;
  border: 1px solid #b8b8b8;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .feature__list--num {
    font-size: 2.9333333333vw;
    padding: 4px 10px;
  }
}
.feature__list--title {
  font-size: 25px;
  font-weight: bold;
  color: #0e224f;
  margin-bottom: 16px;
  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;
  color: #0e224f;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .feature__list--text {
    font-size: 3.2vw;
  }
}

.difference {
  padding: 100px 40px 80px;
  background: #0e224f;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .difference {
    padding: 13.3333333333vw 0;
  }
}
.difference__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.difference .title {
  color: #fff;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .difference .title {
    margin-bottom: 6.6666666667vw;
  }
}
.difference__table {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .difference__table {
    margin-bottom: 0;
  }
}
.difference__tableWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .difference__tableWrap {
    overflow-x: auto;
    padding: 0 20px 20px;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
  .difference__tableWrap::-webkit-scrollbar {
    display: none;
  }
}
.difference__table img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .difference__table img {
    width: 600px;
    max-width: unset;
  }
}
.difference__text {
  color: #fff;
  line-height: 1.7;
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .difference__text {
    font-size: 1.8666666667vw;
    padding: 0 5.3333333333vw;
  }
}

.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: #fffbf1;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 10.6666666667vw 0vw;
  }
}
.flow__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .flow__listsWrap {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw;
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
    padding-bottom: 40px;
  }
  .flow__listsWrap::-webkit-scrollbar {
    display: none;
  }
}
.flow__listsWrap .simplebar-track {
  width: 90%;
  margin: 0 auto;
}
.flow__listsWrap .simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 6px;
  height: 5px !important;
  margin-left: 2px;
  margin-top: 3px;
}
.flow__listsWrap .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.flow__listsWrap .simplebar-track {
  background: #d9d9d9;
  height: 15px !important;
}
.flow__lists {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .flow__lists {
    margin-top: 40px;
    width: -moz-max-content;
    width: max-content;
    gap: 20px;
    padding-right: 20px;
  }
}
.flow__list {
  width: 23%;
  border: 1px solid #254896;
  border-radius: 10px;
  position: relative;
  padding: 90px 20px 45px;
}
@media screen and (max-width: 1320px) {
  .flow__list {
    width: 220px;
    padding: 60px 20px 40px;
  }
}
.flow__list--step {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  display: block;
  top: -35px;
  color: #093087;
  left: 50%;
  background: #fffbf1;
  padding: 15px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow__list--step {
    top: -30px;
    padding: 15px 10px;
    font-size: 21px;
  }
}
.flow__list--step span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow__list--step span {
    font-size: 10px;
  }
}
.flow__list--icon {
  text-align: center;
  height: 68px;
  margin-bottom: 45px;
}
.flow__list--title {
  font-size: 21px;
  color: #0e224f;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@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;
  }
}

.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;
  background: #fffbf1;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
}
.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;
  border: 1px solid #093087;
  border-radius: 40px;
  background: #fff;
}
.faq__item--title {
  padding: 18px 50px 18px 25px;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 30px;
  background: url(../img/icon_plus.webp) 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.webp) 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: #0e224f;
  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: 17px;
  color: #000;
  line-height: 1.5;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    width: 85%;
    font-size: 3.4666666667vw;
  }
}
.faq__item--text {
  padding: 0 100px;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
@media screen and (max-width: 768px) {
  .faq__item--text {
    padding: 0 50px;
  }
}
.faq__item--text p {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .faq__item--text p {
    font-size: 13px;
    padding-bottom: 20px;
  }
}

.contact {
  padding: 85px 40px;
  background: url(../img/contact-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@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 5.3333333333vw;
  }
}
.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: 40%;
  padding: 0 30px;
}
@media screen and (max-width: 1320px) {
  .contact__mail {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact__mail {
    width: 100%;
    padding: 0;
  }
}
.contact__mail a {
  background-image: url(../img/icon_mail.webp);
  background-repeat: no-repeat;
  background-position: 10%;
  background-size: 23px;
  background-color: #ffe400;
  font-size: 21px;
  font-weight: bold;
  color: #0e224f;
  width: 400px;
  height: 70px;
  line-height: 67px;
  text-align: center;
  border-radius: 35px;
  display: block;
}
@media screen and (max-width: 1320px) {
  .contact__mail a {
    width: 260px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact__mail a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background-size: 27px;
  }
}
.contact__tel {
  position: relative;
  width: 40%;
  padding: 0 30px;
  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::after {
  content: "";
  width: 1px;
  height: 70px;
  display: block;
  background: #445987;
  right: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contact__tel::after {
    display: none;
  }
}
.contact__tel .text {
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__tel .text {
    font-size: 13px;
  }
}
.contact__tel .number {
  font-size: 40px;
  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;
}
.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 */