* {
    /* border: 0.1px solid; */
    box-sizing: border-box;
    font-family: 'Noto Sans JP';
}

.container {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.sp {
    display: none;
}

#sp {
    display: none;
}

.sp-none {
    display: block;
}


/* header */


header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
}

.header-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
}

.header-left {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 5px;
}

.header-left img {
    width: auto;
    height: 100%;
}


/* top */


.top-wrapper {
    position: relative;
}

.top-img-rela {
    position: relative;
}

.top-anniver-v1 {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 50px;
}

.top-text-v1 {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 0px;
}

.top-anniver-v2 {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 50px;
}

.top-text-v2 {
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: 0px;
}

.top-anniver-v3 {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 50px;
}

.top-text-v3 {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0px;
}

.top-anniver-v4 {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 50px;
}

.top-text-v4 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0px;
}

.top-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    object-fit: cover;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-next {
    right: 10px;
}

.slick-prev {
    left: 10px;
}


/* menu */

.menu-wrapper {
    background-color: white;
}

.nav-links {
    max-width: 960px;
    width: auto;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.nav-links ul {
    display: flex;
    width: 100%;
}

.nav-links ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25%;
    /* text-decoration: none; */
}

.nav-links ul li {
    padding-bottom: 5px;
    position: relative;
}

.nav-links ul li::before {
    background: #000000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.nav-links ul li:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.nav-links ul li a {
    text-align: center;
}

.nav-links ul li img {
    width: 50px;
    margin-bottom: 5px;
}

.nav-links ul li p {
    font-weight: 600;
    font-size: 19px;
}


/* KM */


.km-wrapper {
    display: flex;
    width: 100%;
    /* height: 850px; */
    justify-content: center;
    align-items: center;
    background-image: url('../img/haikei-v2.jpg');
    background-attachment: local;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.text-box {
    max-width: 900px;
    padding: 50px;
    margin: 20px auto;
    background-image: url('../img/white_paper.jpg');
    background-attachment: local;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.km-tit {
    font-family: 'Noto Sans JP';
    font-size: 27px;
    margin-bottom: 50px;
    font-weight: 500;
    color: black;
    text-shadow: 0px 0px 1px black;
}

.km-text {
    font-family: 'Noto Sans JP';
    margin-bottom: 100px;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    margin: 0 auto;
    color: black;
    text-shadow: 0px 0px 1px black;
}


/* media */


.media-wrapper {
    display: flex;
    width: 100%;
    height: 680px;
    padding: 100px 0;
    justify-content: center;
    align-items: center;
    background-image: url('../img/back-media-05.jpg');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.media-box {
    background-color: white;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 30px;
    /* border: #f1efef 1px solid; */
}

.media-tit {
    font-family: 'Noto Sans JP';
    font-size: 25px;
    font-weight: 500;
}

.item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
}

.item-01 {
    width: 50%;
}

.item-02 {
    display: flex;
    width: 50%;
}

.item-01 img {
    width: 100%;
}

.item-02 img {
    width: 50%;
    padding: 0 10px;
}

.media-text {
    width: 90%;
    margin: 0 auto;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.media-info {
    padding: 30px 0;
    font-family: 'Noto Sans JP';
    font-size: 14px;
}


/* LINE UP */


.list-wrapper {
    display: flex;
    width: 100%;
    height: 50vh;
    justify-content: center;
    align-items: center;
    background-image: url('../img/back-list.jpg');
    background-attachment: local;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 10px 0;
}

/* .list {
    position: relative;
    padding: 1em;
}

.list::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('../img/back-list.jpg') center/cover no-repeat;
    z-index:-1;
  } */

.list-access {
    text-align: center;
    background-color: #1e1e1e;
    width: 250px;
    margin: 0 auto;
}

.list-access a {
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
}

/*== ボタン共通設定 */
.btn {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
    position: relative;
    z-index: 3;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    color: white;
}

.btn:hover span {
    color: #1e1e1e;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: -130%;
    /*色や形状*/
    background: white;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
    animation: skewanime .5s forwards;
    /*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
    100% {
        left: -10%;
        /*画面の見えていない左から右へ移動する終了地点*/
    }
}


/* MESSEAGE */


.sub-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 966px;
    margin-bottom: 100px;
    background-color: #FAFAFA;
}

.sub-tit {
    font-family: 'Noto Sans JP';
    font-size: 27px;
    margin-bottom: 50px;
    font-weight: 600;
}

/* ABOUT */


.about-wrapper {

    padding: 100px 0;
    margin: 0 auto;
    text-align: center;
    background-color: white;
}

.about-wrapper p {
    font-family: 'Noto Sans JP';
    font-size: 34px;
    margin-bottom: 50px;
    font-weight: 400;
}

.about-list {
    display: flex;
    font-family: 'Noto Sans JP';
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.about-text {
    width: 35%;
    margin: 0 auto;
    text-align: left;
}

.about-main {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-sub {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 23px;
}

.about-right {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    /*左右中央揃え*/
}

.about-right img {
    width: 100%;
    margin: 10px auto;
}

.about-map iframe {
    width: 100%;
    height: 300px;
}


/* form */


.form-wrapper {
    padding: 100px;
    background-color: #FAFAFA;
}

.form {
    margin: 0 auto;
    max-width: 600px;
}

.form-title {
    text-align: center;
}

.form-title p {
    font-family: 'Noto Sans JP';
    font-size: 34px;
    padding-bottom: 30px;
}

.form-title p {
    font-family: 'Noto Sans JP';
    font-size: 24px;
    padding-bottom: 30px;
}

.form-input {
    width: 100%;
    height: 36px;
    border: 1px solid #C8C8C8;
}

.form textarea {
    width: 100%;
    border: 1px solid #C8C8C8;
}

.form th {
    vertical-align: inherit;
    text-align: left;
    width: 20%;
    font-size: 11px;
    color: #738081;

}

.form td,
.form th {
    padding: 8px;
}

.form-text {
    font-size: 12px;
    padding: 20px 5px;
}

.btn {
    text-align: center;
    padding: 20px;
    justify-content: space-evenly;
    display: flex;

}

.btn-left {
    padding: 5px 0;
    color: #738081;
    border: 1px solid #868686;
    font-size: 11px;
    width: 20%;
}

.btn-right {
    padding: 5px 0;
    color: #738081;
    border: 1px solid #868686;
    font-size: 11px;
    width: 20%;
}


/* privery-policy */


.privacy-policy {
    height: 350px;
    padding: 2em;
    overflow-y: scroll;
    border: 1px solid #868686;
}

.privacy-policy__box {
    margin-top: 30px;
}

.privacy-policy__box:first-child {
    margin-top: 0px;
}

.privacy-policy__head {
    font-size: 16px;
    font-weight: 700;
}

.privacy-policy__detail {
    font-size: 10px;
    margin-top: .5em;
}

.wrapper {
    max-width: 550px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper p {
    padding: 5px 0;
    font-family: 'Noto Sans JP';
}

@media screen and (max-width: 1000px) {
    .wrapper {
        margin-right: 5%;
        margin-left: 5%;
    }
}


/* php */


.send-thx {
    font-size: 23px;
    color: #01AEBC;
}

/* footer */
.copy_r {
    color: white;
    background-color: #738082;
    font-size: 14px;
    font-family: 'Noto Sans JP';
    padding: 13px;
    text-align: center;
}

/* js */


.wrap {
    max-width: 700px;
    margin: 0px auto;
    padding: 0 40px;
}

.fade-in {
    opacity: 0;
    transition-duration: .5s;
    transform: translate(0, 100px);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein {
    opacity: 0;
    transition: all 1s;
}

.fadein.active {
    opacity: 1;
}