@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
:root {
  --text-josefin: "Josefin Sans", sans-serif;
  --text-roboto: "Roboto", sans-serif;
  --sukaene-orange: #f05700;
  --sukaene-blue: #30aacb;
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
}

.-noscroll {
  overflow: hidden;
}

.-shadow {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.-pc {
  display: block;
}

.-sp {
  display: none;
}

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

  .-sp {
    display: block;
  }
}

.-wb {
  display: inline-block;
}

main {
  margin-top: 120px;
}

@media (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

section {
  position: relative;
}

.text {
  text-align: justify;
}

.title-block {
  text-align: center;
}

@media (max-width: 768px) {
  .title-block {
    max-width: 600px;
    margin: 0 auto;
  }
}

.title-block .en {
  font-family: var(--text-josefin);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--sukaene-orange);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .title-block .en {
    font-size: 1.6rem;
  }
}

.title-block .title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media (max-width: 768px) {
  .title-block .title {
    font-size: 2.6rem;
  }
}

.title-block .text {
  text-align: center;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .title-block .text {
    text-align: justify;
    margin-top: 30px;
  }
}

/****** CTAボタン ******/
.btn__supportArea {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .btn__supportArea {
    margin-top: 8px;
    font-size: 11px;
  }
}

/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ header ↓↓↓ */
header {
  width: 100%;
  height: 90px;
  padding: 15px 15px 15px 45px;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  container-type: inline-size;
}

@media (max-width: 1110px) {
  header {
    padding: 15px 2.7027cqw;
  }
}

@media (max-width: 768px) {
  header {
    height: 60px;
    padding: 0 0 0 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  }
}

header .logo {
  /* width: 136px; */
  width: 199px;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 769px) {
  header .logo:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  header .logo {
    width: 100%;
    /* max-width: 88px; */
    max-width: 140px;
  }
}

header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

header .tel-group {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 768px) {
  header .tel-group {
    position: absolute;
    top: 0;
    right: 70px;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }

  header .tel-group::before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    width: 18px;
    height: 100%;
    background-color: #fff;
  }
}

header .tel-group .group {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  header .tel-group .group {
    height: 33px;
  }
}

header .tel-group .icon {
  width: 32px;
  display: block;
}

@container (max-width: 1110px) {
  header .tel-group .icon {
    width: 3.048cqw;
  }
}

@media (max-width: 768px) {
  header .tel-group .icon {
    width: 32px;
    translate: 0 6px;
  }
}

header .tel-group .tel {
  padding-left: 10px;
  font-family: var(--text-roboto);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

@container (max-width: 1110px) {
  header .tel-group .tel {
    font-size: 3.80953cqw;
  }
}

@media (max-width: 768px) {
  header .tel-group a {
    width: 0;
    overflow: hidden;
    transition: width 300ms 300ms ease;
  }

  header .tel-group.is-open a {
    width: 225px;
    height: 33px;
    transition: width 300ms 0s ease;
  }

  header .tel-group .tel {
    font-size: 3.3rem;
    display: block;
    translate: 0 100%;
    transition: translate 300ms 0s ease;
  }

  header .tel-group.is-open .tel {
    translate: 0 0;
    transition: translate 300ms 300ms ease;
  }
}

header .tel-group .time {
  margin-top: 2px;
  margin-left: 42px;
  font-size: 1.34rem;
  line-height: 1;
  letter-spacing: 0;
  color: #5c5c5c;
  overflow: hidden;
}

@container (max-width: 1110px) {
  header .tel-group .time {
    margin-left: 4cqw;
    font-size: 1.25cqw;
  }
}

@media (max-width: 768px) {
  header .tel-group .time {
    width: 0;
    height: 11px;
    margin-top: 0;
    margin-left: 43px;
    font-size: 1.1rem;
    transition: width 300ms 300ms ease;
  }

  header .tel-group.is-open .time {
    width: 214px;
    transition: width 300ms 0s ease;
  }

  header .tel-group .time span {
    display: block;
    translate: 0 100%;
    transition: translate 300ms 0s ease;
  }

  header .tel-group.is-open .time span {
    translate: 0 0;
    transition: translate 300ms 300ms ease;
  }
}

header .contactBtn {
  width: 335px;
  height: 60px;
  border: 1px solid var(--sukaene-orange);
  border-radius: 10px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 25px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--sukaene-orange);
  background: linear-gradient(
    0deg,
    rgba(230, 50, 0, 1) 0%,
    rgba(255, 121, 51, 1) 100%
  );
  transition: opacity 300ms 0s ease;
}

@container (max-width: 1110px) {
  header .contactBtn {
    width: max(30.667cqw, 250px);
    font-size: 1.90471cqw;
    padding-right: 2.3809cqw;
  }
}

@media (min-width: 769px) {
  header .contactBtn:hover {
    opacity: 0.7;
  }
}

header .contactBtn .circle {
  display: grid;
  place-content: center;
  width: 38px;
  aspect-ratio: 1/1;
  height: max-content;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--sukaene-orange);
  background-color: #fff;
  margin-right: 8px;
}

@container (max-width: 1110px) {
  header .contactBtn .circle {
    width: 3.62cqw;
    font-size: 1.23806cqw;
  }
}

header .contactBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/contact-arrow.svg) no-repeat;
  background-size: contain;
}

@container (max-width: 1110px) {
  header .contactBtn::after {
    right: 10px;
    width: 1.905cqw;
  }
}

@media (max-width: 768px) {
  header .contactBtn::after {
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
header .btn__supportArea {
  margin-top: 8px;
  font-size: 10px;
}

header .navi {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
}

@media (max-width: 768px) {
  header .navi {
    height: calc(100vh - 130px);
    height: calc(100dvh - 130px);
    padding: 10px 25px 0 25px;
    overflow-y: scroll;
    display: none;
  }
}

header .navi ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 768px) {
  header .navi ul {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
}

header .navi li {
  height: 100%;
}

@media (max-width: 768px) {
  header .navi li {
    width: 100%;
    height: auto;
  }
}

header .navi li a {
  display: block;
  padding: 0 12px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text-color);
}

@container (max-width: 1110px) {
  header .navi li a {
    padding: 0 1.14cqw;
    font-size: 1.33cqw;
  }
}

@media (max-width: 768px) {
  header .navi li a {
    padding: 15px 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #ddd;
  }

  header .navi li:last-of-type a {
    border-bottom: 0;
  }
}

.bugger {
  display: none;
}

@media (max-width: 768px) {
  .bugger {
    display: block;
    width: 60px;
    height: 100%;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    background-color: var(--sukaene-blue);
  }
}

.bugger .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 28px;
  height: 18px;
  position: relative;
}

.bugger .wrap span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 300ms 0s ease;
  transform-origin: left center;
}

.bugger .wrap span:nth-of-type(1) {
  top: 0;
}

.bugger .wrap span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.bugger .wrap span:nth-of-type(3) {
  bottom: 0;
}

.bugger.is-open span:nth-of-type(1) {
  rotate: 45deg;
  translate: 4px -2px;
}

.bugger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.bugger.is-open span:nth-of-type(3) {
  rotate: -45deg;
  translate: 4px 2px;
}

/* ↑↑↑ header ↑↑↑ */

/****** supportArea ******/
.supportArea {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  width: fit-content;
  margin-inline: auto;
}
.supportArea__ttl {
  flex-shrink: 0;
  background-color: var(--sukaene-orange);
  border-radius: 3px;
  padding: 1px 10px;
  font-size: 14px;
}
.supportArea__txt {
  font-size: 16px;
}

@media (max-width: 768px) {
  .supportArea {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    gap: 5px 10px;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .supportArea__ttl {
    flex-shrink: 0;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 12px;
  }
  .supportArea__txt {
    font-size: 14px;
  }
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
}

@media screen and (max-width: 768px) {
  .fv {
  }
}

.fv .inner {
  height: 100%;
  padding: 35px 20px 0;
}

@media (max-width: 768px) {
  .fv .inner {
    padding: 5px 20px 0;
  }
}

.fv .copy {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .fv .copy {
    max-width: 335px;
  }
}

.fv .bottom {
  max-width: 1086px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .fv .bottom {
    max-width: 335px;
    margin: -10px auto 0;
  }
}

.fv .deco-a {
  position: absolute;
  width: 660px;
  translate: -50% 0;
  bottom: 0;
  left: 50%;
}

@media (max-width: 768px) {
  .fv .deco-a {
    width: 275px;
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ campaign ↓↓↓ */

.campaign {
  position: relative;
  padding: 70px 0 70px;
  background: repeating-linear-gradient(
    -45deg,
    #f7f7f7,
    #f7f7f7 15px,
    #fbfbfb 0,
    #fbfbfb 30px
  );
  z-index: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .campaign {
    padding: 50px 0 50px;
  }
}

.campaign::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 235, 0, 0.1);
}

.campaign .inner {
  position: relative;
  max-width: 940px;
  width: 100%;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .campaign .inner {
    max-width: 100%;
    padding: 0 20px 0;
  }
}

.campaign__ttl {
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.032em;
  line-height: 1.5;
  color: #00a0e6;
  text-align: center;
}
.campaign__lead {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  margin-top: 40px;
}
.campaignPhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 40px;
  margin-top: 50px;
}
.campaignPhoto__img {
}
.campaignPhoto img {
  max-width: 100%;
}
.campaign__btmTxt {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #292f89;
}

@media (max-width: 768px) {
  .campaign__ttl {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.032em;
    line-height: 1.5;
    color: #00a0e6;
    text-align: center;
  }
  .campaign__lead {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    margin-top: 30px;
  }
  .campaignPhoto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px 40px;
    margin-top: 30px;
  }
  .campaignPhoto img {
    width: 430px;
  }
  .campaign__btmTxt {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
  }
}

/* ↑↑↑ campaign ↑↑↑ */

/*――――――――――――――――――――――――――――――――――――――――――――
/* winter
――――――――――――――――――――――――――――――――――――――――――――――*/
.winter {
  padding: 100px 50px 100px;
}
.winter .inner {
  width: 100%;
  max-width: 836px;
  margin-inline: auto;
}
.winter__ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}
.winter__ttl strong {
  font-size: 70px;
  color: #00a0e6;
  margin-inline: 5px;
}
.winter__lead {
  margin-bottom: 60px;
  line-height: 2;
  font-size: 16px;
}
.winter__graph {
  margin-bottom: 50px;
  width: 100%;
  max-width: 738px;
  margin-inline: auto;
}
.winterList {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px 0;
}
.winterList__item {
}
.winterList__ttl {
  margin-bottom: 40px;
}
.winterList__ttl .txt01 {
  display: block;
  width: 100%;
  background-color: #00a0e6;
  padding: 12px 20px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.winterList__ttl .txt02 {
  margin-top: 20px;
}
.winterList__img {
}

@media (max-width: 768px) {
  .winter {
    padding: 60px 15px 60px;
  }
  .inner {
    width: 100%;
    max-width: 836px;
    margin-inline: auto;
  }
  .winter__ttl {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .winter__ttl strong {
    font-size: 40px;
    color: #00a0e6;
    margin-inline: 2px;
  }
  .winter__lead {
    margin-bottom: 40px;
    font-size: 15px;
  }
  .winterList {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px 0;
  }
  .winterList__item {
  }
  .winterList__ttl {
    margin-bottom: 20px;
  }
  .winterList__ttl .txt01 {
    padding: 10px 20px;
    font-size: 16px;
  }
  .winterList__ttl .txt02 {
    margin-top: 20px;
  }
  .winterList__img {
  }
}

/* ↓↓↓ manga ↓↓↓ */
.manga {
  background: url(../img/manga-bg_pc.jpg);
  background-size: cover;
}

@media (max-width: 768px) {
  .manga {
    background: url(../img/manga-bg_sp.jpg);
    background-size: cover;
  }
}

.manga .inner {
  padding: 25px 0 120px;
}

@media (max-width: 768px) {
  .manga .inner {
    padding: 40px 0 100px;
  }
}

.manga .title-block {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .manga .title-block {
    max-width: 600px;
  }
}

.manga .manga-btn {
  position: relative;
  max-width: 790px;
  width: 100%;
  margin: max(-120px, -9.375vw) auto 0;
}

@media (max-width: 768px) {
  .manga .manga-btn {
    width: 375px;
    margin: 0 auto;
  }
}

.manga .manga-btn .btn-area {
  cursor: pointer;
  position: absolute;
  translate: -51% 0;
  top: 100px;
  left: 50%;
  width: 750px;
  height: 126px;
  border-radius: 67px;
  background: url(../img/manga-btntxt_pc.png);
  background-size: cover;
  transition: opacity 0.3s ease;
}

@media (min-width: 769px) {
  .manga .manga-btn .btn-area:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .manga .manga-btn .btn-area {
    translate: -50% 0;
    top: 25px;
    left: 50%;
    width: 335px;
    height: 86px;
    border-radius: 43px;
    background: initial;
  }
}

.manga .sample {
  max-width: 708px;
  margin: 25px auto 0;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .manga .sample {
    max-width: 600px;
    width: calc(100% - 15px * 2);
  }
}

/* ↑↑↑ manga ↑↑↑ */

/* ↓↓↓ about ↓↓↓ */
.about {
  background-size: auto auto;
  background-color: rgba(245, 248, 249, 1);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 12px,
    rgba(241, 244, 245, 1) 12px,
    rgba(241, 244, 245, 1) 24px
  );
}

.about .inner {
  position: relative;
  max-width: calc(1280px + 20px * 2);
  margin: 0 auto;
  padding: 120px 20px;
}

@media (max-width: 768px) {
  .about .inner {
    padding: 80px 20px;
  }
}

.about .attention-block {
  max-width: 660px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--sukaene-orange);
  background-color: #fff;
  margin: 24px auto 0;
  padding: 25px 0;
}

@media (max-width: 768px) {
  .about .attention-block {
    max-width: 600px;
    padding: 20px 15px;
  }
}

.about .attention-block .text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--sukaene-orange);
}

@media (max-width: 768px) {
  .about .attention-block .text {
    text-align: justify;
  }
}

.about .attention-block .image {
  width: 490px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .about .attention-block .image {
    width: 286px;
  }
}

.about .box.-order01 {
  position: relative;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .about .box.-order01 {
    margin-top: 65px;
  }
}

.about .box.-order01 .deco-a {
  position: absolute;
  width: min(280px, 21.876vw);
  top: -14.0625vw;
  left: 0;
}

@media (max-width: 768px) {
  .about .box.-order01 .deco-a {
    width: 100px;
    top: -50px;
  }
}

.about .box.-order01 .phrase-block {
  text-align: center;
}

@media (max-width: 768px) {
  .about .box.-order01 .phrase-block {
    max-width: 600px;
    margin: 0 auto;
  }
}

.about .box.-order01 .phrase-block .phrase {
  position: relative;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--sukaene-orange);
  padding-top: 55px;
}

@media (max-width: 768px) {
  .about .box.-order01 .phrase-block .phrase {
    font-size: 2.6rem;
  }
}

.about .box.-order01 .phrase-block .phrase::before {
  content: "";
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: 84px;
  height: 33px;
  background: url(../img/phrase-deco.png) no-repeat;
  background-size: cover;
}

.about .box.-order01 .phrase-block .text {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .about .box.-order01 .phrase-block .text {
    font-size: 3.2rem;
    line-height: 1.375;
  }
}

.about .box.-order01 .content-block {
  max-width: 836px;
  width: 100%;
  margin: 45px auto 0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .about .box.-order01 .content-block {
    max-width: 600px;
  }
}

.about .box.-order01 .content-block .lead {
  position: relative;
  width: 100%;
  height: 50px;
  display: grid;
  place-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: var(--sukaene-blue);
}

@media screen and (max-width: 768px) {
  .about .box.-order01 .content-block .lead {
    height: 32px;
    font-size: 1.6rem;
  }
}

.about .box.-order01 .content-block .lead::before {
  content: "";
  position: absolute;
  translate: -50% 100%;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: var(--sukaene-blue) transparent transparent transparent;
}

.about .box.-order01 .content-block .content {
  width: 100%;
  padding: 50px 20px;
}

@media screen and (max-width: 768px) {
  .about .box.-order01 .content-block .content {
    padding: 32px 0 0;
  }
}

.about .box.-order01 .content-block .content .image {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

/* ↑↑↑ about ↑↑↑ */

/* ↓↓↓ plan ↓↓↓ */
.plan {
  background-color: #e0f2f7;
}

.plan .inner {
  position: relative;
  max-width: calc(1280px + 20px * 2);
  margin: 0 auto;
  padding: 120px 20px;
}

@media (max-width: 768px) {
  .plan .inner {
    padding: 80px 20px;
  }
}

.plan .deco-a {
  position: absolute;
  width: min(240px, 18.75vw);
  top: -60px;
  right: 3.75vw;
}

@media (max-width: 768px) {
  .plan .deco-a {
    width: 130px;
    right: 0;
  }
}

.plan__note {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
}

.plan .box.-order01 {
  margin-top: 40px;
}

.plan .box.-order01 .content-block {
  max-width: 836px;
  width: 100%;
  margin: 55px auto 0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .plan .box.-order01 .content-block {
    max-width: 600px;
  }
}

.plan .box.-order01 .content-block.-open {
  overflow: initial;
}

.plan .box.-order01 .content-block .lead {
  position: relative;
  width: 100%;
  height: 50px;
  display: grid;
  place-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: var(--sukaene-blue);
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .lead {
    height: 32px;
    font-size: 1.6rem;
  }
}

.plan .box.-order01 .content-block .lead::before {
  content: "";
  position: absolute;
  translate: -50% 100%;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: var(--sukaene-blue) transparent transparent transparent;
}

.plan .box.-order01 .content-block .content {
  width: 100%;
  padding: 50px 20px;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .content {
    padding: 32px 0;
  }
}

.plan .box.-order01 .content-block .content.-head-content {
  padding: 60px 20px;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .content.-head-content {
    padding: 35px 0;
  }
}

.plan .box.-order01 .content-block .accordion {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .accordion {
    padding-bottom: 30px;
  }
}

.plan .box.-order01 .content-block .content .image {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

.plan .box.-order01 .content-block .check-group {
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .check-group {
    flex-direction: column;
    padding: 0 20px;
  }
}

.plan .box.-order01 .content-block .check-text {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 30px;
  letter-spacing: 0;
}

.plan .box.-order01 .content-block .check-text:nth-of-type(even) {
  margin-left: 35px;
}

.plan .box.-order01 .content-block .check-text:nth-of-type(n + 3) {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .check-text {
    font-size: 1.6rem;
    padding-left: 25px;
  }

  .plan .box.-order01 .content-block .check-text:nth-of-type(even) {
    margin-left: 0;
  }

  .plan .box.-order01 .content-block .check-text:nth-of-type(n + 2) {
    margin-top: 8px;
  }
}

.plan .box.-order01 .content-block .check-text::before {
  content: "";
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../img/check-icon.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .check-text::before {
    width: 18px;
  }
}

.plan .box.-order01 .content-block .flex-group {
  max-width: 660px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .flex-group {
    flex-direction: column;
    padding: 0 20px;
  }
}

.plan .box.-order01 .content-block .text-wrap {
  max-width: 307px;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .text-wrap {
    max-width: initial;
  }
}

.plan .box.-order01 .content-block .text-wrap .cap {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .text-wrap .cap {
    text-align: center;
  }
}

.plan .box.-order01 .content-block .text-wrap .text {
  font-weight: 500;
}

.plan .box.-order01 .content-block .flex-group .image {
  max-width: 309px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .plan .box.-order01 .content-block .flex-group .image {
    max-width: initial;
    margin: 20px auto 0;
  }
}

.plan .box.-order01 .content-block .simulation {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  width: max-content;
  margin: 0 auto;
  padding: 0 25px;
}

@media (max-width: 768px) {
  .plan .box.-order01 .content-block .simulation {
    font-size: 1.6rem;
    padding: 0 20px;
  }
}

.plan .box.-order01 .content-block .simulation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #000;
  transform-origin: left;
  rotate: 60deg;
}

.plan .box.-order01 .content-block .simulation::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #000;
  transform-origin: right;
  rotate: -60deg;
}

@media (max-width: 768px) {
  .plan .box.-order01 .content-block .simulation::before,
  .plan .box.-order01 .content-block .simulation::after {
    width: 25px;
  }
}

.plan .box.-order01 .content-block .simulationBtn {
  position: relative;
  width: 496px;
  height: 100px;
  border: 1px solid var(--sukaene-orange);
  border-radius: 10px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--sukaene-orange);
  background: linear-gradient(
    0deg,
    rgba(230, 50, 0, 1) 0%,
    rgba(255, 121, 51, 1) 100%
  );
  margin: 5px auto 30px;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 769px) {
  .plan .box.-order01 .content-block .simulationBtn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .plan .box.-order01 .content-block .simulationBtn {
    width: 305px;
    height: 70px;
    font-size: 2rem;
    padding-right: 25px;
  }
}

.plan .box.-order01 .content-block .simulationBtn .circle {
  display: grid;
  place-content: center;
  width: 57px;
  aspect-ratio: 1/1;
  height: max-content;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--sukaene-orange);
  background-color: #fff;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .plan .box.-order01 .content-block .simulationBtn .circle {
    width: 28px;
    font-size: 1.1rem;
    margin-right: 10px;
  }
}

.plan .box.-order01 .content-block .simulationBtn::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -70px;
  width: 105px;
  aspect-ratio: 105/120;
  background: url(../img/plan-deco_b.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 768px) {
  .plan .box.-order01 .content-block .simulationBtn::before {
    top: 30px;
    right: -20px;
    width: 70px;
  }
}

.plan .box.-order01 .content-block .simulationBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/contact-arrow.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .plan .box.-order01 .content-block .simulationBtn::after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 768px) {
  .plan .box.-order01 .content-block .simulationBtn > .txt {
    font-size: 1.8rem;
  }
}

.plan .box.-order01 .content-block .accordion-btn {
  cursor: pointer;
  position: relative;
  display: grid;
  place-content: center;
  width: 220px;
  height: 48px;
  translate: 0 50%;
  border-radius: 24px;
  color: #fff;
  background-color: #191919;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .plan .box.-order01 .content-block .accordion-btn {
    transition: background-color 0.4s ease;
  }

  .plan .box.-order01 .content-block .accordion-btn:hover {
    background-color: #303030;
  }
}

.plan .box.-order01 .content-block .accordion-btn::before {
  content: "";
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 13px;
  background: url(../img/accordion-close.png) no-repeat;
  background-size: cover;
  transition: rotate 0.4s ease;
}

.plan .box.-order01 .content-block .accordion-btn.is-close::before {
  rotate: -45deg;
}

.plan .contactBtn {
  position: relative;
  width: 484px;
  height: 120px;
  border: 1px solid var(--sukaene-orange);
  border-radius: 10px;
  padding-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--sukaene-orange);
  background: linear-gradient(
    0deg,
    rgba(230, 50, 0, 1) 0%,
    rgba(255, 121, 51, 1) 100%
  );
  margin: 50px auto 0;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 769px) {
  .plan .contactBtn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .plan .contactBtn {
    width: 335px;
    height: 70px;
    font-size: 2rem;
    padding-right: 25px;
  }
}

.plan .contactBtn::before {
  content: "";
  position: absolute;
  top: -45px;
  right: -60px;
  width: 132px;
  aspect-ratio: 132/120;
  background: url(../img/plan-deco_c.png) no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .plan .contactBtn::before {
    top: -32px;
    right: -10px;
    width: 88px;
    z-index: 1;
  }
}

.plan .contactBtn .circle {
  display: grid;
  place-content: center;
  width: 55px;
  aspect-ratio: 1/1;
  height: max-content;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--sukaene-orange);
  background-color: #fff;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .plan .contactBtn .circle {
    width: 38px;
    font-size: 1.3rem;
    margin-right: 10px;
  }
}

.plan .contactBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/contact-arrow.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .plan .contactBtn::after {
    right: 13px;
    width: 20px;
    height: 20px;
  }
}

/* ↑↑↑ plan ↑↑↑ */

/* ↓↓↓ features ↓↓↓ */
.features {
  background-size: auto auto;
  background-color: rgba(245, 248, 249, 1);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 12px,
    rgba(241, 244, 245, 1) 12px,
    rgba(241, 244, 245, 1) 24px
  );
}

.features .inner {
  padding: 120px 20px;
}

@media (max-width: 768px) {
  .features .inner {
    padding: 80px 20px;
  }
}

.features .box.-order01 {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .features .box.-order01 {
    margin-top: 35px;
  }
}

.features .box.-order01 .content-block {
  max-width: 836px;
  width: 100%;
  padding: 40px 20px;
  margin: 20px auto 0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .features .box.-order01 .content-block {
    max-width: 600px;
  }
}

.features .box.-order01 .content-block .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .features .box.-order01 .content-block .content {
    flex-direction: column;
  }
}

.features .box.-order01 .content-block .image {
  max-width: 176px;
}

@media screen and (max-width: 768px) {
  .features .box.-order01 .content-block .image {
    max-width: initial;
  }
}

.features .box.-order01 .content-block .text-group {
  max-width: 440px;
}

.features .box.-order01 .content-block .cap {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .features .box.-order01 .content-block .cap {
    text-align: center;
    margin: 30px auto 15px;
  }
}

.features .box.-order01 .content-block .cap .-blue {
  color: var(--sukaene-blue);
}

.features .box.-order01 .content-block .text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
}

.features .box.-order01 .content-block .attention {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

/* ↑↑↑ features ↑↑↑ */

/* ↓↓↓ system ↓↓↓ */
.system {
  background-color: #e0f2f7;
}

.system .inner {
  position: relative;
  max-width: calc(1280px + 20px * 2);
  margin: 0 auto;
  padding: 120px 20px;
}

@media (max-width: 768px) {
  .system .inner {
    padding: 80px 20px;
  }
}

.system .deco-a {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: min(260px, 20.313vw);
}

@media (max-width: 768px) {
  .system .deco-a {
    right: 10px;
    width: 130px;
  }
}

.system .box.-order01 {
  margin-top: 55px;
}

@media (max-width: 768px) {
  .system .box.-order01 {
    margin-top: 35px;
  }
}

.system .box.-order01 .content-block {
  max-width: 836px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .system .box.-order01 .content-block {
    max-width: 600px;
  }
}

.system .box.-order01 .content-block .content {
  width: 100%;
  padding: 65px 20px 50px;
}

@media screen and (max-width: 768px) {
  .system .box.-order01 .content-block .content {
    padding: 40px 20px;
  }
}

.system .box.-order01 .content-block .content .image {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

/* ↑↑↑ system ↑↑↑ */

/* ↓↓↓ voice ↓↓↓ */
.voice {
  background-color: #83cce0;
}

.voice .inner {
  padding: 120px 20px;
}

@media (max-width: 768px) {
  .voice .inner {
    padding: 80px 20px;
  }
}

.voice .title-block .en {
  color: #ffeb00;
}

.voice .box.-order01 {
  margin-top: 55px;
}

@media (max-width: 768px) {
  .voice .box.-order01 {
    margin: 35px auto 0;
    max-width: 600px;
  }
}

.voice .box.-order01 .card-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1012px;
  margin: 45px auto 0;
}

@media (max-width: 768px) {
  .voice .box.-order01 .card-block {
    flex-direction: column;
  }
}

.voice .box.-order01 .card-block::after {
  content: "";
  width: calc((100% - 4.347% * 2) / 3);
  display: block;
}

@media (max-width: 768px) {
  .voice .box.-order01 .card-block::after {
    display: none;
  }
}

.voice .box.-order01 .card {
  min-width: 230px;
  width: calc((100% - 4.347% * 2) / 3);
  padding: 40px 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 40px;
}

.voice .box.-order01 .card:nth-of-type(n + 4) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .voice .box.-order01 .card {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 0;
  }

  .voice .box.-order01 .card:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .voice .box.-order01 .card:nth-of-type(3),
  .voice .box.-order01 .card:last-of-type {
    margin-bottom: 20px;
  }
}

.voice .box.-order01 .accordion {
  display: none;
}

.voice .box.-order01 .accordion .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .voice .box.-order01 .accordion .wrap {
    flex-direction: column;
  }
}

.voice .box.-order01 .accordion .wrap::after {
  content: "";
  width: calc((100% - 4.347% * 2) / 3);
  display: block;
}

@media (max-width: 768px) {
  .voice .box.-order01 .accordion .wrap::after {
    display: none;
  }
}

.voice .box.-order01 .card .profile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}

.voice .box.-order01 .card .profile-group .rate {
  position: relative;
  width: 130px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #f05700;
}

.voice .box.-order01 .card .profile-group .rate::before {
  content: "★★★★★";
  color: #e4e4e4;
}

.voice .box.-order01 .card .profile-group .rate::after {
  content: "★★★★★";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: var(--score);
}

.voice .box.-order01 .card .profile-group .rate .txt {
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.voice .box.-order01 .card .profile-group .case {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 15px;
}

.voice .box.-order01 .card .profile-group img {
  width: 112px;
}

@media (max-width: 768px) {
  .voice .box.-order01 .card .profile-group img {
    width: 140px;
  }
}

.voice .box.-order01 .card .cap {
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 20px;
}

.voice .box.-order01 .card .text {
  font-size: 1.2rem;
}

.voice .box.-order01 .more-btn {
  cursor: pointer;
  position: relative;
  display: grid;
  place-content: center;
  width: 220px;
  height: 48px;
  border-radius: 24px;
  color: #fff;
  background-color: #191919;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .voice .box.-order01 .more-btn {
    transition: background-color 0.4s ease;
  }

  .voice .box.-order01 .more-btn:hover {
    background-color: #303030;
  }
}

.voice .box.-order01 .more-btn::before {
  content: "";
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 13px;
  background: url(../img/accordion-close.png) no-repeat;
  background-size: cover;
  transition: rotate 0.4s ease;
}

.voice .box.-order01 .more-btn.is-close::before {
  rotate: -45deg;
}

/* ↑↑↑ voice ↑↑↑ */

/* ↓↓↓ flow ↓↓↓ */
.flow {
  background-size: auto auto;
  background-color: rgba(245, 248, 249, 1);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 12px,
    rgba(241, 244, 245, 1) 12px,
    rgba(241, 244, 245, 1) 24px
  );
}

.flow .inner {
  position: relative;
  max-width: calc(1280px + 20px * 2);
  margin: 0 auto;
  padding: 120px 20px;
}

@media (max-width: 768px) {
  .flow .inner {
    padding: 80px 20px;
  }
}

.flow .deco-a {
  position: absolute;
  top: -110px;
  left: 40px;
  width: min(280px, 21.876vw);
}

@media (max-width: 768px) {
  .flow .deco-a {
    top: -60px;
    left: 10px;
    width: 130px;
  }
}

.flow .box.-order01 {
  margin-top: 85px;
}

@media (max-width: 768px) {
  .flow .box.-order01 {
    margin-top: 35px;
  }
}

.flow .box.-order01 .flow-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 836px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .flow .box.-order01 .flow-block {
    flex-direction: column;
    align-self: flex-end;
    max-width: 600px;
    padding-left: 30px;
  }
}

.flow .box.-order01 .flow-block .step {
  position: relative;
  display: grid;
  place-content: center;
  width: calc((100% - 44px * 3) / 4);
  height: 295px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .flow .box.-order01 .flow-block .step {
    width: 100%;
    height: 80px;
    place-content: center start;
    padding-left: 40px;
  }
}

.flow .box.-order01 .flow-block .angle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--sukaene-blue);
}

@media screen and (max-width: 768px) {
  .flow .box.-order01 .flow-block .angle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: var(--sukaene-blue) transparent transparent transparent;
    margin: 8px auto;
  }
}

.flow .box.-order01 .flow-block .numbering {
  position: absolute;
  translate: -50% -50%;
  top: 0;
  left: 50%;
  display: grid;
  place-content: center;
  width: 90px;
  aspect-ratio: 1/1;
  padding-top: 15px;
  font-family: var(--text-josefin);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--sukaene-blue);
  background: url(../img/flow-step.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .flow .box.-order01 .flow-block .numbering {
    font-size: 2.4rem;
    top: 50%;
    left: 0;
    width: 60px;
    padding-top: 10px;
  }
}

.flow .box.-order01 .flow-block .step .text {
  writing-mode: vertical-lr;
  font-size: 2.4rem;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .flow .box.-order01 .flow-block .step .text {
    writing-mode: initial;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
}

/* ↑↑↑ flow ↑↑↑ */

/* ↓↓↓ contact ↓↓↓ */
.contact {
  background: url(../img/contact-bg_pc.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (max-width: 768px) {
  .contact {
    background: url(../img/contact-bg_sp.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }
}

.contact .inner {
  position: relative;
  max-width: calc(1280px + 20px * 2);
  margin: 0 auto;
  padding: 160px 20px 250px;
}

@media (max-width: 768px) {
  .contact .inner {
    padding: 80px 20px 40vw;
  }
}

.contact .deco-a {
  position: absolute;
  top: -110px;
  left: 6.25vw;
  width: min(306px, 23.907vw);
}

@media (max-width: 768px) {
  .contact .deco-a {
    top: -70px;
    left: 0;
    width: 140px;
  }
}

.contact .deco-b {
  position: absolute;
  translate: 0 -100%;
  top: 0;
  right: 0;
  width: 286px;
}

@media (max-width: 1110px) {
  .contact .deco-b {
    right: -20px;
    width: 100px;
  }
}

.contact .deco-c {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.contact .title-block .en {
  color: #ffeb00;
}

.contact .title-block .title {
  color: #fff;
}

.contact .box.-order01 {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .contact .box.-order01 {
    margin-top: 30px;
  }
}

.contact .box.-order01 .contact-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1012px;
  margin: 0 auto;
}

@media screen and (max-width: 1110px) {
  .contact .box.-order01 .contact-block {
    flex-direction: column-reverse;
    width: max-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .contact .box.-order01 .contact-block {
    max-width: 600px;
  }
}

.contact .telBtn {
  width: 484px;
  height: 120px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  display: grid;
  place-content: center;
  background: rgb(255, 235, 0);
  background: linear-gradient(
    0deg,
    rgba(255, 235, 0, 1) 0%,
    rgba(255, 245, 128, 1) 100%
  );
  transition: opacity 300ms 0s ease;
}

@media (min-width: 769px) {
  .contact .telBtn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1110px) {
  .contact .telBtn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contact .telBtn {
    width: 335px;
    height: 70px;
    margin-top: 10px;
  }
}

.contact .telBtn .tel-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .telBtn .tel-group .icon {
  width: 40px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .contact .telBtn .tel-group .icon {
    width: 28px;
    margin-right: 15px;
  }
}

.contact .telBtn .tel-group .tel {
  font-family: var(--text-roboto);
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .contact .telBtn .tel-group .tel {
    font-size: 3rem;
  }
}

.contact .telBtn .time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #4c4c4c;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .contact .telBtn .time {
    font-size: 1rem;
    margin-top: 5px;
  }
}

.contact .contactBtn {
  width: 484px;
  height: 120px;
  border: 1px solid var(--sukaene-orange);
  border-radius: 10px;
  padding-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--sukaene-orange);
  background: linear-gradient(
    0deg,
    rgba(230, 50, 0, 1) 0%,
    rgba(255, 121, 51, 1) 100%
  );
  transition: opacity 300ms 0s ease;
}

@media (min-width: 769px) {
  .contact .contactBtn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .contact .contactBtn {
    width: 335px;
    height: 70px;
    font-size: 2rem;
    padding-right: 25px;
  }
}

.contact .contactBtn .circle {
  display: grid;
  place-content: center;
  width: 55px;
  aspect-ratio: 1/1;
  height: max-content;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--sukaene-orange);
  background-color: #fff;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .contact .contactBtn .circle {
    width: 38px;
    font-size: 1.3rem;
  }
}

.contact .contactBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/contact-arrow.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .contact .contactBtn::after {
    right: 13px;
    width: 20px;
    height: 20px;
  }
}

/* ↑↑↑ contact ↑↑↑ */

/* ↓↓↓ modal ↓↓↓ */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(228, 228, 228, 0.8);
  z-index: 20;
  display: none;
}

.modal .overlay {
  width: 100%;
  height: 100%;
  padding: 80px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .modal .overlay {
    padding: 30px 10px;
  }
}

.modal .close-btn {
  position: fixed;
  translate: -50% 0;
  top: 80px;
  left: 50%;
  max-width: 1012px;
  width: calc(100% - 80px * 2);
}

@media (max-width: 768px) {
  .modal .close-btn {
    position: fixed;
    translate: 0 0;
    top: 30px;
    left: 10px;
    max-width: initial;
    width: 50px;
    z-index: 2;
  }
}

.modal .close-btn .image {
  cursor: pointer;
  display: block;
  translate: -60px 0;
  width: 40px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease;
}

@media (min-width: 769px) {
  .modal .close-btn:hover .image {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .modal .close-btn .image {
    translate: 0 0;
    width: 50px;
    box-shadow: initial;
  }
}

.modal .content-block {
  position: relative;
  max-width: 1012px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.modal .content-block .image {
  background-color: #fff;
  padding: 20px 0 0;
}

@media (max-width: 768px) {
  .modal .content-block .image {
    padding: 50px 10px;
  }
}

.modal .content-block .more-detail {
  cursor: pointer;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 22%;
  height: 5%;
}

@media (max-width: 768px) {
  .modal .content-block .more-detail {
    left: 10px;
    bottom: 50px;
    width: 35%;
    height: 2.4%;
  }
}

#modal00 {
  background-color: rgba(224, 242, 247, 0.95);
  display: block;

  .modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }

  .modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    max-width: 560px;
    z-index: 2;
  }

  p {
    display: block;
    margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #f05700;

    span {
      display: block;
      margin-top: 10px;
      font-size: 0.5em;
      text-align: justify;
      word-break: break-all;
      line-height: 1.6;
    }
  }

  a {
    display: block;
    margin: 0 auto;
    text-align: center;

    img {
      width: 300px;
    }
  }

  .modal-close-btn {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: unset;
    background-color: #f05700;
    cursor: pointer;

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      width: 34px;
      height: 2px;
      background-color: #fff;
    }

    &::before {
      rotate: -45deg;
    }

    &::after {
      rotate: 45deg;
    }
  }
}

@media (max-width: 768px) {
  #modal00 {
    overflow-y: scroll;

    .modal__content {
      padding-top: 80px;
      padding-bottom: 40px;
      display: flex;
      flex-direction: column;
      place-content: unset;
      align-items: flex-start;
    }

    p {
      width: 100%;
      margin-inline: auto;
      font-size: 2.2rem;
      text-align: center;

      span {
        display: block;
        margin-top: 10px;
        font-size: 0.5em;
        text-align: justify;
        word-break: break-all;
        line-height: 1.6;
      }
    }

    a {
      display: block;
      width: 300px;
      margin: 0 auto;
    }

    .modal-close-btn {
      top: 10px;
      right: 10px;
      width: 35px;
      height: 35px;

      &::before,
      &::after {
        width: 20px;
      }
    }
  }
}

/* ↑↑↑ modal ↑↑↑ */

/* ↓↓↓ footer ↓↓↓ */
footer {
  position: relative;
}

@media (max-width: 768px) {
  footer {
    padding-bottom: 70px;
  }
}

footer .gotop {
  width: 50px;
  position: absolute;
  translate: 0 -100%;
  right: 40px;
  top: -20px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
}

@media (min-width: 769px) {
  footer .gotop {
    transition: opacity 0.4s ease;
  }

  footer .gotop:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  footer .gotop {
    right: 10px;
    top: 25px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 50%;
  }
}

footer .link-block {
  padding: 30px 20px;
  border-bottom: 1px solid #4d4d4d;
  color: #fff;
  background-color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  footer .link-block {
    padding: 50px 20px 30px;
  }
}

footer .link-block .text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  footer .link-block .text {
    font-size: 1.2rem;
  }
}

footer .link-block .link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media (max-width: 768px) {
  footer .link-block .link-list {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}

footer .link-block .link-list .link {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin: 0 10px;
  padding-right: 15px;
  text-decoration: underline;
}

@media (min-width: 769px) {
  footer .link-block .link-list .link {
    transition: opacity 0.4s ease;
  }

  footer .link-block .link-list .link:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  footer .link-block .link-list .link {
    text-align: center;
    margin-top: 15px;
  }
}

footer .link-block .link-list .link::after {
  content: "";
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../img/icon-link.svg) no-repeat;
  background-size: cover;
}

footer .copyright {
  display: grid;
  place-content: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  height: 52px;
  color: #fff;
  background-color: #1a1a1a;
}

footer .btnwrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 10;
}

footer .contactBtn {
  width: 100%;
  height: 70px;
  padding-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--sukaene-orange);
  background: linear-gradient(
    0deg,
    rgba(230, 50, 0, 1) 0%,
    rgba(255, 121, 51, 1) 100%
  );
  transition: opacity 300ms 0s ease;
}

footer .contactBtn .circle {
  display: grid;
  place-content: center;
  width: 38px;
  aspect-ratio: 1/1;
  height: max-content;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--sukaene-orange);
  background-color: #fff;
  margin-right: 10px;
}

footer .contactBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/contact-arrow.svg) no-repeat;
  background-size: contain;
}

.footer__supportArea {
  margin-bottom: 30px;
}

/* ↑↑↑ footer ↑↑↑ */

.fv .copy,
.fv .bottom {
  opacity: 0;
  transform: translateZ(0);
  filter: blur(5px) brightness(1.7);
}

.-fadeUp {
  opacity: 0;
  transform: translate(0, 50px, 0);
  filter: blur(5px) brightness(1.7);
}
