@charset "UTF-8";

/*==================
画面設計
768px をブレイクポイントとし
それ以上はPCレイアウト
768px以下はスマホレイアウトととする
@media screen and ( max-width:48rem) { }
@media screen and ( max-width:767px) {  }
==================*/

html {
    font-size: 10px;
    background-color: #000000;
    height: 100%;
    color: #fff;
    /* padding-top: 80px; */
    scroll-behavior: smooth;
}
body {
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}
section, header, footer, div, ul, li, dl, dt, dd {
    box-sizing: border-box;
}
.wfontSan {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.wfontSerif {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-style: normal;
}
.spDispOnly {
    display: none;
}
.pcDispOnly {
    display: inline;
}
@media screen and (max-width:767px) {
    html {
        font-size: 9px;
        /* padding-top: 60px; */
    }
    .spDispOnly {
        display: block;
    }
    .pcDispOnly {
        display: none;
    }
    img {
        max-width: 100%;
    }
}
a{
    color: inherit;
}
a:hover img {
    opacity: 0.8;
}
a.pagetopBtn {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 20px;
    padding: 5px;
    background-color: #474747;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transform: scale(0.8);
    opacity: 0.8;
    border-radius: 100%;
    z-index: 999;
    text-decoration: none;
    cursor: pointer;
}

.normalTextStyle{
    font-size: 1.5rem;
    line-height: 2;
}

/* トップページ */
.allWrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    color: #9FA0A0;
    box-sizing: border-box;
    padding: 0 20px;
}
.mainvisualArea{
    width: 100%;
    min-height: 90vh;

    display: flex;
    justify-content: center;
    align-items: center;
}
.imgArea{
/*     display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; */
}

.messageArea{
    font-size: 1.4rem;
    line-height: 2.2;
    padding: 60px 0;
    position: relative;
}
.messageArea p{
    margin-bottom: 2em;
}
.messageArea .logo{
    position: absolute;
    right: 0;
    top: 60px;
    z-index: -1;
}
.comInfoArea{
    border-top: #707070 1px solid;
    border-bottom: #707070 1px solid;
    padding: 80px 0;

    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.infotable{
    font-size: 1.4rem;
    line-height: 2.2;
}
.infotable dl .row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.jigyou ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: flex-end;
}
.jigyou ul li{
    font-size: 2.6rem;
    font-weight: 100;
    text-align: right;
}
footer{
    padding: 30px 0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2.6rem;
}


@media screen and (max-width:767px) {
    .mainvisualArea .logoimg{
        width: 70%;
    }
    .imgArea{
        flex-wrap: wrap;
    }
    .imgArea li img{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .comInfoArea{
        display: block;
    }
    .jigyou ul{
        display: block;
        margin-top: 30px
    }
    .jigyou ul li{
        font-size: 1.6rem;
        line-height: 1.6;
        text-align: left;
    }
}

.slider-8 .slick-slide {
  width: 195px;
  height: 195px;
  position: relative;
  overflow: hidden;
}
.slider-8 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-initialized .slick-slide {
    margin-right: 20px;
}