@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: 6rem;
  }
}
.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;
  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: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec-reason .reason-box__wrap .reason-box__txt {
    width: calc(100% - 7.8rem);
    padding: 1rem 1.6rem;
  }
}
.sec-reason .reason-box__wrap .reason-box__txt .num {
  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: 2rem 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: 4rem 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 {
  padding-bottom: 2rem;
  /* .case-head {
  	@include flex(start, start, wrap, stretch);
  	gap: 1.6rem 0;
  	margin-bottom: 4rem;

  	@include deviceSP {
  		margin-bottom: 1.6rem;
  	}

  	.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-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: nowrap;
  align-content: stretch;
  gap: 0 1rem;
}
@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;
    flex-wrap: wrap;
  }
}
.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: 1.6rem;
  line-height: 1.75;
  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 {
  position: relative;
  padding: 0 0 8rem 0;
  margin-top: -4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-staff {
    margin-top: 0;
    padding-bottom: 6.4rem;
  }
}
.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: 3rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-mutual_link-wrap {
    margin: 3.2rem 0 2.5rem 0;
  }
}

/* バナー */
.top-bnr__wrap {
  padding: 1rem 0;
  background: #F8EEE7;
}
.top-bnr__wrap.bgcol02 {
  background-color: #fff;
}
.top-bnr__wrap.bgcol03 {
  background-color: #F8EEE7;
}
.top-bnr__wrap.pt40 {
  padding-top: 40px;
}
.top-bnr__wrap.pb40 {
  padding-bottom: 40px;
}
.top-bnr__list {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.top-bnr__list.col2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
.top-bnr__item.item2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .top-bnr__wrap {
    padding: 1rem 2rem;
  }
  .top-bnr__list {
    gap: 1.2rem;
  }
  .top-bnr__list.col2 {
    flex-direction: column;
  }
}

/* top-flow */
.top-flow__wrap {
  padding: 2rem 0;
  text-align: center;
}
.top-flow__wrap a {
  color: rgb(0, 0, 255);
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top-flow__wrap a {
    font-size: 18px;
  }
}

/* お客様の声・施工実績　共通パーツ */
/* add Flag Title */
.sec-voice .FlagTitle,
.sec-case .FlagTitle {
  text-align: center;
  padding: 14px 0;
  position: relative;
  border-top: 5px solid #eb6120;
  margin-bottom: 60px;
  background: #F8EEE7;
}
.sec-voice .FlagTitle h2,
.sec-case .FlagTitle h2 {
  max-width: 1162px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  font-size: 40px;
  text-align: left;
}
.sec-voice .FlagTitle h2::before,
.sec-case .FlagTitle h2::before {
  position: absolute;
  content: "";
  left: calc(50% - 15px);
  bottom: -16px;
  border-right: 10px solid transparent;
  border-top: 15px solid #eb6120;
  border-left: 10px solid transparent;
}
.sec-voice .FlagTitle h2 span,
.sec-case .FlagTitle h2 span {
  color: #eb6120;
  font-weight: 900;
}
.sec-voice .FlagTitle h2 span.big,
.sec-case .FlagTitle h2 span.big {
  font-size: 32px;
}
.sec-voice .FlagTitle h2 > div .BreakPoint,
.sec-case .FlagTitle h2 > div .BreakPoint {
  color: #000;
  display: inline;
}
.sec-voice .FlagTitle h2 > div .icon,
.sec-case .FlagTitle h2 > div .icon {
  position: absolute;
  top: -32px;
  max-width: 120px;
}
.sec-voice .FlagTitle h2 > div .txt,
.sec-case .FlagTitle h2 > div .txt {
  margin-left: 138px;
  padding: 0;
  float: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.sec-voice .FlagTitle h2 > div .txt big,
.sec-case .FlagTitle h2 > div .txt big {
  font-weight: bold;
}
.sec-voice .FlagTitle h2::before,
.sec-case .FlagTitle h2::before {
  content: none;
}
.sec-voice .FlagTitle h2 > div .txt .big,
.sec-case .FlagTitle h2 > div .txt .big {
  margin-left: -10px;
  font-weight: bold;
}
.sec-voice .Flagintro,
.sec-case .Flagintro {
  padding: 6px 0 30px;
  margin-bottom: 20px;
  margin-left: -60px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-voice .FlagTitle,
  .sec-case .FlagTitle {
    margin-bottom: 20px;
  }
  .sec-voice .FlagTitle h2,
  .sec-case .FlagTitle h2 {
    padding: 14px 0 0;
    width: 100%;
    text-align: center;
  }
  .sec-voice .FlagTitle h2 > div .icon,
  .sec-case .FlagTitle h2 > div .icon {
    position: relative;
    max-width: 340px;
    width: 100%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-voice .FlagTitle h2 > div .icon img,
  .sec-case .FlagTitle h2 > div .icon img {
    max-width: 100%;
  }
  .sec-voice .FlagTitle h2 > div .txt,
  .sec-case .FlagTitle h2 > div .txt {
    margin: -40px 0 4px;
    font-size: 20px;
    text-align: center;
    line-height: 1.2em;
  }
  .sec-voice .FlagTitle h2 > div .txt .big,
  .sec-case .FlagTitle h2 > div .txt .big {
    margin: 0;
    font-size: 24px;
  }
  .sec-voice .Flagintro,
  .sec-case .Flagintro {
    margin: 0;
    padding: 0 2% 4px;
    font-size: 1.9vh;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .sec-voice .FlagTitle h2 > div .icon img,
  .sec-case .FlagTitle h2 > div .icon img {
    margin: 0 auto;
    max-width: 300px;
  }
}

/* 施工事例ランキング */
.sec-case {
  /* case ranking */
}
.sec-case .toppickup-case {
  margin-bottom: 30px;
}
.sec-case .toppickup-case-title {
  margin: 20px 0 50px;
}
.sec-case .toppickup-case ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-case .toppickup-case-title {
  text-align: center;
}
.sec-case .toppickup-case .toppickup-case-element {
  width: 29%;
  position: relative;
}
.sec-case .toppickup-case .toppickup-case-element .number-icon {
  max-width: initial;
  width: 112px;
  height: auto;
  position: absolute;
  left: -40px;
  top: -50px;
}
.sec-case .toppickup-case .toppickup-case-cat {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
  flex-direction: row;
}
.sec-case .toppickup-case .sec-inner ul .sl-point {
  width: auto;
}
.sec-case .toppickup-case ul li .toppickup-case-thumbnail img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-case .toppickup-case .sl-point {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  padding: 0 10px;
  margin-right: 5px;
  background-color: #fff;
  color: #eb6120;
  border: 2px solid #eb6120;
  box-sizing: content-box;
}
.sec-case .toppickup-case-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.sec-case .toppickup-case-title span {
  display: block;
  font-size: 46px;
  font-weight: bold;
  margin: 20px 0;
}
.sec-case .toppickup-case .toppickup-case-title {
  position: relative;
  max-width: 510px;
  margin: 40px auto 75px;
}
.sec-case .toppickup-case .toppickup-articlename {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec-case .sec-case .toppickup-case {
    margin-bottom: 10px;
  }
  .sec-case .toppickup-case .toppickup-case-title {
    margin: 40px -10px;
  }
  .sec-case .toppickup-case ul {
    flex-direction: column;
  }
  .sec-case .toppickup-case .toppickup-case-element {
    width: 100%;
    margin-bottom: 12%;
  }
  .sec-case .toppickup-case ul li .toppickup-case-thumbnail img {
    height: 165px;
  }
  .sec-case .toppickup-case .toppickup-case-element .number-icon {
    width: 60px;
  }
  .sec-case .toppickup-case .toppickup-case-element .number-icon {
    left: -20px;
    top: -30px;
  }
  .sec-case .toppickup-case ul {
    align-items: center;
  }
  .sec-case .toppickup-case-title {
    font-size: 18px;
  }
  .sec-case .toppickup-case-title span {
    font-size: 30px;
    margin: 10px 0;
  }
  .sec-case .toppickup-case-titlelogo {
    max-width: 141px;
    max-height: 31px;
  }
  .sec-case .toppickup-case .toppickup-case-title::before {
    width: 52px;
    height: 114px;
    left: -30px;
    top: -20px;
  }
  .sec-case .toppickup-case .toppickup-case-title::after {
    width: 52px;
    height: 114px;
    right: -30px;
    top: -20px;
  }
  .sec-case section.toppickup-case::before {
    height: 80%;
  }
  .sec-case .toppickup-case .sec-inner ul .sl-point {
    padding: 5px 10px;
  }
}
.sec-case .case_more_txt {
  margin-bottom: 10px;
  color: #eb6120;
  font-size: 26px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-case .case_more_txt {
    text-align: center;
  }
}

/* 口コミ */
#kuchikomi_wrap {
  margin: 0;
  padding: 0;
  font-family: Lato, Noto Sans JP, 游ゴシック Medium, 游ゴシック体, Yu Gothic Medium, YuGothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
}

#kuchikomi_wrap.kuchikomi_wrap {
  position: relative;
  max-width: 1162px;
  margin: 10px auto 40px;
  padding-inline: 20px;
  line-height: 1;
}

#kuchikomi_wrap .head {
  width: 100%;
  box-sizing: border-box;
  max-width: 1157px;
  padding: 20px 20px 20px 160px;
  margin: 0 auto;
  z-index: 0;
  background: #dc0000;
  position: relative;
}

#kuchikomi_wrap .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 900px;
  padding: 20px 0;
  background: #dc0000;
  z-index: 2;
}

#kuchikomi_wrap .resultcontent {
  margin: 0 auto !important;
}

#kuchikomi_wrap.kuchikomi_wrap h2 {
  border-top: 0;
  color: #fff;
  background: transparent !important;
  padding: 0;
  margin: 0;
  line-height: 1em;
  max-width: 100% !important;
  text-align: left !important;
}

#kuchikomi_wrap .read_more {
  text-align: right;
}

#kuchikomi_wrap .read_more a {
  text-decoration: none;
  display: inline-block;
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.42;
  padding: 0.35em 0.8em;
  font-weight: 400;
  border: 1px solid #c7d0db;
  background: transparent;
  background-color: transparent;
  background-image: none;
  border-radius: 0.2em;
  vertical-align: bottom;
  background-color: #e6eaef;
  background-image: linear-gradient(0, #c7d0db, #fff);
  color: #444;
  text-shadow: 0 1px 1px #a8b6c7;
}

#kuchikomi_wrap .result_info {
  overflow: hidden;
  margin: 10px 0 5px;
  font-weight: 700;
}

#kuchikomi_wrap .result_info .star-rating {
  margin: 0 10px;
  font-size: 22px;
  line-height: 22px;
  float: left;
  font-weight: 700;
}

#kuchikomi_wrap .result_info .result_review,
#kuchikomi_wrap .result_info .star-num {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  float: left;
}

#kuchikomi_wrap.kuchikomi_wrap > ul {
  background-color: #fff;
  height: 250px;
  max-width: 1157px;
  overflow-y: scroll;
  list-style: none;
  padding: 10px 20px;
  margin: 0;
  clear: left;
  resize: vertical;
  box-shadow: 0 0 7px 0 #efefef inset;
  border: solid 1px #eee;
  box-sizing: border-box;
}

#kuchikomi_wrap.kuchikomi_wrap > ul li {
  border-bottom: 1px dashed #ccc;
  padding-top: 5px;
  padding-bottom: 20px;
}

#kuchikomi_wrap .result_title {
  font-size: 18px;
  font-weight: 400;
}

#kuchikomi_wrap .star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 22px;
  margin-top: 2px;
  margin-bottom: 9pt;
  float: left;
}

@media screen and (max-width: 640px) {
  #kuchikomi_wrap .star-rating {
    font-size: 22px;
    margin-top: -5px;
  }
}
#kuchikomi_wrap .star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #fc3;
}

#kuchikomi_wrap .star-rating-back {
  color: #ccc;
}

#kuchikomi_wrap .result_time {
  line-height: 24px;
  height: 14px;
  margin: 0 10px 9pt;
  float: left;
  font-size: 15px;
}

#kuchikomi_wrap .result_author {
  line-height: 24px;
  height: 14px;
  margin-bottom: 9pt;
  font-size: 15px;
}

#kuchikomi_wrap .result_txt {
  clear: left;
  font-size: 15px;
}

#kuchikomi_wrap .result_txt_box {
  position: relative;
  margin-top: 5px;
}

#kuchikomi_wrap .result_txt_box label {
  height: 1.5em;
  cursor: pointer;
  text-align: center;
  font-size: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.95) 90%);
}

#kuchikomi_wrap .result_txt_box input:checked + label {
  background: inherit;
}

#kuchikomi_wrap .result_txt_box label:after {
  content: "続きをよむ";
  font-size: 9pt;
  line-height: 28px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  box-shadow: 0 0 5px 0 #d8d8d8;
  transform: translate(-50%, 0);
  color: #fff;
  background-color: #ff5f01;
  opacity: 0.9;
  width: 12rem;
  border-radius: 5px;
}

#kuchikomi_wrap .result_txt_box input {
  display: none;
}

#kuchikomi_wrap .result_txt_box .result_txt {
  overflow: hidden;
  height: auto;
  transition: all 0.1s;
  color: #333;
}

#kuchikomi_wrap .result_txt_box label + .result_txt {
  height: 4.5em;
}

#kuchikomi_wrap .result_txt_box input:checked + label:after {
  content: "閉じる";
}

#kuchikomi_wrap .result_txt_box input:checked ~ .result_txt {
  height: auto;
  padding-bottom: 30px;
  transition: all 0.1s;
}

#kuchikomi_wrap .g_logo {
  top: 21px;
  left: 26px;
  box-sizing: border-box;
  width: 120px;
  background: #fff;
  padding: 10px 10px 5px;
  margin-right: 3px;
  position: absolute;
  border-radius: 32px;
}

#kuchikomi_wrap .g_logo:before {
  content: "";
  border: 14px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: 17px;
  left: -6px;
  transform: rotate(-23deg);
  z-index: -1;
}

#kuchikomi_wrap .g_logo img {
  display: block;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  #kuchikomi_wrap.kuchikomi_wrap {
    padding: 2%;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 100%;
  }
  #kuchikomi_wrap.kuchikomi_wrap > ul {
    padding: 2%;
  }
  #kuchikomi_wrap .read_more a {
    margin-top: 2%;
  }
  #kuchikomi_wrap .resultcontent {
    margin: 0 0 5% !important;
  }
}
@media screen and (max-width: 640px) {
  #kuchikomi_wrap .result_info {
    margin: 2% 0;
  }
  #kuchikomi_wrap .result_info > div {
    display: block;
    margin-left: 0;
  }
  #kuchikomi_wrap .result_title {
    font-size: 13px;
  }
  #kuchikomi_wrap .result_info .star-rating {
    margin: 0 10px;
    font-size: 13px;
    line-height: 13px;
    float: left;
  }
  #kuchikomi_wrap .result_info .result_review,
  #kuchikomi_wrap .result_info .star-num {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    float: left;
  }
  #kuchikomi_wrap .result_txt {
    font-size: 13px;
  }
  #kuchikomi_wrap .head {
    padding: 20px 10px 10px;
    margin-top: 23px;
  }
  #kuchikomi_wrap .resultcontent {
    margin: 0 0 5% !important;
    height: 300px !important;
  }
  #kuchikomi_wrap .g_logo {
    border: solid 2px #dc0000;
    top: -36px;
    left: 20px;
    width: 150px;
    padding: 6px 20px 3px;
    border-radius: 25px;
  }
  #kuchikomi_wrap .g_logo:before {
    border: 13px solid transparent;
    border-bottom-color: #fff;
    top: 14px;
    left: -8px;
    z-index: 0;
  }
  #kuchikomi_wrap .result_author,
  #kuchikomi_wrap .result_time {
    height: 9pt;
    font-size: 9pt;
  }
}
@media screen and (max-width: 300px) {
  #kuchi_widget01.kuchikomi_wrap h2 {
    line-height: 1.3em;
    margin-bottom: 10px;
  }
  #kuchi_widget01 .result_info .result_review {
    line-height: 1.8em;
    font-weight: 400;
  }
  #kuchi_widget01 .result_author {
    clear: both;
  }
  #kuchi_widget01 .head {
    padding: 20px 8px 4px;
    height: auto;
  }
  #kuchi_widget01 #kuchikomi_wrap ::-webkit-scrollbar {
    width: 10px;
  }
  #kuchi_widget01 #kuchikomi_wrap ::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec;
  }
  #kuchi_widget01 #kuchikomi_wrap ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
  }
  #kuchi_widget01.kuchikomi_wrap > ul {
    padding: 3%;
  }
  #kuchi_widget01 .g_logo {
    left: 18px;
  }
}
#kuchikomi_fv01 {
  background: #dc0000;
}

#kuchikomi_fv01 .star-rating-front {
  color: #ffe833;
}

#kuchikomi_fv01 .result_info .result_review,
#kuchikomi_fv01 .result_info .star-num {
  color: #fff;
}

#kuchikomi_fv01 .g_logo img {
  border-style: none;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#kuchikomi_wrap .result_txt_box label:after {
  background-color: #ff5f01;
}

#kuchikomi_wrap .star-rating-front {
  color: #fc3;
}

#kuchikomi_wrap .result_info .result_review,
#kuchikomi_wrap .result_info .star-num,
#kuchikomi_wrap.kuchikomi_wrap h2 {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #kuchikomi_wrap {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  #kuchikomi_wrap .g_logo {
    border: solid 2px #dc0000;
  }
}
/* トップ求人 */
.p-top-partner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.p-top-partner-ttl {
  font-size: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 5px solid #eb6120;
  text-align: left;
  display: inline-block;
}

.p-top-partner-ttl::before {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: -16px;
  border-right: 10px solid transparent;
  border-top: 15px solid #eb6120;
  border-left: 10px solid transparent;
}

.p-top-partner-ttl .icon {
  width: 126px;
  float: left;
}

.p-top-partner-ttl .txt {
  padding-left: 10px;
  padding-top: 9px;
  line-height: 54px;
  float: left;
  font-weight: 900;
}

.p-top-partner-ttl .txt .big {
  color: #eb6120;
  font-size: 52px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .p-top-partner-ttl .icon {
    width: 100px;
    float: none;
    margin: 0 auto 10px;
  }
  .p-top-partner-ttl .txt {
    text-align: center;
    padding: 0 10px 0;
    font-size: 20px;
    line-height: 1.2;
  }
  .p-top-partner-ttl .txt .big {
    font-size: 24px;
  }
}/*# sourceMappingURL=top.css.map */