@charset "utf-8";
/*main.scss(1.0.0)*/
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ header.scss
 ********************************************/
.logo_wrapper {
  max-width: 360px;
  margin-right: 55px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .logo_wrapper {
    margin-right: 35px;
  }
}
@media (max-width: 1024px) {
  .logo_wrapper {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .logo_wrapper {
    max-width: 183px;
  }
}
.logo_wrapper .logo {
  width: 100%;
  display: block;
}
.logo_wrapper .logo__img {
  width: 100%;
}
@media (max-width: 370px) {
  .logo_wrapper .logo__img {
    width: 95%;
  }
}
@media (max-width: 350px) {
  .logo_wrapper .logo__img {
    width: 80%;
  }
}
.header {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  height: 122px;
  top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header__fixed__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  display: flex;
  z-index: 112;
}
@media screen and (max-width: 1024px) {
  .header__fixed__button {
    height: 70px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__fixed__button {
    height: 70px;
    right: 0;
  }
}
@media (max-width: 425px) {
  .header__fixed__button {
    right: 0;
  }
}
.header__fixed__button__icon {
  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;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .header__fixed__button__icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__fixed__button__icon {
    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;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header__fixed__button__icon {
    justify-content: flex-end;
  }
}
.header__fixed__button__icon__year {
  max-width: 229px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__fixed__button__icon__year {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .header__fixed__button__icon__year {
    width: 45%;
    margin-right: 2%;
  }
}
@media (max-width: 370px) {
  .header__fixed__button__icon__year {
    width: 30vw;
  }
}
.header__fixed__button__icon__item {
  display: block;
  /*&:nth-child(1) {
   margin-right: 30px;
   @include mq(tablet) {
   margin-right: 20px;
   }
   @include mq(mobile) {
   margin-right: 15px;
   }
   @media (max-width: 425px) {
   margin-right: 8px;
   }
   &:after {
   content: '';
   background: url("../../../../images/top/header_icon_01_pc.png") no-repeat center;
   background-size: contain;
   }
   }*/
}
.header__fixed__button__icon__item:after {
  content: '';
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .header__fixed__button__icon__item:after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header__fixed__button__icon__item:after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 425px) {
  .header__fixed__button__icon__item:after {
    width: 25px;
    height: 25px;
  }
}
.header__fixed__button__icon__item:nth-child(1) {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .header__fixed__button__icon__item:nth-child(1) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__fixed__button__icon__item:nth-child(1) {
    margin-right: 15px;
  }
}
@media (max-width: 425px) {
  .header__fixed__button__icon__item:nth-child(1) {
    margin-right: 8px;
  }
}
.header__fixed__button__icon__item:nth-child(1):after {
  content: '';
  background: url("../../../../images/top/header_icon_02_pc.png") no-repeat center;
  background-size: contain;
}
.header__fixed__button__icon__item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .header__fixed__button__icon__item:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__fixed__button__icon__item:nth-child(3) {
    margin-right: 0;
  }
}
.header__fixed__button__icon__item:nth-child(3):after {
  content: '';
  background: url("../../../../images/top/header_icon_03_pc.png") no-repeat center;
  background-size: contain;
}
.header__fixed__button__tel {
  height: 80px;
  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: 1024px) {
  .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;
  margin-right: 20px;
}
.header__fixed__button__tel__number {
  line-height: 3rem;
}
.header__fixed__button__tel__number__code {
  position: relative;
  font-size: 4rem;
  line-height: 4rem;
  color: #313131;
  font-weight: bold;
  padding-left: 45px;
}
.header__fixed__button__tel__number__code:before {
  content: "";
  position: absolute;
  margin-right: 3px;
  top: 55%;
  transform: translateY(-50%);
  left: -7px;
  width: 46px;
  height: 30px;
  display: inline-block;
  background: url(../../../../images/top/header_icon_04_pc.png) no-repeat center;
  background-size: contain;
  display: inline-block;
}
.header__fixed__button__tel__text {
  color: #313131;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-top: -7px;
  text-align: right;
}
.header__fixed__button__menu {
  width: 80px;
  height: 80px;
  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: relative;
  right: 0;
  transition: 0.3s;
  top: 0;
  background: #eb5729;
}
@media screen and (max-width: 1024px) {
  .header__fixed__button__menu {
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header__fixed__button__menu {
    height: 70px;
    width: 70px;
  }
}
.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: 50px;
  position: relative;
}
.header__wrap {
  position: relative !important;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  transition: 0.3s;
  top: 0;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .header__wrap {
    position: fixed !important;
  }
}
@media screen and (max-width: 767px) {
  .header__wrap {
    padding: 0 0 0 10px;
  }
}
.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__info {
  height: 80px;
  padding: 20px 30px 15px;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
@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__layout {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__layout {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header__layout {
    height: 70px;
  }
}
.header__sp-menu {
  width: 80px;
  height: 80px;
  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: 60px;
    height: 70px;
  }
}
.header__sp-menu span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 7px;
  background-color: #fff;
  border-radius: 1px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__sp-menu span {
    height: 4px;
  }
}
.header__sp-menu span:nth-of-type(1) {
  top: 21px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .header__sp-menu span:nth-of-type(1) {
    top: 18px;
    width: 40px;
  }
}
.header__sp-menu span:nth-of-type(2) {
  top: 37px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .header__sp-menu span:nth-of-type(2) {
    top: 34px;
    width: 40px;
  }
}
.header__sp-menu span:nth-of-type(3) {
  top: 53px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .header__sp-menu span:nth-of-type(3) {
    top: 50px;
    width: 40px;
  }
}
.header__menu {
  display: block;
}
@media (max-width: 1024px) {
  .header__menu {
    display: none;
  }
}
.header__menu-list {
  display: flex;
  align-items: center;
}
.header__menu-list > .menu-item {
  cursor: pointer;
}
.header__menu-item {
  color: #313131;
  font-size: 1.4rem;
  margin: 0 35px 0 0;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
}
@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(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: initial;
}
.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;
  width: 100%;
  padding-right: 35px;
}
@media (max-width: 1600px) {
  .header__menu-item .sub-menu .header__menu-item a {
    padding-right: 25px;
  }
}
.header__menu-item .sub-menu .header__menu-item a:hover {
  opacity: 0.6;
}
.header__menu-item .sub-menu .header__menu-item.menu-item-type-taxonomy.menu-item-object-works_cat > .header__menu-link {
  pointer-events: none;
  cursor: default;
}
.header__menu-item .sub-menu .sub-menu {
  opacity: initial;
  position: initial;
  background: initial;
  backdrop-filter: initial;
}
.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: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 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: #313131 transparent transparent transparent;
}
.header__menu-item a {
  color: #111;
  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__global-menu {
  width: 100%;
  background: #e5e5e5;
  height: 42px;
  transition: 0.3s;
}
.header__global-menu:hover {
  opacity: 1 !important;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__global-menu {
    display: none;
  }
}
.header__global-menu__inner {
  width: 100%;
  max-width: 1140px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
}
/*20240523 ロゴ*/
@media screen and (max-width: 1024px) {
  .logo_wrapper {
    max-width: 210px;
  }
}
.logo_wrapper .logo__img {
  margin-top: 1px;
  max-height: 55px;
  width: auto;
  aspect-ratio: 2.87342;
}
@media (min-width: 768px) {
  .logo_wrapper .logo__img {
    max-height: 60px;
    margin-top: 3px;
  }
}
@media (min-width: 1025px) {
  .logo_wrapper .logo__img {
    max-height: 79px;
    margin-top: 2px;
    image-rendering: -webkit-optimize-contrast;
  }
}
/*NOTE Import another Scss*/
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ footer.scss
 ********************************************/
.footer {
  box-sizing: border-box;
}
.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: #094;
  margin-top: 8%;
}
.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;
  }
}
@media (min-width: 1025px) {
  .pc-footer {
    display: block;
  }
}
.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: #88cfa8;
}
.sp-footer-menu__item:first-child:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #88cfa8;
}
.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: #88cfa8;
}
.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 55px 20px 6%;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: #fff;
  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 .sub-menu {
  display: block;
}
.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:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8f9893;
}
.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: #191919;
  background: #fff;
  pointer-events: auto;
  position: relative;
}
.sp-footer-menu__item .sub-menu li a:hover {
  background: #fff;
}
.sp-footer-menu__item .sub-menu li a:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8f9893;
}
.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: 25%;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 500;
  letter-spacing: 0;
}
.pc-footer-menu__item:nth-child(4n) {
  padding: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .pc-footer-menu__item {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
.pc-footer-menu__item.menu-item-has-children > a {
  pointer-events: none;
}
.pc-footer-menu__item--link {
  color: #fff;
  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;
  display: flex;
  align-items: flex-start;
  height: auto;
}
@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: #fff;
  padding: 0;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  border: none;
  pointer-events: auto;
  position: relative;
  height: auto;
  padding-left: 0.6em;
}
.pc-footer-menu__item .sub-menu li a:before {
  display: inline-block;
  content: '-';
  margin-right: 3px;
  color: #fff;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .pc-footer-menu__item .sub-menu li a {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
.footer-end {
  width: 100%;
}
.footer-end__adjust {
  padding-bottom: 170px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer-end__adjust {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .footer-end__adjust {
    padding-bottom: 130px;
  }
}
@media (max-width: 475px) {
  .footer-end__adjust {
    padding-bottom: 120px;
  }
}
.footer-end__adjust--form {
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .footer-end__adjust--form {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-end__adjust--form {
    padding-bottom: 40px;
  }
}
.pc-footer__logo {
  margin: 0 0 30px;
  display: inline-block;
}
.pc-footer__logo--img {
  width: 200px;
}
.copyright {
  padding-top: 30px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .copyright__inner {
    padding: 0 6%;
  }
}
.copyright__text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
  color: #111;
  display: block;
}
@media screen and (max-width: 1024px) {
  .copyright__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .copyright__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 475px) {
  .copyright__text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.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: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .pc-footer-wrapper {
    padding: 4% 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__button {
  width: 100%;
  max-width: 940px;
  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: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 70px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer__button {
    padding: 7% 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__button {
    padding: 10% 6% 0;
  }
}
.footer__button__banner {
  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;
  width: 100%;
}
.footer__button__banner__item {
  display: inline-block;
  width: 336px;
}
@media screen and (max-width: 767px) {
  .footer__button__banner__item {
    width: auto;
  }
}
.footer__area {
  width: 100%;
  box-sizing: border-box;
  padding: 90px 0 80px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .footer__area {
    padding: 9% 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .footer__area {
    padding: 12% 0 12%;
  }
}
.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: 462px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__area__left {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .footer__area__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7%;
  }
}
.footer__area__left img {
  display: block;
}
.footer__area__left h2 {
  width: 100%;
  margin-bottom: 7%;
  text-align: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__area__left h2 {
    display: block;
  }
}
.footer__area__left h2 img {
  display: block;
}
.footer__area__right {
  width: calc(100% - 502px);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer__area__right {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .footer__area__right {
    width: 100%;
  }
}
.footer__area__right p {
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: #191919;
}
@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;
  }
}
.footer__area__right h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__area__right h2 {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .footer__area__right h2 {
    display: none;
  }
}
.footer__area__right h2 img {
  display: block;
}
.footer .sub-menu .pointer-none > a, .global-nav .sub-menu .pointer-none > a, .footer .sp-footer .pointer-none > a, .global-nav .sp-footer .pointer-none > a {
  pointer-events: none;
  cursor: initial;
}
.footer-crystal-paint-japan {
  margin-top: 60px;
  padding-top: 70px;
  box-sizing: border-box;
  background: #eee;
}
@media screen and (max-width: 1024px) {
  .footer-crystal-paint-japan {
    margin-top: 6%;
    padding-top: 7%;
  }
}
@media screen and (max-width: 767px) {
  .footer-crystal-paint-japan {
    margin-top: 8%;
    padding-top: 8%;
  }
}
.footer-crystal-paint-japan__inner {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer-crystal-paint-japan__inner {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .footer-crystal-paint-japan__inner {
    padding: 0 6%;
  }
}
.footer-crystal-paint-japan__box {
  margin: 0 -10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-crystal-paint-japan__box {
    margin: 0;
    flex-wrap: wrap;
  }
}
.footer-crystal-paint-japan__item {
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer-crystal-paint-japan__item {
    width: 100%;
    padding: 0;
  }
}
.footer-crystal-paint-japan__item:first-of-type {
  order: 2;
}
@media screen and (max-width: 767px) {
  .footer-crystal-paint-japan__item:first-of-type {
    order: 1;
  }
}
.footer-crystal-paint-japan__text {
  font-size: 1.8rem;
  line-height: 1.8em;
  color: #111;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .footer-crystal-paint-japan__text {
    margin-top: 3%;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    text-align: center;
  }
}
.footer {
  /* フッターバナーコンテナ（PC時の中央寄せ用） */
  /* フッターバナーラッパー */
  /* プライマリバナーグループ */
  /* プライマリバナー（460×100） */
  /* プライマリバナー内の画像用 */
  /* フッターバナー説明テキスト */
  /* セカンダリバナー（188×100） */
  /* セカンダリバナー内の画像用 */
  /* スマホ用改行（デフォルトは非表示） */
  /* タブレット対応（768px以下） */
  /* スマホ対応（480px以下） */
}
.footer-nav__bg {
  background: #087237 url('../../../../images/top/footer_nav_bg_pc.jpg') 50% 100% / 100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-nav__bg {
    background: #087237 url('../../../../images/top/footer_nav_bg_sp.jpg') 50% 100% / 100% auto no-repeat;
  }
}
.footer .footer-various-banners-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.footer .footer-various-banners-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  /* PC時の中央寄せ */
}
.footer .footer-primary-banner-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer-primary-banner {
  width: 460px;
  height: 100px;
  aspect-ratio: 4.6;
  /* 縦横比を維持 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
}
.footer .footer-primary-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-banner-description {
  width: 460px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}
.footer .footer-secondary-banner {
  width: 188px;
  height: 100px;
  aspect-ratio: 1.88;
  /* 縦横比を維持 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
.footer .footer-secondary-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .footer-various-banners-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-primary-banner-group {
    align-items: center;
    width: 100%;
  }
  .footer .footer-primary-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 4.6;
    /* 縦横比を維持 */
  }
  .footer .footer-banner-description {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    /* スマホで改行を表示 */
    /* セカンダリバナーを100%幅に */
  }
  .footer .footer-various-banners-container {
    padding: 10px 6%;
  }
  .footer .footer-primary-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4.6;
    /* 縦横比を維持 */
  }
  .footer .footer-banner-description {
    max-width: 100%;
    font-size: 13px;
  }
  .footer .sp-br {
    display: block;
  }
  .footer .footer-secondary-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 1.88;
    /* 縦横比を維持 */
  }
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ breadcrumb.scss
 ********************************************/
.page-id-1604 .breadcrumb {
  display: none;
}
.breadcrumb {
  width: 100%;
  height: 50px;
  margin: 122px 0 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 45px;
    margin: 50px 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.works_cat {
  display: none;
}
.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;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/* NOTE sub-page.scss */
.sub-page p {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .sub-page p {
    font-size: 1.5rem;
  }
}
.sub-page__hero {
  width: 100%;
  height: 46vw;
  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: 364px;
    border-radius: 10px;
    max-width: 770px;
    margin: 0 auto;
  }
}
.sub-page__hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.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: #ff6215;
  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: #ff6215;
  color: #fff;
  border: none;
}
.sub-page__btn--pager ul li a:hover {
  background: #094;
  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: #094;
  color: #fff;
  border: none;
}
.sub-page__btn--pager div a:hover {
  background: #ff6215;
  opacity: 1;
}
.sub-page__btn--color_01 a {
  background: #ff6215 !important;
  color: #fff !important;
}
.sub-page__btn--color_02 a {
  background: #094 !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 #ff6215;
  position: absolute;
  top: -4px;
  left: -5px;
}
.side-ttl__pt1--sub {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.175rem;
  color: #ff6215;
  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: #ff6215;
  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: #ff6215;
  margin: 0;
  text-align: center;
  position: relative;
}
.side-ttl__pt3--sub {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  color: #ff6215;
  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(255, 98, 21, 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(255, 98, 21, 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(255, 98, 21, 0.1);
  display: block;
  position: relative;
}
.side-menu__item--bord .side-menu__item--link:hover {
  box-shadow: none;
}
.side-menu__item--bordchild .side-menu__item--link {
  padding-left: 30px;
  background: none;
  border-bottom: 1px solid #eee;
}
.side-menu__item--bordchild .side-menu__list--bord:last-of-type .side-menu__item--link {
  border-bottom: none;
}
.side-menu__item--col2 {
  display: flex;
  width: 49%;
}
.side-menu__item--count {
  color: #fff;
  background-color: #ff6215;
  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: #ff6215;
  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;
}
.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 .side-menu__item--shadow .side-menu__item--link {
  position: relative;
}
.side-menu .section-works .side-menu__item {
  width: 100% !important;
}
.side-menu .section-works .side-menu__item--shadow {
  margin: 0;
}
.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: 0;
  margin-bottom: 20px;
}
.side-menu .section-works__choose__list__item__hide.hide_item {
  display: none;
}
.side-menu .section-works__choose__list__item__hide-item a {
  padding: 10px 20px;
  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;
}
/*ブレークポイント 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 #ff6215;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6215;
  color: #fff;
  font-weight: 500;
  margin-right: 4px;
  font-size: 1.2rem;
}
.pager a {
  width: 43px;
  height: 46px;
  border: solid 2px #ff6215;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff6215;
  font-weight: 700;
  margin-right: 4px;
  font-size: 1.2rem;
}
.pager a:hover {
  background: #ff8448;
  color: #fff;
  opacity: 1;
}
.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-works {
  padding: 30px 7%;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .voice-works {
    margin: 0 0 50px;
    padding: 50px 3%;
    border-radius: 3px;
  }
}
.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.4rem;
  }
}
.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;
  }
}
.photo-slider__item p {
  padding: 0;
  text-align: center;
}
.photo-slider .section-ttl {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .photo-slider .section-ttl {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .photo-slider .section-ttl__h2 {
    font-size: 1.8rem;
  }
}
@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;
}
@media (min-width: 768px) {
  .container.photo .photo__layout .section-ttl {
    padding: 30px 0;
  }
}
.container.photo .photo__txt {
  margin: 0 auto 30px;
  padding: 20px 0;
  font-size: 1.4rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  box-sizing: border-box;
  max-width: 300px;
  border-top: 1px solid #f7f7f7;
  text-align: center;
  color: #094;
}
@media screen and (max-width: 1024px) {
  .container.photo .photo__txt {
    margin: 0 auto 10%;
    padding: 3% 0;
    font-size: 1.3rem;
    width: 92%;
  }
}
.container.photo .photo__txt h3 {
  margin: 0 0 20px !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 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 2.25rem;
  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;
}
.preview__main::after {
  content: "AFTER";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 30px;
  background: #094;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .preview__main::after {
    width: 100px;
    height: 30px;
  }
}
/*施工前*/
.preview__sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .preview__sub {
    padding: 3% 0 0;
  }
}
.preview__sub-ttl {
  margin: 0 0 15px;
  width: 100%;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .preview__sub-ttl {
    width: 25%;
    padding: 0 5% 0 0;
    text-align: right;
    font-size: 1.8rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 359px) {
  .preview__sub-ttl {
    padding: 0 3% 0 0;
  }
}
.preview__sub-photo {
  width: calc(40% - 15px);
  position: relative;
}
.preview__sub-photo::after {
  content: "BEFORE";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 30px;
  background: #645a5a;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .preview__sub-photo::after {
    width: 46%;
    height: 16%;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .preview__sub-photo {
    width: 46%;
    margin-right: 4%;
  }
}
.preview__sub-info {
  width: calc(60% - 15px);
}
@media screen and (max-width: 767px) {
  .preview__sub-info {
    width: 50%;
  }
}
.preview__sub-info .preview__info-ttl {
  margin-top: 0;
  padding: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .preview__sub-info .preview__info-ttl {
    padding: 0 0 4%;
    font-size: 1.3rem;
    line-height: 1.8em;
  }
}
.preview__sub-info .preview__price {
  margin: 0;
}
.preview__sub-info .preview__description {
  margin-bottom: 0;
}
.preview {
  width: 92%;
  margin: 0 auto;
  padding: 0;
  border-radius: 3px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .preview {
    padding: 20px;
  }
}
.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-ttl {
  margin: 30px auto 20px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.175em;
  color: #222;
  text-align: center;
  display: block;
  line-height: 1.75em;
  max-width: 100%;
  text-align: left;
  border-bottom: solid 1px #cdcdcd;
  padding: 10px 10px 18px;
}
@media (min-width: 768px) {
  .preview__info-ttl {
    margin: 30px auto;
    font-size: 1.8rem;
  }
}
.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: #094;
}
@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: #094;
  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: #094;
  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 0 0;
    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;
}
@media (min-width: 768px) {
  .preview-works {
    margin: 0 auto 40px;
  }
}
.preview-works .slick-dots {
  bottom: -40px;
}
.preview-works .before {
  position: relative;
}
.preview-works .before::after {
  content: "BEFORE";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 30px;
  background: #094;
  font-size: 1.6rem;
  color: #fff;
}
.preview-works .after {
  position: relative;
}
.preview-works .after::after {
  content: "AFTER";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 30px;
  background: #094;
  font-size: 1.6rem;
  color: #fff;
}
.preview-works .preview__slider {
  aspect-ratio: 1.33333;
  overflow-y: hidden;
  background: #efefef;
  margin-bottom: 55px !important;
}
@media (min-width: 768px) {
  .preview-works .preview__slider {
    margin-bottom: 0 !important;
  }
}
.preview-works .preview__slider.slick-initialized {
  overflow-y: visible;
  animation: fadeIn 1s ease forwards;
}
.preview-works .preview__slider .slick-slide {
  aspect-ratio: 1.33333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-works .preview__slider .slick-dots li {
  position: relative;
  width: 70px;
  height: 24px;
  margin: 0 3px;
}
.preview-works .preview__slider .slick-dots li:first-of-type::before {
  content: "BEFORE";
  position: absolute;
  left: 0;
}
.preview-works .preview__slider .slick-dots li:last-of-type::before {
  content: "AFTER";
  position: absolute;
  left: 0;
}
.preview-works .preview__slider .slick-dots li button {
  display: none;
}
.preview-works .preview__slider .slick-dots li:before {
  display: inline-block;
  padding: 8%;
  font-size: 1.2rem;
  background: #fff;
  border: 1px #094 solid;
  color: #094;
}
.preview-works .preview__slider .slick-dots li.slick-active:before {
  background: #094;
  color: #fff;
}
.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;
  }
}
@media screen and (max-width: 1024px) {
  .sub-page__works.type-a .hori-card__item {
    width: 49%;
  }
}
@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__layout {
  display: block;
  align-items: initial;
  max-width: 375px;
}
.sub-page__works.type-a .hori-card__thumb {
  width: 100%;
  height: 220px;
  position: relative;
}
@media (min-width: 1025px) {
  .sub-page__works.type-a .hori-card__thumb {
    width: 100%;
    height: 375px;
  }
}
.sub-page__works.type-a .hori-card__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  font-family: "object-fit:cover;";
  border-radius: 0;
}
@media (min-width: 1025px) {
  .sub-page__works.type-a .hori-card__img {
    width: 100%;
    height: 375px;
  }
}
.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: 3;
  overflow: hidden;
  line-height: 1.6em;
  max-height: calc(1.6em * 3);
}
@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: 1.8em;
  letter-spacing: 0.1em;
  max-height: calc(1.8em * 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;
  }
}
@media screen and (max-width: 1024px) {
  .sub-page__works.type-c .hori-card__item {
    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;
  align-items: initial;
  max-width: 243px;
}
@media screen and (max-width: 1024px) {
  .sub-page__works.type-c .hori-card__layout {
    max-width: none;
    width: 100%;
  }
}
.sub-page__works.type-c .hori-card__thumb {
  width: 100%;
  height: 28vw;
  position: relative;
  /*&:after {
   content: "";
   width: 90px;
   height: 74px;
   background-image: url(../../../../images/top/works_img_02_pc.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   display: block;
   position: absolute;
   bottom: -10px;
   right: 0;
   z-index: 1;
   @include mq(tablet) {
   width: 10vw;
   height: 9vw;
   bottom: -1vw;
   }
   @include mq(mobile) {
   width: 20vw;
   height: 13vw;
   bottom: -2vw;
   }
   }*/
}
@media (min-width: 768px) {
  .sub-page__works.type-c .hori-card__thumb {
    width: 100%;
    height: 220px;
  }
}
.sub-page__works.type-c .hori-card__img {
  width: 100%;
  height: 28vw;
  object-fit: cover;
  font-family: "object-fit:cover;";
  border-radius: 0;
}
@media (min-width: 768px) {
  .sub-page__works.type-c .hori-card__img {
    width: 100%;
    height: 220px;
  }
}
.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: 20px 0 10px;
  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: 30px 0 0;
  }
}
.sub-page__works.type-c .hori-card__prefecture {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin: 0 0 2%;
  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;
    margin: 0 0 2%;
  }
}
@media (min-width: 1025px) {
  .sub-page__works.type-c .hori-card__prefecture {
    margin: 0 0 10px;
  }
}
.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;
  display: block;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6em;
  max-height: calc(1.6em * 3);
  margin: 0;
}
@media (min-width: 768px) {
  .sub-page__works.type-c .hori-card__ttl {
    font-size: 1.3rem;
    height: auto;
    letter-spacing: 0.1em;
  }
}
.sub-page__works.type-c .hori-card__ttl__outer {
  margin-bottom: 10px;
  padding: 20px;
  background: #eee;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sub-page__works.type-c .hori-card__ttl__outer {
    margin-bottom: 2%;
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-c .hori-card__ttl__outer {
    margin-bottom: 4%;
    padding: 4%;
  }
}
.sub-page__works.type-c .hori-card__ttl__outer::after {
  content: "";
  position: absolute;
  top: -48px;
  right: 30px;
  border: 25px solid transparent;
  border-bottom: 30px solid #eee;
}
@media screen and (max-width: 1024px) {
  .sub-page__works.type-c .hori-card__ttl__outer::after {
    top: -3.7vw;
    right: 3vw;
    border: 2vw solid transparent;
    border-bottom: 2vw solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works.type-c .hori-card__ttl__outer::after {
    top: -24px;
    right: 24px;
    border: 14px solid transparent;
    border-bottom: 14px solid #eee;
  }
}
.sub-page__works.type-c .hori-card__cost {
  display: none;
}
/**/
.search-box {
  position: relative;
  padding: 0 0 50px;
  z-index: 1;
}
.search-box__item {
  margin: -50px auto 10px;
  padding: 50px 0 0;
}
.search-box__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0 35px;
  width: 100%;
  height: 50px;
  background: #cedbdb;
  font-size: 1.8rem;
  font-weight: 400;
  color: #222;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.2s;
  /*
   &--col01 {
   background-color: #8abedc;
   }
   &--col02 {
   background-color: #e697c3;
   }
   &--col03 {
   background-color: #dec76c;
   }
   &--col04 {
   background-color: #7acb81;
   }
   &--col05 {
   background-color: #c0aeed;
   }
   */
}
@media screen and (max-width: 1024px) {
  .search-box__ttl {
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 50px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .search-box__ttl {
    font-size: 1.4rem;
    line-height: 1.4rem;
    height: 50px;
    padding-left: 20px;
  }
}
.search-box__ttl:hover {
  opacity: 0.8;
}
.search-box__ttl::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #222;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}
.search-box__ttl.is-open::after {
  content: "-";
  font-size: 2.2rem;
  right: 27px;
  top: 48%;
}
.search-box__cnt {
  display: none;
}
.search-box__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.search-box__menu label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% - 10px);
  border-bottom: 1px solid #222;
  box-sizing: border-box;
  padding: 25px 15px 25px 55px;
  line-height: 1.6em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .search-box__menu label {
    padding: 15px 3% 15px calc(3% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .search-box__menu label {
    line-height: 1.4em;
    font-size: 1.4rem;
  }
}
.search-box__menu label input[type="checkbox"] {
  position: absolute;
  left: 20px;
  top: 26px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .search-box__menu label input[type="checkbox"] {
    top: 13px;
    left: 0;
  }
}
.search-box__result {
  margin: 0 0 20px;
  width: 100%;
}
.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;
  background: #eee;
  border-right: 1px solid #ccc;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .search-box__result table tr th {
    padding: 10px 6%;
    width: 80px;
    font-size: 1.3rem;
  }
}
.search-box__result table tr td {
  padding: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .search-box__result table tr td {
    padding: 10px 6%;
    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 6%;
    width: 120px;
  }
}
.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;
}
.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: 300px;
  height: 60px;
  background: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.submitbtn:hover {
  opacity: 0.8;
}
.works-searchbox {
  width: 100%;
}
.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: #094;
}
@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 #094;
  border-bottom: solid 1px #094;
}
.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;
  }
}
.voice-works__detail_link {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 0;
}
.voice-works__detail_link a {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  background: #094;
  color: #fff;
  border: none;
  padding: 15px;
}
.preview-works {
  border: solid 1px #cacaca;
}
@media screen and (max-width: 767px) {
  .preview-works {
    border: none;
  }
}
.preview__sub .preview__info-section {
  display: flex;
  height: 100%;
}
.preview__sub .preview__info-ttl {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.box28 {
  position: relative;
  margin: 2em 0 0;
  padding: 30px 15px 12px;
  border: solid 2px #094;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .box28 {
    border: solid 1px #094;
  }
}
.box28 .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  background: #094;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box28 .box-title {
    top: -1px;
    left: -1px;
  }
}
.box28 p {
  margin: 0;
  padding: 0;
  line-height: 1.7em;
  font-size: 1.3rem;
  text-align: justify;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.section-movie__works {
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-movie__works {
    padding: 0 4%;
  }
}
.section-movie__works__item__heading {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-movie__works__item__heading {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__works__item__heading {
    margin-bottom: 6%;
  }
}
.section-movie__works__item__movie {
  display: block;
  width: 100%;
}
.section-movie__works__item__movie .section-movie__1col__item__img {
  position: relative;
  margin-bottom: 15px;
  padding-top: 56.25%;
}
.section-movie__works__item__movie .section-movie__1col__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
.section-movie__works__item__movie .section-movie__1col__item__img:after {
  content: "\f167";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-size: 4em;
  color: #fff;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.sub-page .side-menu {
  width: 100%;
}
@media (min-width: 768px) {
  .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;
}
/*character*/
.sub-page__works .hori-card__thumb__character {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  max-width: 122px;
}
@media screen and (max-width: 1024px) {
  .sub-page__works .hori-card__thumb__character {
    width: 12vw;
    bottom: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works .hori-card__thumb__character {
    width: 18vw;
    bottom: -2vw;
  }
}
.sub-page__works .hori-card__thumb__character.type-c {
  max-width: 140px;
}
@media screen and (max-width: 1024px) {
  .sub-page__works .hori-card__thumb__character.type-c {
    width: 13.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sub-page__works .hori-card__thumb__character.type-c {
    width: 20.5vw;
  }
}
/* add 20231107 box28 fix */
.summary-works .box28 {
  padding: 0;
}
.summary-works .box28 .box-title {
  position: static;
  display: block;
  height: auto;
}
.summary-works .box28 p {
  padding: 1em;
}
/*ブレークポイント 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: #f9f9f9;
  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: #ff6215;
  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: #ff6215;
  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;
  margin-top: 13%;
}
@media (min-width: 768px) {
  .relative_staff {
    padding: 0 3% 20px;
  }
}
.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: #094;
  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;
  }
}
@media screen and (max-width: 767px) {
  .voice-single__thumb--col2 {
    flex-wrap: wrap;
    margin: 0 -15px 30px;
  }
}
.voice-single__thumb--col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .voice-single__thumb--col3 {
    flex-wrap: nowrap;
  }
  .voice-single__thumb--col3 .voice-single__figure {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .voice-single__thumb--col3 {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .voice-single__thumb--col3 {
    flex-wrap: wrap;
    margin: 0 -15px 30px;
    height: auto;
  }
  .voice-single__thumb--col3 .voice-single__figure:first-of-type {
    max-width: 100%;
  }
  .voice-single__thumb--col3 .voice-single__figure:not(:first-of-type) {
    max-width: 50%;
    height: 40vw;
    max-height: 230px;
  }
  .voice-single__thumb--col3 .voice-single__figure:nth-of-type(2) {
    padding-right: 5px;
  }
  .voice-single__thumb--col3 .voice-single__figure:nth-of-type(3) {
    padding-left: 5px;
  }
}
.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;
  background: #f1f1f1;
  border-left: solid 5px #ff6215;
  margin-bottom: 4%;
}
.voice-single #voice div tr {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.voice-single #voice div td {
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1025px) {
  .voice-single #voice div td {
    font-size: 14px;
  }
}
.voice-single div tr .td001 {
  padding-top: 2%;
  padding-bottom: 2%;
  border-color: #645a5a;
  width: 20%;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.voice-single div tr .td002 {
  padding-top: 1%;
  padding-bottom: 1%;
  border-color: #645a5a;
  width: 20%;
  background-color: #ff6215;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  color: #fff;
}
.voice-single #voice div table {
  margin-bottom: 2%;
  height: 25px;
  border-color: #645a5a;
  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.175activeborderem;
  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__wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .photo-slider__item {
    opacity: 1 !important;
    margin: 0 30px 40px 0;
    width: calc(100% / 3 - 20px);
    text-align: center;
  }
  .photo-slider__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@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 {
  margin: 0 auto 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .photo-slider__item.type-a {
    margin: 0 20px 30px 0;
    width: calc(100% / 2 - 10px);
  }
  .photo-slider__item.type-a:nth-of-type(3n) {
    margin-right: 20px;
  }
  .photo-slider__item.type-a:nth-of-type(2n) {
    margin-right: 0;
  }
}
.photo-slider__item.type-b {
  margin: 0 20px 30px 0;
  width: calc(100% / 2 - 10px);
}
.photo-slider__item.type-b:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .photo-slider__item.type-b {
    margin: 0 20px 30px 0;
    width: calc(100% / 3 - 14px);
  }
  .photo-slider__item.type-b:nth-of-type(2n) {
    margin-right: 20px;
  }
  .photo-slider__item.type-b:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .photo-slider__item.type-c {
    margin: 0 20px 40px 0;
    width: calc(100% / 3 - 20px);
  }
  .photo-slider__item.type-c:nth-of-type(3n) {
    margin-right: 0;
  }
}
.photo-slider__item p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  color: #222;
  max-width: 280px;
  margin: 10px auto 0;
  text-align: justify;
  font-weight: 300;
}
@media (min-width: 768px) {
  .photo-slider__item p {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: fit-content;
    font-size: 13px;
  }
}
.photo-slider__inner {
  position: relative;
}
.photo-slider__inner figure {
  position: relative;
  display: block;
  margin: 0 auto 10px;
  padding-top: 75%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .photo-slider__inner figure {
    width: 100%;
    padding-top: 75%;
  }
}
.photo-slider__inner figure i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 2.25rem;
  color: #fff;
}
.photo-slider__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .photo-slider__inner img {
    margin: 0 auto 10px;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    object-fit: contain;
  }
}
.photo-slider__dots {
  display: flex;
}
@media (min-width: 768px) {
  .pic_no_trim figure {
    padding: 0;
  }
  .pic_no_trim figure img {
    position: relative;
    margin: 0;
  }
}
.single-works .mfp-content {
  pointer-events: none;
}
@media (min-width: 768px) {
  .photo-slider__wrap--wide .photo-slider__item {
    width: 500px;
    margin: 0 auto;
  }
}
.photo-slider__wrap--wide .photo-slider__inner img {
  object-fit: contain;
}
@media (min-width: 768px) {
  .photo-slider__wrap--wide .photo-slider__inner img {
    width: 500px;
    height: 450px;
    margin: 0 auto 20px;
  }
}
.photo__layout--wide + .photo-slider {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .photo__layout--wide + .photo-slider {
    width: 500px;
  }
  .photo__layout--wide + .photo-slider .photo-slider__item p {
    width: auto;
  }
}
.slick-slide:focus {
  outline: none;
}
.slick-slide img {
  margin: 0 auto;
}
.slick-dots {
  bottom: -40px;
}
/*MODAL*/
.mfp-image-holder button.mfp-close, .mfp-iframe-scaler button.mfp-close, .mfp-inline-holder button.mfp-close {
  background: url(../../../../images/icon/icon_close.svg) right top no-repeat;
  background-size: auto 34px;
  width: 44px;
  height: 44px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  opacity: 1;
  transition: 0.2s background;
}
.mfp-iframe-scaler button.mfp-close {
  right: 2px;
  top: -48px;
}
.mfp-image-holder button.mfp-close {
  position: fixed;
  right: 20px;
  top: 20px;
}
@media (min-width: 768px) {
  .mfp-image-holder button.mfp-close {
    right: 40px;
    top: 40px;
  }
}
.mfp-inline-holder button.mfp-close {
  position: fixed;
  right: 10px;
  top: 10px;
}
@media (min-width: 768px) {
  .mfp-inline-holder button.mfp-close {
    right: 40px;
    top: 40px;
  }
}
.mfp-inline-holder .mfp-content {
  max-width: 940px;
}
.mfp-image-holder .mfp-content {
  width: 100%;
  height: 100%;
  max-width: 300px;
}
.mfp-image-holder .mfp-figure {
  width: 100%;
  height: 100%;
}
.mfp-image-holder .mfp-figure:after {
  display: none;
}
.mfp-image-holder .mfp-bottom-bar {
  display: none;
}
.mfp-image-holder .mfp-figure figure {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
.mfp-image-holder .mfp-figure figure img {
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center center;
  font-family: "object-fit: contain;";
}
.mfp-container {
  padding-left: 16px;
  padding-right: 16px;
}
.mfp-bg {
  background: #0e1618;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 0.95;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  text-align: center;
}
.mfp-wrap.mfp-ready .mfp-content h3 {
  margin: 0 0 1em;
  font-size: 2rem;
  color: #fff;
}
.mfp-wrap.mfp-ready .mfp-content p {
  margin: 1em 0 0;
  font-size: 1.6rem;
  color: #fff;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.modal-inline {
  display: none;
}
.modal-inline__cont__inner {
  background: #fff;
  margin: 0 auto;
  max-height: calc(100vh - 260px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.modal-inline__cont__inner__inner {
  padding: 36px 20px;
}
.mfp-arrow {
  display: block;
  position: absolute;
  padding: 10px 0;
  max-width: 75px;
  width: 50%;
  height: 60px;
}
.mfp-arrow:after {
  content: "";
  display: block;
}
.mfp-arrow:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.mfp-arrow.mfp-arrow-left {
  left: 16px;
}
.mfp-arrow.mfp-arrow-left:after {
  left: -1px;
  border-width: 23px 26px 23px 0;
  border-color: transparent #fff transparent transparent;
}
.mfp-arrow.mfp-arrow-left:hover:after {
  border-color: transparent #222 transparent transparent;
}
.mfp-arrow.mfp-arrow-right {
  right: 16px;
}
.mfp-arrow.mfp-arrow-right:after {
  right: -1px;
  border-width: 23px 0 23px 26px;
  border-color: transparent transparent transparent #fff;
}
.mfp-arrow.mfp-arrow-right:hover:after {
  border-color: transparent transparent transparent #222;
}
.mfp-arrow {
  width: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.mfp-arrow:after {
  top: 50%;
}
.mfp-arrow.mfp-arrow-left {
  left: 20px;
}
.mfp-arrow.mfp-arrow-right {
  right: 20px;
}
#works-before1 img, #works-under1 img, #works-after1 img {
  max-height: 80vh;
}
.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;
}
.mfp-wrap.mfp-ready .mfp-content p {
  font-size: 1.4rem;
  line-height: 1.65em;
  padding: 0 3%;
}
@media screen and (max-width: 1024px) {
  .mfp-wrap.mfp-ready .mfp-content p {
    text-align: justify;
  }
}
.single-works .mfp-content {
  pointer-events: none;
}
.single-voice .mfp-content {
  pointer-events: none;
}
/********************************************
 // ↓ 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 li {
  width: 49%;
  float: left;
}
.layout.archive_events .sub-page .events-taxonomy-list ul li a {
  background: #fff;
  color: #333;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 400;
  border: 1px solid #333;
  display: block;
  transition: 0.3s linear all;
}
@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;
}
.layout.archive_events .sub-page .events-taxonomy-list ul li:not(:last-of-type) {
  margin-right: 2%;
}
.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;
}
.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;
}
@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__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: #ff6215;
}
.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: #ffebe1;
  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;
}
.layout.single_events .sub-page__events .container {
  padding: 0 6%;
}
@media (min-width: 768px) {
  .layout.single_events .sub-page__events .container {
    padding: 0 3%;
  }
}
.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: #ff6215;
  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: 74%;
  box-shadow: 0 0 0 1px #f1f1f1 inset;
  overflow: hidden;
}
.layout.single_events .single_events__img .my-gallery figure a {
  display: block;
  padding-bottom: 74%;
}
.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%;
}
.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;
}
@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:nth-of-type(2n + 1) {
  clear: left;
  width: 18%;
  margin-right: 2%;
  color: #222;
  text-align: center;
  background: #ffebe1;
}
@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%;
  }
}
/*ブレークポイント 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: #ff6215;
  border-radius: 3px;
  display: block;
}
.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: #ff6215;
}
.company-message__from--ttl {
  color: #ff6215;
  padding: 10px;
  border-top: 2px solid #ff6215;
  border-bottom: 2px solid #ff6215;
  font-weight: bold;
  display: block;
  margin: 3% 0;
}
.company-message__from--sub {
  color: #ff6215;
  box-sizing: border-box;
  border-left: 3px solid #ff6215;
  padding-left: 10px;
  margin: 2% 0;
}
.company-message__from--bold {
  color: #ff6215;
}
.company-message__daihyo {
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company-message__daihyo {
    width: 92%;
  }
}
@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: #ff6215;
}
.company-vision__txt--ttl {
  color: #ff6215;
  padding: 10px;
  border-top: 2px solid #ff6215;
  border-bottom: 2px solid #ff6215;
  font-weight: bold;
  display: block;
  margin: 3% 0;
}
.company-vision__txt--sub {
  color: #ff6215;
  box-sizing: border-box;
  border-left: 3px solid #ff6215;
  padding-left: 10px;
  margin: 2% 0;
}
.company-vision__txt--bold {
  color: #ff6215;
}
.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: #222;
  padding: 3% 0;
  display: block;
  border-radius: 5px 5px 0 0;
  background-color: #f1f1f1;
  text-align: center;
}
@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;
}
/*NOTE:20220624アンカー位置調節*/
.post-type-archive-company .layout__main-left > div[id] {
  margin-top: -105px;
  padding-top: 105px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-company .layout__main-left > div[id] {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-company .layout__main-left > div[id] {
    margin-top: -50px;
    padding-top: 50px;
  }
}
/*NOTE:20220901見出しタイトル削除*/
.post-type-archive-company .company-head.sub-page .sub-page__hero--section {
  display: none;
}
/*NOTE:20240430 代表挨拶追加 余白調整  */
.company-message__from {
  margin: 30px 0 30px;
}
@media screen and (max-width: 1024px) {
  .company-message__daihyo {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .company-message__daihyo {
    padding: 0;
  }
}
/*NOTE:20240124 代表挨拶追加 見出し装飾など  */
.company-message__from--ttl2 {
  padding: 1em;
  color: #000;
  background: #fffaf4;
  border-left: solid 5px #f8931f;
}
@media screen and (max-width: 1024px) {
  .company-message__from--ttl2 {
    width: 94%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .company-message__from--ttl2 {
    width: 92%;
    margin: 30px auto 0;
  }
}
.company-message__daihyo--sub {
  margin-top: 30px;
}
.company-message__daihyo--float {
  float: right;
  max-width: 271px;
  width: 100%;
  display: block;
  margin: 0 0 0.5em 0.5em;
}
@media screen and (max-width: 767px) {
  .company-message__daihyo--float {
    width: 36%;
  }
}
/*ブレークポイント 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: #ff6215;
  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 #ff6215;
  border-bottom: solid 2px #ff6215;
  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 #ff6215;
  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 #ff6215;
  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 #ff6215;
  font-size: 100%;
  font-weight: bold;
}
.single_blog__inner strong, #tinymce.post-type-blog strong {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .single_blog__inner strong, #tinymce.post-type-blog strong {
    font-size: 1.4rem;
  }
}
.single_blog__inner table, #tinymce.post-type-blog table {
  border-width: 1px;
}
.single_blog__inner table th, #tinymce.post-type-blog table th {
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border-width: 1px;
}
.single_blog__inner table tr, #tinymce.post-type-blog table tr {
  border-width: 1px;
}
.single_blog__inner table td, #tinymce.post-type-blog table td {
  padding: 20px;
  font-size: 1.6rem;
  border-width: 1px;
}
.single_blog__inner .alignleft, #tinymce.post-type-blog .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
@media (max-width: 768px) {
  .single_blog__inner .alignleft, #tinymce.post-type-blog .alignleft {
    max-width: 50%;
  }
}
.single_blog__inner .alignright, #tinymce.post-type-blog .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
@media (max-width: 768px) {
  .single_blog__inner .alignright, #tinymce.post-type-blog .alignright {
    max-width: 50%;
  }
}
#toc_container {
  padding: 30px;
  width: 100%;
}
#toc_container a {
  color: #545454;
}
@media (max-width: 768px) {
  #toc_container {
    padding: 15px;
  }
}
/*ブレークポイント 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: 4% 0 3% 0;
  padding: 1.5% 3%;
  background: #094;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .qa__ttl {
    margin: 6% 0 6% 0;
    padding: 3.5% 4%;
    font-size: 2rem;
  }
}
.qa #anchor1, .qa #anchor2, .qa #anchor3, .qa #anchor4, .qa #anchor5 {
  padding-top: 80px;
  margin-top: calc(-80px + 4%);
}
@media screen and (max-width: 1024px) {
  .qa #anchor1, .qa #anchor2, .qa #anchor3, .qa #anchor4, .qa #anchor5 {
    padding-top: 60px;
    margin-top: calc(-60px + 4%);
  }
}
@media screen and (max-width: 767px) {
  .qa #anchor1, .qa #anchor2, .qa #anchor3, .qa #anchor4, .qa #anchor5 {
    padding-top: 50px;
    margin-top: calc(-50px + 4%);
  }
}
.qa__anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qa__anchor--item {
  width: 49%;
}
@media screen and (max-width: 600px) {
  .qa__anchor--item {
    width: 100%;
    margin-bottom: 2%;
  }
}
.qa__anchor--item:nth-of-type(-n + 4) {
  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 #094;
  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 #094;
    padding: 10px 0;
  }
}
.qa__anchor--item i {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: #094;
  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: #ff6215;
  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: #094;
  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: #ff6215;
  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: #ff6215;
}
.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 #094;
  box-sizing: border-box;
}
@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: -37px;
  left: -3px;
  padding: 5px 15px 0;
  height: 35px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #094;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 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: #ff6215;
  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: #ff6215;
    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 screen and (max-width: 767px) {
  .flow-content__thumb--img {
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
}
@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: #ff6215;
}
.flow-anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .flow-anchor {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .flow-anchor {
    width: 88%;
    margin: 0 auto;
  }
}
.flow-anchor a {
  width: 49%;
  padding: 15px 0;
  border: 3px solid #094;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-anchor a {
    padding: 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flow-anchor a:first-of-type {
    margin-bottom: 3%;
  }
}
.flow-anchor i {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  color: #094;
  z-index: 2;
}
.flow-ttl {
  display: block;
  margin: 6% 0 3% 0;
  padding: 1.5% 3%;
  background: #094;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
.flow-ttl img {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 4%;
}
@media screen and (max-width: 1024px) {
  .flow-ttl {
    width: 94%;
    margin: 8% auto 6%;
  }
}
@media screen and (max-width: 767px) {
  .flow-ttl {
    width: 88%;
    padding: 3.5% 0;
    font-size: 1.8rem;
  }
}
.flow #anchor1, .flow #anchor2, .flow #anchor3, .flow #anchor4, .flow #anchor5 {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (max-width: 1024px) {
  .flow #anchor1, .flow #anchor2, .flow #anchor3, .flow #anchor4, .flow #anchor5 {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .flow #anchor1, .flow #anchor2, .flow #anchor3, .flow #anchor4, .flow #anchor5 {
    padding-top: 50px;
    margin-top: -50px;
  }
}
/*ブレークポイント 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: 65px;
    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: 360px;
  max-height: 79px;
  image-rendering: -webkit-optimize-contrast;
  display: block;
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .global-nav .nav__logo__wrapper .nav__logo__link .nav__logo {
    max-width: 240px;
    max-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav .nav__logo__wrapper .nav__logo__link .nav__logo {
    max-width: 183px;
    margin-left: 10px;
    margin-top: 10px;
    max-height: 54px;
    aspect-ratio: 3.22222;
    width: auto;
  }
}
.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;
}
.home .modal-video-close-btn {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .home .modal-video-close-btn {
    right: 5px !important;
  }
}
.home .modal-video {
  cursor: default;
}
.mv-pmap {
  height: 52px;
  margin-top: 122px;
}
@media screen and (max-width: 1024px) {
  .mv-pmap {
    height: 50px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mv-pmap {
    height: 40px;
    margin-top: 50px;
  }
}
.mv-pmap .mv-top__kuchikomi.is-animated {
  opacity: 1;
  animation: fadeIn;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
  }
}
.mv-pmap .mv-top__kuchikomi__link {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
  height: 50px;
  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;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__link {
    width: 100%;
    height: 40px;
    padding: 0 2%;
  }
}
@media (max-width: 425px) {
  .mv-pmap .mv-top__kuchikomi__link {
    line-height: 1.8rem;
  }
}
.mv-pmap .mv-top__kuchikomi__img {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .mv-pmap .mv-top__kuchikomi__img {
    margin-right: 15px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__img {
    width: 153px;
    margin-right: 3%;
  }
}
@media (max-width: 425px) {
  .mv-pmap .mv-top__kuchikomi__img {
    width: 50%;
  }
}
.mv-pmap .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;
  align-items: center;
}
.mv-pmap .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: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__star {
    margin-right: 10px;
  }
}
.mv-pmap .mv-top__kuchikomi__star-label {
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1.6rem;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  background: #009ccf;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .mv-pmap .mv-top__kuchikomi__star-label {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__star-label {
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 3px 7px;
    border-radius: 5px;
  }
}
@media (max-width: 375px) {
  .mv-pmap .mv-top__kuchikomi__star-label {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 3px 5px;
  }
}
.mv-pmap .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-pmap .mv-top__kuchikomi__star-icon {
    margin-left: 0;
  }
}
.mv-pmap .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-pmap .mv-top__kuchikomi__star-icon__rating {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__star-icon__rating {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.mv-pmap .mv-top__kuchikomi__star-icon__rating .front {
  color: #f0e200;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mv-pmap .mv-top__kuchikomi__star-icon__rating .back {
  color: #ccc;
}
.mv-pmap .mv-top__kuchikomi__star__rating-text {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #f0e200;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .mv-pmap .mv-top__kuchikomi__star__rating-text {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__star__rating-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 375px) {
  .mv-pmap .mv-top__kuchikomi__star__rating-text {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.mv-pmap .mv-top__kuchikomi__text {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .mv-pmap .mv-top__kuchikomi__text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__text {
    margin-right: 2%;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 2.1rem;
    width: 43%;
  }
}
@media (max-width: 375px) {
  .mv-pmap .mv-top__kuchikomi__text {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.8rem;
  }
}
.mv-pmap .mv-top__kuchikomi__text img {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__text img {
    width: 43%;
    max-width: 95px;
  }
}
.mv-pmap .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-pmap .mv-top__kuchikomi__case {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__case {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 375px) {
  .mv-pmap .mv-top__kuchikomi__case {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.8rem;
  }
}
.mv-pmap .mv-top__kuchikomi__case .label {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  font-weight: bold;
  /*box-sizing: border-box;
   background: #009ccf;
   border-radius: 10px;
   padding: 5px 10px;*/
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .mv-pmap .mv-top__kuchikomi__case .label {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-pmap .mv-top__kuchikomi__case .label {
    font-size: 1.3rem;
    line-height: 1.3rem;
    border-radius: 5px;
  }
}
@media (max-width: 375px) {
  .mv-pmap .mv-top__kuchikomi__case .label {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.mv-pmap #review__timeline2 {
  padding: 60px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .mv-pmap #review__timeline2 {
    padding: 6% 2%;
    width: 94%;
  }
}
.mv-pmap .popup_close {
  background: #ff6215;
  line-height: 1.8em;
  font-size: 1.4rem;
}
.mv-pmap #kuchikomi_wrap .head, .mv-pmap #kuchikomi_wrap2 .head {
  background: #ff6215;
}
@media screen and (max-width: 767px) {
  .mv-pmap #kuchikomi_wrap .head, .mv-pmap #kuchikomi_wrap2 .head {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .mv-pmap #kuchikomi_wrap .g_logo, .mv-pmap #kuchikomi_wrap2 .g_logo {
    border: solid 2px #ff6215;
  }
}
.mv-pmap #kuchikomi_wrap.kuchikomi_wrap, .mv-pmap #kuchikomi_wrap2.kuchikomi_wrap {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .mv-pmap #kuchikomi_wrap.kuchikomi_wrap, .mv-pmap #kuchikomi_wrap2.kuchikomi_wrap {
    border-radius: 0;
  }
}
@media screen and (max-width: 900px) {
  .mv-pmap #kuchikomi_wrap.kuchikomi_wrap .resultcontent, .mv-pmap #kuchikomi_wrap2.kuchikomi_wrap .resultcontent {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .mv-pmap #kuchikomi_wrap.kuchikomi_wrap .kuchikomi_wrap > ul:not(.review_aco #kuchikomi_wrap.kuchikomi_wrap > ul), .mv-pmap #kuchikomi_wrap2.kuchikomi_wrap .kuchikomi_wrap > ul:not(.review_aco #kuchikomi_wrap.kuchikomi_wrap > ul) {
    border-radius: 0 0 10px 10px;
  }
}
.mv-pmap #kuchikomi_wrap .result_txt_box label:after, .mv-pmap #kuchikomi_wrap2 .result_txt_box label:after {
  background-color: #ff6215;
}
.mv-pmap #kuchikomi_wrap .star-rating, .mv-pmap #kuchikomi_wrap2 .star-rating {
  letter-spacing: 0;
}
.mv-pmap #kuchikomi_wrap .star-rating-front, .mv-pmap #kuchikomi_wrap2 .star-rating-front {
  color: #f0e200;
}
.mv-pmap #kuchikomi_fv01 {
  width: 100%;
  background: #ff6215;
  position: relative;
  overflow: initial;
  padding: 0;
  height: auto;
  margin: auto;
  /*&.mv-top__kuchikomi {
   @include mq(mobile) {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   padding-top: 2.5%;
   box-sizing: border-box;
   }
   }*/
}
.mv-pmap #kuchikomi_fv01 .star-rating-front {
  color: #f0e200;
  width: 100%;
  display: block;
}
.mv-pmap #kuchikomi_fv01 .star-rating-back {
  color: transparent;
  width: 100%;
  display: block;
}
.mv-pmap #kuchikomi_fv01 .kuchi_num {
  font-weight: initial;
  background: none;
  color: #fff;
  padding: 0;
  font-size: initial;
  display: initial;
  line-height: initial;
  border-radius: 0;
  position: static;
  border: 0;
  top: auto;
  right: auto;
  min-width: initial;
  text-align: center;
}
.mv-pmap #kuchikomi_fv01.widget_show {
  height: auto !important;
  opacity: initial;
}
.mv-top {
  max-width: 1920px;
  margin: 0 auto 100px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 122px;
  z-index: 1;
  background: #000;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .mv-top {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-top {
    margin-top: 70px;
    margin-bottom: 45px;
    background: none;
  }
}
.mv-top__banner {
  width: 100%;
  position: relative;
  aspect-ratio: 3.29331;
}
@media screen and (max-width: 767px) {
  .mv-top__banner {
    aspect-ratio: 0.94221;
    height: 106vw;
    max-height: 790px;
  }
}
.mv-top__slider__wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-top__slider__wrapper {
    background: none;
    padding: 0;
  }
}
.mv-top__slider {
  opacity: 0;
  margin-bottom: 0 !important;
}
.mv-top__slider.slick-initialized {
  opacity: 1;
}
.mv-top__slider.slick-initialized .slick-list {
  padding: 0 !important;
}
.mv-top__slider .slick-dots {
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider .slick-dots {
    bottom: -125px;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider .slick-dots {
    bottom: -90px;
  }
}
.mv-top__slider .slick-dots li {
  margin: 0 20px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .mv-top__slider .slick-dots li {
    margin: 0 10px;
    width: 10px;
    height: 10px;
  }
}
.mv-top__slider .slick-dots li button:before {
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
  background: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .mv-top__slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
.mv-top__slider .slick-dots li.slick-active button:before {
  background: #f08524;
}
.mv-top__slider__item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.mv-top__slider__item a {
  display: block;
  width: 100%;
}
.mv-top__slider__item a:hover {
  opacity: 1 !important;
}
.mv-top__slider__item__img {
  width: 100%;
  height: 583px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
  aspect-ratio: 3.29331;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item__img {
    height: 58vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item__img {
    height: 106vw;
    max-height: 790px;
    aspect-ratio: 0.94221;
  }
}
.mv-top__slider__item.first-slide {
  position: relative;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-01 {
  position: absolute;
  left: calc((100% - 1120px) / 2);
  top: 120px;
  z-index: 2;
  width: 176px;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-01 {
    width: 15vw;
    left: 0;
    top: 17vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-01 {
    top: auto;
    bottom: 2vw;
    width: 29vw;
    left: 1vw;
  }
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-01__animation {
  display: inline-block;
  opacity: 0;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-01 img {
  display: inline-block;
  width: 100%;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-01.fade-in .mv-top__banner__position-img-01__animation {
  animation: poyoyon2 2s linear 1s infinite;
  opacity: 1;
  transition: opacity 0.5s;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-02 {
  position: absolute;
  right: calc((100% - 1110px) / 2);
  top: 210px;
  z-index: 2;
  width: 256px;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-02 {
    width: 22vw;
    right: 0;
    top: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-02 {
    top: auto;
    bottom: 2vw;
    width: 37vw;
    right: 1vw;
  }
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-02__animation {
  display: inline-block;
  opacity: 0;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-02 img {
  display: inline-block;
  width: 100%;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-02.fade-in .mv-top__banner__position-img-02__animation {
  animation: poyoyon2 2s linear 1s infinite;
  opacity: 1;
  transition: opacity 0.5s;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-04 {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 100%;
  max-width: 1024px;
  transform: translateX(-50%);
  z-index: 1;
  /*&.fade-in {
   .mv-top__banner__position-img-04__animation {
   animation-name: slideTextX100;
   animation-duration: 1.5s;
   animation-fill-mode: forwards;
   opacity: 0;
   }
   .mv-top__banner__position-img-04__animation__inner {
   animation-name: slideTextX-100;
   animation-duration: 1.5s;
   animation-fill-mode: forwards;
   opacity: 0;
   }
   }*/
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-04 {
    top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-04 {
    left: 0;
    top: 2vw;
    transform: none;
    width: 100%;
    z-index: 2;
  }
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-04 img {
  display: inline-block;
  width: 100%;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-04__animation__inner.medal {
  position: absolute;
  max-width: 200px;
  width: 100%;
  left: 69%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-04__animation__inner.medal {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-04__animation__inner.medal {
    width: 30%;
    bottom: -50%;
    z-index: 5;
    left: 50%;
  }
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-05 {
  position: absolute;
  left: 48%;
  transform: translateX(-100%);
  bottom: 10px;
  z-index: 2;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-05 {
    top: 74%;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-05 {
    top: 62%;
    width: 46%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-05__animation {
  display: inline-block;
  opacity: 0;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-05 img {
  display: inline-block;
  width: 100%;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-05.fade-in .mv-top__banner__position-img-05__animation {
  animation-name: slideTextX-100;
  opacity: 1;
  transition: opacity 0.5s;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-06 {
  position: absolute;
  left: 48%;
  transform: translateX(0%);
  bottom: 10px;
  z-index: 2;
  width: 348px;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-06 {
    top: 74%;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-06 {
    top: 80%;
    width: 46%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-06__animation {
  display: inline-block;
  opacity: 0;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-06 img {
  display: inline-block;
  width: 100%;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-06.fade-in .mv-top__banner__position-img-06__animation {
  animation-name: slideTextX-100;
  opacity: 1;
  transition: opacity 0.5s;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-07 {
  position: absolute;
  right: calc((100% - 1190px) / 2);
  top: 10px;
  z-index: 2;
  width: 167px;
  transform: rotate(40deg);
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-07 {
    width: 13vw;
    right: 5vw;
    top: 10vw;
    transform: rotate(15deg);
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.first-slide .mv-top__banner__position-img-07 {
    top: auto;
    bottom: 26vw;
    width: 24vw;
    left: 72vw;
    transform: initial;
  }
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-07__animation {
  display: inline-block;
  opacity: 0;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-07 img {
  display: inline-block;
  width: 100%;
}
.mv-top__slider__item.first-slide .mv-top__banner__position-img-07.fade-in .mv-top__banner__position-img-07__animation {
  animation: poyoyon3 2s linear 0.5s infinite;
  opacity: 1;
  transition: opacity 0.4s;
}
.mv-top__bottom {
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .mv-top__bottom {
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__bottom {
    padding-bottom: 2%;
    background: #000;
  }
}
.mv-top__bottom__title {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .mv-top__bottom__title {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__bottom__title {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.mv-top #review__timeline2 {
  padding: 60px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .mv-top #review__timeline2 {
    padding: 6% 2%;
  }
}
.mv-top .popup_close {
  background: #113266;
  line-height: 1.8em;
  font-size: 1.4rem;
}
.section-recommend {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section-recommend .recommend_info_bnr {
  width: 100%;
}
.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: -180px;
    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__list .slick-dots {
  bottom: auto;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li {
  margin: 0 10px;
  width: 60px;
  height: 6px;
}
@media screen and (max-width: 1024px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li {
    margin: 0 8px;
    width: 40px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li {
    margin: 0 5px;
    width: 8vw;
    height: 0.8vw;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li button {
  width: 60px;
  height: 6px;
}
@media screen and (max-width: 1024px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li button {
    width: 40px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li button {
    width: 8vw;
    height: 0.8vw;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li button:before {
  background: #dedede;
  width: 60px;
  height: 6px;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li button:before {
    width: 40px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li button:before {
    width: 8vw;
    height: 0.8vw;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__list .slick-dots li.slick-active button:before {
  background: #009ccf;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__item {
  max-width: 340px;
  width: 100%;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__item {
    margin: 0 10px;
    max-width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .section-recommend .recommend_info_bnr .section-recommend__slider__item {
    width: 100%;
    margin: 0 10px;
  }
}
.section-recommend .recommend_info_bnr .section-recommend__slider__link {
  display: block;
  position: relative;
}
.section-recommend .recommend_info_bnr .section-recommend__slider__img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .home .top-news {
    padding: 0 3%;
  }
}
.home .top-news .top-tabHead {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.home .top-news .top-tabHead > li {
  width: calc((100% - 20px) / 5);
  padding: 20px 0;
  float: left;
  text-align: center;
  background: #ff6215;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home .top-news .top-tabHead > li {
    padding: 4% 0;
    font-size: 2vw;
  }
}
.home .top-news .top-tabHead > li:not(:last-of-type) {
  margin-right: 5px;
}
.home .top-news .top-tabHead > li.js-active {
  border-top: 1px solid #645a5a;
  border-left: 1px solid #645a5a;
  border-right: 1px solid #645a5a;
  border-bottom: 1px solid #fff;
  color: #222;
  background-color: #fff;
  cursor: auto;
  position: relative;
}
.home .top-news__section {
  background-color: #fff;
  margin-top: -1px;
  margin-bottom: 60px;
  padding: 20px 50px 30px;
  box-sizing: border-box;
  border: 1px solid #645a5a;
}
@media screen and (max-width: 1024px) {
  .home .top-news__section {
    margin-top: -2px;
    margin-bottom: 6%;
    padding: 4% 6% 4%;
  }
}
@media screen and (max-width: 767px) {
  .home .top-news__section {
    margin-top: -1px;
  }
}
.home .top-news__section > li:not(.js-show) {
  display: none;
}
.home .top-news__section > li > div {
  position: relative;
  border-bottom: 2px solid #ddd;
}
.home .top-news__section > li > div::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #222;
  font-size: 1.8rem;
}
.home .top-news__section > li > div > a {
  display: block;
  padding: 2% 0;
}
@media screen and (max-width: 1024px) {
  .home .top-news__section > li > div > a {
    padding: 3% 0;
  }
}
.home .top-news__section > li > div > a > div p:first-of-type {
  font-size: 1.2rem;
  margin-bottom: 1%;
  color: #094;
}
@media screen and (max-width: 1024px) {
  .home .top-news__section > li > div > a > div p:first-of-type {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .home .top-news__section > li > div > a > div p:first-of-type {
    font-size: 1rem;
  }
}
.home .top-news__section > li > div > a > div p:first-of-type span:first-of-type {
  display: inline-block;
  margin-right: 2%;
}
.home .top-news__section > li > div > a > div p:first-of-type span:last-of-type {
  display: inline-block;
  padding: 5px;
  color: #fff;
  background: #222;
}
.home .top-news__section > li > div > a > div p:last-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 3%;
  font-size: 1.6rem;
  font-weight: bolder;
  color: #222;
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .top-news__section > li > div > a > div p:last-of-type {
    padding-right: 7%;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .top-menu {
    margin: 0 0 30px;
  }
}
.top-menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-menu__item {
  width: calc(100% / 3 - 10px);
  height: 105px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top-menu__item:nth-child(1) {
  width: calc(100% / 2 - 7px);
}
.top-menu__item:nth-child(2) {
  width: calc(100% / 2 - 7px);
}
@media (min-width: 768px) {
  .top-menu__item {
    width: calc(100% / 3 - 10px);
    height: 160px;
    margin-bottom: 20px;
  }
  .top-menu__item:nth-child(1) {
    width: calc(100% / 2 - 7px);
  }
  .top-menu__item:nth-child(2) {
    width: calc(100% / 2 - 7px);
  }
}
.top-menu__item--link {
  width: 100%;
  height: 100%;
  background-color: #222;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .top-menu__item--link {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    position: relative;
    background-color: transparent;
    display: block;
  }
  .top-menu__item--link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
    border-radius: 3px;
  }
}
.top-menu__item--kitchen::before {
  background-image: url("https://placehold.jp/505x160.png");
}
.top-menu__item--toilet::before {
  background-image: url("https://placehold.jp/505x160.png");
}
.top-menu__item--bath::before {
  background-image: url("https://placehold.jp/505x160.png");
}
.top-menu__item--wash::before {
  background-image: url("https://placehold.jp/505x160.png");
}
.top-menu__item--entrance::before {
  background-image: url("https://placehold.jp/505x160.png");
}
.top-menu__item--all::before {
  background-image: url("https://placehold.jp/505x160.png");
}
.top-menu__item-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-menu__item-inner {
    width: 130px;
    height: 100%;
    position: relative;
    border-radius: 3px 0 0 3px;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
  }
}
.top-menu__item-inner--thumb {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.top-menu__item-inner--part {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.75em;
  position: absolute;
  bottom: 10px;
  display: block;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .top-menu__item-inner--part {
    bottom: 25px;
    font-size: 1.5rem;
    letter-spacing: 0.175em;
  }
}
.top-recommend {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-recommend__list {
  width: 48%;
  margin: 0 4% 4% 0;
}
@media (min-width: 768px) {
  .top-recommend__list {
    width: 24%;
    margin: 0;
  }
}
.top-recommend__list--link {
  height: 100px;
  padding: 10px 5px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.75em;
  color: #222;
  border: 2px solid #645a5a;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-recommend__list--link {
    height: 180px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .top-recommend__list--link {
    height: 240px;
    font-size: 1.6rem;
  }
}
.top-recommend__list--head {
  margin: 0 0 5px;
  display: block;
}
.top-recommend__list--part {
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #ff6215;
}
@media (min-width: 768px) {
  .top-recommend__list--part {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #ff6215;
  }
}
.top-recommend__list:nth-of-type(2n) {
  margin: 0 0 4% 0;
}
@media (min-width: 768px) {
  .top-recommend__list:nth-of-type(2n) {
    margin: 0;
  }
}
.worksVoice-wrap {
  margin: 0 10px;
  display: flex !important;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .worksVoice-wrap {
    margin: 0;
  }
}
.worksVoice-wrap .vert-card__item {
  margin: 0 10px 10px 0;
  border: 1px solid #645a5a;
  border-radius: 3px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .worksVoice-wrap .vert-card__item {
    width: calc(100% / 3 - 7px);
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 1025px) {
  .worksVoice-wrap .vert-card__item {
    width: 241px;
    margin: 0 20px 20px 0;
  }
}
.worksVoice-wrap .vert-card__item:nth-child(2n) {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .worksVoice-wrap .vert-card__item:nth-child(2n) {
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 1025px) {
  .worksVoice-wrap .vert-card__item:nth-child(2n) {
    margin: 0 20px 20px 0;
  }
}
@media (min-width: 768px) {
  .worksVoice-wrap .vert-card__item:nth-child(3n) {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1025px) {
  .worksVoice-wrap .vert-card__item:nth-child(3n) {
    margin: 0 20px 20px 0;
  }
}
@media (min-width: 768px) {
  .worksVoice-wrap .vert-card__item:nth-child(4n) {
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 1025px) {
  .worksVoice-wrap .vert-card__item:nth-child(4n) {
    margin: 0 0 20px 0;
  }
}
.worksVoice-wrap .vert-card__img {
  width: 100%;
  height: 170px;
}
@media (min-width: 768px) {
  .worksVoice-wrap .vert-card__img {
    height: 240px;
  }
}
.worksVoice-wrap .commingsoon {
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
}
.worksVoice-wrap .commingsoon__thumb {
  width: 100%;
  height: 170px;
  border-radius: 3px;
  background: #009fd9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(0, 159, 217, 1) 0%, rgba(13, 77, 159, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 159, 217, 1) 0%, rgba(13, 77, 159, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 159, 217, 1) 0%, rgba(13, 77, 159, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#009fd9', endColorstr='#0d4d9f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .worksVoice-wrap .commingsoon__thumb {
    height: 240px;
  }
}
.worksVoice-wrap .commingsoon span {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #fff;
}
@media (min-width: 768px) {
  .worksVoice-wrap .commingsoon span {
    font-size: 1.5rem;
  }
}
.worksVoice-slider {
  margin: 0 0 30px;
  position: relative;
}
@media (min-width: 768px) {
  .worksVoice-slider {
    margin: 0 0 30px;
  }
}
.prevbtn {
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  width: 30px;
  height: 80px;
  background-color: #222;
  border-radius: 0 3px 3px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .prevbtn {
    top: calc(50% - 75px);
    left: 0;
    width: 50px;
    height: 150px;
    border-radius: 3px;
  }
}
@media (min-width: 1025px) {
  .prevbtn {
    left: -70px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1164px) {
  .prevbtn {
    left: 0;
  }
}
.prevbtn::before {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url("../../../../images/icon/arrow.svg");
  transform: rotate(180deg);
  background-size: cover;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 7px);
}
@media (min-width: 1025px) {
  .prevbtn::before {
    left: calc(50% - 8px);
  }
}
.nextbtn {
  position: absolute;
  top: calc(50% - 40px);
  right: 0;
  width: 30px;
  height: 80px;
  background-color: #222;
  border-radius: 3px 0 0 3px;
  z-index: 1;
}
@media (min-width: 768px) {
  .nextbtn {
    top: calc(50% - 75px);
    right: 0;
    width: 50px;
    height: 150px;
    border-radius: 3px;
  }
}
@media (min-width: 1025px) {
  .nextbtn {
    top: calc(50% - 75px);
    right: -70px;
    width: 50px;
    height: 150px;
    border-radius: 3px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1164px) {
  .nextbtn {
    right: 0;
  }
}
.nextbtn::before {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url("../../../../images/icon/arrow.svg");
  background-size: cover;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 7px;
}
@media (min-width: 768px) {
  .nextbtn::before {
    right: calc(50% - 8px);
  }
}
.top-staff__list {
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .top-staff__list {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .top-staff__list {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .top-staff__list::before {
    content: "";
    width: 30%;
    display: block;
    order: 1;
  }
}
@media (min-width: 1025px) {
  .top-staff__list::before {
    width: 23%;
  }
}
@media (min-width: 1025px) {
  .top-staff__list::after {
    content: "";
    width: 23%;
    height: 0;
    display: block;
  }
}
.top-staff__item {
  width: 48%;
  margin: 0 0 4%;
}
@media (min-width: 768px) {
  .top-staff__item {
    width: 30%;
    margin: 0 0 4.5%;
  }
}
@media (min-width: 1025px) {
  .top-staff__item {
    width: 23%;
    margin: 0 0 2.5%;
  }
}
.top-staff__link {
  color: #222;
  display: block;
}
.top-staff__thumb {
  width: 100%;
  height: 170px;
  margin: 0 0 20px;
  background-size: cover;
  background-position: 50%;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .top-staff__thumb {
    height: 241px;
  }
}
.top-staff__name {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .top-staff__name {
    font-size: 1.5rem;
  }
}
.home .top-notice {
  background: #f1f1f1;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .home .top-notice {
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .home .top-notice__cnt {
    padding: 0 3% !important;
  }
}
.home .top-notice__cnt--item {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .home .top-notice__cnt--item {
    margin-bottom: 4%;
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .home .top-notice__cnt--item {
    margin-bottom: 6%;
    padding: 6%;
  }
}
.home .top-notice__cnt--item h3 {
  color: #222;
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .home .top-notice__cnt--item h3 {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .home .top-notice__cnt--item h3 {
    font-size: 1.6rem;
  }
}
.home .top-notice__cnt--item-data {
  color: #222;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .home .top-notice__cnt--item-data {
    margin-bottom: 2%;
  }
}
.home .top-notice__cnt--item-txt {
  color: #111;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .home .top-notice__cnt--item-txt {
    font-size: 1.4rem;
  }
}
.home .top-notice__cnt--btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px;
  border: 2px solid #645a5a;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .home .top-notice__cnt--btn {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .home .top-notice__cnt--btn {
    margin-bottom: 6%;
  }
}
.home .top-notice__cnt--btn a {
  display: block;
  font-size: 1.6rem;
  line-height: 60px;
  text-align: center;
  color: #222;
}
.section-plan {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 90px 0 70px;
  background: url('../../../../images/top/plan_bg_img_01_pc.png'), url('../../../../images/top/plan_bg_img_02_pc.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: auto, auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-plan {
    padding: 9% 0 7%;
    background: url('../../../../images/top/plan_bg_img_01_tb.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .section-plan {
    padding: 11% 0 13%;
    background: url('../../../../images/top/plan_bg_img_01_sp.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
.section-plan__heading {
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.section-plan__heading h2 {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  margin: 0 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-plan__heading h2 {
    margin: 0 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__heading h2 {
    margin: 0 0 7%;
  }
}
.section-plan__heading h2 img {
  width: 100%;
  height: 212px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-plan__heading h2 img {
    height: 21vw;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__heading h2 img {
    height: auto;
  }
}
.section-plan__position-img {
  position: absolute;
  top: 90px;
  left: calc((100% - 680px) / 2);
  z-index: 1;
  opacity: 0;
}
.section-plan__position-img.is-animated {
  animation: animate-bounceIn2;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .section-plan__position-img {
    left: 15vw;
    width: 25vw;
    top: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__position-img {
    left: 3vw;
    top: 24vw;
    width: 32vw;
  }
}
.section-plan__contents {
  width: 100%;
  position: relative;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-plan__contents {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__contents {
    padding: 0 6%;
  }
}
.section-plan__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-plan__card {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card {
    margin-bottom: 4%;
  }
}
.section-plan__card__item {
  width: calc(50% - 30px);
  margin-right: 60px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  position: relative;
}
.section-plan__card__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item {
    margin-bottom: 4%;
    width: 48%;
    margin-right: 4%;
  }
  .section-plan__card__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item {
    margin-bottom: 5%;
    width: 100%;
    margin-right: 0;
  }
  .section-plan__card__item:nth-child(2n) {
    margin-right: 0;
  }
  .section-plan__card__item:last-child {
    margin-bottom: 8%;
  }
}
.section-plan__card__item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 220px;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__link {
    height: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__link {
    height: 42vw;
  }
}
@media (max-width: 375px) {
  .section-plan__card__item__link {
    height: 42vw;
  }
}
@media (max-width: 360px) {
  .section-plan__card__item__link {
    height: 44vw;
  }
}
.section-plan__card__item__position-paint {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 240px;
  z-index: 2;
  width: 100%;
  max-width: 100px;
  max-height: 120px;
}
.section-plan__card__item__position-paint img {
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;' !important;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__position-paint {
    right: 25vw;
    height: 60%;
    z-index: 2;
    width: 20%;
  }
  .section-plan__card__item__position-paint img {
    height: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__position-paint {
    right: 49vw;
    height: 60%;
    width: 23%;
  }
}
.section-plan__card__item__position-logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  max-width: 90px;
  filter: drop-shadow(2px 4px 6px #fff);
}
.section-plan__card__item__position-logo img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;' !important;
  object-position: bottom left;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__position-logo {
    height: 18%;
  }
  .section-plan__card__item__position-logo img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__position-logo {
    height: 25%;
    bottom: 5%;
    right: 5%;
    width: 18%;
    filter: none;
  }
}
.section-plan__card__item__position-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #d7202f;
  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;
}
@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;
  }
}
.section-plan__card__item__img {
  width: 180px;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;' !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__img {
    width: 40%;
  }
}
.section-plan__card__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
  object-position: 0 0;
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__img img {
    width: 100%;
  }
}
.section-plan__card__item__text {
  width: calc(100% - 180px);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 10px 20px 40px;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__text {
    padding: 6% 4%;
    padding-left: 8%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__text {
    width: 60%;
    padding: 3.5% 2.5% 3.5% 7%;
  }
}
.section-plan__card__item__text__box {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__text__box {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__text__box {
    margin-bottom: 2.5%;
    min-height: 16vw;
  }
}
@media (max-width: 370px) {
  .section-plan__card__item__text__box {
    margin-bottom: 0;
  }
}
.section-plan__card__item__text__price-wrap {
  width: 100%;
}
.section-plan__card__item__text__sub-price {
  width: 100%;
}
.section-plan__card__item__text__description {
  width: 100%;
}
.section-plan__card__item__text__price {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-bottom: 2px;
}
.section-plan__card__item__text__price p:nth-child(1) {
  display: inline-block;
  color: #d7202f;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 4.5rem;
  margin-right: 10px;
  letter-spacing: 0.5px;
  font-style: italic;
  /*
   span {
   font-size: 4.8rem;
   line-height: 4.8rem;
   @include mq(tablet) {
   font-size: 3.8rem;
   line-height: 3.8rem;
   }
   @include mq(mobile) {
   font-size: 3rem;
   line-height: 3rem;
   }
   @media (max-width: 375px) {
   font-size: 2.3rem;
   line-height: 2.3rem;
   }
   }
   */
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__text__price p:nth-child(1) {
    font-size: 4.3vw;
    line-height: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__text__price p:nth-child(1) {
    font-size: 9vw;
    line-height: 9vw;
  }
}
@media (max-width: 370px) {
  .section-plan__card__item__text__price p:nth-child(1) {
    font-size: 8vw;
    line-height: 8vw;
  }
}
.section-plan__card__item__text__price p:nth-child(2) {
  font-size: 1.6rem;
  line-height: 2rem;
  display: inline-block;
  font-weight: 600;
  color: #262626;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__text__price p:nth-child(2) {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__text__price p:nth-child(2) {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 370px) {
  .section-plan__card__item__text__price p:nth-child(2) {
    font-size: 1rem;
    font-size: 3.5vw;
    line-height: 0.9rem;
  }
}
.section-plan__card__item__text__sub-title {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 500;
  color: #434343;
  margin-bottom: 5px;
  letter-spacing: 0.07em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: calc(2.3rem * 1);
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__text__sub-title {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 1%;
    max-height: calc(2rem * 1);
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__text__sub-title {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 1.5%;
    word-wrap: break-word;
    word-break: normal;
    max-height: calc(4.5vw * 1);
  }
}
@media (max-width: 370px) {
  .section-plan__card__item__text__sub-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    max-height: calc(1.6rem * 1);
  }
}
@media (max-width: 375px) {
  .section-plan__card__item__text__sub-title {
    font-size: 1.1rem;
  }
}
.section-plan__card__item__text__sub-price {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #262626;
  text-align: right;
  letter-spacing: 0.5px;
  margin: 5px auto;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__text__sub-price {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__text__sub-price {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 2px;
    letter-spacing: 0;
  }
}
@media (max-width: 370px) {
  .section-plan__card__item__text__sub-price {
    font-size: 4.2vw;
    line-height: 1em;
  }
}
.section-plan__card__item__text__description {
  font-size: 1.3rem;
  -webkit-line-clamp: 1;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.4em;
  max-height: calc(1.4em * 1);
  font-weight: 500;
  color: #222;
  text-align: right;
  letter-spacing: 0.5px;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__text__description {
    font-size: 1.1rem;
    line-height: 1.6rem;
    max-height: calc(1.6rem * 1);
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__text__description {
    font-size: 1.1rem;
    line-height: 1.5rem;
    max-height: calc(1.5rem * 1);
    letter-spacing: 0;
    margin-top: 3px;
  }
}
.section-plan__card__item__text__title {
  font-size: 1.8rem;
  line-height: 1.6rem;
  font-weight: bold;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #262626;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  max-height: calc(1.6rem * 2);
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__text__title {
    font-size: 1.6rem;
    font-size: 1.9vw;
    line-height: 2rem;
    max-height: calc(2.0rem * 2);
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__text__title {
    font-size: 4vw;
    line-height: 1.2em;
    max-height: calc(1.2em * 2);
  }
}
@media (max-width: 370px) {
  .section-plan__card__item__text__title {
    font-size: 1.2rem;
    font-size: 3.5vw;
    line-height: 1.6rem;
    max-height: calc(1.6rem * 2);
  }
}
.section-plan__card__item__text__product {
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #222;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  max-height: calc(1.2em * 2);
  margin-top: 4%;
}
@media screen and (max-width: 1024px) {
  .section-plan__card__item__text__product {
    font-size: 1.6rem;
    font-size: 1.7vw;
    line-height: 2rem;
    max-height: calc(2.0rem * 2);
  }
}
@media screen and (max-width: 767px) {
  .section-plan__card__item__text__product {
    font-size: 4vw;
    line-height: 1.2em;
    max-height: calc(1.2em * 2);
  }
}
@media (max-width: 370px) {
  .section-plan__card__item__text__product {
    font-size: 1.2rem;
    font-size: 3.1vw;
    line-height: 1.6rem;
    max-height: calc(1.6rem * 2);
  }
}
.section-plan__button {
  width: 100%;
  max-width: 944px;
  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-plan__button {
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__button {
    padding: 0 6%;
  }
}
.section-plan__button__link {
  width: 100%;
  max-width: 650px;
  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: 60px;
  background: #ff6215;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .section-plan__button__link {
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 55px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__button__link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.5px;
    height: 50px;
    border-radius: 15px;
  }
}
.section-plan__button__link:after {
  content: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  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-plan__button__link:after {
    font-size: 1.8rem;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-plan__button__link:after {
    font-size: 1.6rem;
    right: 15px;
  }
}
.section-cta {
  width: 100%;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #f2faf5 url('../../../../images/top/contact_bg_pc.jpg') 50% 0% / auto no-repeat;
}
@media screen and (max-width: 1024px) {
  .section-cta {
    padding: 80px 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta {
    padding: 15.63vw 0 8%;
    background: #f2faf5 url('../../../../images/top/contact_bg_sp.jpg') 50% 0% / 100% auto no-repeat;
  }
}
.section-cta__heading {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-cta__heading {
    width: 55.85vw;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__heading {
    width: 69.01vw;
    padding: 0 6%;
  }
}
.section-cta__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .section-cta__desc {
    font-size: 13px;
  }
}
.section-cta__desc br {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-cta__desc br {
    display: block;
  }
}
.section-cta__box {
  margin: 40px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-cta__box {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__box {
    margin: 6% 0 0;
  }
}
.section-cta__boxItem {
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-cta__boxItem {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__boxItem:nth-of-type(n+2) {
    margin-top: 3%;
  }
}
.section-cta__boxItem--medium {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section-cta__boxItem--medium {
    width: 100%;
  }
}
.section-cta__boxItem--wide {
  width: 100%;
}
.section-cta__boxItem--mtAdjust {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section-cta__boxItem--mtAdjust {
    margin-top: 0;
  }
}
.section-cta__card {
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 4px solid #094;
  border-radius: 10px;
  background: #fff;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-cta__card {
    padding: 3.5%;
    border-width: 2px;
  }
}
.section-cta__card--inquiry {
  border-color: #094;
}
.section-cta__card--fcInquiry {
  border-color: #ff9601;
}
.section-cta__card--quotation {
  border-color: #ff9601;
}
.section-cta__card--line {
  border-color: #01b902;
}
.section-cta__card--tel {
  padding: 10px;
  border-color: #ff6215;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-cta__card--tel {
    padding: 3.5%;
    flex-direction: column;
    justify-content: center;
  }
}
.section-cta__cardTelNum {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .section-cta__cardTelNum {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__cardTelNum {
    width: 100%;
    margin-top: 2%;
    order: 2;
    font-size: 6.25vw;
    justify-content: center;
  }
}
.section-cta__cardTelNum::before {
  width: 64px;
  height: 41px;
  margin-top: 3px;
  margin-right: 10px;
  content: "";
  background: url('../../../../images/top/cta_icon_03.png') 50% 50% / cover no-repeat;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .section-cta__cardTelNum::before {
    width: 6.05vw;
    height: 4vw;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__cardTelNum::before {
    width: 8.33vw;
    height: 5.34vw;
  }
}
.section-cta__cardText {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .section-cta__cardText {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__cardText {
    margin-top: 0;
    font-size: 3.39vw;
  }
}
.section-cta__cardText b {
  width: 100%;
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #094;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .section-cta__cardText b {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__cardText b {
    font-size: 4.95vw;
  }
}
.section-cta__cardText--inquiry b {
  color: #094;
}
.section-cta__cardText--fcInquiry b {
  color: #ff9601;
}
.section-cta__cardText--quotation b {
  color: #ff9601;
}
.section-cta__cardText--line b {
  border-color: #01b902;
}
.section-cta__cardText--tel {
  margin-top: 0;
  margin-left: 30px;
  white-space: nowrap;
  text-align: left;
  line-height: 1.25em;
}
@media screen and (max-width: 1024px) {
  .section-cta__cardText--tel {
    margin-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__cardText--tel {
    margin-left: 0;
    order: 1;
  }
}
.section-cta__cardText--tel br {
  display: block;
}
@media screen and (max-width: 767px) {
  .section-cta__cardText--tel br {
    display: none;
  }
}
.section-cta__cardBtn {
  margin-top: 10px;
  padding: 20px 20px 20px 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 5px;
  background: #094;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-cta__cardBtn {
    padding: 15px;
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__cardBtn {
    margin-top: 5%;
    padding: 3%;
    font-size: 3.39vw;
  }
}
.section-cta__cardBtn::before {
  margin-top: 3px;
  margin-right: 10px;
  font-size: 1.625em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-cta__cardBtn::before {
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__cardBtn::before {
    margin-right: 3.91vw;
  }
}
.section-cta__cardBtn::after {
  margin-top: 3px;
  margin-left: auto;
  content: "\f138";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .section-cta__cardBtn::after {
    margin-left: 13.02vw;
  }
}
.section-cta__cardBtn--inquiry {
  background: #094;
}
.section-cta__cardBtn--inquiry::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.section-cta__cardBtn--fcInquiry {
  background: #ff9601;
}
.section-cta__cardBtn--fcInquiry::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.section-cta__cardBtn--quotation {
  background: #ff9601;
}
.section-cta__cardBtn--quotation::before {
  content: "\f1ec";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.section-cta__cardBtn--line {
  background: #01b902;
}
.section-cta__cardBtn--line::before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Brands";
  font-weight: 500;
}
.section-cta__cardBtn--tel {
  max-width: 280px;
  width: 100%;
  margin-top: 0;
  margin-left: 40px;
  background: #ff6215;
}
@media screen and (max-width: 1024px) {
  .section-cta__cardBtn--tel {
    max-width: 25.39vw;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-cta__cardBtn--tel {
    max-width: 100%;
    margin-top: 2%;
    margin-left: 0;
    order: 3;
  }
}
.section-cta__cardBtn--tel::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.section-cta__cardBtnText {
  margin-right: 1.5em;
}
.section-cta__contents {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  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: 6%;
  }
}
.global-nav__cta .section-cta {
  width: 100%;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: none;
}
@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 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__desc br {
  display: block;
}
.global-nav__cta .section-cta__box {
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__box {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__box {
    margin-top: 6%;
  }
}
.global-nav__cta .section-cta__boxItem {
  width: 100%;
  padding: 0px;
}
.global-nav__cta .section-cta__boxItem:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__boxItem:nth-of-type(n+2) {
    margin-top: 3%;
  }
}
.global-nav__cta .section-cta__boxItem--medium {
  width: 100%;
}
.global-nav__cta .section-cta__boxItem--wide {
  width: 100%;
}
.global-nav__cta .section-cta__boxItem--mtAdjust {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__boxItem--mtAdjust {
    margin-top: 3%;
  }
}
.global-nav__cta .section-cta__card--tel {
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__card--tel {
    padding: 3.5%;
  }
}
.global-nav__cta .section-cta__cardTelNum {
  width: 100%;
  margin-top: 10px;
  font-size: 42px;
  order: 2;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__cardTelNum {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__cardTelNum {
    margin-top: 2%;
    font-size: 6.25vw;
  }
}
.global-nav__cta .section-cta__cardTelNum::before {
  width: 64px;
  height: 41px;
  margin-top: 3px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__cardTelNum::before {
    width: 6.05vw;
    height: 4vw;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__cardTelNum::before {
    width: 8.33vw;
    height: 5.34vw;
  }
}
.global-nav__cta .section-cta__cardText {
  margin-top: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__cardText {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__cardText {
    font-size: 3.39vw;
  }
}
.global-nav__cta .section-cta__cardText b {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__cardText b {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__cardText b {
    font-size: 4.95vw;
  }
}
.global-nav__cta .section-cta__cardText--tel {
  margin-left: 0;
  order: 1;
}
.global-nav__cta .section-cta__cardText--tel br {
  display: none;
}
.global-nav__cta .section-cta__cardBtn {
  margin-top: 10px;
  padding: 20px 20px 20px 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__cardBtn {
    padding: 15px;
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__cardBtn {
    margin-top: 5%;
    padding: 3%;
    font-size: 3.39vw;
  }
}
.global-nav__cta .section-cta__cardBtn::before {
  margin-top: 3px;
  margin-right: 10px;
  font-size: 1.625em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__cardBtn::before {
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__cardBtn::before {
    margin-right: 3.91vw;
  }
}
.global-nav__cta .section-cta__cardBtn::after {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__cardBtn::after {
    margin-left: 13.02vw;
  }
}
.global-nav__cta .section-cta__cardBtn--tel {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  order: 3;
}
@media screen and (max-width: 1024px) {
  .global-nav__cta .section-cta__cardBtn--tel {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__cardBtn--tel {
    margin-top: 2%;
  }
}
.global-nav__cta .section-cta__contents {
  margin-top: 0;
  padding: 0 6%;
}
.global-nav__cta .section-cta__contents .section-cta__sp-text {
  display: none;
  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 {
    display: block;
    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;
  }
}
.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%;
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__contents .section-cta__right {
    margin-top: 0;
  }
}
.global-nav__cta .section-cta__contents .section-cta__right__link {
  height: 120px;
}
@media screen and (max-width: 767px) {
  .global-nav__cta .section-cta__contents .section-cta__right__link {
    height: 50px;
  }
}
.section-diary {
  width: 100%;
  box-sizing: border-box;
  padding: 90px 0 80px;
  position: relative;
  background: url('../../../../images/top/diary_bg_img_01_pc.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (max-width: 1024px) {
  .section-diary {
    padding: 9% 0 8%;
    background: url('../../../../images/top/diary_bg_img_01_tb.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .section-diary {
    padding: 13% 0 12%;
    background: url('../../../../images/top/diary_bg_img_01_sp.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
.section-diary__heading {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-diary__heading {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__heading {
    margin: 0 auto 9%;
  }
}
.section-diary__heading h2 {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-diary__heading h2 {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__heading h2 {
    padding: 0 6%;
  }
}
.section-diary__heading h2 img {
  display: inline-block;
}
.section-diary__position-img {
  position: absolute;
  top: 20px;
  left: calc((100% - 750px) / 2);
  z-index: 0;
  opacity: 0;
}
.section-diary__position-img.is-animated {
  animation: animate-bounceIn2;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .section-diary__position-img {
    left: 14vw;
    width: 22vw;
    top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__position-img {
    left: 0;
    top: 4vw;
    width: 34vw;
  }
}
.section-diary__contents {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-diary__contents {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__contents {
    padding: 0 6%;
  }
}
.section-diary__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: 80px;
}
@media screen and (max-width: 1024px) {
  .section-diary__list {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__list {
    margin-bottom: 5%;
  }
}
.section-diary__list__item {
  width: calc(33.3% - 14px);
  margin-left: 21px;
  background: #fff;
  overflow: hidden;
  z-index: 3;
  border-radius: 15px;
  border: 2px solid #555;
}
.section-diary__list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .section-diary__list__item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 5%;
    border-radius: 10px;
    border: 1px solid #555;
  }
}
.section-diary__list__item__link {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-diary__list__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-diary__list__item__img {
  width: 100%;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-diary__list__item__img {
    width: 35%;
  }
}
.section-diary__list__item__img img {
  height: 140px;
  width: 100%;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 767px) {
  .section-diary__list__item__img img {
    height: 27vw;
  }
}
@media (max-width: 475px) {
  .section-diary__list__item__img img {
    height: 35vw;
  }
}
.section-diary__list__item__text {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px 15px 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .section-diary__list__item__text {
    padding: 10px 15px 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__list__item__text {
    width: 65%;
    padding: 3% 5% 3% 3%;
    -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;
  }
}
.section-diary__list__item__text__wrap {
  width: 100%;
}
.section-diary__list__item__text__label {
  z-index: 1;
  font-size: 1.6rem;
  line-height: 3rem;
  box-sizing: border-box;
  color: #191919;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .section-diary__list__item__text__label {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__list__item__text__label {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-bottom: 4%;
  }
}
.section-diary__list__item__text__label span:before {
  content: '/';
  display: inline-block;
  margin-right: 3px;
}
.section-diary__list__item__text__label span:first-child:before {
  display: none;
}
.section-diary__list__item__text__title-wrap {
  margin-bottom: 15px;
  min-height: 60px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-diary__list__item__text__title-wrap {
    margin-bottom: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__list__item__text__title-wrap {
    margin-bottom: 2%;
    min-height: 40px;
    margin-top: 2%;
  }
}
.section-diary__list__item__text__title {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #191919;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: calc(2.8rem * 2);
}
@media screen and (max-width: 1024px) {
  .section-diary__list__item__text__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-height: calc(2.4rem * 2);
  }
}
@media screen and (max-width: 767px) {
  .section-diary__list__item__text__title {
    font-size: 1.4rem;
    line-height: 2.1rem;
    max-height: calc(2.1rem * 2);
    width: 100%;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 375px) {
  .section-diary__list__item__text__title {
    font-size: 1.2rem;
    line-height: 1.8rem;
    max-height: calc(1.8rem * 2);
  }
}
.section-diary__list__item__text__date {
  font-size: 1.8rem;
  font-weight: 400;
  color: #191919;
  text-align: right;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .section-diary__list__item__text__date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__list__item__text__date {
    font-size: 1.3rem;
    width: 100%;
  }
}
.section-diary__button {
  width: 100%;
  max-width: 944px;
  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-diary__button {
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__button {
    padding: 0 6%;
  }
}
.section-diary__button__link {
  width: 100%;
  max-width: 650px;
  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: 60px;
  background: #ff712c;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .section-diary__button__link {
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 55px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__button__link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.5px;
    height: 50px;
    border-radius: 15px;
  }
}
.section-diary__button__link:after {
  content: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  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-diary__button__link:after {
    font-size: 1.8rem;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-diary__button__link:after {
    font-size: 1.6rem;
    right: 15px;
  }
}
.section-topic {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 80px 0 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-topic {
    margin: 8% 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic {
    margin: 16% 0 9%;
  }
}
.section-topic__heading {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .section-topic__heading {
    margin: 0 auto 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__heading {
    margin: 0 auto 10%;
  }
}
.section-topic__heading h2 {
  box-sizing: border-box;
}
@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 6%;
  }
}
.section-topic__contents {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-topic__contents {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__contents {
    padding: 0 6%;
  }
}
.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: 140px;
  text-align: center;
  box-sizing: border-box;
  background: #369724;
  border: 1px solid #369724;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-topic__button__item {
    padding: 1%;
    margin-right: 10px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__button__item {
    width: calc(33.33333% - 3px);
    padding: 2% 2%;
    margin-right: 4.5px;
    border: 1px solid #369724;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
  }
  .section-topic__button__item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .section-topic__button__item {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.section-topic__button__item__label {
  position: absolute;
  max-width: 60px;
  width: 100%;
  right: -8px;
  top: -20px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-topic__button__item__label {
    right: -1%;
    top: -2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__button__item__label {
    width: 12vw;
    right: -1%;
    top: -50%;
  }
}
.section-topic__button__item.active {
  background: #fff;
  border: 1px solid #666;
  border-bottom: none;
  pointer-events: none;
  color: #434343;
}
@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 15px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .section-topic__card {
    padding: 2% 7% 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card {
    padding: 3% 5% 3%;
    border: 1px solid #666;
  }
}
.section-topic__card__item {
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.section-topic__card__item.showing {
  border-top: 1px solid #666;
  display: block;
}
.section-topic__card__item.showing:first-child {
  border-top: none;
}
.section-topic__card__item.showing:nth-child(2) {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item.showing:nth-child(2) {
    border-top: 1px solid #666;
  }
}
.section-topic__card__item.no-border {
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item {
    width: 100%;
  }
}
.section-topic__card__item.enforcement {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item.enforcement {
    width: 100%;
  }
}
.section-topic__card__item.enforcement:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item.enforcement:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.section-topic__card__item.enforcement.blog2 {
  /*&:not(:nth-child(2n)) {
   margin-right: 0;
   @include mq(mobile) {
   margin-right: 0;
   }
   }*/
}
.section-topic__card__item.enforcement.blog2:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item.enforcement.blog2:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .section-topic__card__item.enforcement.blog2:nth-last-child(3) {
    border-top: none;
  }
}
.section-topic__card__item.add2cal {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item.add2cal {
    width: 100%;
  }
}
.section-topic__card__item.add2cal:nth-child(6) {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item.add2cal:nth-child(6) {
    border-top: 1px solid #666;
  }
}
.section-topic__card__item.add2cal:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item.add2cal:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.section-topic__card__item__link {
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 {
    padding: 4% 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__img {
  width: 240px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__img {
    width: 35%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__img {
    width: 35%;
    margin-right: 5%;
  }
}
.section-topic__card__item__img.enforcement {
  width: 140px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__img.enforcement {
    width: 35%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__img.enforcement {
    width: 35%;
    margin-right: 4%;
  }
}
.section-topic__card__item__img.add2cal {
  width: 140px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__img.add2cal {
    width: 35%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__img.add2cal {
    width: 35%;
    margin-right: 4%;
  }
}
.section-topic__card__item__img__label {
  position: absolute;
  max-width: 60px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__img__label {
    width: 35%;
  }
}
.section-topic__card__item__img > img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__img > img {
    height: 14vw;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__img > img {
    height: 18vw;
    min-height: 80px;
  }
}
.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: flex-start;
  box-sizing: border-box;
  flex-direction: column;
  padding-right: 40px;
  width: calc(100% - 280px);
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text {
    padding-right: 5%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text {
    padding-right: 6%;
    width: 60%;
  }
}
.section-topic__card__item__text.enforcement {
  width: calc(100% - 150px);
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text.enforcement {
    padding-right: 5%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text.enforcement {
    padding-right: 6%;
    width: 58%;
  }
}
.section-topic__card__item__text.add2cal {
  width: calc(100% - 150px);
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text.add2cal {
    padding-right: 5%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text.add2cal {
    padding-right: 6%;
    width: 58%;
  }
}
.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: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text__wrap {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__wrap {
    margin-bottom: 3%;
  }
}
.section-topic__card__item__text__label {
  background: #ff9600;
  width: 120px;
  padding: 10px 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text__label {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 7px 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: 5px 5px;
    width: auto;
    min-width: 75px;
    margin-top: 2px;
  }
}
.section-topic__card__item__text__label.enforcement {
  width: auto;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  margin: 2px 2px 10px;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__label.enforcement {
    font-size: 1rem;
    line-height: 1rem;
    margin-right: 4%;
    margin-bottom: 0%;
    padding: 5px 4px;
    width: auto;
    min-width: 75px;
  }
}
@media (max-width: 425px) {
  .section-topic__card__item__text__label.enforcement {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.section-topic__card__item__text__label.add2cal {
  width: auto;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  margin: 2px 2px 10px;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__label.add2cal {
    font-size: 1rem;
    line-height: 1rem;
    margin-right: 4%;
    margin-bottom: 0%;
    padding: 5px 4px;
    width: auto;
    min-width: 75px;
  }
}
@media (max-width: 425px) {
  .section-topic__card__item__text__label.add2cal {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.section-topic__card__item__text__description {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #111;
  width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: calc(1.8rem * 1);
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text__description {
    font-size: 1.6rem;
    line-height: 1.6rem;
    max-height: calc(1.6rem * 1);
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__description {
    font-size: 1.2rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 2;
    max-height: calc(1.5rem * 2);
    width: 100%;
    margin-top: 4%;
  }
}
.section-topic__card__item__text__description.enforcement {
  font-size: 1.4rem;
  line-height: 1.6rem;
  -webkit-line-clamp: 2;
  max-height: calc(1.6rem * 2);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__description.enforcement {
    font-size: 1.2rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 2;
    max-height: calc(1.5rem * 2);
    width: 100%;
    margin-top: 4%;
  }
}
.section-topic__card__item__text__description.add2cal {
  font-size: 1.4rem;
  line-height: 1.6rem;
  -webkit-line-clamp: 2;
  max-height: calc(1.6rem * 2);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__description.add2cal {
    font-size: 1.2rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 2;
    max-height: calc(1.5rem * 2);
    width: 100%;
    margin-top: 4%;
  }
}
.section-topic__card__item__text__date {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #888;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .section-topic__card__item__text__date {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__date {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 2px;
    margin-right: 10px;
    letter-spacing: 0;
  }
}
.section-topic__card__item__text__new {
  background: #f00;
  color: #fff;
  padding: 3px 7px;
  box-sizing: border-box;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-size: 1.2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__new {
    font-size: 1rem;
    line-height: 1rem;
    padding: 2px 5px;
    margin-top: 2px;
  }
}
.section-topic__card__item__text__new:after {
  content: "";
  height: 30px;
  width: 2px;
  position: absolute;
  top: 0px;
  left: -35px;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 3s ease-in-out infinite;
}
.section-logo {
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  min-width: 1920px;
}
@media screen and (max-width: 767px) {
  .section-logo {
    height: 30px;
    aspect-ratio: 102.6;
  }
}
.section-logo__slider-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  /*
   &:hover {
   .section-logo__slider {
   animation-play-state: paused;
   transition: 0.3s;
   @include mq(mobile) {
   animation-play-state: running;
   }
   }
   }
   */
}
.section-logo__slider {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
}
.section-logo__slider:first-child {
  animation: loop 90s linear infinite;
}
@media screen and (max-width: 767px) {
  .section-logo__slider:first-child {
    animation: loop 60s linear infinite;
  }
}
.section-logo__slider:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}
@media screen and (max-width: 767px) {
  .section-logo__slider:nth-child(2) {
    animation: loop2 60s -40s linear infinite;
  }
}
.section-logo__slider:last-child {
  animation: loop3 90s -30s linear infinite;
}
@media screen and (max-width: 767px) {
  .section-logo__slider:last-child {
    animation: loop3 60s -20s linear infinite;
  }
}
@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
.section-logo__slider .slick-arrow {
  display: none !important;
}
.section-logo__slider__item {
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-logo__slider__item {
    margin: 0 3px;
  }
}
.section-logo__slider__item img {
  height: 50px;
  box-sizing: border-box;
  position: relative;
  -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: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .section-logo__slider__item img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-logo__slider__item img {
    height: 30px;
  }
}
.section-logo__slider__item__link {
  /*box-sizing: border-box;
   position: relative;
   -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: center;
   -ms-flex-align: center;
   align-items: center;
   pointer-events: none;*/
}
.section-point .section-logo {
  background: #094;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .section-point .section-logo {
    padding: 2% 0;
    height: auto;
    aspect-ratio: initial;
  }
}
.section-voice {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.section-voice__top {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 120px;
  background: #fffef2;
}
@media screen and (max-width: 1024px) {
  .section-voice__top {
    padding: 0 0 12%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__top {
    padding: 0 0 12%;
  }
}
.section-voice__position-img {
  position: absolute;
  top: 15px;
  right: calc((100% - 1000px) / 2);
  z-index: 3;
  opacity: 0;
}
.section-voice__position-img.is-animated {
  animation: animate-bounceIn2;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .section-voice__position-img {
    right: 1vw;
    width: 57vw;
    top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__position-img {
    right: 3vw;
    top: 4vw;
    width: 79vw;
  }
}
.section-voice__heading {
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .section-voice__heading {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__heading {
    margin: 0 auto 10%;
  }
}
.section-voice__heading h2 {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-voice__heading h2 img {
  display: block;
  height: 310px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1024px) {
  .section-voice__heading h2 img {
    height: 31vw;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__heading h2 img {
    height: auto;
  }
}
.section-voice .slick-dots {
  display: none !important;
}
.section-voice .slick-arrow {
  width: 40px;
  height: 100px;
  background: #ff6215;
  top: 35%;
  border-radius: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .section-voice .slick-arrow {
    width: 30px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice .slick-arrow {
    width: 30px;
    height: 50px;
    top: 50%;
    border-radius: 0;
  }
}
.section-voice .slick-arrow:before {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  background: none;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .section-voice .slick-arrow:before {
    font-size: 2.3rem;
  }
}
.section-voice .slick-arrow.prevbtn {
  left: calc((100% - 1020px) / 2);
}
.section-voice .slick-arrow.prevbtn:before {
  transform: translate(-50%, -50%) rotate(180deg);
  left: 50%;
}
@media (max-width: 1100px) {
  .section-voice .slick-arrow.prevbtn {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice .slick-arrow.prevbtn {
    left: 1.5%;
  }
}
.section-voice .slick-arrow.nextbtn {
  right: calc((100% - 1020px) / 2);
}
.section-voice .slick-arrow.nextbtn:before {
  left: 50%;
}
@media (max-width: 1100px) {
  .section-voice .slick-arrow.nextbtn {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice .slick-arrow.nextbtn {
    right: 1.5%;
  }
}
.section-voice__slider__wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.section-voice__slider__wrapper .section-voice__slider {
  display: none;
  box-sizing: border-box;
}
.section-voice__slider__wrapper .section-voice__slider.no-slick {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider.no-slick {
    display: none !important;
  }
}
.section-voice__slider__wrapper .section-voice__slider.slick-initialized {
  display: block;
  margin-bottom: 0;
}
.section-voice__slider__wrapper .section-voice__slider.slick-initialized.section-voice__slider__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider.slick-initialized.section-voice__slider__pc {
    display: none;
  }
}
.section-voice__slider__wrapper .section-voice__slider.slick-initialized.section-voice__slider__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider.slick-initialized.section-voice__slider__sp {
    display: block;
  }
}
.section-voice__slider__wrapper .section-voice__slider.section-voice__slider__sp .section-voice__slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  justify-content: center;
}
.section-voice__slider__wrapper .section-voice__slider.section-voice__slider__sp .section-voice__slider__item .section-voice__slider__item__link {
  width: calc(50% - 7px);
  margin-right: 14px;
  margin-bottom: 30px;
}
.section-voice__slider__wrapper .section-voice__slider.section-voice__slider__sp .section-voice__slider__item .section-voice__slider__item__link:nth-child(2n) {
  margin-right: 0;
}
.section-voice__slider__wrapper .section-voice__slider .slick-track {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section-voice__slider__wrapper .section-voice__slider .slick-track {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider .slick-track {
    margin-bottom: 5%;
  }
}
.section-voice__slider__wrapper .section-voice__slider__item {
  width: 300px;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-voice__slider__wrapper .section-voice__slider__item {
    margin: 0 10px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider__item {
    width: 100%;
    margin: 0 15px;
  }
}
.section-voice__slider__wrapper .section-voice__slider__item__link {
  display: block;
  position: relative;
}
.section-voice__slider__wrapper .section-voice__slider__item__img {
  height: 230px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-voice__slider__wrapper .section-voice__slider__item__img {
    height: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider__item__img {
    height: 29vw;
  }
}
.section-voice__slider__wrapper .section-voice__slider__item__img img {
  display: block;
  height: 230px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-voice__slider__wrapper .section-voice__slider__item__img img {
    height: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider__item__img img {
    height: 29vw;
    border-radius: 5px;
  }
}
.section-voice__slider__wrapper .section-voice__slider__item__text {
  padding: 25px 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-voice__slider__wrapper .section-voice__slider__item__text {
    padding: 3.5% 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider__item__text {
    padding: 3.5% 3% 4%;
  }
}
.section-voice__slider__wrapper .section-voice__slider__item__text__height {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider__item__text__height {
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider__item__text__height {
    margin-bottom: 4.5%;
  }
}
.section-voice__slider__wrapper .section-voice__slider__item__text__description {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #313131;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 500;
  max-height: calc(3.2rem * 2);
}
@media screen and (max-width: 1024px) {
  .section-voice__slider__wrapper .section-voice__slider__item__text__description {
    font-size: 1.6rem;
    line-height: 2.8rem;
    max-height: calc(2.8rem * 2);
  }
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider__item__text__description {
    font-size: 1.4rem;
    line-height: 2.6rem;
    -webkit-line-clamp: 3;
    max-height: calc(2.6rem * 3);
  }
}
.section-voice__slider__wrapper .section-voice__slider__item__text__case {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #313131;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .section-voice__slider__wrapper .section-voice__slider__item__text__case {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__slider__wrapper .section-voice__slider__item__text__case {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.section-voice__bottom {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 100px;
  background: url(../../../../images/top/voice_bg_img_01_pc.png) repeat center;
  background-size: auto;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom {
    padding: 0 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom {
    padding: 0 0 12%;
  }
}
.section-voice__bottom__position-img {
  position: absolute;
  top: -30px;
  right: calc((100% - 750px) / 2);
  z-index: 3;
  opacity: 0;
}
.section-voice__bottom__position-img.is-animated {
  animation: animate-bounceIn2;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__position-img {
    right: 12vw;
    width: 16vw;
    top: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__position-img {
    right: 5vw;
    top: -3vw;
    width: 21vw;
  }
}
.section-voice__bottom__heading {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__heading {
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__heading {
    margin: 0 auto 6%;
  }
}
.section-voice__bottom__heading h2 {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-voice__bottom__heading h2 img {
  display: block;
  height: 110px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__heading h2 img {
    height: 11vw;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__heading h2 img {
    height: auto;
  }
}
.section-voice__bottom__contents {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents {
    padding: 0 6%;
  }
}
.section-voice__bottom__contents__inner {
  background: #ff6215;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__inner {
    padding: 2% 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__inner {
    padding: 25px 4% 4%;
    border: 0;
  }
}
.section-voice__bottom__contents__inner i {
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__inner i {
    max-width: 122px;
    width: 20%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__inner i {
    margin-right: 0;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 34%;
  }
}
.section-voice__bottom__contents__inner__title h2 {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__inner__title h2 {
    font-size: 2rem;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__inner__title h2 {
    font-size: 1.4rem;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__inner__title h2 {
    font-size: 3.6vw;
  }
}
.section-voice__bottom__contents__inner__under {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__inner__under {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__inner__under {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__inner__under {
    font-size: 3.8vw;
  }
}
.section-voice__bottom__contents__inner__under__catch {
  margin-right: 10px;
}
.section-voice__bottom__contents__inner__under__catch span {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__inner__under__catch span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__inner__under__catch span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__inner__under__catch span {
    font-size: 3.6vw;
  }
}
.section-voice__bottom__contents__inner__under__rating {
  padding: 0;
  z-index: 1;
  display: inline-block;
  font-size: 2.4rem;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__inner__under__rating {
    font-size: 2rem;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__inner__under__rating {
    font-size: 1.6rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__inner__under__rating {
    font-size: 3.6vw;
  }
}
.section-voice__bottom__contents__inner__under__rating .star-rating-front {
  color: #f0e200;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  letter-spacing: 0;
  width: 100%;
  display: block;
}
.section-voice__bottom__contents__inner__under__rating .star-rating-back {
  display: block;
  color: transparent;
  letter-spacing: 0;
  width: 100%;
}
.section-voice__bottom__contents__customer {
  width: 100%;
  max-width: 940px;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer {
    width: 94%;
    margin: 3% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer {
    width: 88%;
    margin: 5% auto 0;
    border-radius: 10px;
  }
}
.section-voice__bottom__contents__customer__inner {
  padding: 40px 30px;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner {
    padding: 4% 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner {
    padding: 8% 5%;
  }
}
.section-voice__bottom__contents__customer__inner__contents {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__contents {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__contents {
    margin-bottom: 5%;
  }
}
.section-voice__bottom__contents__customer__inner__contents > div:not(:last-of-type) {
  border-bottom: 2px dashed #e0e0e0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__contents > div:not(:last-of-type) {
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__contents > div:not(:last-of-type) {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
}
.section-voice__bottom__contents__customer__inner__contents__item__title {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #4d4d4d;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title {
    margin-bottom: 2%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title {
    margin-bottom: 4%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title {
    font-size: 3.6vw;
  }
}
.section-voice__bottom__contents__customer__inner__contents__item__title .star {
  color: #ff9c21;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title .star {
    margin-right: 3%;
  }
}
.section-voice__bottom__contents__customer__inner__contents__item__title .year {
  margin-right: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title .year {
    margin-right: 3%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title .year {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title .year {
    font-size: 3.6vw;
  }
}
.section-voice__bottom__contents__customer__inner__contents__item__title .name {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title .name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__customer__inner__contents__item__title .name {
    font-size: 3.6vw;
  }
}
.section-voice__bottom__contents__customer__inner__contents__item p {
  line-height: 1.6em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__contents__item p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__contents__item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__customer__inner__contents__item p {
    font-size: 3.6vw;
  }
}
.section-voice__bottom__contents__customer__inner__contents__item p span {
  color: #ff6215;
}
.section-voice__bottom__contents__customer__inner__button a {
  background: #ff6215;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 0 10px #d1d1d1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__button a {
    padding: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__button a {
    padding: 4%;
    border-radius: 10px;
  }
}
.section-voice__bottom__contents__customer__inner__button a i {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__button a i {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__button a i {
    margin-right: 4%;
    width: 50%;
  }
}
.section-voice__bottom__contents__customer__inner__button a span {
  display: block;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 2rem;
  line-height: 1.4em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__button a span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__button a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__customer__inner__button a span {
    font-size: 3.6vw;
  }
}
.section-voice__bottom__contents__customer__inner__button a span:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-voice__bottom__contents__customer__inner__button a span:after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__bottom__contents__customer__inner__button a span:after {
    font-size: 1.4rem;
    right: -4vw;
  }
}
@media screen and (max-width: 370px) {
  .section-voice__bottom__contents__customer__inner__button a span:after {
    font-size: 3.6vw;
  }
}
.section-voice__button {
  width: 100%;
  max-width: 944px;
  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: 650px;
  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: 60px;
  background: #ff6215;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .section-voice__button__link {
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 55px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__button__link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.5px;
    height: 50px;
    border-radius: 15px;
  }
}
.section-voice__button__link:after {
  content: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  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-voice__button__link:after {
    font-size: 1.8rem;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-voice__button__link:after {
    font-size: 1.6rem;
    right: 15px;
  }
}
.section-movie {
  width: 100%;
  background: #fff681;
  max-width: 1920px;
  margin: 0 auto;
}
.section-movie__heading {
  width: 100%;
  position: relative;
}
.section-movie__heading h2 {
  width: 100%;
  height: 166px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .section-movie__heading h2 {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__heading h2 {
    height: auto;
  }
}
.section-movie__heading h2 img {
  width: 100%;
  height: 116px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  position: relative;
  display: block;
  aspect-ratio: 16.55172;
}
@media screen and (max-width: 1024px) {
  .section-movie__heading h2 img {
    height: 11.5vw;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__heading h2 img {
    height: auto;
    aspect-ratio: 5.31915;
  }
}
.section-movie__heading__img {
  width: 222px;
  height: 190px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(275px);
}
@media screen and (max-width: 1024px) {
  .section-movie__heading__img {
    width: 21vw;
    height: auto;
    padding-top: 0%;
    left: auto;
    right: 5px;
    top: 5vw;
    transform: translateX(0px);
  }
}
@media screen and (max-width: 767px) {
  .section-movie__heading__img {
    width: 25vw;
    height: auto;
    padding-top: 5%;
  }
}
.section-movie__heading__img .scroll-animation {
  opacity: 0;
}
.section-movie__heading__img .scroll-animation.is-animated {
  animation: animate-bounceIn2;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.section-movie__contents {
  width: 100%;
  padding: 180px 0 100px 0;
  box-sizing: border-box;
  background: #f2f9ef;
}
@media screen and (max-width: 1024px) {
  .section-movie__contents {
    padding: 6% 0;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__contents {
    padding: 9% 0;
  }
}
.section-movie__contents .section-movie__list {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
  /*display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 0 10px;
   justify-content: center;*/
}
@media screen and (max-width: 1024px) {
  .section-movie__contents .section-movie__list {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__contents .section-movie__list {
    padding: 0 6%;
    box-sizing: border-box;
  }
}
.section-movie__contents .section-movie__list__item {
  /*width: calc(33.3% - 20px);
   @include mq(tablet) {
   width: 31.333%;
   }
   @include mq(mobile) {
   width: 47%;
   margin: 10% 0 0 6%;
   }*/
}
.section-movie__contents .section-movie__list__item__link {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-movie__contents .section-movie__list__item__link iframe {
    width: 100%;
    max-width: 1024px;
    height: 48vw;
  }
}
.section-movie__contents .section-movie__list__item__link__img {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .section-movie__contents .section-movie__list__item__link__img {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__contents .section-movie__list__item__link__img {
    margin-bottom: 4%;
  }
}
.section-movie__contents .section-movie__list__item__link__text {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #434343;
  font-weight: bold;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: calc(3.2rem * 3);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .section-movie__contents .section-movie__list__item__link__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    max-height: calc(2.4rem * 3);
  }
}
@media screen and (max-width: 767px) {
  .section-movie__contents .section-movie__list__item__link__text {
    font-size: 1.3rem;
    line-height: 2.4rem;
    max-height: calc(2.4rem * 3);
  }
}
@media screen and (max-width: 767px) {
  .section-movie__contents .section-movie__list__item:nth-child(1) {
    width: 100%;
    margin: 0;
  }
}
.section-movie__contents .section-movie__list__item:nth-child(2) {
  margin: 0 30px;
}
@media screen and (max-width: 1024px) {
  .section-movie__contents .section-movie__list__item:nth-child(2) {
    margin: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__contents .section-movie__list__item:nth-child(2) {
    margin: 10% 0 0 0;
  }
}
.section-movie__button {
  width: 100%;
  max-width: 944px;
  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-movie__button {
    box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__button {
    padding: 0 6%;
  }
}
.section-movie__button__link {
  width: 100%;
  max-width: 650px;
  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: 60px;
  background: #ff6215;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .section-movie__button__link {
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 55px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__button__link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.5px;
    height: 50px;
    border-radius: 15px;
  }
}
.section-movie__button__link:after {
  content: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  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-movie__button__link:after {
    font-size: 1.8rem;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-movie__button__link:after {
    font-size: 1.6rem;
    right: 15px;
  }
}
.section-nigaoe {
  max-width: 1920px;
  margin: 0 auto;
}
.section-count {
  width: 100%;
  height: 200px;
  background: #f8931f;
  background: linear-gradient(90deg, rgba(248, 147, 31, 1) 0%, rgba(248, 147, 31, 1) 50%, rgba(143, 195, 31, 1) 50%, rgba(143, 195, 31, 1) 100%);
  display: none;
}
@media screen and (max-width: 767px) {
  .section-count {
    height: auto;
    padding: 7% 0 3.5%;
    box-sizing: border-box;
  }
}
@media (max-width: 490px) {
  .section-count {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8% 0;
    background: #f8931f;
    background: linear-gradient(0deg, rgba(248, 147, 31, 1) 0%, rgba(248, 147, 31, 1) 50%, rgba(143, 195, 31, 1) 50%, rgba(143, 195, 31, 1) 100%);
  }
}
.section-count__contents {
  width: 100%;
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-count__contents {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents {
    padding: 0 6%;
    box-sizing: border-box;
  }
}
@media (max-width: 490px) {
  .section-count__contents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 12%;
  }
}
.section-count__contents .section-count__left {
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
  transform: translateY(-13px);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__left {
    padding-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left {
    padding-right: 4%;
    flex-direction: column;
  }
}
@media (max-width: 490px) {
  .section-count__contents .section-count__left {
    width: 100%;
    transform: translateY(0);
    margin-bottom: 5%;
    padding-right: 0;
  }
}
.section-count__contents .section-count__left__img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left__img {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 490px) {
  .section-count__contents .section-count__left__img {
    width: 100%;
  }
  .section-count__contents .section-count__left__img img {
    width: 240px;
  }
}
.section-count__contents .section-count__left__text-warp {
  width: 320px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__left__text-warp {
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left__text-warp {
    width: 100%;
    height: auto;
    margin-top: -4px;
  }
}
.section-count__contents .section-count__left__text-warp__title {
  width: 50%;
  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;
  color: #fff;
  background: #eb5729;
  font-size: 2.2rem;
  line-height: 3.4rem;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__left__text-warp__title {
    padding-left: 6%;
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left__text-warp__title {
    padding: 4%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left__text-warp__title span {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
}
.section-count__contents .section-count__left__text-warp__title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left__text-warp__title br {
    display: block;
    width: 100%;
  }
}
.section-count__contents .section-count__left__text-warp__number-warp {
  width: 50%;
  background: #fff;
  color: #434343;
  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;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left__text-warp__number-warp {
    padding: 4% 6% 4% 4%;
  }
}
.section-count__contents .section-count__left__text-warp__number-warp__number {
  font-size: 5.2rem;
  line-height: 4.6rem;
  padding: 12px 0 7px 7px;
  letter-spacing: 7px;
  background: #eb5729;
  color: #fff;
  position: relative;
  font-family: 'Bebas Neue', cursive;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__left__text-warp__number-warp__number {
    font-size: 4rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left__text-warp__number-warp__number {
    font-size: 3.1rem;
    line-height: 2.3rem;
  }
}
.section-count__contents .section-count__left__text-warp__number-warp__number:after {
  content: "";
  width: 4px;
  height: calc(100% + 4px);
  background: #fff;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-2px);
}
.section-count__contents .section-count__left__text-warp__number-warp__text {
  font-size: 2.6rem;
  line-height: 4.6rem;
  padding: 25px 0 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__left__text-warp__number-warp__text {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left__text-warp__number-warp__text {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
.section-count__contents .section-count__left__text-warp__number-warp__new {
  position: absolute;
  background: #f00;
  color: #fff;
  padding: 3px;
  box-sizing: border-box;
  font-weight: 200;
  top: 0px;
  right: -39px;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-size: 1.2rem;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__left__text-warp__number-warp__new {
    font-size: 1rem;
    right: -34px;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__left__text-warp__number-warp__new {
    font-size: 0.8rem;
    top: 0px;
    right: -31px;
    letter-spacing: 0;
    line-height: 1.2rem;
    padding: 2px;
  }
}
.section-count__contents .section-count__left__text-warp__number-warp__new:after {
  content: "";
  height: 30px;
  width: 2px;
  position: absolute;
  top: 0px;
  left: -35px;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 3s ease-in-out infinite;
}
.section-count__contents .section-count__right {
  width: 50%;
  padding-left: 60px;
  box-sizing: border-box;
  transform: translateY(-13px);
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__right {
    padding-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right {
    padding-left: 4%;
  }
}
@media (max-width: 490px) {
  .section-count__contents .section-count__right {
    width: 100%;
    transform: translateY(0);
    margin-top: 5%;
    padding-left: 0;
  }
}
.section-count__contents .section-count__right__img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right__img {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 490px) {
  .section-count__contents .section-count__right__img {
    width: 100%;
  }
  .section-count__contents .section-count__right__img img {
    width: 240px;
  }
}
.section-count__contents .section-count__right__text-warp {
  width: 320px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__right__text-warp {
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right__text-warp {
    width: 100%;
    height: auto;
    margin-top: -4px;
  }
}
.section-count__contents .section-count__right__text-warp__title {
  width: 50%;
  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;
  color: #fff;
  background: #094;
  font-size: 2.2rem;
  line-height: 3.4rem;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__right__text-warp__title {
    padding-left: 6%;
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right__text-warp__title {
    padding: 4%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right__text-warp__title span {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
}
.section-count__contents .section-count__right__text-warp__title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right__text-warp__title br {
    display: block;
    width: 100%;
  }
}
.section-count__contents .section-count__right__text-warp__number-warp {
  width: 50%;
  background: #fff;
  color: #434343;
  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;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right__text-warp__number-warp {
    padding: 4% 6% 4% 4%;
  }
}
.section-count__contents .section-count__right__text-warp__number-warp__number {
  font-size: 5.2rem;
  line-height: 4.6rem;
  padding: 12px 0 7px 7px;
  letter-spacing: 7px;
  background: #094;
  color: #fff;
  position: relative;
  font-family: 'Bebas Neue', cursive;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__right__text-warp__number-warp__number {
    font-size: 4rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right__text-warp__number-warp__number {
    font-size: 3.1rem;
    line-height: 2.3rem;
  }
}
.section-count__contents .section-count__right__text-warp__number-warp__number:after {
  content: "";
  width: 4px;
  height: calc(100% + 4px);
  background: #fff;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-2px);
}
.section-count__contents .section-count__right__text-warp__number-warp__text {
  font-size: 2.6rem;
  line-height: 4.6rem;
  padding: 25px 0 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__right__text-warp__number-warp__text {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right__text-warp__number-warp__text {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
.section-count__contents .section-count__right__text-warp__number-warp__new {
  position: absolute;
  background: #f00;
  color: #fff;
  padding: 3px;
  box-sizing: border-box;
  font-weight: 200;
  top: 0px;
  right: -39px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-size: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-count__contents .section-count__right__text-warp__number-warp__new {
    font-size: 1rem;
    right: -34px;
  }
}
@media screen and (max-width: 767px) {
  .section-count__contents .section-count__right__text-warp__number-warp__new {
    font-size: 0.8rem;
    top: 0px;
    right: -31px;
    letter-spacing: 0;
    line-height: 1.2rem;
    padding: 2px;
  }
}
.section-count__contents .section-count__right__text-warp__number-warp__new:after {
  content: "";
  height: 30px;
  width: 2px;
  position: absolute;
  top: 0px;
  left: -35px;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 3s ease-in-out infinite;
}
.section-point {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.section-point__heading {
  width: 100%;
}
.section-point__heading img {
  width: 100%;
  height: 322px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-point__heading img {
    height: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .section-point__heading img {
    height: auto;
  }
}
.section-point__contents {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-point__contents {
    padding: 6% 0;
  }
}
@media screen and (max-width: 767px) {
  .section-point__contents {
    padding: 9% 0;
  }
}
.section-point__contents .section-point__list {
  width: 100%;
  max-width: 956px;
  margin: 0 auto;
  -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;
}
@media screen and (max-width: 1024px) {
  .section-point__contents .section-point__list {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-point__contents .section-point__list {
    padding: 0 9%;
    box-sizing: border-box;
  }
}
.section-point__contents .section-point__list__item {
  width: calc(33.3% - 16px);
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .section-point__contents .section-point__list__item {
    margin-bottom: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .section-point__contents .section-point__list__item {
    width: 47%;
    margin-bottom: 5%;
  }
}
@media (max-width: 370px) {
  .section-point__contents .section-point__list__item {
    width: 48.5%;
    margin-bottom: 4%;
  }
}
.section-point__contents .section-point__list__item__link {
  width: 100%;
  height: 76px;
  display: block;
  background: #eb5729;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
  border-radius: 10px;
  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;
  position: relative;
  padding: 0 47px 0 35px;
}
@media screen and (max-width: 1024px) {
  .section-point__contents .section-point__list__item__link {
    font-size: 1.6rem;
    line-height: 2.2rem;
    height: 65px;
    padding: 0 42px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-point__contents .section-point__list__item__link {
    font-size: 1.2rem;
    line-height: 1.6rem;
    border-radius: 5px;
    height: 40px;
    letter-spacing: 0;
    padding: 0 32px 0 20px;
  }
}
@media (max-width: 370px) {
  .section-point__contents .section-point__list__item__link {
    font-size: 1rem;
    padding: 0 27px 0 18px;
  }
}
.section-point__contents .section-point__list__item__link::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #eb5729;
  border-radius: 10px;
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .section-point__contents .section-point__list__item__link::after {
    transform: translateY(-50%) scale(0.9);
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-point__contents .section-point__list__item__link::after {
    font-size: 1rem;
    transform: translateY(-50%) scale(0.7);
    line-height: 2rem;
    right: 10px;
    padding: 0 0 0 3px;
  }
}
@media (max-width: 370px) {
  .section-point__contents .section-point__list__item__link::after {
    right: 3px;
    width: 16px;
    height: 16px;
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
.section-point__contents .section-point__list__item:nth-child(2) {
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .section-point__contents .section-point__list__item:nth-child(2) {
    margin-right: 0;
  }
}
.section-point__contents .section-point__list__item:nth-child(5) {
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .section-point__contents .section-point__list__item:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-point__contents .section-point__list__item:nth-child(8) {
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .section-point__contents .section-point__list__item:nth-child(8) {
    margin-right: 0;
  }
}
.section-point__contents .section-point__list__item:nth-child(10) {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-point__contents .section-point__list__item:nth-child(10) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-point__contents .section-point__list__item:nth-child(2n) {
    margin-left: 4%;
  }
}
@media (max-width: 370px) {
  .section-point__contents .section-point__list__item:nth-child(2n) {
    margin-left: 3%;
  }
}
.section-osusume {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 0 100px;
  box-sizing: border-box;
  background: url(../../../../images/top/osusume_img_11_pc.jpg) repeat;
}
@media screen and (max-width: 1024px) {
  .section-osusume {
    padding: 6% 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .section-osusume {
    padding: 0 0 13%;
  }
}
.section-osusume__heading {
  width: 100%;
  position: relative;
}
.section-osusume__heading h2 {
  width: 100%;
  box-sizing: border-box;
}
.section-osusume__heading h2 img {
  width: 100%;
  height: 262px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-osusume__heading h2 img {
    height: 26vw;
  }
}
@media screen and (max-width: 767px) {
  .section-osusume__heading h2 img {
    height: auto;
  }
}
.section-osusume__heading__img {
  position: absolute;
  top: 45px;
  right: 50%;
  transform: translateX(-225px);
}
@media screen and (max-width: 1024px) {
  .section-osusume__heading__img {
    width: 24vw;
    transform: none;
    left: 2vw;
    right: auto;
    top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .section-osusume__heading__img {
    width: 30vw;
    transform: none;
    left: 0;
    top: 8vw;
  }
}
.section-osusume__heading__img .scroll-animation {
  opacity: 0;
}
.section-osusume__heading__img .scroll-animation.is-animated {
  animation: animate-bounceIn2;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.section-osusume__contents {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-osusume__contents {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-osusume__contents {
    padding: 11% 0 0 0;
    box-sizing: border-box;
  }
}
.section-osusume__contents .section-osusume__list {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  margin-top: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-osusume__contents .section-osusume__list {
    margin-top: 0;
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-osusume__contents .section-osusume__list {
    margin-top: 0;
    padding: 0 6%;
    box-sizing: border-box;
  }
}
.section-osusume__contents .section-osusume__list__item {
  width: calc(50% - 10px);
  margin-top: 40px;
  margin-right: 20px;
}
.section-osusume__contents .section-osusume__list__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-osusume__contents .section-osusume__list__item {
    margin-top: 4%;
    margin-right: 3%;
    width: 48.5%;
  }
  .section-osusume__contents .section-osusume__list__item:nth-child(2n) {
    margin-right: 0;
  }
  .section-osusume__contents .section-osusume__list__item:nth-child(1) {
    margin-top: 0;
  }
  .section-osusume__contents .section-osusume__list__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-osusume__contents .section-osusume__list__item {
    margin-top: 6%;
    width: 47.5%;
    margin-right: 5%;
  }
  .section-osusume__contents .section-osusume__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.section-osusume__contents .section-osusume__list__item__link {
  display: block;
}
.section-osusume__contents .section-osusume__list__item__link__img {
  width: 100%;
}
.section-osusume__contents .section-osusume__list__item__link__img img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .section-osusume__contents .section-osusume__list__item__link__img img {
    border-radius: 7px;
  }
}
.section-reason {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.section-reason__heading {
  width: 100%;
}
.section-reason__heading img {
  width: 100%;
  height: 858px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-reason__heading img {
    height: 85.8vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__heading img {
    height: auto;
  }
}
.section-reason .reason-page__list {
  width: 100%;
}
@media (max-width: 767px) {
  .section-reason .reason-page__list {
    padding: 12% 0 0;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .display_pc {
    display: none;
  }
}
.section-reason .reason-page__list .display_sp {
  display: none;
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .display_sp {
    display: block;
  }
}
.section-reason .reason-page__list__bnr {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list__bnr {
    margin-bottom: 10%;
  }
}
.section-reason .reason-page__list__bnr__inner {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list__bnr__inner {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list__bnr__inner {
    padding: 0 6%;
  }
}
.section-reason .reason-page__list__bnr__inner__list li:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list__bnr__inner__list li:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list__bnr__inner__list li:not(:nth-of-type(2n)) {
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.section-reason .reason-page__list__bnr__inner__list li {
  float: left;
  max-width: 460px;
  width: 100%;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list__bnr__inner__list li {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list__bnr__inner__list li {
    max-width: initial;
    width: 100%;
  }
}
.section-reason .reason-page__list__heading {
  position: relative;
  z-index: 0;
}
.section-reason .reason-page__list__heading img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  display: block;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list__heading img {
    height: 21.5vw;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list__heading img {
    height: auto;
  }
}
.section-reason .reason-page__list__contents {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 103px;
  position: relative;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list__contents {
    padding: 0 3% 4% 3%;
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list__contents {
    padding: 6%;
    margin-top: 12%;
    width: 88%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eb6100;
  }
}
.section-reason .reason-page__list__pull-down {
  width: 100%;
}
@media (max-width: 767px) {
  .section-reason .reason-page__list__pull-down {
    display: none;
  }
}
@media (max-width: 876px) {
  .section-reason .reason-page__list__pull-down {
    flex-flow: column;
  }
}
@media (min-width: 768px) {
  .section-reason .reason-page__list__pull-down {
    display: flex !important;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
  }
}
.section-reason .reason-page__list__wrap {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .section-reason .reason-page__list__wrap {
    justify-content: flex-start;
  }
}
.section-reason .reason-page__list__button {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #ff6215;
  font-weight: bold;
  border: 1px solid #ff6215;
  border-radius: 10px;
  padding: 5%;
  text-align: center;
  position: relative;
  display: none;
  cursor: pointer;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .section-reason .reason-page__list__button {
    display: block;
  }
}
.section-reason .reason-page__list__button:before {
  content: "";
  position: absolute;
  right: 15px;
  width: 18px;
  height: 18px;
  background: #ff6215;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  z-index: 1;
}
.section-reason .reason-page__list__button:after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 49%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: #fff;
  z-index: 2;
}
.section-reason .reason-page__list__button.is-open:after {
  content: "-";
  right: 20px;
  top: 45%;
}
.section-reason .reason-page__list .reason-page__list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateY(-100%);
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list .reason-page__list__img {
    width: 25vw;
    top: 4vw;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .reason-page__list__img {
    width: 35vw;
    top: 2px;
  }
}
.section-reason .reason-page__list .reason-page__list__left {
  width: 460px;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list .reason-page__list__left {
    width: 48%;
  }
}
@media (max-width: 876px) {
  .section-reason .reason-page__list .reason-page__list__left {
    width: 100%;
    margin-top: 4%;
  }
}
.section-reason .reason-page__list .reason-page__list__left__item {
  width: 100%;
  height: 50px;
  border: 1px solid #b5b5b5;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.section-reason .reason-page__list .reason-page__list__left__item::after {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #ff6215;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .reason-page__list__left__item::after {
    right: 10px;
  }
}
.section-reason .reason-page__list .reason-page__list__left__item.yellow::after {
  color: #e1b400;
}
.section-reason .reason-page__list .reason-page__list__left__item.green::after {
  color: #094;
}
.section-reason .reason-page__list .reason-page__list__left__item.orange::after {
  color: #ff6215;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list .reason-page__list__left__item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .reason-page__list__left__item {
    height: auto;
  }
}
.section-reason .reason-page__list .reason-page__list__left__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-reason .reason-page__list .reason-page__list__left__item__link__number {
  width: 40px;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list .reason-page__list__left__item__link__number {
    width: 5vw;
    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;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .reason-page__list__left__item__link__number {
    width: 8vw;
  }
}
.section-reason .reason-page__list .reason-page__list__left__item__link__text {
  width: calc(100% - 40px);
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list .reason-page__list__left__item__link__text {
    width: calc(100% - 5vw);
    font-size: 1.4rem;
    line-height: 2rem;
    padding-left: 4%;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .reason-page__list__left__item__link__text {
    width: calc(100% - 8vw);
    font-size: 1.3rem;
    line-height: 1.4rem;
    padding-left: 5%;
  }
}
@media (max-width: 484px) {
  .section-reason .reason-page__list .reason-page__list__left__item__link__text {
    width: calc(100% - 8vw);
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -0.5px;
    display: block;
    padding-right: 12%;
  }
}
.section-reason .reason-page__list .reason-page__list__left__item__link__text span {
  color: #ff6215;
  display: contents;
}
.section-reason .reason-page__list .reason-page__list__right {
  width: 460px;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list .reason-page__list__right {
    width: 48%;
  }
}
@media (max-width: 876px) {
  .section-reason .reason-page__list .reason-page__list__right {
    width: 100%;
  }
}
.section-reason .reason-page__list .reason-page__list__right__item {
  width: 100%;
  height: 50px;
  border: 1px solid #b5b5b5;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.section-reason .reason-page__list .reason-page__list__right__item::after {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #094;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .reason-page__list__right__item::after {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list .reason-page__list__right__item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .reason-page__list__right__item {
    height: auto;
  }
}
.section-reason .reason-page__list .reason-page__list__right__item.yellow::after {
  color: #e1b400;
}
.section-reason .reason-page__list .reason-page__list__right__item.green::after {
  color: #094;
}
.section-reason .reason-page__list .reason-page__list__right__item.orange::after {
  color: #ff6215;
}
.section-reason .reason-page__list .reason-page__list__right__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-reason .reason-page__list .reason-page__list__right__item__link__number {
  width: 40px;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list .reason-page__list__right__item__link__number {
    width: 5vw;
    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;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .reason-page__list__right__item__link__number {
    width: 8vw;
  }
}
.section-reason .reason-page__list .reason-page__list__right__item__link__text {
  width: calc(100% - 40px);
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
  letter-spacing: -0.5px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .section-reason .reason-page__list .reason-page__list__right__item__link__text {
    width: calc(100% - 5vw);
    font-size: 1.4rem;
    line-height: 2rem;
    padding-left: 4%;
  }
}
@media (max-width: 767px) {
  .section-reason .reason-page__list .reason-page__list__right__item__link__text {
    width: calc(100% - 8vw);
    font-size: 1.3rem;
    line-height: 1.4rem;
    padding-left: 5%;
  }
}
@media (max-width: 484px) {
  .section-reason .reason-page__list .reason-page__list__right__item__link__text {
    width: calc(100% - 8vw);
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -0.5px;
    display: block;
    padding-right: 12%;
  }
}
.section-reason .reason-page__list .reason-page__list__right__item__link__text span {
  color: #ff6215;
  display: contents;
}
.section-reason__contents {
  width: 100%;
  padding: 60px 0 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-reason__contents {
    padding: 6% 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__contents {
    padding: 13% 0;
  }
}
.section-reason__contents .section-reason__list {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-reason__contents .section-reason__list__item {
  width: 100%;
  margin-bottom: 83px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-reason__contents .section-reason__list__item {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item {
    margin-bottom: 9%;
  }
}
.section-reason__contents .section-reason__list__item__warp {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-reason__contents .section-reason__list__item__warp {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__warp {
    padding: 0 6%;
    box-sizing: border-box;
  }
}
.section-reason__contents .section-reason__list__item__warp__img {
  width: 600px;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__warp__img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.section-reason__contents .section-reason__list__item__warp__title {
  width: 500px;
  height: 160px;
  background: #ff6215;
  position: absolute;
  border-radius: 20px;
  top: 100px;
  right: 0;
  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;
}
@media screen and (max-width: 1024px) {
  .section-reason__contents .section-reason__list__item__warp__title {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__warp__title {
    width: 100%;
    height: auto;
    position: relative;
    top: -5px;
    border-radius: 0;
    padding: 4% 6%;
    box-sizing: border-box;
  }
}
.section-reason__contents .section-reason__list__item__warp__title:after {
  content: "";
  width: 140px;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 90px;
  background: url(../../../../images/top/reason_img_02_pc.png);
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__warp__title:after {
    width: 26.4vw;
    height: 8vw;
    background: url(../../../../images/top/reason_img_02_sp.png);
    background-size: cover;
    top: -7.9vw;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-reason__contents .section-reason__list__item__warp__title__text {
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__warp__title__text {
    width: 100%;
  }
}
.section-reason__contents .section-reason__list__item__warp__title__img {
  position: absolute;
  bottom: 0;
  right: -20px;
  opacity: 0;
}
.section-reason__contents .section-reason__list__item__warp__title__img.is-animated {
  animation: animate-bounceIn2;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .section-reason__contents .section-reason__list__item__warp__title__img {
    right: -8%;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__warp__title__img {
    width: 29vw;
    bottom: 1vw;
    right: auto;
    left: -3vw;
  }
}
.section-reason__contents .section-reason__list__item__warp__text {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #313131;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .section-reason__contents .section-reason__list__item__warp__text {
    padding: 4%;
    margin-top: 4%;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__warp__text {
    padding: 8% 6%;
    margin-top: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: relative;
    top: -5px;
    z-index: -1;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.section-reason__contents .section-reason__list__item__warp__text span {
  color: #ff6215;
}
.section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__warp {
  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;
}
.section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__warp__title {
  background: #094;
  right: auto;
  left: -45px;
}
@media screen and (max-width: 1024px) {
  .section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__warp__title {
    left: 0;
  }
}
.section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__warp__title:after {
  content: "";
  right: 90px;
  left: auto;
  background: url(../../../../images/top/reason_img_06_pc.png);
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__warp__title:after {
    background: url(../../../../images/top/reason_img_06_sp.png);
    background-size: cover;
    right: auto;
    left: 0;
  }
}
.section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__warp__title__img {
  right: auto;
  left: -45px;
  bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__warp__title__img {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__warp__title__img {
    left: auto;
    right: -4vw;
    bottom: 2vw;
    width: 30vw;
  }
}
.section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__bg {
  top: 50px;
}
.section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__bg-sp-top {
  top: 0;
}
.section-reason__contents .section-reason__list__item:nth-child(2) .section-reason__list__item__bg-sp-bottom {
  top: 90%;
  bottom: auto;
}
.section-reason__contents .section-reason__list__item:nth-child(3) .section-reason__list__item__warp__title:after {
  content: "";
  background: url(../../../../images/top/reason_img_10_pc.png);
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item:nth-child(3) .section-reason__list__item__warp__title:after {
    background: url(../../../../images/top/reason_img_10_sp.png);
    background-size: cover;
    left: auto;
    right: 0;
  }
}
.section-reason__contents .section-reason__list__item:nth-child(3) .section-reason__list__item__warp__title__img {
  right: -20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item:nth-child(3) .section-reason__list__item__warp__title__img {
    width: 30vw;
    left: -5%;
    right: auto;
    bottom: 5px;
  }
}
.section-reason__contents .section-reason__list__item:nth-child(3) .section-reason__list__item__bg {
  top: -55px;
  z-index: -2;
}
.section-reason__contents .section-reason__list__item:nth-child(3) .section-reason__list__item__bg-sp-top {
  top: 20%;
}
.section-reason__contents .section-reason__list__item__bg {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__bg {
    display: none;
  }
}
.section-reason__contents .section-reason__list__item__bg img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-reason__contents .section-reason__list__item__bg img {
    height: 48vw;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__bg img {
    height: auto;
  }
}
.section-reason__contents .section-reason__list__item__bg-sp-top {
  display: none;
  position: absolute;
  top: -35%;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__bg-sp-top {
    display: block;
  }
}
.section-reason__contents .section-reason__list__item__bg-sp-top img {
  width: 100%;
}
.section-reason__contents .section-reason__list__item__bg-sp-bottom {
  display: none;
  position: absolute;
  top: 35%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .section-reason__contents .section-reason__list__item__bg-sp-bottom {
    display: block;
  }
}
.section-reason__contents .section-reason__list__item__bg-sp-bottom img {
  width: 100%;
}
.section-reason__button {
  width: 100%;
  max-width: 944px;
  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-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: 650px;
  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: 60px;
  background: #094;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .section-reason__button__link {
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 55px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__button__link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.5px;
    height: 50px;
    border-radius: 15px;
  }
}
.section-reason__button__link:after {
  content: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  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-reason__button__link:after {
    font-size: 1.8rem;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__button__link:after {
    font-size: 1.6rem;
    right: 15px;
  }
}
.section-reason__bnr {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .section-reason__bnr {
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__bnr {
    margin-bottom: 14%;
  }
}
.section-reason__bnr__inner {
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-reason__bnr__inner {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__bnr__inner {
    padding: 0 6%;
  }
}
.section-reason__bnr__inner__list li {
  float: left;
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-reason__bnr__inner__list li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__bnr__inner__list li {
    max-width: initial;
    width: 100%;
  }
}
.section-reason__bnr__inner__list li:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .section-reason__bnr__inner__list li:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-reason__bnr__inner__list li:not(:nth-of-type(2n)) {
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.section-company {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background: url(../../../../images/top/company_img_08_pc.jpg) repeat;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .section-company {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .section-company {
    padding-bottom: 10%;
    background: url(../../../../images/top/company_img_08_sp.jpg) repeat;
    background-size: 9px;
  }
}
.section-company__heading {
  width: 100%;
  padding: 100px 0 60px 0;
  box-sizing: border-box;
  background: url(../../../../images/top/company_img_06_pc.png) top center no-repeat;
}
@media screen and (max-width: 1024px) {
  .section-company__heading {
    padding: 10% 0 6% 0;
  }
}
@media screen and (max-width: 767px) {
  .section-company__heading {
    padding: 12% 0 9% 0;
    background: url(../../../../images/top/company_img_06_sp.png) top center no-repeat;
  }
}
.section-company__heading h2 {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-company__heading h2 {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-company__heading h2 {
    padding: 0 6%;
  }
}
.section-company__contents {
  width: 100%;
}
.section-company__contents .section-company__list {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-company__contents .section-company__list {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-company__contents .section-company__list {
    padding: 0 6%;
    box-sizing: border-box;
  }
}
.section-company__contents .section-company__list__item {
  width: calc(25% - 15px);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section-company__contents .section-company__list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-company__contents .section-company__list__item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-company__contents .section-company__list__item:nth-child(3) {
    margin-bottom: 0;
  }
}
.section-company__contents .section-company__list__item:nth-child(4) {
  margin-right: 0;
  margin-bottom: 0;
}
.section-company__contents .section-company__list__item__link {
  display: block;
}
.section-company__contents .section-company__list__item__link__img img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .section-company__contents .section-company__list__item__link__img img {
    border-radius: 15px;
  }
}
@media (max-width: 425px) {
  .section-company__contents .section-company__list__item__link__img img {
    border-radius: 10px;
  }
}
.section-bottom-btn {
  width: 100%;
}
.section-bottom-btn__sns {
  width: 100%;
  background: url(../../../../images/top/botton-btn_img_01_pc.jpg) repeat;
  padding: 60px 0 48px 0;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns {
    padding: 6% 0 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns {
    padding: 10% 0 10% 0;
  }
}
.section-bottom-btn__sns__list {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns__list {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list {
    padding: 0 6%;
    box-sizing: border-box;
  }
}
.section-bottom-btn__sns__list__item {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns__list__item {
    width: 31.3%;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6%;
  }
}
.section-bottom-btn__sns__list__item:nth-child(2) {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns__list__item:nth-child(2) {
    margin: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item:nth-child(2) {
    margin: 0;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item:nth-child(3) {
    margin-bottom: 0;
  }
}
.section-bottom-btn__sns__list__item__img {
  width: 100%;
}
.section-bottom-btn__sns__list__item__img img {
  display: block;
}
.section-bottom-btn__sns__list__item__link {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns__list__item__link {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item__link {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 320px) {
  .section-bottom-btn__sns__list__item__link {
    line-height: 1.5rem;
  }
}
.section-bottom-btn__sns__list__item__link__text {
  width: 100%;
  height: 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;
  position: absolute;
  text-align: center;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns__list__item__link__text {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item__link__text {
    padding-left: 10px;
  }
}
.section-bottom-btn__sns__list__item__link__text::after {
  content: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns__list__item__link__text::after {
    font-size: 1.8rem;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item__link__text::after {
    font-size: 1.6rem;
  }
}
@media (max-width: 390px) {
  .section-bottom-btn__sns__list__item__link__text::after {
    right: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item__link__text br {
    display: none;
  }
}
@media (max-width: 320px) {
  .section-bottom-btn__sns__list__item__link__text br {
    display: block;
  }
}
.section-bottom-btn__sns__list__item__link .btn_youtube::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background: url(../../../../images/top/botton-btn_img_03_pc.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns__list__item__link .btn_youtube::before {
    width: 35px;
    height: 29px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item__link .btn_youtube::before {
    width: 8vw;
    height: 6vw;
    background: url(../../../../images/top/botton-btn_img_03_sp.png) no-repeat center;
    background-size: contain;
  }
}
.section-bottom-btn__sns__list__item__link .btn_insta::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 41px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background: url(../../../../images/top/botton-btn_img_05_pc.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns__list__item__link .btn_insta::before {
    width: 40px;
    height: 37px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item__link .btn_insta::before {
    width: 8vw;
    height: 7.4vw;
    background: url(../../../../images/top/botton-btn_img_05_sp.png) no-repeat center;
    background-size: contain;
  }
}
.section-bottom-btn__sns__list__item__link .btn_facebook::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background: url(../../../../images/top/botton-btn_img_07_pc.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__sns__list__item__link .btn_facebook::before {
    width: 37px;
    height: 37px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__sns__list__item__link .btn_facebook::before {
    width: 8vw;
    height: 8vw;
    background: url(../../../../images/top/botton-btn_img_07_sp.png) no-repeat center;
    background-size: contain;
  }
}
.section-bottom-btn__erea {
  width: 100%;
  background: #ffedbb;
  padding: 41px 0 53px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__erea {
    padding: 4% 0 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__erea {
    padding: 10% 0;
  }
}
.section-bottom-btn__erea__list {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-bottom-btn__erea__list {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__erea__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 6%;
    box-sizing: border-box;
  }
}
.section-bottom-btn__erea__list__item {
  width: calc(33.3% - 12px);
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__erea__list__item {
    width: 100%;
    margin-bottom: 6%;
  }
}
.section-bottom-btn__erea__list__item:nth-child(2) {
  margin: 0 18px;
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__erea__list__item:nth-child(2) {
    margin: 0;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__erea__list__item:nth-child(3) {
    margin-bottom: 0;
  }
}
.section-bottom-btn__erea__list__item__link {
  width: 100%;
  display: block;
}
.section-bottom-btn__erea__list__item__link__img img {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .section-bottom-btn__erea__list__item__link__img img {
    border-radius: 10px;
  }
}
.section-news {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 90px 0 90px;
  background: #e5f5ec;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-news {
    padding: 9% 0 9%;
  }
}
@media screen and (max-width: 767px) {
  .section-news {
    padding: 12% 0 12%;
  }
}
.section-news__contents {
  width: 100%;
  box-sizing: border-box;
  max-width: 940px;
  margin: 0 auto;
}
@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: 250px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .section-news__heading {
    width: 30%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-news__heading {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}
.section-news__heading h2 img {
  width: 100%;
}
.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%;
  max-width: 944px;
  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-news__link-wrap {
    box-sizing: border-box;
  }
}
.section-news__link {
  width: 100%;
  max-width: 650px;
  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: 60px;
  background: #094;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .section-news__link {
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 55px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .section-news__link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.5px;
    height: 50px;
    border-radius: 20px;
  }
}
.section-news__link:after {
  content: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  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-news__link:after {
    font-size: 1.8rem;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-news__link:after {
    font-size: 1.6rem;
    right: 15px;
  }
}
.section-news__text {
  width: calc(100% - 260px);
  font-size: 1.8rem;
  font-weight: 500;
  color: #262626;
  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: 68%;
  }
}
@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-works {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 90px;
}
@media screen and (max-width: 1024px) {
  .section-works {
    padding: 0 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-works {
    padding: 0 0 7%;
  }
}
.section-works__position-img {
  position: absolute;
  top: 25px;
  left: calc((100% - 880px) / 2);
  z-index: 3;
  opacity: 0;
}
.section-works__position-img.is-animated {
  animation: animate-bounceIn2;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .section-works__position-img {
    left: 5vw;
    width: 25vw;
    top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .section-works__position-img {
    left: 0;
    top: 5vw;
    width: 29vw;
  }
}
.section-works__heading {
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .section-works__heading {
    margin: 0 auto 6%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__heading {
    margin: 0 auto 8%;
  }
}
.section-works__heading h2 {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-works__heading h2 img {
  display: block;
  height: 332px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1024px) {
  .section-works__heading h2 img {
    height: 33vw;
  }
}
@media screen and (max-width: 767px) {
  .section-works__heading h2 img {
    height: auto;
  }
}
.section-works .slick-dots {
  display: none !important;
}
.section-works .slick-arrow {
  width: 40px;
  height: 100px;
  background: #ff9600;
  top: 35%;
  border-radius: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .section-works .slick-arrow {
    width: 30px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-works .slick-arrow {
    width: 20px;
    height: 50px;
    top: 50%;
    border-radius: 0;
  }
}
.section-works .slick-arrow:hover {
  opacity: 1;
}
.section-works .slick-arrow:before {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  background: none;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .section-works .slick-arrow:before {
    font-size: 2.3rem;
  }
}
.section-works .slick-arrow.prevbtn {
  left: calc((100% - 1020px) / 2);
}
.section-works .slick-arrow.prevbtn:before {
  transform: translate(-50%, -50%) rotate(180deg);
  left: 50%;
}
@media (max-width: 1100px) {
  .section-works .slick-arrow.prevbtn {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-works .slick-arrow.prevbtn {
    left: 0;
  }
}
.section-works .slick-arrow.nextbtn {
  right: calc((100% - 1020px) / 2);
}
.section-works .slick-arrow.nextbtn:before {
  left: 50%;
}
@media (max-width: 1100px) {
  .section-works .slick-arrow.nextbtn {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-works .slick-arrow.nextbtn {
    right: 0;
  }
}
.section-works__slider__wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.section-works__slider__wrapper .section-works__slider {
  display: none;
  box-sizing: border-box;
}
.section-works__slider__wrapper .section-works__slider.slick-initialized {
  display: block;
  margin-bottom: 0;
}
.section-works__slider__wrapper .section-works__slider.slick-initialized.section-works__slider__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider.slick-initialized.section-works__slider__pc {
    display: none;
  }
}
.section-works__slider__wrapper .section-works__slider.slick-initialized.section-works__slider__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider.slick-initialized.section-works__slider__sp {
    display: block;
  }
}
.section-works__slider__wrapper .section-works__slider.section-works__slider__sp .section-works__slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.section-works__slider__wrapper .section-works__slider.section-works__slider__sp .section-works__slider__item .section-works__slider__item__link {
  width: calc(50% - 7px);
  margin-right: 14px;
  margin-bottom: 30px;
}
.section-works__slider__wrapper .section-works__slider.section-works__slider__sp .section-works__slider__item .section-works__slider__item__link:nth-child(2n) {
  margin-right: 0;
}
.section-works__slider__wrapper .section-works__slider .slick-track {
  margin-bottom: 40px;
}
@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 {
  width: 300px;
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item {
    width: 100%;
    padding: 0 15px;
  }
}
.section-works__slider__wrapper .section-works__slider__item__link {
  display: block;
  position: relative;
}
.section-works__slider__wrapper .section-works__slider__item__img {
  height: 230px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__img {
    height: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__img {
    height: 29vw;
  }
}
.section-works__slider__wrapper .section-works__slider__item__img img {
  display: block;
  height: 230px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__img img {
    height: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__img img {
    height: 29vw;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text {
  padding: 35px 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text {
    padding: 25px 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text {
    padding: 15px 0 4%;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__height {
  margin-bottom: 20px;
  padding: 10px;
  background: #eee;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__height {
    margin-bottom: 3%;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__height {
    margin-bottom: 4%;
    padding: 4%;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__height:after {
  content: "";
  position: absolute;
  top: -48px;
  right: 30px;
  border: 25px solid transparent;
  border-bottom: 30px solid #eee;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text__height:after {
    top: -3.7vw;
    right: 3vw;
    border: 2vw solid transparent;
    border-bottom: 2vw solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__height:after {
    top: -24px;
    right: 24px;
    border: 14px solid transparent;
    border-bottom: 14px solid #eee;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #313131;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-weight: 500;
  max-height: calc(2.8rem * 3);
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text__description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-height: calc(2.4rem * 3);
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__description {
    font-size: 1.3rem;
    line-height: 2rem;
    max-height: calc(2rem * 3);
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__case {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #313131;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text__case {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__case {
    font-size: 1.1rem;
    line-height: 2.1rem;
    padding: 0 3%;
  }
}
.section-works__slider__wrapper .section-works__slider__item__text__house {
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.05em;
  color: #313131;
  font-weight: 500;
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .section-works__slider__wrapper .section-works__slider__item__text__house {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__slider__wrapper .section-works__slider__item__text__house {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin-bottom: 3px;
    padding: 0 3%;
  }
}
.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;
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown {
    padding: 0 6%;
  }
}
.section-works__dropdown-menu {
  width: calc(33.3333% - 20px);
  height: 80px;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu {
    width: 46%;
    margin: 0 2%;
    height: 70px;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 5%;
    height: auto;
  }
}
.section-works__dropdown-menu__contents {
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #ff6215;
  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;
  letter-spacing: 0.5px;
  border-radius: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu__contents {
    height: 70px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__contents {
    font-size: 1.4rem;
    height: 50px;
    border-radius: 15px;
    letter-spacing: 1px;
  }
}
@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: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 15px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  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.6rem;
    right: 15px;
  }
}
@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: 15px 15px 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;
  box-sizing: border-box;
  overflow-y: auto;
  border: 2px solid #ff6215;
  border-top: none;
  background: #fff;
  z-index: 5;
  box-shadow: -3px -10px 15px -5px rgba(0, 0, 0, 0.2) inset;
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__hide {
    border-radius: 0 0 0 15px;
  }
}
.section-works__dropdown-menu__hide-item {
  width: 100%;
}
.section-works__dropdown-menu__hide-item a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.9rem;
  border-top: 1px solid #eee;
  padding: 20px 35px 20px 20px;
  box-sizing: border-box;
  position: relative;
  color: #313131;
  /*
   &:before {
   content: "-";
   color: #113266;
   }
   */
  /*
   &:after {
   content: "\f0da";
   position: absolute;
   top: 50%;
   transform: translateY(-50%) ;
   right: 15px;
   color: #262626;
   display: block;
   text-align: center;
   font-size: 2rem;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   transition: all 0.2s ease-in-out;
   @include mq(tablet) {
   font-size: 1.8rem;
   right: 10px;
   }
   @include mq(mobile) {
   font-size: 1.6rem;
   right: 10px;
   }
   }
   */
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu__hide-item a {
    padding: 15px 30px 15px 15px;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__hide-item a {
    padding: 15px 30px 15px 15px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
.section-works__dropdown-menu__hide-item__sub-heading {
  cursor: pointer;
}
.section-works__dropdown-menu__hide-item__sub-heading:after {
  content: "\f0da";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 15px;
  color: #262626;
  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__sub-heading:after {
    font-size: 1.8rem;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__hide-item__sub-heading:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-works__dropdown-menu__hide-item__sub-heading.is-accordion-open:after {
  transform: translateY(-50%) rotate(-90deg);
}
.section-works__dropdown-menu__hide-item__sub-menu {
  display: none;
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu__hide-item__sub-menu {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__hide-item__sub-menu {
    padding-bottom: 15px;
  }
}
.section-works__dropdown-menu__hide-item__sub-menu__item {
  width: 100%;
}
.section-works__dropdown-menu__hide-item__sub-menu__item a {
  display: block;
  border-top: none;
  box-sizing: border-box;
  position: relative;
  color: #313131;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 35px 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-menu__hide-item__sub-menu__item a {
    padding: 0 30px 0 15px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-menu__hide-item__sub-menu__item a {
    padding: 0 30px 0 15px;
    margin-bottom: 5px;
  }
}
.section-works__dropdown-menu__hide-item__sub-menu__item a:before {
  content: "-";
  color: #313131;
}
.section-works__dropdown-menu__hide-item__sub-menu__item:last-child a {
  margin-bottom: 0;
}
.section-works__dropdown-menu__hide-item:first-child a {
  border-top: none;
}
.section-works__dropdown-button {
  width: calc(33.333% - 20px);
  margin: 0 10px;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-button {
    width: 46%;
    margin: 0 2%;
    height: 70px;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-button {
    width: 100%;
    height: 50px;
    margin: 0 0 5%;
    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;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-radius: 10px;
  background: #094;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-button a {
    height: 70px;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-button a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    height: 50px;
    letter-spacing: 1px;
    border-radius: 15px;
  }
  .section-works__dropdown-button a br {
    display: none;
  }
}
@media (max-width: 375px) {
  .section-works__dropdown-button a {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.section-works__dropdown-button a:after {
  content: "\f138";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .section-works__dropdown-button a:after {
    font-size: 1.6rem;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-button a:after {
    font-size: 1.6rem;
    right: 10px;
  }
}
.section-works__dropdown-button a.insta-button {
  background: linear-gradient(90deg, #ff7f4b 0%, #ff4b58 35%, #aa206b 80%, #571f6c 100%);
}
.section-works__dropdown-button a.insta-button:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 31px;
  height: 29px;
  display: inline-block;
  background: url(../../../../images/top/works_icon_01_pc.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .section-works__dropdown-button a.insta-button:before {
    width: 25px;
    height: 23px;
  }
}
.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: 0px;
  height: 0px;
}
.y-scroll::-webkit-scrollbar-thumb {
  background: #f8a61e;
  border-radius: 0;
}
.y-scroll::-webkit-scrollbar-thumb:hover {
  background: #f8a61e;
}
.y-scroll::-webkit-scrollbar-thumb:active {
  background: #f8a61e;
}
.y-scroll::-webkit-scrollbar-track {
  background: #f4db8a;
  border: 0px none #f4db8a;
  border-radius: 0;
}
.y-scroll::-webkit-scrollbar-track:hover {
  background: #f4db8a;
}
.y-scroll::-webkit-scrollbar-track:active {
  background: #f4db8a;
}
.y-scroll::-webkit-scrollbar-corner {
  background: transparent;
}
@keyframes poyoyon2 {
  50%, 100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  57.5% {
    transform: scale(0.9, 0.9) translate(0%, 2.5%);
  }
  65% {
    transform: scale(1.2, 0.9) translate(0%, 5%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -1%);
  }
  85% {
    transform: scale(1.1, 0.9) translate(0%, 2.5%);
  }
}
@keyframes poyoyon3 {
  50%, 100% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes animate-bounceIn2 {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 1em, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -0.25em, 0);
  }
  75% {
    transform: translate3d(0, 0.1em, 0);
  }
  90% {
    transform: translate3d(0, -0.1em, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@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;
  }
}
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*safari homebar-area*/
@media screen and (max-width: 767px) {
  .cta-floating {
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
/*section-nigaoe*/
.section-nigaoe__image {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.section-nigaoe__image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media screen and (max-width: 1024px) {
  .section-nigaoe__image img {
    max-height: 340px;
    height: 34vw;
  }
}
@media screen and (max-width: 767px) {
  .section-nigaoe__image img {
    max-height: 310px;
    height: auto;
  }
}
/*character*/
.section-works .section-works__slider__item figure {
  position: relative;
}
.section-works .hori-card__thumb__character {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  max-width: 122px;
}
@media screen and (max-width: 1024px) {
  .section-works .hori-card__thumb__character {
    width: 12vw;
    bottom: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .section-works .hori-card__thumb__character {
    width: 18vw;
    bottom: -2vw;
  }
}
.section-works .hori-card__thumb__character.type-c {
  max-width: 140px;
}
@media screen and (max-width: 1024px) {
  .section-works .hori-card__thumb__character.type-c {
    width: 13.5vw;
  }
}
@media screen and (max-width: 767px) {
  .section-works .hori-card__thumb__character.type-c {
    width: 20.5vw;
  }
}
.section-nigaoe__image {
  background: url(../../../../images/top/botton-btn_img_01_pc.jpg) repeat center;
  background: url(../../../../images/top/voice_bg_img_01_pc.png) repeat center;
  padding: 20px 0;
  margin-top: 80px;
}
.section-nigaoe__image img {
  max-width: 940px;
  margin: 0% auto 0;
  height: auto !important;
  max-height: none !important;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .section-nigaoe__image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 940px) {
  .section-nigaoe__image {
    margin-top: 60px;
    background: none;
    padding: 0;
  }
  .section-nigaoe__image img {
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .section-nigaoe__image {
    margin-top: 30px;
  }
  .section-nigaoe__image img {
    margin-top: 0%;
    /*max-height: 330px;
     height: auto;*/
  }
}
@media screen and (max-width: 640px) {
  .section-nigaoe__image {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-nigaoe__image {
    margin-top: 45px;
  }
}
/*最新情報調整 20240313*/
.section-topic__button__item {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .section-topic__button__item {
    letter-spacing: 2px;
  }
}
.section-topic__card__item__text__label {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .section-topic__card__item__text__label {
    width: auto;
  }
}
.section-news {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section-news {
    margin-top: 0;
  }
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-01 {
  width: 438px;
  top: initial;
  bottom: -0.5px;
  left: calc((100% - 1400px) / 2);
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-01 {
    width: 31vw;
    bottom: -0.5vw;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-01 {
    width: 39vw;
    left: 0;
  }
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-01.fade-in .mv-top__banner__position-img-01__animation {
  animation: initial;
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-04 {
  max-width: max-content;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-04 {
    top: 1vw;
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-04 {
    top: 4vw;
    width: 100%;
  }
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-02 {
  right: calc((100% - 1020px) / 2);
  transform: rotate(7deg);
  width: 195px;
  top: 320px;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-02 {
    right: 0;
    width: 17vw;
    top: 41vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-02 {
    right: 4vw;
    width: 22vw;
    top: 84vw;
  }
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-05 {
  left: 58%;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-05 {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-05 {
    width: 40%;
    top: 68%;
    left: 55%;
  }
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-06 {
  left: 58%;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-06 {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-06 {
    width: 40%;
    top: 80%;
    left: 55%;
  }
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-07 {
  right: calc((100% - 1050px) / 2);
  top: 120px;
  transform: rotate(22deg);
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-07 {
    right: 1vw;
    top: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-07 {
    top: auto;
    bottom: 20vw;
    width: 20vw;
    left: 80vw;
    transform: rotate(5deg);
  }
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-08 {
  position: absolute;
  left: calc((100% - 1040px) / 2);
  bottom: 0;
  z-index: 2;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-08 {
    width: 20vw;
    left: 4%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-08 {
    top: auto;
    bottom: 0;
    width: 33vw;
    left: 1vw;
  }
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-08__animation {
  display: inline-block;
  opacity: 0;
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-08 img {
  display: inline-block;
  width: 100%;
}
.mv-top__slider__item.rnw.first-slide .mv-top__banner__position-img-08.fade-in .mv-top__banner__position-img-08__animation {
  animation: poyoyon2 2s linear 1s infinite;
  opacity: 1;
  transition: opacity 0.5s;
}
/*ブレークポイント 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;
  display: block;
}
.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 {
  max-width: 1023px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 50px;
  background: #ffdc36;
  z-index: 1;
}
.cta-floating__button {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cta-floating__button__title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #313131;
  box-sizing: border-box;
  padding: 8px 0 12px;
  text-align: center;
}
.cta-floating__button__title br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 6px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__title {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 6px 0 7px;
  }
  .cta-floating__button__title span {
    display: none;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__title {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
.cta-floating__button__position-img-01 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__position-img-01 {
    left: 0;
    bottom: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__position-img-01 {
    left: 0;
    bottom: 18px;
    width: 45px;
  }
}
@media (max-width: 425px) {
  .cta-floating__button__position-img-01 {
    width: 40px;
  }
}
.cta-floating__button__position-img-02 {
  position: absolute;
  top: -38px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__position-img-02 {
    left: 0;
    top: -25px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__position-img-02 {
    left: 0;
    top: -20px;
    width: 140px;
  }
}
@media (max-width: 425px) {
  .cta-floating__button__position-img-02 {
    width: 130px;
  }
}
.cta-floating__button__list {
  width: 100%;
  -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;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__list {
    border-top: 2px solid #fff;
  }
}
.cta-floating__button__item {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 341.33333px;
}
@media screen and (max-width: 1024px) {
  .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;
  box-sizing: content-box !important;
  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: 45px;
    letter-spacing: 0;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .cta-floating__button__item__link__text {
    height: 38px;
  }
  .cta-floating__button__item__link__text .sp_br {
    display: inline-block;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item__link__text {
    font-size: 1.1rem;
    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: #ff6215;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(1) {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
}
.cta-floating__button__item:nth-child(1) a p {
  background: #ff6215;
  padding-left: 110px;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0;
}
.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: 29%;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(1) a p {
    padding-left: 20%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 45px;
  }
  .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: 475px) {
  .cta-floating__button__item:nth-child(1) a p {
    padding-left: 34%;
  }
}
@media (max-width: 425px) {
  .cta-floating__button__item:nth-child(1) a p {
    height: 38px;
    padding-left: 40%;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item:nth-child(1) a p {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    line-height: 1.3rem;
  }
}
.cta-floating__button__item:nth-child(1) a p:before {
  content: "";
  position: absolute;
  top: 53%;
  left: 88px;
  transform: translateY(-50%);
  color: #fff;
  display: inline-block;
  width: 32px;
  height: 22px;
  display: inline-block;
  background: url(../../../../images/top/cta_icon_02_pc.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .cta-floating__button__item:nth-child(1) a p:before {
    width: 28px;
    height: 19px;
    left: 24%;
  }
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(1) a p:before {
    left: 50px;
    width: auto;
    height: auto;
    top: 55%;
    background: none;
    transform: translateY(-50%);
    color: #fff;
    display: inline-block;
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
  }
}
@media (max-width: 425px) {
  .cta-floating__button__item:nth-child(1) a p:before {
    left: 42px;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item:nth-child(1) a p:before {
    font-size: 1.5rem;
  }
}
.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: #ffa11a;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(2) {
    width: 33.3%;
  }
}
@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: #ffa11a;
  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%;
  }
}
.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: 7%;
    font-size: 1.8rem;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item:nth-child(2) a p:before {
    left: 5%;
    font-size: 1.6rem;
  }
}
.cta-floating__button__item:nth-child(3) {
  background: #00b900;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .cta-floating__button__item:nth-child(3) {
    width: 33.3%;
  }
}
@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%;
  }
}
.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: 7%;
    width: 24px;
    height: 22px;
  }
}
@media (max-width: 370px) {
  .cta-floating__button__item:nth-child(3) a p:before {
    left: 5%;
    width: 20px;
    height: 17px;
  }
}
.present-6__img {
  display: -webkit-box;
  display: -moz-box;
  display: block;
  text-decoration: none;
  position: fixed;
  z-index: 10000;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  overflow: hidden;
  border: solid 2px #fff;
  box-sizing: content-box;
  display: block;
}
.present-6__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 3s infinite;
}
@keyframes shine {
  0% {
    left: -300%;
  }
  100% {
    left: 700%;
  }
}
@media (max-width: 1024px) {
  .present-6__img {
    width: 8vw;
    height: 18vw;
  }
}
@media (max-width: 767px) {
  .present-6__img {
    width: 34vw;
    height: 11vw;
    top: auto;
    transform: none;
    bottom: 77px;
  }
}
@media (max-width: 425px) {
  .present-6__img {
    bottom: 73px;
  }
}
.present-6__img .pc-none {
  -moz-display: none;
  -webkit-display: none;
  display: none;
}
@media (max-width: 767px) {
  .present-6__img .pc-none {
    display: -moz-box;
    display: -webkit-box;
    display: block;
  }
}
.present-6__img .sp-none {
  display: -moz-box;
  display: -webkit-box;
  display: block;
}
@media (max-width: 767px) {
  .present-6__img .sp-none {
    -moz-display: none;
    -webkit-display: none;
    display: none;
  }
}
/*ブレークポイント 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: 12%;
  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;
    margin-top: 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: #094;
  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: #ff6215;
  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: 200px;
  height: 130px;
  position: relative;
}
@media (min-width: 768px) {
  .hori-card__thumb {
    width: 300px;
    height: 180px;
  }
}
.hori-card__img {
  width: 200px;
  height: 130px;
  object-fit: cover;
  font-family: "object-fit:cover;";
  border-radius: 3px 0 0 3px;
}
@media (min-width: 768px) {
  .hori-card__img {
    width: 300px;
    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: #094;
  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-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.5em;
  max-height: calc(1.5em * 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: #ff6215;
  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.6em;
  margin: 3px 0 10px;
  -webkit-line-clamp: 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: #094;
}
.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: #ff6215;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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;
}
body, html {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  min-width: initial;
}
/*ブレークポイント 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: 0 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: 30px auto 30px;
  }
}
.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: rgba(255, 98, 21, 0.4);
  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: rgba(255, 98, 21, 0.2);
  color: #222;
  transition: linear 0.2s all;
}
.page-template-page-form .select-btn div[class^="select-btn"].active {
  background: #ff6215;
  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: #ff6215;
}
.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;
}
/*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: #ff6215;
  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: #ff8448;
  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: #094;
  color: #fff;
  max-width: 280px;
  float: left;
  border: none;
}
input.form_btn02:hover {
  color: #fff;
  background: #008a3d;
  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: #bebebe;
  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: #ff6215;
  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: #ff6215;
  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: #ff6215;
  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 #ff6215;
}
#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 #ff6215;
}
#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;
}
.page-template-page-form .pc-footer-end {
  padding: 30px 0 60px;
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
.sub-page__menu.container {
  padding: 0 4%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sub-page__menu.container {
    padding: 0 3%;
  }
}
@media (min-width: 1025px) {
  .sub-page__menu.container {
    padding: 0;
  }
}
.sub-page__menu .anchor {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .sub-page__menu .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}
.sub-page__menu h3 {
  display: block;
  margin: 0 0 20px;
  padding: 15px 30px;
  background: #ff6215;
  text-align: left;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sub-page__menu h3 {
    display: block;
    margin: 0 0 15px;
    padding: 15px 15px;
    font-size: 1.6rem;
  }
}
.sub-page__menu .ttl_img {
  margin: 10px auto 15px;
  display: block;
}
.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 .menu-taxonomy-list {
  margin: 0 0 40px;
  padding: 30px 10px 10px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sub-page__menu .menu-taxonomy-list {
    margin: 0 0 30px;
    padding: 15px 0 5px 10px;
  }
}
.sub-page__menu .menu-taxonomy-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-page__menu .menu-taxonomy-list ul li {
  margin: 0 10px 20px 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 20px;
  font-size: 1.8rem;
  color: #111;
  line-height: 35px;
  background: #f1f1f1;
  border: 2px solid #645a5a;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sub-page__menu .menu-taxonomy-list ul li a {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 30px;
  }
}
.sub-page__menu .section-menu__list {
  padding: 0;
}
.sub-page__menu .section-menu__list__item {
  width: calc(33.3% - 20px);
}
@media screen and (max-width: 1024px) {
  .sub-page__menu .section-menu__list__item {
    width: calc(33.3% - 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;
}
.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%;
  }
}
.section-menu-bnr {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .section-menu-bnr {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-menu-bnr .page-ttl__h2 {
    font-size: 1.8rem;
  }
}
.menu-bnr-list {
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .menu-bnr-list {
    margin: 4% 0;
  }
}
@media screen and (max-width: 767px) {
  .menu-bnr-list {
    margin: 6% 0;
  }
}
.menu-bnr-list__inner li {
  float: left;
  max-width: 375px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .menu-bnr-list__inner li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .menu-bnr-list__inner li {
    max-width: initial;
    width: 100%;
  }
}
.menu-bnr-list__inner li:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .menu-bnr-list__inner li:not(:last-of-type) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .menu-bnr-list__inner li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.post-type-archive-menu .sub-page__menu .hori-card__figure {
  width: 130px;
}
.post-type-archive-menu .sub-page__menu .hori-card__txt {
  width: calc(100% - 60px);
}
.section-menu-crystal-paint-japan {
  margin: 60px auto 80px;
}
@media screen and (max-width: 1024px) {
  .section-menu-crystal-paint-japan {
    margin: 6% auto 8%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu-crystal-paint-japan {
    margin: 12% auto 10%;
  }
}
.section-menu-crystal-paint-japan__catch {
  font-weight: 800;
}
.section-menu-crystal-paint-japan h3.section-menu-crystal-paint-japan__text {
  margin: 0 auto 30px;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.175em;
  display: block;
  line-height: 1.75em;
  padding: 1em;
  color: #000;
  background: #fffaf4;
  border-left: solid 5px #f8931f;
}
@media screen and (max-width: 767px) {
  .section-menu-crystal-paint-japan h3.section-menu-crystal-paint-japan__text {
    margin: 0 auto 6%;
    font-size: 1.4rem;
    padding: 4% 6%;
  }
}
/*ブレークポイント max-width version[Add leehnyn]*/
/* ▼ 特定箇所のフォントサイズ設定 */
/********************************************
 // ↓ product.scss
 ********************************************/
.product {
  margin: 0 auto 60px auto !important;
  width: 92% !important;
}
@media (min-width: 768px) {
  .product {
    margin: 0 auto 80px !important;
  }
}
.product__thumb {
  position: relative;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  animation: fadeIn 0.8s ease forwards;
  border: solid 1px #ddd;
}
.product__img {
  width: 100%;
  height: 250px;
  border-radius: 3px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .product__img {
    height: 500px;
  }
}
.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) {
  .product__discount {
    font-size: 2.1rem;
    line-height: 0;
    min-width: 80px;
    min-height: 80px;
    top: 2%;
    left: 2%;
  }
}
.product__discount--yellow {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .product__discount--yellow {
    font-size: 1.5rem;
    position: relative;
  }
}
.product__discount-percentage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product__discount-percentage {
    position: relative;
  }
}
.product__discount-percentage--max {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .product__discount-percentage--max {
    font-size: 1.4rem;
  }
}
.product__discount-percentage--num {
  font-size: 3.2rem;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 500;
  display: block;
  line-height: 1em;
}
@media (min-width: 768px) {
  .product__discount-percentage--num {
    position: relative;
    font-size: 3.8rem;
    line-height: 1em;
  }
}
.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) {
  .product__discount-percentage--icon {
    font-size: 2rem;
  }
}
.product__discount-percentage--off {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  line-height: 1em;
}
@media (min-width: 768px) {
  .product__discount-percentage--off {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    display: block;
  }
}
.product__price {
  /*margin: 10px 0 20px;
   text-align: center;
   font-size: 3.4rem;
   line-height: 1.4em;
   font-weight: 800;
   letter-spacing: 0.075em;
   display: block;
   letter-spacing: initial;*/
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 10px 0 20px;
  color: #c92d3a;
  font-size: 5rem;
  margin: 30px 0 20px;
}
.product__price--price {
  font-size: 5rem;
  line-height: 5rem;
  display: block;
  color: #c92d3a;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .product__price--price {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}
.product__price--number {
  font-size: 5rem;
  font-style: italic;
  margin-right: 4px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .product__price--number {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}
.product__price--non_format {
  top: -20px;
  position: relative;
  text-align: center;
}
.product__price--small {
  font-size: 1.8rem;
  font-weight: 800;
  color: #c92d3a;
}
@media (min-width: 768px) {
  .product__price--small {
    font-size: 2rem;
  }
}
.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) {
  .product__price--small.catch {
    border-radius: 5px;
    font-size: 1.2rem;
    transform: translateY(-7px);
  }
}
.product__price--tax {
  color: #c92d3a;
  font-size: 1.25rem;
}
.product__include {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.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) {
  .product__include-ttl {
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}
.product__include-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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: #ff6215;
}
@media (min-width: 768px) {
  .product__include-item {
    font-size: 1.5rem;
  }
}
.product__include-item:nth-child(3n) {
  margin: 0 6px 10px 0;
}
@media (min-width: 768px) {
  .product__include-item:nth-child(3n) {
    margin: 0 6px 10px 0;
  }
}
.product .remarks {
  max-width: 640px;
  text-align: center;
  font-size: 1.6rem;
  background: #fff9e4;
  /*lighten($black_accent, 45%)*/
  padding: 15px;
  width: 92%;
  max-width: 690px;
  box-sizing: border-box;
  display: block;
  color: #333;
  margin: 0 auto 15px;
  line-height: 1.6em;
}
.product .remarks .txt_small {
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .product .remarks {
    width: 100%;
    font-size: 1.13rem;
    margin-bottom: 20px;
  }
}
.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) {
  .product .remarks2 {
    width: 100%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .product .remarks2 .txt_small {
    font-size: 1.2rem;
  }
}
.product .summary__table {
  margin: 0 auto 20px;
  max-width: 640px;
}
.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) {
  .product .summary__table th {
    font-size: 1.5rem;
    width: 45%;
  }
}
.product .summary__table td {
  width: 50%;
  padding: 4% 5px;
  line-height: 1.2em;
  font-size: 1.2em;
  letter-spacing: 0.04em;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  .product .summary__table td {
    font-size: 1.8rem;
    width: 55%;
    padding: 1.8% 4%;
  }
}
.product .summary__table .normal_cost td, .product .summary__table .other_cost td {
  text-align: center;
}
.product .summary__table .discount_rate td {
  color: #c30;
  text-align: center;
  width: 20%;
  font-weight: 800;
}
.product .summary__table .normal_cost + .discount_cost td, .product .summary__table .discount_rate + .discount_cost td {
  color: #c30;
}
.product .summary__table span.txt_small {
  font-size: 1.3rem;
}
.product .summary__table span.txt_number {
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 800;
}
.product .summary__table .txt_small_price {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1;
}
.product .summary__table .taxin_price_sale_table {
  display: block;
  font-size: 1.2rem;
  color: #666;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: calc(1.4em * 1);
  line-height: 1.4em;
}
.product .tab {
  max-width: 640px;
  padding: 0 !important;
}
.single-menu .breadcrumb__list span:nth-of-type(3) {
  pointer-events: none;
}
.product__figure {
  position: relative;
}
.product__figure.image_s {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .product__figure.image_s {
    padding-bottom: 0;
  }
}
.product__figure::after {
  content: "※写真はイメージです。";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #444;
  text-shadow: 1px 1px white;
}
@media (min-width: 1025px) {
  .aside__menu .container .side-ttl, .aside__menu .container .side-menu {
    display: none;
  }
}
.aside__menu .vert-card__thumb {
  padding-top: 100%;
  overflow: hidden;
  height: 100%;
}
.aside__menu .vert-card__figure {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  max-width: initial;
}
.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;
  box-shadow: 0 0 10px #cbcbcb;
}
@media (min-width: 768px) {
  .aside__menu .horizontal-list__item--portrait {
    width: 24.5%;
  }
}
.aside__menuaside.layout__side {
  margin-top: 60px;
}
/********************************************
 // ↓ tab.scss
 ********************************************/
.single-menu .tab {
  width: 100%;
}
.single-menu .tab__area {
  font-size: 0;
  display: flex;
  border-top: 3px solid #ff6215;
  border-right: 3px solid #ff6215;
  border-left: 3px solid #ff6215;
}
.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: rgba(255, 98, 21, 0.8);
  border-bottom: 3px solid #ff6215;
  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: #ff6215;
  transition: all 0.3s ease;
}
.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;
  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__panel .ghost-btn__link {
  margin-top: 30px;
}
.single-menu .panel__area {
  margin: 0 0 50px;
  background-color: #fff;
  border: solid 3px #ff6215;
  border-top: none;
  padding: 0 3% 15px;
}
@media (min-width: 768px) {
  .single-menu .panel__area {
    padding: 0;
  }
}
.single-menu 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: #094;
  color: #222;
}
.single-menu #tab3:checked ~ .panel__area #panel3 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
.ghost-btn__link {
  width: 45%;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  line-height: 45px;
  color: #222;
  border: 2px solid #645a5a;
  border-radius: 22.5px;
  display: block;
}
@media (min-width: 768px) {
  .ghost-btn__link {
    width: 300px;
    height: 60px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 60px;
    border-radius: 30px;
  }
}
.accordion {
  margin: 0 0 4%;
  padding: 0 6%;
}
@media (min-width: 768px) {
  .accordion {
    padding: 0 3%;
    margin: 0 0 50px;
  }
}
@media (min-width: 1025px) {
  .accordion {
    padding: 0;
  }
}
.accordion__section {
  position: relative;
}
.accordion__section::after {
  content: "";
  position: absolute;
  left: 3%;
  top: 45%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
@media (min-width: 768px) {
  .accordion__section::after {
    width: 6px;
    height: 6px;
    border-top: solid 2px #645a5a;
    border-right: solid 2px #645a5a;
    left: 3px;
    top: calc(50% - 3px);
    opacity: 0;
  }
}
.accordion__section.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
@media (min-width: 768px) {
  .accordion__section.open::after {
    top: calc(50% - 3px);
  }
}
.accordion__ttl {
  pointer-events: none;
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #ff6215;
  position: relative;
  display: block;
  cursor: pointer;
}
.accordion__ttl:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .accordion__ttl {
    padding: 20px 0 20px 30px;
    cursor: auto;
  }
  .accordion__ttl:hover {
    opacity: 1;
  }
}
.accordion__ttl--accent {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #ff6215;
  margin: 0 0 5px;
  display: block;
}
@media (min-width: 768px) {
  .accordion__ttl--accent {
    font-size: 1.5rem;
  }
}
.accordion__ttl--feature {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  color: #222;
}
@media (min-width: 768px) {
  .accordion__ttl--feature {
    font-size: 1.8rem;
  }
}
.accordion__content {
  padding: 3% 0;
}
@media (min-width: 768px) {
  .accordion__content {
    display: block;
  }
}
.accordion__content-img {
  width: 100%;
  border-radius: 3px;
}
.accordion__content-txt {
  font-size: 1.3rem;
  letter-spacing: 0.175em;
  line-height: 1.75em;
  color: #222;
  padding: 20px 0 15px 0;
  display: block;
}
@media (min-width: 768px) {
  .accordion__content-wrap {
    display: flex;
  }
}
.accordion__content-item {
  margin-bottom: 30px;
}
.accordion__content-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .accordion__content-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .accordion__content-item:last-child {
    margin-right: 0;
  }
}
.single-menu .accordion__content-item {
  width: 100%;
  margin-bottom: 3%;
}
.single-menu .accordion__content-item > img {
  width: 25%;
  margin-right: 3%;
  float: left;
}
.single-menu .accordion__content-wrap {
  display: block;
}
.single-menu .accordion__content-txt {
  padding: 0;
}
/********************************************
 // ↓ menu_card.scss
 ********************************************/
.section-menu__icons {
  max-width: 944px;
  margin: 0 auto 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-menu__icons {
    padding: 0 4.5%;
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__icons {
    display: flex;
    justify-content: flex-end;
  }
}
.section-menu__icons--list {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section-menu__icons--list {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .section-menu__icons--list {
    width: 100%;
  }
}
.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) {
  .section-menu__icons--list li {
    width: auto;
    font-size: 1.3rem;
    letter-spacing: 0.07em;
    margin-right: 2%;
    width: auto;
    margin-bottom: 2%;
  }
}
.section-menu__icons--list li span {
  background: #094;
  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) {
  .section-menu__icons--list li span {
    width: 21px;
    height: 21px;
    font-size: 1.2rem;
    margin-right: 4px;
    padding: 1px 4px;
  }
}
.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;
}
.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: 0 auto 40px;
  max-width: 940px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list {
    box-sizing: border-box;
    padding: 0 2%;
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list {
    padding: 0 4.5%;
    margin: 0 auto 5%;
  }
}
.section-menu__list__item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  transition: 0.3s;
  top: 0;
  background: #fff;
  transform: translateY(0);
  box-sizing: border-box;
  box-shadow: 0 0 10px #cbcbcb;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item {
    width: 31.3%;
    margin: 0 1% 2%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item {
    width: 47%;
    margin: 0 1.5% 3.5%;
    box-shadow: 0 0 6px #cbcbcb;
  }
}
.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;
}
.section-menu__list__item__label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c92d3a;
  padding: 12px 15px 8px;
  line-height: 0.7em;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.section-menu__list__item__label .txt_big {
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__label .txt_big {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@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.8rem;
  line-height: 1.8rem;
}
.section-menu__list__item__label br {
  line-height: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__label {
    padding: 4% 5%;
  }
  .section-menu__list__item__label .txt_small {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__label {
    left: 5px;
    top: 5px;
    border-radius: 5px;
  }
  .section-menu__list__item__label .txt_small {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
.section-menu__list__item__img {
  width: 100%;
  position: relative;
}
.section-menu__list__item__img__thumbnail__img {
  background: #f5f5f5;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 160px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__img__thumbnail__img {
    height: 120px;
  }
}
.section-menu__list__item__img__thumbnail__img 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;";
  object-position: 0 0;
}
.section-menu__list__item__text {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text {
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text {
    padding: 6% 7%;
  }
}
.section-menu__list__item__text__category {
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 425px) {
  .section-menu__list__item__text__category {
    font-size: 1.2rem;
  }
}
.section-menu__list__item__text__plan {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 800;
  margin-bottom: 30px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__plan {
    margin-bottom: 8%;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__plan {
    margin-bottom: 2%;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__plan {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
.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;
  min-height: 2.7em;
}
@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;
    min-height: 2.6em;
  }
}
@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: #eb6100;
  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: center;
  margin-bottom: 7px;
}
.section-menu__list__item__text__price__left {
  font-weight: 500;
  font-size: 3rem;
  line-height: 4rem;
  color: #c92d3a;
  font-weight: 800;
  font-style: italic;
  margin-right: 4px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__price__left {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__price__left {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__price__left {
    letter-spacing: 0rem;
    font-size: 2rem;
  }
}
.section-menu__list__item__text__price__right {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #c92d3a;
  line-height: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-menu__list__item__text__price__right {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 425px) {
  .section-menu__list__item__text__price__right {
    font-size: 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: 15px;
}
@media screen and (max-width: 1024px) {
  .section-menu__list__item__text__all-price {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 2.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: 15px;
}
@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: #ff6215;
  box-sizing: border-box;
  padding: 4px 8px 6px;
  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;
  }
}
.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%;
  width: fit-content;
  height: fit-content;
  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 img {
  vertical-align: middle;
}
.single-menu .product__thumb .section-menu__card__item__position-label {
  position: absolute;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  background: #d7202f;
  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;
  top: 0;
}
@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: 0;
  }
}
.single-menu .product__thumb .section-menu__card__item__position-paint {
  position: absolute;
  right: 20px;
  bottom: 10px;
  top: auto;
  transform: none;
  width: 28%;
}
@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;
}
.menu_discount_bnr {
  max-width: 650px;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .menu_discount_bnr {
    margin: 2% auto;
  }
}
@media screen and (max-width: 767px) {
  .menu_discount_bnr {
    margin: 4% auto;
  }
}
.single-works .horizontal-list__item--portrait .section-menu__list__item__link {
  box-shadow: 0 0 10px #cbcbcb;
}
.layout__main-left .cover-only-bnr {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .layout__main-left .cover-only-bnr {
    padding: 0 6%;
  }
}
.layout__main-left .cover-only-bnr img {
  margin: 0 auto;
  display: block;
}
.single-menu .section_plan_explanation {
  max-width: 640px;
  margin: 40px auto;
}
@media screen and (max-width: 1024px) {
  .single-menu .section_plan_explanation {
    margin: 4% auto;
  }
}
@media screen and (max-width: 767px) {
  .single-menu .section_plan_explanation {
    margin: 6% auto;
  }
}
.single-menu .section_plan_explanation__text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (max-width: 1024px) {
  .single-menu .section_plan_explanation__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .single-menu .section_plan_explanation__text {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}
.single-menu .section-menu__card__item__taikoban {
  position: absolute;
  z-index: 1;
  max-width: 133px;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .single-menu .section-menu__card__item__taikoban {
    width: 25%;
  }
}
.single-menu .section-menu__bnr_mold {
  max-width: 640px;
  margin: 0 auto;
}
