@charset "utf-8";

/* reset
-----------------------------------------------*/
html{
  width: 100%;
}
body{
  *font-size: small;
  *font: x-small;
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.contents {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background: #D9D9D9;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd,figure{
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
}
li{
  list-style-type: none;
}
table{
  border-collapse: collapse;
}
a{
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
a: hover{
  text-decoration: none;
}
a{
  -webkit-tap-highlight-color: transparent;
}
img{
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img{
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
input,
textarea,
select,
button,
label{
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
  border-color: orange;
}


/* common
-----------------------------------------------*/
.section {
}
.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.txt {
  font-size: 16px;
  line-height: 1.8;
}
.lead01 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.lead02 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 16px;
}
.lead03 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 28px;
}
.lead03:before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #003262;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lead03 + .txt {
  text-align: center;
}
.lead__en {
  font-size: 60px;
  margin-bottom: 6px;
  color: #003262;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.lead__ja {
  margin-bottom: 116px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 500;
}
.point__num {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  color: #003262;
  letter-spacing: 0.08em;
  padding-bottom: 16px;
  margin-bottom: 40px;
  position: relative;
}
.point__num:after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  background-color: #003262;
  position: absolute;
  left: 0;
  bottom: 0;
}
.u-bold {
  font-weight: bold;
}
.u-montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.u-pc {
  display: block;
}
.u-sp {
  display: none;
}
@media screen and (max-width: 850px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .section {
    padding: 48px 16px 64px;
  }
  .txt {
    font-size: 13px;
  }
  .lead01 {
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
  }
  .lead02 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .lead03 {
    font-size: 22px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .lead03:before {
    width: 30px;
    height: 3px;
  }
  .lead__en {
    font-size: 34px;
    margin-bottom: 6px;
  }
  .lead__ja {
    font-size: 13px;
    margin-bottom: 50px;
  }
  .point__num {
    font-size: 32px;
    padding-bottom: 12px;
    margin-bottom: 26px;
  }
  .point__num:after {
    width: 30px;
    height: 3px;
  }
}

/* footstepBox
-----------------------------------------------*/

/* kv
-----------------------------------------------*/
.kv {
  position: relative;
  height: calc(100vh - 120px);
  min-height: 700px;
  max-height: 1200px;
}
.kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kv__bg div {
  width: 100%;
  height: 100%;
}
.slide-animation {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.kv__bg div:not(:first-of-type) {
  display: none;
}
.kv__bg.slick-slider div {
  display: block;
}
.kv01 {
  background-image: url(../img/kv01.jpg);
  background-size: cover;
  background-position: center bottom;
}
.kv02 {
  background-image: url(../img/kv02.jpg);
  background-size: cover;
  background-position: center bottom;
}
.kv03 {
  background-image: url(../img/kv03.jpg);
  background-size: cover;
  background-position: center bottom;
}
.kv__inner {
  position: absolute;
  bottom: 407px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.kv__content {
  width: 474px;
}
.kv__ttl {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: 0.07em;
}
.kv__txt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.about {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}
.about .container {
  background-image: url(../img/about_bg.webp);
  background-size: 7.5px auto;
  background-position: -1px -1px;
  border-top-left-radius: 30px;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  border-bottom: 2px solid #00AAAD;
  width: calc( 100% - ((100% - 1100px) / 2) );
  max-width: unset;
  margin: 0;
  margin-left: calc((100% - 1100px) / 2);
  padding: 48px 0 60px 73px;
  position: relative;
  box-sizing: border-box;
}
.about__img {
  position: absolute;
  right: calc((100% - 1100px) / 2);
  bottom: 60px;
  border-top-left-radius: 30px;
  overflow: hidden;
}
.about .lead01 {
  max-width: 487px;
  box-sizing: border-box;
}
.about .txt {
  max-width: 487px;
  box-sizing: border-box;
}
@media screen and (max-width: 1120px) {
  .about .container {
    margin-left: 20px;
    width: calc(100% - 20px);
    padding: 32px 0 40px 50px;
  }
  .about .lead01,
  .about .txt {
    width: 40%;
  }
  .about__img {
    right: 0;
    bottom: 50px;
    width: 54%;
  }
}
@media screen and (max-width: 850px) {
  .kv {
    min-height: unset;
    max-height: unset;
    height: 600px;
  }
  .kv__inner {
    bottom: 230px;
  }
  .kv__content {
    width: 90%;
    margin: 0 auto;
  }
  .kv__ttl {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .kv__txt {
    font-size: 14px;
  }
  .about {
    margin-top: -180px;
    z-index: 1;
  }
  .about .container {
    border-top-left-radius: 30px;
    width: calc(100% - 20px);
    margin-left: 20px;
    padding: 0;
  }
  .about__img {
    position: relative;
    right: unset;
    bottom: unset;
    width: 100%;
  }
  .about__img img {
    width: 1100%;
  }
  .about .lead01 {
    width: 100%;
    max-width: unset;
    padding: 20px 20px 0;
  }
  .about .txt {
    width: 100%;
    max-width: unset;
    padding: 0 20px 20px;
    font-size: 13px;
  }
}

/* point01
-----------------------------------------------*/
.point01 {
  margin-top: 155px;
  width: 91.1457333%;
  min-width: 1220px;
  border-top-right-radius: 30px;
  background-color: #fff;
  padding-top: 1px;
  padding-left: calc((100% - 1100px) / 2);
  box-sizing: border-box;
  padding-bottom: 83px;
}
.point01 .container {
  margin: -40px 0 0;
  display: flex;
  gap: 0 126px;
}
.point01__img {
  width: 780px;
  margin-left: -241px;
  flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .point01 {
    min-width: unset;
    width: calc(100% - 20px);
  }
  .point01 .container {
    gap: 0 60px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 900px) {
  .point01__img {
    width: 640px;
    margin-left: -241px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 850px) {
  .point01 {
    margin-top: 80px;
    width: calc(100% - 20px);
    min-width: unset;
    padding-left: 20px;
    padding-bottom: 50px;
  }
  .point01 .container {
    margin: -40px 0 0;
    display: block;
  }
  .point01__img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}

/* trial
-----------------------------------------------*/
.trial {
  background-image: url(../img/trial_bg.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 90px 0 100px;
  position: relative;
}
.trial:after {
  content: "";
  display: block;
  position: absolute;
  width: 8.8543%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: RGB(83, 103, 136);
}
.trial .container {
  padding-left: 436px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.trial__list {
  border: 1px solid #fff;
  width: 100%;
  padding: 17px 27px;
  margin-top: 30px;
  box-sizing: border-box;
}
.trial__list__item {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1338px) {
  .trial:after {
    width: calc(100% - 1220px);
  }
}
@media screen and (max-width: 1240px) {
  .trial:after {
    width: 20px;
  }
  .trial .container {
    padding-right: 40px;
  }
}
@media screen and (max-width: 850px) {
  .trial {
    padding: 40px 0;
    background-position: center left;
  }
  .trial:after {
    width: 20px;
  }
  .trial .container {
    padding-left: 20px;
  }
  .trial__list {
    padding: 10px 16px;
    margin-top: 20px;
  }
}

/* cta
-----------------------------------------------*/
.cta {
  background-color: #00AAAD;
  padding: 84px 20px;
}
.cta__ttl {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.cta__wrap {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding: 32px 16px;
}
.cta__item {
  width: 100%;
  /*min-width: 320px;*/
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  border-right: 2px solid #D9D9D9;
}
.cta__item:last-of-type {
  border: unset;
}
.cta__item__img {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}
.cta__item__ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.2;
  margin-bottom: 15px;
}
.cta__item__txt {
  margin-bottom: 16px;
}
a.cta__item__btn {
  width: 218px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 18px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #003262;
  border-radius: 100px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  margin: 0 auto;
  position: relative;
}
a.cta__item__btn:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: relative;
  top: 1px;
}
a.cta__item__btn:hover {
  text-decoration: unset;
  opacity: .7;
}
@media screen and (max-width: 850px) {
  .cta {
    padding: 40px 20px;
  }
  .cta__ttl {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .cta__wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 16px;
    gap: 0;
  }
  .cta__item {
    width: 100%;
    /*min-width: 320px;*/
    padding: 0 10px 24px;
    box-sizing: border-box;
    text-align: center;
    border-right: unset;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 24px;
  }
  .cta__item:last-of-type {
    border: unset;
    margin-bottom: 0;
  }
  .cta__item__ttl {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .cta__item__txt {
    font-size: 13px;
    margin-bottom: 16px;
  }
  a.cta__item__btn {
    width: 218px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 18px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background-color: #003262;
    border-radius: 100px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    margin: 0 auto;
    position: relative;
  }
  a.cta__item__btn:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: relative;
    top: 1px;
  }
  a.cta__item__btn:hover {
    text-decoration: unset;
    opacity: .7;
  }
}

/* point02
-----------------------------------------------*/
.point02__wrap {
  overflow: hidden;
  width: 100%;
}
.point02 {
  margin-top: 172px;
  width: 91.1457333%;
  margin-left: auto;
  padding-right: 8.8542667%;
  min-width: 1220px;
  border-top-left-radius: 30px;
  background-color: #fff;
  padding-top: 1px;
  padding-right: calc((100% - 1100px) / 2);
  box-sizing: border-box;
  padding-bottom: 83px;
}
.point02 .container {
  margin: -40px 0 0;
  display: flex;
  gap: 0 126px;
  flex-direction: row-reverse;
  margin-left: auto;
}
.point02__img {
  width: 780px;
  margin-right: -241px;
  flex-shrink: 0;
}
.point02 .container:nth-of-type(2) {
  margin-top: 100px;
}
.simulator {
  display: flex;
  background-color: #003262;
  border-bottom: 2px solid #003262;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.simulator__img {
  height: 228px;
  width: 428px;
  flex-shrink: 0;
}
.simulator__content {
  color: #fff;
  padding: 28px 13px 0;
}
.simulator__logo {
  width: fit-content;
  padding-left: 44px;
  margin-bottom: 18px;
}
.simulator__content .txt {
  padding-left: 44px;
  padding-right: 70px;
  font-size: 14px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
.simulator__btns {
  display: flex;
  justify-content: space-between;
  gap: 16px 30px;
  padding-left: 44px;
  padding-right: 70px;
}
a.simulator__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  gap: 0 12px;
}
a.simulator__btn:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: relative;
}
a.simulator__btn:hover {
  text-decoration: unset;
  opacity: .7;
}
@media screen and (max-width: 1240px) {
  .point02 {
    min-width: unset;
    width: calc(100% - 20px);
  }
  .point02 .container {
    gap: 0 60px;
    width: calc(100% - 20px);
  }
  .simulator {
  }
  .simulator__img {
    height: 100%;
    width: 44%;
  }
  .simulator__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .simulator__content {
    padding: 28px 13px;
  }
  .simulator__btns {
    flex-direction: column;
  }
  .point02 .container:nth-of-type(2) {
    width: calc(100% - 40px);
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 900px) {
  .point02__img {
    width: 640px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 850px) {
  .point02 {
    margin-top: 80px;
    width: calc(100% - 20px);
    min-width: unset;
    padding-left: 20px;
    padding-bottom: 50px;
  }
  .point02 .container {
    margin: -40px 0 0;
    display: block;
  }
  .point02__img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .point02 .container:nth-of-type(2) {
    width: calc(100% - 20px);
    margin-top: 40px;
    margin-right: auto;
    margin-left: 0;
  }
  .simulator {
    display: block;
  }
  .simulator__img {
    width: 100%;
  }
  .simulator__content .txt {
    width: 100%;
    padding: 0;
    font-size: 13px;
  }
  .simulator__btns {
    padding: 0;
  }
}

/* slider
-----------------------------------------------*/

/* flow
-----------------------------------------------*/
.flow {
  padding: 100px 20px;
}
.flow__list {
  display: flex;
  gap: 20px;
  margin-top: 56px;
}
.flow__item {
  background-color: #fff;
  border-radius: 20px;
  width: 204px;
  padding: 20px 22px 30px;
  box-sizing: border-box;
  position: relative;
}
.flow__item:not(:last-of-type):after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #003262;
  border-right: solid 2px #003262;
  position: absolute;
  right: -13px;
  top: 130px;
  transform: rotate(45deg);
}
.flow__item__img {
  padding-bottom: 12px;
  margin: 0 auto 16px;
  text-align: center;
  border-bottom: 2px solid #D9D9D9;
}
.flow__item__ttl {
  text-align: center;
  min-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #003262;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 8px;
}
.flow__item__txt {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .flow {
    padding: 40px 20px;
  }
  .flow__list {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  .flow__item {
    width: 100%;
    padding: 16px 16px 20px;
  }
  .flow__item:not(:last-of-type):after {
    position: absolute;
    right: 50%;
    top: calc(100% + 1px);
    transform: translateX(50%) rotate(135deg);
  }
  .flow__item__img {
    padding-bottom: 8px;
    margin: 0 auto 10px;
  }
  .flow__item__img img {
  }
  .flow__item__ttl {
    text-align: center;
    min-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #003262;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .flow__item__txt {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* voice
-----------------------------------------------*/
.voice {
  padding: 100px 20px;
  background: #fff;
}
.voice__list {
  display: flex;
  gap: 0 25px;
  margin-top: 100px;
}
.voice__item {
  width: 350px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 18px;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.voice__item__ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #003262;
  padding: 48px 16px 16px;
  background-image: url(../img/icon_quote.svg);
  background-repeat: no-repeat;
  background-position: top 23px left 23px;
}
.voice__item__user {
  padding: 24px 24px 0;
  display: flex;
  gap: 0 22px;
  align-items: flex-end;
}
.voice__item__user__img {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
}
.voice__item__user__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.voice__item__user__belonging {
  font-weight: 500;
}
.voice__item__user__txt {
  padding: 20px 24px 24px;
}
@media screen and (max-width: 850px) {
  .voice {
    padding: 40px 20px;
  }
  .voice__list {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  .voice__item {
    width: 100%;
  }
  .voice__item__ttl {
    font-size: 18px;
    padding: 32px 16px 16px;
    background-position: top 10px left 10px;
    background-size: 40px auto;
  }
  .voice__item__img img {
    width: 100%;
  }
  .voice__item__user {
    padding: 20px 20px 0;
    display: flex;
    gap: 0 22px;
    align-items: flex-end;
  }
  .voice__item__user__img {
    width: 80px;
    height: 80px;
  }
  .voice__item__user__name {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .voice__item__user__belonging {
    font-size: 13px;
  }
  .voice__item__user__txt {
    padding: 16px 20px 20px;
    font-size: 13px;
  }
}

/* search
-----------------------------------------------*/
.search__intro {
  padding: 100px 20px 0;
}
.search {
  padding: 100px 0;
}
.search__wrap {
  overflow: hidden;
  width: 100%;
}
.search {
  margin-top: 100px;
  width: 91.1457333%;
  margin-left: auto;
  padding-right: 8.8542667%;
  min-width: 1220px;
  border-top-left-radius: 30px;
  background-color: #fff;
  padding-top: 1px;
  padding-right: calc((100% - 1100px) / 2);
  box-sizing: border-box;
  padding-bottom: 83px;
}
.search .container {
  margin: -40px 0 0;
  display: flex;
  gap: 0 126px;
  flex-direction: row-reverse;
  margin-left: auto;
}
.showroom {
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}
.showroom:before {
  content: "";
  background-image: url(../img/map.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  width: 1008px;
  height: 1008px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -70px;
}
.search .lead__ja {
  margin-bottom: 70px;
}
.search .lead03 {
  text-align: left;
  margin-bottom: 70px;
}
.search .lead03:before {
  left: 0;
  transform: unset;
}
.m-shopSearch__form {
  border: 1px solid #D9D9D9;
  border-radius: 18px;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  padding: 47px 50px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.m-shopSearch__col {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.m-shopSearch__item {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.m-shopSearchItem__label {
  width: 100px;
  text-align: center;
  color: #003262;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.04em;
}
.m-shopSearchItem__select select {
  background: none;
  -webkit-appearance: none;
  padding: 10px 24px 10px 18px;
  font-size: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 170px;
  position: relative;
  background-image: url(../img/icon_chevron_down.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  cursor: pointer;
  color: #333;
}
.m-shopSearchCheckbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer
}
@media print,screen and (min-width: 1020px) {
    .m-shopSearchCheckbox {
        grid-area:checkbox
    }
}
.m-shopSearchCheckbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    appearance: none;
    border: 2px solid #e3e9f1;
    border-radius: 4px;
    width: 20px;
    height: 20px
}
.m-shopSearchCheckbox__input:checked {
    border-color: #003262;
    background-color: #003262
}
.m-shopSearchCheckbox__input:checked:before {
    position: absolute;
    top: -1px;
    left: 4px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 12px;
    content: ""
}
.m-shopSearchCheckbox__label {
    font-size: 18px;
}
.m-shopSearchCheckbox__label > span {
  font-size: 15px;
}
.m-shopSearchCheckbox__label a {
    color: #003262
}
@media (hover: hover) {
    .m-shopSearchCheckbox__label a:where(:-moz-any-link,:enabled,summary):hover {
        text-decoration:underline
    }
    .m-shopSearchCheckbox__label a:where(:any-link,:enabled,summary):hover {
        text-decoration: underline
    }
}
.m-shopSearchSubmit {
  margin-left: auto;
}
.m-shopSearchSubmit__button {
  -webkit-appearance: none;
  background: unset;
  border: unset;
  width: 182px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #003262;
  font-weight: 600;
  font-size: 15px;
  gap: 0 5px;
  border-radius: 50px;
}
.m-shopSearchSubmit__button:before {
  content: "";
  display: block;
  background-image: url(../img/icon_loope.svg);
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.m-shopSearchSubmit__button:hover {
  cursor: pointer;
  opacity: .7;
}
.region {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 4.96969696%;
  position: relative;
  z-index: 1;
}
.prefList {
  width: 21.2727272727%;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}
.prefList__ttl {
  font-weight: bold;
  color: #003262;
  font-size: 22px;
  letter-spacing: .04em;
  line-height: 1.2;
  padding-bottom: 8px;
  margin-bottom: 26px;
  border-bottom: 2px solid #D9D9D9;
  width: 100%;
}
.prefItem__wrap {
  width: 50%;
  margin-bottom: 12px;
}
a.prefItem {
  font-size: 18px;
  display: inline-flex;
  gap: 0 8px;
  align-items: center;
  color: #333;
}
.prefItem:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  display: block;
}
@media screen and (max-width: 1240px) {
  .search {
    min-width: unset;
    width: calc(100% - 20px);
  }
  .search .container {
    gap: 0 60px;
    width: calc(100% - 20px);
  }
  .search .container:nth-of-type(2) {
    width: calc(100% - 40px);
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 1180px) {
  .m-shopSearch__col {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-shopSearchSubmit__button,
  .m-shopSearchSubmit {
    width: 100%;
    margin-top: 10px;
  }
  .m-shopSearchItem__label {
    width: auto;
  }
  .m-shopSearch__form {
    width: calc(100% - 20px);
  }
  .region {
    padding-right: 20px;
  }
}
@media screen and (max-width: 850px) {
  .search__intro {
    padding: 40px 20px 0;
  }
  .search {
    padding: 40px 0;
  }
  .search__wrap {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .search {
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    min-width: unset;
    padding-bottom: 50px;
  }
  .search .container {
    margin: -40px 0 0;
    display: flex;
    gap: 0 126px;
    flex-direction: row-reverse;
    margin-left: 0;
    width: 100%;
  }
  .showroom {
    margin-top: -20px;
    width: 100%;
    position: relative;
    padding-bottom: 0;
  }
  .showroom:before {
    background-size: 450px auto;
    background-position: top right;
    width: calc(100% + 40px);
    height: 450px;
    right: -20px;
    bottom: unset;
    top: 40px;
  }
  .search .lead__ja {
    margin-bottom: 40px;
  }
  .search .lead03 {
    text-align: left;
    margin-bottom: 32px;
  }
  .search .lead03:before {
    left: 0;
    transform: unset;
  }
  .m-shopSearch__form {
    padding: 20px;
    margin-bottom: 40px;
    width: 100%;
  }
  .m-shopSearch__col {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .m-shopSearch__item {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .m-shopSearchItem__label {
    width: 34%;
    text-align: left;
    color: #003262;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .m-shopSearchItem__select {
    width: 66%;
  }
  .m-shopSearchItem__select select {
    padding: 10px 24px 10px 12px;
    font-size: 16px;
    width: 100%;
    position: relative;
    background-image: url(../img/icon_chevron_down.svg);
    background-repeat: no-repeat;
    background-position: center right 12px;
    cursor: pointer;
  }
  .m-shopSearchCheckbox__label > span,
  .m-shopSearchCheckbox__label {
    font-size: 15px;
  }
  .m-shopSearchSubmit__button, .m-shopSearchSubmit {
    margin-top: 0;
  }

  .region {
    gap: 40px 8%;
    padding: 0;
  }
  .prefList {
    width: 46%;
  }
  .prefList__ttl {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .prefItem__wrap {
    margin-bottom: 12px;
  }
  a.prefItem {
    font-size: 13px;
    gap: 0 8px;
  }
  .prefItem:after {
    width: 6px;
    height: 6px;
  }
}























