@charset "utf-8";

body {
    /*font-family:'Roboto','游ゴシック体','YuGothic', sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
body:before {
    content:"";
    display:inline-block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
}
.row {
    margin-bottom: 0!important;
}
.main-row {
    position: relative;
/*
    margin-top: -340px;
    padding-top: 340px;
*/
}
.side-banner-seciton.enb {
/*    margin-top: -340px !important; */
}
.side-banner {
    display: inline-flex;
    justify-content: end;
    position: fixed;
    top: 30%;
    right: 0%;
    z-index: 200;
    margin-right: -340px;
}
@media (min-width: 577px) {
    .side-banner-sp {
        display: none !important;
    }
}
@media (max-width: 576px) {
    .side-banner {
        display: none;
    }
    .side-banner-seciton.enb {
        margin-top: 0 !important;
    }
}
.side-banner-sp {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    z-index: 1000 !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    max-width: 576px;
    width: 100%;
    margin-bottom: -113.82812499999999%;
}
.side-banner-sp.showside {
    margin-bottom: 0px;
}
/* padding-top: 113.82812499999999%; */
.side-sp-banner-img {
    position: relative;
    overflow: hidden;
}
.side-sp-banner-img:before {
    display: block;
    font-family: "FontAwesome";
    content: "\f077";
    color: var(--kanxashi);
    width: 30px;
    height: 30px;
    background-color: yellow;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 5%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 2px;
    border-radius: 50%;
}
.showside .side-sp-banner-img:before {
    content: "\f078";
    padding-bottom: 0px;
    padding-top: 0px;
}

.side-sp-banner-img img {
    width: 100%;
}
.side-sp-banner-img {
    box-shadow: 0 -5px 6px rgba(0,0,0,0.2);
}

.side-sp-banner-body-img img {
    width: 100%;
}
.side-sp-banner-img {
    opacity: 0;
}
.fadeTopUp {
    animation-name:fadeTopUpAnime;
    animation-fill-mode:forwards;
    opacity:0;
    animation-duration:1s;
}
@keyframes fadeTopUpAnime{
  0% {
    opacity: 1;
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
    transform: translateY(120%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.side-banner.showside {
    margin-right: 0px;
}
.side-banner-img:before {
    display: block;
    font-family: "FontAwesome";
    content: "\f053";
    color: var(--kanxashi);
    width: 30px;
    height: 30px;
    background-color: yellow;
    position: absolute;
    bottom: 70px;
    left: -55px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    text-indent: -2px;
    border-radius: 50%;
}
.showside .side-banner-img:before {
    content: "\f054";
    text-indent: 2px;
}
.side-banner-img img {
    position: absolute;
    top: 0;
    left: -80px;
    width: 80px;
    opacity: 1;
    box-shadow: -3px 0 6px rgba(0,0,0,0.3);
    border-radius: 6px 0 0 6px;
}
.showside .side-banner-body-img {
    box-shadow: 0px 0 6px rgba(0,0,0,0.3);
}
.side-banner-body-img img {
    width: 340px;
}
.side-banner-img {
    opacity: 0;
}
.fadeSideUp {}
.fadeSideUp {
    animation-name:fadeSideUpAnime;
    animation-fill-mode:forwards;
    opacity:0;
    animation-duration:1s;
}

@keyframes fadeSideUpAnime{
  0% {
    opacity: 1;
    transform: translateX(80px);
  }
  50% {
    opacity: 1;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



/************************************
 * 
 * Top View
 * 
**********************************/

#row-title {
    position: relative;
    display: flex;
    align-items:center;
}
.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 58px);
    min-height: 500px;
/*    background-image: url(../../img/bg.png);*/
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-top: -2px;
}
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    background-image: radial-gradient(rgba(255,255,255,.3) 10%, transparent 20%),
    radial-gradient(rgba(255,255,255,.3) 10%, transparent 20%);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
}
#row-title #logo_area {
    margin: auto;
    text-align: center;
    animation: fadeIn 2s ease 0s 1 normal;
    color: white;
    font-family:  '游ゴシック体','Roboto','YuGothic',sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.kanxashi-logo {
    width: 300px;
}
.kanxashi-corporate-name {
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing : 0.62rem;
}

.movie-logo {
    margin-top: 3rem;
}
.movie-logo a img {
    opacity: 1;
}
.movie-logo a:hover img {
    opacity: .8;
}

.top-movie-banner {
    width: 280px;
    max-width: 80%;
}

@media (max-width: 576px) {
    .video-box {
        max-height: 500px;
    }
    .kanxashi-logo {
        width: 200px;
    }
    .kanxashi-corporate-name {
        font-size: 24px;
    }
}
/************************************
 * 
 * 共通スタイル
 * 
**********************************/
h3.section-label {
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #ccc;
    letter-spacing : 0.62rem;
}
section {
    width: 1024px;
    max-width: 94%;
    margin: 0 auto;
    padding-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
@media (max-width: 768px) {
    section {
        padding-top: 50px;
        margin-bottom: 50px;
    }
}

.button-wrap {
    width: 100%;
}
/************************************
 * 
 * Message Row
 * 
**********************************/

#message-row {}

.corporate-message {
    color: var(--kanxashi);
    font-size: 30px;
    font-weight: bold;
    letter-spacing : 0.22rem;
    margin-bottom: 20px;
}

.corporate-description {
    font-size: 22px;
    line-height: 2;
    letter-spacing : 0.22rem;
}

rt {
    font-size: 8px;
    letter-spacing : 0rem;
}
.message-row .button-wrap {
    margin-top: 50px;
}

/************************************
 * 
 * Business Row
 * 
**********************************/
#business-row {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #e6f4fc 50%, #e6f4fc 100%)
}

.business-copy.pc {
    max-width: 894px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.business-copy.sp {
    display: none;
}
@media (max-width: 768px) {
    .business-copy.pc {
        display: none;
    }

    .business-copy.sp {
        max-width: 600px;
        width: 90%;
        display: block;
        margin: 0 auto;
    }


    #business-row {
        background: #fff;
    }
}
.business-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.business-itme {
    width: 328px;
    max-width: 32%;
    overflow: hidden;
        /* background-color: #ccc; */
    position:relative;
}
.business-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    margin-top: -30px;
    position: relative;
}
.business-animetion {
/*    border: solid 1px #000; */
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.business-image:before {
    content: "";
    display: block;
    padding-top: 127.02702702702702%; /* 比率を指定 */
}
.business-section {
    position: relative;
    padding-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 82px;
    margin: 0;
    top: 0;
    z-index: 100;
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
}
.business-section:before {
    width: 100%;
    height: 80px;
    content: "";
    margin: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
    background-image: url('../../../assets/img/top/business_logo.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-color: var(--kanxashi);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.business-body {
    background-color: #fff;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    bottom: 0;
    width: 100%;
    height: 232px;
    padding: 50px 10px 10px;
    margin-top: -80px;
}

.business-body:before {
    content: "";
    display: block;
    background-color: var(--kanxashi);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    z-index: -1;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

.business-description {
    color: #fff;
    height: 100px;
    text-align: left;
}
@media (max-width: 991px) {
    .business-section {
        font-size: 20px;
    }
    .business-description {
        font-size: 12px;
    }
}
.business-itme .ryokan-hotel-tech {
    background-image: url('../../../assets/img/top/business01_pc.jpg');
}
.business-itme .hr-tech {
    background-image: url('../../../assets/img/top/business02_pc.jpg');
}
.business-itme .tourism-tech {
    background-image: url('../../../assets/img/top/business03_pc.jpg');
}
/* @media (max-width: 768px) { */
@media (max-width: 768px) {

  .business-itme .ryokan-hotel-tech {
      background-image: url('../../../assets/img/top/business01_sp.jpg');
  }
  .business-itme .hr-tech {
      background-image: url('../../../assets/img/top/business02_sp.jpg');
  }
  .business-itme .tourism-tech {
      background-image: url('../../../assets/img/top/business03_sp.jpg');
  }
}

.business-itme .button-wrap {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .business-section {
        padding-top: 26px;
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .business-itme {
        max-width: 100%;
        width: 400px;
        margin: 0 auto 40px;
    }
    .business-wrap {
        display: block;
    }
    .business-image:before {
        content: "";
        display: block;
        padding-top: 54%; /* 比率を指定 */
    }
    .business-description {
        height: 70px;
    }
    .business-body {
        margin-top: -40px;
    }
    .business-body {
        height: 192px;
    }
    .business-body:before {
        height: 190px;
    }

}
.business-itme {
    opacity: 0;
}
.fadeUp {
    animation-name:fadeUpAnime;
    animation-fill-mode:forwards;
    opacity:0;
    animation-duration:0.5s;
}

.fadeUp.seen-ryokan-hotel-tech {
    animation-delay: 0;
}
.fadeUp.seen-hr-tech {
    animation-delay: .2s;
}
.fadeUp.seen-tourism-tech {
    animation-delay: .4s;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/************************************
 * 
 * news-wrap Row
 * 
**********************************/

.news-wrap {
    display: flex;
    justify-content: flex-start;
}
.news-list .title a {
    color: #30343a;
}

.news-title {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}
.news-title .section-label {
    margin-top: 0;
    margin-bottom: 0;
}
.news-label {
    font-size: 26px;
    font-weight: bold;
    letter-spacing : 0.22rem;
    margin-bottom: 26px;
}
.news-list {
    width: calc(100% - 300px - 20px);
    margin-left: 20px;
}
@media (max-width: 768px) {
    .news-title {
        width: 260px;
    }
    .news-list {
        width: calc(100% - 260px);
        margin-left: 0;
    }
}

.news-list ul {
    padding: 0;
    margin: 0;
}
.news-list ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}
.news-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news-list .title {
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
}
.news-list .date {
    padding: 0;
    margin: 0;
    width: 90px;
    color: gray;
    text-align: left;
}
.pule-1 {
    width: 100px;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: inherit!important;
    color: #fff;
}

.notice{background-color: #3a7bd5;}
.press-release{background-color: #ba2c75;}

@media (max-width: 576px) {
    .news-wrap {
        display: block;
    }
    .news-title {
        width: 100%;
        margin-bottom: 30px;
    }
    .news-list {
        width: 100%;
    }

}

/************************************
 * 
 * contact-row Row
 * 
**********************************/

#contact-row {
    background: repeating-linear-gradient(-45deg, #e6f4fc, #e6f4fc 5px, #fff 5px, #fff 10px);
}
#contact-row section {

}
.contact {
    background-color: #fff;
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}
#contact-row .section-label {
    margin-top: 0;
}

.contact-label {
    font-size: 26px;
    font-weight: bold;
    letter-spacing : 0.22rem;
    margin-bottom: 26px;
}

.tel-number {
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: var(--kanxashi);
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0;
}
.tel-number a {
    display: block;
    font-size: 36px;
    margin-left: 6px;
}

.contact .time {
    font-size: 14px;
}

.contact .button-wrap {
    max-width: 300px;
    margin: 15px auto 0;
}
.tel-link {
    color: var(--kanxashi);
    text-decoration: none;
}

.tel-link:hover {
    color: var(--kanxashi);
    text-decoration: none;
}
.tel-link:visited {
    color: var(--kanxashi);
    text-decoration: none;
}

@media (max-width: 576px) {
    .contact-label {
        font-size: 20px;
    }
}