@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.body_wrap {
  overflow: hidden;
}

img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  padding-left: 0;
}

.site-content {
  margin-top: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

iframe {
  display: block;
}

.site-content {
  margin: 0;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .inner {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

.is-tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .is-tab {
    display: block;
  }
}

.color_theme {
  color: #fd4600;
  font-weight: 700;
}

.color_orange {
  color: #f1802c;
  font-weight: 700;
}

.font-size_L {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .font-size_L {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .font-size_L {
    font-size: 40px;
  }
}

.rhombus__wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .rhombus__wrapper {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .rhombus__wrapper {
    margin-top: 30px;
  }
}

.rhombus {
  width: 25px;
  height: 20px;
}

.rhombus img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta {
  background: url(../img/bg-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.cta__ttl-box-wrapper {
  position: relative;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .cta__ttl-box-wrapper {
    padding-top: 136px;
  }
}

.cta__ttl-box-wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background-image: url(../img/LINE.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .cta__ttl-box-wrapper::before {
    top: 40px;
    left: auto;
    right: -10.4166666667vw;
    width: 50%;
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .cta__ttl-box-wrapper::before {
    top: 40px;
    width: 60%;
    right: auto;
    left: 50%;
    height: 90px;
  }
}

.cta__ttl-box {
  background: url(../img/bg-cta-header-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .cta__ttl-box {
    height: 200px;
    background: url(../img/bg-cta-header.png);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .cta__ttl-box {
    height: 150px;
  }
}

.cta__ttl-inner {
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 10px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .cta__ttl-inner {
    grid-template-columns: 277px 1fr;
    column-gap: 65px;
    height: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .cta__ttl-inner {
    height: 150px;
  }
}

.cta__header-text-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.cta__header-text {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cta__header-text {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cta__header-text {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}

.cta__header-img {
  position: relative;
  width: 100%;
}

.cta__header-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/iphone.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .cta__header-img::before {
    height: 15.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .cta__header-img::before {
    height: 300px;
  }
}

.cta__inner {
  padding-bottom: 100px;
}

.cta__header {
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .cta__header {
    padding-top: 50px;
  }
}

.cta-present__contents {
  margin-top: 80px;
  display: grid;
  row-gap: 60px;
}
@media screen and (min-width: 768px) {
  .cta-present__contents {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .cta-present__contents {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0px;
    row-gap: 60px;
  }
}

.cta-present__item {
  position: relative;
  background-color: #fff;
  border: 5px solid #ffca28;
  border-radius: 30px;
  padding: 44px 20px 20px 20px;
}
@media screen and (min-width: 768px) {
  .cta-present__item {
    padding: 44px 30px 20px 30px;
  }
}

.cta-present__item::before {
  content: "特典1";
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  background-image: url(../img/ribbon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  height: 50px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .cta-present__item::before {
    background: url(../img/ribbon2.png);
    background-size: contain;
  }
}

.cta-present__item:nth-of-type(2)::before {
  content: "特典2";
}

.cta-present__item:nth-of-type(3)::before {
  content: "特典3";
}

.cta-present__text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-present__text {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.cta-btn__wrapper {
  margin-top: 55px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn img {
    width: 35.8854166667vw;
    min-width: 500px;
    transition: 0.3s;
  }
}

.btn img:hover {
  transition: 0.3s;
  transform: scale(1.2);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    justify-content: space-evenly;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.footer__link {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
}

.crown {
  background: url(../img/bg.png);
  background-size: contain;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .crown {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .crown {
    background-size: contain;
    background-position: top center;
    background-repeat: repeat;
  }
}

.crown__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .crown__inner {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.crown__header {
  text-align: center;
}

.crown__header-text {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .crown__header-text {
    font-size: 2.0833333333vw;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .crown__header-text {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.crown__header-text2 {
  display: inline-block;
  border-top: 3px solid #000;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 8px;
}
@media screen and (min-width: 768px) {
  .crown__header-text2 {
    font-size: 2.6041666667vw;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .crown__header-text2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.crown__contents {
  display: grid;
  padding-top: 80px;
  row-gap: 60px;
}
@media screen and (min-width: 768px) {
  .crown__contents {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.1666666667vw;
    padding-top: 80px;
    row-gap: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .crown__contents {
    padding-top: 40px;
  }
}

.crown__item img {
  object-fit: contain;
}

.crown__footer {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .crown__footer {
    margin-top: 40px;
  }
}

.crown__footer-text {
  font-size: 10px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .crown__footer-text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .crown__footer-text {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}

.start__inner {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .start__inner {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .start__inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.start__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .start__ttl {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .start__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.ceo-message__ttl {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ceo-message__ttl {
    margin-top: 60px;
    font-size: 3.125vw;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .ceo-message__ttl {
    margin-top: 30px;
    font-size: 40px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
}

.ceo {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .ceo {
    margin-top: 60px;
  }
}

.start-reason__contents {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .start-reason__contents {
    margin-top: 60px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .start-reason__contents {
    padding: 0 40px;
  }
}

.start-reason__ttl {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 20px;
}
@media screen and (min-width: 768px) {
  .start-reason__ttl {
    margin-top: 30px;
    grid-template-columns: 30px 1fr;
  }
}

.start-reason__ttl p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .start-reason__ttl p {
    font-size: 1.875vw;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .start-reason__ttl p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}

.check-box {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.start-reason__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .start-reason__text {
    margin-top: 40px;
    font-size: 1.1458333333vw;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .start-reason__text {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
}

.arrow {
  width: 303px;
  height: 90px;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .arrow {
    margin: 60px auto;
  }
}

.ceo-message__text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ceo-message__text {
    line-height: 2;
    font-size: 2.0833333333vw;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .ceo-message__text {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
}

.start_text-image {
  margin-top: 30px;
}

.worries__inner {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .worries__inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .worries__inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.worries__ttl {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .worries__ttl {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .worries__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.rhombus__wrapper-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .rhombus__wrapper-row {
    margin-top: 30px;
  }
}

.worries__contents-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .worries__contents-wrapper {
    flex-direction: row;
    margin-top: 40px;
  }
}

.worries__img-wrapper {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .worries__img-wrapper {
    width: 14.5833333333vw;
    min-width: 200px;
    height: auto;
  }
}

.worries__img-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.worries__contents {
  flex: 1;
}

.worries__item {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 20px;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .worries__item {
    grid-template-columns: 30px 1fr;
    padding: 10px 20px;
  }
}

.worries__item p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .worries__item p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}

.worries__item:not(:first-of-type) {
  margin-top: 10px;
  border-top: 5px dotted #e4e4e4;
}

.check-box {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.triangle-wrapper {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .triangle-wrapper {
    margin-top: 60px;
    width: 40.78125vw;
    min-width: 600px;
  }
}

.triangle {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.worries__text {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .worries__text {
    margin-top: 60px;
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .worries__text {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.reason {
  background: url(../img/bg-dod.png);
  background-size: cover;
}

.reason__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .reason__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .reason__inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.reason__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .reason__ttl {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .reason__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.reason__contents {
  margin-top: 30px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .reason__contents {
    margin-top: 60px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .reason__contents {
    margin-top: 30px;
    padding: 0;
  }
}

.reason__item {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  padding: 40px 20px;
  border: 3px #dedede solid;
  border-radius: 30px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .reason__item {
    margin-bottom: 60px;
    padding: 50px 70px;
  }
}

.reason__item::before {
  content: "01";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
  transform: translateY(-30px);
  width: 100px;
  height: 100px;
  font-size: 40px;
  font-weight: 700;
  color: #f1802c;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .reason__item::before {
    font-size: 80px;
    font-weight: 700;
    color: #f1802c;
    text-align: left;
    transform: translateY(-70px);
  }
}

.reason__item:nth-of-type(2):before {
  content: "02";
}

.reason__item:nth-of-type(3):before {
  content: "03";
}

.reason__item:nth-of-type(4):before {
  content: "04";
}

.reason__item:nth-of-type(5):before {
  content: "05";
}

.reason__item-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .reason__item-ttl {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .reason__item-ttl {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}

.reason__img-wrapper {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .reason__img-wrapper {
    margin-top: 60px;
  }
}

.reason__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reason__text-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .reason__text-box {
    margin-top: 60px;
  }
}

.reason__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .reason__text {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}

.media {
  position: relative;
}

.media::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-image: url(../img/arrow2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  height: 90px;
}
@media screen and (min-width: 768px) {
  .media::before {
    width: 450px;
    height: 170px;
  }
}

.media__inner {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .media__inner {
    padding: 6.5104166667vw 20px 9.375vw 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__inner {
    padding: 80px 20px;
  }
}

.media__ttl {
  font-size: 36px;
  font-weight: 700;
  color: #fd4600;
  text-align: center;
  border-bottom: 5px solid #dedede;
}
@media screen and (min-width: 768px) {
  .media__ttl {
    font-size: 3.6458333333vw;
    font-weight: 700;
    color: #fd4600;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__ttl {
    font-size: 40px;
    font-weight: 700;
    color: #fd4600;
    text-align: center;
  }
}

.media__text {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .media__text {
    margin-top: 4.6875vw;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}

.media__text span.font-size_L {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .media__text span.font-size_L {
    font-size: 3.6458333333vw;
  }
}

.media__contents {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .media__contents {
    margin-top: 3.125vw;
  }
}

.media__item {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .media__item {
    display: flex;
    align-items: stretch;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item {
    display: block;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .media__img-wrapper {
    width: 65%;
    padding-bottom: 5.2083333333vw;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__img-wrapper {
    width: 100%;
    padding: 0;
  }
}

.media__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media__text-box {
  position: relative;
  display: flex;
  width: 80%;
  margin-right: -20px;
  margin-left: auto;
  margin-top: -50px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .media__text-box {
    margin: 0;
    display: block;
    width: 35%;
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__text-box {
    display: flex;
    width: 80%;
    margin-right: -20px;
    margin-left: auto;
    margin-top: -100px;
  }
}

.media-logo__wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 140px;
}
@media screen and (min-width: 768px) {
  .media-logo__wrapper {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 13.0208333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media-logo__wrapper {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 200px;
  }
}

.media-logo__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media__text-wrapper {
  background-color: #494949;
  padding: 100px 20px 45px 70px;
}
@media screen and (min-width: 768px) {
  .media__text-wrapper {
    padding: 8.3333333333vw 35px 70px 67px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__text-wrapper {
    padding: 100px 40px 100px 140px;
  }
}

.media__item-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .media__item-ttl {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
  }
}

.media__item-desc {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .media__item-desc {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item-desc {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .media__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.media__item:nth-of-type(2n) .media__img-wrapper {
  margin-left: auto;
  margin-right: 0;
}
.media__item:nth-of-type(2n) .media__text-box {
  margin-left: -20px;
  margin-right: auto;
  margin-top: -110px;
}
@media screen and (min-width: 768px) {
  .media__item:nth-of-type(2n) .media__text-box {
    margin: 0;
    padding-top: 7.2916666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item:nth-of-type(2n) .media__text-box {
    margin-left: -20px;
    margin-right: auto;
    margin-top: -110px;
    padding: 0;
  }
}
.media__item:nth-of-type(2n) .media-logo__wrapper {
  top: 60%;
  right: 0;
  left: auto;
  transform: translate(50%, 0%);
  z-index: 1;
  width: 100%;
  height: 140px;
}
@media screen and (min-width: 768px) {
  .media__item:nth-of-type(2n) .media-logo__wrapper {
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 13.0208333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item:nth-of-type(2n) .media-logo__wrapper {
    top: 60%;
    right: 12.5vw;
    left: auto;
    transform: translate(50%, 0%);
    z-index: 1;
    width: 100%;
    height: 200px;
  }
}
.media__item:nth-of-type(2n) .media__text-wrapper {
  padding: 160px 70px 40px 50px;
}

/* ====美人百科====*/
.media__item-bizin .media__text-box {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .media__item-bizin .media__img-wrapper {
    padding: 0;
  }
}
.media__item-bizin .media-logo__wrapper {
  top: 60%;
  left: 0;
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 100%;
  height: 140px;
}
@media screen and (min-width: 768px) {
  .media__item-bizin .media-logo__wrapper {
    top: -4.6875vw;
    left: 50%;
    transform: translateX(-50%);
    height: 13.0208333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item-bizin .media-logo__wrapper {
    top: 60%;
    left: 0;
    transform: translate(-50%, 0%);
    z-index: 1;
    width: 100%;
    height: 200px;
  }
}
.media__item-bizin .media__text-wrapper {
  padding: 100px 68px 32px 70px;
}
@media screen and (min-width: 768px) {
  .media__item-bizin .media__text-wrapper {
    padding: 10.4166666667vw 35px 70px 30px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item-bizin .media__text-wrapper {
    padding: 18.2291666667vw 100px 60px 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item-bizin .media__item-ttl {
    display: block;
    width: 80vw;
  }
}

/* ====Newsweek====*/
@media screen and (min-width: 768px) {
  .media__item-news .media__text-box {
    width: 53%;
    padding-top: 8.8541666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item-news .media__text-box {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item-news .media__text-box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .media__item-news .media__img-wrapper {
    width: 80%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .media__item-news .media__text-wrapper {
    padding: 6.25vw 105px 60px 70px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item-news .media__text-wrapper {
    width: 80%;
  }
}
.media__item-news .media-logo__wrapper {
  top: 0%;
  right: 0;
  left: auto;
  transform: translate(50%, -50%) !important;
  z-index: 1;
  width: 100%;
  height: 140px;
}
@media screen and (min-width: 768px) {
  .media__item-news .media-logo__wrapper {
    top: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%) !important;
    height: 13.0208333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .media__item-news .media-logo__wrapper {
    top: 0%;
    right: 0;
    left: auto;
    transform: translate(50%, -50%) !important;
    z-index: 1;
    width: 100%;
    height: 200px;
  }
}

.support__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .support__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.support__content {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .support__content {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .support__content {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .support__content:nth-last-of-type(2n) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .support__text-box {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .support__text-box {
    width: 100%;
  }
}

.support__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: left;
  border-bottom: 3px solid #f1802c;
}
@media screen and (min-width: 768px) {
  .support__ttl {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .support__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}

.support__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .support__text {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}

.support__img-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .support__img-wrapper {
    margin-top: 0;
    display: flex;
    align-items: stretch;
    width: 45%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .support__img-wrapper {
    margin-top: 40px;
    width: 100%;
    height: 350px;
  }
}

.support__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.skill {
  background: url(../img/bg-yellow.png);
  background-size: cover;
}

.skill__inner {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .skill__inner {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) {
  .skill__inner {
    padding: 60px 20px;
  }
}

.skill__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .skill__ttl {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .skill__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.skill__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .skill__contents {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.6458333333vw;
    row-gap: 2.0833333333vw;
  }
}

.skill__content {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .skill__content {
    border-radius: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .skill__content {
    margin-top: 60px;
  }
}

.skill__content-ttl {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .skill__content-ttl {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .skill__content-ttl {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.skill__contents-name {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .skill__contents-name {
    margin-top: 40px;
    padding: 72px;
    border-radius: 30px;
  }
}

.skill__contents-name-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .skill__contents-name-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.skill__contents-name-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .skill__contents-name-item {
    grid-template-columns: 25px 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .skill__contents-name-item {
    grid-template-columns: 18px 1fr;
  }
}

.skill__contents-name-img {
  width: 18px;
  height: 100%;
}

.skill__contents-name-img img {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.skill__contents-name-item p {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .skill__contents-name-item p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .skill__contents-name-item p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.skill__contents-name-caution {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .skill__contents-name-caution {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .skill__contents-name-caution {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: right;
  }
}

.summarize {
  position: relative;
}

.summarize__ttl-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fbf3e9;
  height: 13.0208333333vw;
}

.summarize__ttl-wrapper .inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.summarize__ttl-wrapper .inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -13.0208333333vw;
  z-index: 2;
  background-image: url(../img/hand.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 13.0208333333vw;
  height: 13.5416666667vw;
}
@media screen and (min-width: 768px) {
  .summarize__ttl-wrapper .inner::before {
    right: -350px;
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .summarize__ttl-wrapper .inner::before {
    right: -13.0208333333vw;
    width: 13.0208333333vw;
    height: 13.5416666667vw;
  }
}

.summarize__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .summarize__ttl {
    font-size: 3.5416666667vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .summarize__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.summarize__ttl-wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background-image: url(../img/ttl-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 60px;
}

.summarize__content {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .summarize__content {
    padding: 50px 0;
  }
}

.summarize__content:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -50%;
  z-index: 1;
  background-image: url(../img/border.png);
  background-size: cover;
  width: 150vw;
  height: 100px;
}

.summarize__content-header {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .summarize__content-header {
    gap: 0;
    flex-direction: column;
  }
}

.summarize__content-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1802c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .summarize__content-number-wrapper {
    width: 8.5416666667vw;
    height: 8.5416666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .summarize__content-number-wrapper {
    width: 100px;
    height: 100px;
  }
}

.summarize__content-number {
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .summarize__content-number {
    font-size: 1.25vw;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .summarize__content-number {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }
}

.summarize__content-number span {
  display: block;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .summarize__content-number span {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .summarize__content-number span {
    font-size: 36px;
  }
}

.summarize__content-ttl-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}

.summarize__content-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .summarize__content-ttl {
    font-size: 3.5416666667vw;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .summarize__content-ttl {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}

.summarize__img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .summarize__img-box {
    margin-top: 3.125vw;
  }
}

.summarize__img-wrapper {
  width: 45%;
}

.summarize__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summarize__content-text-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .summarize__content-text-box {
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
  }
}

.summarize__content-text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .summarize__content-text {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .summarize__content-text {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}

.henkin {
  position: relative;
  background: url(../img/bg.png);
  background-size: contain;
  background-position: center;
}

.henkin::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-image: url(../img/arrow3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .henkin::before {
    width: 450px;
    height: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .henkin::before {
    width: 250px;
    height: 100px;
  }
}

.henkin__inner {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .henkin__inner {
    padding: 8.3333333333vw 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .henkin__inner {
    padding: 60px 40px;
  }
}

.henkin__img-wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .henkin__img-wrapper {
    width: 41.6666666667vw;
  }
}

.henkin__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.henkin__text-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .henkin__text-box {
    margin-top: 5.2083333333vw;
  }
}

.henkin__text {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .henkin__text {
    margin-top: 2.0833333333vw;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .henkin__text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}

.menu {
  background: url(../img/bg-white.png);
  background-size: cover;
  background-position: center;
}

.menu__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .menu__inner {
    padding-top: 4.1666666667vw;
    padding-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .menu__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.menu-free__wrapper {
  background-color: #ffffff;
  border: 3px solid #dedede;
  border-radius: 30px;
}

.menu__ttl {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #fd4600;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu__ttl {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }
}

.menu__ttl span {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .menu__ttl span {
    font-size: 36px;
  }
}

.menu-free__ttl {
  background-color: #f1802c;
}

.menu-free__ttl2 {
  display: inline-block;
  background: url(../img/ribbon2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-free__ttl2 {
    padding: 0px 60px;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }
}

.menu-free__inner {
  padding: 30px 20px;
  max-width: 1015px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-free__inner {
    padding: 70px 20px 40px 20px;
    max-width: 1015px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .menu-free__inner {
    padding: 40px 20px 40px 20px;
  }
}

.menu-free__contents {
  margin-top: 40px;
  display: grid;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .menu-free__contents {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.6041666667vw;
  }
}

.menu-free__content {
  width: 100%;
  height: auto;
}

.menu-free__content img {
  width: 100%;
  height: 145px;
  border-radius: 20px;
  object-fit: cover;
}

.menu-free__content-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-free__content-text {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .menu-free__content-text {
    font-size: 18px;
  }
}

.menu-free__text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .menu-free__text {
    margin-top: 2.6041666667vw;
  }
}

.menu-free__text span {
  color: #00bf42;
}
@media screen and (min-width: 768px) {
  .menu-free__text span {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .menu-free__text span {
    font-size: 20px;
  }
}

.menu-paid__wrapper {
  margin-top: 30px;
  background-color: #fffbe4;
  border: 3px solid #dedede;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .menu-paid__wrapper {
    margin-top: 60px;
  }
}

.menu-paid__inner {
  background-color: #ffffff;
  margin: 30px 10px;
  padding: 30px 15px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .menu-paid__inner {
    margin: 60px;
    padding: 60px 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .menu-paid__inner {
    margin: 60px 30px;
    padding: 30px 15px;
  }
}

.menu-paid__skill-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.6041666667vw;
}

.menu-paid__skill-content {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.menu-paid__skill-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-paid__skill-text-box {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .menu-paid__skill-text-box {
    padding: 0 2.6041666667vw;
  }
}

.menu-paid__skill-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #fd4600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-paid__skill-ttl {
    font-size: 36px;
    font-weight: 700;
    color: #fd4600;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .menu-paid__skill-ttl {
    font-size: 30px;
  }
}

.menu-paid__skill-text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-paid__skill-text {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .menu-paid__skill-text {
    font-size: 20px;
  }
}

.menu-paid__option-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .menu-paid__option-contents {
    margin-top: 80px;
    flex-direction: row;
    gap: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .menu-paid__option-contents {
    margin-top: 60px;
  }
}

.menu-paid__option-contents:last-of-type {
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  .menu-paid__option-contents:last-of-type li {
    width: 30%;
  }
}

.menu-paid__option-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu-paid__option-content {
    width: 35%;
  }
}

.menu-paid__option-img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.menu-paid__option-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-paid__potion-ttl {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fd4600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-paid__potion-ttl {
    margin-top: 0;
    font-size: 1.3541666667vw;
    font-weight: 700;
    color: #fd4600;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .menu-paid__potion-ttl {
    font-size: 20px;
  }
}

.price__inner {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .price__inner {
    padding: 5.2083333333vw 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .price__inner {
    padding: 50px 40px;
  }
}

.price__contents:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .price__contents:not(:first-of-type) {
    margin-top: 5.2083333333vw;
  }
}

.price__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .price__ttl {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .price__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}

.price__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .price__text {
    margin-top: 2.6041666667vw;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .price__text {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}

.price__img-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .price__img-box {
    column-gap: 30px;
    margin-top: 2.6041666667vw;
  }
}

.price__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-table {
  background-color: #fafafa;
}

.price-table__inner {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .price-table__inner {
    padding: 6.25vw 20px;
  }
}

.price-table__ttl {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-table__ttl {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.price-table__wrapper {
  margin-top: 30px;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .price-table__wrapper {
    margin-top: 3.125vw;
  }
}

.price-table__wrapper img {
  width: 500px;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .price-table__wrapper img {
    width: 100%;
    max-width: 100%;
  }
}

.teacher {
  background-color: #fcf1e5;
}
.teacher .rhombus__wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .teacher .rhombus__wrapper {
    margin-top: 40px;
  }
}

.teacher__inner {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .teacher__inner {
    padding: 6.25vw 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .teacher__inner {
    padding: 60px 40px;
  }
}

.teacher__ttl {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .teacher__ttl {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.teacher__contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .teacher__contents {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .teacher__content {
    display: flex;
    justify-content: space-between;
  }
}

.teacher__content:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .teacher__content:not(:first-of-type) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .teacher__content:not(:first-of-type) {
    margin-top: 70px;
  }
}

.teacher__content:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.teacher__img {
  max-height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .teacher__img {
    width: 30%;
    height: 100%;
    max-height: 100%;
  }
}

.teacher__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.teacher__text-box {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .teacher__text-box {
    margin: 0;
    width: 60%;
  }
}

.teacher__name {
  padding-bottom: 10px;
  border-bottom: 3px solid #f1802c;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .teacher__name {
    padding-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .teacher__name {
    font-size: 30px;
  }
}

.teacher__desc-wrapper {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .teacher__desc-wrapper {
    margin-top: 10px;
  }
}

.teacher__desc {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .teacher__desc {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .teacher__desc {
    font-size: 16px;
  }
}

.voice {
  background: url(../img/bg-dod2.png);
  background-size: cover;
}

.voice__inner {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    padding: 6.25vw 20px;
  }
}

.voice__ttl {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice__ttl {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
}

.voice__contents {
  margin-top: 90px;
}

.voice__content {
  position: relative;
  border: 3px solid #dedede;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 90px 30px 20px 30px;
}
@media screen and (min-width: 768px) {
  .voice__content {
    padding: 90px 70px 40px 70px;
  }
}

.voice__content:not(:first-of-type) {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .voice__content:not(:first-of-type) {
    margin-top: 80px;
  }
}

.voice__img {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.voice__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.voice__name {
  font-size: 16px;
  font-weight: 400;
  color: #f1802c;
  text-align: left;
  margin-right: auto;
  padding-bottom: 5px;
  width: 40%;
  border-bottom: 1px solid #f1802c;
}
@media screen and (min-width: 768px) {
  .voice__name {
    font-size: 24px;
    font-weight: 400;
    color: #f1802c;
    text-align: left;
  }
}

.voice__text-ttl {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .voice__text-ttl {
    margin-top: 80px;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .voice__text-ttl {
    margin-top: 40px;
  }
}

.voice__text-box {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .voice__text-box {
    margin-top: 20px;
  }
}

.voice__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .voice__text {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .voice__text {
    font-size: 16px;
  }
}

.voice__text:first-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .voice__text:first-of-type {
    margin-top: 20px;
  }
}

.voice__text-caution {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .voice__text-caution {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .voice__text-caution {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}

.qa__ttl-box {
  background-color: #ffead3;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .qa__ttl-box {
    height: auto;
  }
}

.qa__ttl-inner {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 36.8229166667vw;
}
@media screen and (min-width: 768px) {
  .qa__ttl-inner {
    column-gap: 0;
  }
}

.qa__ttl {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #f1802c;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .qa__ttl {
    font-size: 3.9583333333vw;
    font-weight: 700;
    color: #f1802c;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .qa__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #f1802c;
    text-align: left;
  }
}

.qa__ttl-img {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .qa__ttl-img {
    height: 100%;
  }
}

.qa__ttl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.qa__contents-box {
  padding: 40px 20px 60px 20px;
}
@media screen and (min-width: 768px) {
  .qa__contents-box {
    padding: 80px 20px 120px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .qa__contents-box {
    padding: 40px;
  }
}

.qa__content {
  padding: 20px 0;
  border-bottom: 5px dotted #e4e4e4;
}
@media screen and (min-width: 768px) {
  .qa__content {
    padding: 45px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .qa__content {
    padding: 30px 0;
  }
}

.qa__text-q {
  font-size: 18px;
  font-weight: 700;
  color: #f1802c;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .qa__text-q {
    font-size: 30px;
    font-weight: 700;
    color: #f1802c;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .qa__text-q {
    font-size: 24px;
    font-weight: 700;
    color: #f1802c;
    text-align: left;
  }
}

.qa__text-a {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .qa__text-a {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .qa__text-a {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
}