@charset "utf-8";

/* @common
----------------------------------------------------------*/

/* @top
----------------------------------------------------------*/
/* @top-hero  */
.top-hero {
  position: relative;
  z-index: 2;
  height:100vh;
}

.top-hero-img {
  position: relative;
  width: 100%;
  height: 100vh;
  /*min-height: 500px;
  max-height: 724px;*/
}
.top-hero-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center top;
}

.top-hero-lead {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 10rem;
  text-align: center;
}

 .top-hero-lead .cache {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 4.25px;
    line-height: 1.4;
    margin: 0;
    }

.top-hero-lead .cache_text {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    }

.top-hero-con-scroll {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    bottom: 0;
    margin: 0 auto;
}

.top-hero-con-scroll a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: .9375rem;
    font-weight: bold;
}
.top-hero-con-scroll a::after {
    content: "";
    display: block;
    width: 1px;
    height: 2.867em;
    margin: .75em auto 0;
    background: #fff;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}


video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*max-height: 724px;*/
  object-fit: cover;
}

/* @top-intro */
.top-intro {
   position: relative;
   padding: 50px 0;
   margin-bottom: 50px;
   background: #E9E9E9;
}
.secttl {
    position: relative;
    z-index: 2;
    padding-top: 2.4em;
    color: #191a18;
    font-size: 2rem;
    line-height: 1.0;
    letter-spacing: .04em;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #6E839D;
}
.secttl::before {
    content: attr(data-en);
    width: 50%;
    font-size: 8.2rem;
    line-height: .55;
    color: #6E839D;
}


/* @top-feature */

.top-feature__inner {
     display: flex;
     justify-content: space-between;
     margin: 50px auto 0;
     padding: 0 40px;
    }
.top-feature__item {
    width:22%;
    position: relative;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #6E839D;
}
.t_txt  {
    position: absolute;
    display: block;
    top: -5%;
    left: -10%;
    width: 9em;
    padding: 10px 0;
    background: #E60012;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
}

.top-feature__item p img {
    min-width: 60px;
    margin: auto;
    aspect-ratio: 1 / 1;
}
.top-feature__item p {
    color: #6E839D;
    font-weight: 700;
    font-size: 3rem;
    line-height: .1;
}
.top-feature__item small {
    font-size: 45%;
    font-weight: 500;
    letter-spacing: 0;
}
.top-feature__item em {
    letter-spacing: 0;
}
.top-feature__item small {
    font-size: 45%;
    font-weight: 500;
    letter-spacing: 0;
}

.top-feature__item .effect-num {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center left;
  opacity: 0;
}
.top-feature__item .effect-num.on-effect {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.top-feature__item li:nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.top-feature__item li:nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.top-feature__item li:nth-child(4) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}


/* @top-service */
.top-service {
  padding-top: 50px;
  padding-bottom: 38px;
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/top/service-bg.png) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color:rgba(255,255,255,0.55);
  background-blend-mode:lighten;
}

.top-service-lead {
  margin-bottom: 80px;
  font-size: 1.2rem;
  text-align: center;
}

.service-box {
  position: relative;
  margin: 0 auto 50px;
}

.service-box-con {
  width: 50%;
  padding: 0 2.3em;
  font-weight: 600;
  position: relative;
}

.service-box-con span {
    z-index: -1;
    left: 0;
    top: 0;
    color: #efefef;
    font-size: 2.8em;
    line-height: 1;
    font-style: italic;
}
.left-border2 {
    width: 30%;
    border: solid 1px #6E839D;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.service-content_inner {
    position: absolute;
    display: block;
    color: #000;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service-box-img {
  width: 50%;
}

.service-box-con .name {
  margin-bottom: 1.5em;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2  ;
  background: #d1e5f0;
  padding: 1% 2% 1% 0;
  text-align: right;
}
  
  
.service-box-con .name_1 {
  margin-bottom: 1.5em;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2  ;
  background: #ede4f2;
  padding: 1% 2% 1% 0;
  text-align: right;
}
.service-box-con .name_2 {
  margin-bottom: 1.5em;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2  ;
  background: #fcf9d4;
  padding: 1% 2% 1% 0;
  text-align: right;
}
.service-box-con .name_3 {
  margin-bottom: 1.5em;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2  ;
  background: #d7edd1;
  padding: 1% 2% 1% 0;
  text-align: right;
}
.service-box-con .lead {
  font-size: 1.1rem;
  line-height: 1.333;
  width: 80%;
  margin: 20px auto;
}
.service-box-con .txt {
  color: #666;
  font-size: .9333rem;
  line-height: 1.786;
  width: 80%;
  margin: 20px auto;

}
.service-box-con .btn {
  /*margin-top: 2.5rem;*/
  text-align: center;
}



/* @top-sns */
.top-sns {
  padding-top: 70px;
  padding-bottom: 30px;
}
.top-sns-box {
  margin-bottom: 70px;
}
.top-sns-ttl {
  margin-bottom: 1.55em;
}
.insta-list {
  margin-bottom: 20px;
}
.insta-list > li {
  width: 20.78%;
}
.top-sns-instabtn {
  text-align: center;
}

.movie-list > li {
  width: 44.61%;
}

/* @top-company */

.top-company {
  position: relative;
}
.top-company_con{
    /*position: absolute;*/
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    padding-top: 3%;
    padding-bottom: 5%;
    gap: 10%;
}

.top-company-img {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    position: relative;
    width: 100%;
    height: 900px;
}
.top-company-img .img {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.top-company-img .img img {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    /*object-fit: cover;
    font-family: 'object-fit: cover;';*/
}
.top-company .subttl > span {
  border-bottom-color: #6E839D;;
}
.top-company-lead {
  margin-top: .95em;
  margin-bottom: 2.75em;
  font-size: 1.3rem;
  color: #000;
  letter-spacing: .16em;
  line-height: 1.8;
  text-align: center;
}
.top-company-ttl {
  margin-top: 1.5em;
  font-size: 1.6rem;
  letter-spacing: .16em;
  line-height: 1.2;
  color: #000;
}
.top-company-txt {
  font-weight: 600;
}

.table {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 30px;
}
.table dt, .table dd {
    padding: 1.0em;
}
.table dt {
    width: 35%;
    border-bottom: 1px solid #0553dd;
    font-weight: 600;
}
.table dd {
    width: 65%;
    border-bottom: 1px solid #6E839D;
}
.table dd a{
    text-decoration: none;
}


/* top-news */
.top-news {
  margin: 0 auto;
  padding: 0 0 80px;
  background: #E9E9E9;
}
.news_content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.news_unit {
    width: 100%;
    border-bottom: .1rem solid #6E839D;
}

.news_date {
    letter-spacing: .04em;
}

.news_head {
    font-size: 1.2rem;
    margin-left: 1em;
}




/* @top-about */
.top-about {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.5rem;
    padding-left: 4.5rem;
}

.top-about_ttl {
    flex-shrink: 0;
    text-align: right;
}
.top-about_ttl .e {
    display: flex;
    flex-direction: column;
    font-size: 8rem;
    line-height: .7;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
}
.top-about_ttl .j {
    margin-top: 3rem;
    color: #0553dd;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}
.top-about_text {
    font-size: 1.1rem;
    width: 60%;
}
.top-about_text_lead {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.82;
}
.c-local-nav {
    margin: 0 auto ;
}

.c-local-nav li {
    justify-content: space-between;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 33%;
    padding: 0 30px 40px 0;
}
/*.c-local-nav::after {
    display: block;
    content: "";
    width: 23%;
    height: 0;
}*/
.c-local-nav a {
    display: block;
    height: 100%;
    padding: 1em 0.5em;
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    border: 1px solid #6E839D ;
}
.flex-center {
    -webkit-justify-content: center;
    justify-content: center;
}
/* @contact
----------------------------------------------------------*/
.contact-form{
    background: #f2f3f6;
    padding-top: 5em;
}

.form-content{
    padding: 2% 2% 5%;
    margin-bottom: 5em;
}

#mfp_hidden,
#mfp_phase_confirm .confirm-hidden {
  display: none;
}
.mfp_err {
  color: #BC1A1A;
}

/* form  */
.form-tbl {
  margin: 1em 0;
}
.form-tbl .row {
  padding: 1.2em 0;
  border-bottom: 1px solid #09377c;
}
.form-tbl .row > * {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 3em;
  padding-right: 0;
}
.form-tbl .row dt {
  position: relative;
  width: 17em;
  padding-left: 0.5em;
  padding-right: 4em;
  font-weight: bold;
}
.form-tbl dt .req {
  display: inline-block;
  position: absolute;
  top: 1.3em;
  right: 2em;
  margin-left: 1em;
  padding: 0.25em 0.5em;
  color: #fff;
  font-size: .6875rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  background: #E60012;
}
.form-tbl .row dd {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 2em;
}
.form-tbl .form-note {
  margin: .85em 0;
  font-size: .85em;
}
.form-tbl .input-radio label {
  display: inline-block;
}

.form-apply {
  margin-bottom: 1em;
}
.form-apply p {
  margin: 0 0 .5em;
}

/* @form-policy */
.form-policy {
  width:80%;
  margin: 3em auto 2em;
  padding: 1.75em 2.5em;
  height: 200px;
  overflow-y: auto;
  font-size: .875rem;
  border: 1px solid #ddd;
  background: #fff;
}
.form-policy-ttl {
  margin-bottom: 1em;
  font-size: 1.125rem;
}
.form-policy .ttl {
  font-weight: bold;
  font-size: 1.125em;
}

.form-policy-msg {
  width: 80%;
  margin: 2em auto 0;
  padding: 1.5em 2em;
  text-align: center;
  font-size: .875rem;
  background: #EDEDED
}
.form-policy-msg .check {
  display: block;
  margin-top: .75em;
  font-size: 1rem;
}

/* @form-btn */
.form-submit {
  margin-top: 2.5em;
  text-align: center;
}
.form-submit br {
  display: none;
}
.submit-btn,
#mfp_button_send,
#mfp_button_cancel {
  min-width: 260px;
  display: inline-block;
  padding: 1em 2em;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0;
  background: #09377c;
  -webkit-transition:all .6s; transition:all .6s;
  -webkit-appearance:none;
  cursor:pointer;
}
.submit-btn:hover,
#mfp_button_send:hover {
  opacity: .7;
}
.submit-btn[name="submit"],
#fp_button_send {
  min-width: 200px;
}

.mfp_buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-top: 2rem;
}

#mfp_button_cancel {
  min-width: 0;
  color: #666;
  background: #f5f5f5;
}
#mfp_button_cancel:hover {
  background: #EDEDED;
}

/* @form-input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea {
  margin: 4px 0;
  padding: 0.345em 1em;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  border: 1px solid #ddd;
  box-shadow: none;
  background: #fff;
}

input::placeholder,
textarea::placeholder {
  color: #b3b3b3;
  font-weight: bold;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus {
  border-color: #8fbbdd;
  outline: none;
}

.size-t {
  width: 15%;
}
.size-s {
  width: 30%;
}
.size-m {
  width: 70%;
}
.size-l {
  width: 100%;
}
.size-zip {
  width: 8em;
}

/* confirm */
#mfp_phase_confirm {
  margin-top: 3rem;
}
#mfp_phase_confirm_inner h4 {
  text-align: center;
}
#mfp_confirm_table {
  margin: 1em 0;
  width: 100%;
}
#mfp_confirm_table tr {
  display: -webkit-box;
  display: flex;
  padding: 1.2em 0;
  border-bottom: 1px solid #9F6744
}
#mfp_confirm_table tr > * {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 3em;
  padding-right: 0;
}
#mfp_confirm_table th {
  position: relative;
  width: 15.5em;
  padding-left: 0.5em;
  padding-right: 4em;
  text-align: left;
  font-weight: normal;
  border-right: 1px solid #ddd;
}
#mfp_confirm_table td {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 2em;
}

.con-tel {
  padding-top: 2em;
  padding-bottom: 4em;
}

.contact-tel-ttl {
  margin-bottom: .5em;

}
.contact-tel-num {
  text-align: center;
}
.contact-tel-num a{
  text-decoration: none;
}

/* thanks */
.contact-thanks{
   margin: 2em auto;
}
.thanks-box {
  max-width: 820px;
  margin: 0 auto;
  padding: 1.5em 2.5em;
  line-height: 2;
}





@media screen and (max-width: 960px){
.c-local-nav {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-left: -18px;
    margin-right: -18px;
}
.c-local-nav li {
    width: 45%;
    margin: 0 2% 5%;
    padding: 0;
}
.c-local-nav a {
    padding-left: 0.15em;
    padding-right: 0.15em;
    font-size: .929rem;
    font-feature-settings: "palt";
    letter-spacing: .01em;
}
}
/* @wp page
----------------------------------------------------------*/
.wp-block-table td:first-child {
  width: 12em;
}

/* レスポンシブ
----------------------------------------------------------*/

/* @960px 以上 (PC) */
@media screen and (min-width: 959px) {
  /* @top

  ----------------------------------------------------------*/

 
  /* @top-service */
  .service-box:nth-child(2n+1) .service-box-con {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .service-box:nth-child(2n) {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .service-box:nth-child(2n) .type {
    right: auto;
    left: 0;
    padding-top: .5em;
  }


}

@media screen and (max-width: 1280px) {
  /* @top
  ----------------------------------------------------------*/

}

/* @959px 以下 (タブレット横以下) */
@media screen and (max-width: 1024px) {

  /* @common
  ----------------------------------------------------------*/

  /* @top
  ----------------------------------------------------------*/
  /* @top-hero */
  .top-hero-lead {
    padding-top:0;
    }
 video {
   max-height: 100%;
  }
   /* @top-intro */
  .top-intro {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .secttl {
    padding-top: .5em;
    font-size: 1.7rem;
    }
  .secttl::before {
    font-size: 4rem;
    right: 0;
    }


  /* @top-feature */
  .top-feature__inner {
      padding: 0;
      margin: 30px auto 0;
    }
  .top-feature__item p {
     font-size: 2.5rem;
    }

   .top-feature-txt {
	font-size: 1.1rem;
	text-align: left;
  }
  .point-list li {
    width: 100%;
    margin-bottom: 8%;
  }

  /* @top-about */
 .top-about {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
 }
 .top-about_ttl {
        margin-bottom: 4rem;
        text-align: left;
    }
 .top-about_ttl .e {
        display: block;
        font-size: 4rem;
        line-height: 1;
    }
   .top-about_text_lead {
    font-size: 1.3rem;
 }
    
    
  


  /* @top-sns */
  .movie-list {
    display: block;
  }
  .movie-list > li {
    width: 100%;
    margin-bottom: 2em;
    line-height: 0;
  }



  /* @top-company */
  .top-company {
    margin-top: 2.5em;
}
  .top-company_con {
    display: block;
}
  .top-company-lead {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .top-company-ttl {
    font-size: 1.6rem;

  }
  .top-company-img {
    /*height:950px;*/
    height:300px;
    }
   .top-company-img .img img {
    object-fit: cover;
}   
    
    
 .table {
    
    padding: 30px 10px 0;
}
  /* @top-news */
  .top-news {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
}
 
/* @contact
----------------------------------------------------------*/
 .contact-form {
    padding-top: 3em;
}


}


@media screen and (max-width: 960px) {
/* top-service */

  .top-service {
    padding-top: 2.5em;
    padding-bottom: 0;
    background-image: url(../img/top/service-bg-sp.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
  }
  .service-box {
    padding-bottom: 1.5em;
  }
  .service-box-con {
    width: 100%;
    padding: 0 0 2em;
    position:static;
  }
  .service-box-con .type {
    right: -.5em;
    font-size: 1.7143rem;
  }
  /*.service-box-con .name {
    font-size: 1.5rem;
  }*/
  .service-box-con .lead {
    font-size: 1.2rem;
    padding-right: 2em;
  }

  .service-box-con .txt {
    line-height: 1.6;
  }
  .service-box-con .btn {
    /*position: absolute;*/
    bottom: 0;
    /*left: 0;*/
    right: 0;
	margin-top: 1.0rem;
  }
  .service-box-img {
    width: 100%;
    /*margin-top: -80px;*/
  }
}
    
    
/* @599px 以下 (スマホ) */
    
@media screen and (max-width: 599px) {
  /* @common
  ----------------------------------------------------------*/
 .secttl {
     display: block;
    }

  /* @top
  ----------------------------------------------------------*/
  /* @top-hero */
  .top-hero-lead .logo {
    width: 64.52%;
  }
  .top-hero-lead .cache {
    margin-top: .25em;
    font-size: 1.8286rem;
  }
  .top-hero-lead .cache_text {
    font-size: 1.3rem;
    padding-left: 0;
  }
  .left-border {
    width: 50px;
    margin-right: 20px;
  }
   .top-service-lead {
    margin-bottom: 3.5em;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: left;
  }
    
/* @top-intro */
  .top-intro {
    padding-top: 1rem;
    margin-bottom: 0;
  }
    
    /* @top-about */
 .top-about {
    display: block;
 }
.top-about_ttl {
        margin-bottom: 2rem;
 }
.top-about_ttl .j {
    margin-top: .7rem;
    font-size: 1.2rem;
 }
.top-about_text {
    width:100%;
 }
    
    
  /* @top-feature */

  .top-feature__inner {
       grid-template-columns: auto auto;
      display: grid;
      gap: 30px;
      margin: 0 auto;
      padding: 0;
    }
  .top-feature__item {
     width: 100%;
     padding: 0;
    }

    
  /* top-service */
 .service-box-con .lead{
    padding-right: 0;
  }
  .left-border2 {
    width: 20%;
  }
  .service-box-con .lead,
  .service-box-con .txt { 
    width:100%;
  }
 
 
  /* @top-company */
  .top-company-lead {
    margin-bottom: 0;
  }
  /* @top-sns */
  .top-sns {
    padding-top: 30px;
  }
  .top-sns-box {
    margin-bottom: 40px;
  }
  .top-sns-instabtn img {
    width: 90px;
  }
  .youtube iframe {
  width: 100%;

}
  /* @top-owner */
  .top-owner-lead {
    margin-bottom: 1.2em;
    font-size: 1.2rem;
  }
  .top-owner-ttl {
    font-size: 1.4286rem;
  }


/* @contact
----------------------------------------------------------*/
 .contact-form {
    padding-top: 3em;
}
.form-tbl .row dt {
    width:100%;
}
.form-tbl dt .req {
    position: static;
    vertical-align: .2em;
}
.form-tbl .row dd {
    width:100%;
    padding: 0;
}
.size-s,.size-m {
    width: 100%;
}

.form-policy,.form-policy-msg {
    width: 100%;
}

.thanks-box {
  padding: 1.5em ;
  line-height: 2;
}
  /* @wp page
  ----------------------------------------------------------*/
  .wp-block-table td:first-child {
    width: 9em;
  }

}


/* 320px 以下 (スマホ)  */
@media screen and (max-width: 340px) {


}
