@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  box-sizing: content-box;
}

#content.l-container {
  max-width: none !important;
  padding: 0;
}

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;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*  */
/************************
    common
**************************/
body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  background-color: #F5F5F5;
  line-height: 1.6;
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}

/************************
    section
**************************/
.medal-pic {
  max-width: 8.75rem;
  width: 100%;
  margin: 0 auto;
}

.--big {
  font-weight: 600;
}

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

@media screen and (max-width: 1023px) {
  .pc01 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .pc02 {
    display: none;
  }
}

.lg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .lg {
    display: block;
  }
}

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

.corner {
  position: absolute;
  width: 1.5rem;
  height: 1.5625rem;
  transform: rotate(45deg) skew(20deg, 20deg);
}

.corner-left {
  border-left: 0.0625rem solid #A78431;
  border-bottom: 0.0625rem solid #A78431;
  left: -0.125rem;
  top: 0.59375rem;
}

.corner-right {
  border-top: 0.0625rem solid #A78431;
  border-right: 0.0625rem solid #A78431;
  right: -0.125rem;
  top: 0.65625rem;
}

/************************
    inner
**************************/
.inner {
  width: 100%;
  max-width: 77.5rem;
  padding-inline: 20px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding-inline: 20px;
  }
}

/************************
    button
**************************/
.link-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 17.125rem;
  gap: 0.9375rem;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.375rem 0.375rem 0.375rem 1.5rem;
  border-radius: 0.1875rem;
  box-sizing: border-box;
  transition: 0.3s ease;
  position: relative;
}
.link-btn a:hover {
  opacity: 0.85;
  transform: translateY(0.25rem) translateX(0.25rem);
}
@media screen and (max-width: 767px) {
  .link-btn a {
    max-width: 17.125rem;
    margin: 1.875rem auto 0rem;
    gap: 0.9375rem;
    font-size: 0.875rem;
  }
}

.link-icon {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.0625rem;
  padding: 0.75rem;
}

.more-btn {
  color: #313485;
  padding-right: 2rem;
  position: relative;
  letter-spacing: -0.05em;
}
.more-btn::after {
  content: "→";
  font-size: 0.5rem;
  color: #fff;
  background-color: #313485;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0.25rem 0.375rem;
}

.contact-fixed a {
  max-width: 21.875rem;
  width: 100%;
  position: fixed;
  right: 2.125rem;
  bottom: 2.125rem;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  color: #1E2051;
  padding: 0.625rem;
  background-color: #fff;
  padding-top: 0.4375rem;
  box-shadow: 0 4px 8px 0 rgba(43, 55, 80, 0.08);
  transition: 0.3s ease;
  box-sizing: border-box;
}
.contact-fixed a:hover {
  transform: translateX(0.3125rem);
}
@media screen and (max-width: 500px) {
  .contact-fixed a {
    transform: translateX(50%);
    right: 50%;
    bottom: 1.25rem;
    max-width: 90%;
  }
}

.contact-fixed__image {
  width: 7.125rem;
  height: 5rem;
  border-radius: 0.1875rem;
  flex-shrink: 0;
}

.contact-fixed__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
  margin-top: 0.5rem;
}

.contact-fixed__text {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-left: 0.875rem;
}
.contact-fixed__text.--big {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .contact-fixed__text {
    font-size: clamp(0.688rem, 0.465rem + 1.11vw, 0.813rem);
  }
  .contact-fixed__text.--big {
    font-size: clamp(0.875rem, 0.653rem + 1.11vw, 1rem);
  }
}

.contact-fixed__btn {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 0.75rem;
}

.contact-fixed.is-open {
  display: none;
}

/************************
    title
**************************/
.title {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title {
    width: 100%;
  }
}

.--en {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  color: #1E2051;
  letter-spacing: -0.02em;
}
.--en::before {
  content: "";
  display: block;
  background-image: url(../images/title_icon.svg);
  background-size: cover;
  background-position: center;
  width: 0.625rem;
  height: 1.0625rem;
  margin-right: 0.375rem;
}

.--ja {
  font-size: clamp(1.5rem, 1.221rem + 1.14vw, 2.25rem);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #1E2051;
}

.section__title {
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 1.314rem + 0.76vw, 2rem);
  font-weight: 600;
}
.section__title .--en {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 1.314rem + 0.76vw, 2rem);
  color: #1E2051;
  letter-spacing: 0em;
}
.section__title .--en::before {
  content: "";
  display: block;
  background-image: url(../images/title_icon.svg);
  background-size: cover;
  background-position: center;
  width: 1.5625rem;
  height: 2.625rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .section__title .--en::before {
    width: 1.1875rem;
    height: 2rem;
    margin-right: 0.625rem;
  }
}
.section__title .--ja {
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E2051;
}

.sab-title {
  font-size: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.5;
  color: #1E2051;
  max-width: 100%;
  margin-top: clamp(2.5rem, 1.85rem + 2.67vw, 4.25rem);
  padding-bottom: 0.3125rem;
  padding-left: 2.5rem;
  border-bottom: 1px #CDCDCD dashed;
  position: relative;
}
.sab-title::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  transform: translateY(-50%);
  mask: url("../../assets/images/rectangle.svg") no-repeat center/cover;
  -webkit-mask: url("../../assets/images/rectangle.svg") no-repeat center/cover;
  background-color: #A73132;
}
.sab-title::after {
  content: "";
  width: 1.5625rem;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  border-bottom: 0.0625rem solid #A73132;
}
@media screen and (max-width: 767px) {
  .sab-title {
    line-height: 1.7;
    letter-spacing: -0.02em;
    padding-left: 2.1875rem;
  }
  .sab-title::before {
    top: 23%;
  }
}

/************************
    mv
**************************/
.mv {
  background-image: image-set(url("../images/mv_bg-pc.webp") type("image/webp") 1x, url("../images/mv_bg-pc.webp") type("image/webp") 2x, url("../images/mv_bg-pc.jpg") type("image/jpeg") 1x, url("../images/mv_bg-pc.jpg") type("image/jpeg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: image-set(url("../images/mv_bg-sp.webp") type("image/webp") 1x, url("../images/mv_bg-sp.webp") type("image/webp") 2x, url("../images/mv_bg-sp.jpg") type("image/jpeg") 1x, url("../images/mv_bg-sp.jpg") type("image/jpeg") 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.mv__container {
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .mv__container {
    flex-direction: column;
    gap: 2.0625rem;
  }
}

.mv__left-item {
  position: relative;
  max-width: 34.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__left-item {
    max-width: 100%;
    background-image: image-set(url("../images/mv-left_bg-sp.webp") type("image/webp") 1x, url("../images/mv-left_bg-sp.webp") type("image/webp") 2x, url("../images/mv-left_bg-sp.png") type("image/png") 1x, url("../images/mv-left_bg-sp.png") type("image/png") 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
}

.mv__trainer {
  max-width: clamp(20.875rem, 17.788rem + 12.67vw, 29.188rem);
  width: 100%;
  margin-left: -5.625rem;
}
@media screen and (max-width: 1200px) {
  .mv__trainer {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__trainer {
    margin-left: -2.5rem;
  }
}

.mv__trainer-img {
  margin-top: -0.5625rem;
}

.mv__text-box {
  position: absolute;
  bottom: 15.0519031142%;
  left: 22.2222222222%;
  font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
  line-height: 1.5;
  color: #fff;
  max-width: clamp(14.625rem, 13.209rem + 5.81vw, 18.438rem);
  width: 100%;
  background-color: #1E2051;
  padding: 0.75rem;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  z-index: 2;
  box-sizing: border-box;
}
.mv__text-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #313485;
  clip-path: inherit;
  transform: translate(-4px, -4px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv__text-box {
    padding: 0.75rem 1.5625rem;
    bottom: 4.4375rem;
    left: 6.875rem;
  }
}

.mv__trainer-lead {
  max-width: 13.0625rem;
  width: 100%;
  margin-inline: auto;
}

.mv__trainer-box {
  position: absolute;
  bottom: 0;
  left: 25.5555555556%;
  background-color: #1E2051;
  color: #fff;
  text-align: center;
  padding: 1.1875rem 0;
  max-width: clamp(15.938rem, 14.382rem + 6.38vw, 20.125rem);
  width: 100%;
  clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%);
  -webkit-clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .mv__trainer-box {
    padding: 0.875rem 0;
    left: 8.4375rem;
  }
}

.mv__trainer-position {
  font-size: clamp(0.688rem, 0.664rem + 0.1vw, 0.75rem);
  letter-spacing: 0.03em;
  font-weight: 400;
}

.mv__trainer-name {
  font-size: clamp(1.25rem, 1.157rem + 0.38vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.mv__right-item {
  max-width: 29.5rem;
  width: 100%;
  padding: clamp(9.375rem, 7.238rem + 4.46vw, 11.25rem) 0 clamp(9.375rem, 6.526rem + 5.94vw, 11.875rem);
}
@media screen and (max-width: 767px) {
  .mv__right-item {
    max-width: 70%;
    margin-inline: auto;
    padding: 0 1.25rem 8.1875rem;
  }
}
@media screen and (max-width: 500px) {
  .mv__right-item {
    max-width: 100%;
    padding: 0 1.25rem 8.1875rem;
  }
}

.mv__title {
  font-size: clamp(2rem, 0.932rem + 2.23vw, 2.938rem);
  color: #1E2051;
  line-height: 1.45;
  font-weight: 600;
}

.mv__sab-title {
  margin-top: clamp(0.938rem, 0.566rem + 1.52vw, 1.938rem);
  padding-left: 1.8125rem;
  max-width: clamp(16.875rem, 15.738rem + 4.67vw, 19.938rem);
  font-size: clamp(1rem, 0.907rem + 0.38vw, 1.25rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.7;
  color: #1E2051;
  padding-bottom: 0.3125rem;
}

/************************
    about
**************************/
.about {
  padding: 8rem 0 0;
  background-image: image-set(url("../images/about_bg-pc.webp") type("image/webp") 1x, url("../images/about_bg-pc.webp") type("image/webp") 2x, url("../images/about_bg-pc.jpg") type("image/jpeg") 1x, url("../images/about_bg-pc.jpg") type("image/jpeg") 2x);
  background-size: 37%;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about {
    background-image: image-set(url("../images/about_bg-sp.webp") type("image/webp") 1x, url("../images/about_bg-sp.webp") type("image/webp") 2x, url("../images/about_bg-sp.jpg") type("image/jpeg") 1x, url("../images/about_bg-sp.jpg") type("image/jpeg") 2x);
    background-size: 50%;
    background-repeat: no-repeat;
    padding: 3.5625rem 0 1.3125rem;
  }
}

.about__title--ja {
  margin-top: clamp(1.25rem, 1.18rem + 0.29vw, 1.438rem);
  color: #333333;
  font-size: clamp(1.25rem, 0.879rem + 1.52vw, 2.25rem);
}

.about__content {
  margin-top: clamp(2.063rem, 1.877rem + 0.76vw, 2.563rem);
  position: relative;
  padding-bottom: 53.125rem;
}
@media screen and (max-width: 1200px) {
  .about__content {
    padding-bottom: clamp(53.125rem, 43.427rem + 39.79vw, 62.5rem);
  }
}

.about__content--left {
  max-width: 47.4375rem;
  width: 100%;
  position: absolute;
  top: 7.6875rem;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .about__content--left {
    max-width: 100%;
    top: -0.3125rem;
  }
}

.about__figure {
  position: relative;
  display: inline-block;
}

.about__arrow {
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.about__arrow-rect {
  width: 0.9375rem;
  height: 0.9375rem;
  mask: url("../../assets/images/rectangle.svg") no-repeat center/cover;
  -webkit-mask: url("../../assets/images/rectangle.svg") no-repeat center/cover;
  background-color: #A73132;
  margin-left: 0.9375rem;
  margin-top: 0.3125rem;
}

.about__arrow-line {
  width: clamp(5.25rem, 2.975rem + 9.33vw, 11.375rem);
  height: 1px;
  border-bottom: 1px dashed #CDCDCD;
}

.about__arrow-tip {
  font-size: 1rem;
  font-weight: 700;
  color: #CDCDCD;
  line-height: 1;
}
.about__arrow-tip::before, .about__arrow-tip::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  right: 0;
  background-color: #313485;
}
.about__arrow-tip::before {
  top: 13px;
  transform: rotate(-60deg);
}
.about__arrow-tip::after {
  top: 3px;
  transform: rotate(60deg);
}

.about__caption {
  font-size: clamp(0.625rem, 0.532rem + 0.38vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #313485;
  position: absolute;
  top: 51%;
  left: 0.9375rem;
  letter-spacing: -0.05em;
  transform: translateY(-50%);
  padding-top: 3.125rem;
}

.about__content--right {
  max-width: 40.625rem;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(0.875rem, 0.782rem + 0.38vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about__content--right {
    max-width: 100%;
    top: clamp(16.5rem, 1.241rem + 62.6vw, 31.25rem);
  }
}

.about__text {
  letter-spacing: 0.02em;
  margin-top: clamp(1.188rem, 0.886rem + 1.24vw, 2rem);
}

.about__strong {
  display: inline-block;
  font-size: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: clamp(1.125rem, 0.73rem + 1.62vw, 2.188rem);
}

/************************
    case
**************************/
.case {
  background-color: #fff;
}

.case__container {
  display: flex;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .case__container {
    flex-direction: column-reverse;
    align-items: center;
    margin-right: -0.625rem;
  }
}

.case-top__picture {
  max-width: clamp(15.625rem, 12.561rem + 12.57vw, 23.875rem);
  width: 100%;
  margin-right: -0.875rem;
}
@media screen and (max-width: 767px) {
  .case-top__picture {
    margin-right: 0;
    margin-top: -3.9375rem;
    margin-left: -10.3125rem;
  }
}

.case-top__text {
  max-width: clamp(21.875rem, 15.955rem + 24.29vw, 37.813rem);
  width: 100%;
  margin-left: -0.875rem;
}
@media screen and (max-width: 767px) {
  .case-top__text {
    margin-top: -0.625rem;
    z-index: 1;
  }
}

.case__list {
  width: 100%;
  max-width: 60rem;
  margin: clamp(2.5rem, 1.618rem + 3.62vw, 4.875rem) auto 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .case__list {
    max-width: 100%;
    gap: 2.8125rem;
  }
}

.case__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.321rem + 3.81vw, 3.75rem);
}
@media screen and (max-width: 767px) {
  .case__item {
    flex-direction: column;
  }
}

.case__figure {
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case__figure {
    max-width: 100%;
  }
}

.case__caption {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.5;
  color: #313485;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case__caption {
    margin-top: 0.375rem;
  }
}

.case__number {
  font-size: clamp(0.813rem, 0.766rem + 0.19vw, 0.938rem);
  letter-spacing: -0.03em;
  line-height: 1.5;
  color: #1E2051;
}

.case__title {
  font-size: clamp(1.25rem, 1.064rem + 0.76vw, 1.75rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #1E2051;
  padding-bottom: 0.3125rem;
  position: relative;
  border-bottom: 1px #CDCDCD dashed;
}
.case__title::after {
  content: "";
  width: 1.5625rem;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  border-bottom: 0.0625rem solid #A73132;
}

.case__text {
  max-width: 600px;
  width: 100%;
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: clamp(0.813rem, 0.487rem + 1.33vw, 1.688rem);
}

/************************
    mission
**************************/
.mission {
  background-color: #fff;
  padding-top: clamp(3.875rem, 2.436rem + 5.9vw, 7.75rem);
  text-align: center;
}

.mission__container {
  text-align: center;
  background-color: #fff;
  margin-top: clamp(2.5rem, 2.337rem + 0.67vw, 2.938rem);
  background-image: image-set(url("../images/mission_bg.webp") type("image/webp") 1x, url("../images/mission_bg.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mission__container {
    background-image: image-set(url("../images/mission_bg-sp.webp") type("image/webp") 1x, url("../images/mission_bg-sp.jpg") type("image/jpeg") 1x);
    background-size: cover;
    background-position: top;
  }
}

.mission-top__text {
  font-size: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
  color: #313485;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .mission-top__text {
    line-height: 1.5;
  }
}

.mission__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 9.375rem 1.25rem 9.375rem;
}
@media screen and (max-width: 767px) {
  .mission__inner {
    padding: clamp(23.75rem, 9.526rem + 58.36vw, 37.5rem) 1.25rem 5rem;
    flex-direction: column;
  }
}

.mission__item {
  max-width: clamp(25rem, 10.754rem + 29.72vw, 37.5rem);
  width: 100%;
  margin-left: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mission__item {
    max-width: 100%;
  }
}

.mission__title {
  max-width: clamp(20.25rem, 14.771rem + 22.48vw, 35rem);
  width: 100%;
}

.mission__text {
  font-size: clamp(1rem, 0.954rem + 0.19vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.5625rem;
  color: #1E2051;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mission__text {
    margin-top: 1.875rem;
    letter-spacing: -0.01em;
  }
}

.mission__item--left {
  max-width: 42.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mission__item--left {
    max-width: 100%;
  }
}
.mission__item--left ::before {
  content: "";
  position: absolute;
  top: -50px;
  /* 隠したい高さ分 */
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  /* 背景と同じ色 */
  z-index: 2;
}

/************************
    course
**************************/
.course {
  padding-top: clamp(3.75rem, 2.357rem + 5.71vw, 7.5rem);
  padding-bottom: clamp(6.625rem, 6.184rem + 1.81vw, 7.813rem);
  background-color: #EDEDED;
}

.course__list {
  margin-top: 4.1875rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-auto-rows: 32.375rem;
  grid-gap: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course__list {
    grid-gap: 3.875rem;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

.course-product__list {
  margin-top: clamp(3.875rem, 3.457rem + 1.71vw, 5rem);
}

.course__item {
    background-color: #fff;
    border-radius: 0.375rem;
    position: relative;
    border: solid 0.1875rem #fff;
    transition: all 0.3s;
    box-sizing: border-box;
    transition: 0.3s;
}

.course__item-inner {
  padding: 3.375rem 1.25rem 1.25rem;
  color: inherit;
  display: block;
}

.course__item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .course__item-inner {
    padding: 3.875rem 1.0625rem 1.25rem;
  }
}

.course__level {
  position: absolute;
  top: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
  background-color: #313485;
  padding: 1.6875rem 2.75rem 0.5625rem;
  border-radius: 50%;
  position: absolute;
}

.rectangle::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  mask: url("../../assets/images/rectangle.svg") no-repeat center/cover;
  -webkit-mask: url("../../assets/images/rectangle.svg") no-repeat center/cover;
  background-color: #fff;
}
.rectangle.--01::before {
  top: 0.6875rem;
  left: 50%;
  transform: translateX(-50%);
}
.rectangle.--02::before {
  top: 0.6875rem;
  left: 2.75rem;
}
.rectangle.--03::before {
  top: 0.6875rem;
  right: 2.75rem;
}
.rectangle.--04::before {
  top: 0.9375rem;
  left: 2.1875rem;
}
.rectangle.--05::before {
  top: 0.6875rem;
  left: 50%;
  transform: translateX(-50%);
}
.rectangle.--06::before {
  top: 0.9375rem;
  right: 2.1875rem;
}

.course__first {
  max-width: clamp(6.563rem, 5.82rem + 3.05vw, 8.563rem);
  width: 100%;
  font-size: clamp(0.75rem, 0.704rem + 0.19vw, 0.875rem);
  line-height: 1.5;
  padding: 0.5625rem 0;
  border-radius: 0 1.3125rem 1.3125rem 0;
  background: linear-gradient(to right, rgb(229, 191, 130) 0%, rgba(229, 191, 130, 0.5) 50%, rgb(229, 191, 130) 100%);
  position: absolute;
  top: 1.3125rem;
  left: -0.1875rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .course__first {
    padding: 0.4375rem 0.5625rem;
    top: 1.875rem;
  }
}

.course-scrum__item:nth-child(1) {
  border: solid 0.1875rem #313485;
}

.course-product__item:nth-child(1) {
  border: solid 0.1875rem #CC4F1F;
}

.course__name {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
}

.course__text {
  margin: clamp(1.25rem, 1.157rem + 0.38vw, 1.5rem) auto 0;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  max-width: 18.8125rem;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .course__text {
    max-width: 100%;
    margin-bottom: 3.125rem;
  }
}

.course__btn {
  position: absolute;
  bottom: 0.75rem;
  right: 1.0625rem;
  transition: all 0.3s ease;
}
.course__btn:hover {
  opacity: 0.85;
  transform: translateX(0.3125rem);
}

.course-product__level {
  background-color: #CC4F1F;
}

/************************
    case-study
**************************/
.case-study {
  margin-top: clamp(5rem, 4.002rem + 4.1vw, 7.688rem);
  margin-bottom: clamp(5rem, 3.375rem + 6.67vw, 9.375rem);
}

@media screen and (max-width: 767px) {
  .case-study__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .case-study__title--ja {
    padding-left: 1.75rem;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 767px) {
  .case-study__container {
    padding-bottom: 2.1875rem;
  }
}

.case-study__interview-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
  grid-gap: 2.5rem 1.40625rem;
  grid-auto-rows: 27.625rem;
  margin-top: clamp(1.5rem, 1.291rem + 0.86vw, 2.063rem);
}
@media screen and (max-width: 767px) {
  .case-study__interview-list {
    display: flex;
    gap: 1.5rem;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

.case-study__interview-item {
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 0.75rem;
  background-color: #fff;
  padding: 1.875rem 0.625rem 2.125rem 1.25rem;
  box-shadow: 0 4px 8px 0 rgba(43, 55, 80, 0.08);
  margin-right: 0 !important;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .case-study__interview-item {
    padding: 1.875rem 1.25rem;
    height: auto;
  }
}

.case-study__figure {
  max-width: 22.1875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-study__figure {
    max-width: 15rem;
  }
}

.case-study__interview-logo {
  font-size: clamp(0.75rem, 0.704rem + 0.19vw, 0.875rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #888888;
}

.case-study__interview-text {
  margin-top: 0.625rem;
  font-size: clamp(1rem, 0.954rem + 0.19vw, 1.125rem);
  letter-spacing: 0.01em;
  line-height: 1.6;
  color: #1E2051;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width: 767px) {
  .case-study__interview-text {
    padding-bottom: 1.9375rem;
  }
}

.case-study__btn {
  margin-top: 12px;
  transition: all 0.3s ease;
}
.case-study__btn:hover {
  opacity: 0.85;
  transform: translateX(0.3125rem);
}

.swiper-navigation {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .swiper-navigation {
    opacity: 1;
    max-width: 5.5rem;
    width: 100%;
    margin-inline: auto;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #313485;
    border-radius: 0.1875rem;
    cursor: pointer;
    font-size: 0.625rem;
    color: #313485;
    background-color: #fff;
    transition: 0.3s;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #1E2051;
    color: #fff;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0;
  }
}

.case-study__achievement-title {
  margin-top: 3.75rem;
}

.case-study__achievement-list {
  margin-top: 2.125rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: left;
  gap: 1.5625rem;
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .case-study__achievement-list {
    grid-gap: 1.875rem;
    margin-top: 2.625rem;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

.achievement__figure {
  max-width: 250px;
  width: 100%;
}

.case-study__achievement-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
}

.achievement__figure {
  box-shadow: 0 4px 8px 0 rgba(43, 55, 80, 0.08);
}

.case-study__achievement-logo {
  margin-top: clamp(0.625rem, 0.486rem + 0.57vw, 1rem);
  font-size: clamp(0.813rem, 0.789rem + 0.1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.5;
  color: #888888;
}

.case-study__btn a {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}

/************************
    activity
**************************/
.activity {
  padding-top: clamp(3.75rem, 2.682rem + 4.38vw, 6.625rem);
  background-color: #fff;
  padding-bottom: clamp(5.625rem, 4.929rem + 2.86vw, 7.5rem);
}
@media screen and (max-width: 767px) {
  .activity {
    padding-inline: 1.25rem;
    position: relative;
    padding-bottom: 11rem;
  }
}

.activity__inner {
  display: flex;
  gap: 6.5rem;
  max-width: 90rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .activity__inner {
    gap: 1.875rem;
    flex-direction: column;
    position: relative;
  }
}

.activity__item--left {
  margin-left: 8.3333333333%;
  max-width: 19.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .activity__item--left {
    margin-left: 0;
  }
}

.activity__item {
  transition: all 0.3s ease;
}
.activity__item:hover {
  opacity: 0.85;
  transform: translateX(0.125rem);
}

.activity__title {
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .activity__title {
    gap: 0.8125rem;
  }
}

.activity__title--ja {
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .activity__title--ja {
    padding-left: 1.875rem;
  }
}

.activity__lead {
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: clamp(1.875rem, 1.643rem + 0.95vw, 2.5rem);
  font-weight: 400;
}

.activity__btn a {
  margin-top: 1.875rem;
  background-color: #fff;
  color: #313485;
  max-width: 11.25rem;
  border: 1px solid #E6E6EE;
}
.activity__btn .link-icon {
  background-color: #E6E6EE;
}
@media screen and (max-width: 767px) {
  .activity__btn a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2.5rem;
    bottom: -5.5rem;
    font-size: 14px;
    text-align: center;
    padding-left: 1.5rem;
  }
}

.activity__item--right {
  background-image: image-set(url("../images/activity-bg.webp") type("image/webp") 1x, url("../images/activity-bg.webp") type("image/webp") 2x, url("../images/activity-bg.jpg") type("image/jpeg") 1x, url("../images/activity-bg.jpg") type("image/jpeg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3.75rem 7.5rem 4.875rem 3.75rem;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .activity__item--right {
    padding: 3.75rem 1.25rem;
  }
}

.activity__content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .activity__content {
    gap: 3.125rem;
  }
}

.activity__link {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 500px) {
  .activity__link {
    flex-direction: column;
    gap: 0.625rem;
    align-items: flex-start;
  }
}

.activity__pic {
  max-width: 180px;
  width: 100%;
}

.activity__text-area {
  max-width: 26.875rem;
  width: 100%;
  position: relative;
}
.activity__text-area::after {
  content: "→";
  font-size: 0.8125rem;
  color: rgb(255, 255, 255);
  background-color: #313485;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0.3125rem 0.53125rem;
}
@media screen and (max-width: 1023px) {
  .activity__text-area {
    max-width: 100%;
  }
  .activity__text-area::after {
    right: 1.25rem;
    top: 70%;
  }
}

.activity__time {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #888888;
}

.activity__name {
  padding-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .activity__name {
    letter-spacing: 0.15em;
    max-width: 16.875rem;
  }
}

/************************
    news
**************************/
.news {
  padding-bottom: 9.125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 4.5rem;
  }
}

.news__container {
  max-width: 75rem;
  background-color: #E6E6EE;
  padding: 5rem 3.75rem 5rem 3.125rem;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .news__container {
    padding: 3.125rem 1.25rem;
  }
}

.news__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news__content {
    flex-direction: column;
    align-items: center;
  }
}

.news__content--left {
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
}

.news__title {
  letter-spacing: 0.03em;
  font-size: clamp(1.5rem, 1.314rem + 0.76vw, 2rem);
  color: #313485;
  margin-top: 0.875rem;
  line-height: 1.5;
}

.news__text {
  margin-top: 2.625rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__text {
    margin-top: 1.875rem;
    letter-spacing: -0.05em;
  }
}

.news__content--right {
  max-width: 33.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__content--right {
    margin-top: 0.625rem;
    margin-left: -0.4375rem;
  }
}

.news__link-area {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  align-items: end;
  margin-top: 2.625rem;
  margin-left: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .news__link-area {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
}

.news__link-inner--top {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

.news__link-inner {
  max-width: 17.125rem;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .news__link-inner {
    display: inline-block;
  }
}

.news__link-text {
  font-size: 0.875rem;
  color: #313485;
}
@media screen and (max-width: 767px) {
  .news__link-text {
    text-align: center;
  }
}

.news__link--download a {
  background-color: #1E2051;
}
@media screen and (max-width: 767px) {
  .news__link--download a {
    margin-top: 0.75rem;
  }
}
.news__link--download .link-icon {
  background-color: #313485;
}

.news__link--read a {
  background-color: #fff;
  color: #313485;
}
@media screen and (max-width: 767px) {
  .news__link--read a {
    margin-top: 0rem;
  }
}
.news__link--read .link-icon {
  background-color: #E6E6EE;
}

/************************
    cta-cards
**************************/
.cta-cards {
  background-color: #1E2051;
  padding: 5rem 0 4.6875rem;
  color: #fff;
}
.cta-cards .title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cta-cards {
    padding: 3.75rem 0 4.0625rem;
  }
}

.cta-cards__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cta-cards__inner {
    grid-template-columns: 1fr;
  }
}

.cta-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 2.875rem 2.875rem 2.625rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cta-card {
    justify-content: center;
    padding: 1.25rem 1.25rem 1.875rem;
  }
}

.cta-card__title--en {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  justify-content: left;
}
.cta-card__title--en::before {
  display: none;
  background-image: none;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .cta-card__title--en {
    margin-top: -0.3125rem;
  }
}

.cta-card__title--ja {
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  line-height: 1.5;
  margin-top: 0rem;
  color: #fff;
}

.cta-card__text {
  max-width: 24.8125rem;
  width: 100%;
  line-height: 1.8;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .cta-card__text {
    margin-top: 1.875rem;
  }
}

.cta-card--download .cta-card__text {
  margin-top: -0.4375rem;
}
@media screen and (max-width: 767px) {
  .cta-card--download .cta-card__text {
    margin-top: 1.875rem;
  }
}

.cta-card__link a {
  margin-top: 2.4375rem;
  margin-inline: auto;
}
.cta-card__link a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .cta-card__link a {
    margin-top: 1.875rem;
  }
}

.cta-card__link--contact a {
  background-color: #A73132;
  color: #fff;
}

.contact--icon {
  background-color: #BF4B4C;
  box-sizing: content-box;
}

.cta-card__link--download a {
  background-color: #fff;
  color: #313485;
}
@media screen and (max-width: 767px) {
  .cta-card__link--download a {
    margin-top: 2.5rem;
  }
}

.download--icon {
  background-color: #E6E6EE;
  box-sizing: content-box;
}/*# sourceMappingURL=style.css.map */