@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
body {
  background: #fff;
}

main {
  padding-top: 0;
}

/* sec-fv
---------------------------------------------------------------------------- */
.sec-fv {
  position: relative;
  width: 100%;
  max-width: 111.8rem;
  margin: 0 auto;
  padding: 1.6rem 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-fv {
    max-width: inherit;
    padding: 0.8rem 0 2.8rem 0;
  }
}
.sec-fv .splide {
  width: 100%;
  max-width: 37rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-fv .splide {
    width: 100%;
    max-width: 320px;
  }
}
.sec-fv .splide .splide__track {
  overflow: visible;
}
.sec-fv .splide .splide__slide {
  display: block;
  aspect-ratio: 370/488;
}
.sec-fv .splide .splide__slide img {
  width: 100%;
  height: auto;
  /* @include objectfit; */
  transform: scale(0.881);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-fv .splide .splide__slide img {
    transform: scale(1);
  }
}
.sec-fv .splide .splide__slide.is-active img {
  transform: scale(1);
  z-index: 1;
}
.sec-fv .splide__arrows {
  position: absolute;
  width: 46.6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-fv .splide__arrows {
    width: 100%;
  }
}
.sec-fv .splide__arrows .splide__arrow {
  margin-top: -2rem;
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border: 1px solid #FB540C;
  opacity: 1;
  transition: 0.4s;
}
@media (min-width: 768px) and (hover: hover) {
  .sec-fv .splide__arrows .splide__arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .sec-fv .splide__arrows .splide__arrow {
    margin-top: -1rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.sec-fv .splide__arrows .splide__arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: #FB540C;
}
@media screen and (max-width: 767px) {
  .sec-fv .splide__arrows .splide__arrow svg {
    width: 1rem;
    height: 1rem;
  }
}
.sec-fv .splide__arrows .splide__arrow--prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec-fv .splide__arrows .splide__arrow--prev {
    left: -1.2rem;
  }
}
.sec-fv .splide__arrows .splide__arrow--next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec-fv .splide__arrows .splide__arrow--next {
    right: -1.2rem;
  }
}
.sec-fv .splide__controls {
  position: relative;
  margin: 1.6rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-fv .splide__controls {
    margin-top: 1.2rem;
  }
}
.sec-fv .splide__controls .splide__toggle {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #FB540C;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.sec-fv .splide__controls .splide__toggle svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
}
.sec-fv .splide__controls .splide__toggle__play {
  margin-left: 0.1rem;
  fill: #FB540C;
}
.sec-fv .splide__controls .splide__pagination {
  position: static;
  gap: 0 0.8rem;
  margin-right: -0.8rem;
}
.sec-fv .splide__controls .splide__pagination li {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
}
.sec-fv .splide__controls .splide__pagination li .splide__pagination__page {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background: #E4E4E4;
  margin: 0;
  opacity: 1;
}
.sec-fv .splide__controls .splide__pagination li .splide__pagination__page:after {
  position: absolute;
  left: -0.3rem;
  top: -0.3rem;
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #FB540C;
  border-radius: 100%;
  opacity: 0;
}
.sec-fv .splide__controls .splide__pagination li .splide__pagination__page.is-active {
  background: #FB540C;
}
.sec-fv .splide__controls .splide__pagination li .splide__pagination__page.is-active:after {
  opacity: 1;
}
.sec-fv .splide__progress {
  margin-left: 0.8rem;
  width: 3.3rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #E4E4E4;
}
.sec-fv .splide__progress__bar {
  width: 1.3rem;
  height: 0.6rem;
  background: #FB540C;
  border-radius: 0.3rem;
}

/* sec-news
---------------------------------------------------------------------------- */
.sec-news {
  position: relative;
  margin-top: 1rem;
  padding-top: 3rem;
  padding-bottom: 12rem;
  background-color: #F8EEE7;
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding-bottom: 10rem;
  }
}
.sec-news__bg {
  position: absolute;
  left: 0;
  top: -6.9rem;
  width: 100%;
  height: calc(100% + 6.9rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-news__bg {
    top: -5.4rem;
    height: calc(100% + 5.4rem);
  }
}
.sec-news__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.sec-news:after {
  position: absolute;
  left: 0;
  bottom: 3.9rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #F2E2D9;
  border-width: 15rem 0px 0px 100vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-news:after {
    bottom: 0;
    border-width: 8rem 0px 0px 100vw;
  }
}
.sec-news .l-inner {
  position: relative;
  z-index: 3;
}
.sec-news .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .sec-news .flex {
    gap: 0 1rem;
    padding: 0 2rem;
  }
}
.sec-news .post {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec-news .post {
    gap: 0 1rem;
  }
}
.sec-news .post .post-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .sec-news .post .post-ttl {
    width: calc(100% - 3.4rem);
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    -webkit-line-clamp: 2;
  }
}
.sec-news .post .btn_wrap {
  width: 13.6rem;
}
@media screen and (max-width: 767px) {
  .sec-news .post .btn_wrap {
    width: 2.4rem;
  }
}
.sec-news .post .btn_wrap .c-button02 {
  width: 100%;
  min-width: inherit;
  padding: 0.5rem 1rem;
  border-radius: 1.7rem;
}
@media screen and (max-width: 767px) {
  .sec-news .post .btn_wrap .c-button02 {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100%;
    padding: 0;
  }
  .sec-news .post .btn_wrap .c-button02:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    background: url("../../assets_ver2/images/common/ico_arrow_o.svg") no-repeat center center;
    background-size: 100% 100%;
    width: 1rem;
    height: 1rem;
  }
  .sec-news .post .btn_wrap .c-button02 .arrow {
    display: none;
  }
}
.sec-news .c-contact-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-news .c-contact-wrap {
    margin-top: 1.6rem;
  }
}
.sec-news .sec-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sec-news .sec-bg img {
  width: 100%;
  max-width: inherit;
}

/* sec-reason
---------------------------------------------------------------------------- */
.sec-reason {
  position: relative;
  margin-top: -4rem;
  padding-bottom: 13rem;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-reason {
    margin-top: 0;
    padding-bottom: 6.4rem;
  }
  .sec-reason .c-title {
    position: relative;
    top: -6.6rem;
    margin-bottom: -4.2rem;
  }
}
.sec-reason .reason-box__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap {
    gap: 1.6rem 0;
  }
}
.sec-reason .reason-box__wrap .reason-box {
  position: relative;
  width: calc((100% - 2rem) / 2);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  border-radius: 0.8rem;
  border: 1px solid #C4C4C4;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap .reason-box {
    width: 100%;
  }
}
.sec-reason .reason-box__wrap .reason-box:after {
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 2px solid #FB540C;
  border-radius: 0.8rem;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.sec-reason .reason-box__wrap .reason-box__img {
  width: 12rem;
  border-radius: 0.8rem 0 0 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap .reason-box__img {
    width: 7.8rem;
  }
}
.sec-reason .reason-box__wrap .reason-box__txt {
  width: calc(100% - 12rem);
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap .reason-box__txt {
    width: calc(100% - 7.8rem);
    padding: 1.8rem 1.6rem;
  }
}
.sec-reason .reason-box__wrap .reason-box__txt .num {
  margin-top: -1.4rem;
  font-size: 3.6rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0;
  color: #A4A4A4;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap .reason-box__txt .num {
    font-size: 3.4rem;
    line-height: 1.4117647059;
    font-weight: 700;
  }
}
.sec-reason .reason-box__wrap .reason-box__txt .ttl {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap .reason-box__txt .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0.6rem;
  }
}
.sec-reason .reason-box__wrap .reason-box__txt .txt {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap .reason-box__txt .txt {
    font-size: 1.3rem;
    line-height: 1.6153846154;
    font-weight: 400;
  }
}
.sec-reason .reason-box__wrap .reason-box__txt .btn-wrap {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap .reason-box__txt .btn-wrap {
    top: 2rem;
    right: 1.6rem;
  }
}
.sec-reason .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 400;
  letter-spacing: 0;
  color: #FB540C;
  padding: 0.1rem 4.1rem 0.2rem 1.6rem;
  border: 1px solid #FB540C;
  border-radius: 1.3rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn {
    font-size: 1.3rem;
    line-height: 1.6153846154;
    font-weight: 400;
  }
}
.sec-reason .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn:before, .sec-reason .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
}
.sec-reason .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn:before {
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  background: url("../../assets_ver2/images/common/ico_arrow_w.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem;
  z-index: 2;
}
.sec-reason .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn:after {
  right: -1px;
  width: 2.7rem;
  height: 100%;
  background: #FB540C;
  border-radius: 0 1.3rem 1.3rem 0;
  z-index: 1;
}
@media (min-width: 768px) and (hover: hover) {
  .sec-reason .reason-box__wrap .reason-box:hover:after {
    opacity: 1;
  }
  .sec-reason .reason-box__wrap .reason-box:hover .reason-box__txt .btn-wrap .reason-btn {
    color: #fff;
    background: #FB540C;
  }
}

/* sec-topics
---------------------------------------------------------------------------- */
.sec-topics {
  position: relative;
  padding-bottom: 8rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-topics {
    padding-bottom: 4rem;
  }
}
.sec-topics:before {
  position: absolute;
  left: 0;
  top: -8rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 8rem solid #F8EEE7;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-topics:before {
    top: -5.5rem;
    border-bottom: 5.5rem solid #F8EEE7;
  }
}
.sec-topics .tabswrapper .tabs-list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 2rem;
  background: #fff;
  padding: 0.8rem;
  border-radius: 2.4rem 2.4rem 0px 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs-list {
    width: 100%;
    gap: 0 0.4rem;
    border-radius: 2rem;
    padding: 0.3rem 0.4rem;
    margin-bottom: 1.4rem;
  }
}
.sec-topics .tabswrapper .tabs-list .tabs {
  width: 13.6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0;
  color: #191818;
  padding: 0.725rem 0.5rem;
  border-radius: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs-list .tabs {
    width: calc((100% - 0.8rem) / 3);
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.9rem 1rem;
    border-radius: 1.6rem;
  }
}
.sec-topics .tabswrapper .tabs-list .tabs.active {
  background: #F1C4A9;
}
.sec-topics .tabswrapper .tabs_cnts {
  background: #fff;
  padding: 2.4rem 6rem;
  border-radius: 0px 0.8rem 0.8rem 0.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts {
    padding: 1.6rem 1.6rem;
    border-radius: 0.8rem;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .sp-post__link {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .sp-post__link {
    pointer-events: all;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .post {
  position: relative;
  display: block;
  border-bottom: 1px solid #191818;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .post {
    padding-bottom: 0.6rem;
    margin-bottom: 1.6rem;
    pointer-events: none;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .post:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .post:last-of-type {
    padding-bottom: 0.6rem;
    margin-bottom: 0;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 1rem 1rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-info {
    gap: 0.8rem 0.8rem;
    margin-bottom: 0.6rem;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-info .post-cat {
  position: relative;
  top: -0.6rem;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.6rem 0.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-info .post-cat {
    top: -0.3rem;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    font-weight: 400;
    padding: 0.4rem 0.6rem;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-info .post-cat.cat-campaign {
  background: #FFF3A4;
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-info .post-cat.cat-event {
  background: #D0E4FF;
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-info .post-date {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-info .post-date {
    font-size: 1.2rem;
    line-height: 1.1666666667;
    font-weight: 400;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-ttl {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    -webkit-line-clamp: 2;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-ttl:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background: url("../../assets_ver2/images/common/ico_arrow_o.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .post .post-ttl:after {
    top: 0.6rem;
    width: 1rem;
    height: 1rem;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .btn_wrap {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .btn_wrap {
    text-align: center;
    margin-top: 1.6rem;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .btn_wrap .c-button02 {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .btn_wrap .c-button02 {
    width: 24rem;
    padding: 1.2rem 1.6rem;
    border-radius: 2.4rem;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex {
    flex-direction: column;
    gap: 1rem 0;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-img {
  width: 43.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-img {
    width: 100%;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-txt {
  width: calc(100% - 43.4rem);
  padding-left: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-txt {
    width: 100%;
    padding-left: 0;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-txt .post-info {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-txt .post-info {
    margin-bottom: 0.4rem;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-txt .post-info .post-cat {
  top: 0;
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-txt .post-info .post-date {
  position: relative;
  top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-txt .post-info .post-date {
    top: 0.5rem;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-txt .post-ttl:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex-txt .post-ttl:after {
    display: block;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex .btn_wrap {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex .btn_wrap {
    display: none;
  }
}
.sec-topics .tabswrapper .tabs_cnts .tabs_inner .flex .btn_wrap .c-button02 {
  width: 16rem;
}
.sec-topics .c-contact-wrap {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .c-contact-wrap {
    margin-top: 1.6rem;
  }
}

/* sec-menu
---------------------------------------------------------------------------- */
.sec-menu {
  padding: 8rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-menu {
    padding: 4rem 0 0 0;
  }
}
.sec-menu .menu-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-flex {
    gap: 0 0.7rem;
  }
}
.sec-menu .menu-flex .flex-box {
  width: calc((100% - 4.8rem) / 4);
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-flex .flex-box {
    width: calc((100% - 0.7rem) / 2);
  }
}
.sec-menu .menu-flex .flex-box__img {
  transition: 0.4s;
}
.sec-menu .menu-flex .flex-box__img .img {
  position: relative;
  width: 23.8rem;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-flex .flex-box__img .img {
    width: 100%;
  }
}
.sec-menu .menu-flex .flex-box__img .img:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../assets_ver2/images/top/clippath_menu_hover.svg") no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s;
}
.sec-menu .menu-flex .flex-box__img svg {
  width: 100%;
  height: auto;
}
.sec-menu .menu-flex .flex-box__img svg path {
  stroke-width: 2px;
  stroke: #FB540C;
}
.sec-menu .menu-flex .flex-box__img .txt {
  position: relative;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  display: inline-block;
  padding: 0.5rem 2.4rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 1.6rem;
  border: 1px solid #C4C4C4;
  background: #fff;
  box-sizing: border-box;
  z-index: 2;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-flex .flex-box__img .txt {
    min-width: 11.5rem;
    top: -1.4rem;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    font-weight: 500;
    border-radius: 1.3rem;
    padding: 0.2rem 0.8rem 0.4rem 0.8rem;
  }
}
.sec-menu .menu-flex .flex-box__img .txt .arrow {
  position: relative;
}
.sec-menu .menu-flex .flex-box__img .txt .arrow:after {
  position: relative;
  top: -0.2rem;
  display: inline-block;
  margin-left: 0.8rem;
  content: "";
  background: url("../../assets_ver2/images/common/ico_arrow_o.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-flex .flex-box__img .txt .arrow:after {
    top: -0.1rem;
    margin-left: 0.5rem;
  }
}
.sec-menu .menu-flex .flex-box.no-links {
  pointer-events: none;
}
@media (min-width: 768px) and (hover: hover) {
  .sec-menu .menu-flex a:not(.no-links):hover .img:after {
    opacity: 1;
  }
  .sec-menu .menu-flex a:not(.no-links):hover .txt {
    color: #fff;
    background: #FB540C;
  }
  .sec-menu .menu-flex a:not(.no-links):hover .txt .arrow:after {
    background: url("../../assets_ver2/images/common/ico_arrow_w.svg") no-repeat center center;
  }
}
.sec-menu .other-menu {
  position: relative;
  margin-top: 6.2rem;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-menu .other-menu {
    margin-top: 3.7rem;
  }
}
.sec-menu .other-menu__ttl {
  position: absolute;
  left: 6rem;
  top: -1.8rem;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  font-weight: 700;
  letter-spacing: 0;
  color: #FB540C;
  background: #fff;
  padding: 0 0 0 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-menu .other-menu__ttl {
    width: 21rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2777777778;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    top: -3.8rem;
    padding-left: 1rem;
  }
}
.sec-menu .other-menu .menu-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2rem 2.3rem;
  padding: 4.4rem 5.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-menu .other-menu .menu-list {
    padding: 1.6rem 1.8rem;
    gap: 0.6rem 1.9rem;
  }
}
.sec-menu .other-menu .menu-list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-menu .other-menu .menu-list li {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    font-weight: 700;
  }
}
.sec-menu .other-menu .menu-list li:not(:last-of-type):after {
  position: absolute;
  right: -1.6rem;
  top: 0;
  display: block;
  content: "/";
  font-weight: 400;
  color: #D67F4A;
}
@media screen and (max-width: 767px) {
  .sec-menu .other-menu .menu-list li:not(:last-of-type):after {
    right: -1.2rem;
  }
}
.sec-menu .other-menu .menu-list li a {
  transition: 0.4s;
}
@media (min-width: 768px) and (hover: hover) {
  .sec-menu .other-menu .menu-list li a:hover {
    opacity: 0.7;
  }
}

/* sec-case / sec-voice
---------------------------------------------------------------------------- */
.sec-case,
.sec-voice {
  padding: 8rem 0 8rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-case,
  .sec-voice {
    padding: 4.4rem 0 4.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-case .post-wrap .post:nth-of-type(4),
  .sec-voice .post-wrap .post:nth-of-type(4) {
    display: none;
  }
}

.sec-case .case-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 1.6rem 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-case .case-head {
    margin-bottom: 1.6rem;
  }
}
.sec-case .case-head .c-title {
  margin-right: 2.4rem;
  margin-bottom: 0;
}
.sec-case .cases__descriptioninner {
  position: relative;
}
.sec-case .cases__descriptiontitle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 7.3rem;
  height: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  font-weight: 700;
  letter-spacing: 0;
  background: #FFAF4D;
  padding: 0 0 0 0.8rem;
  box-sizing: border-box;
  z-index: 2;
}
.sec-case .cases__descriptiontitle:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #FFE3C1 transparent transparent;
  border-width: 0px 1.4rem 2.4rem 0px;
}
.sec-case .cases__descriptionnumber {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  font-weight: 400;
  letter-spacing: 0;
  box-sizing: border-box;
  background: #FFE3C1;
  padding: 0 2rem 0 6.5rem;
}
.sec-case .cases__descriptionnumber span {
  color: #FB540C;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 0.4rem;
}
.sec-case .cases__descriptionnumber:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0px 1.5rem 4.5rem 0px;
}

.sec-voice {
  padding-top: 0;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .sec-voice {
    padding-bottom: 4.4rem;
  }
}

/* sec-quote_request
---------------------------------------------------------------------------- */
.sec-quote_request {
  padding-bottom: 7.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-quote_request {
    padding-bottom: 4rem;
  }
}
.sec-quote_request .quote_request_form {
  position: relative;
  max-width: 88rem;
  margin: 0 auto;
}
.sec-quote_request .quote_request_form:before {
  position: absolute;
  right: 2.8rem;
  top: 1.2rem;
  display: block;
  margin-right: 1rem;
  content: "";
  background: url("../../assets_ver2/images/top/bg_quote_request_pc.png") no-repeat center center;
  background-size: 100% auto !important;
  width: 29.6rem;
  height: 21rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form:before {
    right: 0;
    top: 0.5rem;
    background: url("../../assets_ver2/images/top/bg_quote_request_sp.png") no-repeat right top;
    width: 100%;
    height: auto;
    aspect-ratio: 670/255;
    margin: 0;
  }
}
.sec-quote_request .quote_request_form .form-head {
  position: relative;
  padding: 1.15rem 5rem;
  background: #EDD2BF;
  border-radius: 0.8rem 0.8rem 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-head {
    padding: 0.35rem 2.2rem;
  }
}
.sec-quote_request .quote_request_form .form-head .ttl {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.59375;
  letter-spacing: -0.001em;
  font-weight: 700;
  color: #1D2E4F;
  transform: skew(-12deg, 0deg);
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-head .ttl {
    font-size: 2.4rem;
    line-height: 1.5833333333;
    letter-spacing: -0.001em;
    font-weight: 700;
    z-index: 2;
  }
}
.sec-quote_request .quote_request_form .form-head .ttl:before {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  content: "";
  background: url("../../assets_ver2/images/top/ico_clock.svg") no-repeat center center;
  background-size: 100% auto;
  width: 2.9rem;
  height: 3rem;
  transform: skew(12deg, 0deg);
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-head .ttl:before {
    margin-right: 0.8rem;
    width: 2.6rem;
    height: 2.7rem;
  }
}
.sec-quote_request .quote_request_form .form-head .ttl .num {
  font-size: 4.2rem;
  line-height: 1.5952380952;
  font-weight: 700;
  margin-right: 0.2rem;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-head .ttl .num {
    font-size: 3.6rem;
    line-height: 1.5833333333;
    letter-spacing: -0.001em;
    font-weight: 700;
  }
}
.sec-quote_request .quote_request_form .form-inner {
  background: #F8EEE7;
  padding: 3.2rem 5rem 4rem 5rem;
  border-radius: 0 0 0.8rem 0.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-inner {
    padding: 1.1rem 1.6rem 2.4rem 1.6rem;
  }
}
.sec-quote_request .quote_request_form .form-inner .txt {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-inner .txt {
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 700;
    margin-bottom: 1.4rem;
  }
}
.sec-quote_request .quote_request_form .form-inner .white-box {
  position: relative;
  background: #fff;
  padding: 2.8rem 4rem;
  margin-bottom: 3.2rem;
  border-radius: 0.8rem;
  box-sizing: border-box;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-inner .white-box {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.sec-quote_request .quote_request_form .form-style .input-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-style .input-box {
    gap: 1rem 0;
  }
}
.sec-quote_request .quote_request_form .form-style .input-box .ttl {
  position: relative;
  top: 0.8rem;
  width: 14.8rem;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-style .input-box .ttl {
    width: 100%;
    top: 0;
  }
}
.sec-quote_request .quote_request_form .form-style .input-box .input_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 1rem 1rem;
  width: calc(100% - 14.8rem);
}
.sec-quote_request .quote_request_form .form-style .input-box .input_wrap .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 1rem 1rem;
  padding: 0.95rem 0;
}
.sec-quote_request .quote_request_form .form-style .input-box .input_wrap .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-style .input-box .input_wrap {
    width: 100%;
    gap: 1.8rem 1.1rem;
  }
  .sec-quote_request .quote_request_form .form-style .input-box .input_wrap .wpcf7-form-control.wpcf7-checkbox {
    gap: 1.8rem 1.1rem;
  }
}
.sec-quote_request .quote_request_form .form-style .input-box + .input-box {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec-quote_request .quote_request_form .form-style .input-box + .input-box {
    margin-top: 1.6rem;
  }
}

/* sec-pricemenu
---------------------------------------------------------------------------- */
.sec-pricemenu {
  position: relative;
  padding: 7.8rem 0 8rem 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu {
    padding: 2.4rem 0 4rem 0;
  }
}
.sec-pricemenu:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background: url("../../assets_ver2/images/top/bg_pricemenu.png") no-repeat center top;
  background-size: 100% 100%;
  width: 67.2rem;
  height: 52rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu:after {
    width: 100%;
    background-position: right top;
    aspect-ratio: 692/565;
  }
}
.sec-pricemenu .plan-wrapper {
  position: relative;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper {
    border-radius: 0.8rem;
  }
}
.sec-pricemenu .plan-wrapper + .plan-wrapper {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper + .plan-wrapper {
    margin-top: 1.6rem;
  }
}
.sec-pricemenu .plan-wrapper:nth-of-type(1) {
  z-index: 5;
}
.sec-pricemenu .plan-wrapper:nth-of-type(2) {
  z-index: 4;
}
.sec-pricemenu .plan-wrapper:nth-of-type(3) {
  z-index: 3;
}
.sec-pricemenu .plan-wrapper:nth-of-type(4) {
  z-index: 2;
}
.sec-pricemenu .plan-wrapper .plan-ttl {
  position: relative;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  background: #D67F4A;
  padding: 2.4rem 4rem 0 4rem;
  border-bottom: 1px solid #D67F4A;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-ttl {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    font-weight: 700;
    padding: 2.4rem 1.6rem 0.8rem 1.6rem;
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .sec-pricemenu .plan-wrapper .plan-ttl .sp-small {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
  }
}
.sec-pricemenu .plan-wrapper .plan-ttl:after {
  position: absolute;
  left: 0;
  bottom: -8rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #D67F4A transparent transparent transparent;
  border-width: 8rem 100rem 0px 0px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-ttl:after {
    bottom: -4rem;
    border-width: 4rem 33rem 0px 0px;
  }
}
.sec-pricemenu .plan-wrapper .plan-select {
  padding: 2.4rem 4.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 1.6rem 1.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-select {
    gap: 0.8rem 0;
    padding: 1.6rem 1.6rem;
  }
}
.sec-pricemenu .plan-wrapper .plan-select .tabs {
  position: relative;
  width: calc((100% - 1.6rem) / 2);
  padding: 1.4rem 5.4rem 1.4rem 7rem;
  background: #F3F2F1;
  border: 2px solid #F3F2F1;
  border-radius: 0.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-select .tabs {
    width: 100%;
    padding: 0.8rem 4.4rem 1rem 5.4rem;
  }
}
.sec-pricemenu .plan-wrapper .plan-select .tabs .label-txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 6.4rem;
  height: 5.6rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  background: #fff;
  border-radius: 0 10rem 10rem 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-select .tabs .label-txt {
    width: 4.8rem;
    height: 4.9rem;
    font-size: 1.3rem;
    line-height: 1.1538461538;
    font-weight: 700;
    padding-right: 0.4rem;
    padding-bottom: 0.3rem;
  }
}
.sec-pricemenu .plan-wrapper .plan-select .tabs .plan-name {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-select .tabs .plan-name {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
.sec-pricemenu .plan-wrapper .plan-select .tabs .plan-price {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-select .tabs .plan-price {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    font-weight: 700;
  }
}
.sec-pricemenu .plan-wrapper .plan-select .tabs .plan-price .num {
  font-size: 4.4rem;
  line-height: 1.2045454545;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-select .tabs .plan-price .num {
    font-size: 3.2rem;
    line-height: 1.375;
    font-weight: 700;
  }
}
.sec-pricemenu .plan-wrapper .plan-select .tabs:before, .sec-pricemenu .plan-wrapper .plan-select .tabs:after {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  border-radius: 100%;
}
.sec-pricemenu .plan-wrapper .plan-select .tabs:before {
  opacity: 0;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #FB540C;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-select .tabs:before {
    opacity: 1;
    right: 2rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url("../../assets_ver2/images/top/icon_plus.svg") no-repeat center center;
  }
}
.sec-pricemenu .plan-wrapper .plan-select .tabs:after {
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-select .tabs:after {
    width: 2rem;
    height: 2rem;
  }
}
.sec-pricemenu .plan-wrapper .plan-select .tabs:focus {
  border: 2px solid #FB540C;
  outline: none;
}
.sec-pricemenu .plan-wrapper .plan-select .tabs.active {
  border: 2px solid #FB540C;
  background: #FFF0E5;
}
.sec-pricemenu .plan-wrapper .plan-select .tabs.active .label-txt {
  color: #fff;
  background: #FB540C;
}
.sec-pricemenu .plan-wrapper .plan-select .tabs.active .plan-price {
  color: #FB540C;
}
.sec-pricemenu .plan-wrapper .plan-select .tabs.active:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-select .tabs.active:before {
    background: url("../../assets_ver2/images/top/icon_minus.svg") no-repeat center center;
  }
}
.sec-pricemenu .plan-wrapper .plan-box {
  margin-top: 2.4rem;
  padding: 4rem 4.4rem 4.4rem 4.4rem;
  background: #FFF0E5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .plan-box {
    margin-top: 0;
    padding: 1.2rem 1.6rem 2rem 1.6rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner {
    position: relative;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex {
    margin: 0 -1.6rem;
    padding: 2rem 1.6rem 4rem;
    background: #FFF0E5;
    padding-bottom: 3rem;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt {
  width: calc(100% - 31.9rem);
  padding-right: 3.3rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .ttl {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #D67F4A;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .ttl {
    width: 100%;
    order: 1;
    font-size: 1.8rem;
    line-height: 1.2222222222;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1.4rem;
  padding: 0.8rem;
  margin-bottom: 1.2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_details {
    order: 2;
    align-items: center;
    padding: 0.4rem 0.8rem;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_details dt {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 0;
  width: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_details dt {
    width: 6rem;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_details dt:after {
  position: absolute;
  right: -0.8rem;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 2.4rem;
  background: #F1C4A9;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_details dt:after {
    top: 50%;
    transform: translateY(-50%);
    height: 3.2rem;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_details dd {
  width: calc(100% - 7.8rem);
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  padding-top: 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_details dd {
    width: calc(100% - 7.4rem);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .clearfix {
    order: 3;
  }
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .flex-txt__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: column;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1.6rem;
  padding-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap {
    order: 4;
    gap: 0.8rem 0;
    padding-right: 0;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap .txt01 {
  width: 26rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap .txt01 {
    /*								width: 100%;*/
    width: auto;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    font-weight: 500;
    /*								padding-right: 16rem;*/
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap .txt02 {
  width: calc(100% - 27.6rem);
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap .txt02 {
    width: auto;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    font-weight: 500;
    /*								padding-right: 11rem;*/
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 {
    display: contents;
    margin-top: 0;
    gap: 0 0;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee {
    order: 3;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    /*								padding-right: 16rem;*/
    gap: 0 0;
    margin-bottom: 0.6rem;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee-txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee-txt {
    width: 100%;
    gap: 0 0;
  }
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee-txt + .durability_guarantee-txt {
    margin-top: -0.4rem;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee-txt dt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee-txt dt {
    position: relative;
    top: -0.3rem;
    width: 4.2rem;
    font-size: 1.3rem;
    line-height: 1.2307692308;
    font-weight: 500;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee-txt dd {
  font-size: 2.4rem;
  line-height: 1.0833333333;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee-txt dd {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 700;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee-txt dd .num {
  font-size: 3.6rem;
  line-height: 0.7222222222;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .durability_guarantee-txt dd .num {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .price {
    position: relative;
    top: -0.5rem;
    order: 5;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .price-txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 0.8rem;
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .price-txt .num {
  position: relative;
  top: 0.4rem;
  font-size: 8.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .price-txt .num {
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 700;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .price-txt .small {
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .price-txt .small {
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 700;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .price-txt .tax {
  display: block;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-txt .txt_wrap02 .price-txt .tax {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    font-weight: 700;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-img {
  position: relative;
  width: 31.9rem;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-img {
    /*						position: absolute;
    	right: 0;
    	top: 10.8rem;
    	width: 14.8rem;*/
    width: 14.8rem;
    float: right;
    margin: 0 0 1rem 1rem;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-img .img {
  aspect-ratio: 319/252;
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-img .statelabel {
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 18rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-pricemenu .plan-wrapper .tabs_inner .flex-img .statelabel {
    right: -1rem;
    bottom: -8rem;
    width: 12rem;
  }
}
.sec-pricemenu .plan-wrapper .tabs_inner .flex-img .statelabel.-notdisplay {
  display: none;
}

/* sec-staff
---------------------------------------------------------------------------- */
.sec-staff {
  padding: 9.6rem 0 8rem 0;
}
@media screen and (max-width: 767px) {
  .sec-staff {
    padding: 6rem 0 5.3rem 0;
  }
}
.sec-staff .flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-staff .flex {
    display: block;
  }
}
.sec-staff .flex .sp-staff__links {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec-staff .flex .sp-staff__links {
    pointer-events: all;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
.sec-staff .flex-img {
  width: 29.8rem;
}
@media screen and (max-width: 767px) {
  .sec-staff .flex-img {
    width: 100%;
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .sec-staff .flex-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    aspect-ratio: 335/120;
  }
}
.sec-staff .flex-img__txt {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-staff .flex-img__txt {
    position: relative;
    margin-top: 0;
    background: #fff;
    padding: 0.8rem 12.6rem 0.8rem 2rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
.sec-staff .flex-img__txt .post {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-staff .flex-img__txt .post {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.6111111111;
    font-weight: 700;
  }
}
.sec-staff .flex-img__txt .name {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-staff .flex-img__txt .name {
    margin-top: 0;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.6153846154;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff .flex-img__txt .c-button02 {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    min-width: inherit;
    width: 9.6rem;
    font-size: 1.3rem;
    line-height: 1.6153846154;
    font-weight: 400;
    padding: 0;
  }
  .sec-staff .flex-img__txt .c-button02 a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0.15rem 0;
  }
}
.sec-staff .flex-txt {
  width: calc(100% - 29.8rem);
  padding-left: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-staff .flex-txt {
    display: none;
  }
}
.sec-staff .flex-txt .msg-title {
  color: #1D2E4F;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.002em;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.sec-staff .flex-txt .msg-title .en-txt {
  margin-left: 1.6rem;
  color: #1D2E4F;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.001em;
  font-weight: 400;
}
.sec-staff .flex-txt .msg-txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
}
.sec-staff .btn_wrap {
  margin-top: 2.8rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-staff .btn_wrap {
    margin-top: 1.6rem;
    text-align: center;
  }
}
.sec-staff .c-contact-wrap {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec-staff .c-contact-wrap {
    margin-top: 1.6rem;
  }
}

/* bnr-area
---------------------------------------------------------------------------- */
.bnr-area {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .bnr-area {
    margin-top: 4.6rem;
  }
}
.bnr-area .bnr-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .bnr-area .bnr-list {
    gap: 1.2rem 1.2rem;
  }
}
.bnr-area .bnr-list li {
  width: calc((100% - 6rem) / 4);
  height: 11.5rem;
  border-radius: 0.8rem;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bnr-area .bnr-list li {
    width: calc((100% - 1.2rem) / 2);
    height: 7.8rem;
  }
}
.bnr-area .bnr-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bnr-area .bnr-list li.other-service {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  border: 1px solid #C4C4C4;
}
.bnr-area .bnr-list li.other-service a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
  height: 100%;
  font-size: 1.9rem;
  line-height: 1.2105263158;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 5rem 0 1.9rem;
}
@media screen and (max-width: 767px) {
  .bnr-area .bnr-list li.other-service a {
    font-size: 1.3rem;
    line-height: 1.2307692308;
    font-weight: 700;
    padding: 0 4rem 0 1.4rem;
  }
}
.bnr-area .bnr-list li.other-service.c-arrow:before, .bnr-area .bnr-list li.other-service.c-arrow:after {
  right: 1.8rem;
}
@media screen and (max-width: 767px) {
  .bnr-area .bnr-list li.other-service.c-arrow:before, .bnr-area .bnr-list li.other-service.c-arrow:after {
    right: 1.4rem;
  }
}
.bnr-area .bnr-list li.other-service.c-arrow:before {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .bnr-area .bnr-list li.other-service.c-arrow:before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
}
.bnr-area .bnr-list li.other-service.c-arrow:after {
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .bnr-area .bnr-list li.other-service.c-arrow:after {
    width: 2rem;
    height: 2rem;
  }
}

/* c-construction_area 施工エリア
---------------------------------------------------------------------------- */
.c-construction_area {
  padding: 9.4rem 0 9rem 0;
}
@media screen and (max-width: 767px) {
  .c-construction_area {
    padding: 4.8rem 0;
  }
}
.c-construction_area .c-title {
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: 700;
  padding-left: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-construction_area .c-title {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    font-weight: 700;
    padding-left: 2rem;
    margin-bottom: 1.6rem;
  }
}
.c-construction_area .c-title:before, .c-construction_area .c-title:after {
  display: block;
}
.c-construction_area .area__txt02 {
  max-width: 63rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .c-construction_area .area__txt02 {
    max-width: inherit;
  }
}

/* c-mutual_link-wrap 相互リンク
---------------------------------------------------------------------------- */
.c-mutual_link-wrap {
  margin: 7rem 0 7.5rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-mutual_link-wrap {
    margin: 3.2rem 0 2.5rem 0;
  }
}/*# sourceMappingURL=top.css.map */