@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  margin: auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "MS ゴシック", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

body {
  font-size: 1.6em;
}

a:hover {
  opacity: 0.7;
}

.sec-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sec-ttl {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.sec-ttl span {
  font-weight: bold;
}

.sec-desc {
  line-height: 1.6;
  text-align: center;
}

.orange {
  color: #e46c07;
}

.sec-enttl {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .sec-enttl {
    margin-bottom: 1rem;
  }
}

.ora-line {
  border-bottom: #e46c07 4px solid;
}

@media screen and (max-width: 767px) {
  .ora-line {
    border-bottom: #e46c07 2px solid;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.ora-gra {
  background-image: -webkit-gradient(linear, left top, right top, from(#dc500a), to(#ee9a02));
  background-image: -webkit-linear-gradient(left, #dc500a, #ee9a02);
  background-image: linear-gradient(90deg, #dc500a, #ee9a02);
}

body {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 0;
  }
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header {
    position: static;
  }
}

.header__inner {
  height: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1219px) {
  .header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5rem;
  }
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo img {
  width: 6.1rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .header__logo__img img {
    width: 3rem;
  }
}

.header__logo__text {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .header__logo__text {
    font-size: 1rem;
  }
}

.header__rihgt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.7rem;
}

@media screen and (max-width: 767px) {
  .header__rihgt {
    position: fixed;
    background: none;
    bottom: .2rem;
    z-index: 30;
    padding: 0 1rem;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__rihgt a {
    margin: 0 auto;
  }

}

.header__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

@media screen and (max-width: 767px) {
  .header__tel {
    display: none;
    gap: 0.8rem;
  }
}

.header__tel .num {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header__tel .num {
    font-size: 1.8rem;
  }
}

.header__tel__img img {
  width: 2.2rem;
}

.header__tel__text__top,
.header__tel__text__bottom {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {

  .header__tel__text__top,
  .header__tel__text__bottom {
    font-size: 1rem;
  }
}

.header__tel__text {
  color: inherit;
  text-decoration: none;
}

.header__btn img {
  margin-top: 0.8rem;
  width: 19.2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .header__btn img {
    max-width: 44rem;
    width: 100%;
  }

  .header__btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.header__btn.show {
    opacity: 1;
    visibility: visible;
}


}

.top {
  height: 80rem;
  background-image: url(../img/fv/fv-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top {
    background-image: url(../img/fv/fv-bg-sp.png);
    background-size: cover;
    height: 64rem;
    background-position: bottom;
  }
}

@media screen and (max-width: 500px) {
  .top {
    height: 50rem;
  }
}

@media screen and (max-width: 470px) {
  .top {
    height: 45rem;
  }
}

@media screen and (max-width: 450px) {
  .top {
    height: 42rem;
  }
}

@media screen and (max-width: 430px) {
  .top {
    height: 38rem;
  }
}

.top__lead {
  padding-top: 4rem;
}

.top__lead img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 78rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top__lead {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.top__ttl img {
  width: 100%;
  max-width: 75.4rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .top__ttl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.top__btn {
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 82rem;
  width: 100%;
}

.top__btn img {
  width: inherit;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top__btn {
    padding-left: 1rem;
    padding-right: 1rem;
    bottom: -12%;
    z-index: 10;
  }
}

.about01 {
  height: 100rem;
  background-image: url(../img/about01/about-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .about01 {
    height: 80rem;
    background-position: top;
  }
}

@media screen and (max-width: 767px) {
  .about01 {
    margin-top: 8rem;
    height: 65rem;
    background-image: url(../img/about01/about-bg-sp.png);
  }
}

@media screen and (max-width: 400px) {
  .about01 {
    height: 58rem;
  }
}

.about01__ttl {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .about01__ttl {
    margin-bottom: 3rem;
  }
}

.about01__head {
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about01__head {
    font-size: 2rem;
  }
}

.about01__text {
  margin-top: 4.2rem;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .about01__text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.about01__btn {
  max-width: 50rem;
  padding: 1.6rem;
  font-size: 2.8rem;
  color: #fff;
  width: 100%;
  max-width: 54rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 50%;
  text-align: center;
  border-radius: 50px;
}

@media screen and (max-width: 1400px) {
  .about01__btn {
    bottom: 50%;
  }
}

@media screen and (max-width: 767px) {
  .about01__btn {
    font-size: 1.6rem;
    padding: 1rem;
    max-width: 30rem;
    bottom: 37%;
  }
}

.point01 {
  position: relative;
  z-index: 4;
  margin-top: -15rem;
}

.point01::after {
  position: absolute;
  background-image: url(../img/point/point01-arrow.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -38.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  height: 38.2rem;
  content: "";
}

@media screen and (max-width: 767px) {
  .point01::after {
    background-image: url(../img/point/point01-arrow-sp.png);
    height: 25rem;
    bottom: -25rem;
  }
}

@media screen and (max-width: 767px) {
  .point01 {
    margin-top: -8rem;
  }
}

.point-num {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  color: #e46c07;
  line-height: 0.8;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 6rem;
  z-index: 10;
  position: relative;
}

.point-num__text {
  border-bottom: #e46c07 4px solid;
  font-size: 3.6rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .point-num__text {
    font-size: 1.8rem;
  }
}

.point-num__num {
  font-size: 7rem;
}

@media screen and (max-width: 767px) {
  .point-num__num {
    font-size: 3.5rem;
  }
}

.point__ttl {
  margin-bottom: 4rem;
  line-height: 1.3333;
}

.point__text {
  line-height: 1.6;
  text-align: center;
  font-size: 2rem;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .point__text {
    font-size: 1.6rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.point__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .point__item {
    gap: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.point__item__img img {
  max-width: 24.5rem;
  width: 100%;
}

.point02 {
  position: relative;
  margin-top: 23rem;
  margin-bottom: 88.2rem;
}

.point02::after {
  position: absolute;
  background-image: url(../img/point/point02.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -82rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  height: 88.2rem;
  content: "";
}

@media screen and (max-width: 767px) {
  .point02::after {
    background-position: top;
    height: 55rem;
    bottom: -45rem;
    background-image: url(../img/point/point02-sp.png);
  }
}

@media screen and (max-width: 480px) {
  .point02::after {
    height: 45rem;
    bottom: -45rem;
  }
}

@media screen and (max-width: 767px) {
  .point02 {
    margin-top: 12rem;
    margin-bottom: 64rem;
  }
}

.point03 {
  position: relative;
  margin-top: -20rem;
}

@media screen and (max-width: 767px) {
  .point03 {
    margin-top: -30rem;
  }
}

.point03::after {
  position: absolute;
  background-image: url(../img/point/point03.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -50rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  height: 64rem;
  content: "";
}

@media screen and (max-width: 767px) {
  .point03::after {
    height: 19rem;
    bottom: -16rem;
    background-image: url(../img/point/point03-sp.png);
  }
}

.movie__inner {
  padding-top: 65rem;
}

@media screen and (max-width: 767px) {
  .movie__inner {
    padding-top: 23rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.video {
  max-width: 80rem;
  width: 100%;
  height: 45rem;
  border-radius: 20px;
}

@media screen and (max-width: 1219px) {
  .video {
    height: auto;
  }
}

.video__cont {
  text-align: center;
}

.movie__mvcont__text {
  text-align: center;
  font-size: 2rem;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .movie__mvcont__text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

.movie__slide-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  .movie__slide-ttl {
    padding-top: 5rem;
    font-size: 2.4rem;
  }
}

.howto__inner {
  padding-top: 10rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .howto__inner {
    padding-top: 5rem;
  }
}

.howto-ttl {
  background: #fff;
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .howto-ttl {
    max-width: 23rem;
    margin-bottom: 2rem;
  }
}

.howto__num {
  font-size: 12rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
}

.howto__cont {
  position: relative;
  height: 35rem;
}

@media screen and (max-width: 767px) {
  .howto__cont {
    height: 28.5rem;
  }
}

.howto__cont .hoeto__cont__text {
  max-width: 46rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .howto__cont .hoeto__cont__text {
    top: 7%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.howto__cont:nth-child(even) .hoeto__cont__text {
  right: 7%;
}

@media screen and (max-width: 1400px) {
  .howto__cont:nth-child(even) .hoeto__cont__text {
    right: 7%;
  }
}

@media screen and (max-width: 767px) {
  .howto__cont:nth-child(even) .hoeto__cont__text {
    left: 10%;
  }
}

.howto__cont:nth-child(odd) .hoeto__cont__text {
  left: 7%;
}

@media screen and (max-width: 1400px) {
  .howto__cont:nth-child(odd) .hoeto__cont__text {
    left: 7%;
  }
}

@media screen and (max-width: 767px) {
  .howto__cont:nth-child(odd) .hoeto__cont__text {
    left: 10%;
  }
}

.howto__cont::after {
  position: absolute;
  z-index: 2;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  width: 100%;
  height: 35rem;
  content: "";
}

@media screen and (max-width: 767px) {
  .howto__cont::after {
    height: 30rem;
  }
}

.howto__cont:nth-child(1) {
  background: #fefae8;
}

.howto__cont:nth-child(1)::after {
  background-image: url(../img/howto/howto01.png);
}

@media screen and (max-width: 767px) {
  .howto__cont:nth-child(1)::after {
    background-image: url(../img/howto/howto01-sp.png);
  }
}

.howto__cont:nth-child(2) {
  background: #fef0e8;
}

.howto__cont:nth-child(2)::after {
  background-position: left;
  background-image: url(../img/howto/howto02.png);
}

@media screen and (max-width: 767px) {
  .howto__cont:nth-child(2)::after {
    background-image: url(../img/howto/howto02-sp.png);
  }
}

.howto__cont:nth-child(3) {
  background: #e9f3db;
}

.howto__cont:nth-child(3)::after {
  background-image: url(../img/howto/howto03.png);
}

@media screen and (max-width: 767px) {
  .howto__cont:nth-child(3)::after {
    background-image: url(../img/howto/howto03-sp.png);
  }
}

.howto__cont:nth-child(4) {
  background: #fdf7d6;
}

.howto__cont:nth-child(4)::after {
  background-position: left;
  background-image: url(../img/howto/howto04.png);
}

@media screen and (max-width: 767px) {
  .howto__cont:nth-child(4)::after {
    background-image: url(../img/howto/howto04-sp.png);
  }
}

.howto__cont:nth-child(5) {
  background: #fde9ce;
}

.howto__cont:nth-child(5)::after {
  background-image: url(../img/howto/howto05.png);
}

@media screen and (max-width: 767px) {
  .howto__cont:nth-child(5)::after {
    background-image: url(../img/howto/howto05-sp.png);
  }
}

.howto__head {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .howto__head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.howto__text {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .howto__text {
    font-size: 1.4rem;
  }
}

.howto__border {
  position: absolute;
  top: 8.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 4px #e46c07 solid;
  width: 93.5%;
  height: 188rem;
  border-radius: 30px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .howto__border {
    width: 90%;
    top: 6.2%;
    height: 154rem;
    border: 2px #e46c07 solid;
  }
}

.message__inner {
  padding-top: 15rem;
  padding-bottom: 10rem;
  max-width: 100rem;
}

@media screen and (max-width: 1219px) {
  .message__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .message__inner {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

.message__wrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1219px) {
  .message__wrap {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.message__wrap>div {
  max-width: 48rem;
}

@media screen and (max-width: 767px) {
  .message__wrap>div {
    max-width: 100%;
  }
}

.message__cont__head {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

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

  .message__cont__img img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .message__wrap__left .message__cont:nth-child(n+2) {
    display: none;
  }
}

.message__wrap__right .message__cont:nth-child(n+5) {
  display: none;
}

@media screen and (max-width: 767px) {
  .message__wrap__right .message__cont:nth-child(n+5) {
    display: block;
  }

  .message__wrap__right .message__cont:nth-child(5) {
    margin-top: 2.4rem;
    border-top: 1px solid #cdcdcd;
  }
}

.message__wrap__right .message__cont:first-child .message__cont__head {
  margin-top: 0;
}

.message__text {
  line-height: 1.75;
}

.about02 {
  background: #3c3c3c;
  padding-top: 10rem;
  padding-bottom: 10rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .about02 {
    padding: 5rem 2rem;
  }
}

.about02__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.8rem;
}

@media screen and (max-width: 767px) {
  .about02__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .about02__img {
    text-align: center;
  }

  .about02__img img {
    width: 6rem;
  }
}

.about02__text {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .about02__text {
    font-size: 1.4rem;
  }
}

.ora-btn {
  background: #e46c07;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.6rem 1.4rem 1rem;
  width: 100%;
  max-width: 30rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ora-btn {
    max-width: 100%;
    font-size: 1.6rem;
  }
}

.ora-btn::after {
  position: absolute;
  background-image: url(../img/common/arrow-white.svg);
  width: 1rem;
  height: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
  content: "";
}

.particular {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #222;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .particular {
    padding: 5rem 2rem;
  }
}

.particular-ttl {
  margin-bottom: 3rem;
}

.particular__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100rem;
}

.particular__inner .sec-enttl,
.particular__inner .sec-ttl {
  text-align: left;
}

@media screen and (max-width: 1219px) {
  .particular__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.particular__left {
  max-width: 46rem;
}

@media screen and (max-width: 1219px) {
  .particular__left {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

.particular__right {
  position: relative;
  max-width: 50rem;
  width: 100%;
}

@media screen and (max-width: 1219px) {
  .particular__right {
    margin: 0 auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .particular__right {
    max-width: 26rem;
  }
}

.particular__text {
  line-height: 1.75;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1219px) {
  .particular__text {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1219px) {
  .particular__btn-pc {
    display: none;
  }
}

.particular__btn-sp {
  display: none;
}

@media screen and (max-width: 1219px) {
  .particular__btn-sp {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.lesson {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .lesson {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.lesson__inner {
  max-width: 100rem;
}

@media screen and (max-width: 1219px) {
  .lesson__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.lesson__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .lesson__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #cdcdcd;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lesson__cont:last-child {
    margin-bottom: 0;
  }
}

.lesson__cont__left {
  padding: 1rem 0;
  min-width: 15rem;
  border-right: 2px solid #222;
}

@media screen and (max-width: 767px) {
  .lesson__cont__left {
    border-right: none;
  }
}

.lesson__cont__en-ttl {
  color: #e46c07;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.lesson__cont__ttl {
  font-weight: bold;
  font-size: 1.8rem;
}

.lesson__cont__right {
  margin-left: 2rem;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .lesson__cont__right {
    margin-left: 0;
  }
}

.lesson__btn-cont {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .lesson__btn-cont {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.lesson__btn {
  text-align: left;
}

.cta-btn {
  display: inline-block;
  width: 100%;
  display: block;
  max-width: 80rem;
  margin: 0 auto;
}

.cta-btn img {
  width: inherit;
  max-width: inherit;
}

.footer {
  background: #3c3c3c;
  padding: 3rem;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 2rem;
    padding-bottom: 10rem;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}

.footer__nav .link {
  color: #fff;
  text-decoration: none;
}

.copy {
  margin-top: 1rem;
}

.swiper1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.swiper1 .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper1 .swiper-slide {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.swiper1 .swiper-slide img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  width: 100%;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .swiper1 .swiper-slide img {
    border-radius: 10px;
  }
}

.swiper1 .swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper2 .swiper-slide {
  height: 32rem;
}

@media screen and (max-width: 767px) {
  .swiper2 .swiper-slide {
    height: auto;
    width: 100% !important;
  }

  .swiper2 .swiper-slide img {
    width: 100%;
  }
}

.particular__right {
  /* 次への矢印 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}

.particular__right .swiper-button-prev {
  left: -30px;
}

.particular__right .swiper-button-next {
  right: -30px;
}

.particular__right .swiper-button-prev,
.particular__right .swiper-button-next {
  height: 18px;
  width: 10px;
}

@media screen and (max-width: 767px) {

  .particular__right .swiper-button-prev,
  .particular__right .swiper-button-next {
    top: 56%;
  }
}

.particular__right .swiper-button-prev::after,
.particular__right .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  margin: auto;
  width: 10px;
}

.particular__right .swiper-button-prev::after {
  background-image: url(../img/common/arrow-white.svg);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.particular__right .swiper-button-next::after {
  background-image: url(../img/common/arrow-white.svg);
}

.slide {
  position: relative;
}

.swiper1 .swiper-pagination {
  bottom: 0 !important;
}

.swiper1 .swiper-pagination-bullet {
  height: 0.5rem;
  width: 0.5rem;
  margin: 0 0.7rem !important;
}

.swiper1 .swiper-pagination-bullet-active {
  background-color: #e06d16;
}

.swiper2 .swiper-pagination-bullet-active {
  background-color: #3c3c3c;
}