@charset 'utf-8';
/* ======================================================
CSS information

 File Name  : index.css
 Style Info : 「トップ」のCSS
====================================================== */

#video-block {
  z-index: 9996;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#video-block .wrap-video {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

#video-block .wrap-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / .01);
  background-image: radial-gradient(#fff 15%, transparent 30%), radial-gradient(#fff 1%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

#video-block p {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  translate: -50%;
  line-height: 1.3;
  width: 90%;
  color: var(--basecolor2);
  font-size: 3rem;
  font-weight: 700;
  mix-blend-mode: lighten;
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #video-block p {
    line-height: 1.5;
    font-size: 4rem;
  }

}

/* 960px～（パソコン）
------------------------------------*/
@media (min-width: 960px) {

  #video-block p {
    line-height: 1.7;
    font-size: 5rem;
  }

}

#scrolldown {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 10px;
  height: 90px;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media screen and (min-width: 768px) {


  #scrolldown {
    right: 1.5rem;
    height: 110px;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media screen and (min-width: 960px) {

  #scrolldown {
    right: 2rem;
    height: 130px;
  }

}

#scrolldown > li {
  position: absolute;
  left: 50%;
  translate: -50%;
  user-select: none;
}

#scrolldown > li:nth-child(1) {
  top: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: var(--basecolor3);
  font-size: 1rem;
  font-weight: 700;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media screen and (min-width: 768px) {


  #scrolldown > li:nth-child(1) {
    font-size: 1.1rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media screen and (min-width: 960px) {

  #scrolldown > li:nth-child(1) {
    font-size: 1.2rem;
  }

}

#scrolldown > li:nth-child(2) {
  bottom: 0;
  width: 1px;
  height: 20px;
  background: var(--basecolor2);
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #scrolldown > li:nth-child(2) {
    height: 35px;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #scrolldown > li:nth-child(2) {
    height: 50px;
  }

}

#scrolldown > li:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  overflow: hidden;
  width: 1px;
  height: 20px;
  background: var(--basecolor3);
  animation: pathmove 2.6s ease-in-out infinite;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #scrolldown > li:nth-child(2)::after {
    height: 35px;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #scrolldown > li:nth-child(2)::after {
    height: 50px;
  }

}

@keyframes pathmove {

  0% {
    height: 0;
  }

  50% {
    top: 0;
    height: 100%;
  }

  100% {
    top: 100%;
    height: 0;
  }

}

#chatch-block {
  position: relative;
  margin-top: calc(100svh - 80px);
  padding-block: 8rem 14rem;
  background: var(--basecolor3);
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {


  #chatch-block {
    margin-top: calc(100svh - 90px);
    padding-bottom: 15rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #chatch-block {
    margin-top: calc(100svh - 100px);
    padding-bottom: 16rem;
  }

}

#chatch-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: var(--basecolor2);
  border-top-right-radius: 50px;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {


  #chatch-block::after {
    border-top-right-radius: 60px;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #chatch-block::after {
    border-top-right-radius: 70px;
  }

}

#chatch-title-box {
  line-height: 1;
  margin-bottom: 5rem;
  color: var(--basecolor2);
  text-align: center;
}

#chatch-title-box > dt {
  letter-spacing: .1rem;
  margin-bottom: 1rem;
  color: var(--basecolor5);
}

#chatch-title-box > dt,
#chatch-title-box > dd {
  font-size: 2.6rem;
  font-weight: 700;
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #chatch-title-box > dt,
  #chatch-title-box > dd {
    font-size: 3.1rem;
  }

}

/* 960px～（パソコン）
------------------------------------*/
@media (min-width: 960px) {

  #chatch-title-box > dt,
  #chatch-title-box > dd {
    font-size: 3.6rem;
  }

}

#chatch-title-box > dd .js-num {
  font-size: 10rem;
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #chatch-title-box > dd .js-num {
    font-size: 11.5rem;
  }

}

/* 960px～（パソコン）
------------------------------------*/
@media (min-width: 960px) {

  #chatch-title-box > dd .js-num {
    font-size: 13rem;
  }

}

#chatch-area-box {
  position: relative;
  padding: 3rem;
  background: var(--basecolor2);
  border-radius: 30px;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #chatch-area-box {
    padding: 4rem;
    background-image: url(../img/common/map-tohoku-todoufuken-name.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto 70%;
  }

  #chatch-area-box::after {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: rgb(252 243 0 / .06);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #chatch-area-box {
    padding: 5rem;
    background-position: 90% center;
    background-size: auto 80%;
  }

  #chatch-area-box::after {
    width: 50%;
  }

}

#chatch-area-box > h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: solid 5px var(--basecolor3);
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #chatch-area-box > h2 {
    font-size: 3.2rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #chatch-area-box > h2 {
    font-size: 3.8rem;
  }

}

#chatch-area-box > h2 span {
  color: var(--basecolor3);
}

#chatch-area-box > p {
  position: relative;
  z-index: 1;
  line-height: 2;
  margin-bottom: 1rem;
  width: min(100%, 880px);
  font-size: 1.6rem;
  font-weight: 500;
}

#chatch-area-box > p:last-child {
  margin-bottom: 0;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #chatch-area-box > p {
    line-height: 2.1;
    margin-bottom: 1.5rem;
    padding-right: 30%;
    font-size: 1.7rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #chatch-area-box > p {
    line-height: 2.2;
    margin-bottom: 2rem;
    padding-right: 20%;
    font-size: 1.8rem;
  }

}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #chatch-area-box .btn-style-01 {
    margin-inline: 0;
  }

}

#service-list > .grid {
  display: grid;
  gap: 3rem;
}

/* 600px～（タブレット）
------------------------------------------------------ */
@media (min-width: 600px) {

  #service-list > .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #service-list > .grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

#service-list > .grid > li {
  margin-inline: auto;
  width: min(80%, 480px);
}

/* 600px～（タブレット）
------------------------------------------------------ */
@media (min-width: 600px) {

  #service-list > .grid > li {
    margin-inline: 0;
    padding: 4rem;
    width: 100%;
    border-top: solid 1px var(--table-border-color);
    border-bottom: solid 1px var(--table-border-color);
  }

  #service-list > .grid > li:nth-child(odd) {
    border-right: solid 1px var(--table-border-color);
  }

}

/* 960px～（パソコン）
------------------------------------*/
@media (min-width: 960px) {

  #service-list > .grid > li {
    padding: 5rem;
  }

  #service-list > .grid > li {
    border-right: solid 1px var(--table-border-color);
  }

  #service-list > .grid > li:nth-child(3n) {
    border-right: none;
  }

}

#service-list > .grid > li figure img {
  border-radius: 20px;
}

#service-list > .grid > li figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-inline: 1rem;
}

#service-list > .grid > li figcaption::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2309BC8A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 12h16m0 0l-6-6m6 6l-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*****************************************
 * hover
 ****************************************/

 @media (hover: hover) {

  #service-list > .grid > li figcaption::after {
    transition: all .2s ease-in-out;
  }

  #service-list > .grid > li:hover figcaption::after {
    transform: translateX(1rem);
  }

}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #service-list > .grid > li figcaption {
    margin-top: 2rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #service-list > .grid > li figcaption {
    margin-top: 2.5rem;
  }

}

#pr-block {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 700px;
  background: url(../img/index/pr-block-bg.png) no-repeat center top / cover;
}

#pr-block > .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 4rem 3rem 5rem;
  width: min(86%, 600px);
  height: auto;
  background: rgb(255 255 255 / .7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transform: translate(-50%, -50%);
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #pr-block > .text-box {
    padding-inline: 5rem;
  }

}


/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #pr-block > .text-box {
    position: static;
    padding-inline: 6rem;
    transform: translate(0%, 0%);
  }

}

#pr-block > .text-box > h2 {
  margin-bottom: 3rem;
  color: var(--basecolor3);
  font-size: 3.2rem;
  font-weight: 700;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #pr-block > .text-box > h2 {
    font-size: 4rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #pr-block > .text-box > h2 {
    font-size: 4.8rem;
  }

}

#pr-block > .text-box > p {
  line-height: 2.2;
  margin-inline: auto;
  margin-bottom: 2rem;
  font-weight: 500;
}

#pr-block > .text-box > p:last-child {
  margin-bottom: 0;
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #pr-block > .text-box > p {
    line-height: 2.4;
  }

}

/* 960px～（パソコン）
------------------------------------*/
@media (min-width: 960px) {

  #pr-block > .text-box > p {
    line-height: 2.6;
  }

}

#staff-block > .img-box {
  height: 400px;
  background: url(../img/index/staff-block-bg.png) no-repeat center top / cover;
}

#staff-block > .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  padding: 4rem 3rem 5rem;
  width: min(100%, 1200px);
  background: var(--basecolor2);
  box-shadow: 0px 5px 5px 0px rgb(51 51 51 / .05);
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #staff-block > .text-box {
    margin-top: -90px;
    padding-inline: 6rem;
  }

}


/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #staff-block > .text-box {
    margin-top: -100px;
    padding-inline: 8rem;
  }

}

#staff-block > .text-box > h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
  margin-bottom: 3rem;
  color: var(--basecolor4);
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #staff-block > .text-box > h2 {
    font-size: 3.1rem;
  }

  #staff-block > .text-box > h2 > br {
    display: none;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #staff-block > .text-box > h2 {
    font-size: 3.6rem;
  }

}

#staff-block > .text-box > h2::before,
#staff-block > .text-box > h2::after {
  content: '';
  width: 4px;
  height: 42px;
  background: var(--basecolor4);
}

#staff-block > .text-box > h2::before {
  transform: rotate(-45deg);
}

#staff-block > .text-box > h2::after {
  transform: rotate(45deg);
}

#staff-block > .text-box > p {
  line-height: 2.2;
  margin-inline: auto;
  width: min(100%, 940px);
  text-align: center;
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #staff-block > .text-box > p {
    line-height: 2.4;
  }

}

/* 960px～（パソコン）
------------------------------------*/
@media (min-width: 960px) {

  #staff-block > .text-box > p {
    line-height: 2.6;
  }

}

#staff-block .btn-box {
  margin-top: 4rem;
}

#works-block {
  position: relative;
}

#works-block::before,
#works-block::after {
  z-index: 0;
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: transparent;
  border: solid 30px rgb(252 243 0 / .2);
  border-radius: 50%;
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #works-block::before,
  #works-block::after {
    width: 400px;
    height: 400px;
    border-width: 40px;
  }

}

/* 960px～（パソコン）
------------------------------------*/
@media (min-width: 960px) {

  #works-block::before,
  #works-block::after {
    width: 500px;
    height: 500px;
    border-width: 50px;
  }

}

#works-block::before {
  bottom: -75px;
  left: -150px;
}

#works-block::after {
  top: -75px;
  right: -150px;
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #works-block::before {
    bottom: -100px;
    left: -200px;
  }

  #works-block::after {
    top: -100px;
    right: -200px;
  }

}

/* 960px～（パソコン）
------------------------------------*/
@media (min-width: 960px) {

  #works-block::before {
    bottom: -125px;
    left: -250px;
  }

  #works-block::after {
    top: -125px;
    right: -250px;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swiper-slide:nth-child(2) {
    margin-top: 5rem;
  }

}

#works-block .img-box img {
  border-radius: 30px;
}

#works-block .text-box {
  line-height: 1.8;
  opacity: .7;
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: center;
}

#news-block {
  padding-block: 3rem 6rem;
  padding-left: 3rem;
  background: var(--basecolor8);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

/* 768px～（タブレット）
------------------------------------*/
@media (min-width: 768px) {

  #news-block {
    padding-block: 5rem 8rem;
    padding-left: 5rem;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }

}

/* 960px～（パソコン）
------------------------------------*/
@media (min-width: 960px) {

  #news-block {
    padding-block: 8rem;
    padding-left: 6rem;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #news-block > .grid {
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
  }

}

.term-box {
  display: inline-block;
  padding-block: .2rem;
  width: 90px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 20px;
}

.term-box.term-info {
  background-color: var(--basecolor5);
}

.term-box.term-event {
  background-color: var(--basecolor7);
}

.term-box.term-other {
  background-color: var(--basecolor6);
}

#news-block .items {
  padding-block: 3rem;
  border-bottom: dashed 1px var(--border-color);
}

#news-block .items:first-of-type {
  padding-top: 0;
}

#news-block .items.grid {
  display: grid;
  gap: 2rem;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #news-block .items.grid {
    grid-template-columns: max-content 1fr;
    align-items: start;
  }

}

#news-block .items.grid > .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #news-block .items.grid > .flex {
    justify-content: flex-start;
    gap: 1rem;
  }

}

#news-block .items.grid > .flex dt {
  white-space: nowrap;
}


#maker-block > h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #maker-block > h2 {
    margin-bottom: 3.5rem;
    font-size: 1.9rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #maker-block > h2 {
    margin-bottom: 4rem;
    font-size: 2rem;
  }

}

#maker-block > .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #maker-block > .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #maker-block > .grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
  }

}

#maker-block > .grid > li {
  display: flex;
  align-items: center;
  padding: 1rem;
  height: 100%;
  border: solid 1px var(--border-color);
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #maker-block > .grid > li {
    padding: 1.2rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #maker-block > .grid > li {
    padding: 1.4rem;
  }

}

#maker-block > .grid > li > img {
  margin-inline: auto;
  max-width: 100%;
  width: auto;
  max-height: 32px;
  height: auto;
}

#contact-block {
  position: relative;
  margin-top: 12rem !important;
  padding-block: 6rem 12rem;
  background: rgb(0 164 151 / .05);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #contact-block {
    margin-top: 14rem !important;
    padding-bottom: 16rem;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #contact-block {
    margin-top: 16rem !important;
    padding-bottom: 20rem;
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
  }

}

#case-tel {
  margin-bottom: 4rem;
}

#case-tel > .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

#case-tel > .flex > dt,
#case-tel > .flex > dd {
  font-weight: 700;
}

#case-tel > .flex > dt {
  width: 80px;
}

#case-tel > .flex > dd {
  letter-spacing: .1rem;
  font-size: 3rem;
  font-weight: 700;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #case-tel > .flex > dd {
    font-size: 3.3rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #case-tel > .flex > dd {
    font-size: 3.6rem;
  }

}

#case-tel > p {
  font-size: 1.4rem;
  text-align: center;
}

#case-form > .btn-style-02 {
  width: 280px;
  font-size: 1.8rem;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media (min-width: 768px) {

  #case-form > .btn-style-02 {
    width: 300px;
    font-size: 1.9rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media (min-width: 960px) {

  #case-form > .btn-style-02 {
    width: 320px;
    font-size: 2rem;
  }

}
