@charset "UTF-8";
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
/* ===============================
  共通
=============================== */
img:nth-child(2) {
  cursor: unset;
  position: unset;
  top: unset;
  left: unset;
  transform: unset;
}

p {
  margin: 0;
}

a:hover {
  color: inherit;
}

section.section {
  background: unset;
}

html .overlay-color-primary:not(.no-skin)::before {
  background-color: unset !important;
}

.mb-5-5 {
  max-width: 100%;
}

/* コンテンツ幅
------------------------------*/
.inner {
  max-width: 90%;
  margin: 0 auto;
  width: 1024px;
}

/* 斜め背景
------------------------------*/
.u-bg-slant {
  background: #f7f7f7;
  position: relative;
}
.u-bg-slant::after, .u-bg-slant::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 100%;
  height: min(300px, 15.625vw);
}
.u-bg-slant::after {
  bottom: 0;
  left: 0;
  transform: skewY(-3.1deg) translateY(50%);
}
.u-bg-slant::before {
  top: 0;
  left: 0;
  transform: skewY(3.1deg) translateY(-50%) rotate(180deg);
}

/* タイトル
------------------------------*/
.c-sec-title {
  font-weight: 500;
  line-height: 1.4117647059;
  text-align: center;
  color: #0088cc;
  letter-spacing: 0.05em;
  font-size: 1.8em !important;
}
.c-subtitle {
  font-size: min(30px, 2.2388059701vw);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-subtitle {
    font-size: min(30px, 4vw);
  }
}

/* テキスト色
------------------------------*/
.u-text-wh {
  color: #fff;
}

/* ボタン
------------------------------*/
.c-btn {
  display: inline-block;
  width: 100%;
  background: #0088cc;
  border-radius: 10px;
  font-size: min(28px, 2.0895522388vw);
  font-weight: 400;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1.34em 0;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.357em;
  transform: translateY(-50%);
  background: url(../image/img_diamond.png) no-repeat center center/contain;
  width: 1.857em;
  aspect-ratio: 107/101;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6em;
  transform: translateY(-50%);
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 0.4em;
  aspect-ratio: 10/20;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: min(28px, 3.7333333333vw);
  }
  .c-btn::before {
    left: 1.2em;
  }
}

/* 画像
------------------------------*/
img {
  width: 100%;
}

/* 概要ブロック
------------------------------*/
.c-summary {
  background: #0088cc;
  padding: 155px 0;
}
@media (max-width: 767px) {
  .c-summary {
    padding: 15% 0 8.2%;
  }
}

.c-summary__list {
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 10%;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
@media (max-width: 767px) {
  .c-summary__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 110%;
    margin-top: 17%;
  }
}

.c-summary__item {
  width: 31.0344827586%;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .c-summary__item {
    width: 44%;
  }
  .c-summary__item:nth-child(2) {
    margin-left: 5.3333333333%;
  }
  .c-summary__item:nth-child(3) {
    margin-top: 4%;
  }
}

.c-summary__number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -54%);
  width: 14%;
}

.c-summary__image {
  width: 100%;
  margin: 22% 0 5%;
}
.c-summary__image img {
  aspect-ratio: 216/107;
  -o-object-fit: contain;
     object-fit: contain;
  width: 60%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .c-summary__image2 {
    margin: 25% 0 10%;
  }
}
@media (max-width: 767px) {
  .c-summary__image2 {
    margin: 25% 0 10%;
  }
}

.c-summary__text {
  font-size: min(23px, 1.7164179104vw);
  font-weight: 500;
  line-height: 1.6956521739;
  text-align: center;
}
@media (max-width: 767px) {
  .c-summary__text {
    font-size: 1em !important;
    line-height: 1.5;
  }
}

/* ブロック
------------------------------*/
.c-block > * {
  position: relative;
  z-index: 10;
}

.c-block__number {
  display: block;
  width: 4.3%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-block__number {
    width: 7.8666666667%;
  }
}

.c-block__heading {
  font-size: min(34px, 2.5373134328vw);
  font-weight: 500;
  line-height: 1.6956521739;
  text-align: center;
  color: #0088cc;
  padding-bottom: 1.7em;
  border-bottom: 1px solid #999999;
  margin-top: 1.7em;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .c-block__heading {
    font-size: min(34px, 4.5333333333vw);
    width: 111.1111111111%;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-bottom: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-block__text {
  font-size: min(23px, 1.7164179104vw);
  font-weight: 300;
  line-height: 1.6956521739;
  letter-spacing: 0.02em;
  padding: 0 7.4em;
  margin: 2.7em 0 5em;
}
.c-block__text.no-padding {
  padding: 0;
}
@media (max-width: 767px) {
  .c-block__text {
    font-size: min(23px, 3.0666666667vw);
    padding: 0 1em;
    margin: 1.5em 0 4em;
  }
}

.c-block__image {
  width: 59.7014925373%;
  margin: 0 auto;
}
.c-block__image.large {
  width: 86%;
}
.c-block__image.mt-9 {
  margin-top: 9%;
}
.c-block__image.mb-9 {
  margin-bottom: 9%;
}
@media (max-width: 767px) {
  .c-block__image {
    width: 104%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .c-block__image.large {
    width: 110%;
  }
}

.features__content {
  margin-top: 13%;
}
@media (max-width: 767px) {
  .features__content {
    margin-top: 24%;
  }
}

.c-block__button {
  width: 50%;
  margin: 0 auto;
  margin-top: 7.4626865672%;
}
.c-block__button p {
  font-size: min(23px, 1.7164179104vw);
  font-weight: 500;
  line-height: 1.6956521739;
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .c-block__button {
    width: 96%;
  }
  .c-block__button p {
    font-size: min(23px, 3.0666666667vw);
    font-size: 1.2em !important;
  }
}

.c-block__list {
  padding-left: 0;
}
.c-block__list li {
  list-style: none;
  font-size: 1.2em !important;
  font-weight: 300;
  line-height: 1.6956521739;
}
.c-block__list li:nth-child(n+2) {
  margin-top: 1.7em;
}
.c-block__list li h3 {
  font-size: 1.2em !important;
  font-weight: 700;
  line-height: 1.56;
  color: #0088cc;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.c-block__list li p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-block__list li {
    font-size: min(23px, 3.0666666667vw);
  }
  .c-block__list li h3 {
    font-size: min(25px, 3.3333333333vw);
  }
}

.c-block-item:nth-child(n+2) {
  margin-top: 6.7164179104%;
}
.c-block-item p {
  margin-top: 4%;
}

[data-appear-animation] {
  opacity: 0;
  transition: opacity 0.3s;
}
[data-appear-animation].appear-animation-visible {
  opacity: 1;
}

@media (min-width: 768px) {
  .c-unk {
    scroll-margin-top: 70px;
  }
}

#about2 {
  position: absolute;
  top: max(-160px, -8.3333333333vw);
  left: 0%;
}

#features2 {
  position: absolute;
  top: max(-200px, -10.4166666667vw);
  left: 0%;
}
/*# sourceMappingURL=common.css.map */