/* font */
@font-face{ 
    font-family: 'osw';
    src: url('../font/font.ttf') format('truetype');
}
.osw{
    font-family: 'osw';
}

html {
    overflow-x: hidden;
}

body{
    margin: 0;
    font-size: 16px;
    color: #808080;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-overflow-scrolling: touch;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.07rem;
    font-size: 15px;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

*:before, *:after {
    display: block;
}

a{
    text-decoration: none;
}

p{
    margin: 0;
    padding: 0;
}

img{
    -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

.wrap{
   display: grid;
   display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 1fr;
    grid-template-columns: 180px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.sec_tit{
    font-family: 'Heebo', sans-serif;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 45px;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
}

/* background 背景色 */
.con_back{
    background-image: url(../img/con_back.png);
    background-position: center center;
    background-repeat: no-repeat;
    mix-blend-mode: initial!important;
}
._w{
    background: #FFF;
}
._g{
    background: #f0f0f0;
}

/* header */
header{
    background: #e9474d;
    color: #FFF;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;

    width: 180px;
    min-height: 100%;
    padding: 10px 0 0;
    position: fixed;
    display: block;
    z-index: 99;
}

header a{
    color: #FFF;
}

.head_wrap{
    display: contents;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.head_news{
    padding: 0 15px;
    margin-bottom: 20%;
}

.head_news p{
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    color: #ffe96e;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    padding: 7px 0;
    margin: 30px 0 10px;
}

.head_img{
    display: block;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 5px;
}

h1 img {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.h_btn{
    background: #FFF;
    border-radius: 5px;
    margin: 10px 0;
    border: solid 2px #FFF;
    transition: all 500ms;

}

.h_btn a{
    display: block;
    font-family: 'Heebo', sans-serif;
    color: #e9474d;
    padding: 0 10px;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}

.h_btn:hover,.h_btn:hover a{
    background: #e9474d;
    color: #FFF;
    transition: all 500ms;
}

.h_btn i{
    margin-right: 10px;
}

.head_b{
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
}

.head_news span{
    display: block;
    font-size: 13px;
    text-align: center;
}

.head_wrap ul li{
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}

.head_wrap ul li a{
    font-family: 'Heebo', sans-serif;
    display: block;
    position: relative;
    padding: 15px 15px;
    line-height: 12px;
    overflow-x: hidden;
}
.head_wrap ul li a:hover{
    color: #FFF;
    background: #d73636;
    transition: all 0ms;
    transition-delay: 200ms;
}
.head_acrive{
    background: #d73636;
}
.head_wrap ul li a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all 0ms;
}
.head_wrap ul li a:hover::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #ffffff;
    transition: all 500ms;
    transition-delay: 250ms;
}

.head_wrap ul li a::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ffb0b0;
    transition: all 0ms;
}
.head_wrap ul li a:hover::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #ffb0b0;
    transition: all 500ms;
}

@media screen and (min-width: 2100px) {
    header{
        width: 200px;
    }
    .head_wrap ul li a {
        padding: 12px 15px;
        line-height: 13px;
    }
    .head_wrap ul li {
        font-size: 1.2rem;
    }
    .head_wrap ul li span {
        font-size: 0.8rem;
    }
}


.scrolltop {
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 16px;
    z-index: 1;
}
.scrolltop a {
    width: 70px;
    height: 70px;
    border-width: 0 0 80px 80px;
    border-style: solid;
    border-color: transparent transparent #252122 transparent;
    display: block;
}
.scrolltop img {
    width: 50px;
    position: absolute;
    right: 10px;
    bottom: 35px;
}


.head_wrap ul li span{
    font-size: 0.6rem;
    font-weight: 500;
}

.sns_icon{
    margin: 20px 15px 0;
}

.sns_icon ul li a{
    padding: 5px 0;
}

.sns_icon ul li a:hover{
    background:transparent;
}
.sns_icon ul li a::before{
    display: none;
}
.sns_icon ul li a:hover{
    background:transparent;
}
.sns_icon ul li a::after{
    display: none;
}

.sns_icon p{
    font-family: 'Heebo', sans-serif;
    letter-spacing: 2px;
    font-size: 0.7rem;
    border-bottom: solid 1px #FFF;
}

.sns_icon ul{
    display: flex;
    justify-content: space-around;
    padding: 0 5px;
    align-content: center;
    align-items: center;
}

.sns_icon ul li{
    margin: 0;
}

.sns_icon ul li a i{
    font-size: 23px;
    font-weight: 600;
}

.arrow {
    display: block;
    filter: invert(1);
    width: 25px;
    margin: 20px auto;
    animation-name: arrow;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
}

@keyframes arrow {
    0% {
        transform: translate(0,2px) rotate(90deg) scale(1,-1);
    }

    100% {
        transform: translate(0,-2px) rotate(90deg) scale(1,-1);
    }
}

/* contents */
.top_img{
    position: relative;
    background: url(../img/top_img.png) center center no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 70px;
    width: 100%;
}

.top_img_wrap{
    width: 1000px;
    margin: auto;
}

.top_title{
    max-width: 100%;
}

.top_img img{
    width: 55%;
}

.cont_wrap{
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

.section{
    display: block;
    position: relative;
    mix-blend-mode: multiply;
    padding-top: 35px;
    padding-bottom: 80px;
}

.sec_cont{
    position: relative;
    max-width: 950px;
    margin: 0 auto;
}

.sec_cont_wrap{
    position: relative;
    max-width: 100%;
    margin: 25px auto 0;
}

.sec_cont_wrap ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.tab1_tit{
    margin-bottom: 20px;
}

.staff_wrap ul li{
}
.staff_wrap ul li:last-child{
    margin-right: 0;
}

.ca_txt{
    height: 320px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 30px;
}

.staff_wrap h5 {
    font-size: 30px;
    letter-spacing: 7px;
    text-align: center;
    margin: 23px 0 20px;
    color: #4d4d4d;
}

.staff_img{
    position: relative;
}

.staff_1-1{
    position: absolute;
    top: 0;
    left: 0;
}
.staff_2-1{
    position: absolute;
    bottom: 0;
    right: 0;
}

.career{
    position: relative;
    padding: 15px 0 0;
    height: 210px;
    border-top: solid 2px #666;
    border-bottom: solid 2px #666;
}

.career span{
    position: absolute;
    top: -12px;
    padding-right: 10px;
    background: #f0f0f0;
    letter-spacing: 6px;
    font-weight: 600;
}

.career ul {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    padding-left: 20px;
    gap: 0px;
}
.career ul:last-of-type {
    margin-bottom: 0;
}

.career ul li{
    width: 100%;
}

.career ul p{
    font-weight: 600;
}

.ca_b .career{
    height: initial;
    padding-bottom: 20px;
}

.ca_b .ca_txt {
    height: 250px;
}

.career ul::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #666;
}

.sec_btn_r a{
    position: relative;
    display: flex;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #4d4d4d;
    color: #4d4d4d;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    transition: all 500ms;
}

.sec_btn_r i{
    font-size: 22px;
}

._i {
    margin-right: 20px;
}

.sec_btn_r a:hover{
    text-align: center;
    font-weight: 500;
    background: #4d4d4d;
    border: solid 2px #4d4d4d;
    color: #FFF;
    opacity: 1;
    transition: all 500ms;
}

.sec_tit {
    position: relative;
    left: 3px;
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 10px;
}

.sec_wrap{
    position: relative;
    display: flex;
    width: 100%;
    margin: 80px auto;
    margin-top: 50px;
    align-items: flex-start;
    justify-content: space-between;
}

.sec_wrap:last-child{
    margin-bottom: 10px;
}

.sec_wrap .sec_txt{
    margin-left: 15px;
}
.sec_wrap._reverse .sec_txt {
    margin-left: 0px;
    margin-right: 15px;
}

.sec_img{
    width: 45%;
}

.tri_img{
    position: absolute;
}
._t_1{
    top: -90px;
    left: -20px;
}
._t_2{
    top: -115px;
    right: 120px;
}
._t_3{
    top: -95px;
    left: 20px;
}
._t_4{
    top: -95px;
    right: -40px;
}
._t_5{
    top: -95px;
    left: -40px;
}
._t_6{
    top: -110px;
    right: 50px;
}

.sec_txt{
    text-align: left;
    width: 50%;
}

#tab1 .sec_txt{
    width: 100%;
    line-height: 35px;
    color: #808080;
}

/* パララックス */
.parallaxbox{
    position: relative;
}
.parallax1 {
	position: absolute;
	top: -50px;
    right: 30px;
	height: auto;
	z-index: 10;
}
.parallax2 {
	position: absolute;
	top: 20px;
    right: 5px;
	height: auto;
	z-index: 5;
    filter: drop-shadow(3px 3px 4px #868686);
}
.parallax3{
    position: absolute;
	top: -20px;
    right: 0px;
	height: auto;
	z-index: 3;
    filter: drop-shadow(3px 3px 4px #868686);
}
/* ---------- */


.sec_txt span {
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 7px;
    margin-bottom: 25px;
    color: #4d4d4d;
}

.sec_txt p{
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 0;
    line-height: 30px;
}

.sec_wrap._reverse img{
    order: 2;
}

.sec_wrap._reverse .sec_txt{
    order: 1;
}


/* ACCESS */
#tab6 p{
    text-align: center;
    line-height: 30px;
    color: #808080;
}

#tab6 span{
    display: block;
    color: #e9474d;
    font-weight: 600;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 10px;
}

#tab6 iframe{
    width: 100%;
    height: 400px;
}

/* slider */
.slid_wrap{
    width: calc(100vw - 180px);
}

.slid_wrap{
}

.slider{
    width: 100%;
    padding: 50px 0;
    background-image: url(../img/slide_back.png);
    background-color: #FFF;
    background-position: center center;
}

.slick-slide{
    width: 250px;
    margin: 0 15px;
}

.img {
    position: relative;
    overflow: hidden;
    width: 250px!important;
}

.img::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.img p{
    position: absolute;
    margin: 0;
    color: #FFF;
    left: 12px;
    bottom: 8px;
    font-weight: 600;
}

.slider .img img{
    width: 100%;
}

.slick-track {
    display: flex!important;
    flex-direction: row;
    align-items: flex-start;
}

.voice_img{
    width: 100%;
}


/* price */
h4 {
    margin: 0;
    text-align: left;
    font-size: 18px;
    letter-spacing: 8px;
    color: #4d4d4d;
}

.list_over{
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.osw_list{
    font-size: 22px;
    margin-bottom: 10px;
    color: #e9474d;
    margin-top: 5px;
    font-weight: 600;
}

.price_list table{
    width: 960px;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    color: #4d4d4d;
}

.price_list ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price_list ul li{
    position: relative;
    margin: 10px 0 40px;
}
.price_list ul li:last-child{
    margin-bottom: 0;
}

.price_img{
    position: absolute;
    top: -20px;
    right: 0;
}

.list_attr{
    text-align: right;
    font-size: 12px;
    margin-top: 25px;
}

.price_list th{
    text-align: center;
    border: solid 1px #888;
    height: 40px;
    font-weight: 500;
}
.price_list tr th:last-child{
    position: relative;
    font-weight: 600;
    color: #4d4d4d;
}
.li_sp{
    position: absolute;
    color: #e9474d;
    margin-left: 1em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* .price_list ul li:last-child th:nth-child(1){
    position: relative;
    width: 20%;
} */
/* .price_list ul li:last-child tr:first-child th:nth-child(1)::before{
    position: absolute;
    top: 20px;
    height: 1px;
    left: -3px;
    background: #888;
    content: '';
    width: 104%;
    transform: rotate(14deg);
} */


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
._mocont{
    max-width: 700px;
    margin: 0 auto;
}


.rent_list {
    width: 100%;
    margin: 0 auto;
}

.rent_list ul li {
    display: flex;
    align-items: center;
    padding: 0 30px;
    padding-bottom: 5px;
    margin-top: 15px;
    justify-content: space-between;
    border-bottom: solid 1px #888;
}

.rent_list p{
    margin: 0;
}

._list1{
    background: #e6e6e6;
    letter-spacing: 0.2rem;
}
._list1 th:last-child{
    background: #fce3e4;
}

.red{
    color: #e9474d!important;
}

footer{
    text-align: center;
    padding: 7px 0;
    color: #FFF;
    background: #e9474d;
    font-size: 0.5rem;
}

.top_att {
    background-color: #e9474d;
    padding: 2em 0;
}
.top_att p {
    font-size: 1.5em;
    text-align: center;
    line-height: 30px;
    color: #fffd01;
}
.top_att span {
    display: block;
    color: #FFF;
    font-weight: 600;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 10px;
}
span.top_span {
    margin: 0;
    margin-top: 5px;
    font-size: 0.8em;
    line-height: 1;
}

/* min-height */
@media screen and (max-height: 810px) {
    .head_wrap ul li {
        font-size: 0.8rem;
    }

    .head_wrap ul li a{
        padding: 8px 15px;
    }

    .head_news p{
        margin: 15px 0 10px;
    }

    .sns_icon {
        margin: 20px 15px 0;
    }

    .sns_icon ul li a {
        padding: 8px 0;
    }

    .arrow{
        display: none;
    }

    .head_img {
        width: 75%;
    }
    .head_news {
        padding: 0 15px;
        margin-bottom: 15%;
    }
}



/*========= スクロールダウンのためのCSS ===============*/
/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 0px;
    left: 50%;
  }
  
  /*Scrollテキストの描写*/
  .scrolldown span{
    /*描画位置*/
    position: absolute;
    text-align: center;
    left: -50px;
    bottom: 60px;
    color: #FFF;
    font-size: 0.7rem;
    letter-spacing: 0.17em;
    width: 100px;
  }
  
  /* 丸の描写 */
  .scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
    width:10px;
    height:10px;
    border-radius: 50%;
    background:#ffffff;
    z-index: 2;
      /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
      circlemove 1.6s ease-in-out infinite,
      cirlemovehide 1.6s ease-out infinite;
    }
  
  /*下からの距離が変化して丸の全体が上から下に動く*/
  @keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
  }
  
  /*上から下にかけて丸が透過→不透明→透過する*/
  @keyframes cirlemovehide{
      0%{opacity:0}
      50%{opacity:1;}
      80%{opacity:0.9;}
      100%{opacity:0;}
  }
  
  /* 線の描写 */
  .scrolldown:after{
      content:"";
        /*描画位置*/
      position: absolute;
      bottom:0;
      left:0;
        /*線の形状*/
      width:2px;
      height: 50px;
      background:#000;
  }


/* --------------------------- */
/* pc / phone */
/* --------------------------- */
.pc_area{
}

.phone_area{
    display: none;
}
/* --------------------------- */
/* --------------------------- */