@charset "utf-8";
/*main.scss(1.0.0)*/
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ header.scss
 ********************************************/
.logo_wrapper {
  max-width: 235px;
  margin-right: 55px;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .logo_wrapper {
    margin-right: 35px;
  }
}
@media (max-width: 1024px) {
  .logo_wrapper {
    max-width: 200px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .logo_wrapper {
    max-width: 160px;
    padding-left: 10px;
  }
}
.logo_wrapper .logo {
  width: 100%;
  display: block;
}
.logo_wrapper .logo__img {
  width: 100%;
}
.header {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 10;
  height: 70px;
  top: 0 !important;
  position: fixed;
  transition: 0.4s all;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header__description {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #f2ece5;
}
@media screen and (max-width: 1024px) {
  .header__description {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .header__description {
    padding: 0 6%;
    display: none;
  }
}
.header__description__wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
}
.header__wrap {
  position: relative !important;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  transition: 0.3s;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .header__wrap {
    position: fixed !important;
  }
}
@media screen and (max-width: 767px) {
}
.header__wrap .header__fixed {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 111;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1200px) {
  .header__wrap .header__fixed {
    margin: 0;
  }
}
.header__bundle {
  position: fixed;
  top: -10px;
  right: calc((100% - 944px) / 2);
  z-index: 100;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .header__bundle {
    right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header__bundle {
    padding-right: 0;
    top: auto;
    right: auto;
    left: 0;
    bottom: -2px;
    padding: 0 5px;
    width: 100%;
  }
}
.header__bundle__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__bundle__wrap {
    justify-content: center;
    align-items: center;
  }
}
.header__bundle__bg {
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #111;
  background-size: cover;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header__bundle__bg {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
  }
}
.header__info {
  height: 70px;
  padding: 20px 30px 15px;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header__info {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header__info {
    height: auto;
    padding: 7px 30px 9px;
    width: 100%;
  }
}
.header__info--tel {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #25201d;
  display: block;
  line-height: 1em;
  text-align: center;
  margin: 0 0 7px;
  border-bottom: 2px dotted #755044;
  box-sizing: border-box;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .header__info--tel {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__info--tel img {
    max-width: 146px;
  }
}
.header__info--tel--icon {
  width: 29px;
  height: 29px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .header__info--tel--icon {
    width: 20px;
    height: 20px;
  }
}
.header__info--hours {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1em;
  color: #25201d;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__info--hours {
    flex-wrap: wrap;
    font-size: 1.2rem;
  }
}
.header__info--close {
  font-size: 1.4rem;
  font-weight: 500;
  color: #25201d;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  .header__info--close {
    font-size: 1.2rem;
  }
}
.header__cta {
  display: none;
}
@media (min-width: 1025px) {
  .header__cta {
    height: 70px;
    padding: 15px 30px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
}
.header__cta > i {
  font-size: 3rem;
  position: absolute;
  top: 10px;
  left: calc(50% - 1.5rem);
}
.header__cta--span {
  font-size: 1.3rem;
  line-height: 1em;
  position: relative;
  top: 18px;
}
.header__layout {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__layout {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header__layout {
    height: 50px;
  }
}
.header__fixed__button {
  position: absolute;
  right: 75px;
  top: 0;
  height: 70px;
  display: flex;
  z-index: 112;
}
@media screen and (max-width: 1024px) {
  .header__fixed__button {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header__fixed__button {
    right: 50px;
  }
}
.header__fixed__button__tel {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .header__fixed__button__tel {
    display: none;
  }
}
.header__fixed__button__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #73a4c7;
  box-sizing: border-box;
  padding: 0 20px;
  height: 70px;
}
.header__fixed__button__tel a:before {
  content: "\f879";
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  margin-top: -14px;
}
.header__fixed__button__tel__number {
  position: relative;
  font-size: 3.4rem;
  line-height: 3.4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
}
.header__fixed__button__tel__number span {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  letter-spacing: 0px;
  display: block;
  margin-left: -10px;
}
.header__fixed__button__menu {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  right: 0;
  transition: 0.3s;
  top: 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .header__fixed__button__menu {
    right: 0;
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header__fixed__button__menu {
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
  }
}
.header__sp-menu {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.5s;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header__sp-menu {
    width: 40px;
    height: 40px;
  }
}
.header__sp-menu span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background-color: #23567a;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__sp-menu span {
    height: 3px;
  }
}
.header__sp-menu span:nth-of-type(1) {
  top: 15px;
  width: 36px;
}
@media screen and (max-width: 767px) {
  .header__sp-menu span:nth-of-type(1) {
    top: 10px;
    width: 22px;
  }
}
.header__sp-menu span:nth-of-type(2) {
  top: 27px;
  width: 36px;
}
@media screen and (max-width: 767px) {
  .header__sp-menu span:nth-of-type(2) {
    top: 19px;
    width: 22px;
  }
}
.header__sp-menu span:nth-of-type(3) {
  top: 40px;
  width: 36px;
}
@media screen and (max-width: 767px) {
  .header__sp-menu span:nth-of-type(3) {
    top: 28px;
    width: 22px;
  }
}
.header__menu {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  padding-right: 80px;
}
@media (max-width: 1300px) {
  .header__menu {
    display: none;
  }
}
.header__menu-list {
  display: flex;
  align-items: center;
}
.header__menu-item {
  color: #000242;
  font-size: 1.4rem;
  margin: 0 35px 0 0;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .header__menu-item {
    margin: 0 25px 0 0;
  }
}
.header__menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background: rgba(242, 245, 244, 0.7);
  color: #111;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 0.3s;
  white-space: nowrap;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.header__menu-item .sub-menu .header__menu-item {
  padding: 2px 0;
  margin: 0;
}
.header__menu-item .sub-menu .header__menu-item a {
  color: #222;
  pointer-events: all;
  text-shadow: none;
  padding-right: 35px;
  width: 100%;
}
.header__menu-item .sub-menu .header__menu-item a:before {
  display: none !important;
}
.header__menu-item .sub-menu .header__menu-item a:hover {
  color: #587e73;
}
.header__menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.header__menu-item > .header__menu-link {
  display: inline-block;
  position: relative;
  padding: 10px 5px;
}
.header__menu-item > .header__menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #587e73;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.3s;
}
.header__menu-item:hover > .header__menu-link {
  opacity: 1;
}
.header__menu-item:hover > .header__menu-link:before {
  opacity: 1;
  transform: scaleX(1);
}
.header__menu-item.menu-item-has-children {
  box-sizing: border-box;
}
.header__menu-item.menu-item-has-children:hover a {
  opacity: 1;
}
.header__menu-item.menu-item-has-children a {
  position: relative;
  pointer-events: none;
}
.header__menu-item.menu-item-has-children > a:after {
  position: absolute;
  top: 54%;
  right: -9px;
  content: "";
  display: block;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #587e73 transparent transparent transparent;
}
.header__menu-item a {
  color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 1400px) {
  .header__menu-item a {
    font-size: 1.3rem;
  }
}
.header__menu-item:hover a {
  opacity: 1;
}
.header__menu-item:last-child {
  margin: 0;
}
.header__menu-link {
  display: block;
}
/*NOTE Import another Scss*/
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ footer.scss
 ********************************************/
.line-filling {
  pointer-events: none;
}
.line-filling span {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .line-filling {
    display: none;
  }
}
.global-nav__cta .line-filling {
  display: none;
}
.footer {
  background-color: #fff;
}
.home .footer {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sp-footer {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-footer {
    display: none;
  }
}
.sp-footer.global-nav__footer-menu {
  display: block;
  background: #fff;
}
.sp-footer.global-nav__footer-menu .sp-footer-menu {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  box-sizing: border-box;
  padding: 0;
}
.pc-footer {
  display: none;
}
@media (min-width: 768px) {
  .pc-footer {
    display: block;
    margin-bottom: 8%;
  }
}
@media (min-width: 1025px) {
  .pc-footer {
    display: block;
    margin-bottom: 80px;
  }
}
.sp-footer__banner {
  text-align: center;
  box-sizing: border-box;
  padding: 0 6%;
}
.sp-footer__banner a {
  display: inline-block;
}
.sp-footer__banner img {
  max-width: 290px;
  width: 100%;
}
.recommend-banner__slider--list {
  position: relative;
}
.recommend-banner__slider--list .prevbtn {
  width: 30px;
  height: 30px;
  border-radius: 25px;
  top: calc(50% - 15px);
  left: 15px;
}
.recommend-banner__slider--list .prevbtn::before {
  width: 5px;
  height: 8px;
  top: calc(50% - 4px);
  left: calc(50% - 3px);
}
.recommend-banner__slider--list .nextbtn {
  width: 30px;
  height: 30px;
  border-radius: 25px;
  top: calc(50% - 15px);
  right: 15px;
}
.recommend-banner__slider--list .nextbtn::before {
  width: 5px;
  height: 8px;
  top: calc(50% - 4px);
  right: calc(50% - 3px);
}
.recommend-banner__slider--img {
  width: 270px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.sp-footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8% 6% 9%;
}
.sp-footer-menu__item {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /*
   &:not(.menu-item-has-children) {
   position: relative;
   & > a {
   position: relative;
   &:after {
   content: "\f105";
   position: absolute;
   right: 6%;
   top: 50%;
   transform: translateY(-50%);
   font-size: 1.8rem;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   color: #fff;
   }
   }
   }
   */
}
.sp-footer-menu__item:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #9a9a9a;
}
.sp-footer-menu__item:first-child:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #9a9a9a;
}
.sp-footer-menu__item.menu-item-has-children {
  position: relative;
}
.sp-footer-menu__item.menu-item-has-children > a {
  pointer-events: auto;
  position: relative;
  cursor: pointer;
}
.sp-footer-menu__item.menu-item-has-children > a:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #9a9a9a;
}
.sp-footer-menu__item.menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
}
.sp-footer-menu__item.menu-item-has-children > a.is-active:after {
  content: "-";
  top: 45%;
}
.sp-footer-menu__item--link {
  width: 100%;
  padding: 20px 6%;
  font-size: 1.4rem;
  font-weight: 500;
  color: #262626;
  display: block;
  box-sizing: border-box;
}
.sp-footer-menu__item--link br {
  display: none;
}
.sp-footer-menu__item .sub-menu {
  display: none;
}
.sp-footer-menu__item .sub-menu li {
  position: relative;
}
.sp-footer-menu__item .sub-menu li:before {
  display: none;
}
.sp-footer-menu__item .sub-menu li:last-child {
  border-bottom: none;
}
.sp-footer-menu__item .sub-menu li a {
  width: 100%;
  padding: 20px 6%;
  font-size: 1.4rem;
  color: #fff;
  background: #427a6e;
  pointer-events: auto;
  position: relative;
}
.sp-footer-menu__item .sub-menu li a:hover {
  background: #427a6e;
}
.sp-footer-menu__item .sub-menu li a:after {
  display: none;
}
.sp-footer-menu__item--open {
  position: relative;
  display: flex;
  align-items: center;
}
.sp-footer-menu__item--open::after {
  transition: all 0.25s ease;
  content: "";
  position: absolute;
  right: 8%;
  width: 8px;
  top: 13px;
  height: 13px;
  background-image: url("../../../../images/icon/arrow_menu.svg");
  background-size: cover;
  display: block;
}
.sp-footer-menu--accordion {
  width: 100%;
}
.sp-footer-menu--accordion .sp-ffooter-menu__item {
  display: none;
}
.sp-footer-menu--accordion .sp-footer-menu__item {
  width: 100%;
}
.sp-footer-menu--accordion .sp-footer-menu__item:last-child {
  border-bottom: none;
}
.pc-footer__banner {
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  .pc-footer__banner {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .pc-footer__banner-item {
    width: 23%;
    height: auto;
    margin: 0;
  }
}
.pc-footer__banner-item--link {
  padding: 0 10px;
  display: block;
}
.pc-footer__banner-item--link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .pc-footer__wrap {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .pc-footer__wrap {
    padding: 0;
  }
}
.pc-footer-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.pc-footer-menu__wrap {
  position: relative;
}
@media (min-width: 768px) {
  .pc-footer-menu__wrap--left {
    width: 100%;
    margin: 0 0 70px;
  }
}
@media (min-width: 1025px) {
  .pc-footer-menu__wrap--left {
    width: 50%;
    margin: 0 3% 0 0;
  }
}
.pc-footer-menu__wrap--center {
  position: relative;
}
@media (min-width: 768px) {
  .pc-footer-menu__wrap--center {
    width: 100%;
    margin: 0 0 80px;
  }
}
@media (min-width: 1025px) {
  .pc-footer-menu__wrap--center {
    width: 47%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .pc-footer-menu__wrap--center .pc-footer-menu__item:last-child {
    width: 33%;
  }
}
@media (min-width: 1025px) {
  .pc-footer-menu__wrap--center .pc-footer-menu__item:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pc-footer-menu__wrap--right {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .pc-footer-menu__wrap--right {
    width: 27%;
  }
}
@media (min-width: 768px) {
  .pc-footer-menu__wrap--right .pc-footer-menu__item {
    width: 33%;
  }
}
@media (min-width: 1025px) {
  .pc-footer-menu__wrap--right .pc-footer-menu__item {
    width: 100%;
  }
}
.pc-footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.pc-footer-menu__item {
  padding: 0 0 40px 0;
  box-sizing: border-box;
  width: 20%;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 500;
  letter-spacing: 0;
}
.pc-footer-menu__item:nth-child(5n) {
  padding: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .pc-footer-menu__item {
    font-size: 1.4rem;
    line-height: 1.9rem;
    width: 25%;
  }
  .pc-footer-menu__item:nth-child(5n) {
    padding: 0 0 40px 0;
  }
  .pc-footer-menu__item:nth-child(4n) {
    padding: 0 0 40px;
  }
}
.pc-footer-menu__item.menu-item-has-children > a {
  pointer-events: none;
}
.pc-footer-menu__item--link {
  color: #262626;
  padding: 0 20px 10px 0;
  box-sizing: border-box;
  display: block;
  font-size: 1.6rem;
  line-height: 2.1rem;
  position: relative;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pc-footer-menu__item--link {
    font-size: 1.4rem;
    line-height: 1.9rem;
    padding: 0 15px 10px 0;
  }
}
.pc-footer-menu__item .sub-menu {
  box-sizing: border-box;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .pc-footer-menu__item .sub-menu {
    padding-right: 0;
  }
}
.pc-footer-menu__item .sub-menu li {
  margin: 10px 0 0;
  width: 100%;
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.pc-footer-menu__item .sub-menu li a {
  color: #262626;
  padding: 0;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  border: none;
  pointer-events: auto;
  position: relative;
  height: auto;
}
.pc-footer-menu__item .sub-menu li a:before {
  display: inline-block;
  content: '-';
  margin-right: 3px;
  color: #262626;
}
@media screen and (max-width: 1024px) {
  .pc-footer-menu__item .sub-menu li a {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
.pc-footer-end {
  width: 100%;
  padding: 60px 0 120px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #1b1b1b;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .pc-footer-end {
    padding: 50px 0 110px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pc-footer-end {
    padding: 30px 6% 110px;
    font-size: 1.3rem;
    margin-top: -1px;
  }
}
@media (max-width: 475px) {
  .pc-footer-end {
    padding: 20px 6% 100px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.pc-footer-end.pc-footer-end-bg {
  background-color: #f0f0e2;
  padding: 30px 0 120px;
}
@media screen and (max-width: 1024px) {
  .pc-footer-end.pc-footer-end-bg {
    padding: 20px 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .pc-footer-end.pc-footer-end-bg {
    padding: 20px 6% 110px;
  }
}
@media (max-width: 475px) {
  .pc-footer-end.pc-footer-end-bg {
    padding: 20px 6% 100px;
  }
}
.pc-footer-end .jigyo-saikochiku {
  margin-top: 10px;
  font-size: 1.5rem;
  color: #555;
}
@media screen and (max-width: 767px) {
  .pc-footer-end .jigyo-saikochiku {
    font-size: 1.2rem;
  }
}
.pc-footer__logo {
  margin: 0 0 30px;
  display: inline-block;
}
.pc-footer__logo--img {
  width: 201px;
}
.copyright {
  color: #1b1b1b;
  display: block;
}
.pc-footer-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .pc-footer-wrapper {
    width: 100%;
    padding: 7% 3% 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  .pc-footer-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .pc-footer-wrapper {
    padding: 8% 0 0;
  }
}
.footer-button {
  width: 100%;
  max-width: 944px;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer-button {
    margin: 6% auto 0;
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .footer-button {
    margin: 9% auto 0;
    padding: 0 6%;
  }
}
.footer-button a {
  display: inline-block;
}
.footer-button a img {
  width: 100%;
}
.pc-footer li.parent > a {
  pointer-events: none;
}
.display_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .display_pc {
    display: none;
  }
}
.footer__icon-button {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer__icon-button {
    padding: 7% 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__icon-button {
    padding: 7% 6% 0;
    max-width: 450px;
  }
}
.footer__icon-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__icon-button-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
.footer__icon-button-wrap__item:nth-child(1) {
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .footer__icon-button-wrap__item:nth-child(1) {
    width: 42px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__icon-button-wrap__item:nth-child(1) {
    width: 42px;
    margin-right: 0;
  }
}
.footer__icon-button-wrap__item:nth-child(2) {
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .footer__icon-button-wrap__item:nth-child(2) {
    width: 42px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__icon-button-wrap__item:nth-child(2) {
    width: 42px;
    margin-right: 0;
  }
}
.footer__icon-button-wrap__item:nth-child(3) {
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .footer__icon-button-wrap__item:nth-child(3) {
    width: 42px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__icon-button-wrap__item:nth-child(3) {
    width: 42px;
    margin-right: 0;
  }
}
.footer__icon-button-wrap__item:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .footer__icon-button-wrap__item:nth-child(4) {
    width: 42px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__icon-button-wrap__item:nth-child(4) {
    width: 42px;
    margin-right: 0;
  }
}
.footer__icon-button__item {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer__icon-button__item {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 8%;
  }
  .footer__icon-button__item img {
    max-width: 200px;
    width: 100%;
  }
}
.footer__area {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 0 0;
  background-image: url("../../../../images/top/footer_bg_img_01_pc.jpg");
  background-position: center top;
  background-size: cover;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer__area {
    padding: 7% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__area {
    padding: 12% 0 0;
    background-image: url("../../../../images/top/footer_bg_img_01_sp.jpg");
    background-position: center top;
    background-size: cover;
  }
}
.footer__area h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .footer__area h2 {
    margin-bottom: 5%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .footer__area h2 {
    margin-bottom: 7%;
    padding: 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .footer__area h2.pc_heading {
    display: none;
  }
}
.footer__area h2.sp_heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__area h2.sp_heading {
    display: block;
  }
}
.footer__area__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer__area__contents {
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .footer__area__contents {
    padding: 0 6%;
  }
}
.footer__area__left {
  width: 420px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__area__left {
    width: 45%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .footer__area__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
}
.footer__area__left img {
  display: block;
}
.footer__area__right {
  width: calc(100% - 460px);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer__area__right {
    width: 51%;
  }
}
@media screen and (max-width: 767px) {
  .footer__area__right {
    width: 100%;
  }
}
.footer__area__right p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #1b1b1b;
}
@media screen and (max-width: 1024px) {
  .footer__area__right p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__area__right p {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .footer__area__right p .pc_only {
    display: none;
  }
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ breadcrumb.scss
 ********************************************/
.breadcrumb {
  width: 100%;
  height: 50px;
  margin: 60px 0 0;
  /*border-top: 1px solid darken($white, 10%);*/
  /*border-bottom: 1px solid darken($white, 10%);*/
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    margin: 49px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 45px;
    margin: 39px 0 0;
  }
}
.breadcrumb__list {
  max-width: 100%;
  height: 45px;
  margin: 0 3%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .breadcrumb__list {
    width: 1024px;
    height: 50px;
    margin: 0 auto;
  }
}
.breadcrumb__item {
  width: auto;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #222;
}
@media (min-width: 768px) {
  .breadcrumb__item {
    font-size: 1.5rem;
  }
}
.breadcrumb__item::after {
  content: "\f054";
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0 10px;
  display: block;
}
.breadcrumb__item:last-child::after {
  content: none;
}
.breadcrumb__link {
  color: inherit;
}
.breadcrumb__link--home {
  display: flex;
  align-items: center;
}
.breadcrumb__link--home::before {
  content: "\f015";
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 3px 0 0;
  display: block;
}
/*パンくず内施工事例タクソノミーページを非表示*/
.breadcrumb__item.works_cat {
  display: none;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/* NOTE sub-page.scss */
.sub-page {
  /*p {
   font-size: 1.3rem;
   @include tablet {
   font-size: 1.5rem;
   }
   }*/
}
.sub-page__hero {
  width: 100%;
  height: 200px;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
  position: relative;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.42), 0px 0px 20px rgba(0, 0, 0, 0.42);
}
@media (min-width: 768px) {
  .sub-page__hero {
    height: 410px;
    border-radius: 3px;
  }
}
.sub-page__hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.sub-page__hero--section {
  position: absolute;
  bottom: 20px;
  left: 3%;
  z-index: 1;
}
@media (min-width: 768px) {
  .sub-page__hero--section {
    bottom: 50px;
    left: 50px;
  }
}
.sub-page__hero--sub {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  color: white;
  display: block;
}
@media (min-width: 768px) {
  .sub-page__hero--sub {
    font-size: 1.4rem;
  }
}
.sub-page__hero--h2 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #fff;
}
@media (min-width: 768px) {
  .sub-page__hero--h2 {
    font-size: 2.4rem;
  }
}
.sub-page__btn--pager {
  max-width: 400px;
  width: 100%;
  margin: 50px auto 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sub-page__btn--pager {
    margin: 5% auto 4%;
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__btn--pager {
    margin: 7% auto 6%;
    max-width: 600px;
    padding: 0 6%;
  }
}
.sub-page__btn--pager ul li {
  float: left;
  width: 48%;
}
.sub-page__btn--pager ul li:first-of-type {
  margin-right: 4%;
}
.sub-page__btn--pager ul li:last-of-type {
  float: right;
}
.sub-page__btn--pager ul li a {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  box-sizing: border-box;
  background: #009377;
  color: #fff;
  border: none;
}
.sub-page__btn--pager ul li a:hover {
  background: #487acf;
  opacity: 1;
}
.sub-page__btn--pager div {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .sub-page__btn--pager div {
    margin-top: 2%;
  }
}
.sub-page__btn--pager div a {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  border: 2px solid #645a5a;
  border-radius: 5px;
  box-sizing: border-box;
  background: #487acf;
  color: #fff;
  border: none;
}
.sub-page__btn--pager div a:hover {
  background: #009377;
  opacity: 1;
}
.sub-page__btn--color_01 a {
  background: #009377 !important;
  color: #fff !important;
}
.sub-page__btn--color_02 a {
  background: #487acf !important;
  color: #fff !important;
}
.sub-page__vert-card {
  margin-bottom: -4%;
}
@media (min-width: 1025px) {
  .sub-page__vert-card {
    margin-bottom: -15px;
  }
}
.sub-page__vert-card--margin {
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  .sub-page__vert-card--margin {
    margin: 0 2% 4% 0;
  }
  .sub-page__vert-card--margin:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .sub-page__vert-card--margin {
    margin: 0 15px 15px 0;
  }
}
.sub-page__vert-card-item {
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  .sub-page__vert-card-item {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .sub-page__vert-card-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .sub-page__vert-card-item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.sub-page .hori-card__item:not(:first-of-type) {
  margin-top: 2%;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ sidebar.scss
 ********************************************/
.side li {
  list-style: none;
}
.side .widget li {
  margin-bottom: 10px;
}
.side .widget li:last-of-type {
  margin-bottom: 0;
}
.side-ttl {
  position: relative;
}
.side-ttl__pt1-section {
  margin: 0 0 20px 10px;
  position: relative;
}
.side-ttl__pt1-section::before {
  content: "";
  height: calc(100% + 7px);
  border-left: 3px solid #009377;
  position: absolute;
  top: -4px;
  left: -5px;
}
.side-ttl__pt1--sub {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.175rem;
  color: #009377;
  position: relative;
  top: -7px;
  left: 10px;
}
.side-ttl__pt1--head {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #222;
  position: relative;
  top: -3px;
  left: 10px;
}
.side-ttl__pt2-section {
  margin: 0 0 20px 0;
  text-align: center;
  position: relative;
}
.side-ttl__pt2--sub {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  color: #009377;
  position: relative;
  top: -7px;
}
.side-ttl__pt2--head {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125em;
  color: #222;
  position: relative;
  top: -3px;
}
.side-ttl__pt3-section {
  background: #009377;
  margin: 0;
  text-align: center;
  position: relative;
}
.side-ttl__pt3--sub {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  color: #009377;
  position: relative;
  top: -7px;
}
.side-ttl__pt3--head {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125em;
  color: #fff;
  position: relative;
  top: 0;
  padding: 12.5px;
}
.side-menu {
  margin-bottom: 30px;
}
.side-menu__list--col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.side-menu__item {
  width: 100%;
  margin-bottom: 2px;
}
.side-menu__item--shadow {
  margin: 0 0 10px;
}
.side-menu__item--shadow .side-menu__item--link {
  width: 100%;
  padding: 14px 10px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.175rem;
  color: #222;
  background-color: rgba(0, 147, 119, 0.1);
  display: block;
  box-sizing: border-box;
  transition: 0.4s ease-out;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .side-menu__item--shadow .side-menu__item--link {
    font-size: 1.3rem;
  }
}
.side-menu__item--shadow .side-menu__item--link--col2 {
  width: 100%;
}
.side-menu__item--shadow .side-menu__item--link:hover {
  color: #fff;
  box-shadow: none;
  position: relative;
  opacity: 1;
  background: rgba(0, 147, 119, 0.75);
  transition: 0.4s ease-out;
}
.side-menu__item--bord:last-child {
  margin: 0;
}
.side-menu__item--bord .side-menu__item--link {
  padding: 15px 60px 20px 15px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.175rem;
  color: #222;
  background-color: rgba(0, 147, 119, 0.1);
  display: block;
  position: relative;
}
.side-menu__item--bord .side-menu__item--link:hover {
  box-shadow: none;
}
.side-menu__item--col2 {
  display: flex;
  width: 49%;
}
.side-menu__item--count {
  color: #fff;
  background-color: #009377;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  padding: 4px 10px 0;
  min-width: 25px;
  height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1.2em;
  box-sizing: content-box;
}
.side-menu__btn a {
  background-color: #009377;
  width: 100%;
  border-radius: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .side-menu__btn a {
    max-height: 60px;
    height: 15vw;
  }
}
.side-menu__btn a i {
  font-size: 3rem;
  margin-right: 4%;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}
.side-menu__btn a small {
  font-size: 1.2rem;
  font-weight: 400;
}
.side-recommend__item--link {
  display: block;
}
.side-recommend__item--img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.side-recommend li {
  list-style: none;
  margin-bottom: 10px;
}
.side-recommend li:last-of-type {
  margin-bottom: 0;
}
.side .widget li {
  margin-bottom: 10px;
}
.side .widget li:last-of-type {
  margin-bottom: 0;
}
.side-recommend li {
  list-style: none;
  margin-bottom: 10px;
}
.side-recommend li:last-of-type {
  margin-bottom: 0;
}
.parent_term, .parent_term a {
  padding: 13px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  background: #510614 !important;
  color: #fff !important;
  box-sizing: border-box;
}
.side-menu.side-menu-works {
  border: 1px solid #645a5a;
  box-sizing: border-box;
}
.side-menu.side-menu-works .side-menu__item {
  margin-bottom: 0;
}
.side-menu.side-menu-works .side-menu__item--bord .side-menu__item--link {
  background-color: initial;
  border-bottom: 1px solid #645a5a;
}
.side-menu.side-menu-works .side-menu__item--bord .side-menu__item--link:hover {
  opacity: 1;
}
.side-menu.side-menu-works .side-menu__item--count {
  padding: 4px 7px 0;
  min-width: initial;
}
.side-menu .section-works__choose__list__item {
  width: 100%;
  margin-right: 0;
}
.side-menu .section-works__choose__list__item__button {
  padding: 15px 10px;
  font-size: 1.3rem;
  border-top: 1px solid #645a5a;
  position: relative;
  cursor: pointer;
}
.side-menu .section-works__choose__list__item__button i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 3%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.side-menu .section-works__choose__list__item__button i:before {
  display: block;
  content: "";
  background-color: #645a5a;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-menu .section-works__choose__list__item__button i:after {
  display: block;
  content: "";
  background-color: #645a5a;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-menu .section-works__choose__list__item__button.is-open i:after {
  content: none;
}
.side-menu .section-works__choose__list__item__hide {
  position: relative;
  max-height: none;
  border: none;
  padding: 20px 0;
}
.side-menu .section-works__choose__list__item__hide-item a {
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #222;
}
.side-menu .section-works__choose__list__item__hide-item a .side-menu__item--text {
  position: relative;
  display: inline-block;
}
.side-menu .section-works__choose__list__item__hide-item a .side-menu__item--text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #222;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.3s;
}
.side-menu .section-works__choose__list__item__hide-item a:hover {
  opacity: 1;
}
.side-menu .section-works__choose__list__item__hide-item a:hover .side-menu__item--text::after {
  opacity: 1;
  transform: scaleX(1);
}
.side-menu .section-works__choose__list__item__hide-item a:after {
  display: none;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #272b75;
}
.side-menu__item--shadow .side-menu__item--link {
  position: relative;
}
.side-menu__item {
  width: 100% !important;
}
.side-menu-works .side-menu__item--shadow {
  margin: 0;
}
.section-integral__category {
  border: 1px solid;
}
.section-integral__category__list__item.all-item {
  border-bottom: 1px solid;
}
.section-integral__category__list__item.all-item .section-integral__category__list__item__link {
  padding: 15px 40px 15px 10px;
}
.section-integral__category__list__item.button-outer {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.section-integral__category__list__item.button-outer + .section-integral__category__list__item.button-outer {
  border-top: initial;
}
.section-integral__category__list__item.all-item + .section-integral__category__list__item.button-outer {
  border-top: none;
}
.section-integral__category__list__item:last-of-type {
  border: 0;
}
.section-integral__category__list__item__link {
  padding: 15px 40px 15px 10px;
  font-size: 1.2rem;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #222;
}
.section-integral__category__list__item__link__counts {
  color: #fff;
  background-color: #009377;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  padding: 4px 7px 0;
  height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1.2em;
  box-sizing: content-box;
}
.section-integral__category__list__item__button {
  padding: 15px 40px 15px 10px;
  font-size: 1.3rem;
  position: relative;
  cursor: pointer;
}
.section-integral__category__list__item__button i {
  width: 30px;
  height: 15px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 3%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.section-integral__category__list__item__button i:before {
  display: block;
  content: "";
  background-color: #009377;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-integral__category__list__item__button i:after {
  display: block;
  content: "";
  background-color: #009377;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-integral__category__list__item__button.is-open i:after {
  content: none;
}
.section-integral__category__list__item__hide {
  display: none;
}
/*ブレークポイント max-width version[Add leehnyn]*/
.pager {
  margin: 50px auto;
  padding: 0 3%;
}
@media screen and (max-width: 1024px) {
  .pager {
    margin: 5% auto;
  }
}
@media screen and (max-width: 767px) {
  .pager {
    margin: 7% auto;
  }
}
.pager .pagination {
  list-style: none;
  display: flex;
  justify-content: center;
}
.pager .current {
  width: 43px;
  height: 46px;
  border: solid 2px #487acf;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #487acf;
  color: #fff;
  font-weight: 500;
  margin-right: 12px;
  font-size: 1.2rem;
}
.pager a {
  width: 43px;
  height: 46px;
  border: solid 2px #487acf;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #487acf;
  font-weight: 700;
  margin-right: 12px;
  font-size: 1.2rem;
}
.pager a:hover {
  border: solid 2px #c1d2ef;
  background: #c1d2ef;
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
}
.pager .tenten {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px 0 0;
  padding: 0 2px;
  font-size: 1.4rem;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ works.scss
 ********************************************/
.voice.single-works {
  margin: 0 auto 30px;
  padding: 40px;
  background: rgba(241, 241, 241, 0.34);
}
@media screen and (max-width: 1024px) {
  .voice.single-works {
    margin: 0 auto 5%;
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .voice.single-works {
    margin: 0 auto 7%;
    padding: 6%;
  }
}
.voice-works {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  .voice-works {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 767px) {
  .voice-works {
    margin: 0 auto 10%;
  }
}
.voice-works .section-ttl {
  padding-top: 0;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .voice-works .section-ttl {
    padding-bottom: 30px;
  }
}
.voice-works p {
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
}
@media (min-width: 768px) {
  .voice-works p {
    font-size: 1.5rem;
  }
}
.voice-works__layout {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .voice-works__layout {
    font-size: 1.5rem;
    margin: 0;
  }
}
.voice-works__layout h4 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #222;
}
.voice-works__layout p {
  margin-bottom: 10px;
}
.voice-works__layout--img {
  margin: 0 20px 0 0;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .voice-works__layout--img {
    width: 200px;
    height: 200px;
  }
}
.voice-works__layout--txt {
  width: calc(100% - 100px);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
}
@media (min-width: 768px) {
  .voice-works__layout--txt {
    font-size: 1.3rem;
    width: calc(100% - 220px);
  }
}
.voice-works__comment {
  padding-top: 30px;
}
.voice-works__comment-ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  margin: 0;
}
@media (min-width: 768px) {
  .voice-works__comment-ttl {
    font-size: 1.8rem;
  }
}
.voice-works__comment-txt {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .voice-works__comment-txt {
    font-size: 1.5rem;
    margin: 30px auto 0;
  }
}
@media (min-width: 1025px) {
  .aside__works .container .side-ttl, .aside__works .container .side-menu {
    display: none;
  }
}
.aside__works .vert-card__thumb {
  padding-top: 100%;
  overflow: hidden;
  height: 100%;
}
.aside__works .vert-card__figure {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  max-width: initial;
}
.aside__works .worksRelated-wrap {
  display: flex !important;
  flex-wrap: wrap;
}
.aside__works .horizontal-list {
  overflow: initial;
  display: block;
  padding: 0;
}
.aside__works .horizontal-list__item {
  margin: 0;
}
.aside__works .horizontal-list__item:last-of-type {
  margin-right: 0;
}
.aside__works .horizontal-list__item--landscape {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 3%;
}
@media (min-width: 1025px) {
  .aside__works .horizontal-list__item--landscape {
    width: 50%;
    margin-bottom: 0;
  }
}
.aside__works .horizontal-list__item--portrait {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .aside__works .horizontal-list__item--portrait {
    width: 24.5%;
  }
}
.aside__worksaside.layout__side {
  margin-top: 60px;
}
.single-works .slick-next {
  right: 0;
  width: 100%;
  height: 100%;
}
.single-works .slick-next::before {
  content: "" !important;
}
/*Add 20210602 スライダーカウント部分レイアウト調整*/
.slick-counter {
  padding: 0 3%;
  margin-top: 4%;
  font-size: 1.4rem;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .slick-counter {
    padding: 0 6%;
  }
}
.js-photo__slider--count .slick-arrow {
  position: absolute;
  top: 95%;
  width: 30px;
  height: 30px;
  padding: 8px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
  background: #222;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .js-photo__slider--count .slick-arrow {
    top: 94%;
  }
}
.js-photo__slider--count .slick-arrow.prev {
  left: 4%;
}
@media screen and (max-width: 767px) {
  .js-photo__slider--count .slick-arrow.prev {
    left: 25%;
  }
}
.js-photo__slider--count .slick-arrow.next {
  right: 4%;
}
@media screen and (max-width: 767px) {
  .js-photo__slider--count .slick-arrow.next {
    right: 25%;
  }
}
.photo-slider.go .js-photo__slider--count .slick-arrow {
  top: 96%;
}
@media screen and (max-width: 767px) {
  .photo-slider.go .js-photo__slider--count .slick-arrow {
    top: 94%;
  }
}
.photo-slider.go .js-photo__slider--count .slick-arrow.prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .photo-slider.go .js-photo__slider--count .slick-arrow.prev {
    left: 25%;
  }
}
.photo-slider.go .js-photo__slider--count .slick-arrow.next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .photo-slider.go .js-photo__slider--count .slick-arrow.next {
    right: 25%;
  }
}
/* 新築用レイアウトセットここから  */
.works-gallery p {
  padding: 3% 0 6%;
  line-height: 1.75em;
  font-size: 1.5rem;
}
.grid-sizer, .works__grid-item {
  width: 47.5%;
  margin-bottom: 20px;
}
.works__grid-item img {
  width: 100%;
  height: auto;
}
.works__grid-item img + i {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 2.8rem;
  color: #fff;
}
.gutter-sizer {
  width: 2.5%;
}
@media screen and (max-width: 768px) {
  .works-gallery__section {
    padding: 0 2% 0 3%;
    box-sizing: border-box;
  }
  .works-gallery p {
    font-size: 1.4rem;
  }
  .grid-sizer, .works__grid-item {
    width: 47.5%;
    margin-bottom: 10px;
  }
}
.preview__main {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
.preview__main-photo {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 560px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .preview__main-photo {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .preview__main-photo {
    height: 56vw;
  }
}
.preview__main-photo img {
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  min-height: 1px;
  min-width: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.preview__main-photo.pic_trim img {
  width: auto;
}
.preview {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 3px;
  box-sizing: border-box;
}
.preview__slider-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .preview__slider-img {
    height: 430px;
  }
}
.preview__slider-item {
  height: 100%;
}
.preview__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.preview__info {
  margin-top: 20px;
  padding: 0 3%;
}
@media (min-width: 768px) {
  .preview__info {
    margin-top: 70px;
    padding: 0;
  }
}
.preview__info--none {
  margin-top: 20px;
}
.preview__sub--not .preview__info {
  margin-top: 0;
}
@media (min-width: 768px) {
  .preview__sub--not .preview__info {
    margin-top: 0;
  }
}
.preview__info-ttl {
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #222;
  text-align: center;
  display: block;
  line-height: 1.75em;
  max-width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .preview__info-ttl {
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.preview__sub--not .preview__info-ttl {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .preview__sub--not .preview__info-ttl {
    margin-top: 10px;
  }
}
.preview__info-ttl--none {
  margin-top: 20px;
}
.preview__price {
  margin: 0 0 30px;
}
.preview__price-wrap {
  margin: 0 0 10px;
  text-align: center;
}
.preview__price--cost {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #487acf;
}
@media (min-width: 768px) {
  .preview__price--cost {
    font-size: 2.6rem;
  }
}
.preview__price--yen {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .preview__price--yen {
    font-size: 1.8rem;
  }
}
.preview__price--tax {
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #487acf;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .preview__price--tax {
    font-size: 1.8rem;
  }
}
.preview__price--notes {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.175em;
  color: #487acf;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .preview__price--notes {
    font-size: 1.5rem;
  }
}
.preview__description {
  margin: 6% 0 0;
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
  display: block;
}
@media (min-width: 768px) {
  .preview__description {
    margin: 40px auto 60px;
    font-size: 1.5rem;
  }
}
.preview__detail-ttl {
  margin: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #222;
  display: block;
}
@media (min-width: 768px) {
  .preview__detail-ttl {
    font-size: 1.5rem;
  }
}
.preview__detail-list {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.preview__detail-list:last-child {
  margin: 0;
}
.preview__detail-item {
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
}
.preview__detail-item::after {
  content: "/";
  margin: 0 5px;
}
.preview__detail-item:last-child::after {
  content: "";
}
@media (min-width: 768px) {
  .preview__detail-item {
    font-size: 1.5rem;
  }
}
.preview-works {
  margin: 0 auto 30px;
  /* slide-box */
  /* slide */
  /*.slide .item::before {
   display: block;
   padding-top: 60%;
   content: "";
   }*/
  /*.slide .item img {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   margin: auto;
   width: 100%;
   }*/
  /* slide-navigation */
  /*.slide-navigation .item .image::before {
   display: block;
   padding-top: 60%;
   content: "";
   }*/
  /*.slide-navigation .item .image {
   position: relative;
   overflow: hidden;
   }*/
  /* slick */
}
@media screen and (max-width: 1024px) {
  .preview-works {
    margin: 2% auto 6%;
  }
}
@media screen and (max-width: 767px) {
  .preview-works {
    margin: 2% auto 8%;
  }
}
.preview-works .slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}
.preview-works .slide-box_image {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 560px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .preview-works .slide-box_image {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .preview-works .slide-box_image {
    height: 56vw;
  }
}
@media screen and (max-width: 767px) {
  .preview-works .slide-box_image {
    height: 67vw;
  }
}
.preview-works .slide-box_image img {
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  min-height: 1px;
  min-width: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.preview-works .slide-box_image .pic_trim {
  width: auto;
}
.preview-works .slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.preview-works .slide .item {
  position: relative;
  height: 100%;
}
.preview-works .slide .item a {
  display: block;
  pointer-events: initial;
}
.preview-works .slide .item a:hover {
  opacity: 1;
  cursor: initial;
}
.preview-works .slide .item .image {
  position: relative;
  overflow: hidden;
}
.preview-works .slide > .slick-list, .preview-works .slide > .slick-list > .slick-track, .preview-works .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.preview-works .slide-navigation {
  line-height: 0;
  position: relative;
  margin: 10px auto 0;
  padding: 0;
  width: 101%;
}
@media screen and (max-width: 1024px) {
  .preview-works .slide-navigation {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .preview-works .slide-navigation {
    padding: 0;
  }
}
.preview-works .slide-navigation.under .slick-track {
  transform: initial !important;
  margin: 0;
}
.preview-works .slide-navigation .slick-arrow {
  width: 20px;
  height: 100%;
  background: none;
  bottom: auto;
  right: auto;
  position: absolute;
  transform: none;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.preview-works .slide-navigation .slick-arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .preview-works .slide-navigation .slick-arrow::before {
    width: 10px;
    height: 10px;
  }
}
.preview-works .slide-navigation .slick-arrow:hover {
  opacity: 1;
}
.preview-works .slide-navigation .slick-arrow.prevbtn {
  left: 0;
  width: 6%;
}
@media screen and (max-width: 767px) {
  .preview-works .slide-navigation .slick-arrow.prevbtn {
    width: 10%;
  }
}
.preview-works .slide-navigation .slick-arrow.prevbtn:before {
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .preview-works .slide-navigation .slick-arrow.prevbtn:before {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
  }
}
.preview-works .slide-navigation .slick-arrow.nextbtn {
  right: 0;
  width: 7%;
}
@media screen and (max-width: 767px) {
  .preview-works .slide-navigation .slick-arrow.nextbtn {
    width: 10%;
  }
}
.preview-works .slide-navigation .slick-arrow.nextbtn:before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: rotate(45deg) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .preview-works .slide-navigation .slick-arrow.nextbtn:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
.preview-works .slide-navigation .item {
  position: relative;
  cursor: pointer;
}
.preview-works .slide-navigation .item:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .preview-works .slide-navigation:not(.under) .item {
    margin-right: initial;
    margin: 0 5px;
  }
}
.preview-works .slide-navigation .item .image {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 90px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .preview-works .slide-navigation .item .image {
    height: 108px;
  }
}
@media screen and (max-width: 1024px) {
  .preview-works .slide-navigation .item .image {
    height: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .preview-works .slide-navigation .item .image {
    height: 20vw;
  }
}
.preview-works .slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.34;
  background: #000;
}
.preview-works .slide-navigation .slick-current .image::after {
  opacity: 0;
}
.preview-works .slide-navigation .item .image img {
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  min-height: 1px;
  min-width: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 767px) {
  .preview-works .slide-navigation {
    width: 100%;
    margin: 2% auto 0;
  }
  .preview-works .slide-navigation .item .image::before {
    padding-top: 80%;
  }
}
.preview-works .slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.preview-works .slick-arrow {
  z-index: 999;
}
.preview-works .slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}
.preview-works .slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
  height: auto;
  width: auto;
}
.sub-page__works.type-a .hori-card {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4%;
}
@media (min-width: 768px) {
  .sub-page__works.type-a .hori-card {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .sub-page__works.type-a .hori-card {
    padding: 0;
  }
}
.sub-page__works.type-a .hori-card__item {
  display: block;
  align-items: initial;
  max-width: 375px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sub-page__works.type-a .hori-card__item {
    width: 49%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-a .hori-card__item {
    width: 100%;
  }
}
.sub-page__works.type-a .hori-card__item:not(:first-of-type) {
  margin-top: initial;
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-a .hori-card__item:not(:first-of-type) {
    margin-top: 4%;
  }
}
.sub-page__works.type-a .hori-card__item:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .sub-page__works.type-a .hori-card__item:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-a .hori-card__item:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}
.sub-page__works.type-a .hori-card__item:nth-of-type(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-a .hori-card__item:nth-of-type(n+3) {
    margin-top: 2%;
  }
}
.sub-page__works.type-a .hori-card__link {
  border: 0;
  border-radius: 0;
}
.sub-page__works.type-a .hori-card .hori-card__layout {
  display: block;
}
.sub-page__works.type-a .hori-card__thumb {
  width: 100%;
  height: auto;
}
.sub-page__works.type-a .hori-card__thumb figure {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 280px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-a .hori-card__thumb figure {
    height: 62vw;
  }
}
.sub-page__works.type-a .hori-card__img {
  width: 100%;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.sub-page__works.type-a .hori-card__cat {
  padding: 5px 15px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #222;
  background-color: #fff;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 10px;
  left: 0;
}
.sub-page__works.type-a .hori-card__txt {
  width: 100%;
  height: 100%;
  padding: 20px 12px;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .sub-page__works.type-a .hori-card__txt {
    width: 100%;
    height: 100%;
    padding: 30px 0;
  }
}
.sub-page__works.type-a .hori-card__prefecture {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin: 0 0 0;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5em;
  max-height: calc(1.5em * 1);
}
@media (min-width: 768px) {
  .sub-page__works.type-a .hori-card__prefecture {
    font-size: 1.3rem;
  }
}
.sub-page__works.type-a .hori-card__parts-item {
  font-size: 1rem;
  letter-spacing: 0.175em;
  color: #222;
  display: inline-block;
}
@media (min-width: 768px) {
  .sub-page__works.type-a .hori-card__parts-item {
    font-size: 1.3rem;
  }
}
.sub-page__works.type-a .hori-card__parts-item:after {
  content: "/";
  margin: 0 5px;
}
.sub-page__works.type-a .hori-card__parts-item:last-child:after {
  content: none;
}
.sub-page__works.type-a .hori-card__parts-item--split::after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
}
.sub-page__works.type-a .hori-card__parts-item--split:last-child::after {
  content: "";
}
.sub-page__works.type-a .hori-card__parts-item--card {
  color: #fff;
  background: #222;
  font-size: 1rem;
  margin-right: 5px;
  padding: 5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .sub-page__works.type-a .hori-card__parts-item--card {
    font-size: 1.3rem;
  }
}
.sub-page__works.type-a .hori-card__parts-item--card::after {
  display: none;
}
.sub-page__works.type-a .hori-card__ttl {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin: 3px 0 10px;
  display: block;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  max-height: calc(2.6em * 2);
}
@media (min-width: 768px) {
  .sub-page__works.type-a .hori-card__ttl {
    font-size: 1.4rem;
    margin: 10px 0 15px;
    height: auto;
    letter-spacing: 0.1em;
  }
}
.sub-page__works.type-a .hori-card__cost {
  display: none;
}
.sub-page__works.type-b .hori-card {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4%;
}
@media (min-width: 768px) {
  .sub-page__works.type-b .hori-card {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .sub-page__works.type-b .hori-card {
    padding: 0;
  }
}
.sub-page__works.type-b .hori-card__link {
  border: 0;
  border-radius: 0;
}
.sub-page__works.type-b .hori-card__item:not(:first-of-type) {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-b .hori-card__item:not(:first-of-type) {
    margin-top: 6%;
  }
}
.sub-page__works.type-b .hori-card__layout {
  display: flex;
  align-items: center;
}
.sub-page__works.type-b .hori-card__thumb {
  width: 130px;
  height: 130px;
  position: relative;
}
@media (min-width: 768px) {
  .sub-page__works.type-b .hori-card__thumb {
    width: 200px;
    height: 200px;
  }
}
.sub-page__works.type-b .hori-card__img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  font-family: "object-fit:cover;";
  border-radius: 0;
}
@media (min-width: 768px) {
  .sub-page__works.type-b .hori-card__img {
    width: 200px;
    height: 200px;
  }
}
.sub-page__works.type-b .hori-card__cat {
  padding: 5px 15px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #222;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 0;
}
.sub-page__works.type-b .hori-card__txt {
  width: calc(100% - 130px);
  height: 130px;
  padding: 2%;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .sub-page__works.type-b .hori-card__txt {
    width: calc(100% - 200px);
    height: 200px;
    padding: 10px;
  }
}
.sub-page__works.type-b .hori-card__prefecture {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #222;
  margin: 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5em;
  max-height: calc(1.5em * 1);
}
@media (min-width: 768px) {
  .sub-page__works.type-b .hori-card__prefecture {
    font-size: 1.3rem;
  }
}
.sub-page__works.type-b .hori-card__parts-list {
  overflow: hidden;
}
.sub-page__works.type-b .hori-card__parts-list:first-of-type {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.45em;
  font-weight: 300;
  font-size: 1rem;
}
.sub-page__works.type-b .hori-card__ttl {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 3px 0 10px;
  display: block;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2em;
  letter-spacing: 0.1em;
  max-height: calc(2em * 2);
}
@media (min-width: 768px) {
  .sub-page__works.type-b .hori-card__ttl {
    font-size: 1.5rem;
    margin: 10px 0 30px;
    height: auto;
  }
}
.sub-page__works.type-b .hori-card__cost {
  display: none;
}
.sub-page__works.type-c .hori-card {
  padding: 0 4%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4%;
}
@media (min-width: 768px) {
  .sub-page__works.type-c .hori-card {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .sub-page__works.type-c .hori-card {
    padding: 0;
  }
}
.sub-page__works.type-c .hori-card__item {
  display: block;
  align-items: initial;
  max-width: 243px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sub-page__works.type-c .hori-card__item {
    max-width: none;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-c .hori-card__item {
    width: 48%;
  }
}
.sub-page__works.type-c .hori-card__item:not(:first-of-type) {
  margin-top: initial;
}
.sub-page__works.type-c .hori-card__item:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .sub-page__works.type-c .hori-card__item:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-c .hori-card__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-c .hori-card__item:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
}
.sub-page__works.type-c .hori-card__item:nth-of-type(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-c .hori-card__item:nth-of-type(n+4) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-c .hori-card__item:nth-of-type(n+3) {
    margin-top: 2%;
  }
}
.sub-page__works.type-c .hori-card__link {
  border: 0;
  border-radius: 0;
}
.sub-page__works.type-c .hori-card__layout {
  display: block;
}
.sub-page__works.type-c .hori-card__thumb {
  width: 100%;
  height: auto;
}
.sub-page__works.type-c .hori-card__thumb figure {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 182.5px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-c .hori-card__thumb figure {
    height: 30vw;
  }
}
.sub-page__works.type-c .hori-card__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.sub-page__works.type-c .hori-card__cat {
  padding: 5px 15px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #222;
  background-color: #fff;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 10px;
  left: 0;
}
.sub-page__works.type-c .hori-card__txt {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .sub-page__works.type-c .hori-card__txt {
    width: 100%;
    height: 100%;
    padding: 10px 0;
  }
}
.sub-page__works.type-c .hori-card__prefecture {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin: 0 0 0;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5em;
  max-height: calc(1.5em * 1);
}
@media (min-width: 768px) {
  .sub-page__works.type-c .hori-card__prefecture {
    font-size: 1.3rem;
  }
}
.sub-page__works.type-c .hori-card__parts-item {
  font-size: 1rem;
  letter-spacing: 0.175em;
  color: #222;
  display: inline-block;
}
@media (min-width: 768px) {
  .sub-page__works.type-c .hori-card__parts-item {
    font-size: 1.3rem;
  }
}
.sub-page__works.type-c .hori-card__parts-item:after {
  content: "/";
  margin: 0 5px;
}
.sub-page__works.type-c .hori-card__parts-item:last-child:after {
  content: none;
}
.sub-page__works.type-c .hori-card__parts-item--split::after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
}
.sub-page__works.type-c .hori-card__parts-item--split:last-child::after {
  content: "";
}
.sub-page__works.type-c .hori-card__parts-item--card {
  color: #fff;
  background: #222;
  font-size: 1rem;
  margin-right: 5px;
  padding: 5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .sub-page__works.type-c .hori-card__parts-item--card {
    font-size: 1.3rem;
  }
}
.sub-page__works.type-c .hori-card__parts-item--card::after {
  display: none;
}
.sub-page__works.type-c .hori-card__ttl {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin: 3px 0 10px;
  display: block;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  max-height: calc(2.6em * 2);
}
@media (min-width: 768px) {
  .sub-page__works.type-c .hori-card__ttl {
    font-size: 1.3rem;
    margin: 10px 0 15px;
    height: auto;
    letter-spacing: 0.1em;
  }
}
.sub-page__works.type-c .hori-card__cost {
  display: none;
}
.photo-slider .section-subttl {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .photo-slider .section-subttl {
    margin: 2% auto 4% auto;
  }
}
.photo-slider .section-subttl__h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 0 auto;
  color: #009ccf;
}
@media screen and (max-width: 767px) {
  .photo-slider .section-subttl__h3 {
    font-size: 15px;
  }
}
.photo-slider .section-subttl__h3:before, .photo-slider .section-subttl__h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #009ccf;
  border-bottom: solid 1px #009ccf;
}
.photo-slider .section-subttl__h3:before {
  left: 0;
}
.photo-slider .section-subttl__h3:after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .photo-slider .slick-slider + .section-subttl {
    margin: 10% auto 4% auto;
  }
}
.sub-page .side-menu {
  width: 100%;
}
@media (min-width: 1025px) {
  .sub-page .side-menu .section-works__choose {
    display: none;
  }
}
.sub-page .side-menu .section-works__choose__list {
  border-bottom: 1px solid #222;
}
.sub-page .side-menu .section-works__choose__list__item__hide {
  display: none;
}
.sub-page .side-menu__item--count {
  padding: 4px 7px 0;
  min-width: initial;
}
@media screen and (max-width: 1024px) {
  .single-works .side-menu, .single-voice .side-menu, .post-type-archive-voice .side-menu {
    width: 100%;
  }
  .single-works .side-menu .section-works__choose__list, .single-voice .side-menu .section-works__choose__list, .post-type-archive-voice .side-menu .section-works__choose__list {
    border-bottom: 1px solid #222;
  }
  .single-works .side-menu .section-works__choose__list__item__hide, .single-voice .side-menu .section-works__choose__list__item__hide, .post-type-archive-voice .side-menu .section-works__choose__list__item__hide {
    display: none;
  }
  .single-works .side-menu__item--count, .single-voice .side-menu__item--count, .post-type-archive-voice .side-menu__item--count {
    padding: 4px 7px 0;
    min-width: initial;
  }
}
/*--------------------------------
 検索
 --------------------------------*/
.works-searchbox {
  width: 100%;
}
/*メイン設置時*/
.sub-page .search-box__form {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sub-page .search-box__form {
    display: block;
  }
}
.sub-page #search-result {
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
}
.sub-page #search-result span {
  font-size: 2rem;
  font-weight: 900;
  color: orange;
}
/*サイドバー設置時*/
.side-menu.side-menu-works {
  border: none;
}
.side-menu.side-menu-works .side-menu__list {
  border: 1px solid #645a5a;
}
.side-menu.side-menu-works .search-box__item {
  border-left: 1px solid #645a5a;
  border-right: 1px solid #645a5a;
  padding: 0 0 10px;
}
.side-menu.side-menu-works #search-result {
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
}
.side-menu.side-menu-works #search-result span {
  font-size: 2rem;
  font-weight: 900;
  color: orange;
}
/*検索フォーム*/
.search-box {
  position: relative;
  padding: 0 0 50px;
  z-index: 1;
  /*選択中の検索*/
  /*該当検索結果０件*/
}
.search-box__item {
  margin: auto;
  padding: 0;
  border-top: 1px solid #222;
}
.search-box__item:last-of-type {
  border-bottom: 1px solid #222;
}
.search-box__ttl {
  display: block;
  position: relative;
  padding: 15px 60px 15px 15px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.175rem;
  color: #222;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .search-box__ttl {
    padding: 20px 60px 20px 15px;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
.search-box__ttl:hover {
  opacity: 0.8;
}
.search-box__ttl i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 3%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.search-box__ttl i:before {
  display: block;
  content: "";
  background-color: #645a5a;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-box__ttl i:after {
  display: block;
  content: "";
  background-color: #645a5a;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout__main-left .search-box__ttl.is-open i:after {
  content: none;
}
.layout__main-right .search-box__ttl:not(.is-open) i:after {
  content: none;
}
.search-box__form .search-box__cnt {
  display: none;
}
.search-box__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
}
.search-box__menu label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 10px 45px;
  line-height: 1.3em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .search-box__menu label {
    padding: 10px 15px 10px 45px;
  }
}
.search-box__menu label input[type="checkbox"] {
  position: absolute;
  left: 10px;
  top: 6px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .search-box__menu label input[type="checkbox"] {
    left: 10px;
    top: 6px;
  }
}
.search-box__result {
  display: none;
}
@media screen and (max-width: 1024px) {
  .search-box__result {
    display: block;
    margin: 0 0 20px;
    padding: 0 4%;
    width: 100%;
    box-sizing: border-box;
  }
}
.search-box__result-ttl {
  margin: 0 0 10px;
  padding: 15px;
  width: 100%;
  background: #026f79;
  font-size: 1.8rem;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .search-box__result-ttl {
    padding: 10px 6%;
    font-size: 1.4rem;
  }
}
.search-box__result table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ccc;
}
.search-box__result table tr {
  border-bottom: 1px solid #ccc;
}
.search-box__result table tr th {
  padding: 10px;
  width: 150px;
  height: 35px;
  background: #eee;
  border-right: 1px solid #ccc;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .search-box__result table tr th {
    padding: 10px 3%;
    width: 80px;
    font-size: 1.3rem;
  }
}
.search-box__result table tr td {
  padding: 10px;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .search-box__result table tr td {
    padding: 10px 3%;
    font-size: 1.3rem;
  }
}
.search-box__result table tr td:last-of-type {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search-box__result table tr td:last-of-type {
    padding: 10px 3%;
    width: 100px;
  }
}
.search-box__result table tr td p {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .search-box__result table tr td p {
    font-size: 1.3rem;
  }
}
.search-box__result table tr td a {
  font-size: 1.6rem;
  color: #007cba;
}
@media screen and (max-width: 767px) {
  .search-box__result table tr td a {
    font-size: 1.3rem;
  }
}
.search-box__result-num {
  margin-top: 1em;
  text-align: right;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .search-box__result-num {
    font-size: 1.3rem;
  }
}
.search-box__result-num span {
  font-size: 1.4em;
  font-weight: 900;
  color: orange;
}
.search-box__postnone {
  padding: 0 0 50px;
}
.sub-page .search-box__postnone-ttl {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 600;
  color: #666;
}
.sub-page .search-box__postnone-txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
/*検索ボタン*/
.submitbtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  max-width: 300px;
  height: 60px;
  background-color: orange;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.submitbtn.notsend {
  pointer-events: none;
  background-color: #ccc;
}
.submitbtn:hover {
  opacity: 0.8;
}
.submitbtn span {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 15px;
}
.submitbtn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../../../../images/icon_search.svg) no-repeat center center / contain;
}
.single-works .layout__main-left {
  max-width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .single-works .layout__main-left {
    width: 80%;
  }
}
.single-works .page-ttl.container {
  margin: 50px auto;
  padding: 0 3%;
}
.single-works .page-ttl__h2 {
  font-weight: 400;
  letter-spacing: 0.01em;
}
.single-works-slider-photo {
  width: 100%;
  padding-top: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .single-works-slider-photo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
}
.single-works-slider-photo .single-works-slider-main {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .single-works-slider-photo .single-works-slider-main {
    width: 100%;
  }
}
.single-works-slider-photo .single-works-slider-main *:focus {
  outline: none;
}
.single-works-slider-photo .single-works-slider-main i {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #222;
  font-size: 5em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .single-works-slider-photo .single-works-slider-main i {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    font-size: 1.5em;
    line-height: 30px;
  }
}
.single-works-slider-photo .single-works-slider-main i::before {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .single-works-slider-photo .single-works-slider-main i::before {
    width: 30px;
    height: 30px;
  }
}
.single-works-slider-photo .single-works-slider-main .slick-slide {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .single-works-slider-photo .single-works-slider-main .slick-slide {
    padding: 0;
    border: none;
    box-sizing: border-box;
  }
}
.single-works-slider-photo .single-works-slider-main .slick-slide figure {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 540px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 1500px) and (min-width: 1025px) {
  .single-works-slider-photo .single-works-slider-main .slick-slide figure {
    height: 60vh;
  }
}
@media screen and (max-width: 1024px) {
  .single-works-slider-photo .single-works-slider-main .slick-slide figure {
    height: 65vw;
  }
}
@media screen and (max-width: 767px) {
  .single-works-slider-photo .single-works-slider-main .slick-slide figure {
    height: 70vw;
  }
}
.single-works-slider-photo .single-works-slider-main .slick-slide img {
  margin: 0 auto;
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  min-height: 1px;
  min-width: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.single-works-slider-photo .slick-prev, .single-works-slider-photo .slick-next {
  width: 5rem;
  height: 5rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 111%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.single-works-slider-photo .slick-prev {
  left: -2.5rem;
}
@media screen and (max-width: 1024px) {
  .single-works-slider-photo .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-works-slider-photo .slick-prev {
    width: 3rem;
    height: 3rem;
  }
}
.single-works-slider-photo .slick-next {
  right: -2.5rem;
}
@media screen and (max-width: 1024px) {
  .single-works-slider-photo .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-works-slider-photo .slick-next {
    width: 3rem;
    height: 3rem;
  }
}
.single-works-slider-photo .slick-prev::before, .single-works-slider-photo .slick-next::before {
  content: '';
  top: 2rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .single-works-slider-photo .slick-prev::before, .single-works-slider-photo .slick-next::before {
    top: 0.9rem;
  }
}
.single-works-slider-photo .slick-prev::before {
  left: 21px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}
@media screen and (max-width: 767px) {
  .single-works-slider-photo .slick-prev::before {
    left: 11px;
  }
}
.single-works-slider-photo .slick-next::before {
  right: 21px;
  border-top: 2px solid;
  border-right: 2px solid;
}
@media screen and (max-width: 767px) {
  .single-works-slider-photo .slick-next::before {
    right: 11px;
  }
}
.single-works-slider-photo .slick-prev:focus, .single-works-slider-photo .slick-next:focus {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.single-works-slider-photo .slick-prev:hover, .single-works-slider-photo .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.detailsPhoto__thumb {
  width: 100%;
  padding: 1rem;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .detailsPhoto__thumb {
    width: 100%;
    height: auto;
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .detailsPhoto__thumb {
    padding: 0 6%;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 1025px) {
  .detailsPhoto__thumb-inner {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .panel-item {
    position: relative;
    margin-right: 2%;
    margin-bottom: 0;
    cursor: pointer;
  }
  .panel-item figure {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
  }
  .panel-item figure::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid #222;
    opacity: 0;
    box-sizing: border-box;
  }
  .panel-item figure img {
    margin: 0 auto;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    min-height: 1px;
    min-width: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    font-family: "object-fit:cover;";
  }
  .panel-item.active figure::after {
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) and (min-width: 1025px) {
  .panel-item figure {
    width: 10vh;
    height: 10vh;
  }
}
@media only screen and (max-width: 1024px) {
  .detailsPhoto__thumb {
    width: 100%;
    margin-top: 2rem;
  }
  .detailsPhoto__thumb-inner {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    height: 7rem;
  }
  .panel-item {
    width: 8rem;
    height: 7rem;
    display: inline;
    margin-right: 0.5rem;
  }
  .panel-item figure {
    position: relative;
    width: 8rem;
    height: 7rem;
    display: inline-block;
  }
  .panel-item figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #222;
    opacity: 0;
    box-sizing: border-box;
  }
  .panel-item.active figure::after {
    opacity: 1;
  }
  .panel-item img {
    width: 8rem;
    height: 7rem;
    display: inline;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}
.single-works-popup {
  margin: 0 auto;
  max-width: 1000px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .single-works-popup {
    display: block;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .single-works-popup {
    padding: 0;
  }
}
.single-works-popup figure {
  margin: 0 auto 2em;
  text-align: center;
}
.single-works-popup p {
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .single-works-popup p {
    font-size: 1.2rem;
  }
}
.single-works {
  /*&.layout__main-left {
   @media screen and(max-width:1500px) and(min-width:1025px) {
   width: 70%;
   }
   }*/
}
@media screen and (max-width: 1024px) {
  .single-works__inner {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__inner {
    padding: 0 6%;
  }
}
.single-works__title {
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .single-works__title {
    margin: 0 auto 6%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__title {
    margin: 0 auto 8%;
  }
}
.single-works__title__ruby {
  font-size: 1.45rem;
  letter-spacing: 0.2em;
  line-height: 2em;
  color: #73a4c7;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .single-works__title__ruby {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .single-works__title__ruby {
    font-size: 1.3rem;
  }
}
.single-works__title__text {
  font-size: 2.2rem;
  line-height: 1.8em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .single-works__title__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .single-works__title__text {
    font-size: 1.8rem;
  }
}
.single-works__subtitle {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .single-works__subtitle {
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__subtitle {
    margin: 0 auto 6%;
  }
}
.single-works__subtitle__title {
  font-size: 2rem;
  line-height: 1.6em;
  font-weight: 500;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .single-works__subtitle__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .single-works__subtitle__title {
    font-size: 1.6rem;
  }
}
.single-works__subtitle__description {
  font-size: 1.45rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .single-works__subtitle__description {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .single-works__subtitle__description {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
}
.single-works__concept {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  .single-works__concept {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__concept {
    margin: 0 auto 10%;
  }
}
.single-works__concept__title {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .single-works__concept__title {
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__concept__title {
    margin: 0 auto 5%;
  }
}
.single-works__concept__title__text {
  font-size: 2.2rem;
  line-height: 1.8em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .single-works__concept__title__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .single-works__concept__title__text {
    font-size: 1.75rem;
  }
}
.single-works__concept__description__text {
  font-size: 1.45rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .single-works__concept__description__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .single-works__concept__description__text {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
}
.single-works__summary {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  .single-works__summary {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__summary {
    margin: 0 auto 10%;
  }
}
.single-works__summary__table {
  width: 100%;
}
.single-works__summary__table-tr {
  width: 48%;
  float: left;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .single-works__summary__table-tr {
    width: 100%;
    float: none;
    padding: 2% 0;
  }
}
.single-works__summary__table-tr:not(:nth-of-type(2n)) {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .single-works__summary__table-tr:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .single-works__summary__table-tr.commodity {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    transform: translateY(-1px);
  }
  .single-works__summary__table-tr.commodity .single-works__summary__table-th {
    width: 18.293%;
  }
  .single-works__summary__table-tr.commodity .single-works__summary__table-td {
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__summary__table-tr.commodity {
    flex-flow: column;
    align-items: flex-start;
    padding: 4% 0;
  }
  .single-works__summary__table-tr.commodity .single-works__summary__table-th {
    width: 100%;
    margin-right: initial;
    margin-bottom: 2%;
  }
  .single-works__summary__table-tr.commodity .single-works__summary__table-td {
    width: 100%;
  }
}
.single-works__summary__table-th, .single-works__summary__table-td {
  font-size: 1.5rem;
  line-height: 2em;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single-works__summary__table-th, .single-works__summary__table-td {
    font-size: 1.3rem;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
}
.single-works__summary__table-th {
  width: 38%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .single-works__summary__table-th {
    width: 26%;
  }
}
.single-works__summary__table-td {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .single-works__summary__table-td {
    width: 72%;
  }
}
.single-works__requestandproposal {
  padding: 40px;
  background: rgba(241, 241, 241, 0.34);
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  .single-works__requestandproposal {
    padding: 4%;
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__requestandproposal {
    padding: 6%;
    margin: 0 auto 10%;
  }
}
.single-works__requestandproposal .single-works__request + .single-works__proposal {
  margin: 80px auto 0;
}
@media screen and (max-width: 1024px) {
  .single-works__requestandproposal .single-works__request + .single-works__proposal {
    margin: 8% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .single-works__requestandproposal .single-works__request + .single-works__proposal {
    margin: 10% auto 0;
  }
}
.single-works__requestandproposal .single-works__request__title, .single-works__requestandproposal .single-works__proposal__title {
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .single-works__requestandproposal .single-works__request__title, .single-works__requestandproposal .single-works__proposal__title {
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__requestandproposal .single-works__request__title, .single-works__requestandproposal .single-works__proposal__title {
    margin: 0 auto 4%;
  }
}
.single-works__requestandproposal .single-works__request__title__text, .single-works__requestandproposal .single-works__proposal__title__text {
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 500;
}
.single-works__requestandproposal .single-works__request__description__text, .single-works__requestandproposal .single-works__proposal__description__text {
  font-size: 1.45rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .single-works__requestandproposal .single-works__request__description__text, .single-works__requestandproposal .single-works__proposal__description__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .single-works__requestandproposal .single-works__request__description__text, .single-works__requestandproposal .single-works__proposal__description__text {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
}
.single-works__feature {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1024px) {
  .single-works__feature {
    margin: 0 auto 12%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__feature {
    margin: 0 auto 14%;
  }
}
.single-works__feature .single-works__title {
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .single-works__feature .single-works__title {
    padding-bottom: 2%;
  }
}
.single-works__beforeandafter {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeandafter {
    margin: 0 auto 12%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeandafter {
    margin: 0 auto 14%;
  }
}
.single-works__beforeandafter .single-works__title {
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeandafter .single-works__title {
    padding-bottom: 2%;
  }
}
.single-works__gallery {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1024px) {
  .single-works__gallery {
    margin: 0 auto 12%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__gallery {
    margin: 0 auto 14%;
  }
}
.single-works__gallery .single-works__title {
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .single-works__gallery .single-works__title {
    padding-bottom: 2%;
  }
}
.single-works__result {
  padding: 40px;
  background: rgba(241, 241, 241, 0.34);
}
@media screen and (max-width: 1024px) {
  .single-works__result {
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result {
    padding: 6%;
  }
}
.single-works__result .single-works__result__voice + .single-works__result__voice {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .single-works__result .single-works__result__voice + .single-works__result__voice {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result .single-works__result__voice + .single-works__result__voice {
    margin-top: 6%;
  }
}
.single-works__result .single-works__result__voice + .single-works__result__staff {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .single-works__result .single-works__result__voice + .single-works__result__staff {
    margin-top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result .single-works__result__voice + .single-works__result__staff {
    margin-top: 20%;
  }
}
.single-works__result__voice .single-works__title {
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .single-works__result__voice .single-works__title {
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result__voice .single-works__title {
    margin: 0 auto 4%;
  }
}
.single-works__result__voice .hori-card {
  padding: 0;
}
.single-works__result__voice .hori-card__link {
  border: 1px solid #555;
  border-radius: 0;
}
.single-works__result__voice .hori-card__item {
  border-radius: 0;
}
.single-works__result__voice .hori-card__txt {
  border-radius: 0;
}
.single-works__result__voice .hori-card img {
  border-radius: 0;
}
.single-works__result__staff .single-works__title {
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .single-works__result__staff .single-works__title {
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result__staff .single-works__title {
    margin: 0 auto 4%;
  }
}
.single-works__result__staff__title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .single-works__result__staff__title {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__title {
    margin-bottom: 6%;
    display: block;
  }
}
.single-works__result__staff__title__thumbnail {
  width: 140px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .single-works__result__staff__title__thumbnail {
    width: 18%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__title__thumbnail {
    width: 40%;
    margin: 0 auto 6%;
  }
}
.single-works__result__staff__title__thumbnail img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__title__thumbnail.display_pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .single-works__result__staff__title__thumbnail.display_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .single-works__result__staff__title__info {
    width: 76%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__title__info {
    width: 100%;
  }
}
.single-works__result__staff__title__info .single-works__subtitle__title {
  /*margin: 0 auto 20px;
   @include mq(tablet) {
   margin: 0 auto 2%;
   }*/
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__title__info .single-works__subtitle__title {
    margin: 0 auto 8%;
  }
}
.single-works__result__staff__title__info__name {
  font-size: 2rem;
  line-height: 2em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .single-works__result__staff__title__info__name {
    font-size: 1.6rem;
    width: 24%;
  }
}
.single-works__result__staff__title__info__label__outer {
  display: flex;
  align-items: center;
}
.single-works__result__staff__title__info__label:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__title__info__label:not(:last-of-type) {
    margin-right: 4%;
  }
}
.single-works__result__staff__title__info__label__link {
  color: #333;
  line-height: 2em;
  border: 1px solid #555;
  display: block;
  padding: 0 20px;
  border-radius: 20px;
  background: #fff;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .single-works__result__staff__title__info__label__link {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__title__info__label__link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 350px) {
  .single-works__result__staff__title__info__label__link {
    font-size: 3.5vw;
  }
}
.single-works__result__staff__title__info .single-works__result__staff__title__info__name + .single-works__result__staff__title__info__label__outer {
  margin-left: 30px;
  padding-left: 30px;
  font-size: 1.8rem;
  line-height: 1.8em;
  border-left: 1px solid #73a4c7;
}
@media screen and (max-width: 1024px) {
  .single-works__result__staff__title__info .single-works__result__staff__title__info__name + .single-works__result__staff__title__info__label__outer {
    margin-left: 4%;
    padding-left: 4%;
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__title__info .single-works__result__staff__title__info__name + .single-works__result__staff__title__info__label__outer {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    font-size: 1.6rem;
    margin-top: 4%;
  }
}
.single-works__result__staff__title__info__outer {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__title__info__outer {
    display: block;
    padding: 2% 0 2% 6%;
  }
  .single-works__result__staff__title__info__outer:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #73a4c7;
    top: 0;
    left: 0;
  }
}
.single-works__result__staff__description.bg_white {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .single-works__result__staff__description.bg_white {
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__result__staff__description.bg_white {
    padding: 6%;
  }
}
.voice-tinymce__layout h2, .voice-tinymce__layout h3, .voice-tinymce__layout h4, .voice-tinymce__layout h5, .voice-tinymce__layout h6 {
  margin: 2em 0 1em;
  line-height: 1.4;
}
.voice-tinymce__layout h2 {
  font-size: 1.8em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2em;
}
.voice-tinymce__layout h3 {
  font-size: 1.6em;
}
.voice-tinymce__layout h4 {
  font-size: 1.4em;
}
.voice-tinymce__layout h5 {
  font-size: 1.2em;
}
.voice-tinymce__layout h6 {
  font-size: 1em;
}
.voice-tinymce__layout p {
  line-height: 1.8;
}
.voice-tinymce__layout p + p {
  margin-top: 1.5em;
}
.voice-tinymce__layout em {
  font-style: italic;
}
.voice-tinymce__layout blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.voice-tinymce__layout blockquote p + p {
  margin-top: 0.5em;
}
.voice-tinymce__layout ul, .voice-tinymce__layout ol {
  margin-top: 1.5em;
}
.voice-tinymce__layout ul {
  list-style-type: disc;
}
.voice-tinymce__layout ol {
  list-style-type: decimal;
}
.voice-tinymce__layout li {
  margin-left: 1.5em;
}
.voice-tinymce__layout .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.voice-tinymce__layout .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .voice-tinymce__layout .alignright {
    width: 48%;
    margin-bottom: 4%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .voice-tinymce__layout .alignright {
    width: 100%;
    margin-bottom: 6%;
    margin-left: 6%;
  }
}
.voice-tinymce__layout .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .voice-tinymce__layout .alignleft {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .voice-tinymce__layout .alignleft {
    width: 100%;
    margin-bottom: 6%;
    margin-right: 6%;
  }
}
.voice-tinymce__layout strong {
  font-weight: 500;
}
.voice-tinymce__layout .wp-caption, .voice-tinymce__layout [class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  text-align: center;
}
.voice-tinymce__layout .wp-caption-text {
  margin-top: 0;
}
.single-works .sub-page__btn--pager div a {
  background-color: #487acf;
}
.single-works .sub-page__btn--pager ul a:hover {
  background-color: #487acf;
}
.single-works .hori-card__prefecture {
  color: #487acf;
}
.single-works .section-ttl.relative_works .section-ttl__ruby {
  color: #487acf;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ staff.scss
 ********************************************/
.staff_archive * {
  box-sizing: border-box;
}
.staff_archive [id*="staff-"] {
  margin-top: -80px;
  padding-top: 80px;
}
.staff_archive .staff-min.container > div:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .staff_archive .staff-min.container > div:not(:last-of-type) {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min.container > div:not(:last-of-type) {
    margin-bottom: 30%;
  }
}
.staff_archive img {
  display: block;
  margin: 0 auto;
}
.staff_archive .layout__main-left {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.staff_archive .section-mv {
  max-width: 800px;
  margin: 60px auto;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .staff_archive .section-mv {
    margin: 6% auto;
  }
}
@media screen and (max-width: 767px) {
  .staff_archive .section-mv {
    margin: 8% auto 22%;
  }
}
.staff_archive .staff-min__comment {
  line-height: 1.6em;
}
.staff_archive .staff-min__item {
  width: 100%;
  margin: 0 auto;
  background: #f1f1f1;
  padding: 40px;
  max-width: 800px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .staff_archive .staff-min__item {
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min__item {
    padding: 22vw 4% 8%;
  }
}
@media screen and (max-width: 540px) {
  .staff_archive .staff-min__item {
    padding: 160px 4% 8%;
  }
}
.staff_archive .staff-min__item .staff-min__comment.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min__item .staff-min__comment.sp {
    display: block;
    margin-bottom: 4%;
  }
}
.staff_archive .staff-min__name {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .staff_archive .staff-min__name {
    display: none;
  }
}
.staff_archive .staff-min__name--hurigana {
  font-size: 1.2rem;
  color: #487acf;
  display: block;
  font-weight: 800;
}
.staff_archive .staff-min__name--full {
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #222;
  font-weight: 800;
}
.staff_archive .staff-min__thumb {
  position: absolute;
  left: 40px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min__thumb {
    left: 50%;
    transform: translateX(-50%);
    top: -17vw;
  }
}
.staff_archive .staff-min__thumb figure {
  position: relative;
  margin: 0 auto;
  width: 210px;
  height: 210px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}
.staff_archive .staff-min__thumb figure img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.staff_archive .staff-min__thumb figure.no_image {
  height: 180px;
  overflow: initial;
}
@media (min-width: 768px) {
  .staff_archive .staff-min__thumb figure.no_image {
    height: 300px;
  }
}
.staff_archive .staff-min__field {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #222;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .staff_archive .staff-min__field {
    margin-bottom: 2%;
    padding-bottom: 2%;
  }
}
.staff_archive .staff-min__department--ttl, .staff_archive .staff-min__special--ttl {
  min-width: auto;
  display: flex;
  align-items: center;
  width: 40%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6em;
  box-sizing: border-box;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .staff_archive .staff-min__department--ttl, .staff_archive .staff-min__special--ttl {
    width: 40%;
    padding: 1%;
  }
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min__department--ttl, .staff_archive .staff-min__special--ttl {
    font-size: 1.2rem;
  }
}
.staff_archive .staff-min__department--txt, .staff_archive .staff-min__special--txt {
  font-weight: normal;
  width: 100%;
  flex-flow: column;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .staff_archive .staff-min__department--txt, .staff_archive .staff-min__special--txt {
    padding: 1%;
  }
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min__department--txt, .staff_archive .staff-min__special--txt {
    font-size: 1.2rem;
  }
}
.staff_archive .staff-min__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .staff_archive .staff-min__btn {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min__btn {
    margin-top: 6%;
  }
}
.staff_archive .staff-min__btn-wrap {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min__btn-wrap {
    width: 100%;
  }
  .staff_archive .staff-min__btn-wrap:not(:first-of-type) {
    margin-top: 4%;
  }
}
.staff_archive .staff-min__btn--link {
  width: 100%;
  height: 60px;
  font-size: 1.3rem;
  letter-spacing: 0.125em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  padding: 0 2%;
  line-height: 1.5em;
  background: #009377;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min__btn--link {
    height: 50px;
    padding: 2%;
  }
}
.staff_archive .staff-min__pc#f01 {
  padding-top: 60px;
  min-height: 240px;
  width: 64%;
  margin: 0 auto 4%;
  margin-right: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min__pc#f01 {
    display: none;
    min-height: auto;
  }
}
.staff_archive .staff-min__pc#f01 .staff-min__name {
  text-align: left;
  display: block;
  font-weight: 300;
  margin: 0 0 40px;
}
.staff_archive .staff-min__pc#f01 .staff-min__name--hurigana {
  font-size: 1.6rem;
  letter-spacing: 0.125em;
}
.staff_archive .staff-min__pc#f01 .staff-min__name--full {
  font-size: 2.4rem;
  letter-spacing: 0.125em;
  line-height: 1.75em;
}
.staff_archive .staff-min .staff_col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .staff_archive .staff-min .staff_col {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min .staff_col {
    margin-top: 6%;
  }
}
.staff_archive .staff-min .staff_col figure {
  position: relative;
  margin: 0 auto;
  width: 50%;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .staff_archive .staff-min .staff_col figure {
    height: 30vw;
  }
}
.staff_archive .staff-min .staff_col figure img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.staff_archive .staff-min .staff_col.col2 figure:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .staff_archive .staff-min .staff_col.col2 figure:first-of-type {
    margin-right: 4%;
  }
}
/* NOTE _relative-staff.scss */
.relative_staff {
  background: #f7f7f7;
  border: solid 1px #dedede;
  padding: 0 6% 50px;
}
@media screen and (max-width: 767px) {
  .relative_staff {
    padding: 6%;
  }
}
@media (min-width: 768px) {
  .relative_staff {
    padding: 0 3% 20px;
  }
}
.relative_staff .display_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .relative_staff .display_pc {
    display: none;
  }
}
.relative_staff .display_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .relative_staff .display_sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .relative_staff__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .relative_staff__ttl .section-ttl {
    text-align: left;
    padding: 30px 0 30px;
    margin-right: 4%;
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .relative_staff__ttl .relative_staff__info--inner {
    width: 30%;
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .relative_staff__ttl .relative_staff__info--name {
    width: fit-content;
    margin: 0 auto;
  }
}
.relative_staff__info {
  display: flex;
}
.relative_staff__info--inner {
  min-width: 100px;
}
@media (min-width: 768px) {
  .relative_staff__info--inner {
    min-width: 160px;
  }
}
.relative_staff__info--photo {
  width: 80px;
  height: auto;
  border-radius: 40px;
  margin: 0 auto 0 0;
}
@media (min-width: 768px) {
  .relative_staff__info--photo {
    width: 130px;
    border-radius: 65px;
  }
}
.relative_staff__info--name {
  font-size: 1rem;
  text-align: center;
  width: 80px;
  line-height: 1em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .relative_staff__info--name {
    width: 130px;
    font-size: 1.5rem;
  }
}
.relative_staff__comment {
  border: solid 2px #dedede;
  border-radius: 5px;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.75em;
  align-items: center;
  display: flex;
  background: #fff;
}
@media (min-width: 768px) {
  .relative_staff__comment {
    padding: 20px;
    font-size: 1.5rem;
    width: calc(100% - 160px);
  }
}
.relative_staff__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .relative_staff__btn {
    flex-wrap: nowrap;
  }
}
.relative_staff__btn-wrap {
  width: 100%;
  min-width: 100%;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .relative_staff__btn-wrap {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: auto;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
  .relative_staff__btn-wrap:last-child {
    margin-right: 0;
  }
}
.relative_staff__btn--link {
  width: 100%;
  height: 45px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-align: center;
  color: #fff;
  background: #487acf;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .relative_staff__btn--link {
    height: 55px;
  }
}
@media (min-width: 768px) {
}
.layout.staff_archive .sub-page .sub-page__staff {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .layout.staff_archive .sub-page .sub-page__staff {
    margin-bottom: 12%;
  }
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ voice.scss
 ********************************************/
.voice-single {
  padding: 0 6%;
}
@media (min-width: 768px) {
  .voice-single {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .voice-single {
    padding: 0 15px;
  }
}
.voice-single__thumb--col1 {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .voice-single__thumb--col1 {
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 768px) {
  .voice-single__thumb--col1 .voice-single__figure {
    padding: 0 0 15px;
    width: 100%;
  }
}
.voice-single__thumb--col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .voice-single__thumb--col2 {
    flex-wrap: nowrap;
    margin: 0 -15px 30px;
  }
}
.voice-single__figure {
  padding: 0 10px 10px;
  position: relative;
  max-width: 377px;
  width: 100%;
  height: 257px;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .voice-single__figure {
    padding: 0 15px 15px;
    width: 50%;
  }
}
.voice-single__figure i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 2.25rem;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.voice-single__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit:contain;";
  box-shadow: 0 0 0 1px #f1f1f1 inset;
  border: none;
  padding: 5px;
  background-color: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 350px;
}
.voice-single__content {
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
}
@media (min-width: 768px) {
  .voice-single__content {
    font-size: 1.5rem;
  }
}
.voice-single h3, .voice-single h4, .voice-single h5, .voice-single h6 {
  box-sizing: border-box;
}
.entry_voice_box {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0;
}
@media (max-width: 1024px) {
  .entry_voice_box {
    padding: 0 3%;
  }
}
.entry_voice_box_pic {
  float: left;
  margin: 0 2% 0 0;
  max-width: 50%;
}
@media (max-width: 480px) {
  .entry_voice_box_pic {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2%;
  }
}
.entry_voice_box_pic .pic_frame {
  position: relative;
  height: auto;
  margin-bottom: 2%;
  padding-bottom: 0;
  text-align: center;
  border: solid 1px #f1f1f1;
}
@media (min-width: 1025px) {
  .aside__voice .container .side-ttl {
    display: none;
  }
}
@media (min-width: 1025px) {
  .aside__voice .container .side-menu {
    display: none;
  }
}
.aside__voice .vert-card__thumb {
  padding-top: 100%;
  overflow: hidden;
  height: 100%;
}
.aside__voice .vert-card__figure {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  max-width: initial;
}
.aside__voice .voiceRelated-wrap {
  display: flex !important;
  flex-wrap: wrap;
}
.aside__voice .horizontal-list {
  overflow: initial;
  display: block;
  padding: 0;
}
.aside__voice .horizontal-list__item {
  margin: 0;
}
.aside__voice .horizontal-list__item:last-of-type {
  margin-right: 0;
}
.aside__voice .horizontal-list__item--landscape {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 3%;
}
@media (min-width: 1025px) {
  .aside__voice .horizontal-list__item--landscape {
    width: 50%;
    margin-bottom: 0;
  }
}
.aside__voice .horizontal-list__item--portrait {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .aside__voice .horizontal-list__item--portrait {
    width: 25%;
  }
}
.voice-single #voice div {
  margin: 6% 0;
}
.voice-single #voice div h4 {
  padding: 0.25em 0.5em 0.25em 0.7em;
  background: #f1f1f1;
  border-left: solid 5px #009377;
  margin-bottom: 4%;
}
.voice-single #voice div tr {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.voice-single div tr .td001 {
  padding-top: 1%;
  padding-bottom: 1%;
  border-color: #e4e4e4;
  width: 20%;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.voice-single div tr .td002 {
  padding-top: 1%;
  padding-bottom: 1%;
  border-color: #e4e4e4;
  width: 20%;
  background-color: #009377;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  color: #fff;
}
.voice-single #voice div table {
  margin-bottom: 2%;
  height: 25px;
  border-color: #fff;
  width: 100%;
}
.voice-single #voice div p {
  margin-bottom: 2%;
}
.voice-single #voice div p .sen {
  background: linear-gradient(transparent 70%, #c8d5e0 70%);
  font-weight: 600;
}
.voice-single #voice div .score {
  text-align: center;
  font-size: 2rem;
}
.voice-single #voice div .score .score02 {
  font-size: 3rem;
  font-weight: 600;
  color: #f00;
}
@media screen and (max-width: 767px) {
  .voice-single #voice div .score {
    font-size: 1.8rem;
  }
  .voice-single #voice div .score .score02 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sub-page .sub-page__voice .voice-single .hori-card {
    padding: 0;
  }
}
.single-voice .mfp-bg {
  background-color: rgba(0, 0, 0, 0.7);
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ photo.scss
 ********************************************/
@media (min-width: 768px) {
  .photo__layout--wide {
    margin: 0 0 50px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .photo__layout--wide .photo-slider {
    width: 100%;
    margin: 0 6% 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .photo.container {
    padding: 6% 4% 4%;
  }
}
.photo-slider {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  padding: 0 4%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .photo-slider {
    margin-bottom: 70px;
    padding: 0;
  }
}
.photo-slider__section--h3 {
  margin: 0 0 20px;
  font-size: 1.5rem;
  letter-spacing: 0.175em;
  font-weight: 600;
  text-align: center;
  color: #222;
  display: block;
}
@media (min-width: 768px) {
  .photo-slider__section--h3 {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
}
.photo-slider__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .photo-slider__item.column03 {
    margin: 0 30px 0 0;
    width: calc(100% / 3 - 20px);
  }
  .photo-slider__item.column03:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.column02 {
    margin: 0 20px 40px 0;
    width: calc(100% / 2 - 10px);
  }
  .photo-slider__item.column02:nth-of-type(3n) {
    margin-right: 20px;
  }
  .photo-slider__item.column02:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.column01 {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 400px;
  }
  .photo-slider__item.column01:nth-of-type(3n) {
    margin-right: 0;
  }
}
.photo-slider__item.type-a {
  width: 100%;
}
.photo-slider__item.type-a:not(:last-of-type) {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .photo-slider__item.type-a:not(:last-of-type) {
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 1024px) {
  .photo-slider__item.type-a:not(:last-of-type) {
    margin: 0 auto 4%;
  }
}
.photo-slider__item.type-a .photo-slider__inner figure {
  height: 600px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .photo-slider__item.type-a .photo-slider__inner figure {
    height: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .photo-slider__item.type-a .photo-slider__inner figure {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-a .photo-slider__inner figure {
    height: 58vw;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-a .photo-slider__inner figure.pic_trim {
    height: 54vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-a .photo-slider__inner figure.pic_trim {
    height: 86vw;
  }
}
.photo-slider__item.type-b {
  width: calc(100% / 2 - 20px);
}
@media screen and (max-width: 1024px) {
  .photo-slider__item.type-b {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-b {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-b:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-b:not(:nth-of-type(2n)) {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-b:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-b:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-b:not(:last-of-type) {
    margin-bottom: 6%;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-b:nth-child(odd).photo-slider__item.type-b.pic_trim + .photo-slider__item.type-b:nth-child(even).photo-slider__item.type-b.pic_trim .pic_trim {
    height: 54vw;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-b:nth-child(odd).photo-slider__item.type-b.pic_trim + .photo-slider__item.type-b:nth-child(even).photo-slider__item.type-b.pic_trim .pic_trim {
    height: 540px;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-b:nth-child(odd).photo-slider__item.type-b.pic_trim:last-of-type .pic_trim {
    height: 54vw;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-b:nth-child(odd).photo-slider__item.type-b.pic_trim:last-of-type .pic_trim {
    height: 540px;
  }
}
.photo-slider__item.type-b .photo-slider__inner figure {
  height: 345px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .photo-slider__item.type-b .photo-slider__inner figure {
    height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .photo-slider__item.type-b .photo-slider__inner figure {
    height: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-b .photo-slider__inner figure {
    height: 58vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-b .photo-slider__inner figure.pic_trim {
    height: 86vw;
  }
}
.photo-slider__item.type-c {
  margin: 0 30px 0 0;
  width: calc(100% / 3 - 20px);
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-c {
    width: calc(100% / 2 - 2%);
    margin: 0 4% 0 0;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-c:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-c:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-c:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-c:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
.photo-slider__item.type-c .photo-slider__inner figure {
  height: 220px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .photo-slider__item.type-c .photo-slider__inner figure {
    height: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .photo-slider__item.type-c .photo-slider__inner figure {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-c .photo-slider__inner figure {
    height: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-c .photo-slider__inner figure.pic_trim {
    height: 32vw;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-c:nth-child(3n-2).photo-slider__item.type-c.pic_trim + :nth-child(3n-1).photo-slider__item.type-c.pic_trim + :nth-child(3n).photo-slider__item.type-c.pic_trim .pic_trim {
    height: 42vw;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-c:nth-child(3n-2).photo-slider__item.type-c.pic_trim + :nth-child(3n-1).photo-slider__item.type-c.pic_trim + :nth-child(3n).photo-slider__item.type-c.pic_trim .pic_trim {
    height: 420px;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-c:nth-child(3n-2).photo-slider__item.type-c.pic_trim + :nth-child(3n-1).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim {
    height: 42vw;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-c:nth-child(3n-2).photo-slider__item.type-c.pic_trim + :nth-child(3n-1).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim {
    height: 420px;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-c:nth-child(3n+1).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim {
    height: 42vw;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-c:nth-child(3n+1).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-c:nth-child(odd).photo-slider__item.type-c.pic_trim + .photo-slider__item.type-c:nth-child(even).photo-slider__item.type-c.pic_trim .pic_trim {
    height: 54vw;
  }
  .photo-slider__item.type-c:nth-child(odd).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim {
    height: 54vw;
  }
}
.photo-slider__item.type-d {
  margin: 0 20px 0 0;
  width: calc(100% / 4 - 15px);
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-d {
    width: calc(100% / 2 - 2%);
    margin: 0 4% 0 0;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-d:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-d:nth-of-type(n+5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-d:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-d:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
.photo-slider__item.type-d .photo-slider__inner figure {
  height: 160px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .photo-slider__item.type-d .photo-slider__inner figure {
    height: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .photo-slider__item.type-d .photo-slider__inner figure {
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-d .photo-slider__inner figure {
    height: 32vw;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim + :nth-child(4n-2).photo-slider__item.type-d.pic_trim + :nth-child(4n-1).photo-slider__item.type-d.pic_trim + :nth-child(4n).photo-slider__item.type-d.pic_trim .pic_trim {
    height: 24vw;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim + :nth-child(4n-2).photo-slider__item.type-d.pic_trim + :nth-child(4n-1).photo-slider__item.type-d.pic_trim + :nth-child(4n).photo-slider__item.type-d.pic_trim .pic_trim {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim + :nth-child(4n-2).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim {
    height: 24vw;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim + :nth-child(4n-2).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim + :nth-child(4n-2).photo-slider__item.type-d.pic_trim + :nth-child(4n-1).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim {
    height: 24vw;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim + :nth-child(4n-2).photo-slider__item.type-d.pic_trim + :nth-child(4n-1).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-d:nth-child(4n+1).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim {
    height: 24vw;
  }
}
@media (min-width: 1025px) {
  .photo-slider__item.type-d:nth-child(4n+1).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__item.type-d:nth-child(odd).photo-slider__item.type-d.pic_trim + .photo-slider__item.type-d:nth-child(even).photo-slider__item.type-d.pic_trim .pic_trim {
    height: 54vw;
  }
  .photo-slider__item.type-d:nth-child(odd).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim {
    height: 54vw;
  }
}
.photo-slider__inner {
  position: relative;
}
.photo-slider__inner .single-works__subtitle__title {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .photo-slider__inner .single-works__subtitle__title {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__inner .single-works__subtitle__title {
    margin-top: 4%;
  }
}
.photo-slider__inner .single-works__subtitle__description {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .photo-slider__inner .single-works__subtitle__description {
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 767px) {
  .photo-slider__inner .single-works__subtitle__description {
    margin-bottom: 3%;
    letter-spacing: 0.01em;
  }
}
.photo-slider__inner figure {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-height: 600px;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.photo-slider__inner figure.pic_trim img {
  width: auto;
  /*object-fit: contain;
   font-family: "object-fit:contain;";*/
}
.photo-slider__inner figure.pic_trim02 img {
  object-fit: contain;
  font-family: "object-fit:contain;";
}
.photo-slider__inner figure > img {
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  min-height: 1px;
  min-width: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.photo-slider__dots {
  display: flex;
}
.zoom-nv {
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: 20px;
  height: 20px;
  background: rgba(171, 171, 171, 0.4);
  box-sizing: border-box;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .zoom-nv {
    right: 1vw;
    bottom: 1vw;
  }
}
.photo__layout {
  border: solid 1px #645a5a;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 0 10px 0;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .photo__layout .section-ttl {
    padding: 15px 20px;
  }
}
.photo__layout > .section-ttl {
  padding: 0 !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .photo__layout > .section-ttl {
    margin-bottom: 20px;
  }
}
.photo__layout > .section-ttl .section-ttl__h2 {
  background: #fafafa;
  border-bottom: solid 2px #222;
  color: #222;
  padding: 15px 20px;
}
.single-voice .mfp-content {
  pointer-events: none;
}
.pswp__custom-caption.pswp__hide-on-close {
  width: 100%;
  text-align: center;
  color: #fafafa;
  position: absolute;
  bottom: 20px;
  font-size: 1.45rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .pswp__custom-caption.pswp__hide-on-close {
    padding: 0 4%;
    font-size: 1.2rem;
    bottom: 10%;
  }
}
.pswp--touch .pswp__button--arrow.pswp__button--arrow--next, .pswp--touch .pswp__button--arrow.pswp__button--arrow--prev {
  visibility: visible;
}
.single-works__beforeafter__comparison {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeafter__comparison {
    margin: 0 auto 12%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison {
    margin: 0 auto 14%;
  }
}
.single-works__beforeafter__comparison__list .photo-slider__wrap {
  display: block;
  margin: 0 auto;
}
.single-works__beforeafter__comparison__list .single-works__subtitle__title {
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeafter__comparison__list .single-works__subtitle__title {
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .single-works__subtitle__title {
    margin: 0 auto 4%;
  }
}
.single-works__beforeafter__comparison__list .photo-slider__inner {
  /*margin: 0 auto 60px;
   @include mq(tablet) {
   margin: 0 auto 6%;
   }
   @include mq(mobile) {
   margin: 0 auto 12%;
   }*/
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list.pic_switch .photo-slider__inner__list__item {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list.pic_switch .photo-slider__inner__list__item:first-of-type:after {
    border-top: initial;
    border-bottom: solid 2px #979797;
    position: absolute;
    top: 108%;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list.pic_switch .photo-slider__inner__list__item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 14%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list.pic_switch .photo-slider__inner__list__item figure {
    height: 58vw;
  }
}
.single-works__beforeafter__comparison__list .photo-slider__inner__list__item {
  float: left;
  width: 48%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list__item {
    width: 46%;
  }
}
.single-works__beforeafter__comparison__list .photo-slider__inner__list__item:first-of-type:after {
  content: '';
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 2px #979797;
  border-right: solid 2px #979797;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list__item:first-of-type:after {
    width: 2vw;
    height: 2vw;
    top: 55%;
  }
}
.single-works__beforeafter__comparison__list .photo-slider__inner__list__item:not(:last-of-type) {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list__item:not(:last-of-type) {
    margin-right: 6%;
  }
}
.single-works__beforeafter__comparison__list .photo-slider__inner__list__item figure {
  height: 300px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list__item figure {
    height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list__item figure {
    height: 30vw;
  }
}
.single-works__beforeafter__comparison__list .photo-slider__inner__list__item__label {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  color: #979797;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list__item__label {
    font-size: 1.4rem;
  }
}
.single-works__beforeafter__comparison__list .photo-slider__inner__list__item .single-works__subtitle__description {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list__item .single-works__subtitle__description {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list .photo-slider__inner__list__item .single-works__subtitle__description {
    margin-top: 4%;
  }
}
.single-works__beforeandafter__contents__inner + .single-works__subtitle {
  margin: 0 auto;
  /*@include mq(tablet) {
   margin: 1% auto 0;
   }
   @include mq(mobile) {
   margin: 3% auto 0;
   }*/
}
.single-works__beforeandafter__contents__inner + .single-works__subtitle .single-works__subtitle__description {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeandafter__contents__inner + .single-works__subtitle .single-works__subtitle__description {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeandafter__contents__inner + .single-works__subtitle .single-works__subtitle__description {
    margin-bottom: 6%;
  }
}
.single-works__beforeandafter__contents__inner + .single-works__subtitle.type-full {
  margin: 120px auto 0;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeandafter__contents__inner + .single-works__subtitle.type-full {
    margin: 12% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeandafter__contents__inner + .single-works__subtitle.type-full {
    margin: 14% auto 0;
  }
}
.single-works__beforeandafter__contents__inner + .single-works__subtitle:not(:last-of-type) .single-works__subtitle__description {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeandafter__contents__inner + .single-works__subtitle:not(:last-of-type) .single-works__subtitle__description {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeandafter__contents__inner + .single-works__subtitle:not(:last-of-type) .single-works__subtitle__description {
    margin-bottom: 8%;
  }
}
.single-works__beforeandafter__contents__inner + .single-works__subtitle.type-full:not(:last-of-type) .single-works__subtitle__description {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeandafter__contents__inner + .single-works__subtitle.type-full:not(:last-of-type) .single-works__subtitle__description {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeandafter__contents__inner + .single-works__subtitle.type-full:not(:last-of-type) .single-works__subtitle__description {
    margin-bottom: 6%;
  }
}
.single-works__beforeandafter__contents__inner + .single-works__beforeandafter__contents__inner {
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeandafter__contents__inner + .single-works__beforeandafter__contents__inner {
    margin: 4% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeandafter__contents__inner + .single-works__beforeandafter__contents__inner {
    margin: 6% auto 0;
  }
}
.single-works__subtitle + .single-works__subtitle {
  margin: 80px auto 20px;
}
@media screen and (max-width: 1024px) {
  .single-works__subtitle + .single-works__subtitle {
    margin: 8% auto 4%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__subtitle + .single-works__subtitle {
    margin: 18% auto 6%;
  }
}
.single-works__feature__contents__inner + .single-works__feature__contents__inner {
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .single-works__feature__contents__inner + .single-works__feature__contents__inner {
    margin: 4% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .single-works__feature__contents__inner + .single-works__feature__contents__inner {
    margin: 6% auto 0;
  }
}
.single-works__beforeafter__comparison__list + .single-works__beforeafter__comparison__list {
  margin: 60px auto 0;
}
@media screen and (max-width: 1024px) {
  .single-works__beforeafter__comparison__list + .single-works__beforeafter__comparison__list {
    margin: 6% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .single-works__beforeafter__comparison__list + .single-works__beforeafter__comparison__list {
    margin: 8% auto 0;
  }
}
/********************************************
 // ↓ events.scss
 ********************************************/
.layout.archive_events .layout__main-left {
  max-width: initial;
  width: 100%;
}
.layout.archive_events .sub-page .events-taxonomy-list {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .layout.archive_events .sub-page .events-taxonomy-list {
    margin-bottom: 10%;
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .layout.archive_events .sub-page .events-taxonomy-list {
    padding: 0 6%;
  }
}
.layout.archive_events .sub-page .events-taxonomy-list ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout.archive_events .sub-page .events-taxonomy-list ul li {
  width: 49%;
}
.layout.archive_events .sub-page .events-taxonomy-list ul li a {
  background: #009377;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 400;
  display: block;
  transition: 0.3s linear all;
  border-radius: 5px;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .layout.archive_events .sub-page .events-taxonomy-list ul li a {
    font-size: 1.2rem;
  }
}
.layout.archive_events .sub-page .events-taxonomy-list ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  right: 2%;
  position: absolute;
  color: #fff;
}
.layout.archive_events .sub-page .events-taxonomy-list ul li:last-of-type:nth-of-type(2n + 1) {
  width: 100%;
}
.layout.archive_events .sub-page__events .hori-card__link {
  border: none;
}
.layout.archive_events .sub-page__events .hori-card__layout {
  display: block;
}
.layout.archive_events .sub-page__events .hori-card__item a {
  display: block;
}
.layout.archive_events .sub-page__events .hori-card__item:not(:last-of-type) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 4px dashed #645a5a;
}
@media screen and (max-width: 1024px) {
  .layout.archive_events .sub-page__events .hori-card__item:not(:last-of-type) {
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .layout.archive_events .sub-page__events .hori-card__item:not(:last-of-type) {
    margin-bottom: 8%;
    padding-bottom: 6%;
  }
}
.layout.archive_events .sub-page__events .hori-card__thumb {
  float: left;
  max-width: 240px;
  width: 25%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .layout.archive_events .sub-page__events .hori-card__thumb {
    max-width: none;
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .layout.archive_events .sub-page__events .hori-card__thumb {
    width: 100%;
    margin-bottom: 2%;
  }
}
.layout.archive_events .sub-page__events .hori-card__thumb figure {
  border: 1px solid #dadada;
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: inline-flex;
}
.layout.archive_events .sub-page__events .hori-card__thumb figure img {
  vertical-align: middle;
}
.layout.archive_events .sub-page__events .hori-card__thumb figure.no_image {
  height: 240px;
}
@media screen and (max-width: 1024px) {
  .layout.archive_events .sub-page__events .hori-card__thumb figure.no_image {
    height: 24vw;
  }
}
@media screen and (max-width: 480px) {
  .layout.archive_events .sub-page__events .hori-card__thumb figure.no_image {
    height: 60vw;
  }
}
.layout.archive_events .sub-page__events .hori-card__img {
  width: 240px;
  height: 240px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  font-family: "object-fit:contain;";
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .layout.archive_events .sub-page__events .hori-card__img {
    height: 24vw;
  }
}
@media screen and (max-width: 480px) {
  .layout.archive_events .sub-page__events .hori-card__img {
    width: 100%;
    height: 60vw;
  }
}
.layout.archive_events .sub-page__events .hori-card__img__bg {
  object-fit: cover;
  font-family: "object-fit:cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0) scale(1.1);
  filter: blur(4px) brightness(0.9);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.layout.archive_events .sub-page__events .hori-card__txt {
  float: left;
  width: 75%;
  font-size: 1.5rem;
  height: 100%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .layout.archive_events .sub-page__events .hori-card__txt {
    padding: 0 0 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .layout.archive_events .sub-page__events .hori-card__txt {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .layout.archive_events .sub-page__events .hori-card__txt {
    width: 100%;
    padding: 0;
  }
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #645a5a;
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt ul li {
  float: left;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 1.3rem;
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt ul li:first-of-type {
  width: 18%;
  margin-right: 2%;
  background: #222;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layout.archive_events .sub-page__events .hori-card__txt--cnt ul li:first-of-type {
    width: 25%;
  }
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt ul li:nth-of-type(2) {
  width: 80%;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .layout.archive_events .sub-page__events .hori-card__txt--cnt ul li:nth-of-type(2) {
    font-size: 1.3rem;
    width: 73%;
  }
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt ul li.hori-card__notice {
  background: #009377;
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt ul li.hori-card__fin {
  background: #666;
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul {
  margin-bottom: 10px;
  border-bottom: 1px dashed #645a5a;
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li {
  float: left;
  margin-bottom: 5px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 1.3rem;
  color: #222;
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:first-of-type, .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(3), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(5), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(7) {
  width: 18%;
  margin-right: 2%;
  background: #f1f1f1;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:first-of-type, .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(3), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(5), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(7) {
    width: 25%;
  }
}
.layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(2), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(4), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(6), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(8) {
  width: 80%;
  font-size: 1.5rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(2), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(4), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(6), .layout.archive_events .sub-page__events .hori-card__txt--cnt2 ul li:nth-of-type(8) {
    font-size: 1.3rem;
    width: 73%;
  }
}
.layout.single_events p {
  font-size: 1.3rem;
  line-height: 1.75em;
}
@media (min-width: 768px) {
  .layout.single_events p {
    font-size: 1.5rem;
  }
}
.layout.single_events .layout__main-left {
  width: 100%;
  max-width: initial;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .layout.single_events .sub-page__events .container {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .layout.single_events .sub-page__events .container {
    padding: 0 6%;
  }
}
.layout.single_events .single_events__notice {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .layout.single_events .single_events__notice {
    margin-bottom: 4%;
  }
}
.layout.single_events .single_events__notice ul:nth-of-type(2), .layout.single_events .single_events__notice ul:nth-of-type(3) {
  margin-top: 10px;
}
.layout.single_events .single_events__notice ul li {
  line-height: 1.75em;
  float: left;
}
.layout.single_events .single_events__notice ul li:first-of-type {
  width: 18%;
  margin-right: 2%;
  padding: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background: #009377;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__notice ul li:first-of-type {
    width: 22%;
  }
}
.layout.single_events .single_events__notice ul li:nth-of-type(2) {
  width: 80%;
  padding: 5px;
  font-size: 1.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__notice ul li:nth-of-type(2) {
    width: 100%;
    margin-top: 2%;
    float: none;
    clear: both;
  }
}
.layout.single_events .single_events__notice ul li:nth-of-type(2) span {
  font-weight: bold;
  color: #222;
}
.layout.single_events .single_events__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .layout.single_events .single_events__img {
    margin-bottom: 4%;
  }
}
.layout.single_events .single_events__img--two-column ul li {
  float: left;
  width: 49%;
}
.layout.single_events .single_events__img--two-column ul li:first-of-type {
  margin-right: 2%;
}
.layout.single_events .single_events__img--three-column ul li:first-of-type {
  float: none;
  width: 100%;
  margin-bottom: 2%;
}
.layout.single_events .single_events__img--three-column ul li:nth-of-type(2) {
  margin-right: 2%;
}
.layout.single_events .single_events__img--three-column ul li:not(:first-of-type) {
  float: left;
  width: 49%;
}
.layout.single_events .single_events__img .my-gallery {
  position: relative;
  height: 0;
  margin: 0 auto;
  padding: 0 0 74%;
  text-align: center;
  overflow: hidden;
}
.layout.single_events .single_events__img .my-gallery figure {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  box-shadow: 0 0 0 1px #f1f1f1 inset;
  overflow: hidden;
}
.layout.single_events .single_events__img .my-gallery figure a {
  display: block;
  padding-bottom: 60%;
}
.layout.single_events .single_events__img .my-gallery figure a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent url(../../../../images/event_zoom.png) no-repeat scroll right 0;
  background-size: auto 100%;
  width: 78px;
  max-width: 50%;
  height: 78px;
  max-height: 50%;
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__img .my-gallery figure a::after {
    width: 10vw;
    height: 10vw;
    bottom: 5px;
    right: 5px;
  }
}
.layout.single_events .single_events__img .my-gallery figure a.zoom_none::after {
  display: none;
}
.layout.single_events .single_events__img .my-gallery img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}
.layout.single_events .single_events__freearea {
  margin-bottom: 40px;
  padding: 20px;
  border: 2px solid #645a5a;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .layout.single_events .single_events__freearea {
    margin-bottom: 4%;
    padding: 2%;
  }
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__freearea {
    padding: 4%;
  }
}
.layout.single_events .single_events__freearea h3 {
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
  .layout.single_events .single_events__freearea h3 {
    margin-bottom: 2%;
  }
}
.layout.single_events .single_events__cnt {
  padding: 20px;
  font-size: 1.5rem;
  border: 1px solid #645a5a;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .layout.single_events .single_events__cnt {
    padding: 2%;
  }
}
.layout.single_events .single_events__cnt:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .layout.single_events .single_events__cnt:not(:last-of-type) {
    margin-bottom: 4%;
  }
}
.layout.single_events .single_events__cnt--left {
  float: left;
  width: 50%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__cnt--left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.layout.single_events .single_events__cnt--left ul li {
  float: left;
  margin-bottom: 10px;
  padding: 10px 5px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .layout.single_events .single_events__cnt--left ul li {
    font-size: 1.5rem;
  }
}
.layout.single_events .single_events__cnt--left ul li:not(:nth-last-of-type(n + 3)) {
  margin-bottom: 0;
}
.layout.single_events .single_events__cnt--left ul li:nth-of-type(2n + 1) {
  clear: left;
  width: 18%;
  margin-right: 2%;
  color: #222;
  text-align: center;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__cnt--left ul li:nth-of-type(2n + 1) {
    width: 22%;
  }
}
.layout.single_events .single_events__cnt--left ul li:nth-of-type(2n) {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__cnt--left ul li:nth-of-type(2n) {
    width: 76%;
  }
}
.layout.single_events .single_events__cnt--all {
  float: none;
  width: 100%;
  margin-right: 0;
}
.layout.single_events .single_events__cnt--right {
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__cnt--right {
    float: none;
    width: 100%;
  }
}
.layout.single_events .single_events__cnt--right .acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #645a5a;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__cnt--right .acf-map {
    display: none;
  }
}
.layout.single_events .single_events__cnt--map {
  display: none;
}
@media screen and (max-width: 767px) {
  .layout.single_events .single_events__cnt--map {
    display: block;
  }
}
.layout.single_events .single_events__cnt--map a {
  color: #222;
  font-weight: bold;
}
.layout.single_events .form_description p.tc_txt {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .layout.single_events .form_description p.tc_txt {
    padding: 0 3%;
  }
}
@media screen and (max-width: 1024px) {
  .layout.single_events .form_description p.tc_txt {
    padding: 0 6%;
  }
}
.layout.single_events .privacy__h3 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .layout.single_events .privacy__h3 {
    padding: 0 3%;
  }
}
@media screen and (max-width: 1024px) {
  .layout.single_events .privacy__h3 {
    padding: 0 6%;
  }
}
.sub-page__events .section-ttl.coming {
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .sub-page__events .section-ttl.coming {
    box-sizing: border-box;
    padding: 50px 4%;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__events .section-ttl.coming {
    padding: 30px 4%;
  }
}
.sub-page__events .section-ttl.coming .section-ttl__h2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sub-page__events .section-ttl.coming .section-ttl__h2 {
    font-size: 1.4rem;
  }
}
.sub-page__events .section-ttl.coming .section-ttl__h2 .display-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sub-page__events .section-ttl.coming .section-ttl__h2 .display-sp {
    display: inline;
  }
}
.sub-page__events .section-ttl.coming > div img {
  display: block;
  margin: 0 auto;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/********************************************
 // ↓ company.scss
 ********************************************/
.side-company {
  margin: 0 0 50px;
}
/*NOTE:20220419ソース整理*/
@media (min-width: 768px) {
  .company-head {
    margin: 50px 0 30px;
  }
}
.company-anchor {
  margin: 20px 0 0;
  padding: 0 6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .company-anchor {
    padding: 0;
    display: none;
  }
}
.company-anchor__list {
  width: 49%;
  margin: 0 0 2%;
}
.company-anchor__list--link {
  padding: 15px 0;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #fff;
  text-align: center;
  background-color: #009377;
  border-radius: 3px;
  display: block;
}
@media screen and (max-width: 767px) {
  .company-anchor__list--link {
    letter-spacing: 0.01em;
  }
}
.company-anchor li:nth-of-type(2n+1):last-of-type {
  width: 100%;
}
.company-overview {
  width: 88%;
  margin: 0 6%;
  table-layout: fixed;
  border: 1px solid #645a5a;
}
@media (min-width: 768px) {
  .company-overview {
    width: 94%;
    margin: 0 3%;
    border: none;
  }
}
@media (min-width: 1025px) {
  .company-overview {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.company-overview__tr {
  text-align: left;
  display: block;
  border: 0;
}
@media (min-width: 768px) {
  .company-overview__tr {
    display: flex;
    margin: 0 0 5px;
    border: 1px solid #cacaca;
  }
}
.company-overview__head {
  width: 100%;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.175em;
  color: #222;
  background-color: #f1f1f1;
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .company-overview__head {
    width: 30%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
  }
}
.company-overview__data {
  width: 100%;
  padding: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .company-overview__data {
    width: 70%;
    font-size: 1.5rem;
  }
}
.company-overview__data ul {
  list-style: disc;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .company-overview__data ul {
    width: calc(100% - 8%);
  }
}
.company-overview__office--link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #222;
  display: block;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .company-overview__office--link {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .company-message {
    margin: 0 0 30px;
  }
}
.company-message__hero {
  margin: 0 0 20px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .company-message__hero {
    height: 410px;
    margin: 0 0 30px;
  }
}
.company-message__h3 {
  margin: 0 0 30px;
  font-size: 1.5rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .company-message__h3 {
    font-size: 1.8rem;
  }
}
.company-message__h3--bold {
  margin: 0 0 10px;
  font-weight: bold;
  display: block;
}
.company-message__h3--primary {
  font-weight: 500;
  color: #222;
}
@media (min-width: 768px) {
  .company-message__h3--primary {
    font-weight: bold;
  }
}
.company-message__description {
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  padding: 0 6%;
  color: #222;
}
@media (min-width: 768px) {
  .company-message__description {
    font-size: 1.5rem;
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .company-message__description {
    padding: 0;
  }
}
.company-message__from {
  margin: 30px 0 0;
  padding: 0 6%;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.175em;
  color: #222;
  display: block;
  line-height: 1.75em;
}
@media (min-width: 768px) {
  .company-message__from {
    font-size: 1.6rem;
    padding: 0 3%;
    line-height: 2em;
  }
}
@media (min-width: 1025px) {
  .company-message__from {
    padding: 0;
  }
}
.company-message__from .txt-right {
  display: block;
  text-align: right;
  margin-top: 2%;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .company-message__from .txt-right {
    margin-top: 4%;
  }
}
.company-message__from b {
  color: #009377;
}
.company-message__from--ttl {
  color: #009377;
  padding: 10px;
  border-top: 2px solid #009377;
  border-bottom: 2px solid #009377;
  font-weight: bold;
  display: block;
  margin: 3% 0;
}
.company-message__from--sub {
  color: #009377;
  box-sizing: border-box;
  border-left: 3px solid #009377;
  padding-left: 10px;
  margin: 2% 0;
  font-weight: bold;
}
.company-message__from--bold {
  color: #009377;
  font-weight: bold;
}
.company-message__daihyo {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .company-vision {
    margin: 0 0 30px;
  }
}
.company-vision__txt {
  margin: 20px 0 0;
  padding: 0 6%;
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 2em;
  color: #222;
  display: block;
}
@media (min-width: 768px) {
  .company-vision__txt {
    font-size: 1.5rem;
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .company-vision__txt {
    padding: 0;
  }
}
.company-vision__txt b {
  color: #009377;
}
.company-vision__txt--ttl {
  color: #009377;
  padding: 10px;
  border-top: 2px solid #009377;
  border-bottom: 2px solid #009377;
  font-weight: bold;
  display: block;
  margin: 3% 0;
}
.company-vision__txt--sub {
  color: #009377;
  box-sizing: border-box;
  border-left: 3px solid #009377;
  padding-left: 10px;
  margin: 2% 0;
  font-weight: bold;
}
.company-vision__txt--bold {
  color: #009377;
  font-weight: bold;
}
.company-access-map {
  margin: 0 0 30px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .company-access-map {
    display: none;
    padding: 0 3%;
  }
}
.company-access-map__illust {
  margin: 0 10px 0 0;
  max-width: 50%;
}
.company-office__detail {
  margin: 0 0 50px;
  padding: 0 6%;
}
@media (min-width: 768px) {
  .company-office__detail {
    padding: 0 4%;
  }
}
@media (min-width: 1025px) {
  .company-office__detail {
    padding: 0;
  }
}
.company-office__detail--h3 {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  color: #fff;
  padding: 3% 0;
  display: block;
  border-radius: 5px 5px 0 0;
  background-color: #487acf;
  text-align: center;
  margin-bottom: 2%;
}
@media (min-width: 768px) {
  .company-office__detail--h3 {
    font-size: 1.8rem;
    padding: 15px;
  }
}
.company-office__detail--thumb {
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
}
.company-office__detail--img {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  border-radius: 3px;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media (min-width: 768px) {
  .company-office__detail--img {
    height: 410px;
  }
}
.company-office__detail--description {
  margin: 0 0 30px;
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
  display: block;
}
@media (min-width: 768px) {
  .company-office__detail--description {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .company-office__detail-wrap {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 1024px) {
  .company-office__detail-wrap {
    box-sizing: border-box;
  }
}
.company-office__detail-wrap > iframe {
  width: 100%;
  height: 250px;
  border: 1px solid #645a5a;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .company-office__detail-wrap > iframe {
    width: 40%;
    height: auto;
    margin: 0 4% 0 0;
  }
}
.company-office__detail--table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #cacaca;
}
@media (min-width: 768px) {
  .company-office__detail--table {
    width: 56%;
  }
}
.company-office__detail--tr {
  text-align: left;
  display: block;
}
.company-office__detail--th {
  width: 100%;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.175em;
  color: #222;
  background-color: #f1f1f1;
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .company-office__detail--th {
    font-size: 1.5rem;
    padding: 15px;
  }
}
.company-office__detail--td {
  width: 100%;
  padding: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .company-office__detail--td {
    font-size: 1.3rem;
    padding: 15px;
  }
}
.company-office__detail--tel {
  font-weight: 500;
  color: #222;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ blog.scss
 ********************************************/
/*single-blog_only_start*/
.single_blog p {
  font-size: 1.5rem;
  line-height: 1.75em;
  font-weight: 400;
}
.single_blog .sub-page__blog.container {
  padding: 0;
}
.single_blog__inner {
  font-size: 1.3rem;
  line-height: 1.75em;
}
.single_blog__inner--cnt {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .single_blog__inner--cnt {
    font-size: 1.5rem;
    margin-bottom: 5%;
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .single_blog__inner--cnt {
    padding: 0 6%;
  }
}
.single_blog__staff {
  margin-bottom: 20px;
  font-size: 1.3rem;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .single_blog__staff {
    font-size: 1.5rem;
    margin-bottom: 2%;
    padding-left: 6%;
  }
}
.single_blog__staff ul li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 5px 5px 0;
  color: #222;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .single_blog__staff ul li {
    margin-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .single_blog__staff ul li {
    margin-left: 6%;
  }
}
.single_blog__category {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
  margin-right: 5px;
  padding: 10px;
  font-size: 1.3rem;
  color: #fff;
  background: #009377;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .single_blog__category {
    margin-bottom: 2%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .single_blog__category {
    margin-left: 6%;
  }
}
/*single-blog_only_end*/
@media (min-width: 1025px) {
  .layout__side.aside__blog {
    display: none;
  }
}
.single_blog__inner, #tinymce.post-type-blog {
  font-size: 1.5rem;
  line-height: 1.75em;
  background: #fff !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single_blog__inner, #tinymce.post-type-blog {
    font-size: 1.4rem;
  }
}
.single_blog__inner .single_blog__inner--cnt, #tinymce.post-type-blog .single_blog__inner--cnt, .single_blog__inner p, #tinymce.post-type-blog p {
  font-size: 1.5rem;
  letter-spacing: 0.125em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .single_blog__inner .single_blog__inner--cnt, #tinymce.post-type-blog .single_blog__inner--cnt, .single_blog__inner p, #tinymce.post-type-blog p {
    font-size: 1.4rem;
  }
}
.single_blog__inner .single_blog__inner--cnt:after, #tinymce.post-type-blog .single_blog__inner--cnt:after, .single_blog__inner p:after, #tinymce.post-type-blog p:after {
  display: block;
  clear: both;
  content: "";
}
.single_blog__inner h1, #tinymce.post-type-blog h1, .single_blog__inner h2:not(.section-ttl__h2), #tinymce.post-type-blog h2:not(.section-ttl__h2) {
  padding: 1em 0;
  border-top: solid 2px #009377;
  border-bottom: solid 2px #009377;
  margin: 3% 0;
  font-size: 130%;
  font-weight: bold;
}
.single_blog__inner h3:not(.section-ttl__h3), #tinymce.post-type-blog h3:not(.section-ttl__h3) {
  margin: 3% 0;
  padding: 0.4em 0.5em;
  background: #f3f3f3;
  border-left: solid 5px #009377;
  font-size: 130%;
  font-weight: bold;
}
.single_blog__inner h4:not(.section-ttl__h4), #tinymce.post-type-blog h4:not(.section-ttl__h4) {
  margin: 3% 0 3% 0.5em;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #009377;
  font-size: 120%;
  font-weight: bold;
}
.single_blog__inner h5:not(.section-ttl__h5), #tinymce.post-type-blog h5:not(.section-ttl__h5) {
  margin: 3% 0 3% 0.5em;
  padding: 0 0.5em;
  background: transparent;
  border-left: solid 5px #009377;
  font-size: 100%;
  font-weight: bold;
}
.post-type-archive-blog .hori-card__figure, .tax-blog_cat .hori-card__figure {
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: inline-flex;
}
.post-type-archive-blog .hori-card__img, .tax-blog_cat .hori-card__img {
  object-fit: contain;
  font-family: "object-fit:contain;";
  position: relative;
  z-index: 2;
}
.post-type-archive-blog .hori-card__bg, .tax-blog_cat .hori-card__bg {
  object-fit: cover;
  font-family: "object-fit:cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0) scale(1.1);
  filter: blur(4px) brightness(0.9);
  z-index: 1;
  width: 100%;
  height: 100%;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ qa.scss
 ********************************************/
.qa {
  padding: 0 3% 12% !important;
}
@media (min-width: 1025px) {
  .qa {
    padding: 0 0 120px !important;
  }
}
.qa__ttl {
  display: block;
  margin: 30px 0 30px 0;
  padding: 3%;
  background: #009377;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .qa__ttl {
    margin: 30px 0 30px 0;
    padding: 3.5% 4%;
    font-size: 2rem;
  }
}
.qa__anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qa__anchor--item {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .qa__anchor--item {
    width: 100%;
  }
}
.qa__anchor--item:not(:nth-of-type(-n + 2)) {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .qa__anchor--item:not(:nth-of-type(-n + 2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .qa__anchor--item:not(:last-of-type) {
    margin-bottom: 2%;
  }
}
.qa__anchor--item:last-of-type:nth-of-type(2n - 1) {
  width: 100%;
}
.qa__anchor--item a {
  display: block;
  padding: 15px 0;
  border: 2px solid #009377;
  text-align: center;
  position: relative;
  color: #333;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .qa__anchor--item a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .qa__anchor--item a {
    font-size: 1.4rem;
    border: 1px solid #009377;
    padding: 10px 0;
  }
}
.qa__anchor--item i {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: #009377;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .qa__anchor--item i {
    font-size: 1.6rem;
  }
}
.qa__layout {
  width: 100%;
}
@media (min-width: 1025px) {
  .qa__list {
    width: 1024px;
  }
}
.qa__list--subttl {
  display: block;
  margin: 4% 0 0 0;
  padding: 1.5% 3%;
  background: #009377;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .qa__list--subttl {
    padding: 2.5% 4%;
    font-size: 2rem;
  }
}
.qa__item {
  border-bottom: 1px solid #645a5a;
}
.qa__item:first-child .qa__question {
  padding: 0 0 30px 0;
}
.qa__question {
  padding: 30px 0;
  cursor: pointer;
}
.qa__question__section {
  position: relative;
}
.qa__question--head {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .qa__question--head {
    font-size: 1.8rem;
  }
}
.qa__question--head i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #487acf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  .qa__question--head i {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
  }
}
.qa__question--head i::before {
  content: "Q";
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -2px;
  left: 1px;
}
@media (min-width: 768px) {
  .qa__question--head i::before {
    font-size: 1.8rem;
  }
}
.qa__question--ttl {
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .qa__question--ttl {
    width: calc(100% - 103px);
  }
}
.qa__answer-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.qa__answer i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #009377;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  .qa__answer i {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
  }
}
.qa__answer i::before {
  content: "A";
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -2px;
  left: 1px;
}
@media (min-width: 768px) {
  .qa__answer i::before {
    font-size: 1.8rem;
  }
}
.qa__answer--txt {
  width: calc(100% - 45px);
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
  display: block;
  align-items: center;
}
@media (min-width: 768px) {
  .qa__answer--txt {
    width: calc(100% - 70px);
    font-size: 1.5rem;
  }
}
.qa__answer--txt b {
  color: #009377;
}
.qa__answer {
  padding-bottom: 30px;
  display: none;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #645a5a;
  border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #222;
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 1px;
  height: 10px;
}
.qa__question.opened .toggle_btn:before {
  content: normal;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ flow.scss
 ********************************************/
.layout__flow {
  width: 100%;
}
/*NOTE:20220419ソース整理*/
.flow {
  padding: 0 0 12% !important;
}
@media (min-width: 1025px) {
  .flow {
    width: 1024px;
    padding: 0 0 120px !important;
  }
}
.flow-head {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .flow-head {
    margin: 0 0 50px;
  }
}
.flow-intro {
  position: relative;
  display: block;
  margin: 80px auto 40px;
  padding: 30px;
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #353535;
  border: solid 3px #487acf;
  box-sizing: border-box;
  border-radius: 0 3px 3px 3px;
}
@media screen and (max-width: 1024px) {
  .flow-intro {
    width: 94%;
    margin: 60px auto 4%;
    padding: 2% 3%;
  }
}
@media screen and (max-width: 767px) {
  .flow-intro {
    font-size: 1.4rem;
    padding: 6%;
    width: 88%;
  }
}
.flow-intro span {
  position: absolute;
  display: inline-block;
  top: -35px;
  left: -3px;
  padding: 5px 15px 0;
  height: 35px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #487acf;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.flow-anchor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .flow-anchor {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .flow-anchor {
    width: 88%;
  }
}
.flow-anchor__link {
  display: block;
  text-align: center;
  width: 49%;
  border: 3px solid #009377;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 20px 0;
  color: #222;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .flow-anchor__link {
    padding: 3% 0;
    width: 100%;
  }
}
.flow-anchor__link--txt {
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  color: #222;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .flow-anchor__link--txt {
    font-size: 1.5rem;
  }
}
.flow-anchor__link--txt i {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: #009377;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flow-anchor__link--txt i {
    font-size: 1.6rem;
  }
}
.flow-anchor__link:last-of-type.flow-anchor__link:nth-of-type(2n + 1) {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .flow-ttl {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .flow-ttl {
    width: 88%;
  }
}
.flow-ttl__txt {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #009377;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .flow-ttl__txt {
    padding: 3% 0;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.flow-content {
  margin: 0 0 10px;
  padding: 0 3%;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 767px) {
  .flow-content {
    margin: 0;
  }
}
.flow-content:last-of-type {
  border-bottom: none;
}
@media (min-width: 1025px) {
  .flow-content {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .flow-content__wrap {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .flow-content__wrap {
    padding: 2% 0;
  }
}
.flow-content__section {
  position: relative;
  padding: 6% 3%;
}
@media (min-width: 768px) {
  .flow-content__section {
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
  }
}
.flow-content__section::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../../../../images/icon/acd_plus.svg");
  background-size: cover;
  display: block;
  top: calc(50% - 6.5px);
  right: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .flow-content__section::after {
    display: none;
  }
}
.flow-content__span {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  color: #009377;
  margin: 0 0 5px;
  display: block;
}
@media (min-width: 768px) {
  .flow-content__span {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    padding: 15px 24px;
    border-radius: 3px;
    background-color: #009377;
    display: inline-block;
    margin-right: 30px;
  }
}
.flow-content__h2 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  color: #222;
}
@media (min-width: 768px) {
  .flow-content__h2 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
.flow-content .opened::after {
  content: "";
  width: 15px;
  height: 1px;
  background-image: url("../../../../images/icon/acd_minus.svg");
  display: block;
  top: calc(50% - .5px);
  right: 0;
}
.flow-content__hide {
  display: none;
}
@media (min-width: 768px) {
  .flow-content__hide {
    display: flex;
    flex-wrap: wrap;
  }
}
.flow-content__thumb {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .flow-content__thumb {
    margin: 0 30px 0 0;
  }
}
.flow-content__thumb--img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .flow-content__thumb--img {
    width: 160px;
    height: 160px;
    box-sizing: border-box;
  }
}
.flow-content__txt {
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
}
@media (min-width: 768px) {
  .flow-content__txt {
    width: calc(100% - 190px);
    font-size: 1.5rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .flow-content__txt {
    padding-bottom: 8%;
    box-sizing: border-box;
  }
}
.flow-content__txt--margin {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .flow-content__txt--margin {
    width: 100%;
    margin: -10px 0 0;
  }
}
.flow-content__txt b {
  color: #009377;
  font-weight: bold;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ global-nav.scss
 ********************************************/
.global-nav {
  position: fixed;
  z-index: 100002;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.global-nav::-webkit-scrollbar {
  width: 0px;
}
.global-nav::-webkit-scrollbar-track {
  background: transparent;
}
.global-nav::-webkit-scrollbar-thumb {
  background-color: transparent;
}
@media (min-width: 768px) {
  .global-nav {
    padding: 0;
    background: rgba(255, 255, 255, .8);
    overflow-y: auto;
  }
}
.global-nav__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.global-nav .nav__logo__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 65px;
}
@media screen and (max-width: 1024px) {
  .global-nav .nav__logo__wrapper {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .global-nav .nav__logo__wrapper {
    height: 50px;
  }
}
.global-nav .nav__logo__wrapper .nav__logo__link {
  display: inline-block;
}
.global-nav .nav__logo__wrapper .nav__logo__link .nav__logo {
  width: 100%;
  max-width: 201px;
  display: block;
  margin-top: 10px;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .global-nav .nav__logo__wrapper .nav__logo__link .nav__logo {
    max-width: 134px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav .nav__logo__wrapper .nav__logo__link .nav__logo {
    max-width: 140px;
    margin-left: 10px;
    margin-top: 0;
  }
}
.global-nav .top-menu {
  padding: 0 3%;
}
.global-nav .top-menu__item {
  width: calc(100% / 3 - 10px);
}
.global-nav .top-menu__item:nth-child(1) {
  width: calc(100% / 2 - 10px);
}
.global-nav .top-menu__item:nth-child(2) {
  width: calc(100% / 2 - 10px);
}
.global-nav .top-recommend {
  display: none;
}
@media (min-width: 768px) {
  .global-nav .top-menu {
    margin: 0 0 20px;
  }
  .global-nav .top-menu__item {
    height: 150px;
    margin-bottom: 15px;
  }
  .global-nav .top-menu__item--link::before {
    content: none;
  }
  .global-nav .top-menu__item--bath::before {
    background: none;
  }
  .global-nav .top-menu__item-inner {
    width: 100%;
    height: 100%;
    display: flex;
  }
}
.global-nav__inner {
  max-width: 610px;
  margin: 0 0 0 auto;
  padding: 110px 0 0;
  background: #fff;
  animation-name: fadeleft;
  animation-duration: 0.3s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .global-nav__inner {
    padding: 90px 0 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__inner {
    max-width: none;
    padding: 70px 0 0;
  }
}
@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.global-nav .pc-footer__contact {
  padding: 6%;
  box-sizing: border-box;
}
.global-nav .pc-footer__contact--link {
  margin: 0;
  width: 100%;
}
.global-nav .pc-footer__contact--link img {
  width: 100%;
}
@media (min-width: 400px) {
  .global-nav .pc-footer__contact {
    padding: 3%;
  }
  .global-nav .pc-footer__contact--link {
    width: 100%;
  }
  .global-nav .pc-footer__contact--link img {
    width: 100%;
  }
}
.global-nav .pc-footer__contact-tel {
  width: 100%;
}
.global-nav .pc-footer__contact-tel--ttl {
  display: none;
}
@media (min-width: 400px) {
  .global-nav .pc-footer__contact-tel--ttl {
    display: flex;
    margin: 0 20px 0 0;
    width: calc(100% - 220px);
    box-sizing: border-box;
  }
}
.global-nav .pc-footer__contact-form {
  width: 100%;
}
.global-nav .pc-footer__contact-form--ttl {
  display: none;
}
@media (min-width: 400px) {
  .global-nav .pc-footer__contact-form--ttl {
    display: flex;
    margin: 0 20px 0 0;
    width: calc(100% - 220px);
    box-sizing: border-box;
  }
}
.global-nav .pc-footer__contact-form-list {
  margin: 0 auto;
  width: 100%;
}
.global-nav .pc-footer__contact-form-item--link {
  width: 100%;
}
.global-nav .pc-footer__contact-form-item--img {
  width: 100%;
}
@media (min-width: 400px) {
  .global-nav .pc-footer__contact-form-list {
    width: 100%;
  }
  .global-nav .pc-footer__contact-form-item--link {
    width: auto;
  }
  .global-nav .pc-footer__contact-form-item--img {
    width: 100%;
  }
}
@media (min-width: 580px) {
  .global-nav .pc-footer__contact {
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
  }
  .global-nav .pc-footer__contact-tel {
    width: 100%;
  }
  .global-nav .pc-footer__contact-tel--ttl {
    width: 330px;
    font-size: 14px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
  }
  .global-nav .pc-footer__contact-tel--ttl br {
    display: none;
  }
  .global-nav .pc-footer__contact-form {
    width: 100%;
  }
  .global-nav .pc-footer__contact-form--ttl {
    width: 330px;
    font-size: 14px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
  }
  .global-nav .pc-footer__contact-form--ttl-item--link {
    width: 208px;
  }
  .global-nav .pc-footer__contact--link img {
    height: auto;
  }
}
/*add202201 banner 2cal*/
.section-menu__sub-page {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-menu__sub-page {
    display: block;
  }
}
.global-nav .global-nav__cta .section-menu .section-menu__banner__list ul, .section-menu__sub-page .section-menu .section-menu__banner__list ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 6%;
}
.global-nav .global-nav__cta .section-menu .section-menu__banner__list ul li, .section-menu__sub-page .section-menu .section-menu__banner__list ul li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1024px) {
  .global-nav .global-nav__cta .section-menu .section-menu__banner__list ul li, .section-menu__sub-page .section-menu .section-menu__banner__list ul li {
    width: 49%;
  }
}
.global-nav .global-nav__cta .section-menu .section-menu__banner__list ul li:not(:nth-of-type(2n)), .section-menu__sub-page .section-menu .section-menu__banner__list ul li:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .global-nav .global-nav__cta .section-menu .section-menu__banner__list ul li:not(:nth-of-type(2n)), .section-menu__sub-page .section-menu .section-menu__banner__list ul li:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
}
.global-nav .global-nav__cta .section-menu .section-menu__banner__list ul li:nth-of-type(n+3), .section-menu__sub-page .section-menu .section-menu__banner__list ul li:nth-of-type(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .global-nav .global-nav__cta .section-menu .section-menu__banner__list ul li:nth-of-type(n+3), .section-menu__sub-page .section-menu .section-menu__banner__list ul li:nth-of-type(n+3) {
    margin-top: 2%;
  }
}
/*20220301*/
.global-nav__inner .recommend_info_bnr ul {
  max-width: 540px;
  margin: 0 auto 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .global-nav__inner .recommend_info_bnr ul {
    margin: 0 auto 2%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__inner .recommend_info_bnr ul {
    margin: 0 auto 3%;
  }
}
.global-nav__inner .recommend_info_bnr ul li {
  float: left;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .global-nav__inner .recommend_info_bnr ul li {
    width: 48%;
    max-width: fit-content;
  }
}
.global-nav__inner .recommend_info_bnr ul li:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .global-nav__inner .recommend_info_bnr ul li:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
}
.global-nav__inner .recommend_info_bnr ul li:nth-of-type(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .global-nav__inner .recommend_info_bnr ul li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
.modal_close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .modal_close {
    top: 0;
    right: 0;
  }
}
.modal_close span::before, .modal_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62%;
  height: 2%;
  margin: -1% 0 0 -31%;
  background: #000;
}
.modal_close span::before {
  transform: rotate(-45deg);
}
.modal_close span::after {
  transform: rotate(45deg);
}
/*トップページ*/
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ top.scss
 ********************************************/
body, html {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
.mv-top {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 70px;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .mv-top {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .mv-top {
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 4%;
  }
}
.mv-top__banner {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv-top__banner__default {
  width: 100%;
  opacity: 0;
}
.mv-top__banner__default.fade-in {
  opacity: 1;
  transition: opacity 0.5s;
}
.mv-top__banner__default img {
  width: 100%;
  height: 567px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .mv-top__banner__default img {
    height: 56.7vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__banner__default img {
    height: auto;
  }
}
.mv-top__banner__position-img-01 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 100%;
  max-width: 1024px;
  transform: translateX(-50%);
  z-index: 2;
}
.mv-top__banner__position-img-01 img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv-top__banner__position-img-01 {
    bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__banner__position-img-01 {
    left: 0;
    top: 5vw;
    transform: none;
    width: 100%;
  }
}
.mv-top__banner__position-img-01__animation {
  display: block;
  overflow: hidden;
  opacity: 0;
}
.mv-top__banner__position-img-01__animation__inner {
  display: block;
  opacity: 0;
}
.mv-top__banner__position-img-01__animation.fade-in {
  animation-name: slideTextX100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.mv-top__banner__position-img-01__animation.fade-in .mv-top__banner__position-img-01__animation__inner {
  animation-name: slideTextX-100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.mv-top__kuchikomi {
  width: 100%;
  background: #427a6e;
  opacity: 3;
  position: absolute !important;
  overflow: hidden !important;
  top: 0;
  z-index: 2;
}
.mv-top__kuchikomi__link {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__link {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__link {
    width: 100%;
    height: auto;
    padding-right: 6%;
  }
  .mv-top__kuchikomi__link:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    font-size: 1.6rem;
    color: #fff;
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
}
@media (max-width: 425px) {
  .mv-top__kuchikomi__link {
    line-height: 1.8rem;
    padding-right: 4%;
  }
  .mv-top__kuchikomi__link:after {
    right: 0;
  }
}
.mv-top__kuchikomi__img {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__img {
    margin-right: 15px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__img {
    width: 153px;
    margin-right: 3%;
  }
}
@media (max-width: 425px) {
  .mv-top__kuchikomi__img {
    width: 50%;
  }
}
.mv-top__kuchikomi__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mv-top__kuchikomi__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__star {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__star {
    margin-right: 10px;
  }
}
.mv-top__kuchikomi__star-label {
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1.6rem;
  color: #ffef6c;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__star-label {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__star-label {
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 3px 7px;
    border-radius: 5px;
  }
}
@media (max-width: 375px) {
  .mv-top__kuchikomi__star-label {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 3px 5px;
  }
}
.mv-top__kuchikomi__star-icon {
  margin-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__star-icon {
    margin-left: 0;
  }
}
.mv-top__kuchikomi__star-icon__rating {
  padding: 0;
  z-index: 1;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__star-icon__rating {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__star-icon__rating {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.mv-top__kuchikomi__star-icon__rating .front {
  color: #ead734;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mv-top__kuchikomi__star-icon__rating .back {
  color: #ccc;
}
.mv-top__kuchikomi__star__rating-text {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #f8ea12;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__star__rating-text {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__star__rating-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 375px) {
  .mv-top__kuchikomi__star__rating-text {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.mv-top__kuchikomi__text {
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mv-top__kuchikomi__text img {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__text img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__text img {
    margin-right: 3px;
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__text {
    font-size: 1.3rem;
    line-height: 2.1rem;
    width: auto;
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .mv-top__kuchikomi__text {
    font-size: 1.1rem;
    line-height: 1.8rem;
    letter-spacing: 0;
  }
}
.mv-top__kuchikomi__case {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__case {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__case {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 375px) {
  .mv-top__kuchikomi__case {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.mv-top__kuchikomi__case .label {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .mv-top__kuchikomi__case .label {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__kuchikomi__case .label {
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 3px 7px;
    border-radius: 5px;
  }
}
@media (max-width: 375px) {
  .mv-top__kuchikomi__case .label {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.mv-top #review__timeline2 {
  padding: 60px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .mv-top #review__timeline2 {
    padding: 6% 2%;
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .mv-top #review__timeline2 {
    width: 90%;
  }
}
.mv-top .popup_close {
  background: #427a6d;
  line-height: 1.8em;
  font-size: 1.4rem;
}
.mv-top #kuchikomi_wrap .head, .mv-top #kuchikomi_wrap2 .head {
  background: #24567b;
}
@media screen and (max-width: 640px) {
  .mv-top #kuchikomi_wrap .g_logo, .mv-top #kuchikomi_wrap2 .g_logo {
    border: solid 2px #24567b;
  }
}
.mv-top #kuchikomi_wrap.kuchikomi_wrap, .mv-top #kuchikomi_wrap2.kuchikomi_wrap {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  height: auto !important;
}
@media screen and (min-width: 641px) {
  .mv-top #kuchikomi_wrap.kuchikomi_wrap, .mv-top #kuchikomi_wrap2.kuchikomi_wrap {
    border: 1px solid #24567b;
  }
}
@media screen and (max-width: 767px) {
  .mv-top #kuchikomi_wrap.kuchikomi_wrap, .mv-top #kuchikomi_wrap2.kuchikomi_wrap {
    border-radius: 0;
  }
}
@media screen and (max-width: 900px) {
  .mv-top #kuchikomi_wrap.kuchikomi_wrap .resultcontent, .mv-top #kuchikomi_wrap2.kuchikomi_wrap .resultcontent {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .mv-top #kuchikomi_wrap.kuchikomi_wrap .kuchikomi_wrap > ul:not(.review_aco #kuchikomi_wrap.kuchikomi_wrap > ul), .mv-top #kuchikomi_wrap2.kuchikomi_wrap .kuchikomi_wrap > ul:not(.review_aco #kuchikomi_wrap.kuchikomi_wrap > ul) {
    border-radius: 0 0 10px 10px;
  }
}
.mv-top #kuchikomi_wrap .result_txt_box label:after, .mv-top #kuchikomi_wrap2 .result_txt_box label:after {
  background-color: #427a6d;
}
.mv-top #kuchikomi_wrap .star-rating-front, .mv-top #kuchikomi_wrap2 .star-rating-front {
  color: #ead734;
}
.mv-top #kuchikomi_wrap .star-rating-back, .mv-top #kuchikomi_wrap2 .star-rating-back {
  color: #a2a2a2;
}
.mv-top #kuchikomi_fv01 {
  position: static;
  overflow: initial;
  padding: 0;
  height: auto;
  margin: auto;
}
.mv-top #kuchikomi_fv01 .star-rating-front {
  color: #f8ea12;
}
.mv-top #kuchikomi_fv01 .star-rating-back {
  color: #a2a2a2;
}
@media screen and (max-width: 767px) {
  .mv-top #kuchikomi_fv01.mv-top__kuchikomi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 7px;
    box-sizing: border-box;
  }
}
.mv-top #kuchikomi_fv01 .kuchi_num {
  font-weight: initial;
  background: none;
  color: #fff;
  font-weight: 800;
  padding: 0;
  font-size: 2rem;
  display: initial;
  line-height: initial;
  border-radius: 0;
  position: static;
  border: 0;
  top: auto;
  right: auto;
  min-width: initial;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .mv-top #kuchikomi_fv01 .kuchi_num {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-top #kuchikomi_fv01 .kuchi_num {
    font-size: 1.6rem;
  }
}
@media (max-width: 375px) {
  .mv-top #kuchikomi_fv01 .kuchi_num {
    font-size: 1.4rem;
  }
}
.mv-top #kuchikomi_fv01.widget_show {
  opacity: initial;
  height: 45px !important;
}
@media screen and (max-width: 1024px) {
  .mv-top #kuchikomi_fv01.widget_show {
    height: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mv-top #kuchikomi_fv01.widget_show {
    height: auto !important;
  }
}
.section-recommend {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-recommend .recommend_info_bnr {
  width: 100%;
  position: relative;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button {
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__button {
    margin-top: 3%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__button {
    margin-top: 4%;
    margin-bottom: 5%;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-dots {
  bottom: auto;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  transform: none;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-dots {
    top: -4px;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-dots li {
  margin: 0 12px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-dots li {
    margin: 0 10px;
    width: 15px;
    height: 15px;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-dots li button {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-dots li button:before {
  background: #bfbfbf;
  width: 10px;
  height: 10px;
  border: none;
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-dots li.slick-active button:before {
  background: #427a6e;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-arrow {
  width: 7px;
  height: 10px;
  background: none;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  position: relative;
  transform: none;
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-arrow {
    display: none;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-arrow:before {
  content: "\f105";
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  color: #427a6e;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
}
@media screen and (max-width: 1024px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-arrow:before {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-arrow:before {
    font-size: 1.8rem;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-arrow.prevbtn {
  margin-right: 25px;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-arrow.prevbtn:before {
  transform: translate(-50%, -50%) rotate(180deg);
  left: 47%;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-arrow.nextbtn {
  margin-left: 25px;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__button .slick-arrow.nextbtn:before {
  left: 53%;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__list {
  display: none;
  box-sizing: border-box;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__list.slick-initialized {
  display: block;
  margin-bottom: 0 !important;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-track {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-track {
    float: none;
    display: flex;
    left: -160px;
    gap: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-track {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-track {
    margin-bottom: 3%;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__item {
  max-width: 340px;
  width: 100%;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  border: 1px solid #1a3564;
  opacity: 1;
  /* &.is-active-next {
   opacity: 1;
   transition: 0.4s;
   } */
  /*
   &:not(.slick-active).is-active-next {
   opacity: 1;
   }
   */
}
@media screen and (max-width: 1024px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__item {
    margin: 0 10px;
    max-width: 210px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__item {
    width: 100%;
    max-width: none;
    margin: 0 10px;
    max-width: initial;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__link {
  display: block;
  position: relative;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__img {
  width: 100%;
  aspect-ratio: 2.4;
}
.section-cta {
  width: 100%;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #f0f7d1;
}
@media screen and (max-width: 1024px) {
  .section-cta {
    padding: 8% 0;
  }
}
@media screen and (max-width: 767px) {
  .section-cta {
    padding: 10% 0 11%;
  }
}
.section-cta__heading {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-cta__heading {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__heading {
    padding: 0 6%;
  }
}
.section-cta__contents {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .section-cta__contents {
    padding: 0 3%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents {
    padding: 0 6%;
    margin-top: 8%;
  }
}
.section-cta__contents .section-cta__sp-text {
  width: 100%;
  display: none;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #1b1b1b;
  padding-bottom: 3%;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__sp-text {
    display: block;
  }
}
.section-cta__contents .section-cta__sp-text:before {
  content: "\f0a7";
  color: #1b1b1b;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__sp-text.display_pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  .section-cta__contents .section-cta__sp-text.display_sp {
    display: none;
  }
}
.section-cta__contents .section-cta__left {
  width: 450px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__left {
    width: 48%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__left {
    width: 100%;
    margin-right: 0;
  }
}
.section-cta__contents .section-cta__left__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 120px;
  background: #009377;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__left__tel {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__left__tel {
    height: 80px;
    border-radius: 7px;
  }
}
.section-cta__contents .section-cta__left__tel__number {
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__left__tel__number {
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__left__tel__number {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.section-cta__contents .section-cta__left__tel__number:before {
  content: "\f879";
  position: absolute;
  margin-right: 3px;
  top: 10px;
  left: 0;
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__left__tel__number:before {
    font-size: 2.5rem;
    line-height: 2.5rem;
    left: 0;
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__left__tel__number:before {
    font-size: 2.2rem;
    left: 9px;
    top: 5px;
  }
}
.section-cta__contents .section-cta__left__tel__number__text {
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  font-weight: 500;
  margin: 5px 0;
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__left__tel__number__text {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__left__tel__number__text {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 3px 0 3px -10px;
  }
}
@media (max-width: 375px) {
  .section-cta__contents .section-cta__left__tel__number__text {
    font-size: 1.2rem;
  }
}
.section-cta__contents .section-cta__right {
  width: calc(100% - 465px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__right {
    width: 100%;
    margin-top: 6%;
  }
}
.section-cta__contents .section-cta__right__link {
  width: calc(50% - 6px);
  height: 100%;
  margin-right: 12px;
  background: #487acf;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 2.2rem;
  flex-direction: column;
  position: relative;
  height: 120px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__right__link {
    font-size: 1.4rem;
    line-height: 1.8rem;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__right__link {
    height: 50px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    border-radius: 7px;
    padding-left: 15%;
  }
  .section-cta__contents .section-cta__right__link br {
    display: none;
  }
}
.section-cta__contents .section-cta__right__link span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__right__link span {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    letter-spacing: 0;
  }
}
.section-cta__contents .section-cta__right__link:before {
  display: block;
  content: "\f0e0";
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__right__link:before {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__right__link:before {
    position: absolute;
    font-size: 1.9rem;
    left: 10%;
    transform: translateY(-50%);
    top: 50%;
  }
}
.section-cta__contents .section-cta__right__link:nth-child(2) {
  margin-right: 0;
  background: #00b900;
}
.section-cta__contents .section-cta__right__link:nth-child(2):before {
  content: '';
  background: url("../../../../images/top/cta_icon_01_pc.png") no-repeat center;
  background-size: contain;
  width: 34px;
  height: 31px;
}
@media screen and (max-width: 1024px) {
  .section-cta__contents .section-cta__right__link:nth-child(2):before {
    width: 29px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__contents .section-cta__right__link:nth-child(2):before {
    width: 20px;
    height: 19px;
    left: 10%;
  }
}
.global-nav__cta .section-cta {
  width: 100%;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta {
    padding: 6% 0;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta {
    padding: 8% 0;
  }
}
.global-nav__cta .section-cta:after {
  display: none !important;
}
.global-nav__cta .section-cta:before {
  display: none !important;
}
.global-nav__cta .section-cta__heading {
  display: none;
}
.global-nav__cta .section-cta__contents {
  margin-top: 0;
  padding: 0 6%;
}
.global-nav__cta .section-cta__contents .section-cta__sp-text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__contents .section-cta__sp-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__contents .section-cta__sp-text {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
.global-nav__cta .section-cta__contents .section-cta__sp-text:before {
  padding-right: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__contents .section-cta__sp-text:before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__contents .section-cta__sp-text:before {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__contents .section-cta__sp-text.display_pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  .global-nav__cta .section-cta__contents .section-cta__sp-text.display_sp {
    display: none;
  }
}
.global-nav__cta .section-cta__contents .section-cta__left {
  width: 100%;
  margin-right: 0;
}
.global-nav__cta .section-cta__contents .section-cta__right {
  width: 100%;
  margin-top: 5%;
}
.global-nav__cta .section-cta__contents .section-cta__right__link {
  height: 120px;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__contents .section-cta__right__link {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__contents .section-cta__right__link {
    height: 50px;
  }
}
.section-news {
  width: 100%;
  box-sizing: border-box;
  padding: 90px 0;
  position: relative;
  background-color: #efeff1;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .section-news {
    background-color: #efeff1;
    padding: 9% 0;
    margin-top: 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-news {
    padding: 10% 0;
    background-color: #efeff1;
    margin-top: 8%;
  }
}
.section-news__position-img {
  position: absolute;
  bottom: 70px;
  left: calc((100% - 1300px) / 2);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-news__position-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
}
.section-news__contents {
  width: 100%;
  box-sizing: border-box;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-news__contents {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-news__contents {
    padding: 0 6%;
  }
}
.section-news__heading {
  width: 270px;
}
@media screen and (max-width: 1024px) {
  .section-news__heading {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section-news__heading {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}
.section-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-news__wrap {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-news__wrap {
    margin-bottom: 5%;
  }
}
.section-news__link-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-news__link-wrap {
    box-sizing: border-box;
  }
}
.section-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 450px;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  color: #313131;
  border: 1px solid #313131;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-news__link {
    height: 50px;
    width: 400px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-news__link {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    border-radius: 7px;
  }
}
@media (max-width: 375px) {
  .section-news__link {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.section-news__link:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #313131;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-news__link:after {
    font-size: 1.8rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-news__link:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-news__text {
  width: calc(100% - 270px);
  font-size: 1.8rem;
  font-weight: 400;
  color: #313131;
  line-height: 3.6rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: calc(3.6rem * 3);
}
@media screen and (max-width: 1024px) {
  .section-news__text {
    font-size: 1.6rem;
    max-height: calc(3rem * 3);
    line-height: 3rem;
    margin: 0 auto 2%;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .section-news__text {
    font-size: 1.3rem;
    line-height: 2.4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    max-height: calc(2.4rem * 4);
    width: 100%;
  }
  .section-news__text .pc_only {
    display: none;
  }
}
.section-topic {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 0 100px;
  position: relative;
  background: url("../../../../images/top/topic_bg_img_01_pc.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .section-topic {
    padding: 0 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic {
    padding: 10% 0 25%;
    background: url("../../../../images/top/topic_bg_img_01_sp.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.section-topic__heading {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-topic__heading {
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__heading {
    margin: 0 auto 0;
  }
}
.section-topic__heading h2 {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-topic__heading h2 {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__heading h2 {
    padding: 0;
  }
}
.section-topic__contents {
  width: 100%;
  max-width: 900px;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-topic__contents {
    padding: 0 3%;
    margin: -2vw auto 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__contents {
    padding: 0 6%;
    margin: -8vw auto 0;
  }
}
.section-topic__button {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-topic__button__item {
  padding: 8px;
  width: 160px;
  text-align: center;
  box-sizing: border-box;
  background: #9ac7b5;
  border: 1px solid #9ac7b5;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 3px;
  font-weight: 500;
  color: #000f36;
}
.section-topic__button__item:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-topic__button__item {
    padding: 1%;
    width: 150px;
    margin-right: 1%;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .section-topic__button__item:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__button__item {
    width: calc(24.89% - 3px);
    padding: 2%;
    margin-right: 4.5px;
    border: 1px solid #9ac7b5;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
  }
  .section-topic__button__item:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .section-topic__button__item {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 350px) {
  .section-topic__button__item {
    font-size: 1.1rem;
    letter-spacing: -0.5px;
  }
}
.section-topic__button__item.active {
  background: #fff;
  border: 1px solid #666;
  border-bottom: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section-topic__button__item.active {
    border: 1px solid #666;
  }
}
.section-topic__button__item.active span {
  color: #434343;
}
.section-topic__button__item.active:after {
  width: 100%;
  height: 5px;
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.section-topic__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 15px 70px 30px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .section-topic__card {
    padding: 2% 7% 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card {
    padding: 6% 8% 7%;
    border: 1px solid #666;
  }
}
.section-topic__card__item {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #9a9a9a;
  display: none;
}
.section-topic__card__item.showing {
  display: block;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item {
    border-bottom: 1px solid #9a9a9a;
    width: 100%;
  }
}
.section-topic__card__item__link {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__link {
    padding: 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8% 0;
  }
}
.section-topic__card__item__link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.section-topic__card__item__text {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding-right: 90px;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text {
    padding-right: 9%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text {
    padding-right: 10%;
  }
}
.section-topic__card__item__text__wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text__wrap {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__wrap {
    width: 100%;
    margin-bottom: 3%;
  }
}
.section-topic__card__item__text__label {
  background: #000f36;
  width: 120px;
  padding: 7px 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text__label {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 5px 7px;
    margin-right: 3%;
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__label {
    font-size: 1rem;
    line-height: 1rem;
    margin-right: 4%;
    padding: 3px 5px;
    width: auto;
    min-width: 75px;
  }
}
.section-topic__card__item__text__description {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #111;
  width: calc(100% - 270px);
}
.section-topic__card__item__text__description span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__description span {
    display: table-cell;
  }
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text__description {
    font-size: 1.6rem;
    line-height: 1.6rem;
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__description {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.section-topic__card__item__text__date {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #888;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text__date {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__date {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.section-event {
  width: 100%;
  position: relative;
  z-index: 1;
}
.section-event__bg {
  width: 100%;
  padding: 80px 0 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../../../../images/top/events_bg_img_01_pc.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-event__bg {
    padding: 8% 0 15%;
  }
}
@media screen and (max-width: 767px) {
  .section-event__bg {
    padding: 23% 0 24%;
    background: url('../../../../images/top/events_bg_img_01_sp.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: -14vw;
  }
}
.section-event__heading {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-event__heading h2 {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-event__heading h2 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-event__heading h2 img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .section-event__heading h2 img {
    height: auto;
  }
}
.section-event__heading__position {
  position: absolute;
  z-index: 2;
  width: 1500px;
  transform: translateX(-50%);
  top: 100px;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .section-event__heading__position {
    top: 10vw;
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  .section-event__heading__position {
    width: 100%;
    top: 5vw;
  }
}
.section-event__contents {
  max-width: 940px;
  width: 100%;
  margin: 0 auto 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-event__contents {
    padding: 0 3%;
    margin: 0 auto 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-event__contents {
    padding: 0 6%;
    margin: 0 auto 8%;
  }
}
.section-event__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-event__link {
    border-radius: 10px;
  }
}
.section-event__left {
  width: 50%;
  position: relative;
  min-height: 300px;
}
@media screen and (max-width: 1024px) {
  .section-event__left {
    min-height: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .section-event__left {
    width: 100%;
    max-width: 670px;
    min-height: auto;
    height: 48vw;
    margin-right: 0;
  }
}
.section-event__left-wrap {
  position: relative;
  width: 100%;
  height: 90%;
}
@media screen and (max-width: 767px) {
  .section-event__left-wrap {
    height: 100%;
  }
}
.section-event__left-wrap img {
  object-fit: cover;
  display: block;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.section-event__left__label {
  width: 160px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.1rem;
  background-color: #f29b76;
}
@media screen and (max-width: 1024px) {
  .section-event__left__label {
    width: 130px;
    height: 33px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-event__left__label {
    width: 115px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.section-event__left__label.end {
  background-color: #d5d5d5;
}
.section-event__left__label.preparing {
  background-color: #f29b76;
  color: #fff;
}
.section-event__right {
  width: calc(50% - 40px);
  margin-left: 40px;
  position: relative;
  background: #fff;
  padding: 40px 30px 75px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #6d94b0;
  border-bottom: 5px solid #6d94b0;
}
@media screen and (max-width: 1024px) {
  .section-event__right {
    padding: 4% 5% 70px 5%;
    width: 46%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-event__right {
    width: 100%;
    border-bottom: 3px solid #6d94b0;
    padding: 6% 6% 60px 6%;
    margin-left: 0;
    margin-top: 6%;
  }
}
.section-event__right__label {
  width: 120px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #23567a;
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2rem;
}
.section-event__right__label.event {
  background: #23567a;
}
@media screen and (max-width: 1024px) {
  .section-event__right__label {
    width: 100px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-event__right__label {
    width: 90px;
    height: 25px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.section-event__right__title {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px dashed #919191;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section-event__right__title {
    padding-bottom: 3.5%;
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .section-event__right__title {
    margin-bottom: 5%;
    border-bottom: 1px dashed #919191;
    padding: 0 2% 5%;
  }
}
.section-event__right__title h3 {
  width: 100%;
  font-size: 1.8rem;
  line-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: bold;
  color: #191919;
  max-height: calc(3.5rem * 2);
}
@media screen and (max-width: 1024px) {
  .section-event__right__title h3 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    max-height: calc(2.8rem * 2);
  }
}
@media screen and (max-width: 767px) {
  .section-event__right__title h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
    max-height: calc(2.4rem * 2);
  }
}
.section-event__right__textbox {
  width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .section-event__right__textbox {
    padding: 0 2%;
  }
}
.section-event__right__textbox__company {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #191919;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .section-event__right__textbox__company {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 1.5%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-event__right__textbox__company {
    font-size: 1.3rem;
    line-height: 2.6rem;
    margin-bottom: 2.5%;
  }
}
.section-event__right__textbox__date {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #191919;
}
.section-event__right__textbox__date span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-event__right__textbox__date {
    font-size: 1.2rem;
    line-height: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-event__right__textbox__date {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section-event__button {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .section-event__button {
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-event__button {
    padding: 0 6%;
  }
}
.section-event__button__link {
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  background: #fff;
  transition: 0.3s;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #313131;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 10px;
  border: 2px solid #313131;
}
@media screen and (max-width: 1024px) {
  .section-event__button__link {
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 70px;
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .section-event__button__link {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3rem;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #313131;
  }
}
.section-event__button__link:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #313131;
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-event__button__link:after {
    font-size: 2rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-event__button__link:after {
    font-size: 1.7rem;
    right: 10px;
  }
}
.section-voice {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url('../../../../images/top/voice_bg_img_02_pc.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #7eaba5;
  background-size: auto;
  padding: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-voice {
    padding: 4% 0 0;
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-voice {
    background: url('../../../../images/top/voice_bg_img_02_sp.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-color: #7eaba5;
    padding: 6% 0 0;
  }
}
.section-voice__top {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-voice__top {
    padding: 0 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__top {
    padding: 0 0 11%;
  }
}
.section-voice__heading {
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin: 0 auto 65px;
  max-width: 940px;
}
@media screen and (max-width: 1024px) {
  .section-voice__heading {
    margin: 0 auto 7%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__heading {
    margin: 0 auto 0;
  }
}
.section-voice__heading h2 {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-voice__heading h2 {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__heading h2 {
    padding: 0;
  }
}
.section-voice__heading h2 img {
  display: inline-block;
}
.section-voice__contents {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-voice__contents {
    padding: 0 3%;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__contents {
    padding: 0 6%;
    margin: -3vw auto 0;
  }
}
.section-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .section-voice__list {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__list {
    margin-bottom: 5%;
  }
}
.section-voice__list__item {
  width: calc(33.3% - 14px);
  margin-left: 21px;
  overflow: hidden;
  z-index: 3;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.section-voice__list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .section-voice__list__item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 5%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.section-voice__list__item__link {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 10px 40px;
}
@media screen and (max-width: 1024px) {
  .section-voice__list__item__link {
    padding: 10px 10px 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__list__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 10px 10px;
  }
}
.section-voice__list__item__img {
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section-voice__list__item__img {
    width: 38%;
    margin-bottom: 0;
  }
}
.section-voice__list__item__img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1024px) {
  .section-voice__list__item__img img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__list__item__img img {
    height: 30vw;
  }
}
@media (max-width: 475px) {
  .section-voice__list__item__img img {
    min-height: 80px;
  }
}
.section-voice__list__item__text {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .section-voice__list__item__text {
    padding: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__list__item__text {
    width: 62%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0 6%;
  }
}
.section-voice__list__item__text__wrap {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.section-voice__list__item__text__title-wrap {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-voice__list__item__text__title-wrap {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__list__item__text__title-wrap {
    margin-bottom: 7%;
    min-height: 40px;
    margin-top: 2%;
  }
}
.section-voice__list__item__text__title {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  color: #313131;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: calc(3rem * 3);
}
@media screen and (max-width: 1024px) {
  .section-voice__list__item__text__title {
    font-size: 1.4rem;
    line-height: 2.4rem;
    max-height: calc(2.4rem * 3);
  }
}
@media screen and (max-width: 767px) {
  .section-voice__list__item__text__title {
    font-size: 1.3rem;
    line-height: 2.1rem;
    max-height: calc(2.1rem * 3);
    width: 100%;
    -webkit-line-clamp: 3;
  }
}
.section-voice__list__item__text__name-wrap {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.section-voice__list__item__text__name {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #313131;
  padding: 3px 2px;
  text-align: center;
  border-bottom: 2px solid #bed5e5;
  width: 100%;
  max-width: fit-content;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-voice__list__item__text__name {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 3px 2px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__list__item__text__name {
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding: 3px 2px;
  }
}
.section-voice__button {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .section-voice__button {
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__button {
    padding: 0 6%;
  }
}
.section-voice__button__link {
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  background: #fff;
  transition: 0.3s;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #313131;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 10px;
  border: 2px solid #313131;
}
@media screen and (max-width: 1024px) {
  .section-voice__button__link {
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 70px;
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__button__link {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3rem;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #313131;
  }
}
.section-voice__button__link:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #313131;
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-voice__button__link:after {
    font-size: 2rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__button__link:after {
    font-size: 1.7rem;
    right: 10px;
  }
}
.section-voice__kuchikomi {
  background: url("../../../../images/top/voice_bg_img_01_pc.jpg") repeat;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .section-voice__kuchikomi {
    padding: 7% 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__kuchikomi {
    padding: 9% 6%;
    background-size: 4.5px;
  }
}
.section-voice__kuchikomi #kuchikomi_wrap.kuchikomi_wrap {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .section-voice__kuchikomi #kuchikomi_wrap .g_logo {
    border: solid 2px #24567b;
  }
}
.section-voice__kuchikomi #kuchikomi_wrap .head {
  background: #24567b;
}
.section-voice__kuchikomi #kuchikomi_wrap .result_txt_box label:after {
  background-color: #427a6d;
}
.section-voice__kuchikomi #kuchikomi_wrap .star-rating-front {
  color: #f8ea12;
}
.section-voice__kuchikomi #kuchikomi_wrap .star-rating-back {
  color: #a2a2a2;
}
.section-works {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: url('../../../../images/top/works_bg_img_01_pc.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 0 60px;
  margin-bottom: 70px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .section-works {
    padding: 6% 0 6%;
    margin-bottom: 7%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-works {
    background: url('../../../../images/top/works_bg_img_01_sp.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 8% 0 8%;
    margin-bottom: 9%;
    margin-bottom: 7%;
  }
}
.section-works__heading {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-works__heading {
    margin: 0 auto 7%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__heading {
    margin: 0 auto 9%;
  }
}
.section-works__heading h2 {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .section-works__heading h2 {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__heading h2 {
    padding: 0 6%;
  }
}
.section-works .section-works__slider__button {
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .section-works .section-works__slider__button {
    margin-top: 3%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-works .section-works__slider__button {
    margin-top: 4%;
    margin-bottom: 5%;
  }
}
.section-works .section-works__slider__button .slick-dots {
  bottom: auto;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  transform: none;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .section-works .section-works__slider__button .slick-dots {
    top: -4px;
  }
}
.section-works .section-works__slider__button .slick-dots li {
  margin: 0 12px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .section-works .section-works__slider__button .slick-dots li {
    margin: 0 10px;
    width: 15px;
    height: 15px;
  }
}
.section-works .section-works__slider__button .slick-dots li button {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .section-works .section-works__slider__button .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.section-works .section-works__slider__button .slick-dots li button:before {
  background: #bfbfbf;
  width: 10px;
  height: 10px;
  border: none;
}
@media screen and (max-width: 767px) {
  .section-works .section-works__slider__button .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
.section-works .section-works__slider__button .slick-dots li.slick-active button:before {
  background: #427a6e;
}
.section-works .section-works__slider__button .slick-arrow {
  width: 7px;
  height: 10px;
  background: none;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  position: relative;
  transform: none;
}
@media screen and (max-width: 767px) {
  .section-works .section-works__slider__button .slick-arrow {
    display: none;
  }
}
.section-works .section-works__slider__button .slick-arrow:before {
  content: "\f105";
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  color: #427a6e;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
}
@media screen and (max-width: 1024px) {
  .section-works .section-works__slider__button .slick-arrow:before {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-works .section-works__slider__button .slick-arrow:before {
    font-size: 1.8rem;
  }
}
.section-works .section-works__slider__button .slick-arrow.prevbtn {
  margin-right: 25px;
}
.section-works .section-works__slider__button .slick-arrow.prevbtn:before {
  transform: translate(-50%, -50%) rotate(180deg);
  left: 47%;
}
.section-works .section-works__slider__button .slick-arrow.nextbtn {
  margin-left: 25px;
}
.section-works .section-works__slider__button .slick-arrow.nextbtn:before {
  left: 53%;
}
.section-works__slider__wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.section-works__slider__wrapper .section-works__slider {
  margin-bottom: 80px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider {
    display: none;
    padding: 0;
    margin-bottom: 0;
  }
}
.section-works__slider__wrapper .section-works__slider.slick-initialized {
  margin-bottom: 0;
  display: block;
}
.section-works__slider__wrapper .section-works__slider .slick-track {
  margin-bottom: 40px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider .slick-track {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider .slick-track {
    margin-bottom: 5%;
  }
}
.section-works__slider__wrapper .section-works__slider__item {
  position: relative;
  overflow: hidden;
  width: 320px;
  margin: 0 7px;
  border: 1px solid #001d45;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item {
    width: 300px;
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item {
    width: 100%;
    margin: 0 5px !important;
  }
}
.section-works__slider__wrapper .section-works__slider__item__link {
  display: block;
  position: relative;
  background: #fff;
}
.section-works__slider__wrapper .section-works__slider__item__img {
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__img {
    height: 62vw;
  }
}
.section-works__slider__wrapper .section-works__slider__item__img img {
  display: block;
  height: 240px;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__img img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__img img {
    height: 62vw;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text {
  padding: 25px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text {
    padding: 7% 5%;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__height {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__height {
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__height {
    margin-bottom: 4.5%;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__label {
  z-index: 1;
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #262626;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text__label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__label {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__label span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 5px 15px;
  color: #434343;
  border-bottom: 3px solid #587e73;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  max-width: fit-content;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text__label span {
    margin-bottom: 1.5%;
    margin-right: 1.5%;
    padding: 1% 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__label span {
    margin-bottom: 2%;
    margin-right: 2.5%;
    padding: 1.5% 3%;
    border-bottom: 2px solid #587e73;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__description {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #262626;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-weight: 500;
  max-height: calc(2.8rem * 3);
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text__description {
    font-size: 1.5rem;
    line-height: 2.2rem;
    max-height: calc(2.2rem * 3);
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__description {
    font-size: 1.4rem;
    line-height: 2.1rem;
    max-height: calc(2.1rem * 3);
    margin-bottom: 3%;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__case {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #434343;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text__case {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__case {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}
.section-works__dropdown {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto 40px;
  max-width: 940px;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown {
    padding: 0 3%;
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown {
    padding: 0 6%;
    margin: 0 auto 6%;
  }
}
.section-works__dropdown-menu {
  width: calc(50% - 10px);
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu {
    width: 49%;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5%;
    height: auto;
  }
}
.section-works__dropdown-menu__contents {
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1b1b1b;
  background: #fff;
  transition: 0.3s;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #1b1b1b;
  letter-spacing: 0.01em;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu__contents {
    height: 70px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__contents {
    font-size: 1.4rem;
    height: 50px;
    border-radius: 7px;
  }
}
@media (max-width: 375px) {
  .section-works__dropdown-menu__contents {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.section-works__dropdown-menu__contents:hover {
  top: 0;
}
.section-works__dropdown-menu__contents:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 25px;
  color: #1b1b1b;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu__contents:after {
    font-size: 1.8rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__contents:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-works__dropdown-menu__contents.active {
  transition: all 0.2s ease-in-out;
  top: 0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__contents.active {
    border-radius: 7px 7px 0 0;
  }
}
.section-works__dropdown-menu__contents.active:after {
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.2s ease-in-out;
}
.section-works__dropdown-menu__hide {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  max-height: 240px;
  padding: 0 25px 25px;
  box-sizing: border-box;
  overflow-y: auto;
  border: 2px solid #1b1b1b;
  border-top: none;
  background: #fff;
  z-index: 5;
  box-shadow: -3px -10px 15px -5px rgba(0, 0, 0, 0.2) inset;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu__hide {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__hide {
    padding: 0 15px 20px;
  }
}
.section-works__dropdown-menu__hide-item {
  width: 100%;
}
.section-works__dropdown-menu__hide-item a {
  display: block;
  font-size: 1.6rem;
  border-bottom: 1px solid #1b1b1b;
  padding: 20px 35px 20px 20px;
  box-sizing: border-box;
  position: relative;
  color: #1b1b1b;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu__hide-item a {
    padding: 15px 30px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__hide-item a {
    padding: 15px 30px 15px 15px;
    font-size: 1.3rem;
  }
}
.section-works__dropdown-menu__hide-item a:before {
  content: "-";
  color: #1b1b1b;
}
.section-works__dropdown-menu__hide-item a:after {
  content: "\f0da";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #1b1b1b;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu__hide-item a:after {
    font-size: 1.8rem;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__hide-item a:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-works__dropdown-button {
  width: calc(50% - 10px);
  margin-left: 20px;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-button {
    width: 49%;
    margin-left: 2%;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-button {
    width: 100%;
    height: 50px;
    margin-left: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  .section-works__dropdown-button {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.section-works__dropdown-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  z-index: 2;
  color: #fff;
  background: #427a6e;
  position: relative;
  font-size: 1.8rem;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-button a {
    height: 70px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-button a {
    font-size: 1.4rem;
    height: 50px;
    letter-spacing: 1px;
    border-radius: 7px;
  }
}
@media (max-width: 375px) {
  .section-works__dropdown-button a {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.section-works__dropdown-button a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-button a:after {
    font-size: 1.8rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-button a:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-sale {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  padding: 0 0 80px;
  background-color: #c9c9c9;
}
@media screen and (max-width: 1024px) {
  .section-sale {
    padding: 0 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale {
    padding: 0 0 10%;
  }
}
.section-sale__heading {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-sale__heading {
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__heading {
    margin: 0 auto 3%;
  }
}
.section-sale__heading h2 {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 3;
}
.section-sale__heading h2 img {
  display: block;
  height: 270px;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1024px) {
  .section-sale__heading h2 img {
    height: 27vw;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__heading h2 img {
    height: auto;
  }
}
.section-sale .section-sale__slider__button {
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .section-sale .section-sale__slider__button {
    margin-top: 3%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale .section-sale__slider__button {
    margin-top: 4%;
    margin-bottom: 5%;
  }
}
.section-sale .section-sale__slider__button .slick-dots {
  bottom: auto;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  transform: none;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .section-sale .section-sale__slider__button .slick-dots {
    top: -4px;
  }
}
.section-sale .section-sale__slider__button .slick-dots li {
  margin: 0 12px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .section-sale .section-sale__slider__button .slick-dots li {
    margin: 0 10px;
    width: 15px;
    height: 15px;
  }
}
.section-sale .section-sale__slider__button .slick-dots li button {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .section-sale .section-sale__slider__button .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.section-sale .section-sale__slider__button .slick-dots li button:before {
  background: #eee;
  width: 10px;
  height: 10px;
  border: none;
}
@media screen and (max-width: 767px) {
  .section-sale .section-sale__slider__button .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
.section-sale .section-sale__slider__button .slick-dots li.slick-active button:before {
  background: #427a6e;
}
.section-sale .section-sale__slider__button .slick-arrow {
  width: 7px;
  height: 10px;
  background: none;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  position: relative;
  transform: none;
}
@media screen and (max-width: 767px) {
  .section-sale .section-sale__slider__button .slick-arrow {
    display: none;
  }
}
.section-sale .section-sale__slider__button .slick-arrow:before {
  content: "\f105";
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  color: #427a6e;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
}
@media screen and (max-width: 1024px) {
  .section-sale .section-sale__slider__button .slick-arrow:before {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-sale .section-sale__slider__button .slick-arrow:before {
    font-size: 1.8rem;
  }
}
.section-sale .section-sale__slider__button .slick-arrow.prevbtn {
  margin-right: 25px;
}
.section-sale .section-sale__slider__button .slick-arrow.prevbtn:before {
  transform: translate(-50%, -50%) rotate(180deg);
  left: 47%;
}
.section-sale .section-sale__slider__button .slick-arrow.nextbtn {
  margin-left: 25px;
}
.section-sale .section-sale__slider__button .slick-arrow.nextbtn:before {
  left: 53%;
}
.section-sale__slider__wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.section-sale__slider__wrapper .section-sale__slider {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .section-sale__slider__wrapper .section-sale__slider {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider {
    display: none;
    padding: 0;
    margin-bottom: 0;
  }
}
.section-sale__slider__wrapper .section-sale__slider.slick-initialized {
  margin-bottom: 0;
  display: block;
}
.section-sale__slider__wrapper .section-sale__slider.fixed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-sale__slider__wrapper .section-sale__slider .slick-track {
  margin-bottom: 40px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .section-sale__slider__wrapper .section-sale__slider .slick-track {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider .slick-track {
    margin-bottom: 5%;
  }
}
.section-sale__slider__wrapper .section-sale__slider__item {
  position: relative;
  overflow: hidden;
  width: 320px;
  margin: 0 7px;
  border: 1px solid #001d45;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .section-sale__slider__wrapper .section-sale__slider__item {
    width: 300px;
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider__item {
    width: 100%;
    margin: 0 5px !important;
  }
}
.section-sale__slider__wrapper .section-sale__slider__item__link {
  display: block;
  position: relative;
  background: #fff;
}
.section-sale__slider__wrapper .section-sale__slider__item__img {
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-sale__slider__wrapper .section-sale__slider__item__img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider__item__img {
    height: 62vw;
  }
}
.section-sale__slider__wrapper .section-sale__slider__item__img img {
  display: block;
  height: 240px;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-sale__slider__wrapper .section-sale__slider__item__img img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider__item__img img {
    height: 62vw;
  }
}
.section-sale__slider__wrapper .section-sale__slider__item__img__label {
  position: absolute;
  z-index: 1;
  width: 160px;
  height: 40px;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #f29b76;
}
@media screen and (max-width: 1024px) {
  .section-sale__slider__wrapper .section-sale__slider__item__img__label {
    width: 140px;
    height: 35px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider__item__img__label {
    width: 120px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.section-sale__slider__wrapper .section-sale__slider__item__img__label.end {
  background-color: #707070;
}
.section-sale__slider__wrapper .section-sale__slider__item__list-wrap {
  padding: 25px 20px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .section-sale__slider__wrapper .section-sale__slider__item__list-wrap {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider__item__list-wrap {
    padding: 6% 4%;
  }
}
.section-sale__slider__wrapper .section-sale__slider__item__list {
  width: 100%;
}
.section-sale__slider__wrapper .section-sale__slider__item__list__item {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #427a6e;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider__item__list__item {
    padding: 8px 0;
  }
}
.section-sale__slider__wrapper .section-sale__slider__item__list__item h3 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #427a6e;
  font-weight: bold;
  width: 40%;
  text-align: center;
  padding: 0 10px;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .section-sale__slider__wrapper .section-sale__slider__item__list__item h3 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider__item__list__item h3 {
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding: 0 3px;
    width: 50%;
  }
}
.section-sale__slider__wrapper .section-sale__slider__item__list__item h3:after {
  content: '';
  background-color: #427a6e;
  width: 1px;
  height: 90%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section-sale__slider__wrapper .section-sale__slider__item__list__item p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #434343;
  font-weight: 500;
  width: 60%;
  padding: 0 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .section-sale__slider__wrapper .section-sale__slider__item__list__item p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__slider__wrapper .section-sale__slider__item__list__item p {
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding: 0 15px;
    width: 50%;
  }
}
.section-sale__dropdown {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto 40px;
  max-width: 940px;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown {
    padding: 0 3%;
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown {
    padding: 0 6%;
    margin: 0 auto 6%;
  }
}
.section-sale__dropdown-menu {
  width: calc(50% - 10px);
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown-menu {
    width: 49%;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5%;
    height: auto;
  }
}
.section-sale__dropdown-menu__contents {
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1b1b1b;
  background: #fff;
  transition: 0.3s;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #1b1b1b;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown-menu__contents {
    height: 70px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-menu__contents {
    font-size: 1.4rem;
    height: 50px;
    border-radius: 7px;
    letter-spacing: 1px;
  }
}
@media (max-width: 375px) {
  .section-sale__dropdown-menu__contents {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.section-sale__dropdown-menu__contents:hover {
  top: 0;
}
.section-sale__dropdown-menu__contents:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 25px;
  color: #1b1b1b;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown-menu__contents:after {
    font-size: 1.8rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-menu__contents:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-sale__dropdown-menu__contents.active {
  transition: all 0.2s ease-in-out;
  top: 0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-menu__contents.active {
    border-radius: 7px 7px 0 0;
  }
}
.section-sale__dropdown-menu__contents.active:after {
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.2s ease-in-out;
}
.section-sale__dropdown-menu__hide {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  max-height: 240px;
  padding: 0 25px 25px;
  box-sizing: border-box;
  overflow-y: auto;
  border: 2px solid #1b1b1b;
  border-top: none;
  background: #fff;
  z-index: 5;
  box-shadow: -3px -10px 15px -5px rgba(0, 0, 0, 0.2) inset;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown-menu__hide {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-menu__hide {
    padding: 0 15px 20px;
  }
}
.section-sale__dropdown-menu__hide-item {
  width: 100%;
}
.section-sale__dropdown-menu__hide-item a {
  display: block;
  font-size: 1.6rem;
  border-bottom: 1px solid #1b1b1b;
  padding: 20px 35px 20px 20px;
  box-sizing: border-box;
  position: relative;
  color: #1b1b1b;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown-menu__hide-item a {
    padding: 15px 30px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-menu__hide-item a {
    padding: 15px 30px 15px 15px;
    font-size: 1.3rem;
  }
}
.section-sale__dropdown-menu__hide-item a:before {
  content: "-";
  color: #1b1b1b;
}
.section-sale__dropdown-menu__hide-item a:after {
  content: "\f0da";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #1b1b1b;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown-menu__hide-item a:after {
    font-size: 1.8rem;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-menu__hide-item a:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-sale__dropdown-button {
  width: calc(50% - 10px);
  margin-left: 20px;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown-button {
    width: 49%;
    margin-left: 2%;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-button {
    width: 100%;
    height: 50px;
    margin-left: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  .section-sale__dropdown-button {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.section-sale__dropdown-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  z-index: 2;
  color: #fff;
  background: #009776;
  position: relative;
  font-size: 1.8rem;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 3px;
  border-radius: 10px;
  border: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown-button a {
    height: 70px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-button a {
    font-size: 1.4rem;
    height: 50px;
    letter-spacing: 1px;
    border-radius: 7px;
  }
}
@media (max-width: 375px) {
  .section-sale__dropdown-button a {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.section-sale__dropdown-button a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-sale__dropdown-button a:after {
    font-size: 1.8rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-sale__dropdown-button a:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-sale-bottom {
  width: 100%;
  background: url('../../../../images/top/sale_bg_img_01_pc.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-sale-bottom {
    padding: 6% 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale-bottom {
    background: url('../../../../images/top/sale_bg_img_01_sp.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 12% 0 8%;
  }
}
.section-sale-bottom__contents {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-sale-bottom__contents {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale-bottom__contents {
    padding: 0 6%;
  }
}
.section-sale-bottom__flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section-sale-bottom__flex__left {
  width: 460px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .section-sale-bottom__flex__left {
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale-bottom__flex__left {
    width: 100%;
    margin-bottom: 7%;
    margin-right: 0;
  }
}
.section-sale-bottom__flex__left a {
  width: 100%;
  display: block;
}
.section-sale-bottom__flex__right {
  width: calc(100% - 480px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-sale-bottom__flex__right {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .section-sale-bottom__flex__right {
    width: 100%;
  }
}
.section-sale-bottom__flex__right a {
  width: calc(50% - 10px);
  display: block;
  margin-right: 20px;
}
.section-sale-bottom__flex__right a:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-sale-bottom__flex__right a {
    width: 48.5%;
    margin-right: 3%;
  }
  .section-sale-bottom__flex__right a:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-sale-bottom__flex__right a {
    width: 48%;
    margin-right: 4%;
  }
  .section-sale-bottom__flex__right a:nth-child(2) {
    margin-right: 0;
  }
}
.section-content {
  width: 100%;
  padding: 60px 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-content {
    padding: 6% 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .section-content {
    padding: 8% 0 8%;
  }
}
.section-content__heading {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-content__heading {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section-content__heading {
    margin: 0 auto 10%;
  }
}
.section-content__heading h2 {
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.section-content__heading h2 img {
  display: block;
  height: 362px;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1024px) {
  .section-content__heading h2 img {
    height: 36vw;
  }
}
@media screen and (max-width: 767px) {
  .section-content__heading h2 img {
    height: auto;
  }
}
.section-content__contents {
  position: relative;
  z-index: 2;
}
.section-content__contents:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .section-content__contents:after {
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .section-content__contents:after {
    height: 40vw;
  }
}
.section-content__contents__positon-img {
  position: absolute;
  z-index: 2;
  top: -40px;
  right: calc((100% - 1050px) / 2);
}
@media screen and (max-width: 1024px) {
  .section-content__contents__positon-img {
    top: -4vw;
    right: 0;
    width: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .section-content__contents__positon-img {
    display: none;
  }
}
.section-content__flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .section-content__flex {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-content__flex {
    padding: 0 6%;
  }
}
.section-content__flex a {
  width: calc(25% - 13.5px);
  display: block;
  margin-right: 18px;
}
.section-content__flex a:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-content__flex a {
    width: 23.65;
    margin-right: 1.8%;
  }
  .section-content__flex a:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-content__flex a {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 7%;
  }
  .section-content__flex a:nth-child(2n) {
    margin-right: 0;
  }
}
/**company**/
.section-company {
  width: 100%;
  background: url('../../../../images/top/company_bg_img_01_pc.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0 140px;
}
@media screen and (max-width: 1024px) {
  .section-company {
    padding: 10% 0 14%;
  }
}
@media screen and (max-width: 767px) {
  .section-company {
    background: url('../../../../images/top/company_bg_img_01_sp.png');
    background-repeat: no-repeat;
    background-position: center bottom 7vw;
    background-size: cover;
    padding: 12% 0 16%;
  }
}
.section-company__heading {
  max-width: 940px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  .section-company__heading {
    padding: 0 3%;
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-company__heading {
    padding: 0 6%;
    margin: 0 auto 11%;
  }
}
.section-company__contents {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-company__contents {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-company__contents {
    padding: 0 6%;
  }
}
.section-company__4col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .section-company__4col {
    margin: 0 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-company__4col {
    margin: 0 0 0;
  }
}
.section-company__4col__item {
  width: calc(33.5% - 15px);
  margin-right: 20px;
  /*&:nth-child(4) {
   margin-right: 0;
   }*/
}
.section-company__4col__item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-company__4col__item {
    width: 32%;
    margin-right: 2%;
    /*&:nth-child(4) {
     margin-right: 0;
     }*/
  }
  .section-company__4col__item:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-company__4col__item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 6%;
    /*&:nth-child(4) {
     margin-right: 0;
     }*/
  }
  .section-company__4col__item:nth-child(3) {
    margin-right: 0;
  }
  .section-company__4col__item:nth-child(2n) {
    margin-right: 0;
  }
  .section-company__4col__item:last-child {
    width: 100%;
  }
}
.section-company__4col__item a {
  display: block;
}
.section-company__4col__item a img {
  display: block;
}
.section-company__2col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-company__2col {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-company__2col {
    margin-bottom: 0;
  }
}
.section-company__2col__item {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.section-company__2col__item:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-company__2col__item {
    width: 49%;
    margin-right: 2%;
  }
  .section-company__2col__item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-company__2col__item {
    width: 100%;
    margin-bottom: 10%;
    /*&:nth-child(2) {
     margin-right: 0;
     }*/
    margin-right: 0;
  }
}
.section-company__2col__item a {
  display: block;
}
.section-company__2col__item a img {
  display: block;
}
.section-company__3col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.section-company__3col__item {
  margin-right: 50px;
  /*&:nth-child(3) {
   margin-right: 0;
   }*/
}
.section-company__3col__item:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-company__3col__item {
    margin-right: 5%;
    /*&:nth-child(3) {
     margin-right: 0;
     }*/
  }
  .section-company__3col__item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-company__3col__item {
    margin-right: 7%;
    /*&:nth-child(3) {
     margin-right: 0;
     }*/
  }
  .section-company__3col__item:nth-child(2) {
    margin-right: 0;
  }
}
.section-company__3col__item a {
  display: block;
}
.section-company__3col__item a img {
  display: block;
}
@media screen and (max-width: 767px) {
  .section-company__3col__item a img {
    width: 58px;
  }
}
.section-blog {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url('../../../../images/top/blog_bg_img_01_pc.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .section-blog {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .section-blog {
    background: url('../../../../images/top/blog_bg_img_01_sp.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 12%;
  }
}
.section-blog__top {
  width: 100%;
  box-sizing: border-box;
}
.section-blog__heading {
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.section-blog__heading h2 {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .section-blog__heading h2 {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__heading h2 {
    margin-bottom: 9%;
  }
}
.section-blog__heading h2 img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1024px) {
  .section-blog__heading h2 img {
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__heading h2 img {
    height: auto;
  }
}
.section-blog__contents {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-blog__contents {
    padding: 0 3%;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__contents {
    padding: 0 6%;
    margin: 0 auto 0;
  }
}
.section-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .section-blog__list {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__list {
    margin-bottom: 5%;
  }
}
.section-blog__list__item {
  width: calc(33.3% - 14px);
  margin-left: 21px;
  overflow: hidden;
  z-index: 3;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.section-blog__list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .section-blog__list__item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 5%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.section-blog__list__item__link {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 10px 40px;
}
@media screen and (max-width: 1024px) {
  .section-blog__list__item__link {
    padding: 10px 10px 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__list__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 10px 10px;
  }
}
.section-blog__list__item__img {
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-blog__list__item__img {
    width: 38%;
    margin-bottom: 0;
  }
}
.section-blog__list__item__img__main img {
  object-fit: contain;
  font-family: "object-fit:contain;";
  position: relative;
  z-index: 2;
}
.section-blog__list__item__img__bg img {
  bottom: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0) scale(1.1);
  filter: blur(4px) brightness(0.9);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-blog__list__item__img img {
  height: 220px;
  width: 100%;
  /*object-fit: cover;*/
  display: block;
  /*font-family: 'object-fit: cover;';*/
}
@media screen and (max-width: 1024px) {
  .section-blog__list__item__img img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__list__item__img img {
    height: 30vw;
  }
}
@media (max-width: 475px) {
  .section-blog__list__item__img img {
    min-height: 80px;
  }
}
.section-blog__list__item__text {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .section-blog__list__item__text {
    padding: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__list__item__text {
    width: 62%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0 6%;
  }
}
.section-blog__list__item__text__wrap {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.section-blog__list__item__text__title-wrap {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-blog__list__item__text__title-wrap {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__list__item__text__title-wrap {
    margin-bottom: 7%;
    min-height: 40px;
    margin-top: 2%;
  }
}
.section-blog__list__item__text__title {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  color: #313131;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: calc(3rem * 3);
}
@media screen and (max-width: 1024px) {
  .section-blog__list__item__text__title {
    font-size: 1.4rem;
    line-height: 2.4rem;
    max-height: calc(2.4rem * 3);
  }
}
@media screen and (max-width: 767px) {
  .section-blog__list__item__text__title {
    font-size: 1.3rem;
    line-height: 2.1rem;
    max-height: calc(2.1rem * 3);
    width: 100%;
    -webkit-line-clamp: 3;
  }
}
.section-blog__list__item__text__name-wrap {
  /*-webkit-box-orient: vertical;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;*/
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.section-blog__list__item__text__name {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #23567a;
  padding: 3px 2px;
  text-align: center;
  width: 100%;
  max-width: fit-content;
  display: block;
  border-bottom: 2px solid #94d7c0;
}
.section-blog__list__item__text__name:nth-child(n+2) {
  margin-right: 5px;
}
.section-blog__list__item__text__name span::before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
}
.section-blog__list__item__text__name span:first-child:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section-blog__list__item__text__name {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 3px 2px;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__list__item__text__name {
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding: 3px 2px;
  }
}
.section-blog__button {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .section-blog__button {
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__button {
    padding: 0 6%;
  }
}
.section-blog__button__link {
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  background: #fff;
  transition: 0.3s;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #313131;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 10px;
  border: 2px solid #313131;
}
@media screen and (max-width: 1024px) {
  .section-blog__button__link {
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 70px;
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__button__link {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3rem;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #313131;
  }
}
.section-blog__button__link:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #313131;
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-blog__button__link:after {
    font-size: 2rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-blog__button__link:after {
    font-size: 1.7rem;
    right: 10px;
  }
}
.section-reason {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 0 0 70px;
  background: #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .section-reason {
    padding: 0 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason {
    padding: 0 0 9%;
    background: url("../../../../images/top/reason_bg_img_01_sp.jpg") center top 36vw;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.section-reason__heading {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 1024px) {
  .section-reason__heading {
    margin: 0 auto 0;
    top: -5vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__heading {
    margin: 0 auto 0;
    top: -15vw;
  }
}
.section-reason__heading h2 {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-reason__heading h2 img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-reason__heading h2 img {
    height: 54vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__heading h2 img {
    height: auto;
  }
}
.section-reason__contents {
  width: 100%;
}
.section-reason__list {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-reason__list {
    margin-top: -15vw;
  }
}
.section-reason__list__item {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item {
    margin-bottom: 11%;
    background: none;
  }
}
.section-reason__list__item__img {
  width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
}
.section-reason__list__item__img img {
  width: 100%;
  height: 423px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item__img img {
    height: 42vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item__img img {
    height: auto;
  }
}
.section-reason__list__item__box-wrap {
  width: 100%;
  max-width: 980px;
  margin: -200px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item__box-wrap {
    margin: -20vw auto 0;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item__box-wrap {
    padding-right: 0;
    padding-left: 7%;
    margin: 5vw auto 0;
  }
}
.section-reason__list__item__box {
  width: 600px;
  background-color: #fff;
  padding: 40px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item__box {
    width: 70%;
    padding: 30px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item__box {
    width: 100%;
    padding: 7%;
    position: relative;
    z-index: 2;
    border-radius: 10px 0 0 10px;
  }
}
.section-reason__list__item__box:after {
  content: '';
  background-color: #73a4c7;
  position: absolute;
  top: -22px;
  left: -15px;
  width: 30px;
  height: 60px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .section-reason__list__item__box:after {
    top: -3vw;
    left: -2vw;
    width: 4vw;
    height: 12vw;
  }
}
.section-reason__list__item__position-01 {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  transform: translateX(-50%);
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item__position-01 {
    top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item__position-01 {
    top: 30vw;
  }
}
.section-reason__list__item__position-01 img {
  width: 100%;
  height: 243px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item__position-01 img {
    height: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item__position-01 img {
    height: auto;
  }
}
.section-reason__list__item__title {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d2d2d2;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item__title {
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item__title {
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: 2px solid #d2d2d2;
  }
}
.section-reason__list__item__title img {
  display: inline-block;
}
.section-reason__list__item__title__animation {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
}
.section-reason__list__item__title__animation__inner {
  display: inline-block;
  opacity: 0;
}
.section-reason__list__item__text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #313131;
  font-weight: 500;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item__text {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item__text {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
.section-reason__list__item__text img {
  display: inline-block;
}
.section-reason__list__item__text span {
  color: #e8611f;
}
.section-reason__list__item:nth-child(2) .section-reason__list__item__position-01 {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  transform: translateX(-50%);
  top: 150px;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__position-01 {
    top: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__position-01 {
    top: 35vw;
  }
}
.section-reason__list__item:nth-child(2) .section-reason__list__item__position-01 img {
  width: 100%;
  height: 317px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__position-01 img {
    height: 31.7vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__position-01 img {
    height: auto;
  }
}
.section-reason__list__item:nth-child(2) .section-reason__list__item__box-wrap {
  margin: -250px auto 0;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__box-wrap {
    margin: -25vw auto 0;
    padding-right: 0;
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__box-wrap {
    padding-left: 0;
    padding-right: 7%;
    margin: 5vw auto 0;
  }
}
.section-reason__list__item:nth-child(2) .section-reason__list__item__box:after {
  right: -15px;
  left: auto;
  transform: rotate(-45deg);
  background-color: #427a6e;
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__box:after {
    right: -2vw;
    left: auto;
  }
}
.section-reason__list__item:nth-child(2) .section-reason__list__item__img {
  width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
}
.section-reason__list__item:nth-child(2) .section-reason__list__item__img img {
  width: 100%;
  height: 457px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__img img {
    height: 45.7vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__img img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(2) .section-reason__list__item__box {
    border-radius: 0 10px 10px 0;
  }
}
.section-reason__list__item:nth-child(3) .section-reason__list__item__position-01 {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  transform: translateX(-50%);
  top: 180px;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item:nth-child(3) .section-reason__list__item__position-01 {
    top: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(3) .section-reason__list__item__position-01 {
    top: 38vw;
  }
}
.section-reason__list__item:nth-child(3) .section-reason__list__item__position-01 img {
  width: 100%;
  height: 201px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item:nth-child(3) .section-reason__list__item__position-01 img {
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(3) .section-reason__list__item__position-01 img {
    height: auto;
  }
}
.section-reason__list__item:nth-child(3) .section-reason__list__item__box:after {
  background-color: #f29b76;
}
.section-reason__list__item:nth-child(3) .section-reason__list__item__box-wrap {
  margin: -250px auto 0;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item:nth-child(3) .section-reason__list__item__box-wrap {
    margin: -25vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(3) .section-reason__list__item__box-wrap {
    margin: 5vw auto 0;
  }
}
.section-reason__list__item:nth-child(3) .section-reason__list__item__img {
  width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
}
.section-reason__list__item:nth-child(3) .section-reason__list__item__img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-reason__list__item:nth-child(3) .section-reason__list__item__img img {
    height: 44vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__list__item:nth-child(3) .section-reason__list__item__img img {
    height: auto;
  }
}
.section-reason__list__item.is-animated .section-reason__list__item__title__animation {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.section-reason__list__item.is-animated .section-reason__list__item__title__animation__inner {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.section-reason__list__item.is-animated .section-reason__list__item__text {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.9s;
}
.section-reason__button {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-reason__button {
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__button {
    padding: 0 6%;
  }
}
.section-reason__button__link {
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  background: #fff;
  transition: 0.3s;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #313131;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 10px;
  border: 2px solid #313131;
}
@media screen and (max-width: 1024px) {
  .section-reason__button__link {
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 70px;
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__button__link {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3rem;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #313131;
  }
}
.section-reason__button__link:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #313131;
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-reason__button__link:after {
    font-size: 2rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__button__link:after {
    font-size: 1.7rem;
    right: 10px;
  }
}
.y-scroll {
  white-space: normal;
  overflow-x: hidden;
  overflow-y: auto;
}
.y-scroll::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}
.y-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.y-scroll::-webkit-scrollbar-thumb {
  background: #23567a;
  border-radius: 0;
}
.y-scroll::-webkit-scrollbar-thumb:hover {
  background: #23567a;
}
.y-scroll::-webkit-scrollbar-thumb:active {
  background: #23567a;
}
.y-scroll::-webkit-scrollbar-track {
  background: #427a6e;
  border: 0 none #427a6e;
  border-radius: 0;
}
.y-scroll::-webkit-scrollbar-track:hover {
  background: #427a6e;
}
.y-scroll::-webkit-scrollbar-track:active {
  background: #427a6e;
}
.y-scroll::-webkit-scrollbar-corner {
  background: transparent;
}
@keyframes slideTextY100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextY-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ cta floating.scss
 ********************************************/
.cta-floating {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
  max-width: 1024px;
}
.cta-floating__contents {
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cta-floating__bg {
  width: 100%;
  position: absolute;
  max-width: 1024px;
  left: 0;
  bottom: 0;
  height: 50px;
  background: #253c4d;
  z-index: 1;
}
.cta-floating__button {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cta-floating__button__title {
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 0 7px;
  text-align: center;
}
.cta-floating__button__title br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__title {
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 5px 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__title {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 5px 0 5px;
  }
  .cta-floating__button__title span {
    display: none;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__title {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 4px 0 5px;
  }
}
.cta-floating__button__position-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__position-img {
    left: 0;
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__position-img {
    left: 0;
    bottom: 0;
    width: 50px;
  }
}
@media (max-width: 425px) {
  .cta-floating__button__position-img {
    width: 45px;
  }
}
.cta-floating__button__list {
  width: 100.1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.cta-floating__button__item {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 33.33333%;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__item {
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item {
    width: 33.33333%;
  }
}
.cta-floating__button__item__link {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item__link {
    border: none;
  }
}
.cta-floating__button__item__link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8rem;
  position: relative;
}
.cta-floating__button__item__link__text .sp_br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__item__link__text {
    height: 45px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item__link__text {
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 50px;
    letter-spacing: 0;
  }
}
@media (max-width: 374px) {
  .cta-floating__button__item__link__text {
    height: 50px;
  }
  .cta-floating__button__item__link__text .sp_br {
    display: inline-block;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item__link__text {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.3rem;
  }
}
.cta-floating__button__item__text {
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-top: 3px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #0a0056;
  text-align: center;
  text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__item__text {
    font-size: 1.3rem;
    padding-bottom: 15px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item__text {
    display: none;
  }
}
.cta-floating__button__item:nth-child(1) {
  background: #009377;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(1) {
    width: 33.33333%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
}
.cta-floating__button__item:nth-child(1) a p {
  background: #009377;
  padding-left: 30px;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0;
  color: #fff;
}
.cta-floating__button__item:nth-child(1) a p .sp_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__item:nth-child(1) a p {
    height: 45px;
    font-size: 2.1rem;
    line-height: 2.1rem;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(1) a p {
    padding-left: 10%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 50px;
  }
  .cta-floating__button__item:nth-child(1) a p .pc_only {
    display: none;
  }
  .cta-floating__button__item:nth-child(1) a p .sp_only {
    display: inline-block;
  }
}
@media (max-width: 425px) {
  .cta-floating__button__item:nth-child(1) a p {
    height: 50px;
    padding-left: 10%;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item:nth-child(1) a p {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.3rem;
  }
}
.cta-floating__button__item:nth-child(1) a p:before {
  position: absolute;
  top: 53%;
  left: 50px;
  transform: translateY(-50%);
  content: "\f879";
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__item:nth-child(1) a p:before {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(1) a p:before {
    left: 10%;
    top: 50%;
    font-size: 1.8rem;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item:nth-child(1) a p:before {
    font-size: 1.6rem;
  }
}
.cta-floating__button__item:nth-child(1) .cta-floating__button__item__text {
  position: relative;
  right: -100px;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__item:nth-child(1) .cta-floating__button__item__text {
    right: 0;
  }
}
.cta-floating__button__item:nth-child(2) {
  background: #487acf;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(2) {
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(2) a {
    border-radius: 0;
  }
}
.cta-floating__button__item:nth-child(2) a p {
  background: #487acf;
  padding-left: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(2) a p {
    border-radius: 0;
    padding-left: 10%;
  }
}
@media (max-width: 425px) {
  .cta-floating__button__item:nth-child(2) a p {
    letter-spacing: -0.5px;
  }
}
.cta-floating__button__item:nth-child(2) a p:before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  content: "\f0e0";
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__item:nth-child(2) a p:before {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(2) a p:before {
    left: 10%;
    font-size: 1.8rem;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item:nth-child(2) a p:before {
    left: 10%;
    font-size: 1.6rem;
  }
}
.cta-floating__button__item:nth-child(3) {
  margin-right: 0;
  background: #00b900;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(3) {
    width: 33.33333%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
}
.cta-floating__button__item:nth-child(3) a p {
  background: #00b900;
  color: #fff;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(3) a p {
    padding-left: 10%;
  }
}
@media (max-width: 425px) {
  .cta-floating__button__item:nth-child(3) a p {
    letter-spacing: -0.5px;
  }
}
.cta-floating__button__item:nth-child(3) a p:before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  content: '';
  background: url(../../../../images/top/cta_icon_01_pc.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 28px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__item:nth-child(3) a p:before {
    width: 27px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(3) a p:before {
    left: 10%;
    width: 22px;
    height: 20px;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item:nth-child(3) a p:before {
    left: 10%;
    width: 18px;
    height: 17px;
  }
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ settings.scss
 ********************************************/
body * {
  font-size: 1.5rem;
  line-height: 1.7rem;
}
@media screen and (max-width: 767px) {
  body * {
    font-size: 1.4rem;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************
 initialize
 ******************************/
body {
  min-width: 100%;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
input[type="tel"], input[type="email"], input[type="text"], input[type="submit"], button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/******************************
 font
 ******************************/
.clearfix {
  width: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
figure.no_image {
  position: relative;
  height: 180px;
  overflow: hidden;
}
figure.no_image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  figure.no_image {
    height: 130px;
  }
}
.container {
  box-sizing: border-box;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.container::after {
  display: block;
  clear: both;
  content: "";
}
.contents {
  float: left;
  width: 70%;
  max-width: 770px;
  margin-right: 2%;
}
.layout {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
@media (min-width: 1025px) {
  .layout {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
  }
}
.layout--single {
  width: 100%;
  margin: 0;
  padding: 0;
}
.layout__main {
  display: block;
}
@media (min-width: 1025px) {
  .layout__main {
    display: flex;
    justify-content: center;
  }
}
.layout__main-left {
  width: 100%;
}
@media (min-width: 1025px) {
  .layout__main-left {
    max-width: 770px;
    width: 100%;
    margin: 0 14px 0 0;
  }
}
.layout__main-right {
  display: none;
}
@media (min-width: 1025px) {
  .layout__main-right {
    max-width: 240px;
    width: 100%;
    margin: 50px 0 120px 0;
    display: block;
  }
}
.layout__side .container {
  margin-top: 80px;
  padding: 0 6%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout__side .container {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .layout__side .container {
    padding: 0;
  }
}
html {
  font-size: 62.5% !important;
  font-weight: 400;
  letter-spacing: 0.175em;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "Font Awesome 5 Free", sans-serif;
}
.open.pc-cta-btn__item--menu::before {
  background-image: url("../../../../images/icon/cta_menu_close.svg");
}
.inPost > h1 {
  font-size: 2.4rem;
  font-weight: 600;
}
.inPost > h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.inPost > h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.inPost > h4 {
  font-size: 1.4rem;
  font-weight: 600;
}
.inPost > h5 {
  font-size: 1.4rem;
  font-weight: 600;
}
.inPost > h6 {
  font-size: 1.4rem;
  font-weight: 600;
}
.inPost > p {
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  line-height: 1.75em;
}
.inPost > a {
  color: blue;
}
.inPost > li {
  font-size: 1.6rem;
  line-height: 1.75em;
}
.inPost > span {
  font-size: 1.6rem;
}
.inPost > table {
  width: 100%;
  border: 1px solid #222;
  border-collapse: collapse;
}
.inPost > table th {
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #222;
}
.inPost > table td {
  padding: 20px;
  font-size: 1.6rem;
  border: 1px solid #222;
}
.page-ttl {
  text-align: center;
  display: block;
}
.page-ttl.container {
  margin: 30px auto 25px;
  padding: 0 6%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .page-ttl.container {
    margin: 40px auto;
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  .page-ttl.container {
    margin: 40px auto 30px;
    padding: 0 3%;
  }
}
.page-ttl__ruby {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: #487acf;
  display: block;
}
@media (min-width: 768px) {
  .page-ttl__ruby {
    font-size: 1.4rem;
  }
}
.page-ttl__h2 {
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .page-ttl__h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-ttl__h2 {
    font-size: 2rem;
  }
}
.section-ttl {
  padding: 30px 0 30px;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .section-ttl {
    padding: 50px 0;
  }
}
.section-ttl__ruby {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  margin: 0 0 5px;
  color: #487acf;
  display: block;
}
@media (min-width: 768px) {
  .section-ttl__ruby {
    font-size: 1.3rem;
    margin: 0;
  }
}
.section-ttl__h2 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
}
@media (min-width: 768px) {
  .section-ttl__h2 {
    font-size: 2rem;
  }
}
.summary {
  padding: 0 4% 30px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .summary {
    padding: 0 3% 50px;
    border-radius: 3px;
  }
}
.summary__table {
  width: 100%;
  border: 1px solid #645a5a;
  border-radius: 3px;
  box-sizing: border-box;
}
.summary__table-tr {
  border-bottom: 1px solid #645a5a;
  background: #fff;
}
.summary__table-th {
  width: 40%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #222;
  border-right: 1px solid #645a5a;
}
@media (min-width: 768px) {
  .summary__table-th {
    font-size: 1.3rem;
  }
}
.summary__table-td {
  width: 60%;
  font-size: 1.3rem;
  font-weight: 400;
  color: #222;
  padding: 4%;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .summary__table-td {
    font-size: 1.3rem;
    padding: 20px;
  }
}
.summary__section-ttl {
  padding: 30px 0 20px;
}
@media (min-width: 768px) {
  .summary__section-ttl {
    padding: 50px 0;
  }
}
.summary-works {
  margin: 0 auto 4%;
}
@media (min-width: 768px) {
  .summary-works {
    margin: 0 auto 30px;
  }
}
.hori-card {
  padding: 0 6%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .hori-card {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .hori-card {
    padding: 0;
  }
}
.hori-card__link {
  border: 1px solid #645a5a;
  border-radius: 3px;
}
.hori-card__layout {
  display: flex;
  align-items: center;
}
.hori-card__thumb {
  width: 130px;
  height: 130px;
  position: relative;
}
@media (min-width: 768px) {
  .hori-card__thumb {
    width: 180px;
    height: 180px;
  }
}
.hori-card__img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  font-family: "object-fit:cover;";
  border-radius: 3px 0 0 3px;
}
@media (min-width: 768px) {
  .hori-card__img {
    width: 180px;
    height: 180px;
  }
}
.hori-card__cat {
  padding: 5px 15px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #222;
  background-color: #fff;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 10px;
  left: 0;
}
.hori-card__txt {
  width: calc(100% - 130px);
  height: 130px;
  padding: 20px 12px;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .hori-card__txt {
    width: calc(100% - 180px);
    height: 180px;
    padding: 30px 20px;
  }
}
.hori-card__prefecture {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #487acf;
  margin: 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5em;
  max-height: calc(1.5em * 1);
}
@media (min-width: 768px) {
  .hori-card__prefecture {
    font-size: 1.3rem;
  }
}
.hori-card__parts-list {
  overflow: hidden;
}
.hori-card__parts-list:first-of-type {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.45em;
  font-weight: 300;
  font-size: 1rem;
}
.hori-card__parts-list.smallHoricard__list {
  -webkit-line-clamp: 1;
}
.hori-card__parts-item {
  font-size: 1rem;
  letter-spacing: 0.175em;
  color: #222;
  display: inline-block;
}
@media (min-width: 768px) {
  .hori-card__parts-item {
    font-size: 1.3rem;
  }
}
.hori-card__parts-item:after {
  content: "/";
  margin: 0 5px;
}
.hori-card__parts-item:last-child:after {
  content: none;
}
.hori-card__parts-item--split::after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
}
.hori-card__parts-item--split:last-child::after {
  content: "";
}
.hori-card__parts-item--card {
  color: #fff;
  background: #222;
  font-size: 1rem;
  margin-right: 5px;
  padding: 5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .hori-card__parts-item--card {
    font-size: 1.3rem;
  }
}
.hori-card__parts-item--card::after {
  display: none;
}
.hori-card__ttl {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin: 3px 0 10px;
  display: block;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4em;
  max-height: calc(1.4em * 2);
}
@media (min-width: 768px) {
  .hori-card__ttl {
    font-size: 1.6rem;
    margin: 10px 0 15px;
    height: auto;
  }
}
.hori-card__cost {
  padding: 5px 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  background: #009377;
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 0.05em;
  border-radius: 0;
  font-size: 1.1rem;
}
.hori-card__cost--parts {
  top: auto;
  bottom: 10px;
}
.hori-card__price {
  font-size: 1.5rem;
  font-weight: 600;
}
.hori-card__staff {
  padding: 5px;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #222;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
}
.slick-dots.d-none {
  display: none;
}
@media (min-width: 768px) {
  .post-type-archive .hori-card__txt {
    padding: 30px;
  }
}
.post-type-archive-voice .hori-card__ttl {
  line-height: 1.7em;
  margin: 3px 0 10px;
  -webkit-line-clamp: 3;
  max-height: calc(1.7em * 2);
}
.vert-card {
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 320px) {
  .vert-card {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .vert-card {
    justify-content: flex-start;
  }
}
.vert-card__item {
  width: 48%;
}
@media (min-width: 768px) {
  .vert-card__item {
    width: calc(96% / 3);
  }
}
@media (min-width: 1025px) {
  .vert-card__item {
    width: calc(738px / 3);
  }
}
.vert-card__price--yen {
  font-size: 1.2rem;
  margin: 0 5px 0 3px;
}
.vert-card__price--tax {
  font-size: 1.2rem;
  color: #487acf;
}
.horizontal-list {
  padding: 0 0 0 3%;
  overflow-x: visible;
  overflow-y: visible;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  display: block;
}
@media (min-width: 768px) {
  .horizontal-list {
    padding: 0;
    overflow: hidden;
    white-space: normal;
    display: flex;
  }
}
.horizontal-list__item {
  margin: 0 15px 0 0;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .horizontal-list__item {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.horizontal-list__item--landscape {
  width: 100%;
}
@media (min-width: 768px) {
  .horizontal-list__item--landscape {
    width: 49%;
  }
}
.horizontal-list__item--portrait {
  width: 44%;
}
@media (min-width: 768px) {
  .horizontal-list__item--portrait {
    width: 23%;
    margin: 0 0.75%;
  }
}
.slick-dots li.slick-active button:before {
  background: #009377;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#kuchikomi_wrap .resultcontent .result_time {
  height: auto;
  line-height: 1.4em;
}
#kuchikomi_wrap .resultcontent .result_author {
  height: auto;
  line-height: 1.4em;
}
#kuchikomi_wrap .resultcontent .resultcontent .star-rating {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
form .ssl_cnt {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  form .ssl_cnt {
    margin-top: 4%;
  }
}
form .ssl_cnt img {
  max-width: 130px;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/*form.scss*/
.form * {
  line-height: 1.6em;
  font-size: 1.6rem;
}
.scroll {
  height: 250px;
  overflow-y: scroll;
  width: 96%;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .scroll {
    height: 230px;
    padding: 2%;
  }
}
input[type="text"] {
  width: 98%;
}
/* ページ幅を指定して、コンテンツを画面の中央に持ってくる */
div.form {
  max-width: 1024px;
  margin: 20px auto;
}
.itemform_add_search .add_box {
  width: 55%;
}
textarea::placeholder, input::placeholder {
  color: #ccc;
}
/*NOTE:20220419ソース整理*/
.page-template-page-form .cta {
  display: none !important;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .page-template-page-form .cta {
    display: none !important;
  }
}
.page-template-page-form .cta__link {
  width: 50%;
  height: 45px;
  margin: 0 4% 0 0;
  padding: 0 8px;
  border-radius: calc(45px / 2);
  border: 2px solid #fff;
  background-color: #8fc41e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-form .cta__link--tel {
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.page-template-page-form .cta__link--tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  background-image: url(../../../../images/icon/contact_tel.svg);
  display: block;
}
.page-template-page-form .cta__link:last-child {
  width: 80%;
  margin: 0 auto;
}
.page-template-page-form .line-bnr {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
@media screen and (max-width: 1024px) {
  .page-template-page-form .line-bnr {
    padding: 0 2% 4%;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-form .line-bnr {
    padding: 0 2%;
  }
}
.page-template-page-form input[type="radio"] {
  display: inline-block !important;
}
.page-template-page-form .page-ttl {
  margin: 2% auto;
}
@media (min-width: 768px) {
  .page-template-page-form .page-ttl {
    margin: 20px auto;
  }
}
.page-template-page-form .select-card {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .page-template-page-form .select-card {
    padding: 0 2%;
    margin: 0 auto 4%;
  }
}
.page-template-page-form .select-card__inner {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 40px;
  font-size: 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .page-template-page-form .select-card__inner {
    display: block;
    padding: 0 20px;
  }
}
.page-template-page-form .select-card__inner > p {
  float: left;
  width: 68%;
  margin-right: 2%;
}
@media only screen and (max-width: 768px) {
  .page-template-page-form .select-card__inner > p {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.page-template-page-form .select-btn {
  width: 100%;
  max-width: 1024px;
  margin: 30px auto 30px;
  padding: 0 3%;
  box-sizing: border-box;
}
.page-template-page-form .select-btn a:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .page-template-page-form .select-btn {
    margin: 15px auto 15px;
  }
}
.page-template-page-form .select-btn :nth-child(1) div[class^="select-btn"] {
  margin-right: 2%;
}
.page-template-page-form .select-btn :nth-child(1).active {
  margin-right: 2%;
}
.page-template-page-form .select-btn div[class^="select-btn"] {
  color: #222;
  padding: 15px 10px;
  width: 49%;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  float: left;
  position: relative;
  background: #f1f1f1;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 30px;
  transition: linear 0.2s all;
}
@media only screen and (max-width: 767px) {
  .page-template-page-form .select-btn div[class^="select-btn"] {
    font-size: 1.6rem;
    padding: 3%;
  }
}
.page-template-page-form .select-btn div[class^="select-btn"]:hover {
  background: #d8d8d8;
  color: #222;
  transition: linear 0.2s all;
}
.page-template-page-form .select-btn div[class^="select-btn"].active {
  background: #009377;
  color: #fff;
  cursor: auto;
}
.page-template-page-form .select-btn div[class^="select-btn"] > span {
  display: block;
  line-height: 1.6em;
}
@media only screen and (min-width: 768px) {
  .page-template-page-form .select-btn div[class^="select-btn"] > span {
    display: inline;
  }
}
.page-template-page-form .select-btn div[class^="select-btn"] > span:first-child {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-template-page-form .select-btn div[class^="select-btn"] > span:first-child {
    font-size: 1.2rem;
  }
}
.page-template-page-form p.tc_txt {
  padding: 3%;
}
@media only screen and (max-width: 768px) {
  .page-template-page-form p.tc_txt {
    padding: 6%;
  }
}
.page-template-page-form input {
  -moz-appearance: auto;
  appearance: auto;
}
.page-template-page-form select {
  -moz-appearance: auto;
  appearance: auto;
  border: solid 1px #ccc;
  padding: 5px;
}
.page-template-page-form .ttl {
  text-align: center !important;
  margin: 30px auto !important;
}
.page-template-page-form div.wpcf7 .ajax-loader {
  display: none !important;
}
.form__mv img {
  margin: 0 auto;
  display: block;
  max-width: 94%;
}
.form ul.formlist li.height_l.height_210 div {
  height: 235px;
}
@media only screen and (max-width: 767px) {
  .form ul.formlist li.height_l.height_210 div {
    height: auto;
  }
}
.form img.wpcf7c-elm-step1, .form img.wpcf7c-elm-step2, .form img.wpcf7c-elm-step3 {
  width: 100% !important;
  margin: 20px auto;
  display: block;
}
.form input[type="text"], .form textarea, .form select, .form button {
  /*font-size:1.2em;*/
  font-size: 16px;
  padding: 2px;
  cursor: pointer;
}
.form textarea {
  height: 100%;
  width: 98%;
  margin: 0px 5px;
  background: #f7f7f7;
  border-radius: 5px;
}
.form img {
  width: auto !important;
  height: auto;
  max-width: 100%;
}
.form p {
  font-size: 1.4rem;
  word-break: break-all;
}
.form button {
  padding: 2px 10px;
  margin: 0px 10px;
}
.form label:hover {
  font-weight: bold;
  color: #009377;
}
.form ul {
  list-style-type: none;
}
.form ul.formlist {
  margin: 10px auto 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .form ul.formlist {
    padding: 0 2%;
  }
}
.form ul li > div {
  height: 70px;
  border-top: 1px solid #ccc;
  padding: 1%;
}
.form ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.form ul li.height_l div {
  height: 180px;
}
.form ul li.height_02 div {
  height: 70px;
}
.form ul li.height_03 div {
  height: 100%;
}
.form ul li input {
  margin: 0 5px;
  background: #f7f7f7;
}
.form ul li div {
  float: left;
}
.form ul li div.itemname {
  /*font-size:0.9em;*/
  font-size: 15px;
  font-weight: 800;
  background-color: #f1f1f1;
  width: 25%;
}
.form ul li div.itemform {
  width: 50%;
}
.form ul li div.itemform2 {
  width: 25%;
  margin-right: 0%;
}
.form ul li div.itemform3 {
  width: 71%;
  margin-right: 0%;
}
.form ul li.chkbx {
  float: left;
  min-width: 115px;
}
.form ul.inquiry_type li {
  margin: 3px;
  float: left;
  min-width: 120px;
}
.form ul.reform_type li {
  margin: 3px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.75em;
  padding: 3% !important;
  border: none !important;
}
@media (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.6em;
  }
}
.wpcf7-not-valid-tip {
  display: none !important;
}
button.form_btn01 {
  cursor: pointer;
  display: block;
  width: 90%;
  max-width: 320px;
  height: 80px;
  border: none;
  text-indent: -9999px;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
  margin: 0px 0px 4%;
}
button.form_btn02 {
  cursor: pointer;
  display: block;
  width: 96%;
  max-width: 280px;
  height: 70px;
  border: none;
  text-indent: -9999px;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
  margin: 0px 0px 0 20%;
}
@media screen and (max-width: 1024px) {
  button.form_btn02 {
    max-width: 30%;
  }
}
@media screen and (max-width: 640px) {
  button.form_btn02 {
    max-width: 320px;
    height: 80px;
    margin: 0 0 2%;
  }
}
button.form_btn03 {
  cursor: pointer;
  display: block;
  width: 96%;
  max-width: 280px;
  height: 70px;
  border: none;
  text-indent: -9999px;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
  float: right;
  margin: 0px 20% 0px 0%;
}
@media screen and (max-width: 1024px) {
  button.form_btn03 {
    max-width: 30%;
  }
}
@media screen and (max-width: 640px) {
  button.form_btn03 {
    max-width: 320px;
    height: 80px;
    margin: 0 0 2%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  input[type="text"] {
    width: 96%;
  }
  .address_field input[type="text"] {
    width: 50%;
  }
  div.form {
    width: 100%;
  }
  .form li div {
    float: none;
  }
  .form li div.itemname, .form li div.itemform {
    width: 100%;
  }
  .form li div.itemform2 {
    width: 100%;
  }
  .form li div.itemform3 {
    width: 100%;
  }
  .form ul.formlist li.height_03 .itemname, .form ul.formlist li.height_03 .itemform2 {
    line-height: 1;
  }
  .form ul.formlist li.height_03 div {
    height: auto;
  }
  .form ul.formlist li div {
    height: auto !important;
    /*min-height: 60px;*/
  }
  .form ul.formlist li.height_l div.itemname {
    height: auto;
  }
  .form ul.formlist li > div {
    padding: 2% 2% 15px;
  }
  .form ul.formlist li:last-child > div.itemname {
    border-bottom: 0px solid #fff;
  }
  .form ul.formlist li.height_l div {
    height: auto;
  }
  .itemform_add_search .add_box {
    width: 45%;
  }
  .form li div.itemform, .form li div.itemform2, .form li div.itemform3 {
    margin: 0 auto;
  }
  .form textarea {
    margin: 0;
  }
}
.form .clearfix {
  *zoom: 1;
}
.form .clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/* フォーム上ここから */
.form_root #main {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  float: none;
}
.form_catch_box {
  padding: 80px 20px 0;
  box-sizing: border-box;
}
.form_catch_box img {
  width: auto;
  max-width: 50%;
  margin: -60px 0 0 20px;
  float: right;
}
.form_root #layout02 {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .form_catch_box {
    padding: 2%;
  }
  .form_catch_box img {
    margin: 0 0 2% 2%;
  }
}
/* 資料画像ここから */
.form ul.formlist li.height_shiryou div {
  height: auto;
}
.form ul.formlist li.height_shiryou div span {
  font-size: 1.5rem;
}
.form ul.formlist li.height_shiryou div.itemname, .form ul.formlist li.height_shiryou div.itemform {
  width: 100%;
  margin: 0;
  border-top: 1px solid #ccc;
  overflow: hidden;
  box-sizing: border-box !important;
}
.form ul.formlist li.height_shiryou div ul.inquiry_type li {
  float: left;
  width: 49%;
  margin: 0 0 2%;
  text-align: center;
  min-width: 82px;
  font-size: 90%;
  background: #f1f1f1;
}
.form ul.formlist li.height_shiryou div ul.inquiry_type li:first-of-type {
  margin-right: 2%;
}
.form ul.formlist li.height_shiryou div.itemname p {
  font-weight: 100;
}
.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li {
  width: 32%;
  margin: 0 0 2% 0;
  padding: 1%;
  box-sizing: border-box !important;
}
.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li:not(:last-of-type) {
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li:not(:last-of-type) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li:nth-of-type(2n+1) {
    margin-right: 2%;
  }
}
.form ul.formlist li.height_shiryou div ul.inquiry_type li {
  padding: 1%;
  box-sizing: border-box !important;
}
.form .height_shiryou img {
  margin-bottom: 2%;
  cursor: pointer;
}
.form .height_shiryou img:hover {
  opacity: 0.8;
}
.height_shiryou span.wpcf7-list-item {
  margin: 0;
}
.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col4 li:first-of-type {
  margin-left: 12%;
}
@media screen and (max-width: 767px) {
  .form ul.formlist li.height_shiryou div.itemname .document span, .form ul.formlist li.height_shiryou div.itemform .document span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .form ul.formlist li.height_shiryou div ul.inquiry_type li {
    text-align: left;
  }
  .form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li {
    width: 49%;
    padding: 1%;
    box-sizing: border-box !important;
    text-align: left;
  }
  .form ul.formlist li.height_shiryou div ul.inquiry_type {
    width: 100%;
  }
  .form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col4 li:first-of-type {
    margin-left: 0;
  }
}
/* 資料画像ここまで */
/* 来店予約ここから */
.form ul.formlist li.form_raiten_date input {
  width: 13%;
}
.form ul.formlist li.form_raiten_date .itemform .date1_y > span, .form ul.formlist li.form_raiten_date .itemform .date1_m > span {
  display: none;
}
@media screen and (max-width: 767px) {
  .form ul.formlist li.form_raiten_date .itemform2 {
    display: none;
  }
}
/*------------------------------------------------------------
 フォーム
 ------------------------------------------------------------*/
/*.form *{box-sizing:content-box !important;}/*elementorとの競合回避*/
form.wpcf7-form .formlist div {
  box-sizing: border-box !important;
}
form.wpcf7-form .formlist div.line1, form.wpcf7-form .formlist div.line2, form.wpcf7-form .formlist div.line3, form.wpcf7-form .formlist div.line4, form.wpcf7-form .formlist div.line5, form.wpcf7-form .formlist div.line6, form.wpcf7-form .formlist div.line7, form.wpcf7-form .formlist div.line8, form.wpcf7-form .formlist div.line9, form.wpcf7-form .formlist div.line10 {
  box-sizing: content-box !important;
}
/*elementorとの競合回避*/
.form textarea {
  line-height: 1.4em;
}
.form button {
  display: inline-block;
  margin: 0 0 15px !important;
  width: 100px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f1f1f1;
  position: relative;
  font-size: 14px !important;
  box-sizing: border-box;
}
.form button:hover {
  color: #33a1ff;
  border-color: #33a1ff;
}
.form ul.formlist {
  box-sizing: content-box;
}
.form ul.formlist li input {
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
input[class*="form_btn"] {
  cursor: pointer;
  display: block;
  width: 96%;
  max-width: 320px;
  height: 60px;
  margin: 8% auto 2%;
  padding: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.75px;
  border-radius: 30px;
  background: #009377;
  transition: linear all 0.2s;
}
@media screen and (max-width: 767px) {
  input[class*="form_btn"] {
    width: 96%;
  }
}
input[class*="form_btn"]:hover {
  color: #fff;
  background: #00ad8c;
  opacity: 1;
  transition: linear all 0.2s;
}
@media (min-width: 768px) {
  input.form_btn01 {
    margin: 6% auto 4%;
  }
}
input[class*="form_btn"]:focus {
  opacity: 0.8;
}
/*チェックボックス調整*/
span.wpcf7-list-item {
  margin: 0 0 0 0.5em;
  min-width: 110px;
}
input.form_btn02 {
  margin: 6% 0 0 20%;
  background: #487acf;
  color: #fff;
  max-width: 280px;
  float: left;
  border: none;
}
input.form_btn02:hover {
  color: #fff;
  background: #356cc9;
  opacity: 1;
}
input.form_btn03 {
  margin: 6% 20% 0 0;
  max-width: 280px;
  float: right;
}
@media screen and (max-width: 980px) {
  input.form_btn02 {
    max-width: 29%;
    margin: 6% 1% 0 20%;
  }
  input.form_btn03 {
    max-width: 29%;
    margin: 6% 20% 0 1%;
  }
}
@media screen and (max-width: 640px) {
  input.form_btn02 {
    max-width: 320px;
    float: none;
    margin: 8% auto 0;
  }
  input.form_btn03 {
    max-width: 320px;
    float: none;
    margin: 15px auto 0;
  }
}
/*見積もりフォーム現場連絡先欄 見出し*/
.quotation_site_title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quotation_site_title {
    padding: 2%;
    text-align: left;
    box-sizing: border-box;
  }
}
/*余計な余白を詰める*/
@media screen and (max-width: 767px) {
  .form ul.formlist li div.itemname, .form ul.formlist li div.itemform {
    height: auto ! important;
    min-height: auto !important;
    padding: 15px 2% !important;
    line-height: 1.6em;
  }
}
/*画面をはみ出し防止*/
input[type="text"], input[type="tel"], input[type="email"] {
  max-width: 98%;
}
/*テキストサイズ*/
@media screen and (max-width: 640px) {
  .form p {
    font-size: 14px !important;
    line-height: 1.6em;
  }
  .form p br {
    display: none;
  }
}
/*フォーム上*/
.form_catch_box img {
  margin: -60px 0 0 20px !important;
}
.form_catch_box p {
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  .form_catch_box img {
    margin: -5px 0 0 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .form_root #layout02 {
    padding: 0;
  }
}
/*◆ 確認画面*/
textarea.wpcf7c-conf, input.wpcf7c-conf {
  background: #fff !important;
  border: none !important;
}
/*UAによるスタイル上書きを防ぐ*/
input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*セレクトボックスの装飾を非表示*/
.wpcf7-select.wpcf7c-conf {
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*プレースホルダー非表示*/
input.wpcf7c-conf::placeholder {
  color: transparent;
}
/*◆ 完了画面*/
.sent .formlist, .sent .quotation_site_title {
  display: none !important;
}
.wpcf7-mail-sent-ok {
  border: none;
  font-size: 16px;
}
div.wpcf7-mail-sent-ok {
  padding: 0 4%;
  box-sizing: border-box;
  border: none;
}
/*フッター表示切替*/
.form_footer #layout05, .form_footer #footer_cnt01, .form_footer #RFtNav1, .form_footer #footer_area_description, .form_footer #footer_info, .form_footer .footer_logo {
  display: none;
}
.form_footer #footer_left {
  width: 100%;
  float: none;
}
/*フォーム下*/
.form_description {
  box-sizing: border-box;
  font-size: 123%;
}
@media screen and (max-width: 640px) {
  .form_description {
    font-size: 108%;
  }
}
/*必須・任意アイコン*/
.item_required {
  font-weight: normal;
  background: #ff3332;
  color: #fff;
  padding: 0px 6px !important;
  border-radius: 3px;
  margin-right: 5px !important;
  font-size: 14px;
}
.item_unrequired {
  font-weight: normal;
  background: #c7c7c7;
  color: #fff;
  padding: 0px 6px !important;
  border-radius: 3px;
  margin-right: 5px !important;
  font-size: 14px;
}
/*box-sizing調整*/
.form_root .form_description p {
  box-sizing: border-box !important;
}
.form_root #layout02 div {
  box-sizing: border-box !important;
}
.xdsoft_time[data-hour="0"] {
  display: none;
}
.xdsoft_time[data-hour="1"] {
  display: none;
}
.xdsoft_time[data-hour="2"] {
  display: none;
}
.xdsoft_time[data-hour="3"] {
  display: none;
}
.xdsoft_time[data-hour="4"] {
  display: none;
}
.xdsoft_time[data-hour="5"] {
  display: none;
}
.xdsoft_time[data-hour="6"] {
  display: none;
}
.xdsoft_time[data-hour="7"] {
  display: none;
}
.xdsoft_time[data-hour="8"] {
  display: none;
}
.xdsoft_time[data-hour="18"] {
  display: none;
}
.xdsoft_time[data-hour="19"] {
  display: none;
}
.xdsoft_time[data-hour="20"] {
  display: none;
}
.xdsoft_time[data-hour="21"] {
  display: none;
}
.xdsoft_time[data-hour="22"] {
  display: none;
}
.xdsoft_time[data-hour="23"] {
  display: none;
}
.school_name input {
  margin: 0 5px 2% !important;
}
.quotation_site_title {
  margin-top: 10px;
}
.form_cta_sp {
  display: none;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form_cta_sp {
    display: block;
  }
}
.form_cta_sp a {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.form_cta_sp img {
  display: block;
  margin: 4% auto 8%;
  background: #fff;
  box-sizing: border-box;
}
.form_line {
  max-width: 940px;
  width: 100%;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .form_line {
    padding: 0 4%;
    margin: 0 auto 4%;
  }
}
.form_line a {
  display: block;
}
.form_line a img {
  display: block;
  margin: 0 auto;
}
.form.form_renewal ul.formlist li > div.itemform_add_search button {
  background: #009377;
  color: #fff;
  border: none;
  border-bottom: 2px solid #ccc;
}
.privacy {
  max-width: 1024px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .privacy {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .privacy {
    width: 88%;
  }
}
.privacy__wrap {
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .privacy__wrap {
    padding: 0 3%;
  }
}
.privacy__paragraph {
  margin: 0 0 30px;
}
@media screen and (max-width: 1024px) {
  .privacy__paragraph {
    margin: 0 0 3%;
  }
}
.privacy p {
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  display: block;
}
@media (min-width: 768px) {
  .privacy p {
    font-size: 1.5rem;
  }
}
.privacy__h3 {
  display: block;
  margin: 0 auto 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .privacy__h3 {
    margin: 0 auto 2%;
    text-align: left;
    font-size: 1.8rem;
  }
}
.privacy__box--end {
  margin: 0 0 20px;
}
.privacy__h4 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  padding: 15px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  background-color: #f1f1f1;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .privacy__h4 {
    margin: 0 auto 1.5%;
    font-size: 1.6rem;
    text-align: left;
  }
}
.privacy__inner {
  padding: 15px;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .privacy__inner {
    padding: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .privacy__inner--small {
    padding: 30px 50px;
  }
}
.sub-page .sub-page__events .form.form_renewal.clearfix.inquiry_wrap .tc_txt {
  padding: 0 0 4%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sub-page .sub-page__events .form.form_renewal.clearfix.inquiry_wrap .tc_txt {
    padding: 0 6% 4%;
  }
}
.form-agreement {
  max-width: 1024px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .form-agreement {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .form-agreement {
    width: 88%;
  }
}
.form-agreement__ttl {
  margin: 0 0 15px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.175em;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .form-agreement__ttl {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.form-agreement__list {
  overflow-y: scroll;
  height: 230px;
  border: solid 1px #ccc;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .form-agreement__list {
    padding: 2%;
  }
}
.form-agreement__listItem {
  margin-top: 20px;
  margin-left: 2em;
  font-size: 1.5rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  display: inline-block;
  counter-increment: agreement-counter;
  position: relative;
}
.form-agreement__listItem::before {
  content: counter(agreement-counter) ".  ";
  position: absolute;
  left: -2em;
}
.form-agreement__listItem:first-of-type {
  margin-top: 0;
}
.form-agreement__exit {
  margin-top: 30px;
}
#layout02 .wpcf7c-elm-step1 .progress, #layout02 .wpcf7c-elm-step2 .progress, #layout02 .wpcf7c-elm-step3 .progress {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#layout02 .wpcf7c-elm-step1 .progress__on, #layout02 .wpcf7c-elm-step2 .progress__on, #layout02 .wpcf7c-elm-step3 .progress__on {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #009377;
  width: calc(100% / 3);
  padding-left: 7%;
  height: 130px;
}
@media screen and (max-width: 1024px) {
  #layout02 .wpcf7c-elm-step1 .progress__on, #layout02 .wpcf7c-elm-step2 .progress__on, #layout02 .wpcf7c-elm-step3 .progress__on {
    padding-left: 7vw;
  }
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress__on, #layout02 .wpcf7c-elm-step2 .progress__on, #layout02 .wpcf7c-elm-step3 .progress__on {
    height: 110px;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress__on, #layout02 .wpcf7c-elm-step2 .progress__on, #layout02 .wpcf7c-elm-step3 .progress__on {
    height: 60px;
    padding-left: 5vw;
  }
}
#layout02 .wpcf7c-elm-step1 .progress__on--step, #layout02 .wpcf7c-elm-step2 .progress__on--step, #layout02 .wpcf7c-elm-step3 .progress__on--step {
  color: white;
  font-weight: bold;
  font-size: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #layout02 .wpcf7c-elm-step1 .progress__on--step, #layout02 .wpcf7c-elm-step2 .progress__on--step, #layout02 .wpcf7c-elm-step3 .progress__on--step {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress__on--step, #layout02 .wpcf7c-elm-step2 .progress__on--step, #layout02 .wpcf7c-elm-step3 .progress__on--step {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress__on--step, #layout02 .wpcf7c-elm-step2 .progress__on--step, #layout02 .wpcf7c-elm-step3 .progress__on--step {
    font-size: 2.6vw !important;
  }
}
#layout02 .wpcf7c-elm-step1 .progress__on--txt, #layout02 .wpcf7c-elm-step2 .progress__on--txt, #layout02 .wpcf7c-elm-step3 .progress__on--txt {
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #layout02 .wpcf7c-elm-step1 .progress__on--txt, #layout02 .wpcf7c-elm-step2 .progress__on--txt, #layout02 .wpcf7c-elm-step3 .progress__on--txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress__on--txt, #layout02 .wpcf7c-elm-step2 .progress__on--txt, #layout02 .wpcf7c-elm-step3 .progress__on--txt {
    font-size: 3.2vw !important;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress__on--txt, #layout02 .wpcf7c-elm-step2 .progress__on--txt, #layout02 .wpcf7c-elm-step3 .progress__on--txt {
    font-size: 2.8vw !important;
  }
}
#layout02 .wpcf7c-elm-step1 .progress__off, #layout02 .wpcf7c-elm-step2 .progress__off, #layout02 .wpcf7c-elm-step3 .progress__off {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
  width: calc(100% / 3);
  padding-left: 7%;
  height: 130px;
}
@media screen and (max-width: 1024px) {
  #layout02 .wpcf7c-elm-step1 .progress__off, #layout02 .wpcf7c-elm-step2 .progress__off, #layout02 .wpcf7c-elm-step3 .progress__off {
    padding-left: 7vw;
  }
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress__off, #layout02 .wpcf7c-elm-step2 .progress__off, #layout02 .wpcf7c-elm-step3 .progress__off {
    height: 110px;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress__off, #layout02 .wpcf7c-elm-step2 .progress__off, #layout02 .wpcf7c-elm-step3 .progress__off {
    height: 60px;
    padding-left: 5vw;
  }
}
#layout02 .wpcf7c-elm-step1 .progress__off--step, #layout02 .wpcf7c-elm-step2 .progress__off--step, #layout02 .wpcf7c-elm-step3 .progress__off--step {
  color: #009377;
  font-weight: bold;
  font-size: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #layout02 .wpcf7c-elm-step1 .progress__off--step, #layout02 .wpcf7c-elm-step2 .progress__off--step, #layout02 .wpcf7c-elm-step3 .progress__off--step {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress__off--step, #layout02 .wpcf7c-elm-step2 .progress__off--step, #layout02 .wpcf7c-elm-step3 .progress__off--step {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress__off--step, #layout02 .wpcf7c-elm-step2 .progress__off--step, #layout02 .wpcf7c-elm-step3 .progress__off--step {
    font-size: 2.6vw !important;
  }
}
#layout02 .wpcf7c-elm-step1 .progress__off--txt, #layout02 .wpcf7c-elm-step2 .progress__off--txt, #layout02 .wpcf7c-elm-step3 .progress__off--txt {
  color: #222;
  font-weight: bold;
  font-size: 2.6rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #layout02 .wpcf7c-elm-step1 .progress__off--txt, #layout02 .wpcf7c-elm-step2 .progress__off--txt, #layout02 .wpcf7c-elm-step3 .progress__off--txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress__off--txt, #layout02 .wpcf7c-elm-step2 .progress__off--txt, #layout02 .wpcf7c-elm-step3 .progress__off--txt {
    font-size: 3.2vw !important;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress__off--txt, #layout02 .wpcf7c-elm-step2 .progress__off--txt, #layout02 .wpcf7c-elm-step3 .progress__off--txt {
    font-size: 2.8vw !important;
  }
}
#layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(2)::after, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(2)::after, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(2)::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 0 85px 30px;
  border-color: transparent transparent transparent #f1f1f1;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(2)::after, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(2)::after, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(2)::after {
    left: -10px;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(2)::after, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(2)::after, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(2)::after {
    border-width: 85px 0 85px 15px;
  }
}
#layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(2)::after, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(2)::after, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(2)::after {
  border-color: transparent transparent transparent #009377;
}
#layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(2)::before, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(2)::before, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(2)::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 0 85px 30px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
  top: 50%;
  left: 7px;
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(2)::before, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(2)::before, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(2)::before {
    left: -7px;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(2)::before, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(2)::before, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(2)::before {
    border-width: 85px 0 85px 15px;
  }
}
#layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(3)::after, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(3)::after, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(3)::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 0 85px 30px;
  border-color: transparent transparent transparent #f1f1f1;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(3)::after, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(3)::after, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(3)::after {
    left: -10px;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(3)::after, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(3)::after, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(3)::after {
    border-width: 85px 0 85px 15px;
  }
}
#layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(3)::before, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(3)::before, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(3)::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 0 85px 30px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
  top: 50%;
  left: 7px;
}
@media screen and (max-width: 767px) {
  #layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(3)::before, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(3)::before, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(3)::before {
    left: -7px;
  }
}
@media screen and (max-width: 480px) {
  #layout02 .wpcf7c-elm-step1 .progress > div:nth-of-type(3)::before, #layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(3)::before, #layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(3)::before {
    border-width: 85px 0 85px 15px;
  }
}
#layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(2)::after {
  border-color: transparent transparent transparent #f1f1f1;
}
#layout02 .wpcf7c-elm-step2 .progress > div:nth-of-type(3)::after {
  border-color: transparent transparent transparent #009377;
}
#layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(2)::after {
  border-color: transparent transparent transparent #f1f1f1;
}
#layout02 .wpcf7c-elm-step3 .progress > div:nth-of-type(3)::after {
  border-color: transparent transparent transparent #f1f1f1;
}
.form.form_renewal .reform_type_other_text input[type="text"] {
  margin-top: 2%;
}
.page-template-page-form .pc-footer-end {
  padding: 30px 0 60px;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
@media (min-width: 1025px) {
  .post-type-archive-menu .layout__main-left {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }
}
.sub-page__menu.container {
  padding: 0 4%;
  box-sizing: border-box;
  margin: 0 auto 8%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sub-page__menu.container {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .sub-page__menu.container {
    padding: 0;
    margin: 0 auto 80px;
  }
}
.sub-page__menu .anchor {
  padding-top: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .sub-page__menu .anchor {
    padding-top: 30px;
    margin-top: -30px;
  }
}
.sub-page__menu h3 {
  display: block;
  margin: 0 0 20px;
  padding: 15px 30px;
  background: #009377;
  text-align: left;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sub-page__menu h3 {
    display: block;
    margin: 0 0 4%;
    padding: 4% 2%;
    font-size: 1.6rem;
  }
}
.sub-page__menu.title {
  margin: 20px auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sub-page__menu.title {
    margin: 2% auto;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__menu.title {
    margin: 4% auto;
  }
}
.sub-page__menu .section-ttl.related-sec {
  display: block !important;
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .sub-page__menu .section-ttl.related-sec {
    padding: 30px 0 10px;
  }
}
.sub-page__menu .section-ttl.related-sec .section-ttl__h2 {
  font-weight: 500;
}
@media (min-width: 768px) {
  .sub-page__menu .section-ttl.related-sec .section-ttl__h2 {
    font-size: 1.8rem;
  }
}
.sub-page__menu .section-menu__icons {
  max-width: 944px;
  margin: 0 auto 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sub-page__menu .section-menu__icons {
    padding: 0;
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__menu .section-menu__icons {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto 3%;
  }
}
.sub-page__menu .section-menu__icons--list {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sub-page__menu .section-menu__icons--list {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .sub-page__menu .section-menu__icons--list {
    width: 100%;
  }
}
.sub-page__menu .section-menu__icons--list li {
  display: inline-block;
  width: 100px;
  font-size: 1.5rem;
  -moz-text-shadow: 0px 3px 0px rgba(255, 255, 255, 0.8);
  -webkit-text-shadow: 0px 3px 0px rgba(255, 255, 255, 0.8);
  -ms-text-shadow: 0px 3px 0px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 3px 0px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .sub-page__menu .section-menu__icons--list li {
    width: auto;
    font-size: 1.3rem;
    letter-spacing: 0.07em;
    margin-right: 2%;
    width: auto;
    margin-bottom: 2%;
  }
}
.sub-page__menu .section-menu__icons--list li span {
  background: #009377;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  width: 25px;
  height: 25px;
  padding: 2px 4px;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 1.5rem;
  position: relative;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .sub-page__menu .section-menu__icons--list li span {
    width: 21px;
    height: 21px;
    font-size: 1.2rem;
    margin-right: 4px;
    padding: 1px 4px;
  }
}
.sub-page__menu .section-menu__icons--list li span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 3px;
}
.sub-page__menu .menu-taxonomy-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sub-page__menu .menu-taxonomy-list {
    margin-bottom: 2%;
  }
}
.sub-page__menu .menu-taxonomy-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-page__menu .menu-taxonomy-list ul li {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .sub-page__menu .menu-taxonomy-list ul li {
    margin: 0 10px 10px 0;
  }
}
.sub-page__menu .menu-taxonomy-list ul li a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #222;
  line-height: 2em;
  background: #f1f1f1;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sub-page__menu .menu-taxonomy-list ul li a {
    padding: 0 5px;
    font-size: 1.2rem;
    line-height: 2.2em;
  }
}
.sub-page__menu .section-menu__list {
  padding: 0;
}
.sub-page__menu .section-menu__list__item {
  width: calc(25% - 20px);
}
@media screen and (max-width: 1024px) {
  .sub-page__menu .section-menu__list__item {
    width: calc(25% - 2%);
  }
}
@media screen and (max-width: 767px) {
  .sub-page__menu .section-menu__list__item {
    width: calc(49% - 2%);
  }
}
@media screen and (max-width: 1024px) {
  .sub-page__menu .related .slick-list {
    overflow: visible;
  }
}
.sub-page__menu .related .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .sub-page__menu .related .slick-slide {
    padding: 4px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__menu .related .slick-slide {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .sub-page__menu .related .horizontal-list__item--landscape {
    width: 49%;
    float: left;
  }
}
@media (min-width: 768px) {
  .sub-page__menu .related .horizontal-list__item--landscape:nth-of-type(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 768px) {
  .sub-page__menu .related .hori-card__thumb {
    width: 130px;
    height: 130px;
  }
}
.sub-page__menu .related .hori-card__img {
  width: 130px;
  height: 130px;
}
.sub-page__menu .related .hori-card__txt {
  padding: 10px;
}
@media (min-width: 768px) {
  .sub-page__menu .related .hori-card__txt {
    width: calc(100% - 130px);
    height: 130px;
  }
}
.sub-page__menu .related .hori-card__item:not(:first-of-type) {
  margin: 0;
}
.sub-page__menu .related .hori-card__parts-item {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #999;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5em;
  max-height: calc(1.5em * 2);
}
.sub-page__menu .related .hori-card {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .tax-menu_cat .related .slick-dotted.slick-slider {
    margin-bottom: 4%;
  }
}
.menu-contact__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 15px 0 30px;
  width: 100%;
  max-width: 640px;
}
.menu-contact__item {
  width: calc(50% - 15px);
  height: 60px;
}
@media screen and (max-width: 767px) {
  .menu-contact__item {
    margin: 5px auto;
    width: 100%;
    height: 50px;
  }
}
.menu-contact__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #666;
}
.menu-contact__item-link::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.menu-contact__item-link--color01 {
  background: #ff7f17;
}
.menu-contact__item-link--color02 {
  background: #00b900;
}
.menu-contact__item-ttl {
  display: inline-block;
  padding: 0 40px 0 20px;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menu-contact__item-ttl {
    font-size: 1.5rem;
  }
}
.single-menu .layout {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  .single-menu .layout {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 767px) {
  .single-menu .layout {
    margin: 0 auto 18%;
  }
}
.post-type-archive-menu .layout__main-single .section-reform-menu {
  margin-top: 60px;
  border-radius: 30px;
  padding: 30px 0 0 0;
  background: #f1f1f1;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-menu .layout__main-single .section-reform-menu {
    margin-top: 6%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-menu .layout__main-single .section-reform-menu {
    margin-top: 8%;
  }
}
.post-type-archive-menu .layout__main-single .section-reform-menu__heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-menu .layout__main-single .section-reform-menu__heading {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-menu .layout__main-single .section-reform-menu__heading {
    margin-bottom: 10%;
  }
}
.tax-menu_cat .section-menu__list {
  padding: 0;
}
.tax-menu_cat .section-menu__list__item {
  width: calc(33.3% - 20px);
}
@media screen and (max-width: 1024px) {
  .tax-menu_cat .section-menu__list__item {
    width: calc(33.3% - 2%);
  }
}
@media screen and (max-width: 767px) {
  .tax-menu_cat .section-menu__list__item {
    width: calc(49% - 2%);
  }
}
.post-type-archive-menu h4.page-ttl__h3--custom {
  display: block;
  margin: 0 auto 20px;
  padding: 12px 30px;
  background: #e1fcd8;
  text-align: left;
  font-size: 2rem;
  color: #333;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-menu h4.page-ttl__h3--custom {
    display: block;
    margin: 0 auto 15px;
    padding: 10px 15px;
    font-size: 1.4rem;
    width: 96%;
  }
}
.tax-menu_cat h4.page-ttl__h3--custom {
  display: block;
  margin: 0 auto 20px;
  padding: 15px 30px;
  background: #006631;
  text-align: left;
  font-size: 2.4rem;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tax-menu_cat h4.page-ttl__h3--custom {
    display: block;
    margin: 0 auto 15px;
    padding: 12px 15px;
    font-size: 1.6rem;
  }
}
.section-menu__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-menu__button {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__button {
    box-sizing: border-box;
    padding: 0 12%;
    margin-bottom: 10%;
  }
}
.section-menu__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 450px;
  height: 60px;
  box-sizing: border-box;
  background: #487acf;
  border-radius: 50px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-menu__button a {
    height: 50px;
    width: 400px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__button a {
    width: 100%;
    max-width: 300px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.section-menu__button a:after {
  content: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-menu__button a:after {
    font-size: 1.8rem;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__button a:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-menu__button + .related-sec {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .section-menu__button + .related-sec {
    margin-top: -4%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-menu .section-menu__list__item:nth-child(n+3) {
    display: none;
  }
}
.related-sec {
  margin-bottom: 10px;
}
.related-sec .section-ttl__h2 {
  color: #222;
}
.related-sec .section-ttl__ruby {
  color: #009377;
  margin-bottom: 2px;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
.single-menu .product.container {
  margin: 0 auto 6%;
  width: 92%;
}
@media (min-width: 768px) {
  .single-menu .product.container {
    margin: 0 auto 80px;
  }
}
.single-menu .product__thumb {
  position: relative;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  animation: fadeIn 0.8s ease forwards;
  border: solid 1px #ddd;
}
.single-menu .product__thumb img {
  vertical-align: middle;
  display: inline-block;
}
.single-menu .product__figure {
  position: relative;
}
.single-menu .product__figure.image_s {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .single-menu .product__figure.image_s {
    padding-bottom: 0;
  }
}
.single-menu .product__figure::after {
  content: "※写真はイメージです。";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #444;
  text-shadow: 1px 1px white;
  z-index: 1;
}
.single-menu .product__discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c92d3a;
  padding: 1%;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: initial;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .single-menu .product__discount {
    font-size: 2.1rem;
    line-height: 0;
    min-width: 70px;
    min-height: 70px;
    top: 2%;
    left: 2%;
  }
}
.single-menu .product__discount--yellow {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .single-menu .product__discount--yellow {
    font-size: 1.5rem;
    position: relative;
  }
}
.single-menu .product__discount-percentage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-menu .product__discount-percentage {
    position: relative;
  }
}
.single-menu .product__discount-percentage--max {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .single-menu .product__discount-percentage--max {
    font-size: 1.4rem;
  }
}
.single-menu .product__discount-percentage--num {
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  line-height: 1em;
}
@media (min-width: 768px) {
  .single-menu .product__discount-percentage--num {
    position: relative;
    font-size: 3.4rem;
    line-height: 1em;
    display: inline-block;
    margin: 0 0 5%;
  }
}
.single-menu .product__discount-percentage--icon {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0.8em;
}
@media (min-width: 768px) {
  .single-menu .product__discount-percentage--icon {
    font-size: 2rem;
  }
}
.single-menu .product__discount-percentage--off {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  line-height: 1em;
}
@media (min-width: 768px) {
  .single-menu .product__discount-percentage--off {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    display: block;
  }
}
.single-menu .product__price {
  /*margin: 10px 0 20px;
   text-align: center;
   font-size: 3.4rem;
   line-height: 1.4em;
   font-weight: 800;
   letter-spacing: 0.075em;
   color: $red;
   display: block;
   letter-spacing: initial;*/
  font-size: 3rem;
  line-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #c92d3a;
  margin: 4% auto 2%;
  font-weight: 800;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .single-menu .product__price {
    font-size: 3.8rem;
    line-height: 3.8rem;
    margin: 15px auto;
    font-weight: 800;
    letter-spacing: 0;
  }
}
.single-menu .product__price--price {
  font-size: 5rem;
  line-height: 5rem;
  display: block;
  color: #c92d3a;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .single-menu .product__price--price {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}
.single-menu .product__price--non_format {
  top: -20px;
  position: relative;
  text-align: center;
}
.single-menu .product__price--small {
  font-size: 1.4rem;
  font-weight: 800;
  color: #c92d3a;
  font-family: 'Noto Sans JP';
}
@media (min-width: 768px) {
  .single-menu .product__price--small {
    font-size: 1.6rem;
  }
}
.single-menu .product__price--small.catch {
  background: #c92d3a;
  color: #fff;
  line-height: 1.6em;
  transform: translateY(-10px);
  display: inline-block;
  padding: 5px 2%;
  border-radius: 5px;
  font-size: 1.6rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .single-menu .product__price--small.catch {
    border-radius: 5px;
    font-size: 1.2rem;
    transform: translateY(-7px);
  }
}
.single-menu .product__price--tax {
  color: #c92d3a;
  font-size: 1.4rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .single-menu .product__price--tax {
    font-size: 1.25rem;
  }
}
.single-menu .product__include {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.single-menu .product__include-ttl {
  width: 92%;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  display: block;
  background: #efefef;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .single-menu .product__include-ttl {
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}
.single-menu .product__include-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-menu .product__include-item {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 6px 10px 0;
  padding: 5px 9px 6px 10px;
  background-color: #009377;
}
@media (min-width: 768px) {
  .single-menu .product__include-item {
    font-size: 1.5rem;
  }
}
.single-menu .product__include-item:nth-child(3n) {
  margin: 0 6px 10px 0;
}
@media (min-width: 768px) {
  .single-menu .product__include-item:nth-child(3n) {
    margin: 0 6px 10px 0;
  }
}
.single-menu .product .remarks {
  max-width: 640px;
  text-align: center;
  font-size: 1.6rem;
  background-color: rgba(0, 147, 119, 0.1);
  /*lighten($black_accent, 45%)*/
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #222;
  margin: 0 auto 15px;
  line-height: 1.6em;
}
.single-menu .product .remarks .txt_small {
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .single-menu .product .remarks {
    width: 100%;
    font-size: 1.13rem;
    margin-bottom: 20px;
  }
}
.single-menu .product .remarks2 {
  text-align: center;
  font-size: 1.3rem;
  background: none;
  /*#f6f6f6;*/
  padding: 0 15px 0;
  width: 92%;
  max-width: 690px;
  box-sizing: border-box;
  display: block;
  color: #666;
  margin: 0 auto 15px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .single-menu .product .remarks2 {
    width: 100%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .single-menu .product .remarks2 .txt_small {
    font-size: 1.2rem;
  }
}
.single-menu .product .summary__table {
  margin: 0 auto 20px;
  max-width: 640px;
}
.single-menu .product .summary__table th {
  width: 37%;
  padding: 2% 4%;
  border-right: none;
  background: #f6f6f6;
  vertical-align: middle;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .single-menu .product .summary__table th {
    font-size: 1.5rem;
    width: 45%;
  }
}
.single-menu .product .summary__table td {
  width: 50%;
  padding: 2% 5px;
  line-height: 1.4em;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  .single-menu .product .summary__table td {
    font-size: 1.8rem;
    width: 55%;
    padding: 1.8% 4%;
  }
}
.single-menu .product .summary__table .normal_cost td, .single-menu .product .summary__table .other_cost td {
  text-align: center;
}
.single-menu .product .summary__table .discount_rate td {
  color: #c92d3a;
  text-align: center;
  width: 20%;
  font-weight: 800;
}
.single-menu .product .summary__table .normal_cost + .discount_cost td, .single-menu .product .summary__table .discount_rate + .discount_cost td {
  color: #c92d3a;
}
.single-menu .product .summary__table span.txt_small {
  font-size: 1.3rem;
}
.single-menu .product .summary__table span.txt_number {
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 800;
}
.single-menu .product .summary__table .txt_small_price {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1;
}
.single-menu .product .summary__table .taxin_price_sale_table {
  display: block;
  font-size: 1.2rem;
  color: #666;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
}
.single-menu .tab {
  max-width: 640px;
  width: 100%;
  padding: 0;
}
.single-menu .tab__area {
  font-size: 0;
  display: flex;
  border-top: 3px solid #009377;
  border-right: 3px solid #009377;
  border-left: 3px solid #009377;
}
.single-menu .tab__area label {
  width: calc(100% / 2);
  height: 40px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  text-align: center;
  color: #fff;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  background: #00c6a0;
  border-bottom: 3px solid #009377;
  box-sizing: content-box;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 768px) {
  .single-menu .tab__area label {
    height: 60px;
    font-size: 1.5rem;
  }
}
.single-menu .tab__area label:hover {
  background: #009377;
  transition: all 0.3s ease;
  color: #fff;
}
.single-menu .tab__area label:hover > span {
  color: #fff;
}
.single-menu .tab__area label:first-child {
  border-radius: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.single-menu .tab__area label:last-child {
  border-radius: 0;
  box-sizing: border-box;
  border-bottom: 0;
}
.single-menu .tab__panel {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 15px 0 0 !important;
  display: none;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .single-menu .tab__panel {
    padding: 30px 3% !important;
  }
}
.single-menu .tab__panel p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.175em;
  line-height: 1.75em;
}
@media (min-width: 768px) {
  .single-menu .tab__panel p {
    font-size: 1.5rem;
  }
}
.single-menu .tab input[type="radio"] {
  display: none;
}
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.single-menu #tab1:checked ~ .tab__area .tab1_label {
  background: #fff;
  color: #333;
}
.single-menu #tab1:checked ~ .panel__area #panel1 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
.single-menu #tab2:checked ~ .tab__area .tab2_label {
  background: #fff;
  color: #333;
}
.single-menu #tab2:checked ~ .panel__area #panel2 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
.single-menu #tab3:checked ~ .tab__area .tab3_label {
  background: #487acf;
  color: #222;
}
.single-menu #tab3:checked ~ .panel__area #panel3 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
.single-menu .panel__area {
  background-color: #fff;
  border: solid 3px #009377;
  border-top: none;
  padding: 0 3% 15px;
}
@media (min-width: 768px) {
  .single-menu .panel__area {
    padding: 0;
  }
}
.single-menu .feature {
  margin: 0 0 5%;
  padding: 0 4%;
}
@media (min-width: 768px) {
  .single-menu .feature {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .single-menu .feature {
    padding: 0;
  }
}
.single-menu .feature__ttl {
  pointer-events: none;
  padding: 15px 0;
  border-bottom: 1px solid #009377;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .single-menu .feature__ttl:hover {
    opacity: 1;
  }
}
.single-menu .feature__ttl--accent {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #009377;
  margin: 0 0 5px;
  display: block;
}
@media (min-width: 768px) {
  .single-menu .feature__ttl--accent {
    font-size: 1.5rem;
  }
}
.single-menu .feature__ttl--feature {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #222;
}
@media (min-width: 768px) {
  .single-menu .feature__ttl--feature {
    font-size: 1.8rem;
  }
}
.single-menu .feature__content {
  padding: 3% 0;
}
@media screen and (max-width: 1024px) {
  .single-menu .feature__content {
    padding: 6% 0;
  }
}
@media (min-width: 768px) {
  .single-menu .feature__content {
    display: block;
  }
}
.single-menu .feature__content-img {
  width: 100%;
  border-radius: 3px;
}
.single-menu .feature__content-txt {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.8em;
  color: #222;
  display: block;
}
@media screen and (max-width: 767px) {
  .single-menu .feature__content-txt {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .single-menu .feature__content-wrap {
    display: flex;
  }
}
.single-menu .feature__content-item {
  width: 100%;
  margin-bottom: 3%;
  margin-bottom: 30px;
}
.single-menu .feature__content-item:last-child {
  margin-bottom: 0;
}
.single-menu .feature__content-item > img {
  width: 40%;
  margin-left: 3%;
  float: right;
}
@media screen and (max-width: 767px) {
  .single-menu .feature__content-item > img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4%;
  }
}
.single-menu .feature__content-item-wrap {
  display: block;
}
.single-menu .feature__content-item-txt {
  padding: 0;
}
.section-menu__list {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 40px;
  max-width: 1024px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list {
    box-sizing: border-box;
    padding: 0 2%;
    margin: 2% auto 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list {
    padding: 0 4.5%;
    margin: 2% auto 4%;
  }
}
.section-menu__list__item {
  width: calc(25% - 20px);
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  transition: 0.3s;
  top: 0;
  background: #fff;
  transform: translateY(0);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item {
    width: 31.3%;
    margin: 1%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item {
    width: 47%;
    margin: 1.5%;
    border: 1px solid #9f9f9f;
  }
}
.section-menu__list__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.section-menu__list__item:hover a {
  opacity: 1 !important;
}
.section-menu__list__item__link {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  position: relative;
  border: 1px solid #9f9f9f;
}
.section-menu__list__item__label {
  position: absolute;
  top: 2%;
  left: 3%;
  background: #c92d3a;
  padding: 10px;
  line-height: 0.7em;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-width: 65px;
  min-height: 65px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__label {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__label {
    left: 5px;
    top: 5px;
    border-radius: 5px;
    min-width: 40px;
    min-height: 40px;
  }
}
.section-menu__list__item__label .txt_big {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__label .txt_big {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__label .txt_big {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.section-menu__list__item__label .txt_small {
  font-size: 1.3rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__label .txt_small {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__label {
    padding: 4%;
  }
}
.section-menu__list__item__img {
  width: 100%;
  border-bottom: solid 1px #dfdfdf;
  background: #f5f5f5;
  position: relative;
  z-index: 0;
  aspect-ratio: 1.5;
}
.section-menu__list__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__img img {
    height: 100%;
  }
}
.section-menu__list__item__text {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text {
    padding: 4% 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text {
    padding: 6% 7%;
  }
}
.section-menu__list__item__text__inner {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__inner {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__inner {
    margin-bottom: 4%;
  }
}
.section-menu__list__item__text__category {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 5px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: calc(1.4em * 1);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__category {
    margin-bottom: 2%;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__category {
    margin-bottom: 4px;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__category {
    font-size: 1.4rem;
  }
}
.section-menu__list__item__text__product {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4em;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: calc(1.4em * 1);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__product {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
}
@media (max-width: 425px) {
  .section-menu__list__item__text__product {
    font-size: 1.4rem;
  }
}
.section-menu__list__item__text__name {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #222;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__name {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__name {
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__name {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.section-menu__list__item__text__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__list {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__list {
    margin-bottom: 3px;
  }
}
.section-menu__list__item__text__list__item {
  background: #009377;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  padding: 0 0 1px 2px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__list__item {
    margin-right: 1%;
    margin-bottom: 1%;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__list__item {
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    width: 20px;
    height: 20px;
    padding: 0 0 1px 0;
  }
}
.section-menu__list__item__text__list__item span {
  font-size: 0;
  color: #fff;
  display: inline-block;
  width: 17px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__list__item span {
    width: 14px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__list__item span {
    width: 12px;
    height: 20px;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__list__item span {
    width: 11px;
  }
}
.section-menu__list__item__text__list__item span:first-letter {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__list__item span:first-letter {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__list__item span:first-letter {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__list__item span:first-letter {
    font-size: 1.1rem;
  }
}
.section-menu__list__item__text__discount {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.1rem;
  color: #fff;
  background: #d8ad5b;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 3px 5px;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__discount {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1% 1.5%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__discount {
    padding: 2% 6%;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 5px;
  }
}
.section-menu__list__item__text__description {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #979696;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__description {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__description {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.section-menu__list__item__text__price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 5px;
}
.section-menu__list__item__text__price__left {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 2.5rem;
  color: #c92d3a;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__price__left {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__price__left {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__price__left {
    letter-spacing: 0rem;
  }
}
.section-menu__list__item__text__price__right {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #c92d3a;
  line-height: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__price__right {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__price__right {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
.section-menu__list__item__text__tax {
  color: #979696;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__tax {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__tax {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.section-menu__list__item__text__all-price {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #434343;
  letter-spacing: 0.08em;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__all-price {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__all-price {
    margin-bottom: 3.5%;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__all-price {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.section-menu__list__item__text__period {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__period {
    margin-bottom: 3%;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__period {
    margin-bottom: 4%;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__period {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.section-menu__list__item__text__period span {
  color: #fff;
  background: #487acf;
  box-sizing: border-box;
  padding: 3px 8px 5px;
  display: inline-block;
  margin-right: 7px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__period span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__period span {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__period span {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.section-menu__list__item__text__remarks {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #999;
  margin-bottom: 8px;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__remarks {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__remarks {
    margin-bottom: 4%;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.aside__menu .menuRelated-wrap {
  display: flex !important;
  flex-wrap: wrap;
}
.aside__menu .horizontal-list {
  overflow: initial;
  display: block;
  padding: 0;
}
.aside__menu .horizontal-list__item {
  margin: 0;
}
.aside__menu .horizontal-list__item:last-of-type {
  margin-right: 0;
}
.aside__menu .horizontal-list__item--landscape {
  width: 100% !important;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 3%;
}
@media (min-width: 1025px) {
  .aside__menu .horizontal-list__item--landscape {
    width: 50% !important;
    margin-bottom: 0;
  }
}
.aside__menu .horizontal-list__item--portrait {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.aside__menu .horizontal-list__item--portrait .section-menu__list__item__link {
  background: #fff;
  position: relative;
  border: 1px solid #9f9f9f;
}
@media (min-width: 768px) {
  .aside__menu .horizontal-list__item--portrait {
    width: 24.5%;
  }
}
.aside__menu .related .slick-slide {
  padding: 4px;
  box-sizing: border-box;
}
/*******************************************************
 塗料プラン型
 ********************************************************/
.menu-list .section-menu__card__item__position-paint, .related .section-menu__card__item__position-paint {
  right: 3%;
  bottom: -10px;
  max-width: 80px;
  filter: drop-shadow(2px 4px 10px #fff);
  position: absolute;
}
@media (max-width: 1024px) {
  .menu-list .section-menu__card__item__position-paint, .related .section-menu__card__item__position-paint {
    width: 30%;
    bottom: -2%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .menu-list .section-menu__card__item__position-paint, .related .section-menu__card__item__position-paint {
    width: 36%;
    bottom: -4%;
    height: auto;
  }
}
.menu-list .section-menu__card__item__position-paint img, .related .section-menu__card__item__position-paint img {
  object-position: bottom right;
}
.menu-list .section-menu__card__item__position-label, .related .section-menu__card__item__position-label {
  padding: 5px 10px 8px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
.menu-list .section-menu__list__item__img, .related .section-menu__list__item__img {
  position: relative;
}
.single-menu .product__thumb .section-menu__card__item__position-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  box-sizing: border-box;
  background: #c92d3a;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.1rem;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .single-menu .product__thumb .section-menu__card__item__position-label {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 7px 10px;
    top: 2%;
    left: 2%;
    border-radius: 5px;
  }
}
.single-menu .product__thumb .section-menu__card__item__position-paint {
  position: absolute;
  right: 20px;
  bottom: 10px;
  top: auto;
  transform: none;
  width: 28%;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .single-menu .product__thumb .section-menu__card__item__position-paint {
    width: 25%;
    right: 4%;
    bottom: 4%;
  }
}
.single-menu .product__thumb .section-menu__card__item__position-paint img {
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;' !important;
  object-position: bottom right;
  filter: drop-shadow(2px 4px 10px #fff);
}
.single-menu .product__thumb .section-menu__card__item__position-logo {
  width: 55%;
  height: 30%;
  position: absolute;
  bottom: 10px;
  left: 13px;
  z-index: 2;
  max-width: 210px;
  filter: drop-shadow(2px 4px 6px #fff);
}
@media screen and (max-width: 1024px) {
  .single-menu .product__thumb .section-menu__card__item__position-logo {
    width: 55%;
    height: 30%;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-menu .product__thumb .section-menu__card__item__position-logo {
    width: 30%;
    height: auto;
    bottom: 4%;
    left: 4%;
  }
}
.single-menu .product__thumb .section-menu__card__item__position-logo img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;' !important;
  object-position: bottom left;
  filter: drop-shadow(0 0 10px #fff);
}
.single-menu .product__thumb .section-menu__list__item__img {
  position: relative;
}
/*Firefox用*/
@-moz-document url-prefix() {
  .section-menu__list__item__label {
    transform-origin: 0 0;
    transform: scale(0.6);
  }
}
@media (max-width: 767px) {
  /*Firefox用*/
  @-moz-document url-prefix() {
    .section-menu__list__item__label {
      transform-origin: 0 0;
      transform: scale(0.9);
    }
  }
}
.section-plan__card__item__position-label {
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 2;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #c92d3a;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__position-label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 3px 7px;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__position-label {
    font-size: 1.1rem;
    line-height: 1.3rem;
    left: 0;
    padding: 2px 5px;
    letter-spacing: 0.1em;
  }
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ property.scss
 ********************************************/
/*タブ*/
.tab_index {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .tab_index {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .tab_index {
    margin-bottom: 6%;
  }
}
.tab_index li {
  font-size: 1.6rem;
  width: 32%;
  padding: 10px 0;
  text-align: center;
  float: left;
  background: #f1f1f1;
}
@media screen and (max-width: 1024px) {
  .tab_index li {
    padding: 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .tab_index li {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  .tab_index li {
    font-size: 1rem;
  }
}
.tab_index li:not(:nth-of-type(3n)) {
  margin-right: 2%;
}
.tab_index li:nth-of-type(n+4) {
  margin-top: 2%;
}
.tab_index li a:link, .tab_index li a:visited {
  color: #222;
  display: block;
}
.tab_index li.current_tab {
  color: #fff;
  background: #009776;
  border-bottom: solid 1px #009776;
  font-weight: bold;
}
.tab_index li.current_tab a:link, .tab_index li.current_tab a:visited {
  color: #fff;
  pointer-events: none;
}
/*アーカイブ*/
.archive_property .property_listbox {
  padding: 0 6%;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .archive_property .property_listbox {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .archive_property .property_listbox {
    padding: 0;
  }
}
.archive_property .property_listbox h2 {
  margin-top: 4%;
  margin-bottom: 3%;
}
@media (min-width: 1025px) {
  .archive_property .property_listbox h2 {
    margin-top: 50px;
  }
}
.archive_property .property_box {
  padding: 20px;
  border: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .archive_property .property_box {
    padding: 2%;
  }
}
@media screen and (max-width: 767px) {
  .archive_property .property_box {
    padding: 0;
  }
}
.archive_property .property_box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .archive_property .property_box:not(:last-of-type) {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .archive_property .property_box:not(:last-of-type) {
    margin-bottom: 6%;
  }
}
@media (min-width: 768px) {
  .archive_property .property_box__link {
    pointer-events: none;
  }
}
.archive_property .property_index_cnt p {
  padding: 2% 0 4%;
}
.archive_property .box_inner {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .archive_property .box_inner {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .archive_property .box_inner {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .archive_property .archive-property .box_inner > ul > li:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .archive_property .archive-property .box_inner > ul > li:last-child {
    width: 100%;
  }
}
.archive_property .box_inner > ul > li:first-child {
  width: 36%;
  margin: 0 3% 0 0;
  float: left;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .archive_property .box_inner > ul > li:first-child {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.archive_property .box_inner > ul > li:last-child {
  width: 61%;
  margin: 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .archive_property .box_inner > ul > li:last-child {
    width: 100%;
    float: none;
    padding: 6% 4%;
  }
}
.archive_property .box_inner > ul > li > figure {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .archive_property .box_inner > ul > li > figure {
    height: 22vw;
    max-height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .archive_property .box_inner > ul > li > figure {
    height: 64vw;
  }
}
.archive_property .box_inner > ul > li > figure img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.archive_property .box_inner > ul > li > figure span {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  background: #555;
  text-align: center;
  display: block;
  z-index: 1;
  color: #fff;
  max-width: 140px;
  width: 100%;
  bottom: 0;
}
.archive_property .box_inner > ul > li > figure span.active {
  background: #f29b76;
}
.archive_property .property_box h3 {
  margin: 2% 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
  color: #333;
  font-weight: bold;
  border: none;
}
@media screen and (max-width: 767px) {
  .archive_property .property_box h3 {
    font-size: 1.6rem;
    margin-bottom: 6%;
  }
}
.archive_property .title_catch1 span, .archive_property .title_catch2 span {
  width: 36%;
  margin-right: 3%;
  padding: 0.5% 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .archive_property .title_catch1 span, .archive_property .title_catch2 span {
    width: 25%;
  }
}
.archive_property .title_catch1 span {
  background: #898989;
}
.archive_property .title_catch2 span {
  background: transparent;
  color: #009776;
  border: 3px solid #009776;
}
@media screen and (max-width: 1024px) {
  .archive_property .box_inner dl {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .archive_property .box_inner dl:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .archive_property .box_inner dl:last-child {
    margin-bottom: 0;
  }
}
.archive_property .box_inner dt {
  border-bottom: none;
  width: 30%;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  color: #427a6d;
  float: left;
  clear: left;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #009776;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .archive_property .box_inner dt {
    width: 40%;
    margin: 0 auto;
    padding: 2%;
  }
}
.archive_property .box_inner dt:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40%;
  background-color: #009776;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.archive_property .box_inner dd {
  border-bottom: none;
  border-left: none;
  width: 70%;
  margin: 0;
  padding: 10px;
  text-align: left;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #009776;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .archive_property .box_inner dd {
    width: 60%;
    margin: 0 auto;
    padding: 2%;
  }
}
.archive_property .property_box p.entry_btn {
  width: 300px;
  padding: 0.5% 0;
  margin: 2% auto 3%;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 4px;
  text-align: center;
  float: right;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .archive_property .property_box p.entry_btn {
    width: 100%;
    font-size: 1.4rem;
  }
}
.archive_property .property_box p.entry_btn a {
  color: #fff;
}
/*スライダー*/
.slick-slider div, .slick-slider figure {
  transition: none;
}
#slider {
  margin: 0 auto 2%;
}
#slider .gallery-item {
  cursor: pointer;
}
#slider .gallery-item img {
  width: auto !important;
  margin: 0 auto !important;
}
#thumbs .slick-list {
  overflow: auto;
}
#thumbs .gallery-item {
  cursor: pointer;
  margin-right: 10px;
}
#thumbs .slick-track {
  min-width: 100% !important;
  transform: initial !important;
}
/*個別ページ*/
.type-property {
  padding: 0 6%;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .type-property {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .type-property {
    padding: 0;
  }
}
/*テーブル*/
.pg_works_data {
  margin-bottom: 60px;
  display: block;
  width: 100%;
  line-height: 1.375;
}
@media screen and (max-width: 1024px) {
  .pg_works_data {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  .pg_works_data {
    margin-bottom: 8%;
  }
}
.pg_works_data tbody {
  width: 100%;
  display: block;
}
.pg_works_data tr {
  display: block;
  width: 50%;
  float: left;
  border: solid #bbb 1px;
  margin-bottom: -1px;
  margin-right: -1px;
  /* &:not(:nth-child(2n)) {
   border-right: solid #bbb 1px;
   } */
}
@media screen and (max-width: 767px) {
  .pg_works_data tr {
    width: 100%;
  }
}
.pg_works_data th {
  width: 30%;
  background: #eee;
  padding: 4% 2%;
  text-align: middle;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pg_works_data th {
    width: 40%;
    font-size: 1.3rem;
  }
}
.pg_works_data td {
  width: 70%;
  vertical-align: middle;
  padding: 4% 2%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pg_works_data td {
    width: 60%;
    font-size: 1.3rem;
  }
}
.pg_works_data th, .pg_works_data td {
  display: block;
  box-sizing: border-box;
  float: left;
}
.pg_works_data td {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pg_works_data .fill_cell {
    display: none;
  }
}
.pg_works_data .fill_cell:nth-child(2n-1) {
  display: none;
}
.price span {
  font-size: 60%;
}
.label_box {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .label_box {
    margin: 10px 0;
  }
}
.label_box dt {
  float: left;
  width: 150px;
  text-align: center;
  padding: 5px;
  background: #95c120;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .label_box dt {
    float: none;
  }
}
.label_box dd {
  float: left;
  width: calc(100% - 150px);
  padding: 5px 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .label_box dd {
    float: none;
    width: 100%;
    padding: 5px 0;
  }
}
/*マップ*/
.acf-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .acf-map {
    height: 220px;
  }
}
.acf-map img {
  max-width: inherit !important;
}
.newly-last__reserve--en {
  font-size: 7.2rem;
  color: #ccc;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .newly-last__reserve--en {
    font-size: 9.35065vw;
    margin-bottom: 4.35%;
  }
}
.newly-last__reserve--ttl {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .newly-last__reserve--ttl {
    font-size: 3.63636vw;
    margin-bottom: 7.25%;
  }
}
.newly-last__reserve--txt {
  font-size: 2.2rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .newly-last__reserve--txt {
    font-size: 2.85714vw;
    margin-bottom: 10.14%;
  }
}
.section-info__link-wrap {
  width: 50%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-info__link-wrap {
    display: none;
  }
}
.section-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  z-index: 2;
  color: #fff;
  background: #427a6e;
  position: relative;
  font-size: 1.8rem;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 3px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .section-info__link {
    max-height: 60px;
    height: 6vw;
  }
}
.section-info__link:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.preview-property {
  margin: 0 auto 40px;
  /* slide-box */
  /* slide */
  /* slide-navigation */
  /* slick */
}
@media screen and (max-width: 1024px) {
  .preview-property {
    margin: 2% auto 4%;
  }
}
@media screen and (max-width: 767px) {
  .preview-property {
    margin: 2% auto 6%;
  }
}
.preview-property .slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}
.preview-property .slide-box_image {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .preview-property .slide-box_image {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .preview-property .slide-box_image {
    height: 64vw;
  }
}
@media screen and (max-width: 767px) {
  .preview-property .slide-box_image {
    height: 67vw;
  }
}
.preview-property .slide-box_image img {
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  min-height: 1px;
  min-width: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.preview-property .slide-box_image .pic_trim {
  width: auto;
}
.preview-property .slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.preview-property .slide .item {
  position: relative;
  height: 100%;
}
.preview-property .slide .item a {
  display: block;
  pointer-events: initial;
}
.preview-property .slide .item a:hover {
  opacity: 1;
  cursor: initial;
}
.preview-property .slide .item .image {
  position: relative;
  overflow: hidden;
}
.preview-property .slide > .slick-list, .preview-property .slide > .slick-list > .slick-track, .preview-property .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.preview-property .slide-navigation {
  line-height: 0;
  position: relative;
  margin: 10px auto 0;
  padding: 0;
  width: 101%;
}
@media screen and (max-width: 1024px) {
  .preview-property .slide-navigation {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .preview-property .slide-navigation {
    padding: 0;
  }
}
.preview-property .slide-navigation.under .slick-track {
  transform: initial !important;
  margin: 0;
}
.preview-property .slide-navigation .slick-arrow {
  width: 20px;
  height: 100%;
  background: none;
  bottom: auto;
  right: auto;
  position: absolute;
  transform: none;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.preview-property .slide-navigation .slick-arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .preview-property .slide-navigation .slick-arrow::before {
    width: 10px;
    height: 10px;
  }
}
.preview-property .slide-navigation .slick-arrow:hover {
  opacity: 1;
}
.preview-property .slide-navigation .slick-arrow.prevbtn {
  left: 0;
  width: 6%;
}
@media screen and (max-width: 767px) {
  .preview-property .slide-navigation .slick-arrow.prevbtn {
    width: 10%;
  }
}
.preview-property .slide-navigation .slick-arrow.prevbtn:before {
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .preview-property .slide-navigation .slick-arrow.prevbtn:before {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
  }
}
.preview-property .slide-navigation .slick-arrow.nextbtn {
  right: 0;
  width: 7%;
}
@media screen and (max-width: 767px) {
  .preview-property .slide-navigation .slick-arrow.nextbtn {
    width: 10%;
  }
}
.preview-property .slide-navigation .slick-arrow.nextbtn:before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: rotate(45deg) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .preview-property .slide-navigation .slick-arrow.nextbtn:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
.preview-property .slide-navigation .item {
  position: relative;
  cursor: pointer;
}
.preview-property .slide-navigation .item:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .preview-property .slide-navigation:not(.under) .item {
    margin-right: initial;
    margin: 0 5px;
  }
}
.preview-property .slide-navigation .item .image {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 102px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .preview-property .slide-navigation .item .image {
    height: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .preview-property .slide-navigation .item .image {
    height: 19vw;
  }
}
.preview-property .slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.34;
  background: #000;
}
.preview-property .slide-navigation .slick-current .image::after {
  opacity: 0;
}
.preview-property .slide-navigation .item .image img {
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  min-height: 1px;
  min-width: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 767px) {
  .preview-property .slide-navigation {
    width: 100%;
    margin: 2% auto 0;
  }
  .preview-property .slide-navigation .item .image::before {
    padding-top: 80%;
  }
}
.preview-property .slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.preview-property .slick-arrow {
  z-index: 999;
}
.preview-property .slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}
.preview-property .slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
  height: auto;
  width: auto;
}
.sub-page__property__remarks {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .sub-page__property__remarks {
    margin-bottom: 6%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__property__remarks {
    margin-bottom: 8%;
    padding: 0 6%;
  }
}
.sub-page__property__remarks__text {
  font-size: 1.6rem;
  line-height: 1.8em;
}
.newly-last__reserve {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .newly-last__reserve {
    margin-top: 6%;
  }
}
@media screen and (max-width: 767px) {
  .newly-last__reserve {
    margin-top: 8%;
  }
}
.newly-last__reserve--btn {
  width: 100%;
  max-width: 480px;
  height: 100%;
  margin-right: 12px;
  background: #487acf;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 1.8rem;
  line-height: 2.2rem;
  position: relative;
  height: 80px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .newly-last__reserve--btn {
    margin-top: 6%;
  }
}
@media screen and (max-width: 767px) {
  .newly-last__reserve--btn {
    border-radius: 5px;
    font-size: 1.4rem;
    height: 60px;
  }
}
.newly-last__reserve--btn:before {
  position: absolute;
  display: block;
  content: "\f0e0";
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .newly-last__reserve--btn:before {
    left: 6%;
    font-size: 2rem;
    line-height: 2rem;
  }
}
