@charset "UTF-8";

/* ---------------------------------
  全ページ共通
----------------------------------- */
/*
Theme Name: I'LL
Description: Used to style the TinyMCE editor.

/**
 * Table of Contents:
 *
 * 1.0 - Reset stylesheet
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigations
 *   5.1 - Anchor
 *   5.2 - Pagination
 *   5.3 - Button
 * 6.0 - Clearfix
 * 7.0 - mopiko
 */
/*----------------------------------------------------------*/
/* 1.0 - Reset Stylesheet
/*----------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

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

ol,
ul {
  list-style: none;
}

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

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

hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #e2e5e8;
}

embed,
iframe,
img,
object {
  max-width: 100%;
}

img {
  border: none;
}

:focus {
  outline: 0px;
}

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

/*----------------------------------------------------------*/
/* 2.0 - Typography
/*----------------------------------------------------------*/
body {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  word-wrap: break-word;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  font-size: 1.4rem;
}

blockquote {
  display: block;
  margin-bottom: 40px;
  padding: 16px;
  border: solid 2px #e2e5e8;
  quotes: "“" "‘";
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f4f6fa;
}

blockquote:before {
  line-height: 0.1;
  content: open-quote;
  vertical-align: -32px;
  font-size: 60px;
  font-size: 6rem;
  color: #e2e5e8;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

/* http://fontawesome.ioe */
.fa {
  margin: 0 4px;
  color: #9b8d77;
}

/*----------------------------------------------------------*/
/* 3.0 - Elements
/*----------------------------------------------------------*/
table {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}

table caption {
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 1.2rem;
}

table th {
  padding: 8px;
  border: solid 1px #e2e5e8;
  vertical-align: middle;
}

table td {
  padding: 8px 16px;
  border: solid 1px #e2e5e8;
}

/*----------------------------------------------------------*/
/* 6.0 - Clearfix
/*----------------------------------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*----------------------------------------------------------*/
/* 7.0 - origin
/*----------------------------------------------------------*/
figure img {
  vertical-align: bottom;
  width: 100%;
}

a,
a:before,
a:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*-------------------------
カスタムクラス
--------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 1153, 16px);
  width: 100%;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a,
label,
input,
button {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}

.sp {
  display: none;
}

@media only screen and (max-width: 1240px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}

@media only screen and (max-width: 1240px) {
  .tab {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

@media only screen and (max-width: 1240px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.l-container {
  max-width: 1420px;
  width: 92%;
  margin-inline: auto;
}

.l-main {
  overflow: hidden;
  margin-top: 100px;
}

@media only screen and (max-width: 1240px) {
  .l-main {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 960px) {
  .l-main {
    margin-top: 60px;
  }
}

/*-------------------------
CSSメイン
--------------------------*/
.mainv {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mainv {
    margin-top: 40px;
  }
}

.c-section {
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .c-section {
    padding: 80px 0;
  }
}

.c-section__title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 64px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 34 * (100vw - 767px) / 1153, 64px);
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .c-section__title {
    margin-bottom: 34px;
  }
}

.c-section__title span {
  margin-top: 25px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}

@media only screen and (max-width: 767px) {
  .c-section__title span {
    margin-top: 10px;
  }
}

.c-section__head {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .c-section__head {
    text-align: center;
    margin-bottom: 30px;
  }
}

.c-section__head span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 34 * (100vw - 767px) / 1153, 64px);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-section__head span {
    margin-bottom: 16px;
  }
}

.c-section__head--center {
  text-align: center;
}

.core {
  padding: 200px 0 130px;
  background-color: #F9F9F9;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1240px) {
  .core {
    padding: 120px 0 100px;
  }
}

@media only screen and (max-width: 960px) {
  .core {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .core {
    padding: 60px 0 40px;
  }
}

.core::before {
  content: "";
  max-width: 546px;
  width: 28.4%;
  aspect-ratio: 820/645;
  background: url(../img/t01.png) no-repeat center/contain;
  position: absolute;
  top: 10%;
  left: 23%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .core::before {
    width: 60%;
    top: 4%;
    left: 30%;
  }
}

.core::after {
  content: "";
  max-width: 230px;
  width: 14.6%;
  aspect-ratio: 419/431;
  background: url(../img/t02.png) no-repeat center/contain;
  position: absolute;
  top: 28%;
  right: -60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 960px) {
  .core::after {
    right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .core::after {
    content: none;
  }
}

.core__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 56px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 960px) {
  .core__list {
    gap: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .core__list {
    width: 92%;
    margin-inline: auto;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.core__list li {
  width: calc((100% - 60px) / 3);
  padding: 40px 60px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(209, 216, 222, 0.3);
  box-shadow: 0 0 30px rgba(209, 216, 222, 0.3);
}

@media only screen and (max-width: 1240px) {
  .core__list li {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 960px) {
  .core__list li {
    width: calc((100% - 32px) / 3);
    padding: 40px 2.4%;
  }
}

@media only screen and (max-width: 767px) {
  .core__list li {
    width: 100%;
    padding: 30px 32px;
  }
}

.core__list-ttl {
  text-align: center;
}

.core__list-ttl span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 12 * (100vw - 767px) / 1153, 34px);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .core__list-ttl span {
    font-size: 28px;
  }
}

.core__list-ttl span::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../img/t03.png) no-repeat center/contain;
  position: absolute;
  top: -15px;
  left: -20px;
  z-index: -1;
}

@media only screen and (max-width: 960px) {
  .core__list-ttl span::before {
    width: 34px;
    top: -10px;
    left: -16px;
  }
}

.core__list-txt {
  padding-top: 20px;
  margin-top: 10px;
  border-top: solid 1px #BCBCBC;
  font-size: 22px;
  font-weight: 400;
  line-height: calc(34 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 8 * (100vw - 767px) / 1153, 22px);
}

@media only screen and (max-width: 767px) {
  .core__list-txt {
    font-size: 14px;
    padding-top: 16px;
    margin-top: 12px;
    line-height: 1.7142857143;
  }
}

.loop {
  overflow: hidden;
  width: 100%;
}

.loop__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.loop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-animation: loop-scroll 250s linear infinite;
  animation: loop-scroll 250s linear infinite;
}

.loop__list-item img {
  height: 100px;
  width: auto;
  display: block;
}

@media only screen and (max-width: 1240px) {
  .loop__list-item img {
    height: 70px;
  }
}

@media only screen and (max-width: 960px) {
  .loop__list-item img {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .loop__list-item img {
    height: 70px;
  }
}

@-webkit-keyframes loop-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes loop-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.mission {
  padding: 140px 0 80px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1240px) {
  .mission {
    padding: 100px 0 50px;
  }
}

@media only screen and (max-width: 960px) {
  .mission {
    padding: 80px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mission {
    padding: 60px 0 0;
  }
}

.mission::before {
  content: "";
  max-width: 600px;
  width: 38%;
  aspect-ratio: 900/645;
  background: url(../img/t04.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .mission::before {
    bottom: auto;
    top: 36%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 62%;
  }
}

.mission__head {
  font-size: 46px;
  font-weight: 700;
  line-height: calc(74 / 46 * 1em);
  letter-spacing: normal;
  font-size: clamp(19px, 19px + 27 * (100vw - 767px) / 1153, 46px);
  margin-bottom: 52px;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .mission__head {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mission__head {
    font-size: 27px;
    margin-bottom: 20px;
  }
}

.mission__head::before {
  content: "";
  width: 62px;
  aspect-ratio: 125/128;
  background: url(../img/t05.png) no-repeat center/contain;
  position: absolute;
  top: -15px;
  left: -30px;
  z-index: -1;
}

@media only screen and (max-width: 960px) {
  .mission__head::before {
    width: 42px;
    top: -12px;
    left: -25px;
  }
}

@media only screen and (max-width: 767px) {
  .mission__head::before {
    width: 54px;
  }
}

.mission__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(36 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}

@media only screen and (max-width: 767px) {
  .mission__text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.flexbox {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}

@media only screen and (max-width: 1240px) {
  .flexbox {
    gap: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .flexbox {
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 26px;
  }
}

.flexbox__img {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .flexbox__img {
    width: 96%;
  }
}

.flexbox__dtl {
  max-width: 740px;
  width: calc(50% - 30px);
  padding-right: 30px;
}

@media only screen and (max-width: 960px) {
  .flexbox__dtl {
    padding-right: 20px;
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .flexbox__dtl {
    width: 92%;
    margin-inline: auto;
    padding-right: 0;
  }
}

.flexbox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

@media only screen and (max-width: 767px) {
  .flexbox.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .flexbox.reverse .flexbox__img {
    margin-right: 0;
    margin-left: auto;
  }
}

.flexbox.reverse .flexbox__dtl {
  padding-right: 0;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .flexbox.reverse .flexbox__dtl {
    padding-left: 0;
  }
}

.service {
  position: relative;
  padding-bottom: 200px;
}

@media only screen and (max-width: 1240px) {
  .service {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 960px) {
  .service {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .service {
    padding: 60px 0;
  }
}

.service::before {
  content: "";
  max-width: 465px;
  width: 25.2%;
  aspect-ratio: 696/645;
  background: url(../img/t06.png) no-repeat center/contain;
  position: absolute;
  bottom: 10%;
  left: 2.4%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .service::before {
    bottom: auto;
    top: 32%;
    left: auto;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 52%;
  }
}

.service__head {
  max-width: 467px;
  width: 72.5%;
  aspect-ratio: 467/70;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .service__head {
    width: 84%;
    margin-bottom: 16px;
  }
}

.service__sub {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 1153, 24px);
  margin-bottom: 60px;
}

@media only screen and (max-width: 1240px) {
  .service__sub {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .service__sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.service__title {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 1153, 24px);
  color: #4EACD2;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: solid 3px #4EACD2;
}

@media only screen and (max-width: 1240px) {
  .service__title {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .service__title {
    display: inline;
    font-size: 19px;
    line-height: 2.2em;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom-width: 2px;
  }
}

.service__text {
  max-width: 642px;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(36 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}

@media only screen and (max-width: 767px) {
  .service__text {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.staff {
  padding: 130px 0 100px;
  background-color: #F4F8FA;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1240px) {
  .staff {
    padding: 90px 0 80px;
  }
}

@media only screen and (max-width: 960px) {
  .staff {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .staff {
    padding: 50px 0 70px;
  }
}

.staff::before {
  content: "";
  max-width: 768px;
  width: 40%;
  aspect-ratio: 1153/1040;
  background: url(../img/t08.png) no-repeat center/contain;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .staff::before {
    width: 62%;
    background-image: url(../img/t02.png);
    aspect-ratio: 419/432;
    bottom: auto;
    right: auto;
    top: 12%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.staff::after {
  content: "";
  max-width: 410px;
  width: 23%;
  aspect-ratio: 858/882;
  background: url(../img/t07.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 2.4%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.staff__en {
  position: relative;
  z-index: -2;
}

.staff__head {
  margin-top: -40px;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: calc(100 / 64 * 1em);
  letter-spacing: normal;
  font-size: clamp(25px, 25px + 39 * (100vw - 767px) / 1153, 64px);
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .staff__head {
    margin-top: -20px;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .staff__head {
    font-size: 30px;
    line-height: 1.5333333333;
    white-space: nowrap;
  }
}

.staff__text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: calc(42 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 10 * (100vw - 767px) / 1153, 22px);
  margin-bottom: 70px;
}

@media only screen and (max-width: 960px) {
  .staff__text {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .staff__text {
    font-size: 14px;
    margin-bottom: 40px;
    white-space: nowrap;
  }
}

.staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media only screen and (max-width: 1240px) {
  .staff__list {
    gap: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .staff__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.staff__list li {
  width: calc((100% - 90px) / 4);
}

@media only screen and (max-width: 1240px) {
  .staff__list li {
    width: calc((100% - 48px) / 4);
  }
}

@media only screen and (max-width: 767px) {
  .staff__list li {
    max-width: 258px;
    width: 72%;
    margin-inline: auto;
  }
}

.staff__list li:nth-child(1) {
  margin-top: 70px;
}

@media only screen and (max-width: 960px) {
  .staff__list li:nth-child(1) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .staff__list li:nth-child(1) {
    margin-top: 0;
  }
}

.staff__list li:nth-child(3) {
  margin-top: 100px;
}

@media only screen and (max-width: 960px) {
  .staff__list li:nth-child(3) {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .staff__list li:nth-child(3) {
    margin-top: 0;
  }
}

.staff__list li:nth-child(4) {
  margin-top: 50px;
}

@media only screen and (max-width: 960px) {
  .staff__list li:nth-child(4) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .staff__list li:nth-child(4) {
    margin-top: 0;
  }
}

.staff__list-item:hover {
  cursor: pointer;
}

.staff__list-thumb {
  position: relative;
  z-index: 2;
}

.staff__list-info {
  margin-top: -20px;
  padding: 50px 30px 24px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

@media only screen and (max-width: 1240px) {
  .staff__list-info {
    padding: 30px 4.2% 24px;
  }
}

@media only screen and (max-width: 960px) {
  .staff__list-info {
    padding: 32px 4.2% 20px;
  }
}

@media only screen and (max-width: 767px) {
  .staff__list-info {
    padding: 30px 5.2% 16px;
  }
}

.staff__list-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(34 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 10 * (100vw - 767px) / 1153, 20px);
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .staff__list-txt {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.staff__list-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 1153, 20px);
}

@media only screen and (max-width: 767px) {
  .staff__list-name {
    font-size: 18px;
  }
}

.staff__list-en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 3 * (100vw - 767px) / 1153, 12px);
  color: #4EACD2;
}

@media only screen and (max-width: 767px) {
  .staff__list-en {
    font-size: 10px;
  }
}

.purpose {
  position: relative;
  z-index: 1;
  padding: 140px 0 150px;
}

@media only screen and (max-width: 1240px) {
  .purpose {
    padding: 100px 0 110px;
  }
}

@media only screen and (max-width: 960px) {
  .purpose {
    padding: 70px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .purpose {
    padding: 50px 0 70px;
  }
}

.purpose::before {
  content: "";
  max-width: 410px;
  width: 24.2%;
  aspect-ratio: 858/882;
  background: url(../img/t09.png) no-repeat center/contain;
  position: absolute;
  top: 10%;
  left: 1%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .purpose::before {
    width: 52%;
    top: 2%;
    left: -40px;
  }
}

.purpose::after {
  content: "";
  max-width: 669px;
  width: 36.8%;
  aspect-ratio: 1004/1179;
  background: url(../img/t10.png) no-repeat center/contain;
  position: absolute;
  bottom: 8%;
  right: 2.4%;
  z-index: -1;
}

.purpose__list {
  margin-top: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .purpose__list {
    margin-top: 70px;
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .purpose__list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.purpose__list li {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  padding: 60px 40px 50px;
  -webkit-box-shadow: 0 0 30px rgba(209, 216, 222, 0.3);
  box-shadow: 0 0 30px rgba(209, 216, 222, 0.3);
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .purpose__list li {
    width: calc((100% - 40px) / 3);
    padding: 50px 2.4% 30px;
  }
}

@media only screen and (max-width: 767px) {
  .purpose__list li {
    width: 100%;
    padding: 50px 4.2% 30px;
  }
}

.purpose__list li::after {
  content: "";
  width: 83px;
  aspect-ratio: 125/128;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

@media only screen and (max-width: 1240px) {
  .purpose__list li::after {
    width: 68px;
  }
}

.purpose__list li:nth-child(1)::after {
  background: url(../img/ico-pt01.png) no-repeat center/contain;
}

.purpose__list li:nth-child(2)::after {
  background: url(../img/ico-pt02.png) no-repeat center/contain;
}

.purpose__list li:nth-child(3)::after {
  background: url(../img/ico-pt03.png) no-repeat center/contain;
}

.purpose__list-ico {
  text-align: center;
  max-width: 120px;
  width: 35%;
  margin-inline: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1240px) {
  .purpose__list-ico {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .purpose__list-ico {
    width: 28%;
  }
}

.purpose__list-ico img {
  display: inline-block;
}

.purpose__list-head {
  text-align: center;
}

.purpose__list-head span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 12 * (100vw - 767px) / 1153, 24px);
  color: #4EACD2;
  padding-bottom: 5px;
  border-bottom: solid 3px #4EACD2;
  margin-bottom: 12px;
}

@media only screen and (max-width: 960px) {
  .purpose__list-head span {
    border-bottom-width: 2px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .purpose__list-head span {
    font-size: 18px;
  }
}

.purpose__list-txt {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 1153, 16px);
}

@media only screen and (max-width: 1240px) {
  .purpose__list-txt {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .purpose__list-txt {
    font-size: 14px;
  }
}

.business {
  padding: 100px 0 150px;
  background-color: #F9F9F9;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1240px) {
  .business {
    padding: 80px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .business {
    padding: 50px 0 70px;
  }
}

.business::before {
  content: "";
  max-width: 330px;
  width: 18%;
  aspect-ratio: 493/348;
  background: url(../img/t11.png) no-repeat center/contain;
  position: absolute;
  top: 10%;
  left: 2.4%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .business::before {
    width: 80%;
    top: 2%;
    left: -20px;
  }
}

.business::after {
  content: "";
  max-width: 572px;
  width: 32%;
  aspect-ratio: 858/1935;
  background: url(../img/t12.png) no-repeat center/contain;
  position: absolute;
  top: 46%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .business::after {
    width: 26%;
    background-image: url(../img/t11.png);
    aspect-ratio: 493/348;
    top: auto;
    right: auto;
    left: 10%;
    bottom: 1.2%;
    -webkit-transform: none;
    transform: none;
  }
}

.business__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 29px;
}

@media only screen and (max-width: 1240px) {
  .business__list {
    gap: 22px 18px;
  }
}

@media only screen and (max-width: 960px) {
  .business__list {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .business__list {
    gap: 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.business__list li {
  width: calc((100% - 58px) / 3);
  padding: 60px 40px 26px;
  -webkit-box-shadow: 0 0 30px rgba(209, 216, 222, 0.3);
  box-shadow: 0 0 30px rgba(209, 216, 222, 0.3);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .business__list li {
    width: calc((100% - 36px) / 3);
    padding: 50px 2.4% 25px;
  }
}

@media only screen and (max-width: 767px) {
  .business__list li {
    width: 100%;
    padding: 40px 4.2% 20px;
  }
}

.business__list li:nth-child(4),
.business__list li:nth-child(5) {
  width: calc((100% - 29px) / 2);
}

@media only screen and (max-width: 767px) {

  .business__list li:nth-child(4),
  .business__list li:nth-child(5) {
    width: 100%;
  }
}

.business__list-ttl {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: calc(54 / 38 * 1em);
  letter-spacing: normal;
  font-size: clamp(17px, 17px + 21 * (100vw - 767px) / 1153, 38px);
  color: #4EACD2;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1240px) {
  .business__list-ttl {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .business__list-ttl {
    font-size: 30px;
  }
}

.business__list-tag {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .business__list-tag {
    margin-bottom: 20px;
  }
}

.business__list-tag span {
  display: inline-block;
  padding: 5px 8px 3px;
  border-radius: 40px;
  border: solid 1px #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 3 * (100vw - 767px) / 1153, 12px);
}

@media only screen and (max-width: 767px) {
  .business__list-tag span {
    font-size: 10px;
  }
}

.business__list-txt {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 1153, 16px);
}

@media only screen and (max-width: 767px) {
  .business__list-txt {
    font-size: 14px;
  }
}

.business__list-link {
  border-top: solid 1px #BCBCBC;
  margin-top: auto;
  margin-bottom: 0;
  text-align: right;
  padding-top: 24px;
}

@media only screen and (max-width: 1240px) {
  .business__list-link {
    padding-top: 18px;
  }
}

.business__list-link a {
  padding-right: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 1153, 14px);
  position: relative;
}

.business__list-link a::after {
  content: "";
  width: 45px;
  aspect-ratio: 45/47;
  background: url(../img/ico-arw-blue.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 960px) {
  .business__list-link a::after {
    width: 32px;
  }
}

.flow {
  padding: 120px 0 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1240px) {
  .flow {
    padding: 80px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .flow {
    padding: 50px 0 70px;
  }
}

.flow::before {
  content: "";
  max-width: 200px;
  width: 12%;
  aspect-ratio: 299/456;
  background: url(../img/t13.png) no-repeat center/contain;
  position: absolute;
  bottom: 10%;
  left: 1%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .flow::before {
    max-width: 340px;
    width: 54%;
    bottom: auto;
    left: auto;
    top: -70px;
    right: -60px;
  }
}

.flow::after {
  content: "";
  max-width: 490px;
  width: 27%;
  aspect-ratio: 858/852;
  background: url(../img/t14.png) no-repeat center/contain;
  position: absolute;
  top: 32%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .flow::after {
    content: none;
  }
}

.flow__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1240px) {
  .flow__list {
    gap: 16px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .flow__list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px;
    width: 95%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.flow__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 3px;
  background-image: linear-gradient(to right, #BCBCBC 0, #BCBCBC 3px, transparent 3px, transparent 6px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .flow__list::before {
    width: 3px;
    height: 80%;
    background-image: linear-gradient(to bottom, #BCBCBC 0, #BCBCBC 3px, transparent 3px, transparent 6px);
    background-size: 3px 6px;
    background-repeat: repeat-y;
    border-radius: 3px;
  }
}

.flow__list li {
  width: calc((100% - 90px) / 4);
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(209, 218, 222, 0.3);
  box-shadow: 0 0 30px rgba(209, 218, 222, 0.3);
  padding: 60px 1.4% 30px;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .flow__list li {
    width: calc((100% - 48px) / 4);
    padding: 45px 1.4% 30px;
  }
}

@media only screen and (max-width: 767px) {
  .flow__list li {
    width: 100%;
    padding: 30px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}

.flow__list li::after {
  content: "";
  width: 80px;
  aspect-ratio: 125/128;
  background: url(../img/ico-pt01.png) no-repeat center/contain;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 3;
}

@media only screen and (max-width: 1240px) {
  .flow__list li::after {
    width: 62px;
  }
}

@media only screen and (max-width: 767px) {
  .flow__list li::after {
    width: 54px;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow__list li:nth-child(2)::after {
  background-image: url(../img/ico-pt02.png);
}

.flow__list li:nth-child(3)::after {
  background-image: url(../img/ico-pt03.png);
}

.flow__list li:nth-child(4)::after {
  background-image: url(../img/ico-pt04.png);
}

.flow__list-ico {
  text-align: center;
  margin-bottom: 30px;
  width: 50%;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .flow__list-ico {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

.flow__list-ico img {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .flow__list-wrap {
    width: calc(100% - 90px);
  }
}

.flow__list-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 1153, 24px);
  color: #4EACD2;
  margin-bottom: 18px;
  min-height: 49px;
}

@media only screen and (max-width: 960px) {
  .flow__list-ttl {
    min-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .flow__list-ttl {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    min-height: auto;
  }
}

.flow__list-ttl span {
  margin-top: 12px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 1153, 16px);
  color: #777;
}

@media only screen and (max-width: 767px) {
  .flow__list-ttl span {
    margin-top: 6px;
    font-size: 14px;
  }
}

.flow__list-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 7 * (100vw - 767px) / 1153, 16px);
}

@media only screen and (max-width: 960px) {
  .flow__list-txt {
    font-size: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .flow__list-txt {
    text-align: left;
    font-size: 14px;
  }
}

.flow__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 1153, 16px);
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .flow__text {
    margin-bottom: 18px;
  }
}

.flow__btn a {
  text-align: center;
  display: block;
  padding: 17px;
  width: 480px;
  margin-inline: auto;
  border: solid 1px #BCBCBC;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 1153, 16px);
  position: relative;
  border-radius: 60px;
}

@media only screen and (max-width: 767px) {
  .flow__btn a {
    width: 100%;
    text-align: left;
    padding: 17px 40px;
  }
}

.flow__btn a::after {
  content: "";
  width: 42px;
  aspect-ratio: 69/71;
  background: url(../img/ico-arw-blue.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .flow__btn a::after {
    width: 36px;
    background-position: center;
  }
}

.flow__btn a:hover {
  border-color: #115FA7;
  background-color: #115FA7;
  color: #fff;
}

.msg {
  padding: 0 0 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .msg {
    padding: 0;
    background-color: #F4F8FA;
  }
}

.msg::before {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #F4F8FA;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .msg::before {
    content: none;
  }
}

.msg__en {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .msg__en {
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.msg__flex {
  max-width: 1420px;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .msg__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 66px;
  }
}

@media only screen and (max-width: 960px) {
  .msg__flex {
    gap: 40px;
  }
}

.msg__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media only screen and (max-width: 767px) {
  .msg__img {
    width: 56%;
    position: absolute;
    bottom: 20px;
    right: -25px;
  }
}

.msg__dtl {
  max-width: 720px;
  width: 100%;
  padding-right: 4.2%;
}

@media only screen and (max-width: 767px) {
  .msg__dtl {
    width: 100%;
    margin-inline: auto;
    padding-right: 0;
  }
}

.msg__text {
  margin-top: 240px;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(60 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 7 * (100vw - 767px) / 1153, 20px);
  white-space: nowrap;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1240px) {
  .msg__text {
    margin-top: 180px;
    line-height: 2.4em;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .msg__text {
    margin-top: 90px;
    font-size: 17px;
    white-space: nowrap;
    line-height: 2.4705882353;
    margin-bottom: 40px;
  }
}

.msg__sign {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 10 * (100vw - 767px) / 1153, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .msg__sign {
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    gap: 2px;
    font-size: 12px;
    margin-right: -10px;
  }
}

.msg__sign span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.msg__sign span::before {
  content: "";
  width: 32px;
  aspect-ratio: 125/128;
  background: url(../img/t05.png) no-repeat center/contain;
  position: absolute;
  top: -15px;
  left: -14px;
  z-index: -1;
}

.msg__sign-img {
  max-width: 215px;
}

@media only screen and (max-width: 1240px) {
  .msg__sign-img {
    width: 130px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .msg__sign-img {
    width: 150px;
    margin-top: 10px;
  }
}

.msg__sign-img::before {
  content: none !important;
}

.cta {
  padding: 100px 0 120px;
  background: url(../img/bg-cta.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 1240px) {
  .cta {
    padding: 90px 0 100px;
  }
}

@media only screen and (max-width: 960px) {
  .cta {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cta {
    background-image: url(../img/bg-cta-sp.jpg);
  }
}

.cta__head {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: calc(96 / 64 * 1em);
  letter-spacing: normal;
  font-size: clamp(36px, 36px + 28 * (100vw - 767px) / 1153, 64px);
  color: #fff;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .cta__head {
    white-space: nowrap;
    line-height: 1.5384615385;
    margin-bottom: 30px;
  }
}

.cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .cta__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.cta__btn a {
  padding: 23px 70px 23px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  border-radius: 60px;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .cta__btn a {
    padding: 20px 60px 20px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .cta__btn a {
    max-width: 260px;
    width: 100%;
    margin-inline: auto;
    padding: 17px 30px;
    font-size: 14px;
  }
}

.cta__btn a::after {
  content: "";
  width: 45px;
  aspect-ratio: 45/47;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 960px) {
  .cta__btn a::after {
    width: 32px;
  }
}

.cta__btn a.app {
  color: #115FA7;
  background-color: #fff;
  border: solid 1px #fff;
}

.cta__btn a.app::after {
  background: url(../img/ico-arw-blue.png) no-repeat center/contain;
}

.cta__btn a.app:hover {
  border-color: #115FA7;
  background-color: #115FA7;
  color: #fff;
}

.cta__btn a.entry {
  color: #fff;
  border: solid 1px #fff;
}

.cta__btn a.entry::after {
  background: url(../img/ico-arw-wh.png) no-repeat center/contain;
}

.cta__btn a.entry:hover {
  color: #4EACD2;
  background-color: #fff;
}

.cta__loop-item {
  height: 100%;
}

.cta__loop-item img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

:root {
  --diagonal-angle: 20deg;
}

.modal-voice {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-voice.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-voice__wrap {
  max-width: 1200px;
  width: 92%;
  height: 100vh;
  padding-bottom: 80px;
  overflow-y: auto;
  margin-inline: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-voice__wrap::-webkit-scrollbar {
  display: none;
}

.modal-voice__box {
  margin: 110px 0 90px;
  background-color: #F9F9F9;
  padding: 110px 0 96px;
  border-radius: 18px;
}

@media only screen and (max-width: 960px) {
  .modal-voice__box {
    padding: 90px 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-voice__box {
    margin: 60px 0;
    padding: 50px 0 70px;
    border-radius: 10px;
  }
}

.modal-voice__thumb {
  width: calc(100% - 96px);
  margin-right: -1px;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .modal-voice__thumb {
    width: calc(100% - 30px);
  }
}

.modal-voice__info {
  position: relative;
  z-index: 2;
  margin-top: -110px;
  max-width: 991px;
  width: 92%;
  padding: 55px 30px 52px 96px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
  .modal-voice__info {
    margin-top: -30px;
    padding: 35px 2.4% 35px 4.2%;
  }
}

.modal-voice__info-head {
  font-size: 34px;
  font-weight: 700;
  line-height: calc(52 / 34 * 1em);
  letter-spacing: normal;
  font-size: clamp(17px, 17px + 17 * (100vw - 767px) / 1153, 34px);
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .modal-voice__info-head {
    margin-bottom: 22px;
  }
}

.modal-voice__info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4EACD2;
}

.modal-voice__info-class {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 1153, 14px);
  color: #4EACD2;
}

.modal-voice__info-year {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 1153, 14px);
  color: #4EACD2;
}

.modal-voice__info-name {
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 6 * (100vw - 767px) / 1153, 34px);
  margin-bottom: 8px;
}

.modal-voice__faq {
  margin: 70px 0;
  max-width: 1000px;
  width: 92%;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .modal-voice__faq {
    margin: 40px auto;
  }
}

.modal-voice__faq-wrap:not(:last-of-type) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .modal-voice__faq-wrap:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.modal-voice__faq dt {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .modal-voice__faq dt {
    margin-bottom: 15px;
  }
}

.modal-voice__faq dt span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 1153, 20px);
  color: #4EACD2;
  padding-bottom: 5px;
  border-bottom: solid 3px #4EACD2;
}

@media only screen and (max-width: 767px) {
  .modal-voice__faq dt span {
    border-bottom-width: 2px;
    padding-bottom: 3px;
  }
}

.modal-voice__faq dd {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
}

@media only screen and (max-width: 767px) {
  .modal-voice__faq dd {
    line-height: 1.925em;
  }
}

.modal-voice__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-voice__close button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
}

.modal-voice__close button:hover {
  cursor: pointer;
}

.modal-voice__close button {
  max-width: 293px;
  width: 92%;
  margin-inline: auto;
  padding: 27px;
  border: solid 1px #d4d4d4;
  position: relative;
  border-radius: 70px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 1153, 18px);
  background-color: #fff;
  position: relative;
}

.modal-voice__close button::after {
  content: "";
  width: 45px;
  aspect-ratio: 45/47;
  background: url(../img/ico-arw-blue.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 960px) {
  .modal-voice__close button::after {
    width: 32px;
  }
}

.modal-voice__close button:hover {
  background-color: #115FA6;
  color: #fff;
}

.modal-app {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-app.is-open {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

.modal-app__inner {
  max-width: 1200px;
  width: 92%;
  height: 100vh;
  padding-bottom: 80px;
  overflow-y: auto;
  margin-inline: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-app__inner::-webkit-scrollbar {
  display: none;
}

.modal-app__area {
  margin: 110px 0 90px;
  background-color: #fff;
  padding: 110px 0 96px;
  border-radius: 18px;
}

@media only screen and (max-width: 767px) {
  .modal-app__area {
    margin: 60px 0;
    padding: 50px 0 70px;
    border-radius: 10px;
  }
}

.modal-app__area-head {
  width: 92%;
  margin-inline: auto;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: calc(52 / 34 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 16 * (100vw - 767px) / 1153, 34px);
  margin-bottom: 45px;
}

@media only screen and (max-width: 960px) {
  .modal-app__area-head {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-app__area-head {
    margin-bottom: 18px;
  }
}

.modal-app__tab {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 62px;
  border-bottom: solid 3px #E9E9E9;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .modal-app__tab {
    padding: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-app__tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.2%;
    gap: 5px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.modal-app__tab-item {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 9 * (100vw - 767px) / 1153, 20px);
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .modal-app__tab-item {
    width: calc((100% - 20px) / 2);
    padding: 12px 0;
  }
}

.modal-app__tab-item::after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #4EACD2;
  position: absolute;
  left: 0;
  bottom: -27px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .modal-app__tab-item::after {
    bottom: -21px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-app__tab-item::after {
    bottom: 0;
  }
}

.modal-app__tab-item.current::after {
  height: 3px;
}

.modal-app__wrap {
  width: calc(100% - 200px);
  max-height: 65vh;
  position: relative;
  overflow: auto;
  margin-inline: auto;
  padding: 86px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media only screen and (max-width: 1240px) {
  .modal-app__wrap {
    width: calc(100% - 120px);
    padding: 60px 0;
  }
}

@media only screen and (max-width: 960px) {
  .modal-app__wrap {
    width: 92%;
    max-height: 75vh;
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .modal-app__wrap {
    max-height: 70vh;
  }
}

.modal-app__wrap::-webkit-scrollbar {
  display: none;
}

.app__head {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 10 * (100vw - 767px) / 1153, 26px);
  margin-bottom: 45px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.app__head::before {
  content: "";
  width: 42px;
  aspect-ratio: 125/128;
  background: url(../img/t05.png) no-repeat center/contain;
  position: absolute;
  top: -22px;
  left: -5px;
  z-index: -1;
}

.app__title {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(48 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 1153, 32px);
  color: #4EACD2;
  margin-bottom: 36px;
}

@media only screen and (max-width: 960px) {
  .app__title {
    margin-bottom: 20px;
  }
}

.app__image {
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .app__image {
    margin-bottom: 25px;
  }
}

.app__section {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .app__section {
    margin-bottom: 32px;
  }
}

.app__section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .app__section-title {
    margin-bottom: 16px;
  }
}

.app__section-title span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: solid 3px #4EACD2;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 1153, 20px);
  color: #4EACD2;
}

.app__list li {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
}

.app__list2 li {
  position: relative;
  padding-left: 0.8em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
}

.app__list2 li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 960px) {
  .app__list2 li::before {
    top: 7px;
    width: 2px;
    height: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .app__list2 li::before {
    top: 8px;
  }
}

.app__list2 li:not(:last-child) {
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .app__list2 li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.app__group {
  margin-bottom: 1.5em;
}

.app__group-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
}

.app__text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
}

.app__table th {
  background-color: #F5F5F5;
  border: solid 1px #000;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
  padding: 28px;
  max-width: 278px;
}

@media only screen and (max-width: 1240px) {
  .app__table th {
    padding: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .app__table th {
    padding: 12px 10px;
    width: 85px;
  }
}

.app__table td {
  border: solid 1px #000;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
  padding: 28px;
}

@media only screen and (max-width: 1240px) {
  .app__table td {
    padding: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .app__table td {
    padding: 12px 10px;
  }
}

.app__des {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
  margin-bottom: 30px;
}

.app__subttl {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
  margin-bottom: 5px;
}

html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
  height: 100%;
}

/*============================
  layout header
============================*/
.l-header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1240px) {
  .l-header {
    height: 80px;
  }
}

@media only screen and (max-width: 960px) {
  .l-header {
    height: 60px;
  }
}

.l-header__wrap {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__logo {
  max-width: 196px;
  width: 25%;
  margin-left: 2.4%;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 960px) {
  .l-header__logo {
    width: 38%;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 32%;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  margin-left: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1240px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: -120%;
    overflow: auto;
    background-color: #F9F9F9;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 100px 2.4% 50px;
    width: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav {
    width: 100%;
    padding-top: 130px;
  }
}

.l-header__nav.open {
  right: 0;
}

.l-header__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media only screen and (max-width: 1240px) {
  .l-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 100%;
    gap: 20px;
  }
}

.l-header__menu li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1240px) {
  .l-header__menu li {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: block;
    border-bottom: solid 1px #BCBCBC;
    padding-bottom: 20px;
  }
}

.l-header__menu li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 1153, 12px);
  white-space: nowrap;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .l-header__menu li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__menu li a {
    font-size: 10px;
  }
}

.l-header__menu li a span {
  margin-bottom: 6px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}

@media only screen and (max-width: 1240px) {
  .l-header__menu li a span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__menu li a span {
    font-size: 30px;
  }
}

.l-header__menu li a::after {
  width: 52px;
  height: 54px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background: url(../img/ico-arw-light.png) no-repeat center/92%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1240px) {
  .l-header__menu li a::after {
    content: "";
  }
}

@media only screen and (max-width: 767px) {
  .l-header__menu li a::after {
    width: 48px;
  }
}

.l-header__link {
  margin-right: 30px;
  margin-left: 0;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 1240px) {
  .l-header__link {
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__link {
    margin-right: 12px;
  }
}

.l-header__link a {
  display: block;
}

.l-header__spct {
  display: none;
}

@media only screen and (max-width: 1240px) {
  .l-header__spct {
    width: 100%;
    display: block;
    margin-top: 50px;
  }
}

.l-header__pcct {
  max-width: 227px;
  width: 30%;
  height: 100%;
}

@media only screen and (max-width: 1240px) {
  .l-header__pcct {
    display: none;
  }
}

.l-header__contact {
  width: 100%;
  height: 100%;
}

.l-header__contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #115FA7;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 1153, 20px);
}

@media only screen and (max-width: 1240px) {
  .l-header__contact a {
    padding: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__contact a {
    padding: 20px;
    font-size: 20px;
  }
}

.l-header__contact a::after {
  content: "";
  width: 50px;
  height: 54px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background: url(../img/ico-arw.png) no-repeat center/60%;
  display: inline-block;
}

.l-header__contact a:hover {
  opacity: 0.75;
}

.l-header__trigger {
  display: none;
  width: 80px;
  height: 80px;
  background-color: #115FA7;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 960px) {
  .l-header__trigger {
    width: 60px;
    height: 60px;
  }
}

.l-header__trigger:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1240px) {
  .l-header__trigger {
    display: block;
  }
}

.l-header__trigger-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__trigger-btn span {
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-header__trigger-btn span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-header__trigger-btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-header__trigger-btn.active span {
  background-color: transparent;
}

.l-header__trigger-btn.active span::before {
  top: 0;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
}

.l-header__trigger-btn.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
}

/*============================
  layout footer
============================*/
.l-footer {
  padding: 50px 0;
  background-color: #000;
}

@media only screen and (max-width: 960px) {
  .l-footer {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 25px 0 30px;
  }
}

.l-footer__company {
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 1153, 16px);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .l-footer__company {
    margin-bottom: 8px;
  }
}

.l-footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
}

/*---------------------------------
メールフォーム用CSS
---------------------------------*/
.entry {
  background-color: #f4f8fa;
}

.l-container form {
  padding: 34px 100px 100px;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .06);
  border-radius: 10px;
}

.form-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  width: 45%;
}

.form-group label .form__required {
  font-size: .8125em;
  display: inline-block;
  margin-left: 7px;
  padding: 0 6px;
  color: #fff;
  border-radius: 5px;
  background-color: #115FA7;
  font-weight: 400;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group select {
  width: 100%;
  padding: 16px 10px;
  background-color: #ededed;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-group input[type="file"] {
  width: 100%;
  padding: 16px 10px;
  background-color: #ededed;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}

.checkbox-group {
  margin: 30px 0;
  text-align: center;
}

.btn-submit {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #115FA7;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.btn-back {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #cccccc;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}

.confirm-text {
  padding: 10px;
  width: 100%;
}

.thanks a {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-container form {
    padding: 34px 0 100px;
  }

  .form-group {
    flex-direction: column;
    align-items: flex-start;
    width: 92%;
    margin: 0 auto 10px;
  }

  .form-group label {
    width: 100%;
  }

  .btn-back,
  .btn-submit {
    max-width: 92%;
    margin: auto;
    margin-bottom: 10px;
  }
}