@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&family=Noto+Sans+JP:wght@400;500&family=Walter+Turncoat&display=swap');
html{
    font-size: 62.5%;
}
body {
    font-size:1.6rem;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: 'Noto Sans JP', serif;
    line-height: 2;
    color: #333333;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 680px) {
body {
    line-height: 1.6;
}
}
img{
    max-width: 100%;
    height: auto;
}
.sp{
    display: none;
}
.red{
    color: #B3301C;
}
@media screen and (max-width: 915px) {
.sp{
    display: block;
}
.pc{
    display: none;
}
}
.w1080{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.mb90{
    margin-bottom: 9rem;
}
@media screen and (max-width: 1080px) {
.w1080{
    width: 95%;
}
}
@media screen and (max-width: 640px) {
.mb90{
    margin-bottom: 5rem;
}
}
.lower_page{
    height: 13rem;
}
.header{
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.header_text{
    position: absolute;
    top: 9rem;
    right: 1.5rem;
    padding: .5rem 2rem;
    background: #fff;
    font: 2rem;
}
.header02{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 3px solid #B3301C;
    z-index: 999;
}
.header_left_cont{
    width: 15%;
    height: 100vh;
    background: #fff;
}
.header_left_cont02{
    width: 10%;
    background: #fff;
}
.header_right_cont{
    width: 85%;
}
@media screen and (max-width: 915px) {
.header{
    display: block;
    height: auto;
}
.header_left_cont{
    width: 100%;
    height: auto;
    background: none
}
.header_right_cont{
    width: 100%;
}
}
/*-----------------------
title_style
-----------------------*/
h1{
    max-width: 10vw;
    margin: 2.5rem auto;
    /*logo入れたら消す*/
    line-height: 1.5;
    color: #B3301C;
}
h1 a{
    color: #B3301C;
}
.header_left_cont02 h1{
    max-width: 10rem;
    margin: 0;
    line-height: 1;
}
.h3_stayle{
    font-size: 4rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 1vw;
}
.h3_stayle.center_style{
    text-align: center;
}
.h3_stayle span{
    font-size: 2.2rem;
    font-weight: bold;
    color: #b3301c;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3vw;
}
.h3_stayle.white_style span{
    color: #fff;
}
.h3_stayle.center_style span{
    margin-bottom: 0;
}
.h3_stayle span:after{
    content: "";
    display: inline-block;
    width: 15.8rem;
    height: .1rem;
    background: #b3301c;
    margin-left: 4.2rem
}
.h3_stayle.white_style span:after{
    background: #fff;
}
.h4_style{
    font-size: 4rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 5rem;
}
@media screen and (max-width: 915px) {
h1{
    max-width: none;
/*    width: 7rem;*/
    margin: 2rem auto 1rem;
    text-align: center;
}
.h3_stayle{
    font-size: 3rem;
    margin-bottom: 2rem;
    text-align: center;
}
.h3_stayle span{
    font-size: 1.8rem;
    margin-bottom: 3rem;
}
.h3_stayle.white_style span{
    color: #b3301c;
}
.h3_stayle.white_style span:after{
    background: #b3301c;
}
.h4_style{
    font-size: 2.6rem;
    margin-bottom: 3rem;
}
}
@media screen and (max-width: 640px) {
.h3_stayle.white_style span,
.h3_stayle.center_style span,
.h3_stayle span{
    margin-bottom: 1rem;
}
}
/*-----------------------
gnav
-----------------------*/
.gnav{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 0;
}
.header02 .gnav{
    position: static;
    align-items: center;
}
.gnav li{
    padding: 2rem;
    font-weight: bold;
}
.video_wrap{
    padding-top: 7rem;
}
video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}
@media screen and (max-width: 915px) {
.gnav,
.header02 .gnav{
    width: 30rem;
    height: 100vh;
    justify-content: center;
    align-content: flex-start;
    background: #fff;
    flex-wrap: wrap;
    z-index: 1000;
    padding-top: 10rem;
    position: fixed;
    right: -30rem;
    transition: .5s;
}
.is-drawerActive .gnav,
.is-drawerActive .header02 .gnav{
    right: 0;
}
.gnav li{
    width: 100%;
}
.gnav li a{
    display: block;
    padding: .5rem;
    width: 100%;
}
.video_wrap{
    padding-top: 0;
}
.video_wrap video{
    width: 100%;
    height: auto;
}
}
/*-----------------------
about
-----------------------*/
.top_about_bg{
    background: url("../img/bg01.png"), url("../img/bg02.png");
    background-position: right center,left center;
    background-repeat: no-repeat,no-repeat;
    background-size: 60%,60%;
    height: 80vh;
    min-height: 640px;
    margin: 10vh 0;
    padding: 15vh 0;
}
@media screen and (max-width: 915px) {
.top_about_bg{
    background: none;
    height: auto;
    margin: 3rem 0;
    padding: 0;
    text-align: center;
    min-height: auto;
}
.top_about_bg p{
    margin-bottom: 3rem;
}
}
/*-----------------------
news
-----------------------*/
.top_news_bg{
    background-image: linear-gradient(45deg, rgba(84, 84, 84, 0), rgba(255, 255, 255, 0.06));
    padding: 0 0 11.6rem 0;
}
.news_text{
    text-align: center;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
    padding:  7.5rem 0 0;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4rem;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li .img_wrap{
    width: 100%;
    height: 23rem;
    overflow: hidden;
    text-align: center;
}
.news_list li .img_wrap img{
    width: auto;
    max-width: inherit;
    height: 100%;
}
.news_list li h4{
    font-size: 2.4rem;
    font-weight: normal;
    margin-top: 0.5rem;
    color: #B3301C;
    line-height: 1.4;
}
.news_list li p{
    text-align: left;
    line-height: 1.6;
}
@media screen and (max-width: 915px) {
.top_news_bg{
    padding: 0;
}
.news_list{
    padding: 3rem 0 3rem;
}
.news_list li{
    text-align: left;
    margin-bottom: 2rem;
}
.news_list li h4{
    font-size: 2rem;
}
}
@media screen and (max-width: 680px) {
.news_list{
    max-width: 52rem;
    margin: auto;
}
.news_list li{
    width: 100%;
    margin-right: 0;
}
.news_list li:last-child{
    margin-bottom: 0;
}
}
/*-----------------------
service
-----------------------*/
.top_service_bg{
    background: url("../img/bg_service.png") no-repeat bottom left/ cover;
    width: 100%;
    height: 100vh;
    color: #fff;
    padding-top: 20vh;
    padding-left: 65vw;
}
@media screen and (max-width: 1200px) {
.top_service_bg{
    padding-top: 20vh;
    padding-left: 55vw;
    background: url(../img/bg_service.png) no-repeat bottom left 30%/ cover;
}
}
@media screen and (max-width: 915px) {
.top_service_bg{
    background: none;
    width: 95%;
    margin: 3rem auto 0;
    height: auto;
    color: #333;
    padding: 0;
    text-align: center;
}
.top_service_bg p{
    margin-bottom: 3rem;
}
}
.top_usage_bg{
    background-image: linear-gradient(45deg, rgba(84, 84, 84, 0), rgba(255, 255, 255, 0.06));
    padding: 11.6rem 0;
    text-align: center;
}
.top_usage_bg .h3_stayle{
    text-align: center;
    
}
.usage_movie_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: auto;
    padding: 7.5rem 0 8rem;
}
.usage_movie_list li{
    width: 49%;
    text-align: left;
}
.usage_movie_list li .youtube_wrap{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
.usage_movie_list li .youtube_wrap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width: 915px) {
.top_usage_bg{
    padding: 3rem 0 0;
}
.usage_movie_list{
    padding: 3rem 0 3rem;
}
.usage_movie_list li{
    text-align: left;
    margin-bottom: 2rem;
}
.usage_movie_list li iframe{
    padding-bottom: 1rem;
}
}
@media screen and (max-width: 680px) {
.usage_movie_list li{
    width: 100%;
}
}
.equipment_bg{
    padding: 11.6rem 0;
}
.preparations_list_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 9rem;
}
.preparations_list_wrap.mb60{
    margin-bottom: 6rem;
}
.preparations_list_wrap .preparations_list_wrap_li{
    width: 33%;
    background: #F8F8F8;
    padding: 5rem 4rem;
}
.preparations_list_wrap .option_list_wrap_li{
    width: 49.8%;
    background: #F8F8F8;
    padding: 5rem 4rem;
}
.preparations_list_wrap h5{
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 4rem;
}
.preparations_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}
.preparations_list dt{
    width: 68%;
}
.preparations_list dd{
    width: 32%;
    text-align: right;
}
@media screen and (max-width: 915px) {
.equipment_bg{
    padding: 3rem 0 6rem;
}

.preparations_list_wrap{
    margin-bottom: 3rem;
}
.preparations_list_wrap.mb50{
    margin-bottom: 3rem;
}
.preparations_list_wrap .preparations_list_wrap_li,
.preparations_list_wrap .option_list_wrap_li{
    width: 100%;
    margin-bottom: 1rem;
    padding: 3rem 4rem;
}
.preparations_list_wrap h5{
    margin-bottom: 2rem;
}
.preparations_list dt{
    width: 70%;
}
.preparations_list dd{
    width: 30%;
}
.option_list_wrap_li .preparations_list{
    width: 100%;
}
.option_list_wrap_li .preparations_list:first-child{
    padding-bottom: 0;
}
.option_list_wrap_li .preparations_list:last-child{
    padding-top: 0;
}
}
@media screen and (max-width: 640px) {
.option_list_wrap_li .preparations_list dt,
.option_list_wrap_li .preparations_list dd{
    width: 100%;
}
.option_list_wrap_li .preparations_list dd{
    text-align: right;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #888;
}
}
.btn_red{
    text-align: center;
}
.btn_red a{
    background: #B3301C;
    color: #fff;
    padding: 1.5rem 6rem;
    font-size: 2.4rem;
    border: 1px solid #B3301C;
    transition: .5s;
    display: inline-block;
}
.btn_red a:hover{
    background: none;
    color: #B3301C;
}
.top_price_bg{
    background: url("../img/bg_price01.png"), url("../img/bg_price02.png");
    background-position: left center,right center;
    background-repeat: no-repeat,no-repeat;
    background-size: 60%,60%;
    height: 80vh;
    padding: 15vh 0;
    padding: 30vh 0 0 60vw;
}
.price_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30rem;
    background: #B3301C;
    color: #fff;
    padding: 1rem 2rem;
    line-height: 1;
}
.price_list.mb5{
    margin-bottom: .5rem;
}
.price_list.mb30{
    margin-bottom: 3rem;
}
.price_list dt{
    width: 35%;
}
.price_list dd{
    width: 65%;
    font-size: 2.6rem;
    text-align: right;
}
.price_list dd span{
    font-size: 1.4rem;
}
@media screen and (max-width: 915px) {
.top_price_bg{
    background: none;
    height: auto;
    margin: 3rem 0 0;
    padding: 0;
    text-align: center;
}
.price_list{
    margin: auto;
}
.top_price_bg p{
    margin-bottom: 3rem;
}
}
@media screen and (max-width: 640px) {
.price_list{
    width: 100%;
    max-width: 36rem;
    padding: 2rem 2rem;
    line-height: 1;
}
.price_list dt{
    font-size: 2.4rem;
    width: 35%;
    text-align: left;
}
.price_list dd{
    width: 65%;
    font-size: 3.2rem;
    text-align: right;
}
.price_list dd span{
    font-size: 1.8rem;
}
}
.top_flow_bg{
    background-image: linear-gradient(45deg, rgba(84, 84, 84, 0), rgba(255, 255, 255, 0.06));
    padding: 11.6rem 0;
}
.flow_text{
    text-align: center;
}
.flow_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:  7.5rem 0 0;
}
.flow_list li{
    width: 24.5%;
    background: #B3301C;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow_list li h4{
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: normal;
    color: #fff;
    text-align: center
}
.flow_list li span{
    font-size: 1.6rem;
}
@media screen and (max-width: 915px) {
.top_flow_bg{
    padding: 6rem 0 3rem;
}
.flow_list{
    padding: 3rem 0 3rem;
}
.flow_list li{
    text-align: left;
    margin-bottom: 2rem;
}
}
@media screen and (max-width: 680px) {
.flow_list{
    max-width: 52rem;
    margin: auto;
}
.flow_list li{
    width: 100%;
}
.flow_list li:last-child{
    margin-bottom: 0;
}
}
.top_schedule_bg{
    padding-bottom: 11.6rem;
    text-align: center;
}
.top_schedule_bg iframe{
    width: 100%;
    height: 50rem;
}
.top_contact_bg{
    padding-bottom: 9rem;
    text-align: center;
}
#contact{
    margin-top: -8rem;
    padding-top: 8rem;
}
.btn_green a{
    background: #06C755;
    color: #fff;
    padding: 1.5rem 6rem;
    font-size: 2.4rem;
    border: 1px solid #06C755;
    transition: .5s;
    display: inline-block;
    margin: 5rem auto 0;
}
.btn_green a:hover{
    background: none;
    color: #06C755;
}

@media screen and (max-width: 915px) {
.top_schedule_bg,
.top_contact_bg{
    padding: 0 0 5rem 0;
}
}
@media screen and (max-width: 640px) {
.btn_green a{
    margin: 3rem auto 0;
}
}
.top_access_bg{
    background: url("../img/bg_access.png") no-repeat center center / cover;
    padding: 13rem 0 10rem;
}
.access_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.access_map{
    width: 50%;
}
.access_map iframe{
    width: 100%;
    height: 100%;
}
.access_text{
    width: 45%;
    color: #fff;
}
.company_prof{
    display: flex;
    flex-wrap: wrap;
}
.company_prof a{
    color: #fff;
}
.company_prof dt{
    width: 20%;
}
.company_prof dd{
    width: 80%;
}
@media screen and (max-width: 680px) {
.top_access_bg{
    padding: 3rem 0 ;
}
.access_wrap{
    flex-direction: column-reverse;
}
.access_map,
.access_text{
    width: 100%;
}
.access_text{
    margin-bottom: 2rem;
}
}
.footer_head{
    background: #b3301c;
    padding: 0.5rem 0;
    text-align:right;
}
.footer_head a{
    color:#fff;
    font-size:1.4rem;
}
.footer_bg{
    background: #333;
    color: #fff;
    padding: 1.5rem 3.5rem;
}
.footer_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer_left{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.footer_sns{
    display: flex;
    justify-content: flex-end;
}
.footer_sns li{
    margin-left: 1rem;
}
.footer_logo{
    max-width: 10.6rem;
    margin-right: 4rem;
}
.footer_add{
    line-height: 1.5;
}
@media screen and (max-width: 915px) {
.footer_bg{
    padding: 1.5rem 2.5rem;
}
.footer_wrap{
    display: block;
}
.footer_left{
    margin-bottom: 1rem;
}
.copy{
    text-align: center;
}
}
@media screen and (max-width: 680px) {
.footer_head{
    text-align:center;
}
.footer_left{
    display: block;
    text-align: center;
}
.footer_logo {
    margin: 0 auto 1rem;
}
.footer_sns{
    justify-content: center;
}
}
/*スクロール*/
.type {
  position: relative;
}
.type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
#type07 a {
    display: inline-block;
    position: absolute;
    right: 45%;
    bottom: 0;
    z-index: 2;
    padding: 50px 30px 0px 10px;
    color: #B3301C;
    font-weight: bold;
    line-height: 1;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    transition: 0.2s;
    overflow: hidden;
}
#type07 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100px;
  background: rgba(179, 48, 28, 1);
}
#type07 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100px;
  background: #ccc;
}
#type07 a::after {
  height: 30px;
  animation: sdl07 3s ease infinite;
}

@keyframes sdl07 {
  0% {
    transform: translateY(30px);
  }
  50%, 100% {
    transform: translateY(-70px);
  }
}
@media screen and (max-width: 915px) {
#type07{
    display: none;
}
.type {
  height: auto;
}
}
@media screen and (max-width: 915px) {

.c-button {
    position: fixed;
    top: 3rem;
    right: 3rem;
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 9000;
    }
.p-hamburger {
    width: 48px;
    height: 48px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #b3301c;
    background: rgba(255,255,255,.5);
    box-shadow: 0 0 2rem transparent;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.p-hamburger:hover,
.p-hamburger:focus {
    box-shadow: 0 0 .5rem rgba(255, 255, 255, .5 );
}

.p-hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #b3301c;
    -webkit-transition: inherit;
          transition: inherit;
}
.p-hamburger__line::before,
.p-hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: '';
    -webkit-transition: inherit;
          transition: inherit;
}
.p-hamburger__line::before {
    top: -5px;
}
.p-hamburger__line::after {
    top: 5px;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line {
    background-color: transparent;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    top: 0;
    background-color: #b3301c;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.u-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); 
    margin: -1px;
}
}
.loading{
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.loading img{
  width: 150px;
}
.news_ttl{
    font-size: 3rem;
    font-weight: 100;
    color: #b3301c;
    margin-bottom: 1rem;
}
.news_img{
    margin-bottom: 2rem;
}
.news_img img{
    max-height: 65rem;
    width: auto;
}
.single-pager{
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.single-pager a{
    color: #b3301c;
    margin: 0 2rem;
    font-weight: bold;
}
.no_news{
    text-align: center;
    margin-bottom: 5rem;
    width: 100%;
}
.area_bg{
    padding: 11.6rem 0;
    background: #333;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 915px) {
.area_bg{
    padding: 3rem;
    font-size: 1.8rem;
    text-align: left

}
}