@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/* rem基準設定 */
html {
  font-size: 16px;
}
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,
picture {
  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;
}

#breadcrumb {
  display: none;
}

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 !important;
  color: #333333;
  font-size: 1rem;
  background-color: #f5f5f5;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

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

@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
**************************/
.l-inner {
  width: 100%;
  max-width: 75rem;
  padding-inline: 20px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1200px) {
  .l-inner {
    box-sizing: border-box !important;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 20px;
    box-sizing: border-box;
  }
}

/************************
    button
**************************/
.link-btn a {
  display: flex;
  justify-content: right;
  gap: 1.8125rem;
  align-items: center;
  max-width: 22.5rem;
  width: 100%;
  background-color: #cf4344;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.link-btn a:hover {
  opacity: 0.85;
  transform: translateY(0.125rem) translateX(0.125rem);
}
@media screen and (max-width: 767px) {
  .link-btn a {
    padding: 0.375rem;
    max-width: 18.1875rem;
    margin: 1.875rem auto 0rem;
    gap: 0.9375rem;
    font-size: clamp(1rem, 0.375rem + 3.08vw, 1.125rem);
  }
}

.link-icon {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #f2c2c2;
  position: relative;
}
.link-icon::after {
  content: "→";
  font-size: 0.75rem;
  color: #1e2051;
  background-color: #f2c2c2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .link-icon {
    width: 3rem;
    height: 3rem;
  }
}

.contact-fixed a {
  max-width: 18.75rem;
  width: 100%;
  position: fixed;
  right: 0.625rem;
  bottom: 0.625rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.625rem;
  color: #fff;
  padding: 0.375rem;
  transition: 0.3s ease;
}
.contact-fixed a:hover {
  opacity: 0.85;
  transform: translateX(0.3125rem);
}
@media screen and (max-width: 767px) {
  .contact-fixed a {
    max-width: 100%;
    padding: 1.125rem 2.5rem 1.125rem 0.625rem;
    right: 0;
    bottom: 0;
  }
}
.contact-fixed .link-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #f2c2c2;
  position: absolute;
  bottom: 0.375rem;
  right: 0.375rem;
}
.contact-fixed .link-icon::after {
  content: "→";
  font-size: 0.75rem;
  color: #1e2051;
  background-color: #f2c2c2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .contact-fixed .link-icon {
    right: 0.625rem;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.contact-fixed__image {
  width: 5rem;
  height: auto;
  border-radius: 0.1875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contact-fixed__image {
    display: none;
  }
}

.contact-fixed__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
}
@media screen and (max-width: 767px) {
  .contact-fixed__content {
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
  }
}

.contact-fixed__logo {
  width: 4.75rem;
  height: auto;
}

.contact-fixed__text {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact-fixed__text {
    font-size: clamp(1rem, 0.88rem + 0.51vw, 1.125rem);
  }
}

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

/************************
    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: clamp(0.813rem, 0.766rem + 0.19vw, 0.938rem);
  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;
  margin-top: 0.8125rem;
  line-height: 1.5;
  color: #1e2051;
}
@media screen and (max-width: 767px) {
  .--ja {
    margin-top: 0.9375rem;
  }
}

/************************
    mv
**************************/
.mv {
  background-image: image-set(
    url("../images/mv_bg.webp") type("image/webp") 1x,
    url("../images/mv_bg.webp") type("image/webp") 2x,
    url("../images/mv_bg.jpg") type("image/jpeg") 1x,
    url("../images/mv_bg.jpg") type("image/jpeg") 2x
  );
  background-size: cover;
  background-position: center;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 1.625rem 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .medal-pic {
    max-width: 6.25rem;
  }
}

.mv__container {
  display: flex;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .mv__container {
    display: block;
  }
}

.mv__left-item {
  position: relative;
  background-color: rgba(182, 83, 46, 0.9);
  background-image: image-set(
    url("../images/mv_csm-bg.webp") type("image/webp") 1x,
    url("../images/mv_csm-bg.webp") type("image/webp") 2x,
    url("../images/mv_csm-bg.png") type("image/jpeg") 1x,
    url("../images/mv_csm-bg.png") type("image/jpeg") 2x
  );
  background-size: cover;
  background-position: center;
  max-width: 31.3125rem;
  width: 100%;
  padding: 5rem 0 5.5rem;
}
@media screen and (max-width: 1200px) {
  .mv__left-item {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__left-item {
    max-width: 100%;
    padding: 1.875rem 0;
  }
}

.mv__left-text {
  color: #fff;
  margin-top: 2.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__left-text {
    margin-top: 0.625rem;
  }
}

.mv__left-text--top {
  font-size: clamp(1rem, 0.907rem + 0.38vw, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.mv__left-text--center {
  font-size: clamp(1.25rem, 1.157rem + 0.38vw, 1.5rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .mv__left-text--center {
    margin-top: 0.5rem;
  }
}

.mv__left-text--bottom {
  font-size: clamp(0.813rem, 0.766rem + 0.19vw, 0.938rem);
  margin-top: clamp(0.5rem, 0.384rem + 0.48vw, 0.813rem);
  line-height: 1;
  font-weight: 400;
}

.mv__right-item {
  max-width: 38.9375rem;
  width: 100%;
  padding: 4.25rem 0 5.0625rem;
}
@media screen and (max-width: 767px) {
  .mv__right-item {
    max-width: 100%;
    padding: 1.75rem 0 0;
  }
}

.mv__img {
  max-width: 34.9375rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__img {
    max-width: clamp(19.25rem, 13.423rem + 23.9vw, 34.938rem);
  }
}

.mv__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  grid-gap: 0.6875rem;
  margin-top: 2.6875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: clamp(0.813rem, 0.789rem + 0.1vw, 0.875rem);
}
@media screen and (max-width: 1200px) {
  .mv__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .mv__list {
    margin: 1.125rem auto 0;
    grid-gap: 0.3125rem;
    max-width: 85%;
  }
}

.mv__item {
  background-color: rgba(49, 52, 133, 0.2);
  color: #313485;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .mv__item {
    padding: 0.3125rem 0;
  }
}

.mv__link {
  max-width: 22.5rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .mv__link {
    margin-top: 1.875rem;
  }
}

/************************
    about
**************************/
.about {
  padding: 3.125rem 0 1.5rem;
  background-image: image-set(
    url("../images/about_bg.webp") type("image/webp") 1x,
    url("../images/about_bg.webp") type("image/webp") 2x,
    url("../images/about_bg.jpg") type("image/jpeg") 1x,
    url("../images/about_bg.jpg") type("image/jpeg") 2x
  );
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 2.3125rem 0 0;
    background-position: top;
  }
}

.about__post {
  max-width: 41.8125rem;
  width: 100%;
  margin-inline: auto;
  background-color: #e6e6ee;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid #a78431;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.3;
  clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 53%, calc(100% - 11px) 100%, 11px 100%, 0 50%);
}
.about__post::after,
.about__post::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/rectangle.svg);
  background-size: cover;
  background-position: center;
  width: 0.9375rem;
  height: 0.9375rem;
}
.about__post::before {
  left: 0.625rem;
}
.about__post::after {
  right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .about__post {
    padding: 0.875rem 2.1875rem;
    box-sizing: border-box;
    line-height: 1.3;
    font-size: clamp(0.688rem, 0.553rem + 0.67vw, 0.875rem);
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 767px) {
  .about .corner {
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(45deg) skew(25deg, 25deg);
  }
  .about .corner-left {
    left: -0.375rem;
  }
  .about .corner-right {
    right: -0.35rem;
  }
}

.--gold {
  color: #a78431;
}

.about-card {
  max-width: clamp(21.875rem, 7.714rem + 58.1vw, 60rem);
  margin: 4.9375rem auto 0;
  border: 0.125rem solid #1e2051;
  border-radius: 0.375rem;
  padding: 0 0 1.625rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(43, 55, 80, 0.08);
}
@media screen and (max-width: 767px) {
  .about-card {
    margin: 2.5rem auto 0;
    padding: 0 0 1rem;
  }
}

.about-card__title {
  background-image: image-set(
    url("../images/about-cards_bg.webp") type("image/webp") 1x,
    url("../images/about-cards_bg.webp") type("image/webp") 2x,
    url("../images/about-cards_bg.png") type("image/jpeg") 1x,
    url("../images/about-cards_bg.png") type("image/jpeg") 2x
  );
  background-size: 150% 150%;
  background-position: center;
  color: #fff;
  font-size: clamp(1.25rem, 0.971rem + 1.14vw, 2rem);
  text-align: center;
  padding: 0.875rem 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about-card__title {
    padding: 0.625rem 0;
  }
}
@media screen and (max-width: 767px) {
  .about-card__title span {
    display: inline-block;
    margin-top: 0.25rem;
  }
}

.about-card__img {
  max-width: clamp(14.438rem, 13.207rem + 14.05vw, 23.75rem);
  width: 100%;
  margin-inline: auto;
  border-radius: 0.1875rem;
}

.about-card__list {
  margin: 0 auto;
  font-size: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
  box-sizing: border-box;
}

.about-card__item {
  margin-top: 0.75rem;
  max-width: 36.875rem;
  width: 100%;
  margin-inline: auto;
  padding-left: 3.125rem;
  position: relative;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .about-card__item {
    margin-top: 0.5rem;
    padding: 0 0.9375rem 0 2.5rem;
    max-width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
.about-card__item:nth-child(1) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .about-card__item {
    box-sizing: border-box !important;
  }
  .about-card__item:nth-child(1) {
    margin-top: 1.25rem;
  }
}
.about-card__item::before {
  content: "";
  width: 1.3125rem;
  height: 1.3125rem;
  background-color: #c88800;
  position: absolute;
  margin-left: 0.875rem;
  top: 0.2rem;
  left: 0;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .about-card__item::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.about-card__item::after {
  content: "";
  width: 0.625rem;
  height: 0.25rem;
  border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
  position: absolute;
  top: 0.6rem;
  left: 1.125rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .about-card__item::after {
    width: 0.6rem;
    height: 0.3rem;
  }
}

.about-card__attention {
  color: #666666;
  line-height: 1.6;
  text-align: center;
  margin-top: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .about-card__attention {
    margin-top: 0.6875rem;
    padding-inline: 0.9375rem;
    text-align: left;
  }
}

/************************
    features
**************************/
.features {
  margin-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .features {
    margin-top: 4.125rem;
  }
}
.features .--ja {
  letter-spacing: -0.06em;
}

.features__lead {
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .features__lead {
    margin-top: 0.875rem;
  }
}
@media screen and (max-width: 450px) {
  .features__lead {
    text-align: left;
  }
}

.features__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .features__list {
    margin-top: 3.0625rem;
    grid-gap: 1.5625rem;
    grid-template-columns: 1fr;
  }
}

.features__item {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(43, 55, 80, 0.08);
  padding: 1.375rem 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .features__item {
    padding: 0.9375rem;
    max-height: 23.1875rem;
  }
}

.features__number {
  font-size: 0.6875rem;
  color: #888888;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.4;
  font-weight: 400;
}
.features__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/rectangle.svg);
  background-size: cover;
  background-position: center;
  width: 0.9375rem;
  height: 0.9375rem;
}
.features__number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.6875rem;
  width: -webkit-fill-available;
  transform: translateY(-50%);
  height: 1px;
  border-top: 1px #cdcdcd dashed;
}

.features__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.0625rem;
  padding: 1.4375rem 0.9375rem 1.4375rem 1.25rem;
  border-bottom: 1px #cdcdcd dashed;
}
@media screen and (max-width: 767px) {
  .features__content {
    flex-direction: column;
    gap: 0;
    padding: 1.875rem 0.3125rem 1.125rem;
    text-align: center;
  }
}

.features__picture {
  max-width: 3.75rem;
  width: 100%;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .features__picture {
    padding-bottom: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .features__icon {
    max-width: 3.75rem;
    margin-inline: auto;
  }
}

.features__text-area {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .features__text-area {
    margin-top: 1.875rem;
  }
}

.features__sub-name {
  font-size: clamp(0.75rem, 0.727rem + 0.1vw, 0.813rem);
}

.features__main-name {
  font-size: clamp(1.125rem, 0.986rem + 0.57vw, 1.5rem);
  line-height: 1.5;
}

.features__text {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .features__text {
    text-align: left;
  }
}

/************************
    trainer
**************************/
.trainer {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .trainer {
    margin-top: 5rem;
    padding-bottom: 73.0625rem;
  }
}

.trainer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.5rem;
}
@media screen and (max-width: 1023px) {
  .trainer__container {
    display: block;
    position: relative;
  }
}

.trainer__img-area {
  max-width: 26.5625rem;
  width: 100%;
  padding-top: 1.375rem;
}
@media screen and (max-width: 1023px) {
  .trainer__img-area {
    position: absolute;
    top: 6.5625rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.875rem;
    padding: 0;
  }
}

.trainer__picture {
  max-width: 26.5625rem;
}

@media screen and (max-width: 1023px) {
  .trainer__img {
    max-width: 15.625rem;
    margin-inline: auto;
  }
}

.trainer__name {
  font-family: "Inter", sans-serif;
  border: 1px solid #313485;
  background-color: #1e2051;
  color: #fff;
  text-align: center;
  padding: 1.1875rem 0;
  max-width: 20.125rem;
  width: 100%;
  margin: -2.9375rem auto 0rem;
  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: 1023px) {
  .trainer__name {
    max-width: 15.9375rem;
    margin-top: -1.6875rem;
    padding: 0.875rem 0 0.75rem;
  }
}

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

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

.trainer__sns {
  font-family: "Inter", sans-serif;
  margin: 1.875rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .trainer__sns {
    position: relative;
    margin: 0.9375rem auto 0;
    max-width: 18.0625rem;
  }
}

.trainer__sns-title {
  color: #313485;
  padding-right: 0.1875rem;
}
@media screen and (max-width: 1023px) {
  .trainer__sns-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
  }
}

.trainer__sns-item a {
  display: inline-block;
  font-size: 0.9375rem;
  margin-left: 0.8125rem;
  position: relative;
  text-decoration: underline;
  transition: 0.3s ease;
  font-weight: 400;
}
.trainer__sns-item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .trainer__sns-item a {
    position: absolute;
    top: 1.25rem;
    left: 0;
    margin-top: 0.3125rem;
  }
}
.trainer__sns-item a::before {
  content: "▶︎";
  font-size: 0.5rem;
  position: absolute;
  top: 0.375rem;
  left: -0.8125rem;
  color: #313485;
}

@media screen and (max-width: 1023px) {
  .--02 a {
    left: 5.3125rem;
  }
}

@media screen and (max-width: 1023px) {
  .--03 a {
    left: 10.6875rem;
  }
}

@media screen and (max-width: 1023px) {
  .--04 a {
    left: 12.875rem;
  }
}

.trainer__text-area {
  max-width: 41.875rem;
  width: 100%;
  text-align: left;
}

.trainer__title {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .trainer__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}

.trainer__title--en {
  justify-content: left;
}
@media screen and (max-width: 1023px) {
  .trainer__title--en {
    justify-content: center;
  }
}

.trainer__title--ja {
  letter-spacing: -0.01em;
}

.trainer__name-area {
  margin-top: 2.25rem;
  color: #313485;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  border-bottom: 1px #cdcdcd dashed;
}
@media screen and (max-width: 1023px) {
  .trainer__name-area {
    display: block;
    position: absolute;
    top: 32.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    margin-top: 0;
    padding-bottom: 0.625rem;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .trainer__name-area {
    width: 100%;
  }
}

.trainer__name--right {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.trainer__position--right {
  font-size: 0.8125rem;
  font-weight: 400;
}

.trainer__description {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .trainer__description {
    position: absolute;
    top: 37.5625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .trainer__description {
    width: 100%;
    margin-top: 0;
  }
}

.trainer__achievement-list {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  max-width: 31.25rem;
  width: 100%;
  margin-top: 1.875rem;
  background-color: #e6e6ee;
  padding: 1.25rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .trainer__achievement-list {
    position: absolute;
    top: 51.9375rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 50rem;
    margin-top: 0rem;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .trainer__achievement-list {
    width: 100%;
  }
}

.trainer__achievement-item {
  max-width: 28.1875rem;
  width: 100%;
  padding-left: 1.25rem;
  position: relative;
  margin-top: 0.0625rem;
  line-height: 1.9;
  font-weight: 400;
}
.trainer__achievement-item::before {
  content: "⚫︎";
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: -0.1875rem;
  color: #c88800;
  transform: translateY(-50%);
}
.trainer__achievement-item:nth-of-type(1) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .trainer__achievement-item {
    max-width: 28.125rem;
    line-height: 1.8;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .trainer__achievement-item {
    max-width: 19.375rem;
  }
  .trainer__achievement-item::before {
    top: 20%;
  }
}

/************************
    curriculum
**************************/
.curriculum {
  margin-top: 6.5rem;
  padding: 6.25rem 0 6.4375rem;
  background-image: image-set(
    url("../images/curriculum_bg-pc.webp") type("image/webp") 1x,
    url("../images/curriculum_bg-pc.webp") type("image/webp") 2x,
    url("../images/curriculum_bg-pc.jpg") type("image/jpeg") 1x,
    url("../images/curriculum_bg-pc.jpg") type("image/jpeg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .curriculum {
    background-image: image-set(
      url("../images/curriculum_bg-sp.webp") type("image/webp") 1x,
      url("../images/curriculum_bg-sp.webp") type("image/webp") 2x,
      url("../images/curriculum_bg-sp.jpg") type("image/jpeg") 1x,
      url("../images/curriculum_bg-sp.jpg") type("image/jpeg") 2x
    );
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 0rem;
    padding-bottom: 4.625rem;
  }
}

.curriculum__bg-img {
  max-width: 52.5625rem;
  width: 100%;
  position: absolute;
  top: -2.8125rem;
  left: 0;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .curriculum__bg-img {
    max-width: 100%;
    opacity: 0.5;
    top: 0;
    height: 50% !important;
  }
}

.curriculum__inner {
  max-width: 60rem;
  width: 100%;
  margin-inline: auto;
}

.curriculum__title--en {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .curriculum__title--en {
    font-size: 0.9375rem;
  }
}

.curriculum__title--ja {
  color: #fff;
  margin-top: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.curriculum__lead {
  max-width: 41.0625rem;
  width: 100%;
  margin: 1.875rem auto 0;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .curriculum__lead {
    margin-top: 1.25rem;
    text-align: left;
    font-size: 0.9375rem;
  }
}

.curriculum__detail {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .curriculum__detail {
    margin-top: 2.5rem;
  }
}

.curriculum__period {
  color: #313485;
  padding: 0.1875rem 0.3125rem;
  background-color: #fff;
  font-size: 1rem;
}

.curriculum--day {
  letter-spacing: 0.05em;
  font-size: 1rem;
  font-weight: 400;
}

.curriculum__schedule {
  font-size: 0.9375rem;
  max-width: 17.4375rem;
  margin: 2.1875rem auto 0;
  position: relative;
  line-height: 1;
  font-weight: 400;
}
.curriculum__schedule::before,
.curriculum__schedule::after {
  content: "";
  width: 1.5625rem;
  height: 0.0625rem;
  transform-origin: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #acadcd;
}
.curriculum__schedule::before {
  left: 0;
}
.curriculum__schedule::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .curriculum__schedule {
    margin-top: 2.5rem;
  }
}

.curriculum__link a {
  max-width: 18.1875rem;
  margin: 0.625rem auto 0;
  padding: 0.375rem;
  gap: 0.9375rem;
}
.curriculum__link .link-icon {
  width: 3rem;
  height: 3rem;
}
.curriculum__link .link-icon::after {
  padding: 0.90625rem 1.125rem;
}

.curriculum__accordion {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .curriculum__accordion {
    margin-top: 2.5rem;
  }
}

.curriculum__item {
  margin-top: 0.59375rem;
  background-color: #fff;
  border-radius: 0.375rem;
}

.curriculum__accordion-title {
  box-sizing: border-box !important;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: relative;
  width: 100%;
  color: #1e2051;
  cursor: pointer;
  padding: 1.1875rem 1.25rem 1.1875rem 1.875rem;
  transition: 0.3s ease;
}
.curriculum__accordion-title:hover {
  opacity: 0.5;
}
.curriculum__accordion-title::before,
.curriculum__accordion-title::after {
  content: "";
  background-color: #c88800;
  border-radius: 0.375rem;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
}
.curriculum__accordion-title::before {
  width: 0.125rem;
  height: 0.875rem;
  right: 2.4375rem;
}
.curriculum__accordion-title::after {
  width: 0.875rem;
  height: 0.125rem;
  right: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .curriculum__accordion-title {
    padding: 1.125rem 2.625rem 0.9375rem 0.75rem;
    flex-direction: column;
    align-items: baseline;
    gap: 0.625rem;
    text-align: left;
  }
  .curriculum__accordion-title::before {
    right: 1.3125rem;
  }
  .curriculum__accordion-title::after {
    right: 0.9375rem;
  }
}

.curriculum__item[open] .curriculum__accordion-title::before {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

.curriculum__number {
  font-size: 0.75rem;
  position: relative;
  padding-left: 1.375rem;
  font-weight: 400;
}
.curriculum__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/rectangle.svg);
  background-size: cover;
  background-position: center;
  width: 0.9375rem;
  height: 0.9375rem;
}

.curriculum__name {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.curriculum__content {
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 1.5625rem 0 1.875rem;
  margin: 0 1.875rem;
  background-color: #fff;
  border-radius: 0 0 0.375rem 0.375rem;
  border-top: 1px #cdcdcd dashed;
  text-align: left;
  overflow: hidden;
  transition: max-height 0.6s ease;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .curriculum__content {
    padding: 1.125rem 0 1.25rem;
    margin: 0 0.75rem;
  }
}

/************************
    price
**************************/
.price {
  background-color: #f5f5f5;
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 2.5rem 0 3.75rem;
  }
}

.price__plan {
  max-width: 60rem;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(43, 55, 80, 0.08);
  padding: 2.5rem 0 3.5625rem;
}
@media screen and (max-width: 767px) {
  .price__plan {
    padding: 2.375rem 2.59375rem 4.0625rem;
    box-sizing: border-box !important;
  }
}

.price__title--ja {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .price__title--ja {
    margin-top: 0.625rem;
  }
}

.price__amount {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
}

.price__amount--tax-excluded {
  font-size: clamp(2.813rem, 2.746rem + 0.28vw, 3rem);
  color: #cf4344;
  max-width: 18rem;
  width: 100%;
  margin-inline: auto;
  line-height: 1;
}
.price__amount--tax-excluded .--small {
  margin-left: 0.375rem;
  font-size: 1rem;
}

.price__amount--tax-included {
  font-size: 1.125rem;
  color: #888888;
  margin-top: 0.625rem;
  line-height: 1;
  font-weight: 400;
}
.price__amount--tax-included .--small {
  font-size: 0.875rem;
}

.price__option-list {
  margin: 1.5625rem auto 0;
  max-width: 32.8125rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.59375rem 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__option-list {
    margin-top: 2.5rem;
    grid-gap: 0.9375rem 0.625rem;
  }
}
@media screen and (max-width: 450px) {
  .price__option-list {
    max-width: 15.875rem;
  }
}

.price__option {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #a78431;
  padding: 0.875rem 0;
  border: 0.0625rem solid #a78431;
  background-color: #e6e6ee;
  line-height: 1.3;
  clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 50%, calc(100% - 11px) 100%, 11px 100%, 0 50%);
  position: relative;
}
.price__option::after,
.price__option::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/rectangle.svg);
  background-size: cover;
  background-position: center;
  width: 0.9375rem;
  height: 0.9375rem;
}
.price__option::before {
  left: 0.625rem;
}
.price__option::after {
  right: 0.625rem;
}

.price__attention {
  font-size: 0.8125rem;
  margin-top: 1.125rem;
  text-align: center;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .price__attention {
    margin-top: 2.5rem;
    line-height: 1.6;
    text-align: left;
  }
}

.price__link a {
  max-width: 37.5rem;
  width: 100%;
  gap: 9.4375rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .price__link a {
    margin: 2.5rem auto 0;
    max-width: 18.1875rem;
    width: 100%;
    gap: 0.9375rem;
  }
}
.price__link .link-icon {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .price__link .link-icon {
    width: 3rem;
    height: 3rem;
  }
}

/************************
    process
**************************/
.process {
  padding: 6.25rem 0 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .process {
    padding-top: 3.75rem;
  }
}

.process__title--en {
  font-size: 0.9375rem;
}

.process__title--ja {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .process__title--ja {
    margin-top: 0.625rem;
  }
}

.process__list {
  max-width: 52.875rem;
  width: 100%;
  margin: 3.75rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .process__list {
    margin-top: 2.5rem;
    gap: 0.5rem 0;
  }
}

.process__item--card {
  max-width: 15.625rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .process__item--card {
    max-width: 11.875rem;
    gap: 0.5rem 0;
    padding: 0rem 0.625rem 0.125rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .process__item--card {
    max-width: 10.3125rem;
    height: 12rem;
  }
}

.process__item--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .process__item--arrow {
    display: none;
  }
}

.process__picture {
  max-width: 2.25rem;
  width: 100%;
  background-color: #e6e6ee;
  border-radius: 100%;
  padding: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .process__picture {
    max-width: 1.5625rem;
    padding: 1.75rem;
  }
}

.process__title {
  line-height: 1.3;
}

.process__number {
  font-size: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
  color: #313485;
}

.process__name {
  font-size: clamp(0.938rem, 0.868rem + 0.29vw, 1.125rem);
  margin-left: clamp(0.5rem, 0.337rem + 0.67vw, 0.938rem);
  letter-spacing: 0.05em;
}

.process__text {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .process__text {
    text-align: left;
  }
}

.process__next {
  max-width: 60rem;
  width: 100%;
  margin: 2.1875rem auto 0;
  padding: 2.5rem 2.5rem 2.125rem;
  background-color: #e6e6ee;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .process__next {
    margin-top: 3.75rem;
    padding: 2.5rem 1.25rem;
  }
}

.process__outcome {
  display: flex;
  align-items: center;
  gap: 4.375rem;
  border-bottom: 1px #acadcd dashed;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .process__outcome {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.process__medal-img {
  margin-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .process__medal-img {
    margin-left: 0;
  }
}

.process__figure {
  max-width: 24.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .process__figure {
    max-width: 17.75rem;
    margin: 0 auto;
  }
}

.process-outcome-text {
  max-width: 36.25rem;
  width: 100%;
  margin-top: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .process-outcome-text {
    margin-top: 1.75rem;
  }
}

.process__stepUp {
  margin-top: 1.25rem;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.process__stepUp-title {
  font-size: clamp(1.25rem, 1.157rem + 0.38vw, 1.5rem);
  color: #1e2051;
}

.process__stepUp-text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .process__stepUp-text {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .process__stepUp-text {
    text-align: left;
  }
}

.process__stepUp-list {
  max-width: 30.8125rem;
  width: 100%;
  text-align: left;
  margin: 0.9375rem auto 0;
  font-size: 1rem;
}

.process__stepUp-item {
  padding-left: 2.1875rem;
  position: relative;
  letter-spacing: 0;
}
.process__stepUp-item::before {
  content: "→";
  font-size: 0.5rem;
  color: #fff;
  background-color: #c88800;
  padding: 0.25rem 0.375rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.process__stepUp-item:nth-of-type(2) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .process__stepUp-item:nth-of-type(2) {
    margin-top: 0.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .process__stepUp-item {
    padding-left: 1.875rem;
  }
  .process__stepUp-item::before {
    padding: 0.125rem 0.25rem;
  }
}
@media screen and (max-width: 450px) {
  .process__stepUp-item::before {
    top: 25%;
  }
}

/************************
    learning-start
**************************/
.learning-start {
  padding: 5.9375rem 0 3.3125rem;
  background-image: image-set(
    url("../images/learning-start_bg-pc.webp") type("image/webp") 1x,
    url("../images/learning-start_bg-pc.webp") type("image/webp") 2x,
    url("../images/learning-start_bg-pc.jpg") type("image/jpeg") 1x,
    url("../images/learning-start_bg-pc.jpg") type("image/jpeg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .learning-start {
    background-image: image-set(
      url("../images/learning-start_bg-sp.webp") type("image/webp") 1x,
      url("../images/learning-start_bg-sp.webp") type("image/webp") 2x,
      url("../images/learning-start_bg-sp.jpg") type("image/jpeg") 1x,
      url("../images/learning-start_bg-sp.jpg") type("image/jpeg") 2x
    );
    padding: 5rem 0 7.5625rem;
  }
}

.learning-start__title {
  max-width: 32.9375rem;
  width: 100%;
}

.learning-start__text {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #1e2051;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .learning-start__text {
    margin-top: 2.1875rem;
  }
}

.learning-start__link a {
  max-width: 18.1875rem;
  margin-top: 2.1875rem;
  gap: 0.9375rem;
  padding: 0.375rem;
}
.learning-start__link .link-icon {
  width: 3rem;
  height: 3rem;
}
.learning-start__link .link-icon::after {
  padding: 0.90625rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .learning-start__link a {
    margin: 4.5625rem auto 0;
  }
}

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

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

.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 17.125rem;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.375rem 0.375rem 0.375rem 1.5rem;
  border-radius: 0.1875rem;
  margin: 2.4375rem auto 0;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.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--icon {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.0625rem;
  padding: 0.75rem;
}

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

.contact--icon {
  background-color: #bf4b4c;
}

.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;
} /*# sourceMappingURL=style.css.map */
