:root{
  --color-main: #0179d9;
  --color-red: #bf1616;
  --text-left: left;
  --text-center: center;
}
html{margin: 0;padding: 0;font-family: "Noto Sans JP", sans-serif;color: #222;overflow-x: hidden;scroll-behavior: smooth;}
body{width:100%; height:100%; text-align:center;color:#282828; font-family: 'Noto Sans JP', sans-serif; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); margin:0 auto}
ul{list-style-type:none; margin-block-start:0; margin-block-end:0; padding-inline-start:0}
p{line-height: 1.7em;text-align: var(--text-left);}
img{display: block;max-width: 100%;height: auto;}
a:hover img, input[type="image"]:hover, input[type="submit"]{cursor:pointer; cursor:hand}
a:link, a:visited, a, a:hover, a:active{text-decoration: none}

/*header*/
.site-header{
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
}
.site-header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.site-header__logo{
  width: 258px;
  margin: 0 0 0 28px;
}
.site-header__logo a{ display: block; }
.site-header__nav{ margin-left: auto; }
.site-header__nav-list{
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header__nav-item a{
  display: block;
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
}
.site-header__tel{
  margin: 0 28px 0 38px;
  text-align: var(--text-left);
}
.site-header__tel-number{
  margin: 0;
  color: #282828;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: .02em;
  text-align: var(--text-left);
}
.site-header__tel-time{
  margin: 2px 0 0;
  color: #282828;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
  text-align: var(--text-left);
}
.site-header__contact{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 250px;
  height: 80px;
  background: var(--color-red);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .04em;
}
.site-header__contact-icon{
  display: block;
  width: 28px;
}
.site-header__contact-icon img{ width: 100%; }
.site-header__hamburger{
  display: none;
  width: 64px;
  height: 80px;
  padding: 0;
  border: none;
  background: #fff;
  cursor: pointer;
}
.site-header__hamburger span{
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 auto 7px;
  background: #282828;
  transition: transform .3s ease, opacity .3s ease;
}
.site-header__hamburger span:last-child{ margin-bottom: 0; }
.site-header.is-open .site-header__hamburger span:nth-child(1){
  transform: translateY(9px) rotate(45deg);
}
.site-header.is-open .site-header__hamburger span:nth-child(2){
  opacity: 0;
}
.site-header.is-open .site-header__hamburger span:nth-child(3){
  transform: translateY(-9px) rotate(-45deg);
}
.site-header__sp-nav{ display: none; }
@media screen and (max-width: 1000px){
  .site-header__inner{ justify-content: flex-start; }
  .site-header__logo{ margin-right: auto; }
  .site-header__nav,.site-header__tel{ display: none; }
  .site-header__hamburger{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .site-header__sp-nav{
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 19;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 40px 6%;
    background: rgba(255, 255, 255, .92);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  }
  .site-header.is-open .site-header__sp-nav{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-header__sp-nav-item{
    border-bottom: 1px solid #ddd;
  }
  .site-header__sp-nav-item a{
    display: block;
    padding: 18px 0;
    color: #282828;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
  }
}
@media screen and (max-width: 767px){
  .site-header__hamburger{
    width: 64px;
    height: 64px;
  }
  .site-header__sp-nav{
    top: 64px;
    height: calc(100vh - 64px);
  }
}

/*fv*/
.top-fv{
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 720px;
  overflow: hidden;
  background: url("../images/fv-bg.jpg") center center / cover no-repeat;
  box-sizing: border-box;
}
.top-fv__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.top-fv__content{
  position: absolute;
  left: 5%;
  top: 31.5%;
  text-align: var(--text-left);
}
.top-fv__catch{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin: 0;
}
.top-fv__catch-line{
  position: relative;
  display: inline-block;
  padding: 3px 18px 7px;
  overflow: hidden;
  color: transparent;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.12em;
  letter-spacing: .03em;
}
.top-fv__catch-line::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  animation: fvCatchBand .7s cubic-bezier(.22,.61,.36,1) forwards;
}
.top-fv__catch-line::after{
  content: attr(data-text);
  position: absolute;
  inset: 3px 18px 7px;
  z-index: 1;
  color: var(--color-main);
  clip-path: inset(0 100% 0 0);
  animation: fvCatchText .65s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: .48s;
}
.top-fv__catch-line:nth-child(2)::before{
  animation-delay: .18s;
}
.top-fv__catch-line:nth-child(2)::after{
  animation-delay: .66s;
}
.top-fv__lead{
  margin: 28px 0 0;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: .06em;
  text-align: var(--text-left);
  text-shadow: 0 0 12px rgba(0, 0, 0, .28);
  opacity: 0;
  transform: translateX(-18px);
  animation: fvFadeInLeft .7s cubic-bezier(.22,.61,.36,1) 1.18s forwards;
}
.top-fv__bg-text{
  position: absolute;
  right: 4%;
  bottom: 2.5%;
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(96px, 10vw, 190px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  white-space: nowrap;
  text-align: var(--text-left);
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px);
  animation: fvFadeInUp .8s cubic-bezier(.22,.61,.36,1) 1.42s forwards;
}
@media screen and (max-width: 1200px){
  .site-header__logo{
    width: 220px;
    margin-left: 20px;
  }
  .site-header__nav-list{
    gap: 18px;
  }
  .site-header__nav-item a{
    font-size: 14px;
  }
  .site-header__tel{
    margin: 0 20px 0 24px;
  }
  .site-header__tel-number{
    font-size: 24px;
  }
  .site-header__tel-time{font-size: 13px;}
  .site-header__contact{
    width: 210px;
  }
  .top-fv__content{
    left: 8%;
  }
}
@media screen and (max-width: 767px){
  .site-header{
    height: 64px;
  }
  .site-header__inner{
    height: 64px;
  }
  .site-header__logo{
    width: 190px;
    margin-left: 15px;
  }
  .site-header__nav{
    display: none;
  }
  .site-header__tel{
    display: none;
  }
  .site-header__contact{
    width: 64px;
    height: 64px;
    gap: 0;
  }
  .site-header__contact-icon{
    width: 28px;
  }
  .site-header__contact-text{
    display: none;
  }
  .top-fv{
    height: calc(100vh - 64px);
    min-height: 560px;
    background-position: 64% center;
  }
  .top-fv__content{
    left: 6%;
    top: 52%;
    width: 88%;
  }
  .top-fv__catch{
    gap: 10px;
  }
  .top-fv__catch-line{
    padding: 4px 10px 6px;
    font-size: clamp(30px, 8vw, 44px);
  }
  .top-fv__catch-line::after{
    inset: 4px 10px 6px;
  }
  .top-fv__lead{
    margin-top: 20px;
    font-size: 21px;
  }
  .top-fv__bg-text{
    left: 5%;
    bottom: 3%;
    font-size: 18vw;
  }
}

/*top-about*/
.top-about{
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  background: #fff;
}
.top-about__inner{
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 560px;
}
.top-about__content{
  position: relative;
  z-index: 2;
  width: 52%;
  padding: 110px 4% 90px 10%;
  box-sizing: border-box;
  text-align: var(--text-left);
}
.top-about__title{
  margin: 0 0 36px;
  color: var(--color-main);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.top-about__text p{
  margin: 0 0 34px;
  color: #282828;
  font-size: 19px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.top-about__text p:last-child{ margin-bottom: 0; }
.top-about__visual{
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  min-height: 560px;
  background: url("../images/block01-img.jpg") center left / cover no-repeat;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}
.top-about__bg-text{
  position: absolute;
  right: 4%;
  bottom: -4%;
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(96px, 10vw, 190px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  white-space: nowrap;
  text-align: right;
  pointer-events: none;
}
@media screen and (max-width: 1200px){
  .top-about__content{
    width: 56%;
    padding: 90px 4% 80px 8%;
  }
  .top-about__title{
    font-size: 38px;
  }
  .top-about__text p{
    font-size: 17px;
  }
  .top-about__visual{ width: 49%; }
}
@media screen and (max-width: 767px){
  .top-about{
    min-height: auto;
  }
  .top-about__inner{
    display: block;
    min-height: auto;
  }
  .top-about__content{
    width: 100%;
    padding: 70px 6% 48px;
  }
  .top-about__title{
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.45em;
  }
  .top-about__text p{
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.9em;
  }
  .top-about__visual{
    position: relative;
    width: 100%;
    height: 250px;
    min-height: auto;
    clip-path: none;
  }
  .top-about__bg-text{
    right: 4%;
    bottom: -2%;
    font-size: 82px;
  }
}

/*top-service*/
.top-service{
  width: 100%;
  height: 515px;
  overflow: hidden;
  background: #003f79;
}
.top-service__list{
  width: 100%;
  height: 100%;
}
.top-service__item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 515px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.top-service__item::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 39, 73, .12) 0%, rgba(0, 39, 73, .2) 42%, rgba(0, 63, 121, .95) 74%, rgba(0, 63, 121, 1) 100%);
  z-index: 1;
  transition: background .35s ease;
}
.top-service__item:hover::before{
  background: linear-gradient(90deg, rgba(0, 39, 73, .02) 0%, rgba(0, 39, 73, .14) 42%, rgba(0, 63, 121, .9) 74%, rgba(0, 63, 121, 1) 100%);
}
.top-service__item--fire{ background-image: url("../images/block02-servise-img01.jpg"); }
.top-service__content{
  position: relative;
  z-index: 2;
  width: min(38%, 700px);
  margin-right: 6.2%;
  color: #fff;
  text-align: var(--text-left);
}
.top-service__title{
  margin: 0 0 24px;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.45em;
  letter-spacing: 0;
  text-align: var(--text-left);
}
.top-service__text{
  max-width: 460px;
  margin: 0 0 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.85em;
  letter-spacing: 0;
  text-align: var(--text-left);
}
.top-service__button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 202px;
  height: 76px;
  margin: 0;
  padding: 0 26px 0 24px;
  background: var(--color-main);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  box-sizing: border-box;
  text-decoration: none;
  transition: background .3s ease;
}
.top-service__button img{
  width: 11px;
  height: auto;
  transition: transform .3s ease;
}
.top-service__button:hover{ background: #0066b7;}
.top-service__button:hover img{ transform: translateX(5px);}
@media screen and (max-width: 1100px){
  .top-service__content{
    width: min(44%, 460px);
    margin-right: 5%;
  }
  .top-service__title{
    margin-bottom: 20px;
  }
  .top-service__text{
    margin-bottom: 24px;
  }
  .top-service__button{
    width: 202px;
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px){
  .top-service{
    height: auto;
  }
  .top-service__item{
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 430px;
    padding: 0 6% 44px;
    background-position: 28% center;
  }
  .top-service__item::before{
    background: linear-gradient(180deg, rgba(0, 39, 73, .18) 0%, rgba(0, 39, 73, .35) 42%, rgba(0, 63, 121, .96) 100%);
  }
  .top-service__item:hover::before{
    background: linear-gradient(180deg, rgba(0, 39, 73, .1) 0%, rgba(0, 39, 73, .3) 42%, rgba(0, 63, 121, .94) 100%);
  }
  .top-service__content{
    width: 100%;
    max-width: 430px;
    margin-right: 0;
    text-align: var(--text-left);
  }
  .top-service__title{
    margin-bottom: 16px;
  }
  .top-service__text{
    margin-bottom: 22px;
    line-height: 1.8em;
    text-align: var(--text-left);
  }
  .top-service__button{
    width: 202px;
    height: 50px;
    font-size: 16px;
  }
}

/*top-point*/
.top-point{
  width: 100%;
  padding: 100px 0 120px;
  background: url("../images/point-bg.jpg") center center / cover no-repeat;
  box-sizing: border-box;
}
.top-point__inner{
  width: min(92%, 1120px);
  margin: 0 auto;
}
.top-point__title{
  margin: 0 0 68px;
  color: var(--color-main);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.top-point__list{
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.top-point__item{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 82%;
  margin: 0 auto;
}
.top-point__item--02{
  grid-template-columns: 1.2fr 1fr;
}
.top-point__text{
  position: relative;
  z-index: 2;
  padding: 42px 42px 38px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 30px rgba(0, 62, 112, .12);
  box-sizing: border-box;
  text-align: var(--text-left);
}
.top-point__text h3{
  margin: 0 0 22px;
  padding-bottom: 16px;
  color: #282828;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-left);
  background: linear-gradient(to right, #bf1616 0 50px, #db8d8e 50px 100%) left bottom / 100% 1px no-repeat;
}
.top-point__text p{
  margin: 0;
  color: #282828;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.top-point__image{
  position: relative;
  z-index: 1;
}
.top-point__image img{
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.top-point__item--01 .top-point__text{
  margin-right: -46px;
}
.top-point__item--02 .top-point__text{
  margin-left: -46px;
}
.top-point__item--03 .top-point__text{
  margin-right: -46px;
}
@media screen and (max-width: 1100px){
  .top-point{
    padding: 90px 0 110px;
  }
  .top-point__item{
    width: 92%;
  }
  .top-point__text{
    padding: 34px 34px 32px;
  }
  .top-point__text h3{
    font-size: 22px;
  }
  .top-point__image img{
    height: 250px;
  }
}
@media screen and (max-width: 767px){
  .top-point{
    padding: 70px 0 80px;
    background-position: center top;
  }
  .top-point__inner{
    width: 88%;
  }
  .top-point__title{
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.45em;
  }
  .top-point__list{
    gap: 34px;
    margin-top: 36px;
  }
  .top-point__item{
    display: flex;
    flex-direction: column;
  }
  .top-point__image{ order: 1; }
  .top-point__text{ order: 2; }
  .top-point__item,
  .top-point__item--02{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .top-point__image{
    width: 100%;
  }
  .top-point__image img{
    height: 220px;
  }
  .top-point__text{
    width: 92%;
    margin: -28px auto 0;
    padding: 28px 24px 26px;
  }
  .top-point__item--01 .top-point__text,
  .top-point__item--02 .top-point__text,
  .top-point__item--03 .top-point__text{
    margin: -28px auto 0;
  }
  .top-point__text h3{
    margin-bottom: 16px;
    padding-bottom: 13px;
    font-size: 21px;
  }
  .top-point__text p{
    font-size: 14px;
    line-height: 1.85em;
  }
}

/*common-flow*/
.common-flow{
  width: 100%;
  padding: 90px 0 100px;
  background: #fff;
  box-sizing: border-box;
}
.common-flow__inner{
  width: min(92%, 1260px);
  margin: 0 auto;
}
.common-flow__title{
  margin: 0 0 80px;
  color: var(--color-main);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.common-flow__list{
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 38px;
}
.common-flow__list::before{
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 65px;
  height: 1px;
  background: var(--color-main);
}
.common-flow__item{
  position: relative;
  z-index: 2;
  text-align: var(--text-center);
}
.common-flow__step{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  box-sizing: border-box;
}
.common-flow__step span{
  display: block;
  padding-top: 4px;
  margin-bottom: 2px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  text-align: var(--text-center);
}
.common-flow__step strong{
  display: block;
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  line-height: .9;
  text-align: var(--text-center);
}
.common-flow__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
  margin: 0 auto 26px;
}
.common-flow__icon img{
  max-width: 110px;
  max-height: 110px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.common-flow__text h3{
  margin: 0 0 12px;
  color: #282828;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.common-flow__text p{
  margin: 0;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
@media screen and (max-width: 1100px){
  .common-flow__list{
    gap: 24px;
  }
  .common-flow__step{
    width: 110px;
    height: 110px;
  }
  .common-flow__step span{ font-size: 20px; }
  .common-flow__step strong{ font-size: 48px; }
  .common-flow__text h3{ font-size: 22px; }
  .common-flow__text p{ font-size: 16px; }
}
@media screen and (max-width: 767px){
  .common-flow{
    padding: 70px 0 80px;
  }
  .common-flow__inner{
    width: 88%;
  }
  .common-flow__title{
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.45em;
  }
  .common-flow__list{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 36px;
  }
  .common-flow__list::before{
    content: "";
    position: absolute;
    left: 35px;
    top: 35px;
    bottom: 35px;
    display: block;
    width: 1px;
    height: auto;
    background: var(--color-main);
    z-index: 0;
  }
  .common-flow__item{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 78px 70px 1fr;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    background: transparent;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    text-align: var(--text-left);
  }
  .common-flow__step{
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    margin: 0;
  }
  .common-flow__step span{
    margin-bottom: 1px;
    font-size: 13px;
  }
  .common-flow__step strong{
    font-size: 31px;
  }
  .common-flow__icon{
    height: auto;
    margin: 0;
  }
  .common-flow__icon img{
    max-width: 54px;
    max-height: 54px;
  }
  .common-flow__text h3{
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.45em;
    text-align: var(--text-left);
  }
  .common-flow__text p{
    font-size: 14px;
    line-height: 1.65em;
    text-align: var(--text-left);
  }
}

/*top-works*/
.top-works{
  position: relative;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  background: url("../images/block05-bg.jpg") center center / cover no-repeat;
  box-sizing: border-box;
}
.top-works__inner{
  position: relative;
  width: min(92%, 1260px);
  min-height: 760px;
  margin: 0 auto;
  padding: 118px 0 120px;
  box-sizing: border-box;
}
.top-works__title{
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.top-works__instagram{
  width: 100%;
  min-height: 420px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1100px){
  .top-works{
    min-height: 680px;
  }
  .top-works__inner{
    min-height: 680px;
    padding: 100px 0 105px;
  }
  .top-works__instagram{
    min-height: 360px;
    margin-top: 58px;
  }
}
@media screen and (max-width: 767px){
  .top-works{
    min-height: 520px;
    background-position: 58% center;
  }
  .top-works__inner{
    width: 88%;
    min-height: 520px;
    padding: 70px 0 80px;
  }
  .top-works__title{
    font-size: 32px;
    line-height: 1.45em;
  }
  .top-works__instagram{
    min-height: 280px;
    margin-top: 42px;
  }
}

/*top-faq*/
.top-faq{
  width: 100%;
  padding: 90px 0 100px;
  background: #f3f6fc;
  box-sizing: border-box;
}
.top-faq__inner{
  width: min(84%, 1200px);
  margin: 0 auto;
}
.top-faq__title{
  margin: 0 0 76px;
  color: var(--color-main);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.top-faq__list{
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.top-faq__item{
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 62, 112, .14);
}
.top-faq__question{
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  width: 100%;
  min-height: 94px;
  padding: 28px 50px;
  border: 0;
  background: transparent;
  color: #282828;
  box-sizing: border-box;
  cursor: pointer;
}
.top-faq__label{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: var(--text-center);
}
.top-faq__label--question{ color: var(--color-main); }
.top-faq__label--answer{ color: var(--color-red); }
.top-faq__question-text{
  display: block;
  padding: 0 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.top-faq__icon{
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 auto;
}
.top-faq__icon::before,
.top-faq__icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 3px;
  background: var(--color-red);
  transform: translate(-50%, -50%);
  transition: transform .28s ease;
}
.top-faq__icon::after{
  transform: translate(-50%, -50%) rotate(90deg);
}
.top-faq__question[aria-expanded="true"] .top-faq__icon::before{
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-faq__question[aria-expanded="true"] .top-faq__icon::after{
  transform: translate(-50%, -50%) rotate(135deg);
}
.top-faq__answer{
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  max-height: 0;
  overflow: hidden;
  padding: 0 50px;
  opacity: 0;
  box-sizing: border-box;
  transition: max-height .35s ease, padding-bottom .35s ease, opacity .25s ease;
}
.top-faq__item.is-open .top-faq__answer{
  max-height: 260px;
  padding-bottom: 32px;
  opacity: 1;
}
.top-faq__answer p{
  margin: 0;
  padding: 0 28px;
  color: #282828;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.top-faq--service{
  background: #fff;
}
@media screen and (max-width: 1100px){
  .top-faq__inner{
    width: 88%;
  }
  .top-faq__question{
    padding: 26px 38px;
  }
  .top-faq__answer{
    padding: 0 38px;
  }
  .top-faq__item.is-open .top-faq__answer{
    padding-bottom: 30px;
  }
  .top-faq__question-text{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .top-faq{
    padding: 70px 0 80px;
  }
  .top-faq__inner{
    width: 88%;
  }
  .top-faq__title{
    margin-bottom: 42px;
    font-size: 29px;
    line-height: 1.45em;
  }
  .top-faq__list{
    gap: 22px;
  }
  .top-faq__question{
    grid-template-columns: 32px 1fr 28px;
    min-height: 78px;
    padding: 22px 18px;
  }
  .top-faq__label{
    font-size: 28px;
  }
  .top-faq__question-text{
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.65em;
  }
  .top-faq__icon{
    width: 26px;
    height: 26px;
  }
  .top-faq__icon::before,
  .top-faq__icon::after{
    width: 22px;
    height: 2px;
  }
  .top-faq__answer{
    grid-template-columns: 32px 1fr 28px;
    padding: 0 18px;
  }
  .top-faq__item.is-open .top-faq__answer{
    max-height: 360px;
    padding-bottom: 24px;
  }
  .top-faq__answer p{
    padding: 0 14px;
    font-size: 14px;
    line-height: 1.75em;
  }
}

/*service-detail*/
.service-detail-fv{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-detail-fv--fire{
  background-image: url("../images/fire-fv-bg.jpg");
}
.service-detail-fv__inner{
  position: relative;
  width: min(80%, 1500px);
  height: 100%;
  margin: 0 auto;
}
.service-detail-fv__content{
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-45%);
  text-align: var(--text-left);
}
.service-detail-fv__title{
  margin: 0 0 22px;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.18em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.service-detail-fv__lead{
  margin: 0 0 28px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.service-detail-fv__text{
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.service-detail-fv__bg-text{
  position: absolute;
  right: -24%;
  bottom: -5px;
  margin: 0;
  color: rgba(255, 255, 255, .42);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(88px, 11vw, 125px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
  text-align: var(--text-left);
  pointer-events: none;
  transform: translateY(12%);
}
.service-detail-intro{
  width: 100%;
  padding: 92px 0 100px;
  background: #fff;
  box-sizing: border-box;
}
.service-detail-intro__inner,
.service-detail-types__inner,
.service-detail-work__inner{
  width: min(74%, 1200px);
  margin: 0 auto;
}
.service-detail-intro__title{
  margin: 0 0 30px;
  color: var(--color-main);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.service-detail-intro__lead{
  margin: 0 auto 95px;
  color: #282828;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.95em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.service-detail-about{
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 62px;
}
.service-detail-heading{
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 0;
  margin: 0 0 54px;
}
.service-detail-heading__num{
  position: relative;
  display: block;
  color: var(--color-main);
  font-family: "Times New Roman", serif;
  font-size: 66px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-align: var(--text-left);
}
.service-detail-heading__num::after{
  content: "";
  position: absolute;
  right: 12px;
  top: 27px;
  width: 1px;
  height: 72px;
  background: var(--color-main);
  transform: translateY(-50%) skewX(-14deg);
}
.service-detail-heading__title{
  position: relative;
  margin: 0;
  margin-left: 0.5em;
  padding-bottom: 14px;
  color: #282828;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.service-detail-heading__title::after{
  content: "";
  position: absolute;
  left: -39px;
  bottom: 0;
  width: calc(100% + 14px);
  height: 1px;
  background: var(--color-main);
}
.service-detail-about__text p{
  margin: 0 0 34px;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.05em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.service-detail-about__text p:last-child{
  margin-bottom: 0;
}
.service-detail-about__image{
  position: relative;
  padding: 0 34px 30px 0;
}
.service-detail-about__image::before{
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: 0;
  width: calc(100% - 20px);
  height: calc(100% - 30px);
  background: #dcecf7;
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
}
.service-detail-about__image img{
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
}
.service-detail-types{
  width: 100%;
  padding: 92px 0 110px;
  background: url("../images/fire-block02-bg.jpg") center center / cover no-repeat;
  box-sizing: border-box;
}
.service-detail-types__inner > .service-detail-heading,
.service-detail-work__inner > .service-detail-heading{
  width: 56%;
}
.service-detail-card-list,
.service-detail-work-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.service-detail-card{
  background: #fff;
  box-shadow: 0 8px 26px rgba(0, 62, 112, .08);
}
.service-detail-card > img{
  width: 100%;
  height: 284px;
  object-fit: cover;
}
.service-detail-card__body{
  min-height: 350px;
  padding: 42px 36px 30px;
  box-sizing: border-box;
}
.service-detail-card__body h3,
.service-detail-work-card__body h3{
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: none;
  color: #282828;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: .04em;
  text-align: var(--text-left);
  background: linear-gradient(to right, #bf1616 0 50px, #db8d8e 50px 100%) left bottom / 100% 1px no-repeat;
}
.service-detail-card__body p{
  margin: 0 0 24px;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.95em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.service-detail-card__body li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.service-detail-card__body li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("../images/icon-check.png") center center / contain no-repeat;
}
.service-detail-work{
  width: 100%;
  padding: 110px 0 120px;
  background: #fff;
  box-sizing: border-box;
}
.service-detail-work-card{
  display: flex;
  flex-direction: column;
  min-height: 462px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(0, 62, 112, .08);
}
.service-detail-work-card__body{
  min-height: 235px;
  padding: 38px 34px 34px;
  box-sizing: border-box;
}
.service-detail-work-card__body p{
  margin: 0;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.service-detail-work-card img{
  width: 100%;
  height: 228px;
  object-fit: cover;
}
.common-flow--service{
  background: #f3f6fc;
}
.common-flow--service .common-flow__icon img{
  mix-blend-mode: multiply;
}
.service-detail-links{
  width: 100%;
}
.service-detail-links__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.service-detail-links__item{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  padding: 55px 10%;
  color: #fff;
  background-color: rgba(0, 22, 42, .45);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  box-sizing: border-box;
  transition: background-color .3s ease;
}
.service-detail-links__item--fire{ background-image: url("../images/servise-img01.jpg"); }
.service-detail-links__item:hover{
  background-color: rgba(0, 22, 42, .62);
}
.service-detail-links__content{
  max-width: 420px;
  text-align: var(--text-center);
}
.service-detail-links__content h2{
  margin: 0 0 34px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.service-detail-links__content p{
  min-height: 90px;
  margin: 0 0 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.service-detail-links__content span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 68px;
  margin: 0 auto;
  background: var(--color-main);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  transition: background .3s ease;
}
.service-detail-links__item:hover .service-detail-links__content span{
  background: #0066b7;
}
@media screen and (max-width: 1200px){
  .service-detail-fv__inner,
  .service-detail-intro__inner,
  .service-detail-types__inner,
  .service-detail-work__inner{
    width: 84%;
  }
  .service-detail-fv__title{
    font-size: 54px;
  }
  .service-detail-heading{
    grid-template-columns: 96px 1fr;
    gap: 0;
  }
  .service-detail-about{
    gap: 44px;
  }
  .service-detail-card__body,
  .service-detail-work-card__body{
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 900px){
  .service-detail-about,
  .service-detail-card-list,
  .service-detail-work-list,
  .service-detail-links__list{
    grid-template-columns: 1fr;
  }
  .service-detail-types__inner > .service-detail-heading,
  .service-detail-work__inner > .service-detail-heading{
    width: 100%;
  }
  .service-detail-about__image{
    padding: 0 22px 22px 0;
  }
  .service-detail-about__image img{
    width: 100%;
    max-width: 100%;
  }
  .service-detail-card__body,
  .service-detail-work-card__body{
    min-height: auto;
  }
  .service-detail-links__item{
    min-height: 360px;
  }
}
@media screen and (max-width: 767px){
  .service-detail-fv{
    height: 420px;
    background-position: 58% center;
  }
  .service-detail-fv__inner,
  .service-detail-intro__inner,
  .service-detail-types__inner,
  .service-detail-work__inner{
    width: 88%;
  }
  .service-detail-fv__content{
    top: 35%;
  }
  .service-detail-fv__title{
    margin-bottom: 16px;
    font-size: 42px;
  }
  .service-detail-fv__lead{
    margin-bottom: 18px;
    font-size: 18px;
  }
  .service-detail-fv__text{
    font-size: 14px;
    line-height: 1.8em;
  }
  .service-detail-fv__bg-text{
    right: 0;
    bottom: -5px;
    width: 100%;
    font-size: 60px;
    text-align: right;
  }
  .service-detail-intro,
  .service-detail-types,
  .service-detail-work{
    padding: 70px 0 80px;
  }
  .service-detail-intro__title{
    margin-bottom: 22px;
    font-size: 34px;
  }
  .service-detail-intro__lead{
    margin-bottom: 58px;
    font-size: 16px;
    line-height: 1.9em;
  }
  .service-detail-heading{
    grid-template-columns: 70px 1fr;
    gap: 0;
    margin-bottom: 34px;
  }
  .service-detail-heading__num{
    font-size: 44px;
  }
  .service-detail-heading__num::after{
    top:23px;
    right: 8px;
    height: 40px;
  }
  .service-detail-heading__title{
    padding-bottom: 10px;
    font-size: 24px;
  }
  .service-detail-heading__title::after{
    left: -25px;
    width: calc(100% + 20px);
  }
  .service-detail-about__text p,
  .service-detail-card__body p,
  .service-detail-work-card__body p{
    font-size: 15px;
    line-height: 1.9em;
  }
  .service-detail-card > img{
    height: 220px;
  }
  .service-detail-card__body,
  .service-detail-work-card__body{
    padding: 28px 24px 30px;
  }
  .service-detail-card__body h3,
  .service-detail-work-card__body h3{
    margin-bottom: 18px;
    padding-bottom: 14px;
    font-size: 24px;
  }
  .service-detail-card__body li{
    font-size: 14px;
  }
  .service-detail-links__item{
    min-height: 320px;
  }
  .service-detail-links__content h2{
    margin-bottom: 22px;
    font-size: 28px;
  }
  .service-detail-links__content p{
    min-height: auto;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: var(--text-center);
  }
  .service-detail-links__content span{
    width: 170px;
    height: 56px;
    font-size: 14px;
  }
}

/*company*/
.company-fv{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: url("../images/company-fv-bg.jpg") center center / cover no-repeat;
}
.company-fv::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 58, 112, .48);
  z-index: 1;
}
.company-fv__inner{
  position: relative;
  z-index: 2;
  width: min(80%, 1500px);
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.company-fv__content{
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: min(58%, 720px);
  color: #fff;
  text-align: var(--text-left);
  transform: translateY(-45%);
}
.company-fv__title{
  margin: 0 0 22px;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.18em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.company-fv__lead{
  margin: 0 0 28px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.company-fv__text{
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.company-fv__bg-text{
  position: absolute;
  right: -13%;
  bottom: -5px;
  margin: 0;
  color: rgba(255, 255, 255, .42);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(88px, 11vw, 125px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
  text-align: var(--text-left);
  pointer-events: none;
  transform: translateY(12%);
}
.company-section-title{
  margin: 0 0 64px;
  color: var(--color-main);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.company-profile{
  width: 100%;
  padding: 92px 0 118px;
  background: #fff;
  box-sizing: border-box;
}
.company-profile__inner{
  width: min(74%, 980px);
  margin: 0 auto;
}
.company-profile__table{
  width: 100%;
}
.company-profile__row{
  display: grid;
  grid-template-columns: 30% 1fr;
  margin: 0;
  border-bottom: 1px solid #cfd6dc;
}
.company-profile__row dt,
.company-profile__row dd{
  margin: 0;
  padding: 24px 0;
  color: #282828;
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: .03em;
  text-align: var(--text-left);
}
.company-profile__row dt{
  position: relative;
  padding-left: 0;
  color: #23445f;
  font-weight: 700;
}
.company-profile__row dt::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--color-main);
}
.company-profile__row dd{
  padding-left: 34px;
  font-weight: 500;
}
.company-profile__row dd p{
  margin: 0 0 10px;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: .03em;
}
.company-profile__row dd p:last-child{
  margin-bottom: 0;
}
.company-access{
  width: 100%;
  padding: 92px 0 112px;
  background: #f3f6fc;
  box-sizing: border-box;
}
.company-access__inner{
  width: min(82%, 1160px);
  margin: 0 auto;
}
.company-access__list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.company-access__card{
  padding: 44px 44px 48px;
  background: #fff;
  border: 1px solid #dde5ee;
  box-sizing: border-box;
}
.company-access__title{
  position: relative;
  margin: 0 0 24px;
  padding-left: 42px;
  color: #033b78;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.company-access__title::before{
  content: "";
  position: absolute;
  left: 0;
  top: .05em;
  width: 26px;
  height: 34px;
  background: url("../images/icon-map.png") center center / contain no-repeat;
}
.company-access__address{
  min-height: 60px;
  margin: 0 0 28px;
  color: #282828;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: .03em;
  text-align: var(--text-left);
}
.company-access__map{
  position: relative;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  background: #e8eef5;
}
.company-access__map iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 1100px){
  .company-fv__title{
    font-size: 54px;
  }
  .company-profile__inner,
  .company-access__inner{
    width: 88%;
  }
  .company-access__list{
    gap: 32px;
  }
  .company-access__card{
    padding: 36px 32px 38px;
  }
}
@media screen and (max-width: 767px){
  .company-fv{
    height: 420px;
    background-position: 58% center;
  }
  .company-fv__inner{
    width: 88%;
  }
  .company-fv__content{
    top: 35%;
    width: 100%;
  }
  .company-fv__title{
    margin-bottom: 16px;
    font-size: 42px;
  }
  .company-fv__lead{
    margin-bottom: 18px;
    font-size: 18px;
  }
  .company-fv__text{
    font-size: 14px;
    line-height: 1.8em;
  }
  .company-fv__bg-text{
    right: -7%;
    bottom: -5px;
    width: 100%;
    font-size: 60px;
    text-align: right;
  }
  .company-section-title{
    margin-bottom: 42px;
    font-size: 34px;
  }
  .company-profile{
    padding: 70px 0 82px;
  }
  .company-profile__inner{
    width: 88%;
  }
  .company-profile__row{
    display: block;
  }
  .company-profile__row dt{
    padding: 20px 0 10px;
  }
  .company-profile__row dt::after{
    width: 42%;
  }
  .company-profile__row dd{
    padding: 0.5em 0 20px;
  }
  .company-profile__row dt,
  .company-profile__row dd,
  .company-profile__row dd p{
    font-size: 15px;
  }
  .company-access{
    padding: 70px 0 82px;
  }
  .company-access__inner{
    width: 88%;
  }
  .company-access__list{
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .company-access__card{
    padding: 30px 22px;
  }
  .company-access__title{
    margin-bottom: 18px;
    padding-left: 34px;
    font-size: 21px;
  }
  .company-access__title::before{
    width: 22px;
    height: 29px;
  }
  .company-access__address{
    min-height: auto;
    margin-bottom: 22px;
    font-size: 14px;
  }
  .company-access__map{
    aspect-ratio: 1.25 / 1;
  }
}

/*contact*/
.contact-fv{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: url("../images/contact-fv-bg.jpg") center center / cover no-repeat;
}
.contact-fv::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 58, 112, .48);
  z-index: 1;
}
.contact-fv__inner{
  position: relative;
  z-index: 2;
  width: min(80%, 1500px);
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact-fv__content{
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 2;
  width: min(58%, 720px);
  color: #fff;
  text-align: var(--text-left);
  transform: translateY(-45%);
}
.contact-fv__title{
  margin: 0 0 22px;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.18em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.contact-fv__lead{
  margin: 0 0 28px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.contact-fv__text{
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.contact-fv__bg-text{
  position: absolute;
  right: -13%;
  bottom: -20px;
  margin: 0;
  color: rgba(255, 255, 255, .42);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(88px, 11vw, 125px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
  text-align: var(--text-left);
  pointer-events: none;
}
.contact-main{
  width: 100%;
  padding: 78px 0 102px;
  background: #fff;
  box-sizing: border-box;
}
.contact-main--posted .reveal{
  opacity: 1;
  transform: none;
  filter: none;
}
.contact-main__inner{
  width: min(74%, 980px);
  margin: 0 auto;
}
.contact-main__title{
  margin: 0 0 30px;
  color: var(--color-main);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.contact-main__lead{
  margin: 0 0 66px;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85em;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.contact-tel-box{
  display: grid;
  grid-template-columns: 78px 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(100%, 820px);
  min-height: 120px;
  margin: 0 auto 68px;
  padding: 35px 42px;
  background: var(--color-main);
  box-sizing: border-box;
}
.contact-tel-box__icon img{
  width: 58px;
}
.contact-tel-box__number p{
  margin: 0 0 4px;
  color: #fff;
  font-size: 18.6px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: var(--text-left);
}
.contact-tel-box__number a{
  display: inline-block;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 56px;
  text-align: left;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
}
.contact-tel-box__info{
  margin: 0;
  color: #fff;
}
.contact-tel-box__info div{
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  margin: 0 0 10px;
}
.contact-tel-box__info div:last-child{
  margin-bottom: 0;
}
.contact-tel-box__info dt,
.contact-tel-box__info dd{
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.contact-form{
  width: min(100%, 840px);
  margin: 0 auto;
}
.contact-form__row{
  display: grid;
  grid-template-columns: 255px 1fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 34px;
}
.contact-form__row--textarea,
.contact-form__row--privacy{
  align-items: start;
}
.contact-form__label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.contact-form__label span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--color-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
}
.contact-form__field input,
.contact-form__field textarea{
  display: block;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #282828;
  font-size: 16px;
  line-height: 1.6em;
  text-align: var(--text-left);
  box-sizing: border-box;
}
.contact-form__field input{
  height: 50px;
  padding: 10px 16px;
}
.contact-form__field textarea{
  min-height: 158px;
  padding: 14px 16px;
  resize: vertical;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus{
  background: #fff;
  border-color: var(--color-main);
  outline: none;
}
.contact-form__privacy{
  height: 188px;
  padding: 22px 24px;
  overflow-y: auto;
  border: 1px solid #d8e4ea;
  background: #fff;
  box-sizing: border-box;
}
.contact-form__privacy p{
  margin: 0 0 16px;
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: .02em;
  text-align: var(--text-left);
}
.contact-form__agree{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 38px;
  color: #282828;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  cursor: pointer;
}
.contact-form__agree input{
  width: 18px;
  height: 18px;
  border: 1px solid #d7d7d7;
  background: #fff;
}
.contact-form__submit{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 500px;
  height: 68px;
  margin: 0 auto;
  background: var(--color-red);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  transition: background .3s ease;
}
.contact-form__submit img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.contact-form__submit:hover{
  background: #a90f0f;
}
.contact-form__errors{
  max-width: 860px;
  margin: 0 auto 36px;
  padding: 20px 24px;
  border-left: 4px solid var(--color-red);
  background: #fff3f3;
  box-sizing: border-box;
}
.contact-form__errors p{
  margin: 0 0 8px;
  color: var(--color-red);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: var(--text-left);
}
.contact-form__errors p:last-child{
  margin-bottom: 0;
}
.contact-confirm{
  margin-bottom: 44px;
}
.contact-confirm__list{
  margin: 0;
}
.contact-confirm__row{
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid #d8e4ea;
}
.contact-confirm__row:first-child{
  border-top: 1px solid #d8e4ea;
}
.contact-confirm__row dt{
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: var(--text-left);
}
.contact-confirm__row dd{
  margin: 0;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  text-align: var(--text-left);
  white-space: pre-wrap;
}
.contact-form__actions{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact-form__back{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 68px;
  border: 1px solid #b8cbd4;
  background: #fff;
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: background .3s ease, color .3s ease;
}
.contact-form__back:hover{
  background: #eef5f8;
}
.contact-form__actions .contact-form__submit{
  margin: 0;
}
.contact-form--complete{
  padding: 70px 7%;
  background: #f5f9fb;
  text-align: var(--text-center);
}
.contact-form__complete-title{
  margin: 0 0 18px;
  color: var(--color-main);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}
.contact-form__complete-text{
  margin: 0;
  color: #282828;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (max-width: 1100px){
  .contact-fv__title{
    font-size: 54px;
  }
  .contact-main__inner{
    width: 88%;
  }
  .contact-tel-box{
    grid-template-columns: 64px 1fr;
  }
  .contact-tel-box__info{
    grid-column: 2;
  }
}
@media screen and (max-width: 767px){
  .contact-fv{
    height: 420px;
    background-position: 100% center;
  }
  .contact-fv__inner{
    width: 88%;
  }
  .contact-fv__content{
    top: 35%;
    width: 100%;
  }
  .contact-fv__title{
    margin-bottom: 16px;
    font-size: 40px;
  }
  .contact-fv__lead{
    margin-bottom: 18px;
    font-size: 18px;
  }
  .contact-fv__text{
    font-size: 14px;
    line-height: 1.8em;
  }
  .contact-fv__bg-text{
    right: -7%;
    bottom: -10px;
    width: 100%;
    font-size: 60px;
    text-align: right;
  }
  .contact-main{
    padding: 70px 0 82px;
  }
  .contact-main__inner{
    width: 88%;
  }
  .contact-main__title{
    margin-bottom: 24px;
    font-size: 34px;
  }
  .contact-main__lead{
    margin-bottom: 42px;
    font-size: 15px;
    line-height: 1.8em;
  }
  .contact-tel-box{
    grid-template-columns: 48px 1fr;
    gap: 16px;
    min-height: auto;
    margin-bottom: 46px;
    padding: 24px 20px;
  }
  .contact-tel-box__icon img{
    width: 44px;
  }
  .contact-tel-box__number p{
    font-size: 12px;
  }
  .contact-tel-box__number a{
    font-size: 40px;
  }
  .contact-tel-box__info{
    grid-column: 1 / -1;
    padding-left: 64px;
  }
  .contact-tel-box__info div{
    grid-template-columns: 72px 1fr;
    gap: 8px;
  }
  .contact-tel-box__info dt,
  .contact-tel-box__info dd{
    font-size: 17px;
  }
  .contact-form__row{
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }
  .contact-form__label{
    justify-content: flex-start;
    font-size: 15px;
  }
  .contact-form__field input{
    height: 48px;
  }
  .contact-form__privacy{
    height: 180px;
    padding: 18px;
  }
  .contact-form__agree{
    justify-content: flex-start;
    align-items: flex-start;
    margin: 6px 0 30px;
    font-size: 14px;
    text-align: var(--text-left);
  }
  .contact-form__submit{
    width: min(100%, 500px);
    height: 62px;
    font-size: 18px;
  }
  .contact-form__errors{
    margin-bottom: 28px;
    padding: 16px 18px;
  }
  .contact-confirm__row{
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }
  .contact-confirm__row dt,
  .contact-confirm__row dd{
    font-size: 15px;
  }
  .contact-form__actions{
    flex-direction: column-reverse;
    gap: 14px;
  }
  .contact-form__back{
    max-width: 500px;
    height: 56px;
    font-size: 16px;
  }
  .contact-form--complete{
    padding: 48px 6%;
  }
  .contact-form__complete-title{
    font-size: 23px;
  }
}

/*top-cta*/
.top-cta{
  width: 100%;
  overflow: hidden;
}
.top-cta__recruit{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.top-cta__recruit-item{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
  padding: 64px 13% 58px 10%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  box-sizing: border-box;
  transition: background-color .3s ease;
}
.top-cta__recruit-item--job{
  background-image: url("../images/recruit-bg1.jpg");
}
.top-cta__recruit-item--partner{
  background-image: url("../images/recruit-bg2.jpg");
}
.top-cta__recruit-content{
  width: 100%;
  max-width: 660px;
  text-align: var(--text-left);
}
.top-cta__recruit-title{
  margin: 0 0 20px;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.35em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.top-cta__recruit-text{
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.top-cta__recruit-arrow{
  position: absolute;
  right: 5.2%;
  top: 50%;
  width: 44px;
  transform: translateY(-50%);
  transition: transform .3s ease;
}
.top-cta__recruit-arrow img{
  width: auto;
}
.top-cta__recruit-item:hover .top-cta__recruit-arrow{
  transform: translate(8px, -50%);
}
.top-cta__recruit-item:hover{
  background-color: rgba(0, 0, 0, .16);
}
.top-cta__contact{
  width: 100%;
  min-height: 550px;
  background: url("../images/contact-bg.jpg") center center / cover no-repeat;
  box-sizing: border-box;
}
.top-cta__contact-inner{
  width: min(82%, 1280px);
  margin: 0 auto;
  padding: 80px 0 100px;
  box-sizing: border-box;
}
.top-cta__contact-title{
  margin: 0 0 46px;
  color: var(--color-main);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  text-align: var(--text-center);
}
.top-cta__contact-box{
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  align-items: center;
  width: min(100%, 1240px);
  min-height: 215px;
  margin: 0 auto;
  padding: 44px 72px;
  background: rgba(255, 255, 255, .82);
  box-sizing: border-box;
}
.top-cta__contact-lead{
  margin: 0 0 18px;
  color: #282828;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: .04em;
  text-align: left;
}
.top-cta__contact-number{
  margin: 0 0 8px;
  color: #282828;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  text-align: var(--text-left);
}
.top-cta__contact-time{
  margin: 0;
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.top-cta__contact-button{
  display: grid;
  grid-template-columns: 1fr 22px;
  align-items: center;
  gap: 24px;
  min-height: 102px;
  padding: 22px 34px 22px 46px;
  background: var(--color-red);
  color: #fff;
  box-sizing: border-box;
  transition: background .3s ease;
}
.top-cta__contact-button span{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.top-cta__contact-button img{
  width: 22px;
  transition: transform .3s ease;
}
.top-cta__contact-button:hover{
  background: #a90f0f;
}
.top-cta__contact-button:hover img{
  transform: translateX(6px);
}
@media screen and (max-width: 1200px){
  .top-cta__recruit-item{
    padding: 54px 18% 52px 11%;
  }
  .top-cta__recruit-title{
    font-size: 36px;
  }
  .top-cta__recruit-text{
    font-size: 16px;
  }
  .top-cta__contact-box{
    gap: 46px;
    padding: 40px 54px;
  }
  .top-cta__contact-number{
    font-size: 4vw;
  }
  .top-cta__contact-button span{
    font-size: 21px;
  }
}
@media screen and (max-width: 900px){
  .top-cta__recruit{
    grid-template-columns: 1fr;
  }
  .top-cta__recruit-item{
    min-height: 260px;
    padding: 46px 12% 44px 9%;
  }
  .top-cta__contact-box{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .top-cta__contact-lead{
    font-size: 2.5vw;
    text-align: var(--text-center);
  }  
  .top-cta__contact-tel{
    text-align: var(--text-center);
  }
  .top-cta__contact-number,
  .top-cta__contact-time{
    text-align: var(--text-center);
  }
  .top-cta__contact-button{
    width: min(100%, 430px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  .top-cta__recruit-item{
    min-height: 240px;
    padding: 42px 17% 40px 7%;
  }
  .top-cta__recruit-title{
    margin-bottom: 14px;
    font-size: 30px;
  }
  .top-cta__recruit-text{
    font-size: 14px;
    line-height: 1.75em;
  }
  .top-cta__recruit-arrow{
    right: 6%;
    width: 34px;
  }
  .top-cta__contact{
    min-height: auto;
    background-position: center center;
  }
  .top-cta__contact-inner{
    width: 88%;
    padding: 64px 0 76px;
  }
  .top-cta__contact-title{
    margin-bottom: 32px;
    font-size: 42px;
  }
  .top-cta__contact-box{
    gap: 24px;
    min-height: auto;
    padding: 30px 22px;
  }
  .top-cta__contact-lead{
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.65em;
  }
  .top-cta__contact-number{
    font-size: 8vw;
  }
  .top-cta__contact-time{
    font-size: 3.5vw;
  }
  .top-cta__contact-button{
    grid-template-columns: 1fr 18px;
    gap: 18px;
    min-height: 82px;
    padding: 18px 22px 18px 26px;
  }
  .top-cta__contact-button span{
    font-size: 25px;
  }
  .top-cta__contact-button img{
    width: 18px;
  }
}

/*footer*/
.site-footer{
  width: 100%;
  padding: 48px 0 44px;
  background: #282828;
  color: #fff;
  box-sizing: border-box;
}
.site-footer__inner{
  width: min(70%, 1160px);
  margin: 0 auto;
}
.site-footer__upper{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
}
.site-footer__company{
  text-align: var(--text-left);
}
.site-footer__name{
  margin: 0 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.site-footer__address{
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
  letter-spacing: .04em;
  text-align: var(--text-left);
}
.site-footer__nav-list{
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer__nav-list a{
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
  transition: opacity .3s ease;
}
.site-footer__nav-list a:hover{
  opacity: .68;
}
.site-footer__bottom{
  position: relative;
  min-height: 68px;
  padding-top: 58px;
  box-sizing: border-box;
}
.site-footer__copy{
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: .02em;
  text-align: var(--text-center);
}
.site-footer__sns{
  position: absolute;
  right: 0;
  top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  transition: opacity .3s ease;
}
.site-footer__sns:hover{
  opacity: .75;
}
.site-footer__instagram{
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #282828;
  border-radius: 7px;
  box-sizing: border-box;
}
.site-footer__instagram::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 2px solid #282828;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.site-footer__instagram::after{
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #282828;
}
@media screen and (max-width: 1100px){
  .site-footer__inner{
    width: 84%;
  }
  .site-footer__upper{
    grid-template-columns: 1fr;
    align-items: start;
  }
  .site-footer__nav-list{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px){
  .site-footer{
    padding: 40px 0 36px;
  }
  .site-footer__inner{
    width: 88%;
  }
  .site-footer__upper{
    gap: 28px;
    padding-bottom: 26px;
  }
  .site-footer__name{
    font-size: 21px;
  }
  .site-footer__address{
    font-size: 14px;
  }
  .site-footer__nav-list{
    flex-wrap: wrap;
    gap: 16px 22px;
  }
  .site-footer__nav-list a{
    font-size: 14px;
  }
  .site-footer__bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding-top: 34px;
  }
  .site-footer__sns{
    position: static;
    order: 1;
    margin: 0 0 24px;
  }
  .site-footer__copy{
    order: 2;
    font-size: 13px;
  }
}

/*---------------------------------
アニメーション
---------------------------------*/

.reveal{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
  transition-property: opacity, transform, filter;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform, filter;
}
.reveal.is-in{
  opacity: 1;
  transform: none;
  filter: none;
}

/* 方向バリエーション */
.reveal--up{ transform: translateY(14px); }
.reveal--down{ transform: translateY(-14px); }

/* スタイル違い */
.reveal--zoom{ transform: scale(.96); }
.reveal--soft{ filter: blur(1px); }  /* ぼかし弱め */

/* スピード（任意） */
.reveal--fast{ transition-duration: .45s; }
.reveal--slow{ transition-duration: 1s; }

/* 遅延ユーティリティ（.1s刻み） */
.delay-0{  transition-delay: 0s; }
.delay-1{  transition-delay: .1s; }
.delay-2{  transition-delay: .2s; }
.delay-3{  transition-delay: .3s; }
.delay-4{  transition-delay: .4s; }
.delay-5{  transition-delay: .5s; }
.delay-6{  transition-delay: .6s; }
.delay-7{  transition-delay: .7s; }
.delay-8{  transition-delay: .8s; }
.delay-9{  transition-delay: .9s; }
.delay-10{ transition-delay: 1s; }

@keyframes fvCatchBand{
  from{
    transform: scaleX(0);
  }
  to{
    transform: scaleX(1);
  }
}

@keyframes fvCatchText{
  from{
    clip-path: inset(0 100% 0 0);
  }
  to{
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fvFadeInLeft{
  from{
    opacity: 0;
    transform: translateX(-18px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fvFadeInUp{
  from{
    opacity: 0;
    transform: translateY(18px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce){
  .top-fv__lead,
  .top-fv__bg-text,
  .top-fv__catch-line::before,
  .top-fv__catch-line::after{
    animation: none;
  }
  .top-fv__lead,
  .top-fv__bg-text{
    opacity: 1;
    transform: none;
  }
  .top-fv__catch-line::before{
    transform: scaleX(1);
  }
  .top-fv__catch-line::after{
    clip-path: inset(0 0 0 0);
  }
}

/*for PC*/
@media screen and (min-width:960px) {.pc{display:block}.sp{display:none}}
/*for iPad tb(タブレット)*/
@media screen and (min-width:481px) and (max-width:960px) {.pc{display:none}.sp{display:block}}
/*for iPhone sp(スマートフォン)*/
@media screen and (max-width: 980px) {.pc{display:none}.sp{display:block}}
