@charset "UTF-8";

/*
Theme Name: ecu_2024
Author: INDEX CO., LTD
Version: 1.0
*/

/*========== foundation ==========*/
html {
  font-size: 62.5%;
}

@media only screen and (max-width:767px) {
  html {
    font-size: 54.6875%;
  }
}

body {
  background-color: #000;
  color: #fff;
  line-height: 1.75;
  font-size: 1.6rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  vertical-align: bottom;
  width: 100%;
}

li {
  list-style-type: none;
}

/*========== //foundation ==========*/
/*========== layout ==========*/
/***header***/
.l-header {
  background-color: #000300;
  padding: 5rem 4rem 2rem;
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  /*==hamburger==*/
  /*==active==*/
  /*==//active==*/
  /*==//hamburger==*/
}

@media only screen and (max-width:1024px) {
  .l-header {
    padding: 1em;
  }
}

.l-header__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.l-header__logo-wrap {
  margin-bottom: 12px;
}

@media only screen and (max-width:1024px) {
  .l-header__logo-wrap {
    margin-bottom: 0;
  }
}
.l-header__logo-wrap a{
  align-items: flex-end;
  display: flex;
  gap: 2rem;
}

.l-header__logo {
  max-width: 190px;
  width: 30vw;
}

.l-header__title {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width:767px) {
  .l-header__title {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width:1024px) {
  .l-header__nav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 22, 23, 0.9);
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
  }
}

@media only screen and (max-width:1024px) {
  .l-header__nav.active {
    transform: translateY(0);
  }
}

.l-header__nav-list {
  align-items: center;
  display: flex;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

@media only screen and (max-width:1300px) {
  .l-header__nav-list {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  }
}

@media only screen and (max-width:1024px) {
  .l-header__nav-list {
    flex-direction: column;
  }
}

@media only screen and (max-width:1024px) {
  .l-header__nav-item {
    border-bottom: #e5e5e5 1px dotted;
    width: 100%;
  }
}

.l-header__nav-item a {
  font-family: "メイリオ", "Meiryo", "MS ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2rem;
  line-height: 1;
  transition: all 0.3s;
}

@media only screen and (max-width:1300px) {
  .l-header__nav-item a {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width:1024px) {
  .l-header__nav-item a {
    display: block;
    padding: 1.2em 0;
    text-align: left;
    font-weight: 700;
    font-size: 3.2vw;
  }
}

.l-header__nav-item a:not(.l-header__nav-item--contact a):hover {
  color: #a72126;
}

.l-header__nav-item--contact a {
  background-color: #a72126;
  border-radius: 9999px;
  display: block;
  padding: 12px 30px;
}

@media only screen and (max-width:1024px) {
  .l-header__nav-item--contact a {
    background: none;
    border-radius: 0;
    padding: 1.2em 0;
    text-align: left;
    font-weight: 700;
    font-size: 3.2vw;
  }
}

.l-header__nav-item--official {
  display: none;
}

@media only screen and (max-width:1024px) {
  .l-header__nav-item--official {
    display: block;
  }
}

.l-header__nav-info {
  position: absolute;
  right: 4rem;
  top: 15px;
}

@media only screen and (max-width:1024px) {
  .l-header__nav-info {
    display: none;
  }
}

.l-header__official-link {
  font-family: "メイリオ", "Meiryo", "MS ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.l-header__hamburger {
  display: none;
}

@media only screen and (max-width:1024px) {
  .l-header__hamburger {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 39px;
    cursor: pointer;
    z-index: 3;
    background: #fff;
    border: #131617 1px solid;
    text-align: center;
  }
}

.l-header__hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #131617;
  transition: 0.35s ease-in-out;
  left: 6px;
}

@media only screen and (max-width:1024px) {
  .l-header__hamburger span:nth-child(1) {
    top: 9px;
  }
}

@media only screen and (max-width:1024px) {
  .l-header__hamburger span:nth-child(2) {
    top: 18px;
  }
}

@media only screen and (max-width:1024px) {
  .l-header__hamburger span:nth-child(3) {
    top: 27px;
  }
}

@media only screen and (max-width:1024px) {
  .l-header__hamburger.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    transform: rotate(-45deg);
  }
}

@media only screen and (max-width:1024px) {
  .l-header__hamburger.active span:nth-child(2) {
    top: 18px;
    transform: rotate(45deg);
  }
}

@media only screen and (max-width:1024px) {
  .l-header__hamburger.active span:nth-child(3) {
    top: 18px;
    transform: rotate(45deg);
  }
}

/*== //header ==*/
/*== main ==*/
.l-main {
  margin-top: 12rem;
}

@media only screen and (max-width:1024px) {
  .l-main {
    margin-top: 6.5rem;
  }
}

/*== //main ==*/
/*== footer ==*/
.l-footer {
  border-top: 1px solid #fff;
  padding: 5rem 0 7rem;
}

@media only screen and (max-width:767px) {
  .l-footer {
    padding: 2rem 0 3rem;
  }
}

.l-footer__logo {
  margin-bottom: 2rem;
  max-width: 16rem;
  width: 30vw;
}

.l-footer__name {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1em;
  display: inline-block;
}

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

.l-footer__address-title span {
  color: #a72126;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 650px;
  font-size: 2.2rem;
}

@media only screen and (max-width:767px) {
  .l-footer__address-title span{
    font-size: 1.8rem;
  }
}

.l-footer__address {
  font-size: 1.8rem;
}

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

/*== //footer ==*/
/*========== //layout ==========*/
/*========== component ==========*/
.c-container {
  padding: 6.5rem 0;
}

@media only screen and (max-width:767px) {
  .c-container {
    padding: 4rem 0 6rem;
  }
}

.c-inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.c-section {
  border-top: 1px solid #4d4d4d;
}

.c-section-title {
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 700;
}

.c-section-title::first-letter {
  color: #67e3ec;
}

.c-section-title--en {
  display: block;
  line-height: 1.2;
}

.c-section-title--ja {
  display: block;
  font-size: 1.8rem;
}


.c-btn-more {
  border: 1px solid #fff;
  border-radius: 9999px;
  text-align: center;
  display: inline-block;
  font-family: "メイリオ", "Meiryo", "MS ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2rem;
  padding: 1.5rem 6rem;
  transition: all 0.4s;
}

@media only screen and (max-width:767px) {
  .c-btn-more {
    padding: 1.5rem 3rem;
  }
}

.c-btn-more:hover {
  border: 1px solid #67e3ec;
  box-shadow: 0px 0px 18px 2px rgb(103, 227, 236);
}

.c-btn-contact-wrap {
  text-align: center;
}

.c-btn-contact {
  background-color: #a72126;
  border-radius: 10px;
  display: inline-block;
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 3rem;
  text-align: center;
  transition: all 0.4s;
  width: 90%;
  max-width: 54rem;
}

@media only screen and (max-width:767px) {
  .c-btn-contact {
    font-size: 2.2rem;
    width: auto;
  }
}

.c-btn-contact--small {
  font-size: 2.8rem;
  width: 90%;
  max-width: 38rem;
  padding: 1.5rem 3rem;
}

@media only screen and (max-width:767px) {
  .c-btn-contact--small {
    font-size: 2.2rem;
  }
}

.c-page-kv {
  width: 100%;
  aspect-ratio: 1500/300;
  background-image: url(img/component/kv.jpg);
  background-size: cover;
  background-position: 50% 70%;
}

.c-page-kv__inner {
  position: relative;
  height: 100%;
}

.c-page-kv__title {
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 5.2rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

@media only screen and (max-width:767px) {
  .c-page-kv__title {
    font-size: 2.8rem;
  }
}

.c-page-kv__title--en {
  font-size: 46.1538461538%;
}

.c-br-sp {
  display: none;
}

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

@media only screen and (max-width:767px) {
  .c-br-sp-hidden {
    display: none;
  }
}

/*== pager ==*/
.pagination{
  margin-bottom: 10rem;
}
.page-numbers{
  text-align: center;
}
.pagination li{
  border:1px solid #fff;
  display: inline-block;
padding:0.5em 0.8em;
font-size:1.6rem;
margin: 0 10px;
}
.pagination li:has(>.current){
background-color: #fff;
color: #000;
}
/*== //pager ==*/
/*========== //component ==========*/
/*========== project ==========*/
/*== top-kv ==*/
.p-top-kv {
  padding-bottom: 60px;
}

.p-top-kv__text {
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-top: -4rem;
}

@media only screen and (max-width:767px) {
  .p-top-kv__text {
    font-size: 2.8rem;
    margin-top: 0;
  }
}

/*== //top-kv ==*/
/*== top-news ==*/
.p-top-news {
  margin-bottom: 50px;
  position: relative;
}

.p-top-news__flex {
  display: flex;
}

@media only screen and (max-width:767px) {
  .p-top-news__flex {
    display: block;
  }
}

.p-top-news__title {
  font-size: 3.8rem;
  padding-right: 50px;
}

@media only screen and (max-width:767px) {
  .p-top-news__title {
    font-size: 2.6rem;
  }
}

.p-top-news__list {
  border-left: 1px solid #fff;
  padding-bottom: 10rem;
}

.p-top-news__item {
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 3rem;
  padding-left: 4rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width:767px) {
  .p-top-news__item {
    gap: 2rem;
    padding-left: 1rem;
  }
}

.p-top-news__item-title {
  font-weight: 500;
}

.p-top-news__btn-more-wrap {
  bottom: 0;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}

@media only screen and (max-width:767px) {
  .p-top-news__btn-more-wrap {
    text-align: center;
  }
}

/*== //top-news ==*/
/*== top-media ==*/
.p-top-media {
  padding: 40px 0;
}

.p-top-media__title {
  font-size: 5.2rem;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
  .p-top-media__title {
    font-size: 3.5rem;
  }
}

.p-top-media__list {
  display: flex;
  -moz-column-gap: 2.7%;
  column-gap: 2.7%;
}

@media only screen and (max-width:767px) {
  .p-top-media__list {
    align-items: center;
    flex-direction: column;
    row-gap: 5rem;
  }
}

.p-top-media__item {
  flex-basis: 33.3333333333%;
  max-width: 400px;
}

.p-top-media__img-wrap {
  aspect-ratio: 340/150;
  background-color: #fff;
  position: relative;
  margin: 0 auto 2.5rem;
}

.p-top-media__img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  transition: all .3s;
}

.p-top-media__item a:hover img{
  width: 230px;
}

.p-top-media__text {
  font-size: 1.8rem;
}

/*== //top-media ==*/
/*== //top-spec ==*/
.p-top-spec {
  padding: 60px 0;
  /*table*/
}

.p-top-spec__lead {
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.2em;
}

.p-top-spec__flex {
  display: flex;
  gap: 35px;
  margin-bottom: 8rem;
}

@media only screen and (max-width:767px) {
  .p-top-spec__flex {
    align-items: center;
    flex-direction: column-reverse;
  }
}

.p-top-spec__heading {
  display: block;
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.7em;
  letter-spacing: -0.05em;
}

@media only screen and (max-width:767px) {
  .p-top-spec__heading {
    font-size: 3.5rem;
  }
}

.p-top-spec__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}

.p-top-spec__img-wrap {
  flex-basis: 39%;
  flex-shrink: 0;
  max-width: 500px;
}

.p-top-spec__video{
  max-width: 730px;
  margin: 0 auto 5rem;
}

.p-top-spec__table-wrap {
  overflow-x: scroll;
}

.p-top-spec__table {
  width: 100%;
  line-height: 1.5;
  white-space: nowrap;
  font-size: 1.5rem;
}

.p-top-spec__caption {
  color: #a72126;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2rem;
}

@media only screen and (max-width:767px) {
  .p-top-spec__caption {
    font-size: 2.2rem;
  }
}

.p-top-spec__thead th {
  background-color: #2c2929;
  padding: 20px 0;
  vertical-align: middle;
  font-weight: 400;
}

.p-top-spec__thead th:nth-of-type(2) {
  background-color: #a72126;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 0;
  vertical-align: middle;
}

.p-top-spec__tbody tr {
  border-bottom: 1px solid #9fa0a0;
}

.p-top-spec__tbody th,
.p-top-spec__tbody td {
  padding: 20px 0;
  vertical-align: middle;
}

.p-top-spec__tbody th {
  text-align: left;
  width: 13%;
  font-weight: 400;
}

.p-top-spec__tbody td {
  width: 29%;
  padding-left: 1.5em;
}

.p-top-spec__tbody span {
  color: #a72126;
  font-size: 2rem;
  font-weight: 700;
}

.p-top-spec__fixed {
  position: sticky;
  left: 0;
  background-color: #000;
}

.p-top-spec__fixed::after {
  /*content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;*/
}

.p-top-spec__tfoot {
  text-align: right;
  font-size: 0.875em;
  line-height: 2;
}

/*== //top-spec ==*/
/*== top-voice ==*/
.p-top-voice {
  padding: 50px 0 70px;
}

.p-top-voice__title {
  font-size: 5.2rem;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
  .p-top-voice__title {
    font-size: 3.5rem;
  }
}

.p-top-voice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media only screen and (max-width:767px) {
  .p-top-voice__list {
    row-gap: 30px;
  }
}

.p-top-voice__item {
  flex-basis: 22%;
}

@media only screen and (max-width:767px) {
  .p-top-voice__item {
    flex-basis: 48%;
  }
}

.p-top-voice__img-wrap {
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}

.p-top-voice__img-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-voice__text {
  font-weight: 500;
}

.p-top-voice__btn-more-wrap {
  text-align: center;
}

.p-top-voice__btn-more {
  margin: 0 auto;
}

/*== //top-voice ==*/
/*== top-flow ==*/
.p-top-flow {
  padding: 5rem 0 6rem;
  background-image: url(img/top/flow__bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-top-flow__title {
  font-size: 5.2rem;
  text-align: center;
  margin-bottom: 5rem;
}

@media only screen and (max-width:767px) {
  .p-top-flow__title {
    font-size: 3.5rem;
  }
}

.p-top-flow__list {
  counter-reset: number 0;
  display: flex;
  gap: 4rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width:767px) {
  .p-top-flow__list {
    flex-direction: column;
  }
}

.p-top-flow__item {
  border: 1px solid #fff;
  flex-basis: 33.3333333333%;
  padding: 1.5rem;
  position: relative;
}

.p-top-flow__item::before {
  background-color: #67e3ec;
  color: #000;
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 2.6rem;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  line-height: 3.8rem;
  width: 3.8rem;
}

.p-top-flow__item:not(:last-of-type)::after {
  content: "";
  background-image: url(img/top/flow__arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 104%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

@media only screen and (max-width:767px) {
  .p-top-flow__item:not(:last-of-type)::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}

.p-top-flow__item-title {
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.2rem;
}

.p-top-flow__item-text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.p-top-flow__item-text a {
  border-bottom:1px solid #fff;
}

.p-top-flow__price-wrap {
  display: flex;
  justify-content: center;
  max-width: 89rem;
  margin: 0 auto 7rem;
}

.p-top-flow__price-title {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  width: 50%;
}

@media only screen and (max-width:767px) {
  .p-top-flow__price-title {
    font-size: 4vw;
    width: 45%;
  }
}

.p-top-flow__price-title::after {
  background-color: #fff;
  width: 4rem;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 2;
}

@media only screen and (max-width:767px) {
  .p-top-flow__price-title::after {
    width: 3rem;
  }
}

.p-top-flow__price {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  color: #a72126;
  line-height: 1.2;
  padding: 2rem 4rem;
  text-align: center;
  width: 50%;
}

@media only screen and (max-width:767px) {
  .p-top-flow__price {
    padding: 2rem 0 2rem 3rem;
    width: 55%;
  }
}

.p-top-flow__price-inner {
  display: inline-flex;
  flex-direction: column;
}

.p-top-flow__price-large {
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 5.8rem;
  font-weight: 700;
}

@media only screen and (max-width:767px) {
  .p-top-flow__price-large {
    font-size: 7vw;
  }
}

.p-top-flow__price-small {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
}

@media only screen and (max-width:767px) {
  .p-top-flow__price-small {
    font-size: 2.5vw;
  }
}

.p-top-flow__btn-wrap{
  display: flex;
  gap: 4rem;
  justify-content: center;
}

@media only screen and (max-width:767px) {
.p-top-flow__btn-wrap{
  flex-direction: column;    
  align-items: center;        
  width: 90%;
  margin: 0 auto;
  }
}

/*== //top-flow ==*/
/*== top-faq ==*/
.p-top-faq {
  padding: 50px 0 70px;
}

.p-top-faq__title {
  font-size: 5.2rem;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
  .p-top-faq__title {
    font-size: 3.5rem;
  }
}

.p-top-faq__list {
  margin-bottom: 7rem;
}

@media only screen and (max-width:767px) {
  .p-top-faq__list {
    row-gap: 30px;
  }
}

.p-top-faq__item {
  border-bottom:1px solid #9fa0a0;
  padding: 1rem 11rem 2rem;
}

@media only screen and (max-width:767px) {
  .p-top-faq__item {
    padding: 1rem 2rem 2rem;
  }
}

.p-top-faq__item:first-of-type {
  border-top:1px solid #9fa0a0;
}

.p-top-faq__dt,
.p-top-faq__dd{
  text-indent: -23px;
  padding-left: 23px;
}

@media only screen and (max-width:767px) {
.p-top-faq__dt,
.p-top-faq__dd{
  text-indent: -20px;
  padding-left: 20px;
}
}

.p-top-faq__dt{
  font-size: 2.2rem;
}

.p-top-faq__dd{
  font-size: 1.8rem;
}


.p-top-faq__dt::before,
.p-top-faq__dd::before{
  display: inline-block;
  font-size: 3.2rem;
  padding-right: 0.5em;
}

.p-top-faq__dt::before{
  content:"Q.";
}

.p-top-faq__dd::before{
  content:"A.";
}

/*== top-faq ==*/
/*== information ==*/
.p-info__list {
  border-top: 1px solid #4d4d4d;
  margin-bottom: 17rem;
}

@media only screen and (max-width:767px) {
  .p-info__list {
    margin-bottom: 10rem;
  }
}

.p-info__item {
  display: flex;
  gap: 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid #4d4d4d;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width:767px) {
  .p-info__item {
    display: block;
  }
}

.p-info__item-title {
  font-size: 2.2rem;
}

@media only screen and (max-width:767px) {
  .p-info__item-title {
    margin: 0.5em 0 1em 0;
  }
}

/*== //information ==*/
/*== voice ==*/
.p-voice {
  border-top: 1px solid #4d4d4d;
  padding: 6rem 0 10rem;
}

.p-voice__title {
  font-size: 5.2rem;
  text-align: center;
  margin-bottom: 30px;
}

.p-voice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  row-gap: 9rem;
}

@media only screen and (max-width:767px) {
  .p-voice__list {
    row-gap: 5rem;
  }
}

.p-voice__item {
  flex-basis: 22%;
}

@media only screen and (max-width:767px) {
  .p-voice__item {
    flex-basis: 48%;
  }
}

.p-voice__img-wrap {
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}

.p-voice__img-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-voice__text {
  font-weight: 500;
}

.p-voice__btn-more-wrap {
  text-align: center;
}

.p-voice__btn-more {
  margin: 0 auto;
}

/*== //voice ==*/
/*== dealer ==*/
.p-dealer__area-wrap {
  border-top: 1px solid #fff;
  padding-bottom: 7rem;
}

.p-dealer__area {
  border-bottom: 1px solid #4d4d4d;
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2rem 0;
}

.p-dealer__prefectures-wrap {
  border-bottom: 1px solid #4d4d4d;
  display: flex;
}

.p-dealer__prefectures {
  width: 20%;
  max-width: 12.5rem;
  min-width: 4em;
  padding: 1rem 0;
}

.p-dealer__list {
  font-weight: 500;
  flex-grow: 1;
}

.p-dealer__item {
  display: flex;
  padding: 1rem 1.5rem;
}

@media only screen and (max-width:767px) {
  .p-dealer__item {
    display: block;
  }
}

.p-dealer__item:not(:last-of-type) {
  border-bottom: 1px solid #4d4d4d;
}

.p-dealer__name {
  max-width: 24rem;
  flex-basis: 30%;
  flex-shrink: 0;
}

@media only screen and (max-width:767px) {
  .p-dealer__name {
    max-width: none;
  }
}

.p-dealer__btn-recruit-wrap {
  text-align: center;
  margin-bottom: 5rem;
}

.p-dealer__btn-recruit {
  border: 1px solid #a72126;
  border-radius: 10px;
  color: #a72126;
  display: inline-block;
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.5rem 5rem;
  transition: all 0.4s;
}

/*
.p-dealer__btn-recruit:hover {
  background-color: rgba(255, 255, 255, 0.2);
}*/

/*== //dealer ==*/

/*== suitable ==*/
.p-suitable__lead{
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media only screen and (max-width:767px) {
  .p-suitable__lead{
    font-size: 2.8rem;
  }
}

.p-suitable__list{
  margin-bottom: 8rem;
}

.p-suitable__item{
  border-bottom:1px solid #fff;
  padding-bottom: 2rem;
}

.p-suitable__item:first-of-type{
  border-top:1px solid #fff;
}

.p-suitable__title{
  border-bottom:1px solid #4d4d4d;
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 1rem 0;
}

@media only screen and (max-width:767px) {
  .p-suitable__title{
    font-size: 2.8rem;
  }
}

.p-suitable__text{
  line-height: 2;
  padding: 1.5rem 0 3rem;
}

.p-suitable__table{
  width: 100%;
  min-width: 800px;
  margin-bottom: 3rem;
}

.p-suitable__thead{
}

.p-suitable__thead tr{
}

.p-suitable__thead td{
  background-color: #1a1a1a;
  padding: 0.5rem 2rem;
}

.p-suitable__tbody{
}

.p-suitable__tbody tr{
  border-bottom:1px solid #4d4d4d;
}

.p-suitable__tbody th,
.p-suitable__tbody td{
  padding: 2rem 2rem;
}

.p-suitable__tbody th{
  width: 22rem;
}

.p-suitable__tbody td{
}

.p-suitable__tbody td:last-of-type{
  width: 35rem;
}
/*== //suitable ==*/

/*== form ==*/
.p-form-text__telwrap{
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #fff;
	margin-top:3rem;
	padding:3rem 0 2rem;
}

.p-form-text__tel{
	font-size:3.1rem;
	display:inline-block;
	margin-right:2rem;
}

@media only screen and (max-width:767px) {
  .p-form-text__tel{
    font-size:1.5rem;
	margin-right:1rem;
  }
}

.p-form-text__telnumber{
	font-size:4.2rem;
	display:inline-block;
	margin-right:5rem;
}

@media only screen and (max-width:767px) {
  .p-form-text__telnumber{
    font-size:2.5rem;
	margin-right:2rem;
  }
}

.p-form-text__manager{
	font-size:1.8rem;
	display:inline-block;
}

@media only screen and (max-width:767px) {
  .p-form-text__manager{
    font-size:1.5rem;
  }
}

.p-form-text__title{
	font-size:2.4rem;
	font-weight:bold;
	font-family:"kozuka-mincho-pr6n", serif;
	padding:2.5rem 0 3.5rem;
}

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

.p-form-text__confirm{
	margin-bottom:4rem;
}

.smf-form--simple-table .smf-item {
	border-top: 1px solid #4d4d4d;
	padding: 2.5rem 0;
}

.required .smf-item__label{
	position:relative;
}

.required .smf-item__label::after{
	content:"必須";
	position:absolute;
	right:0;
	top:4px;
	background-color:#c30d23;
	display:inline-block;
	padding:0.1em 0.5em;
	font-size:1.2rem;
}

@media only screen and (max-width:767px) {
.required .smf-item__label::after{
  content:none;
}
}

@media only screen and (max-width:767px) {
  .required .smf-item__label__text{
    position:relative;
  }
}

@media only screen and (max-width:767px) {
  .required .smf-item__label__text::after{
    content:"必須";
    position:absolute;
    right:0;
    top:0;
    background-color:#c30d23;
    display:inline-block;
    padding:0.1em 0.5em;
    font-size:1.2rem;
    transform: translate(150%, -10%);
  }
}



.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control{
	border-radius:0;
	max-width: 300px;
	width: 100%;
}

[data-name="post-code"],
[data-name="address-01"]{
	margin-bottom:10px;
}

.checkbox-consent{
	justify-content:center;
}

.checkbox-consent .smf-item__controls{
	background-color:#3e3a39;
	text-align:center;
	width:100%;
	max-width:780px;
	padding:2rem 1rem;
	margin: 0 auto;
}

.checkbox-consent .smf-item__col--label{
	display:none;
}

.smf-form .smf-textarea-control__control {
	max-width:600px;
	}

.smf-action .smf-button-control__control[data-action="confirm"],
.smf-action .smf-button-control__control[data-action="complete"],
.smf-action .smf-button-control__control[data-action="back"]{
	background-image:none;
	color:#fff;
	font-family:"kozuka-mincho-pr6n", serif;
	font-size: 3.2rem;
  border: 1px solid #c30d23;
  max-width: 530px;
  width: 100%;
  padding: 2rem 1rem;
  border-radius: 15px;
}

@media only screen and (max-width:767px) {
.smf-action .smf-button-control__control[data-action="confirm"],
.smf-action .smf-button-control__control[data-action="complete"],
.smf-action .smf-button-control__control[data-action="back"]{
	font-size:2.2rem;
  padding: 1rem;
	}
}
/*確認ボタン*/
.smf-action .smf-button-control__control[data-action="confirm"]{
	background-color:#c30d23;
}

/*送信ボタン*/
.smf-action .smf-button-control__control[data-action="complete"]{
	background-color:#c30d23;
}

/*戻るボタン*/
.smf-action .smf-button-control__control[data-action="back"]{
	background-color:transparent;
}

@media only screen and (max-width:767px) {
.smf-action .smf-button-control__control[data-action="back"]{
	margin-bottom: 2rem;
}
}


@media (min-width: 640px) {
	.smf-form--simple-table .smf-item__col--controls {
		flex: 1 1 auto;
    max-width: none;
	}
}

.p-form-text__input,
.p-form-text__confirm{
	display:none;
}

/*入力画面*/
.p-form:has([data-screen="input"]) .p-form-text__input{
	display:block;
}

/*戻る画面*/
.p-form:has([data-screen="back"]) .p-form-text__input{
	display:block;
}

/*無効画面*/
.p-form:has([data-screen="invalid"]) .p-form-text__input{
	display:block;
}

/*確認画面*/
.p-form:has([data-screen="confirm"])  .p-form-text__confirm{
	display:block;
}

[data-screen="confirm"] .checkbox-consent{
	display:none;
}


/*== //form ==*/

/*========== //project ==========*/
/*# sourceMappingURL=style.css.map */