/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 04:09:34 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
/* サイトの基本のカラー */
/* 売りたい */
/* 買いたい */
/* サイトの基本：マウスオーバー */
/* 売りたい：マウスオーバー */
/* 買いたい：マウスオーバー */
/* サイトの基本：マウスオーバー */
/* 売りたい：マウスオーバー */
/* 買いたい：マウスオーバー */
/* サイトの基本：マウスオーバー */
/* 売りたい：マウスオーバー */
/* 買いたい：マウスオーバー */
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/*共通の処理*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1199px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 639px) {
  .tb-pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1200px) {
  .tb-sp {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .tb {
    display: block !important;
  }
  .pc-and-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1301px) {
  .w1300-br {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*マージン*/
.mlr-05 {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.mlr-03 {
  margin-right: -0.3em;
  margin-left: -0.3em;
}

.mlr-01 {
  margin-right: -0.1em;
  margin-left: -0.1em;
}

@media screen and (max-width: 700px) {
  .mlr0-sp {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 700px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 700px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 700px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1199px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 700px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1199px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 700px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 700px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1199px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 700px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1199px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 700px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1199px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 700px) {
  .mb80 {
    margin-bottom: 30px !important;
  }
}

/*テキストアライン*/
.center {
  text-align: center !important;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.preparation-text {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 700px) {
  .preparation-text {
    margin: 40px 0 0 0;
  }
}

.header-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 100px;
  padding: 5px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 700px) {
  .header-wrap {
    height: 60px;
    top: 0px;
  }
}

.site-logo-img {
  max-width: 190px;
  width: 100%;
  padding: 15px 0 0 15px;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .site-logo-img {
    padding: 15px 0 0 5px;
    max-width: 160px;
  }
}
@media screen and (max-width: 700px) {
  .site-logo-img {
    max-width: 110px;
    padding: 8px 0 0 5px;
  }
}

.header-nav {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .header-nav {
    width: 100%;
    margin-bottom: 10px;
  }
}
.header-nav__list {
  display: flex;
  align-items: flex-end;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  .header-nav__list {
    flex-wrap: wrap;
    margin-left: 3em !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 700px) {
  .header-nav__list {
    margin-left: 0;
    justify-content: flex-end;
    top: 0 !important;
  }
}
.header-nav__list__item {
  margin-right: 48px;
}
@media screen and (max-width: 1500px) {
  .header-nav__list__item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .header-nav__list__item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .header-nav__list__item {
    margin-right: 18px;
  }
}
.header-nav__list a {
  color: #000;
}
.header-nav__icon {
  position: relative;
  padding-left: 28px;
}
.header-nav__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  margin: auto;
}
.header-nav__icon.corporation::before {
  background-image: url(/app/uploads/sites/566/2021/10/icon-building.svg);
  background-size: 16px 18px;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  top: 0px;
}
.header-nav__icon.history::before {
  background-image: url(/app/uploads/sites/566/2021/10/icon-note.svg);
  background-size: 18px 14px;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  top: 3px;
}
.header-nav__icon.favorite::before {
  background-image: url(/app/uploads/sites/566/2021/10/icon-heart.svg);
  background-size: 16px 14px;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  top: 2px;
}
.header-nav__icon.shop::before {
  background-image: url(/app/uploads/sites/566/2021/10/icon-shop.svg);
  background-size: 15px 14px;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  top: 4px;
}
.header-nav__icon.recruit::before {
  background-image: url(/app/uploads/sites/566/2025/06/icon-recruit.svg);
  background-size: 16px 17px;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  top: 1px;
}
@media screen and (max-width: 700px) {
  .header-nav__icon {
    padding-left: 0;
  }
  .header-nav__icon img {
    display: block;
    width: 18px;
    height: 18px;
  }
}

.header-nav__group-logo {
  width: 138px;
  height: 64px;
  margin: 12px 28px 0 0;
}
@media screen and (max-width: 1199px) {
  .header-nav__group-logo {
    width: 100px;
    margin: 20px 20px 0 0;
  }
}
.header-nav__group-logo a {
  transition: 0.3s;
}
.header-nav__group-logo a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 640px) {
  .header-nav-btn {
    display: flex;
    width: 317px;
  }
}
.header-nav-btn a {
  display: block;
}

.header-nav-btn__sell {
  background-color: #1a68b8;
  width: 90px;
  height: 90px;
  position: relative;
  text-align: center;
  padding-top: 19px;
  margin-right: 1px;
}
.header-nav-btn__sell::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #ffffff transparent;
}
.header-nav-btn__sell img {
  width: 37px;
  height: 53px;
}

.header-nav-btn__buy {
  background-color: #408c16;
  width: 90px;
  height: 90px;
  position: relative;
  text-align: center;
  padding-top: 19px;
  margin-right: 1px;
}
.header-nav-btn__buy::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #ffffff transparent;
}
.header-nav-btn__buy img {
  width: 37px;
  height: 53px;
}

.header-nav-btn__contact {
  margin: 0 1px 0 0;
}
.header-nav-btn__contact__list {
  list-style: none;
  padding: 0;
}
.header-nav-btn__contact__list a {
  display: block;
  background-color: #b50216;
  width: 44px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 700px) {
  .header-nav-btn__contact__list a {
    width: 50px;
    height: 50px;
  }
}
.header-nav-btn__contact__list a img {
  display: block;
}
.header-nav-btn__contact__list a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #ffffff transparent;
}
.header-nav-btn__contact__list a.header-nav-btn__contact__list__tel img {
  width: 14px;
  height: 19px;
}
.header-nav-btn__contact__list a.header-nav-btn__contact__list__mail img {
  width: 18px;
  height: 14px;
}
.header-nav-btn__contact__list:first-child {
  margin-bottom: 1px;
}

.header-nav__sp-wrap {
  display: flex;
}
@media screen and (max-width: 700px) {
  .header-nav__sp-wrap .header-nav-btn__contact {
    display: flex;
  }
  .header-nav__sp-wrap .header-nav-btn__contact__list:first-child {
    margin-right: 1px;
  }
}

.header-nav-btn__menu {
  display: block;
  width: 90px;
  height: 90px;
  background-color: #b50216;
  position: relative;
}
@media screen and (max-width: 700px) {
  .header-nav-btn__menu {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav-btn__menu:hover {
    background: #9a0314;
  }
}
.header-nav-btn__menu .close {
  background: transparent;
}
.header-nav-btn__menu .close:before, .header-nav-btn__menu .close:after {
  margin-top: 0;
}
.header-nav-btn__menu .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header-nav-btn__menu .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.header-nav-btn__menu__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 36px;
  height: 2px;
  margin: -1px auto 0 auto;
  background: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 700px) {
  .header-nav-btn__menu__line {
    width: 16px;
  }
}
.header-nav-btn__menu__line:before, .header-nav-btn__menu__line:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .header-nav-btn__menu__line:before, .header-nav-btn__menu__line:after {
    width: 16px;
  }
}
.header-nav-btn__menu__line:before {
  margin-top: -13px;
}
@media screen and (max-width: 700px) {
  .header-nav-btn__menu__line:before {
    margin-top: -6px;
  }
}
.header-nav-btn__menu__line:after {
  margin-top: 11px;
}
@media screen and (max-width: 700px) {
  .header-nav-btn__menu__line:after {
    margin-top: 4px;
  }
}

.footer {
  background-color: #b50216;
  padding: 100px 0 115px 0;
  color: #fff;
  font-size: 0.8125rem;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 80px 0 80px 0;
  }
}
@media screen and (max-width: 700px) {
  .footer {
    padding: 40px 0 120px 0 !important;
  }
}

.footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .footer-wrap {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-wrap__left {
  width: 30%;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .footer-wrap__left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.footer-wrap__right {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .footer-wrap__right {
    width: 100%;
  }
}

.footer-logo01 {
  max-width: 281px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  .footer-logo01 {
    max-width: 200px;
    margin: 0 auto 16px;
  }
}

.footer-logo02 {
  max-width: 300px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  .footer-logo02 {
    max-width: 200px;
    margin: 0 auto 16px;
  }
}

.footer-address {
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .footer-address {
    text-align: center;
  }
}

.copyright {
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .copyright {
    text-align: center;
    font-size: 0.6875rem;
  }
}

.footer-shop__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  .footer-shop__title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-shop__title img {
  max-width: 197px;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .footer-shop__title img {
    max-width: 160px;
  }
}

.footer-shop__list {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 700px) {
  .footer-shop__list {
    justify-content: center;
    margin-bottom: 5px;
  }
}
.footer-shop__list__item {
  padding: 0;
  list-style: none;
}
.footer-shop__list__item a {
  color: #fff;
  position: relative;
  padding-left: 1em;
  line-height: 1;
  font-size: 0.875rem;
}
@media screen and (max-width: 700px) {
  .footer-shop__list__item a {
    font-size: 0.6875rem;
    padding-left: 0.5em;
  }
}
.footer-shop__list__item:not(:last-child) a {
  padding-right: 1em;
}
@media screen and (max-width: 700px) {
  .footer-shop__list__item:not(:last-child) a {
    padding-right: 0.5em;
  }
}
.footer-shop__list__item:not(:last-child) a::after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -3px;
  margin: auto;
  color: #fff;
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .footer-nav {
    justify-content: center;
    margin: 16px 0 24px 0;
  }
}
.footer-nav__item:not(:last-child) {
  margin-right: 28px;
}
@media screen and (max-width: 700px) {
  .footer-nav__item:not(:last-child) {
    margin-right: 10px;
  }
}
.footer-nav a {
  color: #fff;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 700px) {
  .footer-nav a {
    font-size: 0.6875rem;
    padding-left: 20px;
  }
}
.footer-nav a::before, .footer-nav a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.footer-nav--arrow::before {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.footer-nav--arrow::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 3px !important;
}
.footer-nav--company::before {
  background-image: url(/app/uploads/sites/566/2021/10/open-icon.png);
  background-size: 15px 14px;
  width: 15px;
  height: 14px;
}

.fare-floting {
  position: fixed;
  right: 30px;
  bottom: 50px;
  transition: 0.3s;
  width: 220px;
  height: 200px;
  box-shadow: 0px 0px 0px 0px #777777 !important;
  box-shadow: 0px 0px 15px -5px #777777;
  z-index: 10;
  opacity: 0;
  -webkit-animation: fl-anime 0.8s ease 0.8s 1 forwards;
  animation: fl-anime 0.8s ease 0.8s 1 forwards;
}
@media screen and (max-width: 700px) {
  .fare-floting {
    width: 120px !important;
    height: 109px !important;
    right: 5px;
    bottom: 90px !important;
    z-index: 100;
  }
}
@media screen and (min-width: 1200px) {
  .fare-floting:hover {
    opacity: 0.98;
    transform: translateY(-4px);
  }
}
.fare-floting-close {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .fare-floting-close {
    top: -18px !important;
    left: -18px;
    width: 28px;
    height: 28px;
  }
}
.fare-floting a {
  display: block;
  z-index: 10;
}
.fare-floting a:hover img {
  transform: scale(1);
}

@-webkit-keyframes fl-anime {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fl-anime {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fare-floting__list {
  padding-left: 0 !important;
  margin: 0 !important;
}
.fare-floting__list__item {
  list-style: none !important;
}
@media screen and (max-width: 700px) {
  .fare-floting__list .slick-dots {
    bottom: -12px;
  }
}
.fare-floting__list .slick-dots li {
  width: 10px;
  height: 10px;
}
.fare-floting__list .slick-dots li button {
  background-color: #666 !important;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.fare-floting__list .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.fare-floting__list .slick-dots li.slick-active button::before {
  background-color: #ccc !important;
}

.menu-title {
  margin-top: 100px !important;
  height: 240px;
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_defo.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .menu-title {
    height: 120px;
    margin-top: 60px !important;
  }
}
.menu-title.sell {
  background-image: url(/wp-content/uploads/sites/566/2021/11/titleback_about.jpg);
}
.menu-title.urubai {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_urubai.jpg);
}
.menu-title.about {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_about.jpg);
}
.menu-title.contact {
  background-image: url(/wp-content/uploads/sites/566/2021/11/titleback_about.jpg);
}
.menu-title.buy {
  background-image: url(/wp-content/uploads/sites/566/2021/11/titleback_buy.jpg);
}
.menu-title.store {
  background-image: url(/wp-content/uploads/sites/566/2021/10/titleback_store.jpg);
}
.menu-title.store-otemon {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_otemon.jpg);
}
.menu-title.store-otemon02 {
  background-image: url(/wp-content/uploads/sites/566/2023/12/titleback_store.jpg);
}
.menu-title.store-tenjin {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_tenjin.jpg);
}
.menu-title.store-hirao {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_hirao.jpg);
}
.menu-title.store-ohashi {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_ohashi.jpg);
}
.menu-title.store-hakata {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_hakata.jpg);
}
.menu-title.store-kashii {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_kashii.jpg);
}
.menu-title.store-kokura {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_kokura.jpg);
}
.menu-title.store-jonan {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_jonan.jpg);
}
.menu-title.store-nishijin {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_nishijin.jpg);
}
.menu-title.store-meinohama {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_meinohama.jpg);
}
.menu-title.store-onojo {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_onojo.jpg);
}
.menu-title.store-futsukaichi {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_futsukaichi.jpg);
}
.menu-title.store-ogori {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_ogori.jpg);
}
.menu-title.store-kurume {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_store_kurume.jpg);
}
.menu-title.faq {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_faq.jpg);
}
.menu-title.media {
  background-image: url(/wp-content/uploads/sites/566/2023/05/titleback_media.jpg);
}
.menu-title.pickupstaff {
  background-image: url(/wp-content/uploads/sites/566/2021/11/titleback_pickup.jpg);
}
.menu-title.recruit {
  background-image: url(/wp-content/uploads/sites/566/2021/12/titleback_recruit.jpg);
}
.menu-title.channel {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_channel.jpg);
}
.menu-title.story {
  background-image: url(/wp-content/uploads/sites/566/2021/12/titleback_story.jpg);
}
.menu-title.howto-buy {
  background-image: url(/wp-content/uploads/sites/566/2021/11/titleback_sell_howto.jpg);
}
.menu-title.howto {
  background-image: url(/wp-content/uploads/sites/566/2021/11/titleback_howto.jpg);
}
.menu-title.useful {
  background-image: url(/wp-content/uploads/sites/566/2021/12/titleback_useful.jpg);
}
.menu-title.remuneration {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_remuneration.jpg);
}
.menu-title.repeater {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_repeater.jpg);
}
.menu-title.flow {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_flow.jpg);
}
.menu-title.sanlyan {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_sanlyan.jpg);
}
.menu-title.feature {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_feature.jpg);
}
.menu-title.residence {
  background-image: url(/wp-content/uploads/sites/566/2022/01/titleback_residence.jpg);
}
.menu-title__wrap {
  overflow: hidden;
}
.menu-title__data {
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 550px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 60px;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .menu-title__data {
    padding-left: 20px;
    max-width: 70%;
    margin-left: -10px;
  }
}
.menu-title__data.buy {
  background-color: rgba(64, 140, 22, 0.75);
}
.menu-title__data.sell {
  background-color: rgba(26, 104, 184, 0.75);
}
.menu-title__data__inner {
  padding-top: 10px;
}
.menu-title__data__main {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 12px !important;
}
@media screen and (max-width: 700px) {
  .menu-title__data__main {
    font-size: 1.125rem;
    margin-bottom: 8px !important;
  }
}
.menu-title__data__sub {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 10px !important;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .menu-title__data__sub {
    margin-bottom: 8px !important;
    font-size: 0.75rem;
  }
}
.menu-title__data__en {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 !important;
}

.menu-title__data__icon {
  width: 270px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .menu-title__data__icon {
    width: 60px;
    height: 60px;
    margin-right: calc((30% - 60px) / 2);
  }
}
.menu-title__data__icon.buy {
  background-color: #408c16;
}
.menu-title__data__icon.sell {
  background-color: #1a68b8;
}
.menu-title__data__icon__wrap {
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .menu-title__data__icon__wrap {
    width: 40px;
    height: 40px;
  }
}
.menu-title__data__icon__wrap img {
  display: block;
  width: 56px;
}
@media screen and (max-width: 700px) {
  .menu-title__data__icon__wrap img {
    width: 20px;
  }
}

.sectitle01 {
  position: relative;
  padding-top: 40px;
  margin-bottom: 56px;
}
@media screen and (max-width: 700px) {
  .sectitle01 {
    padding-top: 24px;
    margin-bottom: 30px;
  }
}
.sectitle01::before, .sectitle01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sectitle01::before {
  width: 200px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 700px) {
  .sectitle01::before {
    width: 30%;
  }
}
.sectitle01::after {
  width: 80px;
  height: 3px;
  top: 1px;
  background-color: #000;
}
@media screen and (max-width: 700px) {
  .sectitle01::after {
    width: 8%;
    height: 2px;
  }
}
.sectitle01.about-group {
  padding-top: 0;
}
.sectitle01.about-group::before, .sectitle01.about-group::after {
  display: none;
}
.sectitle01.sell-top::before {
  background-color: #1a68b8;
}
.sectitle01.sell-top::after {
  background-color: #1a68b8;
}
.sectitle01.sell-top--anshin {
  margin-bottom: 0 !important;
  padding-bottom: 48px;
}
@media screen and (max-width: 700px) {
  .sectitle01.sell-top--anshin {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
.sectitle01.sell-top.buy::before {
  background-color: #408c16;
}
.sectitle01.sell-top.buy::after {
  background-color: #408c16;
}
.sectitle01-data {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  color: #000;
  margin: 0 0 15px !important;
  text-align: center;
}
.sectitle01-data--sub {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin: 4px !important;
}
@media screen and (max-width: 700px) {
  .sectitle01-data--sub {
    font-size: 0.875rem;
  }
}
.sectitle01-data.recruit {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .sectitle01-data.recruit {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 700px) {
  .sectitle01-data {
    font-size: 1.25rem;
    margin: 0 0 8px !important;
  }
}
.sectitle01-data.store-index {
  font-size: 2rem;
}
@media screen and (max-width: 700px) {
  .sectitle01-data.store-index {
    font-size: 1.25rem;
  }
}
.sectitle01-data.about-group {
  font-size: 2rem;
  line-height: 1.2;
}
.sectitle01-data.about-group span {
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .sectitle01-data.about-group {
    font-size: 1.25rem;
  }
  .sectitle01-data.about-group span {
    font-size: 1rem;
  }
}
.sectitle01-data.sell-top {
  font-size: 2rem;
}
@media screen and (max-width: 700px) {
  .sectitle01-data.sell-top {
    font-size: 1.25rem;
  }
}
.residence .sectitle01-data {
  font-size: 32px;
}
@media screen and (max-width: 700px) {
  .residence .sectitle01-data {
    font-size: 21px;
  }
}
.sectitle01-en {
  margin: 0 !important;
  line-height: 1;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
}

.sectitle01__noline {
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 700px) {
  .sectitle01__noline {
    margin-bottom: 30px;
  }
}
.sectitle01__noline-data {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  color: #000;
  margin: 0 0 15px !important;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .sectitle01__noline-data {
    font-size: 1.25rem;
    margin: 0 0 8px !important;
  }
}
.sectitle01__noline-data.store-index {
  font-size: 2rem;
}
@media screen and (max-width: 700px) {
  .sectitle01__noline-data.store-index {
    font-size: 1.25rem;
  }
}
.sectitle01__noline-en {
  margin: 0 !important;
  line-height: 1;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
}

.sectitle02 {
  border-bottom: 1px solid #666666;
  text-align: left;
  margin-bottom: 35px !important;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 0 10px 0px;
  color: #000;
}
@media screen and (max-width: 700px) {
  .sectitle02 {
    font-size: 1rem;
    margin-bottom: 20px !important;
  }
}
.sectitle02 span {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 700px) {
  .sectitle02 span {
    padding-left: 20px;
  }
}
.sectitle02 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 100%;
  background-color: #b50216;
}

.sectitle03, .sectitle03--s {
  text-align: left;
  font-size: 1.5rem !important;
  position: relative;
  padding: 0.8em 0.5em 0.8em 1.4em;
  background-color: #fde8eb;
}
@media screen and (max-width: 700px) {
  .sectitle03, .sectitle03--s {
    font-size: 1rem !important;
    padding: 0.8em 0.5em 0.8em 1.4em;
  }
}
.sectitle03::after, .sectitle03--s::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 4px;
  background-color: #e7adb4;
}
@media screen and (max-width: 700px) {
  .sectitle03::after, .sectitle03--s::after {
    width: 15px;
  }
}
.sectitle03.sell, .sell.sectitle03--s {
  background-color: #e8f0f8;
}
.sectitle03.sell::after, .sell.sectitle03--s::after {
  background-color: #1a68b8;
}
.sectitle03.buy, .buy.sectitle03--s {
  background-color: #ecf3e7;
}
.sectitle03.buy::after, .buy.sectitle03--s::after {
  background-color: #408c16;
}
.sectitle03--s {
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 1.4em;
}
.sectitle03--s.buy {
  background-color: #ecf3e7;
}
.sectitle03--s.buy::after {
  background-color: #408c16;
}

.sectitle03--black {
  text-align: left;
  font-size: 1.5rem !important;
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.4em;
  background-color: #000;
  color: #fff !important;
}
@media screen and (max-width: 700px) {
  .sectitle03--black {
    font-size: 1rem !important;
    padding: 0.8em 0.5em 0.8em 1.4em;
  }
}
.sectitle03--black::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .sectitle03--black::after {
    width: 15px;
  }
}

.sectitle04 {
  border-bottom: 1px solid #666666;
  text-align: left;
  margin-bottom: 35px;
  font-size: 1.4rem !important;
  font-weight: 500;
  padding: 0 0 10px 0px;
  color: #000;
}
@media screen and (max-width: 700px) {
  .sectitle04 {
    margin-bottom: 20px !important;
  }
}
.sectitle04 span {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 700px) {
  .sectitle04 span {
    padding-left: 20px;
  }
}
.sectitle04 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 100%;
  background-color: #b50216;
}
.sectitle04.sell {
  border-bottom: 1px solid #1a68b8;
}
.sectitle04.sell span:before {
  background-color: #1a68b8;
}

.sectitle05 {
  border-bottom: 1px solid #b50216;
  font-size: 1.375rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  padding: 0 0 16px 32px;
  line-height: 1;
  color: #000;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
  .sectitle05 {
    font-size: 1.125rem;
    padding-bottom: 10px;
    padding-left: 26px;
    margin-bottom: 20px !important;
  }
}
.sectitle05::before, .sectitle05::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
}
.sectitle05::before {
  width: 22px;
  height: 22px;
  background-color: #b50216;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 700px) {
  .sectitle05::before {
    width: 18px;
    height: 18px;
  }
}
.sectitle05::after {
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 5px;
  top: 7px;
}
@media screen and (max-width: 700px) {
  .sectitle05::after {
    width: 8px;
    height: 8px;
  }
}
.sectitle05.blue {
  border-bottom: 1px solid #5e95cd;
}
.sectitle05.blue::before {
  background-color: #5e95cd;
}
.sectitle05.green {
  border-bottom: 1px solid #79ae5b;
}
.sectitle05.green::before {
  background-color: #79ae5b;
}
.sectitle05.orange {
  border-bottom: 1px solid #fea251;
}
.sectitle05.orange::before {
  background-color: #fea251;
}
.sectitle05.bdr-none {
  border-bottom: none;
  padding-bottom: 0;
}

.pagetitle01 {
  position: relative;
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 400;
  padding: 30px 0 0 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .pagetitle01 {
    padding: 20px 0 0 0;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.pagetitle01::before, .pagetitle01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.pagetitle01::before {
  background-color: #f8d4d8;
  width: 100%;
  height: 4px;
}
.pagetitle01::after {
  background-color: #b50216;
  width: 300px;
  height: 4px;
}
@media screen and (max-width: 700px) {
  .pagetitle01::after {
    width: 30%;
  }
}
.pagetitle01.underline {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 700px) {
  .pagetitle01.underline {
    padding-bottom: 20px;
  }
}
.pagetitle01.buy::before {
  background-color: #cfe2c5;
}
.pagetitle01.buy::after {
  background-color: #408c16;
}
.pagetitle01.sell::before {
  background-color: #c6d9ed;
}
.pagetitle01.sell::after {
  background-color: #1a68b8;
}

.title-wrap01 {
  padding-left: 10px;
  padding-right: 10px;
}

.recommend-property-title {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .recommend-property-title {
    margin-bottom: 20px;
  }
}
.recommend-property-title::before, .recommend-property-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 414px 59px;
  width: 414px;
  height: 59px;
}
@media screen and (max-width: 700px) {
  .recommend-property-title::before, .recommend-property-title::after {
    background-size: cover;
    width: 24%;
    height: 29.5px;
  }
}
.recommend-property-title::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/top-recommend-img01.svg);
  left: 0;
}
@media screen and (max-width: 700px) {
  .recommend-property-title::before {
    background-position: right center;
  }
}
.recommend-property-title::after {
  background-image: url(/wp-content/uploads/sites/566/2021/11/top-recommend-img02.svg);
  right: 0;
}
@media screen and (max-width: 700px) {
  .recommend-property-title::after {
    background-position: left center;
  }
}
.recommend-property-title__data {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: #000;
  margin: 0 0 15px !important;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .recommend-property-title__data {
    font-size: 1.25rem;
    margin: 0 0 8px !important;
  }
}
.recommend-property-title__data.store-index {
  font-size: 2rem;
}
@media screen and (max-width: 700px) {
  .recommend-property-title__data.store-index {
    font-size: 1.25rem;
  }
}
.recommend-property-title__en {
  margin: 0 !important;
  line-height: 1;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
}
.recommend-property-title.top-new__tokushu-title {
  margin: 85px auto 50px;
  max-width: 1350px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .recommend-property-title.top-new__tokushu-title {
    margin: 40px auto 20px;
  }
}
.recommend-property-title.top-new__tokushu-title .recommend-property-title__data {
  margin: 30px auto 20px;
  font-size: 2.125rem;
}
@media screen and (max-width: 700px) {
  .recommend-property-title.top-new__tokushu-title .recommend-property-title__data {
    font-size: 1.5rem;
  }
}
.recommend-property-title.buy-top-new__title {
  max-width: 1200px;
  margin: 0 auto;
}
.recommend-property-title.buy-top-openhouse {
  margin: 0 auto;
}

.contact-form h2 {
  color: #b50216;
}
.contact-form h2::after {
  background: #b50216 !important;
}

.topicpass {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  padding: 20px 30px 50px 30px;
}
@media screen and (max-width: 1199px) {
  .topicpass {
    padding: 10px 20px 20px 20px;
  }
}
@media screen and (max-width: 700px) {
  .topicpass {
    padding: 10px 10px 10px 10px;
    font-size: 0.6875rem;
    justify-content: flex-start;
  }
}
.topicpass__item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.topicpass__item a {
  position: relative;
  padding-right: 30px;
  line-height: 1;
}
.topicpass__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.single #content {
  margin-top: 0px !important;
}

.main-contents-wrap {
  margin-top: 100px !important;
}
@media screen and (max-width: 700px) {
  .main-contents-wrap {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 700px) {
  .main-contents-wrap.sp-mg-no {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .main-contents-wrap.top {
    padding: 0 0 0 0;
  }
}

.es-container {
  max-width: 1200px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.full-wrap {
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 9px);
}

.main-contents {
  width: calc(100% - 270px) !important;
  text-align: center;
  padding: 0 40px 0px 0px;
}
@media screen and (max-width: 700px) {
  .main-contents {
    padding: 0 1px 0px 10px;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1500px) {
  .uagb-column__inner-wrap {
    padding-left: 20px;
  }
}

.contents-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto !important;
}
@media screen and (max-width: 700px) {
  .contents-wrap {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .contents-wrap.mb00 {
    padding-bottom: 0px;
  }
}
.contents-wrap .uagb-column__inner-wrap {
  padding: 0 !important;
}
.contents-wrap.type01 {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 700px) {
  .contents-wrap.type01 {
    padding-top: 30px;
  }
}
.contents-wrap.type01::before, .contents-wrap.type01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents-wrap.type01::before {
  background-color: #dcd9d9;
  width: 100%;
  height: 4px;
}
.contents-wrap.type01::after {
  width: 300px;
  height: 4px;
  background-color: #000;
}
@media screen and (max-width: 700px) {
  .contents-wrap.type01::after {
    width: 30%;
  }
}
.contents-wrap.type01.buy {
  padding-top: 36px;
}
@media screen and (max-width: 700px) {
  .contents-wrap.type01.buy {
    padding-top: 20px;
  }
}
.contents-wrap.type01.buy::before {
  background-color: #cfe2c5;
}
.contents-wrap.type01.buy::after {
  background-color: #408c16;
}
.contents-wrap.type01.sell {
  text-align: left;
}
.contents-wrap.type01.sell::before {
  background-color: #c9def3;
}
.contents-wrap.type01.sell::after {
  background-color: #1a68b8;
}
.contents-wrap.type01.width100p {
  max-width: 100%;
}
.contents-wrap.type02 {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 700px) {
  .contents-wrap.type02 {
    padding-top: 30px;
  }
}
.contents-wrap.type02::before, .contents-wrap.type02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.contents-wrap.type02::before {
  background-color: #dcd9d9;
  width: 100%;
  height: 4px;
}
.contents-wrap.type02::after {
  width: 300px;
  height: 4px;
  background-color: #000;
}
@media screen and (max-width: 700px) {
  .contents-wrap.type02::after {
    width: 30%;
  }
}
.contents-wrap.type02.sell {
  text-align: left;
  padding-top: 25px;
}
.contents-wrap.type02.sell::before {
  background-color: #c6d9ed;
}
.contents-wrap.type02.sell::after {
  background-color: #1a68b8;
}
.contents-wrap.type02.buy {
  text-align: left;
  padding-top: 25px;
}
.contents-wrap.type02.buy::before {
  background-color: #cfe2c5;
}
.contents-wrap.type02.buy::after {
  background-color: #408c16;
}
.contents-wrap.type02.useful {
  text-align: left;
  padding-top: 25px;
}
.contents-wrap.type02.useful::before {
  background-color: #cfe2c5;
}
.contents-wrap.type02.useful::after {
  background-color: #408c16;
}
.contents-wrap.type02.survey::before, .contents-wrap.type02.survey::after, .contents-wrap.type02.item01::before, .contents-wrap.type02.item01::after {
  background-color: #b6334b;
}
.contents-wrap.type02.defect::before, .contents-wrap.type02.defect::after, .contents-wrap.type02.item02::before, .contents-wrap.type02.item02::after {
  background-color: #d35097;
}
.contents-wrap.type02.setsubishuri::before, .contents-wrap.type02.setsubishuri::after, .contents-wrap.type02.item03::before, .contents-wrap.type02.item03::after {
  background-color: #9157a7;
}
.contents-wrap.type02.repair::before, .contents-wrap.type02.repair::after, .contents-wrap.type02.item04::before, .contents-wrap.type02.item04::after {
  background-color: #4951b4;
}
.contents-wrap.type02.item05::before, .contents-wrap.type02.item05::after {
  background-color: #2985ba;
}
.contents-wrap.type02.fuyohinkaishu::before, .contents-wrap.type02.fuyohinkaishu::after {
  background-color: #2985ba;
}
.contents-wrap.type02.housecleaning::before, .contents-wrap.type02.housecleaning::after, .contents-wrap.type02.item06::before, .contents-wrap.type02.item06::after {
  background-color: #248855;
}
.contents-wrap.type02.kusakari::before, .contents-wrap.type02.kusakari::after, .contents-wrap.type02.item07::before, .contents-wrap.type02.item07::after {
  background-color: #679e2c;
}
.contents-wrap.type02.sokuryo::before, .contents-wrap.type02.sokuryo::after, .contents-wrap.type02.item08::before, .contents-wrap.type02.item08::after {
  background-color: #e29611;
}
.contents-wrap.type02.kaitori_sv::before, .contents-wrap.type02.kaitori_sv::after, .contents-wrap.type02.item09::before, .contents-wrap.type02.item09::after {
  background-color: #dd6e24;
}
.contents-wrap.type02.kaitori::before, .contents-wrap.type02.kaitori::after, .contents-wrap.type02.item10::before, .contents-wrap.type02.item10::after {
  background-color: #ce1616;
}
.contents-wrap.type02.item11::before, .contents-wrap.type02.item11::after {
  background-color: #e75d6a;
}
.contents-wrap.howto-wrap, .contents-wrap.howto-wrap--sell, .contents-wrap.howto-wrap--buy {
  border-top-width: 3px;
  border-top-style: dotted;
  position: relative;
  margin-top: 10px !important;
  padding-top: 25px;
}
@media screen and (max-width: 700px) {
  .contents-wrap.howto-wrap, .contents-wrap.howto-wrap--sell, .contents-wrap.howto-wrap--buy {
    padding-top: 16px;
  }
}
.contents-wrap.howto-wrap::before, .contents-wrap.howto-wrap--sell::before, .contents-wrap.howto-wrap--buy::before, .contents-wrap.howto-wrap::after, .contents-wrap.howto-wrap--sell::after, .contents-wrap.howto-wrap--buy::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  margin: auto;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .contents-wrap.howto-wrap::before, .contents-wrap.howto-wrap--sell::before, .contents-wrap.howto-wrap--buy::before, .contents-wrap.howto-wrap::after, .contents-wrap.howto-wrap--sell::after, .contents-wrap.howto-wrap--buy::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
    top: -8px;
  }
}
.contents-wrap.howto-wrap::before, .contents-wrap.howto-wrap--sell::before, .contents-wrap.howto-wrap--buy::before {
  left: 0;
}
.contents-wrap.howto-wrap::after, .contents-wrap.howto-wrap--sell::after, .contents-wrap.howto-wrap--buy::after {
  right: 0;
}
.contents-wrap.howto-wrap--buy {
  border-top-color: #b07dbb;
}
.contents-wrap.howto-wrap--buy::before, .contents-wrap.howto-wrap--buy::after {
  border-color: #b07dbb;
}
.contents-wrap.howto-wrap--sell {
  border-top-color: #3cb4a7;
}
.contents-wrap.howto-wrap--sell::before, .contents-wrap.howto-wrap--sell::after {
  border-color: #3cb4a7;
}

@media screen and (max-width: 700px) {
  .partial-wrap01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.side-nav {
  width: 270px !important;
  padding: 0;
}
.side-nav .uagb-column__inner-wrap {
  padding: 0 !important;
}
@media screen and (max-width: 700px) {
  .side-nav {
    width: 100% !important;
  }
}

.main-header-bar.es-header-breadcrumb {
  margin-top: 100px;
}

@media screen and (max-width: 700px) {
  .page-header {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 700px) {
  .type-info {
    margin-top: 60px !important;
  }
}

.sec-wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .sec-wrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:1199px) and (min-width: 640px) {
  #main .entry-content .alignfull {
    margin: 0;
    max-width: inherit;
    width: 100%;
  }
}

.side-nav__wrap {
  width: 270px !important;
}
@media screen and (max-width: 700px) {
  .side-nav__wrap {
    padding-left: 10px;
    padding-right: 1px;
    width: 100% !important;
  }
}

.side-nav {
  margin-bottom: 50px;
  background-color: #fde8eb;
}
@media screen and (max-width: 700px) {
  .side-nav {
    margin-bottom: 20px;
  }
}
.side-nav__title {
  background-color: #b50216;
}
.side-nav__title__fsl {
  font-size: 1.875rem;
}
@media screen and (max-width: 700px) {
  .side-nav__title__fsl {
    font-size: 1.25rem;
  }
}
.side-nav__title a {
  display: block;
  line-height: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 30px 10px 30px 30px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .side-nav__title a {
    font-size: 0.875rem;
    padding: 20px 10px 20px 20px;
  }
}
.side-nav__title a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 15px;
  height: 3px;
}
.side-nav__title a:hover {
  background-color: #9a0314;
  color: #fff;
  text-decoration: none;
}
.side-nav__item {
  margin: 0 0 1px;
  padding: 0;
}
.side-nav__item a {
  display: block;
  background-color: #f8d4d8;
  padding: 22px 10px 22px 33px;
  line-height: 1.3;
  position: relative;
  color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .side-nav__item a {
    font-size: 0.875rem;
    padding: 14px 10px 14px 33px;
  }
}
.side-nav__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 15px;
  height: 3px;
}
.side-nav__item a:hover, .side-nav__item a.active {
  background-color: #f6bcc3;
  text-decoration: none;
}
.side-nav__item__lv02 {
  padding: 0px 0px 0px 0px;
  margin: 0;
  background-color: #fde8eb;
}
.side-nav__item__lv02__wrap01 {
  margin-top: 28px;
}
@media screen and (max-width: 700px) {
  .side-nav__item__lv02__wrap01 {
    margin-top: 18px;
  }
}
.side-nav__item__lv02__wrap02 {
  margin-top: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .side-nav__item__lv02__wrap02 {
    margin-bottom: 10px;
  }
}
.side-nav__item__lv02:last-child .side-nav__item__lv02__wrap02 {
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .side-nav__item__lv02:last-child .side-nav__item__lv02__wrap02 {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}
.side-nav__item__lv02__title {
  background-color: #fff;
  padding: 6px 16px 6px 28px;
  color: #000;
}
@media screen and (max-width: 700px) {
  .side-nav__item__lv02__title {
    font-size: 0.875rem;
  }
}
.side-nav__item__lv02__inner {
  padding: 0;
  margin: 0;
}
.side-nav__item__lv02__inner__item {
  list-style: none;
}
.side-nav__item__lv02__inner__item a {
  display: block;
  padding: 10px 16px 10px 54px;
  color: #000;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .side-nav__item__lv02__inner__item a {
    font-size: 0.875rem;
    padding: 6px 10px 6px 54px;
  }
}
.side-nav__item__lv02__inner__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  margin: auto;
  background-color: #e7adb4;
  width: 12px;
  height: 3px;
  left: 30px;
}
.side-nav__item__lv02__inner__item a:hover, .side-nav__item__lv02__inner__item a.active {
  background-color: #f6bcc3;
  text-decoration: none;
}
.side-nav__item__lv02__inner__item a:hover::before, .side-nav__item__lv02__inner__item a.active::before {
  background-color: #fff;
}
.side-nav__item__lv02__inner__item:first-child a {
  padding-top: 16px;
}
.side-nav__item__lv02__inner__item:first-child a::before {
  top: 24px;
}
.side-nav__item__lv02__inner__item:last-child a {
  padding-bottom: 16px;
}
.side-nav__item__lv02__inner__item:last-child a::before {
  bottom: 3px;
  top: 0px;
}
.side-nav__item__lv02__inner__item--fs {
  font-size: 0.75rem;
  display: block;
  line-height: 1;
}
.side-nav.buy {
  background-color: #ecf3e7;
}
.side-nav.buy .side-nav__title {
  background-color: #408c16;
}
.side-nav.buy .side-nav__title a:hover {
  background-color: #357113;
}
.side-nav.buy .side-nav__item a {
  background-color: #cfe2c5;
}
.side-nav.buy .side-nav__item a:hover, .side-nav.buy .side-nav__item a.active {
  background-color: #b5d0a6;
}
.side-nav.buy .side-nav__item__lv02 {
  background-color: #ecf3e7;
}
.side-nav.buy .side-nav__item__lv02 a::before {
  background-color: #a9cb96;
}
.side-nav.buy .side-nav__item__lv02 a:hover, .side-nav.buy .side-nav__item__lv02 a.active {
  background-color: #b5d0a6;
  text-decoration: none;
}
.side-nav.buy .side-nav__item__lv02 a:hover::before, .side-nav.buy .side-nav__item__lv02 a.active::before {
  background-color: #fff;
}
.side-nav.sell {
  background-color: #e8f0f8;
}
.side-nav.sell .side-nav__title {
  background-color: #1a68b8;
}
.side-nav.sell .side-nav__title a:hover {
  background-color: #124d8a;
}
.side-nav.sell .side-nav__item a {
  background-color: #c6d9ed;
}
.side-nav.sell .side-nav__item a:hover, .side-nav.sell .side-nav__item a.active {
  background-color: #a9cbee;
}
.side-nav.sell .side-nav__item__lv02 {
  background-color: #e8f0f8;
}
.side-nav.sell .side-nav__item__lv02 a::before {
  background-color: #a9cbee;
}
.side-nav.sell .side-nav__item__lv02 a:hover, .side-nav.sell .side-nav__item__lv02 a.active {
  background-color: #a9cbee;
  text-decoration: none;
}
.side-nav.sell .side-nav__item__lv02 a:hover::before, .side-nav.sell .side-nav__item__lv02 a.active::before {
  background-color: #fff;
}

.side-nav02 {
  padding: 0;
  margin: 0;
}
.side-nav02__item {
  list-style: none;
  margin-bottom: 1px;
}
.side-nav02__item a {
  padding: 0px 45px 0px 30px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 70px;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .side-nav02__item a {
    height: 50px;
    font-size: 1rem;
  }
}
.side-nav02__item a::before, .side-nav02__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.side-nav02__item a::before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
}
.side-nav02__item a::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 36px;
}
.side-nav02__item a .font-l {
  font-size: 1.875rem;
}
@media screen and (max-width: 700px) {
  .side-nav02__item a .font-l {
    font-size: 1.5rem;
  }
}
.side-nav02__item a .font-s {
  padding-top: 5px;
}
.side-nav02__item a:hover {
  color: #fff;
  text-decoration: none;
}
.side-nav02__item__sell {
  background-color: #1a68b8;
}
.side-nav02__item__sell:hover {
  background-color: #1a5da2;
}
.side-nav02__item__buy {
  background-color: #408c16;
}
.side-nav02__item__buy:hover {
  background-color: #357612;
}
.side-nav02__item__about {
  background-color: #b50216;
  font-size: 1.125rem !important;
}
.side-nav02__item__about:hover {
  background-color: #9a0314;
}

.gnav-modal {
  background-color: rgba(0, 0, 0, 0.82);
  position: absolute;
  top: 100px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 100px);
  display: none;
  z-index: 500;
}
@media screen and (max-width: 700px) {
  .gnav-modal {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.gnav-modal__wrap {
  margin: 40px auto 20px;
  padding: 0px 20px 60px 0;
  height: calc(100vh - 160px);
  max-width: 1320px;
  overflow-y: scroll;
}
@media screen and (max-width: 700px) {
  .gnav-modal__wrap {
    margin: 0;
    height: 100%;
    padding: 20px 20px 120px 20px;
  }
}

.gnav-modal__block {
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__block {
    display: block;
    margin-bottom: 20px;
  }
}

.gnav-modal__list {
  width: 50%;
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.gnav-modal__list::before, .gnav-modal__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  width: 130px;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list::before, .gnav-modal__list::after {
    width: 65px;
  }
}
.gnav-modal__list::before {
  background-color: rgba(181, 2, 22, 0.68);
}
.gnav-modal__list.sell {
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list.sell {
    width: 100%;
    margin-right: 0;
  }
}
.gnav-modal__list.sell::before {
  background-color: rgba(55, 112, 171, 0.68);
}
.gnav-modal__list.buy::before {
  background-color: rgba(64, 140, 22, 0.68);
}

.gnav-modal__list__title {
  max-width: 280px;
  padding: 38px 0 32px 0px;
  margin-left: 42px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list__title {
    max-width: 140px;
    padding: 16px 0 20px 0px;
    margin-left: 20px;
  }
}
.gnav-modal__list__title img {
  width: 100%;
}
.gnav-modal__list__title.about {
  max-width: 252px;
  padding-top: 30px;
  margin-left: 95px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list__title.about {
    max-width: 168px;
    padding-top: 10px;
    margin-left: 20px;
  }
}
.gnav-modal__list__title.special {
  max-width: 254px;
  padding-top: 30px;
  margin-left: 95px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list__title.special {
    max-width: 169.3333333333px;
    padding-top: 10px;
    margin-left: 20px;
  }
}
.gnav-modal__list__title.support {
  width: 112px;
  padding-top: 30px;
  margin-left: 95px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list__title.support {
    padding-top: 10px;
    max-width: 74.6666666667px;
    margin-left: 20px;
  }
}

.gnav-modal__list__item {
  padding: 0 0 0 150px;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list__item {
    padding: 0 0 0 75px;
  }
}

.gnav-modal__submenu {
  margin: 0;
  padding: 0;
}
.gnav-modal__submenu li {
  list-style: none;
  line-height: 1.4;
}
.gnav-modal__submenu li span, .gnav-modal__submenu li a {
  color: #fff;
  font-weight: 500;
}
.gnav-modal__submenu__item {
  margin-bottom: 12px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .gnav-modal__submenu__item {
    font-size: 0.875rem;
  }
}
.gnav-modal__submenu__item::before, .gnav-modal__submenu__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  margin: auto;
}
.gnav-modal__submenu__item::before {
  width: 8px;
  height: 8px;
  border: 1px solid #b50216;
  top: 7px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__submenu__item::before {
    top: 5px;
  }
}
.gnav-modal__submenu__item::after {
  width: 4px;
  height: 4px;
  background-color: #b50216;
  top: 9px;
  left: 2px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__submenu__item::after {
    top: 7px;
  }
}
.gnav-modal__list.sell .gnav-modal__submenu__item {
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list.sell .gnav-modal__submenu__item {
    margin-bottom: 16px;
  }
}
.gnav-modal__list.sell .gnav-modal__submenu__item::before {
  border: 1px solid #3770ab;
}
.gnav-modal__list.sell .gnav-modal__submenu__item::after {
  background-color: #3770ab;
}

.gnav-modal__list.buy .gnav-modal__submenu__item {
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__list.buy .gnav-modal__submenu__item {
    margin-bottom: 16px;
  }
}
.gnav-modal__list.buy .gnav-modal__submenu__item::before {
  border: 1px solid #408c16;
}
.gnav-modal__list.buy .gnav-modal__submenu__item::after {
  background-color: #408c16;
}

.gnav-modal__submenu__item span, .gnav-modal__submenu__item a {
  padding-left: 28px;
}
.gnav-modal__submenu__lv02 {
  margin: 16px 0 0 13px;
}
.gnav-modal__submenu__lv02__item {
  font-size: 0.875rem;
  position: relative;
  line-height: 1;
  margin-bottom: 14px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__submenu__lv02__item {
    font-size: 0.8125rem;
  }
}
.gnav-modal__submenu__lv02__item::before, .gnav-modal__submenu__lv02__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  background-color: #b50216;
}
.gnav-modal__list.sell .gnav-modal__submenu__lv02__item::before, .gnav-modal__list.sell .gnav-modal__submenu__lv02__item::after {
  background-color: #3770ab;
}

.gnav-modal__list.buy .gnav-modal__submenu__lv02__item::before, .gnav-modal__list.buy .gnav-modal__submenu__lv02__item::after {
  background-color: #408c16;
}

.gnav-modal__submenu__lv02__item::before {
  width: 2px;
  height: 7px;
}
.gnav-modal__submenu__lv02__item::after {
  width: 7px;
  height: 2px;
  top: 10px;
}
.gnav-modal__submenu__lv02__item a {
  font-weight: 400 !important;
}
.gnav-modal__submenu__lv03 {
  margin: 8px 0 18px 28px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .gnav-modal__submenu__lv03 {
    display: block;
  }
}
.gnav-modal__submenu__lv03__item {
  position: relative;
  margin-right: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .gnav-modal__submenu__lv03__item {
    margin-bottom: 10px;
    line-height: 1;
  }
}
.gnav-modal__submenu__lv03__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background-color: #b50216;
}
@media screen and (max-width: 700px) {
  .gnav-modal__submenu__lv03__item::before {
    top: 5px;
  }
}
.gnav-modal__list.sell .gnav-modal__submenu__lv03__item::before {
  background-color: #3770ab;
}

.gnav-modal__list.buy .gnav-modal__submenu__lv03__item::before {
  background-color: #408c16;
}

.gnav-modal__submenu__lv03__item a {
  padding-left: 16px;
}

.gnav-modal__btn__list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .gnav-modal__btn__list {
    display: block;
  }
}
.gnav-modal__btn__list__item {
  padding: 0;
  bottom: 0;
  border: 3px solid #fff;
  width: calc((100% - 80px) / 5);
}
.gnav-modal__btn__list__item:not(:nth-child(5n)) {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .gnav-modal__btn__list__item:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .gnav-modal__btn__list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    border: 2px solid #fff;
  }
}
.gnav-modal__btn__list__link {
  text-align: center;
  font-weight: 500;
  padding: 0;
  margin: 0;
  display: block;
  color: #fff;
  padding: 25px 10px 25px 10px;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .gnav-modal__btn__list__link {
    padding: 12px 10px 12px 10px;
    font-size: 0.875rem;
  }
}
.gnav-modal__btn__list__link:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}

.catch-copy01 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 42px !important;
  padding: 0;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .catch-copy01 {
    font-size: 2rem;
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 700px) {
  .catch-copy01 {
    font-size: 1.375rem;
    margin-bottom: 20px !important;
  }
}
.catch-copy01.store-data {
  font-size: 1.75rem;
}
@media screen and (max-width: 700px) {
  .catch-copy01.store-data {
    font-size: 1.125rem;
  }
}
.catch-copy01.remuneration {
  font-size: 2.125rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .catch-copy01.remuneration {
    font-size: 1.25rem;
  }
}
.catch-copy01.remuneration02 {
  font-size: 2.125rem;
  text-align: left;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .catch-copy01.remuneration02 {
    font-size: 1.25rem;
    margin-bottom: 10px !important;
  }
}
.catch-copy01.recruit {
  font-size: 2.125rem;
}
@media screen and (max-width: 700px) {
  .catch-copy01.recruit {
    font-size: 1.5rem;
  }
}

.lead-text01 {
  font-size: 1.125rem;
  margin-bottom: 0 !important;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .lead-text01 {
    font-size: 0.9375rem;
  }
}
.lead-text01.store-data {
  font-size: 1rem;
}
@media screen and (max-width: 700px) {
  .lead-text01.store-data {
    font-size: 0.9375rem;
  }
}
.lead-text01.recruit {
  font-size: 1.3125rem;
}
@media screen and (max-width: 700px) {
  .lead-text01.recruit {
    font-size: 1rem;
  }
}

.bace-text {
  font-size: 16px;
  text-align: left;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .bace-text {
    font-size: 14px;
    margin-bottom: 30px !important;
    padding: 0 5px;
  }
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-right {
  text-align: right;
}
.text-right.urubai-kaitori__flow--notes {
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .text-right.urubai-kaitori__flow--notes {
    margin-bottom: 20px;
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.nav-list01 {
  width: 100%;
  display: flex;
  margin: 0 0 35px;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .nav-list01 {
    margin: 0 0 20px;
  }
}
.nav-list01__item {
  width: 50%;
  list-style: none;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.nav-list01__item:last-child {
  border-right: 1px solid #000000;
}
.nav-list01__item a {
  display: block;
  color: #000;
  line-height: 1;
  padding: 30px 10px 30px 10px;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .nav-list01__item a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 700px) {
  .nav-list01__item a {
    padding: 15px 10px 15px 10px;
  }
}
.nav-list01__item a.active, .nav-list01__item a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.nav-list01__item a span {
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 700px) {
  .nav-list01__item a span {
    padding-right: 20px;
  }
}
.nav-list01__item a span::before, .nav-list01__item a span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nav-list01__item a span::before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
}
.nav-list01__item a span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 6px;
}

.btn-wrap {
  position: relative;
}
.btn-wrap.top-new-tokushu__btn {
  margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .btn-wrap.top-new-tokushu__btn {
    margin-bottom: 30px;
  }
}
.btn-wrap.top-info {
  margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .btn-wrap.top-info {
    margin-bottom: 30px;
  }
}
.btn-wrap.top-staff .line-btn01 {
  margin-left: 0 !important;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 700px) {
  .btn-wrap.top-staff .line-btn01 {
    margin-left: auto !important;
  }
}
.btn-wrap.top-story .line-btn01 {
  margin-right: 0 !important;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 700px) {
  .btn-wrap.top-story .line-btn01 {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 700px) {
  .btn-wrap--sell-top-wanted {
    padding-left: 0px;
    padding-right: 0px;
    width: 96%;
    margin: 0 auto;
  }
}

.line-btn01 {
  border: 2px solid #000;
  display: block;
  max-width: 270px;
  width: 100%;
  padding: 22px 10px 22px 10px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .line-btn01 {
    padding: 16px 10px 16px 10px;
    font-size: 0.875rem;
  }
}
.line-btn01 span {
  position: relative;
  padding-right: 30px;
}
.line-btn01 span::before, .line-btn01 span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.line-btn01 span::before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #666666;
}
.line-btn01 span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 6px;
}
.line-btn01:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.line-btn01:hover span::before {
  border: 1px solid #fff;
}
.line-btn01:hover span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.line-btn01.en {
  font-family: "Roboto", sans-serif !important;
}
.line-btn01.recruit {
  max-width: 560px;
  margin-right: auto;
}
@media screen and (max-width: 700px) {
  .line-btn01.recruit span {
    font-size: 0.75rem;
  }
}

.btn-wrap-sell {
  position: relative;
  background-color: #e8f0f8;
  padding: 25px;
}

.contact-btn-sell {
  display: block;
  max-width: 270px;
  width: 100%;
  padding: 22px 10px 22px 10px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  background-color: #1a68b8;
  border: 2px solid #1a68b8;
}
@media screen and (max-width: 700px) {
  .contact-btn-sell {
    padding: 12px 10px 12px 10px;
  }
}
.contact-btn-sell span {
  position: relative;
  padding-right: 30px;
}
.contact-btn-sell span::before, .contact-btn-sell span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contact-btn-sell span::before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
}
.contact-btn-sell span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 6px;
}
.contact-btn-sell:hover {
  text-decoration: none;
  background-color: #fff;
  color: #1a68b8;
}
.contact-btn-sell:hover span::before {
  border: 1px solid #1a68b8;
}
.contact-btn-sell:hover span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #1a68b8;
  border-right: 1px solid #1a68b8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-btn-sell.en {
  font-family: "Roboto", sans-serif !important;
}
.contact-btn-sell.urubai {
  max-width: 100% !important;
  margin: 0px;
  font-size: 1.1rem;
}
@media screen and (max-width: 700px) {
  .contact-btn-sell.urubai {
    font-size: 0.875rem;
  }
}
.contact-btn-sell.urubai span {
  padding: 0 40px;
}
.contact-btn-sell.call {
  background-color: #b50216;
  border: 2px solid #b50216;
}
.contact-btn-sell.call:hover {
  text-decoration: none;
  background-color: #fff;
  color: #b50216;
}
.contact-btn-sell.call:hover span::before {
  border: 1px solid #b50216;
}
.contact-btn-sell.call:hover span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #b50216;
  border-right: 1px solid #b50216;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.solid-btn01 {
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 22px 10px 22px 10px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  background-color: #b50216;
}
.solid-btn01--howto-sell {
  background-color: #3cb4a7;
}
.solid-btn01--howto-buy {
  background-color: #b07dbb;
}
.solid-btn01 span {
  position: relative;
  padding-right: 30px;
}
.solid-btn01 span::before, .solid-btn01 span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.solid-btn01 span::before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
}
.solid-btn01 span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 6px;
}
.solid-btn01:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.solid-btn01:hover span::before {
  border: 1px solid #fff;
}
.solid-btn01:hover span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-circle {
  padding: 0px !important;
}
.list-circle li {
  margin-top: 10px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
  list-style: none !important;
  padding-left: 20px;
}
.list-circle li:first-child {
  margin-top: 0;
}
.list-circle li::before {
  content: "";
  top: 5px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #b50216;
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.list-square {
  list-style: none;
  margin: 0px;
}
.list-square li {
  margin-top: 10px;
  padding-left: 1.2em;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
  list-style: none !important;
}
.list-square li:first-child {
  margin-top: 0;
}
.list-square li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0px;
  border: solid #b50216 1px;
  box-sizing: border-box;
}
.list-square li:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 2px;
  background-color: #b50216;
}
@media screen and (max-width: 700px) {
  .list-square li {
    font-size: 0.9rem;
  }
  .list-square li:before {
    top: 6px;
  }
  .list-square li:after {
    top: 8px;
  }
}
.list-square.buy li:before {
  border: solid #408c16 1px;
}
.list-square.buy li:after {
  background-color: #408c16;
}
.list-square.sell li:before {
  border: solid #1a68b8 1px;
}
.list-square.sell li:after {
  background-color: #1a68b8;
}

ol.list-square {
  padding-left: 45px !important;
  margin: 0px !important;
}
ol.list-square li {
  list-style: decimal !important;
  padding-left: 0px !important;
}
ol.list-square li::before {
  display: none !important;
}

.list-number {
  counter-reset: num;
  padding-left: 0px !important;
  margin: 0px 0px auto 0px;
}
.list-number > li {
  list-style: none !important;
  padding: 2px 0 20px 25px !important;
  position: relative;
  text-align: left;
  line-height: 1.8;
  border-bottom: 1px dotted #bbb;
}
@media screen and (max-width: 700px) {
  .list-number > li {
    padding: 0px 5px 12px 25px !important;
    font-size: 15px;
    line-height: 1.6;
  }
}
.list-number > li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .list-number > li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.list-number > li::before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  color: #b50216;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .list-number > li::before {
    font-size: 16px;
  }
}

.list-parenthesis {
  counter-reset: num;
  padding-left: 0px !important;
  margin: 15px 0 auto 0px !important;
}
.list-parenthesis > li {
  list-style: none !important;
  position: relative;
  padding-left: 26px !important;
  font-size: 0.9rem !important;
  margin-bottom: 10px !important;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 700px) {
  .list-parenthesis > li {
    padding-left: 24px;
    font-size: 14px !important;
  }
}
.list-parenthesis > li:not(:last-child) {
  margin-bottom: 3px;
}
.list-parenthesis > li::before {
  content: counter(num) "）";
  counter-increment: num;
  position: absolute;
  color: #b50216;
  font-weight: bold;
  top: 1px;
  left: 0;
}

.list-notes {
  margin: 0 0 auto 25px;
}
.list-notes li {
  font-size: 0.9rem;
}

.list-indent01 {
  margin: 0 0 20px;
}
.list-indent01__item {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

/*--------------------------------------------------------
table
----------------------------------------------------------*/
.tbl-bace {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
}
.tbl-bace th {
  padding: 15px 20px;
  font-size: 15px !important;
  line-height: 1.4;
  background-color: #efefef;
  font-weight: 600;
  text-align: center;
}
.tbl-bace th.th01 {
  width: 30%;
}
@media screen and (max-width: 700px) {
  .tbl-bace th {
    padding: 12px 5px;
    font-size: 14px !important;
    text-align: center;
    vertical-align: middle;
  }
}
.tbl-bace td {
  padding: 15px 20px;
  font-size: 14px !important;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  .tbl-bace td {
    padding: 10px 5px !important;
    font-size: 13px !important;
  }
}

.tbl-faq {
  width: 80%;
  margin-bottom: 10px;
}
.tbl-faq th, .tbl-faq td {
  vertical-align: middle;
  text-align: center;
}
.tbl-faq .th01 {
  width: 50% !important;
}
@media screen and (max-width: 700px) {
  .tbl-faq .th01 {
    width: 30% !important;
  }
}
@media screen and (max-width: 700px) {
  .tbl-faq {
    width: 100%;
  }
}

.tbl-cont {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc !important;
  margin: 0px;
}
.tbl-cont th, .tbl-cont td {
  border: 1px solid #ccc !important;
}
.tbl-cont th {
  padding: 20px;
  line-height: 1.4;
  background-color: #fde8eb;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  .tbl-cont th {
    padding: 12px 5px;
    font-size: 14px !important;
    text-align: center;
  }
}
.tbl-cont thead th {
  color: #fff;
  background-color: #b50216;
}
.tbl-cont td {
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 15px;
}
.tbl-cont td span {
  font-size: 36px;
}
@media screen and (max-width: 700px) {
  .tbl-cont td {
    padding: 10px 5px !important;
    font-size: 13px !important;
  }
}
.tbl-cont .t-left {
  text-align: left;
  font-weight: 400;
}
.tbl-cont .w18 {
  width: 18%;
}
.tbl-cont .w24 {
  width: 24%;
}

.tbl-sell {
  border: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .tbl-sell {
    margin-top: -10px;
  }
}
.tbl-sell th {
  border-top: none;
  border-bottom: solid 1px #000;
  border-right: none;
  border-left: none;
  position: relative;
  padding: 30px;
  width: 20%;
}
.tbl-sell th:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 3px;
  background-color: #1a68b8;
  top: 43px;
  left: 0;
}
.tbl-sell th:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 3px;
  background-color: #e8f0f8;
  top: 43px;
  left: 8px;
}
@media screen and (max-width: 700px) {
  .tbl-sell th {
    width: 100%;
    display: block;
    font-size: 0.9rem;
    padding: 10px 10px 10px 20px;
  }
  .tbl-sell th:before {
    top: 22px;
    width: 6px;
  }
  .tbl-sell th:after {
    top: 22px;
    width: 6px;
    left: 6px;
  }
}
.tbl-sell td {
  border-top: none;
  border-bottom: solid 1px #ccc;
  border-right: none;
  border-left: none;
  padding: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .tbl-sell td {
    border-bottom: none;
    width: 100%;
    font-size: 0.9rem;
    display: block;
    padding: 15px 5px 15px 5px;
  }
}
.tbl-sell tr:first-child th {
  border-top: solid 1px #000;
}
.tbl-sell tr:first-child td {
  border-top: solid 1px #ccc;
}
@media screen and (max-width: 700px) {
  .tbl-sell tr:first-child th {
    border-top: none;
  }
  .tbl-sell tr:first-child td {
    border-top: none;
  }
}
.tbl-sell--about {
  margin: 0px 0px 10px;
}
.tbl-sell--about th:before {
  background-color: #b50216;
}
.tbl-sell--about th:after {
  background-color: #fde8eb;
}

.input-post {
  width: 150px !important;
}

.todohuken {
  width: 150px !important;
}

.form-address .select_wrap::after {
  left: 119px !important;
}

.bukken-address__text {
  display: block;
  margin-bottom: 5px;
}

.es-form-control__text-indent {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
}

.syubetsu-none {
  display: none !important;
}

.form-lead {
  text-align: center;
  margin: 0 auto 40px;
  border: 1px solid #b50216;
  padding: 20px;
  color: #b50216;
  width: calc(100% - 20px);
  line-height: 1.5 !important;
}
@media screen and (max-width: 700px) {
  .form-lead {
    line-height: 1.5;
    padding: 16px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.store-tel-modal {
  display: flex;
}
@media screen and (max-width: 700px) {
  .store-tel-modal {
    display: block;
  }
}

.store-tel-modal__list {
  margin: 0 0 48px;
  width: calc((100% - 50px) / 2);
}
.store-tel-modal__list:not(:nth-child(2n)) {
  margin-right: 50px;
}
@media screen and (max-width: 700px) {
  .store-tel-modal__list {
    width: 100%;
    margin-bottom: 0;
  }
  .store-tel-modal__list:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}
.store-tel-modal__list__item {
  list-style: none;
  display: flex;
  margin-bottom: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  padding-bottom: 20px;
}
.store-tel-modal__list__item:not(:last-child()) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 700px) {
  .store-tel-modal__list__item {
    border-bottom: 1px solid #ccc;
    display: block;
  }
}
.store-tel-modal__list__name {
  position: relative;
  padding-left: 24px;
  margin-right: 18px;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .store-tel-modal__list__name {
    font-size: 0.875rem;
    padding-left: 18px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.store-tel-modal__list__name::before, .store-tel-modal__list__name::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .store-tel-modal__list__name::before, .store-tel-modal__list__name::after {
    top: 6px;
  }
}
.store-tel-modal__list__name::before {
  width: 10px;
  height: 10px;
  border: 1px solid #b50216;
}
.store-tel-modal__list__name::after {
  width: 6px;
  height: 6px;
  background-color: #b50216;
  top: 10px;
  left: 2px;
}
@media screen and (max-width: 700px) {
  .store-tel-modal__list__name::after {
    top: 8px;
  }
}
.store-tel-modal__list__name a {
  color: #b50216;
  text-decoration: underline;
}
.store-tel-modal__list__name a:hover {
  text-decoration: none;
}
.store-tel-modal__list__tel {
  position: relative;
  padding: 0 0 0 20px;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .store-tel-modal__list__tel {
    font-size: 0.875rem;
    width: 100%;
    border: 1px solid #b50216;
    padding-left: 0;
  }
}
.store-tel-modal__list__tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-tel-icon.svg);
  background-size: 12px 15px;
  width: 12px;
  height: 15px;
}
@media screen and (max-width: 700px) {
  .store-tel-modal__list__tel::before {
    left: 20px;
  }
}
.store-tel-modal__list__tel a {
  color: #000;
}
@media screen and (max-width: 700px) {
  .store-tel-modal__list__tel a {
    display: block;
    padding: 15px 15px 15px 15px;
    color: #b50216;
    font-weight: 500;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .store-tel-modal__list.cl02 .store-tel-modal__list__item:last-child {
    border-bottom: none;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #b50216;
  width: 42px;
  height: 42px;
  border-radius: 100%;
}
@media screen and (max-width: 700px) {
  .slick-prev::before,
  .slick-next::before {
    width: 24px;
    height: 24px;
  }
}
.slick-prev::after,
.slick-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slick-prev {
  left: -60px;
}
@media screen and (max-width: 700px) {
  .slick-prev {
    left: -25px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 13px 6px 0;
  border-color: transparent #fff transparent transparent;
  left: 12px;
}
@media screen and (max-width: 700px) {
  .slick-prev::after {
    left: 7px;
    border-width: 4px 7px 4px 0;
  }
}

.slick-next {
  right: -30px;
}
@media screen and (max-width: 700px) {
  .slick-next {
    right: -20px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 13px;
  border-color: transparent transparent transparent #fff;
  left: 16px;
}
@media screen and (max-width: 700px) {
  .slick-next::after {
    left: 10px;
    border-width: 4px 0 4px 7px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.top-news-wrap .uagb-columns__inner-wrap {
  max-width: 1350px !important;
}

.top-main {
  position: relative;
}

.top-main-sliner {
  margin: 0;
  padding: 0;
  line-height: 0;
  animation: fadein 10s forwards;
}
.top-main-sliner__item {
  list-style: none;
}
.top-main-sliner__item img {
  height: 39vw;
}
@media screen and (max-width: 700px) {
  .top-main-sliner__item img {
    height: 55vw;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-main__copy {
  max-width: 19.6vw;
  margin: 0 auto;
  position: absolute;
  top: 4.94vw;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .top-main__copy {
    max-width: 16vw;
  }
}
@media screen and (max-width: 700px) {
  .top-main__copy {
    top: 8vw;
    max-width: 35%;
  }
}
.top-main__copy img {
  width: 100%;
}

.top-info__title {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .top-info__title {
    padding: 0px 20px 0px 20px;
  }
}
.top-info__title__jp {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px !important;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .top-info__title__jp {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 5px !important;
  }
}
.top-info__title__en {
  font-family: "Roboto", sans-serif !important;
  font-size: 0.625rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .top-info__title__en {
    text-align: center;
  }
}

.top-main__btn {
  position: absolute;
  bottom: 0;
  margin: 0;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .top-main__btn {
    position: static;
  }
}
.top-main__btn__item {
  list-style: none;
  width: 50%;
  display: flex;
}
.top-main__btn__item.sell {
  background-color: rgba(26, 104, 184, 0.75);
  justify-content: flex-end;
}
@media screen and (max-width: 700px) {
  .top-main__btn__item.sell {
    background-color: #1a68b8;
    justify-content: center;
  }
}
.top-main__btn__item.buy {
  background-color: rgba(64, 140, 22, 0.75);
  padding-left: 2.7vw;
}
@media screen and (max-width: 700px) {
  .top-main__btn__item.buy {
    background-color: #408c16;
    padding-left: 0;
    justify-content: center;
  }
}
.top-main__btn__title {
  width: 20.55vw;
  margin-right: 2.38vw;
}
@media screen and (max-width: 700px) {
  .top-main__btn__title {
    width: 35vw;
    margin-bottom: 8px;
  }
}
.top-main__btn__title img {
  width: 100%;
}
.top-main__btn__text {
  margin-bottom: 0 !important;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  background-image: url(/wp-content/uploads/sites/566/2021/12/top-main-arrow.png);
  background-size: 12.3vw auto;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .top-main__btn__text {
    font-size: 0.6875rem;
    padding-bottom: 16px;
  }
}
.top-main__btn__link {
  padding: 3vw 0 3vw;
  display: flex;
}
@media screen and (max-width: 700px) {
  .top-main__btn__link {
    display: block;
    padding: 3vw 2.5vw 2.5vw;
  }
}
.top-main__btn__link:hover {
  text-decoration: none;
}
.top-main__btn__link:hover img {
  transform: scale(1) !important;
}
.top-main__btn__link.sell {
  padding-right: 3.16vw;
}
.top-main__btn__link.buy {
  padding-left: 3.16vw;
}

.top-lead {
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 1400px) {
  .top-lead {
    padding: 60px 40px 60px 40px;
  }
}
@media screen and (max-width: 700px) {
  .top-lead {
    padding: 20px 0 30px 0;
  }
}
.top-lead__wrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
.top-lead__copy {
  font-size: 2.25rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px !important;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .top-lead__copy {
    font-size: 1.25rem;
    margin-bottom: 16px !important;
    letter-spacing: 0.05em;
    padding: 0 10px 0 10px;
  }
}
.top-lead__text {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 66px !important;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .top-lead__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 700px) {
  .top-lead__text {
    font-size: 0.875rem;
    margin-bottom: 20px !important;
    text-align-last: left;
    padding: 0 20px 0 20px;
  }
}
.top-lead__img {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .top-lead__img {
    padding: 0 10px 0 10px;
  }
}
.top-lead__img img {
  width: 100%;
}

.top-about {
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .top-about {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .top-about {
    padding-bottom: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.top-about__list {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.top-about__list__item {
  width: calc((100% - 3px) / 4);
  list-style: none;
  background-color: #b50216;
  padding: 4.5vw 1.5vw 4.58vw 1.5vw;
  transition: 0.3s;
}
.top-about__list__item:not(:nth-child(4n)) {
  margin-right: 1px;
}
@media screen and (max-width: 700px) {
  .top-about__list__item {
    width: calc((100% - 1px) / 2);
    border-bottom: 1px solid #fff;
    padding: 5.5vw 1.5vw 3.5vw 1.5vw;
  }
  .top-about__list__item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .top-about__list__item:not(:nth-child(2n)) {
    margin-right: 1px;
  }
}
.top-about__list__item a {
  display: block;
  text-decoration: none;
}
.top-about__list__item a:hover img {
  transform: scale(1);
}
.top-about__list__item:hover {
  background-color: #9a0314;
}
.top-about__img {
  display: block;
  width: 135px;
  height: 92px;
  margin: 0 auto 34px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top-about__img {
    width: 94.5px;
    height: 64.4px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 700px) {
  .top-about__img {
    width: 54px;
    height: 36.8px;
    margin: 0 auto 10px;
  }
}
.top-about__img img {
  width: auto;
  height: 100%;
}
.top-about__copy {
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 56px !important;
  line-height: 1.4;
}
@media screen and (max-width: 1350px) {
  .top-about__copy {
    font-size: 1.25rem;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 700px) {
  .top-about__copy {
    font-size: 1rem;
    margin-bottom: 14px !important;
  }
}

.top-pickup {
  background-color: #fcf1f1;
  margin-right: 15px !important;
}
@media screen and (max-width: 700px) {
  .top-pickup {
    margin-bottom: 5px !important;
  }
}
.top-pickup .uagb-column__inner-wrap {
  padding: 25px 25px 0 25px !important;
}
@media screen and (max-width: 700px) {
  .top-pickup .uagb-column__inner-wrap {
    padding: 16px 16px 16 16px !important;
  }
}
.top-pickup .top-pickup-title {
  margin-bottom: 20px;
  position: relative;
  padding: 10px 0 8px 28px;
}
@media screen and (max-width: 700px) {
  .top-pickup .top-pickup-title {
    padding: 6px 0 6px 20px;
    margin-bottom: 10px;
  }
}
.top-pickup .top-pickup-title img {
  max-width: 208px;
}
@media screen and (max-width: 700px) {
  .top-pickup .top-pickup-title img {
    max-width: 160px;
  }
}
.top-pickup .top-pickup-title::before, .top-pickup .top-pickup-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.top-pickup .top-pickup-title::before {
  width: 1px;
  height: 100%;
  background-color: #888;
  left: 0px;
}
.top-pickup .top-pickup-title::after {
  width: 2px;
  height: 20px;
  background-color: #888;
  left: 1px;
}
.top-pickup .top-pickup__img {
  margin-bottom: 18px;
}
.top-pickup .top-pickup__img a:hover {
  opacity: 0.7;
}
.top-pickup .top-pickup__img a:hover img {
  transform: scale(1);
}
.top-pickup .top-pickup__article {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.top-pickup .top-pickup__article__date {
  font-size: 0.9375rem;
  padding-right: 20px;
  display: block;
  line-height: 1;
}
.top-pickup .top-pickup__article__text {
  margin-bottom: 0;
}
.top-pickup .top-pickup__article__text a {
  color: #444444;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4 !important;
  margin-bottom: 0;
}

.top-news .uagb-column__inner-wrap {
  padding: 0 !important;
}
.top-news .es-list-wrapper {
  padding: 0;
}
.top-news .list-border-bottom li {
  background-color: #fcf1f1;
  margin-top: 15px;
  border: none;
  padding: 0;
}
.top-news .list-border-bottom li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .top-news .list-border-bottom li {
    margin-top: 5px;
  }
}
.top-news .es-list.list-direction-column li:last-child {
  margin-bottom: 0px;
}
.top-news .es-list-item a {
  display: block;
  padding: 28px 80px 28px 40px !important;
  line-height: 1.2;
  background-image: url(/app/uploads/sites/566/2021/10/news-arrow.png);
  background-size: 24px 34px;
  background-position: right 30px top 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  .top-news .es-list-item a {
    padding: 16px 40px 16px 16px !important;
    background-position: right 16px top 50%;
    background-size: 16px 22.6666666667px;
  }
}
.top-news .es-list-item a .es-list-content {
  display: flex;
}
@media screen and (max-width: 700px) {
  .top-news .es-list-item a .es-list-content {
    display: block;
  }
}
.top-news .es-list-item a .date {
  display: block;
  margin-right: 32px;
  font-weight: 400;
  width: 120px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 700px) {
  .top-news .es-list-item a .date {
    width: 100%;
  }
}
.top-news .es-list-item a .wrap {
  font-weight: 400;
  font-size: 0.9375rem;
  width: calc(100% - 120px);
}
@media screen and (max-width: 700px) {
  .top-news .es-list-item a .wrap {
    width: 100%;
  }
}
.top-news .es-list-item a:hover {
  background-color: #f8d4d8;
  background-image: url(/app/uploads/sites/566/2021/10/news-arrow-white.png);
}
.top-news .es-list-item a:hover .wrap {
  text-decoration: none !important;
}

.top-yokabai {
  background-color: #fceeee;
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 1500px) {
  .top-yokabai {
    padding: 60px 40px 60px 40px;
  }
}
@media screen and (max-width: 700px) {
  .top-yokabai {
    padding: 30px 20px 30px 20px;
  }
}
.top-yokabai__title {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 1500px) {
  .top-yokabai__title {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .top-yokabai__title {
    margin-bottom: 20px !important;
    width: 100%;
  }
}
.top-yokabai__title img {
  width: 100%;
}
.top-yokabai__wrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

.top-howto {
  padding-top: 60px;
  margin-bottom: 75px !important;
}
@media screen and (max-width: 1400px) {
  .top-howto {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .top-howto {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px !important;
  }
}
.top-howto__title {
  max-width: 1135px;
  width: 100%;
  margin: 0 auto 36px !important;
}
@media screen and (max-width: 700px) {
  .top-howto__title {
    margin: 0 auto 20px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top-howto__title img {
  width: 100%;
}
.top-howto__wrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .top-howto__wrap {
    display: block;
  }
}
.top-howto__wrap__item {
  width: calc((100% - 50px) / 2);
}
.top-howto__wrap__item:not(:nth-child(2n)) {
  margin-right: 50px;
}
@media screen and (max-width: 700px) {
  .top-howto__wrap__item {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .top-howto__wrap__item:not(:nth-child(2n)) {
    padding-bottom: 30px;
    margin: 0 auto 30px;
  }
  .top-howto__wrap__item:not(:nth-child(2n))::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #ccc;
    width: calc(100% - 40px);
    height: 1px;
  }
}
.top-howto__category__title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  max-width: 46%;
  width: 100%;
  line-height: 1;
  padding: 12px 20px 12px 20px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin: 0 auto 26px !important;
  color: #000;
}
@media screen and (max-width: 700px) {
  .top-howto__category__title {
    max-width: 60%;
    font-size: 1.125rem;
    margin: 0 auto 16px !important;
    padding: 8px 20px 8px 20px;
  }
}
.top-howto__category__title.sell {
  border: 3px solid #3cb4a7;
}
.top-howto__category__title.buy {
  border: 3px solid #b07dbb;
}
.top-howto__btn {
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  display: block;
  position: relative;
  padding: 0 30px 0 20px;
  transition: 0.3s;
  font-size: "Roboto", sans-serif !important;
  font-weight: 600;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .top-howto__btn {
    height: 50px;
    line-height: 50px;
  }
}
.top-howto__btn__wrap {
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .top-howto__btn__wrap {
    margin-top: 20px;
  }
}
.top-howto__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sites/566/2021/10/store-contact-arrow.png);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}
.top-howto__btn.sell {
  background-color: #3cb4a7;
}
.top-howto__btn.buy {
  background-color: #b07dbb;
}
.top-howto__btn:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}

.top-bnr01 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1400px) {
  .top-bnr01 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .top-bnr01 {
    margin-bottom: 30px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-bnr01__list {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
  border-top: 1px solid #3770ab;
  padding-top: 50px;
}
@media screen and (max-width: 700px) {
  .top-bnr01__list {
    display: block;
    padding-top: 30px;
  }
}
.top-bnr01__list__item {
  list-style: none;
}
.top-bnr01__list__item:not(:nth-child(2n)) {
  margin-right: 2.6vw;
}
@media screen and (max-width: 700px) {
  .top-bnr01__list__item:not(:nth-child(2n)) {
    margin-right: 0vw;
    margin-bottom: 10px;
  }
}
.top-bnr01__list__item a {
  display: block;
}
.top-bnr01__list__item a img {
  width: 100%;
}
.top-bnr01__list__item a:hover img {
  transform: scale(1);
}

.top-new-tokushu.vertical-padding {
  padding: 0 !important;
}
@media screen and (max-width: 700px) {
  .top-new-tokushu.vertical-padding {
    padding: 0 10px 0 10px !important;
  }
}
.top-new-tokushu.content-wide-block {
  max-width: 1350px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .top-new-tokushu .has-4-columns > * {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 700px) {
  .top-new-tokushu .es_new_block .es-list .wp-block-column {
    margin-bottom: 5px !important;
  }
}

.top-story {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .top-story {
    display: block;
    margin-bottom: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.top-story--reverse {
  flex-direction: row-reverse;
}
.top-story__data {
  width: 50%;
  background-color: #eff3f8;
  display: flex;
  position: relative;
}
@media screen and (max-width: 700px) {
  .top-story__data {
    width: 100%;
    display: block;
  }
}
.top-story__data::before, .top-story__data::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.top-story__data::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/top-story-bg.png);
  background-size: 483px 133px;
  width: 483px;
  height: 133px;
  right: 0;
}
@media screen and (max-width: 700px) {
  .top-story__data::after {
    background-size: 50vw 13.84vw;
    width: 50vw;
    height: 13.84vw;
  }
}
.top-story__data.pickupstaff::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/top-pickup-bg.png);
  background-size: 655px 141px;
  width: 655px;
  height: 141px;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .top-story__data.pickupstaff::after {
    background-size: 510.9px 109.98px;
    width: 510.9px;
    height: 109.98px;
  }
}
@media screen and (max-width: 700px) {
  .top-story__data.pickupstaff::after {
    background-size: 68vw 14.68vw;
    width: 68vw;
    height: 14.68vw;
    left: auto;
    right: 0;
  }
}
.top-story__data--reverse {
  flex-direction: row-reverse;
}
.top-story__data__title {
  background-color: #3770ab;
  width: 160px;
  padding: 2.6vw 1.45vw 2.6vw 1.45vw;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .top-story__data__title {
    width: 120px;
    padding: 40px 10px 10px 10px;
  }
}
@media screen and (max-width: 700px) {
  .top-story__data__title {
    width: 100%;
    padding: 10px 15px 10px 15px;
  }
}
.top-story__data__title__jp {
  font-weight: 600;
  margin: 0 !important;
  line-height: 1.4;
}
.top-story__data__title__en {
  font-size: 0.625rem;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.top-story__data__lead {
  width: calc(100% - 160px);
  padding: 5.2vw 5.2vw 10vw 5.2vw;
}
@media screen and (max-width: 1500px) {
  .top-story__data__lead {
    width: calc(100% - 120px);
    padding: 40px 30px 10vw 30px;
  }
}
@media screen and (max-width: 700px) {
  .top-story__data__lead {
    width: 100%;
    padding: 26px 26px 15vw 26px;
  }
}
.top-story__data__lead__copy {
  color: #000;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 36px !important;
}
@media screen and (max-width: 1500px) {
  .top-story__data__lead__copy {
    font-size: 1.625rem;
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 700px) {
  .top-story__data__lead__copy {
    font-size: 1.25rem;
    margin-bottom: 16px !important;
  }
}
.top-story__data__lead__text {
  font-size: 0.9375rem;
  margin-bottom: 44px !important;
}
@media screen and (max-width: 1500px) {
  .top-story__data__lead__text {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 700px) {
  .top-story__data__lead__text {
    margin-bottom: 20px !important;
  }
}
.top-story__img {
  width: 50%;
  height: auto;
  background-image: url(/wp-content/uploads/sites/566/2021/12/top-story-bg02.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 700px) {
  .top-story__img {
    width: 100%;
    height: 200px;
  }
}
.top-story .top-pickup__staff {
  width: 50%;
  margin: 0;
  display: flex;
}
@media screen and (max-width: 700px) {
  .top-story .top-pickup__staff {
    display: block;
    width: 100%;
    height: auto;
  }
}
.top-story .top-pickup__staff__item {
  list-style: none;
  width: 33.3333333333%;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 700px) {
  .top-story .top-pickup__staff__item {
    width: 100%;
    position: relative;
    margin-bottom: 1px;
    background-size: 100px auto;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .top-story .top-pickup__staff__item::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    background-size: cover;
    width: 32.82vw;
    height: 32.82vw;
    z-index: 1;
  }
}
.top-story .top-pickup__staff__item:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.top-story .top-pickup__staff__item.yamada {
  background-image: url(/wp-content/uploads/sites/566/2021/12/top-pickup-yamada.jpg);
}
.top-story .top-pickup__staff__item.yoshizumi {
  background-image: url(/wp-content/uploads/sites/566/2021/12/top-pickup-yoshizumi.jpg);
}
.top-story .top-pickup__staff__item.fuchigami {
  background-image: url(/wp-content/uploads/sites/566/2021/12/top-pickup-fuchigami.jpg);
}
.top-story .top-pickup__staff__item.kubo {
  background-image: url(/wp-content/uploads/sites/566/2023/09/top-pickup-kubo.jpg);
}
.top-story .top-pickup__staff__item.minohara {
  background-image: url(/wp-content/uploads/sites/566/2023/09/top-pickup-minohara.jpg);
}
.top-story .top-pickup__staff__item.hasunaka {
  background-image: url(/wp-content/uploads/sites/566/2024/12/top-pickup-hasunaka.jpg);
}
.top-story .top-pickup__staff__item.noguchi {
  background-image: url(/wp-content/uploads/sites/566/2024/12/top-pickup-noguchi.jpg);
}
.top-story .top-pickup__staff__item.yamazaki {
  background-image: url(/wp-content/uploads/sites/566/2024/12/top-pickup-yamazaki.jpg);
}
.top-story .top-pickup__staff__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .top-story .top-pickup__staff__item a {
    display: flex;
    justify-content: flex-end;
  }
}
.top-story .top-pickup__staff__data {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 1.56vw 1.97vw 2.7vw 1.56vw;
}
@media screen and (max-width: 700px) {
  .top-story .top-pickup__staff__data {
    width: calc(100% - 100px);
    padding: 4vw 5vw 4vw 5vw;
    position: static;
    min-height: 100px;
    background-color: none;
  }
}
.top-story .top-pickup__staff__data__wrap {
  position: relative;
  padding-right: 55px;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .top-story .top-pickup__staff__data__wrap {
    margin-bottom: 10px;
  }
}
.top-story .top-pickup__staff__data__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sites/566/2021/12/arrow-type01-white.png);
  background-size: 40px 7px;
  width: 40px;
  height: 7px;
}
@media screen and (max-width: 700px) {
  .top-story .top-pickup__staff__data__wrap::after {
    background-size: 32px 5.6px;
    width: 32px;
    height: 5.6px;
  }
}
.top-story .top-pickup__staff__data__store {
  margin-bottom: 10px !important;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .top-story .top-pickup__staff__data__store {
    margin-bottom: 5px !important;
    margin-right: 10px;
  }
}
.top-story .top-pickup__staff__data__name {
  margin-bottom: 0 !important;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .top-story .top-pickup__staff__data__name {
    font-size: 1rem;
  }
}
.top-story .top-pickup__staff__data__text {
  font-size: 0.875rem;
}
@media screen and (max-width: 700px) {
  .top-story .top-pickup__staff__data__text {
    line-height: 1.4;
    font-size: 0.75rem;
  }
}

.top-service {
  background-color: #fceeee;
  padding: 100px 0 100px 0;
  margin-top: 120px !important;
}
@media screen and (max-width: 700px) {
  .top-service {
    padding: 30px 0 30px 0;
    margin-top: 0 !important;
  }
}
.top-service__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top-service__title {
  color: #000;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .top-service__title {
    margin-bottom: 20px;
  }
}
.top-service__title__jp {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 16px 0 !important;
}
@media screen and (max-width: 700px) {
  .top-service__title__jp {
    font-size: 1.5rem;
  }
}
.top-service__title__en {
  margin: 0 0 16px 0 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.625rem;
}
.top-service__list {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .top-service__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-service__list__item {
  list-style: none;
  width: 22.75%;
}
.top-service__list__item:not(:nth-child(4n)) {
  margin-right: 3%;
}
@media screen and (max-width: 700px) {
  .top-service__list__item {
    width: 48.5%;
    margin-bottom: 20px;
  }
  .top-service__list__item:not(:nth-child(4n)) {
    margin-right: 0vw;
  }
  .top-service__list__item:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}
.top-service__list__img {
  margin-bottom: 38px;
}
.top-service__list__img img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .top-service__list__img {
    width: 80%;
    margin: 0 auto 5px;
  }
}
.top-service__list__title {
  font-size: 1.25rem;
  margin: 0 0 20px !important;
}
@media screen and (max-width: 700px) {
  .top-service__list__title {
    font-size: 1rem;
    margin-bottom: 10px !important;
  }
}
.top-service__list__title__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.top-service__list__title__fz-s {
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 0 !important;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .top-service__list__title__fz-s {
    font-size: 0.6875rem;
  }
}
.top-service__list__text {
  font-size: 0.875rem;
  text-align: center;
  padding: 0 2em 0 2em;
}
@media screen and (max-width: 700px) {
  .top-service__list__text {
    padding: 0;
  }
}

.top-group {
  max-width: 1080px;
  margin: 0 auto;
  padding: 95px 0 100px 0;
}
@media screen and (max-width: 700px) {
  .top-group {
    padding: 40px 0 30px 0;
  }
}
.top-group__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .top-group__wrap {
    display: block;
    margin-bottom: 10px;
    padding: 0 20px 0 20px;
  }
}
.top-group__data {
  max-width: 590px;
}
.top-group__data__img {
  max-width: 429px;
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 700px) {
  .top-group__data__img {
    width: 80%;
    margin: 0 auto 16px;
  }
}
.top-group__data__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 700px) {
  .top-group__data__text {
    font-size: 1rem;
    text-align: center;
  }
}
.top-group__logo {
  max-width: 307px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .top-group__logo {
    max-width: 50%;
    margin: 0 auto 30px;
  }
}
.top-group__logo img {
  width: 100%;
}

.top-footer-slider {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media screen and (max-width: 700px) {
  .entry-content .top-footer-slider__wrap {
    padding: 0 !important;
  }
}

.top-footer-slider__item img {
  height: 20vw;
}
@media screen and (max-width: 700px) {
  .top-footer-slider__item img {
    height: 36vw;
  }
}

.top-slide__bnr {
  background-color: #fceeee;
  padding: 80px 40px;
}
@media screen and (max-width: 700px) {
  .top-slide__bnr {
    padding: 30px 40px;
  }
}
.top-slide__bnr__list {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.top-slide__bnr__list__item {
  list-style: none;
}
.top-slide__bnr__list__item a {
  padding: 0 10px;
  display: block;
}
.top-slide__bnr__list__item a:hover img {
  transform: scale(1);
}

#primary {
  padding: 0 !important;
}

.top2025-main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  height: 42vw;
}
@media screen and (max-width: 700px) {
  .top2025-main {
    display: block;
    height: auto;
    padding: 0;
  }
}
.top2025-main__photo {
  width: calc(100% - 39.5vw);
  height: 39.5vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top2025-main__photo {
    width: calc(100% - 45vw);
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__photo {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
.top2025-main__photo__slider {
  height: 100%;
  line-height: 0.1;
}
.top2025-main__photo__slider div {
  height: 100%;
}
.top2025-main__photo__slider div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top2025-main__photo__slider div.pc-none {
  opacity: 0;
}
@media screen and (max-width: 700px) {
  .top2025-main__photo__slider div.pc-none {
    opacity: 1;
  }
}
.top2025-main__photo__copy {
  width: 7.65vw;
  position: absolute;
  top: 0;
  right: 7.3vw;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .top2025-main__photo__copy {
    width: 70px !important;
  }
}
.top2025-main__nav {
  width: 39.5vw;
  height: 39.5vw;
}
@media screen and (max-width: 1500px) {
  .top2025-main__nav {
    width: 45vw;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav {
    width: 100%;
    height: auto;
  }
}
.top2025-main__nav__photo {
  width: 100%;
  height: 22.8vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .top2025-main__nav__photo {
    height: 20vw;
  }
}
.top2025-main__nav__photo__slider {
  height: 100%;
  line-height: 0.1;
  margin: 0;
}
.top2025-main__nav__photo__slider li {
  height: 100%;
  list-style: none;
}
.top2025-main__nav__photo__slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top2025-main__nav__photo__en {
  width: 100%;
  height: auto;
  position: absolute !important;
  bottom: -1%;
  left: 0;
  overflow: hidden;
  line-height: 0.1;
  opacity: 0.8;
  margin: 0;
}
.top2025-main__nav__photo__en li {
  list-style: none;
}

.top2025-main__nav__wrap {
  display: flex;
  height: calc(100% - 22.8vw);
}
@media screen and (max-width: 1500px) {
  .top2025-main__nav__wrap {
    height: calc(100% - 20vw);
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__wrap {
    height: auto;
  }
}

.top2025-main__nav__box {
  width: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__box {
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__box {
    padding: 20px 14px;
    align-items: flex-start;
  }
}
.top2025-main__nav__box.buy {
  background-color: #408c16;
}
.top2025-main__nav__box.sell {
  background-color: #1a68b8;
}
.top2025-main__nav__box__inner {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

.top2025-main__nav__title {
  color: #fff !important;
  font-weight: 600;
  font-size: 26px !important;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__title {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__title {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__title {
    font-size: 15px !important;
  }
}
.top2025-main__nav__title__sub {
  padding-top: 2px;
  font-size: 15px;
  font-weight: 600;
  margin-left: 32px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__title__sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__title__sub {
    font-size: 11px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__title__sub {
    margin-left: 20px;
    font-weight: 500;
  }
}
.top2025-main__nav__title__sub::before, .top2025-main__nav__title__sub::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 2px;
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__title__sub::before, .top2025-main__nav__title__sub::after {
    width: 4px;
  }
}
.top2025-main__nav__title__sub::before {
  background-color: #fff;
  left: -20px;
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__title__sub::before {
    left: -22px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__title__sub::before {
    left: -14px;
  }
}
.top2025-main__nav__title__sub::after {
  left: -14px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__title__sub::after {
    left: -16px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__title__sub::after {
    left: -10px;
  }
}

.top2025-main__nav__list {
  margin: 0;
}
.top2025-main__nav__list__item {
  width: 100%;
  list-style: none;
  transition: background-color 0.3s ease;
  position: relative;
}
.top2025-main__nav__list__item:not(:last-child) {
  margin-bottom: 5px;
}
@media (any-hover: hover) {
  .top2025-main__nav__list__item:hover .top2025__target__list__item__link {
    text-decoration: none;
  }
}
.top2025-main__nav__list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
.top2025-main__nav__list__item.buy01::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_buy01.svg);
  width: 36px;
  height: 23px;
  background-size: 36px 23px;
  left: 14px;
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__list__item.buy01::before {
    width: 28.8px;
    height: 18.4px;
    background-size: 28.8px 18.4px;
    left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__list__item.buy01::before {
    width: 21.6px;
    height: 13.8px;
    background-size: 21.6px 13.8px;
    left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__list__item.buy01::before {
    width: 18px;
    height: 11.5px;
    background-size: 18px 11.5px;
    left: 6px;
  }
}
.top2025-main__nav__list__item.buy02::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_buy02.svg);
  width: 30px;
  height: 28px;
  background-size: 30px 28px;
  left: 14px;
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__list__item.buy02::before {
    width: 24px;
    height: 22.4px;
    background-size: 24px 22.4px;
    left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__list__item.buy02::before {
    width: 18px;
    height: 16.8px;
    background-size: 18px 16.8px;
    left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__list__item.buy02::before {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    left: 8px;
  }
}
.top2025-main__nav__list__item.buy03::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_buy03.svg);
  width: 37px;
  height: 26px;
  background-size: 37px 26px;
  left: 12px;
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__list__item.buy03::before {
    width: 29.6px;
    height: 20.8px;
    background-size: 29.6px 20.8px;
    left: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__list__item.buy03::before {
    width: 22.2px;
    height: 15.6px;
    background-size: 22.2px 15.6px;
    left: 8px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__list__item.buy03::before {
    width: 18.5px;
    height: 13px;
    background-size: 18.5px 13px;
    left: 6px;
  }
}
.top2025-main__nav__list__item.sell01::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_sale01.svg);
  width: 22px;
  height: 28px;
  background-size: 22px 28px;
  left: 20px;
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__list__item.sell01::before {
    width: 17.6px;
    height: 22.4px;
    background-size: 17.6px 22.4px;
    left: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__list__item.sell01::before {
    width: 13.2px;
    height: 16.8px;
    background-size: 13.2px 16.8px;
    left: 14px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__list__item.sell01::before {
    width: 11px;
    height: 14px;
    background-size: 11px 14px;
    left: 8px;
  }
}
.top2025-main__nav__list__item.sell02::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_sale02.svg);
  width: 31px;
  height: 31px;
  background-size: 31px 31px;
  left: 15px;
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__list__item.sell02::before {
    width: 24.8px;
    height: 24.8px;
    background-size: 24.8px 24.8px;
    left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__list__item.sell02::before {
    width: 18.6px;
    height: 18.6px;
    background-size: 24.8px 18.6px;
    left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__list__item.sell02::before {
    width: 15.5px;
    height: 15.5px;
    background-size: 15.5px 15.5px;
    left: 6px;
  }
}
.top2025-main__nav__list__item.sell03::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_sale03.svg);
  width: 34px;
  height: 30px;
  background-size: 34px 30px;
  left: 15px;
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__list__item.sell03::before {
    width: 27.2px;
    height: 24px;
    background-size: 27.2px 24px;
    left: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__list__item.sell03::before {
    width: 20.4px;
    height: 18px;
    background-size: 20.4px 18px;
    left: 12px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__list__item.sell03::before {
    width: 17px;
    height: 15px;
    background-size: 17px 15px;
    left: 6px;
  }
}
.top2025-main__nav__list__item__link {
  display: block;
  padding: 20px 35px 20px 58px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  position: relative;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .top2025-main__nav__list__item__link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1600px) {
  .top2025-main__nav__list__item__link {
    font-size: 14px;
    padding-left: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .top2025-main__nav__list__item__link {
    font-size: 13px;
    padding: 14px 35px 14px 38px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__list__item__link {
    font-size: 12px;
    padding: 14px 30px 14px 30px;
  }
}
.top2025-main__nav__list__item__link::before, .top2025-main__nav__list__item__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.top2025-main__nav__list__item__link::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  right: 15px;
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__list__item__link::before {
    right: 8px;
  }
}
.top2025-main__nav__list__item__link::after {
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  right: 20px;
}
@media screen and (max-width: 700px) {
  .top2025-main__nav__list__item__link::after {
    right: 14px;
  }
}
.top2025-main__nav__list__item__link.buy::before {
  border: 1px solid #408c16;
}
.top2025-main__nav__list__item__link.buy::after {
  border-top: 1px solid #408c16;
  border-right: 1px solid #408c16;
}
@media (any-hover: hover) {
  .top2025-main__nav__list__item__link.buy:hover {
    background-color: #cfe2c5;
  }
}
.top2025-main__nav__list__item__link.sell::before {
  border: 1px solid #1a68b8;
}
.top2025-main__nav__list__item__link.sell::after {
  border-top: 1px solid #1a68b8;
  border-right: 1px solid #1a68b8;
}
@media (any-hover: hover) {
  .top2025-main__nav__list__item__link.sell:hover {
    background-color: #e8f0f8;
  }
}

.top2025-main__nav__link {
  text-align: right;
}
.top2025-main__nav__link a {
  color: #fff;
  position: relative;
  font-weight: 500;
  padding-left: 22px;
}
.top2025-main__nav__link a::before, .top2025-main__nav__link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.top2025-main__nav__link a::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 6px;
}
.top2025-main__nav__link a::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 11px;
  left: 4px;
}

.top2025-newestate {
  background-color: #e3eedc;
  position: relative;
  z-index: auto;
  padding: 100px 20px 150px;
}
@media screen and (max-width: 700px) {
  .top2025-newestate {
    padding: 40px 0px 60px;
  }
}
.top2025-newestate::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 45%;
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .top2025-newestate::before {
    height: 58% !important;
  }
}
.top2025-newestate .top2025-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .top2025-newestate .top2025-title {
    margin-bottom: 20px;
  }
}
.top2025-newestate .top2025-btn-wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .top2025-newestate .top2025-btn-wrap {
    margin-top: 0px !important;
  }
}
.top2025-newestate .wp-block-column {
  background-color: #fff;
}

.top2025-staff {
  padding: 80px 30px 150px 30px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .top2025-staff {
    padding: 40px 20px 60px 20px;
  }
}

.top2025-staff__en {
  position: absolute !important;
  margin: 0;
  width: 100%;
  line-height: 0.1;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.top2025-staff__en li {
  list-style: none;
}

.top2025-staff__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1575px;
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 700px) {
  .top2025-staff__inner {
    display: block;
  }
}

.top2025-staff__data {
  width: 36.2%;
  margin-right: 9.5%;
}
@media screen and (max-width: 1600px) {
  .top2025-staff__data {
    width: 40.2%;
    margin-right: 5.5%;
  }
}
@media screen and (max-width: 700px) {
  .top2025-staff__data {
    width: 100%;
  }
}
.top2025-staff__data .top2025-btn01 {
  margin-left: 0;
}

.top2025-staff__data__icon {
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .top2025-staff__data__icon {
    font-size: 12px;
    margin-bottom: 10px !important;
  }
}

.top2025-staff__data__copy {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1600px) {
  .top2025-staff__data__copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-staff__data__copy {
    font-size: 20px;
    margin-bottom: 16px !important;
  }
}

.top2025-staff__data__text {
  font-size: 17px;
  line-height: 2.2;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1400px) {
  .top2025-staff__data__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-staff__data__text {
    font-size: 14px;
    margin-bottom: 30px !important;
  }
}

.top2025-staff__voice {
  width: 54.3%;
  margin: 0;
  display: flex;
}
@media screen and (max-width: 700px) {
  .top2025-staff__voice {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
.top2025-staff__voice__item {
  list-style: none;
  width: calc((100% - 60px) / 3);
}
.top2025-staff__voice__item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.top2025-staff__voice__item:nth-child(1) {
  margin-top: 5.2vw;
}
.top2025-staff__voice__item:nth-child(3) {
  margin-top: 9.27vw;
}
@media screen and (max-width: 1300px) {
  .top2025-staff__voice__item {
    width: calc((100% - 20px) / 3);
  }
  .top2025-staff__voice__item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-staff__voice__item {
    width: 100%;
    margin-top: 0 !important;
    border-bottom: 1px solid #fff;
  }
}
.top2025-staff__voice__link {
  display: block;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 700px) {
  .top2025-staff__voice__link {
    display: flex;
  }
}
.top2025-staff__voice__link::before, .top2025-staff__voice__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  z-index: 1;
}
.top2025-staff__voice__link::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 20px;
  bottom: 20px;
}
.top2025-staff__voice__link::after {
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 25px;
  bottom: 25px;
}
.top2025-staff__voice__data {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 30px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .top2025-staff__voice__data {
    padding: 20px 20px 42px 20px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-staff__voice__data {
    position: relative;
    background-color: black;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.top2025-staff__voice__data__name {
  line-height: 1;
  margin-bottom: 12px !important;
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 1300px) {
  .top2025-staff__voice__data__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-staff__voice__data__name {
    font-size: 16px;
  }
}
.top2025-staff__voice__data__copy {
  margin-bottom: 0 !important;
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .top2025-staff__voice__img {
    width: 120px;
  }
  .top2025-staff__voice__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.top2025-slide__bnr {
  background-color: #eff3f8;
  padding: 100px 20px 100px;
  margin-bottom: 100px !important;
}
@media screen and (max-width: 700px) {
  .top2025-slide__bnr {
    padding: 30px 40px 10px;
    margin-bottom: 40px !important;
  }
}
.top2025-slide__bnr__list {
  width: 100%;
  margin: 0 auto;
}
.top2025-slide__bnr__list__item {
  list-style: none;
  padding: 0 10px;
}
@media screen and (max-width: 1500px) {
  .top2025-slide__bnr__list__item {
    padding: 0px 0px 0px;
  }
}
.top2025-slide__bnr__list__item a {
  padding: 0 10px;
  display: block;
  text-decoration: none;
}
.top2025-slide__bnr__list__item a:hover img {
  transform: scale(1);
}
.top2025-slide__bnr__list__item figure {
  margin-bottom: 15px;
}
.top2025-slide__bnr__list .slick-prev,
.top2025-slide__bnr__list .slick-next {
  top: auto;
  bottom: -50px;
}
@media screen and (max-width: 700px) {
  .top2025-slide__bnr__list .slick-prev,
  .top2025-slide__bnr__list .slick-next {
    top: 45%;
  }
}
.top2025-slide__bnr__list .slick-prev::before,
.top2025-slide__bnr__list .slick-next::before {
  background-color: #1a68b8;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .top2025-slide__bnr__list .slick-prev:hover::before,
  .top2025-slide__bnr__list .slick-next:hover::before {
    background-color: #000;
  }
}
.top2025-slide__bnr__list .slick-prev {
  left: auto;
  right: 100px;
}
@media screen and (max-width: 700px) {
  .top2025-slide__bnr__list .slick-prev {
    left: -20px;
    right: auto;
  }
}
.top2025-slide__bnr__list .slick-prev::after {
  border-width: 3px 9px 3px 0;
  left: 15px;
}
@media screen and (max-width: 700px) {
  .top2025-slide__bnr__list .slick-prev::after {
    left: 8px;
    border-width: 3px 6px 3px 0;
  }
}
.top2025-slide__bnr__list .slick-next {
  right: 50px;
}
@media screen and (max-width: 700px) {
  .top2025-slide__bnr__list .slick-next {
    right: -20px;
  }
}
.top2025-slide__bnr__list .slick-next::after {
  left: 18px;
  border-width: 3px 0 3px 9px;
}
@media screen and (max-width: 700px) {
  .top2025-slide__bnr__list .slick-next::after {
    left: 10px;
    border-width: 3px 0 3px 6px;
  }
}

.top2025-slide__bnr__list__icon__wrap {
  display: flex;
  margin: 0 0 10px;
  gap: 5px;
}

.top2025-slide__bnr__list__icon {
  width: 70px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 5px;
  font-size: 13px;
  list-style: none;
}
.top2025-slide__bnr__list__icon.sell {
  background-color: #1a68b8;
}
.top2025-slide__bnr__list__icon.buy {
  background-color: #408c16;
}
.top2025-slide__bnr__list__icon.other {
  background-color: #b50216;
}

.top2025-slide__bnr__list__copy {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .top2025-slide__bnr__list__copy {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .top2025-slide__bnr__list__copy {
    margin-bottom: 0 !important;
  }
}

.top2025-title__wrap {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
  .top2025-title__wrap {
    margin-bottom: 20px !important;
  }
}

.top2025-title__jp {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 10px !important;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .top2025-title__jp {
    font-size: 26px;
  }
}
.top2025-title__en {
  font-family: "Roboto", sans-serif !important;
  color: #b50216;
  font-size: 12px;
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .top2025-title__en {
    font-size: 11px;
  }
}

.top2025-btn-wrap {
  position: relative;
  margin: 50px 0 7.8vw;
}
@media screen and (max-width: 700px) {
  .top2025-btn-wrap {
    margin: 30px 0 40px;
  }
}

.top2025-btn01 {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 22px 10px 22px 10px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  background-color: #b50216;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .top2025-btn01 {
    padding: 16px 10px 16px 10px;
    font-size: 0.875rem;
  }
}
.top2025-btn01 span {
  position: relative;
  padding-right: 30px;
}
.top2025-btn01 span::before, .top2025-btn01 span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top2025-btn01 span::before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
}
.top2025-btn01 span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #b50216;
  border-right: 1px solid #b50216;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 6px;
}
.top2025-btn01.green {
  background-color: #408c16;
}
.top2025-btn01.green span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #408c16;
  border-right: 1px solid #408c16;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top2025-btn01:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.top2025-btn01:hover span::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top2025__group {
  background-color: #eff3f8;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  .top2025__group {
    display: block;
    padding: 0;
  }
}
.top2025__group__photos {
  width: 400px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top2025__group__photos {
    width: 320px;
  }
}
@media screen and (max-width: 700px) {
  .top2025__group__photos {
    width: 100%;
  }
}
.top2025__group__photos__slider {
  width: 100%;
  height: 100%;
  line-height: 0.1 !important;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.top2025__group__photos__slider div {
  margin: 0;
  padding: 0;
  line-height: 0.1 !important;
}
.top2025__group__photos__slider div img {
  width: 100%;
  height: 100%;
  line-height: 0.1 !important;
  object-fit: cover;
}
.top2025__group__contents {
  padding: 100px 80px 150px;
  width: calc(100% - 420px);
}
@media screen and (max-width: 1600px) {
  .top2025__group__contents {
    padding: 80px 60px 80px;
  }
}
@media screen and (max-width: 1400px) {
  .top2025__group__contents {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 700px) {
  .top2025__group__contents {
    width: 100%;
    padding: 40px 20px;
  }
}
.top2025__group__contents__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .top2025__group__contents__inner {
    display: block;
  }
}
.top2025__group__contents__inner__logo {
  width: 28.8%;
  margin-right: 15.82%;
}
@media screen and (max-width: 1500px) {
  .top2025__group__contents__inner__logo {
    margin-right: 10.82%;
  }
}
@media screen and (max-width: 700px) {
  .top2025__group__contents__inner__logo {
    width: 50%;
    margin: 0 auto 40px;
  }
}
.top2025__group__contents__inner__text {
  width: 55.38%;
}
@media screen and (max-width: 1500px) {
  .top2025__group__contents__inner__text {
    width: 60.38%;
  }
}
@media screen and (max-width: 700px) {
  .top2025__group__contents__inner__text {
    width: 100%;
  }
}

.top2025__group__contents__text__icon {
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .top2025__group__contents__text__icon {
    font-size: 12px;
    padding: 3px 20px;
    margin-bottom: 10px !important;
  }
}

.top2025__group__contents__text__copy {
  font-size: 34px;
  font-weight: 800;
  color: #000;
  line-height: 1.8;
  margin-bottom: 26px !important;
}
@media screen and (max-width: 1400px) {
  .top2025__group__contents__text__copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .top2025__group__contents__text__copy {
    font-size: 20px;
    margin-bottom: 16px !important;
  }
}

.top2025__group__contents__text__data {
  font-size: 17px;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 36px !important;
}
@media screen and (max-width: 1400px) {
  .top2025__group__contents__text__data {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .top2025__group__contents__text__data {
    font-size: 14px;
    margin-bottom: 24px !important;
  }
}

.top2025__group__contents__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 10px;
}
@media screen and (max-width: 700px) {
  .top2025__group__contents__list {
    gap: 5px;
  }
}
.top2025__group__contents__list__item {
  list-style: none;
  width: calc((100% - 10px) / 2);
}
.top2025__group__contents__list__link {
  display: block;
  background-color: #fff;
  color: #000;
  position: relative;
  line-height: 1;
  padding: 25px 20px 25px 42px;
  font-weight: 600;
  font-size: 18px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1400px) {
  .top2025__group__contents__list__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .top2025__group__contents__list__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .top2025__group__contents__list__link {
    padding: 15px 20px 15px 42px;
    line-height: 1.4;
  }
}
@media (any-hover: hover) {
  .top2025__group__contents__list__link:hover {
    background-color: #fde8eb;
    text-decoration: none;
  }
}
.top2025__group__contents__list__link::before, .top2025__group__contents__list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top2025__group__contents__list__link::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #b50216;
  left: 18px;
}
.top2025__group__contents__list__link::after {
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 22px;
}

.top2025__target {
  display: flex;
}
@media screen and (max-width: 700px) {
  .top2025__target {
    display: block;
    padding: 0;
  }
}

.top2025__target__box {
  width: 50%;
  padding: 4.6875vw 2.6vw;
}
@media screen and (max-width: 700px) {
  .top2025__target__box {
    width: 100%;
    padding: 20px;
  }
}
.top2025__target__box.buy {
  background-color: #408c16;
}
.top2025__target__box.sell {
  background-color: #1a68b8;
}

.top2025__target__box__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.top2025__target__title {
  color: #fff !important;
  font-weight: 600;
  font-size: 36px !important;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .top2025__target__title {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }
}
.top2025__target__title .en {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 16px;
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: "Roboto", sans-serif !important;
}

.top2025__target__list {
  display: flex;
  gap: 10px;
  margin: 0 0 20px;
}
@media screen and (max-width: 700px) {
  .top2025__target__list {
    margin-bottom: 10px;
  }
}
.top2025__target__list__item {
  width: calc((100% - 20px) / 3);
  list-style: none;
  transition: background-color 0.3s ease;
  position: relative;
}
@media (any-hover: hover) {
  .top2025__target__list__item:hover .top2025__target__list__item__link {
    text-decoration: none;
  }
}
.top2025__target__list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.top2025__target__list__item.buy01::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_buy01.svg);
  top: 40px;
  width: 43px;
  height: 27px;
  background-size: 43px 27px;
}
@media screen and (max-width: 700px) {
  .top2025__target__list__item.buy01::before {
    top: 24px;
    width: 34.4px;
    height: 21.6px;
    background-size: 34.4px 21.6px;
  }
}
.top2025__target__list__item.buy02::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_buy02.svg);
  top: 38px;
  width: 30px;
  height: 32px;
  background-size: 30px 32px;
}
@media screen and (max-width: 700px) {
  .top2025__target__list__item.buy02::before {
    top: 22px;
    width: 24px;
    height: 25.6px;
    background-size: 24px 25.6px;
  }
}
.top2025__target__list__item.buy03::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_buy03.svg);
  top: 35px;
  width: 46px;
  height: 32px;
  background-size: 46px 32px;
}
@media screen and (max-width: 700px) {
  .top2025__target__list__item.buy03::before {
    top: 20px;
    width: 36.8px;
    height: 25.6px;
    background-size: 36.8px 25.6px;
  }
}
.top2025__target__list__item.sell01::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_sale01.svg);
  top: 35px;
  width: 25px;
  height: 32px;
  background-size: 25px 32px;
}
@media screen and (max-width: 700px) {
  .top2025__target__list__item.sell01::before {
    top: 22px;
    width: 20px;
    height: 25.6px;
    background-size: 20px 25.6px;
  }
}
.top2025__target__list__item.sell02::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_sale02.svg);
  top: 32px;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
}
@media screen and (max-width: 700px) {
  .top2025__target__list__item.sell02::before {
    top: 22px;
    width: 27.2px;
    height: 27.2px;
    background-size: 27.2px 27.2px;
  }
}
.top2025__target__list__item.sell03::before {
  background-image: url(/wp-content/uploads/sites/566/2025/08/icon_sale03.svg);
  top: 32px;
  width: 40px;
  height: 35px;
  background-size: 40px 35px;
}
@media screen and (max-width: 700px) {
  .top2025__target__list__item.sell03::before {
    top: 20px;
    width: 32px;
    height: 28px;
    background-size: 32px 28px;
  }
}
.top2025__target__list__item__link {
  display: flex;
  height: 100%;
  justify-content: center;
  border-radius: 10px;
  padding: 80px 10px 63px 10px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: relative;
  background-color: #fff;
  transition: background-color 0.3s ease;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .top2025__target__list__item__link {
    font-size: 15px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .top2025__target__list__item__link {
    font-size: 14px;
    padding: 60px 10px 36px;
  }
}
.top2025__target__list__item__link::before, .top2025__target__list__item__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.top2025__target__list__item__link::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  bottom: 1.8vw;
}
@media screen and (max-width: 700px) {
  .top2025__target__list__item__link::before {
    bottom: 10px;
  }
}
.top2025__target__list__item__link::after {
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 2.05vw;
}
@media screen and (max-width: 1300px) {
  .top2025__target__list__item__link::after {
    bottom: 2.2vw;
  }
}
@media screen and (max-width: 700px) {
  .top2025__target__list__item__link::after {
    bottom: 15px;
  }
}
.top2025__target__list__item__link.buy::before {
  background-color: #408c16;
}
@media (any-hover: hover) {
  .top2025__target__list__item__link.buy:hover {
    background-color: #cfe2c5;
  }
}
.top2025__target__list__item__link.sell::before {
  background-color: #1a68b8;
}
@media (any-hover: hover) {
  .top2025__target__list__item__link.sell:hover {
    background-color: #e8f0f8;
  }
}

.top2025__target__link {
  text-align: right;
}
.top2025__target__link a {
  color: #fff;
  position: relative;
  font-weight: 500;
  padding-left: 22px;
}
@media screen and (max-width: 700px) {
  .top2025__target__link a {
    font-size: 14px;
  }
}
.top2025__target__link a::before, .top2025__target__link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.top2025__target__link a::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 6px;
}
@media screen and (max-width: 700px) {
  .top2025__target__link a::before {
    top: 5px;
  }
}
.top2025__target__link a::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 11px;
  left: 4px;
}
@media screen and (max-width: 700px) {
  .top2025__target__link a::after {
    top: 10px;
  }
}

.newsicon, .newsicon__oyakudachi02, .newsicon__oyakudachi, .newsicon__campaign {
  width: 90px;
  height: 24px;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 21px;
}
.newsicon__campaign {
  background-color: #79ae5b;
}
.newsicon__oyakudachi {
  background-color: #fea251;
}
.newsicon__oyakudachi02 {
  background-color: #ac88ba;
}

.store-googlemap {
  margin-bottom: 80px;
  height: 480px;
}
@media screen and (max-width: 1199px) {
  .store-googlemap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .store-googlemap {
    margin-bottom: 30px;
    height: 280px;
  }
}
.store-googlemap iframe {
  width: 100%;
  height: 100%;
}

.store-index-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.store-index-list__item {
  width: calc((100% - 80px) / 3);
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
  z-index: 0;
}
.store-index-list__item:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .store-index-list__item {
    width: calc((100% - 40px) / 3);
    margin: 0 0 20px;
  }
  .store-index-list__item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .store-index-list__item {
    margin: 0 0 20px;
    width: calc((100% - 10px) / 2);
  }
  .store-index-list__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .store-index-list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.store-index-list__item::before, .store-index-list__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.store-index-list__item::before {
  background-color: #dcd9d9;
  height: 100%;
  width: 2px;
  z-index: -1;
}

.store-index-list__wrap {
  position: relative;
  text-align: left;
  padding: 38px 0 38px 38px;
}
@media screen and (max-width: 700px) {
  .store-index-list__wrap {
    padding: 16px 0 20px 16px;
  }
}
.store-index-list__wrap::before, .store-index-list__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 2px;
}
.store-index-list__wrap::after {
  background-color: #000;
  height: 84px;
}
@media screen and (max-width: 700px) {
  .store-index-list__wrap::after {
    height: 58px;
  }
}

.store-index-list__title {
  margin-bottom: 26px;
}
@media screen and (max-width: 700px) {
  .store-index-list__title {
    margin-bottom: 14px;
  }
}
.store-index-list__title__sub {
  line-height: 1;
  margin-bottom: 6px !important;
  color: #b50216;
  font-size: 0.8125rem;
  font-weight: 400;
}
.store-index-list__title__main {
  line-height: 1;
  margin-bottom: 0 !important;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 700px) {
  .store-index-list__title__main {
    font-size: 1rem;
  }
}

.store-index-list__map {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .store-index-list__map {
    margin-bottom: 10px !important;
  }
}
.store-index-list__map a {
  background-color: #333;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  width: 70px;
  padding: 5px 5px 6px 5px;
  display: block;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .store-index-list__map a {
    padding: 5px 5px 6px 5px;
  }
}
.store-index-list__map a:hover {
  background-color: #b50216;
  text-decoration: none;
}
.store-index-list__map a span {
  padding-right: 5px;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .store-index-list__map a span {
    padding-left: 12px;
  }
}
.store-index-list__map a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/app/uploads/sites/566/2021/10/map_icon.svg);
  background-size: 10px 16px;
  width: 10px;
  height: 16px;
}
@media screen and (max-width: 700px) {
  .store-index-list__map a span::before {
    background-size: 8px 12.8px;
    width: 8px;
    height: 12.8px;
  }
}

.store-index-list__address {
  line-height: 1.6;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .store-index-list__address {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 10px !important;
  }
}

.store-index-list__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .store-index-list__info {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.store-index-list__info__title {
  position: relative;
  line-height: 1;
  padding-left: 22px;
  width: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .store-index-list__info__title {
    width: 100%;
    padding-left: 16px;
  }
}
.store-index-list__info__title::before, .store-index-list__info__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
}
.store-index-list__info__title::before {
  width: 8px;
  height: 8px;
  border: 1px solid #b50216;
}
.store-index-list__info__title::after {
  width: 4px;
  height: 4px;
  background-color: #b50216;
  top: 6px;
  left: 2px;
}
.store-index-list__info__data {
  width: calc(100% - 90px - 10px);
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .store-index-list__info__data {
    width: 100%;
    padding-left: 16px;
  }
}

@media screen and (max-width: 700px) {
  .store-index-list__tel {
    margin-bottom: 5px !important;
  }
}
.store-index-list__tel a {
  font-family: "Roboto", sans-serif !important;
  font-size: 2.1875rem;
  font-weight: 800;
  color: #000 !important;
  padding-left: 33px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .store-index-list__tel a {
    font-size: 1.75rem;
    padding-left: 24px;
  }
}
@media screen and (max-width: 700px) {
  .store-index-list__tel a {
    font-size: 1.25rem;
    padding-left: 18px;
  }
}
.store-index-list__tel a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto;
  background-image: url(/app/uploads/sites/566/2021/10/baff5868d83da50a55372778170c82f0.svg);
  background-size: 22px 27px;
  width: 22px;
  height: 27px;
}
@media screen and (max-width: 1199px) {
  .store-index-list__tel a::before {
    background-size: 17.6px 21.6px;
    width: 17.6px;
    height: 21.6px;
    top: 6px;
  }
}
@media screen and (max-width: 700px) {
  .store-index-list__tel a::before {
    background-size: 13.2px 16.2px;
    width: 13.2px;
    height: 16.2px;
    top: 4px;
  }
}

.store-index-list__category {
  padding: 0;
  margin: 0 0 35px 0;
  display: flex;
  flex-wrap: wrap;
}
.store-index-list__category.store-data {
  margin-bottom: 60px;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .store-index-list__category.store-data {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .store-index-list__category {
    margin: 0 0 20px 0;
  }
}
.store-index-list__category__item {
  list-style: none;
  border: 2px solid #e7adb4;
  line-height: 1;
  padding: 6px 6px 6px 6px;
  color: #b50216;
  font-size: 0.9375rem;
  text-align: center;
  margin: 0 5px 5px 0;
}
@media screen and (max-width: 700px) {
  .store-index-list__category__item {
    font-size: 0.75rem;
    border: 1px solid #e7adb4;
    padding: 4px 5px 4px 5px;
    margin-bottom: 2px;
  }
}

.store-index-list__morebtn {
  margin: 0 auto;
  width: 60px;
}
@media screen and (max-width: 700px) {
  .store-index-list__morebtn {
    width: 40px;
  }
}
.store-index-list__morebtn a,
.store-index-list__morebtn span {
  width: 60px;
  height: 60px;
  background-color: #b50216;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.75rem;
  text-align: center;
  padding-top: 18px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 700px) {
  .store-index-list__morebtn a,
  .store-index-list__morebtn span {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 0.6875rem;
  }
}
.store-index-list__morebtn a::before,
.store-index-list__morebtn span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 700px) {
  .store-index-list__morebtn a::before,
  .store-index-list__morebtn span::before {
    bottom: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.store-index-list__morebtn a:hover,
.store-index-list__morebtn span:hover {
  background-color: #000;
  text-decoration: none;
}
.store-index-list__morebtn.cl-white span {
  background-color: #fff;
  color: #b50216;
}
.store-index-list__morebtn.cl-white span::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #b50216;
  border-right: 2px solid #b50216;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.store-index-list__morebtn.sell a,
.store-index-list__morebtn.sell span {
  background-color: #1a68b8;
}
.store-index-list__morebtn.sell a:hover,
.store-index-list__morebtn.sell span:hover {
  background-color: #000;
  text-decoration: none;
}

.store-info {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .store-info {
    display: block;
    margin-bottom: 20px;
  }
}

.store-info__title {
  text-align-last: left;
  position: relative;
  padding: 15px 0 15px 0;
}
@media screen and (max-width: 700px) {
  .store-info__title {
    margin-bottom: 10px;
    width: 100%;
  }
}
.store-info__title::before, .store-info__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .store-info__title::before {
    background-color: #ccc;
    width: 1px;
    height: 100%;
  }
}
@media screen and (min-width: 640px) {
  .store-info__title::after {
    width: 1px;
    height: 61%;
    background-color: #000;
  }
}
.store-info__title__sub {
  line-height: 1;
  margin-bottom: 6px !important;
  color: #b50216;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .store-info__title__sub {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.store-info__title__main {
  line-height: 1;
  margin-bottom: 0 !important;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-right: 28px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .store-info__title__main {
    margin-right: 0;
    font-size: 1.625rem;
    display: flex;
    justify-content: center;
  }
}

.store-info__page-title {
  line-height: 1;
  margin-bottom: 0 !important;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-right: 28px;
  position: relative;
  font-weight: 600;
  padding-left: 32px;
  padding-top: 1rem;
}
@media screen and (max-width: 700px) {
  .store-info__page-title {
    margin-right: 0;
    padding-left: 0;
    font-size: 1.625rem;
    display: flex;
    justify-content: center;
  }
}

.store-info__contact {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .store-info__contact {
    width: 100%;
  }
}

.store-info__tel {
  padding: 30px 30px 20px 30px;
  position: relative;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .store-info__tel {
    padding: 16px 20px 8px 20px;
  }
}
.store-info__tel::before, .store-info__tel::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.store-info__tel::before {
  background-color: #ccc;
  width: 1px;
  height: 100%;
}
.store-info__tel::after {
  width: 1px;
  height: 61%;
  background-color: #000;
}
.store-info__tel a {
  font-family: "Roboto", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 800;
  color: #000 !important;
  padding-left: 33px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .store-info__tel a {
    font-size: 1.75rem;
    padding-left: 26px;
  }
}
.store-info__tel a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto;
  background-image: url(/app/uploads/sites/566/2021/10/baff5868d83da50a55372778170c82f0.svg);
  background-size: 24px 30px;
  width: 24px;
  height: 30px;
}
@media screen and (max-width: 700px) {
  .store-info__tel a::before {
    background-size: 19.2px 24px;
    width: 19.2px;
    height: 24px;
    top: 6px;
  }
}

.store-info__mapbtn {
  padding: 0 0 0 30px;
  display: flex;
}
.store-info__mapbtn a {
  width: 60px;
  height: 60px;
  background-color: #b50216;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 700px) {
  .store-info__mapbtn a {
    width: 50px;
    height: 50px;
  }
}
.store-info__mapbtn a:hover {
  background-color: #000;
  text-decoration: none;
}

.store-main-img {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
@media screen and (max-width: 700px) {
  .store-main-img {
    margin: 0 0 20px;
  }
}
.store-main-img__item {
  width: 50%;
  list-style: none;
  margin-right: 40px;
}
.store-main-img__item:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 700px) {
  .store-main-img__item {
    margin-right: 0px;
  }
}
.store-main-img__item img {
  width: 100%;
}

.store-img-list01 {
  padding: 0;
  margin: 0 0 80px;
  display: flex;
}
@media screen and (max-width: 700px) {
  .store-img-list01 {
    margin: 0 0 40px;
  }
}
.store-img-list01__item {
  list-style: none;
  width: calc((100% - 80px) / 3);
}
.store-img-list01__item:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .store-img-list01__item {
    width: calc((100% - 10px) / 3);
  }
  .store-img-list01__item:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}

.store-contact {
  position: relative;
  padding-top: 40px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 38px;
}
@media screen and (max-width: 700px) {
  .store-contact {
    display: block;
    padding-top: 20px;
  }
}
.store-contact::before, .store-contact::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.store-contact::before {
  background-color: #000;
  width: 100%;
  height: 1px;
}
.store-contact::after {
  top: 1px;
  height: 3px;
  width: 8%;
  background-color: #000;
}

.store-contact__data {
  width: 45%;
}
@media screen and (max-width: 700px) {
  .store-contact__data {
    width: 100%;
    margin-bottom: 20px;
  }
}

.store-contact__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .store-contact__title {
    margin-bottom: 15px;
  }
}
.store-contact__title__data {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px !important;
  color: #000;
}
@media screen and (max-width: 700px) {
  .store-contact__title__data {
    font-size: 1.25rem;
    margin-bottom: 8px !important;
  }
}
.store-contact__title__en {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 !important;
}

.store-contact__tel {
  position: relative;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 700px) {
  .store-contact__tel {
    margin-bottom: 10px !important;
  }
}
.store-contact__tel a {
  font-family: "Roboto", sans-serif !important;
  font-size: 3.125rem;
  font-weight: 800;
  color: #000 !important;
  padding-left: 45px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .store-contact__tel a {
    font-size: 2.5rem;
    padding-left: 40px;
  }
}
@media screen and (max-width: 700px) {
  .store-contact__tel a {
    font-size: 1.75rem;
    padding-left: 24px;
  }
}
.store-contact__tel a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
  background-image: url(/app/uploads/sites/566/2021/10/baff5868d83da50a55372778170c82f0.svg);
  background-size: 30px 38px;
  width: 30px;
  height: 38px;
}
@media screen and (max-width: 1199px) {
  .store-contact__tel a::before {
    background-size: 24px 30.4px;
    width: 24px;
    height: 30.4px;
    top: 7px;
  }
}
@media screen and (max-width: 700px) {
  .store-contact__tel a::before {
    background-size: 18px 22.8px;
    width: 18px;
    height: 22.8px;
    top: 6px;
  }
}

.store-contact__address {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .store-contact__address {
    font-size: 0.875rem;
    margin-bottom: 10px !important;
  }
}

.store-contact__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .store-contact__info {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.store-contact__info__title {
  position: relative;
  line-height: 1;
  padding-left: 22px;
  width: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (max-width: 700px) {
  .store-contact__info__title {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 5px;
  }
}
.store-contact__info__title::before, .store-contact__info__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
}
.store-contact__info__title::before {
  width: 8px;
  height: 8px;
  border: 1px solid #b50216;
}
.store-contact__info__title::after {
  width: 4px;
  height: 4px;
  background-color: #b50216;
  top: 8px;
  left: 2px;
}
.store-contact__info__data {
  width: calc(100% - 90px - 10px);
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (max-width: 700px) {
  .store-contact__info__data {
    width: 100%;
    padding-left: 16px;
  }
}

.store-contact__map {
  width: 53%;
}
@media screen and (max-width: 700px) {
  .store-contact__map {
    width: 100%;
  }
}
.store-contact__map iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.store-contact__method {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .store-contact__method {
    margin: 0 0 20px 0;
  }
}
.store-contact__method__item {
  list-style: none;
  border: 1px solid #b50216;
  width: calc((100% - 84px) / 4);
  position: relative;
  transition: 0.3s;
}
.store-contact__method__item:not(:nth-child(4n)) {
  margin-right: 28px;
}
@media screen and (max-width: 700px) {
  .store-contact__method__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .store-contact__method__item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .store-contact__method__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.store-contact__method__item::before, .store-contact__method__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.store-contact__method__item::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #b50216 transparent;
}
@media screen and (max-width: 700px) {
  .store-contact__method__item::before {
    border-width: 0 0 55px 55px;
  }
}
.store-contact__method__item::after {
  background-image: url(/app/uploads/sites/566/2021/10/store-contact-arrow.png);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 700px) {
  .store-contact__method__item::after {
    bottom: 10px;
    right: 10px;
    background-size: 11.2px 11.2px;
    width: 11.2px;
    height: 11.2px;
  }
}
.store-contact__method__item:hover {
  text-decoration: none;
  background-color: #f8d4d8;
}
.store-contact__method__item:hover a {
  text-decoration: none;
}
.store-contact__method__item__title {
  background-color: #b50216;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .store-contact__method__item__title {
    font-size: 1rem;
  }
}
.store-contact__method__item__title::after {
  background-image: none;
}
.store-contact__method__item__title:hover {
  background-color: #b50216;
}
.store-contact__method__img img {
  width: 100%;
}
.store-contact__method__img.store-form {
  width: 86px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .store-contact__method__img.store-form {
    width: 68.8px;
  }
}
.store-contact__method__img.store-raiten {
  width: 82px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .store-contact__method__img.store-raiten {
    width: 65.6px;
  }
}
.store-contact__method__img.store-online {
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .store-contact__method__img.store-online {
    width: 64px;
  }
}
.store-contact__method__title {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px !important;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 700px) {
  .store-contact__method__title {
    font-size: 0.875rem;
    margin-bottom: 10px !important;
  }
}
.store-contact__method a {
  position: relative;
  padding: 10px 20px 10px 20px;
  min-height: 229px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .store-contact__method a {
    min-height: 160px;
  }
}
.store-contact__method a:hover img {
  transform: scale(1);
}

.store-contact__list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 80px 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .store-contact__list01 {
    margin: 0 0 40px 0;
  }
}
.store-contact__list01__item {
  list-style: none;
  max-width: 360px;
  width: 100%;
}
.store-contact__list01__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .store-contact__list01__item {
    max-width: auto;
    width: 90%;
  }
  .store-contact__list01__item:not(:nth-child(2n)) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.store-contact__list01__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 1;
  position: relative;
  height: 64px;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .store-contact__list01__item a {
    height: 54px;
    font-weight: 500;
    font-size: 0.9375rem;
  }
}
.store-contact__list01__item a::before, .store-contact__list01__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.store-contact__list01__item a::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/mail-white.svg);
  background-size: 22px 16px;
  width: 22px;
  height: 16px;
  left: 34px;
}
@media screen and (max-width: 700px) {
  .store-contact__list01__item a::before {
    background-size: 17.6px 12.8px;
    width: 17.6px;
    height: 12.8px;
  }
}
.store-contact__list01__item a::after {
  background-image: url(/wp-content/uploads/sites/566/2021/10/store-contact-arrow.png);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  right: 30px;
}
.store-contact__list01__item a.buy {
  background-color: #408c16;
}
.store-contact__list01__item a.sell {
  background-color: #1a68b8;
}
.store-contact__list01__item a:hover {
  text-decoration: none;
}
.store-contact__list01__item a:hover:hover {
  background-color: #333;
}

.store-pickup-list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto !important;
  text-align: left;
}
.store-pickup-list .has-4-columns > * {
  width: calc(25% - 10px) !important;
}
@media screen and (max-width: 700px) {
  .store-pickup-list .has-4-columns > * {
    width: calc(50% - 5px) !important;
  }
}
@media screen and (max-width: 700px) {
  .store-pickup-list.es_new_block {
    padding-left: 0;
    padding-right: 0;
  }
}
.store-pickup-list .es_new_block_name_wrap {
  margin-bottom: 16px !important;
}
.store-pickup-list .es_new_block_name {
  font-size: 1.0625rem;
}
@media screen and (max-width: 700px) {
  .store-pickup-list .es_new_block_name {
    font-size: 1rem;
  }
}
.store-pickup-list.vertical-padding {
  padding-top: 0;
}
.store-pickup-list .wp-block-column {
  margin-bottom: 10px !important;
}
.store-pickup-list .color_main span {
  color: #b50216;
}

.store-staff__box {
  display: flex;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .store-staff__box {
    display: block;
    margin-bottom: 30px;
  }
}
.store-staff__box.all {
  flex-direction: row-reverse;
  position: relative;
  padding-top: 45px;
}
@media screen and (max-width: 700px) {
  .store-staff__box.all {
    padding-top: 35px;
  }
}
.store-staff__box.all::before, .store-staff__box.all::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.store-staff__box.all::before {
  height: 1px;
  width: 100%;
  background-color: #000;
}
.store-staff__box.all::after {
  height: 3px;
  width: 80px;
  top: 1px;
  background-color: #000;
}
.store-staff__box.all .store-staff__box__data,
.store-staff__box.all .store-staff__box__img {
  width: calc((100% - 50px) / 2);
}
.store-staff__box.all .store-staff__box__data {
  margin-right: 50px;
}
@media screen and (max-width: 700px) {
  .store-staff__box.all .store-staff__box__data {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .store-staff__box__img {
    width: 65%;
    margin: 0 auto 20px;
  }
}

.store-staff__box__name {
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .store-staff__box__name {
    margin-bottom: 20px;
  }
}
.store-staff__box__name__director {
  color: #b50216;
  margin-bottom: 14px !important;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .store-staff__box__name__director {
    margin-bottom: 8px !important;
    font-size: 0.875rem;
    text-align: center;
  }
}
.store-staff__box__name__main {
  margin-bottom: 10px !important;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 700px) {
  .store-staff__box__name__main {
    text-align: center;
    font-size: 1.8rem;
  }
}
.store-staff__box__name__main .fs {
  font-size: 1.5rem;
}
.store-staff__box__name__en {
  font-size: 0.625rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 700px) {
  .store-staff__box__name__en {
    text-align: center;
  }
}

.store-staff__box__copy {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin-top: 40px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 1500px) {
  .store-staff__box__copy {
    font-size: 22px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .store-staff__box__copy {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
  }
}

.store-staff__box__status {
  display: flex;
  padding: 0;
  margin: 0 0 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 700px) {
  .store-staff__box__status {
    margin-bottom: 20px;
  }
}
.store-staff__box__status__item {
  line-height: 1;
  padding: 5px 8px 5px 8px;
  list-style: none;
  border: 2px solid #999999;
  margin-right: 10px;
  font-weight: bold;
  font-size: 0.9375rem;
  color: #444;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .store-staff__box__status__item {
    margin-right: 5px;
    font-size: 0.75rem;
  }
}
.store-staff__box__status__item.green {
  border: 2px solid #489541;
  background-color: #489541;
  color: #fff;
}
.store-staff__box__status__item.lightgreen {
  border: 2px solid #82c115;
  background-color: #82c115;
  color: #fff;
}
.store-staff__box__status__item.blue {
  border: 2px solid #1688bc;
  background-color: #1688bc;
  color: #fff;
}
.store-staff__box__status__item.pink {
  border: 2px solid #df8083;
  background-color: #df8083;
  color: #fff;
}
.store-staff__box__status__item.red {
  border: 2px solid #cf3956;
  background-color: #cf3956;
  color: #fff;
}
.store-staff__box__status__item.orange {
  border: 2px solid #f69c00;
  background-color: #f69c00;
  color: #fff;
}
.store-staff__box__status__item.purple {
  border: 2px solid #8860a7;
  background-color: #8860a7;
  color: #fff;
}

.store-staff__box__article {
  position: relative;
  padding-top: 22px;
  margin-bottom: 30px;
}
.store-staff__box__article::before, .store-staff__box__article::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.store-staff__box__article::before {
  width: 100%;
  height: 1px;
  background-color: #f6bcc3;
}
.store-staff__box__article::after {
  width: 150px;
  height: 1px;
  background-color: #b50216;
}

.store-staff__box__article__title {
  color: #b50216;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600;
  font-size: 1.3125rem;
  margin-bottom: 20px !important;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .store-staff__box__article__title {
    font-size: 1rem;
    margin-bottom: 10px !important;
  }
}

.store-staff__box__article__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 0.9375rem;
}
.store-staff__box__article__list__title {
  width: 100px;
  padding: 0;
  margin: 0;
}
.store-staff__box__article__list__data {
  width: calc(100% - 100px);
  padding: 0;
  margin: 0;
}

.store-staff__box__article__text {
  font-size: 0.9375rem;
}

.store-staff__box__cl02 {
  width: calc((100% - 50px) / 2);
  position: relative;
  padding-top: 44px;
}
@media screen and (max-width: 700px) {
  .store-staff__box__cl02 {
    padding-top: 35px;
    width: 100%;
  }
}
.store-staff__box__cl02:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 700px) {
  .store-staff__box__cl02:first-child {
    margin-right: 0;
  }
}
.store-staff__box__cl02::before, .store-staff__box__cl02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.store-staff__box__cl02::before {
  height: 1px;
  width: 100%;
  background-color: #000;
}
.store-staff__box__cl02::after {
  height: 3px;
  width: 80px;
  top: 1px;
  background-color: #000;
}
.store-staff__box__cl02 .store-staff__box__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .store-staff__box__cl02 .store-staff__box__img {
    margin-bottom: 20px;
  }
}

.store-info__block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .store-info__block01 {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 20px;
  }
}
.store-info__block01 .catch-copy01 {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .store-info__block01 .catch-copy01 {
    text-align: center;
  }
}
.store-info__block01 .lead-text01 {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .store-info__block01 .store-top__lead {
    margin-bottom: 20px;
  }
}

.pickupstaff-list {
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list {
    display: block;
  }
}
.pickupstaff-list__item {
  list-style: none;
  width: calc((100% - 80px) / 2);
  margin-bottom: 70px;
  position: relative;
}
.pickupstaff-list__item:not(:nth-child(2n)) {
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pickupstaff-list a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.pickupstaff-list a:hover {
  background-color: #fde8eb;
}

.pickupstaff-list__copy {
  margin-bottom: 28px !important;
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__copy {
    font-size: 1.25rem;
    margin-bottom: 16px !important;
  }
}

.pickupstaff-list__wrap {
  padding: 28px 0 30px 0;
  position: relative;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap {
    padding: 20px 0 20px 0;
  }
}
.pickupstaff-list__wrap::before, .pickupstaff-list__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pickupstaff-list__wrap::before {
  width: 170px;
  background-color: #000;
  height: 2px;
}
.pickupstaff-list__wrap::after {
  width: 2px;
  height: 16px;
  background-color: #000;
  transform: rotate(-45deg);
  left: 162px;
  bottom: -1px;
}
.pickupstaff-list__wrap.item01 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup01.png);
  background-size: 177px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item01 {
    background-size: 118px 66px;
  }
}
.pickupstaff-list__wrap.item02 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup02.png);
  background-size: 195px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item02 {
    background-size: 130px 66px;
  }
}
.pickupstaff-list__wrap.item03 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup03.png);
  background-size: 193px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item03 {
    background-size: 128.6666666667px 66px;
  }
}
.pickupstaff-list__wrap.item04 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup04.png);
  background-size: 196px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item04 {
    background-size: 130.6666666667px 66px;
  }
}
.pickupstaff-list__wrap.item05 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup05.png);
  background-size: 196px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item05 {
    background-size: 130.6666666667px 66px;
  }
}
.pickupstaff-list__wrap.item06 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup06.png);
  background-size: 196px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item06 {
    background-size: 130.6666666667px 66px;
  }
}
.pickupstaff-list__wrap.item07 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup07.png);
  background-size: 196px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item07 {
    background-size: 130.6666666667px 66px;
  }
}
.pickupstaff-list__wrap.item08 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup08.png);
  background-size: 196px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item08 {
    background-size: 130.6666666667px 66px;
  }
}
.pickupstaff-list__wrap.item09 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup09.png);
  background-size: 196px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item09 {
    background-size: 130.6666666667px 66px;
  }
}
.pickupstaff-list__wrap.item10 {
  background-image: url(/wp-content/uploads/sites/566/2024/12/pickup10.png);
  background-size: 196px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item10 {
    background-size: 130.6666666667px 66px;
  }
}
.pickupstaff-list__wrap.item11 {
  background-image: url(/wp-content/uploads/sites/566/2024/12/pickup11.png);
  background-size: 196px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item11 {
    background-size: 130.6666666667px 66px;
  }
}
.pickupstaff-list__wrap.item12 {
  background-image: url(/wp-content/uploads/sites/566/2024/12/pickup12.png);
  background-size: 196px 99px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-list__wrap.item12 {
    background-size: 130.6666666667px 66px;
  }
}

.pickupstaff-list__data {
  font-weight: 500;
}
.pickupstaff-list__data__department {
  font-size: 0.8125rem;
  color: #000;
  line-height: 1;
  margin-bottom: 10px !important;
}
.pickupstaff-list__data__name {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin-bottom: 10px !important;
}
.pickupstaff-list__data__en {
  font-size: 0.625rem;
  color: #000;
  line-height: 1;
  margin-bottom: 0px !important;
}

.pickupstaff-main {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main {
    display: block;
    margin-bottom: 20px;
  }
}
.pickupstaff-main__img {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__img {
    width: 100%;
    height: 250px;
  }
}
.pickupstaff-main__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.pickupstaff-main__data {
  width: 50%;
  background-color: #000;
  padding: 50px 58px 50px 44px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data {
    width: 100%;
    padding: 16px 20px 20px 20px;
  }
}
.pickupstaff-main__data.pickupstaff01 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup01_white.png);
  background-size: 119px 158px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff01 {
    background-size: 88.1481481481px 117.037037037px;
  }
}
.pickupstaff-main__data.pickupstaff02 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup02_white.png);
  background-size: 147px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff02 {
    background-size: 105px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff03 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup03_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff03 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff04 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup04_white.png);
  background-size: 149px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff04 {
    background-size: 106.4285714286px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff05 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup05_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff05 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff06 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup06_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff06 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff07 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup07_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff07 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff08 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup08_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff08 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff09 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup09_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff09 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff10 {
  background-image: url(/wp-content/uploads/sites/566/2024/12/pickup10_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff10 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff11 {
  background-image: url(/wp-content/uploads/sites/566/2024/12/pickup11_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff11 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff12 {
  background-image: url(/wp-content/uploads/sites/566/2024/12/pickup12_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff12 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}
.pickupstaff-main__data.pickupstaff13 {
  background-image: url(/wp-content/uploads/sites/566/2024/12/pickup13_white.png);
  background-size: 141px 157px;
  background-position: right 18px bottom -2px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data.pickupstaff13 {
    background-size: 100.7142857143px 112.1428571429px;
  }
}

.pickupstaff-main__data__copy {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 70px !important;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__data__copy {
    font-size: 1.375rem;
    margin-bottom: 24px !important;
  }
}

.pickupstaff-main__article {
  max-width: 300px;
  color: #fff;
  line-height: 1;
  text-align: left;
  font-weight: 700;
}
.pickupstaff-main__article__department {
  font-size: 0.8125rem;
  margin-bottom: 10px !important;
}
.pickupstaff-main__article__name {
  font-size: 1.375rem;
  margin-bottom: 10px !important;
}
.pickupstaff-main__article__en {
  font-size: 0.625rem;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 700px) {
  .pickupstaff-main__article__en {
    margin-bottom: 10px !important;
  }
}
.pickupstaff-main__article__career {
  font-size: 0.625rem;
  margin-bottom: 0px !important;
}

.pickupstaff-career__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-career__wrap {
    margin-bottom: 20px;
    display: block;
  }
}

.pickupstaff-career__box {
  border: 10px solid #fde8eb;
  width: 47.2%;
}
@media screen and (max-width: 700px) {
  .pickupstaff-career__box {
    width: 100%;
    margin-bottom: 10px;
    border: 8px solid #fde8eb;
  }
}

.pickupstaff-career__title {
  font-family: "Roboto", sans-serif !important;
  color: #b50216;
  font-weight: 900;
  font-size: 1.625rem;
  text-align: left;
  background-color: #fde8eb;
  margin-top: 22px;
  line-height: 1;
  padding: 16px 15px 13px 22px;
  width: 74%;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 700px) {
  .pickupstaff-career__title {
    padding: 12px 11px 11px 18px;
    font-size: 1.25rem;
    margin-top: 10px;
    margin-bottom: 15px !important;
  }
}

.pickupstaff-career__list {
  text-align: left;
  padding: 0 30px 15px 23px;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .pickupstaff-career__list {
    display: block;
  }
}
.pickupstaff-career__list__title {
  position: relative;
  width: 24.4%;
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-career__list__title {
    width: 100%;
    margin-bottom: 2px;
    padding-left: 18px;
  }
}
.pickupstaff-career__list__title::before, .pickupstaff-career__list__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.pickupstaff-career__list__title::before {
  width: 8px;
  height: 8px;
  border: 1px solid #b50216;
  top: 8px;
}
.pickupstaff-career__list__title::after {
  width: 4px;
  height: 4px;
  background-color: #b50216;
  top: 2px;
  left: 2px;
  top: 10px;
}
.pickupstaff-career__list__data {
  margin: 0 0 15px 0;
  width: 75.6%;
}
@media screen and (max-width: 700px) {
  .pickupstaff-career__list__data {
    width: 100%;
    padding-left: 18px;
    margin-bottom: 10px;
  }
}

.pickupstaff-career__list__ul {
  padding: 0;
  margin: 0;
  text-align: left;
  padding: 0 30px 15px 23px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 700px) {
  .pickupstaff-career__list__ul {
    font-size: 0.875rem;
  }
}
.pickupstaff-career__list__ul__item {
  list-style: none;
  position: relative;
  padding-left: 22px;
}
.pickupstaff-career__list__ul__item::before, .pickupstaff-career__list__ul__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.pickupstaff-career__list__ul__item::before {
  width: 8px;
  height: 8px;
  border: 1px solid #b50216;
  top: 10px;
}
.pickupstaff-career__list__ul__item::after {
  width: 4px;
  height: 4px;
  background-color: #b50216;
  top: 2px;
  left: 2px;
  top: 12px;
}

.pickupstaff-message__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .pickupstaff-message__wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.pickupstaff-message__wrap.img-right {
  flex-direction: row-reverse;
}
.pickupstaff-message__wrap.img-right .pickupstaff-message__img {
  margin-right: 0 !important;
  margin-left: 5.6% !important;
}
@media screen and (max-width: 700px) {
  .pickupstaff-message__wrap.img-right .pickupstaff-message__img {
    margin-left: 0 !important;
  }
}
.pickupstaff-message__img {
  width: 47.2%;
  margin-right: 5.6%;
}
@media screen and (max-width: 700px) {
  .pickupstaff-message__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pickupstaff-message__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.pickupstaff-message__data {
  width: 47.2%;
}
@media screen and (max-width: 700px) {
  .pickupstaff-message__data {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pickupstaff-message__copy {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 700px) {
  .pickupstaff-message__copy {
    font-size: 1.25rem;
    margin-bottom: 12px !important;
  }
}
.pickupstaff-message__text {
  font-size: 0.875rem;
}

.pickupstaff-profile {
  background-color: #fde8eb;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-profile {
    margin-bottom: 30px;
    display: block;
  }
}

.pickupstaff-profile__data {
  width: 52%;
  padding: 35px 50px 40px 0;
}
@media screen and (max-width: 700px) {
  .pickupstaff-profile__data {
    width: 100%;
    padding: 20px 30px 20px 0;
  }
}

.pickupstaff-profile__title01 {
  background-color: #fff;
  line-height: 1;
  font-family: "Roboto", sans-serif !important;
  color: #b50216;
  font-weight: 900;
  font-size: 1.625rem;
  padding: 19px 10px 16px 36px;
  margin-bottom: 27px !important;
}
@media screen and (max-width: 700px) {
  .pickupstaff-profile__title01 {
    padding: 12px 10px 10px 26px;
    margin-bottom: 20px !important;
    font-size: 1.25rem;
  }
}
.pickupstaff-profile__title01__sub {
  font-size: 1.125rem;
}
@media screen and (max-width: 700px) {
  .pickupstaff-profile__title01__sub {
    font-size: 1rem;
  }
}

.pickupstaff-profile__img {
  width: 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .pickupstaff-profile__img {
    width: 100%;
    height: 250px;
  }
}
.pickupstaff-profile__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.pickupstaff-profile__data__wrap {
  padding-left: 32px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-profile__data__wrap {
    padding-left: 26px;
  }
}

.pickupstaff-profile__copy {
  color: #000;
  font-size: 1.374rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 700px) {
  .pickupstaff-profile__copy {
    font-size: 1.125rem;
    margin-bottom: 10px !important;
  }
}

.pickupstaff-profile__text01 {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 24px !important;
}

.pickupstaff-profile__text02 {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0px !important;
}

.pickupstaff-profile__title02 {
  color: #b50216;
  font-family: "Roboto", sans-serif !important;
  line-height: 1;
  font-weight: 900;
  position: relative;
  padding-left: 18px;
  margin-bottom: 19px !important;
}
@media screen and (max-width: 700px) {
  .pickupstaff-profile__title02 {
    margin-bottom: 8px !important;
  }
}
.pickupstaff-profile__title02::before, .pickupstaff-profile__title02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.pickupstaff-profile__title02::before {
  width: 8px;
  height: 8px;
  border: 1px solid #b50216;
  top: 3px;
}
.pickupstaff-profile__title02::after {
  width: 4px;
  height: 4px;
  background-color: #b50216;
  top: 2px;
  left: 2px;
  top: 5px;
}

.pickupstaff-nav {
  display: flex;
  margin: 0 0 66px;
  padding: 0 0 0px;
  flex-wrap: wrap;
}
.pickupstaff-nav__item {
  list-style: none;
  width: 18.4%;
  margin-bottom: 60px;
}
.pickupstaff-nav__item:not(:nth-child(5n)) {
  margin-right: 2%;
}
@media screen and (max-width: 700px) {
  .pickupstaff-nav__item:not(:nth-child(5n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 700px) {
  .pickupstaff-nav__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .pickupstaff-nav__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.pickupstaff-nav__item a {
  color: #444444;
  text-align: left;
}
.pickupstaff-nav__item a:hover {
  text-decoration: none;
}

.pickupstaff-nav__img {
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  .pickupstaff-nav__img {
    margin-bottom: 10px;
  }
}
.pickupstaff-nav__img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .pickupstaff-nav__img img {
    min-height: auto;
  }
}

.pickupstaff-nav__data {
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  padding-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .pickupstaff-nav__data {
    padding-bottom: 16px;
  }
}
.pickupstaff-nav__data::before, .pickupstaff-nav__data::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pickupstaff-nav__data::before {
  width: 120px;
  background-color: #000;
  height: 2px;
}
.pickupstaff-nav__data::after {
  width: 2px;
  height: 16px;
  background-color: #000;
  transform: rotate(-45deg);
  left: 112px;
  bottom: -1px;
}
.pickupstaff-nav__data__store {
  margin-bottom: 10px !important;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
.pickupstaff-nav__data__name {
  margin-bottom: 0px !important;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .pickupstaff-nav__data__name {
    font-size: 1rem;
  }
}
.pickupstaff-nav__data__number {
  font-family: "Roboto", sans-serif !important;
  font-size: 3rem;
  font-weight: 600;
  color: #b50216;
  letter-spacing: -0.1rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 700px) {
  .pickupstaff-nav__data__number {
    font-size: 2rem;
    top: 10px;
  }
}

.urubai-title {
  font-size: 1.6rem !important;
  font-weight: 500;
  padding-left: 170px;
  padding-top: 14px;
  position: relative;
  text-align: left !important;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
  .urubai-title {
    font-size: 1.3rem !important;
    padding-left: 70px;
    padding-top: 2px;
    margin-bottom: 15px !important;
  }
}
.urubai-title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: cover;
  top: 5px;
  left: 105px;
}
@media screen and (max-width: 700px) {
  .urubai-title:before {
    width: 22px;
    height: 22px;
    left: 42px;
    top: 4px;
  }
}
.urubai-title:after {
  content: "01" !important;
  position: absolute;
  height: 50px !important;
  color: #1a68b8;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600;
  font-size: 5rem;
  line-height: 0;
  top: 10px;
  left: 0;
  background: none !important;
}
@media screen and (max-width: 700px) {
  .urubai-title:after {
    font-size: 2rem;
    top: 0;
    margin-top: 15px !important;
  }
}
.urubai-title.defect:before, .urubai-title.item02:before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/icon-urubai_defect.svg);
}
@media screen and (max-width: 700px) {
  .urubai-title.defect:before, .urubai-title.item02:before {
    top: 10px;
  }
}
.urubai-title.defect:after, .urubai-title.item02:after {
  content: "02" !important;
  color: #d35097;
}
@media screen and (max-width: 700px) {
  .urubai-title.defect:after, .urubai-title.item02:after {
    margin-top: 22px !important;
  }
}
@media screen and (max-width: 700px) {
  .urubai-title.survey, .urubai-title.item01 {
    padding-left: 74px;
  }
}
.urubai-title.survey:after, .urubai-title.item01:after {
  color: #b6334b;
}
.urubai-title.survey:before, .urubai-title.item01:before {
  height: 46px;
  background-image: url(/wp-content/uploads/sites/566/2021/11/icon-urubai_survey.svg);
}
@media screen and (max-width: 700px) {
  .urubai-title.survey:before, .urubai-title.item01:before {
    width: 24px;
    height: 22px;
  }
}
.urubai-title.setsubishuri:before, .urubai-title.item03:before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/icon-urubai_setsubishuri.svg);
}
.urubai-title.setsubishuri:after, .urubai-title.item03:after {
  color: #9157a7;
  content: "03" !important;
}
.urubai-title.housecleaning:before, .urubai-title.item07:before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/icon-urubai_housecleaning.svg);
}
.urubai-title.housecleaning:after, .urubai-title.item07:after {
  content: "06" !important;
  color: #248855;
}
@media screen and (max-width: 700px) {
  .urubai-title.housecleaning:after, .urubai-title.item07:after {
    margin-top: 15px !important;
  }
}
.urubai-title.item07:after {
  content: "07" !important;
  color: #679e2c;
}
@media screen and (max-width: 700px) {
  .urubai-title.item05 {
    padding-left: 80px;
  }
}
.urubai-title.item05:before {
  top: 10px;
  height: 36px;
  background-image: url(/app/uploads/sites/566/2026/04/urubai-index_icon_vs.png);
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 700px) {
  .urubai-title.item05:before {
    width: 30px;
    height: 30px;
  }
}
.urubai-title.item05:after {
  content: "05" !important;
  color: #2985ba;
}
@media screen and (max-width: 700px) {
  .urubai-title.item05:after {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 700px) {
  .urubai-title.fuyohinkaishu, .urubai-title.item06 {
    padding-left: 80px;
  }
}
.urubai-title.fuyohinkaishu:before, .urubai-title.item06:before {
  top: 10px;
  height: 36px;
  background-image: url(/wp-content/uploads/sites/566/2021/11/icon-urubai_fuyohinkaishu.svg);
}
@media screen and (max-width: 700px) {
  .urubai-title.fuyohinkaishu:before, .urubai-title.item06:before {
    width: 30px;
    height: 22px;
  }
}
.urubai-title.fuyohinkaishu:after, .urubai-title.item06:after {
  content: "05" !important;
  color: #2985ba;
}
@media screen and (max-width: 700px) {
  .urubai-title.fuyohinkaishu:after, .urubai-title.item06:after {
    margin-top: 15px !important;
  }
}
.urubai-title.item06:after {
  content: "06" !important;
  color: #248855;
}
.urubai-title.sokuryo, .urubai-title.item09 {
  padding-left: 150px;
}
@media screen and (max-width: 700px) {
  .urubai-title.sokuryo, .urubai-title.item09 {
    padding-left: 70px;
  }
}
.urubai-title.sokuryo:before, .urubai-title.item09:before {
  width: 26px;
  left: 110px;
  top: 7px;
  background-image: url(/wp-content/uploads/sites/566/2021/11/icon-urubai_sokuryo.svg);
}
@media screen and (max-width: 700px) {
  .urubai-title.sokuryo:before, .urubai-title.item09:before {
    left: 46px;
    width: 12px;
    height: 24px;
  }
}
.urubai-title.sokuryo:after, .urubai-title.item09:after {
  content: "08" !important;
  color: #e29611;
}
@media screen and (max-width: 700px) {
  .urubai-title.sokuryo:after, .urubai-title.item09:after {
    margin-top: 15px !important;
  }
}
.urubai-title.item09:after {
  content: "09" !important;
  color: #dd6e24;
}
@media screen and (max-width: 700px) {
  .urubai-title.kusakari, .urubai-title.item08 {
    padding-left: 80px;
  }
}
.urubai-title.kusakari:before, .urubai-title.item08:before {
  height: 42px;
  background-image: url(/wp-content/uploads/sites/566/2021/11/icon-urubai_kusakari.svg);
}
@media screen and (max-width: 700px) {
  .urubai-title.kusakari:before, .urubai-title.item08:before {
    height: 25px;
    padding-left: 30px;
  }
}
.urubai-title.kusakari:after, .urubai-title.item08:after {
  content: "07" !important;
  color: #679e2c;
}
@media screen and (max-width: 700px) {
  .urubai-title.kusakari:after, .urubai-title.item08:after {
    margin-top: 15px !important;
  }
}
.urubai-title.item08:after {
  content: "08" !important;
  color: #e29611;
}
@media screen and (max-width: 700px) {
  .urubai-title.repair, .urubai-title.item04 {
    padding-left: 80px;
  }
}
.urubai-title.repair:before, .urubai-title.item04:before {
  height: 42px;
  left: 110px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/icon-urubai_repair.svg);
}
@media screen and (max-width: 700px) {
  .urubai-title.repair:before, .urubai-title.item04:before {
    height: 26px;
    padding-left: 30px;
    top: 2px;
    left: 46px;
  }
}
.urubai-title.repair:after, .urubai-title.item04:after {
  content: "04" !important;
  color: #4951b4;
}
@media screen and (max-width: 700px) {
  .urubai-title.repair:after, .urubai-title.item04:after {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 700px) {
  .urubai-title.kaitori, .urubai-title.item11 {
    padding-left: 80px;
  }
}
.urubai-title.kaitori:before, .urubai-title.item11:before {
  height: 46px;
  left: 110px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/icon-urubai_kaitori.svg);
}
@media screen and (max-width: 700px) {
  .urubai-title.kaitori:before, .urubai-title.item11:before {
    height: 26px;
    padding-left: 30px;
    top: 2px;
    left: 46px;
  }
}
.urubai-title.kaitori:after, .urubai-title.item11:after {
  content: "10" !important;
  color: #ce1616;
}
@media screen and (max-width: 700px) {
  .urubai-title.kaitori:after, .urubai-title.item11:after {
    margin-top: 15px !important;
  }
}
.urubai-title.item11:after {
  content: "11" !important;
  color: #e75d6a;
}
@media screen and (max-width: 700px) {
  .urubai-title.kaitori_sv, .urubai-title.item10 {
    padding-left: 80px;
  }
}
.urubai-title.kaitori_sv:before, .urubai-title.item10:before {
  left: 110px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/icon-urubai_kaitori_sv.svg);
}
@media screen and (max-width: 700px) {
  .urubai-title.kaitori_sv:before, .urubai-title.item10:before {
    height: 30px;
    padding-left: 30px;
    top: 2px;
    left: 46px;
  }
}
.urubai-title.kaitori_sv:after, .urubai-title.item10:after {
  content: "09" !important;
  color: #dd6e24;
}
@media screen and (max-width: 700px) {
  .urubai-title.kaitori_sv:after, .urubai-title.item10:after {
    margin-top: 15px !important;
  }
}
.urubai-title.item10:after {
  content: "10" !important;
  color: #ce1616;
}

.urubai-lead {
  padding: 20px 0;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .urubai-lead {
    background-image: none !important;
  }
}
@media screen and (max-width: 700px) {
  .urubai-lead {
    padding: 0vw 0 0;
    margin-bottom: 20px;
  }
}
.urubai-lead__img {
  display: none;
}
@media screen and (max-width: 700px) {
  .urubai-lead__img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.urubai-lead__catch {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 12px !important;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .urubai-lead__catch {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 10px !important;
  }
}
.urubai-lead__text {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .urubai-lead__text {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 15px !important;
  }
}
.urubai-lead__fukidashi {
  margin-right: 26vw;
  background-color: #ffc600;
  -webkit-border-radius: 83px;
  -moz-border-radius: 83px;
  border-radius: 83px;
  padding: 25px 50px 30px 60px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .urubai-lead__fukidashi {
    padding: 15px 18px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 0vw;
  }
}
.urubai-lead__fukidashi::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -12px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17.5px 46px 17.5px;
  border-color: transparent transparent #ffc600 transparent;
  transform: rotate(60deg);
}
@media screen and (max-width: 700px) {
  .urubai-lead__fukidashi::after {
    display: none;
  }
}
.urubai-lead__fukidashi__text {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .urubai-lead__fukidashi__text {
    font-size: 1rem;
  }
}
.urubai-lead.defect, .urubai-lead.item02 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/urubai01_main.jpg);
}
.urubai-lead.survey, .urubai-lead.item01 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/urubai02_main.jpg);
}
.urubai-lead.setsubishuri, .urubai-lead.item03 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/urubai03_main.jpg);
}
.urubai-lead.housecleaning, .urubai-lead.item07 {
  background-image: url(/wp-content/uploads/sites/566/2021/12/urubai04_main.jpg);
}
.urubai-lead.item05 {
  background-image: url(/app/uploads/sites/566/2026/04/urubai_vs_main.webp);
}
.urubai-lead.fuyohinkaishu, .urubai-lead.item06 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/urubai05_main.jpg);
}
.urubai-lead.sokuryo, .urubai-lead.item09 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/urubai06_main.jpg);
}
.urubai-lead.kusakari, .urubai-lead.item08 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/urubai07_main.jpg);
}
.urubai-lead.repair, .urubai-lead.item04 {
  background-image: url(/wp-content/uploads/sites/566/2021/12/urubai08_main.jpg);
}
.urubai-lead.kaitori, .urubai-lead.item11 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/urubai10_main.jpg);
}
.urubai-lead.kaitori_sv, .urubai-lead.item10 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/urubai09_main.jpg);
}

.urubai-melit__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .urubai-melit__wrap {
    margin-bottom: 20px;
    display: block;
  }
}

.urubai-melit__box {
  border: 10px solid #1a68b8;
  width: 48%;
  padding: 0 30px 30px 0;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 700px) {
  .urubai-melit__box {
    width: 100%;
    margin-bottom: 15px;
    border: 5px solid #1a68b8;
    background-image: none !important;
    padding: 0 15px 15px 0;
  }
}
.urubai-melit__box .list-square {
  padding-left: 25px;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .urubai-melit__box .list-square {
    padding-left: 15px;
  }
}
.urubai-melit__box.sell {
  color: #1a68b8;
  background-image: url(/wp-content/uploads/sites/566/2021/11/urubai_melit01.png);
}
.urubai-melit__box.buy {
  border: 10px solid #408c16;
  color: #408c16;
  background-image: url(/wp-content/uploads/sites/566/2021/11/urubai_melit02.png);
}
@media screen and (max-width: 700px) {
  .urubai-melit__box.buy {
    border: 5px solid #408c16;
  }
}
.urubai-melit__box.kaitori {
  width: 100%;
}

.urubai-melit__title {
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  text-align: left;
  background-color: #1a68b8;
  margin-top: 22px;
  line-height: 1;
  padding: 12px 15px 12px 22px;
  width: 68%;
  margin-bottom: 24px !important;
}
.urubai-melit__title.buy {
  background-color: #408c16;
}
.urubai-melit__title.kaitori {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .urubai-melit__title.kaitori {
    width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .urubai-melit__title {
    width: 74%;
  }
}
@media screen and (max-width: 700px) {
  .urubai-melit__title {
    width: 90%;
    padding: 10px 10px 10px 15px;
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 15px !important;
  }
}
.urubai-melit__title span {
  font-size: 2.4rem;
}
@media screen and (max-width: 700px) {
  .urubai-melit__title span {
    font-size: 1.8rem;
  }
}

.urubai-guarantee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.urubai-guarantee__catch {
  width: 44%;
  font-size: 1.8rem;
  font-weight: 900;
  color: #094d93;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .urubai-guarantee__catch {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 5px !important;
  }
}
.urubai-guarantee__text {
  border-left: solid 1px #1a68b8;
  width: 56%;
  padding: 5px 10px 0px 35px;
  font-size: 0.95rem;
}
@media screen and (max-width: 700px) {
  .urubai-guarantee__text {
    width: 100%;
    padding: 0px;
    border: 0px;
  }
}

.urubai-tbl-data {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc !important;
  margin: 0px;
}
.urubai-tbl-data th,
.urubai-tbl-data td {
  border: 1px solid #ccc !important;
}
.urubai-tbl-data th {
  padding: 20px;
  line-height: 1.4;
  background-color: #e8f0f8;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  .urubai-tbl-data th {
    padding: 12px 5px;
    font-size: 14px !important;
    text-align: center;
  }
}
.urubai-tbl-data thead th {
  color: #fff;
  background-color: #4aaacd;
}
.urubai-tbl-data td {
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 15px;
}
.urubai-tbl-data td span {
  font-size: 36px;
}
@media screen and (max-width: 700px) {
  .urubai-tbl-data td {
    padding: 10px 5px !important;
    font-size: 13px !important;
  }
}
.urubai-tbl-data .t-left {
  text-align: left;
  font-weight: 400;
}
.urubai-tbl-data .w18 {
  width: 18%;
}

.s-text {
  font-size: 0.9rem;
}
@media screen and (max-width: 700px) {
  .s-text {
    font-size: 0.8rem;
  }
}

.urubai-defect {
  padding: 0 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .urubai-defect {
    padding: 0px;
    margin-bottom: 30px;
  }
}
.urubai-defect__catch {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .urubai-defect__catch {
    font-size: 1rem;
  }
}
.urubai-defect__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.urubai-defect__wrap__table {
  width: 47%;
  border: none;
  margin-right: 6%;
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  .urubai-defect__wrap__table {
    width: 100%;
    margin-bottom: 20px;
  }
}
.urubai-defect__wrap__table:nth-child(2n) {
  margin-right: 0px;
}
.urubai-defect__wrap__table--th {
  color: #1a68b8;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 30px;
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 6px solid #1a68b8;
  border-radius: 100px;
}
@media screen and (max-width: 700px) {
  .urubai-defect__wrap__table--th {
    font-size: 13px;
    padding-top: 20px;
    width: 80px;
    height: 80px;
    border: 5px solid #1a68b8;
  }
}
.urubai-defect__wrap__table--th.pt {
  padding-top: 40px;
}
@media screen and (max-width: 700px) {
  .urubai-defect__wrap__table--th.pt {
    padding-top: 26px;
  }
}
.urubai-defect__wrap__table--td {
  width: 100%;
  border: none;
  vertical-align: top;
  padding: 0px 0px 0px 20px;
}
.urubai-defect__wrap__table--td ul {
  font-size: 0.95rem;
}
.urubai-defect__wrap__table--td ul li {
  margin-top: 5px;
}
.urubai-defect__wrap__image {
  width: 42%;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 700px) {
  .urubai-defect__wrap__image {
    width: 80%;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 10px;
  }
}
.urubai-defect__wrap__detail {
  width: 58%;
}
@media screen and (max-width: 700px) {
  .urubai-defect__wrap__detail {
    width: 100%;
  }
}
.urubai-defect__wrap__detail--catch {
  color: #b50216;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .urubai-defect__wrap__detail--catch {
    font-size: 1.2rem;
    margin-bottom: 5px !important;
  }
}
.urubai-defect__wrap__detail--title {
  color: #b50216 !important;
  font-size: 1.1rem !important;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px !important;
}
.urubai-defect__wrap__detail--title::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 4px;
  background-color: #b50216;
}
@media screen and (max-width: 700px) {
  .urubai-defect__wrap__detail--title::after {
    top: 14px;
  }
}
.urubai-defect__fukidashi {
  position: relative;
  height: 80px;
  padding: 15px;
  margin-bottom: 60px !important;
  text-align: center;
  border: 4px solid #1a68b8;
  color: #1a68b8;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 50px;
}
@media screen and (max-width: 700px) {
  .urubai-defect__fukidashi {
    font-size: 0.9rem;
    line-height: 1.6;
    padding: 12px 15px;
    margin-bottom: 30px !important;
  }
}
.urubai-defect__fukidashi:before, .urubai-defect__fukidashi:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.urubai-defect__fukidashi:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 40px;
  border-bottom-width: 28px;
  border-left-width: 28px;
  border-right-width: 28px;
  margin-left: -28px;
  margin-top: 2px;
  border-top-color: #1a68b8;
}
@media screen and (max-width: 700px) {
  .urubai-defect__fukidashi:before {
    border-top-width: 20px;
    border-bottom-width: 24px;
    border-left-width: 24px;
    border-right-width: 24px;
    margin-left: -24px;
  }
}
.urubai-defect__fukidashi:after {
  border-color: rgba(176, 255, 210, 0);
  border-top-width: 36px;
  border-bottom-width: 24px;
  border-left-width: 24px;
  border-right-width: 24px;
  margin-left: -24px;
  border-top-color: #fff;
}
@media screen and (max-width: 700px) {
  .urubai-defect__fukidashi:after {
    border-top-width: 16px;
    border-bottom-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-left: -20px;
  }
}

.urubai-survey__block01 {
  border: 10px solid #e8f0f8;
  margin-bottom: 40px;
  padding: 30px 40px 20px;
}
@media screen and (max-width: 700px) {
  .urubai-survey__block01 {
    border: 6px solid #e8f0f8;
    padding: 15px 15px 10px;
    margin-bottom: 20px;
  }
}
.urubai-survey__block01__title {
  font-size: 1.2rem !important;
  font-weight: 500;
  color: #fff !important;
  background-color: #1a68b8;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .urubai-survey__block01__title {
    font-size: 1rem !important;
  }
}
.urubai-survey__block01__image {
  width: 50%;
  margin: 0 auto 35px;
}
@media screen and (max-width: 700px) {
  .urubai-survey__block01__image {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.urubai-survey__block01__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.urubai-survey__block01__list__item {
  width: calc((100% - 20px) / 2);
  background-color: #f5f5f5;
  margin-bottom: 20px;
  list-style: none;
  padding: 25px 30px;
}
.urubai-survey__block01__list__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .urubai-survey__block01__list__item {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 10px;
  }
  .urubai-survey__block01__list__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}
.urubai-survey__block01__list__item h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px !important;
}
@media screen and (max-width: 700px) {
  .urubai-survey__block01__list__item h5 {
    font-size: 1rem;
  }
}
.urubai-survey__block01__list__item p {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 700px) {
  .urubai-survey__block01__list__item p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
.urubai-survey__block01__list__item--01 {
  background-color: #fff0df;
}
.urubai-survey__block01__list__item--01 h5 {
  color: #ea5514;
}
.urubai-survey__block01__list__item--02 {
  background-color: #e8f0f8;
}
.urubai-survey__block01__list__item--02 h5 {
  color: #1a68b8;
}
.urubai-survey__block01__list__item--03 {
  background-color: #e2f6ea;
}
.urubai-survey__block01__list__item--03 h5 {
  color: #208753;
}
.urubai-survey__read {
  background-image: url(/wp-content/uploads/sites/566/2021/12/urubai02_img02.jpg);
  background-repeat: no-repeat;
  background-size: 20%;
  padding: 30px 0 15px 22%;
}
@media screen and (max-width: 700px) {
  .urubai-survey__read {
    background-size: 30%;
    background-position: center top;
    padding: 28vw 0 0 0;
  }
}
.urubai-survey__read__catch {
  font-size: 1.4rem;
  font-weight: 600;
  color: #6a5e4b;
  line-height: 1.6;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .urubai-survey__read__catch {
    font-size: 1.1rem;
    text-align: center;
  }
}
.urubai-survey__block02 {
  border: 10px solid #f2e5d3;
  background-color: #fff7ed;
  margin-bottom: 40px;
  padding: 30px 40px 20px;
}
@media screen and (max-width: 700px) {
  .urubai-survey__block02 {
    border: 6px solid #f2e5d3;
    padding: 15px 15px 10px;
    margin-bottom: 30px;
  }
}
.urubai-survey__block02__title {
  font-size: 1.2rem !important;
  font-weight: 500;
  color: #fff !important;
  background-color: #6a5e4b;
  padding: 5px 30px 5px 50px;
  text-align: center;
  display: inline-block;
  position: relative;
  background-image: url(/wp-content/uploads/sites/566/2021/11/icon-urubai_survey_white.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 12px 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .urubai-survey__block02__title {
    font-size: 1rem !important;
    background-size: 26px;
    background-position: 12px 6px;
  }
}
.urubai-survey__faq {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .urubai-survey__faq {
    padding: 10px 15px;
  }
}
.urubai-survey__faq dt {
  position: relative;
  margin: 0;
  padding: 0px 40px 10px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px dotted #e5e5e5;
}
@media screen and (max-width: 700px) {
  .urubai-survey__faq dt {
    font-size: 15px;
    padding: 5px 0px 10px 35px;
  }
}
.urubai-survey__faq dt::before {
  font-size: 18px;
  font-family: "Roboto", sans-serif !important;
  line-height: 1;
  position: absolute;
  left: 0;
  display: block;
  content: "Q";
  color: #fff;
  background-color: #1f2987;
  font-weight: 400;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .urubai-survey__faq dt::before {
    font-size: 18px;
    width: 25px;
    height: 25px;
    padding-top: 3px;
  }
}
.urubai-survey__faq dd {
  position: relative;
  height: auto;
  margin: 0px;
  padding: 15px 30px 0px 40px;
}
.urubai-survey__faq dd span {
  font-weight: 600;
  color: #b50216;
}
@media screen and (max-width: 700px) {
  .urubai-survey__faq dd {
    font-size: 14px;
    padding: 12px 0px 10px 35px;
  }
}
.urubai-survey__faq dd::before {
  font-size: 18px;
  font-family: "Roboto", sans-serif !important;
  line-height: 1;
  position: absolute;
  left: 0;
  display: block;
  content: "A";
  color: #fff;
  background-color: #b50216;
  font-weight: 400;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .urubai-survey__faq dd::before {
    font-size: 18px;
    width: 25px;
    height: 25px;
    padding-top: 3px;
  }
}
.urubai-survey__faq--image {
  float: right;
  width: 40%;
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  .urubai-survey__faq--image {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

.urubai-setsubishuri__flow {
  border: 10px solid #e8f0f8;
  padding: 30px 20px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__flow {
    border: 5px solid #e8f0f8;
    padding: 20px 10px;
  }
}
.urubai-setsubishuri__flow__image {
  width: 94%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__flow__image {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.urubai-setsubishuri__flow p {
  margin: 0px;
  font-size: 0.9rem;
}
.urubai-setsubishuri__notes {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 70px !important;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__notes {
    text-align: left;
    margin-bottom: 30px !important;
  }
}
.urubai-setsubishuri__trouble__catch {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__trouble__catch {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.urubai-setsubishuri__trouble__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__trouble__image {
    margin: 0 0 10px 0;
  }
}
.urubai-setsubishuri__trouble__image li {
  list-style: none;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.urubai-setsubishuri__trouble__image li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__trouble__image li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .urubai-setsubishuri__trouble__image li:nth-child(2n) {
    margin-right: 0px;
  }
}
.urubai-setsubishuri__trouble__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.urubai-setsubishuri__trouble__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.urubai-setsubishuri__trouble__list li:nth-child(4n) {
  margin-right: 0px;
}
.urubai-setsubishuri__trouble__list li {
  border: 5px solid #f2e5d3;
  border-radius: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 0;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__trouble__list li {
    width: calc((100% - 10px) / 2);
    font-size: 0.9rem;
    padding: 15px 10px;
    border-radius: 10px;
    border: 4px solid #f2e5d3;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .urubai-setsubishuri__trouble__list li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__target {
    overflow-x: auto;
    margin-bottom: 1em;
  }
  .urubai-setsubishuri__target table {
    width: 700px;
  }
}
.urubai-setsubishuri__service {
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service {
    margin-bottom: 30px;
  }
}
.urubai-setsubishuri__service dt {
  color: #fff;
  background-color: #4aaacd;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  line-height: 1.4;
}
.urubai-setsubishuri__service dt span {
  font-size: 1.1rem;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service dt {
    font-size: 1rem;
    padding: 10px 5px;
    line-height: 1.4;
  }
  .urubai-setsubishuri__service dt span {
    font-size: 0.8rem;
  }
}
.urubai-setsubishuri__service dd {
  margin: 0px;
  background-color: #e8f0f8;
  padding: 30px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service dd {
    padding: 20px 15px 25px 15px;
  }
}
.urubai-setsubishuri__service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.urubai-setsubishuri__service__list li {
  list-style: none;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.urubai-setsubishuri__service__list li:nth-child(3n) {
  margin-right: 0px;
}
.urubai-setsubishuri__service__list li {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service__list li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .urubai-setsubishuri__service__list li:nth-child(3n) {
    margin-bottom: 0px;
  }
}
.urubai-setsubishuri__service__list li h5 {
  color: #007dab;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service__list li h5 {
    font-size: 1.1rem;
  }
}
.urubai-setsubishuri__service__list li p {
  margin: 0px;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service__list li p {
    font-size: 0.9rem;
  }
}
.urubai-setsubishuri__service__list--icon {
  width: 50%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service__list--icon {
    width: 30%;
    margin-bottom: 10px;
  }
}
.urubai-setsubishuri__service__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.urubai-setsubishuri__service__flow li {
  position: relative;
  list-style: none;
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  background-color: #fff7ed;
  border: 10px solid #f2e5d3;
  padding: 30px 20px;
}
.urubai-setsubishuri__service__flow li:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #6a5e4b;
  top: 40%;
  right: -50px;
}
.urubai-setsubishuri__service__flow li:nth-child(3n) {
  margin-right: 0px;
}
.urubai-setsubishuri__service__flow li:nth-child(3n):before {
  display: none;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service__flow li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    border: 5px solid #f2e5d3;
    padding: 20px 15px;
  }
  .urubai-setsubishuri__service__flow li:nth-child(3n) {
    margin-bottom: 0px;
  }
  .urubai-setsubishuri__service__flow li:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 16px 30px 0 30px;
    border-color: #6a5e4b transparent transparent transparent;
    top: inherit;
    right: 40%;
    bottom: -28px;
  }
}
.urubai-setsubishuri__service__flow li h5 {
  color: #6a5e4b;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service__flow li h5 {
    font-size: 1.1rem;
  }
}
.urubai-setsubishuri__service__flow li p {
  margin: 0px;
  line-height: 1.6;
  font-size: 0.92rem;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service__flow li p {
    font-size: 0.9rem;
  }
}
.urubai-setsubishuri__service__flow--icon {
  width: 55%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 700px) {
  .urubai-setsubishuri__service__flow--icon {
    width: 32%;
    margin-bottom: 10px;
  }
}

.urubai-housecleaning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 700px) {
  .urubai-housecleaning {
    margin: 0 0 30px 0;
  }
}
.urubai-housecleaning li {
  list-style: none;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.urubai-housecleaning li:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (max-width: 700px) {
  .urubai-housecleaning li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .urubai-housecleaning li:nth-child(2n) {
    margin-bottom: 0px;
  }
}

.fuyohinkaishu-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 700px) {
  .fuyohinkaishu-image {
    margin: 0 0 0px 0;
  }
}
.fuyohinkaishu-image li {
  list-style: none;
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
}
.fuyohinkaishu-image li:nth-child(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 700px) {
  .fuyohinkaishu-image li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .fuyohinkaishu-image li:nth-child(2n) {
    margin-right: 0px;
  }
}
.fuyohinkaishu-image li figcaption {
  font-size: 1.1rem;
  color: #fff;
  background-color: #1a68b8;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .fuyohinkaishu-image li figcaption {
    font-size: 0.9rem;
  }
}

.sokuryo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 700px) {
  .sokuryo-list {
    margin: 20px 0 20px 0;
  }
}
.sokuryo-list li {
  list-style: none;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
  border: 10px solid #e2e3f6;
  padding: 30px;
}
.sokuryo-list li:nth-child(2n) {
  margin-right: 0px;
}
.sokuryo-list li p {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 700px) {
  .sokuryo-list li {
    width: 100%;
    border: 5px solid #e2e3f6;
    padding: 15px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.sokuryo-list__title {
  line-height: 100%;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 700px) {
  .sokuryo-list__title {
    font-size: 1.2rem !important;
    margin-bottom: 10px !important;
  }
}
.sokuryo-list__title span {
  font-style: "Roboto", sans-serif !important;
  font-size: 1.6rem;
  color: #4951b4;
  font-weight: 800;
  line-height: 100%;
  border-right: 1px solid #e2e3f6;
  padding-right: 12px;
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  .sokuryo-list__title span {
    font-size: 1.4rem;
    padding-right: 10px;
    margin-right: 12px;
  }
}

.repair-list li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .repair-list li {
    display: block;
  }
}

.urubai-repair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 700px) {
  .urubai-repair {
    margin: 0 0 30px 0;
  }
}
.urubai-repair li {
  list-style: none;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 30px;
}
.urubai-repair li:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (max-width: 700px) {
  .urubai-repair li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .urubai-repair li:last-child {
    margin-bottom: 0px;
  }
}

.urubai-kaitori__schedule {
  border: 10px solid #e8f0f8;
  padding: 30px 20px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .urubai-kaitori__schedule {
    border: 5px solid #e8f0f8;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
}
.urubai-kaitori__schedule__image {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 700px) {
  .urubai-kaitori__schedule__image {
    width: 100%;
    margin: 0 auto 0px;
  }
}
.urubai-kaitori__schedule p {
  margin: -5px 0px 15px 0px;
}
.urubai-kaitori__schedule__title__wrap {
  display: flex;
  margin-bottom: 20px;
}
.urubai-kaitori__schedule__title__wrap .urubai-survey__block01__title {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .urubai-kaitori__schedule__title__wrap .urubai-survey__block01__title {
    padding: 10px 10px 10px 10px !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
  }
}
.urubai-kaitori__schedule__title__subtext {
  border: 1px solid #1a68b8;
  margin: 0 !important;
  color: #1a68b8;
  padding: 10px 30px 10px 30px !important;
  line-height: 1 !important;
}
@media screen and (max-width: 700px) {
  .urubai-kaitori__schedule__title__subtext {
    padding: 10px 10px 10px 10px !important;
    font-size: 0.75rem;
    line-height: 1.4 !important;
  }
}

.urubai-kaitori__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 700px) {
  .urubai-kaitori__flow {
    margin-bottom: 5px;
  }
}
.urubai-kaitori__flow li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  list-style: none;
  width: calc((100% - 100px) / 5);
  margin-right: 25px;
  background-color: #fff7ed;
  border: 6px solid #f2e5d3;
  padding: 20px 0px;
  color: #6a5e4b;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.urubai-kaitori__flow li:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 14px 0 14px 12px;
  border-color: transparent transparent transparent #6a5e4b;
  top: 34%;
  right: -26px;
}
.urubai-kaitori__flow li:last-child {
  margin-right: 0px;
}
.urubai-kaitori__flow li:last-child:before {
  display: none;
}
@media screen and (max-width: 700px) {
  .urubai-kaitori__flow li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    border: 5px solid #f2e5d3;
    padding: 20px 15px;
  }
  .urubai-kaitori__flow li:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 16px 30px 0 30px;
    border-color: #6a5e4b transparent transparent transparent;
    top: inherit;
    right: 40%;
    bottom: -28px;
  }
}
.urubai-kaitori__flow li p {
  margin-bottom: 0px;
}
.urubai-kaitori__flow--notes {
  text-align: right;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 700px) {
  .urubai-kaitori__flow--notes {
    text-align-last: left;
  }
}

.urubai-bnr01 {
  background-color: #ffc600;
  transition: 0.3s;
}
.urubai-bnr01--selltop {
  max-width: 900px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 700px) {
  .urubai-bnr01--selltop {
    max-width: calc(100% - 40px);
    margin: 20px auto 20px;
  }
}
.urubai-bnr01:hover {
  background-color: #fcb303;
}
.urubai-bnr01__link {
  width: 100%;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 20px;
  color: #444;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .urubai-bnr01__link {
    padding: 10px 50px 10px 10px;
  }
}
.urubai-bnr01__link::before, .urubai-bnr01__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.urubai-bnr01__link::before {
  width: 14px;
  height: 14px;
  right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #444444;
}
.urubai-bnr01__link::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 26px;
}
.urubai-bnr01__link:hover {
  text-decoration: none;
}
.urubai-bnr01__link:hover img {
  transform: scale(1) !important;
}
.urubai-bnr01__link__icon {
  max-width: 154px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .urubai-bnr01__link__icon {
    max-width: 20%;
    margin-right: 10px;
  }
}
.urubai-bnr01__link__text {
  text-align: left;
  letter-spacing: 0.06em;
}
.urubai-bnr01__link__text__ex {
  font-size: 1.125rem;
  margin-bottom: 10px !important;
  line-height: 1.6;
  font-weight: 800;
}
@media screen and (max-width: 700px) {
  .urubai-bnr01__link__text__ex {
    font-size: 0.6875rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 5px !important;
  }
}
.urubai-bnr01__link__text__main {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0 !important;
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .urubai-bnr01__link__text__main {
    font-size: 1.125rem;
  }
}

.urubai-index {
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .urubai-index {
    margin-bottom: 20px;
  }
}
.urubai-index .sectitle01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .urubai-index .sectitle01 {
    margin-bottom: 15px;
  }
}
.urubai-index .sectitle01::before, .urubai-index .sectitle01::after {
  background-color: #1a68b8;
}
.urubai-index .sectitle01-data {
  font-size: 32px;
}
@media screen and (max-width: 700px) {
  .urubai-index .sectitle01-data {
    font-size: 22px;
  }
}
.urubai-index .sectitle01-en {
  font-size: 10px;
}
.urubai-index__copy {
  margin-bottom: 30px !important;
  color: #000;
  font-size: 40px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .urubai-index__copy {
    margin-bottom: 10px !important;
    font-size: 20px;
  }
}
.urubai-index__lead {
  margin-bottom: 40px !important;
  color: #000;
  font-size: 21px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .urubai-index__lead {
    margin-bottom: 20px !important;
    font-size: 16px;
    line-height: 1.6;
  }
}
.urubai-index__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -40px;
}
@media screen and (max-width: 700px) {
  .urubai-index__list {
    margin: -25px 0 0 0;
  }
}
.urubai-index__list__item {
  width: calc((100% - 120px) / 3);
  margin: 0 0 0 40px;
}
@media screen and (max-width: 700px) {
  .urubai-index__list__item {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
.urubai-index__list__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .urubai-index__list__image {
    margin-bottom: 15px;
  }
}
.urubai-index__list__title {
  margin-bottom: 15px !important;
  color: #03478c;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 700px) {
  .urubai-index__list__title {
    margin-bottom: 10px !important;
    font-size: 18px;
  }
}
.urubai-index__list__text {
  margin: 0 !important;
  color: #444;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}
.urubai-index__title {
  position: relative;
  margin-bottom: 20px !important;
  padding: 0 0 15px 25px;
  border-bottom: 1px solid #666;
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 1199px) {
  .urubai-index__title {
    padding: 0 0 8px 18px;
    font-size: 18px;
  }
}
.urubai-index__title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: calc(100% - 20px);
  background-color: #1a68b8;
}
@media screen and (max-width: 700px) {
  .urubai-index__title::before {
    top: 5px;
    height: calc(100% - 15px);
  }
}
.urubai-index__list02 {
  list-style: none;
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 2.2vw);
  margin: -40px 0 0 0;
}
@media screen and (max-width: 700px) {
  .urubai-index__list02 {
    margin: -30px 0 0 0;
  }
}
.urubai-index__list02.start-4 {
  counter-reset: num 3;
}
.urubai-index__list02.start-9 {
  counter-reset: num 8;
}
.urubai-index__list02.start-10 {
  counter-reset: num 9;
}
.urubai-index__list02__item {
  position: relative;
  width: 33.3%;
  margin: 50px 0 0 0;
  border-left-width: 3px;
  border-left-style: solid;
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__item {
    width: 49.95%;
    margin: 30px 0 0 0;
  }
}
.urubai-index__list02__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border: 45px solid transparent;
}
@media screen and (max-width: 1199px) {
  .urubai-index__list02__item::before {
    width: 50px;
    height: 50px;
    border: 36px solid transparent;
  }
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__item::before {
    width: 20px;
    height: 20px;
    border-width: 10px;
  }
}
.urubai-index__list02__item.item01 {
  border-left-color: #b6334b;
}
.urubai-index__list02__item.item01::before {
  border-top-color: #b6334b;
  border-left-color: #b6334b;
}
.urubai-index__list02__item.item02 {
  border-left-color: #d35097;
}
.urubai-index__list02__item.item02::before {
  border-top-color: #d35097;
  border-left-color: #d35097;
}
.urubai-index__list02__item.item03 {
  border-left-color: #9157a7;
}
.urubai-index__list02__item.item03::before {
  border-top-color: #9157a7;
  border-left-color: #9157a7;
}
.urubai-index__list02__item.item04 {
  border-left-color: #4951b4;
}
.urubai-index__list02__item.item04::before {
  border-top-color: #4951b4;
  border-left-color: #4951b4;
}
.urubai-index__list02__item.item05 {
  border-left-color: #2985ba;
}
.urubai-index__list02__item.item05::before {
  border-top-color: #2985ba;
  border-left-color: #2985ba;
}
.urubai-index__list02__item.item06 {
  border-left-color: #248855;
}
.urubai-index__list02__item.item06::before {
  border-top-color: #248855;
  border-left-color: #248855;
}
.urubai-index__list02__item.item07 {
  border-left-color: #679e2c;
}
.urubai-index__list02__item.item07::before {
  border-top-color: #679e2c;
  border-left-color: #679e2c;
}
.urubai-index__list02__item.item08 {
  border-left-color: #e29611;
}
.urubai-index__list02__item.item08::before {
  border-top-color: #e29611;
  border-left-color: #e29611;
}
.urubai-index__list02__item.item09 {
  border-left-color: #dd6e24;
}
.urubai-index__list02__item.item09::before {
  border-top-color: #dd6e24;
  border-left-color: #dd6e24;
}
.urubai-index__list02__item.item09 {
  border-left-color: #dd6e24;
}
.urubai-index__list02__item.item09::before {
  border-top-color: #dd6e24;
  border-left-color: #dd6e24;
}
.urubai-index__list02__item.item10 {
  border-left-color: #ce1616;
}
.urubai-index__list02__item.item10::before {
  border-top-color: #ce1616;
  border-left-color: #ce1616;
}
.urubai-index__list02__item.item11 {
  border-left-color: #e75d6a;
}
.urubai-index__list02__item.item11::before {
  border-top-color: #e75d6a;
  border-left-color: #e75d6a;
}
.urubai-index__list02__link {
  display: block;
  padding: 90px 45px 110px;
  text-decoration: none !important;
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__link {
    padding: 70px 20px 70px;
  }
}
.urubai-index__list02__link:hover .urubai-index__list02__button {
  transform: scale(1.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.urubai-index__list02__sub {
  position: absolute;
  top: 15px;
  right: -80px;
  left: 0;
  margin: 0 auto 30px;
  font-size: 22px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__sub {
    top: 5px;
    right: 0px;
    margin-bottom: 0px !important;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px 0px 35px;
  }
}
.item01 .urubai-index__list02__sub {
  color: #b6334b;
}
.item02 .urubai-index__list02__sub {
  color: #d35097;
}
.item03 .urubai-index__list02__sub {
  color: #9157a7;
}
.item04 .urubai-index__list02__sub {
  color: #4951b4;
}
.item05 .urubai-index__list02__sub {
  color: #2985ba;
}
.item06 .urubai-index__list02__sub {
  color: #248855;
}
.item07 .urubai-index__list02__sub {
  color: #679e2c;
}
.item08 .urubai-index__list02__sub {
  color: #e29611;
}
.item09 .urubai-index__list02__sub {
  color: #dd6e24;
}
.item10 .urubai-index__list02__sub {
  color: #ce1616;
}
.item11 .urubai-index__list02__sub {
  color: #e75d6a;
}
.urubai-index__list02__sub::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  margin-left: 10px;
  font-size: 80px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0.75;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 1199px) {
  .urubai-index__list02__sub::after {
    font-size: 65px;
  }
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__sub::after {
    font-size: 36px;
    margin-right: 5px;
  }
}
.item01 .urubai-index__list02__sub::after {
  color: #b6334b;
}
.item02 .urubai-index__list02__sub::after {
  color: #d35097;
}
.item03 .urubai-index__list02__sub::after {
  color: #9157a7;
}
.item04 .urubai-index__list02__sub::after {
  color: #4951b4;
}
.item05 .urubai-index__list02__sub::after {
  color: #2985ba;
}
.item06 .urubai-index__list02__sub::after {
  color: #248855;
}
.item07 .urubai-index__list02__sub::after {
  color: #679e2c;
}
.item08 .urubai-index__list02__sub::after {
  color: #e29611;
}
.item09 .urubai-index__list02__sub::after {
  color: #dd6e24;
}
.item10 .urubai-index__list02__sub::after {
  color: #ce1616;
}
.item11 .urubai-index__list02__sub::after {
  color: #e75d6a;
}
.urubai-index__list02__icon {
  margin: 0 auto 10px;
  width: 92px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__icon {
    width: 55.2px;
    height: 50.4px;
  }
}
.urubai-index__list02__icon img {
  display: block;
}
.item01 .urubai-index__list02__icon {
  max-width: 85px;
}
@media screen and (max-width: 700px) {
  .item01 .urubai-index__list02__icon {
    max-width: 42.5px;
  }
}
.item02 .urubai-index__list02__icon {
  max-width: 67px;
}
@media screen and (max-width: 700px) {
  .item02 .urubai-index__list02__icon {
    max-width: 33.5px;
  }
}
.item03 .urubai-index__list02__icon {
  max-width: 68px;
}
@media screen and (max-width: 700px) {
  .item03 .urubai-index__list02__icon {
    max-width: 34px;
  }
}
.item04 .urubai-index__list02__icon {
  max-width: 94px;
}
@media screen and (max-width: 700px) {
  .item04 .urubai-index__list02__icon {
    max-width: 47px;
  }
}
.item05 .urubai-index__list02__icon {
  max-width: 85px;
}
@media screen and (max-width: 700px) {
  .item05 .urubai-index__list02__icon {
    max-width: 42.5px;
  }
}
.item06 .urubai-index__list02__icon {
  max-width: 90px;
}
@media screen and (max-width: 700px) {
  .item06 .urubai-index__list02__icon {
    max-width: 45px;
  }
}
.item07 .urubai-index__list02__icon {
  max-width: 91px;
}
@media screen and (max-width: 700px) {
  .item07 .urubai-index__list02__icon {
    max-width: 45.5px;
  }
}
.item08 .urubai-index__list02__icon {
  max-width: 42px;
}
@media screen and (max-width: 700px) {
  .item08 .urubai-index__list02__icon {
    max-width: 21px;
  }
}
.item08 .urubai-index__list02__icon.kusakari {
  max-width: 91px;
}
@media screen and (max-width: 700px) {
  .item08 .urubai-index__list02__icon.kusakari {
    max-width: 45.5px;
  }
}
.item09 .urubai-index__list02__icon {
  max-width: 76px;
}
@media screen and (max-width: 700px) {
  .item09 .urubai-index__list02__icon {
    max-width: 38px;
  }
}
.item09 .urubai-index__list02__icon.sokuryo {
  max-width: 42px;
}
@media screen and (max-width: 700px) {
  .item09 .urubai-index__list02__icon.sokuryo {
    max-width: 21px;
  }
}
.item10 .urubai-index__list02__icon {
  max-width: 76px;
}
@media screen and (max-width: 700px) {
  .item10 .urubai-index__list02__icon {
    max-width: 38px;
  }
}
.item11 .urubai-index__list02__icon {
  max-width: 76px;
}
@media screen and (max-width: 700px) {
  .item11 .urubai-index__list02__icon {
    max-width: 38px;
  }
}
.urubai-index__list02__icon img {
  transform: scale(1) !important;
}
.urubai-index__list02__title {
  margin-bottom: 18px !important;
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .urubai-index__list02__title {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__title {
    font-size: 16px;
    margin-bottom: 5px !important;
    line-height: 1.4;
  }
}
.urubai-index__list02__text {
  color: #444;
  font-size: 13px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__text {
    margin-bottom: 10px !important;
  }
}
.urubai-index__list02__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-top: 18px;
}
.urubai-index__list02__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__button::before {
    bottom: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 700px) {
  .urubai-index__list02__button {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 0.6875rem;
    bottom: 10px;
  }
}
.item01 .urubai-index__list02__button {
  background-color: #b6334b;
}
.item02 .urubai-index__list02__button {
  background-color: #d35097;
}
.item03 .urubai-index__list02__button {
  background-color: #9157a7;
}
.item04 .urubai-index__list02__button {
  background-color: #4951b4;
}
.item05 .urubai-index__list02__button {
  background-color: #2985ba;
}
.item06 .urubai-index__list02__button {
  background-color: #248855;
}
.item07 .urubai-index__list02__button {
  background-color: #679e2c;
}
.item08 .urubai-index__list02__button {
  background-color: #e29611;
}
.item09 .urubai-index__list02__button {
  background-color: #dd6e24;
}
.item10 .urubai-index__list02__button {
  background-color: #ce1616;
}
.item11 .urubai-index__list02__button {
  background-color: #e75d6a;
}
.urubai-index__image {
  max-width: 649px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 700px) {
  .urubai-index__image {
    margin: 0 auto 30px;
  }
}
.urubai-index__lead02 {
  margin-bottom: 60px !important;
  color: #444;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 700px) {
  .urubai-index__lead02 {
    margin-bottom: 30px !important;
    font-size: 16px;
  }
}
.urubai-index__lead02 a span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  color: #248bc6;
  transition: 0.3s;
}
.urubai-index__lead02 a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #248bc6;
  transition: 0.3s;
}
.urubai-index__lead02 a:hover span {
  color: #b50216;
}
.urubai-index__lead02 a:hover span::after {
  background-color: #b50216;
}
.urubai-index__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  border: 15px solid #e8f0f8;
}
@media screen and (max-width: 700px) {
  .urubai-index__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border-width: 8px;
  }
}
.urubai-index__box__title {
  position: relative;
  width: 45%;
  margin: 0 !important;
  padding-right: 4%;
  border-right: 1px solid #bcd2e7;
  color: #094d93;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .urubai-index__box__title {
    width: 100%;
    margin-bottom: 15px !important;
    padding-right: 0;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #bcd2e7;
    font-size: 20px;
    text-align: center;
  }
}
.urubai-index__box__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 90px;
  background-color: #1a68b8;
}
@media screen and (max-width: 700px) {
  .urubai-index__box__title::after {
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
    margin: 0 auto;
  }
}
.urubai-index__box__def-list {
  width: 55%;
  padding-left: 6%;
}
@media screen and (max-width: 700px) {
  .urubai-index__box__def-list {
    width: 100%;
    padding-left: 0;
  }
}
.urubai-index__box__def-list > div:not(:last-child) {
  margin-bottom: 18px;
}
.urubai-index__box__def-list > div > dt {
  margin: 0 0 10px;
  color: #094d93;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .urubai-index__box__def-list > div > dt {
    margin: 0 0 5px;
  }
}
.urubai-index__box__def-list > div > dd {
  margin: 0;
  color: #444;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 700px) {
  .urubai-index__box__def-list > div > dd {
    font-size: 15px;
  }
}
.urubai-index__box__def-list > div > dd > ul {
  list-style: none;
  margin: 0;
}
.urubai-index__box__def-list > div > dd > ul > li {
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 700px) {
  .urubai-index__box__def-list > div > dd > ul > li {
    padding-left: 20px;
  }
}
.urubai-index__box__def-list > div > dd > ul > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #1a68b8;
}
@media screen and (max-width: 700px) {
  .urubai-index__box__def-list > div > dd > ul > li::before {
    top: 9px;
  }
}
.urubai-index__box__def-list > div > dd > ul > li::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: #1a68b8;
}
@media screen and (max-width: 700px) {
  .urubai-index__box__def-list > div > dd > ul > li::after {
    top: 11px;
  }
}

.urubai-offer {
  background-color: #f6f6f6;
  padding: 40px;
  margin-top: -20px;
}
@media screen and (max-width: 1199px) {
  .urubai-offer {
    padding: 40px 20px 20px 20px;
  }
}
@media screen and (max-width: 700px) {
  .urubai-offer {
    padding: 26px 10px 10px 10px;
  }
}
.urubai-offer__title {
  color: #fff !important;
  background-color: #b50216;
  text-align: center;
  padding: 15px;
  font-size: 1.4rem !important;
  position: relative;
}
@media screen and (max-width: 700px) {
  .urubai-offer__title {
    font-size: 1rem !important;
    padding: 10px;
  }
}
.urubai-offer__title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #b50216;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .urubai-offer__title:before {
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 14px solid #b50216;
    bottom: -14px;
  }
}
.urubai-offer__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.urubai-offer__contact li {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  margin-right: 40px;
  list-style: none;
  padding: 25px 30px;
  border: #f8d4d8 solid 10px;
  padding: 40px;
}
.urubai-offer__contact li:nth-child(2n) {
  margin-right: 0px;
}
.urubai-offer__contact li.mail {
  border: #d8e6f4 solid 10px;
}
@media screen and (max-width: 700px) {
  .urubai-offer__contact li.mail {
    border: #d8e6f4 solid 5px;
  }
}
@media screen and (max-width: 1199px) {
  .urubai-offer__contact li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 700px) {
  .urubai-offer__contact li {
    display: block;
    padding: 15px 15px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    border: #f8d4d8 solid 5px;
  }
}
.urubai-offer__contact__title {
  font-size: 1.6rem !important;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .urubai-offer__contact__title {
    font-size: 1.125rem !important;
  }
  .entry-content h4.urubai-offer__contact__title {
    margin-bottom: 10px !important;
  }
}
.urubai-offer__contact__title span img {
  width: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .urubai-offer__contact__title span img {
    width: 14px;
  }
}
.urubai-offer__contact__title .mail img {
  width: 34px;
}
@media screen and (max-width: 700px) {
  .urubai-offer__contact__title .mail img {
    width: 20px;
  }
}
.urubai-offer__point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.urubai-offer__point li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  list-style: none;
  background-color: #fff;
  padding: 15px;
  text-align: center;
}
.urubai-offer__point li:last-child {
  margin-right: 0px;
}
@media screen and (max-width:1199px) and (min-width: 640px) {
  .urubai-offer__point li {
    width: calc((100% - (16% + 30px)) / 3);
    margin-right: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {
  .urubai-offer__point li {
    width: calc((100% - 10px) / 2);
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
  }
  .urubai-offer__point li:nth-child(2n) {
    margin-right: 0;
  }
}
.urubai-offer__point__maintitle {
  background-color: #1a68b8 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width:1199px) and (min-width: 640px) {
  .urubai-offer__point__maintitle {
    width: 16% !important;
  }
}
.urubai-offer__point__maintitle p {
  text-align: center;
  margin: 0 auto;
}
.urubai-offer__point__maintitle span {
  font-size: 1rem;
}
.urubai-offer__point__title {
  background-color: #1a68b8;
  padding: 1px 20px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .urubai-offer__point__title {
    font-size: 0.75rem;
    margin-bottom: 5px !important;
  }
}
.urubai-offer__point__data {
  font-family: "Roboto", sans-serif !important;
  color: #1a68b8;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 1199px) {
  .urubai-offer__point__data {
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 700px) {
  .urubai-offer__point__data {
    font-size: 1.875rem;
    margin-bottom: 5px !important;
  }
}
.urubai-offer__point__data span {
  color: #000;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 1199px) {
  .urubai-offer__point__data span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .urubai-offer__point__data span {
    font-size: 1rem;
  }
}
.urubai-offer__point__data.sm {
  font-size: 3rem;
  margin-top: 10px !important;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 1199px) {
  .urubai-offer__point__data.sm {
    font-size: 1.875rem;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 700px) {
  .urubai-offer__point__data.sm {
    font-size: 1.875rem;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
}
.urubai-offer__point__data.sm02 {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .urubai-offer__point__data.sm02 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 700px) {
  .urubai-offer__point__data.sm02 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.urubai-offer__point__data.sm02 span {
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 700px) {
  .urubai-offer__point__data.sm02 span {
    font-size: 1.1rem;
  }
}
.urubai-offer__point__data.sm02 span.type02 {
  display: inline-block;
}
.urubai-offer__point__text {
  color: #0098c4;
  font-size: 1rem !important;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .urubai-offer__point__text {
    font-size: 0.8125rem !important;
    margin-bottom: 5px !important;
  }
}
.urubai-offer__point__text span {
  color: #000;
  font-size: 0.7rem;
  line-height: 1.4;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 700px) {
  .urubai-offer__point__text span {
    font-size: 0.6rem;
    margin-top: 3px;
  }
}
.urubai-offer__point__text.sm {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 700px) {
  .urubai-offer__point__img {
    width: 60%;
    margin: 0 auto;
  }
}

.faq-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 700px) {
  .faq-nav {
    margin: 0 0 20px 0;
  }
}
.faq-nav li {
  font-size: 1.2rem;
  list-style: none;
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
  position: relative;
}
.faq-nav li:nth-child(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 700px) {
  .faq-nav li {
    font-size: 0.9rem;
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .faq-nav li:nth-child(3n) {
    margin-right: 0px;
  }
}
.faq-nav li:before {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 50px;
  top: 24px;
  width: 20px;
  height: 20px;
  left: 20%;
  margin-left: -10px;
  border: 1px solid #b50216;
}
@media screen and (max-width: 700px) {
  .faq-nav li:before {
    top: 18px;
    width: 16px;
    height: 16px;
    left: 24px;
  }
}
.faq-nav li:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 19%;
  top: 30px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b50216;
  border-right: 2px solid #b50216;
  transform: rotate(135deg);
}
@media screen and (max-width: 700px) {
  .faq-nav li:after {
    top: 22px;
    left: 19px;
  }
}
.faq-nav li a {
  color: #fff;
  background: #b50216;
  border: 2px solid #b50216;
  padding: 15px 20px;
  transition: 0.5s;
  display: block;
}
@media screen and (max-width: 700px) {
  .faq-nav li a {
    padding: 10px 0px 10px 10px;
  }
}
.faq-nav li a:hover {
  text-decoration: none;
  color: #b50216;
  background: #fff;
}

.faq-list dl {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .faq-list dl {
    margin-bottom: 30px;
  }
}
.faq-list dl dt {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px dotted #e5e5e5;
}
@media screen and (max-width: 700px) {
  .faq-list dl dt {
    font-size: 15px;
    padding: 15px 35px 12px;
  }
}
.faq-list dl dt::before {
  font-size: 22px;
  font-family: "Roboto", sans-serif !important;
  line-height: 1;
  position: absolute;
  left: 0;
  display: block;
  content: "Q";
  color: #fff;
  background-color: #b50216;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  padding-top: 6px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .faq-list dl dt::before {
    font-size: 18px;
    width: 25px;
    height: 25px;
    padding-top: 3px;
  }
}
.faq-list dl dt::after {
  position: absolute;
  top: 40%;
  right: 15px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 4px solid #b50216;
  border-right: 4px solid #b50216;
}
@media screen and (max-width: 700px) {
  .faq-list dl dt::after {
    border-top: 3px solid #b50216;
    border-right: 3px solid #b50216;
    right: 10px;
    width: 12px;
    height: 12px;
  }
}
.faq-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 50px 20px 50px;
}
@media screen and (max-width: 700px) {
  .faq-list dl dd {
    font-size: 14px;
    padding: 0px 15px 10px 35px;
  }
}
.faq-list dl dd::before {
  font-size: 22px;
  font-family: "Roboto", sans-serif !important;
  line-height: 1;
  position: absolute;
  left: 0;
  display: block;
  content: "A";
  color: #fff;
  background-color: #333333;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  padding-top: 6px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .faq-list dl dd::before {
    font-size: 18px;
    width: 25px;
    height: 25px;
    padding-top: 3px;
  }
}
.faq-list .open::after {
  transform: rotate(-45deg);
}

.privacy-text {
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  .privacy-text {
    line-height: 1.6;
    margin-bottom: 15px !important;
  }
}

.contect-box {
  background-color: #fde8eb;
  padding: 30px;
}
@media screen and (max-width: 700px) {
  .contect-box {
    padding: 20px 15px 15px;
    line-height: 1.5;
  }
}
.contect-box__chach {
  background-color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .contect-box__chach {
    text-align: left;
    line-height: 1.5;
    padding: 8px 10px;
    margin-bottom: 20px !important;
  }
}
.contect-box address {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
.contect-box address span {
  color: #b50216;
}
@media screen and (max-width: 700px) {
  .contect-box address {
    font-size: 18px;
  }
}
.contect-box a {
  color: #333;
  text-decoration: underline;
}

.type-info {
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .type-info {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }
}

.type-info .entry-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .type-info .entry-title {
    padding-bottom: 10px;
    margin-top: 80px;
  }
}

.type-info .entry-meta * {
  color: #b50216;
}

.type-info .post_type_name {
  display: none;
}

.infos .es-list-items .date {
  color: #b50216;
}
.infos .es-list-items li {
  padding: 16px 80px 16px 20px;
  background-color: #fcf1f1;
  background-image: url(/app/uploads/sites/566/2021/10/news-arrow.png);
  background-size: 24px 34px;
  background-position: right 30px top 50%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  border: none;
  transition: 0.3s;
}
.infos .es-list-items li:hover {
  background-color: #fceeee;
  transition: 0.3s;
}
.infos .es-list-items li:hover a h3.wrap {
  text-decoration: none !important;
}
@media screen and (max-width: 700px) {
  .infos .es-list-items li {
    padding: 16px 40px 16px 16px !important;
    background-position: right 16px top 50%;
    background-size: 16px 22.6666666667px;
  }
}

.pickup-bnr_fair_202201__main {
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .pickup-bnr_fair_202201__main {
    margin-bottom: 16px !important;
  }
}

.pickup-bnr_fair_202201__title {
  margin: 0 auto 50px !important;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .pickup-bnr_fair_202201__title {
    margin: 0 auto 20px !important;
  }
}

.pickup-bnr_fair_202201__lead {
  text-align: center;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 700px) {
  .pickup-bnr_fair_202201__lead {
    margin-bottom: 20px !important;
    font-size: 0.875rem;
  }
}

.pickup-bnr_fair_202201__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .pickup-bnr_fair_202201__item {
    margin-bottom: 20px !important;
  }
}

.pickup-bnr_fair_202201__notes {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 700px) {
  .pickup-bnr_fair_202201__notes {
    margin-bottom: 30px !important;
    font-size: 0.75rem;
  }
}

.pickup-bnr_fair_20241106 {
  background-color: #d4c1a6;
  padding: 50px 30px 50px 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .pickup-bnr_fair_20241106 {
    padding: 10px 10px 20px 10px;
    margin-bottom: 40px;
  }
}

.pickup-bnr_fair_20241106__main img {
  margin-left: -20px;
}
@media screen and (max-width: 700px) {
  .pickup-bnr_fair_20241106__main img {
    margin-left: 0;
  }
}

.pickup-bnr_fair_20241106__data {
  background-color: #fff;
  padding: 50px 50px;
  width: calc(100% - 20px);
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .pickup-bnr_fair_20241106__data {
    width: 100%;
    padding: 20px;
  }
}

.pickup-bnr_fair_20241106__data__copy {
  margin-bottom: 20px;
}
.pickup-bnr_fair_20241106__data__copy img {
  width: 100%;
}

.pickup-bnr_fair_20241106__data__notes {
  margin-bottom: 0 !important;
  color: #000;
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  .pickup-bnr_fair_20241106__data__notes {
    font-size: 13px;
  }
}

.remuneration-lead {
  margin-bottom: 38px;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .remuneration-lead {
    padding-bottom: 41.1vw;
    margin-bottom: 20px;
  }
}
.remuneration-lead::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sites/566/2021/11/remuneration-woman-img01.svg);
  background-size: 20.58vw 13.7vw;
  width: 20.58vw;
  height: 13.7vw;
}
@media screen and (max-width: 700px) {
  .remuneration-lead::after {
    background-size: 49.392vw 32.88vw;
    width: 49.392vw;
    height: 32.88vw;
    left: 0;
  }
}

.remuneration-lead__fukidashi {
  margin-right: 21.88vw;
  background-color: #fedc00;
  -webkit-border-radius: 83px;
  -moz-border-radius: 83px;
  border-radius: 83px;
  padding: 36px 50px 36px 60px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .remuneration-lead__fukidashi {
    padding: 16px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 0vw;
  }
}
.remuneration-lead__fukidashi::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -12px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17.5px 46px 17.5px;
  border-color: transparent transparent #fedc00 transparent;
  transform: rotate(60deg);
}
@media screen and (max-width: 700px) {
  .remuneration-lead__fukidashi::after {
    transform: rotate(190deg);
    top: auto;
    bottom: -30px;
    right: 0px;
    left: 0;
  }
}
.remuneration-lead__fukidashi__text {
  margin-bottom: 0 !important;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .remuneration-lead__fukidashi__text {
    font-size: 0.875rem;
  }
}

.remuneration-tokuten {
  border: 12px solid #e9ddad;
  padding: 40px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .remuneration-tokuten {
    margin-bottom: 30px;
    border: 6px solid #e9ddad;
    padding: 20px;
  }
}

.remuneration-tokuten__title {
  color: #a5900a;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 30px !important;
  line-height: 1.2;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .remuneration-tokuten__title {
    font-size: 1.25rem;
    margin-bottom: 24px !important;
  }
}
.remuneration-tokuten__title__em {
  position: relative;
}
.remuneration-tokuten__title__em::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fedc00;
  width: 100%;
  height: 16px;
  z-index: -1;
}

.remuneration-tokuten__img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 700px) {
  .remuneration-tokuten__img {
    margin-bottom: 10px;
  }
}

.remuneration-tokuten__notes {
  text-align: left;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.4;
}
.remuneration-tokuten__notes__item {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 700px) {
  .remuneration-tokuten__notes__item {
    font-size: 0.75rem;
  }
}

.remuneration-contact__lead {
  text-align: left;
  margin-bottom: 47px !important;
}
@media screen and (max-width: 700px) {
  .remuneration-contact__lead {
    margin-bottom: 24px !important;
  }
}

.remuneration-lead02 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .remuneration-lead02 {
    display: block;
  }
}
.remuneration-lead02__img {
  width: 40%;
  margin-left: 4%;
}
@media screen and (max-width: 700px) {
  .remuneration-lead02__img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.remuneration-lead02__data {
  width: 56%;
}
@media screen and (max-width: 700px) {
  .remuneration-lead02__data {
    width: 100%;
  }
}
.remuneration-lead02__text {
  font-size: 1.125rem;
  margin-bottom: 10px !important;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .remuneration-lead02__text {
    font-size: 1rem;
  }
}
.remuneration-lead02__notes {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 700px) {
  .remuneration-lead02__notes {
    font-size: 0.9375rem;
  }
}

.remuneration-tokuten__title02 {
  max-width: 498px;
  width: 100%;
  margin: 0 auto 28px !important;
}
@media screen and (max-width: 700px) {
  .remuneration-tokuten__title02 {
    width: 80%;
    margin-bottom: 10px !important;
  }
}
.remuneration-tokuten__title02--sanlyan {
  max-width: 78%;
}

.remuneration-tokuten__em-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #a5900a;
}
@media screen and (max-width: 700px) {
  .remuneration-tokuten__em-text {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 16px !important;
  }
}
.remuneration-tokuten__em-text span {
  position: relative;
  padding-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .remuneration-tokuten__em-text span {
    display: block;
  }
}
.remuneration-tokuten__em-text span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #a5900a;
}

.buy-top-main {
  background-image: url(/wp-content/uploads/sites/566/2021/12/buy-top-main_img.jpg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.buy-top-main__title {
  max-width: 609px;
  width: 100%;
  margin: 0px auto 0px;
  padding: 70px 0 60px 0;
}
@media screen and (max-width: 700px) {
  .buy-top-main__title {
    width: 40%;
    padding: 20px 0px;
  }
}

.buy-top__cv01 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto 48px;
  background-color: #e3eedc;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01 {
    max-width: auto;
    width: 96%;
    margin: 0 auto 20px;
  }
}

.buy-top__cv01__copy01 {
  background-color: #ffc600;
}
.buy-top__cv01__copy01__text {
  text-align: center;
  font-weight: 800;
  font-size: 2.375rem;
  color: #000;
  line-height: 1.2;
  padding: 22px 10px 22px 10px;
  position: relative;
  margin: 0 !important;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__copy01__text {
    font-size: 1.125rem;
    padding: 16px 10px 16px 10px;
  }
}

.buy-top__cv01__wrap01 {
  position: relative;
  padding: 62px 3.6vw 3.6vw 3.6vw;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__wrap01 {
    display: block;
    padding: 40px 3.6vw 40px 3.6vw;
  }
}
.buy-top__cv01__wrap01::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 85px 0 85px;
  border-color: #ffc600 transparent transparent transparent;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__wrap01::before {
    border-width: 25px 55px 0 55px;
  }
}
.buy-top__cv01__wrap01.type-w1200 {
  padding: 2.4vw 2.4vw 2.4vw 2.4vw;
}
.buy-top__cv01__wrap01.type-w1200::before {
  display: none;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__wrap01.type-w1200 {
    padding: 20px 3.6vw 20px 3.6vw;
  }
}

.buy-top__cv01__block01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__block01 {
    margin-bottom: 20px;
  }
}
.buy-top__cv01__block01.cl02-01 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__block01.cl02-01 {
    display: block;
  }
}
.buy-top__cv01__block01--cl-left01 {
  width: 57.67%;
  margin-right: 4.16%;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__block01--cl-left01 {
    width: 100%;
  }
}
.buy-top__cv01__block01--cl-right01 {
  width: 38.17%;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__block01--cl-right01 {
    width: 100%;
  }
}
.buy-top__cv01__block01--cl-left02 {
  margin-right: 20px;
}
.buy-top__cv01__block01--cl-left02 .buy-top__cv01__title {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__block01--cl-left02 .buy-top__cv01__title {
    margin-bottom: 10px !important;
  }
}

.buy-top__cv01__title {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__title {
    margin-bottom: 10px !important;
  }
}
.buy-top__cv01__title__step {
  background-color: #ffc600;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 130px;
  padding: 14px 24px 16px 24px;
  margin-right: 16px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__title__step {
    width: 90px;
    padding: 4px 16px 5px 16px;
    text-align: center;
    display: block;
  }
}
.buy-top__cv01__title__step img {
  width: auto;
  height: 27px;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__title__step img {
    height: 12px;
  }
}
.buy-top__cv01__title__text {
  font-size: 1.1875rem;
  font-weight: 500;
  display: inline-block;
  color: #000;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__title__text {
    font-size: 1rem;
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .buy-top__cv01__title.type-w1200 .buy-top__cv01__title__step {
    width: 100px;
    padding: 10px 20px 10px 20px;
    margin-right: 16px;
  }
  .buy-top__cv01__title.type-w1200 .buy-top__cv01__title__step img {
    height: 20px;
  }
}

.buy-top__cv01__list {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__list {
    flex-wrap: wrap;
  }
}
.buy-top__cv01__list__item {
  list-style: none;
  width: calc((100% - 120px) / 6);
}
.buy-top__cv01__list__item:not(:nth-child(6n)) {
  margin-right: 24px;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__list__item {
    width: calc((100% - 10px) / 3);
    margin-bottom: 5px;
  }
  .buy-top__cv01__list__item:not(:nth-child(6n)) {
    margin-right: 0px;
  }
  .buy-top__cv01__list__item:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}
.buy-top__cv01__list__btn {
  border: 2px solid #408c16;
  background-color: #fff;
  width: 100%;
  height: 180px;
  padding-left: 0 !important;
  padding-top: 28px;
}
.buy-top__cv01__list__btn::before, .buy-top__cv01__list__btn::after {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__list__btn {
    padding-top: 10px;
    height: 100px;
  }
}
.buy-top__cv01__list__img {
  width: 84px;
  height: 75px;
  margin: 0 auto 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center bottom 0;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__list__img {
    margin-bottom: 10px;
  }
}
.buy-top__cv01__list__img.apartment {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-apartment.png);
  background-size: 58px auto;
}
.buy-top__cv01__list__img.new-kodate {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-new-kodate.png);
  background-size: 83px auto;
}
.buy-top__cv01__list__img.old-kodate {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-old-kodate.png);
  background-size: 56px auto;
}
.buy-top__cv01__list__img.land {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-land.png);
  background-size: 71px auto;
}
.buy-top__cv01__list__img.office {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-office.png);
  background-size: 68px auto;
}
.buy-top__cv01__list__img.all {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-all.png);
  background-size: 74px auto;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__list__img {
    width: 42px;
    height: 37.5px;
  }
  .buy-top__cv01__list__img.apartment {
    background-size: 29px auto;
  }
  .buy-top__cv01__list__img.new-kodate {
    background-size: 41.5px auto;
  }
  .buy-top__cv01__list__img.old-kodate {
    background-size: 28px auto;
  }
  .buy-top__cv01__list__img.land {
    background-size: 35.5px auto;
  }
  .buy-top__cv01__list__img.office {
    background-size: 34px auto;
  }
  .buy-top__cv01__list__img.all {
    background-size: 37px auto;
  }
}
.buy-top__cv01__list__name {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__list__name {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.buy-top__cv01__list input[type=radio]:checked + .buy-top__cv01__list__btn {
  background-color: #408c16;
}
.buy-top__cv01__list input[type=radio]:checked + .buy-top__cv01__list__btn .buy-top__cv01__list__img.apartment {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-apartment-white.png);
}
.buy-top__cv01__list input[type=radio]:checked + .buy-top__cv01__list__btn .buy-top__cv01__list__img.new-kodate {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-new-kodate-white.png);
}
.buy-top__cv01__list input[type=radio]:checked + .buy-top__cv01__list__btn .buy-top__cv01__list__img.old-kodate {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-old-kodate-white.png);
}
.buy-top__cv01__list input[type=radio]:checked + .buy-top__cv01__list__btn .buy-top__cv01__list__img.land {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-land-white.png);
}
.buy-top__cv01__list input[type=radio]:checked + .buy-top__cv01__list__btn .buy-top__cv01__list__img.office {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-office-white.png);
}
.buy-top__cv01__list input[type=radio]:checked + .buy-top__cv01__list__btn .buy-top__cv01__list__img.all {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-all-white.png);
}
.buy-top__cv01__list input[type=radio]:checked + .buy-top__cv01__list__btn .buy-top__cv01__list__name {
  color: #fff;
}
@media screen and (min-width: 640px) {
  .buy-top__cv01__list.type-w1200 .buy-top__cv01__list__item {
    width: calc((100% - 80px) / 6);
  }
  .buy-top__cv01__list.type-w1200 .buy-top__cv01__list__item:not(:nth-child(6n)) {
    margin-right: 16px;
  }
  .buy-top__cv01__list.type-w1200 .buy-top__cv01__list__btn {
    height: 170px;
    padding-top: 24px;
  }
}

.buy-top__cv02__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .buy-top__cv02__list {
    margin-bottom: 16px;
  }
}
.buy-top__cv02__list__item {
  list-style: none;
  width: calc((100% - 30px) / 4);
  margin-bottom: 10px;
  display: flex;
  align-items: stretch;
}
.buy-top__cv02__list__item:not(:nth-child(4n)) {
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .buy-top__cv02__list__item {
    width: calc((100% - 5px) / 2);
    font-size: 0.875rem;
    margin-bottom: 5px;
    display: flex;
    align-content: center;
  }
  .buy-top__cv02__list__item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .buy-top__cv02__list__item:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}
.buy-top__cv02__list__item.cl02 {
  width: calc((100% - 10px) / 2);
}
.buy-top__cv02__list__item.cl02:not(:nth-child(3n)) {
  margin-right: 0px;
}
.buy-top__cv02__list__item.cl02:not(:nth-child(2n)) {
  margin-right: 10px;
}
.buy-top__cv02__list__btn {
  text-align: center;
  width: 100%;
  padding: 14px 5px 14px 5px !important;
  font-weight: 500;
  border: 2px solid #408c16;
  background-color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  vertical-align: center;
}
.buy-top__cv02__list__btn::before, .buy-top__cv02__list__btn::after {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .buy-top__cv02__list__btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.buy-top__cv02__list input[type=radio]:checked + .buy-top__cv02__list__btn {
  background-color: #408c16;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .buy-top__cv02__list.type-w1200 .buy-top__cv02__list__btn {
    font-size: 0.875rem;
  }
}

.buy-top__cv02__select-list,
.buy-top__cv02__select-list:focus {
  font-size: 100%;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  border: 2px solid #408c16;
  border-radius: 0%;
  width: 224px;
  height: 50px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/select-arrow-green.png);
  background-size: 8px 7px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media screen and (max-width: 700px) {
  .buy-top__cv02__select-list,
  .buy-top__cv02__select-list:focus {
    width: 100%;
    font-size: 0.875rem;
  }
}

.buy-top__cv01__other-list {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto 62px;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .buy-top__cv01__other-list {
    width: 96%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__other-list {
    margin-bottom: 30px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.buy-top__cv01__other-list__item {
  list-style: none;
  width: 50%;
  border-top: 1px solid #408c16;
  border-right: 1px solid #408c16;
  border-left: 1px solid #408c16;
  border-bottom: 1px solid #408c16;
}
.buy-top__cv01__other-list__item:nth-child(even) {
  border-left: 0px solid #408c16;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__other-list__item {
    width: 100%;
  }
  .buy-top__cv01__other-list__item:nth-child(even) {
    border-left: 1px solid #408c16;
    border-top: 0px solid #408c16;
  }
}
.buy-top__cv01__other-list__link {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 24px 20px 24px 20px;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__other-list__link {
    padding: 20px 10px 20px 10px;
  }
}
.buy-top__cv01__other-list__link:hover {
  background-color: #ecf3e7;
}
.buy-top__cv01__other-list__link__text {
  position: relative;
  padding-right: 34px;
  padding-left: 64px;
  padding: 5px 34px 5px 64px;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__other-list__link__text {
    font-size: 0.875rem;
    padding: 5px 28px 5px 40px;
  }
}
.buy-top__cv01__other-list__link__text::before, .buy-top__cv01__other-list__link__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.buy-top__cv01__other-list__link__text::before {
  border: 1px solid #408c16;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.buy-top__cv01__other-list__link__text::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #408c16;
  border-right: 1px solid #408c16;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 5px;
}
.buy-top__cv01__other-list__link__text.other-school {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-school.svg);
  background-size: 41px 30px;
  width: 41px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__other-list__link__text.other-school {
    background-size: 32.8px 24px;
    width: 32.8px;
    height: 16px;
  }
}
.buy-top__cv01__other-list__link__text.other-area {
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-other.svg);
  background-size: 40px 25px;
  width: 40px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 5px;
}
@media screen and (max-width: 700px) {
  .buy-top__cv01__other-list__link__text.other-area {
    background-size: 32px 20px;
    width: 32px;
    height: 20px;
  }
}
.buy-top__cv01__other-list__link:hover {
  text-decoration: none;
  color: #000;
}

.buy-search__wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 700px) {
  .buy-search__wrap {
    margin-bottom: 40px;
  }
}

.buy-search {
  margin-bottom: 86px;
}
@media screen and (max-width: 700px) {
  .buy-search {
    margin-bottom: 0px;
  }
}

.buy-search__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.buy-search__list__wrap {
  background-color: #cfe2c5;
  padding: 2.08vw;
}
@media screen and (max-width: 700px) {
  .buy-search__list__wrap {
    padding: 10px 10px 0px 10px;
  }
}
.buy-search__list__item {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  width: calc((100% - 6.24vw) / 4);
  position: relative;
  transition: 0.3s;
}
.buy-search__list__item:not(:nth-child(4n)) {
  margin-right: 2.08vw;
}
@media screen and (max-width: 700px) {
  .buy-search__list__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .buy-search__list__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .buy-search__list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.buy-search__list__item::before, .buy-search__list__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.buy-search__list__item::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 110px 110px;
  border-color: transparent transparent #408c16 transparent;
}
@media screen and (max-width: 700px) {
  .buy-search__list__item::before {
    border-width: 0 0 60px 60px;
  }
}
.buy-search__list__item::after {
  content: "search";
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.6875rem;
  bottom: 33px;
  right: 9px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .buy-search__list__item::after {
    display: none;
  }
}
.buy-search__list__item:hover {
  background-color: #effae9;
}
.buy-search__list__item__link {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000 !important;
  height: 250px;
  padding-top: 124px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .buy-search__list__item__link {
    font-size: 1rem;
    padding: 86px 10px 10px 10px;
    height: 160px;
  }
}
.buy-search__list__item__link:hover {
  text-decoration: none;
}
.buy-search__list__item__link::before, .buy-search__list__item__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.buy-search__list__item__link::before {
  bottom: auto;
  left: 0;
  right: 0;
}
.buy-search__list__item__link::after {
  background-image: url(/wp-content/uploads/sites/566/2021/10/store-contact-arrow.png);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  bottom: 15px;
  right: 19px;
}
@media screen and (max-width: 700px) {
  .buy-search__list__item__link::after {
    bottom: 15px;
    right: 10px;
    background-size: 11.2px 11.2px;
    width: 11.2px;
    height: 11.2px;
  }
}
.buy-search__list__item__link.area::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/map_icon_green.svg);
  background-size: 37px 53px;
  width: 37px;
  height: 53px;
  top: 53px;
}
@media screen and (max-width: 700px) {
  .buy-search__list__item__link.area::before {
    background-size: 28.4615384615px 40.7692307692px;
    width: 28.4615384615px;
    height: 40.7692307692px;
    top: 30px;
  }
}
.buy-search__list__item__link.railwayline::before {
  background-image: url(/wp-content/uploads/sites/566/2022/01/train_icon_green.svg);
  background-size: 78px 46px;
  width: 78px;
  height: 46px;
  top: 57px;
}
@media screen and (max-width: 700px) {
  .buy-search__list__item__link.railwayline::before {
    background-size: 60px 35.3846153846px;
    width: 60px;
    height: 35.3846153846px;
    top: 34px;
  }
}
.buy-search__list__item__link.map::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/map_icon02_green.svg);
  background-size: 62px 64px;
  width: 62px;
  height: 64px;
  top: 46px;
}
@media screen and (max-width: 700px) {
  .buy-search__list__item__link.map::before {
    background-size: 47.6923076923px 49.2307692308px;
    width: 47.6923076923px;
    height: 49.2307692308px;
    top: 30px;
  }
}
.buy-search__list__item__link.school::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/school_icon_green.svg);
  background-size: 76px 52px;
  width: 76px;
  height: 52px;
  top: 54px;
}
@media screen and (max-width: 700px) {
  .buy-search__list__item__link.school::before {
    background-size: 58.4615384615px 40px;
    width: 58.4615384615px;
    height: 40px;
    top: 34px;
  }
}

.buy-search-recommended {
  width: 100%;
  margin: 0 auto !important;
  text-align: left;
}
.buy-search-recommended .has-4-columns > * {
  width: calc(25% - 10px) !important;
}
@media screen and (max-width: 700px) {
  .buy-search-recommended .has-4-columns > * {
    width: calc(50% - 5px) !important;
  }
}
.buy-search-recommended .es_new_block_name_wrap {
  margin-bottom: 16px !important;
}
.buy-search-recommended .es_new_block_name {
  font-size: 1.0625rem;
}
@media screen and (max-width: 700px) {
  .buy-search-recommended .es_new_block_name {
    font-size: 1rem;
  }
}
.buy-search-recommended.vertical-padding {
  padding-top: 0;
}
@media screen and (max-width: 700px) {
  .buy-search-recommended.vertical-padding {
    padding-bottom: 0;
  }
}
.buy-search-recommended .wp-block-column {
  margin-bottom: 10px !important;
}
.buy-search-recommended .color_main span {
  color: #408c16;
}

.buy-search-block.content-mid-block {
  width: 100%;
}
.buy-search-block h2 {
  text-align: left;
  font-size: 1.3rem !important;
  position: relative;
  padding: 0.8em 0.5em 0.8em 1.4em;
  background-color: #ecf3e7;
  color: #000 !important;
}
@media screen and (max-width: 700px) {
  .buy-search-block h2 {
    font-size: 1rem !important;
    padding: 0.8em 0.5em 0.8em 1.4em;
    margin-bottom: 20px !important;
  }
}
.buy-search-block h2::after {
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 4px;
  background-color: #cfe2c5;
}
@media screen and (max-width: 700px) {
  .buy-search-block h2::after {
    width: 15px;
    top: 10%;
  }
}

.recruit-lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .recruit-lead {
    margin-bottom: 30px;
  }
}

.recruit-merit__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 58px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__list {
    display: block;
    margin-bottom: 10px;
  }
}
.recruit-merit__list__item {
  list-style: none;
  width: 30%;
}
@media screen and (max-width: 700px) {
  .recruit-merit__list__item {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.recruit-merit__list__item:not(:nth-child(3)) {
  margin-right: 5%;
}

.recruit-merit__number {
  padding-bottom: 180px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__number {
    margin-bottom: 20px;
    padding-bottom: 60px;
    width: 25%;
  }
}
.recruit-merit__number::before, .recruit-merit__number::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.recruit-merit__number.merit01 {
  background-color: #dd6e24;
}
.recruit-merit__number.merit01::after {
  background-image: url(/wp-content/uploads/sites/566/2021/11/recruit_icon_pc_white.svg);
  background-size: 92px 67px;
  width: 92px;
  height: 67px;
  bottom: 56px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__number.merit01::after {
    background-size: 36.8px 26.8px;
    width: 36.8px;
    height: 26.8px;
    bottom: 15px;
  }
}
.recruit-merit__number.merit02 {
  background-color: #d35097;
}
.recruit-merit__number.merit02::after {
  background-image: url(/wp-content/uploads/sites/566/2021/11/recruit_icon_overtime_white.svg);
  background-size: 89px 84px;
  width: 89px;
  height: 84px;
  bottom: 50px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__number.merit02::after {
    background-size: 35.6px 33.6px;
    width: 35.6px;
    height: 33.6px;
    bottom: 15px;
  }
}
.recruit-merit__number.merit03 {
  background-color: #679e2c;
}
.recruit-merit__number.merit03::after {
  background-image: url(/app/uploads/sites/566/2021/11/recruit_icon_evaluation_white.svg);
  background-size: 60px 96px;
  width: 60px;
  height: 96px;
  bottom: 48px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__number.merit03::after {
    background-size: 24px 38.4px;
    width: 24px;
    height: 38.4px;
    bottom: 10px;
  }
}
.recruit-merit__number__data {
  background-color: #fff;
  width: 110px;
  display: block;
  margin: 0 auto;
  padding: 64px 0 46px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__number__data {
    width: 60%;
    margin: 0px auto;
    padding: 20px 0 15px;
  }
}
.recruit-merit__number__data__wrap {
  position: relative;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__number__data__wrap {
    font-size: 1.875rem;
  }
}
.recruit-merit__number__data__wrap::before, .recruit-merit__number__data__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.recruit-merit__number__data__wrap::before {
  content: "Merit";
  font-family: "Roboto", sans-serif !important;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
  top: -1.5em;
  letter-spacing: 1px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__number__data__wrap::before {
    font-size: 0.625rem;
    top: -0.5em;
    white-space: nowrap;
    text-align: center;
  }
}
.recruit-merit__number__data__wrap::after {
  width: 90%;
  height: 8px;
  bottom: -10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__number__data__wrap::after {
    height: 4px;
    bottom: -3px;
  }
}
.recruit-merit__number__data__wrap.merit01 {
  color: #dd6e24;
}
.recruit-merit__number__data__wrap.merit01::after {
  background-color: #dd6e24;
}
.recruit-merit__number__data__wrap.merit02 {
  color: #d35097;
}
.recruit-merit__number__data__wrap.merit02::after {
  background-color: #d35097;
}
.recruit-merit__number__data__wrap.merit03 {
  color: #679e2c;
}
.recruit-merit__number__data__wrap.merit03::after {
  background-color: #679e2c;
}

@media screen and (max-width: 700px) {
  .recruit-merit__text {
    width: 75%;
  }
}
.recruit-merit__text__title {
  color: #000;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 700;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__text__title {
    margin-bottom: 5px;
    min-height: 1em;
    font-size: 1rem;
  }
}
.recruit-merit__text__data {
  font-size: 0.8125rem;
  color: #444;
}

.recruit-merit__notes-list {
  background-color: #feecee;
  margin: 0;
  padding: 50px 40px 32px 50px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__notes-list {
    padding: 24px 20px 20px 20px;
  }
}
.recruit-merit__notes-list__item {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.4;
  position: relative;
  text-align: left;
  list-style: none;
  padding-left: 32px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__notes-list__item {
    font-size: 0.875rem;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 500;
  }
}
.recruit-merit__notes-list__item::before, .recruit-merit__notes-list__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .recruit-merit__notes-list__item::before, .recruit-merit__notes-list__item::after {
    top: 6px;
  }
}
.recruit-merit__notes-list__item::before {
  width: 10px;
  height: 10px;
  border: 1px solid #b50216;
}
.recruit-merit__notes-list__item::after {
  width: 6px;
  height: 6px;
  background-color: #b50216;
  top: 10px;
  left: 2px;
}
@media screen and (max-width: 700px) {
  .recruit-merit__notes-list__item::after {
    top: 8px;
  }
}

.recruit-data__list {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
.recruit-data__list__item {
  width: 23.05%;
  list-style: none;
}
.recruit-data__list__item:not(:nth-child(4n)) {
  margin-right: 2.6%;
}
@media screen and (max-width: 700px) {
  .recruit-data__list__item {
    width: 47.5%;
    margin-bottom: 20px;
  }
  .recruit-data__list__item:not(:nth-child(4n)) {
    margin-right: 0%;
  }
  .recruit-data__list__item:not(:nth-child(2n)) {
    margin-right: 5%;
  }
}

.recruit-data__title {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  padding: 10px 10px 10px 10px;
  line-height: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 700px) {
  .recruit-data__title {
    font-size: 1rem;
    padding: 8px 10px 8px 10px;
    margin-bottom: 15px !important;
  }
}
.recruit-data__title.data01 {
  background-color: #3a88b5;
}
.recruit-data__title.data02 {
  background-color: #409469;
}
.recruit-data__title.data03 {
  background-color: #c9485f;
}
.recruit-data__title.data04 {
  background-color: #a070b2;
}

.recruit-data__img {
  margin: 0 auto 30px;
  width: 116px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .recruit-data__img {
    margin-bottom: 10px;
    width: 81.2px;
    height: 67.2px;
  }
}
.recruit-data__img.data01 img {
  width: 79px;
  height: auto;
}
@media screen and (max-width: 700px) {
  .recruit-data__img.data01 img {
    width: 55.3px;
  }
}
.recruit-data__img.data02 img {
  width: 115px;
  height: auto;
}
@media screen and (max-width: 700px) {
  .recruit-data__img.data02 img {
    width: 80.5px;
  }
}
.recruit-data__img.data03 img {
  width: 67px;
  height: auto;
}
@media screen and (max-width: 700px) {
  .recruit-data__img.data03 img {
    width: 46.9px;
  }
}
.recruit-data__img.data04 img {
  width: 66px;
  height: auto;
}
@media screen and (max-width: 700px) {
  .recruit-data__img.data04 img {
    width: 46.2px;
  }
}

.recruit-data__time {
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
@media screen and (max-width: 1199px) {
  .recruit-data__time {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 700px) {
  .recruit-data__time {
    font-size: 1.25rem;
    margin: 0 0 5px !important;
  }
}
.recruit-data__time__l {
  font-size: 5.625rem;
  font-family: "Roboto Condensed", sans-serif !important;
  letter-spacing: -3px;
  margin-right: 5px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .recruit-data__time__l {
    font-size: 2.8125rem;
  }
}
.recruit-data__time.data01 {
  color: #3a88b5;
}
.recruit-data__time.data02 {
  color: #409469;
}
.recruit-data__time.data03 {
  color: #c9485f;
}
.recruit-data__time.data04 {
  color: #a070b2;
}

.recruit-data__notes {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.75rem;
}

.recruit-senior__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .recruit-senior__wrap {
    display: block;
    margin-bottom: 28px;
    padding-bottom: 0px;
  }
}
.recruit-senior__wrap.img-right {
  flex-direction: row-reverse;
}
.recruit-senior__wrap.img-right .recruit-senior__profile {
  margin-right: 0% !important;
  margin-left: 5%;
}
@media screen and (max-width: 700px) {
  .recruit-senior__wrap.img-right .recruit-senior__profile {
    margin-left: 0;
  }
}
.recruit-senior__wrap.bdr-none {
  border: 0px solid #ccc;
  padding: 0;
  margin: 0;
}

.recruit-senior__profile {
  width: 50%;
  margin-right: 5%;
  position: relative;
  text-align: left;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .recruit-senior__profile {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 300px;
  }
}
.recruit-senior__profile.message01 {
  background-image: url(/wp-content/uploads/sites/566/2021/11/recruite_message01.jpg);
  background-size: cover;
}
.recruit-senior__profile.message02 {
  background-image: url(/wp-content/uploads/sites/566/2021/11/recruite_message02.jpg);
  background-size: cover;
}
.recruit-senior__profile__box {
  position: absolute;
  background-color: #fff;
  width: 60%;
  padding: 25px 20px 20px 20px;
  left: 0;
  bottom: 58px;
}
@media screen and (max-width: 700px) {
  .recruit-senior__profile__box {
    padding: 12px 10px 12px 10px;
    bottom: 10px;
    width: 80%;
  }
}
.recruit-senior__profile__name {
  margin: 0 0 13px 0 !important;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (max-width: 700px) {
  .recruit-senior__profile__name {
    font-size: 1rem;
    margin-bottom: 5px !important;
  }
}
.recruit-senior__profile__data {
  color: #000;
  font-size: 0.875rem;
  margin-bottom: 0 !important;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .recruit-senior__profile__data {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.recruit-senior__qa {
  width: 45%;
}
@media screen and (max-width: 700px) {
  .recruit-senior__qa {
    width: 100%;
    margin-right: 0;
  }
}
.recruit-senior__qa__list__title, .recruit-senior__qa__list__data {
  padding-left: 48px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .recruit-senior__qa__list__title, .recruit-senior__qa__list__data {
    padding-left: 36px;
  }
}
.recruit-senior__qa__list__title::before, .recruit-senior__qa__list__title::after, .recruit-senior__qa__list__data::before, .recruit-senior__qa__list__data::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.recruit-senior__qa__list__title::before, .recruit-senior__qa__list__data::before {
  width: 26px;
  height: 26px;
}
.recruit-senior__qa__list__title::after, .recruit-senior__qa__list__data::after {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
}
.recruit-senior__qa__list__title {
  position: relative;
  font-size: 1.25rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .recruit-senior__qa__list__title {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
.recruit-senior__qa__list__title::before {
  background-color: #b50216;
}
.recruit-senior__qa__list__title::after {
  content: "Q";
}
.recruit-senior__qa__list__data {
  margin: 0;
  margin-bottom: 30px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 700px) {
  .recruit-senior__qa__list__data {
    font-size: 0.875rem;
  }
}
.recruit-senior__qa__list__data::before {
  background-color: #1a68b8;
}
.recruit-senior__qa__list__data::after {
  content: "A";
}

.recruit-offer-tbl {
  position: relative;
  text-align: left;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .recruit-offer-tbl {
    display: block;
    padding-top: 20px;
  }
}
.recruit-offer-tbl::before, .recruit-offer-tbl::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.recruit-offer-tbl::before {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.recruit-offer-tbl::after {
  width: 180px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 700px) {
  .recruit-offer-tbl::after {
    width: 80px;
  }
}
.recruit-offer-tbl__title {
  width: 180px;
  font-size: 1.125rem;
  color: #000;
  position: relative;
  line-height: 1.4;
  padding-left: 34px;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 42px;
}
.recruit-offer-tbl__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background-color: #b50216;
}
@media screen and (max-width: 700px) {
  .recruit-offer-tbl__title {
    width: 100%;
    border-bottom: 1px dotted #bbb;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
    padding-left: 28px;
  }
}
.recruit-offer-tbl__data {
  width: calc(100% - 180px);
  margin: 0 0 42px;
  padding-left: 3.8%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 42px;
}
@media screen and (max-width: 700px) {
  .recruit-offer-tbl__data {
    width: 100%;
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 20px;
    position: relative;
    margin: 0 0 20px;
  }
  .recruit-offer-tbl__data::before, .recruit-offer-tbl__data::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: auto;
  }
  .recruit-offer-tbl__data:not(:last-child)::before {
    background-color: #ccc;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .recruit-offer-tbl__data:not(:last-child)::after {
    width: 80px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #000;
  }
}
.recruit-offer-tbl__data__text {
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}
.recruit-offer-tbl__data__text.mb20 {
  margin-bottom: 20px !important;
}
.recruit-offer-tbl__data__text02 {
  font-size: 0.875rem;
  margin-top: 26px;
}
@media screen and (max-width: 700px) {
  .recruit-offer-tbl__data__text02 {
    margin-top: 16px;
  }
}
.recruit-offer-tbl__data__text-list__title {
  line-height: 1.4;
  margin-bottom: 12px;
  color: #000;
}
.recruit-offer-tbl__data__text-list__title:last-child {
  margin-bottom: 0;
}
.recruit-offer-tbl__data__text-list__data {
  margin: 0 0 20px;
  font-size: 0.875rem;
}
.recruit-offer-tbl__data__text-list__data:last-child {
  margin-bottom: 0;
}
.recruit-offer-tbl__data__text-notes {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.875rem;
}
.recruit-offer-tbl__data .em {
  color: #b50216;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (max-width: 700px) {
  .recruit-offer-tbl__data .em {
    font-size: 0.9375rem;
  }
}

.recruit-offer-tbl__data__notes-list {
  margin: 5px 0 32px;
}
.recruit-offer-tbl__data__notes-list__item {
  margin: 0;
  list-style: none;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

.recruit-flow__box {
  background-color: #ffe9eb;
  padding: 40px 10px 40px 0;
  margin-bottom: 54px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box {
    padding: 24px 10px 24px 20px;
    margin-bottom: 40px;
  }
}
.recruit-flow__box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  margin-left: -15px;
  border: 65px solid transparent;
  border-top: 42px solid #ffe9eb;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box:before {
    border: 45.5px solid transparent;
    border-top: 29.4px solid #ffe9eb;
  }
}
.recruit-flow__box__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  position: relative;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text {
    font-size: 1rem;
  }
}
.recruit-flow__box__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.recruit-flow__box__text.flow01 {
  padding-left: 70px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow01 {
    padding-left: 49px;
  }
}
.recruit-flow__box__text.flow01::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/recruit_icon_flow01.svg);
  background-size: 52px 49px;
  width: 52px;
  height: 49px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow01::before {
    background-size: 36.4px 34.3px;
    width: 36.4px;
    height: 34.3px;
  }
}
.recruit-flow__box__text.flow02 {
  padding-left: 75px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow02 {
    padding-left: 52.5px;
  }
}
.recruit-flow__box__text.flow02::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/recruit_icon_flow02.svg);
  background-size: 54px 51px;
  width: 54px;
  height: 51px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow02::before {
    background-size: 37.8px 35.7px;
    width: 37.8px;
    height: 35.7px;
  }
}
.recruit-flow__box__text.flow03 {
  padding-left: 90px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow03 {
    padding-left: 54px;
  }
}
.recruit-flow__box__text.flow03::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/recruit_icon_flow03.svg);
  background-size: 63px 58px;
  width: 63px;
  height: 58px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow03::before {
    background-size: 44.1px 40.6px;
    width: 44.1px;
    height: 40.6px;
  }
}
.recruit-flow__box__text.flow04 {
  padding-left: 90px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow04 {
    padding-left: 54px;
  }
}
.recruit-flow__box__text.flow04::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/recruit_icon_flow04.svg);
  background-size: 63px 58px;
  width: 63px;
  height: 58px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow04::before {
    background-size: 36.4px 34.3px;
    width: 36.4px;
    height: 34.3px;
  }
}
.recruit-flow__box__text.flow05 {
  padding-left: 100px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow05 {
    padding-left: 60px;
  }
}
.recruit-flow__box__text.flow05::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/recruit_icon_flow05.svg);
  background-size: 71px 53px;
  width: 71px;
  height: 53px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__box__text.flow05::before {
    background-size: 49.7px 37.1px;
    width: 49.7px;
    height: 37.1px;
  }
}

.recruit-flow__text {
  font-size: 0.875rem;
}
@media screen and (max-width: 700px) {
  .recruit-flow__text {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.recruit-flow__tbl {
  width: 100%;
  text-align: left;
  border-top: 1px solid #000;
  position: relative;
  padding-top: 43px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .recruit-flow__tbl {
    display: block;
    padding-top: 20px;
  }
}
.recruit-flow__tbl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #000;
  width: 80px;
  height: 3px;
}
.recruit-flow__tbl__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  width: 110px;
  margin-right: 14%;
  color: #000;
}
@media screen and (max-width: 700px) {
  .recruit-flow__tbl__title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 1.25rem;
  }
}
.recruit-flow__tbl__title--en {
  font-size: 0.625rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-top: 15px;
}
.recruit-flow__tbl__data {
  padding: 0;
  margin: 0;
  width: calc(100% - (110px + 14%));
}
@media screen and (max-width: 700px) {
  .recruit-flow__tbl__data {
    width: 100%;
  }
}

.recruit-flow__data__text-list {
  margin-bottom: 35px;
}
@media screen and (max-width: 700px) {
  .recruit-flow__data__text-list {
    margin-bottom: 20px;
  }
}
.recruit-flow__data__text-list__title {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 700px) {
  .recruit-flow__data__text-list__title {
    margin-bottom: 10px;
  }
}
.recruit-flow__data__text-list__data {
  margin: 0 0 34px;
  padding: 0;
}
.recruit-flow__data__text-list__data__notes {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .recruit-flow__data__text-list__data a {
    color: #333 !important;
  }
}

@media screen and (max-width: 700px) {
  .recruit-flow__tel-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    font-weight: 600;
    color: #b50216 !important;
    padding: 15px 10px 15px 10px;
    font-size: 1.0625rem;
    line-height: 1;
    border: 2px solid #b50216;
    margin-top: 20px;
  }
}

.channel-lead {
  background-color: #fceeee;
  padding: 40px 35px 40px 35px;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .channel-lead {
    padding: 20px 16px 16px 16px;
    margin-bottom: 30px;
  }
}
.channel-lead__title {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 700px) {
  .channel-lead__title {
    margin-bottom: 16px !important;
  }
}

.channel-pickup__title {
  background-color: #ffc600;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 14px 10px 12px 10px;
  margin: 0 !important;
  color: #000;
}
@media screen and (max-width: 700px) {
  .channel-pickup__title {
    font-size: 1rem;
    padding: 8px 5px 0px 5px;
  }
}
.channel-pickup__wrap {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  border: 5px solid #ffc600;
}
@media screen and (max-width: 700px) {
  .channel-pickup__wrap {
    border: 3px solid #ffc600;
    padding: 16px 16px 0 16px;
  }
}

.channel-list {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.channel-list__link {
  color: #000;
  transition: 0.3s;
}
.channel-list__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.channel-list__link:hover img {
  transform: scale(1) !important;
}
.channel-list__item {
  list-style: none;
  padding: 0 !important;
  width: 31%;
}
.channel-list__item:not(:nth-child(3n)) {
  margin-right: 3.5%;
}
@media screen and (max-width: 700px) {
  .channel-list__item {
    width: 49%;
    margin-bottom: 20px;
  }
  .channel-list__item:not(:nth-child(3n)) {
    margin-right: 0%;
  }
  .channel-list__item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.channel-list__item img {
  width: 100%;
}
.channel-list__img {
  position: relative;
  border: 1px solid #e5e5e5;
}
.channel-list__img > img {
  object-fit: cover;
  min-height: 200px;
}
@media screen and (max-width: 700px) {
  .channel-list__img > img {
    min-height: 120px;
  }
}
.channel-list__img__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: block;
  width: 116px;
  padding: 6px 10px 10px 10px;
}
.channel-list__img__icon img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .channel-list.pickup {
    flex-direction: column;
  }
  .channel-list.pickup .channel-list__item {
    width: 100%;
  }
  .channel-list.pickup .channel-list__item:nth-of-type(1) {
    order: 2;
  }
  .channel-list.pickup .channel-list__item:nth-of-type(2) {
    order: 1;
  }
  .channel-list.pickup .channel-list__item:nth-of-type(3) {
    order: 3;
  }
}
.channel-list.pickup .channel-list__img > img {
  min-height: 160px;
}
@media screen and (max-width: 700px) {
  .channel-list.pickup .channel-list__img > img {
    min-height: 120px;
  }
}
@media screen and (min-width: 640px) {
  .channel-list.top {
    margin-bottom: 30px !important;
  }
  .channel-list.top .channel-list__item {
    width: 22.525%;
    margin-bottom: 30px !important;
  }
  .channel-list.top .channel-list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .channel-list.top .channel-list__item:not(:nth-child(4n)) {
    margin-right: 3.3%;
  }
}
@media screen and (min-width: 640px) {
  .channel-list.sell-top {
    margin-bottom: 30px !important;
  }
  .channel-list.sell-top .channel-list__item {
    width: 22.525%;
    margin-bottom: 30px !important;
  }
  .channel-list.sell-top .channel-list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .channel-list.sell-top .channel-list__item:not(:nth-child(4n)) {
    margin-right: 3.3%;
  }
}

.channel-list__new-icon {
  background-color: #b50216;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  padding: 1px 5px 3px 5px;
  margin-right: 10px;
}

.channel-list__title {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .channel-list__title {
    margin-top: 10px;
  }
}
.channel-list__title__icon {
  width: 70px;
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .channel-list__title__icon {
    width: 50px;
  }
}
.channel-list__title__data {
  width: calc(100% - 70px - 10px);
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .channel-list__title__data {
    width: calc(100% - 50px - 10px);
    line-height: 1.5;
    font-size: 0.8125rem;
  }
}

.channel-icon, .channel-icon--other, .channel-icon--buy, .channel-icon--sell {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: block;
  border: 1px solid #000;
  font-size: 0.9375rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .channel-icon, .channel-icon--other, .channel-icon--buy, .channel-icon--sell {
    width: 50px;
    height: 50px;
    font-size: 0.6875rem;
  }
}
.channel-icon--sell {
  border: 8px solid #5e95cd;
  color: #5e95cd;
}
@media screen and (max-width: 700px) {
  .channel-icon--sell {
    border: 6px solid #5e95cd;
  }
}
.channel-icon--buy {
  border: 8px solid #79ae5b;
  color: #79ae5b;
}
@media screen and (max-width: 700px) {
  .channel-icon--buy {
    border: 6px solid #79ae5b;
  }
}
.channel-icon--other {
  border: 8px solid #fea251;
  color: #fea251;
}
@media screen and (max-width: 700px) {
  .channel-icon--other {
    border: 6px solid #fea251;
  }
}

.sec-channel {
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .sec-channel {
    margin-bottom: 30px;
  }
}

.story-top__lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .story-top__lead {
    margin-bottom: 30px;
  }
}

.story-index__wrap {
  border-bottom: 1px solid #cccccc;
}

.story-sec-box {
  border-top: 1px solid #cccccc;
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .story-sec-box {
    padding-top: 30px;
  }
}
.story-sec-box::before, .story-sec-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.story-sec-box::before {
  top: -1px;
  background-color: #000;
  width: 150px;
  height: 4px;
}
@media screen and (max-width: 700px) {
  .story-sec-box::before {
    height: 3px;
  }
}
.story-sec-box::after {
  content: "YOKABAI story";
  top: 17px;
  right: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .story-sec-box::after {
    right: 2px;
    top: 12px;
    font-size: 0.625rem;
  }
}
.story-sec-box.reverse::before {
  right: auto;
  left: 0;
}
.story-sec-box.reverse::after {
  right: auto;
  left: 0px;
}
.story-sec-box__link {
  display: flex;
  color: #000;
  position: relative;
}
@media screen and (max-width: 700px) {
  .story-sec-box__link {
    display: block;
  }
}
.story-sec-box__link::before, .story-sec-box__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.story-sec-box__link::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 110px 110px;
  border-color: transparent transparent #b50216 transparent;
}
@media screen and (max-width: 700px) {
  .story-sec-box__link::before {
    border-width: 0 0 60px 60px;
  }
}
.story-sec-box__link.reverse {
  flex-direction: row-reverse;
}
.story-sec-box__link.reverse::before {
  right: 55%;
}
@media screen and (max-width: 700px) {
  .story-sec-box__link.reverse::before {
    right: 0;
  }
}
.story-sec-box__link:hover {
  text-decoration: none;
  color: #000;
  background-color: #fde8eb;
}
.story-sec-box__link:hover .story-sec-box__img__data {
  opacity: 0.9;
}
.story-sec-box__img {
  width: 50%;
  margin-right: 5%;
}
@media screen and (max-width: 700px) {
  .story-sec-box__img {
    width: 100%;
    margin-right: 0;
  }
}
.story-sec-box__img.reverse {
  margin-right: 0;
  margin-left: 5%;
}
@media screen and (max-width: 700px) {
  .story-sec-box__img.reverse {
    margin-left: 0;
  }
}
.story-sec-box__img__data {
  position: relative;
}
.story-sec-box__img__data__details {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.story-sec-box__img img {
  width: 100%;
}
.story-sec-box__data {
  padding-top: 38px;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 700px) {
  .story-sec-box__data {
    width: 100%;
    padding-top: 16px;
  }
}
.story-sec-box__data::before, .story-sec-box__data::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.story-sec-box__data::before {
  content: "more";
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.6875rem;
  bottom: 33px;
  right: 15px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .story-sec-box__data::before {
    display: none;
  }
}
.story-sec-box__data::after {
  background-image: url(/wp-content/uploads/sites/566/2021/10/store-contact-arrow.png);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  bottom: 15px;
  right: 21px;
}
@media screen and (max-width: 700px) {
  .story-sec-box__data::after {
    bottom: 15px;
    right: 10px;
    background-size: 11.2px 11.2px;
    width: 11.2px;
    height: 11.2px;
  }
}
.story-sec-box__data__copy {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 32px !important;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .story-sec-box__data__copy {
    font-size: 1.25rem;
    margin-bottom: 20px !important;
  }
}
.story-sec-box__data__profile {
  text-align: left;
  font-size: 1.125rem;
  position: relative;
  padding-top: 16px;
}
@media screen and (max-width: 700px) {
  .story-sec-box__data__profile {
    font-size: 0.875rem;
    padding-top: 12px;
  }
}
.story-sec-box__data__profile::before, .story-sec-box__data__profile::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.story-sec-box__data__profile::before {
  background-color: #f6a8b1;
  width: 190px;
  height: 1px;
}
@media screen and (max-width: 700px) {
  .story-sec-box__data__profile::before {
    width: 160px;
  }
}
.story-sec-box__data__profile::after {
  background-color: #b50216;
  width: 80px;
  height: 4px;
}
@media screen and (max-width: 700px) {
  .story-sec-box__data__profile::after {
    width: 60px;
    height: 3px;
  }
}

.story-interview__lead__wrap {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .story-interview__lead__wrap {
    display: block;
    margin-bottom: 20px;
  }
}

.story-interview__lead__data {
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .story-interview__lead__data {
    width: 100%;
  }
}

.story-interview__lead__text {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .story-interview__lead__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .story-interview__lead__text {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 24px !important;
  }
}

.story-interview__lead__profile {
  text-align: left;
  font-size: 1.125rem;
  position: relative;
  padding-top: 16px;
}
@media screen and (max-width: 700px) {
  .story-interview__lead__profile {
    font-size: 0.875rem;
    padding-top: 12px;
    margin-bottom: 8px !important;
    float: right;
  }
}
.story-interview__lead__profile::before, .story-interview__lead__profile::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.story-interview__lead__profile::before {
  background-color: #f6a8b1;
  width: 190px;
  height: 1px;
}
@media screen and (max-width: 700px) {
  .story-interview__lead__profile::before {
    width: 160px;
  }
}
.story-interview__lead__profile::after {
  background-color: #b50216;
  width: 80px;
  height: 4px;
}
@media screen and (max-width: 700px) {
  .story-interview__lead__profile::after {
    width: 60px;
    height: 3px;
  }
}

.story-interview__lead__img {
  width: 50%;
  margin-left: 2%;
}
@media screen and (max-width: 700px) {
  .story-interview__lead__img {
    width: 100%;
    margin-left: 0;
    clear: both;
  }
}
.story-interview__lead__img__data {
  position: relative;
}
.story-interview__lead__img__data__details {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.story-interview__lead__img__data img {
  width: 100%;
}

.story-interview__data {
  border: 10px solid #fde8eb;
  margin-bottom: 60px;
  padding: 25px 25px 25px 0;
}
@media screen and (max-width: 700px) {
  .story-interview__data {
    width: 100%;
    margin-bottom: 30px;
    border: 8px solid #fde8eb;
    padding: 10px 15px 15px 0;
  }
}
.story-interview__data__title {
  background-color: #fde8eb;
  padding: 18px 10px 16px 25px;
  color: #b50216;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .story-interview__data__title {
    padding: 12px 11px 11px 18px;
    font-size: 1rem;
    margin-bottom: 16px !important;
  }
}

.story-interview__data__wrap {
  padding-left: 35px;
}
@media screen and (max-width: 700px) {
  .story-interview__data__wrap {
    display: block;
    padding-left: 20px;
  }
}

.story-interview__data__list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .story-interview__data__list {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.story-interview__data__list__wrap {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .story-interview__data__list__wrap {
    width: 100%;
    display: block;
  }
}
.story-interview__data__list__wrap:nth-child(even) {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .story-interview__data__list__wrap:nth-child(even) {
    width: 100%;
  }
}
.story-interview__data__list__title {
  width: 30%;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  .story-interview__data__list__title {
    width: 100%;
  }
}
.story-interview__data__list__title::before, .story-interview__data__list__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  margin: auto;
}
.story-interview__data__list__title::before {
  width: 8px;
  height: 8px;
  border: 1px solid #b50216;
}
.story-interview__data__list__title::after {
  width: 4px;
  height: 4px;
  background-color: #b50216;
  top: 13px;
  left: 2px;
}
.story-interview__data__list__data {
  width: 70%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .story-interview__data__list__data {
    padding-left: 20px;
    margin-bottom: 5px;
    width: 100%;
  }
}

.story-interview__data__text {
  padding-left: 4.5%;
  font-size: 0.875rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .story-interview__data__text {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.story-interview__data__text::before, .story-interview__data__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.story-interview__data__text::before {
  background-color: #ccc;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .story-interview__data__text::before {
    width: 100%;
    height: 1px;
    bottom: auto;
  }
}
.story-interview__data__text::after {
  background-color: #000;
  width: 1px;
  height: 50%;
}
@media screen and (max-width: 700px) {
  .story-interview__data__text::after {
    width: 50%;
    height: 1px;
    right: 0;
    bottom: auto;
  }
}

.story-interview__article__main {
  margin-bottom: 20px;
  margin-top: 16px;
}
.story-interview__article__main__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .story-interview__article__main__img {
    margin-bottom: 16px;
  }
}
.story-interview__article__main__wrap {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .story-interview__article__main__wrap {
    display: block;
  }
}
.story-interview__article__main__copy {
  color: #000;
  text-align: left;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1199px) {
  .story-interview__article__main__copy {
    font-size: 1.6rem;
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 700px) {
  .story-interview__article__main__copy {
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 16px !important;
  }
}
.story-interview__article__main__text {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .story-interview__article__main__text {
    width: 100%;
  }
}

.story-interview__article {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media screen and (max-width: 700px) {
  .story-interview__article {
    display: block;
  }
}
.story-interview__article.reverse {
  flex-direction: row-reverse;
}
.story-interview__article__img {
  width: 43%;
  margin-right: 5%;
}
@media screen and (max-width: 700px) {
  .story-interview__article__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.story-interview__article__img.reverse {
  margin-left: 5%;
  margin-right: 0%;
}
@media screen and (max-width: 700px) {
  .story-interview__article__img.reverse {
    margin-left: 0;
  }
}
.story-interview__article__data {
  width: 52%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .story-interview__article__data {
    width: 100%;
  }
}
.story-interview__article__data__copy {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 1199px) {
  .story-interview__article__data__copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .story-interview__article__data__copy {
    font-size: 1.25rem;
    margin-bottom: 10px !important;
  }
}

.story-manager {
  background-color: #fde8eb;
  display: flex;
}
@media screen and (max-width: 700px) {
  .story-manager {
    display: block;
  }
}
.story-manager__img {
  width: 45%;
  padding: 35px 35px 35px 0;
  margin-left: 5%;
}
@media screen and (max-width: 700px) {
  .story-manager__img {
    margin-left: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}
.story-manager__data {
  width: 50%;
  padding: 35px 0 0 0;
}
@media screen and (max-width: 700px) {
  .story-manager__data {
    width: 100%;
    padding-top: 16px;
  }
}
.story-manager__data__wrap {
  padding: 0 0px 35px 44px;
}
@media screen and (max-width: 700px) {
  .story-manager__data__wrap {
    padding: 0px 20px 20px 20px;
  }
}
.story-manager__data__copy {
  text-align: left;
  color: #000;
  font-size: 1.374rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .story-manager__data__copy {
    font-size: 1.125rem;
    margin-bottom: 10px !important;
  }
}
.story-manager__data__text {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0 !important;
}
.story-manager__title {
  background-color: #fff;
  line-height: 1;
  color: #b50216;
  font-weight: 900;
  font-size: 1.3125rem;
  padding: 17px 10px 14px 36px;
  margin-bottom: 20px !important;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .story-manager__title {
    padding: 12px 10px 10px 26px;
    margin-bottom: 16px !important;
    font-size: 1rem;
  }
}
.story-manager__title__en {
  font-family: "Roboto", sans-serif !important;
  margin-left: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 700px) {
  .story-manager__title__en {
    font-size: 1.125rem;
  }
}
.story-manager__title__en__sub {
  font-size: 1.125rem;
}
@media screen and (max-width: 700px) {
  .story-manager__title__en__sub {
    font-size: 1rem;
  }
}

.feature-searchbox01 .simple_search_block__inner {
  border: 5px solid #eee;
}
.feature-searchbox01 .set_condition_wrap {
  background-color: #fff;
}
.feature-searchbox01.alignfull.simple_search_block {
  padding-top: 40px;
}

.feature-wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto !important;
}
@media screen and (max-width: 1500px) {
  .feature-wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 700px) {
  .feature-wrap {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 700px) {
  .feature-wrap::before {
    width: auto !important;
    left: 10px !important;
    right: 10px !important;
  }
}
@media screen and (max-width: 700px) {
  .feature-wrap::after {
    left: 10px !important;
  }
}
@media screen and (max-width: 700px) {
  .feature-wrap p {
    font-size: 0.9rem;
  }
}

.feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 700px) {
  .feature__list {
    margin: 20px 0 40px 0;
  }
}
.feature__list li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .feature__list li {
    width: 100%;
    margin: 0px;
  }
}
.feature__list li:nth-child(2n) {
  margin-right: 0px;
}
.feature__list li a {
  color: #000;
  display: block;
}
.feature__list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.feature__list li a:hover img {
  transform: none;
}
.feature__list__title {
  font-weight: 500;
  line-height: 1 !important;
  margin-bottom: 10px !important;
  border-left: 4px solid #408c16;
  padding-left: 10px;
}
@media screen and (max-width: 700px) {
  .feature__list__title {
    margin: 15px 0 10px;
    font-size: 1.1rem !important;
  }
}
.feature__title {
  margin: 10px 0 20px;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .feature__title {
    margin: 0px 0 15px !important;
  }
}
.feature__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .feature__image {
    margin-bottom: 15px;
  }
}
.feature__copy {
  font-size: 1.4rem !important;
  font-weight: 600;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .feature__copy {
    font-size: 1.1rem !important;
    font-weight: 500;
    line-height: 1.4;
  }
}

.feature-nishitetsu {
  border: 8px solid #f5ad00;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .feature-nishitetsu {
    margin-bottom: 30px;
    border: 5px solid #f5ad00;
  }
}
.feature-nishitetsu__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #f5ad00;
  text-align: center;
  padding: 10px 0 15px;
  line-height: 1;
  margin: 0px !important;
}
@media screen and (max-width: 700px) {
  .feature-nishitetsu__title {
    line-height: 1.4;
    padding: 5px 0 10px;
  }
}
.feature-nishitetsu__image {
  padding: 30px 30px;
}
@media screen and (max-width: 700px) {
  .feature-nishitetsu__image {
    padding: 20px 10px;
  }
}

.feature-subway {
  border: 8px solid #00aae2;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .feature-subway {
    margin-bottom: 30px;
    border: 5px solid #00aae2;
  }
}
.feature-subway__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #00aae2;
  text-align: center;
  padding: 10px 0 15px;
  line-height: 1;
  margin: 0px !important;
}
@media screen and (max-width: 700px) {
  .feature-subway__title {
    line-height: 1.4;
    padding: 5px 0 10px;
  }
}
.feature-subway__image {
  padding: 40px 80px;
}
@media screen and (max-width: 700px) {
  .feature-subway__image {
    padding: 20px 10px;
  }
}

.feature-econoa {
  text-align: center;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0px 40px 40px 40px;
  margin-bottom: 77px;
  background-color: #f2f9ed;
}
@media screen and (max-width: 700px) {
  .feature-econoa {
    padding: 0px 16px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.feature-econoa__title {
  color: #408c16;
  border: 3px solid #408c16;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  padding: 14px 60px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  display: inline-block;
  min-width: 500px;
  margin-bottom: 0 !important;
  background-color: #fff;
  position: relative;
  top: calc((-32px - 1em) / 2);
}
@media screen and (max-width: 700px) {
  .feature-econoa__title {
    min-width: auto;
    width: 96%;
    font-size: 1rem;
    padding: 10px 20px 10px 20px;
  }
}
.feature-econoa li {
  line-height: 1.8;
}
.feature-econoa .yellow-line {
  background: linear-gradient(transparent 60%, #fcf905 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 0px;
}

.howto-title {
  padding-bottom: 16px;
}
@media screen and (max-width: 700px) {
  .howto-title {
    margin-bottom: 0 !important;
    padding-bottom: 40px;
  }
}

.howto-lead {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0px 30px 20px 30px;
  margin-bottom: 77px;
}
@media screen and (max-width: 700px) {
  .howto-lead {
    padding: 0px 16px 16px 20px;
    margin-bottom: 30px;
  }
}
.howto-lead__title {
  font-size: 2.25rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  padding: 16px 80px 16px 80px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  display: inline-block;
  min-width: 500px;
  color: #000;
  margin-bottom: 0 !important;
  background-color: #fff;
  position: relative;
  top: calc((-32px - 1em) / 2);
}
@media screen and (max-width: 700px) {
  .howto-lead__title {
    min-width: auto;
    width: 96%;
    font-size: 1rem;
    padding: 8px 20px 8px 20px;
  }
}
.howto-lead__title--deco {
  font-size: 1.75rem;
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  .howto-lead__title--deco {
    font-size: 0.875rem;
  }
}
.howto-lead__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0 !important;
  position: relative;
  top: -1em;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .howto-lead__text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.howto-lead.buy {
  background-color: #b07dbb;
}
.howto-lead.buy .howto-lead__title {
  border: 3px solid #b07dbb;
}
.howto-lead.buy .howto-lead__title--deco {
  color: #b07dbb;
}
.howto-lead.sell {
  background-color: #3cb4a7;
}
.howto-lead.sell .howto-lead__title {
  border: 3px solid #3cb4a7;
}
.howto-lead.sell .howto-lead__title--deco {
  color: #3cb4a7;
}

.howto-q {
  max-width: 800px;
  margin: 0 0 30px 30px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 30px 20px 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .howto-q {
    padding: 20px 10px 16px 16px;
    margin: 0 0 20px 30px;
  }
}
.howto-q::before, .howto-q::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  margin: auto;
}
.howto-q::before {
  background-size: 21px 27px;
  width: 21px;
  height: 27px;
  top: 8px;
  left: -24px;
}
.howto-q__data {
  width: 56%;
  font-size: 1.1875rem;
  text-align: left;
  font-weight: 600;
  color: #000;
  margin-right: 4%;
}
@media screen and (max-width: 700px) {
  .howto-q__data {
    width: 68%;
    font-size: 0.9375rem;
    padding-top: 10px;
    font-weight: 500;
    margin-right: 2%;
    line-height: 1.5;
    padding-top: 0px;
  }
}
.howto-q__img {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .howto-q__img {
    margin: 0 auto;
    width: 30%;
  }
}
.howto-q__img.type01 img {
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type01 img {
    max-width: 90%;
  }
}
.howto-q__img.type01--02 img {
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type01--02 img {
    max-width: 100%;
  }
}
.howto-q__img.type01--sell img {
  max-width: 50%;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type01--sell img {
    max-width: 90%;
  }
}
.howto-q__img.type01--sell--02 img {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type01--sell--02 img {
    max-width: 85%;
  }
}
.howto-q__img.type02 img {
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type02 img {
    max-width: 100%;
  }
}
.howto-q__img.type02--02 img {
  max-width: 50%;
  width: 100%;
  margin-right: 15%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type02--02 img {
    max-width: 100%;
  }
}
.howto-q__img.type02--sell img {
  max-width: 50%;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type02--sell img {
    max-width: 90%;
  }
}
.howto-q__img.type02--sell--02 img {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type02--sell--02 img {
    max-width: 85%;
  }
}
.howto-q__img.type03 img {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type03 img {
    max-width: 90%;
  }
}
.howto-q__img.type03--02 img {
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type03--02 img {
    max-width: 100%;
  }
}
.howto-q__img.type03--sell img {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type03--sell img {
    max-width: 90%;
  }
}
.howto-q__img.type03--sell--02 img {
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type03--sell--02 img {
    max-width: 85%;
  }
}
.howto-q__img.type04 img {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type04 img {
    max-width: 90%;
  }
}
.howto-q__img.type04--02 img {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type04--02 img {
    max-width: 100%;
  }
}
.howto-q__img.type04--sell img {
  max-width: 55%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type04--sell img {
    max-width: 90%;
  }
}
.howto-q__img.type04--sell--02 img {
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type04--sell--02 img {
    max-width: 85%;
  }
}
.howto-q__img.type05 img {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type05 img {
    max-width: 90%;
  }
}
.howto-q__img.type05--02 img {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type05--02 img {
    max-width: 100%;
  }
}
.howto-q__img.type05--sell img {
  max-width: 55%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type05--sell img {
    max-width: 90%;
  }
}
.howto-q__img.type05--sell--02 img {
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-q__img.type05--sell--02 img {
    max-width: 85%;
  }
}
.howto-q--ex {
  padding-left: 40px;
}
@media screen and (max-width: 700px) {
  .howto-q--ex {
    padding-left: 20px;
  }
}
.howto-q--ex .howto-q__data {
  width: 70%;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 700px) {
  .howto-q--ex .howto-q__data {
    padding-top: 0;
    font-size: 0.875rem;
  }
}
.howto-q--ex .howto-q__img {
  width: 26%;
}
.howto-q__icon {
  font-family: "Roboto", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 400;
  position: absolute;
  top: -30px;
  left: 32px;
  z-index: 0;
  line-height: 1;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 0 0 5px 5px;
  clear: both;
}
@media screen and (max-width: 700px) {
  .howto-q__icon {
    font-size: 1.5625rem;
    left: 10px;
    width: 40px;
    height: 40px;
    top: -20px;
  }
}
.howto-q__icon::before, .howto-q__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.howto-q__icon::before {
  width: 60px;
  height: 60px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 0px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .howto-q__icon::before {
    width: 40px;
    height: 40px;
  }
}
.howto-q.buy {
  border: 3px solid #b07dbb;
}
.howto-q.buy::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-arrow-buy-q.png);
}
.howto-q.buy .howto-q__icon {
  color: #b07dbb;
}
.howto-q.sell {
  border: 3px solid #3cb4a7;
}
.howto-q.sell::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-arrow-sell-q.png);
}
.howto-q.sell .howto-q__icon {
  color: #3cb4a7;
}

.howto-a {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .howto-a {
    margin-bottom: 20px;
  }
}
.howto-a__icon {
  font-family: "Roboto", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  padding-top: 16px;
  width: 1em;
}
@media screen and (max-width: 700px) {
  .howto-a__icon {
    font-size: 1.5625rem;
    padding-top: 0;
  }
}
.howto-a__wrap {
  background-color: #ede2ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  max-width: 800px;
  margin-right: 30px;
  padding: 18px 60px 30px 25px;
  display: flex;
}
@media screen and (max-width: 700px) {
  .howto-a__wrap {
    padding: 18px 16px 18px 16px;
  }
}
.howto-a__wrap::before, .howto-a__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  margin: auto;
}
.howto-a__wrap::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-arrow-buy-a.png);
  background-size: 21px 27px;
  width: 21px;
  height: 27px;
  top: 8px;
  right: -21px;
}
@media screen and (max-width: 700px) {
  .howto-a__data {
    margin-left: 10px;
  }
}
.howto-a__data__main {
  display: flex;
  margin-left: 16px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-a__data__main {
    width: 100%;
    margin-left: 0px;
    display: block;
  }
}
.howto-a__data__main__text {
  padding-top: 26px;
  text-align: left;
  font-weight: 600;
  font-size: 1.1875rem;
  width: 70%;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .howto-a__data__main__text {
    font-size: 0.9375rem;
    padding-top: 0;
    font-weight: 500;
    width: 100%;
  }
}
.howto-a__data__main__img {
  margin-left: 7%;
  width: 23%;
}
@media screen and (max-width: 700px) {
  .howto-a__data__main__img {
    margin-left: 3%;
    width: 27%;
  }
}
.howto-a__data__main__img img {
  width: 100%;
}
.howto-a__data__main__img__sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .howto-a__data__main__img__sp {
    width: 27%;
    float: right;
    margin: 0 0 10px 10px;
    display: block;
  }
}
.howto-a__data__sub {
  margin-left: 16px;
}
@media screen and (max-width: 700px) {
  .howto-a__data__sub {
    margin-left: 0;
  }
}
.howto-a__data__sub__text {
  text-align: left;
  margin-bottom: 0 !important;
  margin-top: 8px;
}
@media screen and (max-width: 700px) {
  .howto-a__data__sub__text {
    font-size: 0.9375rem;
  }
}
.howto-a__data__sub__text02 {
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.5;
  margin-bottom: 0 !important;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .howto-a__data__sub__text02 {
    font-size: 0.9375rem;
    font-weight: 500;
    width: 100%;
  }
}
.howto-a__data__sub__list {
  display: flex;
  flex-wrap: wrap;
  margin: 14px 0 0px 0;
}
@media screen and (max-width: 700px) {
  .howto-a__data__sub__list {
    display: block;
  }
}
.howto-a__data__sub__list__item {
  width: calc((100% - 10px) / 2);
  background-color: #b07dbb;
  border: 3px solid #fff;
  color: #fff;
  text-align: left;
  list-style: none;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 14px 10px 15px 53px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.2;
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-check-icon.png);
  background-size: 20px 20px;
  background-position: 16px 16px;
  background-repeat: no-repeat;
}
.howto-a__data__sub__list__item:not(:nth-child(2n)) {
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .howto-a__data__sub__list__item {
    width: 100%;
    font-size: 0.9375rem;
    margin-bottom: 5px;
    font-weight: 400;
    background-size: 14px 14px;
    background-position: 10px 14px;
    padding: 10px 10px 10px 36px;
  }
  .howto-a__data__sub__list__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}
.howto-a__data__text01 {
  text-align: left;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .howto-a__data__text01 {
    font-size: 0.875rem;
  }
}
.howto-a--ex .howto-a__data__main__text {
  padding-top: 10px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.7;
  width: 78%;
}
@media screen and (max-width: 700px) {
  .howto-a--ex .howto-a__data__main__text {
    width: 100%;
    font-size: 0.875rem;
    padding-top: 0;
  }
}
.howto-a--ex .howto-a__data__main__img {
  margin-left: 4%;
  width: 18%;
}
.howto-a.buy .howto-a__wrap {
  background-color: #ede2ef;
}
.howto-a.buy .howto-a__wrap::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-arrow-buy-a.png);
}
.howto-a.buy .howto-a__icon {
  color: #b07dbb;
}
.howto-a.buy .howto-a__data__main__text__em {
  color: #906699;
}
.howto-a.sell .howto-a__wrap {
  background-color: #dcedeb;
}
.howto-a.sell .howto-a__wrap::before {
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-arrow-sell-a.png);
}
.howto-a.sell .howto-a__icon {
  color: #3cb4a7;
}
.howto-a.sell .howto-a__data__main__text__em {
  color: #008c82;
}

.howto-box01__notes {
  text-align: right;
  font-size: 0.875rem;
  margin-bottom: 8px !important;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .howto-box01__notes {
    font-size: 0.75rem;
  }
}

.howto-senior__box01 {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 40px 40px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .howto-senior__box01 {
    padding: 16px;
  }
}

.howto-senior__box01__title {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 700px) {
  .howto-senior__box01__title {
    margin-bottom: 16px !important;
  }
}
.howto-senior__box01__title span {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 80px;
  color: #000;
}
@media screen and (max-width: 700px) {
  .howto-senior__box01__title span {
    font-size: 1.125rem;
    padding-left: 50px;
  }
}
.howto-senior__box01__title span::before, .howto-senior__box01__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.howto-senior__box01__title span::before {
  border: 3px solid #e2d2a0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 63px;
  height: 63px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .howto-senior__box01__title span::before {
    width: 44.1px;
    height: 44.1px;
  }
}
.howto-senior__box01__title span::after {
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-house01.svg);
  background-size: 38px 30px;
  width: 38px;
  height: 30px;
  left: 12px;
}
@media screen and (max-width: 700px) {
  .howto-senior__box01__title span::after {
    background-size: 26.6px 21px;
    width: 26.6px;
    height: 21px;
    left: 9px;
  }
}
.howto-senior__box01__title.inheritance span::after {
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-memo01.png);
  background-size: 33px 32px;
  width: 33px;
  height: 32px;
  left: 20px;
}
@media screen and (max-width: 700px) {
  .howto-senior__box01__title.inheritance span::after {
    background-size: 23.1px 22.4px;
    width: 23.1px;
    height: 22.4px;
    left: 14px;
  }
}

.howto-senior__dl-list01 {
  border-top: 3px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .howto-senior__dl-list01 {
    display: block;
    border-top: 2px dotted #ccc;
  }
}
.howto-senior__dl-list01__title {
  border-bottom: 3px dotted #ccc;
  width: 25%;
  padding-right: 5%;
  padding: 16px 5% 16px 0px;
  color: #938968;
}
@media screen and (max-width: 700px) {
  .howto-senior__dl-list01__title {
    width: 100%;
    border-bottom: 0px solid #ccc;
    padding: 12px 5% 0px 0px;
  }
}
.howto-senior__dl-list01__item {
  border-bottom: 3px dotted #ccc;
  width: 70%;
  margin: 0;
  padding: 16px 10px 16px 0px;
}
@media screen and (max-width: 700px) {
  .howto-senior__dl-list01__item {
    width: 100%;
    border-bottom: 2px dotted #ccc;
    padding: 4px 10px 16px 0px;
    font-size: 0.875rem;
  }
}
.howto-senior__dl-list01__inner-list {
  margin: 0;
}
.howto-senior__dl-list01__inner-list__item {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.howto-senior__dl-list01__notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}

.howto-a__data__sample {
  background-color: #bbb;
  display: flex;
  width: 100%;
  height: 320px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 700px) {
  .howto-a__data__sample {
    height: 200px;
    font-size: 1rem;
  }
}

.howto-a__check-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .howto-a__check-list01 {
    display: block;
  }
}
.howto-a__check-list01__item {
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  border: 3px solid #f2eddd;
  text-align: left;
  list-style: none;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 14px 10px 15px 53px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.2;
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-check-icon01.png);
  background-size: 20px 20px;
  background-position: 16px 16px;
  background-repeat: no-repeat;
}
.howto-a__check-list01__item:not(:nth-child(2n)) {
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .howto-a__check-list01__item {
    width: 100%;
    font-size: 0.9375rem;
    margin-bottom: 5px;
    font-weight: 400;
    background-size: 14px 14px;
    background-position: 10px 14px;
    padding: 10px 10px 10px 36px;
  }
  .howto-a__check-list01__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}

.howto-a__ex-box01 {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  padding: 20px 30px 24px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .howto-a__ex-box01 {
    padding: 10px 10px 16px 16px;
  }
}
.howto-a__ex-box01__title {
  background-color: #b07dbb;
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  min-width: 160px;
  padding: 6px 10px 8px 10px;
  text-align: center;
  font-size: 0.9375rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 700px) {
  .howto-a__ex-box01__title {
    font-size: 0.8125rem;
    margin-bottom: 10px;
    min-width: 120px;
  }
}
.howto-a__ex-box01__data {
  margin: 0;
}
.howto-a__ex-box01__data__catchcopy {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ac67bb;
  margin-bottom: 10px !important;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .howto-a__ex-box01__data__catchcopy {
    font-size: 1rem;
    margin-bottom: 8px !important;
  }
}
.howto-a__ex-box01__data__text {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .howto-a__ex-box01__data__text {
    font-size: 0.875rem;
  }
}

.howto-box01 {
  border: 3px dotted #ffc600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 34px 40px 34px;
  background-color: #fcf7ee;
  max-width: 940px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 700px) {
  .howto-box01 {
    margin-bottom: 20px;
    padding: 20px 16px 20px;
  }
}
.howto-box01__title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .howto-box01__title01 {
    display: block;
    margin-bottom: 20px;
  }
}
.howto-box01__title01__check {
  position: relative;
  width: 98px;
  height: 98px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffc600;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 1.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  color: #000;
}
.howto-box01__title01__check::before, .howto-box01__title01__check::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.howto-box01__title01__check::after {
  right: 0px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #ffc600 transparent transparent transparent;
  transform: rotate(-45deg);
}
@media screen and (max-width: 700px) {
  .howto-box01__title01__check {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    font-size: 1rem;
    font-weight: 900;
  }
  .howto-box01__title01__check::after {
    left: 0;
    right: 0px;
    bottom: -8px;
    transform: rotate(0deg);
    border-width: 10px 5px 0 5px;
    border-color: #ffc600 transparent transparent transparent;
  }
}
.howto-box01__title01__data {
  line-height: 1.2;
}
.howto-box01__title01__data__main {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0 !important;
  border-bottom: 4px solid #ffc600;
  padding-bottom: 10px;
  color: #000;
}
@media screen and (max-width: 700px) {
  .howto-box01__title01__data__main {
    border-bottom: 3px solid #ffc600;
    font-size: 1.125rem;
    text-align: center;
  }
}
.howto-box01__title01__data__sub {
  margin-bottom: 0 !important;
  padding-top: 10px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 700px) {
  .howto-box01__title01__data__sub {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
  }
}
.howto-box01__text01 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .howto-box01__text01 {
    padding: 16px;
    font-size: 0.875rem;
  }
}
.howto-box01__text01 p {
  margin-bottom: 0 !important;
}
.howto-box01__text01 p.howto-box01__text01__data01 {
  margin-bottom: 10px !important;
}

.howto-kinds01 {
  border: 3px dotted #ffc600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 34px 40px 40px;
  background-color: #fcf7ee;
  max-width: 940px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 700px) {
  .howto-kinds01 {
    margin-bottom: 20px;
    padding: 20px 16px 24px;
  }
}

.howto-kinds01__title01 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__title01 {
    display: block;
  }
}
.howto-kinds01__title01__point {
  color: #e2d2a0;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__title01__point {
    justify-content: center;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
.howto-kinds01__title01__point__em {
  font-size: 3.75rem;
  margin-left: 10px;
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__title01__point__em {
    font-size: 1.5625rem;
    margin-right: 0;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.howto-kinds01__title01__data {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__title01__data {
    font-size: 1.25rem;
  }
}

.howto-kinds01__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__wrap {
    display: block;
  }
}

.howto-kinds01__box01 {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 60px 30px 40px 30px;
  position: relative;
}
.howto-kinds01__box01:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__box01 {
    width: 100%;
    padding: 45px 20px 30px 20px;
  }
  .howto-kinds01__box01:not(:nth-child(2n)) {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

.howto-kinds01__box01__kinds {
  background-color: #e2d2a0;
  max-width: 300px;
  width: 100%;
  margin: 0px auto 36px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  padding: 12px 20px 12px 100px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  position: absolute;
  text-align: left;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__box01__kinds {
    font-size: 1rem;
    padding: 12px 20px 12px 80px;
    margin: 0px auto 26px;
    display: inline-block;
    max-width: 80%;
  }
}
.howto-kinds01__box01__kinds::before, .howto-kinds01__box01__kinds::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.howto-kinds01__box01__kinds::before {
  border: 3px solid #e2d2a0;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__box01__kinds::before {
    width: 60px;
    height: 60px;
  }
}
.howto-kinds01__box01__kinds.house::after {
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-house01.svg);
  background-size: 54px 43px;
  width: 54px;
  height: 43px;
  left: 12px;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__box01__kinds.house::after {
    background-size: 36.72px 29.24px;
    width: 36.72px;
    height: 29.24px;
  }
}
.howto-kinds01__box01__kinds.apartment::after {
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-apartment01.svg);
  background-size: 39px 48px;
  width: 39px;
  height: 48px;
  left: 20px;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__box01__kinds.apartment::after {
    background-size: 26.52px 32.64px;
    width: 26.52px;
    height: 32.64px;
    left: 16px;
  }
}

.howto-kinds01__box01__title {
  color: #938968;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 12px !important;
  line-height: 1.2;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__box01__title {
    font-size: 1.0625rem;
    margin-bottom: 8px !important;
  }
}

.howto-kinds01__box01__data {
  width: 100%;
  text-align: left;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .howto-kinds01__box01__data {
    font-size: 0.9375rem;
  }
}

.howto-flow01 {
  margin-left: 0;
}
.howto-flow01__item {
  padding-bottom: 60px;
  list-style: none;
}
@media screen and (max-width: 700px) {
  .howto-flow01__item {
    padding-bottom: 36px;
  }
}
.howto-flow01__item:last-child {
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .howto-flow01__item:last-child {
    padding-bottom: 10px;
  }
}
.howto-flow01__item:not(:last-child) {
  position: relative;
}
.howto-flow01__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 14px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 43.5px 0 43.5px;
  border-color: #fed95d transparent transparent transparent;
}
@media screen and (max-width: 700px) {
  .howto-flow01__item:not(:last-child)::after {
    border-width: 24px 30px 0 30px;
    bottom: 6px;
  }
}
.howto-flow01__box {
  border: 3px dotted #ffc600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 40px 30px;
  background-color: #fcf7ee;
  max-width: 940px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 700px) {
  .howto-flow01__box {
    padding: 20px 20px 20px;
  }
}

.howto-flow01__box__title01 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}
@media screen and (max-width: 700px) {
  .howto-flow01__box__title01 {
    display: block;
    margin-bottom: 14px;
  }
}
.howto-flow01__box__title01__step {
  color: #e2d2a0;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .howto-flow01__box__title01__step {
    justify-content: center;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
.howto-flow01__box__title01__step__em {
  font-size: 3.75rem;
  margin-left: 10px;
  margin-right: 24px;
}
@media screen and (max-width: 700px) {
  .howto-flow01__box__title01__step__em {
    font-size: 1.5625rem;
    margin-right: 0;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.howto-flow01__box__title01__data {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 700px) {
  .howto-flow01__box__title01__data {
    font-size: 1.25rem;
  }
}

.howto-flow01__box__ex {
  background-color: #fff;
  text-align: left;
  padding: 20px 30px 24px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .howto-flow01__box__ex {
    padding: 16px 24px 20px 24px;
    line-height: 1.6;
    font-size: 0.9375rem;
  }
}

.howto-flow02 {
  margin: 0 !important;
}
.howto-flow02__item {
  padding-bottom: 60px;
  list-style: none;
}
@media screen and (max-width: 700px) {
  .howto-flow02__item {
    padding-bottom: 36px;
  }
}
.howto-flow02__item:last-child {
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .howto-flow02__item:last-child {
    padding-bottom: 10px;
  }
}
.howto-flow02__item:not(:last-child) {
  position: relative;
}
.howto-flow02__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 14px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 43.5px 0 43.5px;
  border-color: #fed95d transparent transparent transparent;
}
@media screen and (max-width: 700px) {
  .howto-flow02__item:not(:last-child)::after {
    border-width: 24px 30px 0 30px;
    bottom: 6px;
  }
}
.howto-flow02__box {
  background-color: #fff;
  text-align: left;
  padding: 20px 36px 24px 36px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .howto-flow02__box {
    padding: 16px 24px 20px 24px;
    line-height: 1.6;
    font-size: 0.875rem;
  }
}
.howto-flow02__box__title01 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2d2a0;
}
@media screen and (max-width: 700px) {
  .howto-flow02__box__title01 {
    display: block;
    margin-bottom: 14px;
  }
}
.howto-flow02__box__title01.no-line01 {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.howto-flow02__box__title01__step {
  color: #e2d2a0;
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .howto-flow02__box__title01__step {
    justify-content: center;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
.howto-flow02__box__title01__step__em {
  font-size: 2.5rem;
  margin-left: 5px;
  margin-right: 16px;
}
@media screen and (max-width: 700px) {
  .howto-flow02__box__title01__step__em {
    font-size: 1.5625rem;
    margin-right: 0;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.howto-flow02__box__title01__data {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 700px) {
  .howto-flow02__box__title01__data {
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
  }
}
@media screen and (max-width: 700px) {
  .howto-flow02__box__title01__ex {
    font-size: 0.9375rem;
  }
}

.howto-sectitle01 {
  background-color: #8b6394;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 40px !important;
  padding: 12px 10px 12px 20px;
}
@media screen and (max-width: 700px) {
  .howto-sectitle01 {
    padding: 12px 10px 10px 12px;
    margin-bottom: 20px !important;
  }
}
.howto-sectitle01__en {
  color: #ede2ef;
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .howto-sectitle01__en {
    justify-content: center;
    font-size: 0.875rem;
  }
}
.howto-sectitle01__en__em {
  font-size: 2.875rem;
  margin-left: 10px;
  margin-right: 24px;
}
@media screen and (max-width: 700px) {
  .howto-sectitle01__en__em {
    font-size: 1.5625rem;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.howto-sectitle01__data {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .howto-sectitle01__data {
    font-size: 1.25rem;
    margin-bottom: 2px;
  }
}

.howto-loan__box01 {
  border: 3px dotted #ffc600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 34px 40px 40px;
  background-color: #fcf7ee;
  max-width: 940px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01 {
    margin-bottom: 20px;
    padding: 20px 16px 24px;
  }
}
.howto-loan__box01.mb-s01 {
  padding-bottom: 10px;
}
.howto-loan__box01 .howto-box01__title01__data {
  width: 100%;
  max-width: 520px;
}
.howto-loan__box01__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__wrap {
    display: block;
  }
}
.howto-loan__box01__cl02 {
  width: calc((100% - 30px) / 2);
  display: flex;
  margin-bottom: 30px;
}
.howto-loan__box01__cl02:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__cl02 {
    width: 100%;
    margin-bottom: 10px;
  }
  .howto-loan__box01__cl02:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}

.howto-loan__box01__hendo {
  width: 32%;
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__hendo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.howto-loan__box01__hendo .howto-loan__box01__inner {
  width: 100%;
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__hendo .howto-loan__box01__inner {
    padding: 0;
  }
}

.howto-loan__box01__hendo,
.howto-loan__box01__kotei {
  background-color: #fff;
  padding: 25px 20px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.howto-loan__box01__kotei {
  width: 66%;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__kotei {
    width: 100%;
  }
}
.howto-loan__box01__kotei__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__kotei__wrap {
    display: block;
  }
}
.howto-loan__box01__kotei__wrap .howto-loan__box01__inner {
  width: calc((100% - 15px) / 2);
  padding: 0 10px 0 10px;
}
.howto-loan__box01__kotei__wrap .howto-loan__box01__inner:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__kotei__wrap .howto-loan__box01__inner {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .howto-loan__box01__kotei__wrap .howto-loan__box01__inner:first-child {
    margin-right: 0px;
  }
}

.howto-loan__box01__hesai-ganri,
.howto-loan__box01__hensai-gankin {
  background-color: #fff;
  padding: 25px 20px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__hesai-ganri,
  .howto-loan__box01__hensai-gankin {
    width: 100%;
  }
}

.howto-loan__box01__hesai-ganri {
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__hesai-ganri {
    margin-bottom: 16px;
  }
}

.howto-loan__box01__title01 {
  text-align: center;
  margin-bottom: 16px !important;
}
.howto-loan__box01__title01 span {
  position: relative;
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  padding-left: 50px;
  line-height: 1;
  display: inline-block;
}
.howto-loan__box01__title01 span::before, .howto-loan__box01__title01 span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.howto-loan__box01__title01 span::before {
  border: 2px solid #e2d2a0;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.howto-loan__box01__title01 span::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/howto-bank01.png);
  background-size: 17px 19px;
  width: 17px;
  height: 19px;
  left: 12px;
}
.howto-loan__box01__title01 span.howto-loan__box01__title01--kotei::before {
  border: 2px solid #adc184;
}

.howto-loan__white-box {
  background-color: #fff;
  padding: 20px 30px 24px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .howto-loan__white-box {
    padding: 20px 16px 16px 16px;
  }
}
.howto-loan__white-box__title01 {
  background-color: #e2d2a0;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 700px) {
  .howto-loan__white-box__title01 {
    font-size: 1rem;
    margin-bottom: 10px !important;
    padding: 8px 8px 8px 8px;
  }
}
.howto-loan__white-box__title01.kotei {
  background-color: #cbdaaa;
}
.howto-loan__white-box__title02 {
  color: #938968;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 12px !important;
  line-height: 1.4;
  width: 100%;
  text-indent: -1.8em;
  padding-left: 1.8em;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .howto-loan__white-box__title02 {
    font-size: 1rem;
    margin-bottom: 8px !important;
  }
}

.howto-loan__box01__title02 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 700px) {
  .howto-loan__box01__title02 {
    font-size: 1.0625rem;
  }
}
.howto-loan__box01__title02__line {
  position: relative;
}
.howto-loan__box01__title02__line::before, .howto-loan__box01__title02__line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.howto-loan__box01__title02__line::before {
  background-color: #ffc600;
  width: 100%;
  height: 3px;
  bottom: -10px;
}

.howto-loan__d-box01__list01 {
  text-align: left;
  margin: 0;
}
.howto-loan__d-box01__list01__item {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 700px) {
  .howto-loan__d-box01__list01__item {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.howto-loan__d-box01__text01 {
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #000;
  position: relative;
  margin-bottom: 40px !important;
  min-height: 4.5em;
}
@media screen and (max-width: 700px) {
  .howto-loan__d-box01__text01 {
    min-height: auto;
  }
}
.howto-loan__d-box01__text01::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 16.5px 0 16.5px;
  border-color: #dddddd transparent transparent transparent;
}
@media screen and (max-width: 700px) {
  .howto-loan__d-box01__text01::after {
    bottom: -30px;
  }
}
.howto-loan__d-box01__text01.type02 {
  min-height: auto;
  padding-bottom: 10px;
}

.howto-loan__d-box01__text02 {
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  color: #938968;
}
.howto-loan__d-box01__text02.kotei {
  color: #63773a;
}

.howto-loan__d-box01__text03 {
  text-align: left;
  text-indent: -1.8em;
  padding-left: 1.8em;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .howto-loan__d-box01__text03 {
    font-size: 0.9375rem;
  }
}

.howto-loan__d-box01__text04 {
  text-align: left;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .howto-loan__d-box01__text04 {
    font-size: 0.9375rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.howto-loan__d-box01__text05 {
  text-align: left;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .howto-loan__d-box01__text05 {
    font-size: 0.9375rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.howto-loan__d-box01__img01 {
  width: 90%;
  margin: 0 auto 25px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .howto-loan__d-box01__img01 {
    width: 70%;
  }
}

.howto-loan__notes {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.howto-loan__notes.em {
  color: #b50216;
}

.howto-loan__recommend01__title {
  border-top: 2px solid #e2d2a0;
  border-bottom: 2px solid #e2d2a0;
  line-height: 1;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 12px 5px 12px 5px;
  margin-bottom: 18px;
}
@media screen and (max-width: 700px) {
  .howto-loan__recommend01__title {
    margin-bottom: 10px;
  }
}
.howto-loan__recommend01__title span {
  position: relative;
  padding-left: 30px;
}
.howto-loan__recommend01__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sites/566/2021/11/howto-check-icon01.png);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.howto-loan__recommend01__data {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  margin: 0;
  line-height: 1.4;
  font-size: 0.9375rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .howto-loan__recommend01__data {
    font-size: 0.875rem;
  }
}

.howto-loan__tokuten {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0 10px;
}
@media screen and (max-width: 700px) {
  .howto-loan__tokuten {
    display: block;
    padding: 0;
  }
}
.howto-loan__tokuten__wrap {
  width: 49%;
  text-align: left;
}
.howto-loan__tokuten__wrap:not(:nth-child(2n)) {
  margin-right: 2%;
}
@media screen and (max-width: 700px) {
  .howto-loan__tokuten__wrap {
    width: 100%;
  }
}
.howto-loan__tokuten__item {
  color: #938968;
  position: relative;
  padding-left: 15px;
}
.howto-loan__tokuten__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #938968;
  width: 7px;
  height: 7px;
}
.howto-loan__tokuten__data {
  margin: 0;
  padding-left: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 700px) {
  .howto-loan__tokuten__data {
    margin-bottom: 8px;
    font-size: 0.9375rem;
  }
}

.howto-point__img01 {
  width: 100%;
  margin: 0 auto 30px;
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .howto-point__img01 {
    padding: 10px;
  }
}

.howto-point__dl-list01 {
  border-top: dotted 2px #ccc;
  padding-top: 16px;
}
.howto-point__dl-list01__title {
  display: flex;
  align-items: center;
  z-index: auto;
  margin-bottom: 8px;
}
.howto-point__dl-list01__title__point {
  font-family: "Roboto", sans-serif !important;
  font-weight: 800;
  display: block;
  color: #4da8ab;
  margin-right: 6px;
}
@media screen and (max-width: 700px) {
  .howto-point__dl-list01__title__point {
    font-size: 0.75rem;
    margin-right: 3px;
    width: 3em;
  }
}
.howto-point__dl-list01__title__number {
  position: relative;
  color: #4da8ab;
  z-index: 2;
  text-align: center;
  display: block;
  background-color: #fff;
  border: 3px solid #4da8ab;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 3px;
  margin-right: 12px;
}
@media screen and (max-width: 700px) {
  .howto-point__dl-list01__title__number {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    border: 2px solid #4da8ab;
    padding-top: 4px;
  }
}
.howto-point__dl-list01__title__data {
  display: block;
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .howto-point__dl-list01__title__data {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
    width: calc(100% - 3em - 6px - 30px - 12px);
  }
}
.howto-point__dl-list01__data {
  text-align: left;
  border-bottom: dotted 2px #ccc;
  padding-bottom: 16px;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 700px) {
  .howto-point__dl-list01__data {
    font-size: 0.9375rem;
  }
}

.howto-point__img02 {
  width: 90%;
  margin: 50px auto 20px;
}
@media screen and (max-width: 700px) {
  .howto-point__img02 {
    width: 100%;
    margin: 20px auto 20px;
  }
}

.howto-price__tbl {
  max-width: 940px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .howto-price__tbl {
    font-size: 0.9375rem;
  }
}
.howto-price__tbl__wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .howto-price__tbl__wrap {
    margin-bottom: 30px;
  }
}
.howto-price__tbl th,
.howto-price__tbl td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.howto-price__tbl th {
  line-height: 1.4;
}
.howto-price__tbl__bg01 {
  background-color: #f3ebd1;
}
.howto-price__tbl__cell04 {
  width: 100px;
  background-color: #fcf7ee;
}
.howto-price__tbl__cell05 {
  width: 168px;
}
.howto-price__tbl__cell05.vat {
  vertical-align: top;
}

.howto-price__tbl__list01 {
  margin: 0;
}
.howto-price__tbl__list01__item {
  list-style: none;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 5px;
}

.flow-sp-scroll__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: 5px !important;
  font-size: 13px;
}
@media screen and (max-width: 700px) {
  .flow-sp-scroll {
    overflow-x: auto;
  }
  .flow-sp-scroll table {
    width: 900px;
  }
}

.howto-index {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .howto-index {
    display: block;
  }
}
.howto-index.sell-top {
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .howto-index.sell-top {
    margin-bottom: 25px;
  }
}
.howto-index__item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  list-style: none;
}
.howto-index__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .howto-index__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .howto-index__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}
.howto-index__item__link {
  display: flex;
  transition: 0.3s;
}
.howto-index__item__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.howto-index__item__link__q {
  background-color: #b07dbb;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 3rem;
  font-weight: 700;
  width: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .howto-index__item__link__q {
    width: 45px;
    font-size: 1.25rem;
  }
}
.howto-index__item__link__q.sell {
  background-color: #3cb4a7;
}
.howto-index__item__link__q.sell-top {
  background-color: #0195c0;
}
.howto-index__item__link__q.buy-top {
  background-color: #4d9824;
}
.howto-index__item__link__title {
  width: calc(100% - 86px);
  background-color: #ede2ef;
  position: relative;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.0625rem;
  padding: 10px 40px 10px 10px;
}
@media screen and (max-width: 700px) {
  .howto-index__item__link__title {
    width: calc(100% - 45px);
    font-size: 0.9375rem;
  }
}
.howto-index__item__link__title::before, .howto-index__item__link__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.howto-index__item__link__title::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/howto-arrow-buy.png);
  background-size: 24px 34px;
  width: 24px;
  height: 34px;
  right: 16px;
}
@media screen and (max-width: 700px) {
  .howto-index__item__link__title::after {
    background-size: 12px 17px;
    width: 12px;
    height: 17px;
    right: 8px;
  }
}
.howto-index__item__link__title.sell {
  background-color: #dcedeb;
}
.howto-index__item__link__title.sell::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/howto-arrow-sell.png);
}
.howto-index__item__link__title.sell-top {
  background-color: #fff;
}
.howto-index__item__link__title.sell-top::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/howto-arrow-sell-top.png);
}
.howto-index__item__link__title.buy-top {
  background-color: #fff;
}
.howto-index__item__link__title.buy-top::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/howto-arrow-buy-top.png);
}
.howto-index.top {
  display: block;
}
.howto-index.top .howto-index__item {
  width: 100%;
}

.about-index__lead {
  margin-bottom: 58px;
}
@media screen and (max-width: 700px) {
  .about-index__lead {
    margin-bottom: 30px;
  }
}

.about-index__list__morebtn {
  margin: 0 auto;
  width: 60px;
}
.about-index__list__morebtn a {
  width: 60px;
  height: 60px;
  background-color: #b50216;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.75rem;
  text-align: center;
  padding-top: 18px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
.about-index__list__morebtn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-index__list__morebtn a:hover {
  background-color: #000;
  text-decoration: none;
}

.about-index__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 70px 0;
}
@media screen and (max-width: 700px) {
  .about-index__list {
    margin-bottom: 30px;
  }
}
.about-index__list__item {
  max-width: 380px;
  width: 100%;
  list-style: none;
}
.about-index__list__item:not(:nth-child(2n)) {
  margin-right: 62px;
}
@media screen and (max-width: 700px) {
  .about-index__list__item {
    max-width: auto;
    width: calc((100% - 16px) / 2);
    margin: 0 auto;
  }
  .about-index__list__item:not(:nth-child(2n)) {
    margin-right: 16px;
  }
}

.about-index__list__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .about-index__list__img {
    margin-bottom: 20px;
  }
  .about-index__list__img img {
    width: 72%;
  }
}

.about-index__list__title {
  color: #b50216;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 20px !important;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .about-index__list__title {
    font-size: 1rem;
    margin-bottom: 10px !important;
  }
}
.about-index__list__title__en {
  color: #b50216;
  font-size: 0.625rem;
  line-height: 1;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .about-index__list__title__en {
    margin-bottom: 20px !important;
  }
}

.about-index__list__text {
  max-width: 3 px;
  margin: 0 auto 56px !important;
}
@media screen and (max-width: 700px) {
  .about-index__list__text {
    margin: 0 auto 20px !important;
    font-size: 0.875rem;
  }
}

.about-index__company {
  border: 2px dotted #b50216;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 48px;
}
@media screen and (max-width: 700px) {
  .about-index__company {
    padding: 20px 20px;
  }
}

.about-index__company__title {
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 1.2;
  margin-bottom: 30px !important;
  color: #b50216;
}
@media screen and (max-width: 700px) {
  .about-index__company__title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 16px !important;
  }
}

.about-index__company__text {
  color: #b50216;
  line-height: 1.5;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .about-index__company__text {
    font-size: 0.9375rem;
    margin-bottom: 20px !important;
  }
}

.about-index__company__logo {
  max-width: 358px;
  margin: 0 auto 40px !important;
}
@media screen and (max-width: 700px) {
  .about-index__company__logo {
    max-width: 70%;
    margin-bottom: 20px !important;
  }
}
.about-index__company__logo img {
  width: 100%;
}

.about-index__company__btn-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .about-index__company__btn-list {
    display: block;
  }
}
.about-index__company__btn-list__item {
  width: calc((100% - 30px) / 3);
  list-style: none;
}
.about-index__company__btn-list__item:not(:nth-child(3n)) {
  margin-right: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .about-index__company__btn-list__item {
    width: 100%;
    margin: 0 auto;
  }
  .about-index__company__btn-list__item:not(:nth-child(3n)) {
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.about-index__company__btn-list__item a {
  display: block;
  background-color: #b50216;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 20px 20px 20px 20px;
  position: relative;
}
.about-index__company__btn-list__item a:hover {
  text-decoration: none;
  background-color: #000;
}
.about-index__company__btn-list__item a::before, .about-index__company__btn-list__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-index__company__btn-list__item a::after {
  background-image: url(/wp-content/uploads/sites/566/2021/10/store-contact-arrow.png);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  right: 35px;
}

.about-group__lead {
  margin-bottom: 50px;
  display: flex;
}
@media screen and (max-width: 700px) {
  .about-group__lead {
    display: block;
    margin-bottom: 30px;
  }
}
.about-group__lead__img {
  width: 42%;
  margin-right: 6%;
}
@media screen and (max-width: 700px) {
  .about-group__lead__img {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.about-group__lead__img img {
  display: block;
  margin-bottom: 20px;
}
.about-group__lead__img__caption {
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .about-group__lead__img__caption {
    font-size: 0.75rem;
    text-align: center;
  }
}
.about-group__lead__data {
  width: 52%;
}
@media screen and (max-width: 700px) {
  .about-group__lead__data {
    width: 100%;
  }
}
.about-group__lead__data__logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .about-group__lead__data__logo {
    max-width: auto;
    width: 60%;
    margin: 0 auto 26px;
  }
}
.about-group__lead__data__copy {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px !important;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .about-group__lead__data__copy {
    font-size: 1.125rem;
    margin-bottom: 20px !important;
  }
}
.about-group__lead__data__text {
  text-align: left;
}

.about-group__message {
  background-image: url(/wp-content/uploads/sites/566/2021/11/about-group-box-bg01.png);
  padding: 50px 40px 35px 40px;
  margin-bottom: 70px;
  padding: 20px 20px 20px 20px;
}

.about-group__message__title {
  margin-bottom: 30px;
}
.about-group__message__title__data {
  background-color: #054a97;
  color: #fff;
  line-height: 1;
  padding: 8px 10px 8px 10px;
  max-width: 300px;
  margin: 0 auto;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin-bottom: 20px !important;
  font-weight: 600;
}
.about-group__message__title__copy {
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0px !important;
  color: #054a97;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .about-group__message__title__copy {
    font-size: 1.125rem;
    text-align: center;
  }
}

.about-group__message__wrap {
  background-color: #fff;
  padding: 30px;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .about-group__message__wrap {
    display: block;
    padding: 20px 16px 16px 16px;
  }
}
.about-group__message__wrap__title {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a68b8;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 700px) {
  .about-group__message__wrap__title {
    width: 100%;
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
}
.about-group__message__wrap__logo {
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 26px 20px 20px 20px;
}
@media screen and (max-width: 700px) {
  .about-group__message__wrap__logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-group__message__wrap__logo img {
  max-width: 159px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .about-group__message__wrap__logo img {
    max-width: auto;
    width: 50%;
    margin: 0 auto;
  }
}
.about-group__message__wrap__philosophy {
  width: 66%;
  border-left: 1px solid #cfcfcf;
  padding: 10px 0 8px 70px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .about-group__message__wrap__philosophy {
    width: 100%;
    border-left: 0;
    padding: 10px 10px 10px 10px;
  }
}
.about-group__message__wrap__philosophy__title {
  color: #054a97;
  font-weight: 700;
  font-size: 1.1875rem;
  position: relative;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .about-group__message__wrap__philosophy__title {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.about-group__message__wrap__philosophy__title::before, .about-group__message__wrap__philosophy__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}
.about-group__message__wrap__philosophy__title::before {
  width: 8px;
  height: 8px;
  border: 1px solid #054a97;
}
.about-group__message__wrap__philosophy__title::after {
  width: 4px;
  height: 4px;
  background-color: #054a97;
  top: 10px;
  left: 2px;
}
.about-group__message__wrap__philosophy__data {
  margin: 0;
  color: #054a97;
}
.about-group__message__wrap__philosophy__data__em {
  font-weight: 900;
  font-size: 1.25rem;
}
@media screen and (max-width: 700px) {
  .about-group__message__wrap__philosophy__data__em {
    font-size: 1.125rem;
  }
}

.about-group__company {
  margin-bottom: 76px;
}
@media screen and (max-width: 700px) {
  .about-group__company {
    margin-bottom: 30px;
  }
}

.about-group__company__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 46px;
}
@media screen and (max-width: 700px) {
  .about-group__company__wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.about-group__company__wrap__img {
  width: 46%;
  margin-left: 6%;
}
@media screen and (max-width: 700px) {
  .about-group__company__wrap__img {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.about-group__company__wrap__data {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .about-group__company__wrap__data {
    width: 100%;
  }
}
.about-group__company__wrap__data__copy {
  font-size: 1.75rem;
  font-weight: 700;
  color: #b50216;
  text-align: left;
  margin-bottom: 20px !important;
  line-height: 1.4;
}
.about-group__company__wrap__data__copy span {
  font-size: 2.8rem;
}
@media screen and (max-width: 700px) {
  .about-group__company__wrap__data__copy {
    font-size: 1.125rem;
    margin-bottom: 10px !important;
  }
  .about-group__company__wrap__data__copy span {
    font-size: 2rem;
  }
}
.about-group__company__wrap__data__text {
  text-align: left;
  margin-bottom: 0px !important;
}

.about-group__company__ex-title {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  .about-group__company__ex-title {
    font-size: 0.9375rem;
    margin-bottom: 10px !important;
  }
}
.about-group__company__ex-title::before, .about-group__company__ex-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.about-group__company__ex-title::before {
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #054a97;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.about-group__company__ex-list {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .about-group__company__ex-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about-group__company__ex-list__item {
  list-style: none;
}
@media screen and (max-width: 700px) {
  .about-group__company__ex-list__item {
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
}
.about-group__company__ex-list__item__img img {
  display: block;
  margin-bottom: 18px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .about-group__company__ex-list__item__img img {
    margin-bottom: 5px;
  }
}
.about-group__company__ex-list__item__img figcaption {
  line-height: 1;
  font-size: 0.875rem;
}
@media screen and (max-width: 700px) {
  .about-group__company__ex-list__item__img figcaption {
    font-size: 0.75rem;
  }
}

.about-group__data__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .about-group__data__list {
    display: block;
  }
}
.about-group__data__list__item {
  list-style: none;
  width: 33.3333333333%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
  margin-bottom: 40px;
  padding: 60px 36px 40px 36px;
}
.about-group__data__list__item:nth-child(3n), .about-group__data__list__item:last-child {
  border-right: 1px solid #000;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__item {
    margin-bottom: 0px;
    width: 100%;
    padding: 30px 16px 20px 16px;
    border-right: 1px solid #000;
    border-bottom: 0px solid #000;
  }
  .about-group__data__list__item:nth-child(3n) {
    border-right: 1px solid #000;
  }
  .about-group__data__list__item:last-child {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.about-group__data__list__item::before, .about-group__data__list__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.about-group__data__list__item::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #000 transparent transparent transparent;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__item::before {
    border-width: 30px 30px 0 0;
  }
}

.about-group__data__list__img {
  width: 120px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__img {
    width: 80px;
    height: 60px;
    margin-bottom: 16px;
  }
}
.about-group__data__list__img.item01 img {
  width: 83px;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__img.item01 img {
    width: 49.8px;
  }
}
.about-group__data__list__img.item02 img {
  width: 120px;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__img.item02 img {
    width: 72px;
  }
}
.about-group__data__list__img.item03 img {
  width: 101px;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__img.item03 img {
    width: 60.6px;
  }
}
.about-group__data__list__img.item04 img {
  width: 91px;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__img.item04 img {
    width: 54.6px;
  }
}
.about-group__data__list__img.item05 img {
  width: 88px;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__img.item05 img {
    width: 52.8px;
  }
}

.about-group__data__list__copy {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 28px !important;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__copy {
    font-size: 1rem;
    margin-bottom: 16px !important;
  }
}
.about-group__data__list__copy__em {
  font-family: "Roboto", sans-serif !important;
  color: #b50216;
  font-size: 4.0625rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__copy__em {
    font-size: 2.1875rem;
  }
}
.about-group__data__list__copy__sm {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__copy__sm {
    font-size: 0.8rem;
  }
}

.about-group__data__list__text {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .about-group__data__list__text {
    font-size: 0.875rem;
    margin-bottom: 0 !important;
  }
}

.about-reason {
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .about-reason {
    margin-bottom: 40px;
  }
}
.about-reason__title {
  color: #000 !important;
  font-weight: 800;
  font-size: 2.6rem !important;
  margin-top: -30px;
  margin-bottom: 40px !important;
}
.about-reason__title span {
  display: inline-block;
  font-size: 1.2rem;
  border: 3px solid #000;
  border-radius: 50px;
  padding: 3px 25px;
}
@media screen and (max-width: 700px) {
  .about-reason__title {
    font-size: 1.8rem !important;
    margin-top: -10px;
    margin-bottom: 20px !important;
  }
  .about-reason__title span {
    font-size: 0.9rem;
    border: 2px solid #000;
    padding: 3px 15px;
  }
}
.about-reason__pointlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 700px) {
  .about-reason__pointlist {
    margin: 0 0 20px 0;
  }
}
.about-reason__pointlist li {
  list-style: none;
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
  position: relative;
}
.about-reason__pointlist li:nth-child(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 700px) {
  .about-reason__pointlist li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .about-reason__pointlist li:nth-child(2n) {
    margin-right: 0px;
  }
}
.about-reason__pointlist li:before {
  position: absolute;
  content: "";
  background-color: #b50216;
  border-radius: 50px;
  bottom: 17px;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
}
.about-reason__pointlist li:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
.about-reason__pointlist li a {
  border: 3px solid #b50216;
  transition: 0.3s;
  display: block;
}
.about-reason__pointlist li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.about-reason__pointlist__title {
  font-family: "Roboto", sans-serif !important;
  color: #fff;
  background-color: #b50216;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px;
  margin: 0px !important;
}
.about-reason__pointlist__title span {
  font-size: 1.6rem;
  margin-left: 5px;
}
@media screen and (max-width: 700px) {
  .about-reason__pointlist__title {
    font-size: 1rem;
    padding: 5px;
  }
  .about-reason__pointlist__title span {
    font-size: 1.2rem;
    margin-left: 5px;
  }
}
.about-reason__pointlist__text {
  color: #000 !important;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0px !important;
  padding: 25px 0 50px;
}
@media screen and (max-width: 700px) {
  .about-reason__pointlist__text {
    padding: 15px 0 40px;
    font-size: 1.1rem;
  }
}
.about-reason__read {
  position: relative;
}
.about-reason__read__title {
  text-align: left;
  font-family: "Roboto", sans-serif !important;
  color: #b50216;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 20px !important;
}
.about-reason__read__title span {
  font-size: 3.6rem;
  padding-left: 10px;
}
@media screen and (max-width: 700px) {
  .about-reason__read__title {
    margin-bottom: 10px !important;
  }
  .about-reason__read__title span {
    font-size: 2.6rem;
    padding-left: 5px;
  }
}
.about-reason__read__image {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .about-reason__read__image {
    margin-bottom: 15px;
  }
}
.about-reason__read__copy {
  position: absolute;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #b50216;
  width: 100%;
  top: 40%;
}
.about-reason__read__copy span {
  font-size: 2.6rem;
}
@media screen and (max-width: 700px) {
  .about-reason__read__copy {
    font-size: 1.2rem;
    top: 34%;
  }
  .about-reason__read__copy span {
    font-size: 1.4rem;
  }
}
.about-reason__read__text {
  text-align: left;
}
.about-reason__business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 700px) {
  .about-reason__business {
    margin: 0 0 20px 0;
  }
}
.about-reason__business__item {
  list-style: none;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #e50019;
}
.about-reason__business__item--02 {
  border: 1px solid #00aaef;
}
.about-reason__business__item--03 {
  border: 1px solid #33a44d;
}
.about-reason__business__item--04 {
  border: 1px solid #eb6da5;
}
.about-reason__business__item:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (max-width: 700px) {
  .about-reason__business__item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .about-reason__business__item:nth-child(2n) {
    margin-right: 0px;
  }
}
.about-reason__business__title {
  color: #fff !important;
  background-color: #e50019;
  padding: 5px 0;
  font-size: 1.2rem !important;
  font-weight: 500;
  margin-bottom: 0px !important;
}
.about-reason__business__title--02 {
  background-color: #00aaef;
}
.about-reason__business__title--03 {
  background-color: #33a44d;
}
.about-reason__business__title--04 {
  background-color: #eb6da5;
}
.about-reason__business__logo {
  background-color: #f3f3f3;
  padding: 30px 0;
}
.about-reason__business__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 30px 20px 30px;
}
@media screen and (max-width: 700px) {
  .about-reason__business__image {
    padding: 15px;
  }
}
.about-reason__business__image img {
  width: 45%;
}
@media screen and (max-width: 700px) {
  .about-reason__business__image img {
    width: 35%;
  }
}
.about-reason__business__image figcaption {
  width: 50%;
  margin-left: 5%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .about-reason__business__image figcaption {
    width: 65%;
    font-size: 0.9rem;
  }
}
.about-reason__business__list {
  padding: 0 30px 30px 30px;
  margin: 0px;
}
@media screen and (max-width: 700px) {
  .about-reason__business__list {
    padding: 0 15px 15px 15px;
  }
}
.about-reason__business__list--02 li:before {
  background-color: #00aaef !important;
}
.about-reason__business__list--03 li:before {
  background-color: #33a44d !important;
}
.about-reason__business__list--04 li:before {
  background-color: #eb6da5 !important;
}
.about-reason__business__list li {
  list-style: none;
  border-bottom: 1px solid #dedede;
  position: relative;
  text-align: left;
  padding: 5px 0px 5px 20px;
}
@media screen and (max-width: 700px) {
  .about-reason__business__list li {
    font-size: 0.9rem;
  }
}
.about-reason__business__list li:before {
  content: "";
  position: absolute;
  background-color: #e50019;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 2px;
}
@media screen and (max-width: 700px) {
  .about-reason__business__list li:before {
    top: 14px;
  }
}
.about-reason__business__list li:last-child {
  border: none;
}
.about-reason__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 700px) {
  .about-reason__detail {
    margin: 0 0 20px 0;
  }
}
.about-reason__detail {
  text-align: left;
}
.about-reason__detail__item {
  width: 60%;
  margin-right: 3%;
}
@media screen and (max-width: 700px) {
  .about-reason__detail__item {
    width: 100%;
  }
}
.about-reason__detail__image {
  width: 37%;
}
@media screen and (max-width: 700px) {
  .about-reason__detail__image {
    width: 100%;
  }
}
.about-reason__detail__copy {
  color: #b50216;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .about-reason__detail__copy {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 10px !important;
  }
}
.about-reason__detail__suport {
  font-weight: 600;
  margin-bottom: 0px !important;
  line-height: 2.2;
  position: relative;
  text-indent: 1em;
}
.about-reason__detail__suport span {
  color: #b50216;
  border: 1px solid #b50216;
  font-size: 1.8rem;
  padding: 5px 30px;
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .about-reason__detail__suport span {
    font-size: 1.2rem;
    text-align: center;
    padding: 5px 10px;
  }
}
.about-reason__detail__suport:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #b50216;
  border-radius: 50px;
  left: 0px;
  top: 12px;
}
.about-reason__detail__list {
  width: 37%;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .about-reason__detail__list {
    width: 100%;
    margin: 10px 0;
  }
}
.about-reason__detail__list li {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #b50216;
  text-align: left;
  background-color: #fde8eb;
  padding: 30px 0px 30px 80px;
  margin-bottom: 15px;
  position: relative;
  font-feature-settings: "palt";
}
@media screen and (max-width: 700px) {
  .about-reason__detail__list li {
    font-size: 1.2rem;
    padding: 20px 0px 20px 50px;
    margin-bottom: 10px;
  }
}
.about-reason__detail__list li:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/sites/566/2021/12/about_reason_check.png);
  background-size: cover;
  height: 26px;
  width: 26px;
  top: 36px;
  left: 35px;
}
@media screen and (max-width: 700px) {
  .about-reason__detail__list li:before {
    height: 18px;
    width: 18px;
    top: 25px;
    left: 20px;
  }
}
.about-reason__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-reason__data__copy {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .about-reason__data__copy {
    font-size: 1.2rem;
  }
}
.about-reason__data__copy span {
  font-size: 3rem;
  padding: 0 10px;
  color: #b50216;
}
@media screen and (max-width: 700px) {
  .about-reason__data__copy span {
    font-size: 1.8rem;
  }
}
.about-reason__data__bnr {
  overflow: hidden;
}
.about-reason__data__bnr a img {
  transition: 0.2s;
}
.about-reason__data__bnr a img:hover {
  transition: 0.2s;
  transform: none;
  opacity: 0.8;
}
.about-reason__qualification {
  border: 5px solid #eeeeee;
  padding: 30px 0px 40px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .about-reason__qualification {
    padding: 20px 0px 20px;
    font-size: 1.1rem;
  }
}
.about-reason__qualification .red {
  color: #b50216;
}
.about-reason__qualification .em {
  font-size: 4rem;
  padding: 0 5px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .about-reason__qualification .em {
    font-size: 3rem;
    padding: 0 5px;
    line-height: 1.2;
  }
}
.about-reason__qualification .sm {
  font-weight: normal;
  font-size: 1rem;
}
@media screen and (max-width: 700px) {
  .about-reason__qualification .sm {
    font-size: 0.9rem;
  }
}
.about-reason__graf {
  margin: 60px 0 40px 0;
}
@media screen and (max-width: 700px) {
  .about-reason__graf {
    margin: 40px 0 20px 0;
  }
}
.about-reason__graf__title {
  color: #fff !important;
  font-weight: 600;
  background-color: #b50216;
  font-size: 1.8rem !important;
  display: inline-block;
  padding: 10px 50px;
}
@media screen and (max-width: 700px) {
  .about-reason__graf__title {
    font-size: 1.1rem !important;
    padding: 10px;
    display: block;
  }
}
.about-reason__graf p {
  text-align: left;
}
.about-reason__graf__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px;
}
.about-reason__graf__list li {
  margin: 0 20px;
}
@media screen and (max-width: 700px) {
  .about-reason__graf__list li {
    margin: 0 5% 10px;
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .about-reason__sptext {
    text-align: left;
  }
}

.remodal {
  max-height: 800px;
  overflow: scroll;
}
@media screen and (max-width: 700px) {
  .remodal {
    max-height: 500px;
  }
}
.remodal .tbl-cont th, .remodal .tbl-cont td {
  font-size: 14px;
  padding: 10px;
}
@media screen and (max-width: 700px) {
  .remodal .tbl-cont th, .remodal .tbl-cont td {
    font-size: 10px !important;
    padding: 8px 5px;
  }
}

.about-reason__none table {
  border-top: none !important;
}
.about-reason__none table th, .about-reason__none table td {
  border-top: none !important;
}

.about-reason__btn {
  color: #fff;
  background-color: #b50216;
  width: 360px;
  cursor: pointer;
  margin: 40px auto 0;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .about-reason__btn {
    width: 80%;
    font-size: 0.9rem;
    margin: 25px auto 0;
  }
}
.about-reason__btn a {
  color: #fff;
  padding: 20px;
  display: block;
}
.about-reason__btn a:hover {
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .about-reason__btn a {
    padding: 15px;
  }
}
.about-reason__btn::before, .about-reason__btn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  right: 20px;
}
.about-reason__btn::before {
  top: 48%;
  transform: rotate(0deg);
}
.about-reason__btn::after {
  top: 48%;
  transform: rotate(90deg);
}
.about-reason__btn.open::after {
  display: none !important;
}
.about-reason__btn:hover {
  background-color: #000;
  transition: 0.3s;
}

.flow-intro {
  margin-top: 20px;
  margin-bottom: 55px;
}
@media screen and (max-width: 700px) {
  .flow-intro {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.flow-intro__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .flow-intro__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flow-intro__content {
  width: 54%;
}
@media screen and (max-width: 700px) {
  .flow-intro__content {
    width: 100%;
  }
}
.flow-intro__content__copy {
  margin-bottom: 20px !important;
  color: #000;
  font-size: 30px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .flow-intro__content__copy {
    margin-bottom: 10px !important;
    font-size: 18px;
    line-height: 1.6;
  }
}
.flow-intro__content__text {
  color: #444;
  font-size: 17px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  .flow-intro__content__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
.flow-intro__image {
  width: 46%;
}
@media screen and (max-width: 700px) {
  .flow-intro__image {
    width: 100%;
  }
}
.flow-intro__step {
  overflow: hidden;
}
.flow-intro__step__list {
  list-style: none;
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px 0 0 0;
}
@media screen and (max-width: 700px) {
  .flow-intro__step__list {
    width: calc(100% + 15px);
  }
}
.flow-intro__step__list__item {
  position: relative;
  min-height: 200px;
  width: 19.98%;
  margin: 10px 0 0 0;
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  .flow-intro__step__list__item {
    min-height: auto;
  }
}
.flow-intro__step__list__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 85px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  z-index: 1;
}
.sell .flow-intro__step__list__item::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/flow_step_arrow.svg);
}
.useful .flow-intro__step__list__item::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/useful-flow_step_arrow.svg);
}
.sell .flow-intro__step__list__item {
  width: 19.98%;
  padding: 18px 15px 15px 45px;
  background-color: #145fac;
}
@media screen and (max-width: 700px) {
  .sell .flow-intro__step__list__item {
    width: 33.3%;
    padding: 8px 15px 15px 15px;
  }
  .sell .flow-intro__step__list__item:nth-child(3n)::after {
    background-image: none;
  }
}
.sell .flow-intro__step__list__item:nth-child(5n)::after {
  background-image: none;
}
@media screen and (max-width: 700px) {
  .sell .flow-intro__step__list__item:nth-child(5n)::after {
    background-image: url(/wp-content/uploads/sites/566/2021/12/flow_step_arrow.svg);
  }
}
.sell .flow-intro__step__list__item:last-child::after {
  background-image: none;
}
.useful .flow-intro__step__list__item {
  width: 16.65%;
  padding: 8px 20px 15px 20px;
  background-color: #528f30;
}
@media screen and (max-width: 700px) {
  .useful .flow-intro__step__list__item {
    width: 33.3%;
    padding: 8px 15px 15px 15px;
  }
  .useful .flow-intro__step__list__item:nth-child(3n)::after {
    background-image: none;
  }
}
.useful .flow-intro__step__list__item:nth-child(6n)::after {
  background-image: none;
}
.flow-intro__step__list__text01 {
  position: relative;
  margin: 0 0 18px !important;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .flow-intro__step__list__text01 {
    margin: 0 0 10px !important;
    font-size: 17px;
  }
}
.flow-intro__step__list__text01::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  display: block;
  font-size: 60px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  line-height: 0.75;
}
@media screen and (max-width: 700px) {
  .flow-intro__step__list__text01::after {
    font-size: 50px;
  }
}
.flow-intro__step__list__text02 {
  position: relative;
  margin: 0 !important;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .flow-intro__step__list__text02 {
    font-size: 14px;
  }
}

.flow-step__block {
  position: relative;
}
.flow-step__block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .flow-step__block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.flow-step__block:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  width: 230px;
  height: 70px;
  margin: 0 auto;
  border: 115px solid transparent;
  border-top: 70px solid #c9d6ea;
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .flow-step__block:not(:last-child)::after {
    bottom: -30px;
    width: 180px;
    height: 30px;
    border-width: 90px;
    border-top-width: 30px;
  }
}
.useful .flow-step__block:not(:last-child)::after {
  border-top-color: #cadfbe;
}
.flow-step__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 330px;
}
@media screen and (max-width: 700px) {
  .flow-step__head {
    min-height: auto;
  }
}
.flow-step__head__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 270px;
  padding: 40px 0 0 50px;
  background-color: #007fc8;
}
.useful .flow-step__head__content {
  background-color: #51972a;
}
@media screen and (max-width: 700px) {
  .flow-step__head__content {
    width: 140px;
    padding: 15px 0 0 10px;
  }
}
.flow-step__head__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 4px;
  height: 120px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .flow-step__head__content::before {
    display: none;
  }
}
.flow-step__head__content__title {
  margin-bottom: 20px !important;
  color: #fff;
  font-size: 25px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .flow-step__head__content__title {
    font-size: 17px;
  }
}
.flow-step__head__content__step {
  margin-bottom: 50px !important;
  color: #fff;
  font-size: 25px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .flow-step__head__content__step {
    margin-bottom: 25px !important;
    font-size: 16px;
  }
}
.flow-step__head__content__step span {
  display: inline-block;
  margin-left: 5px;
  font-size: 165px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -0.05em;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  .flow-step__head__content__step span {
    font-size: 50px;
  }
}
.flow-step__head__image {
  width: calc(100% - 270px);
}
@media screen and (max-width: 700px) {
  .flow-step__head__image {
    width: calc(100% - 140px);
  }
}
.flow-step__head__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.flow-step__body {
  padding: 0 0 15px 15px;
  background-color: #c9d6ea;
}
@media screen and (max-width: 700px) {
  .flow-step__body {
    padding: 0 0 8px 8px;
  }
}
.useful .flow-step__body {
  background-color: #cadfbe;
}
.flow-step__body__inner {
  position: relative;
  margin-top: -60px;
  padding: 60px 0 60px 60px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .flow-step__body__inner {
    margin-top: -30px;
    padding: 20px 18px;
  }
}
.flow-step__def-list01 {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #9cc8f4;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01 {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.flow-step__def-list01__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #9cc8f4;
  padding-top: 30px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
.flow-step__def-list01__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 160px;
  height: 4px;
  background-color: #1a68b8;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__item::before {
    right: 0;
    width: 70px;
    margin: 0 auto;
  }
}
.flow-step__def-list01__item:not(:last-child) {
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__item:not(:last-child) {
    padding-bottom: 20px;
  }
}
.flow-step__def-list01__title {
  width: 160px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__title {
    width: 100%;
  }
}
.flow-step__def-list01__title > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0;
  border: 12px solid #1a68b8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1a68b8;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__title > span {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 8px;
    border-width: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
  }
}
.flow-step__def-list01__content {
  width: calc(100% - 160px);
  margin: 0;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__content {
    width: 100%;
  }
}
.flow-step__def-list01__content > dl > div:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__content > dl > div:not(:last-child) {
    margin-bottom: 10px;
  }
}
.flow-step__def-list01__content > dl > div > dt {
  position: relative;
  padding-left: 25px;
  color: #1a68b8;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__content > dl > div > dt {
    padding-left: 20px;
  }
}
.flow-step__def-list01__content > dl > div > dt::before, .flow-step__def-list01__content > dl > div > dt::after {
  content: "";
  position: absolute;
}
.flow-step__def-list01__content > dl > div > dt::before {
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #1a68b8;
}
.flow-step__def-list01__content > dl > div > dt::after {
  top: 12px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #1a68b8;
}
.flow-step__def-list01__content > dl > div > dt > span {
  display: inline-block;
  margin-left: 20px;
  color: #444;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__content > dl > div > dt > span {
    display: block;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
    line-height: 1.5;
  }
}
.flow-step__def-list01__content > dl > div > dd {
  margin: 0;
  color: #444;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__content > dl > div > dd {
    font-size: 14px;
  }
}
.flow-step__def-list01__content > dl > div > dd > ul {
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 -15px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__content > dl > div > dd > ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
.flow-step__def-list01__content > dl > div > dd > ul > li {
  list-style: none;
  position: relative;
  width: calc((99.9% - 60px) / 4);
  margin: 0 0 0 15px;
  padding: 12px 15px 40px 15px;
  border: 8px solid #c9d6ea;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__content > dl > div > dd > ul > li {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 13px 55px 13px 15px;
    border-width: 3px;
  }
}
.flow-step__def-list01__content > dl > div > dd > ul > li::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  right: -2px;
  bottom: -9px;
  color: #c9d6ea;
  font-size: 70px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__content > dl > div > dd > ul > li::before {
    bottom: -3px;
    font-size: 50px;
  }
}
.flow-step__def-list01__content > dl > div > dd > ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  width: 15px;
  height: 24px;
  margin: auto 0;
  border: 12px solid transparent;
  border-left: 15px solid #c9d6ea;
  border-right: none;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list01__content > dl > div > dd > ul > li:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.flow-step__def-list02 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #9cc8f4;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.flow-step__def-list02__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #9cc8f4;
  padding-top: 30px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
.flow-step__def-list02__item:not(:last-child) {
  padding-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__item:not(:last-child) {
    padding-bottom: 30px;
  }
}
.flow-step__def-list02__item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flow-step__def-list02__item.reverse::before {
  right: 0;
  left: auto;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__item.reverse::before {
    left: 0;
  }
}
.flow-step__def-list02__item.reverse .flow-step__def-list02__title > span {
  margin-left: auto;
}
.flow-step__def-list02__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 160px;
  height: 4px;
  background-color: #1a68b8;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__item::before {
    right: 0;
    width: 70px;
    margin: 0 auto;
  }
}
.flow-step__def-list02__title {
  width: 160px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__title {
    width: 100%;
  }
}
.flow-step__def-list02__title > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background-color: #007fc8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__title > span {
    width: 95px;
    height: 95px;
    margin: 0 auto 20px;
    font-size: 14px;
  }
}
.flow-step__def-list02__title > span span {
  display: block;
  margin-top: 5px;
  font-size: 75px;
  font-family: "Roboto", sans-serif !important;
  line-height: 0.75;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__title > span span {
    font-size: 45px;
  }
}
.flow-step__def-list02__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 160px);
  margin: 0;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.reverse .flow-step__def-list02__content {
  padding: 0 20px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  .reverse .flow-step__def-list02__content {
    padding: 0;
  }
}
.flow-step__def-list02__content__content {
  width: 54%;
  margin-right: 6%;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__content__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.reverse .flow-step__def-list02__content__content {
  margin-right: 0;
  margin-left: 6%;
}
@media screen and (max-width: 700px) {
  .reverse .flow-step__def-list02__content__content {
    margin-left: 0;
  }
}
.flow-step__def-list02__content__image {
  width: 40%;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__content__image {
    width: 100%;
  }
}
.flow-step__def-list02__content__title {
  margin-bottom: 20px !important;
  padding-left: 15px;
  border-left: 4px solid #91bbe6;
  color: #1a68b8;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__content__title {
    margin-bottom: 10px !important;
    padding-left: 12px;
    font-size: 17px;
  }
}
.flow-step__def-list02__content__text {
  margin-bottom: 0 !important;
  color: #444;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list02__content__text {
    font-size: 14px;
  }
}
.flow-step__def-list03__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flow-step__def-list03__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.flow-step__def-list03__item:not(:last-child) .flow-step__def-list03__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 80px;
  height: 40px;
  margin: 0 auto;
  border: 40px solid transparent;
  border-top: 40px solid #007fc8;
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__item:not(:last-child) .flow-step__def-list03__title::after {
    bottom: -20px;
    height: 20px;
    border-top-width: 20px;
  }
}
.useful .flow-step__def-list03__item:not(:last-child) .flow-step__def-list03__title::after {
  border-top-color: #51972a;
}
.flow-step__def-list03__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 250px;
  background-color: #007fc8;
  color: #fff;
  font-size: 17px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__title {
    width: 80px;
    padding: 5px;
    font-size: 15px;
  }
}
.useful .flow-step__def-list03__title {
  background-color: #51972a;
}
.flow-step__def-list03__content {
  width: calc(100% - 250px);
  margin: 0;
  padding: 30px;
  background-color: #dfeefe;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__content {
    width: calc(100% - 80px);
    padding: 15px;
  }
}
.useful .flow-step__def-list03__content {
  background-color: #e3eedc;
}
.flow-step__def-list03__content.type2 {
  background-color: #fff;
  border: 10px solid #51972a;
  border-left: none;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__content.type2 {
    border-width: 8px;
  }
}
.flow-step__def-list03__content .table {
  width: 100%;
  border-collapse: collapse;
}
.flow-step__def-list03__content .table th,
.flow-step__def-list03__content .table td {
  padding: 15px;
  border: 1px solid #adadad;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
.flow-step__def-list03__content .table th {
  width: 19%;
  background-color: #c2dbb4;
  color: #000;
  font-size: 14px;
  vertical-align: middle;
}
.flow-step__def-list03__content .table th.type2 {
  width: 15%;
  background-color: #e3eedc;
  text-align: center;
}
.flow-step__def-list03__content .table td {
  font-size: 14px;
}
.flow-step__def-list03__content .def-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__content .def-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 0 0;
  }
}
.flow-step__def-list03__content .def-list > div {
  width: calc((99.9% - 40px) / 2);
  margin: 0 0 0 20px;
  border-width: 10px;
  border-style: solid;
  border-top: none;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__content .def-list > div {
    width: 100%;
    margin: 20px 0 0 0;
    border-width: 7px;
  }
}
.flow-step__def-list03__content .def-list > div.item01 {
  border-color: #f7e1e1;
}
.flow-step__def-list03__content .def-list > div.item01 dt {
  background-color: #f7e1e1;
}
.flow-step__def-list03__content .def-list > div.item01 dt::after {
  border-top-color: #f7e1e1;
}
.flow-step__def-list03__content .def-list > div.item02 {
  border-color: #e1ecf9;
}
.flow-step__def-list03__content .def-list > div.item02 dt {
  background-color: #e1ecf9;
}
.flow-step__def-list03__content .def-list > div.item02 dt::after {
  border-top-color: #e1ecf9;
}
.flow-step__def-list03__content .def-list > div > dt {
  position: relative;
  padding: 18px;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__content .def-list > div > dt {
    padding: 10px 5px;
  }
}
.flow-step__def-list03__content .def-list > div > dt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 60px;
  height: 30px;
  margin: 0 auto;
  border: 30px solid transparent;
  border-top-width: 30px;
  border-top-style: solid;
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__content .def-list > div > dt::after {
    bottom: -20px;
    width: 40px;
    height: 20px;
    border-width: 20px;
    border-top-width: 20px;
  }
}
.flow-step__def-list03__content .def-list > div > dd {
  margin: 0;
  padding: 40px 10px 10px;
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__content .def-list > div > dd {
    padding: 25px 10px 10px;
  }
}
.flow-step__def-list03__content .list {
  margin: 0 0 0 20px;
}
.flow-step__def-list03__content .note {
  color: #b50216;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list03__content .note {
    font-size: 14px;
  }
}
.flow-step__def-list03__content .kome {
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}
.flow-step__def-list04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -4%;
  padding-bottom: 50px;
  border-bottom: 1px solid #9cc8f4;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list04 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.flow-step__def-list04.no-border {
  padding-bottom: 0;
  border-bottom: none;
}
.flow-step__def-list04__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45.95%;
  margin: 0 0 0 4%;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list04__item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .flow-step__def-list04__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.flow-step__def-list04__item.full {
  width: 100%;
}
.flow-step__def-list04__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 12px solid #1a68b8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1a68b8;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list04__title {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 3px;
    border-width: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
  }
}
.useful .flow-step__def-list04__title {
  border-color: #51972a;
  color: #51972a;
}
.flow-step__def-list04__content {
  width: calc(100% - 120px);
  margin: 0;
  padding-left: 40px;
}
@media screen and (max-width: 700px) {
  .flow-step__def-list04__content {
    width: 100%;
    padding-left: 0;
  }
}
.flow-step__def-list04__content__list {
  margin: 0;
}
.flow-step__def-list04__content__list > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  color: #444;
  font-size: 14px;
}
.flow-step__def-list04__content__list > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #1a68b8;
}
.useful .flow-step__def-list04__content__list > li::before {
  border-color: #51972a;
}
.flow-step__def-list04__content__list > li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: #1a68b8;
}
.useful .flow-step__def-list04__content__list > li::after {
  background-color: #51972a;
}
.flow-step__def-list04__content__list > li span {
  display: block;
  font-size: 11px;
}
.flow-step__trivia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
.flow-step__trivia__content {
  width: calc(100% - 105px);
  padding: 20px;
  border: 10px solid #e0e7f0;
  border-right: none;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content {
    width: 100%;
    padding: 15px;
    border: 5px solid #e0e7f0;
    border-top: none;
  }
}
.useful .flow-step__trivia__content {
  border-color: #d9e8d0;
}
.flow-step__trivia__content__title {
  margin-bottom: 20px !important;
  padding-left: 15px;
  border-left: 4px solid #91bbe6;
  color: #1a68b8;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content__title {
    margin-bottom: 10px !important;
    padding-left: 10px;
    font-size: 16px;
  }
}
.useful .flow-step__trivia__content__title {
  border-left-color: #9fc58a;
  color: #408c16;
}
.flow-step__trivia__content__text {
  color: #444;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.flow-step__trivia__content__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.flow-step__trivia__content__table th,
.flow-step__trivia__content__table td {
  border: 1px solid #ccc;
}
.useful .flow-step__trivia__content__table th,
.useful .flow-step__trivia__content__table td {
  border-color: #adadad;
}
.flow-step__trivia__content__table th {
  padding: 10px 15px;
  background-color: #007fc8;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.useful .flow-step__trivia__content__table th {
  background-color: #51972a;
}
.flow-step__trivia__content__table thead th {
  width: 150px;
}
.flow-step__trivia__content__table thead td {
  padding: 10px 15px;
  background-color: #e0e7f0;
  color: #0b4e93;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
.useful .flow-step__trivia__content__table thead td {
  background-color: #d9e8d0;
  color: #35790f;
}
.flow-step__trivia__content__table tbody td {
  padding: 10px 15px;
  color: #0b4e93;
  font-size: 14px;
  text-align: center;
}
.flow-step__trivia__content__table tbody td.small {
  color: #444;
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
}
.flow-step__trivia__content__table tbody td .def-list > dt {
  margin-bottom: 10px;
  padding: 1px;
  background-color: #7fbc57;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content__table tbody td .def-list > dt {
    font-size: 15px;
  }
}
.flow-step__trivia__content__table tbody td .def-list > dd {
  margin: 0;
}
.flow-step__trivia__content__table tbody td .list {
  margin: 0 0 0 20px;
}
.flow-step__trivia__content__table tbody td .list > li {
  color: #444;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: left;
}
.flow-step__trivia__content__table tbody td .title {
  margin-bottom: 3px;
  color: #35790f;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content__table tbody td .title {
    font-size: 15px;
  }
}
.flow-step__trivia__content__table tbody td.va-middle {
  vertical-align: middle;
}
.flow-step__trivia__content__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flow-step__trivia__content__def-list.has-bg {
  padding-bottom: 190px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/flow-illust04.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content__def-list.has-bg {
    padding-bottom: 130px;
    background-size: 100%;
  }
}
.flow-step__trivia__content__def-list > div:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content__def-list > div:not(:last-child) {
    margin-bottom: 15px;
  }
}
.flow-step__trivia__content__def-list > div > dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content__def-list > div > dt {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.flow-step__trivia__content__def-list > div > dt::before, .flow-step__trivia__content__def-list > div > dt::after {
  content: "";
  position: absolute;
}
.flow-step__trivia__content__def-list > div > dt::before {
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #1a68b8;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content__def-list > div > dt::before {
    top: 9px;
  }
}
.flow-step__trivia__content__def-list > div > dt::after {
  top: 12px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #1a68b8;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__content__def-list > div > dt::after {
    top: 11px;
  }
}
.flow-step__trivia__content__def-list > div > dd {
  margin: 0 0 0 1.3em;
}
.flow-step__trivia__side {
  width: 105px;
  padding: 20px 20px 30px;
  background-color: #e0e7f0;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-position: left 10px center;
    background-size: 40px auto;
  }
}
.useful .flow-step__trivia__side {
  background-color: #d9e8d0;
}
.flow-step__trivia__side span {
  display: block;
  color: #1a68b8;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1;
}
.useful .flow-step__trivia__side span {
  color: #408c16;
}
.flow-step__trivia__side__text01 {
  position: relative;
  margin-bottom: 5px;
  padding: 70px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__side__text01 {
    margin-bottom: 0;
    margin-left: -30px;
    padding: 0 0 0 35px;
    font-size: 18px;
  }
}
.flow-step__trivia__side__text01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 56px;
  height: 62px;
  margin: 0 auto;
  background-image: url(/wp-content/uploads/sites/566/2021/12/flow-mame.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__side__text01::before {
    right: auto;
    bottom: 0;
    width: 30px;
    height: 34px;
    margin: auto 0;
  }
}
.useful .flow-step__trivia__side__text01::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/useful-flow_mame.png);
}
.flow-step__trivia__side__text02 {
  margin-bottom: 5px;
  font-size: 54px;
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__side__text02 {
    margin-bottom: 0;
    font-size: 22px;
  }
}
.flow-step__trivia__side__text03 {
  font-size: 25px;
}
@media screen and (max-width: 700px) {
  .flow-step__trivia__side__text03 {
    font-size: 18px;
  }
}
.flow-step__qanda > dt, .flow-step__qanda > dd {
  position: relative;
}
@media screen and (max-width: 700px) {
  .flow-step__qanda > dt, .flow-step__qanda > dd {
    line-height: 1.6;
  }
}
.flow-step__qanda > dt::before, .flow-step__qanda > dd::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.flow-step__qanda > dt {
  margin: 0 45px 20px auto;
  padding-bottom: 35px;
  padding-left: 170px;
  font-size: 23px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .flow-step__qanda > dt {
    margin: 0 0 20px auto;
    padding-bottom: 0;
    padding-left: 85px;
    font-size: 15px;
  }
}
.flow-step__qanda > dt::before {
  left: 0;
  width: 135px;
  height: 144px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/flow-illust01.png);
}
@media screen and (max-width: 700px) {
  .flow-step__qanda > dt::before {
    width: 70px;
    height: 74px;
  }
}
.flow-step__qanda > dt .flow-step__qanda__fukidashi {
  background-color: #f8ecec;
}
.flow-step__qanda > dt .flow-step__qanda__fukidashi::before {
  left: -40px;
  border-right: 40px solid #f8ecec;
  border-left: none;
}
@media screen and (max-width: 700px) {
  .flow-step__qanda > dt .flow-step__qanda__fukidashi::before {
    left: -20px;
    border-right-width: 20px;
  }
}
.flow-step__qanda > dt .flow-step__qanda__fukidashi > span {
  background-color: #b50216;
}
.flow-step__qanda > dd {
  position: relative;
  margin: 0;
  padding-right: 260px;
  padding-bottom: 50px;
  font-size: 15px;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .flow-step__qanda > dd {
    padding-right: 80px;
    padding-bottom: 0;
    font-size: 14px;
  }
}
.flow-step__qanda > dd::before {
  position: absolute;
  top: -2em;
  right: 0;
  width: 178px;
  height: 223px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/flow-illust02.png);
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .flow-step__qanda > dd::before {
    width: 88px;
    height: 110px;
  }
}
.flow-step__qanda > dd .flow-step__qanda__fukidashi {
  background-color: #eaf1f9;
}
.flow-step__qanda > dd .flow-step__qanda__fukidashi::before {
  right: -40px;
  border-left: 40px solid #eaf1f9;
  border-right: none;
}
@media screen and (max-width: 700px) {
  .flow-step__qanda > dd .flow-step__qanda__fukidashi::before {
    right: -20px;
    border-left-width: 20px;
  }
}
.flow-step__qanda > dd .flow-step__qanda__fukidashi > span {
  background-color: #1a68b8;
}
.flow-step__qanda__fukidashi {
  position: relative;
  padding: 30px 30px 30px 85px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .flow-step__qanda__fukidashi {
    padding: 15px 15px 15px 42px;
  }
}
.flow-step__qanda__fukidashi::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 34px;
  margin: auto 0;
  border: 17px solid transparent;
}
@media screen and (max-width: 700px) {
  .flow-step__qanda__fukidashi::before {
    width: 20px;
    height: 14px;
    border-width: 7px;
  }
}
.flow-step__qanda__fukidashi > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 35px;
  left: 40px;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .flow-step__qanda__fukidashi > span {
    top: 15px;
    left: 12px;
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}
.flow-step__box {
  padding: 45px 50px;
  border: 2px dotted #b50216;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .flow-step__box {
    padding: 20px;
  }
}
.flow-step__box__copy {
  margin-bottom: 20px !important;
  color: #b50216;
  font-size: 26px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .flow-step__box__copy {
    margin-bottom: 10px !important;
    font-size: 17px;
  }
}
.flow-step__box__text {
  color: #b50216;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 700px) {
  .flow-step__box__text {
    margin-bottom: 10px !important;
    font-size: 14px;
  }
}
.flow-step__box__banner {
  display: block;
}
.flow-step__box__banner:hover {
  opacity: 0.8;
}
.flow-step__box__banner:hover img {
  transform: scale(1) !important;
}

.flow-title01 {
  position: relative;
  margin-bottom: 25px !important;
  padding-bottom: 16px;
  padding-left: 25px;
  border-bottom: 1px solid #1a68b8;
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .flow-title01 {
    margin-bottom: 10px !important;
    padding-bottom: 5px;
    padding-left: 15px;
    font-size: 16px;
  }
}
.useful .flow-title01 {
  border-bottom-color: #408c16;
}
.flow-title01::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: calc(100% - 15px);
  background-color: #1a68b8;
}
.useful .flow-title01::before {
  background-color: #408c16;
}
@media screen and (max-width: 700px) {
  .flow-title01::before {
    top: 3px;
    height: calc(100% - 8px);
  }
}
.flow-title01 > span.fs14 {
  font-size: 14px;
}

.flow-title02 {
  margin-bottom: 20px !important;
  padding-left: 15px;
  border-left: 4px solid #91bbe6;
  color: #1a68b8;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .flow-title02 {
    margin-bottom: 15px !important;
    padding-left: 12px;
    font-size: 16px;
  }
}
.useful .flow-title02 {
  border-left-color: #9fc58a;
  color: #35790f;
}

.flow-title03 {
  position: relative;
  margin-bottom: 10px !important;
  padding-left: 20px;
  color: #444;
  font-size: 14px;
}
.flow-title03::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #1a68b8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  .flow-title03::before {
    top: 8px;
    width: 12px;
    height: 12px;
  }
}
.useful .flow-title03::before {
  background-color: #51972a;
}

.flow-text {
  color: #444;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .flow-text {
    font-size: 14px;
  }
}
.flow-text--kome {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.flow-text__fs-l {
  font-size: 1.25rem;
  margin: 0 3px 0 3px;
}

.flow-check-list {
  margin: 0;
}
.flow-check-list.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 0 -30px;
}
@media screen and (max-width: 700px) {
  .flow-check-list.flex-row {
    margin: -5px 0 0 0;
  }
}
.flow-check-list.flex-row > li {
  width: calc((99.9% - 90px) / 3);
  margin: 10px 0 0 30px;
}
@media screen and (max-width: 700px) {
  .flow-check-list.flex-row > li {
    width: 100%;
    margin: 5px 0 0 0;
  }
}
.flow-check-list.flex-row > li:not(:last-child) {
  margin-bottom: 0;
}
.flow-check-list > li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 700px) {
  .flow-check-list > li {
    padding-left: 25px;
  }
}
.flow-check-list > li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .flow-check-list > li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.flow-check-list > li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
}
@media screen and (max-width: 700px) {
  .flow-check-list > li::before {
    top: 7px;
    width: 15px;
    height: 15px;
  }
}
.flow-check-list > li::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -1px;
  width: 20px;
  height: 19px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/flow-icon_check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 700px) {
  .flow-check-list > li::after {
    top: 4px;
    width: 18px;
    height: 17px;
  }
}

.flow-sp-scroll__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: 5px !important;
  font-size: 13px;
}
@media screen and (max-width: 700px) {
  .flow-sp-scroll {
    overflow-x: auto;
  }
  .flow-sp-scroll table {
    width: 900px !important;
  }
}

.sell-top-main {
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-main_img.jpg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.sell-top-main__title {
  max-width: 609px;
  width: 100%;
  margin: 0px auto 0px;
  padding: 70px 0 60px 0;
}
@media screen and (max-width: 700px) {
  .sell-top-main__title {
    width: 40%;
    padding: 20px 0px;
  }
}

.sell-top__cv01 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  background-color: #e0ebf7;
}
@media screen and (max-width: 700px) {
  .sell-top__cv01 {
    max-width: auto;
    width: 96%;
  }
}

.sell-top__cv01__copy01 {
  background-color: #ffc600;
}
.sell-top__cv01__copy01__text {
  text-align: center;
  font-weight: 800;
  font-size: 2.375rem;
  color: #000;
  line-height: 1.2;
  padding: 22px 10px 22px 10px;
  position: relative;
  margin: 0 !important;
}
@media screen and (max-width: 700px) {
  .sell-top__cv01__copy01__text {
    font-size: 1.125rem;
    padding: 16px 10px 16px 10px;
  }
}

.sell-top__cv01__wrap01 {
  position: relative;
  padding: 62px 3.6vw 3.6vw 3.6vw;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .sell-top__cv01__wrap01 {
    display: block;
    padding: 40px 3.6vw 40px 3.6vw;
  }
}
.sell-top__cv01__wrap01::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 85px 0 85px;
  border-color: #ffc600 transparent transparent transparent;
}
@media screen and (max-width: 700px) {
  .sell-top__cv01__wrap01::before {
    border-width: 25px 55px 0 55px;
  }
}

.sell-top__cv01__lead {
  width: 210px;
  margin-right: 2.9vw;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sell-top__cv01__lead {
    width: 100%;
  }
}
.sell-top__cv01__lead__title {
  font-size: 1.9375rem;
  font-weight: 700;
  position: relative;
  padding: 40px 0 25px 0;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sell-top__cv01__lead__title {
    font-size: 1.5rem;
    padding: 25px 0 16px 0;
  }
}
.sell-top__cv01__lead__title::before, .sell-top__cv01__lead__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sell-top__cv01__lead__title::before {
  border-top: 1px solid #1a68b8;
  width: 100%;
  height: 1px;
}
.sell-top__cv01__lead__title::after {
  border-top: 4px solid #1a68b8;
  width: 80px;
  height: 1px;
  right: auto;
}
.sell-top__cv01__lead__ex {
  font-size: 0.75rem;
  margin-bottom: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .sell-top__cv01__lead__ex {
    padding-right: 110px;
  }
}
.sell-top__cv01__lead__icon {
  width: 123px;
  height: 123px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffc600;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin: 0 auto;
}
.sell-top__cv01__lead__icon::before, .sell-top__cv01__lead__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.sell-top__cv01__lead__icon::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 32px;
  border-color: transparent transparent transparent #ffc600;
  transform: rotate(-40deg);
  right: -10px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv01__lead__icon {
    position: absolute;
    top: 16px;
    right: 0;
    width: 100px;
    height: 100px;
    font-size: 0.9375rem;
  }
  .sell-top__cv01__lead__icon::before {
    border-width: 16px 0 16px 24px;
    transform: rotate(30deg);
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }
}

.sell-top__cv01__form {
  width: calc(100% - 210px - 2.9vw);
}
@media screen and (max-width: 700px) {
  .sell-top__cv01__form {
    width: 100%;
  }
}

.sell-top__cv__form__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__form__list {
    display: block;
    margin-bottom: 20px;
  }
}
.sell-top__cv__form__list__item {
  width: calc((100% - 40px) / 3);
  list-style: none;
}
.sell-top__cv__form__list__item:not(:nth-child(3n)) {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__form__list__item {
    width: 100%;
  }
  .sell-top__cv__form__list__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.sell-top__cv__form__list__title {
  position: relative;
  margin-top: 17px;
  color: #000;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  margin-bottom: 14px !important;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__form__list__title {
    margin-bottom: 10px !important;
    font-size: 1.125rem;
    margin-top: 0;
  }
}
.sell-top__cv__form__list__title span {
  display: block;
  position: relative;
}
.sell-top__cv__form__list__title.type02 {
  color: #fff;
}
.sell-top__cv__form__list__title__step {
  width: 54px;
  height: 54px;
  background-color: #ffc600;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 5px;
  margin-right: 16px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__form__list__title__step {
    padding-top: 0px;
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
}
.sell-top__cv__form__list__title__step.type02 {
  background-color: #fff;
}
.sell-top__cv__form__list__title__step.step01 img {
  width: 19.3333333333px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__form__list__title__step.step01 img {
    width: 14.5px;
  }
}
.sell-top__cv__form__list__title__step.step02 img {
  width: 22px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__form__list__title__step.step02 img {
    width: 16.5px;
  }
}
.sell-top__cv__form__list__title__step.step03 img {
  width: 22px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__form__list__title__step.step03 img {
    width: 16.5px;
  }
}

.sell-top__cv__form__list__box01 {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__form__list__box01 {
    padding-bottom: 40px;
  }
}
.sell-top__cv__form__list__box01::before, .sell-top__cv__form__list__box01::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 109px;
  height: 30px;
}
.sell-top__cv__form__list__box01::before {
  border: 1px solid #1a68b8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sell-top__cv__form__list__box01::after {
  content: "OK";
  color: #1a68b8;
  font-weight: 700;
  text-align: center;
}
.sell-top__cv__form__list__box01.valid::before {
  background-color: #1a68b8;
}
.sell-top__cv__form__list__box01.valid::after {
  color: #fff;
}
.sell-top__cv__form__list__box01.type02::before {
  background-color: #8db4dc;
}
.sell-top__cv__form__list__box01.type02::after {
  color: #cbdcee;
}
.sell-top__cv__form__list__box01.type02.valid::before {
  background-color: #fff;
}
.sell-top__cv__form__list__box01.type02.valid::after {
  color: #1a68b8;
}

select.sell-top__cv__form__list__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  vertical-align: middle;
  box-sizing: content-box;
  background-image: url(/wp-content/uploads/sites/566/2021/12/selectbox-arrow-blue.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 8px 7px;
  padding-right: 30px;
  box-sizing: border-box;
  border: 1px solid #1a68b8;
  width: 100%;
  height: 50px;
}

.sell-top__cv__btn01 {
  max-width: 438px;
  width: 100%;
  line-height: 1;
  height: 80px;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #1a68b8;
  display: block;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  display: block;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__btn01 {
    max-width: auto;
    margin: 0 auto;
    width: 90%;
    height: 50px;
    font-size: 1rem;
  }
}
.sell-top__cv__btn01::before, .sell-top__cv__btn01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sell-top__cv__btn01::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/calculator-white.svg);
  background-size: 22px 30px;
  width: 22px;
  height: 30px;
  left: 56px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__btn01::before {
    background-size: 17.6px 24px;
    width: 17.6px;
    height: 24px;
  }
}
.sell-top__cv__btn01::after {
  background-image: url(/wp-content/uploads/sites/566/2021/10/store-contact-arrow.png);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  right: 56px;
}
.sell-top__cv__btn01.type02 {
  margin: 0 auto;
  background-color: #ffc600;
  color: #000;
}
.sell-top__cv__btn01.type02::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/calculator-black.svg);
}
.sell-top__cv__btn01.type02::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/btn-arrow-bkack.png);
}
.sell-top__cv__btn01.type02:hover {
  background-color: #fff;
}
.sell-top__cv__btn01__wrap {
  padding-left: 4.6vw;
}
@media screen and (max-width: 700px) {
  .sell-top__cv__btn01__wrap {
    padding-left: 0;
  }
}
.sell-top__cv__btn01__wrap.type02 {
  padding-left: 0;
}

.sell-top__cv02 {
  background-color: #1a68b8;
  padding: 90px 0 100px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02 {
    padding: 20px 20px 40px 20px;
  }
}
.sell-top__cv02__wrap {
  max-width: 930px;
  margin: 0 auto;
}
.entry-content .sell-top__cv02__wrap {
  padding-left: 0;
  padding-right: 0;
}

.sell-top__cv02__title {
  text-align: center;
  color: #fff;
  line-height: 1;
  display: inline-block;
  margin: 0 auto 22px;
  position: relative;
}
.sell-top__cv02__title__wrap {
  position: relative;
  display: inline-block;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__title__wrap {
    padding: 25px 0 0px 0;
  }
}
.sell-top__cv02__title__wrap::before, .sell-top__cv02__title__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.sell-top__cv02__title__wrap::before {
  width: 200px;
  height: 1px;
}
.sell-top__cv02__title__wrap::after {
  width: 80px;
  height: 4px;
}
.sell-top__cv02__title__data {
  margin-bottom: 24px !important;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__title__data {
    font-size: 1.5rem;
    margin-bottom: 16px !important;
  }
}
.sell-top__cv02__title__lead {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 !important;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__title__lead {
    line-height: 1.5;
    text-align: left;
  }
}
.sell-top__cv02__title__icon {
  width: 123px;
  height: 123px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a68b8;
  margin: 0 auto;
  font-size: 1.0625rem;
  position: absolute;
  top: -40px;
  right: -60px;
}
.sell-top__cv02__title__icon::before, .sell-top__cv02__title__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.sell-top__cv02__title__icon::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 32px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(25deg);
  left: 0px;
  bottom: 0;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__title__icon {
    position: relative;
    top: auto;
    right: auto;
    width: 80px;
    height: 80px;
    font-size: 0.9375rem;
    top: auto;
    right: 0;
    left: 0;
    margin-bottom: 16px;
    font-size: 0.75rem;
  }
  .sell-top__cv02__title__icon::before {
    transform: rotate(-31deg);
    left: 5px;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    border-width: 5px 0 5px 10px;
  }
}

.sell-top__cv02__link-list {
  display: flex;
  justify-content: center;
  margin: 45px 0 0 0;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__link-list {
    display: block;
    width: 90%;
    margin: 25px auto 0 auto;
  }
}
.sell-top__cv02__link-list__item {
  list-style: none;
  position: relative;
  padding: 16px 38px;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__link-list__item {
    padding: 0;
    margin-bottom: 10px;
  }
}
.sell-top__cv02__link-list__item::before, .sell-top__cv02__link-list__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__link-list__item::before, .sell-top__cv02__link-list__item::after {
    display: none;
  }
}
.sell-top__cv02__link-list__item:not(:last-child)::before {
  width: 1px;
  height: 100%;
  background-color: #76a4d4;
}
.sell-top__cv02__link-list__item:not(:last-child)::after {
  width: 1px;
  height: 50%;
  background-color: #fff;
}
.sell-top__cv02__link-list__item a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  padding-left: 47px;
  position: relative;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__link-list__item a {
    font-size: 0.875rem;
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 16px 16px 16px 16px;
  }
}
.sell-top__cv02__link-list__item a::before, .sell-top__cv02__link-list__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__link-list__item a::before, .sell-top__cv02__link-list__item a::after {
    left: 24px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top__cv02__link-list__item a::after {
    background-image: url(/wp-content/uploads/sites/566/2021/10/store-contact-arrow.png);
    background-size: contain;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    left: auto;
    right: 20px;
  }
}
.sell-top__cv02__link-list__item a:hover {
  text-decoration: none;
  color: #ffc600;
}
.sell-top__cv02__link-list__item__contact::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/mail-white.svg);
  background-size: 22px 16px;
  width: 22px;
  height: 16px;
}
.sell-top__cv02__link-list__item__wanted::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/graph-white01.svg);
  background-size: 25px 18px;
  width: 25px;
  height: 18px;
}

.sell-top__lead.paragraph01 {
  padding: 70px 0 0px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .sell-top__lead.paragraph01 {
    padding: 30px 10px 0px 10px;
  }
}
.sell-top__lead.paragraph02 {
  padding: 80px 0 100px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/sale_top_lead_img03.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  max-width: 1240px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 700px) {
  .sell-top__lead.paragraph02 {
    margin: 0 auto 30px;
    padding: 10px 0 120px;
    background-size: 50%;
  }
}
.sell-top__lead.paragraph02::before, .sell-top__lead.paragraph02::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 170px;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .sell-top__lead.paragraph02::before, .sell-top__lead.paragraph02::after {
    top: auto;
    bottom: 50px;
  }
}
.sell-top__lead.paragraph02::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/sale_top_lead_img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 203.3px;
  height: 277.4px;
}
@media screen and (max-width: 700px) {
  .sell-top__lead.paragraph02::before {
    left: 25%;
    width: 59px;
    height: 80.5px;
  }
}
.sell-top__lead.paragraph02::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/sale_top_lead_img02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 231.8px;
  height: 282.15px;
  right: 0;
}
@media screen and (max-width: 700px) {
  .sell-top__lead.paragraph02::after {
    right: 25%;
    width: 65px;
    height: 80px;
  }
}
.sell-top__lead.paragraph03 {
  margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .sell-top__lead.paragraph03 {
    margin-bottom: 40px;
  }
}
.sell-top__lead__copy {
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__copy {
    font-size: 1rem;
  }
}
.sell-top__lead__copy span {
  font-size: 2.4rem;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__copy {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px !important;
  }
  .sell-top__lead__copy span {
    font-size: 1.4rem;
  }
}
.sell-top__lead__copy--line01 {
  margin-bottom: 45px;
}
.sell-top__lead__text {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.sell-top__lead__text span {
  font-size: 3.4rem;
  font-weight: 900;
  color: #b50216;
  line-height: 1.2;
  padding: 30px 0;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__text {
    font-size: 1rem;
    line-height: 1.6;
  }
  .sell-top__lead__text span {
    font-size: 1.5rem;
    padding: 15px 0;
  }
}

.sell-top__lead__list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.sell-top__lead__list01__item {
  list-style: none;
  width: 270px;
  height: 270px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffc600;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 36px 36px 36px 36px;
}
.sell-top__lead__list01__item:not(:nth-child(4n)) {
  margin-right: 39px;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__list01__item {
    width: calc((100% - 2vw) / 2);
    height: calc((100% - 2vw) / 2);
    margin-bottom: 4vw;
    padding: 30px 20px 20px 20px;
  }
  .sell-top__lead__list01__item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .sell-top__lead__list01__item:not(:nth-child(2n)) {
    margin-right: 2vw;
  }
}
.sell-top__lead__list01__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  margin: auto;
  border: 10px solid #fff;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__list01__item::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #fff;
    top: 5px;
    left: 5px;
  }
}
.sell-top__lead__list01__item__wrap {
  text-align: center;
}
.sell-top__lead__list01__title {
  margin-bottom: 10px !important;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.2;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__list01__title {
    font-size: 1rem;
    margin-bottom: 4px !important;
  }
}
.sell-top__lead__list01__text {
  z-index: 2;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.6;
  padding: 0 1em 0 1em;
}

.sell-top__lead__hyoka__fukidashi {
  background-color: #ffc600;
  font-size: 1.5625rem;
  font-weight: 600;
  color: #000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  padding: 36px 36px 36px 36px;
  position: relative;
  line-height: 1.2;
  max-width: 1112px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__hyoka__fukidashi {
    font-size: 1rem;
    padding: 16px 24px;
  }
}
.sell-top__lead__hyoka__fukidashi::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -63px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 63px 85px 0 85px;
  border-color: #ffc800 transparent transparent transparent;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__hyoka__fukidashi::after {
    border-width: 31.5px 42.5px 0 42.5px;
    bottom: -25.2px;
  }
}
.sell-top__lead__hyoka__fukidashi__wrap {
  margin-bottom: 90px;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__hyoka__fukidashi__wrap {
    margin-bottom: 40px;
  }
}
.sell-top__lead__hyoka__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 956px;
  margin: 0 auto;
}
.sell-top__lead__hyoka__list__item {
  width: calc((100% - 80px) / 3);
  list-style: none;
}
.sell-top__lead__hyoka__list__item:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .sell-top__lead__hyoka__list__item {
    width: calc((100% - 10px) / 3);
  }
  .sell-top__lead__hyoka__list__item:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}
.sell-top__lead__hyoka__list__item img {
  width: 100%;
}

.sell-top-wanted {
  padding: 90px 0 100px 0;
}
@media screen and (max-width: 700px) {
  .sell-top-wanted {
    padding: 30px 0 30px 0;
  }
}
.sell-top-wanted__wrap {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.sell-top-wanted__btn {
  max-width: 438px;
  width: 100%;
  line-height: 1;
  height: 80px;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #1a68b8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  transition: 0.3s !important;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .sell-top-wanted__btn {
    max-width: auto;
    width: 100%;
    height: 60px;
    font-size: 0.875rem;
  }
}
.sell-top-wanted__btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333;
}
.sell-top-wanted__btn::before, .sell-top-wanted__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sell-top-wanted__btn::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/graph-white01.svg);
  background-size: 32px 24px;
  width: 32px;
  height: 24px;
  left: 48px;
}
@media screen and (max-width: 700px) {
  .sell-top-wanted__btn::before {
    background-size: 22.4px 16.8px;
    width: 22.4px;
    height: 16.8px;
    left: 33.6px;
  }
}
.sell-top-wanted__btn::after {
  background-image: url(/wp-content/uploads/sites/566/2021/10/store-contact-arrow.png);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  right: 56px;
}
@media screen and (max-width: 700px) {
  .sell-top-wanted__btn::after {
    right: 36px;
  }
}

.wanted-feature {
  position: relative;
  padding: 30px 30px 0px;
}
@media screen and (max-width: 700px) {
  .wanted-feature {
    padding: 20px 10px 0px;
  }
}
.wanted-feature__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.wanted-feature__def-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 0 50px 0px;
}
@media screen and (max-width: 700px) {
  .wanted-feature__def-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 20px 0;
  }
}
.wanted-feature__def-list__item {
  width: calc((99.9% - 90px) / 3);
  margin: 0 0 0 30px;
}
@media screen and (max-width: 700px) {
  .wanted-feature__def-list__item {
    width: calc((99.9% - 10px) / 2);
    margin: 20px 0 0 0;
  }
  .wanted-feature__def-list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.wanted-feature__def-list__fukidashi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 85%;
  margin: 0 auto 30px;
  padding: 45px 60px;
  background-color: #1a68b8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 700px) {
  .wanted-feature__def-list__fukidashi {
    margin: 0 auto 25px;
    font-size: 0.75rem;
    padding: 20px 20px;
  }
}
.item02 .wanted-feature__def-list__fukidashi {
  background-color: #dd6e24;
}
.item03 .wanted-feature__def-list__fukidashi {
  background-color: #61902e;
}
.wanted-feature__def-list__fukidashi::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 20px solid #1a68b8;
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .wanted-feature__def-list__fukidashi::after {
    bottom: -16px;
    width: 16px;
    height: 16px;
    border-width: 8px;
    border-top-width: 16px;
  }
}
.item02 .wanted-feature__def-list__fukidashi::after {
  border-top-color: #dd6e24;
}
.item03 .wanted-feature__def-list__fukidashi::after {
  border-top-color: #61902e;
}
.wanted-feature__def-list__content {
  position: relative;
  padding: 110px 30px 30px;
  border: 5px solid #bad1ea;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .wanted-feature__def-list__content {
    padding: 100px 20px 20px;
  }
}
@media screen and (max-width: 700px) {
  .wanted-feature__def-list__content {
    padding: 80px 10px 20px;
  }
}
.item02 .wanted-feature__def-list__content {
  border-color: #f5d3bd;
}
.item03 .wanted-feature__def-list__content {
  border-color: #cfddc0;
}
.wanted-feature__def-list__content__image {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto 20px;
}
.item01 .wanted-feature__def-list__content__image {
  top: 40px;
  max-width: 76px;
}
@media screen and (max-width: 700px) {
  .item01 .wanted-feature__def-list__content__image {
    top: 25px;
  }
}
.item02 .wanted-feature__def-list__content__image {
  top: 40px;
  max-width: 72px;
}
@media screen and (max-width: 700px) {
  .item02 .wanted-feature__def-list__content__image {
    top: 25px;
    max-width: 57px;
  }
}
.item03 .wanted-feature__def-list__content__image {
  top: 30px;
  max-width: 47px;
}
@media screen and (max-width: 700px) {
  .item03 .wanted-feature__def-list__content__image {
    max-width: 36px;
    top: 20px;
  }
}
.wanted-feature__def-list__content__title {
  margin-bottom: 8px !important;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .wanted-feature__def-list__content__title {
    font-size: 1rem;
    margin-bottom: 5px !important;
  }
}
.wanted-feature__def-list__content__text {
  color: #444;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  margin: 0 !important;
}
@media screen and (max-width: 700px) {
  .wanted-feature__def-list__content__text {
    font-size: 0.875rem;
  }
}
.wanted-feature__lead {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  .wanted-feature__lead {
    font-size: 1rem;
  }
}
.wanted-feature__lead span.underline {
  background: linear-gradient(transparent 59%, #ffde40 59%);
}
.wanted-feature__lead .cl-blue {
  color: #1a68b8;
}
.wanted-feature__lead .cl-orange {
  color: #dd6e24;
}
.wanted-feature__lead .cl-green {
  color: #61902e;
}
.wanted-feature__lead .fw-bold {
  font-weight: 700;
}

.sell-top-anshin {
  padding: 100px 0 190px 0;
  background-color: #e0ebf7;
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-machinami.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 62.5%;
}
@media screen and (max-width: 1199px) {
  .sell-top-anshin {
    padding: 60px 20px 140px 20px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-anshin {
    padding: 30px 0 30px 0;
  }
}
.sell-top-anshin__wrap {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}
.sell-top-anshin__title {
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.sell-top-anshin__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .sell-top-anshin__list {
    margin: 0 20px 0 20px;
    display: block;
  }
}
.sell-top-anshin__list__item {
  list-style: none;
  width: 31.3333333333%;
}
.sell-top-anshin__list__item:not(:nth-child(3n)) {
  margin-right: 3%;
}
@media screen and (max-width: 700px) {
  .sell-top-anshin__list__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .sell-top-anshin__list__item:not(:nth-child(3n)) {
    margin-right: 0vw;
  }
}
.sell-top-anshin__list__image {
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  .sell-top-anshin__list__image {
    margin-bottom: 16px;
  }
}
.sell-top-anshin__list__sub-title {
  margin-bottom: 10px !important;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 700px) {
  .sell-top-anshin__list__sub-title {
    font-size: 0.875rem;
    margin-bottom: 5px !important;
  }
}
.sell-top-anshin__list__title {
  color: #1a68b8;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
  .sell-top-anshin__list__title {
    font-size: 1.25rem;
    margin-bottom: 10px !important;
  }
}
.sell-top-anshin__list__text {
  font-size: 0.875rem;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .sell-top-anshin__list__text {
    margin-bottom: 20px !important;
  }
}

.sell-top-store {
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 1400px) {
  .sell-top-store {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-store {
    padding: 30px 10px 30px 10px;
  }
}
.sell-top-store__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sell-top-store__lead {
  margin-bottom: 40px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-kyushu.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 0 right 0;
  padding: 0 28% 0 0;
}
@media screen and (max-width: 700px) {
  .sell-top-store__lead {
    padding: 0;
    background-size: 26% auto;
    background-position: top 0px right 0;
    margin-bottom: 20px;
  }
}
.sell-top-store__lead__copy {
  color: #b50216;
  font-weight: 800;
  font-size: 3.125rem;
  margin-bottom: 32px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .sell-top-store__lead__copy {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-store__lead__copy {
    font-size: 1.125rem;
    margin-bottom: 16px !important;
  }
}
.sell-top-store__lead__copy span {
  font-size: 2.8125rem;
}
@media screen and (max-width: 1199px) {
  .sell-top-store__lead__copy span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-store__lead__copy span {
    font-size: 1.0625rem;
  }
}
.sell-top-store__lead__text {
  font-size: 1.125rem;
  margin-bottom: 0 !important;
  line-height: 2.2;
}
@media screen and (max-width: 700px) {
  .sell-top-store__lead__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.sell-top-store__list {
  margin: 0 0 48px;
}
.sell-top-store__list:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media screen and (max-width: 1300px) {
  .sell-top-store__list:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-store__list {
    margin-bottom: 0;
  }
  .sell-top-store__list:not(:nth-child(3n)) {
    margin-right: 0%;
  }
}
.sell-top-store__list__wrap {
  display: flex;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list__wrap {
    display: block;
    margin-bottom: 25px;
  }
}
.sell-top-store__list__item {
  list-style: none;
  display: flex;
  margin-bottom: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list__item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
  }
}
.sell-top-store__list__name {
  position: relative;
  padding-left: 24px;
  margin-right: 18px;
}
@media screen and (max-width: 1300px) {
  .sell-top-store__list__name {
    font-size: 0.875rem;
    padding-left: 18px;
    padding-right: 10px;
  }
}
.sell-top-store__list__name::before, .sell-top-store__list__name::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list__name::before, .sell-top-store__list__name::after {
    top: 6px;
  }
}
.sell-top-store__list__name::before {
  width: 10px;
  height: 10px;
  border: 1px solid #b50216;
}
.sell-top-store__list__name::after {
  width: 6px;
  height: 6px;
  background-color: #b50216;
  top: 10px;
  left: 2px;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list__name::after {
    top: 8px;
  }
}
.sell-top-store__list__name a {
  text-decoration: underline;
  color: #b50216;
}
.sell-top-store__list__name a:hover {
  text-decoration: none;
}
.sell-top-store__list__tel {
  position: relative;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .sell-top-store__list__tel {
    font-size: 0.875rem;
  }
}
.sell-top-store__list__tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-tel-icon.svg);
  background-size: 12px 15px;
  width: 12px;
  height: 15px;
}
.sell-top-store__list__tel a {
  color: #000;
}
.sell-top-store__list__map {
  width: 30px;
  margin-left: 18px;
  transition: 0.3s;
}
.sell-top-store__list__map img {
  width: 100%;
}
.sell-top-store__list__map:hover {
  opacity: 0.7;
}
.sell-top-store__list__map:hover img {
  transform: scale(1) !important;
}
.sell-top-store__list.cl01 {
  width: 26%;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list.cl01 {
    width: 100%;
  }
}
.sell-top-store__list.cl01 .sell-top-store__list__name {
  width: 40%;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list.cl01 .sell-top-store__list__name {
    width: 52%;
  }
}
.sell-top-store__list.cl01 .sell-top-store__list__tel {
  width: 40%;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list.cl01 .sell-top-store__list__tel {
    width: 32%;
  }
}
.sell-top-store__list.cl02 {
  width: 34%;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list.cl02 {
    width: 100%;
  }
}
.sell-top-store__list.cl02 .sell-top-store__list__name {
  width: 52%;
}
.sell-top-store__list.cl02 .sell-top-store__list__tel {
  width: 32%;
}
.sell-top-store__list.cl03 {
  width: 30%;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list.cl03 {
    width: 100%;
  }
}
.sell-top-store__list.cl03 .sell-top-store__list__name {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list.cl03 .sell-top-store__list__name {
    width: 52%;
  }
}
.sell-top-store__list.cl03 .sell-top-store__list__tel {
  width: 38%;
}
@media screen and (max-width: 700px) {
  .sell-top-store__list.cl03 .sell-top-store__list__tel {
    width: 32%;
  }
}
.sell-top-store__list.cl03 .sell-top-store__list__item:last-child {
  border-bottom: 0;
}

.search-school__block {
  background-color: #ecf3e7;
  padding: 40px 50px 50px 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .search-school__block {
    padding: 26px 20px 20px 20px;
    margin-bottom: 30px;
  }
}

.search-school__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 28px !important;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .search-school__title {
    font-size: 1.25rem;
    margin-bottom: 20px !important;
  }
}
.search-school__title span {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 700px) {
  .search-school__title span {
    padding-left: 44px;
  }
}
.search-school__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sites/566/2021/12/search-icon-school.svg);
  background-size: 46px 32px;
  width: 46px;
  height: 32px;
}
@media screen and (max-width: 700px) {
  .search-school__title span::before {
    top: 0;
    background-size: 36.8px 25.6px;
    width: 36.8px;
    height: 25.6px;
  }
}

.search-school__tab-list {
  margin: 0;
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .search-school__tab-list {
    margin-bottom: 20px;
  }
}
.search-school__tab-list__item {
  list-style: none;
  width: calc((100% - 30px) / 7);
  cursor: pointer;
}
.search-school__tab-list__item:not(:nth-child(7n)) {
  margin-right: 5px;
}
@media screen and (max-width: 700px) {
  .search-school__tab-list__item {
    width: calc((100% - 10px) / 3);
  }
  .search-school__tab-list__item:not(:nth-child(7n)) {
    margin-right: 0px;
  }
  .search-school__tab-list__item:not(:nth-child(3n)) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.search-school__tab-list__item span {
  display: block;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  padding: 15px 10px;
  transition: 0.3s;
  font-weight: 500;
  color: #000;
}
.search-school__tab-list__item span.active, .search-school__tab-list__item span:hover {
  background-color: #408c16;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .search-school__tab-list__item span {
    font-size: 0.875rem;
  }
}

.search-school__tab-block--dn {
  display: none;
}
.search-school__tab-block__wrap {
  display: flex;
  flex-wrap: wrap;
}

.search-school__area-list {
  width: calc((100% - 90px) / 4);
  margin: 0 0 20px;
  padding: 0;
}
.search-school__area-list:not(:nth-child(4n)) {
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .search-school__area-list {
    width: calc((100% - 30px) / 2);
  }
  .search-school__area-list:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .search-school__area-list:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}
.search-school__area-list__title {
  margin: 0 0 12px;
  padding: 0;
  border-bottom: 1px solid #408c16;
}
@media screen and (max-width: 700px) {
  .search-school__area-list__title {
    margin: 0 0 8px;
  }
}
.search-school__area-list__title a {
  display: block;
  position: relative;
  font-size: 1.0625rem;
  color: #000;
  transition: 0.3s;
  padding-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .search-school__area-list__title a {
    font-size: 0.9375rem;
  }
}
.search-school__area-list__title a::before, .search-school__area-list__title a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.search-school__area-list__title a::before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #408c16;
}
.search-school__area-list__title a::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 6px;
}
.search-school__area-list__title a:hover {
  text-decoration: none;
  color: #408c16;
}
.search-school__area-list__item {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .search-school__area-list__item {
    font-size: 0.875rem;
  }
}

.useful-flow__title {
  margin-bottom: 30px !important;
  color: #000;
  font-size: 26px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 700px) {
  .useful-flow__title {
    margin-bottom: 20px !important;
    font-size: 18px;
  }
}
.useful-flow__def-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  background-color: #e3eedc;
}
@media screen and (max-width: 700px) {
  .useful-flow__def-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.useful-flow__def-list > dt {
  width: 300px;
  padding-left: 15px;
  border-left: 4px solid #9fc58a;
  color: #35790f;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .useful-flow__def-list > dt {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
}
.useful-flow__def-list > dd {
  width: calc(100% - 230px);
  margin: 0;
  color: #444;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.8;
}
.useful-flow__def-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -40px;
}
@media screen and (max-width: 700px) {
  .useful-flow__def-list2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 0 0;
  }
}
.useful-flow__def-list2 > div {
  width: calc((99.9% - 80px) / 2);
  margin: 0 0 0 40px;
}
@media screen and (max-width: 700px) {
  .useful-flow__def-list2 > div {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.useful-flow__def-list2 > div > dt {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f1f6ed;
  border-top: 1px solid #000;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .useful-flow__def-list2 > div > dt {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 17px;
  }
}
.useful-flow__def-list2 > div > dt span {
  display: block;
  margin-bottom: 4px;
  color: #35790f;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .useful-flow__def-list2 > div > dt span {
    font-size: 15px;
  }
}
.useful-flow__def-list2 > div > dd {
  margin: 0;
  color: #444;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .useful-flow__def-list2 > div > dd {
    font-size: 14px;
  }
}
.useful-flow__def-list2 > div > dd > img {
  display: block;
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 700px) {
  .useful-flow__def-list2 > div > dd > img {
    margin: 10px auto 0;
  }
}
.useful-flow__table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.useful-flow__table tr:last-of-type th {
  border-bottom: 1px solid #000;
}
.useful-flow__table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}
.useful-flow__table th,
.useful-flow__table td {
  border: none;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .useful-flow__table th,
  .useful-flow__table td {
    font-size: 14px;
  }
}
.useful-flow__table th {
  position: static;
  padding: 20px 20px 20px 0px;
  background-color: #f1f6ed;
  border-top: 1px solid #000;
  width: 25%;
}
@media screen and (max-width: 700px) {
  .useful-flow__table th {
    padding: 15px 10px 15px 0px;
  }
}
.useful-flow__table th.w250 {
  width: 250px;
}
@media screen and (max-width: 700px) {
  .useful-flow__table th.w250 {
    width: 30%;
  }
}
.useful-flow__table th.cl-green {
  color: #2c7205;
}
.useful-flow__table th .cell-icon01 {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .useful-flow__table th .cell-icon01 {
    padding-left: 25px;
  }
}
.useful-flow__table th .cell-icon01::before, .useful-flow__table th .cell-icon01::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 3px;
}
@media screen and (max-width: 700px) {
  .useful-flow__table th .cell-icon01::before, .useful-flow__table th .cell-icon01::after {
    top: 8px;
  }
}
.useful-flow__table th .cell-icon01::before {
  width: 16px;
  background-color: #b7d7a5;
}
@media screen and (max-width: 700px) {
  .useful-flow__table th .cell-icon01::before {
    width: 14px;
  }
}
.useful-flow__table th .cell-icon01::after {
  width: 8px;
  background-color: #408c16;
}
@media screen and (max-width: 700px) {
  .useful-flow__table th .cell-icon01::after {
    width: 7px;
  }
}
.useful-flow__table th .fs-s {
  font-size: 14px;
  padding-left: 30px;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .useful-flow__table th .fs-s {
    padding-left: 25px;
    font-size: 11px;
  }
}
.useful-flow__table td {
  padding: 20px 30px;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  .useful-flow__table td {
    padding: 15px;
  }
}
.useful-flow__table td span {
  font-size: 14px;
}
.useful-flow__table2 {
  width: 100%;
  border-collapse: collapse;
}
.useful-flow__table2.td-va-middle td {
  vertical-align: middle;
}
.useful-flow__table2.tl-fixed {
  table-layout: fixed;
}
.useful-flow__table2 th,
.useful-flow__table2 td {
  padding: 15px;
  border: 1px solid #adadad;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .useful-flow__table2 th,
  .useful-flow__table2 td {
    padding: 8px 5px;
  }
}
.useful-flow__table2 thead th {
  background-color: #51972a;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  .useful-flow__table2 thead th {
    font-size: 13px;
    line-height: 1.2;
  }
}
.useful-flow__table2 thead th.w130 {
  width: 130px;
}
@media screen and (max-width: 700px) {
  .useful-flow__table2 thead th.w130 {
    width: auto;
  }
}
.useful-flow__table2 thead th.w20per {
  width: 20%;
}
.useful-flow__table2 thead th.w30per {
  width: 30%;
}
.useful-flow__table2 tbody th {
  background-color: #d9e8d0;
  color: #35790f;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .useful-flow__table2 tbody th {
    font-size: 12px;
  }
}
.useful-flow__table2 tbody th.ta-left {
  text-align: left;
}
.useful-flow__table2 tbody td {
  color: #444;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .useful-flow__table2 tbody td {
    font-size: 12px;
  }
}
.useful-flow__table2 tbody td.ta-center {
  text-align: center;
}
.useful-flow__table2 tbody td.ta-left {
  text-align: left;
}
.useful-flow__table2 tbody td span.text-em {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  color: #35790f;
}
.useful-flow__copy {
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .useful-flow__copy {
    font-size: 15px;
  }
}
.useful-flow__point__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px -30px;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 30px 0;
  }
}
.useful-flow__point__container__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc((99.9% - 60px) / 2);
  margin: 0 0 0 30px;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__container__item {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.useful-flow__point__container__image {
  width: 33%;
  margin-right: 7%;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__container__image {
    width: 25%;
    margin-top: 5px;
    margin-right: 5%;
  }
}
.useful-flow__point__container__content {
  width: 60%;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__container__content {
    width: 70%;
  }
}
.useful-flow__point__container__title {
  margin-bottom: 10px !important;
  color: #35790f;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__container__title {
    font-size: 16px;
    line-height: 1.7;
  }
}
.useful-flow__point__container__text {
  margin: 0 !important;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__container__text {
    font-size: 14px;
  }
}
.useful-flow__point__way {
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way {
    margin-bottom: 30px;
  }
}
.useful-flow__point__way__fukidashi {
  position: relative;
  margin-bottom: 50px !important;
  padding: 28px;
  border: 3px solid #35790f;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #35790f;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way__fukidashi {
    margin-bottom: 40px !important;
    padding: 12px 20px;
    border-width: 2px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.useful-flow__point__way__fukidashi::before, .useful-flow__point__way__fukidashi::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 54px;
  height: 48px;
  margin: 0 auto;
  border: 27px solid transparent;
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way__fukidashi::before, .useful-flow__point__way__fukidashi::after {
    width: 34px;
    height: 28px;
    border-width: 17px;
  }
}
.useful-flow__point__way__fukidashi::before {
  bottom: -48px;
  border-top: 48px solid #35790f;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way__fukidashi::before {
    bottom: -28px;
    border-top-width: 28px;
  }
}
.useful-flow__point__way__fukidashi::after {
  bottom: -42px;
  border-top: 48px solid #fff;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way__fukidashi::after {
    bottom: -23px;
    border-top-width: 28px;
  }
}
.useful-flow__point__way__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 30px -30px;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 0 0;
  }
}
.useful-flow__point__way__list__item {
  width: calc((99.9% - 120px) / 4);
  margin: 0 0 0 30px;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way__list__item {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
  }
}
.useful-flow__point__way__list__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
  background-color: #51972a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way__list__head {
    width: 90px;
    height: 90px;
    font-size: 14px;
    margin-right: 20px;
  }
}
.useful-flow__point__way__list__head img {
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way__list__head img {
    margin-bottom: 5px;
  }
}
.item01 .useful-flow__point__way__list__head img {
  max-width: 67px;
}
@media screen and (max-width: 700px) {
  .item01 .useful-flow__point__way__list__head img {
    max-width: 30.15px;
  }
}
.item02 .useful-flow__point__way__list__head img {
  max-width: 64px;
}
@media screen and (max-width: 700px) {
  .item02 .useful-flow__point__way__list__head img {
    max-width: 28.8px;
  }
}
.item03 .useful-flow__point__way__list__head img {
  max-width: 29px;
}
@media screen and (max-width: 700px) {
  .item03 .useful-flow__point__way__list__head img {
    max-width: 13.05px;
  }
}
.item04 .useful-flow__point__way__list__head img {
  max-width: 83px;
}
@media screen and (max-width: 700px) {
  .item04 .useful-flow__point__way__list__head img {
    max-width: 37.35px;
  }
}
.useful-flow__point__way__list__text {
  margin: 0 !important;
  color: #444;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 700px) {
  .useful-flow__point__way__list__text {
    width: calc(100% - 110px);
  }
}
.useful-flow__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px) {
  .useful-flow__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.useful-flow__container__content {
  width: 55%;
  padding-right: 4%;
}
@media screen and (max-width: 700px) {
  .useful-flow__container__content {
    width: 100%;
    margin: 0 0 20px;
  }
}
.useful-flow__container__image {
  width: 45%;
}
@media screen and (max-width: 700px) {
  .useful-flow__container__image {
    width: 100%;
  }
}
.useful-flow__list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -30px;
}
@media screen and (max-width: 700px) {
  .useful-flow__list-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.useful-flow__list-wrap__list {
  margin: 0 0 0 30px;
}
.useful-flow__list-wrap__list > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  color: #444;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.useful-flow__list-wrap__list > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #1a68b8;
}
.useful .useful-flow__list-wrap__list > li::before {
  border-color: #51972a;
}
.useful-flow__list-wrap__list > li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: #1a68b8;
}
.useful .useful-flow__list-wrap__list > li::after {
  background-color: #51972a;
}
.useful-flow__list-wrap__list > li span {
  display: block;
  font-size: 11px;
}
.useful-flow__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: 10px solid #e3eedc;
}
@media screen and (max-width: 700px) {
  .useful-flow__box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    border-width: 8px;
  }
}
.useful-flow__box__content {
  width: 65%;
  margin-right: 5%;
  padding-left: 15px;
}
@media screen and (max-width: 700px) {
  .useful-flow__box__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 0;
  }
}
.useful-flow__box__image {
  width: 30%;
}
@media screen and (max-width: 700px) {
  .useful-flow__box__image {
    width: 100%;
  }
}
.useful-flow__disc-list {
  margin: 0 0 0 20px;
}
.useful-flow__circled-list {
  list-style: none;
  margin: 0;
}
.useful-flow__circled-list > li {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.useful-plan__copy {
  color: #2d7008;
  font-size: 26px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .useful-plan__copy {
    font-size: 18px;
  }
}
.useful-plan__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 40px -60px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -40px 0 30px 0;
  }
}
.useful-plan__list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: calc((99.9% - 240px) / 4);
  margin: 0 0 0 60px;
  padding: 40px 10px;
  background-color: #ecf3e7;
  color: #2c7205;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .useful-plan__list > li {
    width: 85%;
    margin: 40px auto 0;
    padding: 20px;
    font-size: 18px;
  }
}
.useful-plan__list > li:not(:last-child)::after {
  content: "+";
  position: absolute;
  top: -10px;
  right: -43px;
  bottom: 0;
  width: 34px;
  height: 34px;
  margin: auto 0;
  font-size: 68px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  line-height: 34px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list > li:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: -38px;
    left: 0;
    margin: 0 auto;
    font-size: 53px;
  }
}
.useful-plan__list > li img {
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list > li img {
    margin-bottom: 5px;
  }
}
.useful-plan__list > li.item01 {
  background-color: #fff;
  border: 20px solid #ecf3e7;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .useful-plan__list > li.item01 {
    border-width: 15px;
    font-size: 25px;
  }
}
.useful-plan__list > li.item01 .fz-s {
  font-size: 24px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list > li.item01 .fz-s {
    font-size: 20px;
  }
}
.useful-plan__list > li.item01::after {
  content: "=";
  right: -64px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list > li.item01::after {
    right: 0;
    bottom: -54px;
    font-size: 48px;
  }
}
.useful-plan__list > li.item02 img {
  max-width: 86px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list > li.item02 img {
    max-width: 66px;
  }
}
.useful-plan__list > li.item03 img {
  max-width: 57px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list > li.item03 img {
    max-width: 49px;
  }
}
.useful-plan__list > li.item04 img {
  max-width: 77px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list > li.item04 img {
    max-width: 60px;
  }
}
.useful-plan__list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .useful-plan__list02 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.useful-plan__list02 > li {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.useful-plan__list02 > li.item01 {
  width: 30%;
}
@media screen and (max-width: 700px) {
  .useful-plan__list02 > li.item01 {
    width: 35%;
  }
}
.useful-plan__list02 > li.item02 {
  width: 35%;
  padding-left: 20px;
  color: #2c7205;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .useful-plan__list02 > li.item02 {
    width: 65%;
    padding-left: 10px;
    font-size: 16px;
  }
}
.useful-plan__list02 > li.item02 span {
  display: block;
  font-size: 36px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list02 > li.item02 span {
    font-size: 26px;
  }
}
.useful-plan__list02 > li.item03 {
  width: 45%;
  padding-left: 20px;
  color: #444;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  .useful-plan__list02 > li.item03 {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
.useful-plan__list03 {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list03 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -40px 0 0 0;
  }
}
.useful-plan__list03__item {
  width: calc((99.9% - 60px) / 3);
  margin: 0 0 0 20px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list03__item {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
.useful-plan__list03__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .useful-plan__list03__image {
    width: 80%;
    margin: 0px auto 10px;
  }
}
.useful-plan__list03__title {
  margin-bottom: 6px !important;
  font-size: 23px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .useful-plan__list03__title {
    font-size: 19px;
    margin-bottom: 30px !important;
    padding-bottom: 5px;
  }
}
.item01 .useful-plan__list03__title {
  color: #175594;
}
@media screen and (max-width: 700px) {
  .item01 .useful-plan__list03__title {
    border-bottom: 1px solid #175594;
  }
}
.item02 .useful-plan__list03__title {
  color: #2c7205;
}
@media screen and (max-width: 700px) {
  .item02 .useful-plan__list03__title {
    border-bottom: 1px solid #2c7205;
  }
}
.item03 .useful-plan__list03__title {
  color: #b50216;
}
@media screen and (max-width: 700px) {
  .item03 .useful-plan__list03__title {
    border-bottom: 1px solid #b50216;
  }
}
.useful-plan__list03__def-list > div {
  padding: 15px;
}
.useful-plan__list03__def-list > div:nth-child(1) {
  margin-bottom: 15px;
  background-color: #f8ecec;
}
.useful-plan__list03__def-list > div:nth-child(1) > dt {
  border-bottom-color: #b50216;
}
.useful-plan__list03__def-list > div:nth-child(1) > dt::before {
  background-color: #b50216;
}
.useful-plan__list03__def-list > div:nth-child(1) > dd .list li::before {
  border-color: #b50216;
}
.useful-plan__list03__def-list > div:nth-child(1) > dd .list li::after {
  background-color: #b50216;
}
.useful-plan__list03__def-list > div:nth-child(2) {
  background-color: #eaf1f9;
}
.useful-plan__list03__def-list > div:nth-child(2) > dt {
  border-bottom-color: #1a68b8;
}
.useful-plan__list03__def-list > div:nth-child(2) > dt::before {
  background-color: #1a68b8;
}
.useful-plan__list03__def-list > div:nth-child(2) > dd .list li::before {
  border-color: #1a68b8;
}
.useful-plan__list03__def-list > div:nth-child(2) > dd .list li::after {
  background-color: #1a68b8;
}
.useful-plan__list03__def-list > div > dt {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 3px;
  padding-left: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #000;
  font-size: 16px;
}
.useful-plan__list03__def-list > div > dt::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 3px;
  height: calc(100% - 12px);
}
.useful-plan__list03__def-list > div > dd {
  margin: 0;
}
.useful-plan__list03__def-list > div > dd .list {
  list-style: none;
  margin: 0;
}
.useful-plan__list03__def-list > div > dd .list > li {
  position: relative;
  padding-left: 18px;
  color: #333;
  font-size: 13px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.useful-plan__list03__def-list > div > dd .list > li:not(:last-child) {
  margin-bottom: 10px;
}
.useful-plan__list03__def-list > div > dd .list > li::before, .useful-plan__list03__def-list > div > dd .list > li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
}
.useful-plan__list03__def-list > div > dd .list > li::before {
  top: 8px;
  left: 0;
}
.useful-plan__list03__def-list > div > dd .list > li::after {
  top: 10px;
  left: 2px;
  width: 4px;
  height: 4px;
}
.useful-plan__point__head__fukidashi {
  position: relative;
  margin-bottom: 60px !important;
  padding: 24px;
  border: 3px solid #35790f;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #000;
  font-size: 24px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__fukidashi {
    margin-bottom: 40px !important;
    padding: 12px 20px;
    border-width: 2px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.useful-plan__point__head__fukidashi::before, .useful-plan__point__head__fukidashi::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 54px;
  height: 48px;
  margin: 0 auto;
  border: 27px solid transparent;
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__fukidashi::before, .useful-plan__point__head__fukidashi::after {
    width: 34px;
    height: 28px;
    border-width: 17px;
  }
}
.useful-plan__point__head__fukidashi::before {
  bottom: -48px;
  border-top: 48px solid #35790f;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__fukidashi::before {
    bottom: -28px;
    border-top-width: 28px;
  }
}
.useful-plan__point__head__fukidashi::after {
  bottom: -42px;
  border-top: 48px solid #fff;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__fukidashi::after {
    bottom: -23px;
    border-top-width: 28px;
  }
}
.useful-plan__point__head__fukidashi span {
  color: #2c7205;
}
.useful-plan__point__head__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 45px -25px;
  padding: 0 15px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 30px 0;
  }
}
.useful-plan__point__head__list > li {
  position: relative;
  width: calc((99.9% - 75px) / 3);
  margin: 0 0 0 25px;
  padding-bottom: 80px;
  color: #000;
  font-size: 29px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__list > li {
    width: 100%;
    margin: 10px 0 0 0;
    padding-bottom: 45px;
    font-size: 24px;
  }
}
.useful-plan__point__head__list > li::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 123px;
  background-color: #ffc600;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__list > li::before {
    bottom: 20px;
    height: 100px;
  }
}
.useful-plan__point__head__list > li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 50px;
  margin: 0 auto;
  border: 27px solid transparent;
  border-top: 50px solid #ffc600;
  border-bottom: none;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__list > li::after {
    width: 30px;
    height: 20px;
    border-width: 15px;
    border-top-width: 20px;
  }
}
.useful-plan__point__head__list > li img {
  display: block;
  max-width: 200px;
  margin: 0 auto 10px;
}
.useful-plan__point__head__list > li.item01 img {
  max-width: 198px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__list > li.item01 img {
    max-width: 99px;
  }
}
.useful-plan__point__head__list > li.item02 img {
  max-width: 223px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__list > li.item02 img {
    max-width: 111.5px;
  }
}
.useful-plan__point__head__list > li.item03 img {
  max-width: 189px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__head__list > li.item03 img {
    max-width: 94.5px;
  }
}
.useful-plan__point__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.useful-plan__point__title__text01 {
  width: 63%;
  margin: 0 !important;
  padding: 12px 12px 12px 110px;
  background-color: #51972a;
  background-repeat: no-repeat;
  background-position: center left 15px;
  font-size: 28px;
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__title__text01 {
    width: 100%;
    padding: 8px 8px 8px 80px;
    font-size: 22px;
  }
}
.point01 .useful-plan__point__title__text01 {
  background-image: url(/wp-content/uploads/sites/566/2021/12/useful-plan_point_w01.png);
  background-size: 77px;
}
@media screen and (max-width: 700px) {
  .point01 .useful-plan__point__title__text01 {
    background-size: 52px;
  }
}
.point02 .useful-plan__point__title__text01 {
  background-image: url(/wp-content/uploads/sites/566/2021/12/useful-plan_point_w02.png);
  background-size: 84px;
}
@media screen and (max-width: 700px) {
  .point02 .useful-plan__point__title__text01 {
    background-size: 57px;
  }
}
.point03 .useful-plan__point__title__text01 {
  background-image: url(/wp-content/uploads/sites/566/2021/12/useful-plan_point_w03.png);
  background-size: 84px;
}
@media screen and (max-width: 700px) {
  .point03 .useful-plan__point__title__text01 {
    background-size: 55px;
  }
}
.useful-plan__point__title__text02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37%;
  margin: 0 !important;
  background-color: #2c7205;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__title__text02 {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
  }
}
.useful-plan__point__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.useful-plan__point__container__content {
  width: 63%;
  margin-right: 5%;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__container__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.useful-plan__point__container__image {
  width: 32%;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__container__image {
    width: 30%;
    margin: 0 auto 16px;
  }
}
.useful-plan__point__container__copy {
  margin-bottom: 16px !important;
  font-size: 22px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__container__copy {
    margin-bottom: 10px !important;
    font-size: 17px;
  }
}
.useful-plan__point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 50px -80px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -30px 0 30px 0;
  }
}
.useful-plan__point__list > li {
  position: relative;
  margin: 0 0 0 80px;
  border-bottom: 5px solid #408c16;
  color: #408c16;
  font-size: 27px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__list > li {
    margin: 30px 0 0 0;
    font-size: 18px;
    border-bottom-width: 3px;
  }
}
.useful-plan__point__list > li:not(:last-child)::after {
  content: "+";
  position: absolute;
  top: -10px;
  right: -54px;
  bottom: 0;
  width: 34px;
  height: 34px;
  margin: auto 0;
  color: #000;
  font-size: 60px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  line-height: 34px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__list > li:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 22px;
  }
}
.useful-plan__point__list > li img {
  margin-bottom: 10px;
}
.useful-plan__point__list > li.item01 {
  color: #000;
  border-bottom-color: #000;
}
.useful-plan__point__list > li.item01::after {
  content: "=";
  right: -56px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__list > li.item01::after {
    right: 0;
    bottom: -33px;
  }
}
.useful-plan__point__list > li.item02 img {
  max-width: 86px;
}
.useful-plan__point__list > li.item03::after {
  content: "-";
  right: -64px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__list > li.item03::after {
    content: "－";
    right: 0;
    left: -14px;
  }
}
.useful-plan__point__list > li.item03 img {
  max-width: 57px;
}
.useful-plan__point__list > li.item04 img {
  max-width: 77px;
}
.useful-plan__point__list.type2 {
  margin: 0 0 50px -70px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__list.type2 {
    margin: -30px 0 30px 0;
  }
}
.useful-plan__point__list.type2 > li {
  margin: 0 0 0 70px;
  font-size: 24px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__list.type2 > li {
    margin: 30px 0 0 0;
    font-size: 18px;
  }
}
.useful-plan__point__list.type2 > li:not(:last-child)::after {
  content: "-";
  right: -60px;
  font-size: 46px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__list.type2 > li:not(:last-child)::after {
    content: "－";
    right: 0;
    font-size: 29px;
  }
}
.useful-plan__point__list.type2 > li.item01::after {
  content: "=";
  right: -51px;
  top: 5px;
}
@media screen and (max-width: 700px) {
  .useful-plan__point__list.type2 > li.item01::after {
    top: 30px;
    right: 0;
    bottom: -33px;
    font-size: 36px;
  }
}
.useful-plan__def-list > div:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .useful-plan__def-list > div:not(:last-child) {
    margin-bottom: 10px;
  }
}
.useful-plan__def-list > div > dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .useful-plan__def-list > div > dt {
    font-size: 14px;
  }
}
.useful-plan__def-list > div > dt::before, .useful-plan__def-list > div > dt::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #51972a;
}
.useful-plan__def-list > div > dt::before {
  top: 7px;
  left: 0;
}
@media screen and (max-width: 700px) {
  .useful-plan__def-list > div > dt::before {
    top: 5px;
  }
}
.useful-plan__def-list > div > dt::after {
  top: 9px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #51972a;
}
@media screen and (max-width: 700px) {
  .useful-plan__def-list > div > dt::after {
    top: 7px;
  }
}
.useful-plan__def-list > div > dd {
  margin: 0;
  padding-left: 22px;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .useful-plan__def-list > div > dd {
    font-size: 14px;
  }
}
.useful-plan__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border: 2px dotted #51972a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .useful-plan__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
.useful-plan__box.type2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 30px 50px;
}
@media screen and (max-width: 700px) {
  .useful-plan__box.type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
.useful-plan__box__image {
  width: 20%;
  margin-right: 5%;
}
@media screen and (max-width: 700px) {
  .useful-plan__box__image {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.type2 .useful-plan__box__image {
  width: 25%;
  margin-right: 0;
  margin-left: 5%;
}
@media screen and (max-width: 700px) {
  .type2 .useful-plan__box__image {
    width: 50%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.useful-plan__box__content {
  width: 75%;
}
@media screen and (max-width: 700px) {
  .useful-plan__box__content {
    width: 100%;
  }
}
.type2 .useful-plan__box__content {
  width: 70%;
}
@media screen and (max-width: 700px) {
  .type2 .useful-plan__box__content {
    width: 100%;
  }
}
.useful-plan__box__content__title {
  margin-bottom: 0 !important;
  color: #fff;
  background-color: #408c16;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  font-size: 1.375rem;
  font-weight: 600;
}
.useful-plan__box__copy {
  margin-bottom: 10px !important;
  color: #408c16;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .useful-plan__box__copy {
    margin-bottom: 6px !important;
    font-size: 16px;
  }
}
.type2 .useful-plan__box__copy {
  font-size: 25px;
}
@media screen and (max-width: 700px) {
  .type2 .useful-plan__box__copy {
    font-size: 18px;
    line-height: 1.6;
  }
}
.useful-plan__box__text {
  margin-bottom: 0 !important;
  color: #444;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .useful-plan__box__text {
    font-size: 14px;
  }
}
.useful-plan__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px) {
  .useful-plan__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.useful-plan__container__content {
  width: 58%;
  margin-right: 5%;
}
@media screen and (max-width: 700px) {
  .useful-plan__container__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.useful-plan__container__image {
  width: 37%;
}
@media screen and (max-width: 700px) {
  .useful-plan__container__image {
    width: 100%;
  }
}
.useful-plan__container__def-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  border: 10px solid #dfecd5;
}
@media screen and (max-width: 700px) {
  .useful-plan__container__def-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border-width: 8px;
  }
}
.useful-plan__container__def-list > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background-color: #51972a;
  color: #fff;
  font-size: 35px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .useful-plan__container__def-list > dt {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.useful-plan__container__def-list > dd {
  width: calc(100% - 74px);
  margin: -5px 0 0;
  padding-left: 24px;
  color: #444;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 700px) {
  .useful-plan__container__def-list > dd {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
}
.useful-plan__container__def-list > dd span {
  color: #2c7205;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .useful-plan__container__def-list > dd span {
    font-size: 18px;
  }
}

.useful-index__catch {
  margin-top: 15px;
  margin-bottom: 30px !important;
  color: #000;
  font-size: 40px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .useful-index__catch {
    margin-bottom: 15px !important;
    font-size: 18px;
  }
}
.useful-index__lead {
  margin-bottom: 50px !important;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  .useful-index__lead {
    margin-bottom: 30px !important;
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
  }
}
.useful-index__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -40px;
}
@media screen and (max-width: 700px) {
  .useful-index__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -35px 0 0 0;
  }
}
.useful-index__list__item {
  margin: 0 0 0 40px;
  width: calc((99.9% - 120px) / 3);
}
@media screen and (max-width: 700px) {
  .useful-index__list__item {
    width: 100%;
    margin: 35px 0 0 0;
  }
}
.useful-index__list__link {
  display: block;
}
.useful-index__list__link:hover {
  text-decoration: none;
}
.useful-index__list__link:hover .useful-index__list__image {
  opacity: 0.8;
}
.useful-index__list__link:hover .useful-index__list__title__text01,
.useful-index__list__link:hover .useful-index__list__text {
  opacity: 0.8;
}
.useful-index__list__link:hover .useful-index__list__more {
  background-color: #000;
  text-decoration: none;
}
.useful-index__list__body {
  position: relative;
  padding-bottom: 110px;
}
@media screen and (max-width: 700px) {
  .useful-index__list__body {
    padding-bottom: 70px;
  }
}
.useful-index__list__image {
  overflow: hidden;
  margin-bottom: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .useful-index__list__image {
    width: 55%;
    margin: 0 auto 15px;
  }
}
.useful-index__list__image img {
  transform: scale(1) !important;
}
.useful-index__list__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .useful-index__list__title {
    margin-bottom: 10px;
  }
}
.useful-index__list__title__text01 {
  margin-bottom: 10px !important;
  color: #000;
  font-size: 26px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .useful-index__list__title__text01 {
    font-size: 20px;
  }
}
.useful-index__list__title__text02 {
  margin-bottom: 0 !important;
  color: #408c16 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.useful-index__list__text {
  margin-bottom: 0 !important;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .useful-index__list__text {
    font-size: 14px;
  }
}
.useful-index__list__more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto !important;
  padding-top: 13px;
  background-color: #b50216;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.useful-index__list__more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.useful-flow__notes {
  text-align: right;
  margin-bottom: 0 !important;
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .useful-flow__notes {
    font-size: 12px;
  }
}

.useful-reform__block:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .useful-reform__block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.useful-reform__list {
  counter-reset: num;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -50px 0 0 -40px;
}
@media screen and (max-width: 700px) {
  .useful-reform__list {
    margin: -30px 0 0 0;
  }
}
.useful-reform__list__item {
  width: calc((99.9% - 80px) / 2);
  margin: 50px 0 0 40px;
}
@media screen and (max-width: 700px) {
  .useful-reform__list__item {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.useful-reform__list__body {
  position: relative;
  padding-top: 30px;
  padding-right: 130px;
}
@media screen and (max-width: 700px) {
  .useful-reform__list__body {
    padding-top: 20px;
    padding-right: 75px;
  }
}
.useful-reform__list__title {
  margin-bottom: 12px !important;
  color: #2c7205;
  font-size: 25px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .useful-reform__list__title {
    font-size: 18px;
  }
}
.useful-reform__list__text {
  margin-bottom: 0 !important;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .useful-reform__list__text {
    font-size: 14px;
  }
}
.useful-reform__list__num {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  padding-top: 20px;
  background-color: #408c16;
  color: #fff;
  font-size: 27px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .useful-reform__list__num {
    width: 60px;
    padding-top: 15px;
    font-size: 18px;
  }
}
.useful-reform__list__num::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  display: block;
  font-size: 70px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  line-height: 0.75;
}
@media screen and (max-width: 700px) {
  .useful-reform__list__num::after {
    font-size: 38px;
  }
}
.useful-reform__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px) {
  .useful-reform__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.useful-reform__container__image {
  width: 40%;
  margin-right: 5.5%;
}
@media screen and (max-width: 700px) {
  .useful-reform__container__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.useful-reform__container__content {
  width: 54.5%;
}
@media screen and (max-width: 700px) {
  .useful-reform__container__content {
    width: 100%;
  }
}
.useful-reform__container__content .bace-text {
  margin-bottom: 0 !important;
}
.useful-reform__def-list {
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .useful-reform__def-list {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.useful-reform__def-list.has-bg {
  background-image: url(/wp-content/uploads/sites/566/2022/01/useful-reform_illust02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 221px auto;
}
@media screen and (max-width: 700px) {
  .useful-reform__def-list.has-bg {
    background-image: none;
  }
}
.useful-reform__def-list.has-bg .item09 {
  padding-right: 220px;
}
@media screen and (max-width: 700px) {
  .useful-reform__def-list.has-bg .item09 {
    padding-right: 0;
  }
}
.useful-reform__def-list > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.useful-reform__def-list > div:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .useful-reform__def-list > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.useful-reform__def-list > div > dt {
  position: relative;
  width: 150px;
  color: #94bb85;
  font-size: 26px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 900;
  line-height: 0.75;
}
@media screen and (max-width: 700px) {
  .useful-reform__def-list > div > dt {
    width: 95px;
    font-size: 20px;
  }
}
.useful-reform__def-list > div > dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 63px;
  height: 80%;
  background-color: #ecf3e7;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .useful-reform__def-list > div > dt::before {
    width: 48px;
  }
}
.useful-reform__def-list > div > dt span {
  display: inline-block;
  height: 100%;
  margin-left: 12px;
  font-size: 60px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  .useful-reform__def-list > div > dt span {
    margin-left: 6px;
    font-size: 28px;
  }
}
.useful-reform__def-list > div > dd {
  width: calc(100% - 150px);
  margin: -6px 0 0;
}
@media screen and (max-width: 700px) {
  .useful-reform__def-list > div > dd {
    width: calc(100% - 95px);
  }
}
.useful-reform__def-list > div > dd .text-indent {
  margin-top: 5px;
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.4;
}
.useful-reform__def-list__catch {
  margin-bottom: 0 !important;
  color: #444;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .useful-reform__def-list__catch {
    font-size: 16px;
  }
}
.useful-reform__def-list__catch span {
  color: #369700;
}
.useful-reform__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  border: 1px solid #eae1d6;
}
@media screen and (max-width: 700px) {
  .useful-reform__banner {
    margin-top: 40px;
  }
}
.useful-reform__banner:hover {
  opacity: 0.8;
  text-decoration: none;
}
.useful-reform__banner:hover img {
  transform: scale(1) !important;
}
.useful-reform__banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65%;
  background-image: url(/wp-content/uploads/sites/566/2022/01/useful-reform_bnr_bg.png);
  text-align: center;
}
@media screen and (max-width: 700px) {
  .useful-reform__banner__content {
    width: 78%;
  }
}
.useful-reform__banner__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35%;
  padding: 40px;
}
@media screen and (max-width: 700px) {
  .useful-reform__banner__image {
    width: 22%;
    padding: 20px 10px;
  }
}
.useful-reform__banner__image img {
  max-width: 207px;
}
@media screen and (max-width: 700px) {
  .useful-reform__banner__image img {
    max-width: none;
    width: 98%;
  }
}
.useful-reform__banner__text01 {
  margin-bottom: 5px !important;
  color: #444;
  font-size: 17px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .useful-reform__banner__text01 {
    font-size: 11px;
  }
}
.useful-reform__banner__text02 {
  margin-bottom: 0 !important;
  color: #25780c;
  font-size: 29px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .useful-reform__banner__text02 {
    font-size: 14px;
  }
}

.sell-top-oyakudachi {
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 1199px) {
  .sell-top-oyakudachi {
    padding: 40px 20px 60px 20px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-oyakudachi {
    padding: 30px 0 30px 0;
  }
}
.sell-top-oyakudachi__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sell-top-qa {
  background-color: #e0ebf7;
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 1199px) {
  .sell-top-qa {
    padding: 60px 20px 60px 20px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-qa {
    padding: 30px 10px 30px 10px;
  }
}
.sell-top-qa.buy {
  background-color: #e3eedc;
}
.sell-top-qa__wrap {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}

.sell-top-qa__block {
  margin-bottom: 48px;
  padding: 0 167px 0 157px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block {
    padding: 0 0px 0 0px;
    margin-bottom: 20px;
  }
}
.sell-top-qa__block::before, .sell-top-qa__block::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.sell-top-qa__block::before {
  top: 0;
  left: 0;
}
.sell-top-qa__block::after {
  bottom: 0;
  right: 0;
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-qa-a01.svg);
  background-size: 170px 212px;
  width: 170px;
  height: 212px;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block::after {
    background-size: 51px 63.6px;
    width: 51px;
    height: 63.6px;
  }
}
.sell-top-qa__block.q-type01::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-qa-q01.svg);
  background-size: 125px 194px;
  width: 125px;
  height: 194px;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block.q-type01::before {
    background-size: 37.5px 58.2px;
    width: 37.5px;
    height: 58.2px;
  }
}
.sell-top-qa__block.q-type02::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-qa-q02.svg);
  background-size: 145px 204px;
  width: 145px;
  height: 204px;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block.q-type02::before {
    background-size: 43.5px 61.2px;
    width: 43.5px;
    height: 61.2px;
  }
}
.sell-top-qa__block.q-type03::before {
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-qa-q03.svg);
  background-size: 150px 213px;
  width: 150px;
  height: 213px;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block.q-type03::before {
    background-size: 45px 63.9px;
    width: 45px;
    height: 63.9px;
  }
}
.sell-top-qa__block__fukidashi {
  margin: 0;
}
.sell-top-qa__block__fukidashi {
  background-color: #fff;
  width: calc(100% - 60px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 4px 40px 40px 40px;
  margin-bottom: 25px;
  padding: 40px 40px 40px 40px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block__fukidashi {
    padding: 16px 16px 16px 16px;
    margin-bottom: 16px;
  }
}
.sell-top-qa__block__fukidashi::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 40px 17px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block__fukidashi::before {
    border-width: 5.1px 12px 5.1px 0;
  }
}
.sell-top-qa__block__fukidashi.q-title {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
  margin-left: 40px;
}
.sell-top-qa__block__fukidashi.q-title::before {
  left: -40px;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block__fukidashi.q-title {
    font-size: 0.875rem;
    margin-left: 60px;
  }
  .sell-top-qa__block__fukidashi.q-title::before {
    left: -12px;
    bottom: auto;
    top: 20px;
  }
}
.sell-top-qa__block__fukidashi.a-data {
  font-size: 0.9375rem;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block__fukidashi.a-data {
    font-size: 0.75rem;
  }
}
.sell-top-qa__block__fukidashi.a-data::before {
  right: -40px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block__fukidashi.a-data::before {
    right: -12px;
  }
}
.sell-top-qa__block__fukidashi__icon {
  position: relative;
  padding-left: 50px;
  display: block;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block__fukidashi__icon {
    padding-left: 30px;
  }
}
.sell-top-qa__block__fukidashi__icon::before, .sell-top-qa__block__fukidashi__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  margin: auto;
}
.sell-top-qa__block__fukidashi__icon::before {
  width: 26px;
  height: 26px;
  top: 6px;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block__fukidashi__icon::before {
    width: 20px;
    height: 20px;
  }
}
.sell-top-qa__block__fukidashi__icon::after {
  width: 26px;
  height: 26px;
  top: 4px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 26px;
  font-size: 0.875rem;
}
@media screen and (max-width: 700px) {
  .sell-top-qa__block__fukidashi__icon::after {
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
    top: 1px;
    font-weight: 600;
  }
}
.sell-top-qa__block__fukidashi__icon.q-icon::before {
  background-color: #b50216;
}
.sell-top-qa__block__fukidashi__icon.q-icon::after {
  content: "Q";
}
.sell-top-qa__block__fukidashi__icon.a-icon::before {
  background-color: #1a68b8;
}
.sell-top-qa__block__fukidashi__icon.a-icon::after {
  content: "A";
}
.sell-top-qa__block__fukidashi__icon.a-icon.buy::before {
  background-color: #528f30;
}

.sell-top-howto {
  background-color: #e0ebf7;
  padding: 52px 0 100px 0;
}
@media screen and (max-width: 1199px) {
  .sell-top-howto {
    padding: 40px 20px 60px 20px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-howto {
    padding: 20px 10px 30px 10px;
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.sell-top-howto.buy {
  background-color: #e3eedc;
}
.sell-top-howto__wrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

.sell-top-flow {
  background-color: #e0ebf7;
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 1199px) {
  .sell-top-flow {
    padding: 40px 0 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-flow {
    padding: 30px 0 30px 0;
  }
}
.sell-top-flow.buy {
  background-color: #e3eedc;
}
.sell-top-flow__wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.sell-top-flow__wrap.buy {
  max-width: 1350px;
}

.sell-top-flow__list {
  list-style: none;
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px 0 50px 0;
}
@media screen and (max-width: 1199px) {
  .sell-top-flow__list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-flow__list {
    margin-bottom: 30px;
  }
}
.sell-top-flow__list__item {
  position: relative;
  height: 158px;
  margin: 10px 0 0 0;
  padding: 8px 10px 15px 40px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  width: 11.1%;
  background-color: #3a87d7;
}
@media screen and (max-width: 700px) {
  .sell-top-flow__list__item {
    width: 33.3%;
    padding: 8px 10px 15px 30px;
    height: 124px;
  }
  .sell-top-flow__list__item:nth-child(3n)::after {
    display: none;
  }
}
.sell-top-flow__list__item:first-child {
  padding: 8px 20px 15px 25px;
}
@media screen and (max-width: 700px) {
  .sell-top-flow__list__item:first-child {
    padding: 8px 20px 15px 8px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-flow__list__item:nth-child(3n+1) {
    padding: 8px 20px 15px 8px;
  }
}
.sell-top-flow__list__item:nth-child(9n) {
  padding: 8px 20px 15px 60px;
}
@media screen and (max-width: 1199px) {
  .sell-top-flow__list__item:nth-child(9n) {
    padding: 8px 20px 15px 40px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-flow__list__item:nth-child(9n) {
    padding: 8px 20px 15px 40px;
  }
}
.sell-top-flow__list__item:nth-child(9n)::after {
  background-image: none;
  right: 0 !important;
}
.sell-top-flow__list__item::before, .sell-top-flow__list__item::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
}
.sell-top-flow__list__item::after {
  right: -30px;
  width: 75px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  background-image: url(/wp-content/uploads/sites/566/2021/12/sell-top-flow_arrow.png);
  box-sizing: border-box;
}
.sell-top-flow__list__item.buy {
  background-color: #528f30;
  width: 16.65%;
  padding-left: 60px;
}
.sell-top-flow__list__item.buy::after {
  background-image: url(/wp-content/uploads/sites/566/2021/12/buy-top-flow_arrow.png);
}
@media screen and (max-width: 700px) {
  .sell-top-flow__list__item.buy {
    width: 33.3%;
    padding: 8px 10px 15px 30px;
    height: 144px;
  }
  .sell-top-flow__list__item.buy:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  .sell-top-flow__list__item.buy:nth-child(3n+1) {
    padding: 8px 20px 15px 8px;
  }
}
@media screen and (min-width: 640px) {
  .sell-top-flow__list__item.buy--step06::after {
    right: 0px;
  }
}
@media screen and (min-width: 640px) {
  .sell-top-flow__list__item.buy--step07::before {
    left: 0px;
    width: 55px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    background-image: url(/wp-content/uploads/sites/566/2021/12/buy-top-flow_arrow02.png);
    box-sizing: border-box;
  }
}
.sell-top-flow__list__item.buy--step12::after {
  display: none;
}
.sell-top-flow__list__text01 {
  position: relative;
  margin: 0 0 18px !important;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  z-index: 2;
  text-align: center;
  padding: 0 1.82vw 0 0;
}
@media screen and (max-width: 1199px) {
  .sell-top-flow__list__text01 {
    font-size: 0.875rem;
    margin: 0 0 5px !important;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-flow__list__text01 {
    font-size: 0.875rem;
    margin: 0 0 5px !important;
  }
}
.sell-top-flow__list__text01.buy {
  text-align: left;
}
.sell-top-flow__list__text01::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  display: block;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  line-height: 0.75;
  font-size: 3.125rem;
}
@media screen and (max-width: 1199px) {
  .sell-top-flow__list__text01::after {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-flow__list__text01::after {
    font-size: 2.5rem;
  }
}
.sell-top-flow__list__text02 {
  position: relative;
  margin: 0 !important;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .sell-top-flow__list__text02 {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-flow__list__text02 {
    font-size: 0.8125rem;
  }
}

.sell-top-yokabai {
  background-color: #fceeee;
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 1500px) {
  .sell-top-yokabai {
    padding: 60px 40px 60px 40px;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-yokabai {
    padding: 30px 10px 30px 10px;
  }
}
.sell-top-yokabai.buy {
  background-color: #fff;
}
.sell-top-yokabai__wrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
.sell-top-yokabai__title {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1500px) {
  .sell-top-yokabai__title {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-yokabai__title {
    margin-bottom: 20px !important;
  }
}

.sell-top-pickup__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .sell-top-pickup__list {
    display: block;
  }
}
.entry-content .sell-top-pickup__list {
  padding-left: 0;
  padding-right: 0;
}

.sell-top-pickup__list__item {
  width: 50%;
  list-style: none;
}
@media screen and (max-width: 700px) {
  .sell-top-pickup__list__item {
    width: 100%;
  }
}
.sell-top-pickup__list__item a {
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center center;
  height: 18.2vw;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s !important;
}
@media screen and (max-width: 1199px) {
  .sell-top-pickup__list__item a {
    height: 25vw;
  }
}
@media screen and (max-width: 700px) {
  .sell-top-pickup__list__item a {
    height: 50vw;
    padding: 10px;
  }
}
.sell-top-pickup__list__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.sell-top-pickup__list__story {
  background-image: url(/wp-content/uploads/sites/566/2021/12/sale-top-story-img.jpg);
}
.sell-top-pickup__list__staff {
  background-image: url(/wp-content/uploads/sites/566/2021/12/sale-top-pickup-img.jpg);
}
.sell-top-pickup__list__sub-title {
  font-size: 1.3125rem;
  font-weight: 900;
  width: 100%;
  text-align: center;
  margin-bottom: 0 !important;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 700px) {
  .sell-top-pickup__list__sub-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 5px;
  }
}
.sell-top-pickup__list__title {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 0 !important;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .sell-top-pickup__list__title {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-bottom: 15px;
  }
}
.sell-top-pickup__list__title__en {
  font-weight: 900;
  margin-left: 0.2em;
}
.sell-top-pickup__list__title__jp {
  margin-right: 0.2em;
}
.sell-top-pickup__list__title.staff {
  font-size: 3.125rem;
}
@media screen and (max-width: 700px) {
  .sell-top-pickup__list__title.staff {
    font-size: 1.6875rem;
  }
}
.sell-top-pickup__list__btn {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.75rem;
  text-align: center;
  padding-top: 13px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
  border: 5px solid #fff;
}
@media screen and (max-width: 700px) {
  .sell-top-pickup__list__btn {
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }
}
.sell-top-pickup__list__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 700px) {
  .sell-top-pickup__list__btn::before {
    bottom: 10px;
  }
}

.top-footer-nav {
  padding: 100px 0 40px 0;
}
@media screen and (max-width: 700px) {
  .top-footer-nav {
    padding: 30px 0 0px 0;
  }
}
.top-footer-nav__wrap {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 38px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__wrap {
    display: block;
    padding: 30px 0 30px;
  }
}
.top-footer-nav__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 6.7vw;
  height: 100%;
  background-color: #e0ebf7;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__wrap::before {
    width: 15vw;
  }
}
.top-footer-nav__wrap.buy::before {
  background-color: #e3eedc;
}
.top-footer-nav__title {
  max-width: 216px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__title {
    max-width: 160px;
  }
}
.top-footer-nav__title img {
  width: 100%;
}
.top-footer-nav__title__wrap {
  width: 26%;
  padding: 0px 0 0 1.8vw;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__title__wrap {
    width: 100%;
  }
}
.top-footer-nav__block01 {
  width: 28%;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__block01 {
    width: 100%;
    padding-left: 18vw;
  }
}
.top-footer-nav__block02 {
  width: 24%;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__block02 {
    width: 100%;
    padding-left: 20vw;
  }
}
.top-footer-nav__block03 {
  width: 22%;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__block03 {
    width: 100%;
    padding-left: 20vw;
  }
}

.top-footer-nav__list {
  margin: 0;
  padding: 0;
}
.top-footer-nav__list li {
  list-style: none;
}
.top-footer-nav__list li a {
  color: #000;
  font-weight: 500;
  display: inline-block;
}
.top-footer-nav__list__item {
  margin-bottom: 12px;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__list__item {
    font-size: 0.875rem;
  }
}
.top-footer-nav__list__item::before, .top-footer-nav__list__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  margin: auto;
}
.top-footer-nav__list__item::before {
  width: 8px;
  height: 8px;
  border: 1px solid #b50216;
  top: 7px;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__list__item::before {
    top: 3px;
  }
}
.top-footer-nav__list__item::after {
  width: 4px;
  height: 4px;
  background-color: #b50216;
  top: 9px;
  left: 2px;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__list__item::after {
    top: 5px;
  }
}
.top-footer-nav__list.sell .top-footer-nav__list__item {
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__list.sell .top-footer-nav__list__item {
    margin-bottom: 16px;
  }
}
.top-footer-nav__list.sell .top-footer-nav__list__item::before {
  border: 1px solid #3483d3;
}
.top-footer-nav__list.sell .top-footer-nav__list__item::after {
  background-color: #3483d3;
}

.top-footer-nav__list.buy .top-footer-nav__list__item {
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__list.buy .top-footer-nav__list__item {
    margin-bottom: 16px;
  }
}
.top-footer-nav__list.buy .top-footer-nav__list__item::before {
  border: 1px solid #408c16;
}
.top-footer-nav__list.buy .top-footer-nav__list__item::after {
  background-color: #408c16;
}

.top-footer-nav__list__item a {
  padding-left: 28px;
}
.top-footer-nav__list__lv02 {
  margin: 16px 0 0 13px;
}
.top-footer-nav__list__lv02__item {
  font-size: 0.875rem;
  position: relative;
  line-height: 1;
  margin-bottom: 14px;
}
@media screen and (max-width: 700px) {
  .top-footer-nav__list__lv02__item {
    font-size: 0.8125rem;
  }
}
.top-footer-nav__list__lv02__item::before, .top-footer-nav__list__lv02__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  background-color: #b50216;
}
.top-footer-nav__list.sell .top-footer-nav__list__lv02__item::before, .top-footer-nav__list.sell .top-footer-nav__list__lv02__item::after {
  background-color: #3483d3;
}

.top-footer-nav__list.buy .top-footer-nav__list__lv02__item::before, .top-footer-nav__list.buy .top-footer-nav__list__lv02__item::after {
  background-color: #408c16;
}

.top-footer-nav__list__lv02__item::before {
  width: 2px;
  height: 7px;
}
.top-footer-nav__list__lv02__item::after {
  width: 7px;
  height: 2px;
  top: 10px;
}
.top-footer-nav__list__lv02__item a {
  font-weight: 400 !important;
}

.buy-top-tokusyu {
  padding: 58px 0 100px;
}
@media screen and (max-width: 1199px) {
  .buy-top-tokusyu {
    padding: 0px 20px 60px;
  }
}
@media screen and (max-width: 700px) {
  .buy-top-tokusyu {
    padding: 0px 10px 30px;
  }
}
.buy-top-tokusyu__wrap {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.buy-top-tokusyu__title {
  max-width: 1196px;
  width: 100%;
  margin: 0 auto 50px !important;
}
@media screen and (max-width: 700px) {
  .buy-top-tokusyu__title {
    margin: 0 auto 20px !important;
  }
}

.buy-top-tokusyu-list {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .buy-top-tokusyu-list {
    display: block;
  }
}
.buy-top-tokusyu-list__item {
  list-style: none;
  border: 1px solid #b3d1a2;
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
.buy-top-tokusyu-list__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .buy-top-tokusyu-list__item {
    width: 100%;
    margin-bottom: 5px;
  }
}
.buy-top-tokusyu-list__link {
  padding: 10px 70px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  background-image: url(/wp-content/uploads/sites/566/2021/12/howto-arrow-buy-top.png);
  background-size: 24px 34px;
  background-position: center right 28px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  .buy-top-tokusyu-list__link {
    padding: 5px 45px 10px 5px;
    background-size: 12px 17px;
    background-position: center right 16px;
  }
}
.buy-top-tokusyu-list__link:hover {
  text-decoration: none;
  background-color: #f2feeb;
}
.buy-top-tokusyu-list__link:hover .buy-top-tokusyu-list__img img {
  transform: scale(1);
}
.buy-top-tokusyu-list__img {
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .buy-top-tokusyu-list__img {
    width: 80px;
    margin-right: 15px;
  }
}
.buy-top-tokusyu-list__img img {
  width: 100%;
}
.buy-top-tokusyu-list__ex {
  width: calc(100% - 130px - 30px);
  padding-top: 10px;
}
@media screen and (max-width: 700px) {
  .buy-top-tokusyu-list__ex {
    width: calc(100% - 80px - 15px);
    padding-top: 5px;
  }
}
.buy-top-tokusyu-list__ex__title {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .buy-top-tokusyu-list__ex__title {
    font-size: 0.9375rem;
    margin-bottom: 0;
    line-height: 1.6;
  }
}
.buy-top-tokusyu-list__ex__data {
  margin: 0;
  color: #444;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .buy-top-tokusyu-list__ex__data {
    font-size: 0.75rem;
  }
}

.buy-top-new {
  width: 100%;
  background-color: #e3eedc;
  position: relative;
}
.buy-top-new.bg-green02 {
  background-color: #edf4ed;
}
.buy-top-new.vertical-padding {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  max-width: calc(100vw - 9px) !important;
  width: calc(100vw - 9px) !important;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .buy-top-new.vertical-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .buy-top-new.vertical-padding {
    padding: 30px 10px 0px 10px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.buy-top-new .wp-block-columns {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.buy-top-new .wp-block-columns .wp-block-column {
  background-color: #fff;
}
.buy-top-new__wrap {
  background-color: #e3eedc;
  padding-top: 100px;
}
@media screen and (max-width: 700px) {
  .buy-top-new__wrap {
    padding-top: 30px;
  }
}
.buy-top-new__wrap.bg-green02 {
  background-color: #edf4ed;
}
.buy-top-new__bnt-wrap {
  background-color: #e3eedc;
  padding-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .buy-top-new__bnt-wrap {
    padding-bottom: 30px;
  }
}
.buy-top-new__bnt-wrap.bg-green02 {
  background-color: #edf4ed;
}

.buy-top-openhouse__wrap {
  padding-top: 100px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .buy-top-openhouse__wrap {
    padding-top: 30px;
  }
}
.buy-top-openhouse.vertical-padding {
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .buy-top-openhouse.vertical-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .buy-top-openhouse.vertical-padding {
    padding: 30px 10px 0px 10px;
  }
}
.buy-top-openhouse .wp-block-columns {
  margin: 0 auto;
}

.buy-top-openhouse__bnt-wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .buy-top-openhouse__bnt-wrap {
    padding-bottom: 30px;
  }
}

.buy-top__comingsoon {
  width: 60px;
  height: 60px;
  border: 1px solid #b50216;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  color: #b50216;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.6875rem;
  text-align: center;
  padding-top: 20px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .buy-top__comingsoon {
    width: 50px;
    height: 50px;
    padding-top: 14px;
    font-size: 0.6875rem;
  }
}

.sell-top-story {
  background-color: #fceeee;
  padding: 80px 30px 80px 30px;
}
@media screen and (max-width: 700px) {
  .sell-top-story {
    padding: 40px 30px 40px 30px;
  }
}
.sell-top-story__wrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .sell-top-story__wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  .sell-top-story__wrap {
    max-width: 1100px;
  }
}

.sell-top-story__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .sell-top-story__title {
    display: block;
    margin-bottom: 26px;
  }
}
.sell-top-story__title__main {
  margin-bottom: 0 !important;
  font-size: 46px;
  color: #000;
}
@media screen and (max-width: 700px) {
  .sell-top-story__title__main {
    font-size: 26px;
    margin-bottom: 10px !important;
  }
}
.sell-top-story__title__copy {
  margin-bottom: 0 !important;
  color: #b50216;
  font-size: 21px;
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .sell-top-story__title__copy {
    font-size: 16px;
  }
}

.sell-top-story__list {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 700px) {
  .sell-top-story__list {
    width: 94%;
    margin: 0 auto 30px;
  }
}
.sell-top-story__list__item {
  list-style: none;
}
.sell-top-story__list__link {
  margin: 0 10px;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  text-decoration: none;
}
.sell-top-story__list__link:hover {
  text-decoration: none;
}
.sell-top-story__list__link:hover img {
  transform: scale(1);
}
.sell-top-story__list__img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .sell-top-story__list__img {
    margin-bottom: 10px;
  }
}
.sell-top-story__list__text01 {
  color: #4a4949;
  font-size: 18px;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 700px) {
  .sell-top-story__list__text01 {
    font-size: 15px;
  }
}
.sell-top-story__list__text02 {
  color: #000;
  margin-bottom: 0 !important;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .sell-top-story__list__text02 {
    font-size: 18px;
  }
}

.sell-top-pickupstaff {
  background-color: #fff;
  padding: 80px 30px 80px 30px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff {
    padding: 40px 30px 40px 30px;
  }
}
.sell-top-pickupstaff__wrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .sell-top-pickupstaff__wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  .sell-top-pickupstaff__wrap {
    max-width: 1100px;
  }
}

.sell-top-pickupstaff__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__title {
    display: block;
    margin-bottom: 26px;
  }
}
.sell-top-pickupstaff__title__main {
  margin-bottom: 0 !important;
  font-size: 46px;
  color: #000;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__title__main {
    font-size: 26px;
    margin-bottom: 10px !important;
  }
}
.sell-top-pickupstaff__title__copy {
  margin-bottom: 0 !important;
  color: #b50216;
  font-size: 21px;
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__title__copy {
    font-size: 16px;
  }
}

.sell-top-pickupstaff__list {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list {
    width: 94%;
    margin: 0 auto 30px;
  }
}
.sell-top-pickupstaff__list__item {
  list-style: none;
}
.sell-top-pickupstaff__list__link {
  margin: 0 10px;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  text-decoration: none;
}
.sell-top-pickupstaff__list__link:hover {
  text-decoration: none;
}
.sell-top-pickupstaff__list__link:hover img {
  transform: scale(1);
}
.sell-top-pickupstaff__list__img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__img {
    margin-bottom: 10px;
  }
}

.sell-top-pickupstaff__list__wrap {
  padding: 0px 0 30px 0;
  position: relative;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap {
    padding: 0px 0 20px 0;
  }
}
.sell-top-pickupstaff__list__wrap::before, .sell-top-pickupstaff__list__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sell-top-pickupstaff__list__wrap::before {
  width: 170px;
  background-color: #000;
  height: 2px;
}
.sell-top-pickupstaff__list__wrap::after {
  width: 2px;
  height: 16px;
  background-color: #000;
  transform: rotate(-45deg);
  left: 162px;
  bottom: -1px;
}
.sell-top-pickupstaff__list__wrap.item01 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup01.png);
  background-size: 118px 66px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap.item01 {
    background-size: 80.4545454545px 45px;
  }
}
.sell-top-pickupstaff__list__wrap.item02 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup02.png);
  background-size: 130px 66px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap.item02 {
    background-size: 88.6363636364px 45px;
  }
}
.sell-top-pickupstaff__list__wrap.item03 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup03.png);
  background-size: 128.6666666667px 66px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap.item03 {
    background-size: 87.7272727273px 45px;
  }
}
.sell-top-pickupstaff__list__wrap.item04 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup04.png);
  background-size: 130.6666666667px 66px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap.item04 {
    background-size: 89.0909090909px 45px;
  }
}
.sell-top-pickupstaff__list__wrap.item05 {
  background-image: url(/wp-content/uploads/sites/566/2022/01/pickup05.png);
  background-size: 130.6666666667px 66px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap.item05 {
    background-size: 89.0909090909px 45px;
  }
}
.sell-top-pickupstaff__list__wrap.item06 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup06.png);
  background-size: 130.6666666667px 66px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap.item06 {
    background-size: 89.0909090909px 45px;
  }
}
.sell-top-pickupstaff__list__wrap.item07 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup07.png);
  background-size: 130.6666666667px 66px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap.item07 {
    background-size: 89.0909090909px 45px;
  }
}
.sell-top-pickupstaff__list__wrap.item08 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup08.png);
  background-size: 130.6666666667px 66px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap.item08 {
    background-size: 89.0909090909px 45px;
  }
}
.sell-top-pickupstaff__list__wrap.item09 {
  background-image: url(/wp-content/uploads/sites/566/2023/07/pickup09.png);
  background-size: 130.6666666667px 66px;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__wrap.item09 {
    background-size: 89.0909090909px 45px;
  }
}

.sell-top-pickupstaff__list__copy {
  margin-bottom: 28px !important;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .sell-top-pickupstaff__list__copy {
    font-size: 19px;
    margin-bottom: 16px !important;
  }
}

.sell-top-pickupstaff__list__data {
  font-weight: 500;
}
.sell-top-pickupstaff__list__data__department {
  font-size: 0.8125rem;
  color: #000;
  line-height: 1;
  margin-bottom: 10px !important;
}
.sell-top-pickupstaff__list__data__name {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin-bottom: 10px !important;
}
.sell-top-pickupstaff__list__data__en {
  font-size: 0.625rem;
  color: #000;
  line-height: 1;
  margin-bottom: 0px !important;
}

.sell-top-voice {
  padding: 80px 30px 80px 30px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice {
    padding: 40px 30px 40px 30px;
  }
}
.sell-top-voice__wrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .sell-top-voice__wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  .sell-top-voice__wrap {
    max-width: 1100px;
  }
}
.sell-top-voice.store {
  padding-top: 20px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice.store {
    padding-top: 50px;
  }
}
.sell-top-voice.slide-no {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 700px) {
  .sell-top-voice.slide-no {
    padding: 40px 30px 40px 30px;
  }
}

.sell-top-voice__title {
  text-align: center;
  font-weight: 800;
  color: #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__title {
    margin-bottom: 0px;
  }
}
.sell-top-voice__title__main {
  font-size: 46px;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__title__main {
    font-size: 24px;
    margin-bottom: 20px !important;
  }
}
.sell-top-voice__title__main.store {
  font-size: 28px;
  margin-bottom: 10px !important;
  margin-left: -46px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__title__main.store {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px !important;
    margin-left: 0px;
  }
}
.sell-top-voice__title__main__icon {
  position: relative;
  padding-left: 106px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__title__main__icon {
    padding-left: 56px;
  }
}
.sell-top-voice__title__main__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sites/566/2023/07/voice-title-icon.png);
  background-size: 83px 83px;
  width: 83px;
  height: 83px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__title__main__icon::before {
    background-size: 46px 46px;
    width: 46px;
    height: 46px;
  }
}
.sell-top-voice__title__main__icon.buy::before {
  background-image: url(/wp-content/uploads/sites/566/2023/07/buy-voice-title-icon.png);
}
.sell-top-voice__title__main__icon.store {
  padding-left: 72px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__title__main__icon.store {
    padding-left: 0px;
    padding-top: 86px;
  }
}
.sell-top-voice__title__main__icon.store::before {
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  background-image: url(/wp-content/uploads/sites/566/2023/08/store-voice-title-icon.png);
}
@media screen and (max-width: 700px) {
  .sell-top-voice__title__main__icon.store::before {
    background-size: 46px 46px;
    width: 46px;
    height: 46px;
    right: 0;
  }
}
.sell-top-voice__title__copy {
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__title__copy {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
}
.sell-top-voice__title__copy.store {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__title__copy.store {
    font-size: 15px;
  }
}

.sell-top-voice__list {
  margin: 0;
  position: relative;
}
.sell-top-voice__list__item {
  padding: 80px 30px 30px 30px;
  list-style: none;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__list__item {
    padding: 60px 20px 30px 20px;
  }
}
.sell-top-voice__list__img {
  position: absolute;
  width: 130px;
  height: 130px;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__list__img {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
.sell-top-voice__list__title {
  color: #1a68b8;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__list__title {
    font-size: 16px;
  }
}
.sell-top-voice__list__name {
  text-align: right;
  margin-bottom: 16px !important;
}
.sell-top-voice__list__name__icon {
  display: inline-block;
  background-color: #1a68b8;
  color: #fff;
  line-height: 1;
  padding: 4px 8px 6px 8px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 12px;
}
.sell-top-voice__list__name__icon.buy {
  background-color: #408c16;
}
.sell-top-voice__list__text {
  margin-bottom: 0 !important;
}
.sell-top-voice__list .slick-track {
  display: flex !important;
}
.sell-top-voice__list .slick-slide {
  height: auto !important;
  background-color: #edf3fa;
  margin-top: 65px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sell-top-voice__list .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.sell-top-voice__list .slick-prev::before,
.sell-top-voice__list .slick-next::before {
  background-color: #1a68b8;
}
.sell-top-voice__list.buy .slick-slide {
  background-color: #f1fee8;
}
.sell-top-voice__list.buy .sell-top-voice__list__title {
  color: #408c16;
}
.sell-top-voice__list.buy .slick-prev::before,
.sell-top-voice__list.buy .slick-next::before {
  background-color: #408c16;
}
.sell-top-voice__list.store .slick-slide {
  background-color: #fef3f5;
  margin-left: 10px;
  margin-right: 10px;
}
.sell-top-voice__list.store .sell-top-voice__list__title {
  color: #b50216;
}
.sell-top-voice__list.store .slick-prev::before,
.sell-top-voice__list.store .slick-next::before {
  background-color: #b50216;
}
.sell-top-voice__list.store .sell-top-voice__list__text {
  text-align: left;
}
.sell-top-voice__list.store .sell-top-voice__list__name {
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__list.store .sell-top-voice__list__name {
    font-size: 14px;
  }
}
.sell-top-voice__list.store .sell-top-voice__list__text {
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  .sell-top-voice__list.store .sell-top-voice__list__text {
    font-size: 14px;
  }
}

.voice-policy__link {
  text-align: right;
  margin: 20px 20px 0 20px !important;
}
@media screen and (max-width: 700px) {
  .voice-policy__link {
    margin: 10px 10px 0 10px !important;
  }
}
.voice-policy__link a {
  position: relative;
  padding-left: 24px;
  color: #000;
}
@media screen and (max-width: 700px) {
  .voice-policy__link a {
    font-size: 14px;
    padding-left: 20px;
  }
}
.voice-policy__link a::before, .voice-policy__link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.voice-policy__link a::before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #b50216;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 700px) {
  .voice-policy__link a::before {
    width: 18px;
    height: 18px;
    top: 2px;
  }
}
.voice-policy__link a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
  top: 11px;
  left: 8px;
}
@media screen and (max-width: 700px) {
  .voice-policy__link a::after {
    top: 8px;
    left: 7px;
  }
}
.voice-policy__link a.buy::before {
  background-color: #408c16;
}
.voice-policy__link a.sell::before {
  background-color: #1a68b8;
}

.residence-index__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .residence-index__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.residence-index__container__content {
  width: 50%;
  padding-right: 5%;
}
@media screen and (max-width: 700px) {
  .residence-index__container__content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.residence-index__container__image {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .residence-index__container__image {
    width: 70%;
    margin: 0 auto;
  }
}
.residence-index__container__copy {
  margin-bottom: 25px !important;
  color: #000;
  font-size: 30px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .residence-index__container__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .residence-index__container__copy {
    margin-bottom: 10px !important;
    font-size: 18px;
  }
}
.residence-index__container__text {
  margin-bottom: 0 !important;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 700px) {
  .residence-index__container__text {
    font-size: 14px;
  }
}
.residence-index__container02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  .residence-index__container02 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.residence-index__container02__image {
  width: 40%;
  margin-right: 5%;
  padding-top: 25px;
}
@media screen and (max-width: 700px) {
  .residence-index__container02__image {
    width: 50%;
    margin: 24px auto 0px;
    padding-top: 0;
  }
}
.residence-index__container02__content {
  width: 55%;
}
@media screen and (max-width: 700px) {
  .residence-index__container02__content {
    width: 100%;
  }
}
.residence-index__container02__copy {
  margin-bottom: 15px !important;
  color: #000;
  font-size: 23px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .residence-index__container02__copy {
    margin-bottom: 10px !important;
    font-size: 18px;
    line-height: 1.6;
  }
}
.residence-index__container02__text {
  margin-bottom: 0 !important;
  color: #000;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.9;
}
@media screen and (max-width: 700px) {
  .residence-index__container02__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.residence-index__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border: 10px solid #fde8eb;
}
@media screen and (max-width: 700px) {
  .residence-index__box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    border-width: 8px;
  }
}
.residence-index__box__content {
  width: 70%;
}
@media screen and (max-width: 700px) {
  .residence-index__box__content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.residence-index__box__image {
  width: 30%;
  padding: 0 30px 0 5%;
}
@media screen and (max-width: 700px) {
  .residence-index__box__image {
    width: 40%;
    margin: 0 auto;
    padding: 0;
  }
}
.residence-index__box__title {
  margin-bottom: 25px !important;
  padding: 10px 30px;
  background-color: #fde8eb;
  color: #b50216;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .residence-index__box__title {
    margin-bottom: 15px !important;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.residence-index__box__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px 0 0 35px;
}
@media screen and (max-width: 700px) {
  .residence-index__box__list {
    margin: -8px 0 0 0;
    padding: 0 20px;
  }
}
.residence-index__box__list > li {
  position: relative;
  width: 49%;
  margin: 8px 0 0 0;
  padding-left: 20px;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .residence-index__box__list > li {
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 0.875rem;
  }
}
.residence-index__box__list > li:nth-child(odd) {
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 700px) {
  .residence-index__box__list > li:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
}
.residence-index__box__list > li::before, .residence-index__box__list > li::after {
  content: "";
  position: absolute;
}
.residence-index__box__list > li::before {
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #b50216;
}
@media screen and (max-width: 700px) {
  .residence-index__box__list > li::before {
    top: 6px;
  }
}
.residence-index__box__list > li::after {
  top: 10px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: #b50216;
}
@media screen and (max-width: 700px) {
  .residence-index__box__list > li::after {
    top: 8px;
  }
}
.residence-index__box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px;
  border: 2px dotted #b50216;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .residence-index__box02 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 25px;
  }
}
.residence-index__box02__image {
  width: 11%;
}
@media screen and (max-width: 700px) {
  .residence-index__box02__image {
    width: 35%;
    margin: 0 auto 10px;
  }
}
.residence-index__box02__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 89%;
  padding-left: 40px;
}
@media screen and (max-width: 700px) {
  .residence-index__box02__content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
  }
}
.residence-index__box02__text {
  margin-bottom: 0 !important;
  color: #b50216;
  font-size: 19px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  .residence-index__box02__text {
    margin-bottom: 15px !important;
    font-size: 17px;
  }
}
.residence-index__box02__text__notes {
  font-size: 0.8125rem;
  display: block;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
}
.residence-index__box02__button {
  display: block;
  max-width: 280px;
  width: 100%;
  margin-left: 30px;
  padding: 20px;
  background-color: #b50216;
  color: #fff !important;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .residence-index__box02__button {
    margin: 0 auto;
  }
}
.residence-index__box02__button span {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  background-image: url(/wp-content/uploads/sites/566/2021/12/residence-index_arrow.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 14px auto;
}
.residence-index__box02__button:hover {
  opacity: 0.8;
}
.residence-index__title-image {
  max-width: 726px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 700px) {
  .residence-index__title-image {
    margin: 0 auto 20px;
  }
}
.residence-index__list {
  list-style: none;
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px -30px;
}
@media screen and (max-width: 700px) {
  .residence-index__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 30px -10px;
  }
}
.residence-index__list__item {
  width: calc((99.9% - 120px) / 4);
  margin: 0 0 0 30px;
}
@media screen and (max-width: 700px) {
  .residence-index__list__item {
    width: calc((99.9% - 30px) / 2);
    margin: 10px 0 0 10px;
  }
}
.residence-index__list__item.item01 {
  background-color: #3a88b5;
}
.residence-index__list__item.item02 {
  background-color: #409469;
}
.residence-index__list__item.item03 {
  background-color: #c9485f;
}
.residence-index__list__item.item04 {
  background-color: #a070b2;
}
.residence-index__list__text01 {
  display: inline-block;
  margin-bottom: 20px !important;
  padding: 12px 25px 20px;
  background-color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 900;
  line-height: 0.75;
}
@media screen and (max-width: 700px) {
  .residence-index__list__text01 {
    margin-bottom: 13px !important;
    padding: 10px 15px 12px;
    font-size: 16px;
  }
}
.item01 .residence-index__list__text01 {
  color: #3a88b5;
}
.item02 .residence-index__list__text01 {
  color: #409469;
}
.item03 .residence-index__list__text01 {
  color: #c9485f;
}
.item04 .residence-index__list__text01 {
  color: #a070b2;
}
.residence-index__list__text01::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  display: block;
  margin-top: 10px;
  font-size: 60px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .residence-index__list__text01::after {
    margin-top: 8px;
    font-size: 38px;
  }
}
.residence-index__list__text02 {
  margin-bottom: 22px !important;
  color: #fff;
  font-size: 17px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .residence-index__list__text02 {
    margin-bottom: 15px !important;
    font-size: 15px;
  }
}
.residence-index__list__text02 span {
  display: block;
  font-size: 25px;
}
@media screen and (max-width: 700px) {
  .residence-index__list__text02 span {
    font-size: 19px;
  }
}
.residence-index__list__text03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0 !important;
  padding: 15px 10px;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .residence-index__list__text03 {
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.item01 .residence-index__list__text03 {
  background-color: #2d6b8f;
}
.item02 .residence-index__list__text03 {
  background-color: #347956;
}
.item03 .residence-index__list__text03 {
  background-color: #ad3c50;
}
.item04 .residence-index__list__text03 {
  background-color: #825b90;
}
.residence-index__list02 {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 70px -80px;
}
@media screen and (max-width: 700px) {
  .residence-index__list02 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -60px 0 30px 0;
  }
}
.residence-index__list02__item {
  position: relative;
  width: calc((99.9% - 240px) / 3);
  margin: 0 0 0 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .residence-index__list02__item {
    width: 90%;
    margin: 60px auto 0;
    padding-bottom: 40px;
  }
}
.residence-index__list02__item::before {
  content: "Professional";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  color: #fde8eb;
  font-size: 49px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 900;
  line-height: 0.75;
}
@media screen and (max-width: 700px) {
  .residence-index__list02__item::before {
    font-size: 42px;
  }
}
.residence-index__list02__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -64px;
  bottom: 0;
  width: 45px;
  height: 45px;
  margin: auto 0;
  background-image: url(/wp-content/uploads/sites/566/2021/12/residence-index_kakeru.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 700px) {
  .residence-index__list02__item:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: -47px;
    left: 0;
    width: 35px;
    height: 35px;
    margin: 0 auto;
  }
}
.residence-index__list02__body {
  position: relative;
  height: 100%;
  padding: 30px 20px;
  background-color: #fde8eb;
}
@media screen and (max-width: 700px) {
  .residence-index__list02__body {
    padding: 25px 20px;
  }
}
.residence-index__list02__body::before {
  content: attr(data-title);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 49px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 900;
  line-height: 0.55;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 700px) {
  .residence-index__list02__body::before {
    font-size: 42px;
  }
}
.residence-index__list02__image {
  margin: 0 auto 15px;
}
@media screen and (max-width: 700px) {
  .residence-index__list02__image {
    margin: 0 auto 10px;
  }
}
.item01 .residence-index__list02__image {
  max-width: 71px;
}
@media screen and (max-width: 700px) {
  .item01 .residence-index__list02__image {
    max-width: 60px;
  }
}
.item02 .residence-index__list02__image {
  max-width: 86px;
}
@media screen and (max-width: 700px) {
  .item02 .residence-index__list02__image {
    max-width: 82px;
  }
}
.item03 .residence-index__list02__image {
  max-width: 69px;
}
@media screen and (max-width: 700px) {
  .item03 .residence-index__list02__image {
    max-width: 59px;
  }
}
.residence-index__list02__title {
  margin-bottom: 20px !important;
  color: #000;
  font-size: 25px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .residence-index__list02__title {
    margin-bottom: 15px !important;
    font-size: 22px;
  }
}
.residence-index__list02__title span {
  display: block;
  color: #b50216;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  .residence-index__list02__title span {
    font-size: 18px;
  }
}
.residence-index__list02__def-list {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}
.residence-index__list02__def-list > div:not(:last-child) {
  margin-bottom: 10px;
}
.residence-index__list02__def-list > div > dt {
  float: left;
}
.residence-index__list02__def-list > div > dd {
  margin: 0;
}
.residence-index__list02__text {
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}

.es_flex_slider .slides .caption {
  bottom: 21px !important;
}
@media screen and (max-width: 1199px) {
  .es_flex_slider .slides .caption {
    bottom: 17px !important;
  }
}
@media screen and (max-width: 700px) {
  .es_flex_slider .slides .caption {
    bottom: 0px !important;
  }
}

.result_data_wrap .tm_data .table_wrap .spec-detail {
  display: none;
}

.media-box {
  border-bottom: 1px solid #ccc;
}
.media-box a {
  display: block;
  padding: 40px 0px 40px 0;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .media-box a {
    display: block;
    padding: 20px 0px 20px 0;
  }
}
.media-box a:hover {
  text-decoration: none;
  background-color: #fbf0f2;
}
.media-box a:hover img {
  transform: scale(1) !important;
}
.media-box__data {
  width: 100%;
  text-align: left;
  padding: 0px 40px 0px 0;
  position: relative;
}
.media-box__data::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-top: 3px solid #b50216;
  border-right: 3px solid #b50216;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 700px) {
  .media-box__data::before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #b50216;
    border-right: 2px solid #b50216;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 700px) {
  .media-box__data {
    width: 100%;
  }
}
.media-box__data__article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.media-box__data__article__day {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #b50216;
  font-weight: 600;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .media-box__data__article__day {
    font-size: 14px;
  }
}
.media-box__data__article__icon {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-bottom: 10px;
}
.media-box__data__article__icon__item {
  margin-right: 5px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1;
  padding: 3px 10px 5px 10px;
  list-style: none;
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  .media-box__data__article__icon__item {
    font-size: 13px;
  }
}
.media-box__data__article__icon__item.type01 {
  background-color: #079a79;
}
.media-box__data__article__icon__item.type02 {
  background-color: #eb7c1a;
}
.media-box__data__title {
  font-weight: bold;
  color: #000;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .media-box__data__title {
    font-size: 15px;
  }
}
.media-box__data__media {
  margin-bottom: 14px !important;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .media-box__data__media {
    font-size: 15px;
    padding-left: 16px;
    margin-bottom: 14px !important;
  }
}
.media-box__data__media::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  margin: auto;
  width: 5px;
  height: 100%;
  background-color: #b50216;
}
.media-box__data__title02 {
  color: #333;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .media-box__data__title02 {
    font-size: 14px;
    line-height: 1.4;
  }
}

.sanlyan-lead {
  background-color: #f8f4e6;
  padding: 56px;
  margin-bottom: 80px;
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 700px) {
  .sanlyan-lead {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 55px;
  }
}

.sanlyan-lead__title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 1.7;
  margin-bottom: 32px;
}
@media screen and (max-width: 700px) {
  .sanlyan-lead__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.sanlyan-lead__title .em {
  color: #b50216;
  font-weight: 900;
}
.sanlyan-lead__title::before, .sanlyan-lead__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.sanlyan-lead__title::before {
  background-image: url(/wp-content/uploads/sites/566/2023/09/sanlyan_tittle_ill01.svg);
  background-size: 155px 212px;
  width: 155px;
  height: 212px;
  top: -35px;
  left: 48px;
}
@media screen and (max-width: 700px) {
  .sanlyan-lead__title::before {
    background-size: 77.5px 106px;
    width: 77.5px;
    height: 106px;
    left: 8px;
    top: 20px;
  }
}
.sanlyan-lead__title::after {
  background-image: url(/wp-content/uploads/sites/566/2023/09/sanlyan_tittle_ill02.svg);
  background-size: 176px 215px;
  width: 176px;
  height: 215px;
  right: 52px;
  top: -42px;
}
@media screen and (max-width: 700px) {
  .sanlyan-lead__title::after {
    background-size: 88px 107.5px;
    width: 88px;
    height: 107.5px;
    right: 8px;
    top: 20px;
  }
}

.sanlyan-lead__text {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: left;
  font-size: 18px;
  color: #000;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 700px) {
  .sanlyan-lead__text {
    font-size: 15px;
  }
}

.sanlyan-kinds {
  border-top: 1px solid #a5900a;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .sanlyan-kinds {
    margin-bottom: 40px;
  }
}

.sanlyan-kinds__box {
  border-bottom: 1px solid #a5900a;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 40px 0;
}
@media screen and (max-width: 700px) {
  .sanlyan-kinds__box {
    padding: 24px 0;
  }
}
.sanlyan-kinds__box__data {
  width: calc(100% - 420px - 60px);
}
@media screen and (max-width: 700px) {
  .sanlyan-kinds__box__data {
    width: 100%;
  }
}
.sanlyan-kinds__box__data__title {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .sanlyan-kinds__box__data__title {
    margin: 0 auto 20px;
  }
}
.sanlyan-kinds__box__data__title.sanlyan {
  max-width: 360px;
}
@media screen and (max-width: 700px) {
  .sanlyan-kinds__box__data__title.sanlyan {
    max-width: 240px;
  }
}
.sanlyan-kinds__box__data__title.blanton {
  max-width: 332px;
}
@media screen and (max-width: 700px) {
  .sanlyan-kinds__box__data__title.blanton {
    max-width: 240px;
  }
}
.sanlyan-kinds__box__data__text {
  text-align: left;
  margin: 0;
  line-height: 2.2;
}
@media screen and (max-width: 700px) {
  .sanlyan-kinds__box__data__text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
.sanlyan-kinds__box__img {
  max-width: 420px;
  width: 100%;
  margin-left: 60px;
}
@media screen and (max-width: 700px) {
  .sanlyan-kinds__box__img {
    margin-left: 0;
  }
}
.sanlyan-kinds__box__img figcaption {
  font-size: 16px;
  display: block;
  margin-top: 16px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sanlyan-kinds__box__img figcaption {
    font-size: 14px;
    line-height: 1.2;
  }
}

.sanlyan-choose {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 700px) {
  .sanlyan-choose {
    font-size: 20px;
  }
}
.sanlyan-choose img {
  width: 190px;
  margin-right: 20px;
  display: inline-block;
  margin-top: -10px;
}
@media screen and (max-width: 700px) {
  .sanlyan-choose img {
    width: 100px;
  }
}
.sanlyan-choose .em {
  color: #b50216;
  font-size: 36px;
  font-weight: 800;
}
@media screen and (max-width: 700px) {
  .sanlyan-choose .em {
    font-size: 24px;
  }
}

.sanlyan-choose__point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 700px) {
  .sanlyan-choose__point-list {
    margin: 0 0 20px 0;
  }
}
.sanlyan-choose__point-list__item {
  list-style: none;
  width: calc((100% - 40px) / 3);
  position: relative;
  border: 3px solid #a5900a;
}
.sanlyan-choose__point-list__item:not(:nth-child(3n)) {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .sanlyan-choose__point-list__item {
    width: 100%;
  }
  .sanlyan-choose__point-list__item:not(:nth-child(3n)) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.sanlyan-choose__point-list__title {
  font-family: "Roboto", sans-serif !important;
  color: #fff;
  background-color: #a5900a;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px;
  margin: 0px !important;
}
.sanlyan-choose__point-list__title span {
  font-size: 1.6rem;
  margin-left: 5px;
}
@media screen and (max-width: 700px) {
  .sanlyan-choose__point-list__title {
    font-size: 1rem;
    padding: 5px;
  }
  .sanlyan-choose__point-list__title span {
    font-size: 1.2rem;
    margin-left: 5px;
  }
}
.sanlyan-choose__point-list__text {
  color: #000 !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  margin: 0px !important;
  padding: 0px 0 28px;
}
@media screen and (max-width: 700px) {
  .sanlyan-choose__point-list__text {
    padding: 0px 0 16px;
    font-size: 1.1rem;
  }
}
.sanlyan-choose__point-list__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 0px 10px;
  margin: 18px 0 10px 0 !important;
  height: 102px;
}
.sanlyan-choose__point-list__img img {
  margin: 0;
}
.sanlyan-choose__point-list__img.point01 img {
  width: 118px;
}
.sanlyan-choose__point-list__img.point02 img {
  width: 92px;
}
.sanlyan-choose__point-list__img.point03 img {
  width: 118px;
}

.sanlyan-point {
  border: 3px solid #a5900a;
  background-color: #f8f4e6;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .sanlyan-point {
    margin-bottom: 20px;
  }
}
.sanlyan-point.point03 {
  margin-bottom: 140px;
}
@media screen and (max-width: 700px) {
  .sanlyan-point.point03 {
    margin-bottom: 60px;
  }
}
.sanlyan-point__wrap {
  padding: 0px 50px 50px 50px;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__wrap {
    padding: 20px 20px 20px 20px;
  }
}

.sanlyan-point__number {
  font-size: 22px;
  text-align: center;
  background-color: #a5900a;
  color: #fff;
  font-weight: 700;
  padding: 0px 0 0px 0;
  margin-bottom: 40px !important;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__number {
    font-size: 14px;
    margin-bottom: 0px !important;
  }
}
.sanlyan-point__number span {
  font-size: 30px;
  margin-left: 5px;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__number span {
    font-size: 18px;
  }
}

.sanlyan-point__copy01 {
  color: #a5900a;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__copy01 {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
}

.sanlyan-point__text01 {
  line-height: 2;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__text01 {
    font-size: 15px;
  }
}
.sanlyan-point__text01 .em {
  color: #b50216;
  font-weight: 600;
}
.sanlyan-point__text01.left {
  text-align: left;
}

.sanlyan-point__kensu01 {
  max-width: 690px;
  width: 100%;
  margin: 0 auto !important;
}
.sanlyan-point__kensu01__notes {
  color: #a5900a;
  text-align: right;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__kensu01__notes {
    font-size: 14px;
  }
}

.sanlyan-point__img01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.sanlyan-point__img01.point03 {
  margin-bottom: 46px;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__img01.point03 {
    margin-bottom: 30px;
  }
}
.sanlyan-point__img01__item {
  list-style: none;
  width: calc((100% - 48px) / 3);
}
.sanlyan-point__img01__item:not(:nth-child(3n)) {
  margin-right: 24px;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__img01__item {
    width: calc((100% - 0px) / 3);
  }
  .sanlyan-point__img01__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.sanlyan-bukken {
  margin-top: 80px;
}
@media screen and (max-width: 700px) {
  .sanlyan-bukken {
    margin-top: 30px;
  }
}

.sanlyan-tokusyu {
  border: 1px solid #a5900a;
  padding: 30px 30px 50px 30px;
  margin-top: 40px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .sanlyan-tokusyu {
    margin-top: 20px;
    padding: 12px 12px 20px 12px;
  }
}

.sanlyan-point__img02 {
  margin: 0px 0px 40px;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__img02 {
    margin-bottom: 10px;
  }
}

.sanlyan-point__copy02 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 36px;
  font-weight: 600;
  color: #a5900a;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__copy02 {
    font-size: 20px;
    margin-bottom: 0px !important;
  }
}

.sanlyan-point__text02 {
  text-align: left;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__text02 {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
}

.sanlyan-point__btn01 {
  display: block;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  background-color: #a5900a;
  color: #fff;
  padding: 16px 20px 16px 16px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__btn01 {
    font-size: 15px;
    padding: 10px 20px 10px 10px;
  }
}
.sanlyan-point__btn01::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 700px) {
  .sanlyan-point__btn01::before {
    right: 14px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.sanlyan-point__btn01:hover {
  background-color: #444;
  color: #fff;
  text-decoration: none;
}

.sanlyan-bukken__title {
  margin-bottom: 0px !important;
}
.sanlyan-bukken__title__icon {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 34px;
  font-weight: 800;
  padding-left: 68px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sanlyan-bukken__title__icon {
    font-size: 24px;
    padding-left: 50px;
  }
}
.sanlyan-bukken__title__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/uploads/sites/566/2023/09/icon-bukken.svg);
  background-size: 53px 62px;
  width: 53px;
  height: 62px;
}
@media screen and (max-width: 700px) {
  .sanlyan-bukken__title__icon::before {
    background-size: 37.1px 43.4px;
    width: 37.1px;
    height: 43.4px;
  }
}
.sanlyan-bukken__title__kensu {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  margin-left: 68px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .sanlyan-bukken__title__kensu {
    font-size: 16px;
    margin-left: 50px;
    margin-bottom: 20px !important;
  }
}

.sanlyan-point__title01 {
  color: #a5900a;
  font-weight: 600;
  text-align: center;
  border-top: 2px solid #a5900a;
  border-bottom: 2px solid #a5900a;
  font-size: 28px;
  padding: 5px 0 5px 0;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__title01 {
    font-size: 20px;
    margin-bottom: 30px !important;
  }
}

.sanlyan-point__title02 {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
  margin-bottom: 22px !important;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__title02 {
    font-size: 16px;
  }
}
.sanlyan-point__title02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #a5900a;
  width: 4px;
  height: 30px;
}
@media screen and (max-width: 700px) {
  .sanlyan-point__title02::before {
    height: 22px;
  }
}

.sanlyan-bukken__data {
  background-color: #fff;
  padding: 30px 30px 30px 45px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .sanlyan-bukken__data {
    padding: 20px;
  }
}
.sanlyan-bukken__data__inner {
  overflow-y: scroll;
  height: 330px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  .sanlyan-bukken__data__inner {
    padding-right: 20px;
    height: 200px;
    font-size: 13px;
  }
}

.sanlyan-tokuten {
  margin-bottom: 40px;
}

.sanlyan-tokuten__title {
  background-color: #b50216;
  color: #fff;
  position: relative;
  padding: 40px 30px 35px 30px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 32px !important;
  z-index: auto;
}
@media screen and (max-width: 700px) {
  .sanlyan-tokuten__title {
    font-size: 20px;
    padding: 24px 20px 20px 20px;
    line-height: 1.4;
    margin-bottom: 24px !important;
  }
}
.sanlyan-tokuten__title::before, .sanlyan-tokuten__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sanlyan-tokuten__title::before {
  top: -50px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #b50216;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .sanlyan-tokuten__title::before {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
.sanlyan-tokuten__title::after {
  background-image: url(/wp-content/uploads/sites/566/2023/09/sanlyan_icon_present_white.svg);
  background-size: 43px 51px;
  width: 43px;
  height: 51px;
  top: -30px;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .sanlyan-tokuten__title::after {
    top: -20px;
    background-size: 25.8px 30.6px;
    width: 25.8px;
    height: 30.6px;
  }
}

.sanlyan-tokuten__lead {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  color: #b50216;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .sanlyan-tokuten__lead {
    font-size: 16px;
    text-align: left;
  }
}

.sanlyan-tokuten__notes {
  background-color: #f7f7f7;
  padding: 15px 15px 15px 15px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .sanlyan-tokuten__notes {
    display: block;
  }
}
.sanlyan-tokuten__notes__title {
  background-color: #b50216;
  color: #fff;
  line-height: 24px;
  height: 24px;
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
  width: 80px;
}
@media screen and (max-width: 700px) {
  .sanlyan-tokuten__notes__title {
    margin-bottom: 10px;
  }
}
.sanlyan-tokuten__notes__data {
  width: calc(100% - 95px);
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: left;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .sanlyan-tokuten__notes__data {
    width: 100%;
  }
}

.sanlyan-urubai__list {
  list-style: none;
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0 40px 0;
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list {
    display: block;
  }
}
.sanlyan-urubai__list.start-4 {
  counter-reset: num 3;
}
.sanlyan-urubai__list.start-9 {
  counter-reset: num 8;
}
.sanlyan-urubai__list__item {
  position: relative;
  width: calc((99.9% - 50px) / 3);
  margin: 0px 0 25px 0;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list__item {
    width: 100%;
  }
}
.sanlyan-urubai__list__item:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.sanlyan-urubai__list__item:not(:nth-child(3n)) {
  margin-right: 25px;
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list__item:not(:nth-child(3n)) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sanlyan-urubai__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border: 22px solid transparent;
}
@media screen and (max-width: 1199px) {
  .sanlyan-urubai__list__item::before {
    width: 50px;
    height: 50px;
    border: 36px solid transparent;
  }
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list__item::before {
    width: 20px;
    height: 20px;
    border-width: 10px;
  }
}
.sanlyan-urubai__list__item.item01::before {
  border-top-color: #b6334b;
  border-left-color: #b6334b;
}
.sanlyan-urubai__list__item.item02::before {
  border-top-color: #d35097;
  border-left-color: #d35097;
}
.sanlyan-urubai__list__item.item03::before {
  border-top-color: #9157a7;
  border-left-color: #9157a7;
}
.sanlyan-urubai__list__item.item04::before {
  border-top-color: #4951b4;
  border-left-color: #4951b4;
}
.sanlyan-urubai__list__item.item05::before {
  border-top-color: #2985ba;
  border-left-color: #2985ba;
}
.sanlyan-urubai__list__item.item06::before {
  border-top-color: #248855;
  border-left-color: #248855;
}
.sanlyan-urubai__list__item.item07::before {
  border-top-color: #679e2c;
  border-left-color: #679e2c;
}
.sanlyan-urubai__list__item.item08::before {
  border-top-color: #e29611;
  border-left-color: #e29611;
}
.sanlyan-urubai__list__item.item09::before {
  border-top-color: #dd6e24;
  border-left-color: #dd6e24;
}
.sanlyan-urubai__list__item.item09::before {
  border-top-color: #dd6e24;
  border-left-color: #dd6e24;
}
.sanlyan-urubai__list__item.item10::before {
  border-top-color: #ce1616;
  border-left-color: #ce1616;
}
.sanlyan-urubai__list__link {
  display: block;
  padding: 70px 45px 28px;
  text-decoration: none !important;
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list__link {
    padding: 50px 20px 10px;
  }
}
.sanlyan-urubai__list__sub {
  position: absolute;
  top: 14px;
  right: 12px;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  padding-top: 10px;
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list__sub {
    top: 5px;
    right: 0px;
    margin-bottom: 0px !important;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px 0px 35px;
  }
}
.item01 .sanlyan-urubai__list__sub {
  color: #b6334b;
}
.item02 .sanlyan-urubai__list__sub {
  color: #d35097;
}
.item03 .sanlyan-urubai__list__sub {
  color: #9157a7;
}
.item04 .sanlyan-urubai__list__sub {
  color: #4951b4;
}
.item05 .sanlyan-urubai__list__sub {
  color: #2985ba;
}
.item06 .sanlyan-urubai__list__sub {
  color: #248855;
}
.item07 .sanlyan-urubai__list__sub {
  color: #679e2c;
}
.item08 .sanlyan-urubai__list__sub {
  color: #e29611;
}
.item09 .sanlyan-urubai__list__sub {
  color: #dd6e24;
}
.item10 .sanlyan-urubai__list__sub {
  color: #ce1616;
}
.sanlyan-urubai__list__sub::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  margin-left: 10px;
  font-size: 40px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0.75;
  letter-spacing: -0.08em;
  display: inline-block;
  margin-top: -10px;
}
@media screen and (max-width: 1199px) {
  .sanlyan-urubai__list__sub::after {
    font-size: 65px;
  }
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list__sub::after {
    font-size: 28px;
    margin-right: 5px;
    margin-top: -6px;
  }
}
.item01 .sanlyan-urubai__list__sub::after {
  color: #b6334b;
}
.item02 .sanlyan-urubai__list__sub::after {
  color: #d35097;
}
.item03 .sanlyan-urubai__list__sub::after {
  color: #9157a7;
}
.item04 .sanlyan-urubai__list__sub::after {
  color: #4951b4;
}
.item05 .sanlyan-urubai__list__sub::after {
  color: #2985ba;
}
.item06 .sanlyan-urubai__list__sub::after {
  color: #248855;
}
.item07 .sanlyan-urubai__list__sub::after {
  color: #679e2c;
}
.item08 .sanlyan-urubai__list__sub::after {
  color: #e29611;
}
.item09 .sanlyan-urubai__list__sub::after {
  color: #dd6e24;
}
.item10 .sanlyan-urubai__list__sub::after {
  color: #ce1616;
}
.sanlyan-urubai__list__icon {
  margin: 0 auto 16px;
  width: 92px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list__icon {
    width: 55.2px;
    height: 50.4px;
  }
}
.sanlyan-urubai__list__icon img {
  display: block;
}
.item01 .sanlyan-urubai__list__icon {
  max-width: 62px;
}
@media screen and (max-width: 700px) {
  .item01 .sanlyan-urubai__list__icon {
    max-width: 51.6666666667px;
  }
}
.item02 .sanlyan-urubai__list__icon {
  max-width: 56px;
}
@media screen and (max-width: 700px) {
  .item02 .sanlyan-urubai__list__icon {
    max-width: 46.6666666667px;
  }
}
.item03 .sanlyan-urubai__list__icon {
  max-width: 50px;
}
@media screen and (max-width: 700px) {
  .item03 .sanlyan-urubai__list__icon {
    max-width: 41.6666666667px;
  }
}
.item04 .sanlyan-urubai__list__icon {
  max-width: 65px;
}
@media screen and (max-width: 700px) {
  .item04 .sanlyan-urubai__list__icon {
    max-width: 54.1666666667px;
  }
}
.item05 .sanlyan-urubai__list__icon {
  max-width: 66px;
}
@media screen and (max-width: 700px) {
  .item05 .sanlyan-urubai__list__icon {
    max-width: 55px;
  }
}
.item06 .sanlyan-urubai__list__icon {
  max-width: 62px;
}
@media screen and (max-width: 700px) {
  .item06 .sanlyan-urubai__list__icon {
    max-width: 51.6666666667px;
  }
}
.item07 .sanlyan-urubai__list__icon {
  max-width: 91px;
}
@media screen and (max-width: 700px) {
  .item07 .sanlyan-urubai__list__icon {
    max-width: 75.8333333333px;
  }
}
.item07 .sanlyan-urubai__list__icon.housecleaning {
  max-width: 62px;
}
@media screen and (max-width: 700px) {
  .item07 .sanlyan-urubai__list__icon.housecleaning {
    max-width: 51.6666666667px;
  }
}
.item08 .sanlyan-urubai__list__icon {
  max-width: 42px;
}
@media screen and (max-width: 700px) {
  .item08 .sanlyan-urubai__list__icon {
    max-width: 35px;
  }
}
.item09 .sanlyan-urubai__list__icon {
  max-width: 76px;
}
@media screen and (max-width: 700px) {
  .item09 .sanlyan-urubai__list__icon {
    max-width: 3.5849056604px;
  }
}
.item10 .sanlyan-urubai__list__icon {
  max-width: 76px;
}
@media screen and (max-width: 700px) {
  .item10 .sanlyan-urubai__list__icon {
    max-width: 38px;
  }
}
.sanlyan-urubai__list__icon img {
  transform: scale(1) !important;
}
.sanlyan-urubai__list__title {
  margin-bottom: 0px !important;
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .sanlyan-urubai__list__title {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list__title {
    margin-bottom: 5px !important;
    line-height: 1.4;
    font-size: 18px;
  }
}
.sanlyan-urubai__list__text {
  color: #444;
  font-size: 13px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 700px) {
  .sanlyan-urubai__list__text {
    margin-bottom: 10px !important;
  }
}/*# sourceMappingURL=style.css.map */