@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
.c-txt-lg {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 38px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm, .c-contact-text, .breadcrumb {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .breadcrumb {
    font-size: 16px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #323232;
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .c-contact .contact-form .privacy, .c-contact-text, .p-footer__nav, .p-footer .sns-link, .c-title, .p-title, .wp-categories {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-contact .contact-form .privacy, .c-contact-text, .p-footer__nav, .p-footer .sns-link, .c-title, .p-title, .wp-categories {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact .contact-form .privacy, .c-contact-text, .p-footer__nav, .p-footer .sns-link, .c-title, .p-title, .wp-categories {
    margin-bottom: 50px;
  }
}

.mb-md, .c-contact .c-description, .top-view {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-contact .c-description, .top-view {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-contact .c-description, .top-view {
    margin-bottom: 80px;
  }
}

.mb-lr, .c-thanks, .c-privacy, .c-contact.contact-page, .c-other, .c-system, .c-price, .c-osusume, .plan-page__topview, .faq-contents, .c-verticalflow, .c-table, .c-anshin, .c-column, .c-toha, .c-topdesc, .p-topcta, .c-topview {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .c-contact.contact-page, .c-other, .c-system, .c-price, .c-osusume, .plan-page__topview, .faq-contents, .c-verticalflow, .c-table, .c-anshin, .c-column, .c-toha, .c-topdesc, .p-topcta, .c-topview {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .c-contact.contact-page, .c-other, .c-system, .c-price, .c-osusume, .plan-page__topview, .faq-contents, .c-verticalflow, .c-table, .c-anshin, .c-column, .c-toha, .c-topdesc, .p-topcta, .c-topview {
    margin-bottom: 80px;
  }
}

.c-container, .c-topview__text, .breadcrumb {
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container, .c-topview__text, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .c-topview__text, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .c-topview__text, .breadcrumb {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container, .c-topview__text, .breadcrumb {
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

.breadcrumb {
  display: flex;
  justify-content: right;
  flex-wrap: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #ff8b00;
  border-bottom: 1px solid #ff8b00;
}
@media (min-width: 960px) {
  .breadcrumb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .breadcrumb li:last-child {
    max-width: none;
  }
}

.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

body {
  color: rgb(24, 24, 24);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
}

body.menu-open {
  overflow: hidden;
}

.font, .mobile-menu__item span, .c-flow__list__item .step, .c-reason__list__item .reason, .c-verticalflow__list__item .Ttl .Wrap .num, .c-feature__list__item .num, .c-company .c-policy__list__item h3, .p-works__img .bfr span,
.p-works__img .aft span, .p-works__wrap .Desc .Img__wrap .bfr span,
.p-works__wrap .Desc .Img__wrap .aft span, .top-view__text h2, .top-view__scroll span, .p-title .en, .c-topview__text .en {
  font-family: "Lato", sans-serif;
}

.superwrapper {
  overflow: hidden;
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #fff;
  display: inline-block;
  padding: 12px 15px;
  border: 2px solid #ff8b00;
  text-align: center;
  min-width: 250px;
  border-radius: 9999px;
  position: relative;
}
.more-btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff8b00;
  border-right: 2px solid #ff8b00;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #ff8b00;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link span {
  position: relative;
  color: #ff8b00;
  padding-right: 20px;
  font-weight: bold;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ff8b00;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover span {
  color: #fff;
  transform: none;
}
.more-btn__link:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.more-btn__link:hover::after {
  background-color: #fff;
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 15px;
    min-width: 300px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-contact-text, .more-btn__link .breadcrumb {
    font-size: 17px;
  }
  .more-btn__link::before {
    right: 25px;
    width: 14px;
    height: 14px;
  }
  .more-btn__link::after {
    right: 25px;
    width: 25px;
  }
}

.c-topview__text {
  margin-bottom: 30px;
}
.c-topview__text .en {
  font-size: 2rem;
  line-height: 1.6;
  color: #ff8b00;
}
.c-topview__text .ja {
  font-size: 0.8rem;
}
.c-topview__img {
  height: 25vh;
}
.c-topview.mb-no {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .c-topview__text {
    display: flex;
    align-items: baseline;
  }
  .c-topview__text .en {
    font-size: 2.6rem;
  }
  .c-topview__text .ja {
    font-size: 0.9rem;
    margin-left: 20px;
  }
  .c-topview__img {
    height: 35vh;
  }
}
@media (min-width: 960px) {
  .c-topview__text .en {
    font-size: 3.2rem;
  }
  .c-topview__text .ja {
    font-size: 1.1rem;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 45vh;
  }
  .c-topview__text .en {
    font-size: 4.2rem;
  }
  .c-topview__text .ja {
    font-size: 1.4rem;
    margin-left: 30px;
  }
}

.p-title {
  text-align: center;
  line-height: 1.1;
}
.p-title .en {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  display: block;
  color: #ff8b00;
}
.p-title .ja {
  font-size: 0.8rem;
  font-weight: normal;
}
@media (min-width: 600px) {
  .p-title {
    line-height: 1.15;
  }
  .p-title .en {
    font-size: 2rem;
  }
  .p-title .ja {
    font-size: 0.9rem;
  }
}
@media (min-width: 960px) {
  .p-title {
    line-height: 1.3;
  }
  .p-title .en {
    font-size: 2.8rem;
  }
  .p-title .ja {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .p-title {
    line-height: 1.3;
    margin-bottom: 60px;
  }
  .p-title .en {
    font-size: 3.2rem;
  }
  .p-title .ja {
    font-size: 1.3rem;
  }
}

.c-title {
  position: relative;
  text-align: center;
}
.c-title .ja {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  color: #ffcc24;
  padding-bottom: 10px;
  margin-bottom: 2px;
}
.c-title .ja::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #ff8b00;
}
.c-title .en {
  color: #ff8b00;
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
}
@media (min-width: 600px) {
  .c-title .ja {
    font-size: 1.6rem;
  }
}
@media (min-width: 960px) {
  .c-title .ja {
    font-size: 2rem;
    letter-spacing: 4px;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
  .c-title .ja::after {
    width: 60px;
  }
  .c-title .en {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .c-title .ja {
    font-size: 2.4rem;
  }
}

.mark {
  background: linear-gradient(transparent 50%, #fcf586 50%);
  display: inline;
}

.shine-animation {
  position: relative;
  overflow: hidden;
}
.shine-animation::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  animation: shine-run 4s ease-in infinite;
  pointer-events: none;
}

@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }
  40% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}
.top-view {
  position: relative;
}
.top-view-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
  width: 70px;
  height: 70px;
}
.top-view-logo a {
  display: block;
}
.top-view-logo a img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 960px) {
  .top-view-logo {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 15px;
  }
}
.top-view__scroll {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 50;
}
.top-view__scroll span {
  font-size: 13px;
  position: relative;
}
.top-view__scroll span::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 960px) {
  .top-view__scroll {
    bottom: 70px;
  }
  .top-view__scroll span {
    font-size: 15px;
  }
  .top-view__scroll span::before {
    height: 60px;
    bottom: -70px;
  }
}
.top-view .hero {
  position: relative;
}
.top-view .hero::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(2, 2, 32);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0.4;
}
@media (max-width: 599px) {
  .top-view .hero .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .top-view .hero .view-sp {
    display: none;
  }
}
.top-view__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 6vw;
  z-index: 600;
  color: #fff;
}
.top-view__text h2 {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
}
.top-view__text h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media (min-width: 600px) {
  .top-view__text h2 {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .top-view__text h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .top-view__text {
    padding: 0 8vw;
  }
  .top-view__text h2 {
    font-size: 2.8rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .top-view__text h3 {
    font-size: 1.2rem;
  }
  .top-view__text h3 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top-view__text {
    padding: 0 10vw;
  }
  .top-view__text h2 {
    font-size: 3.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .top-view__text h3 {
    font-size: 1.6rem;
  }
}

.p-ssl {
  background-image: url(../images/home/bg-2.webp);
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
}
.p-ssl::before {
  content: "";
  width: 100%;
  height: 50vh;
  background: linear-gradient(#fff 50%, transparent);
  position: absolute;
  top: -1px;
  left: 0;
}
.p-ssl__top {
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}
.p-ssl__top h3 {
  color: #5a3e2b;
  text-align: center;
  line-height: 1.8;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.p-ssl__top .Img {
  max-width: 500px;
  margin: 0 auto;
}
.p-ssl__top .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ssl__list {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.p-ssl__list__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
.p-ssl__list__item .Icon {
  width: 100px;
  height: 100px;
  margin: 0 10px 0 0;
}
.p-ssl__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ssl__list__item .Desc {
  flex: 1;
}
.p-ssl__list__item .Desc h4 {
  color: #5a3e2b;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .p-ssl::before {
    background: linear-gradient(#fff 40%, transparent);
  }
  .p-ssl__top h3 {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
  .p-ssl__list__item .Icon {
    width: 120px;
    height: 120px;
    margin: 0 15px 0 0;
  }
  .p-ssl__list__item .Desc h4 {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .p-ssl {
    padding-bottom: 60px;
  }
  .p-ssl::before {
    content: "";
    width: 100%;
    height: 70vh;
    background: linear-gradient(#fff 20%, transparent);
    position: absolute;
    top: -1px;
    left: 0;
  }
  .p-ssl__top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-ssl__top h3 {
    font-size: 1.6rem;
    margin: 0 5vw 0 0;
  }
  .p-ssl__top .Img {
    max-width: 500px;
    margin: 0;
    flex: 1;
  }
  .p-ssl__list {
    max-width: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-ssl__list__item {
    flex-basis: 49%;
  }
}
@media (min-width: 1200px) {
  .p-ssl__top h3 {
    font-size: 1.8rem;
    margin: 0 50px 0 0;
  }
  .p-ssl__list__item {
    padding: 20px;
  }
  .p-ssl__list__item .Icon {
    width: 140px;
    height: 140px;
    margin: 0 20px 0 0;
  }
  .p-ssl__list__item .Desc h4 {
    font-size: 1.4rem;
  }
}

.p-merit {
  background-color: #ea8914;
  padding: 50px 0;
}
.p-merit .p-title {
  color: #fff;
}
.p-merit .p-title .en {
  color: #fff;
}
.p-merit__list {
  margin-bottom: 50px;
}
.p-merit__list__item {
  margin-bottom: 30px;
}
.p-merit__list__item .Img {
  aspect-ratio: 16/9;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}
.p-merit__list__item .Img::before {
  position: absolute;
  content: "";
  border-top: 40px solid #ea8914;
  border-right: 40px solid #ea8914;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
  top: -1px;
  right: -1px;
  z-index: 15;
}
.p-merit__list__item .Img img {
  border-radius: 10px;
}
.p-merit__list__item .Img .num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  z-index: 20;
}
.p-merit__list__item .Desc {
  color: #fff;
}
.p-merit__list__item .Desc h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.p-merit__wrap {
  background-color: #fff;
  padding: 30px 15px 20px;
  border-radius: 15px;
}
.p-merit__wrap .title {
  text-align: center;
  margin-bottom: 20px;
}
.p-merit__wrap .title .hukidasi {
  display: inline-block;
  background-color: #5a3e2b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 30px 3px;
  border-radius: 9999px;
  margin-bottom: 15px;
  position: relative;
}
.p-merit__wrap .title .hukidasi::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #5a3e2b;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-merit__wrap .title .hukidasi strong {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 4px;
}
.p-merit__wrap .title h3 {
  font-size: 1.1rem;
  color: #5a3e2b;
}
.p-merit__wrap .Img {
  max-width: 500px;
  margin: 0 auto 20px;
}
.p-merit__wrap .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-merit__wrap .Desc .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .p-merit__list {
    margin-bottom: 60px;
  }
  .p-merit__list__item {
    margin-bottom: 40px;
  }
  .p-merit__list__item .Img {
    margin-bottom: 20px;
  }
  .p-merit__list__item .Img::before {
    border-top: 70px solid #ea8914;
    border-right: 70px solid #ea8914;
    border-bottom: 70px solid transparent;
    border-left: 70px solid transparent;
  }
  .p-merit__list__item .Img .num {
    font-size: 5rem;
  }
  .p-merit__list__item .Desc h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .p-merit__wrap {
    padding: 30px;
  }
  .p-merit__wrap .title {
    margin-bottom: 30px;
  }
  .p-merit__wrap .title .hukidasi {
    font-size: 16px;
    padding: 5px 50px 5px;
  }
  .p-merit__wrap .title .hukidasi strong {
    font-size: 1.8rem;
    margin: 0 4px;
  }
  .p-merit__wrap .title h3 {
    font-size: 1.5rem;
  }
  .p-merit__wrap .Desc {
    text-align: center;
  }
  .p-merit__wrap .Desc .onlyPC {
    display: block;
  }
}
@media (min-width: 960px) {
  .p-merit {
    padding: 80px 0;
  }
  .p-merit__list {
    display: flex;
    justify-content: space-between;
  }
  .p-merit__list__item {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-merit__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .p-merit__wrap .title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
    margin-bottom: 15px;
  }
  .p-merit__wrap .Desc {
    grid-row: 2/3;
    grid-column: 1/2;
    text-align: left;
  }
  .p-merit__wrap .Desc .onlyPC {
    display: none;
  }
  .p-merit__wrap .Img {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .p-merit__list {
    margin-bottom: 70px;
  }
  .p-merit__list__item .Desc h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-merit__wrap {
    padding: 40px 50px;
  }
  .p-merit__wrap .title .hukidasi {
    font-size: 20px;
  }
  .p-merit__wrap .title .hukidasi strong {
    font-size: 2rem;
    margin: 0 6px;
  }
  .p-merit__wrap .title h3 {
    font-size: 1.8rem;
  }
}

.p-plan {
  background-color: #e8e3d3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
.p-plan .section-curve {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  display: block;
}
.p-plan__title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.p-plan__title small {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.p-plan__title small::before, .p-plan__title small::after {
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: 3px dotted #5a3e2b;
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto;
}
.p-plan__title small::before {
  left: 0;
  transform: rotate(55deg);
}
.p-plan__title small::after {
  right: 0;
  transform: rotate(-55deg);
}
.p-plan__list__item {
  background-color: #fff;
  margin-bottom: 30px;
}
.p-plan__list__item .Img {
  height: 250px;
  background-color: #ffb347;
  position: relative;
}
.p-plan__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-plan__list__item .Img .no1 {
  position: absolute;
  bottom: -20px;
  left: 10px;
  z-index: 10;
  text-align: center;
  font-size: 12px;
  width: 60px;
  height: 60px;
  line-height: 1.2;
  padding: 12px 0;
  color: #fff;
}
.p-plan__list__item .Img .no1 strong {
  font-size: 16px;
}
.p-plan__list__item .Img .no1::before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #e67700;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.p-plan__list__item .Desc {
  padding: 20px;
}
.p-plan__list__item .Desc h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 5px;
}
.p-plan__list__item .Desc .price {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-plan__list__item .Desc .price strong {
  font-size: 2rem;
  display: inline-block;
  margin: 0 5px;
  color: #ff8b00;
}
.p-plan__list__item .Desc .caution {
  font-size: 11px;
  text-align: center;
  color: #888;
  margin-bottom: 30px;
}
.p-plan__list__item .Desc .graph {
  margin-bottom: 15px;
}
.p-plan__list__item .Desc .graph img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-plan__list__item .Desc h4 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.p-plan__list__item .Desc h4 span {
  display: inline-block;
  border-bottom: 3px solid #ff8b00;
}
.p-plan__list__item .Desc h4 strong {
  font-size: 1.8rem;
  color: #ff8b00;
  display: inline-block;
  margin: 0 4px;
}
.p-plan__list__item .Desc .List {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
}
.p-plan__list__item .Desc .List li {
  padding-left: 30px;
  margin-bottom: 8px;
  position: relative;
}
.p-plan__list__item .Desc .List li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/check1.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-plan__list__item .Desc .List li:last-child {
  margin-bottom: 0;
}
.p-plan__list__item .Desc .more-btn {
  margin-bottom: 40px;
}
.p-plan__list__item:nth-child(2) .Img {
  background-color: #33a3dd;
}
.p-plan__list__item:nth-child(2) .Desc .price strong {
  color: #0088cc;
}
.p-plan__list__item:nth-child(2) .Desc h4 span {
  border-bottom: 3px solid #0088cc;
}
.p-plan__list__item:nth-child(2) .Desc h4 strong {
  color: #0088cc;
}
.p-plan__list__item:nth-child(2) .Desc .List li::before {
  background: url(../images/common/check2.svg) no-repeat center/contain;
}
.p-plan .read-more-001 {
  position: relative;
}
.p-plan .read-more-001 .reList {
  position: relative;
  max-height: 0px;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.p-plan .read-more-001 .reList.c-txt-sm, .p-plan .read-more-001 .reList.c-contact-text, .p-plan .read-more-001 .reList.breadcrumb {
  font-size: 11px;
}
.p-plan .read-more-001 label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #888;
  font-size: 0.8rem;
  border-bottom: 1px solid #888;
  transition: all 0.3s;
}
.p-plan .read-more-001 label:hover {
  color: #ff8b00;
  cursor: pointer;
}
.p-plan .read-more-001 input {
  display: none;
}
.p-plan .read-more-001:has(:checked) label {
  display: none;
}
.p-plan .read-more-001:has(:checked) .reList {
  max-height: 100%;
}
.p-plan .read-more-001:has(:checked) .reList::after {
  content: none;
}
@media (min-width: 600px) {
  .p-plan {
    padding-top: 150px;
  }
  .p-plan .section-curve {
    height: 120px;
  }
  .p-plan__title {
    font-size: 1.7rem;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .p-plan__list__item .Img .no1 {
    left: 30px;
    font-size: 14px;
    width: 80px;
    height: 80px;
    padding: 18px 0;
  }
  .p-plan__list__item .Img .no1 strong {
    font-size: 20px;
  }
  .p-plan__list__item .Img .no1::before {
    width: 80px;
    height: 80px;
  }
  .p-plan__list__item .Desc {
    padding: 30px;
  }
  .p-plan__list__item .Desc h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .p-plan__list__item .Desc .price {
    font-size: 15px;
  }
  .p-plan__list__item .Desc .price strong {
    font-size: 2.8rem;
  }
  .p-plan__list__item .Desc .graph {
    margin-bottom: 20px;
  }
  .p-plan__list__item .Desc h4 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .p-plan__list__item .Desc h4 strong {
    font-size: 2.4rem;
    margin: 0 6px;
  }
  .p-plan__list__item .Desc .List {
    padding: 30px;
    margin-bottom: 30px;
  }
  .p-plan__list__item .Desc .List li {
    margin-bottom: 12px;
  }
  .p-plan__list__item .Desc .more-btn {
    margin-bottom: 50px;
  }
}
@media (min-width: 960px) {
  .p-plan {
    padding-top: 200px;
    padding-bottom: 80px;
  }
  .p-plan .section-curve {
    height: 200px;
  }
  .p-plan__title {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
  .p-plan__title small {
    padding: 0 40px;
  }
  .p-plan__title small::before, .p-plan__title small::after {
    width: 40px;
    height: 40px;
    border-bottom: 4px dotted #5a3e2b;
    top: -20px;
  }
  .p-plan .c-container, .p-plan .breadcrumb, .p-plan .c-topview__text {
    padding: 0 6vw;
  }
  .p-plan__list {
    display: flex;
    justify-content: center;
  }
  .p-plan__list__item {
    width: 410px;
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .p-plan .c-container, .p-plan .breadcrumb, .p-plan .c-topview__text {
    padding: 0;
  }
  .p-plan__list__item {
    width: 450px;
    margin: 0 15px;
  }
  .p-plan__list__item .Img .no1 {
    bottom: -40px;
    left: 20px;
    font-size: 16px;
    width: 100px;
    height: 100px;
    padding: 24px 0;
  }
  .p-plan__list__item .Img .no1 strong {
    font-size: 24px;
  }
  .p-plan__list__item .Img .no1::before {
    width: 100px;
    height: 100px;
  }
  .p-plan__list__item .Desc h3 {
    font-size: 2rem;
  }
  .p-plan__list__item .Desc .price {
    font-size: 18px;
  }
  .p-plan__list__item .Desc .price strong {
    font-size: 3rem;
  }
  .p-plan__list__item .Desc .graph {
    margin-bottom: 20px;
  }
  .p-plan__list__item .Desc h4 {
    font-size: 1.5rem;
  }
  .p-plan__list__item .Desc h4 strong {
    font-size: 2.8rem;
  }
}

.p-works {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.p-works__top {
  margin-bottom: 40px;
}
.p-works__wrap {
  position: relative;
  margin-bottom: 20px;
}
.p-works__wrap .place {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: #323232;
  color: #fff;
  font-size: 13px;
  padding: 8px 15px 8px 30px;
  border-radius: 0 8px 0 8px;
}
.p-works__wrap .place::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/point-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.p-works__wrap h3 {
  background-color: #5a3e2b;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  padding: 50px 20px 20px;
  margin-bottom: 0px;
  border-radius: 10px 10px 0 0;
}
.p-works__wrap .Desc {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.p-works__wrap .Desc .Img__wrap {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.p-works__wrap .Desc .Img__wrap .bfr,
.p-works__wrap .Desc .Img__wrap .aft {
  flex-basis: 50%;
  position: relative;
}
.p-works__wrap .Desc .Img__wrap .bfr span,
.p-works__wrap .Desc .Img__wrap .aft span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  background-color: #323232;
}
.p-works__wrap .Desc .Img__wrap .arw {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -5px;
  margin: auto;
  z-index: 10;
  transform: rotate(45deg);
}
.p-works__eyecatch {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-works__eyecatch h3 {
  font-size: 1.1rem;
  margin: 0 15px 0 0;
}
.p-works__eyecatch .Img {
  width: 100px;
  height: 100px;
}
.p-works__eyecatch .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-works__item {
  background-color: #fff;
  position: relative;
  padding: 30px 20px;
}
.p-works__item .area {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: #323232;
  color: #fff;
  font-size: 13px;
  padding: 8px 15px 8px 30px;
}
.p-works__item .area::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/point-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.p-works__item .plan {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}
.p-works__img {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}
.p-works__img .bfr,
.p-works__img .aft {
  flex: 1;
  aspect-ratio: 3/2;
  background-color: #e0e0e0;
  position: relative;
}
.p-works__img .bfr span,
.p-works__img .aft span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  background-color: #323232;
}
.p-works__img .bfr img,
.p-works__img .aft img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-works__img .arw {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -5px;
  margin: auto;
  z-index: 10;
  transform: rotate(45deg);
}
.p-works__desc {
  text-align: center;
}
.p-works__desc h3 {
  font-size: 1rem;
}
.p-works__desc h3 strong {
  font-size: 1.7rem;
  display: inline-block;
  margin: 0 4px;
  color: #ff8b00;
}
.p-works__swiper-wrapper {
  position: relative;
}
.p-works .swiper-button-prev,
.p-works .swiper-button-next {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0;
  background: #fff;
  border: 2px solid #ff8b00;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 139, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.p-works .swiper-button-prev::after,
.p-works .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
  color: #ff8b00;
}
.p-works .swiper-button-prev:hover,
.p-works .swiper-button-next:hover {
  border-color: #ff6b00;
  box-shadow: 0 0 20px rgba(255, 139, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.p-works .swiper-button-prev:hover::after,
.p-works .swiper-button-next:hover::after {
  color: #ff6b00;
}
.p-works .swiper-button-prev:active,
.p-works .swiper-button-next:active {
  transform: scale(0.95);
  box-shadow: 0 0 10px rgba(255, 139, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.p-works .swiper-button-prev.swiper-button-disabled,
.p-works .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.p-works .p-works-swiper-prev {
  left: -20px;
}
.p-works .p-works-swiper-next {
  right: -20px;
}
.p-works .more-btn {
  margin-top: 40px;
}
@media (min-width: 600px) {
  .p-works__wrap {
    margin-bottom: 30px;
  }
  .p-works__wrap h3 {
    font-size: 1.4rem;
    padding: 50px 30px 20px;
  }
  .p-works__wrap .Desc {
    padding: 30px;
  }
  .p-works__wrap .Desc .Img__wrap {
    margin-bottom: 15px;
  }
  .p-works__wrap .Desc .Img__wrap .bfr span,
  .p-works__wrap .Desc .Img__wrap .aft span {
    font-size: 13px;
  }
  .p-works__wrap .Desc .Img__wrap .arw {
    width: 22px;
    height: 22px;
    left: -10px;
  }
  .p-works__eyecatch h3 {
    font-size: 1.3rem;
    margin: 0 30px 0 0;
  }
  .p-works__eyecatch .Img {
    width: 150px;
    height: 150px;
  }
  .p-works__item {
    padding: 30px;
  }
  .p-works__item .plan {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .p-works__desc h3 {
    font-size: 1.1rem;
  }
  .p-works__desc h3 strong {
    font-size: 2rem;
    margin: 0 4px;
  }
}
@media (min-width: 960px) {
  .p-works {
    padding: 80px 0;
  }
  .p-works__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .p-works__wrap {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-works__wrap h3 {
    font-size: 1.2rem;
  }
  .p-works__wrap .Desc {
    padding: 20px;
  }
  .p-works__eyecatch {
    margin-bottom: 60px;
  }
  .p-works__eyecatch h3 {
    font-size: 1.6rem;
    margin: 0 50px 0 0;
  }
  .p-works__eyecatch h3 .onlySP {
    display: none;
  }
  .p-works__eyecatch .Img {
    width: 200px;
    height: 200px;
  }
  .p-works__item {
    padding: 40px 30px;
  }
  .p-works__item .plan {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .p-works__desc h3 {
    font-size: 1.2rem;
  }
  .p-works__desc h3 strong {
    font-size: 2.4rem;
    margin: 0 4px;
  }
  .p-works .swiper-button-prev,
  .p-works .swiper-button-next {
    width: 70px;
    height: 70px;
  }
  .p-works .swiper-button-prev::after,
  .p-works .swiper-button-next::after {
    font-size: 24px;
  }
  .p-works .p-works-swiper-prev {
    left: -40px;
  }
  .p-works .p-works-swiper-next {
    right: -40px;
  }
  .p-works .more-btn {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .p-works__wrap h3 {
    font-size: 1.4rem;
  }
  .p-works__wrap .Desc {
    padding: 30px;
  }
  .p-works__eyecatch h3 {
    font-size: 2rem;
  }
  .p-works__eyecatch .Img {
    width: 250px;
    height: 250px;
  }
}

.top-slide {
  overflow: visible;
  padding: 60px 0;
  position: relative;
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
}
.top-slide::before {
  content: "";
  width: 100%;
  height: 70vh;
  background: linear-gradient(transparent, #fff 80%);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (min-width: 960px) {
  .top-slide {
    padding: 80px 0;
  }
}
.top-slide h2 {
  position: relative;
  z-index: 50;
  font-size: 3rem;
  padding: 0 5vw;
  color: #ff8b00;
}
@media (min-width: 600px) {
  .top-slide h2 {
    font-size: 4rem;
  }
}
@media (min-width: 960px) {
  .top-slide h2 {
    padding: 0 8vw;
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .top-slide h2 {
    padding: 0;
    font-size: 5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-slide__slider .infiniteslide_wrap {
  overflow: visible !important;
  position: relative;
  z-index: 30;
}
.top-slide__slider #js-infiniteslide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.top-slide__slider #js-infiniteslide .top {
  margin-top: -150px;
}
.top-slide__slider #js-infiniteslide .middle {
  margin-top: -80px;
}
.top-slide__slider #js-infiniteslide img {
  aspect-ratio: 1/1;
  width: 50%;
  height: 200px !important;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 15px;
}
@media (min-width: 600px) {
  .top-slide__slider #js-infiniteslide img {
    width: 30%;
    height: 250px !important;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 960px) {
  .top-slide__slider #js-infiniteslide img {
    width: 30%;
    height: 300px !important;
  }
}
@media (min-width: 1200px) {
  .top-slide__slider #js-infiniteslide img {
    width: 300px;
    height: 350px !important;
  }
}

.p-topcta__title {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-topcta__desc {
  margin-bottom: 50px;
}
.p-topcta__desc .c-txt-sm, .p-topcta__desc .c-contact-text, .p-topcta__desc .breadcrumb {
  line-height: 2.4;
}
.p-topcta__wrap {
  background-color: #ff8b00;
  padding: 50px 20px 30px;
  text-align: center;
  position: relative;
}
.p-topcta__wrap::before {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../images/common/logo-mark.webp) no-repeat center/contain;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-topcta__wrap h3 {
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
}
.p-topcta__wrap .Desc {
  color: #fff;
  margin-bottom: 30px;
}
.p-topcta__wrap .Desc .c-txt-sm, .p-topcta__wrap .Desc .c-contact-text, .p-topcta__wrap .Desc .breadcrumb {
  line-height: 1.7;
}
.p-topcta__wrap .Desc strong {
  font-size: 1.5rem;
}
.p-topcta__wrap .Btn a {
  display: inline-block;
  background-color: #ffcc24;
  padding: 15px 60px;
  border-radius: 9999px;
  max-width: 350px;
  font-size: 15px;
  color: #5a3e2b;
  font-weight: bold;
  position: relative;
}
.p-topcta__wrap .Btn a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #5a3e2b;
  border-right: 2px solid #5a3e2b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(45deg);
}
@media (min-width: 600px) {
  .p-topcta .onlySP {
    display: none;
  }
  .p-topcta__desc {
    margin-bottom: 70px;
  }
}
@media (min-width: 960px) {
  .p-topcta__title {
    font-size: 1.8rem;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-topcta__desc {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-topcta__desc .c-txt-sm, .p-topcta__desc .c-contact-text, .p-topcta__desc .breadcrumb {
    font-size: 18px;
  }
  .p-topcta__desc {
    margin-bottom: 100px;
  }
  .p-topcta__wrap {
    padding: 70px 20px 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-topcta__wrap::before {
    content: "";
    width: 100px;
    height: 100px;
    top: -60px;
  }
  .p-topcta__wrap h3 {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .p-topcta__wrap .Desc {
    margin-bottom: 40px;
  }
  .p-topcta__wrap .Desc .c-txt-sm, .p-topcta__wrap .Desc .c-contact-text, .p-topcta__wrap .Desc .breadcrumb {
    font-size: 20px;
  }
  .p-topcta__wrap .Desc strong {
    font-size: 1.8rem;
  }
  .p-topcta__wrap .Btn a {
    padding: 20px 90px;
    max-width: 480px;
    font-size: 28px;
  }
  .p-topcta__wrap .Btn a::before {
    width: 20px;
    height: 20px;
    border-top: 4px solid #5a3e2b;
    border-right: 4px solid #5a3e2b;
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .p-topcta__title {
    font-size: 2.2rem;
  }
}

.services__aside {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 50% 50%;
}
.services__aside a {
  position: relative;
  background-image: url(../images/home/img10.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-position: center;
  aspect-ratio: 16/9;
}
.services__aside a.sv1 {
  grid-row: 1/2;
  grid-column: 1/3;
}
.services__aside a.sv2 {
  background-image: url(../images/home/img21.webp);
  grid-row: 2/3;
  grid-column: 1/2;
  border-right: 1px solid #fff;
}
.services__aside a.sv3 {
  background-image: url(../images/home/img6.webp);
  grid-row: 2/3;
  grid-column: 2/3;
}
.services__aside a.sv4 {
  background-image: url(../images/home/img3.webp);
  grid-row: 3/4;
  grid-column: 1/2;
  border-right: 1px solid #fff;
}
.services__aside a.sv5 {
  background-image: url(../images/home/img13.webp);
  grid-row: 3/4;
  grid-column: 2/3;
}
.services__aside a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.3s;
}
.services__aside a .Desc {
  position: relative;
  z-index: 10;
  text-align: center;
}
.services__aside a .Desc h3 {
  font-size: 1rem;
  padding-bottom: 8px;
  margin-bottom: 5px;
  position: relative;
}
.services__aside a .Desc h3::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.services__aside a .Desc .c-txt-sm, .services__aside a .Desc .c-contact-text, .services__aside a .Desc .breadcrumb {
  font-size: 10px;
}
.services__aside a:hover::before {
  opacity: 0.8;
}
@media (min-width: 600px) {
  .services__aside a {
    aspect-ratio: 20/9;
  }
  .services__aside a .Desc h3 {
    font-size: 1.3rem;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
  .services__aside a .Desc .c-txt-sm, .services__aside a .Desc .c-contact-text, .services__aside a .Desc .breadcrumb {
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  .services__aside {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 25% 25%;
  }
  .services__aside a {
    aspect-ratio: 3/2;
  }
  .services__aside a.sv1 {
    grid-row: 1/3;
    grid-column: 1/2;
    border-right: 1px solid #fff;
  }
  .services__aside a.sv2 {
    grid-row: 1/2;
    grid-column: 2/3;
    border-right: 1px solid #fff;
  }
  .services__aside a.sv3 {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .services__aside a.sv4 {
    grid-row: 2/3;
    grid-column: 2/3;
    border-right: 1px solid #fff;
  }
  .services__aside a.sv5 {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}
@media (min-width: 1200px) {
  .services__aside {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .services__aside a .Desc h3 {
    font-size: 1.7rem;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
  .services__aside a .Desc .c-txt-sm, .services__aside a .Desc .c-contact-text, .services__aside a .Desc .breadcrumb {
    font-size: 15px;
  }
}

.p-maker {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.p-maker__desc h3 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-maker__list {
  display: flex;
  flex-wrap: wrap;
}
.p-maker__list__item {
  background-color: #fff;
  border-radius: 10px;
  flex-basis: 32%;
  margin: 0 2% 15px 0;
}
.p-maker__list__item:nth-child(3n) {
  margin: 0 0 15px;
}
.p-maker__list__item .Icon {
  height: 120px;
}
.p-maker__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.p-maker__list__item h4 {
  border-top: 1px solid #ccc;
  font-size: 0.8rem;
  padding: 5px;
  margin: 0;
}
@media (min-width: 600px) {
  .p-maker__desc h3 {
    margin-bottom: 45px;
  }
  .p-maker__desc .onlySP {
    display: none;
  }
  .p-maker__list__item {
    flex-basis: 24%;
    margin: 0 1.3% 15px 0;
  }
  .p-maker__list__item:nth-child(3n) {
    margin: 0 1.3% 15px 0;
  }
  .p-maker__list__item:nth-child(4n) {
    margin: 0 0 15px 0;
  }
  .p-maker__list__item .Icon img {
    padding: 15px;
  }
}
@media (min-width: 960px) {
  .p-maker {
    padding: 80px 0;
  }
  .p-maker__desc h3 {
    font-size: 1.3rem;
    margin-bottom: 50px;
  }
  .p-maker__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-maker__list__item {
    flex-basis: 19%;
    margin: 0 1.25% 15px 0;
  }
  .p-maker__list__item:nth-child(3n) {
    margin: 0 1.25% 15px 0;
  }
  .p-maker__list__item:nth-child(4n) {
    margin: 0 1.25% 15px 0;
  }
  .p-maker__list__item:nth-child(5n) {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1200px) {
  .p-maker__desc h3 {
    font-size: 1.5rem;
  }
  .p-maker__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-maker__list__item {
    flex-basis: 15%;
    margin: 0 1.25% 15px 0;
  }
  .p-maker__list__item:nth-child(3n) {
    margin: 0 1.25% 15px 0;
  }
  .p-maker__list__item:nth-child(4n) {
    margin: 0 1.25% 15px 0;
  }
  .p-maker__list__item:nth-child(5n) {
    margin: 0 1.25% 15px 0;
  }
  .p-maker__list__item:nth-child(6n) {
    margin: 0 0 15px 0;
  }
}

.top-contact {
  padding: 50px 0;
  background-color: #5a3e2b;
}
.top-contact__desc {
  text-align: center;
  margin-bottom: 40px;
}
.top-contact__desc h2 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.top-contact__desc h2 small {
  font-size: 1rem;
}
.top-contact__desc h3 {
  display: inline-block;
  color: #ffcc24;
  font-size: 1rem;
  padding: 0 40px;
  position: relative;
}
.top-contact__desc h3 strong {
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 4px;
}
.top-contact__desc h3 span {
  display: inline-block;
  border-bottom: 3px solid #ffcc24;
}
.top-contact__desc h3::before, .top-contact__desc h3::after {
  content: "";
  width: 50px;
  height: 50px;
  border-bottom: 3px dotted #ffcc24;
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto;
}
.top-contact__desc h3::before {
  left: 0;
  transform: rotate(60deg);
}
.top-contact__desc h3::after {
  right: 0;
  transform: rotate(-60deg);
}
.top-contact .c-contact .contact-form dt {
  color: #fff;
}
.top-contact .c-contact .contact-form .ms-1 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.top-contact .c-contact .contact-form .privacy {
  color: #fff;
}
@media (min-width: 600px) {
  .top-contact__desc h2 {
    font-size: 2rem;
  }
  .top-contact__desc h2 small {
    font-size: 1.3rem;
  }
  .top-contact__desc h3 .onlySP {
    display: none;
  }
  .top-contact__desc h3 {
    font-size: 1.2rem;
    padding: 0 30px;
  }
  .top-contact__desc h3 strong {
    font-size: 2.2rem;
  }
}
@media (min-width: 960px) {
  .top-contact {
    padding: 60px 0 80px;
  }
  .top-contact__desc {
    margin-bottom: 60px;
  }
  .top-contact__desc h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .top-contact__desc h2 small {
    font-size: 1.5rem;
  }
  .top-contact__desc h3 .onlySP {
    display: none;
  }
  .top-contact__desc h3 {
    font-size: 1.4rem;
    padding: 0 50px;
  }
  .top-contact__desc h3 strong {
    font-size: 2.6rem;
  }
}
.p-footer {
  padding: 0 0 20px;
  background: #fff;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 20px;
}
.p-footer__logo img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .sns-link {
  display: flex;
  justify-content: center;
}
.p-footer .sns-link li {
  width: 30px;
  height: 30px;
  margin: 0 4px;
}
.p-footer .sns-link li a {
  display: block;
}
.p-footer .sns-link li a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.p-footer__nav ul li {
  flex-basis: 50%;
  border-top: 1px solid #ccc;
  padding: 8px;
  position: relative;
}
.p-footer__nav ul li:nth-child(1), .p-footer__nav ul li:nth-child(3), .p-footer__nav ul li:nth-child(6), .p-footer__nav ul li:nth-child(8), .p-footer__nav ul li:nth-child(10), .p-footer__nav ul li:nth-child(12) {
  border-right: 1px solid #ccc;
}
.p-footer__nav ul li:nth-child(5) {
  flex-basis: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #ccc;
}
.p-footer__nav ul li:nth-child(5)::before {
  display: none;
}
.p-footer__nav ul li:nth-child(13)::before {
  display: none;
}
.p-footer__nav ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.p-footer__nav ul li a {
  display: block;
  color: rgb(24, 24, 24);
  transition: all 0.3s;
}
.p-footer__nav ul li a:hover {
  opacity: 0.6;
}
.p-footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #888;
}
@media (min-width: 600px) {
  .p-footer__logo {
    margin-bottom: 30px;
  }
  .p-footer__logo img {
    width: 200px;
  }
  .p-footer__nav ul li {
    padding: 12px;
  }
  .p-footer__nav ul li::before {
    right: 20px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 0 0 30px;
  }
  .p-footer__logo img {
    width: 220px;
  }
  .p-footer .sns-link li {
    width: 35px;
    height: 35px;
    margin: 0 8px;
  }
  .p-footer__nav ul li {
    flex-basis: 25%;
    padding: 15px;
  }
  .p-footer__nav ul li:nth-child(2), .p-footer__nav ul li:nth-child(7), .p-footer__nav ul li:nth-child(11) {
    border-right: 1px solid #ccc;
  }
  .p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .c-contact-text, .p-footer__nav ul li .breadcrumb {
    font-size: 16px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer {
    margin-top: 50px;
  }
  .p-footer__nav {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

.c-company__content {
  background-color: #f4f4f4;
  padding: 50px 0;
}
@media (min-width: 600px) {
  .c-company__content {
    padding: 70px 0 50px;
  }
}
@media (min-width: 960px) {
  .c-company__content {
    padding: 100px 0 80px;
  }
  .c-company__content .c-container, .c-company__content .breadcrumb, .c-company__content .c-topview__text {
    padding: 0 10vw;
  }
}
@media (min-width: 1200px) {
  .c-company__content .c-container, .c-company__content .breadcrumb, .c-company__content .c-topview__text {
    padding: 0 12vw;
  }
}
@media (min-width: 1500px) {
  .c-company__content .c-container, .c-company__content .breadcrumb, .c-company__content .c-topview__text {
    padding: 0;
  }
}
.c-company .c-message__img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.c-company .c-message__desc p {
  margin-bottom: 15px;
}
.c-company .c-message .name {
  margin-top: 40px;
  text-align: right;
}
.c-company .c-message .name strong {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
@media (min-width: 960px) {
  .c-company .c-message__img {
    margin-bottom: 50px;
  }
  .c-company .c-message__desc p {
    margin-bottom: 20px;
  }
  .c-company .c-message .name {
    margin-top: 50px;
  }
  .c-company .c-message .name strong {
    font-size: 2.2rem;
  }
}
.c-company .c-about__desc th {
  display: block;
  width: 100%;
}
.c-company .c-about__desc td {
  display: block;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.c-company .c-about__desc td a {
  color: #ff8b00;
  border-bottom: 1px solid #ff8b00;
}
.c-company .c-about__desc td:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .c-company .c-about__desc tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-company .c-about__desc tr:last-child {
    margin-bottom: 0;
  }
  .c-company .c-about__desc th {
    width: 30%;
  }
  .c-company .c-about__desc td {
    width: 70%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
}
@media (min-width: 960px) {
  .c-company .c-about__desc tr {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-about__desc tr {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.c-company .c-policy__list__item {
  margin-bottom: 30px;
}
.c-company .c-policy__list__item:last-child {
  margin-bottom: 0;
}
.c-company .c-policy__list__item h3 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #ff8b00;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.c-company .c-policy__list__item h3::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #ff8b00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-company .c-policy__list__item .sub {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.c-company .c-policy__list__item .List__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.c-company .c-policy__list__item .List__item h4 {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.c-company .c-policy__sdgs {
  margin-top: 50px;
}
.c-company .c-policy__sdgs__wrap {
  background-color: #fff;
  padding: 30px 20px;
}
.c-company .c-policy__sdgs__wrap h2 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.c-company .c-policy__sdgs__img {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .c-company .c-policy__list__item h3 {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
  .c-company .c-policy__list__item .sub {
    font-size: 1.3rem;
  }
  .c-company .c-policy__list__item .List__item h4 {
    font-size: 1.1rem;
  }
  .c-company .c-policy__sdgs__wrap {
    padding: 30px 40px;
  }
  .c-company .c-policy__sdgs__wrap h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  .c-company .c-policy__list__item h3 {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .c-company .c-policy__list__item h3::before {
    width: 70px;
    height: 3px;
  }
  .c-company .c-policy__list__item .Wrap {
    display: flex;
  }
  .c-company .c-policy__list__item .Wrap .sub {
    width: 370px;
  }
  .c-company .c-policy__list__item .Wrap p {
    flex: 1;
  }
  .c-company .c-policy__list__item .List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-company .c-policy__list__item .List__item {
    flex-basis: 48%;
  }
  .c-company .c-policy__sdgs {
    margin-top: 80px;
  }
  .c-company .c-policy__sdgs__wrap {
    padding: 40px 50px;
  }
  .c-company .c-policy__sdgs__wrap h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-policy__list__item .Wrap .sub {
    font-size: 1.5rem;
    width: 400px;
  }
  .c-company .c-policy__list__item .List__item {
    flex-basis: 46%;
  }
  .c-company .c-policy__list__item .List__item h4 {
    font-size: 1.3rem;
  }
  .c-company .c-policy__sdgs__wrap {
    padding: 50px 80px;
  }
}

.c-topdesc__title {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.c-topdesc__desc .onlyPC {
  display: none;
}
.c-topdesc__desc p {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .c-topdesc .onlySP {
    display: none;
  }
  .c-topdesc__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .c-topdesc__title {
    font-size: 1.6rem;
  }
  .c-topdesc__desc {
    text-align: center;
  }
  .c-topdesc__desc .onlyPC {
    display: block;
  }
  .c-topdesc__desc p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .c-topdesc__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.c-toha__wrap {
  background-color: #f4f4f4;
  padding: 40px 15px 15px;
}
.c-toha__title {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.c-toha .List {
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.c-toha .List__item {
  flex-basis: 40%;
  margin: 0 15px 15px;
}
.c-toha .List__item .Icon {
  width: 100px;
  height: 100px;
  background-color: #ff8b00;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.c-toha .List__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
.c-toha .List__item h3 {
  text-align: center;
  font-size: 0.9rem;
}
.c-toha .Img {
  max-width: 500px;
  margin: 30px auto 15px;
}
.c-toha .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .c-toha__wrap {
    padding: 50px 20px 15px;
  }
  .c-toha__title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .c-toha .Desc {
    text-align: center;
  }
  .c-toha .List__item {
    flex-basis: auto;
    margin: 0 10px 15px;
  }
}
@media (min-width: 960px) {
  .c-toha__title {
    font-size: 1.4rem;
  }
  .c-toha .List {
    justify-content: center;
  }
  .c-toha .List__item {
    margin: 0 25px 15px;
  }
  .c-toha .List__item .Icon {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
  }
  .c-toha .List__item .Icon img {
    padding: 25px;
  }
  .c-toha .List__item h3 {
    font-size: 1.1rem;
  }
  .c-toha .Img {
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .c-toha__wrap {
    padding: 60px 20px 25px;
  }
}

.c-column__title {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-column__title small {
  font-size: 1rem;
  color: #ff8b00;
}
.c-column__desc {
  margin-bottom: 30px;
}
.c-column__desc p {
  margin-bottom: 15px;
}
.c-column__img {
  max-width: 500px;
  margin: 0 auto;
}
.c-column__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .c-column__title {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .c-column__title {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .c-column__title small {
    font-size: 1.2rem;
  }
  .c-column__wrap {
    display: flex;
    align-items: center;
  }
  .c-column__desc {
    flex: 1;
    margin-bottom: 0;
  }
  .c-column__desc p {
    margin-bottom: 20px;
  }
  .c-column__img {
    max-width: 400px;
    margin: 0 0 0 5vw;
  }
}
@media (min-width: 1200px) {
  .c-column__title {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  .c-column__img {
    max-width: 500px;
    margin: 0 0 0 50px;
  }
}

.c-anshin {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.c-anshin__title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #ff8b00;
  margin-bottom: 20px;
}
.c-anshin__title small {
  font-size: 1rem;
  color: rgb(24, 24, 24);
}
.c-anshin__list__item {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
}
.c-anshin__list__item .Icon {
  width: 30%;
  text-align: center;
}
.c-anshin__list__item .Icon h3 {
  font-size: 1.1rem;
  color: #ff8b00;
  margin-bottom: 5px;
}
.c-anshin__list__item .Icon .Img {
  max-width: 120px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.c-anshin__list__item .Icon .Img img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.c-anshin__list__item .Desc {
  flex: 1;
  margin-left: 15px;
}
@media (min-width: 600px) {
  .c-anshin__title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .c-anshin__list__item {
    margin-bottom: 20px;
    padding: 20px 30px;
  }
  .c-anshin__list__item .Icon h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .c-anshin__list__item .Icon .Img {
    max-width: 160px;
  }
  .c-anshin__list__item .Icon .Img img {
    padding: 20px;
  }
  .c-anshin__list__item .Desc {
    margin-left: 20px;
  }
}
@media (min-width: 960px) {
  .c-anshin {
    padding: 60px 0 80px;
  }
  .c-anshin__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .c-anshin__title small {
    font-size: 1.2rem;
  }
  .c-anshin__list {
    display: flex;
    justify-content: space-between;
  }
  .c-anshin__list__item {
    flex-basis: 32%;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
  }
  .c-anshin__list__item .Icon {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-anshin__list__item .Icon h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .c-anshin__list__item .Icon .Img {
    max-width: 120px;
  }
  .c-anshin__list__item .Icon .Img img {
    padding: 10px;
  }
  .c-anshin__list__item .Desc {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .c-anshin__title {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .c-anshin__list__item {
    flex-basis: 31%;
    padding: 30px;
  }
  .c-anshin__list__item .Icon {
    margin-bottom: 30px;
  }
  .c-anshin__list__item .Icon h3 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.c-feature {
  margin-bottom: 90px;
}
.c-feature__title {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-feature__title small {
  font-size: 1rem;
  color: #ff8b00;
}
.c-feature__list__item {
  margin-bottom: 70px;
  position: relative;
}
.c-feature__list__item::before {
  content: "";
  width: calc(100% - 5vw);
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 45px;
  left: -6vw;
  z-index: -1;
}
.c-feature__list__item .num {
  text-align: center;
  font-size: 5rem;
  color: #ff8b00;
  line-height: 1;
  margin-bottom: 30px;
}
.c-feature__list__item h3 {
  text-align: center;
  color: #ff8b00;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.c-feature__list__item .topDesc {
  margin-bottom: 30px;
}
.c-feature__list__item .Wrap .Desc {
  margin-bottom: 30px;
}
.c-feature__list__item .Wrap .Desc h4 {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.c-feature__list__item .Wrap .Desc-item {
  margin-bottom: 15px;
}
.c-feature__list__item .Wrap .Img {
  max-width: 500px;
  margin: 0 auto;
}
.c-feature__list__item .Check {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
}
.c-feature__list__item .Check h4 {
  text-align: center;
  color: #ff8b00;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.c-feature__list__item .Check ul li {
  padding-left: 15px;
  margin-bottom: 8px;
  position: relative;
}
.c-feature__list__item .Check ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/check1.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}
.c-feature__list__item .Check ul li.c-txt-sm, .c-feature__list__item .Check ul li.c-contact-text, .c-feature__list__item .Check ul li.breadcrumb {
  line-height: 1.7;
}
.c-feature__list__item:nth-child(2n)::before {
  left: auto;
  right: -6vw;
}
@media (min-width: 600px) {
  .c-feature {
    margin-bottom: 100px;
  }
  .c-feature__title {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .c-feature__list__item {
    margin-bottom: 80px;
  }
  .c-feature__list__item::before {
    width: calc(100% - 10vw);
  }
  .c-feature__list__item h3 {
    font-size: 1.5rem;
  }
  .c-feature__list__item .Wrap .Desc h4 {
    font-size: 1.1rem;
  }
  .c-feature__list__item .Check {
    margin-top: 30px;
    padding: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-feature__list__item .Check h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .c-feature__list__item .Check ul li {
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
  }
  .c-feature__list__item .Check ul li::before {
    width: 20px;
    height: 20px;
    left: 0px;
  }
  .c-feature__list__item .Check ul li.c-txt-sm, .c-feature__list__item .Check ul li.c-contact-text, .c-feature__list__item .Check ul li.breadcrumb {
    line-height: 1.7;
  }
}
@media (min-width: 960px) {
  .c-feature {
    margin-bottom: 130px;
  }
  .c-feature__title {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  .c-feature__title small {
    font-size: 1.2rem;
  }
  .c-feature__list__item {
    margin-bottom: 100px;
  }
  .c-feature__list__item::before {
    width: calc(100% - 15vw);
    left: -8vw;
  }
  .c-feature__list__item h3 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .c-feature__list__item .topDesc {
    margin-bottom: 50px;
  }
  .c-feature__list__item .Wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-feature__list__item .Wrap .Desc {
    flex-basis: 48%;
  }
  .c-feature__list__item .Wrap .Img {
    max-width: none;
    margin: 0;
    flex-basis: 48%;
  }
  .c-feature__list__item .Wrap .Desc-item {
    margin-bottom: 20px;
  }
  .c-feature__list__item .Check {
    margin-top: 40px;
  }
  .c-feature__list__item .Check ul li {
    margin-bottom: 15px;
  }
  .c-feature__list__item:nth-child(2n)::before {
    right: -8vw;
  }
}
@media (min-width: 1200px) {
  .c-feature__list__item::before {
    width: calc(100% - 10vw);
    left: -10vw;
  }
  .c-feature__list__item:nth-child(2n)::before {
    right: -10vw;
  }
  .c-feature__list__item h3 {
    font-size: 1.8rem;
  }
  .c-feature__list__item .Wrap .Desc {
    flex-basis: 58%;
  }
  .c-feature__list__item .Wrap .Desc h4 {
    font-size: 1.3rem;
  }
  .c-feature__list__item .Wrap .Img {
    flex-basis: 38%;
  }
  .c-feature__list__item .Check {
    margin-top: 50px;
    padding: 30px 40px;
    max-width: 650px;
  }
  .c-feature__list__item .Check h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

.c-table__title {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-table__desc {
  margin-bottom: 40px;
  text-align: center;
}
.c-table__wrap {
  margin-bottom: 40px;
}
.c-table__wrap .Desc {
  margin-bottom: 15px;
}
.c-table__wrap .Desc h3 {
  color: #ff8b00;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.c-table__wrap .caution {
  font-size: 13px;
  margin-bottom: 8px;
}
.c-table__wrap .Table {
  overflow-x: scroll;
}
.c-table__wrap .Table table {
  width: 800px;
}
.c-table__wrap .Table table th,
.c-table__wrap .Table table td {
  border: 1px solid #ccc;
}
.c-table__wrap .Table table thead {
  background-color: #e8e3d3;
}
.c-table__wrap .Table table thead th {
  padding: 8px 10px;
}
.c-table__wrap .Table table thead th:nth-child(1) {
  width: 150px;
}
.c-table__wrap .Table table tbody th div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-table__wrap .Table table tbody td {
  padding: 10px;
}
.c-table__wrap .Table table tbody td .List {
  margin-top: 15px;
}
.c-table__wrap .Table table tbody td .List li {
  line-height: 1.6;
  padding-left: 15px;
  margin-bottom: 8px;
  position: relative;
}
.c-table__wrap .Table table tbody td .List li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ff8b00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-table__wrap .btm-caution {
  margin-top: 15px;
}
@media (min-width: 600px) {
  .c-table__title {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .c-table__desc {
    margin-bottom: 40px;
  }
  .c-table__desc br {
    display: none;
  }
  .c-table__wrap {
    margin-bottom: 50px;
  }
  .c-table__wrap .Desc {
    margin-bottom: 25px;
  }
  .c-table__wrap .Desc h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  .c-table__wrap .caution {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .c-table__wrap .Table table thead th {
    padding: 12px 15px;
  }
  .c-table__wrap .Table table tbody td {
    padding: 15px;
  }
  .c-table__wrap .Table table tbody td .List {
    margin-top: 20px;
  }
  .c-table__wrap .Table table tbody td .List li {
    margin-bottom: 12px;
  }
  .c-table__wrap .btm-caution {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .c-table__title {
    font-size: 1.8rem;
  }
  .c-table__desc {
    margin-bottom: 50px;
  }
  .c-table__wrap {
    margin-bottom: 50px;
  }
  .c-table__wrap .Desc {
    margin-bottom: 30px;
  }
  .c-table__wrap .Desc h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .c-table__wrap .caution {
    display: none;
  }
  .c-table__wrap .Table {
    overflow-x: hidden;
  }
  .c-table__wrap .Table table {
    width: 100%;
  }
  .c-table__wrap .Table table thead th {
    padding: 15px 15px;
    font-size: 18px;
  }
  .c-table__wrap .Table table thead th:nth-child(1) {
    width: 180px;
  }
  .c-table__wrap .Table table tbody th {
    font-size: 18px;
  }
  .c-table__wrap .Table table tbody td {
    padding: 20px;
  }
  .c-table__wrap .Table table tbody td .List li {
    padding-left: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .c-table__wrap .Desc h3 {
    font-size: 1.7rem;
  }
  .c-table__wrap .Table table thead th {
    font-size: 20px;
  }
  .c-table__wrap .Table table thead th:nth-child(1) {
    width: 220px;
  }
  .c-table__wrap .Table table tbody th {
    font-size: 20px;
  }
  .c-table__wrap .btm-caution {
    margin-top: 30px;
  }
}

.c-verticalflow__title {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-verticalflow__list {
  margin-bottom: 50px;
}
.c-verticalflow__list__item {
  padding: 30px 0;
  border-bottom: 2px dotted #888;
  position: relative;
}
.c-verticalflow__list__item::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-verticalflow__list__item::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
}
.c-verticalflow__list__item .Ttl {
  margin-bottom: 15px;
}
.c-verticalflow__list__item .Ttl .Wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.c-verticalflow__list__item .Ttl .Wrap .num {
  color: #ff8b00;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.c-verticalflow__list__item .Ttl .Wrap .desc {
  flex: 1;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.c-verticalflow__list__item .Ttl .Wrap .desc::before {
  content: "";
  width: 5px;
  height: 2px;
  background-color: rgb(24, 24, 24);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.c-verticalflow__list__item .Ttl small {
  color: #ff8b00;
  display: block;
}
.c-verticalflow__list__item .Ttl.no-mb {
  margin-bottom: 0;
}
.c-verticalflow__list__item .Ttl.no-mb .Wrap {
  margin-bottom: 0;
}
.c-verticalflow__list__item .Desc b {
  display: inline-block;
  margin: 10px 0 5px;
}
.c-verticalflow__list__item .Img {
  aspect-ratio: 3/2;
  max-width: 500px;
  margin: 0 auto;
}
.c-verticalflow__list__item:first-child {
  padding: 15px;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-verticalflow__list__item:first-child::before, .c-verticalflow__list__item:first-child::after {
  display: none;
}
.c-verticalflow__list__item:first-child h3 {
  margin: 0;
  font-size: 1.2rem;
}
.c-verticalflow__list__item:first-child h3 small {
  font-size: 1rem;
  display: inline-block;
  padding-left: 8px;
  color: #888;
}
.c-verticalflow__list__item:first-child .caution {
  color: #ff8b00;
  font-size: 12px;
  margin-top: 8px;
}
.c-verticalflow__list__item:last-child::before, .c-verticalflow__list__item:last-child::after {
  display: none;
}
@media (min-width: 600px) {
  .c-verticalflow__title {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .c-verticalflow__list__item {
    padding: 40px 0;
  }
  .c-verticalflow__list__item .Ttl {
    margin-bottom: 20px;
  }
  .c-verticalflow__list__item .Ttl .Wrap .num {
    font-size: 20px;
  }
  .c-verticalflow__list__item .Ttl .Wrap .desc {
    font-size: 18px;
  }
  .c-verticalflow__list__item:first-child {
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .c-verticalflow__title {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  .c-verticalflow__list {
    margin-bottom: 80px;
  }
  .c-verticalflow__list__item {
    padding: 50px 0;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .c-verticalflow__list__item::before {
    content: "";
    width: 60px;
    height: 60px;
    bottom: -30px;
  }
  .c-verticalflow__list__item .Ttl {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-verticalflow__list__item .Desc {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .c-verticalflow__list__item .Img {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .c-verticalflow__list__item:first-child {
    padding: 40px 30px;
  }
  .c-verticalflow__list__item:first-child h3 {
    font-size: 1.5rem;
  }
  .c-verticalflow__list__item:first-child h3 small {
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .c-verticalflow__list__item:first-child .caution {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .c-verticalflow__list__item .Ttl .Wrap .num {
    font-size: 28px;
  }
  .c-verticalflow__list__item .Ttl .Wrap .desc {
    font-size: 24px;
  }
  .c-verticalflow__list__item:first-child h3 {
    font-size: 1.8rem;
  }
  .c-verticalflow__list__item:first-child h3 small {
    font-size: 1.4rem;
  }
  .c-verticalflow__list__item:first-child .caution {
    font-size: 16px;
  }
}

.battery-page .c-feature {
  margin-bottom: 90px;
}
.battery-page .c-feature .onlyPC {
  display: none;
}
.battery-page .c-feature__desc {
  margin-bottom: 30px;
}
.battery-page .c-feature__list__item .Icon {
  width: 100px;
  height: 100px;
  background-color: #ff8b00;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.battery-page .c-feature__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
.battery-page .c-feature__list__item .Img {
  height: 150px;
  max-width: 450px;
  margin: 0 auto;
}
.battery-page .c-feature__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.battery-page .c-feature__list__item .Check ul {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .battery-page .c-feature__desc {
    margin-bottom: 40px;
  }
  .battery-page .c-feature__list__item .Icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
  }
  .battery-page .c-feature__list__item .Icon img {
    padding: 25px;
  }
  .battery-page .c-feature__list__item .Img {
    height: 250px;
  }
}
@media (min-width: 960px) {
  .battery-page .c-feature .onlyPC {
    display: block;
  }
  .battery-page .c-feature__desc {
    margin-bottom: 50px;
    text-align: center;
  }
  .battery-page .c-feature__list__item .topDesc {
    text-align: center;
  }
  .battery-page .c-feature__list__item .Check {
    margin: 0;
    max-width: none;
    flex-basis: 48%;
  }
  .battery-page .c-feature__list__item .Wrap .Img {
    max-width: none;
    margin: 0;
    flex-basis: 48%;
  }
  .battery-page .c-feature__list__item .Img {
    height: 300px;
  }
  .battery-page .c-feature__list__item:nth-child(1) .Img {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .battery-page .c-feature__list__item .Icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
  }
  .battery-page .c-feature__list__item .Icon img {
    padding: 30px;
  }
  .battery-page .c-feature__list__item .Wrap .Img {
    flex-basis: 38%;
  }
  .battery-page .c-feature__list__item .Check {
    flex-basis: 58%;
  }
}

.ecocute-page .c-toha .Img {
  max-width: 800px;
}
.ecocute-page .c-anshin__list__item:nth-child(3) .Icon img {
  padding: 0;
}
@media (min-width: 600px) {
  .ecocute-page .c-anshin__list__item .Icon {
    width: 40%;
  }
  .ecocute-page .c-anshin__list__item .Icon h3 br {
    display: none;
  }
}
@media (min-width: 960px) {
  .ecocute-page .c-anshin__list__item .Icon {
    width: 100%;
  }
  .ecocute-page .c-anshin__list__item .Icon h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .ecocute-page .c-anshin__list__item .Icon h3 {
    font-size: 1.6rem;
  }
}

.v2h-page .c-toha .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .v2h-page .c-toha .onlyPC {
    display: block;
  }
}
@media (min-width: 960px) {
  .v2h-page .c-toha .onlyPC.reverse {
    display: none;
  }
}
.v2h-page .c-anshin__title {
  font-size: 1.3rem;
  color: rgb(24, 24, 24);
}
.v2h-page .c-anshin__desc {
  margin-bottom: 50px;
}
.v2h-page .c-anshin__list__item {
  margin-bottom: 50px;
  display: block;
}
.v2h-page .c-anshin__list__item .Icon {
  width: 80px;
  height: 80px;
  margin: -50px auto 30px;
  background-color: #ff8b00;
  border-radius: 50%;
}
.v2h-page .c-anshin__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
}
.v2h-page .c-anshin__list__item .Desc h3 {
  text-align: center;
  font-size: 1.3rem;
  color: #ff8b00;
  margin-top: -10px;
}
.v2h-page .c-anshin__list__item .Desc {
  margin-left: 0px;
}
.v2h-page .c-anshin__list__item:last-child {
  margin-bottom: 0;
}
.v2h-page .c-anshin__wrap {
  background-color: #fff;
  padding: 30px 20px;
  margin-top: 30px;
}
.v2h-page .c-anshin__wrap h4 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.v2h-page .c-anshin__wrap .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .v2h-page .c-anshin__title {
    font-size: 1.4rem;
  }
  .v2h-page .c-anshin__desc {
    text-align: center;
  }
  .v2h-page .c-anshin__list__item {
    padding: 20px 30px;
  }
  .v2h-page .c-anshin__wrap {
    padding: 30px;
  }
  .v2h-page .c-anshin__wrap h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 960px) {
  .v2h-page .c-anshin {
    padding: 80px 0;
  }
  .v2h-page .c-anshin__title {
    font-size: 1.7rem;
  }
  .v2h-page .c-anshin__desc {
    margin-bottom: 70px;
  }
  .v2h-page .c-anshin__list {
    display: flex;
    justify-content: space-between;
  }
  .v2h-page .c-anshin__list__item {
    flex-basis: 32%;
    margin-bottom: 0;
    padding: 20px;
  }
  .v2h-page .c-anshin__list__item .Icon {
    width: 120px;
    height: 120px;
    margin: -70px auto 30px;
  }
  .v2h-page .c-anshin__list__item .Icon img {
    padding: 25px;
  }
  .v2h-page .c-anshin__wrap {
    margin-top: 40px;
    text-align: center;
  }
  .v2h-page .c-anshin__wrap h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .v2h-page .c-anshin__wrap .onlyPC {
    display: block;
  }
}
@media (min-width: 1200px) {
  .v2h-page .c-anshin__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .v2h-page .c-anshin__desc {
    margin-bottom: 90px;
  }
  .v2h-page .c-anshin__list__item {
    flex-basis: 31%;
    padding: 30px;
  }
  .v2h-page .c-anshin__wrap {
    padding: 50px 30px;
  }
}

.painting-page .c-topdesc__desc {
  margin-bottom: 30px;
}
.painting-page .c-topdesc__img {
  height: 350px;
}
.painting-page .c-topdesc__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .painting-page .c-topdesc .onlyPC {
    display: block;
  }
  .painting-page .c-topdesc__desc {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .painting-page .c-topdesc__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .painting-page .c-topdesc__desc {
    flex-basis: 58%;
    text-align: left;
    margin-bottom: 0;
  }
  .painting-page .c-topdesc__img {
    flex-basis: 38%;
  }
}
@media (min-width: 1200px) {
  .painting-page .c-topdesc__wrap {
    justify-content: center;
  }
  .painting-page .c-topdesc__desc {
    flex-basis: auto;
  }
  .painting-page .c-topdesc__img {
    height: 400px;
    margin-left: 50px;
  }
}
.painting-page .c-feature {
  margin-bottom: 90px;
}
.painting-page .c-feature__title {
  margin-bottom: 30px;
}
.painting-page .c-feature__desc {
  margin-bottom: 30px;
}
.painting-page .c-feature__list__item .Icon {
  width: 80px;
  height: 80px;
  background-color: #ff8b00;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.painting-page .c-feature__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
}
.painting-page .c-feature__list__item .List__item {
  margin-bottom: 30px;
}
.painting-page .c-feature__list__item .List__item .Img {
  aspect-ratio: 16/9;
  margin-bottom: 12px;
}
.painting-page .c-feature__list__item .List__item .Desc h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.painting-page .c-feature__list__item:nth-child(2) .Icon img {
  padding: 10px;
}
@media (min-width: 600px) {
  .painting-page .c-feature__desc {
    margin-bottom: 45px;
    text-align: center;
  }
  .painting-page .c-feature__list__item .Icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .painting-page .c-feature__list__item .Icon img {
    padding: 20px;
  }
  .painting-page .c-feature__list__item .List {
    display: flex;
    flex-wrap: wrap;
  }
  .painting-page .c-feature__list__item .List__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .painting-page .c-feature__list__item .List__item:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .painting-page .c-feature__list__item .List__item .Desc h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .painting-page .c-feature__list__item:nth-child(2) .Icon img {
    padding: 15px;
  }
}
@media (min-width: 960px) {
  .painting-page .c-feature__desc {
    margin-bottom: 50px;
  }
  .painting-page .c-feature__list__item .Icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
  }
  .painting-page .c-feature__list__item .Icon img {
    padding: 25px;
  }
  .painting-page .c-feature__list__item h3 {
    font-size: 1.7rem;
    margin-bottom: 50px;
  }
  .painting-page .c-feature__list__item .List {
    display: flex;
    flex-wrap: wrap;
  }
  .painting-page .c-feature__list__item .List__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
  }
  .painting-page .c-feature__list__item .List__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .painting-page .c-feature__list__item .List__item:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .painting-page .c-feature__list__item .List__item .Img {
    margin-bottom: 20px;
  }
  .painting-page .c-feature__list__item .List__item .Desc h4 {
    font-size: 1.4rem;
  }
  .painting-page .c-feature__list__item:nth-child(2) .Icon img {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .painting-page .c-feature__list__item h3 {
    font-size: 2rem;
  }
  .painting-page .c-feature__list__item .List__item .Desc h4 {
    font-size: 1.5rem;
  }
}

.faq-contents {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.faq-contents.mb-no {
  margin-bottom: 0;
}
.faq-contents .faq__inner {
  background-color: #fff;
  margin: 0 -3vw;
  padding: 20px 3vw;
}
.faq-contents .faq__block {
  margin-bottom: 50px;
}
.faq-contents .faq__block:last-child {
  margin-bottom: 0;
}
.faq-contents .faq-tit {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
}
.faq-contents .faq__item {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ccc;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-contents .faq dt .c-txt-sm, .faq-contents .faq dt .c-contact-text, .faq-contents .faq dt .breadcrumb {
  margin-left: 30px;
  margin-right: 10vw;
  display: block;
  position: relative;
}
.faq-contents .faq dt .q {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #ff8b00;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #ff8b00;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #ff8b00;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  padding: 20px 10px;
}
.faq-contents .faq dd .List {
  margin-top: 15px;
}
.faq-contents .faq dd .List__item {
  margin-bottom: 15px;
}
.faq-contents .faq dd .List__item:last-child {
  margin-bottom: 0;
}
.faq-contents .faq .more-btn {
  display: block;
}
@media (min-width: 600px) {
  .faq-contents .faq__inner {
    margin: 0;
    padding: 30px 6vw;
  }
  .faq-contents .faq-tit {
    font-size: 1.2rem;
    padding: 20px 10px;
  }
}
@media (min-width: 960px) {
  .faq-contents {
    padding: 80px 0;
  }
  .faq-contents .faq__inner {
    padding: 40px 8vw;
  }
  .faq-contents .faq-tit {
    font-size: 1.3rem;
    padding: 25px 10px;
  }
  .faq-contents .faq__block {
    margin-bottom: 80px;
  }
  .faq-contents .faq__item {
    padding: 30px 0 20px;
  }
  .faq-contents .faq dt .c-txt-sm, .faq-contents .faq dt .c-contact-text, .faq-contents .faq dt .breadcrumb {
    font-size: 17px;
    margin-left: 40px;
    margin-right: 5vw;
  }
  .faq-contents .faq dt .q {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .faq-contents .faq__inner {
    padding: 60px 12vw;
  }
}

.plan-page__topview {
  padding: 20px 0 30px;
  background-color: #ffb347;
}
.plan-page__topview .Img {
  max-width: 500px;
  margin: 0 auto 10px;
}
.plan-page__topview .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.plan-page__topview .Desc {
  margin-bottom: 30px;
  text-align: center;
}
.plan-page__topview .Desc h2 {
  font-size: 1.4rem;
}
.plan-page__topview .Desc h2 strong {
  font-size: 2rem;
  display: inline-block;
  margin-right: 5px;
}
.plan-page__topview .Desc .hukidasi {
  display: inline-block;
  background-color: #fff;
  color: #ff8b00;
  padding: 8px 30px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.plan-page__topview .Desc .hukidasi::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.plan-page__topview .Desc h3 {
  font-size: 1rem;
}
.plan-page__topview .Price {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 15px;
  margin: 0 -3vw;
}
.plan-page__topview .Price h4 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
}
.plan-page__topview .Price h4 strong {
  color: #ff8b00;
  font-size: 2.2rem;
}
.plan-page__topview .Price .List {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
}
.plan-page__topview .Price .List-item {
  flex-basis: 32%;
  border: 2px solid #ffd87e;
  border-radius: 5px;
  background-color: #fff9c6;
  padding: 5px 0;
  text-align: center;
}
.plan-page__topview .Price .List-item .Icon {
  height: 60px;
  margin-bottom: 5px;
}
.plan-page__topview .Price .List-item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.plan-page__topview .Price .List-item h5 {
  margin: 0;
}
.plan-page__topview .Price .List-item h5 strong {
  color: #ff8b00;
  font-size: 1rem;
}
.plan-page__topview .Price .List-item:nth-child(3) .Icon img {
  padding: 3px 0 5px;
}
@media (min-width: 600px) {
  .plan-page__topview {
    padding: 20px 0 40px;
  }
  .plan-page__topview .Desc h2 {
    font-size: 1.4rem;
  }
  .plan-page__topview .Desc h2 strong {
    font-size: 2.4rem;
    margin-right: 8px;
  }
  .plan-page__topview .Desc .hukidasi {
    font-size: 17px;
  }
  .plan-page__topview .Desc h3 {
    font-size: 1.3rem;
  }
  .plan-page__topview .Price {
    padding: 30px 15px;
    margin: 0;
  }
  .plan-page__topview .Price h4 {
    font-size: 1.2rem;
  }
  .plan-page__topview .Price h4 strong {
    font-size: 2.4rem;
  }
  .plan-page__topview .Price .List-item {
    padding: 5px;
  }
  .plan-page__topview .Price .List-item h5 {
    font-size: 1rem;
  }
  .plan-page__topview .Price .List-item h5 strong {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .plan-page__topview {
    padding: 50px 0;
  }
  .plan-page__topview__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .plan-page__topview .c-container, .plan-page__topview .breadcrumb, .plan-page__topview .c-topview__text {
    padding: 0 5vw;
  }
  .plan-page__topview .Img {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .plan-page__topview .Img img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  .plan-page__topview .Desc {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .plan-page__topview .Price {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .plan-page__topview .Price .List-item .Icon {
    height: 70px;
  }
  .plan-page__topview .Price .List-item .Icon img {
    padding: 5px;
  }
  .plan-page__topview .Price .List-item:nth-child(3) .Icon img {
    padding: 7px;
  }
}
@media (min-width: 1200px) {
  .plan-page__topview .c-container, .plan-page__topview .breadcrumb, .plan-page__topview .c-topview__text {
    padding: 0 8vw;
  }
  .plan-page__topview__wrap {
    grid-template-columns: auto 550px;
    gap: 0;
  }
  .plan-page__topview .Desc h2 {
    font-size: 1.6rem;
  }
  .plan-page__topview .Desc h2 strong {
    font-size: 2.8rem;
  }
  .plan-page__topview .Desc .hukidasi {
    font-size: 20px;
  }
  .plan-page__topview .Desc h3 {
    font-size: 1.4rem;
  }
  .plan-page__topview .Price {
    padding: 20px;
  }
  .plan-page__topview .Price h4 {
    font-size: 1.4rem;
  }
  .plan-page__topview .Price h4 strong {
    font-size: 2.8rem;
  }
}
@media (min-width: 1500px) {
  .plan-page__topview .c-container, .plan-page__topview .breadcrumb, .plan-page__topview .c-topview__text {
    padding: 0;
  }
}
.plan-page.battery .plan-page__topview {
  background-color: #33a3dd;
}
.plan-page.battery .plan-page__topview .Desc h2 {
  font-size: 1.3rem;
}
.plan-page.battery .plan-page__topview .Desc h2 strong {
  font-size: 1.8rem;
}
.plan-page.battery .plan-page__topview .Desc .hukidasi {
  color: #0088cc;
}
.plan-page.battery .plan-page__topview .Price h4 strong {
  color: #0088cc;
}
.plan-page.battery .plan-page__topview .Price .List-item h5 strong {
  color: #0088cc;
}
@media (min-width: 600px) {
  .plan-page.battery .plan-page__topview .Desc h2 {
    font-size: 1.4rem;
  }
  .plan-page.battery .plan-page__topview .Desc h2 strong {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .plan-page.battery .plan-page__topview .Desc h2 {
    font-size: 1.6rem;
  }
  .plan-page.battery .plan-page__topview .Desc h2 strong {
    font-size: 2.8rem;
  }
  .plan-page.battery .plan-page__topview .Price h4 {
    font-size: 1.3rem;
  }
  .plan-page.battery .plan-page__topview .Price h4 strong {
    font-size: 2.7rem;
  }
}
.plan-page.battery .c-osusume__list__item::before {
  background: url(../images/common/check2.svg) no-repeat center/contain;
}
.plan-page.battery .c-price {
  background-color: #33a3dd;
}
.plan-page.battery .c-price__desc .Wrap {
  border: 3px solid #0088cc;
}
.plan-page.battery .c-price__desc .Wrap h4 strong {
  color: #0088cc;
}

.c-osusume__title {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.c-osusume__title span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.c-osusume__title span::before, .c-osusume__title span::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgb(24, 24, 24);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-osusume__title span::before {
  left: 0;
  transform: rotate(55deg);
}
.c-osusume__title span::after {
  right: 0;
  transform: rotate(-55deg);
}
.c-osusume__list {
  background-color: #f4f4f4;
  padding: 30px;
  max-width: 500px;
  margin: 0 auto;
}
.c-osusume__list__item {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.c-osusume__list__item::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check1.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-osusume__list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .c-osusume__list__item {
    font-size: 1.2rem;
    padding-left: 30px;
  }
  .c-osusume__list__item::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 960px) {
  .c-osusume__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .c-osusume__title span {
    padding: 0 40px;
  }
  .c-osusume__title span::before, .c-osusume__title span::after {
    width: 25px;
  }
  .c-osusume__list {
    padding: 40px 10px;
    max-width: 700px;
  }
  .c-osusume__list__item {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

.c-reason {
  background-color: #eeeee3;
  padding: 50px 0;
}
.c-reason__list__item {
  margin-bottom: 30px;
}
.c-reason__list__item:last-child {
  margin-bottom: 0;
}
.c-reason__list__item .reason {
  text-align: center;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
}
.c-reason__list__item .reason strong {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 7px;
}
.c-reason__list__item .Img {
  max-width: 500px;
  margin: 0 auto 20px;
}
.c-reason__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-reason__list__item .Desc h3 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
.c-reason__list__item .Desc .more-btn {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .c-reason__list__item {
    margin-bottom: 40px;
  }
  .c-reason__list__item .reason {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .c-reason__list__item .reason strong {
    font-size: 2rem;
  }
  .c-reason__list__item .Desc h3 {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .c-reason__list__item .Desc .more-btn {
    margin-top: 30px;
  }
}
@media (min-width: 960px) {
  .c-reason {
    padding: 80px 0;
  }
  .c-reason__list__item {
    margin-bottom: 50px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .c-reason__list__item .reason {
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: left;
  }
  .c-reason__list__item .Img {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .c-reason__list__item .Desc {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
  }
  .c-reason__list__item .Desc h3 {
    text-align: left;
  }
  .c-reason__list__item .Desc .more-btn {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .c-reason__list__item .reason {
    font-size: 22px;
  }
  .c-reason__list__item .reason strong {
    font-size: 2.4rem;
  }
  .c-reason__list__item .Desc h3 {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}

.c-image {
  background-color: #5a3e2b;
  padding: 50px 0;
  color: #fff;
}
.c-image__desc {
  margin-bottom: 30px;
}
.c-image__desc .onlyPC {
  display: none;
}
.c-image__list {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
.c-image__list__item {
  margin-bottom: 30px;
}
.c-image__list__item h3 {
  background-color: rgb(24, 24, 24);
  font-size: 1rem;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 15px;
}
.c-image__list__item .Graph {
  max-width: 500px;
  margin: 0 auto;
}
.c-image .caution {
  font-size: 12px;
}
@media (min-width: 600px) {
  .c-image__list {
    padding: 30px;
  }
  .c-image__list__item {
    margin-bottom: 40px;
  }
  .c-image__list__item h3 {
    font-size: 1.3rem;
    padding: 12px 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .c-image {
    padding: 80px 0;
  }
  .c-image__desc {
    text-align: center;
    margin-bottom: 50px;
  }
  .c-image__desc .onlyPC {
    display: block;
  }
  .c-image__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .c-image__list__item {
    flex-basis: 48%;
    margin: 0;
  }
  .c-image__list__item .Graph {
    max-width: none;
    margin: 0;
    height: 300px;
  }
  .c-image__list__item .Graph img {
    -o-object-position: bottom center;
       object-position: bottom center;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .c-image__list {
    padding: 40px 30px;
  }
  .c-image__list__item h3 {
    font-size: 1.5rem;
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

.c-flow {
  background-color: #f4f4f4;
  padding: 0 0 50px;
}
.c-flow__list {
  margin-bottom: 20px;
}
.c-flow__list__item {
  background-color: #fff;
  border: 2px solid #5a3e2b;
  border-radius: 5px;
  padding: 10px 20px 20px;
  margin-bottom: 40px;
  position: relative;
}
.c-flow__list__item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #888;
  /* 色は任意に変更可能 */
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-flow__list__item:last-child {
  margin-bottom: 0;
}
.c-flow__list__item:last-child::before {
  display: none;
}
.c-flow__list__item .Wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.c-flow__list__item .step {
  align-self: center;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ccc;
  margin-bottom: 15px;
}
.c-flow__list__item .step strong {
  font-weight: 700;
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  color: rgb(24, 24, 24);
}
.c-flow__list__item .Icon {
  width: 100px;
  height: 100px;
  margin: 0 0 0 30px;
}
.c-flow__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.c-flow__list__item .Desc h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.c-flow .caution {
  font-size: 12px;
  line-height: 1.7;
  color: #888;
}
@media (min-width: 600px) {
  .c-flow__list {
    margin-bottom: 30px;
  }
  .c-flow__list__item {
    padding: 10px 30px 30px;
  }
  .c-flow__list__item .step {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .c-flow__list__item .step strong {
    font-size: 2.5rem;
  }
  .c-flow__list__item .Icon {
    width: 130px;
    height: 130px;
  }
  .c-flow__list__item .Icon img {
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .c-flow {
    padding: 0 0 80px;
  }
  .c-flow__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .c-flow__list__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .c-flow__list__item:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .c-flow__list__item::before {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -50px;
    transform: translateY(-50%) rotate(90deg);
  }
  .c-flow__list__item:last-child {
    margin-bottom: 30px;
  }
  .c-flow__list__item .Desc h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .c-flow .c-container, .c-flow .breadcrumb, .c-flow .c-topview__text {
    padding: 0 6vw;
  }
  .c-flow__list__item {
    flex-basis: 30%;
    margin: 0 4% 30px 0;
  }
  .c-flow__list__item:nth-child(2n) {
    margin: 0 4% 30px 0;
  }
  .c-flow__list__item:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .c-flow__list__item::before {
    right: -60px;
  }
  .c-flow__list__item .Desc h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1500px) {
  .c-flow .c-container, .c-flow .breadcrumb, .c-flow .c-topview__text {
    padding: 0;
  }
}

.c-price {
  padding: 50px 0;
  background-color: #ffb347;
}
.c-price .p-title .en {
  color: #fff;
}
.c-price__img {
  max-width: 500px;
  margin: 0 auto 20px;
}
.c-price__desc .Wrap {
  background-color: #fff;
  border: 3px solid #ff8b00;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 15px;
}
.c-price__desc .Wrap h3 {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.c-price__desc .Wrap h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
.c-price__desc .Wrap h4 strong {
  font-size: 1.8rem;
  color: #ff8b00;
}
.c-price__desc .caution {
  font-size: 13px;
}
@media (min-width: 600px) {
  .c-price__desc .Wrap {
    padding: 30px 0;
  }
  .c-price__desc .Wrap h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .c-price__desc .Wrap h4 {
    font-size: 1.2rem;
  }
  .c-price__desc .Wrap h4 strong {
    font-size: 2.4rem;
  }
  .c-price__desc .caution {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .c-price {
    padding: 80px 0;
  }
  .c-price__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-price__img {
    flex-basis: 40%;
  }
  .c-price__desc {
    flex-basis: 60%;
  }
}
@media (min-width: 1200px) {
  .c-price__img {
    flex-basis: 350px;
    max-width: none;
    margin: 0 50px 0 0;
  }
  .c-price__desc {
    flex-basis: 500px;
  }
}

.c-system__img {
  max-width: 800px;
  margin: 0 auto;
}
.c-system__list {
  border: 3px solid #ff8b00;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.c-system__list::before, .c-system__list::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 1.4rem;
  border-color: transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-system__list::before {
  border-bottom-color: #ff8b00;
  top: -3.6rem;
}
.c-system__list::after {
  border-bottom-color: #fff;
  top: -3.3rem;
}
.c-system__list__item {
  margin-bottom: 30px;
}
.c-system__list__item .Img {
  height: 150px;
  margin-bottom: 10px;
}
.c-system__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-system__list__item .Desc h3 {
  text-align: center;
  font-size: 1.2rem;
}
.c-system__list__item .read-more-001 {
  position: relative;
}
.c-system__list__item .read-more-001 .reList {
  position: relative;
  max-height: 25px;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.c-system__list__item .read-more-001 .reList::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.c-system__list__item .read-more-001 label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #888;
  font-size: 0.8rem;
  border-bottom: 1px solid #888;
  transition: all 0.3s;
}
.c-system__list__item .read-more-001 label:hover {
  color: #ff8b00;
  cursor: pointer;
}
.c-system__list__item .read-more-001 input {
  display: none;
}
.c-system__list__item .read-more-001:has(:checked) label {
  display: none;
}
.c-system__list__item .read-more-001:has(:checked) .reList {
  max-height: 100%;
}
.c-system__list__item .read-more-001:has(:checked) .reList::before {
  content: none;
}
.c-system__list__item .read-more-001:has(:checked) .reList::after {
  content: none;
}
@media (min-width: 600px) {
  .c-system__list {
    border: 3px solid #ff8b00;
    padding: 30px 30px 10px;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-system__list__item {
    flex-basis: 48%;
    margin-bottom: 30px;
  }
  .c-system__list__item:nth-child(1) {
    margin-right: 4%;
  }
  .c-system__list__item .Img {
    height: 180px;
  }
}
@media (min-width: 960px) {
  .c-system__list {
    border: 4px solid #ff8b00;
  }
  .c-system__list::before {
    border-bottom-color: #ff8b00;
    top: -3.6rem;
  }
  .c-system__list::after {
    border-bottom-color: #fff;
    top: -3.2rem;
  }
  .c-system__list__item {
    flex-basis: 32%;
    margin-bottom: 30px;
  }
  .c-system__list__item:nth-child(1), .c-system__list__item:nth-child(2) {
    margin-right: 2%;
  }
}
@media (min-width: 1200px) {
  .c-system__list {
    padding: 50px 30px 10px;
  }
  .c-system__list__item .Desc h3 {
    font-size: 1.4rem;
  }
}

.c-other__btn {
  text-align: center;
}
.c-other__btn a {
  display: block;
  max-width: 420px;
  margin: 0 auto;
  background-color: #ffcc24;
  padding: 18px 0;
  line-height: 1.7;
  border: 2px solid #5a3e2b;
  border-radius: 5px;
  font-size: 17px;
  color: #5a3e2b;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}
.c-other__btn a small {
  font-size: 11px;
}
.c-other__btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #5a3e2b;
  border-right: 2px solid #5a3e2b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.c-other__btn a::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #5a3e2b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.c-other__btn a:hover {
  opacity: 0.6;
}
@media (min-width: 600px) {
  .c-other__btn a {
    font-size: 20px;
    line-height: 1.6;
  }
  .c-other__btn a small {
    font-size: 14px;
  }
  .c-other__btn a::before {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  .c-other__btn a::after {
    width: 20px;
    right: 15px;
  }
}
@media (min-width: 960px) {
  .c-other__btn a {
    max-width: 520px;
    font-size: 28px;
    padding: 22px 0;
    line-height: 1.6;
  }
  .c-other__btn a small {
    font-size: 17px;
  }
  .c-other__btn a::before {
    width: 14px;
    height: 14px;
    right: 15px;
  }
  .c-other__btn a::after {
    width: 30px;
    right: 15px;
  }
}

.c-works {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.c-works__item {
  background-color: #fff;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
}
.c-works__item .place {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: #323232;
  color: #fff;
  font-size: 13px;
  padding: 8px 15px 8px 30px;
  border-radius: 0 8px 0 8px;
}
.c-works__item .place::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/point-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.c-works__date {
  color: #888;
  margin-bottom: 10px;
}
.c-works__list {
  margin-bottom: 40px;
}
.c-works .bfr h3,
.c-works .aft h3 {
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1.1rem;
}
.c-works .bfr .Img,
.c-works .aft .Img {
  aspect-ratio: 3/2;
  background-color: #e0e0e0;
}
.c-works .bfr h3 {
  background-color: #ddd;
}
.c-works .aft h3 {
  background-color: #ff8b00;
  color: #fff;
}
.c-works .aft .Desc h4 {
  color: #ff8b00;
}
.c-works .Desc {
  margin-top: 15px;
}
.c-works .top-wrap {
  padding-bottom: 50px;
  position: relative;
}
.c-works .top-wrap::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #5a3e2b;
  /* 色は任意に変更可能 */
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
@media (min-width: 600px) {
  .c-works__date {
    margin-bottom: 15px;
  }
  .c-works .top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
  }
  .c-works .top-wrap::before {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid #5a3e2b;
    bottom: 20px;
  }
  .c-works .top-wrap .bfr {
    flex-basis: 48%;
  }
  .c-works .top-wrap .Desc {
    flex-basis: 48%;
    margin-top: 0;
  }
  .c-works .aft .Desc {
    margin-top: 20px;
  }
  .c-works .aft .Desc dl {
    display: flex;
    align-items: center;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-works .aft .Desc dl dt {
    width: 140px;
  }
  .c-works .aft .Desc dl dd {
    margin-bottom: 0;
  }
  .c-works .aft .Desc dl dd h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .c-works {
    padding: 80px 0;
  }
  .c-works .c-container, .c-works .breadcrumb, .c-works .c-topview__text {
    padding: 0 6vw;
  }
  .c-works__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-works__item {
    flex-basis: 49%;
    margin: 0 2% 30px 0;
  }
  .c-works__item:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .c-works__item .place {
    font-size: 15px;
    padding: 8px 20px 8px 40px;
  }
  .c-works__item .place::before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
  .c-works .top-wrap .Desc dl {
    margin-bottom: 8px;
  }
  .c-works .top-wrap .Desc dd {
    margin-bottom: 0;
  }
  .c-works .top-wrap .Desc h4 {
    margin-bottom: 0;
  }
  .c-works .aft .Desc dl {
    max-width: none;
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .c-works .c-container, .c-works .breadcrumb, .c-works .c-topview__text {
    padding: 0 8vw;
  }
  .c-works__date {
    margin-bottom: 20px;
  }
  .c-works__item {
    padding: 30px;
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .c-works__item:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .c-works .top-wrap .Desc h4 {
    font-size: 1.2rem;
  }
  .c-works .aft h3 {
    font-size: 1.5rem;
  }
  .c-works .aft .Desc {
    margin-top: 30px;
  }
  .c-works .aft .Desc dl dt {
    width: 170px;
  }
  .c-works .aft .Desc dl dd h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1500px) {
  .c-works .c-container, .c-works .breadcrumb, .c-works .c-topview__text {
    padding: 0;
  }
}

.page-numbers {
  margin: 6vw 0;
}
@media (min-width: 600px) {
  .page-numbers {
    margin: 6vw 0 0;
  }
}
@media (min-width: 960px) {
  .page-numbers {
    margin: 30px 0 0;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(24, 24, 24);
  font-size: 12px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #ff8b00 !important;
  color: #fff;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(24, 24, 24);
  top: 0;
}
.page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}
@media (min-width: 600px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.c-contact-text {
  font-size: 15px;
  line-height: 1.7;
}
@media (min-width: 600px) {
  .c-contact-text br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-contact-text {
    font-size: 18px;
  }
}
.c-contact .c-description {
  padding: 40px 0;
  background-color: rgb(24, 24, 24);
  color: #fff;
}
.c-contact .c-description ul {
  padding: 20px 0;
}
.c-contact .c-description .c-txt-xs {
  font-size: 12px;
  color: #fff;
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgb(24, 24, 24);
  border-radius: 5px;
  padding: 8px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: 1px solid rgb(24, 24, 24);
  border-radius: 5px;
  padding: 8px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.c-contact .contact-form dt {
  font-size: 15px;
}
.c-contact .contact-form .must {
  position: relative;
  padding-bottom: 5px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 13px;
  background-color: #ff8b00;
  color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  margin-left: 5px;
}
.c-contact .contact-form .free {
  padding-bottom: 5px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #858585;
  background-color: rgba(242, 242, 242, 0.5019607843);
}
.c-contact .contact-form .submit-btn input {
  border-color: #ff8b00;
  background-color: #ff8b00;
  font-weight: bold;
  color: #fff;
  width: 70%;
  max-width: 320px;
  border-radius: 9999px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form .wrap {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-contact .contact-form dt {
    font-size: 17px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 20px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 24px;
    width: 24px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .c-contact .contact-form .wrap {
    max-width: 650px;
  }
  .c-contact .contact-form dl {
    display: flex;
    align-items: center;
  }
  .c-contact .contact-form dl dt {
    width: 200px;
  }
  .c-contact .contact-form dl dd {
    flex: 1;
  }
  .c-contact .contact-form dl.ct-message dt {
    align-self: flex-start;
  }
  .c-contact .contact-form input {
    height: 55px;
    padding: 12px;
  }
  .c-contact .contact-form select {
    height: 55px;
    padding: 12px;
  }
  .c-contact .contact-form textarea {
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .wrap {
    max-width: 800px;
  }
  .c-contact .contact-form dl dt {
    font-size: 20px;
    width: 250px;
  }
  .c-contact .contact-form .must::after {
    font-size: 15px;
    padding: 5px 8px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 24px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 30px;
}
.c-privacy-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}
.c-privacy h3 {
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy .more-btn__link {
  min-width: 270px;
  padding: 15px;
}
@media (min-width: 600px) {
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .c-topview__text {
    padding: 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .c-topview__text {
    padding: 0 10vw;
  }
  .c-privacy-title {
    font-size: 32px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .c-topview__text {
    padding: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-thanks {
  margin-top: 30px;
}
.c-thanks-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}
.c-thanks h3 {
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks .more-btn {
  margin-top: 40px;
}
@media (min-width: 600px) {
  .c-thanks .onlySP {
    display: none;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .c-topview__text {
    padding: 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .c-topview__text {
    padding: 0 10vw;
  }
  .c-thanks-title {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .c-thanks .more-btn {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .c-topview__text {
    padding: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.swiper-container {
  overflow: visible !important;
  height: 100vh;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide-active .zoom {
  animation: zoom 4.5s forwards;
}

@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 23px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo-text.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 18px;
  width: 130px;
  opacity: 1;
  margin-left: 45px;
  position: relative;
}
.p-header .logo::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/common/logo-mark.webp) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  margin: auto;
}
.p-header.sub-header {
  height: 64px;
}
@media (min-width: 600px) {
  .p-header .logo__img {
    margin: 20px 10px 0 10px;
  }
  .p-header .logo {
    height: 25px;
    width: 170px;
    margin-left: 65px;
  }
  .p-header .logo::before {
    width: 55px;
    height: 55px;
    left: -65px;
  }
}
@media (max-width: 959px) {
  .p-header .pc-container {
    display: none;
  }
  .p-header .mobile-menu {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9000;
    width: 100%;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.9019607843);
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .p-header .pc-container.is-visible {
    transform: translateY(0);
  }
  .p-header .pc-container .header-btn {
    text-align: right;
    margin: 0 4vw 10px 0;
  }
  .p-header .pc-container .header-btn a {
    display: inline-block;
    background-color: #ff8b00;
    color: #fff;
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s;
    position: relative;
  }
  .p-header .pc-container .header-btn a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transform: rotate(45deg);
  }
  .p-header .pc-container .header-btn a:hover {
    opacity: 0.6;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav {
    margin: 15px 0 0 0;
  }
  .p-header .pc-container .pc-nav-item {
    text-align: center;
    font-size: 16px;
    padding-right: 4vw;
  }
  .p-header .pc-container .pc-nav-item span {
    font-family: "Lato", sans-serif;
  }
  .p-header .pc-container .pc-nav-item:hover a {
    color: #ff8b00;
  }
  .p-header .pc-container .pc-nav-item a {
    color: rgb(24, 24, 24);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item small {
    color: #ff8b00;
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .p-header .pc-container .hoverItem {
    position: relative;
  }
  .p-header .pc-container .hoverItem p {
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
  }
  .p-header .pc-container .hoverItem p::before {
    position: absolute;
    top: 3px;
    right: -25px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .p-header .pc-container .hoverItem .dropDown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50px;
    left: -50%;
    width: 300px;
    padding: 10px 10px 5px;
    background-color: #323232;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .hoverItem .dropDown li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5019607843);
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .hoverItem .dropDown li a {
    font-size: 16px;
  }
  .p-header .pc-container .hoverItem .dropDown li a span {
    color: #fff;
    transition: all 0.3s;
  }
  .p-header .pc-container .hoverItem .dropDown li a:hover span {
    color: #ff8b00;
  }
  .p-header .pc-container .hoverItem .dropDown li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .p-header .pc-container .hoverItem:hover p {
    color: #ff8b00;
  }
  .p-header .pc-container .hoverItem:hover p::before {
    transform: rotate(270deg);
  }
  .p-header .pc-container .hoverItem:hover .dropDown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-header .pc-container .hoverItem:hover .dropDown li {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(7) {
    transition-delay: 0.7s;
  }
  .p-header .pc-container .logo__img {
    margin: 5px 10px 0 15px;
  }
  .p-header .pc-container .logo {
    height: 28px;
    width: 200px;
    margin-left: 110px;
  }
  .p-header .pc-container .logo::before {
    background: url(../images/common/logo.webp) no-repeat center/contain;
    width: 100px;
    height: 100px;
    left: -110px;
  }
  .p-header .mobile-container {
    display: none;
  }
  .p-header.sub-header {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container {
    align-items: center;
  }
  .p-header .pc-container .header-btn {
    margin: 0 2.3vw 0 0;
  }
  .p-header .pc-container .header-btn a {
    padding: 15px 40px 15px 20px;
    font-size: 16px;
  }
  .p-header .pc-container .header-btn a::before {
    width: 12px;
    height: 12px;
    right: 20px;
  }
  .p-header .pc-container .pc-nav {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .p-header .pc-container .pc-nav-list {
    margin-bottom: 0;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 18px;
    padding-right: 2.5vw;
  }
  .p-header .pc-container .pc-nav-item small {
    font-size: 13px;
  }
  .p-header .pc-container .hoverItem p {
    font-size: 18px;
  }
  .p-header .pc-container .hoverItem p::before {
    top: 3px;
    right: -20px;
    width: 12px;
    height: 12px;
  }
  .p-header .pc-container .hoverItem .dropDown {
    top: 78px;
  }
  .p-header .pc-container .hoverItem .dropDown li a {
    font-size: 18px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
  overflow: scroll;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 70px;
}
.mobile-menu__item {
  padding: 15px 8vw;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.mobile-menu__item span {
  display: block;
}
.mobile-menu__item small {
  font-size: 13px;
  font-weight: normal;
  color: #858585;
}
.mobile-menu__item {
  /* アコーディオントリガー用のスタイル */
}
.mobile-menu__item .accordion-trigger {
  position: relative;
}
.mobile-menu__item .accordion-trigger::after {
  content: "+";
  position: absolute;
  right: -1.5vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 900;
  transition: transform 0.3s ease;
}
.mobile-menu__item .accordion-trigger.active::after {
  transform: translateY(-50%) rotate(45deg);
}
.mobile-menu__item {
  /* サブメニューのスタイル */
}
.mobile-menu__item .submenu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 0;
  padding: 0;
}
.mobile-menu__item .submenu.active {
  margin-top: 20px;
  max-height: 330px;
}
.mobile-menu__item .submenu li a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: rgb(24, 24, 24);
  position: relative;
}
.mobile-menu a {
  color: rgb(24, 24, 24);
  display: block;
}
.mobile-menu .sns-link {
  padding-bottom: 70px;
}
.mobile-menu .sns-link ul {
  display: flex;
  justify-content: center;
}
.mobile-menu .sns-link ul li {
  width: 30px;
  height: 30px;
  margin: 30px 10px 0;
}
.mobile-menu .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .mobile-menu__item {
    font-size: 20px;
    padding: 20px 12vw;
  }
  .mobile-menu__item small {
    font-size: 15px;
  }
  .mobile-menu__item .accordion-trigger::after {
    right: -0.5vw;
    font-size: 28px;
  }
  .mobile-menu__item .submenu.active {
    max-height: 370px;
  }
  .mobile-menu__item .submenu li a .c-txt-sm, .mobile-menu__item .submenu li a .breadcrumb, .mobile-menu__item .submenu li a .c-contact-text {
    font-size: 16px;
  }
  .mobile-menu .sns-link ul li {
    margin: 40px 10px 0;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9019607843);
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-container.is-visible {
  transform: translateY(0);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 200;
  display: flex;
  align-items: center;
}
.mobile-container .header-btn {
  margin-right: 8px;
}
.mobile-container .header-btn a {
  display: block;
  background-color: #ff8b00;
  color: #fff;
  padding: 5px 30px 5px 20px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
}
.mobile-container .header-btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.mobile-container .header-btn a:hover {
  opacity: 0.6;
}
@media (min-width: 600px) {
  .mobile-container .header-btn {
    margin-right: 15px;
  }
  .mobile-container .header-btn br {
    display: none;
  }
  .mobile-container .header-btn a {
    font-size: 16px;
    padding: 11px 50px 11px 20px;
  }
  .mobile-container .header-btn a::before {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: black;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 8px;
  }
  .mobile-container .mobile-menu__btn span:nth-child(2) {
    width: 25px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  transform: translateY(0%);
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: rgb(24, 24, 24) !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-8px) rotate(-135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transition-delay: 70ms;
    transform: translateY(10px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transition-delay: 140ms;
    transform: translateY(-10px) rotate(-135deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 2.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

#hoge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 4000;
}

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(20px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 5.5s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 6.5s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 8.5s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 9.5s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 11s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 11.5s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 12.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 13s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 13.5s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 14.5s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 15.5s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 16s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 16.5s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 17s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 17.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 18.5s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 19s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 19.5s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffcc24;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.faq-contents .faq .ac-title.is-active {
  transition: all 3s;
}
.faq-contents .faq .ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.tab-cate .tab {
  padding: 15px 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 33.3%;
  position: relative;
}
.tab-cate .tab::after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.tab-cate .tab:last-child::after {
  display: none;
}
@media (min-width: 600px) {
  .tab-cate .tab {
    width: 30%;
    padding: 20px 5px;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .tab-cate .tab {
    width: 25%;
    padding: 30px 5px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .tab-cate .tab {
    width: 350px;
    padding: 30px 5px;
    font-size: 24px;
  }
}

.tab.is-active {
  transition: all 0.2s ease-out;
  background-color: #f4f4f4;
  position: relative;
}
.tab.is-active::before {
  content: "";
  width: 30%;
  height: 2px;
  background-color: #ff8b00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .tab.is-active::before {
    width: 20%;
  }
}
@media (min-width: 960px) {
  .tab.is-active::before {
    width: 10%;
  }
}

.panel.is-show {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */