@charset 'UTF-8';
/* 共通 */
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.pc-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pc-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

:root {
  --main-color: #561e1f;
  --color-orange: #ea6900;
  --color-green: #69b866;
  --color-pink: #ffefe7;
  --font-s: clamp(0.6875rem, calc(0.5625rem + 0.625vw), 1rem);
  --font-m: clamp(0.75rem, calc(0.625rem + 0.625vw), 1.0625rem);
}
body {
  background-color: #fff;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.mincho {
  font-family: "Noto Serif JP", sans-serif;
}
.bold {
  font-weight: 800;
}
a:hover {
  opacity: 0.6;
}
.tit {
  color: var(--main-color);
}
.inline {
  display: inline-block;
}
.highLight_orange {
  background: linear-gradient(transparent 40%, rgba(234, 105, 0, 20%) 40%);
}
.highLight_yellow {
  background: linear-gradient(transparent 40%, rgba(255, 241, 180, 100%) 40%);
}
/*PC・SP切り分け*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* Centering */
.l-wrapper {
  width: 95%;
  max-width: var(--content-width);
  margin: 0 auto;
}
.sect {
  padding: 2rem 0;
}
.sectTitArea {
  content: "";
  background: url(../images/sectTit__bg.png) center/350px no-repeat;
  width: 100%;
  height: 203px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.sectTit {
  color: var(--main-color);
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .inner {
    margin: 0 2%;
  }
  body {
    font-size: 0.875rem;
  }
}
/* Header
-----------------------------------*/
.l-header {
  --space: 4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: calc(var(--space) / 16 * 1rem) 0;
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
}
.l-header__nav .flex {
  align-items: center;
}
.l-header__title {
  z-index: 1;
}
.l-header__title a {
  display: block;
  max-width: 273px;
}
/* Header__Tel */
.pc-headerTel {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-orange);
  padding-left: 3rem;
}
.pc-headerTel::before {
  content: "";
  background: url(../images/icon-tel.png) right 0px bottom / contain no-repeat;
  width: 30px;
  height: 45px;
  display: inline-block;
  bottom: 17px;
  left: 6%;
  margin-right: 5px;
  margin-bottom: -2px;
  width: clamp(1.2rem, calc(1rem + 0.625vw), 1.875rem);
}
.pc-headerTel span {
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 50;
  padding-top: 7px;
}
.is-drawerActive .header__ctaArea {
  display: none;
}
.pc-headerCta {
  position: relative;
  background-color: var(--color-orange);
  color: #fff;
  padding: 1.4375rem 4.8125rem;
  border-radius: 50px;
  font-size: 1.125rem;
  margin-left: 0.625rem;
}
.pc-headerCta::after {
  /*  三角  */
  position: absolute;
  content: "";
  background: #ffffff;
  height: calc(tan(60deg) * 15px / 2);
  width: 10px;
  /*  右向き  */
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: 0.3rem 0 0 3rem;
}

@media screen and (max-width: 1580px) {
  .pc-headerTel {
    font-size: 1.875rem;
    padding-left: 3rem;
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
  }
  .pc-headerCta {
    padding: 1.4375rem 3.125rem;
  }
  .pc-headerCta::after {
    margin: 0.3rem 0 0 1.7rem;
  }
}
@media screen and (max-width: 1261px) {
  .header__ctaArea {
    margin-right: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header {
    --space: 24;
  }
}

@media screen and (min-width: 1024px) {
  .l-header {
    --space: 10;
  }
}
/* MV
-----------------------------------*/
.l-mv {
  background: url(../images/mv.png) center/cover no-repeat;
  margin: 0 1%;
  height: 754px;
  margin-top: 93.24px;
}
.l-mv {
  position: relative;
}
.l-mv .catch {
  position: absolute;
  left: 17%;
  bottom: 4rem;
}
.l-mv .mv__logo {
  position: absolute;
  left: 18%;
  bottom: 22rem;
}
.l-mv .prTxt {
  position: absolute;
  writing-mode: vertical-rl;
  padding: 0.3rem 0.5rem;
  top: 2rem;
  right: 24%;
}
.l-mv .prTxt p {
  color: var(--main-color);
  font-weight: 700;
  margin: 1rem;
  font-size: 1.625rem;
  line-height: 2.5;
  letter-spacing: 0.25rem;
}
.l-mv .prTxt p span {
  background-color: #fff;
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 1200px) {
  .l-mv .mv__logo {
    left: 7%;
  }
  .l-mv .catch {
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .l-mv {
    background: url(../images/sp-mv.jpg) center/cover no-repeat;
    margin-top: 81.24px;
  }
  .l-mv .catch {
    left: 0%;
    bottom: 1rem;
  }
  .l-mv .prTxt p {
    margin: 0.3rem;
  }
  .l-mv .prTxt {
    top: 2rem;
    right: 0;
  }
  .sp-mv__logo {
    position: absolute;
    bottom: 18rem;
    left: 0;
    width: 60%;
  }
}
@media screen and (max-width: 380px) {
  .sp-mv__logo {
    position: absolute;
    bottom: 16rem;
    left: 0;
    width: 60%;
  }
}

/*Worries
-----------------------------------*/
#worries {
  background: url(../images/worries__bg.png) top / cover no-repeat;
  padding-bottom: 11rem;
}
.l-worries {
  background: linear-gradient(90deg, #fff 0%, #fff 33%, #fff 100%);
  z-index: 2;
}

/* cardArea */
.l-worries .cardArea {
  justify-content: space-between;
  padding-bottom: 4rem;
}
.l-worries .card {
  max-width: 261px;
  width: calc(100% / 4);
  margin: 0 1%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.l-worries .card .txtArea {
  background-color: #fff;
  padding: 2rem 1rem 1rem;
  color: var(--main-color);
  margin-top: -1rem;
  z-index: -1;
  flex: 1 1 auto;
}
.l-worries .card .txtArea p {
  color: var(--main-color);
  font-size: 1.25rem;
  line-height: 1.4;
}
.card span {
  font-weight: 700;
  font-size: 1.5rem;
}
/* solution */
.worries__solution {
  text-align: center;
}
.worries__solution p {
  color: #fff;
  font-size: 2.875rem;
  font-weight: 700;
  padding-top: 1rem;
}
.worries__solution p span {
  font-size: 1.875rem;
}
.worries__solution img {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .l-worries .cardArea {
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 1rem;
  }
  .l-worries .card {
    width: 45%;
    padding-bottom: 1.5rem;
  }
  #worries {
    background: url(../images/sp-worries__bg.png) top / cover no-repeat;
    padding-bottom: 6rem;
  }

  .l-worries .card .txtArea p {
    font-size: 1rem;
  }
  .card span {
    font-size: 1.25rem;
  }
  .worries__solution img {
    width: 80%;
  }
  .worries__solution p {
    font-size: 2rem;
    line-height: 1.3;
  }
  .worries__solution p span {
    font-size: 1.5rem;
  }
}
/* BestAnswer
-----------------------------------*/
.bg-wallPaper {
  position: relative;
  top: -20rem;

  z-index: -1;
}
.l-bestAnswer {
  position: relative;
  top: -13rem;
  background: url("../images/bestAnswer_bg.jpg") top / cover no-repeat;
  padding-top: 18rem;
  z-index: -1;
}
.l-bestAnswer .media img {
  width: 50%;
}

.media {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.l-bestAnswer .media .sectTit {
  line-height: 1.5;
  padding-bottom: 0.5rem;
}
.media .sectTit {
  font-size: 2rem;
  text-align: left;
  padding-bottom: 2.5rem;
}
.media span {
  font-weight: 700;
}
.media .txtArea {
  position: relative;
}
.media {
  background: url("../images/txt-bestanswer.png") bottom 5rem right 15% / 362px 104px no-repeat;
  padding: 1rem 0 6.25rem;
}
.media .txtArea::before {
  position: absolute;
  top: -7rem;
  left: 0;
  display: block;
  content: "";
  background: url("../images/quote01.png") center / contain no-repeat;
  width: 5.625rem;
  height: 5.625rem;
}
.media .txtArea::after {
  position: absolute;
  bottom: -6rem;
  right: 0;
  display: block;
  content: "";
  background: url("../images/quote02.png") center / contain no-repeat;
  width: 5.625rem;
  height: 5.625rem;
}
.media .txtArea p {
  line-height: 1.7;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .l-bestAnswer .media {
    display: block;
  }
  .l-bestAnswer .media img {
    width: 100%;
  }
  .l-bestAnswer .media .txtArea {
    padding-top: 6rem;
  }

  .media .txtArea::before {
    width: 4.5rem;
    height: 4.5rem;
    top: 1rem;
    left: 0;
  }
  .media .txtArea::after {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    bottom: -3rem;
  }
  .l-bestAnswer {
    padding-top: 16rem;
    padding-bottom: 2rem;
  }
  .media {
    background: url(../images/txt-bestanswer.png) bottom left / 80% no-repeat;
    padding: 1rem 0 5rem;
  }
}
/*  reason
-----------------------------------*/
.l-reason {
  background: url(../images/reason__bgHouse01.png) top 5rem right / 598px 321px no-repeat,
    url(../images/reason__bgHouse02.png) top 40% left -5% / 648px 343px no-repeat,
    url(../images/reason__bgHouse03.png) bottom 16% right / 434px 313px no-repeat,
    url(../images/bg-wallPaper.jpg) bottom right 0 / cover no-repeat;
  margin-top: -13rem;
  padding: 2rem 0 6.25rem;
}

.l-reason .media {
  position: relative;
  background: url(../images/reason__mediaBg.png) top / cover no-repeat;
  padding: 4rem 2rem 5rem;
  margin-bottom: 6.25rem;
  font-size: 1.25rem;
}
.l-reason .media:last-child {
  margin-bottom: 0;
}
.l-reason .sectTitArea {
  content: "";
  background: url(../images/sectTit__features__bg.png) center/contain no-repeat;
  width: 100%;
  height: 203px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.l-reason .media .sectTit {
  margin-top: 7rem;
}
.l-reason .sectTit {
  line-height: 1.5;
}
.l-reason .media .txtArea span {
  color: var(--main-color);
  font-weight: 700;
  font-size: 1.5rem;
}
.l-reason .media .sectTit span {
  color: var(--color-green);
  font-size: 2.25rem;
}

.l-reason .media .num {
  position: absolute;
  background: url(../images/num__01.png) top left / contain no-repeat;
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
  padding: 2.5rem 0 5rem 5rem;
  letter-spacing: 5px;
  font-size: 1rem;
}
.l-reason .media .txtArea,
.l-reason .media img {
  width: 50%;
}
/* media03 */
.l-reason .mediaLarge {
  background: url(../images/reason__mediaBg__large.png) top right / cover no-repeat;
  display: flex;
  flex-direction: column;
  margin-bottom: 6.25rem;
}
.media.media03-2 {
  background: none;
}

.l-reason .media02 .num {
  background: url(../images/num__02.png) top left / contain no-repeat;
  width: 120px;
  height: 100px;
}
.l-reason .media03-1 .num {
  background: url(../images/num__03.png) top left / contain no-repeat;
  width: 130px;
  height: 95px;
}
/* media04 */
.l-reason .media04 .num {
  background: url(../images/num__04.png) top left / contain no-repeat;
  width: 145px;
  height: 100px;
  padding: 3rem 0 5rem 7.5rem;
}
/* .l-reason .media.media04::after {
  background: none;
} */
/* bg */
.l-reason .media:last-child {
  background: url(../images/reason__mediaBg__large.png) top / cover no-repeat;
}
.l-reason .media::after {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  content: "";
  background: url(../images/txt__support.png) center / contain no-repeat;
  width: 14rem;
  height: 6.25rem;
}
.l-reason .media02::after {
  left: 16rem;
  bottom: 2rem;
  content: "";
  background: url(../images/txt__landsearch.png) center / contain no-repeat;
  width: 21.9375rem;
  height: 7.0625rem;
}
.l-reason .media03-1 {
  margin-bottom: 4rem;
}
.l-reason .media03-1::after {
  bottom: 0;
  content: "";
  background: url(../images/txt_highperformance.png) center / contain no-repeat;
  width: 32.5rem;
  height: 9.1875rem;
}
.l-reason .media03-2 {
  padding-top: 0;
}
.l-reason .media03-2::after {
  background: none;
}
.l-reason .media04::after {
  left: 8rem;
  bottom: 0.8rem;
  content: "";
  background: url(../images/txt__simulator.png) center / contain no-repeat;
  width: 520px;
  height: 147px;
}

.l-reason .media-r {
  background: url(../images/reason__mediaBg__revers.png) top/ contain no-repeat;
  flex-direction: row-reverse;
}
.l-reason .mediaLarge.media {
  background: none;
}
.l-reason .media .txtArea::before,
.l-reason .media .txtArea::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .l-reason {
    background: url(../images/reason__bgHouse01.png) top 12rem right -30% / 60% no-repeat,
      url(../images/reason__bgHouse02.png) top 44% left -16% / 65% no-repeat,
      url(../images/reason__bgHouse03.png) bottom 20.4% right / 60% no-repeat,
      url(../images/bg-wallPaper.jpg) bottom right 0 / cover no-repeat;
    padding: 3rem 0rem 3.5rem;
  }
  .l-reason .media {
    background: url(../images/sp-reason__mediaBg.png) top / cover no-repeat;
    display: block;
    padding: 4rem 1rem 3rem;
  }
  #reason .media-r {
    background: url(../images/sp-reason__mediaBg__revers.png) top / cover no-repeat;
    flex-direction: row-reverse;
  }
  .l-reason .mediaLarge {
    background: url(../images/sp-reason__mediaBg__large.png) top right / cover no-repeat;
    /* display: flex;
    flex-direction: column;
    margin-bottom: 6.25rem; */
  }
  .media02 .sectTit br {
    display: none;
  }
  .mediaLarge .media03-1 {
    margin-bottom: 0;
    right: 0;
  }
  .l-reason .media03-1::after {
    bottom: -1.4rem;
    right: 0.6rem;
    content: "";
    background: url(../images/txt_highperformance.png) center / contain no-repeat;
    width: 17rem !important;
    height: 9.1875rem;
  }
  .l-reason .media03-2 {
    padding-top: 2rem;
  }
  .l-reason .media .txtArea,
  .l-reason .media img {
    width: 100%;
  }
  .l-reason .media .sectTit {
    margin-top: 0;
    padding: 7rem 0 1rem 0;
    font-size: 1.6875rem;
  }
  .l-reason .media .sectTit span {
    font-size: 1.6875rem;
  }
  .l-reason .media .txt {
    padding-bottom: 2rem;
  }

  .l-reason .media::after {
    width: 18rem;
    left: inherit;
    right: 0rem;
    bottom: -1.6rem;
  }
}
/*example
-----------------------------------*/
.l-example {
  background: url(../images/bg__pink.jpg) left bottom / 100% 1120px no-repeat,
    url(../images/example__bg01.jpg) top 10.0375rem right / 80% no-repeat;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.l-example .sectTitArea {
  content: "";
  background: url(../images/sectTit__example__bg.png) center top / contain no-repeat;
  margin-bottom: 2rem;
}
.l-example .media {
  background: none;
}

.mediaFull .txtArea {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin-left: -100px;
  padding: 2rem 0 2rem 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}
.mediaFull .txtArea::after {
  position: absolute;
  right: 0;
  top: 14rem;
  content: "";
  background: url(../images/txt__greenwall.png) center top / contain no-repeat;
  width: 286px;
  height: 183px;
}
.mediaFull img {
  width: 60%;
  z-index: 1;
}

.mediaFull .mediaTit,
.media .mediaTit {
  font-size: 1.75rem;
  color: var(--main-color);
  font-weight: 700;
}
.mediaFull .mediaTit span,
.media .mediaTit span {
  font-size: 2.25rem;
  color: var(--color-orange);
  font-weight: 700;
}
.l-example .media .txtArea::before,
.l-example .media .txtArea::after {
  content: none;
}

.media .mediaTit {
  padding-bottom: 1.5rem;
}
.l-example .media .txtArea {
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: -5rem;
  padding: 3rem 4.5rem 3rem 2rem;
  line-height: 1.5;
}
.l-example .media img {
  z-index: 1;
}
.l-example .media__Ordermade {
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 1260px) {
  .l-example .media span.block {
    display: block;
  }
  .mediaFull .txtArea {
    padding: 2rem 0 2rem 6%;
  }
  .mediaFull .mediaTit,
  .media .mediaTit {
    font-size: 1.5rem;
  }
  .mediaFull .mediaTit span,
  .media .mediaTit span {
    font-size: 2rem;
  }
}
/* cardArea */
.l-example .cardArea {
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 5rem;
}
.l-example .card {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.l-example .card img {
  width: 100%;
}
.card .caption {
  background-color: #fff;
  text-align: center;
  padding: 1.2rem 0;
}
.card .caption p {
  color: #000;
  font-size: 1.125rem;
}
/* company */
.company {
  background-color: #fff;
  padding: 3rem 3rem;
  margin: 0 auto 6.25rem;
  display: block;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.company .tit,
.roopSlide .tit {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5rem;
}
.company ul {
  padding-right: 8rem;
}
.company ul li {
  color: var(--main-color);
  font-size: 1.125rem;
  line-height: 2;
}
.company ul li::before {
  content: "";
  display: inline-block;
  margin: 0 3px 0 8px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ea6900;
}
.company .pc {
  display: flex !important;
}

/* roopSlider */
.roopSlide {
}
.roopSlide .tit {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.roopSlide .tit::before {
  position: absolute;
  content: "";
  background: url(../images/hukidashi-left.svg) center / contain no-repeat;
  width: 3.75rem;
  height: 3.125rem;
  top: -1.5rem;
  left: -4rem;
  z-index: 1;
}
.roopSlide .tit::after {
  position: absolute;
  content: "";
  background: url(../images/hukidashi-right.svg) center / contain no-repeat;
  width: 3.75rem;
  height: 3.125rem;
  top: -1.5rem;
  right: -4rem;
  z-index: 1;
}
.infinite-slider .swiper-slide {
  height: 210px; /* 高さを指定 */
  width: 210px;
}
.swiper2 {
  height: auto;
  overflow: hidden;
}
.swiper2 {
  margin-top: 15px;
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
  gap: 1rem;
}
.swiper-slide img {
  /* aspect-ratio: 300 / 200; */
  /* width: 100%;
  height: auto;
  object-fit: cover; */
}
@media screen and (max-width: 768px) {
  .l-example {
    background: url(../images/sp-bg__pink.jpg) center bottom / 100% no-repeat,
      url(../images/sp-example__bg01.jpg) top 10.0375rem center / 100% no-repeat;
  }
  .l-example .inner.bg-pink {
    margin: 0;
  }
  .mediaFull {
    display: block;
  }
  .mediaFull .mediaTit,
  .media .mediaTit {
    font-size: 1.6rem;
  }
  .mediaFull .mediaTit span,
  .media .mediaTit span {
    font-size: 1.8rem;
  }

  .mediaFull img {
    width: 100%;
  }
  .mediaFull .txtArea {
    margin-left: 0;
    padding: 2rem 0 6rem 3%;
  }
  .mediaFull .txtArea::after {
    left: 30%;
    width: 65%;
    top: 9rem;
  }
  .bg-pink {
    content: "";
    background: url(../images/sp-bg__pink.jpg) top / cover no-repeat;
  }
  .media__Ordermade {
    display: block;
  }
  .l-example .media .txtArea {
    margin-right: 0;
    padding: 1.5rem 1rem 3rem 1rem;
  }
  .l-example .cardArea {
    display: block;
    padding: 3rem 2rem 1rem;
    margin-bottom: 0;
  }
  .l-example .card {
    margin-bottom: 1.5rem;
  }
  .company {
    padding: 3rem 2%;
    margin: 0 auto 4.25rem;
  }
  .company ul {
    padding-right: 0;
  }
  .company ul li {
    font-size: 15px;
  }
  .company .sp {
    display: flex !important;
  }
  .company .pc {
    display: none !important;
  }

  .roopSlide .tit::before {
    background: url(../images/sp-hukidashi-left.svg) center / 65% no-repeat;
    top: -2rem;
    left: -2.4rem;
    z-index: 1;
  }
  .roopSlide .tit::after {
    background: url(../images/sp-hukidashi-right.svg) center / 65% no-repeat;
    top: -2rem;
    right: -2.4rem;
    z-index: 1;
  }

  .swiper-wrapper {
    gap: 1rem;
  }
  .infinite-slider .swiper-slide {
    height: 150px; /* 高さを指定 */
    width: 150px;
  }

  /* フォントサイズ相談 */
  .company .tit,
  .roopSlide .tit {
    font-size: 1.25rem;
  }
  @media screen and (max-width: 380px) {
    .mediaFull .txtArea::after {
      top: 13rem;
    }
  }
}
/*
WORKS
-----------------------------------------------------*/
.l-works {
  background: var(--color-pink);
  padding-bottom: 3rem;
}
.l-works .sectTitArea {
  content: "";
  background: url(../images/sectTit__works__bg.png) center top / contain no-repeat;
  margin-bottom: 2rem;
}
.l-works .cardArea {
  display: flex;
  gap: 10px;
}
.l-works .card {
  position: relative;
  display: flex;
  padding: 10px;
  width: 33.3333%;
}
.l-works .card a {
  display: flex;
  flex-direction: column;
}
.l-works .card img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.l-works .card h3 {
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--main-color);
  text-align: center;
  padding: 1rem 0 3rem;
}
.l-works .card h3 span {
  font-weight: 700;
  font-size: 1.125rem;
}

.l-works .card h3::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 3px;
  content: "";
  background: var(--color-orange);
}
.l-works .card .txtArea {
  background-color: #fff;
  width: 85%;
  text-align: center;
  display: inline-block;
  margin: -1rem auto 0;
  padding: 0.5rem 0.7rem 1.5rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  flex-grow: 1;
}
.l-works .card .txtArea p {
  line-height: 1.2;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .l-works .cardArea {
    display: block;
  }
  .l-works .cardArea .card {
    width: 90%;
    margin: 0 auto 2rem;
  }
}
/*
FAQ
-----------------------------------------------------*/
.l-faq {
  background: url(../images/bg__faq.jpg) top / cover no-repeat;
}
.l-faq .sectTitArea {
  background: url(../images/sectTit__faq__bg.png) center/ contain no-repeat;
  position: relative;
  top: 4rem;
}
.l-faq .faqTable {
  max-width: 780px;
  color: var(--main-color);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 6rem 3rem;
  line-height: 1.5;
  margin: 0 auto;
}
.faqTable dl {
  max-width: 650px;
  margin: 0 auto;
  padding: 1rem 0 0 0;
}
.faqTable dl::after {
  content: "";
  background: url(../images/faq__dottedLine.svg) bottom / cover no-repeat;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.faqTable dt,
.faqTable dd {
  position: relative;
  padding-left: 3rem;
}
.faqTable dt {
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
}
.faqTable dd {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}
.faqTable dt::before {
  position: absolute;
  left: 0rem;
  content: "";
  background: url(../images/icon__q.svg) center/ contain no-repeat;
  width: 40px;
  height: 41px;
  z-index: 1;
  display: inline-block;
}
.faqTable dd::before {
  position: absolute;
  left: -0.5rem;
  content: "";
  background: url(../images/icon__a.svg) center/ contain no-repeat;
  width: 51px;
  height: 45px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-faq .faqTable {
    padding: 6rem 2%;
  }
  .faqTable dl {
    padding: 1rem 0 0 0rem;
  }
  .faqTable dt {
    font-size: 1.25rem;
  }
  .faqTable dd {
    font-size: 1.125rem;
  }
}
/*
  Footer
-----------------------------------------------------*/
.l-footer {
  color: #fff;
}
.l-footerCta {
  background-color: var(--color-green);
  display: flex;
  justify-content: center;
}
.l-footerCta a {
  transition: all 0.2s;
  z-index: 1;
  display: block;
}
.l-footerInfo {
  background-color: var(--main-color);
  padding: 4rem 0 2rem;
  color: #fff;
}
.footerLink a,
.footerLink small,
.l-footer .address {
  color: #fff;
}
.l-footerInfo .flex {
  align-items: baseline;
}
.l-footerInfo .address {
  padding-top: 1rem;
  font-size: 1rem;
}

.footerLink a {
  padding: 2rem 1.5rem 0rem 1.5rem;
  display: block;
  transition: all 0.2s;
}
.footerLink a:first-child {
  /* padding-left: 4rem; */
}
.copyright {
  display: block;
  padding-top: 5rem;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    text-align: center;
    margin: 0 auto;
  }
  .l-footerCta {
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
  .l-footerInfo {
    padding: 2rem 0 6rem;
  }
  .l-footerInfo .flex {
    flex-wrap: wrap;
  }
  .footerLink {
    margin-top: 2rem;
  }
  .footerLink a:first-child {
    padding-left: 0;
  }
  .footerLink .flex div {
    width: 50%;
  }
  .footerLink .flex a {
    text-align: center;
    display: block;
  }
}
/*
  Module
-----------------------------------------------------*/

/* Global Nav */
.globalNav {
  position: fixed;
  inset: 0;
  padding: calc(48 / 16 * 1rem) 0;
  background-color: #fff;
  visibility: hidden;
  transform: translateX(100%);
  transition: var(--duration) var(--easing);
  transition-property: transform, visibility;
  will-change: transform;
}
.globalNav__item {
}
ul.globalNav a {
  display: block;
  color: #000;
  padding: calc(16 / 16 * 1rem);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
}

.globalNav a[href]:hover {
  border-bottom: 2px solid var(--color-orange);
}
/* CTA area */
.ctaArea {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  content: "";
  background: url("../images/mvCta__bg.png") center / contain no-repeat;
  width: 331px;
  height: 290px;
  padding-top: 4rem;
  z-index: 2;
  /*はじめは非表示*/
  /* opacity: 0;
  transform: translateY(100px); */
}
/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-cta .ctaArea {
  padding: 4rem 2rem;
}
.scroll-cta .ctaArea img {
  padding-bottom: 0.3rem;
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

.ctaArea p {
  font-size: calc(14 / 16 * 1rem);
}
.ctaArea a {
  font-size: calc(26 / 16 * 1rem);
}
.ctaArea__item a {
  transition: 0.2s;
}

.ctaArea__item::after {
  content: "";
  display: block;
  background: url(../images/dottedLine.png) center/cover no-repeat;
  height: 2px;
  width: 100%;
  margin: 0 auto;
}
.ctaArea__item:last-child::after {
  background: none;
}
.ctaArea__item img {
  display: block;
  transition: 0.2s;
}

.ctaArea__tel {
  padding: 0.5rem 0 0.3em;
  width: 70%;
  margin: 0 auto;
}
#globalNav .ctaArea__tel a {
  padding: 0.5rem 0;
}
.is-drawerActive .l-header {
  position: fixed;
}
.is-drawerActive .l-footerCta {
  display: none;
}
/* ハンバーガーメニュー内 */
.is-drawerActive .globalNav .__item a {
  text-align: center;
  padding: 1.2rem 0;
}
.is-drawerActive .globalNav {
  visibility: visible;
  transform: translateX(0);
  padding: calc(100 / 16 * 1rem) 0;
  height: 120%;
}
.is-drawerActive .globalNav .navItem {
  position: relative;
  margin: 0 auto;
}
.is-drawerActive .globalNav .navItem::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background: url("../images/dottedLine.png") center / cover no-repeat;
  width: 70%;
  height: 2px;
  display: inline-block;
}
.is-drawerActive .globalNav .navItem.question {
  padding-bottom: 1rem;
}
.is-drawerActive .globalNav .navItem.question::after {
  content: none;
}
.is-drawerActive .globalNav a[href]:hover {
  border-bottom: none;
}

@media screen and (max-width: 1580px) {
  ul.globalNav a {
    padding: 0.5rem;
    font-size: 16px;
  }
}

@media screen and (min-width: 1261px) {
  .globalNav {
    position: static;
    padding: 0;
    visibility: visible;
    display: flex;
    gap: calc(16 / 16 * 1rem);
    background-color: transparent;
    transform: none;
    transition: none;
  }

  .globalNav a {
    display: block;
    color: inherit;
    padding: 0;
  }
}

.hamburgerButton {
  --size: 60px;
  position: absolute;
  z-index: 1;
  inset: 0 1% 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
  margin: auto 0;
  border: 0;
  appearance: none;
  background-color: transparent;
}

.hamburgerButton__line {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: var(--main-color);
  transition: var(--duration) var(--easing);
  transition-property: background;
}

.hamburgerButton__line::before,
.hamburgerButton__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
  transition: inherit;
  transition-property: top, transform, background;
  transition-delay: 0.3s, 0s, 0s;
}

.hamburgerButton__line::before {
  top: -10px;
}
.hamburgerButton__line::after {
  top: 10px;
}

.is-drawerActive .hamburgerButton__line {
  background-color: transparent;
}

.is-drawerActive .hamburgerButton__line::before,
.is-drawerActive .hamburgerButton__line::after {
  top: 0;
  background-color: var(--main-color);
  transition-delay: 0s, 0.3s, 0s;
}

.is-drawerActive .hamburgerButton__line::before {
  transform: rotate(-45deg);
}

.is-drawerActive .hamburgerButton__line::after {
  transform: rotate(45deg);
}

@media screen and (min-width: 1261px) {
  .hamburgerButton {
    display: none;
  }
}

/* Accesibility */

.visuallyHidden:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
}
