@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
body {
  background: url(../images/top/design_bg01.png) no-repeat center top 1400px, #97ab98;
}
@media screen and (min-width: 1400px) {
  body {
    background-size: 100%;
  }
}

.section__title {
  line-height: 1;
}
.section__title br + img {
  margin-top: 40px;
}

.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;
}

.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.top {
  top: 0;
  bottom: auto;
}
.pic__caption.left {
  right: auto;
  left: 0;
  text-align: left;
}
.pic__caption.black {
  color: #000;
}

.text__note {
  font-size: 1.2rem;
  line-height: 1.4;
}

.text__note02 {
  font-size: 1.0rem;
  line-height: 1.4;
}

@keyframes jiguzagu {
  0% {
    transform: rotate(2deg) translate(-4px, -1px);
  }
  19% {
    transform: rotate(2deg) translate(-4px, -1px);
  }
  20% {
    transform: rotate(0deg) translate(-6px, 2px);
  }
  39% {
    transform: rotate(0deg) translate(-6px, 2px);
  }
  40% {
    transform: rotate(-1deg) translate(0, 0);
  }
  59% {
    transform: rotate(-1deg) translate(0, 0);
  }
  60% {
    transform: translate(-6px, 6px) rotate(-3deg);
  }
  79% {
    transform: translate(-6px, 6px) rotate(-3deg);
  }
  80% {
    transform: translate(0, 0) rotate(0deg);
  }
  99% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  body {
    background: #97ab98;
  }

  .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;
  margin: 0 auto;
}
#mainvisual .mv__bg {
  mask-image: url(../images/top/mv_clip.svg);
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: 100% auto;
  text-align: center;
}
#mainvisual .mv__bg img {
  display: block;
  width: 100%;
}
#mainvisual .mv__title {
  position: absolute;
  left: 8%;
  bottom: 17%;
  line-height: 1;
  transition: none;
}
#mainvisual .mv__title .title {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  #mainvisual .mv__bg {
    mask-image: url(../images/top/mv_clip_sp.svg);
    mask-repeat: no-repeat;
    mask-position: center bottom;
    mask-size: 100% auto;
  }
  #mainvisual .mv__title {
    left: 5%;
    width: 66%;
    top: 16%;
    bottom: auto;
  }
  #mainvisual .mv__title .title {
    margin-top: 4vw;
  }
}
/* ---------------------------------------------------
	lead
------------------------------------------------------ */
#lead {
  position: relative;
  padding: 10% 0 10%;
}
#lead .lead__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 96%;
  margin-left: auto;
}
#lead .lead__img img {
  width: 100%;
  height: auto;
}
#lead .lead__title {
  position: relative;
  margin-bottom: 6%;
}
#lead .lead__title img {
  animation: jiguzagu 2s linear infinite;
}
#lead .lead__text {
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.1em;
  transition-delay: 300ms;
}

@media screen and (max-width: 768px) {
  #lead {
    padding: 0 0 10vw;
  }
  #lead .lead__img {
    position: relative;
    width: 100%;
    margin-top: -8vw;
    overflow: hidden;
  }
  #lead .lead__img img {
    float: right;
    width: 120%;
    max-width: none;
    height: auto;
  }
  #lead .lead__img .pic__caption {
    bottom: 5%;
  }
  #lead .lead__title {
    width: 66%;
    margin-top: -20vw;
    margin-bottom: 8%;
  }
  #lead .lead__title img {
    width: 100%;
    height: auto;
  }
  #lead .lead__text {
    padding-left: 16px;
    font-size: 1.7rem;
    line-height: 2.4;
    letter-spacing: 0.05em;
  }
}
/* ---------------------------------------------------
		design
------------------------------------------------------ */
#design {
  padding: 100px 0 0;
}
#design .section__title {
  margin-bottom: 90px;
  text-align: center;
}
#design .design__text {
  position: absolute;
  right: 0;
  top: 80px;
}
#design .design__text img {
  animation: jiguzagu 2s linear infinite;
}
#design .design__block {
  margin-bottom: 50px;
  align-items: center;
}
#design .design__block .section__title {
  margin-bottom: 0;
  text-align: left;
}
#design .design__block .section__title .title {
  margin-top: 30px;
}
#design .design__block .block__img {
  margin-top: 70px;
  padding-bottom: 40px;
}
#design .design__block02 {
  align-items: flex-end;
}
#design .design__block02 .block__wide {
  width: 58.6%;
  max-width: 644px;
}
#design .design__block02 .block__min {
  width: 38.5%;
  max-width: 423px;
}
#design .design__block02 .block__text {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#design .slide__block {
  margin-top: 80px;
}
#design .slide__title {
  margin-bottom: 16px;
  padding: 0 8px;
  color: #42755a;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}
#design .slide__wrap {
  margin: 0 auto;
  padding: 30px 40px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#design .color__slide {
  position: relative;
  margin: 0 auto;
}
#design .color__slide .slide {
  position: relative;
  padding: 40px 0 0;
}
#design .color__slide .slide img {
  margin: 0 auto;
}
#design .color__slide .slide .type {
  position: absolute;
  left: 60px;
  top: 10px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
#design .color__slide .slide .type .bg {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 10px;
  background: #a67c52;
  color: #fff;
  font-size: 3.1rem;
  font-weight: 400;
  vertical-align: middle;
}
#design .color__slide .slide .type .big {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;
}
#design .color__slide .slide .text {
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.2;
}
#design .color__slide .slide .note {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #design {
    padding: 6vw 0 12vw;
    background: url(../images/top/design_bg01.png) no-repeat center top;
    background-size: 122%;
  }
  #design .section__title {
    margin-bottom: 15vw;
  }
  #design .section__title img {
    width: 75%;
    height: auto;
  }
  #design .design__text {
    position: static;
    margin-bottom: 40px;
    text-align: center;
  }
  #design .design__text img {
    max-width: 58%;
    height: auto;
  }
  #design .design__block {
    margin-bottom: 15vw;
  }
  #design .design__block .section__title {
    width: 100%;
    margin-bottom: 7vw;
  }
  #design .design__block .section__title img {
    max-width: 70%;
    height: auto;
    margin-left: -20px;
  }
  #design .design__block .section__title .title {
    width: 97%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
  }
  #design .design__block .block__img {
    margin-top: 0;
    padding-bottom: 10px;
  }
  #design .design__block02 .block__wide {
    width: calc(100% + 20px);
    max-width: 100vw;
    margin: 0 -10px;
  }
  #design .design__block02 .block__wide img {
    width: 100%;
    height: auto;
  }
  #design .design__block02 .block__min {
    width: 100%;
    max-width: 100%;
    margin-top: 6vw;
  }
  #design .design__block02 .block__min img {
    aspect-ratio: 650 / 362;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #design .design__block02 .block__text {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  #design .slide__block {
    margin-top: 16vw;
  }
  #design .slide__title {
    margin-bottom: 16px;
    padding: 0 8px;
    font-size: 2.75rem;
  }
  #design .slide__wrap {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  }
  #design .color__slide .slide {
    padding-top: 20px;
  }
  #design .color__slide .slide .type {
    top: 0;
    left: 10px;
  }
  #design .color__slide .slide .type .bg {
    margin-right: 8px;
    font-size: 1.6rem;
  }
  #design .color__slide .slide .type .big {
    font-size: 1.8rem;
  }
  #design .color__slide .slide img {
    width: 80%;
  }
  #design .color__slide .slide .text {
    margin-top: 10px;
    font-size: 1rem;
    text-align: right;
  }
}
/* ---------------------------------------------------
		driving
------------------------------------------------------ */
#driving {
  padding: 150px 0 0;
}
#driving .section__title {
  position: absolute;
  right: 0;
  top: -10px;
  text-align: right;
}
#driving .driving__block {
  position: relative;
  align-items: flex-end;
}
#driving .driving__block .block__wide {
  width: calc(50% + 94px);
}
#driving .driving__block .block__wide img {
  float: right;
  max-width: none;
}
#driving .driving__block .block__min {
  width: calc(50% - 124px);
  font-size: 2rem;
}
#driving .driving__block .block__text {
  margin-bottom: 10px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #driving {
    padding: 12vw 0 12vw;
  }
  #driving .section__title {
    position: static;
    width: 100%;
    margin-bottom: 35px;
    text-align: left;
  }
  #driving .section__title img {
    width: 75%;
    height: auto;
    margin-left: -20px;
  }
  #driving .section__title .title {
    width: 58%;
    margin-top: 24px;
    margin-left: 0;
  }
  #driving .driving__block .block__wide {
    width: 100%;
  }
  #driving .driving__block .block__wide img {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #driving .driving__block .block__min {
    width: 100%;
    margin-top: 8vw;
    font-size: 1.5rem;
  }
  #driving .driving__block .block__min img {
    width: 100%;
    height: auto;
  }
  #driving .driving__block .block__text {
    margin-bottom: 25px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}
/* ---------------------------------------------------
		safety
------------------------------------------------------ */
#safety {
  padding: 150px 0 0;
}
#safety .section__title {
  position: absolute;
  left: 0;
  top: 0;
}
#safety .safety__block {
  position: relative;
  align-items: flex-end;
}
#safety .safety__block .block__wide {
  position: relative;
  width: calc(50% + 37px);
}
#safety .safety__block .block__wide img {
  max-width: none;
}
#safety .safety__block .block__min {
  width: calc(50% - 87px);
  font-size: 2rem;
}
#safety .safety__block .block__text {
  margin-bottom: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #safety {
    padding: 12vw 0 4vw;
  }
  #safety .section__title {
    position: static;
    width: 100%;
    margin-bottom: 35px;
    text-align: left;
  }
  #safety .section__title img {
    width: 75%;
    height: auto;
    margin-left: -20px;
  }
  #safety .section__title .title {
    width: 73%;
    margin-top: 24px;
    margin-left: 0;
  }
  #safety .safety__block .block__wide {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  #safety .safety__block .block__wide img {
    width: 100%;
    height: auto;
  }
  #safety .safety__block .block__min {
    width: 100%;
    margin-top: 8vw;
    font-size: 1.5rem;
  }
  #safety .safety__block .block__min img {
    width: 100%;
    height: auto;
  }
  #safety .safety__block .block__text {
    margin-bottom: 40px;
  }
}
/* ---------------------------------------------------
		comparison
------------------------------------------------------ */
#comparison {
  padding: 40px 0 140px;
}
#comparison .comparison__mv {
  position: relative;
  height: 786px;
  background: url(../images/top/comparison01.jpg) no-repeat center;
}
@media screen and (min-width: 1400px) {
  #comparison .comparison__mv {
    background-size: 100%;
    height: 56.2vw;
  }
}
#comparison .comparison__mv .section__title {
  position: absolute;
  left: 8%;
  bottom: 24%;
}
#comparison .comparison__mv .pic__caption {
  bottom: 15%;
}
#comparison .comparison__block {
  position: relative;
  margin-top: -40px;
  gap: 100px 0;
}
#comparison .comparison__block .block__col {
  width: 47.3%;
}
#comparison .comparison__block .block__col .inner__col {
  width: calc(50% - 8px);
}
#comparison .comparison__block .block__col .col__title {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#comparison .comparison__block .block__col .col__img {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}
#comparison .comparison__block .block__col .col__img p {
  margin-top: 8px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
#comparison .comparison__block .block__col .col__list {
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
}
#comparison .comparison__block .block__col .col__list dt {
  padding: 2px 0;
  background: #c7b299;
  font-weight: bold;
}
#comparison .comparison__block .block__col .col__list dd {
  padding: 2px 0;
  background: #e5dbd0;
  font-weight: bold;
}
#comparison .comparison__block .block__col .col__list dd + dt {
  margin-top: 8px;
}
#comparison .comparison__block .block__col .col__list.color02 dt {
  background: #42755a;
  color: #fff;
}
#comparison .comparison__block .block__col .col__list.color02 dd {
  background: #fff;
}
#comparison .comparison__block .block__col .col__box {
  margin-top: 8px;
  padding: 5px;
  border: 1px solid #42755a;
  color: #42755a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
#comparison .comparison__block .block__col .col__box.color02 {
  padding-left: 30px;
  background: #c1272d;
  border-color: #c1272d;
  color: #fff;
  text-align: left;
}
#comparison .comparison__block .block__col .text__note {
  margin-top: 4px;
}
#comparison .comparison__block .block__col .text__note02 {
  margin-top: 4px;
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  #comparison {
    padding: 12vw 0 12vw;
  }
  #comparison .comparison__mv {
    height: auto;
    background: none;
  }
  #comparison .comparison__mv .section__title {
    left: 6%;
    bottom: 24%;
    width: 58%;
  }
  #comparison .comparison__mv .pic__caption {
    bottom: auto;
    top: 15%;
  }
  #comparison .comparison__block {
    margin-top: 10px;
    gap: 60px 0;
  }
  #comparison .comparison__block .block__col {
    width: 100%;
  }
  #comparison .comparison__block .block__col .inner__col {
    width: 100%;
  }
  #comparison .comparison__block .block__col .inner__col + .inner__col {
    margin-top: 50px;
  }
  #comparison .comparison__block .block__col .col__title {
    width: 100%;
    margin-bottom: 30px;
  }
  #comparison .comparison__block .block__col .col__title img {
    width: auto;
    height: 100px;
    object-fit: cover;
  }
  #comparison .comparison__block .block__col .col__img {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  #comparison .comparison__block .block__col .col__img img {
    width: 72%;
    height: auto;
  }
  #comparison .comparison__block .block__col .col__img p {
    margin-top: 10px;
  }
  #comparison .comparison__block .block__col .col__img02 img {
    width: 100%;
  }
  #comparison .comparison__block .block__col .col__list {
    font-size: 2.4rem;
  }
  #comparison .comparison__block .block__col .col__list dt {
    padding: 4px 0;
  }
  #comparison .comparison__block .block__col .col__list dd {
    padding: 4px 0;
  }
  #comparison .comparison__block .block__col .col__list dd + dt {
    margin-top: 10px;
  }
  #comparison .comparison__block .block__col .col__box {
    margin-top: 20px;
    padding: 22px 0;
    border-width: 2px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  #comparison .comparison__block .block__col .col__box.color02 {
    padding: 10px 0 10px calc(50% - 5em);
  }
  #comparison .comparison__block .block__col .text__note {
    margin-top: 4px;
  }
  #comparison .comparison__block .block__col .text__note02 {
    margin-top: 4px;
    font-size: 0.9rem;
  }
}
/* ---------------------------------------------------
								custom
------------------------------------------------------ */
#custom {
  position: relative;
}
#custom .section__title .label {
  animation: jiguzagu 2s linear infinite;
}
#custom .section__title .title {
  margin-top: -80px;
}
#custom .custom__img {
  margin-top: -110px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #custom {
    padding: 12vw 0 10vw;
  }
  #custom .custom__bg {
    position: absolute;
    right: 0;
    top: 8vw;
    width: 75%;
    height: auto;
  }
  #custom .section__title {
    position: relative;
  }
  #custom .section__title img {
    width: 50%;
    height: auto;
    margin-left: -10px;
  }
  #custom .section__title .title {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
  }
  #custom .custom__img {
    width: 100vw;
    margin: -2vw -20px 0;
  }
  #custom .custom__img img {
    width: 100%;
    height: auto;
  }
}
/* ---------------------------------------------------
	grade
------------------------------------------------------ */
#grade {
  padding: 100px 0;
}
#grade .section__title {
  margin-bottom: 64px;
  font-size: 5.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
#grade .section__mv .mv__img {
  position: relative;
  width: 46.9%;
  max-width: 515px;
}
#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: 16px 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: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
#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__note {
  margin-top: 80px;
  padding: 30px 20px;
  border: 1px solid currentColor;
  font-size: 1.2rem;
  line-height: 1.2;
}
#grade .section__button {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #grade {
    padding: 10vw 0 10vw;
  }
  #grade .section__title {
    margin-bottom: 40px;
    font-size: 3.5rem;
  }
  #grade .section__mv {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  #grade .section__mv .mv__img {
    width: 100%;
    max-width: 100%;
  }
  #grade .section__mv .mv__img img {
    width: 100%;
    height: auto;
    height: auto;
  }
  #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: 25px;
  }
  #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: 39%;
    border-right: none;
  }
  #grade .grade__table .name {
    font-size: 1.5rem;
  }
  #grade .grade__table .td__price {
    font-size: 1.6rem;
  }
  #grade .grade__table .td__price .num {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
  #grade .grade__table + .grade__table {
    margin-left: 0;
  }
  #grade .grade__note {
    max-height: 300px;
    margin-top: 40px;
    padding: 10px 10px;
    font-size: 1rem;
    overflow-y: scroll;
  }
  #grade .section__button {
    margin-top: 40px;
  }
}
/* ---------------------------------------------------
	plan
------------------------------------------------------ */
#plan {
  padding: 100px 0 100px;
}
#plan .plan-item-wrap {
  position: relative;
  width: calc(33.33% - 16px);
  height: 100%;
  padding-left: 10px;
}
#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 {
  margin-bottom: 15px;
  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 {
  width: 100%;
  margin-top: 1rem;
  margin-top: auto;
}
#plan .plan-item__text:last-of-type {
  text-align: right;
}
#plan .plan-item__text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
#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: 150px;
  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: 10vw 0 10vw;
  }
  #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;
  }
}
/* ---------------------------------------------------
				last
------------------------------------------------------ */
#last {
  position: relative;
}
#last .last__img img {
  width: 100%;
  height: auto;
}
#last .last__title {
  position: absolute;
  left: 8%;
  bottom: 8%;
}
#last .last__title .title {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #last .last__img {
    overflow: hidden;
  }
  #last .last__img img {
    width: 100%;
    height: auto;
  }
  #last .last__title {
    position: absolute;
    left: 6%;
    bottom: 6%;
    width: 60%;
  }
  #last .last__title img {
    width: 100%;
    height: auto;
  }
  #last .last__title .title {
    margin-top: 4vw;
  }
}
