@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.section__mv {
  position: relative;
  align-items: flex-start;
}
.section__mv .mv__img {
  position: relative;
  width: 69%;
  max-width: 690px;
  line-height: 1;
  z-index: 1;
}
.section__mv .mv__body {
  width: calc(31% - 32px);
}
.section__mv .mv__body .body__title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  line-height: 1;
  text-align: right;
}
.section__mv .mv__body .body__title::before {
  content: "";
  position: absolute;
  right: -48px;
  bottom: 0;
  height: 3px;
  width: calc(100% + 48px + 48px);
  background: #c7cfda;
  background: linear-gradient(to left, #a4b2c5 0%, #a4b2c5 48px, #c7cfda 49px, #c7cfda 50%, #c7cfda 100%);
}
.section__mv.reverse .mv__body .body__title {
  text-align: left;
}
.section__mv.reverse .mv__body .body__title::before {
  right: auto;
  left: -48px;
  background: linear-gradient(to right, #a4b2c5 0%, #a4b2c5 48px, #c7cfda 49px, #c7cfda 50%, #c7cfda 100%);
}

.section__title {
  margin-bottom: 48px;
  font-size: 6rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

.section__title02 {
  margin-bottom: 120px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.section__title02 .en {
  display: block;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .1em;
}
.section__title02 .en:after {
  content: "";
  display: block;
  width: 158px;
  max-width: 100%;
  margin: 20px auto;
  border-bottom: 1px solid #000;
}
.section__title02 .main {
  display: block;
}

.section__button {
  line-height: 1;
  text-align: center;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pic__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 10px 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
}
.pic__caption.left {
  right: auto;
  left: 0;
  text-align: left;
}
.pic__caption.black {
  color: #000;
}

@media screen and (max-width: 768px) {
  .section__mv .mv__img {
    width: 100%;
    max-width: 100%;
    z-index: auto;
  }
  .section__mv .mv__img img {
    width: 100%;
    height: auto;
  }
  .section__mv .mv__body {
    width: 100%;
    padding: 0 10px;
    font-size: 1.75rem;
  }
  .section__mv .mv__body p {
    line-height: 1.7;
  }
  .section__mv .mv__body .body__title {
    margin-top: -10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .section__mv .mv__body .body__title img {
    height: 36px;
    width: auto;
    object-fit: cover;
  }
  .section__mv .mv__body .body__title::before {
    right: 0;
    width: 100%;
  }
  .section__mv.reverse .mv__body .body__title {
    text-align: left;
  }
  .section__mv.reverse .mv__body .body__title::before {
    right: auto;
    left: 0;
    background: linear-gradient(to left, #a4b2c5 0%, #a4b2c5 48px, #c7cfda 49px, #c7cfda 50%, #c7cfda 100%);
  }

  .section__title {
    margin-bottom: 40px;
    font-size: 3.6rem;
    letter-spacing: 0.025em;
    text-align: center;
  }

  .section__title02 {
    margin-bottom: 60px;
  }

  .pic__caption {
    padding: 4px 8px;
    font-size: 8px;
  }
  .pic__caption.sp_left {
    right: auto;
    left: 0;
    text-align: left;
  }
  .pic__caption.sp_right {
    left: auto;
    right: 0;
    text-align: right;
  }
  .pic__caption.sp_black {
    color: #000;
  }
}
/* ---------------------------------------------------
	main
------------------------------------------------------ */
#mainvisual {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
#mainvisual .mv__bg {
  text-align: center;
}
#mainvisual .mv__bg img {
  display: block;
  width: 100%;
}
#mainvisual .mv__title {
  position: absolute;
  left: 8%;
  bottom: 6%;
  line-height: 1;
  transition-delay: 300ms;
}
#mainvisual .mv__lead {
  position: absolute;
  right: 8%;
  top: 12%;
}
#mainvisual .mv_scroll {
  position: absolute;
  left: 50%;
  bottom: -50px;
  animation: scrollAnime 2s infinite;
  z-index: 1;
}

@keyframes scrollAnime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mv__title {
    left: 8%;
    bottom: 14vw;
    width: 56%;
  }
  #mainvisual .mv__title img {
    width: 100%;
    height: auto;
  }
  #mainvisual .mv__lead {
    right: 5%;
    top: 16vw;
    width: 90%;
    text-align: center;
  }
}
/* ---------------------------------------------------
	lead
------------------------------------------------------ */
#lead {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 112px 0 138px;
  background: url(../images/top/lead_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  transition-delay: 300ms;
}
#lead .lead__body .body__title {
  margin-bottom: 60px;
  font-size: 6.8rem;
  line-height: 1.68;
  transition-delay: 300ms;
}
#lead .lead__body .body__text {
  padding-left: 24px;
  line-height: 2.1;
  transition-delay: 300ms;
}

@media screen and (max-width: 768px) {
  #lead {
    padding: 160px 0 64px;
    background: url(../images/top/lead_bg_01.jpg) no-repeat center;
    background-size: cover;
  }
  #lead .lead__body {
    padding: 0 10px;
  }
  #lead .lead__body .body__title {
    margin-bottom: 28px;
    font-size: 3.5rem;
    line-height: 1.68;
  }
  #lead .lead__body .body__text {
    padding-left: 0;
    font-size: 1.65rem;
    line-height: 2.1;
  }
}
/* ---------------------------------------------------
	exterior
------------------------------------------------------ */
#design {
  padding-top: 72px;
}

#exterior {
  padding-bottom: 60px;
}
#exterior .section__mv .mv__body {
  width: calc(31% - 48px);
  padding-top: 54px;
}
#exterior .section__mv .mv__body .body__img {
  margin-top: 16px;
}
#exterior .section__mv .mv__body .body__img img {
  border-radius: 8px;
}
#exterior .section__mv .mv__body .body__img .img__text {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.3;
}
#exterior .section__mv .mv__img02 {
  width: 46.9%;
  margin-top: -40px;
}
#exterior .section__mv .mv__img03 {
  position: relative;
  width: 49.6%;
  margin-top: -40px;
  padding-top: 72px;
  text-align: right;
}
#exterior .section__mv .mv__img03 img {
  position: relative;
  z-index: 1;
}
#exterior .section__mv .mv__img03 .pic__caption {
  left: 40px;
}
#exterior .section__mv .mv__img03 .img__box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 16px;
  border: 1px solid #a4b2c5;
  text-align: left;
}
#exterior .section__mv .mv__img03 .img__box p {
  line-height: 1.6;
}
#exterior .slide__block {
  margin-top: 80px;
}
#exterior .slide__title {
  margin-bottom: 8px;
  color: #a4b2c5;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
}
#exterior .slide__wrap {
  margin: 0 auto;
  padding: 30px 40px 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#exterior .color__slide {
  position: relative;
  margin: 0 auto;
}
#exterior .color__slide .slide {
  position: relative;
  padding: 40px 0 0;
}
#exterior .color__slide .slide img {
  margin: 0 auto;
}
#exterior .color__slide .slide .type {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}
#exterior .color__slide .slide .text {
  text-align: right;
  line-height: 1.2;
}
#exterior .color__slide .slide .note {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #design {
    padding-top: 88px;
  }

  #exterior {
    padding-bottom: 30px;
  }
  #exterior .section__mv .mv__body {
    width: 100%;
    padding-top: 0;
  }
  #exterior .section__mv .mv__body .body__img {
    margin-top: 16px;
  }
  #exterior .section__mv .mv__body .body__img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  #exterior .section__mv .mv__body .body__img .img__text {
    font-size: 1.5rem;
  }
  #exterior .section__mv .mv__img02 {
    width: 100%;
    margin-top: 30px;
    order: 10;
  }
  #exterior .section__mv .mv__img02 img {
    width: 100%;
    height: auto;
  }
  #exterior .section__mv .mv__img03 {
    width: 100%;
    margin-top: 30px;
    padding-top: 88px;
  }
  #exterior .section__mv .mv__img03 img {
    width: 71%;
    height: auto;
  }
  #exterior .section__mv .mv__img03 .pic__caption {
    left: auto;
    right: 72%;
  }
  #exterior .section__mv .mv__img03 .img__box {
    left: 10px;
    padding: 10px 1em;
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  #exterior .section__mv .mv__img03 .img__box p {
    line-height: 1.6;
  }
  #exterior .slide__block {
    margin-top: 50px;
  }
  #exterior .slide__title {
    margin-bottom: 10px;
    font-size: 3rem;
    text-align: center;
  }
  #exterior .slide__wrap {
    padding: 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  }
  #exterior .color__slide .slide .type {
    left: 10px;
    font-size: 1.25rem;
  }
  #exterior .color__slide .slide img {
    width: 80%;
  }
  #exterior .color__slide .slide .text {
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: center;
  }
  #exterior .color__slide .slide .text .sp_small {
    display: block;
    font-size: 1rem;
  }
  #exterior .color__slide .slide .note {
    margin-top: 10px;
    font-size: 1rem;
  }
}
/* ---------------------------------------------------
	interior
------------------------------------------------------ */
#interior {
  padding: 60px 0 100px;
}
#interior .section__mv .mv__body {
  padding-top: 120px;
  letter-spacing: 0.05em;
}
#interior .section__mv .mv__img02 {
  width: 70%;
  margin-top: 30px;
  order: 10;
}
#interior .section__mv .mv__img02 .img__title {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#interior .section__mv .mv__img02 .img__text {
  line-height: 1.5;
}
#interior .section__mv .mv__img03 {
  width: 27.2%;
  margin-top: 28px;
}
#interior .section__mv .mv__img03 .rel + .rel {
  margin-top: 20px;
}
#interior .section__mv .mv__img03 .img__text {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
}
#interior .interior__block {
  margin-top: 40px;
}
#interior .interior__block .block__img {
  position: relative;
  max-width: 54.6%;
}
#interior .interior__block .block__img img {
  border-radius: 20px;
}
#interior .interior__block .block__img .pic__caption {
  left: 20px;
}
#interior .interior__block .block__body {
  width: 42%;
}
#interior .interior__block .block__body p {
  line-height: 1.75;
}
#interior .interior__block .block__body .body__col {
  margin-top: 20px;
}
#interior .interior__block .block__body .body__col .col__item .item__img {
  margin-bottom: 8px;
}
#interior .interior__block .block__body .body__col .col__item p {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #interior {
    padding: 0 0 40px;
  }
  #interior .section__mv .mv__body {
    padding-top: 0;
    letter-spacing: 0.05em;
  }
  #interior .section__mv .mv__img02 {
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
    order: 0;
  }
  #interior .section__mv .mv__img02 .img__title {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #interior .section__mv .mv__img02 .img__text {
    line-height: 1.5;
  }
  #interior .section__mv .mv__img03 {
    width: 100%;
    margin-top: 28px;
    padding: 0 10px;
  }
  #interior .section__mv .mv__img03 .rel + .rel {
    margin-top: 16px;
  }
  #interior .section__mv .mv__img03 .rel img {
    width: 100%;
    height: auto;
  }
  #interior .section__mv .mv__img03 .img__text {
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #interior .section__mv .mv__img03 .img__text .sp_small {
    font-size: 1rem;
  }
}
/* ---------------------------------------------------
	performance
------------------------------------------------------ */
#performance {
  padding: 100px 0;
}
#performance .section__mv {
  margin-top: 64px;
}
#performance .section__mv .mv__body {
  width: calc(31% - 48px);
  margin-top: -56px;
}
#performance .section__mv .mv__body .body__title {
  margin-bottom: 20px;
}
#performance .section__mv .mv__body .body__img {
  margin-top: 8px;
}
#performance .section__mv .mv__body .body__img .rel img {
  border-radius: 8px;
}
#performance .section__mv .mv__body .body__img .img__text {
  margin-top: 10px;
}
#performance .section__mv .mv__body .body__img .img__note {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2;
}
#performance .section__mv .mv__box {
  width: 69%;
  margin-top: -170px;
  border: 1px solid #c7cfda;
}
#performance .section__mv .mv__box .box__body {
  width: 54.4%;
  padding: 8px 10px 4px 20px;
}
#performance .section__mv .mv__box .box__body .body__title {
  margin-bottom: 10px;
  color: #c7cfda;
  font-size: 4.3rem;
  font-weight: 600;
  line-height: 1;
}
#performance .section__mv .mv__box .box__body .body__text {
  margin-bottom: 8px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#performance .section__mv .mv__box .box__img {
  width: 45.6%;
  max-width: 314px;
}
#performance .performance__block {
  margin-top: 50px;
}
#performance .performance__block .block__table {
  position: relative;
  width: 47.2%;
}
#performance .performance__block .block__table .table__title {
  margin-bottom: 16px;
}
#performance .performance__block .block__table .table__img {
  position: absolute;
  right: 0;
  top: 16px;
}
#performance .performance__block .block__table .table__text {
  font-size: 1.4rem;
  line-height: 1.6;
}
#performance .performance__block .block__table .table__table {
  margin-top: 20px;
}
#performance .performance__block .block__body {
  width: 49.6%;
}
#performance .performance__block .block__body .body__title {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #c7cfda;
  font-size: 1.4rem;
  line-height: 1.5;
}
#performance .performance__block .block__body .body__title .mincho {
  display: inline-block;
  margin-right: 4px;
}
#performance .performance__block .block__body .body__title .main {
  color: #a4b2c5;
  font-size: 1.8rem;
  font-weight: bold;
}
#performance .performance__block .block__body .body__text {
  font-size: 1.4rem;
  line-height: 1.6;
}
#performance .performance__block .block__body .body__img01 {
  margin-top: 8px;
}
#performance .performance__block .block__body .body__text02 {
  margin-top: 12px;
  font-size: 1.4rem;
}
#performance .performance__block .block__body .body__note {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #performance {
    padding: 40px 0;
  }
  #performance .section__mv {
    margin-top: 0;
  }
  #performance .section__mv .mv__img .pic__caption {
    bottom: 16px;
  }
  #performance .section__mv .mv__body {
    width: 100%;
    margin-top: 0;
  }
  #performance .section__mv .mv__body .body__title {
    margin-bottom: 20px;
  }
  #performance .section__mv .mv__body .body__title img {
    height: 37px;
  }
  #performance .section__mv .mv__body .body__img {
    margin-top: 16px;
  }
  #performance .section__mv .mv__body .body__img .rel img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  #performance .section__mv .mv__body .body__img .img__text {
    margin-top: 16px;
  }
  #performance .section__mv .mv__body .body__img .img__text img {
    width: 100%;
    height: auto;
  }
  #performance .section__mv .mv__body .body__img .img__note {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
  #performance .section__mv .mv__box {
    width: calc(100% - 20px);
    margin: 50px auto 0;
    border: 1px solid #c7cfda;
  }
  #performance .section__mv .mv__box .box__body {
    width: 100%;
    padding: 8px 12px 12px;
  }
  #performance .section__mv .mv__box .box__body .body__title {
    margin-bottom: 8px;
    font-size: 3.9rem;
    font-weight: 600;
    text-align: center;
  }
  #performance .section__mv .mv__box .box__body .body__text {
    margin-bottom: 8px;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  #performance .section__mv .mv__box .box__img {
    width: 100%;
    max-width: 100%;
  }
  #performance .section__mv .mv__box .box__img img {
    width: 100%;
    height: auto;
  }
  #performance .performance__block {
    margin-top: 40px;
  }
  #performance .performance__block .block__table {
    position: relative;
    width: 100%;
    padding: 0 10px;
  }
  #performance .performance__block .block__table .table__title {
    margin: 0 auto 30px;
    text-align: center;
  }
  #performance .performance__block .block__table .table__title img {
    width: 230px;
    height: auto;
  }
  #performance .performance__block .block__table .table__img {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }
  #performance .performance__block .block__table .table__img img {
    width: 113px;
    height: auto;
  }
  #performance .performance__block .block__table .table__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #performance .performance__block .block__table .table__table {
    margin-top: 20px;
  }
  #performance .performance__block .block__table .table__table img {
    width: 100%;
    height: auto;
  }
  #performance .performance__block .block__body {
    width: 100%;
    margin-top: 60px;
    padding: 0 10px;
  }
  #performance .performance__block .block__body::after {
    content: "";
    display: block;
    clear: both;
  }
  #performance .performance__block .block__body .body__title {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 1.4rem;
  }
  #performance .performance__block .block__body .body__title .mincho {
    display: block;
    margin-right: 0;
  }
  #performance .performance__block .block__body .body__title .main {
    color: #a4b2c5;
    font-size: 2.3rem;
    font-weight: bold;
  }
  #performance .performance__block .block__body .body__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #performance .performance__block .block__body .body__img01 {
    margin-top: 20px;
  }
  #performance .performance__block .block__body .body__img01 img {
    width: 100%;
    height: auto;
  }
  #performance .performance__block .block__body .body__img02 {
    margin-bottom: 16px;
  }
  #performance .performance__block .block__body .body__img02 img {
    width: 100%;
    height: auto;
  }
  #performance .performance__block .block__body .body__img03 {
    float: left;
    width: 27%;
    margin-right: 10px;
  }
  #performance .performance__block .block__body .body__text02 {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  #performance .performance__block .block__body .body__note {
    width: calc(73% - 10px);
    margin-left: auto;
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
/* ---------------------------------------------------
	safety
------------------------------------------------------ */
#safety {
  padding: 80px 0;
}
#safety .section__mv .mv__body .body__title {
  margin-bottom: 16px;
}
#safety .section__mv .mv__body .body__title02 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#safety .section__mv .mv__body .body__lead {
  margin-bottom: 16px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#safety .safety__title {
  margin-top: 50px;
  margin-bottom: 16px;
  font-weight: bold;
}
#safety .safety__title .main {
  font-weight: inherit;
}
#safety .safety__title .sub {
  display: block;
  margin-bottom: 16px;
  color: #a4b2c5;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
#safety .safety__block .block__img {
  width: 53.7%;
}
#safety .safety__block .block__body {
  width: 43%;
  margin-top: -32px;
}
#safety .safety__block .block__body .body__img {
  width: calc(100% + 23px);
  margin-left: -16px;
  margin-bottom: 8px;
}
#safety .safety__block .block__body .point__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
#safety .safety__block .block__body .point__title .en {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  padding: 2px 5px;
  color: #a4b2c5;
  border: 1px solid;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
}
#safety .safety__block .block__body .point__list {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.4;
  list-style-type: none;
}
#safety .safety__block .block__body .point__list li {
  padding-left: 16px;
  text-indent: -16px;
}
#safety .safety__block .block__body .point__list li::before {
  content: "■";
  padding-right: 4px;
  color: #a4b2c5;
}
#safety .safety__block .block__body .point__list + .point__title {
  margin-top: 8px;
}
#safety .section__button {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #safety {
    padding: 40px 0 60px;
  }
  #safety .section__mv .mv__img .pic__caption {
    bottom: 16px;
  }
  #safety .section__mv .mv__body .body__title {
    margin-bottom: 16px;
  }
  #safety .section__mv .mv__body .body__title img {
    height: 46px;
  }
  #safety .section__mv .mv__body .body__title02 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #safety .section__mv .mv__body .body__lead {
    margin-bottom: 16px;
    font-size: 2.1rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  #safety .safety__title {
    margin-top: 50px;
    margin-bottom: 16px;
    padding: 0 10px;
    font-size: 1.8rem;
  }
  #safety .safety__title .main {
    font-weight: inherit;
  }
  #safety .safety__title .sub {
    margin-bottom: 12px;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #safety .safety__block {
    padding: 0 10px;
  }
  #safety .safety__block .block__img {
    width: 100%;
  }
  #safety .safety__block .block__img img {
    width: 100%;
    height: auto;
  }
  #safety .safety__block .block__body {
    width: 100%;
    margin-top: 24px;
  }
  #safety .safety__block .block__body .body__img {
    width: 104%;
    margin-left: -14px;
    margin-bottom: 24px;
  }
  #safety .safety__block .block__body .body__img img {
    width: 100%;
    height: auto;
  }
  #safety .safety__block .block__body .point__title {
    font-size: 1.5rem;
  }
  #safety .safety__block .block__body .point__title .en {
    display: block;
    width: max-content;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  #safety .safety__block .block__body .point__list {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.3;
    list-style-type: none;
  }
  #safety .safety__block .block__body .point__list li {
    padding-left: 20px;
    text-indent: -20px;
  }
  #safety .safety__block .block__body .point__list li::before {
    content: none;
  }
  #safety .safety__block .block__body .point__list li + li {
    margin-top: 10px;
  }
  #safety .safety__block .block__body .point__list li .title {
    display: block;
    font-size: 1.65rem;
    font-weight: bold;
  }
  #safety .safety__block .block__body .point__list li .title::before {
    content: "■";
    padding-right: 4px;
    color: #a4b2c5;
  }
  #safety .safety__block .block__body .point__list + .point__title {
    margin-top: 16px;
  }
  #safety .section__button {
    margin-top: 60px;
  }
}
/* ---------------------------------------------------
	grade
------------------------------------------------------ */
#grade {
  padding: 100px 0;
}
#grade .section__title {
  margin-bottom: 64px;
  text-align: center;
}
#grade .section__mv .mv__img {
  width: 45.6%;
}
#grade .section__mv .mv__img img {
  border-radius: 10px;
}
#grade .section__mv .mv__table {
  width: 50%;
}
#grade .grade__table {
  width: 100%;
}
#grade .grade__table__wrap {
  margin-top: 45px;
}
#grade .grade__table th,
#grade .grade__table td {
  padding: 13px 8px;
  border: 1px solid currentColor;
  border-top: none;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
#grade .grade__table th:last-of-type,
#grade .grade__table td:last-of-type {
  border-right: none;
}
#grade .grade__table th:nth-of-type(1) {
  border-left: none;
}
#grade .grade__table thead th {
  border-top: none;
}
#grade .grade__table tbody th {
  border-left: none;
}
#grade .grade__table tr:has(th[rowspan]) td {
  border-bottom-style: dashed;
}
#grade .grade__table .name {
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
#grade .grade__table .td__price {
  font-size: 2.4rem;
  font-weight: 500;
}
#grade .grade__table .td__price .num {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
#grade .grade__table + .grade__table {
  margin-left: -1px;
}
#grade .grade__block {
  margin-top: 48px;
  align-items: flex-start;
}
#grade .grade__block .block__img {
  position: relative;
  width: 63.2%;
}
#grade .grade__block .block__body {
  width: 32.6%;
}
#grade .grade__block .block__body .body__title {
  margin-bottom: 25px;
  color: #00708c;
  font-weight: 500;
  line-height: 1.75;
}
#grade .grade__block .block__body .body__title img {
  display: inline-block;
  margin-top: 15px;
}
#grade .grade__block .block__body .body__text {
  font-size: 0.875em;
  line-height: 1.75;
}
#grade .grade__note {
  margin-top: 80px;
  padding: 20px 20px;
  border: 1px solid currentColor;
  font-size: 1.2rem;
  line-height: 1.2;
}
#grade .section__button {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #grade {
    padding: 60px 0 40px;
  }
  #grade .section__title {
    margin-bottom: 40px;
  }
  #grade .section__mv .mv__img {
    width: 100%;
  }
  #grade .section__mv .mv__img img {
    border-radius: 0;
  }
  #grade .section__mv .mv__table {
    width: 100%;
    margin-top: 32px;
    padding: 0 10px;
  }
  #grade .grade__table {
    width: 100%;
    table-layout: fixed;
  }
  #grade .grade__table__wrap {
    margin-top: 30px;
  }
  #grade .grade__table th,
  #grade .grade__table td {
    padding: 12px 0;
  }
  #grade .grade__table thead th {
    padding: 6px 0;
    font-size: 1.2rem;
  }
  #grade .grade__table tbody th {
    border-left: none;
  }
  #grade .grade__table .th__grade {
    width: 20%;
  }
  #grade .grade__table .th__type,
  #grade .grade__table .td__type {
    width: 20%;
  }
  #grade .grade__table .th__price,
  #grade .grade__table .td__price {
    width: 60%;
    border-right: none;
  }
  #grade .grade__table .name {
    font-size: 2.4rem;
  }
  #grade .grade__table .td__price {
    font-size: 1.6rem;
  }
  #grade .grade__table .td__price .num {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
  #grade .grade__table + .grade__table {
    margin-left: 0;
  }
  #grade .grade__block {
    margin-top: 24px;
    padding: 0 10px;
  }
  #grade .grade__block .block__img {
    width: 100%;
  }
  #grade .grade__block .block__img img {
    width: 100%;
    height: auto;
  }
  #grade .grade__block .block__body {
    width: 100%;
    margin-top: 20px;
  }
  #grade .grade__block .block__body .body__title {
    margin-bottom: 25px;
    font-size: 1.7rem;
    line-height: 1.75;
  }
  #grade .grade__block .block__body .body__title img {
    display: block;
    margin: 10px auto 0;
  }
  #grade .grade__block .block__body .body__text {
    font-size: 1em;
    line-height: 1.75;
  }
  #grade .grade__note {
    max-height: 300px;
    margin-top: 32px;
    padding: 10px 10px;
    font-size: 1rem;
    overflow-y: scroll;
  }
  #grade .section__button {
    margin-top: 50px;
  }
}
/* ---------------------------------------------------
	plan
------------------------------------------------------ */
#plan {
  padding: 100px 0 135px;
}
#plan .plan-item-wrap {
  position: relative;
  width: calc(33.33% - 16px);
  height: 100%;
  padding-left: 10px;
}
#plan .plan-item-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #fff 30%, #ccc 30%, #ccc 50%, #fff 50%, #fff 80%, #ccc 80%, #ccc);
  background-size: 6px 6px;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
}
#plan .plan-item {
  padding: 30px 10px 10px 20px;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#plan .plan-item__num {
  position: absolute;
  top: -40px;
  left: -15px;
}
#plan .plan-item__num img {
  width: auto;
  height: 8.4rem;
}
#plan .plan-item__name {
  flex: 1;
  display: flex;
  justify-content: center;
}
#plan .plan-item__content {
  display: flex;
  height: 14rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#plan .plan-item__features {
  font-weight: bold;
  text-align: center;
}
#plan .plan-item__features p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
#plan .plan-item__features p span {
  font-weight: inherit;
}
#plan .plan-item__text {
  margin-top: 1rem;
}
#plan .plan-item__text p {
  font-size: 1.4rem;
  line-height: 2;
}
#plan .plan-item.plan-item01 .plan-item__name h3 {
  width: 23.7rem;
}
#plan .plan-item.plan-item01 .plan-item__features .under-line {
  background: linear-gradient(0deg, #BBCCE4 20%, transparent 20%, transparent 100%);
}
#plan .plan-item.plan-item02 .plan-item__name h3 {
  width: 20.8rem;
}
#plan .plan-item.plan-item02 .plan-item__features .under-line {
  background: linear-gradient(0deg, #F1C6DA 20%, transparent 20%, transparent 100%);
}
#plan .plan-item.plan-item03 .plan-item__name h3 {
  width: 20rem;
}
#plan .plan-item.plan-item03 .plan-item__features .under-line {
  background: linear-gradient(0deg, #AEC6D1 20%, transparent 20%, transparent 100%);
}
#plan .section__button {
  margin-top: 220px;
  line-height: 1;
}
#plan .section__button .button {
  width: 406px;
}
#plan .section__button br + .button {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #plan {
    padding: 80px 0 50px;
  }
  #plan .plan__items {
    gap: 80px 0;
  }
  #plan .plan-item-wrap {
    width: calc(100% - 50px);
    height: 100%;
    margin-left: auto;
    margin-right: 20px;
    padding-left: 10px;
  }
  #plan .plan-item-bg {
    width: calc(100% - 20px);
    height: 100%;
    bottom: -8px;
    right: -8px;
  }
  #plan .plan-item {
    padding: 20px 5px 10px 15px;
  }
  #plan .plan-item__num {
    position: absolute;
    top: -35px;
    left: -15px;
  }
  #plan .plan-item__num img {
    width: auto;
    height: 66px;
  }
  #plan .plan-item__content {
    height: 13rem;
  }
  #plan .plan-item__features {
    font-weight: bold;
    text-align: center;
  }
  #plan .plan-item__features p {
    font-size: 2rem;
    line-height: 1.6;
  }
  #plan .plan-item__text {
    margin-top: 1rem;
  }
  #plan .plan-item__text p {
    font-size: 1.2rem;
    line-height: 2;
  }
  #plan .plan-item.plan-item01 .plan-item__name h3 {
    width: 75%;
  }
  #plan .plan-item.plan-item02 .plan-item__name h3 {
    width: 68%;
  }
  #plan .plan-item.plan-item03 .plan-item__name h3 {
    width: 60%;
  }
  #plan .section__button {
    margin-top: 50px;
  }
  #plan .section__button .button {
    width: 94%;
  }
  #plan .section__button br + .button {
    margin-top: 30px;
  }
}
