@charset "UTF-8";
/*-------------------------------------------
Common
-------------------------------------------*/
html {
  font-size: 100%;
}

body {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
  position: relative;
}

.section-title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  height: 55px;
  padding-top: 8px;
  background-image: url(../images/Top_common/ribon-long-red.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 334px;
  text-align: center;
}

.section-title.ribon-short-red {
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  height: 55px;
  padding-top: 8px;
  background-image: url(../images/Top_common/ribon-short-red.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 284px;
  text-align: center;
}

.section-title.ribon-long-white {
  color: #d60000;
  font-size: 21px;
  font-weight: 900;
  height: 55px;
  padding-top: 8px;
  background-image: url(../images/Top_common/ribon-long-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 334px;
  text-align: center;
}

.section-title.ribon-short-white {
  color: #d60000;
  font-size: 21px;
  font-weight: 900;
  height: 55px;
  padding-top: 8px;
  background-image: url(../images/Top_common/ribon-short-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 334px;
  text-align: center;
}

.header-h3 {
  color: #d60000;
  font-size: 21px;
  font-weight: 900;
  height: 55px;
  padding-top: 8px;
  background-image: url(../images/Top_common/ribon-short-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 284px;
  text-align: center;
}

.contact-header-h3 {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: 1.8;
  letter-spacing: -0.05em;
  margin-top: 25px;
  margin-bottom: 30px;
}

.contact-header-h4 {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

a:hover {
  opacity: 0.7;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  height: 60px;
  background-color: #ffffff;
}

.header-container {
  display: flex;
  margin-top: 10px;
}

.logo-image {
  width: 42px;
  height: 43px;
  margin-left: 10px;
}

.logo-img {
  width: 42px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo-text {
  width: 94px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 5px;
  margin-left: 5px;
}

/*-------------------------------------------
Section-01 MV
-------------------------------------------*/
#sec-01 {
  background-color: #e10000;
  position: relative;
}

.mv-upper {
  background-image: url(../images/Top_sec-01/sec-01-bg.png);
  background-size: cover;
  position: relative;
}

.star-mv-upper-left {
  position: absolute;
  top: 130px;
  left: 7px;
}

.star-img {
  transform: scale(0.5);
}

.star-mv-upper-right {
  position: absolute;
  top: 23px;
  right: 10px;
}

.star-mv-lower-left {
  position: absolute;
  top: 328px;
  left: 2px;
}

.star-mv-lower-right {
  position: absolute;
  top: 288px;
  right: 10px;
}

.mv-01 {
  color: #ffffff;
  position: relative;
}

.mv01-text-01 {
  width: 160px;
  height: 30px;
  line-height: 36px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 18px;
  top: 20px;
  left: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv01-text-01-svg {
  width: 117px;
  height: 17px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-header {
  text-align: center;
  padding-top: 30px;
  margin-bottom: -30px;
}

.mv-header-png {
  width: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-02 {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.mv-02 img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.mv-cars-01 {
  width: 170px;
  top: -15px;
  left: 10px;
}

.mv-cars-02 {
  width: 223px;
  top: -35px;
  left: 85px;
}

.mv-cars-03 {
  width: 238px;
  top: -5px;
  left: 155px;
}

.mv-03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 8px;
}

.featre-img-svg {
  width: 375px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-04 {
  color: #ffffff;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.text-ark-png {
  width: 271px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: visible;
}

.banner-container {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  visibility: visible;
  opacity: 1;
  transition: all 1s ease-in-out;
}

.banner-left {
  display: inline-block;
  width: 112px;
  height: 69px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-left-img-svg {
  width: 79px;
  height: 49px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-right {
  display: inline-block;
  width: 213px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00b4ab;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-weight: bold;
}

.banner-right-img-svg {
  width: 183px;
  height: 31px;
  -o-object-fit: cover;
     object-fit: cover;
}

.add-banner-container {
  width: 100%;
  height: 206px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-banner-img {
  width: 272px;
  height: 152px;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-container {
  height: 247px;
  background-color: #fff;
  background-image: url(../images/Top_sec-01/bg-benefit.jpg);
  background-size: cover;
  padding-top: 5px;
}

.benefit-header-image {
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefit-header-img-svg {
  width: 298px;
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-upper-title {
  color: #d60000;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.benefit-upper-title span {
  font-size: 37px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}

.benefit-lower-title {
  color: #d60000;
  font-size: 40px;
  letter-spacing: -0.1em;
  text-align: center;
  margin-bottom: 10px;
}

.benefit-list {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}

.benefit-list__item {
  width: 163px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-image {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ece4cf;
  border-radius: 3px;
  background-color: #ffffff;
}

.benefit-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-img.car-navi {
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 6px;
}
.benefit-name.ls-adj {
  letter-spacing: -0.25em;
}

.benefit-note {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

/*-------------------------------------------
Section-02 Car List
-------------------------------------------*/
#sec-02 {
  background-color: #fffbef;
  background-color: pink;
}

.car-list-header {
  width: 100%;
  height: 275px;
  background-color: #fffbef;
  padding-top: 30px;
  position: relative;
}

.star-sec02-left {
  position: absolute;
  top: 90px;
  left: 1px;
}

.star-sec02-right {
  position: absolute;
  top: 75px;
  right: 14px;
}

.lineup-text-01 {
  color: #d60000;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.48;
  text-align: center;
  margin-top: 16px;
}

.lineup-text-02 {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 21px;
}
.lineup-text-02 span {
  color: #d60000;
  font-weight: bold;
}

.car-list-container {
  width: 100%;
  height: 1387px;
  background-color: #e10000;
  padding: 30px 20px 0;
}

.price-include-upper-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 8px;
  margin-top: 20px;
}

.price-include-lower-list {
  display: flex;
  justify-content: space-around;
  padding: 0 18px;
  letter-spacing: -0.1em;
}

.price-include-upper-list__item,
.price-include-lower-list__item {
  color: #ffffff;
  font-size: 15px;
  padding: 5px 9px;
  background-color: #ff731d;
  border-radius: 15px;
  position: relative;
}
.price-include-upper-list__item::after,
.price-include-lower-list__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 3px solid #ff731d;
  border-bottom: 0;
}

.price-include-lower-list__item {
  color: #ffffff;
  padding: 6px 13px;
  background-color: #ff731d;
  border-radius: 15px;
}
.price-include-lower-list__item::after {
  bottom: -5px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ff731d;
}

.car-list-copy {
  color: white;
  text-align: center;
  font-weight: 900;
}

.car-list-copy-01 {
  display: inline-block;
  width: 175px;
  font-size: 34px;
  margin-top: -2px;
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.car-list-copy-01::after {
  content: url(../images/Top_sec-02/line-wave.png);
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scale(0.5);
  transform-origin: center left;
}

.clc-char-01 {
  color: #ffff00;
  font-size: 61px;
}

.clc-char-02 {
  color: #ffff00;
  font-size: 27px;
}

.clc-char-03 {
  font-size: 37px;
}

.car-list-copy-02 {
  display: inline-block;
  width: 248px;
  height: 60px;
  font-size: 37px;
  letter-spacing: -0.05em;
  margin-top: -2px;
  margin-bottom: 36px;
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.car-list-copy-02::after {
  content: url(../images/Top_sec-02/line-wave.png);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: scale(0.5);
  transform-origin: center left;
}

.clc-char-04 {
  font-size: 32px;
}

.clc-char-05 {
  color: #ffff00;
  font-size: 37px;
}

.car-list {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}

.car-list__item {
  width: 163px;
  height: 200px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
}

.car-image {
  width: 100%;
  height: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.car-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.car03 .car-img {
  width: 105%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 3px;
}

.car04 .car-img {
  width: 85%;
  -o-object-fit: cover;
     object-fit: cover;
}

.car06 .car-img {
  width: 123%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
}

.car07 .car-img {
  margin-top: 20px;
}

.car09 .car-img {
  margin-top: 20px;
}

.car10 .car-img {
  margin-top: 20px;
}

.car-name {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.08em;
}
.car-name span {
  font-size: 10px;
  letter-spacing: -0.15em;
}

.payment-month-container {
  color: #d60000;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0px;
}

.payment-front {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.15em;
}

.payment-middle {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.08em;
}
.payment-middle span {
  font-size: 18px;
}

.payment-end-row01 {
  font-size: 10px;
  transform: scale(0.7);
  transform-origin: center left;
  font-weight: 900;
}

.payment-end-row01.small {
  letter-spacing: -0.1em;
}

.payment-end-row02 {
  font-size: 16px;
}

.payment-bonus {
  color: #808080;
  font-size: 11px;
  text-align: center;
}

/*-------------------------------------------
Section-03 Trial
-------------------------------------------*/
#sec-03 {
  width: 100%;
  height: 554px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fffcf0;
  text-align: center;
  padding-top: 30px;
}

.trial-01 {
  width: 202px;
  height: 30px;
  line-height: 30px;
  background-color: #00b4ab;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 15px;
  position: relative;
}
.trial-01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #00b4ab;
  border-bottom: 0;
}

.trial-02 {
  width: 317px;
  height: 98px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
}
.trial-02::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border-top: 2px solid #00b4ab;
  border-left: 2px solid #00b4ab;
  border-bottom: 2px solid #00b4ab;
  position: absolute;
  top: 0;
  left: 0;
}
.trial-02::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border-top: 2px solid #00b4ab;
  border-right: 2px solid #00b4ab;
  border-bottom: 2px solid #00b4ab;
  position: absolute;
  top: 0;
  right: 0;
}

.trial-02-text01 {
  color: #00b4ab;
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 8px;
}

.trial-02-text02 {
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 900;
}

.t02t02-01 {
  color: #d60000;
  font-size: 21px;
}

.t02t02-02 {
  font-size: 21px;
}

.trial-03 {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  display: flex;
}

.trial-03-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 12px;
}
.trial-03-text span {
  color: #d60000;
  font-size: 38px;
  font-weight: 900;
}

.trial-balloon {
  width: 49px;
  height: 49px;
  -o-object-fit: cover;
     object-fit: cover;
}

.trial-04 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.trial-05 {
  color: #ff731d;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
}
.trial-05::before {
  content: url(../images/Top_sec-03/trial-dext-deco.png);
  display: block;
  position: absolute;
  top: -15px;
  left: 20px;
  transform: scale(0.5);
  transform-origin: center left;
}

.btn-trial {
  width: 335px;
  height: 69px;
  line-height: 66px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background-color: #00b4ab;
  color: #ffff00;
  font-size: 24px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  position: relative;
}
.btn-trial::after {
  content: url(../images/Top_sec-03/trial-btn-arrow.png);
  display: block;
  position: absolute;
  top: -3px;
  right: 17px;
  width: 7px;
  height: 9px;
}

/*-------------------------------------------
Section-04 Solution
-------------------------------------------*/
#sec-04 {
  color: #ffffff;
  background-color: #fff;
  background-color: #e10000;
  padding-top: 30px;
}

.solution-upper-container {
  width: 335px;
  height: 1037px;
  margin-left: auto;
  margin-right: auto;
}

.problem-list {
  width: 335px;
  padding-top: 30px;
}

.problem-list__item {
  width: 100%;
  height: 33px;
  line-height: 33px;
  background-color: #b00000;
  font-size: 14px;
  margin-bottom: 4px;
  padding-left: 35px;
  position: relative;
}
.problem-list__item:last-child {
  margin-bottom: 0;
}
.problem-list__item::before {
  content: url(../images/Top_sec-04/check-white.png);
  margin-left: -35px;
  position: absolute;
  display: inline-block;
  transform: scale(0.5) translateY(-6px);
}

.solution-description {
  font-size: 14px;
  margin-top: 23px;
  line-height: 1.43;
  text-align: center;
}

.solution-description + p {
  margin-top: 18px;
}

.result-list {
  margin-top: 20px;
}

.result-list__item {
  width: 100%;
  height: 31px;
  line-height: 31px;
  color: #4d4d4d;
  letter-spacing: -0.08em;
  background-color: #ffffff;
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 35px;
  position: relative;
}
.result-list__item:last-child {
  margin-bottom: 0;
}
.result-list__item::before {
  content: url(../images/Top_sec-04/check-red.png);
  margin-left: -35px;
  position: absolute;
  display: inline-block;
  transform: scale(0.5) translateY(-8px);
}

.real-problem-container {
  height: 491px;
  background-color: #fff;
  border-radius: 6px;
  color: #4d4d4d;
  padding-bottom: 25px;
  margin-top: 16px;
  overflow: hidden;
}

.ask-problem {
  color: #d60000;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 0px;
}

.real-problem-text {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}
.real-problem-text span {
  color: #d60000;
  font-size: 19px;
  font-weight: 900;
}

.problem-image {
  width: 295px;
  height: 187px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/Top_sec-04/1288857_m.jpg);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: -70px -65px;
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
}
.problem-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.line-dot {
  transform: scale(0.5) translateX(50px);
  transform-origin: top left;
}

.problem-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.problem-image-text {
  color: #ffffff;
  width: 80%;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.problem-image-text span {
  font-size: 42px;
}

.solution-lower-container {
  height: 397px;
  background-color: #fffcf0;
  color: #4d4d4d;
  padding-top: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 1.64;
  position: relative;
}
.solution-lower-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 18px solid #e10000;
  border-bottom: 0;
}

.solution-lower-text-01 span {
  font-weight: 900;
}

.solution-lower-text-02 {
  line-height: 1.15;
  margin-bottom: 0px;
}
.solution-lower-text-02 span {
  color: #d60000;
  font-size: 24px;
  font-weight: 900;
}

.solution-lower-text-03 {
  margin-bottom: 22px;
}

.lease-price-include-upper-list {
  display: flex;
  justify-content: space-between;
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

.lease-price-include-upper-list_item {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  background-color: #d60000;
  border-radius: 20px;
  position: relative;
}
.lease-price-include-upper-list_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #d60000;
  border-bottom: 0;
}

.lease-price-include-lower-list {
  display: flex;
  justify-content: space-between;
  width: 335px;
  margin-left: auto;
  margin-right: auto;
}

.lease-price-include-lower-list_item {
  color: #ffffff;
  font-size: 12px;
  padding: 4px 9px;
  background-color: #d60000;
  border-radius: 16px;
  margin-bottom: 22px;
  position: relative;
}
.lease-price-include-lower-list_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 3px solid #d60000;
  border-bottom: 0;
}

.lease-figure {
  display: flex;
  justify-content: center;
  margin-top: -56px;
}

.lease-figure-img {
  transform: scale(0.5);
}

/*-------------------------------------------
Section-05 My Car Lease
-------------------------------------------*/
#sec-05 {
  height: 798px;
  background-color: #f4f4f4;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #4d4d4d;
  padding-top: 30px;
}

.mycar-lease-service-text {
  width: 100%;
  border: 3px solid #d60000;
  text-align: center;
  padding: 18px 0 20px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.mycar-lease-service-text span {
  color: #d60000;
  font-size: 24px;
  font-weight: 900;
}

.mycar-lease-service-description {
  text-align: center;
  margin-bottom: 7px;
}
.mycar-lease-service-description span {
  color: #d60000;
  font-size: 24px;
  font-weight: 900;
}
.mycar-lease-service-description:nth-child(5) {
  margin-top: 18px;
}

.lease-graph-container {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 15px 15px;
  margin: 35px 0px 13px;
}

.car-lease-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------
Section-06 Recommendation
-------------------------------------------*/
#sec-06 {
  height: 585px;
  background-color: #fffcf0;
  text-align: center;
  padding-top: 30px;
}

.recommendatation-lead-text {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.64;
  margin-top: 22px;
}
.recommendatation-lead-text span {
  color: #d60000;
  font-weight: 900;
}

.recommendatation-list {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.recommendatation-list__item {
  width: 163px;
  height: 173px;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 10px;
}

.recommend-image {
  height: 120px;
}

.recmnd-01 .recommend-img {
  width: 83px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
}

.recmnd-02 .recommend-img {
  width: 102px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 28px;
}

.recmnd-03 .recommend-img {
  width: 100px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 25px;
}

.recmnd-04 .recommend-img {
  width: 120px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 15px;
}

.recommend-description {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 1.46;
  font-weight: 500;
}

/*-------------------------------------------
Section-07 Flow
-------------------------------------------*/
#sec-07 {
  width: 375px;
  height: 1163px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f4f4f4;
  padding-top: 30px;
}

.flow-list {
  margin-top: 30px;
}

.flow-list__item {
  width: 100%;
  height: 178px;
  background-color: #fff;
  border: 2px solid #d60000;
  border-radius: 6px;
  position: relative;
}

.flow-title {
  position: absolute;
  top: -16px;
  left: 15px;
  color: #ffffff;
  background-color: #d60000;
  border-radius: 15px;
  width: 112px;
  height: 30px;
  font-size: 12px;
  text-align: center;
}
.flow-title span {
  font-size: 19px;
}

.flow-image {
  height: 145px;
  display: flex;
  justify-content: center;
}

.flow-01 .flow-img {
  width: 73px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 30px;
}

.flow-02 .flow-img {
  width: 76 px;
  height: 83px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 36px;
}

.flow-03 .flow-img {
  width: 71px;
  height: 91px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 30px;
}

.flow-04 .flow-img {
  width: 90px;
  height: 101px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
}

.flow-05 .flow-img {
  width: 178px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 30px;
}

.flow-description {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.triangle-down {
  margin: 10px auto 14px;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 11px solid #d60000;
  border-bottom: 0;
}

/*-------------------------------------------
Section-08 Shop
-------------------------------------------*/
#sec-08 {
  height: 270px;
  background-color: #fff;
  font-size: 14px;
  padding-top: 30px;
}

.shop-data {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.term {
  width: 24%;
  height: 33.5px;
  line-height: 33.5px;
  color: #ffffff;
  background-color: #d60000;
  text-align: center;
  margin-bottom: 1px;
  border-bottom: 1px solid #e5e5e5;
}
.term:last-child {
  border-bottom: none;
}

.content {
  width: 76%;
  height: 33.5px;
  line-height: 33.5px;
  color: #4d4d4d;
  background-color: #f4f4f4;
  padding-left: 18px;
  margin-bottom: 1px;
  border-bottom: 1px solid #e5e5e5;
}
.content:last-child {
  border-bottom: none;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
.footer {
  width: 100%;
  text-align: center;
  background-color: #d60000;
  margin-bottom: 90px;
}

.copy-right {
  color: #ffffff;
  font-size: 12px;
  height: 46px;
  line-height: 46px;
}

/*-------------------------------------------
Footer Banner
-------------------------------------------*/
.footer-banner-container {
  max-width: 400px;
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d60000;
  gap: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.footer-banner-container.scrolled {
  visibility: visible;
  opacity: 1;
  transition: all 1s ease-in-out;
}

/*-------------------------------------------
Contact Form
-------------------------------------------*/
.form-section {
  width: 400px;
  background-color: #d60000;
  padding-top: 30px;
}

.contact-form {
  width: 335px;
  background-color: #ffffff;
  margin: 0 auto;
  font-size: 14px;
  color: #4d4d4d;
  padding: 5px 20px 25px;
}

label.required,
h4.required {
  position: relative;
}
label.required::after,
h4.required::after {
  content: "必須";
  display: inline-block;
  color: #ffffff;
  font-size: 8px;
  width: 32px;
  height: 12px;
  line-height: 11px;
  background-color: #00b4ab;
  border-radius: 6px;
  text-align: center;
  margin-left: 15px;
  position: absolute;
  top: 4px;
}

h4.required.req-adj::after {
  margin-left: 0px;
}

.contact-lead {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.56;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 32px;
}

label {
  font-size: 14px;
  font-weight: bold;
  height: 23px;
}

label input[type=radio] {
  font-weight: 400;
}

input {
  width: 100%;
  height: 30px;
  line-height: 28px;
  background-color: #f2f2f2;
  border-radius: 3px;
  margin-top: 8px;
  padding-left: 8px;
  border: 1px solid #e5e5e5;
}

input[type=radio] {
  display: inline;
  width: auto;
  height: 30px;
  background-color: #f2f2f2;
  border-radius: 3px;
  margin-top: 8px;
  margin-right: 2px;
  transform: scale(0.8) translateY(-6px);
}

input::-moz-placeholder {
  font-size: 10px;
  vertical-align: -30px;
}

input::placeholder {
  font-size: 10px;
  vertical-align: -30px;
}

select {
  width: 100%;
  height: 30px;
  line-height: 29px;
  font-size: 10px;
  background-color: #f2f2f2;
  margin-top: 10px;
  padding-left: 8px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

.select-form {
  position: relative;
}
.select-form::after {
  content: url("../images/contact/arrow-down-gray.png");
  display: block;
  position: absolute;
  top: 30px;
  right: 18px;
}

.select-form.tel-time {
  position: relative;
}
.select-form.tel-time::after {
  content: url("../images/contact/arrow-down-gray.png");
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
}

.contact-header-h3 + label {
  margin-bottom: 20px;
}

.form-container-01 .contact-header-h3,
.form-container-02 .contact-header-h3,
.form-container-03 .contact-header-h3,
.form-container-04 .contact-header-h3,
.form-container-05 .contact-header-h3 {
  margin-bottom: 20px;
}

.form-item {
  margin-bottom: 18px;
}

.form-input.w40 {
  width: 40px;
  vertical-align: 0px;
  margin: 10px 4px;
}

.form-input.w40.age {
  width: 40px;
  vertical-align: 0px;
  margin: 10px 4px 10px 30px;
}

.fwn {
  font-weight: normal;
}

.radio-block + .radio-block {
  margin-top: -10px;
  margin-top: 0px;
}

.radio-block:nth-child(4) {
  margin-bottom: 18px;
}

.radio-block {
  display: flex;
  align-items: center;
}

.residence-year-form {
  margin-top: 10px;
}

.home.fwn {
  margin-right: 18px;
}

.form-input.w160 {
  width: 160px;
  vertical-align: 0px;
  -webkit-vertical-align: 0px;
  margin-left: 15px;
  margin-right: 4px;
}

.form-input.w92 {
  width: 92px;
  vertical-align: 0px;
  -webkit-vertical-align: 0px;
  margin-left: 14px;
  margin-right: 4px;
}

.form-input.w124 {
  width: 124px;
  vertical-align: 0px;
  -webkit-vertical-align: 0px;
}

.form-input.w192 {
  width: 192px;
  vertical-align: 0px;
  -webkit-vertical-align: 0px;
  margin-left: 15px;
}

.income.w258 {
  width: 258px;
  vertical-align: 0px;
  -webkit-vertical-align: 0px;
  margin-right: 4px;
  margin-right: 4px;
}

.income-etc.w258 {
  width: 258px;
  vertical-align: 0px;
  margin-right: 4px;
}

.pay {
  width: 94px;
  vertical-align: 0px;
  margin-right: 4px;
}

.owner {
  line-height: 2;
}

.form-input.owner-row1 {
  margin-left: 43px;
}

.empl-sta-block {
  height: 26px;
  display: flex;
  align-items: center;
}

.empl-sta-block + .empl-sta-block {
  margin-top: -10px;
  margin-top: 0px;
}

.empl-sta-block.mb28 {
  margin-bottom: 28px;
}

.employment-status {
  margin-right: 10px;
}

.pay-mont-block {
  margin-bottom: 28px;
}

.family-comp {
  margin-right: 15px;
}

.family-comp-block {
  height: 34px;
  display: flex;
  align-items: center;
}

.family-comp-block + .family-comp-block {
  margin-top: -13px;
  margin-top: -5px;
}

label.owner-rela {
  margin-right: 15px;
}

label.family-number {
  margin-right: 10px;
}

.note {
  font-size: 12px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.7;
}

.contact-header-h4 .note-red {
  font-size: 14px;
  color: #d60000;
  line-height: 1.7;
  margin-bottom: 16px;
}

.note-red {
  font-size: 14px;
  color: #d60000;
  line-height: 1.7;
}

.note-red.mt-short {
  margin-top: 3px;
}

.note-lg {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.7;
  margin-top: 8px;
}

.form-item.btn {
  text-align: center;
  margin-top: 30px;
}
.form-item.btn button + button {
  margin-top: 10px;
}

.form-value {
  margin: 10px 0;
}

.-error {
  border: 1px solid #b00000;
  /* color: #b00000;
  background-color: #fce8e8; */
}

.error {
  display: none;
  margin: 7px 0 18px 0;
  padding: 7px 7px 7px 10px;
  border-left: 3px solid #b00000;
  color: #b00000;
  background-color: #fce8e8;
}
.error + .error {
  margin-top: -13px;
}
.form-item + .error {
  margin-top: 8px;
}
.radio-block + .error {
  margin-top: 12px;
}

.confirm-button {
  display: inline-block;
  width: 215px;
  height: 57px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background-color: #d60000;
  text-align: center;
  border-radius: 6px;
  position: relative;
}
.confirm-button::after {
  display: block;
  content: '';
  width: 8px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 10;
  background: url("../images/contact/arrow-white.png") no-repeat 0 0 / 8px 10px;
}

.return-button {
  display: inline-block;
  width: 215px;
  height: 57px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background-color: #cbcbcb;
  text-align: center;
  border-radius: 6px;
  position: relative;
}
.return-button::after {
  display: block;
  content: '';
  width: 8px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 20px;
  z-index: 10;
  background: url("../images/contact/arrow-white.png") no-repeat 0 0 / 8px 10px;
}