@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: 1125px;
  margin: 0 auto 30px;
  width: 100%;
  flex-wrap: wrap;
}
.support__link a {
  width: 33.3333333333%;
}
.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;
}
.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: 2px 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;
  text-align: center;
  display: block;
}
.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: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #555;
}
.content-wrapper #page-editor img {
  width: auto;
  max-width: 100%;
}
.content-wrapper #page-editor iframe {
  width: 100%;
  height: 51vw;
  max-height: 580px;
}
@media screen and (max-width: 767px) {
  .content-wrapper #page-editor iframe {
    height: 49.2vw;
  }
}
.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 .modal-image {
  cursor: pointer;
}
.content-wrapper #page-editor .aligncenter {
  margin: 0 auto;
  display: block;
}
.content-wrapper #page-editor .aligncenter img {
  display: block;
  margin: 0 auto;
}
.content-wrapper #page-editor .alignleft {
  margin-right: auto;
  display: block;
}
.content-wrapper #page-editor .alignleft img {
  display: block;
  margin-right: auto;
}
.content-wrapper #page-editor .alignright {
  margin-left: auto;
  display: block;
}
.content-wrapper #page-editor .alignright img {
  display: block;
  margin-right: auto;
}
.content-wrapper #page-editor .wp-block-image img {
  width: revert-layer;
}
.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;
  text-align: center;
  display: block;
}
.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: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #555;
}
.news-wrapper #page-editor iframe {
  width: 100%;
  height: 51vw;
  max-height: 580px;
}
@media screen and (max-width: 767px) {
  .news-wrapper #page-editor iframe {
    height: 49.2vw;
  }
}
.news-wrapper #page-editor .wp-block-table {
  margin-bottom: 20px;
}
.news-wrapper #page-editor .blocks-gallery-item::before {
  display: none;
}
.news-wrapper #page-editor .modal-image {
  cursor: pointer;
}
.news-wrapper #page-editor .aligncenter {
  margin: 0 auto;
  display: block;
}
.news-wrapper #page-editor .aligncenter img {
  display: block;
  margin: 0 auto;
}
.news-wrapper #page-editor .alignleft {
  margin-right: auto;
  display: block;
}
.news-wrapper #page-editor .alignleft img {
  display: block;
  margin-right: auto;
}
.news-wrapper #page-editor .alignright {
  margin-left: auto;
  display: block;
}
.news-wrapper #page-editor .alignright img {
  display: block;
  margin-right: auto;
}
.news-wrapper #page-editor .wp-block-image img {
  width: revert-layer;
}
.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;
}

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

#dealer .dealer-top__wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 35px;
}
#dealer .dealer-top__num {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  #dealer .dealer-top__num {
    margin-bottom: 40px;
  }
}
#dealer .dealer-top__num span {
  font-size: 2.5rem;
  font-weight: bold;
}
#dealer .dealer-top__text {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#dealer .dealer-search__box {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  border-bottom: 1px solid #676767;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #dealer .dealer-search__box {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #dealer .dealer-search__box:nth-of-type(2) {
    flex-direction: column;
    row-gap: 15px;
  }
}
#dealer .dealer-search__item {
  display: flex;
  cursor: pointer;
  /* チェック前のボタン */
  /* チェック後のボタン */
}
#dealer .dealer-search__item .dealer-search__span,
#dealer .dealer-search__item .dealer-search__check {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #dealer .dealer-search__item .dealer-search__span {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #dealer .dealer-search__item .dealer-search__span::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    transform: translateX(-50px);
  }
}
#dealer .dealer-search__item input[type=radio],
#dealer .dealer-search__item input[type=checkbox] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}
#dealer .dealer-search__item .dealer-search__span::before,
#dealer .dealer-search__item .dealer-search__check::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 20px;
  margin-right: 5px;
  width: 20px;
  display: inline-block;
  flex-shrink: 0;
}
#dealer .dealer-search__item input[type=radio]:checked + .dealer-search__span::before,
#dealer .dealer-search__item input[type=checkbox]:checked + .dealer-search__check::before {
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}
#dealer .dealer-search__name {
  font-size: 1.4rem;
}
#dealer .dealer-search__name span {
  font-size: 1.2rem;
}
#dealer .dealer-search__img {
  max-height: 130px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #dealer .dealer-search__img {
    max-height: 85px;
  }
}
#dealer .dealer-search__img.img2 {
  margin-top: -10px;
}
#dealer .dealer-search__check {
  align-items: start !important;
}
#dealer .dealer-search__select {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #dealer .dealer-search__select {
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
  }
}
#dealer .dealer-search__text {
  font-size: 1.6rem;
  margin-right: 30px;
}
#dealer .dealer-search__group {
  border: 1px solid #151515;
  border-radius: 20px;
  width: 180px;
  position: relative;
}
#dealer .dealer-search__group::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-bottom.svg);
  width: 10px;
  height: 7px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 15px;
}
#dealer .dealer-search__group select {
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  cursor: pointer;
}
#dealer .dealer-search__btn {
  display: block;
  margin: 0 auto;
  width: 260px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  padding: 14px 19px;
  position: relative;
  text-align: center;
}
#dealer .dealer-archive {
  background-color: #f0f0f0;
  padding: 55px 35px 190px;
}
@media screen and (max-width: 767px) {
  #dealer .dealer-archive {
    padding: 55px 15px 60px;
  }
}
#dealer .dealer-area-cont {
  max-width: 1150px;
  margin: 0 auto 30px;
}
#dealer .dealer-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 37px;
       column-gap: 37px;
  row-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #dealer .dealer-list {
    justify-content: center;
  }
}
#dealer .dealer-list .list_item {
  width: calc(25% - 28px);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #fafafa;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #dealer .dealer-list .list_item {
    width: calc(33.3333333333% - 25px);
  }
}
@media screen and (max-width: 767px) {
  #dealer .dealer-list .list_item {
    width: 100%;
    max-width: 260px;
  }
}
#dealer .dealer-list .list_item.dealer .genre-wrap1 .dealer {
  opacity: 1;
}
#dealer .dealer-list .list_item.maintenance .genre-wrap1 .maintenance {
  opacity: 1;
}
#dealer .dealer-list .list_item.tryride .genre-wrap1 .tryride {
  opacity: 1;
}
#dealer .dealer-list .list_item.lom-dealer .genre-wrap2 .dealer {
  opacity: 2;
}
#dealer .dealer-list .list_item.lom-maintenance .genre-wrap2 .maintenance {
  opacity: 1;
}
#dealer .dealer-list .list_item.lom-tryride .genre-wrap2 .tryride {
  opacity: 1;
}
#dealer .dealer-list .list_item.nfr-dealer .genre-wrap3 .dealer {
  opacity: 2;
}
#dealer .dealer-list .list_item.nfr-maintenance .genre-wrap3 .maintenance {
  opacity: 1;
}
#dealer .dealer-list .list_item.nfr-tryride .genre-wrap3 .tryride {
  opacity: 1;
}
#dealer .dealer-name {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  min-height: 70px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}
#dealer .dealer-name p {
  max-width: 150px;
}
#dealer .dealer-name::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  margin-right: 7px;
}
#dealer .dealer-address {
  color: #159fe8;
  text-decoration: underline;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 10px;
}
#dealer .dealer-url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 10px;
  width: 100%;
}
#dealer .dealer-tel {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 10px;
  margin-bottom: 18px;
}
#dealer .dealer-genre {
  margin-top: auto;
  padding: 0 10px;
}
#dealer .dealer-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
}
#dealer .dealer-check {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 80px;
}
@media screen and (max-width: 1100px) {
  #dealer .dealer-check {
    max-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  #dealer .dealer-check {
    max-width: 80px;
  }
}
#dealer .dealer-check p {
  color: #c1a300;
  font-size: 1rem;
  font-family: "Outfit";
  text-align: center;
}
#dealer .dealer-desc {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
  justify-content: center;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  #dealer .dealer-desc {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 40px;
  }
}
#dealer .dealer-desc__item {
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
#dealer .dealer-desc__item--icon {
  width: 25px;
  height: 25px;
}
#dealer .dealer-desc__item--name {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #dealer .dealer-desc__item--name {
    font-size: 1.3rem;
  }
}
#dealer .genre-wrap {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 4px;
  max-width: 140px;
  margin-bottom: 10px;
}
#dealer .genre-wrap .type {
  font-size: 1.2rem;
  font-weight: bold;
  width: 30px;
  margin-left: 10px;
}
#dealer .genre-icon {
  max-width: 30px;
  opacity: 0.1;
}

.p-nfr {
  padding: 160px 35px 120px;
}
@media screen and (max-width: 767px) {
  .p-nfr {
    padding: 42px 35px 60px;
  }
}
.p-nfr__wrap {
  max-width: 860px;
  margin: 0 auto;
}
.p-nfr__fv {
  position: relative;
}
.p-nfr__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-nfr__fv--logo {
    width: 85px;
  }
}
.p-nfr__fv--img {
  height: calc(100vh - 130px);
}
.p-nfr__logo {
  max-width: 395px;
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-nfr__logo {
    max-width: 200px;
  }
}
.p-nfr__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-nfr__title {
    font-size: 1.9rem;
  }
}
.p-nfr__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-nfr__text {
    font-size: 1.4rem;
  }
}
.p-nfr__banner {
  margin-bottom: 50px;
  max-width: 750px;
  display: block;
  margin: 0 auto 50px;
}
.p-nfr__red {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-nfr__red {
    font-size: 2.8rem;
  }
}
.p-nfr__line {
  width: 260px;
  margin: 0 auto;
  display: block;
}
.p-nfr__btn {
  display: block;
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-nfr__btn {
    width: 95%;
  }
}
.p-nfr__box {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-nfr__box {
    flex-direction: column;
    row-gap: 20px;
  }
}

.corporate__btn {
  max-width: 550px;
  display: block;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .corporate__btn {
    margin-top: 30px;
  }
}

.p-tob__section {
  display: none;
}
.p-tob__section.active {
  display: block;
}
.p-tob__wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-tob__wrap {
    padding: 30px 0;
  }
}
.p-tob__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-tob__text {
    font-size: 1.4rem;
  }
}
.p-tob__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0;
  width: 100%;
  max-width: 720px;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-tob__contact {
    flex-direction: column;
    margin: 2.5rem 0;
  }
}
.p-tob__contact p {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-tob__contact p {
    font-size: 1.6rem;
  }
}
.p-tob__tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-tob__tab {
    flex-direction: column;
    gap: 0;
  }
}
.p-tob__tab li {
  width: 50%;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #676767;
  padding: 5% 2%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-tob__tab li {
    width: 100%;
  }
}
.p-tob__tab li:hover, .p-tob__tab li.active {
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
}
.p-tob__fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-tob__fv--img {
    height: 30vh;
  }
}
.p-tob__fv--title {
  position: absolute;
  z-index: 5;
  top: 12%;
  width: 100%;
  left: 0;
}
.p-tob__fv--title h2 {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-tob__fv--title h2 {
    font-size: 3rem;
  }
}
.p-tob__fv--title img {
  width: 20%;
}
.p-tob__sec1--catch {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-tob__sec1--catch {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.p-tob__sec1--catch small {
  display: block;
  margin-top: 0.5rem;
  color: #ee7055;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-tob__sec1--catch small {
    font-size: 1.8rem;
  }
}
.p-tob__sec2 {
  background: #f0f0f0;
}
.p-tob__case {
  margin-bottom: 5rem;
}
.p-tob__case--title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-tob__case--title {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.p-tob__case--title span {
  font-family: "Outfit", sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #3238ec 0%, #159fe8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-tob__case--title span {
    font-size: 3.5rem;
  }
}
.p-tob__case--box {
  display: flex;
  justify-content: space-between;
}
.p-tob__case--item {
  display: block;
  width: 100%;
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  .p-tob__case--item {
    margin: 2rem auto;
  }
}
.p-tob__case--item h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-tob__case--item h3 {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.p-tob__case--item img {
  box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.28);
}
.p-tob__case--item a {
  color: #159fe8;
  text-decoration: underline;
}
.p-tob__case:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8%;
}
@media screen and (max-width: 767px) {
  .p-tob__case:last-child {
    flex-direction: column;
  }
}
.p-tob__case:last-child .p-tob__left {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-tob__case:last-child .p-tob__left {
    width: 100%;
  }
}
.p-tob__case:last-child .p-tob__right {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-tob__case:last-child .p-tob__right {
    width: 100%;
  }
}
.p-tob__sec3--logo {
  width: 45%;
  height: auto;
  margin: 8% 0 4%;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--logo {
    width: 90%;
    display: block;
    margin: 10% auto 3%;
  }
}
.p-tob__sec3--wrap1 {
  background: #f8f5ed;
  position: relative;
}
.p-tob__sec3--wrap1__cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8% 0;
}
.p-tob__sec3--wrap1__image {
  position: absolute;
  top: 2%;
  right: 0;
  width: 44vw;
  height: auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap1__image {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap1 h3 {
    text-align: center;
    margin: 1rem 0 3rem;
  }
}
.p-tob__sec3--wrap2 {
  background: #237c7f;
  position: relative;
  text-align: center;
  color: #fff;
}
.p-tob__sec3--wrap2__cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8% 0 0;
}
.p-tob__sec3--wrap2 h4 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap2 h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-tob__sec3--wrap2 .p-tob__sec1--catch {
  color: #fff;
}
.p-tob__sec3--wrap2 .p-tob__sec1--catch span {
  font-weight: inherit;
  color: #fec63f;
}
.p-tob__sec3--wrap2 ul {
  position: relative;
}
.p-tob__sec3--wrap2 ul li {
  width: 45%;
  position: relative;
  display: block;
  margin-top: -3%;
}
.p-tob__sec3--wrap2 ul li:nth-child(even) {
  margin-left: auto;
}
.p-tob__sec3--wrap2 ul li:nth-child(1) {
  left: 10%;
}
.p-tob__sec3--wrap2 ul li:nth-child(2) {
  right: 7%;
  top: -3rem;
}
.p-tob__sec3--wrap2 ul li:nth-child(3) {
  top: -10rem;
}
.p-tob__sec3--wrap2 ul li:nth-child(4) {
  top: -14rem;
  right: 16%;
}
.p-tob__sec3--wrap2 ul li:nth-child(5) {
  top: -16rem;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap2 ul li {
    position: static;
    margin: 0.5rem auto 0rem;
    width: 90%;
  }
}
.p-tob__sec3--wrap2__box {
  max-width: 580px;
  background: #fff;
  margin: auto;
  padding: 2rem;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1d6669;
  position: relative;
  top: 7rem;
  box-shadow: 7px 8px 0 2px;
  margin-top: -12rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap2__box {
    margin-top: -2rem;
    font-size: 2.2rem;
    width: 90%;
    margin-bottom: 8rem;
  }
}
.p-tob__sec3--wrap2__box span {
  font-weight: inherit;
  color: #ee7055;
}
.p-tob__sec3--wrap3 {
  position: relative;
}
.p-tob__sec3--wrap3__cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12% 0;
}
.p-tob__sec3--wrap3__cont p:not(li p) {
  max-width: 800px;
  margin: 2rem auto 7rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap3__cont p:not(li p) {
    margin: 4rem auto;
  }
}
.p-tob__sec3--wrap3__cont p:not(li p) img {
  width: 160px;
  display: block;
  margin: auto;
}
.p-tob__sec3--wrap3 .p-tob__sec1--catch {
  text-align: center;
}
.p-tob__sec3--wrap3 .p-tob__sec1--catch strong {
  display: block;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap3 .p-tob__sec1--catch strong {
    font-size: 2rem;
  }
}
.p-tob__sec3--wrap3 .p-tob__sec1--catch span {
  font-weight: inherit;
  color: #ee7055;
}
.p-tob__sec3--wrap3 strong.point {
  font-size: 3.2rem;
  display: block;
  font-family: "Outfit";
  margin: 2rem auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  color: #237c7f;
  border: 3px solid #237c7f;
  letter-spacing: 1px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap3 strong.point {
    font-size: 2.2rem;
    border-radius: 12px;
    margin-bottom: 1rem;
  }
}
.p-tob__sec3--wrap3 strong.point span {
  font-weight: inherit;
  color: #ee7055;
  padding-left: 1rem;
}
.p-tob__sec3--wrap3 h3 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1d6669;
  text-align: center;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap3 h3 {
    font-size: 2.5rem;
    padding: 2rem 0;
  }
}
.p-tob__sec3--wrap3 h3 span {
  font-weight: inherit;
  color: #ee7055;
}
.p-tob__sec3--wrap3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem 5rem;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap3 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    display: grid;
  }
}
.p-tob__sec3--wrap3 ul li {
  background: #f8f5ed;
  border-radius: 25px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 300px;
  height: -moz-max-content;
  height: max-content;
  min-height: 430px;
  overflow: hidden;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap3 ul li {
    min-height: 340px;
    margin: auto;
  }
}
.p-tob__sec3--wrap3 ul li h5 {
  background: #ffc63f;
  font-family: "Outfit", sans-serif;
  color: #227777;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.8rem 2rem;
}
.p-tob__sec3--wrap3 ul li img {
  width: 40%;
  display: block;
  margin: 2rem auto;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-tob__sec3--wrap3 ul li h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 1rem;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-tob__sec3--wrap3 ul li p {
  padding: 0.5rem 2rem 1.2rem;
}
.p-tob__sec3--wrap3__image {
  position: relative;
  width: 62vw;
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-top: -10%;
  top: 5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap3__image {
    margin-top: -3rem;
    width: 90%;
    margin-left: 0;
    top: 4rem;
  }
}
.p-tob__sec3--wrap4 {
  background: #f8f5ed;
  position: relative;
}
.p-tob__sec3--wrap4__cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 0;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__cont {
    padding: 10% 0;
  }
}
.p-tob__sec3--wrap4__cont h3 {
  padding-top: 15%;
}
.p-tob__sec3--wrap4__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__flex {
    flex-direction: column;
    gap: 0;
  }
}
.p-tob__sec3--wrap4__image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__image {
    width: 90%;
    position: relative;
    z-index: 2;
  }
}
.p-tob__sec3--wrap4__list {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__list {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-tob__sec3--wrap4__list h4 {
  margin: 2rem 0;
}
.p-tob__sec3--wrap4__list h4 span {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__list h4 span {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    margin-left: auto;
    color: #237c7f;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__list h4 {
    padding: 10% 0;
    position: relative;
    z-index: 1;
    width: 42vw;
    padding-right: 12%;
  }
  .p-tob__sec3--wrap4__list h4::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: #ffc63f;
    left: -12%;
    width: 42vw;
    height: 50vh;
    bottom: -2vh;
  }
}
.p-tob__sec3--wrap4__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__list ul {
    gap: 0;
    position: relative;
  }
}
.p-tob__sec3--wrap4__list ul li {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__list ul li {
    font-size: 1.6rem;
    text-align: center;
    padding: 0 1rem;
    width: 100%;
    margin: auto;
  }
}
.p-tob__sec3--wrap4__list ul li img {
  position: relative;
  left: 0;
  top: 1rem;
  margin-right: 1rem;
  width: 52px;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__list ul li img {
    display: block;
    width: 120px;
    margin: 1rem auto 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap4__list ul li:first-child {
    position: absolute;
    top: -24%;
    left: 25%;
  }
}
.p-tob__sec3--wrap5 {
  position: relative;
}
.p-tob__sec3--wrap5__cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 5% 0 10%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap5__cont {
    padding: 10% 0;
  }
}
.p-tob__sec3--wrap5__cont p {
  width: 40%;
  max-width: 450px;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap5__cont p {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-tob__sec3--wrap5__cont p small {
  font-size: 60%;
}
.p-tob__sec3--wrap5 img {
  width: 65vw;
  position: absolute;
  right: -10vw;
  bottom: -15%;
  max-width: 850px;
  height: 75vh;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  -o-object-position: bottom right;
     object-position: bottom right;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap5 img {
    position: relative;
    height: auto;
    width: 110%;
    left: 2rem;
    top: 8rem;
    margin-top: -6rem;
  }
}
.p-tob__sec3--wrap6 {
  background: #fec63f;
  position: relative;
}
.p-tob__sec3--wrap6__cont {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 5% 0;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap6__cont {
    padding: 20% 0 10%;
  }
}
.p-tob__sec3--wrap6__cont div {
  font-size: 2.5rem;
  color: #237c7f;
  font-weight: 600;
  text-align: center;
  margin: 4rem 0;
}
.p-tob__sec3--wrap6__cont div img,
.p-tob__sec3--wrap6__cont div iframe {
  margin: 1rem 0;
}
.p-tob__sec3--wrap6 h3 {
  text-align: center;
}
.p-tob__sec3--wrap6 h4 a {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap6 h4 a {
    font-size: 1.8rem;
  }
}
.p-tob__sec3--wrap6 iframe {
  aspect-ratio: 2/1.4;
  height: auto;
}
.p-tob__sec3--wrap7 {
  background: #f8f5ed;
  position: relative;
}
.p-tob__sec3--wrap7__cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 5% 0;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap7__cont {
    padding: 10% 0;
  }
}
.p-tob__sec3--wrap7__list {
  background: #fff;
  padding: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap7__list {
    padding: 2rem;
    margin-top: 4rem;
  }
}
.p-tob__sec3--wrap7__list h4 {
  text-align: center;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap7__list h4 {
    font-size: 2.1rem;
  }
}
.p-tob__sec3--wrap7__list table {
  width: 100%;
  max-width: 900px;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap7__list table {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap7__list table tr {
    border-bottom: 1px solid #676767;
  }
}
.p-tob__sec3--wrap7__list table tr.old {
  filter: grayscale(1.5);
  opacity: 0.7;
}
.p-tob__sec3--wrap7__list table tr.old .banner__btn {
  display: none;
}
.p-tob__sec3--wrap7__list table td {
  vertical-align: middle;
  border-bottom: 1px solid #676767;
  padding: 1.5rem 1rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap7__list table td {
    display: block;
    width: 100%;
    padding: 0.2rem 0;
    font-size: 1.4rem;
    border: none;
    margin: 0;
  }
}
.p-tob__sec3--wrap7__list table td span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #237c7f;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap7__list table td span {
    width: 42px;
    height: 42px;
  }
}
.p-tob__sec3--wrap7__list table td .banner__btn {
  width: 180px;
  margin: auto;
  padding: 10px 0 10px 10px;
}
.p-tob__sec3--wrap7__list table td .banner__btn img {
  height: 100%;
}
.p-tob__sec3--wrap7__list table td .banner__btn--bg {
  border-radius: 44px;
  background: #fff;
}
.p-tob__sec3--wrap7__list table td .banner__btn p::after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap7__list table td .banner__btn {
    margin-bottom: 2rem;
  }
}
.p-tob__sec3--wrap7__list table .new {
  color: #f8bc47;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-tob__sec3--wrap7__list table .new {
    font-size: 2.2rem;
  }
}
.p-tob__sec3--wrap7__list .viewall {
  display: block;
  margin: 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-tob__sec3--wrap7__list .viewall::after {
  position: absolute;
  right: -2.2rem;
  content: "＞";
  display: block;
  top: 0;
  font-size: 1.8rem;
  font-weight: 300;
  transform: rotateY(45deg);
  rotate: 90deg;
}
.p-tob__sec3 .border {
  font-weight: inherit;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 50%, #fec63f 50%);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position-y: 80%;
}
.p-tob__banner {
  background: linear-gradient(270deg, #159fe8 20%, #3434ed 70%);
  padding: 3rem 0;
}
.p-tob__banner p,
.p-tob__banner a {
  color: #fff;
}
.p-tob__banner .contact__btn {
  background: none;
  border: 2px solid #fff;
  padding: 11.5px 19px;
}

.contact__btn {
  display: block;
  width: 260px;
  border-radius: 25px;
  padding: 13.5px 19px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  margin: 0 auto;
  color: #fff;
}
.contact__btn p {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
}
.contact__btn p::after {
  content: "";
  background: url(../images/arrow-right-white.svg) no-repeat;
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=page.css.map */