body {
  width: 100%;
  min-width: 1260px;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #222;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 18px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #222 !important;
}
.col-main {
  color: #ec1515 !important;
}
.col-sub {
  color: #c4c4c4 !important;
}
.col-accent {
  color: #667378 !important;
}
.col-bdr {
  color: #bbb !important;
}
.col-bg {
  color: #f7f7f7 !important;
}
.col-gry {
  color: #c4c4c4 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #222 !important;
}
.bg-main {
  background-color: #ec1515 !important;
}
.bg-sub {
  background-color: #c4c4c4 !important;
}
.bg-accent {
  background-color: #667378 !important;
}
.bg-bdr {
  background-color: #bbb !important;
}
.bg-bg {
  background-color: #f7f7f7 !important;
}
.bg-gry {
  background-color: #c4c4c4 !important;
}
.bg-poly-rb {
  background: url("/img/common/bg-poly-rb.png") right bottom no-repeat;
  background-size: 33.8%;
}

.btn-01__link, .btn-02__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
}
.btn-01__link:hover, .btn-02__link:hover, .btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.btn-02__link, .btn-03__link {
  background: #222;
  color: #fff;
  border: none;
}
.btn-03__link {
  background: #fff;
  color: #222;
}
.btn-03__link:hover {
  color: rgba(34, 34, 34, 0.8) !important;
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 31px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-calendar-21, .ic-calendar-29 {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-calendar-21::before, .ic-calendar-29::before {
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 29/33;
  background-image: url("/img/common/ic-calendar.png");
  background-size: 100%;
}
.ic-calendar-21 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-calendar-21::before {
  width: 21px;
}
.ic-outlink {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-outlink::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/16;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  transition: 0.3s;
}
.ic-outlink:hover::after {
  transform: translate(1px, -1px);
}
.ic-ig {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-ig::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-ig.png");
  background-size: 100%;
}
.ic-point {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ic-point::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/30;
  background-image: url("/img/common/ic-point.png");
  background-size: 100%;
}

.arw-solid {
  position: relative;
}
.arw-solid::after {
  content: "";
  display: block;
  width: 107px;
  aspect-ratio: 107/8;
  background-image: url("/img/common/arrow-solid.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-solid:hover::after {
  transform: translate(-2px, -50%);
}
.arw-wht, .arw-blk {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.arw-wht::after, .arw-blk::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/12;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-wht:hover::after, .arw-blk:hover::after {
  transform: translateX(-1.5px);
}
.arw-blk::after {
  background-image: url("/img/common/arrow-blk.png");
  background-size: 100%;
}
.arw-anchor {
  position: relative;
}
.arw-anchor::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/12;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.arw-anchor:hover::after {
  transform: translateY(calc(-50% + 2px)) rotate(90deg);
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl th, .tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  background: #fff;
}
.tbl-01 th, .tbl-01 td {
  width: 25%;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  white-space: pre-wrap;
}
.tbl-01 thead th {
  background: #222;
  color: #fff;
}
.tbl-01 thead th:not(:first-child) {
  border-left: solid 1px #fff;
}
.tbl-01 tbody tr:not(:first-child) th, .tbl-01 tbody tr:not(:first-child) td {
  border-top: solid 1px #bbb;
}
.tbl-01 tbody td {
  border-left: solid 1px #bbb;
}
.tbl-02 ul {
  display: flex;
}
.tbl-02 li {
  width: 33.3333333333%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: solid 2px #fff;
}
.tbl-02 li:nth-child(2) {
  background: #ec1515;
}
.tbl-02 li:last-child {
  background: #bbb;
}
.tbl-02 .thead li {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .tbl-02 .thead li {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-02 .thead li {
    font-size: 23.3333333333px;
  }
}
.tbl-02 .thead li:nth-child(2) {
  color: #fff;
  border-bottom-color: #ec1515;
}
.tbl-02 .thead li:last-child {
  border-bottom-color: #bbb;
}
.tbl-02 .tbody li:first-child {
  border-bottom-color: #fff;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .tbl-02 .tbody li:first-child {
    font-size: 31px;
    font-size: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-02 .tbody li:first-child {
    font-size: 20.6666666667px;
  }
}
.tbl-02 .tbody li:nth-child(2) {
  border-bottom-color: #ec1515;
}
.tbl-02 .tbody li:not(:first-child) {
  background: #fff;
}
.tbl-02 .tbody li:nth-child(2), .tbl-02 .tbody li:last-child {
  border-left: solid 10px #ec1515;
  border-right: solid 10px #ec1515;
}
.tbl-02 .tbody li:last-child {
  border-bottom-color: #bbb;
  border-left-color: #bbb;
  border-right-color: #bbb;
}
.tbl-02 .tbody:last-child li {
  border-bottom-width: 10px;
}
.tbl-02 .tbody:last-child li:first-child {
  border-bottom-color: #222;
}
.tbl-03 th, .tbl-03 td {
  font-weight: bold;
  border-bottom: solid 1px #bbb;
  vertical-align: middle;
  padding: 20px 2%;
}
.tbl-03 th {
  width: 20%;
}
.tbl-03 td {
  white-space: pre-wrap;
}
.tbl-03 tr:first-child th, .tbl-03 tr:first-child td {
  padding-top: 0 !important;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-reason .list-item, .list-voice .list-item, .list-check .list-item, .list-caution .list-item, .list-price .list-item, .list-faq .list-item, .list-profile .list-item, .list-shop .list-item {
  width: 100%;
}
.list-news__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.list-news__img {
  width: 150px;
  min-width: 150px;
  aspect-ratio: 150/140;
  border-radius: 10px;
  overflow: hidden;
}
.list-news__bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-reason dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-reason .num {
  color: #ec1515;
  line-height: 1;
  font-weight: 800;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-reason .num {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .num {
    font-size: 33.3333333333px;
  }
}
.list-reason .txt {
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  background: #ec1515;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .list-reason .txt {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .txt {
    font-size: 22px;
  }
}
.list-reason dd {
  margin-top: 20px;
}
.list-trainer__link {
  background: #c4c4c4;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.list-trainer__link:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.list-trainer__img {
  width: 100%;
  aspect-ratio: 330/340;
  overflow: hidden;
}
.list-trainer__bx {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.list-trainer li {
  line-height: 1;
}
.list-trainer .txt-works, .list-trainer .txt-shop {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .list-trainer .txt-works, .list-trainer .txt-shop {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-trainer .txt-works, .list-trainer .txt-shop {
    font-size: 15.3333333333px;
  }
}
.list-trainer .txt-works {
  border: solid 1px #fff;
  padding: 5px;
}
.list-trainer .txt-name_eng {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-trainer .txt-name_eng {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-trainer .txt-name_eng {
    font-size: 16px;
  }
}
.list-trainer .txt-name_ruby {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-trainer .txt-name_ruby {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-trainer .txt-name_ruby {
    font-size: 30px;
  }
}
.list-voice {
  color: #fff;
}
.list-voice__item {
  border: solid 1px #fff;
  padding: 40px;
  border-radius: 16px;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-voice__img {
  width: 200px;
  min-width: 200px;
  aspect-ratio: 200/175;
  border-radius: 8px;
  overflow: hidden;
}
.list-voice__bx {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-voice__ttl {
  margin-bottom: 10px;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl {
    font-size: 31px;
    font-size: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl {
    font-size: 20.6666666667px;
  }
}
.list-voice__txt {
  line-height: 2.0714285714;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice__txt {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__txt {
    font-size: 16px;
  }
}
.list-voice dl {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice dl {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice dl {
    font-size: 16px;
  }
}
.list-voice dt {
  background: #fff;
  color: #222;
  border-radius: 3px;
  padding: 3px 5px;
}
.list-check__item {
  background: #222;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 21px;
  min-width: 21px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  transform: translateY(5px);
}
.list-caution__item {
  display: flex;
  align-items: flex-start;
}
.list-caution h4 {
  width: 360px;
  max-width: 100%;
  border-left: solid 5px #ec1515;
  padding-left: 15px;
  line-height: 1.2;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-caution h4 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-caution h4 {
    font-size: 23.3333333333px;
  }
}
.list-caution__bx {
  width: calc(100% - 360px);
  border-left: solid 1px #bbb;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-dot__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-dot__item::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #ec1515;
  transform: translateY(10px);
}
.list-faq__item {
  border: solid 1px #222;
  border-radius: 6px;
  padding: 40px;
}
.list-faq dt, .list-faq dd {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-faq dt::before, .list-faq dd::before {
  content: "Q";
  display: block;
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 26.6666666667px;
  }
}
.list-faq dt {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 20px;
  }
}
.list-faq dt span {
  transform: translateY(5px);
}
.list-faq dd {
  border-top: solid 1px #bbb;
  margin-top: 20px;
  padding-top: 20px;
}
.list-faq dd span {
  white-space: pre-wrap;
  transform: translateY(10px);
}
.list-faq dd::before {
  content: "A";
  background: #ec1515;
}
.list-profile dl {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-profile dt, .list-profile dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-profile dt {
  background: #222;
  color: #fff;
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-profile dt {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-profile dt {
    font-size: 16px;
  }
}
.list-shop__item {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-shop .img {
  width: 100%;
  aspect-ratio: 1080/600;
  border-radius: 6px;
  overflow: hidden;
}
.list-shop .com-base {
  width: 100%;
  border-radius: 12px;
  padding: 40px;
}
.list-shop .bx-01 {
  border: solid 1px #222;
}
.list-shop .bx-02 {
  background: #222;
}
.list-shop .btn {
  width: 460px;
  max-width: 100%;
}
.list-shop .btn a {
  width: 100%;
  height: 70px;
}
.list-shop .com-gmap {
  width: 100%;
  height: 350px;
  border-radius: 6px;
  overflow: hidden;
}
.list-price table th, .list-price table td {
  padding: 10px 4%;
  vertical-align: middle;
  white-space: pre-wrap;
}
.list-feature__item {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.list-feature__num {
  position: relative;
  z-index: 1;
  display: flex;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .list-feature__num {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-feature__num {
    font-size: 46.6666666667px;
  }
}
.list-feature__num .inner {
  background: #fff;
  padding-right: 20px;
}
.list-feature__num::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.list-feature__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-feature__ttl {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-feature__ttl {
    font-size: 23.3333333333px;
  }
}
.list-feature__ttl span {
  background: #222;
  color: #fff;
  padding: 2px 15px 5px 15px;
}
.list-feature .com-layout {
  justify-content: space-between;
}
.list-feature .txtbx {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-feature .com-base {
  border: solid 1px #222;
  border-radius: 6px;
  padding: 40px;
}
.list-feature .list-check__item {
  background: none;
  color: #222;
  padding: 0;
}
.list-point__item {
  background: #222;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
}
.list-bdr dl {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-bdr dl:not(:first-child) {
  border-top: solid 1px #222;
}
.list-bdr dl:first-child {
  padding-top: 0 !important;
}
.list-bdr dl:last-child {
  padding-bottom: 0 !important;
}
.list-bdr dt {
  color: #ec1515;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-bdr dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bdr dt {
    font-size: 20px;
  }
}
.list-label__item {
  width: 180px;
  max-width: 100%;
  background: #fff;
  padding: 5px 0;
  border-radius: 6px;
  position: relative;
}
.list-label__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/15;
  background-image: url("/img/common/arw-double-red.png");
  background-size: 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(calc(20px - 50%), -50%);
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-shadow {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 16px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #ec1515;
  padding: 4px 10px 6px 10px;
  border: solid 1px #ec1515;
}

.ttl-01 {
  display: flex;
  flex-direction: column;
}
.ttl-01__eng {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.ttl-02 {
  margin-bottom: 40px;
  background: #ec1515;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
}
.ttl-03 {
  margin-bottom: 25px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #222;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 23.3333333333px;
  }
}
.ttl-04 {
  margin-bottom: 20px;
  position: relative;
  border-bottom: solid 1px #222;
  padding: 0 15px 15px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04 {
    font-size: 23.3333333333px;
  }
}
.ttl-04::before {
  content: "";
  display: block;
  width: 4px;
  height: 35px;
  background: #ec1515;
  position: absolute;
  top: 0;
  left: 0;
}
.ttl-05 {
  padding: 10px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: #fff;
  background: #222;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .ttl-05 {
    font-size: 31px;
    font-size: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-05 {
    font-size: 20.6666666667px;
  }
}
.ttl-06 {
  margin-bottom: 30px;
  text-align: center;
  border-bottom: solid 1px #222;
  padding-bottom: 20px;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .ttl-06 {
    font-size: 31px;
    font-size: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-06 {
    font-size: 20.6666666667px;
  }
}
.ttl-06.col-wht {
  border-bottom-color: #fff;
}
.ttl-07 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: #ec1515;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .ttl-07 {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-07 {
    font-size: 22px;
  }
}
.ttl-07 .inner {
  padding: 0 10px;
}
.ttl-07::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.ttl-sub {
  border-left: solid #ec1515 6px;
  border-bottom: solid 1px #bbb;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}

.txt-plain {
  line-height: 1.8235294118;
}
.txt-01 {
  line-height: 2.3333333333;
}

#com-contact {
  padding: 100px 0 130px 0;
  background: url("/img/common/contact-bg.png") center center no-repeat;
  background-size: cover;
}
#com-contact .com-layout__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#com-contact .ttl-01 {
  margin-bottom: 40px;
}
#com-contact .ttl-01__eng {
  font-size: 140px;
  font-size: 14rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-01__eng {
    font-size: 150px;
    font-size: 19.53125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-01__eng {
    font-size: 100px;
  }
}
#com-contact .ttl-01__ruby {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-01__ruby {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-01__ruby {
    font-size: 34.6666666667px;
  }
}
#com-contact .ttl {
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl {
    font-size: 31px;
    font-size: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl {
    font-size: 20.6666666667px;
  }
}
#com-contact .tel {
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #com-contact .tel {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .tel {
    font-size: 28px;
  }
}
#com-contact .tel-caution {
  width: 215px;
  max-width: 100%;
  margin: 10px auto 0 auto;
}
#com-contact dl {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #com-contact dl {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact dl {
    font-size: 16px;
  }
}
#com-contact dt, #com-contact dd {
  line-height: 1;
}
#com-contact dt {
  background: #fff;
  padding: 3px 15px;
  border-radius: 4px;
}
#com-contact dd {
  color: #fff;
}

#ctn-ent {
  background: #222;
}

.ent {
  -moz-column-gap: 3.13%;
       column-gap: 3.13%;
}
.ent-item {
  width: 830px;
  max-width: 43.2291666667%;
  aspect-ratio: 830/670;
  border-radius: 30px;
}
.ent-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ent-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(8%, -10%);
}
.ent h2 {
  width: 100%;
  border-left: solid 2px #ec1515;
  padding-left: 4.82%;
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1.935483871;
  font-size: 31px;
  font-size: 1.6145833333vw;
}
@media screen and (max-width: 1120px) {
  .ent h2 {
    font-size: 18.2352941176px;
  }
}
@media screen and (min-width: 1920px) {
  .ent h2 {
    font-size: 31px;
  }
}
.ent h3 {
  margin-top: 15px;
  color: #fff;
  line-height: 1;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 500;
  font-size: 150px;
  font-size: 7.8125vw;
}
@media screen and (max-width: 1120px) {
  .ent h3 {
    font-size: 88.2352941176px;
  }
}
@media screen and (min-width: 1920px) {
  .ent h3 {
    font-size: 150px;
  }
}
.ent .bg-official {
  background: url("/img/ent/official-img.png") center center no-repeat;
  background-size: cover;
}
.ent .bg-promote {
  background: url("/img/ent/promote-img.png") center center no-repeat;
  background-size: cover;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav__list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 16.6666666667px;
  }
}
.header-nav__link {
  color: #fff;
}

.footer-nav {
  width: 490px;
  max-width: 100%;
}
.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px 15px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 15.3333333333px;
  }
}

#header {
  position: relative;
}
#header .com-logo {
  width: 15.46%;
}

.header-bar {
  width: 100%;
  padding: 30px 4.17% 0 5.21%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mv, .sv {
  position: relative;
  width: 1700px;
  max-width: 88.5416666667%;
  border-radius: 0 0 0 40px;
  margin-left: auto;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1700/930;
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(5%, -5%);
  z-index: 1;
}
.mv-cc__list {
  width: 47.38%;
}
.mv-cc__sub, .mv-cc__main {
  line-height: 1;
  letter-spacing: 0.02em;
}
.mv-cc__sub {
  margin-top: 2vw;
  row-gap: 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #667378;
  font-size: 35px;
  font-size: 1.8229166667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__sub {
    font-size: 20.5882352941px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__sub {
    font-size: 35px;
  }
}
.mv-cc__sub span {
  background: #fff;
  border-radius: 6px;
  padding: 5px;
}
.mv-cc__main {
  margin-top: 1vw;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  transform: translateX(-1.5%);
  color: #fff;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 500;
  font-size: 233px;
  font-size: 12.1354166667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__main {
    font-size: 137.0588235294px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__main {
    font-size: 233px;
  }
}
.mv-cc__main span:first-child::first-letter {
  color: #ec1515;
}
.mv-cc__main:first-letter {
  color: #ec1515;
}

.sv {
  aspect-ratio: 1700/450;
}
.sv-ttl {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-5%, -20%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sv-ttl__ruby, .sv-ttl__eng {
  line-height: 1;
}
.sv-ttl__ruby {
  background: #fff;
  padding: 0.6vw 1vw;
  border-radius: 6px;
  font-size: 35px;
  font-size: 1.8229166667vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl__ruby {
    font-size: 20.5882352941px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl__ruby {
    font-size: 35px;
  }
}
.sv-ttl__eng {
  color: #fff;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 500;
  font-size: 150px;
  font-size: 7.8125vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl__eng {
    font-size: 88.2352941176px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl__eng {
    font-size: 150px;
  }
}
.sv-ttl__eng:first-letter {
  color: #ec1515;
}
.sv.bg-beginner {
  background: url("/img/beginner/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-reason {
  background: url("/img/reason/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-trainer {
  background: url("/img/trainer/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-voice {
  background: url("/img/voice/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-shop {
  background: url("/img/shop/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-azabu {
  background: url("/img/azabu/sv.png") center center no-repeat;
  background-size: cover;
}
.sv.bg-ichikawa {
  background: url("/img/ichikawa/sv.png") center center no-repeat;
  background-size: cover;
}

.top-news {
  background: url("/img/top/news-bg.png") right top no-repeat;
  background-size: auto 100%;
  padding: 60px 0 50px 0;
}
.top-news .ttl-01 {
  display: block;
  margin-bottom: 40px;
}
.top-news .ttl-01__eng {
  position: relative;
  z-index: 1;
}
.top-news .ttl-01__eng::before {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background: #222;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-50px, -50%);
  z-index: -1;
}

.top-campaign {
  padding: 50px 0 100px 0;
}
.top-campaign .com-base {
  background: url("/img/top/campaign-bg.png") center center no-repeat;
  background-size: cover;
}
.top-campaign ul {
  background: rgba(255, 255, 255, 0.7);
}
.top-campaign ul li {
  display: flex;
  align-items: center;
}
.top-campaign ul li:first-child {
  position: relative;
}
.top-campaign ul li:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ec1515;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.top-campaign ul li:not(:first-child)::before {
  content: "";
  display: block;
  width: 45px;
  aspect-ratio: 45/21;
  background-image: url("/img/common/arrow-triple.png");
  background-size: 100%;
  margin: 0 15px;
}

.top-about {
  background: url("/img/top/about-bg.png") left bottom no-repeat;
  background-size: 1352px;
  padding: 200px 0 100px 0;
}
.top-about .ttl-01 {
  margin-bottom: 70px;
}
.top-about .ttl-01__eng {
  transform: translateX(-160px);
}
.top-about .ttl-01 .indent:last-child {
  transform: translateY(40%);
}
.top-about .img {
  margin-right: -420px;
}
.top-about.obj-img {
  position: relative;
  z-index: 1;
}
.top-about.obj-img::after {
  content: "";
  display: block;
  width: 1410px;
  max-width: 73.4375%;
  height: 410px;
  border-radius: 0 20px 20px 0;
  background-image: url("/img/top/about-img-ttl.png");
  background-size: cover;
  background-position: right center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-future {
  aspect-ratio: 1920/600;
  background: url("/img/top/future-bg.png") center center no-repeat;
  background-size: cover;
}
.top-future .ttl-01 {
  transform: translateY(-15%);
}
.top-future .ttl-01__eng {
  font-size: 172px;
  font-size: 8.9583333333vw;
}
@media screen and (max-width: 1120px) {
  .top-future .ttl-01__eng {
    font-size: 101.1764705882px;
  }
}
@media screen and (min-width: 1920px) {
  .top-future .ttl-01__eng {
    font-size: 172px;
  }
}
.top-future .ttl-01__icon {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(30%, 35%);
  line-height: 1;
  font-size: 210px;
  font-size: 10.9375vw;
}
@media screen and (max-width: 1120px) {
  .top-future .ttl-01__icon {
    font-size: 123.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  .top-future .ttl-01__icon {
    font-size: 210px;
  }
}
.top-future .ttl-01 span:last-child {
  transform: translateX(45%);
}

.top-reason {
  padding: 0 0 100px 0;
  margin-top: 100px;
}
.top-reason .ttl-01 {
  margin-bottom: 40px;
}
.top-reason .img {
  margin-left: -420px;
}
.top-reason .img img {
  border-radius: 0 20px 20px 0;
}
.top-reason .layout-item {
  margin: 50px 0 0 -200px;
  position: relative;
  z-index: 1;
}
.top-reason .com-base {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.top-trainer {
  padding: 180px 0 100px 0;
}
.top-trainer .ttl-01 {
  flex-direction: row;
  margin-bottom: 60px;
}
.top-trainer .ttl-01__ruby {
  width: 100vw;
  border-radius: 6px 0 0 6px;
  position: absolute;
  left: 100%;
  bottom: 0;
  transform: translate(-390px, -20px);
}

.top-voice {
  padding: 100px 0;
  background: url("/img/top/voice-bg.png") center center no-repeat;
  background-size: cover;
}
.top-voice .ttl-01 {
  margin-bottom: 60px;
}

.top-shop {
  background: url("/img/top/shop-bg.png") center center no-repeat;
  background-size: auto 100%;
  padding: 80px 0 130px 0;
}
.top-shop .ttl-01 {
  margin-bottom: 30px;
}
.top-shop .ttl-01__eng span:last-child {
  transform: translate(0, 70px);
}
.top-shop .com-base {
  background: #fff;
  border: solid 1px #bbb;
  border-radius: 6px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.top-shop h3 {
  background: #ec1515;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .top-shop h3 {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-shop h3 {
    font-size: 22px;
  }
}
.top-shop .img {
  width: 100%;
  aspect-ratio: 440/210;
  border-radius: 6px;
  overflow: hidden;
}
.top-shop .obj-img {
  position: relative;
  z-index: 1;
}
.top-shop .obj-img::before {
  content: "";
  display: block;
  width: 1090px;
  aspect-ratio: 1090/1170;
  background-image: url("/img/top/shop-img.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(420px, 20px);
  z-index: -1;
}

#ctn-lower section {
  padding: 100px 0;
}
#ctn-lower .ttl-01 {
  margin-bottom: 80px;
}
#ctn-lower .ttl-01__eng {
  font-size: 150px;
  font-size: 15rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-01__eng {
    font-size: 160px;
    font-size: 20.8333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-01__eng {
    font-size: 106.6666666667px;
  }
}
#ctn-lower .ttl-01__ruby {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-01__ruby {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-01__ruby {
    font-size: 34.6666666667px;
  }
}
#ctn-lower .reason-difference_ttl .ttl-01__eng,
#ctn-lower .lower-difference_ttl .ttl-01__eng {
  font-size: 110px;
  font-size: 11rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .reason-difference_ttl .ttl-01__eng,
  #ctn-lower .lower-difference_ttl .ttl-01__eng {
    font-size: 120px;
    font-size: 15.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .reason-difference_ttl .ttl-01__eng,
  #ctn-lower .lower-difference_ttl .ttl-01__eng {
    font-size: 80px;
  }
}
#ctn-lower .reason-difference_ttl .ttl-01__ruby,
#ctn-lower .lower-difference_ttl .ttl-01__ruby {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .reason-difference_ttl .ttl-01__ruby,
  #ctn-lower .lower-difference_ttl .ttl-01__ruby {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .reason-difference_ttl .ttl-01__ruby,
  #ctn-lower .lower-difference_ttl .ttl-01__ruby {
    font-size: 30px;
  }
}
#ctn-lower .lower-feature .ttl-01__eng {
  font-size: 190px;
  font-size: 19rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .lower-feature .ttl-01__eng {
    font-size: 200px;
    font-size: 26.0416666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .lower-feature .ttl-01__eng {
    font-size: 133.3333333333px;
  }
}

.beginner-about {
  background: url("/img/beginner/bg-01.png") center center no-repeat;
  background-size: auto 100%;
}
.beginner-trouble {
  background: url("/img/beginner/bg-02.png") right bottom no-repeat;
  background-size: 44.27%;
}
.beginner-trouble .ttl-01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-18%, -40%);
  z-index: 2;
}
.beginner-trouble .img {
  margin-left: -100px;
}
.beginner-trouble .obj-arw {
  position: relative;
  z-index: 1;
}
.beginner-trouble .obj-arw::after {
  content: "";
  display: block;
  width: 73px;
  aspect-ratio: 73/61;
  background-image: url("/img/common/arrow-double.png");
  background-size: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 85%);
}
.beginner-caution_ttl {
  background: url("/img/beginner/caution-bg.png") center center no-repeat;
  background-size: cover;
}
.beginner-caution {
  background: url("/img/beginner/bg-04.png") left center no-repeat;
  background-size: auto 100%;
}

.reason-ttl .img {
  margin-left: -420px;
}
.reason-ttl .ttl-01 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.reason-about {
  background: url("/img/reason/bg-01.png") left bottom no-repeat;
  background-size: 33.8%;
}
.reason-about article:nth-child(odd) .img {
  margin-right: -100px;
}
.reason-about article:nth-child(even) .com-layout {
  flex-direction: row-reverse;
}
.reason-about article:nth-child(even) .img {
  margin-left: -100px;
}
.reason-about .com-base {
  padding: 40px;
  border-radius: 6px;
  border: solid 1px #222;
}
.reason-about h4::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/30;
  background-image: url("/img/common/ic-point.png");
  background-size: 100%;
}
.reason-difference_ttl {
  background: url("/img/reason/differrence-bg.png") center center no-repeat;
  background-size: cover;
}

.voice-list .list-voice__item {
  border-color: #222;
}
.voice-list .list-voice__ttl, .voice-list .list-voice dd, .voice-list .list-voice__txt {
  color: #222;
}
.voice-list .list-voice__ttl {
  border-left: solid 4px #ec1515;
  padding-left: 10px;
}
.voice-list dt {
  background: #222;
  color: #fff;
}

.trainer-detail .img {
  aspect-ratio: 460/560;
  border-radius: 6px;
  overflow: hidden;
}

.lower-recommend {
  background: url("/img/azabu/recommend-bg.png") center center no-repeat;
  background-size: cover;
}
.lower-recommend .com-base {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  background: #363636;
  padding: 40px 65px;
  border-radius: 20px;
}
.lower-recommend .list-check__item {
  background: none;
  padding: 15px 0;
}
.lower-recommend .list-check__item:not(:first-child) {
  border-top: solid 1px #667378;
}
.lower-recommend h4 {
  line-height: 1.8;
}
.lower-recommend h4::before {
  content: "";
  display: block;
  width: 73px;
  aspect-ratio: 73/61;
  background-image: url("/img/common/arw-double-wht.png");
  background-size: 100%;
  margin: 30px auto;
}

.lower-feature .wrp .img {
  margin-left: -420px;
}
.lower-feature .wrp .bx {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.lower-difference_ttl {
  background: url("/img/reason/differrence-bg.png") center center no-repeat;
  background-size: cover;
}

#footer {
  color: #fff;
  padding: 80px 0;
}
#footer a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */