@charset "UTF-8";
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  -moz-column-gap: 29px;
       column-gap: 29px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.3s;
  background-color: #f0f0f0;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  color: #fff;
  width: 30px;
  height: 30px;
}

.terms {
  padding: 90px 35px 120px;
}
@media screen and (max-width: 767px) {
  .terms {
    padding: 42px 35px 60px;
  }
}
.terms__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.terms__cont {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .terms__cont {
    row-gap: 16px;
  }
}
.terms__item {
  display: flex;
  border-top: 1px solid #707070;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .terms__item {
    flex-direction: column;
    padding-top: 16px;
  }
}
.terms__item--label {
  font-size: 1.6rem;
  font-weight: 500;
  width: 128px;
  margin-right: 85px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .terms__item--label {
    margin-bottom: 8px;
  }
}
.terms__item--text {
  font-size: 1.6rem;
  font-weight: 500;
}

.privacy {
  padding: 90px 35px 120px;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 42px 35px 60px;
  }
}
.privacy__wrap {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .privacy__wrap {
    padding: 0 10px;
  }
}
.privacy__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .privacy__text {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
.privacy__cont {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .privacy__cont {
    row-gap: 24px;
    margin-top: 20px;
  }
}
.privacy__item--title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .privacy__item--title {
    font-size: 1.6rem;
  }
}
.privacy__item--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .privacy__item--text {
    font-size: 1.4rem;
  }
}

.kom {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .kom {
    padding: 0 0 60px;
  }
}
.kom__top {
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  padding: 90px 35px;
}
@media screen and (max-width: 767px) {
  .kom__top {
    padding: 45px 35px;
  }
}
.kom__wrap {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 35px;
}
.kom__cont {
  margin-top: 120px;
  display: flex;
  -moz-column-gap: 65px;
       column-gap: 65px;
}
@media screen and (max-width: 767px) {
  .kom__cont {
    margin-top: 40px;
    flex-direction: column;
  }
}
.kom__box {
  width: 100%;
}
.kom__archive {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 45px;
  max-width: 835px;
}
.kom__item {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  width: calc(50% - 30px);
  max-width: 360px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  align-self: stretch;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kom__item {
    width: 100%;
    max-width: none;
  }
}
.kom__item--img {
  height: 18.794vw;
  max-height: 240px;
}
@media screen and (max-width: 767px) {
  .kom__item--img {
    height: 54.794vw;
    max-height: none;
  }
}
.kom__item--bottom {
  background-color: #fff;
  padding: 26px 26px 13px;
  min-height: 310px;
}
.kom__item--date {
  font-size: 1.6rem;
  font-weight: 500;
  color: #676767;
  margin-bottom: 18px;
}
.kom__item--text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.kom__item--box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.kom__item--cat {
  font-size: 1.4rem;
  border: 1px solid #676767;
  padding: 3px 16px;
  border-radius: 9px;
}
.kom__aside {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .kom__aside {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .kom__aside {
    width: 100%;
    margin-top: 60px;
  }
}
.kom__aside--cat {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.kom__aside--name {
  font-size: 1.6rem;
  text-align: center;
  background-color: #151515;
  border-radius: 5px;
  color: #fff;
  padding: 8px 0;
  margin-bottom: 8px;
}
.kom__aside--item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}
.kom__aside--item:last-of-type {
  border-bottom: none;
}
.kom__aside--date {
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.kom__aside--text {
  font-size: 1.4rem;
}

.news {
  padding: 90px 35px 120px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 42px 35px 60px;
  }
}
.news__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.news__filter {
  margin-top: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news__filter {
    flex-direction: column;
    margin-top: 35px;
  }
}
.news__filter--title {
  font-size: 1.4rem;
  margin-right: 37px;
}
@media screen and (max-width: 767px) {
  .news__filter--title {
    font-size: 1rem;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.news__filter--box {
  display: flex;
  align-items: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
}
@media screen and (max-width: 767px) {
  .news__filter--box {
    flex-wrap: wrap;
    row-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    justify-content: center;
    max-width: 255px;
    margin: 0 auto;
  }
}
.news__filter--btn {
  display: block;
  margin: 0 auto;
  width: 120px;
  border-radius: 25px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news__filter--btn {
    margin: 0;
  }
}
.news__filter--btn.current {
  border: 2px solid #b2b2b2;
  pointer-events: none;
  padding: 4px 12px;
}
.news__filter--btn.current p {
  color: #b2b2b2;
}
.news__filter--btn.current p::after {
  background-image: url(../images/arrow-right-gray.svg);
}
.news__filter--btn.current img {
  display: none;
}
.news__filter--btn.current .news__filter--btn-bg {
  display: none;
}
.news__filter--btn:hover {
  opacity: 1;
}
.news__filter--btn:hover .news__filter--btn-bg {
  transform: translateX(0);
}
.news__filter--btn:hover p {
  color: #fff;
}
.news__filter--btn:hover p::after {
  background-image: url(../images/arrow-right-white.svg);
}
.news__filter--btn-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s;
  transform: translateX(-105%);
}
.news__filter--btn img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.news__filter--btn p {
  font-size: 1rem;
  font-weight: bold;
  color: #159fe8;
  position: relative;
  z-index: 2;
}
.news__filter--btn p::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-blue.svg);
  background-size: cover;
  width: 5px;
  height: 6.7px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news__filter--btn p::after {
    right: 0;
  }
}
.news__cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .news__cont {
    row-gap: 14px;
  }
}
.news__item {
  display: flex;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #989898;
  width: 100%;
}
.news__item:last-child {
  border-bottom: 1px solid #989898;
}
@media screen and (max-width: 767px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 14px;
    border-top: none;
    border-bottom: 1px solid #989898;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.news__item--left {
  margin-right: 33px;
  flex-shrink: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .news__item--left {
    margin-bottom: 6px;
  }
}
.news__item--cat {
  font-size: 1.2rem;
  color: #fff;
  background-color: #9f9f9f;
  border-radius: 5px;
  padding: 2px 7px;
}
.news__item--right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news__item--right {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__item--date {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 54px;
}
@media screen and (max-width: 767px) {
  .news__item--date {
    margin-bottom: 4px;
  }
}
.news__item--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news__item--text {
    font-size: 1.4rem;
  }
}

.contact {
  padding: 90px 35px 120px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 42px 35px 60px;
  }
}
.contact__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.contact__text {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin-top: 32px;
    font-size: 2.2rem;
  }
}
.contact__cont {
  display: flex;
  flex-direction: column;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .contact__cont {
    margin-top: 32px;
  }
}
.contact__item {
  padding: 30px 0;
  border-top: 1px solid #989898;
  display: flex;
}
.contact__item:last-of-type {
  border-bottom: 1px solid #989898;
}
@media screen and (max-width: 767px) {
  .contact__item {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    padding: 24px 0;
  }
}
.contact__item--left {
  width: 195px;
  margin-right: 120px;
  flex-shrink: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact__item--left {
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
}
.contact__item--label {
  font-size: 1.6rem;
  font-weight: 500;
}
.contact__item--var {
  font-size: 1.6rem;
  font-weight: 500;
  color: #f04162;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .contact__item--var {
    margin-left: 5px;
  }
}
.contact__item--right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
  /* チェック前のボタン */
  /* チェック後のボタン */
}
@media screen and (max-width: 767px) {
  .contact__item--right {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contact__item--right.radio {
    max-width: 220px;
    justify-content: flex-start;
  }
}
.contact__item--right .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact__item--right .wpcf7-list-item input {
  width: 20px;
  height: 20px;
}
.contact__item--right .wpcf7-list-item-label {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.contact__item--right input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.contact__item--right .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 20px;
  margin-right: 5px;
  width: 20px;
  display: inline-block;
}
.contact__item--right input[type=radio]:checked + .wpcf7-list-item-label::before {
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.contact__item--input {
  width: 100%;
  border: 1px solid #999999;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 10px 23px;
}
.contact__item--input::-moz-placeholder {
  color: #cccccc;
}
.contact__item--input::placeholder {
  color: #cccccc;
}
.contact__item--textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #999999;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 10px 23px;
  resize: none;
}
.contact__item--file {
  font-size: 1.6rem;
}
.contact__item.last {
  border-bottom: none !important;
}
.contact__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 60px;
}
.contact__privacy input {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact__privacy input {
    width: 16px;
    height: 16px;
  }
}
.contact__privacy--link {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .contact__privacy--link {
    font-size: 1.4rem;
  }
}
.contact__privacy--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__privacy--text {
    font-size: 1.4rem;
  }
}
.contact__privacy .wpcf7-form-control-wrap {
  width: auto !important;
}
.contact__privacy .wpcf7-list-item-label {
  display: none;
}
.contact__privacy .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  white-space: nowrap;
}
.contact__submit {
  display: block;
  margin: 0 auto;
  width: 260px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
}
.contact__submit:hover {
  opacity: 1;
}
.contact__submit:hover .contact__submit--bg {
  transform: translateX(0);
}
.contact__submit:hover .contact__submit--btn {
  color: #159fe8;
}
.contact__submit:hover::after {
  background-image: url(../images/arrow-right-blue.svg);
}
.contact__submit::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.contact__submit svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.contact__submit--bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  top: 2px;
  left: 2px;
  pointer-events: none;
  transition: 0.3s;
  transform: translateX(-105%);
}
.contact__submit--btn {
  padding: 13.8px 19px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
.contact .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
}
.contact .wpcf7-spinner,
.contact .ajax-loader {
  display: none !important;
}

.contacts {
  padding: 90px 0 120px;
}
@media screen and (max-width: 767px) {
  .contacts {
    padding: 40px 0 65px;
  }
}
.contacts__top {
  background-color: #f0f0f0;
  padding: 30px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contacts__top {
    flex-direction: column;
    padding-bottom: 35px;
  }
}
.contacts__top--title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .contacts__top--title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contacts__top--title {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.contacts__top--right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 17px;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .contacts__top--right {
    flex-direction: column;
    row-gap: 10px;
  }
}
.contacts__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 35px;
}
.contacts__cont {
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .contacts__cont {
    padding-top: 30px;
    margin-bottom: 45px;
  }
}
.contacts__cont:last-of-type {
  border-top: 1px solid #989898;
  margin-bottom: 0;
}
.contacts__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .contacts__title {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}
.contacts__item {
  background-color: #efefef;
  border-radius: 25px;
  padding: 40px 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .contacts__item {
    padding: 15px 10px;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 500;
    border-radius: 15px;
    margin-bottom: 16px;
  }
}
.contacts__item a {
  color: #159fe8;
  text-decoration: underline;
  font-weight: bold;
}
.contacts__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contacts__text {
    text-align: left;
    margin-bottom: 16px;
    padding: 0 10px;
  }
}
.contacts__form {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contacts__form {
    flex-direction: column;
    align-items: center;
  }
}
.contacts__form--text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contacts__form--text {
    font-size: 1rem;
    margin-top: 12px;
    text-align: center;
  }
}
.contacts__btn {
  display: block;
  width: 260px;
  border-radius: 25px;
  padding: 13.5px 19px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
}
.contacts__btn:hover {
  opacity: 1;
}
.contacts__btn:hover .contacts__btn--bg {
  transform: translateX(105%);
}
.contacts__btn:hover p {
  color: #fff;
}
.contacts__btn:hover p::after {
  background-image: url(../images/arrow-right-white.svg);
}
.contacts__btn--bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #f0f0f0;
  top: 2px;
  left: 2px;
  pointer-events: none;
  transition: 0.3s;
}
.contacts__btn--bg.w {
  background-color: #fff;
}
.contacts__btn img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.contacts__btn p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #159fe8;
  position: relative;
  z-index: 2;
}
.contacts__btn p::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-blue.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contacts__btn p::after {
    right: 0;
  }
}

.corporate {
  padding: 90px 35px 160px;
}
@media screen and (max-width: 767px) {
  .corporate {
    padding: 40px 35px 65px;
  }
}
.corporate__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.corporate__cont {
  display: flex;
  -moz-column-gap: 64px;
       column-gap: 64px;
  margin-top: 110px;
  margin-bottom: 120px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .corporate__cont {
    flex-direction: column-reverse;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .corporate__left {
    width: 100%;
  }
}
.corporate__item {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-top: 1px solid #676767;
  padding: 24px 30px;
}
@media screen and (max-width: 1024px) {
  .corporate__item {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .corporate__item {
    flex-direction: row;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 27px 17px;
  }
}
.corporate__item:last-of-type {
  border-bottom: 1px solid #676767;
}
.corporate__item--label {
  width: 105px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .corporate__item--label {
    width: 95px;
    flex-shrink: 0;
    font-size: 1.4rem;
  }
}
.corporate__item--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .corporate__item--text {
    font-size: 1.4rem;
  }
}
.corporate__right {
  max-width: 533px;
  border-radius: 35px;
}
@media screen and (max-width: 1024px) {
  .corporate__right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .corporate__right {
    max-width: none;
    width: 100%;
    margin-bottom: 55px;
  }
}
.corporate__bottom {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .corporate__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.corporate__bottom--img.img1 {
  width: 285px;
}
@media screen and (max-width: 767px) {
  .corporate__bottom--img.img1 {
    width: 95%;
  }
}
.corporate__bottom--img.img2 {
  width: 305px;
}
@media screen and (max-width: 767px) {
  .corporate__bottom--img.img2 {
    width: 100%;
  }
}
.corporate__bottom--img.img3 {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .corporate__bottom--img.img3 {
    width: 90%;
  }
}

.history {
  background-color: #f0f0f0;
  padding: 120px 0 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 70px 0 70px;
  }
}
.history__wrap {
  max-width: 865px;
  margin: 0 auto;
}
.history__cont {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  position: relative;
  margin-top: 95px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .history__cont {
    row-gap: 30px;
    margin-top: 24px;
  }
}
.history__line {
  position: absolute;
  left: 95px;
  width: 1px;
  height: 120%;
}
@media screen and (max-width: 767px) {
  .history__line {
    left: 10px;
    width: 2px;
  }
}
.history__item {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .history__item {
    flex-direction: column;
  }
}
.history__item--year {
  font-size: 2.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  padding: 19px 35px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .history__item--year {
    margin-left: -55px;
    padding: 10px 32px 10px 43px;
    margin-bottom: 12px;
  }
}
.history__item--right {
  padding: 32px;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .history__item--right {
    border-radius: 10px 0 0 10px;
    padding: 25px 35px 25px 20px;
  }
}
.history__item--text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 2;
}
.history__item--text a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  text-decoration: underline;
}
.history__item--img {
  margin-bottom: 10px;
}

.csr {
  padding: 120px 35px 80px;
}
@media screen and (max-width: 767px) {
  .csr {
    padding: 70px 35px;
  }
}
.csr__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.csr__cont {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  margin-top: 86px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .csr__cont {
    margin-top: 35px;
    row-gap: 50px;
  }
}
.csr__cont:last-of-type {
  margin-bottom: 0;
}
.csr__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 767px) {
  .csr__item {
    flex-direction: column-reverse;
    border-bottom: 1px solid #989898;
    padding-bottom: 50px;
  }
  .csr__item.bn {
    border: none;
    padding-bottom: 0;
  }
}
.csr__item--img {
  border-radius: 35px;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .csr__item--img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .csr__item--img {
    width: 100%;
    border-radius: 15px;
  }
}
.csr__item--img.brn {
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .csr__item--right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .csr__item--right {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 27px;
  }
}
.csr__item--title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .csr__item--title {
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 27px;
  }
}
.csr__item--text {
  font-size: 1.6rem;
}
.csr__item--link {
  font-size: 1.6rem;
  margin-top: 10px;
  display: inline-block;
}
.csr__item--link::before {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-blue.svg);
  width: 8px;
  height: 11px;
  margin-right: 5px;
}

.support {
  padding: 90px 0 5px;
}
.support__wrap {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .support__wrap {
    margin-top: 32px;
    padding: 0 35px;
  }
}
.support__cat {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.support__cat--item {
  padding: 21px 42px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #151515;
  color: #fff;
  cursor: pointer;
}
.support__cat--item.active {
  background-color: #f0f0f0;
  color: #151515;
  pointer-events: none;
}
.support__cont, .support__cont-sp {
  background-color: #f0f0f0;
  padding: 60px 35px 84px;
  flex-direction: column;
  align-items: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .support__cont, .support__cont-sp {
    background-color: #fff;
    padding: 0 0 15px;
  }
}
.support__cont.active, .support__cont-sp.active {
  display: flex;
}
.support__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 72px;
}
.support__link {
  display: flex;
  justify-content: center;
  max-width: 725px;
  margin: 0 auto 30px;
  width: 100%;
  flex-wrap: wrap;
}
.support__link a {
  width: 50%;
}
.support__faq {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.support__faq--item {
  background-color: #fff;
  width: 100%;
  border-radius: 45px;
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
}
.support__faq--top {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.support__faq--top::before, .support__faq--top::after {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  width: 18px;
  height: 1px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.support__faq--top::after {
  width: 1px;
  height: 18px;
  right: 17px;
}
.support__faq--top.show::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.support__faq--q {
  font-size: 3.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 20px;
}
.support__faq--title {
  font-size: 1.6rem;
  font-weight: bold;
}
.support__faq--border {
  width: 100%;
  height: 1px;
  background-color: #676767;
  margin-top: 13px;
  display: none;
}
.support__faq--border.show {
  display: block;
}
.support__faq--bottom {
  padding-top: 20px;
  display: flex;
  align-items: center;
  display: none;
  padding: 20px 48px 0;
}
.support__faq--a {
  font-size: 3.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 23px;
  display: none;
}
.support__faq--text {
  font-size: 1.6rem;
}
.support__faq--text .red {
  color: #f04162;
}
.support__faq--text a {
  color: #159fe8;
}
.support__btn {
  display: block;
  width: 260px;
  border-radius: 25px;
  padding: 13.5px 19px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
}
.support__btn:hover {
  opacity: 1;
}
.support__btn:hover .support__btn--bg {
  transform: translateX(0);
}
.support__btn:hover p {
  color: #159fe8;
}
.support__btn:hover p::after {
  background-image: url(../images/arrow-right-blue.svg);
}
.support__btn--bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  top: 2px;
  left: 2px;
  pointer-events: none;
  transition: 0.3s;
  transform: translateX(-105%);
}
.support__btn img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.support__btn p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
.support__btn p::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .support__btn p::after {
    right: 0;
  }
}
.support__btn.w {
  background: #fff;
  transform: translateX(0);
  margin-bottom: 35px;
}
.support__btn.w:hover {
  opacity: 1;
}
.support__btn.w:hover .support__btn--bg {
  transform: translateX(0);
}
.support__btn.w:hover p {
  color: #fff;
}
.support__btn.w:hover p::after {
  background-image: url(../images/arrow-right-white.svg);
}
.support__btn.w .support__btn--bg {
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
}
.support__btn.w p {
  color: #159fe8;
}
.support__btn.w p::after {
  background-image: url(../images/arrow-right-blue.svg);
}
.support__about {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .support__about {
    font-size: 1.6rem;
    text-align: center;
  }
}
.support__text {
  font-size: 1.6rem;
  font-weight: 500;
}
.support__text a {
  color: #159fe8;
}
@media screen and (max-width: 767px) {
  .support__text {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
.support__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .support__item {
    border-top: 1px solid #989898;
    padding-top: 46px;
    padding-bottom: 30px;
  }
}
.support__item--title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.concept__hero {
  background-color: #505050;
  position: relative;
  padding-left: 35px;
  padding-top: 52px;
}
.concept__hero--wrap {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  margin: -45.4375vw auto 0;
}
@media screen and (max-width: 1024px) {
  .concept__hero--wrap {
    margin: 30px auto 0;
  }
}
.concept__hero--tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .concept__hero--tab {
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
}
.concept__hero--right {
  position: sticky;
  top: 0;
  right: 0;
  width: 38.4375vw;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .concept__hero--right {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .concept__hero--img {
    width: 50.6vw;
  }
}
.concept__hero--left {
  padding-bottom: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .concept__hero--left {
    padding-right: 35px;
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
.concept__hero--title {
  width: 408px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .concept__hero--title {
    display: none;
  }
  .concept__hero--title.tab {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
.concept__hero--text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .concept__hero--text {
    font-size: 1.4rem;
  }
}
.concept__hero--catch {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .concept__hero--catch {
    font-size: 2.2rem;
    flex-direction: column;
  }
}
.concept__hero--catch span {
  font-family: "Outfit", sans-serif;
  font-size: 3.5rem;
  color: #fff;
  margin-top: -6px;
  margin-right: 10px;
}
.concept__hero--catch span.mr {
  margin-right: 15px;
}
.concept-sec1 {
  padding: 144px 35px;
}
@media screen and (max-width: 767px) {
  .concept-sec1 {
    padding: 48px 35px 70px;
  }
}
.concept-sec1__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.concept-sec1__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .concept-sec1__title {
    font-size: 2.2rem;
  }
}
.concept-sec1__cont {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  margin-top: 120px;
}
.concept-sec1__item {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #707070;
}
.concept-sec1__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.concept-sec1__item:last-of-type {
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .concept-sec1__item {
    flex-direction: column-reverse;
  }
  .concept-sec1__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.concept-sec1__item--title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .concept-sec1__item--title {
    font-size: 1.9rem;
    mb: 16px;
  }
}
.concept-sec1__item--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .concept-sec1__item--text {
    font-size: 1.4rem;
  }
}
.concept-sec1__item--img {
  border-radius: 25px;
  max-width: 305px;
}
@media screen and (max-width: 767px) {
  .concept-sec1__item--img {
    max-width: none;
    margin-bottom: 26px;
  }
}
.concept-sec2 {
  position: relative;
}
.concept-sec2__wrap {
  max-width: 1260px;
  margin: 0 auto;
  position: absolute;
  bottom: 90px;
  left: 170px;
}
@media screen and (max-width: 767px) {
  .concept-sec2__wrap {
    bottom: 40px;
    left: 0;
    padding: 0 35px;
  }
}
.concept-sec2__feature {
  font-size: 4.2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .concept-sec2__feature {
    font-size: 2.2rem;
  }
}
.concept-sec2__title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
.concept-sec3 {
  background-color: #f0f0f0;
  padding: 70px 35px 80px;
}
.concept-sec3__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.concept-sec3__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .concept-sec3__title {
    font-size: 2.2rem;
  }
}
.concept-sec3__cont {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .concept-sec3__cont {
    flex-direction: column;
    align-items: center;
  }
}
.concept-sec3__left {
  max-width: 500px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .concept-sec3__left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .concept-sec3__left {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    max-width: none;
  }
}
.concept-sec3__left--title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .concept-sec3__left--title {
    font-size: 1.9rem;
  }
}
.concept-sec3__left--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .concept-sec3__left--text {
    font-size: 1.4rem;
  }
}
.concept-sec3__left--text a {
  color: #00aaf0;
  margin-top: 10px;
  display: inline-block;
}
.concept-sec3__right {
  max-width: 500px;
  height: 360px;
  overflow: hidden;
  border-radius: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .concept-sec3__right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .concept-sec3__right {
    width: 100%;
    max-width: none;
    height: 100%;
  }
}
.concept-sec3__right img {
  height: 100%;
}
.concept-sec4 {
  padding: 90px 35px;
}
@media screen and (max-width: 767px) {
  .concept-sec4 {
    padding: 42px 35px 70px;
  }
}
.concept-sec4__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.concept-sec4__title {
  font-size: 4.2rem;
  font-family: "Outfit", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .concept-sec4__title {
    font-size: 2.2rem;
  }
}
.concept-sec4__title-sub {
  font-size: 2.5rem;
  text-align: center;
}
.concept-sec4__cont {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .concept-sec4__cont {
    flex-wrap: wrap;
    row-gap: 16px;
    margin-top: 30px;
  }
}
.concept-sec4__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .concept-sec4__item {
    width: calc(50% - 15px);
  }
}
.concept-sec4__item--img {
  margin-bottom: 6px;
}
.concept-sec4__item--text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .concept-sec4__item--text {
    font-size: 1rem;
  }
}
.concept-sec5 {
  padding: 70px 35px 170px;
}
@media screen and (max-width: 767px) {
  .concept-sec5 {
    padding-bottom: 84px;
  }
}
.concept-sec5__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.concept-sec5__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .concept-sec5__title {
    font-size: 2.2rem;
    margin-bottom: 78px;
  }
}
.concept-sec5__cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 100px;
}
@media screen and (max-width: 767px) {
  .concept-sec5__cont {
    row-gap: 64px;
  }
}
.concept-sec5__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
}
.concept-sec5__item--img {
  border-radius: 35px;
  margin-bottom: 30px;
}
.concept-sec5__item--title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .concept-sec5__item--title {
    margin-bottom: 22px;
    font-size: 1.9rem;
  }
}
.concept-sec5__item--text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .concept-sec5__item--text {
    font-size: 1.4rem;
  }
}
.concept__slide {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.concept__slide--img {
  width: calc(20% - 2px);
}
@media screen and (max-width: 767px) {
  .concept__slide--img {
    width: 39.2vw;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    overflow: hidden;
  }
  .slider.sp {
    display: flex !important;
  }
}
.slider__cont {
  display: flex;
}

.content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 35px;
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    padding: 42px 35px 60px;
  }
}
.content-wrapper .page-header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .content-wrapper .page-header {
    margin-top: 30px;
  }
}
.content-wrapper .news-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.content-wrapper .tag-list-single {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.content-wrapper .tag-list-single li {
  font-size: 1.4rem;
  border: 1px solid #676767;
  padding: 3px 16px;
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .content-wrapper .tag-list-single li {
    font-size: 1.2rem;
  }
}
.content-wrapper .page-ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #676767;
}
@media screen and (max-width: 767px) {
  .content-wrapper .page-ttl {
    font-size: 2.2rem;
  }
}
.content-wrapper .meta {
  font-size: 1.6rem;
  font-weight: 500;
}
.content-wrapper #toc_container {
  background-color: #f7f7f7 !important;
  padding: 35px 45px;
  border-radius: 25px;
  border: none !important;
  margin-bottom: 50px;
}
.content-wrapper #toc_container .toc_title {
  text-align: left !important;
}
.content-wrapper #toc_container ul {
  font-size: 1.6rem;
}
.content-wrapper #toc_container li {
  margin-bottom: 15px;
}
.content-wrapper #toc_container li::before {
  display: none !important;
}
.content-wrapper #toc_container a {
  color: #000 !important;
  text-decoration: none !important;
}
.content-wrapper #page-editor .top-img {
  margin-bottom: 40px;
}
.content-wrapper #page-editor strong {
  font-weight: bold;
}
.content-wrapper #page-editor th,
.content-wrapper #page-editor td {
  font-size: 1.6rem;
  padding: 10px !important;
  border-color: #676767;
}
.content-wrapper #page-editor h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #159fe8;
}
.content-wrapper #page-editor h1 strong {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #159fe8;
}
.content-wrapper #page-editor h1 span {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #159fe8;
}
.content-wrapper #page-editor h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.content-wrapper #page-editor h2 strong {
  font-size: 2.8rem;
  font-weight: bold;
}
.content-wrapper #page-editor h2 span {
  font-size: 2.8rem;
  font-weight: bold;
}
.content-wrapper #page-editor h2::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 40px;
  margin-right: 10px;
  background-color: #159fe8;
}
.content-wrapper #page-editor h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-wrapper #page-editor h3 span,
.content-wrapper #page-editor h3 strong {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-wrapper #page-editor h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-wrapper #page-editor h4 span,
.content-wrapper #page-editor h4 strong {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-wrapper #page-editor p {
  font-size: 1.6rem;
  word-wrap: break-word;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .content-wrapper #page-editor p {
    margin-bottom: 25px;
  }
}
.content-wrapper #page-editor ul {
  margin-bottom: 20px;
}
.content-wrapper #page-editor ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 10px;
}
.content-wrapper #page-editor ul li:before {
  border-radius: 50%; /*丸くする*/
  width: 5px; /*点の幅*/
  height: 5px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: 0; /*点の位置*/
  top: 11px; /*点の位置*/
  content: "";
  background: #159fe8; /*点の色*/
}
.content-wrapper #page-editor ol {
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
  margin-bottom: 20px;
}
.content-wrapper #page-editor ol li {
  font-size: 1.6rem;
  padding-left: 30px;
  position: relative;
}
.content-wrapper #page-editor ol li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 0;
  color: #159fe8;
  font-size: 1.6rem;
}
.content-wrapper #page-editor figcaption {
  font-size: 1.6rem;
}
.content-wrapper #page-editor th,
.content-wrapper #page-editor td {
  font-size: 1.6rem;
  padding: 10px !important;
  border-color: #676767;
}
.content-wrapper #page-editor a {
  color: #159fe8 !important;
  text-decoration: underline;
}
.content-wrapper #page-editor a span {
  color: #159fe8 !important;
}
.content-wrapper #page-editor blockquote {
  background-color: #eee;
  padding: 20px 20px 20px 30px;
  margin-bottom: 20px;
  position: relative;
}
.content-wrapper #page-editor blockquote p:last-of-type {
  margin-bottom: 0;
}
.content-wrapper #page-editor blockquote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  width: 5px;
  height: 30px;
  background-color: #555;
}
.content-wrapper #page-editor img {
  width: auto;
  max-width: 100%;
}
.content-wrapper #page-editor iframe {
  width: 100%;
  height: 41.6vw;
}
@media screen and (max-width: 767px) {
  .content-wrapper #page-editor iframe {
    height: 45.8vw;
  }
}
.content-wrapper #page-editor .wp-caption {
  width: 100% !important;
}
.content-wrapper #page-editor .wp-block-table {
  margin-bottom: 20px;
}
.content-wrapper #page-editor .blocks-gallery-item {
  list-style: none !important;
}
.content-wrapper #page-editor .alignnone {
  cursor: pointer;
}
.content-wrapper .related h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .content-wrapper .related h2 {
    margin-top: 50px;
  }
}

.news-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 35px;
}
@media screen and (max-width: 767px) {
  .news-wrapper {
    padding: 42px 35px 60px;
  }
}
.news-wrapper .page-header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .news-wrapper .page-header {
    margin-top: 30px;
  }
}
.news-wrapper .news-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #676767;
  margin-bottom: 30px;
}
.news-wrapper .page-catname {
  font-size: 1.2rem;
  color: #fff;
  background-color: #9f9f9f;
  border-radius: 5px;
  padding: 2px 7px;
}
.news-wrapper .page-ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news-wrapper .page-ttl {
    font-size: 2.2rem;
    margin-bottom: 14px;
  }
}
.news-wrapper .meta {
  font-size: 1.6rem;
  font-weight: 500;
}
.news-wrapper #toc_container {
  background-color: #f7f7f7 !important;
  padding: 35px 45px;
  border-radius: 25px;
  border: none !important;
  margin-bottom: 50px;
}
.news-wrapper #toc_container .toc_title {
  text-align: left !important;
}
.news-wrapper #toc_container ul {
  font-size: 1.6rem;
}
.news-wrapper #toc_container li {
  margin-bottom: 15px;
}
.news-wrapper #toc_container li::before {
  display: none !important;
}
.news-wrapper #toc_container a {
  color: #000 !important;
  text-decoration: none !important;
}
.news-wrapper #page-editor p {
  font-size: 1.6rem;
  word-wrap: break-word;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-wrapper #page-editor p {
    margin-bottom: 25px;
  }
}
.news-wrapper #page-editor strong {
  font-weight: bold;
}
.news-wrapper #page-editor th,
.news-wrapper #page-editor td {
  font-size: 1.6rem;
  padding: 10px !important;
  border-color: #676767;
}
.news-wrapper #page-editor h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #159fe8;
}
.news-wrapper #page-editor h1 strong {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #159fe8;
}
.news-wrapper #page-editor h1 span {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #159fe8;
}
.news-wrapper #page-editor h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-wrapper #page-editor h2 strong {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-wrapper #page-editor h2 span {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-wrapper #page-editor h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-wrapper #page-editor h3 span,
.news-wrapper #page-editor h3 strong {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-wrapper #page-editor h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-wrapper #page-editor h4 span,
.news-wrapper #page-editor h4 strong {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-wrapper #page-editor ul {
  margin-bottom: 20px;
}
.news-wrapper #page-editor ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 10px;
}
.news-wrapper #page-editor ul li:before {
  border-radius: 50%; /*丸くする*/
  width: 5px; /*点の幅*/
  height: 5px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: 0; /*点の位置*/
  top: 11px; /*点の位置*/
  content: "";
  background: #159fe8; /*点の色*/
}
.news-wrapper #page-editor ol {
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
  margin-bottom: 20px;
}
.news-wrapper #page-editor ol li {
  font-size: 1.6rem;
  padding-left: 30px;
  position: relative;
}
.news-wrapper #page-editor ol li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 0;
  color: #159fe8;
  font-size: 1.6rem;
}
.news-wrapper #page-editor a {
  color: #159fe8 !important;
  text-decoration: underline;
}
.news-wrapper #page-editor a span {
  color: #159fe8 !important;
}
.news-wrapper #page-editor figcaption {
  font-size: 1.6rem;
}
.news-wrapper #page-editor blockquote {
  background-color: #eee;
  padding: 20px 20px 20px 30px;
  margin-bottom: 20px;
  position: relative;
}
.news-wrapper #page-editor blockquote p:last-of-type {
  margin-bottom: 0;
}
.news-wrapper #page-editor blockquote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  width: 5px;
  height: 30px;
  background-color: #555;
}
.news-wrapper #page-editor iframe {
  width: 100%;
  height: 41.6vw;
}
@media screen and (max-width: 767px) {
  .news-wrapper #page-editor iframe {
    height: 45.8vw;
  }
}
.news-wrapper #page-editor .wp-block-table {
  margin-bottom: 20px;
}
.news-wrapper #page-editor .blocks-gallery-item::before {
  display: none;
}
.news-wrapper #page-editor .alignnone {
  cursor: pointer;
}
.news-wrapper .related h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .news-wrapper .related h2 {
    margin-top: 50px;
  }
}

.connection {
  background-color: #f0f0f0;
  padding: 90px 35px;
  margin-bottom: 5px;
}

.dealer-wrapper,
.testride_lp_wrap {
  /*****shop****/
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 35px;
  /*.dealer-genre.maintenance .dealer,
  .dealer-genre.dealer .maintenance{
  	display:block;
  }*/
}
@media screen and (max-width: 767px) {
  .dealer-wrapper,
  .testride_lp_wrap {
    padding: 42px 35px 60px;
  }
}
.dealer-wrapper .area-list-wrap,
.testride_lp_wrap .area-list-wrap {
  margin: 3em auto 0;
}
.dealer-wrapper .area-ttl,
.testride_lp_wrap .area-ttl {
  font-weight: bold;
  font-size: 2.5rem;
  border-bottom: solid 2px #000;
  padding-bottom: 18px;
}
.dealer-wrapper ul.area-list-links,
.testride_lp_wrap ul.area-list-links {
  letter-spacing: -0.4em;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .dealer-wrapper ul.area-list-links,
  .testride_lp_wrap ul.area-list-links {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.dealer-wrapper ul.area-list-links li,
.testride_lp_wrap ul.area-list-links li {
  letter-spacing: normal;
  display: inline-block;
  width: 18%;
  text-align: center;
  font-size: 1.2rem;
}
.dealer-wrapper ul.area-list-links li a,
.testride_lp_wrap ul.area-list-links li a {
  font-size: 1.5rem;
  width: 100%;
  display: block;
  padding: 9px 19px;
  text-decoration: none;
  border-radius: 22px;
  background: #fff;
  color: #1797e8;
  position: relative;
  transition: opacity 0.2s ease-out;
  text-align: left;
}
.dealer-wrapper ul.area-list-links li a::before,
.testride_lp_wrap ul.area-list-links li a::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: linear-gradient(to right, #1797e8 0%, #3238ec 100%);
  border-radius: 25px;
  z-index: -1;
}
.dealer-wrapper ul.area-list-links li a::after,
.testride_lp_wrap ul.area-list-links li a::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-blue.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.dealer-wrapper ul.area-list-links li a:hover,
.testride_lp_wrap ul.area-list-links li a:hover {
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  color: #fff;
  opacity: 1;
}
.dealer-wrapper ul.area-list-links li a:hover::after,
.testride_lp_wrap ul.area-list-links li a:hover::after {
  background-image: url(../images/arrow-right-white.svg);
}
.dealer-wrapper .area-list-item span,
.testride_lp_wrap .area-list-item span {
  padding-left: 0.3em;
  color: #1797e8;
}
@media (max-width: 980px) {
  .dealer-wrapper .area-list-wrap,
  .testride_lp_wrap .area-list-wrap {
    margin: 1.5em auto 0;
  }
  .dealer-wrapper .area-ttl,
  .testride_lp_wrap .area-ttl {
    font-size: 1.6rem;
    padding-bottom: 1em;
  }
  .dealer-wrapper ul.area-list-links li,
  .testride_lp_wrap ul.area-list-links li {
    width: calc(33.3333333333% - 6px);
  }
  .dealer-wrapper ul.area-list-links li a,
  .testride_lp_wrap ul.area-list-links li a {
    width: 100%;
    display: block;
    font-size: 1rem;
    text-decoration: none;
    padding: 7px 10px;
  }
}
.dealer-wrapper .dealer-area-wrapper .dealer-icon,
.dealer-wrapper .dealer-area-wrapper .dealer-url,
.dealer-wrapper .dealer-area-wrapper .dealer-genre,
.dealer-wrapper .dealer-area-wrapper .dealer-trial,
.testride_lp_wrap .dealer-area-wrapper .dealer-icon,
.testride_lp_wrap .dealer-area-wrapper .dealer-url,
.testride_lp_wrap .dealer-area-wrapper .dealer-genre,
.testride_lp_wrap .dealer-area-wrapper .dealer-trial {
  display: none;
}
.dealer-wrapper .dealer-area-wrapper .dealer-genre,
.testride_lp_wrap .dealer-area-wrapper .dealer-genre {
  display: flex;
  margin-top: 0.2em;
}
.dealer-wrapper .dealer-area-wrapper .dealer-url,
.testride_lp_wrap .dealer-area-wrapper .dealer-url {
  display: none;
  font-size: 1.2rem;
}
.dealer-wrapper .dealer-area-wrapper .dealer-icon span,
.testride_lp_wrap .dealer-area-wrapper .dealer-icon span {
  display: inline-block;
  width: 28px;
  margin-right: 0.3em;
  opacity: 0.15;
  display: none;
}
.dealer-wrapper .dealer-block.display .dealer-icon span.display,
.dealer-wrapper .dealer-block.trial .dealer-icon span.trial,
.dealer-wrapper .dealer-block.insurance .dealer-icon span.insurance,
.dealer-wrapper .dealer-block.number .dealer-icon span.number,
.dealer-wrapper .dealer-block.maintenance .dealer-icon span.maintenance,
.testride_lp_wrap .dealer-block.display .dealer-icon span.display,
.testride_lp_wrap .dealer-block.trial .dealer-icon span.trial,
.testride_lp_wrap .dealer-block.insurance .dealer-icon span.insurance,
.testride_lp_wrap .dealer-block.number .dealer-icon span.number,
.testride_lp_wrap .dealer-block.maintenance .dealer-icon span.maintenance {
  opacity: 1;
  display: none;
}
.dealer-wrapper .list_item .dealer-icon span.display,
.dealer-wrapper .list_item .dealer-icon span.trial,
.dealer-wrapper .list_item .dealer-icon span.insurance,
.dealer-wrapper .list_item .dealer-icon span.number,
.testride_lp_wrap .list_item .dealer-icon span.display,
.testride_lp_wrap .list_item .dealer-icon span.trial,
.testride_lp_wrap .list_item .dealer-icon span.insurance,
.testride_lp_wrap .list_item .dealer-icon span.number {
  display: none;
}
.dealer-wrapper .list_item.maintenance .dealer-icon span.maintenance,
.testride_lp_wrap .list_item.maintenance .dealer-icon span.maintenance {
  opacity: 1;
  display: none;
}
.dealer-wrapper .dealer-block.trial .dealer-trial,
.dealer-wrapper .list_item.trial .dealer-trial,
.testride_lp_wrap .dealer-block.trial .dealer-trial,
.testride_lp_wrap .list_item.trial .dealer-trial {
  display: inline-block;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 0.75em;
  padding: 0.2em 0.5em;
  margin-top: 0.2em;
}
.dealer-wrapper .dealer-genre .dealer,
.dealer-wrapper .dealer-genre .maintenance,
.testride_lp_wrap .dealer-genre .dealer,
.testride_lp_wrap .dealer-genre .maintenance {
  /*	border:solid 1px #333;
  border-radius:4px;
  font-size:0.75em;
  padding:0 0.5em;*/
}
.dealer-wrapper .genre-wrap,
.testride_lp_wrap .genre-wrap {
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 0em 0.5em 0 0;
  margin: 0.5em 0.5em 0 0;
  display: flex;
}
.dealer-wrapper .list_item.dealer .genre-wrap1,
.dealer-wrapper .list_item.maintenance .genre-wrap1,
.dealer-wrapper .list_item.lom-dealer .genre-wrap2,
.dealer-wrapper .list_item.lom-maintenance .genre-wrap2,
.testride_lp_wrap .list_item.dealer .genre-wrap1,
.testride_lp_wrap .list_item.maintenance .genre-wrap1,
.testride_lp_wrap .list_item.lom-dealer .genre-wrap2,
.testride_lp_wrap .list_item.lom-maintenance .genre-wrap2 {
  border: solid 1px #999;
}
.dealer-wrapper .dealer-genre .type,
.testride_lp_wrap .dealer-genre .type {
  background: #ddd;
  font-size: 0.75em;
  color: #fff;
  padding: 0.7em 0.7em;
  margin-right: 0.3em;
  display: inline-block;
}
.dealer-wrapper .list_item.dealer .genre-wrap1 .type,
.dealer-wrapper .list_item.maintenance .genre-wrap1 .type,
.dealer-wrapper .list_item.lom-dealer .genre-wrap2 .type,
.dealer-wrapper .list_item.lom-maintenance .genre-wrap2 .type,
.testride_lp_wrap .list_item.dealer .genre-wrap1 .type,
.testride_lp_wrap .list_item.maintenance .genre-wrap1 .type,
.testride_lp_wrap .list_item.lom-dealer .genre-wrap2 .type,
.testride_lp_wrap .list_item.lom-maintenance .genre-wrap2 .type {
  background: #333;
}
.dealer-wrapper .genre-icon,
.testride_lp_wrap .genre-icon {
  width: 28px;
  margin-left: 0.3em;
  opacity: 0.12;
}
.dealer-wrapper .genre-icon img,
.testride_lp_wrap .genre-icon img {
  width: auto;
  max-width: 28px;
}
.dealer-wrapper .list_item.dealer .genre-wrap1 .dealer,
.dealer-wrapper .list_item.maintenance .genre-wrap1 .maintenance,
.dealer-wrapper .list_item.tryride .genre-wrap1 .tryride,
.dealer-wrapper .list_item.lom-dealer .genre-wrap2 .dealer,
.dealer-wrapper .list_item.lom-maintenance .genre-wrap2 .maintenance,
.dealer-wrapper .list_item.lom-tryride .genre-wrap2 .tryride,
.testride_lp_wrap .list_item.dealer .genre-wrap1 .dealer,
.testride_lp_wrap .list_item.maintenance .genre-wrap1 .maintenance,
.testride_lp_wrap .list_item.tryride .genre-wrap1 .tryride,
.testride_lp_wrap .list_item.lom-dealer .genre-wrap2 .dealer,
.testride_lp_wrap .list_item.lom-maintenance .genre-wrap2 .maintenance,
.testride_lp_wrap .list_item.lom-tryride .genre-wrap2 .tryride {
  opacity: 1;
}
.dealer-wrapper .dealer-area-wrapper,
.testride_lp_wrap .dealer-area-wrapper {
  margin-bottom: 50px;
}
.dealer-wrapper .dealer-area-block,
.testride_lp_wrap .dealer-area-block {
  vertical-align: top;
  display: none;
}
.dealer-wrapper .dealer-list,
.testride_lp_wrap .dealer-list {
  letter-spacing: -0.4em;
}
.dealer-wrapper .dealer-list .dealer-block,
.testride_lp_wrap .dealer-list .dealer-block {
  letter-spacing: normal;
  display: inline-block;
  width: 31%;
  margin: 1em 2% 0.5em 0;
  font-size: 1.2rem;
  line-height: 1.8;
  border-top: solid 1px #ddd;
  padding-top: 1.5em;
  vertical-align: top;
  display: none;
}
.dealer-wrapper .dealer-list .dealer-block.js_selected,
.testride_lp_wrap .dealer-list .dealer-block.js_selected {
  display: inline-block;
}
.dealer-wrapper .dealer-list .list_item,
.testride_lp_wrap .dealer-list .list_item {
  letter-spacing: normal;
  display: inline-block;
  width: 31%;
  margin: 1em 2% 0.5em 0;
  font-size: 1.2rem;
  line-height: 1.8;
  border-top: solid 1px #ddd;
  padding-top: 1.5em;
  vertical-align: top;
  /*display:none;*/
}
.dealer-wrapper .dealer-list .list_item.js-show,
.testride_lp_wrap .dealer-list .list_item.js-show {
  display: inline-block;
}
.dealer-wrapper .dealer-name,
.testride_lp_wrap .dealer-name {
  font-size: 106%;
  font-weight: 500;
  margin-bottom: 0.3em;
}
.dealer-wrapper .dealer-area-block h2,
.testride_lp_wrap .dealer-area-block h2 {
  font-size: 1em;
  margin-bottom: 0.5em;
  padding-top: 1em;
}
.dealer-wrapper .dealer-list .list_item.is-hide,
.testride_lp_wrap .dealer-list .list_item.is-hide {
  display: none;
}
.dealer-wrapper .dealer-area-block-pref,
.testride_lp_wrap .dealer-area-block-pref {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dealer-wrapper .dealer-area-block-pref h2,
.testride_lp_wrap .dealer-area-block-pref h2 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  padding-top: 0em;
  text-align: center;
  font-weight: normal;
}
.dealer-wrapper .dealer-area-block-pref-back,
.testride_lp_wrap .dealer-area-block-pref-back {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  padding-top: 1.5em;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .dealer-wrapper .dealer-area-block-pref-back,
  .testride_lp_wrap .dealer-area-block-pref-back {
    margin-top: 30px;
  }
}
.dealer-wrapper .dealer-area-block-pref-back i,
.testride_lp_wrap .dealer-area-block-pref-back i {
  padding-right: 0.5em;
}
.dealer-wrapper .dealer-area-block-pref-back a,
.testride_lp_wrap .dealer-area-block-pref-back a {
  text-decoration: none;
}
.dealer-wrapper .dealer-help-wrap,
.testride_lp_wrap .dealer-help-wrap {
  float: right;
  margin-top: -2em;
  margin-right: 1em;
}
.dealer-wrapper .dealer-help,
.testride_lp_wrap .dealer-help {
  display: inline-block;
  font-size: 0.75em;
  vertical-align: middle;
  margin-left: 15px;
}
.dealer-wrapper .genre-help-icon,
.testride_lp_wrap .genre-help-icon {
  width: 28px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 2px;
}
.dealer-wrapper .genre-help-icon img,
.testride_lp_wrap .genre-help-icon img {
  width: auto;
  max-width: 28px;
}
@media (max-width: 980px) {
  .dealer-wrapper .dealer-genre .type,
  .testride_lp_wrap .dealer-genre .type {
    font-size: 0.625em;
    padding: 0.7em 0.6em 0.8em;
  }
  .dealer-wrapper .genre-icon,
  .testride_lp_wrap .genre-icon {
    width: 20px;
    margin-left: 0.3em;
    opacity: 0.25;
  }
  .dealer-wrapper .genre-icon img,
  .testride_lp_wrap .genre-icon img {
    width: auto;
    max-width: 20px;
  }
  .dealer-wrapper .dealer-area-wrapper,
  .testride_lp_wrap .dealer-area-wrapper {
    margin-bottom: 25px;
  }
  .dealer-wrapper .dealer-list .dealer-block,
  .testride_lp_wrap .dealer-list .dealer-block {
    width: 48%;
    font-size: 0.75em;
    margin: 0.5em 2% 0.5em 0;
    padding-top: 0.75em;
  }
  .dealer-wrapper .dealer-list .list_item,
  .testride_lp_wrap .dealer-list .list_item {
    width: 48%;
    font-size: 0.75em;
    margin: 0.5em 2% 0.5em 0;
    padding-top: 0.75em;
  }
  .dealer-wrapper .dealer-area-block h2,
  .testride_lp_wrap .dealer-area-block h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .dealer-wrapper .dealer-area-block-pref h2,
  .testride_lp_wrap .dealer-area-block-pref h2 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .dealer-wrapper .dealer-area-block-pref-back,
  .testride_lp_wrap .dealer-area-block-pref-back {
    font-size: 0.75em;
    margin-bottom: 0;
    padding-top: 1em;
  }
  .dealer-wrapper .dealer-help-wrap,
  .testride_lp_wrap .dealer-help-wrap {
    float: none;
    margin-top: 1em;
    margin-right: 0;
    text-align: center;
  }
  .dealer-wrapper .dealer-help,
  .testride_lp_wrap .dealer-help {
    font-size: 0.625em;
    margin-left: 10px;
  }
  .dealer-wrapper .genre-help-icon,
  .testride_lp_wrap .genre-help-icon {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 2px;
  }
  .dealer-wrapper .genre-help-icon img,
  .testride_lp_wrap .genre-help-icon img {
    max-width: 20px;
  }
}
@media (max-width: 540px) {
  .dealer-wrapper .dealer-list .dealer-block,
  .testride_lp_wrap .dealer-list .dealer-block {
    width: 100%;
    margin: 0.5em 0 0.5em 0;
  }
  .dealer-wrapper .dealer-list .list_item,
  .testride_lp_wrap .dealer-list .list_item {
    width: 100%;
    margin: 0.5em 0 0.5em 0;
  }
}
.dealer-wrapper .dealer_head_wrap,
.testride_lp_wrap .dealer_head_wrap {
  background: #00aaf0;
  padding: 1em 1em;
  text-align: center;
  color: #fff;
}
.dealer-wrapper .dealer_head_wrap a,
.testride_lp_wrap .dealer_head_wrap a {
  color: #fff;
}
@media (max-width: 980px) {
  .dealer-wrapper .dealer_head_wrap,
  .testride_lp_wrap .dealer_head_wrap {
    font-size: 1.2rem;
  }
}
.dealer-wrapper .dealer_head_wrap2,
.testride_lp_wrap .dealer_head_wrap2 {
  /*background:  url("/assets/images/shop/dealer_head_fig.jpg") center center no-repeat;
  background-size: cover;*/
  padding: 3em 1em 0em;
  text-align: center;
  color: #000;
  font-size: 1.4em;
}
@media (max-width: 980px) {
  .dealer-wrapper .dealer_head_wrap2,
  .testride_lp_wrap .dealer_head_wrap2 {
    padding: 2em 1em 0em;
    font-size: 1em;
  }
}
.dealer-wrapper .bl_selectBlock input,
.testride_lp_wrap .bl_selectBlock input {
  display: none;
}
.dealer-wrapper .bl_selectBlock label,
.testride_lp_wrap .bl_selectBlock label {
  display: inline;
}
.dealer-wrapper .bl_selectBlock_check label .el_checkbox,
.testride_lp_wrap .bl_selectBlock_check label .el_checkbox {
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 2px;
  border: 1px solid #999;
}
.dealer-wrapper .bl_selectBlock_check label .el_checkbox:after,
.testride_lp_wrap .bl_selectBlock_check label .el_checkbox:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}
.dealer-wrapper .bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after,
.testride_lp_wrap .bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after {
  background-color: #999;
}
.dealer-wrapper .el_searchResult,
.testride_lp_wrap .el_searchResult {
  margin-top: 10px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .dealer-wrapper .el_searchResult,
  .testride_lp_wrap .el_searchResult {
    font-size: 1.6rem;
  }
}
.dealer-wrapper .bl_selectBlock,
.testride_lp_wrap .bl_selectBlock {
  /*border-bottom: 1px solid #CCC;*/
  padding: 20px 0px 0;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.dealer-wrapper .bl_selectBlock_wrapper_wrapper,
.testride_lp_wrap .bl_selectBlock_wrapper_wrapper {
  /*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;*/
  margin-top: 5px;
  display: none;
}
.dealer-wrapper .bl_selectBlock_check label,
.testride_lp_wrap .bl_selectBlock_check label {
  cursor: pointer;
}
.dealer-wrapper .bl_selectBlock_ttl,
.testride_lp_wrap .bl_selectBlock_ttl {
  color: #999;
  margin-bottom: 5px;
  float: left;
}
.dealer-wrapper .bl_selectBlock_content,
.testride_lp_wrap .bl_selectBlock_content {
  margin-left: 150px;
}
.dealer-wrapper .bl_selectBlock_check,
.testride_lp_wrap .bl_selectBlock_check {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.dealer-wrapper .bl_selectBlock_check:last-child,
.testride_lp_wrap .bl_selectBlock_check:last-child {
  margin-right: 0;
}
.dealer-wrapper .bl_selectBlock_release,
.testride_lp_wrap .bl_selectBlock_release {
  text-align: center;
  color: #555;
  font-size: 1.2rem;
  border: solid 1px #ccc;
  padding: 10px 0;
  max-width: 200px;
  margin: 0.5em auto 0;
  border-radius: 6px;
  display: none;
}
.dealer-wrapper .js_release,
.testride_lp_wrap .js_release {
  cursor: pointer;
}
.dealer-wrapper .js_denominator,
.testride_lp_wrap .js_denominator {
  font-size: 160%;
  margin: 0 0.2em;
}
@media (max-width: 980px) {
  .dealer-wrapper .bl_selectBlock,
  .testride_lp_wrap .bl_selectBlock {
    margin-top: 0px;
    font-size: 0.75em;
  }
  .dealer-wrapper .bl_selectBlock_release,
  .testride_lp_wrap .bl_selectBlock_release {
    font-size: 0.75em;
  }
}
@media (max-width: 540px) {
  .dealer-wrapper .bl_selectBlock_ttl,
  .testride_lp_wrap .bl_selectBlock_ttl {
    float: none;
  }
  .dealer-wrapper .bl_selectBlock_content,
  .testride_lp_wrap .bl_selectBlock_content {
    margin-left: 0px;
  }
}
.dealer-wrapper .dealer-genre,
.testride_lp_wrap .dealer-genre {
  display: flex;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 35px 60px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 40px 35px 65px;
  }
}

.page-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 2.2rem;
  }
}

.align-c {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.p-lom {
  padding: 160px 35px 120px;
}
@media screen and (max-width: 767px) {
  .p-lom {
    padding: 42px 35px 60px;
  }
}
.p-lom__wrap {
  max-width: 770px;
  margin: 0 auto;
}
.p-lom__fv {
  position: relative;
}
.p-lom__fv--logo {
  position: absolute;
  width: 165px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-lom__fv--logo {
    width: 85px;
  }
}
.p-lom__fv--img {
  height: calc(100vh - 130px);
}
.p-lom__logo {
  max-width: 395px;
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-lom__logo {
    max-width: 200px;
  }
}
.p-lom__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-lom__title {
    font-size: 1.9rem;
  }
}
.p-lom__red {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lom__red {
    font-size: 1.6rem;
  }
}
.p-lom__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-lom__text {
    font-size: 1.4rem;
  }
}
.p-lom__line {
  width: 260px;
  margin: 0 auto;
  display: block;
}

.wadai {
  padding: 90px 0 120px;
}
@media screen and (max-width: 767px) {
  .wadai {
    padding: 42px 0 60px;
  }
}
.wadai__top {
  width: 92%;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .wadai__top {
    margin-top: 0;
    width: 100%;
  }
}
.wadai__wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 35px;
}
.wadai__title {
  font-family: "Outfit", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
.wadai__title-sub {
  font-size: 1.5rem;
  text-align: center;
}
.wadai__title-sub.w {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wadai__title-sub {
    font-size: 1.4rem;
  }
}
.wadai__cont {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 90px;
       column-gap: 90px;
  row-gap: 80px;
}
@media screen and (max-width: 767px) {
  .wadai__cont {
    margin-top: 40px;
    flex-direction: column;
  }
}
.wadai__item {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  width: calc(33.3333333333% - 60px);
  max-width: 360px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  align-self: stretch;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .wadai__item {
    width: 100%;
    max-width: none;
  }
}
.wadai__item--img {
  height: 18.794vw;
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .wadai__item--img {
    height: 54.794vw;
    max-height: none;
  }
}
.wadai__item--bottom {
  background-color: #fff;
  padding: 26px 26px 54px;
}
.wadai__item--date {
  font-size: 1.6rem;
  font-weight: 500;
  color: #676767;
  margin-bottom: 18px;
}
.wadai__item--text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.wadai__item--box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.wadai__item--cat {
  font-size: 1.4rem;
  border: 1px solid #676767;
  padding: 3px 16px;
  border-radius: 9px;
}
.wadai__aside {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wadai__aside {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .wadai__aside {
    width: 100%;
    margin-top: 60px;
  }
}
.wadai__aside--cat {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.wadai__aside--name {
  font-size: 1.6rem;
  text-align: center;
  background-color: #151515;
  border-radius: 5px;
  color: #fff;
  padding: 8px 0;
  margin-bottom: 8px;
}
.wadai__aside--item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}
.wadai__aside--item:last-of-type {
  border-bottom: none;
}
.wadai__aside--date {
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.wadai__aside--text {
  font-size: 1.4rem;
}

.modal {
  padding: 80px 0;
}

/* モーダルを開くボタン */
.modal__images {
  display: flex;
  flex-wrap: wrap;
}

.modal__images .modal__image {
  position: relative;
  width: calc((100% - 64px) / 3);
  transition: opacity 0.6s;
}

.modal__images .modal__image:hover {
  opacity: 0.6;
}

.modal__images .modal__trigger {
  cursor: pointer;
}

.modal__images .modal__image:nth-child(3n-1),
.modal__images .modal__image:nth-child(3n) {
  margin-left: 32px;
}

.modal__images .modal__image:nth-child(n+4) {
  margin-top: 32px;
}

.modal__images .modal__image:before {
  display: block;
  padding-top: 66.6666666667%;
  padding-top: 100%;
  content: "";
}

.modal__images .modal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  width: min(100% - 40px, 1000px);
  max-height: calc(100% - 40px);
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
}

.modal__close:hover {
  opacity: 0.6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__content .modal__image img {
  width: 100%;
}/*# sourceMappingURL=page.css.map */