@charset "UTF-8";
@media (max-width: 812px) {
  .pc {
    display: none;
  }
}

@media (min-device-width: 812px) {
  .notdev-tab {
    display: none;
  }
}

@media (min-width: 813px) {
  .sp {
    display: none;
  }
}

main p,
main span,
main a {
  letter-spacing: 0.1em;
}
main .c-baloon_title {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  main .c-baloon_title {
    margin-bottom: 23px;
  }
}
main .c-baloon_title span {
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
  -webkit-text-stroke-width: 0.4px !important;
}
@media (max-width: 480px) {
  main .c-baloon_title span {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
main .c-baloon_title span:before {
  content: "";
  z-index: 1;
  position: absolute;
  border-bottom: 3px solid #ffd200;
  bottom: -8px;
  right: 0;
  left: 0;
}
@media (max-width: 480px) {
  main .c-baloon_title span:before {
    border-width: 2px;
    bottom: -7px;
  }
}
main .c-baloon_title span:after {
  content: "";
  z-index: 5;
  position: absolute;
  background: url(../common/img/arrow_03.png) 0 0 no-repeat;
  width: 54px;
  height: 32px;
  bottom: -37px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 480px) {
  main .c-baloon_title span:after {
    width: 27px;
    background-size: 27px auto;
  }
}
main .c-baloon_title.c-baloon_title--white span:before {
  content: "";
  border-bottom: 3px solid white;
}
main .c-baloon_title.c-baloon_title--white span:after {
  content: "";
  z-index: 5;
  background: url(/img/mitemas/arrow_w.svg) 0 0 no-repeat;
  width: 53px;
  height: 39px;
  bottom: -44px;
}
@media (max-width: 480px) {
  main .c-baloon_title.c-baloon_title--white span:after {
    width: 27px;
    background-size: 27px auto;
  }
}

@font-face {
  font-family: "AmarilloUSAF";
  src: url("../_kanri/wp-content/themes/nicottolab/font/AmarilloUSAF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* =======================================
Functions
======================================= */
/*
===============================
ベース
===============================
 */
* {
  box-sizing: border-box;
}

body {
  word-break: auto-phrase;
}

picture {
  display: block;
}

/*
===============================
共通
===============================
 */
.sideAccent {
  display: inline-block;
  position: relative;
}
.sideAccent::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translate(-100%, -50%) rotate(-28deg);
  transform-origin: center bottom;
  width: 4px;
  height: 38px;
  background: #FED204;
  border-radius: 1000px;
}
.sideAccent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translate(100%, -50%) rotate(28deg);
  transform-origin: center bottom;
  width: 4px;
  height: 38px;
  background: #FED204;
  border-radius: 1000px;
}
.sideAccent_wrap {
  text-align: center;
}
.sideAccent__title {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  .sideAccent__title {
    font-size: 1.375rem;
  }
}

.media {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 480px) {
  .media {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .media:has(.media__reverse) {
    flex-direction: column-reverse;
  }
}
.media__reverse {
  flex-direction: row-reverse;
}
@media (max-width: 480px) {
  .media__reverse {
    flex-direction: column-reverse;
  }
}
.media__reverse .media_imgWrap {
  margin-left: 0;
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-left: 55px;
  padding-right: 0;
}
@media (max-width: 480px) {
  .media__reverse .media_imgWrap {
    margin-right: 0;
    padding-left: 0;
  }
}
.media__reverse .media_cont::before {
  left: auto;
  right: 0;
}
@media (max-width: 480px) {
  .media__reverse .media_cont::before {
    left: 50%;
  }
}
.media_wrap {
  max-width: 798px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}
@media (max-width: 480px) {
  .media_wrap {
    gap: 130px 0;
  }
}
.media_imgWrap {
  width: calc((100vw - 100%) / 2 + 50%);
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-bottom: 0;
  padding-right: 52px;
}
@media (max-width: 480px) {
  .media_imgWrap {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-right: 0;
  }
}
.media_imgWrap img {
  width: 100%;
  aspect-ratio: 1/0.687;
  object-fit: cover;
}
.media_imgWrap.playIcon {
  position: relative;
}
.media_imgWrap.playIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 30px);
  transform: translate(-50%, -50%);
  width: 66px;
  height: 76px;
  background: #FFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  pointer-events: none;
}
@media (max-width: 480px) {
  .media_imgWrap.playIcon::before {
    left: calc(50% + 10px);
    width: 38px;
    height: 44px;
  }
}
.media_imgWrap .media_movieWrap {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/0.687;
}
.media_cont {
  width: 50%;
  position: relative;
  min-height: 305px;
}
@media (max-width: 480px) {
  .media_cont {
    width: 100%;
    min-height: auto;
  }
}
.media_cont::before {
  content: var(--index);
  position: absolute;
  top: 145px;
  left: -14px;
  transform: translate(0, -100%);
  font-size: 18.75rem;
  font-family: "AmarilloUSAF", sans-serif;
  color: #FFD200;
  opacity: 0.15;
  line-height: 1;
}
@media (max-width: 480px) {
  .media_cont::before {
    font-size: 14.8125rem;
    top: 135px;
    left: 50%;
    transform: translate(-50%, -100%);
    width: max-content;
  }
}
.media_cont:has(.media_title > span:only-child)::before {
  top: 100px;
}
.media_title {
  font-size: 1.875rem;
  letter-spacing: 0.075em;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 480px) {
  .media_title {
    font-size: 1.4375rem;
    white-space: normal;
  }
}
.media_title:has(span) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px 0;
}
@media (max-width: 480px) {
  .media_title:has(span) {
    align-items: center;
  }
}
.media_title span {
  background: #FFD200;
  display: inline-block;
}
.media_title.is_merge {
  flex-direction: row;
  justify-content: center;
}
.media_desc {
  margin-top: 43px;
  letter-spacing: 0.05em;
  line-height: 2.05;
  position: relative;
}
@media (max-width: 480px) {
  .media_desc {
    margin-top: 30px;
  }
}

.wrap {
  max-width: 1066px;
  padding: 0 33px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 92%;
    padding: 0;
  }
}

.border_top {
  border-top: 4px solid #000;
}
@media (max-width: 480px) {
  .border_top {
    border-top: initial;
    position: relative;
  }
  .border_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    height: 2px;
    background: #000;
  }
}

.border_btm {
  border-bottom: 4px solid #000;
}
@media (max-width: 480px) {
  .border_btm {
    border-bottom: initial;
    position: relative;
  }
  .border_btm::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    height: 2px;
    background: #000;
  }
}

.section_title {
  text-align: center;
  font-family: "AmarilloUSAF", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.2;
}
.section_title span:not(.latin) {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .section_title span:not(.latin) {
    font-size: 1.875rem;
  }
}
.section_title span:not(.latin):before {
  content: "";
  z-index: 1;
  position: absolute;
  border-bottom: 3px solid #FFD400;
  bottom: -4px;
  right: 0;
  left: 0;
}
.section_title span:not(.latin):after {
  content: "";
  z-index: 5;
  position: absolute;
  background: url(../common/img/arrow_03.png) 0 0 no-repeat;
  width: 54px;
  height: 32px;
  bottom: -33px;
  right: 0;
  left: 0;
  margin: auto;
}
.section_title span.latin {
  font-size: 2.875rem;
}
@media (max-width: 480px) {
  .section_title span.latin {
    font-size: 2.375rem;
  }
}
.section_title__lg span:not(.latin) {
  font-size: 2.5rem;
}
@media (max-width: 480px) {
  .section_title__lg span:not(.latin) {
    font-size: 1.875rem;
  }
}
.section_title__xl span:not(.latin) {
  font-size: 2.625rem;
}
@media (max-width: 480px) {
  .section_title__xl span:not(.latin) {
    font-size: 1.875rem;
  }
}
.section_title__xl span.latin {
  font-size: 3.25rem;
}
@media (max-width: 480px) {
  .section_title__xl span.latin {
    font-size: 2.375rem;
  }
}
.section_title.faq_title span.latin {
  font-size: 4.0625rem;
}
@media (max-width: 480px) {
  .section_title.faq_title span.latin {
    font-size: 2.625rem;
  }
}

.section_desc {
  font-size: 1.25rem;
  line-height: 2.5;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 480px) {
  .section_desc {
    font-size: 1rem;
  }
}
.section_desc:has(.pc) {
  word-break: initial;
}
@media (max-width: 480px) {
  .section_desc .pc {
    display: none;
  }
}

/*
===============================
ヒーロー
===============================
 */
.hero {
  background-image: var(--hero-img-pc);
  background-size: cover;
  height: calc(100dvh - 207px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .hero {
    background-image: var(--hero-img-sp);
    height: auto;
    padding: 60px 0;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hero_cont {
  position: relative;
}
.hero_catchCopy {
  font-size: 1.5625rem;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .hero_catchCopy {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.hero_catchCopy span {
  display: block;
  font-weight: bold;
}
.hero_catchCopy .pageText_sub {
  color: white;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .hero_catchCopy .pageText_sub {
    font-size: 0.8125rem;
    margin-bottom: 14px;
  }
}
.hero_catchCopy .pageText_main {
  font-size: 3.125rem;
  text-align: center;
  margin-bottom: 10px;
  color: white;
  line-height: 1;
}
@media (max-width: 480px) {
  .hero_catchCopy .pageText_main {
    font-size: 1.8125rem;
  }
}
.hero_catchCopy .pageText_en {
  font-family: "amusaf";
  letter-spacing: 0em;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .hero_catchCopy .pageText_en {
    font-size: 0.875rem;
  }
}
.hero_catchCopy .textSm {
  font-size: 0.75rem;
}
@media (max-width: 480px) {
  .hero_catchCopy .textSm {
    font-size: 0.625rem;
  }
}
.hero_catchCopy .textMd {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .hero_catchCopy .textMd {
    font-size: 0.875rem;
  }
}
.hero_catchCopy .textLg {
  font-size: 2.75rem;
}
@media (max-width: 480px) {
  .hero_catchCopy .textLg {
    font-size: 2.4375rem;
  }
}
.hero_catchCopy__btm {
  margin-top: 27px;
}
.hero_logo {
  display: block;
  margin: 0 auto 0;
  width: var(--logo-size-pc);
  position: relative;
}
@media (max-width: 480px) {
  .hero_logo {
    width: var(--logo-size-sp);
  }
}
@media (max-width: 480px) {
  .hero_logo.pc {
    display: none;
  }
}

/*
===============================
導入
===============================
 */
.intro .hero_logo {
  display: none;
}
@media (max-width: 480px) {
  .intro .hero_logo {
    display: block;
    margin-bottom: 42px;
  }
}
.intro_inner {
  padding-top: 76px;
  padding-bottom: 114px;
}
@media (max-width: 480px) {
  .intro_inner {
    padding-top: 44px;
  }
}
.intro .section_desc {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .intro .section_desc {
    text-align: left;
    margin-top: 67px;
  }
}
.intro_img {
  width: 90vw;
  margin-left: calc((90vw - 100%) / 2 * -1);
  margin-top: 100px;
}
@media (max-width: 480px) {
  .intro_img {
    margin-top: 36px;
  }
}
.intro_img img {
  width: 100%;
}
.intro .youtube_wrap {
  margin-top: 113px;
}
.intro .youtube_wrap iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 480px) {
  .intro .youtube_wrap iframe {
    height: 172px;
  }
}

/*
===============================
特徴・メリット
===============================
 */
.feature_inner {
  padding-top: 108px;
  padding-bottom: 138px;
}
@media (max-width: 480px) {
  .feature_inner {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
.feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 90px;
  gap: 35px 0;
  margin-top: 87px;
}
@media (max-width: 480px) {
  .feature_list {
    padding: 0px 24px;
    gap: 25px 0;
    margin-top: 70px;
  }
}
.feature_item {
  width: 46.951%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
@media (max-width: 480px) {
  .feature_item {
    width: 100%;
    aspect-ratio: initial;
    min-height: 296px;
  }
}
.feature_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FFD227;
  z-index: -1;
}
@media (max-width: 480px) {
  .feature_item::before {
    width: 296px;
    height: 296px;
  }
}
.feature_item_index {
  font-size: 24.625rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.13);
  line-height: 1.2;
  font-family: "AmarilloUSAF", sans-serif;
}
@media (max-width: 480px) {
  .feature_item_index {
    font-size: 18.4375rem;
  }
}
.feature_item_title {
  text-align: center;
  font-size: 2.375rem;
  line-height: 1.13;
}
@media (max-width: 480px) {
  .feature_item_title {
    font-size: 1.6875rem;
  }
}
.feature_item_desc {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: 21px;
  letter-spacing: 0;
  line-height: 1.733;
  padding: 0 13%;
  word-break: auto-phrase;
}
@media (max-width: 480px) {
  .feature_item_desc {
    text-align: center;
    margin-top: 12px;
    word-break: initial;
  }
}
.feature iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 480px) {
  .feature iframe {
    height: 172px;
  }
}
.feature .youtube_wrap {
  margin-top: 113px;
}
@media (max-width: 480px) {
  .feature .youtube_wrap {
    margin-top: 70px;
  }
}

/*
===============================
活用シーン
===============================
 */
.useCase_inner {
  padding-top: 113px;
  padding-bottom: 113px;
}
@media (max-width: 480px) {
  .useCase_inner {
    padding-top: 100px;
  }
}
.useCase_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .useCase_list {
    margin-top: 93px;
    gap: 100px 0;
  }
}
.useCase_item {
  width: 30.6%;
  text-align: center;
}
@media (max-width: 480px) {
  .useCase_item {
    width: 100%;
  }
}
.useCase_item_title .en {
  display: block;
  font-family: "AmarilloUSAF", sans-serif;
  font-size: 2.0625rem;
}
.useCase_item_title .jp {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.useCase_item_title .jp::before {
  content: "";
  position: absolute;
  background-color: #FFD200;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 104%;
  height: 8px;
  z-index: -1;
}
.useCase_item_iconWrap {
  margin: 38px auto 0;
  width: 82px;
  align-self: 1/1;
}
.useCase_item_desc {
  margin-top: 38px;
  font-weight: bold;
}
.useCase_item_imgGroup {
  margin-top: 32px;
}
.useCase_item_imgWrap {
  margin-bottom: 0;
}
.useCase_blogList {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .useCase_blogList {
    margin-top: 60px;
  }
}
.useCase_blogList_title {
  font-size: 1.25rem;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 480px) {
  .useCase_blogList_title {
    font-size: 1rem;
  }
}
.useCase_blogList_title span {
  position: relative;
}
.useCase_blogList_title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(-100%, -50%);
  width: 100vw;
  height: 6px;
  background: #FFD200;
}
@media (max-width: 480px) {
  .useCase_blogList_title span::before {
    height: 3px;
  }
}
.useCase_blogList_title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(100%, -50%);
  width: 100vw;
  height: 6px;
  background: #FFD200;
}
@media (max-width: 480px) {
  .useCase_blogList_title span::after {
    height: 3px;
  }
}
.useCase_blogList_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 480px) {
  .useCase_blogList_list {
    grid-template-columns: 1fr;
  }
}
.useCase_blogList a {
  display: block;
  padding: 13px 0 0;
}
.useCase_blogList_item {
  border-top: 3px solid #000;
}
.useCase_blogList_item_titleWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-family: "AmarilloUSAF", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
.useCase_blogList_item_date {
  letter-spacing: 0;
}
.useCase_blogList_item_thumb {
  margin: 16px 0 0;
}
.useCase_blogList_item_thumb img {
  width: 100%;
}
.useCase_blogList_item_desc {
  font-size: 0.8125rem;
  margin-top: 21px;
}

/*
===============================
施工工程
===============================
 */
.process_inner {
  padding-top: 113px;
  padding-bottom: 136px;
}
@media (max-width: 480px) {
  .process_inner {
    padding-top: 84px;
    padding-bottom: 0;
  }
}
.process .section_desc {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .process .section_desc {
    margin-top: 67px;
    text-align: left;
  }
}
.process_slideWrap {
  background: #FFD200;
  margin-top: 48px;
  border-radius: 28px;
  padding: 124px 71px 46px !important;
}
@media (max-width: 480px) {
  .process_slideWrap {
    border-radius: 0;
    padding: 68px 5% 83px !important;
  }
}
.process_slideItem {
  text-align: center;
}
@media (max-width: 480px) {
  .process_slideItem {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .process_slideItem:not(:last-child) {
    position: relative;
  }
}
@media (max-width: 480px) {
  .process_slideItem:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 24px;
    height: 16px;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.process_slideItem_imgGroup {
  display: flex;
  justify-content: space-between;
}
.process_slideItem_imgWrap {
  width: 49.65%;
  margin: 0;
}
.process_slideItem_imgWrap img {
  width: 100%;
  aspect-ratio: 1/0.83;
  object-fit: cover;
}
.process_slideItem_title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 36px;
}
@media (max-width: 480px) {
  .process_slideItem_title {
    font-size: 1.375rem;
    margin-top: 27px;
  }
}
.process_slideItem_title span {
  display: inline-block;
  position: relative;
}
.process_slideItem_title span::before {
  content: "";
  position: absolute;
  background-color: #FFF;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 104%;
  height: 8px;
  z-index: -1;
}
.process_slideItem_desc {
  line-height: 1.75;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .process_slideItem_desc {
    font-size: 0.9375rem;
    font-weight: normal;
  }
}
@media (max-width: 480px) {
  .process .splide {
    visibility: initial;
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
.process .splide__arrow {
  background: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  border: none;
  border-radius: initial;
  width: auto;
  height: auto;
  padding: initial;
}
@media (max-width: 480px) {
  .process .splide__arrow {
    display: none;
  }
}
.process .splide__arrow:disabled {
  display: none;
}
@media (max-width: 480px) {
  .process .splide__list {
    backface-visibility: initial;
    flex-wrap: wrap;
    gap: 70px 0;
  }
}
@media (max-width: 480px) {
  .process .splide__slide {
    flex-shrink: initial;
  }
}
@media (max-width: 480px) {
  .process .border_btm {
    border-bottom: none;
  }
}

/*
===============================
フリーコンテンツ
===============================
 */
.freeContents_inner {
  padding: 112px 0;
}
@media (max-width: 480px) {
  .freeContents_inner {
    padding-top: 103px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.freeContents.bg_primary {
  background: #FFE980;
}
.freeContents.bg_primary .section_title span:before {
  border-bottom: 3px solid #7F743F;
}
.freeContents.bg_primary .section_title span:after {
  background-image: url("/common/img/arrow_03_black.png");
}
.freeContents.bg_primary .media_cont::before {
  color: #FFD200;
  opacity: 0.6;
}
.freeContents.bg_primary .media_title span {
  background: #FFF;
}
.freeContents .section_desc {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .freeContents .section_desc {
    margin-top: 67px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .freeContents .section_desc .pc {
    display: none;
  }
}
.freeContents .media_wrap {
  margin-top: 120px;
}
@media (max-width: 480px) {
  .freeContents .media_wrap {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  .freeContents .mainWidth {
    padding-left: 0;
    padding-right: 0;
  }
}
.freeContents .review_list_wrap {
  margin-top: 140px;
  padding-top: 80px;
  padding-bottom: 94px;
  border-radius: 85px;
}
@media (max-width: 480px) {
  .freeContents .review_list_wrap {
    padding-top: 47px;
    padding-bottom: 40px;
    margin-top: 70px;
    border-radius: 35px;
  }
}
.freeContents .review_list {
  margin-top: 110px;
}
@media (max-width: 480px) {
  .freeContents .review_list {
    margin-top: 45px;
  }
}

/*
===============================
CTA
===============================
 */
.cta_inner {
  padding: 64px 0;
  background-image: var(--cta-img-pc);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 480px) {
  .cta_inner {
    padding: 50px 40px 45px;
  }
}
.cta_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.cta_linkWrap {
  position: relative;
  text-align: center;
}
.cta_link {
  background: #FFAC27;
  border: 3px solid #FCFCFC;
  padding: 38px 46px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: inline-block;
}
@media (max-width: 480px) {
  .cta_link {
    padding: 28px 25px;
    font-size: 1.25rem;
    width: 100%;
  }
}

/*
===============================
お客様の声
===============================
 */
.review_inner {
  padding: 125px 0 114px;
}
.review_list {
  display: flex;
  flex-direction: column;
  gap: 107px 0;
  padding: 0 53px;
  margin-top: 110px;
}
@media (max-width: 480px) {
  .review_list {
    padding: 0 23px;
    margin-top: 90px;
    gap: 55px 0;
  }
}
@media (max-width: 480px) {
  .review_list:has(.review_item_target) {
    gap: 110px 0;
  }
}
.review_list:has(.review_item_target) .review_item:not(:last-child) {
  position: relative;
}
@media (max-width: 480px) {
  .review_list:has(.review_item_target) .review_item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 62px;
    height: 2px;
    background: #000;
  }
}
.review_list_wrap.bg_white {
  background: #FFF;
}
.review_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 480px) {
  .review_item {
    flex-wrap: wrap;
  }
}
.review_item__reverse {
  flex-direction: row-reverse;
}
@media (max-width: 480px) {
  .review_item__reverse {
    flex-direction: initial;
  }
}
.review_item__reverse .review_item_mesWrap {
  padding-left: 0;
  padding-right: 26px;
}
@media (max-width: 480px) {
  .review_item__reverse .review_item_mesWrap {
    padding-right: 0;
  }
}
.review_item__reverse .review_item_mes::before {
  right: 0;
  left: auto;
  transform: translate(100%, -50%) rotate(180deg);
}
@media (max-width: 480px) {
  .review_item__reverse .review_item_mes::before {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotate(-90deg);
  }
}
.review_item__reverse .review_item_target {
  padding-left: 0;
  padding-right: 206px;
}
@media (max-width: 480px) {
  .review_item__reverse .review_item_target {
    padding-right: 0;
  }
}
.review_item__reverse .review_item_summary {
  padding-left: 0;
  padding-right: 206px;
}
@media (max-width: 480px) {
  .review_item__reverse .review_item_summary {
    padding-right: 0;
  }
}
.review_item_target {
  width: 100%;
  padding-left: 206px;
  margin-bottom: 8px;
  font-size: 1.875rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  .review_item_target {
    padding-left: 0;
    order: -1;
    font-size: 1.625rem;
    text-align: center;
  }
}
.review_item_icon {
  width: 180px;
  aspect-ratio: 1/1;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .review_item_icon {
    margin: 35px auto 0;
    order: 1;
  }
}
.review_item_mesWrap {
  flex: 1;
  padding-left: 26px;
}
@media (max-width: 480px) {
  .review_item_mesWrap {
    padding-left: 0;
    flex: initial;
  }
}
.review_item_mes {
  font-size: 1.875rem;
  background: #FFD200;
  padding: 34px 45px 25px 51px;
  border-radius: 18px;
  position: relative;
  letter-spacing: 0;
  min-height: 155px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .review_item_mes {
    font-size: 1.25rem;
    padding: 21px 16px 17px;
    order: 2;
  }
}
.review_item_mes::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 27px;
  height: 24px;
  background: #FFD200;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media (max-width: 480px) {
  .review_item_mes::before {
    top: initial;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotate(-90deg);
  }
}
.review_item_mes:has(.strong) {
  font-size: 1.25rem;
}
.review_item_mes .strong {
  font-size: 1.875rem;
  display: block;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .review_item_mes .strong {
    font-size: 1.5625rem;
    text-align: center;
  }
}
.review_item_summary {
  width: 100%;
  padding-left: 206px;
  margin-left: auto;
  font-size: 1.875rem;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .review_item_summary {
    padding-left: 0;
    order: 5;
    font-size: 1.25rem;
    text-align: center;
    margin-top: 4px;
    letter-spacing: 0.025em;
  }
}
.review_closing {
  font-size: 2.4375rem;
  font-weight: bold;
  text-align: center;
  max-width: 1000px;
  margin: 75px auto 0;
  word-break: auto-phrase;
  display: block;
}
@media (max-width: 480px) {
  .review_closing {
    font-size: 1.375rem;
  }
}
.review_closing .textSm {
  font-size: 1.875rem;
}
@media (max-width: 480px) {
  .review_closing .textSm {
    font-size: 1.375rem;
    letter-spacing: 0;
  }
}

/*
===============================
FAQ
===============================
 */
.faq_inner {
  padding: 134px 0 113px;
}
.faq_list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  padding: 0 72px;
  margin-top: 80px;
}
@media (max-width: 480px) {
  .faq_list {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.faq_item {
  background: #FFD200;
  padding: 37px 36px 33px 39px;
}
@media (max-width: 480px) {
  .faq_item {
    padding: 20px 27px 21px 22px;
  }
}
.faq_item.is-open .faq_answer {
  opacity: 1;
}
.faq_question {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 480px) {
  .faq_question {
    padding-left: 29px;
  }
}
@media (max-width: 480px) {
  .faq_question {
    font-size: 1.125rem;
  }
}
.faq_question:has(.accordion_openBtn[aria-expanded=true]) {
  border-bottom: 2px solid #FFF;
}
.faq_toggle {
  all: unset;
  display: block;
  width: 100%;
  cursor: pointer;
}
.faq_answer {
  padding-left: 60px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .faq_answer {
    padding-left: 29px;
  }
}
.faq_answer::before {
  content: "A";
  position: absolute;
  top: 3px;
  left: 0;
  transform: translate(0, 0);
  color: #FFF;
  font-size: 3.125rem;
  font-family: "AmarilloUSAF", sans-serif;
}
@media (max-width: 480px) {
  .faq_answer::before {
    font-size: 1.625rem;
    top: 15px;
  }
}
.faq .accordion_openBtn::before {
  content: "Q";
  position: absolute;
  top: -5px;
  left: 0;
  transform: translate(0, 0%);
  color: #FFF;
  font-size: 3.125rem;
  font-family: "AmarilloUSAF", sans-serif;
  line-height: 1;
}
@media (max-width: 480px) {
  .faq .accordion_openBtn::before {
    font-size: 1.625rem;
    top: 0;
  }
}
.faq .accordion_openBtn::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  transform: translate(0, 0%);
  background-image: url("../img/service/arrow_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 15px;
  transition: transform 0.3s ease;
}
@media (max-width: 480px) {
  .faq .accordion_openBtn::after {
    width: 13px;
    height: 7px;
    top: 10px;
  }
}
.faq .accordion_openBtn[aria-expanded=true] {
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  .faq .accordion_openBtn[aria-expanded=true] {
    padding-bottom: 22px;
  }
}
.faq .accordion_openBtn[aria-expanded=true]::after {
  transform: translate(0, 0) rotate(180deg);
}
.faq .accordion_content_inner {
  padding-top: 29px;
}
@media (max-width: 480px) {
  .faq .accordion_content_inner {
    padding-top: 25px;
  }
}

/*
===============================
お問い合わせ
===============================
 */
.contact {
  background: #F2F2F2;
  padding: 110px 0;
}
@media (max-width: 480px) {
  .contact {
    padding: 0;
  }
}
.contact_inner {
  background: #FFF;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 126px 128px 140px;
}
@media (max-width: 480px) {
  .contact_inner {
    padding: 100px 24px 90px;
    background: initial;
  }
}
.contact_header {
  text-align: center;
}
.contact_title {
  font-size: 4.25rem;
  font-family: "AmarilloUSAF", sans-serif;
  background: initial;
}
@media (max-width: 480px) {
  .contact_title {
    font-size: 2.8125rem;
  }
}
.contact_desc {
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.contact .tel {
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .contact .time {
    font-size: 0.9375rem;
  }
}

#sec4 {
  text-align: center;
}
#sec4 .back_yel.title {
  font-size: 3.75rem;
  background: white;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  font-family: "amusaf", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#sec4 .name .detail {
  font-size: 1.125rem;
  line-height: 2em;
  margin-bottom: 40px;
  letter-spacing: 0.1rem;
}
#sec4 .bottom .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px;
}
#sec4 .bottom .tel .time {
  margin-right: 20px;
  line-height: 2em;
  letter-spacing: 0.1rem;
  font-size: 0.9375rem;
}
@media (max-width: 480px) {
  #sec4 .bottom .tel .time {
    margin-right: 0;
  }
}
#sec4 .bottom .tel .num {
  font-size: 3.75rem;
  font-family: "amusaf", Verdana, sans-serif;
  line-height: 1;
  letter-spacing: initial;
}
@media (max-width: 480px) {
  #sec4 .bottom .tel .num {
    margin-top: 30px;
    font-size: 2.1875rem;
  }
}
#sec4 .bottom .attention {
  text-align: left;
  margin-bottom: 10px;
}
#sec4 .form_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  #sec4 .form_cell {
    flex-wrap: wrap;
  }
}
#sec4 .form_cell .cell_title {
  width: 20%;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 480px) {
  #sec4 .form_cell .cell_title {
    width: 100%;
  }
}
#sec4 .form_cell .cell_area {
  width: 80%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
}
@media (max-width: 480px) {
  #sec4 .form_cell .cell_area {
    width: 100%;
    margin-top: 15px;
    gap: 15px 25px;
  }
}
#sec4 .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
@media screen and (min-width: 767px) {
  #sec4 .form_cell.checkbox .cell_area {
    display: flex;
    gap: 0 40px;
  }
}
#sec4 .mw_wp_form.mw_wp_form_input {
  padding-top: 40px;
}
#sec4 .form_cell .cell_area input {
  background: #F2F2F2;
  min-height: 60px;
  font-size: 1.125rem;
  width: 100%;
  padding-left: 30px;
  border: none;
  border-radius: 8px;
}
@media (max-width: 480px) {
  #sec4 .form_cell .cell_area input {
    background: #FFF;
  }
}
#sec4 .form_cell .cell_area.concrete_dd input {
  min-height: auto;
}
#sec4 .form_cell .cell_area input[type=checkbox],
#sec4 .form_cell .cell_area input[type=radio] {
  width: auto;
  min-height: auto;
  padding-left: 0;
}
#sec4 .form_cell .cell_area .address01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
#sec4 .form_cell .cell_area .address01 .mc01 + p {
  width: fit-content;
}
#sec4 .form_cell .cell_area .address01 .mc02 {
  margin: 0 10px;
}
#sec4 .form_cell .cell_area .address01 .mc02 + p {
  width: fit-content;
}
#sec4 .form_cell .cell_area textarea#detail {
  padding: 30px;
  border-radius: 12px;
}
#sec4 .form_cell .cell_area #detail {
  width: 100%;
  min-height: 180px;
  background: #F2F2F2;
  border: none;
  font-size: 1.125rem;
}
@media (max-width: 480px) {
  #sec4 .form_cell .cell_area #detail {
    background: #FFF;
  }
}
#sec4 .area_submit .submit_attention {
  margin-top: 100px;
  line-height: normal;
}
#sec4 .area_submit .submit_attention + p {
  position: relative;
  display: inline-block;
}
#sec4 .area_submit .submit_attention + p::before {
  content: "";
  position: absolute;
  top: calc(50% + 31px);
  right: 16px;
  transform: translate(0%, -50%);
  width: 11px;
  height: 20px;
  background: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 10;
}
@media (max-width: 480px) {
  #sec4 .area_submit .submit_attention + p::before {
    top: calc(50% + 25px);
  }
}
#sec4 .area_submit input, #sec4 .area_submit .formbtn button {
  background: #ffd200;
  color: #000;
  font-size: 1.1875rem;
  border-radius: 9px;
  display: inline-block;
  padding: 23px 0 27px;
  margin-top: 64px;
  width: 244px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border: none;
  cursor: pointer;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  #sec4 .area_submit input, #sec4 .area_submit .formbtn button {
    margin-top: 50px;
    width: 318px;
    padding: 18px 0;
  }
}

/*# sourceMappingURL=service.css.map */
