@charset 'utf-8';
@import url(./basic.css);


/*----------------------------------------------------------------------------------------------------------

    ORIGINAL - サイト独自の設定でbasic.cssを上書き -

----------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------

    TEMPLATE - 20210401 update -

    01 BASIC
    02 LINK
    03 LAYOUT
    04 TITLE
    05 ANIMATION
    06 SNIPPET
    07 COMMON PARTS

----------------------------------------------------------------------------------------------------------*/

/*============================================================

    01 BASIC

============================================================*/


/* 基本 */

body {
    color:#000;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    /* font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: bold; */
}

/* ページ遷移のトランジション + ローディング */

body #loader-wrapper {
    background-color: #fff;
}

body #loader-wrapper #loader {
    border-top: 3px solid rgba(0, 122, 89, 0.2);
    border-right: 3px solid rgba(0, 122, 89, 0.2);
    border-bottom: 3px solid rgba(0, 122, 89, 0.2);
    border-left: 3px solid rgba(0, 122, 89, 0.8);
}

/*
body #loader-wrapper .loadingLogo {
    position: absolute;
    top:50%;
    left:50%;
    width: 100%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    z-index: 999;
    height: calc(33.33333vh - 24px);
    width: auto;
}
*/

@media only screen and (max-width: 812px) {
    .container {
        padding-left:7%;
        padding-right:7%;
    }
    
/*
    body #loader-wrapper .loadingLogo {
        height: calc(20vh - 8px);
    }
*/
}

/*============================================================

    02 LINK

============================================================*/


/*--------------------------------
    リンク基本スタイル
--------------------------------*/

a:link,
a:visited { color:#00634c; text-decoration:none; }

@media only screen and (min-width: 813px) {
    a:hover,
    a:active { color:#8fbab0; text-decoration:none; }
}

a svg {
    fill:#00634c;
}

@media only screen and (min-width: 813px) {
    a:hover svg {
        fill:#8fbab0;
    }
}

/* 白 */
.white a:link,
.white a:visited { color:#fff; text-decoration:none; }

@media only screen and (min-width: 813px) {
    .white a:hover,
    .white a:active { color:#8fbab0; text-decoration:none; }
}


@media only screen and (max-width: 812px) {

}


/*--------------------------------
    矢印付きリンクテキスト
--------------------------------*/

.link_txt {
    margin: 2em auto 0;
}

.link_txt a svg {
    width:16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top:-2px;
    margin: 0 5px;
    fill:#00634c;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    will-change: transform;
}

@media only screen and (min-width: 813px) {
    .link_txt a:hover svg {
        -webkit-transform:translate3d(3px, 0, 0);
        transform:translate3d(3px, 0, 0);
    }
}

@media only screen and (max-width: 812px) {

}


/*--------------------------------
    リンクボタン
--------------------------------*/

.link_btn {
    margin: 2em auto 0;
    width: 300px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.15em;
    text-align: left;
    font-weight: bold;
}

.link_btn a {
    width: 100%;
    height: 50px; /* min-heightだとIE11でバグ */
    padding: 0 10px;
    border: 1px solid #00634c;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    display: -webkit-flex; /* Safari */
    display: flex; /* Chrome, Firefox, IE11 */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.link_btn a:link,
.link_btn a:visited { color:#00634c; background-color: #fff; }

@media only screen and (min-width: 813px) {
    .link_btn a:hover,
    .link_btn a:active { color:#fff; background-color: #00634c; }
}

.link_btn a svg {
    width:16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    fill:#00634c;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    will-change: transform;

    /* flex: flex-grow flex-shrink flex-basis; */
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    max-width:100%;
}

@media only screen and (min-width: 813px) {
    
    .link_btn a:hover svg {
        fill:#fff;
        -webkit-transform:translate3d(5px, 0, 0);
        transform:translate3d(5px, 0, 0);
    }

}

@media only screen and (max-width: 812px) {

    .link_btn {
        width:80%;
        min-width: 240px;
    }
    
    .link_btn a {
        height: 40px;
    }

}



/*============================================================

    03 LAYOUT

============================================================*/

/*--------------------------------
    コンテンツエリア
--------------------------------*/

/* ヘッダーの高さ依存 */

main > section:first-of-type {
    margin-top: 80px;
}

main > section#second_title {
    padding-top: 80px;
    padding-bottom: 0;
}

@media only screen and (max-width: 812px) {

    main > section:first-of-type {
        margin-top: 60px;
    }
    
    main > section#second_title {
        padding-top: 40px;
    }

}




/*============================================================

    07 COMMON PARTS

============================================================*/



/*--------------------------------
    ページトップボタン
--------------------------------*/

.pagetop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 5000;
    zoom:1;
    width: 100%;
    height:50px;
    bottom:20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.pagetop.exist {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pagetop.stop {
    position: absolute;
    bottom: auto;
    /* bottomの値 + 高さ*/
    top:-70px;
}

.pagetop a {
    display: block;
    width: 100px;
    height: 100%;
    text-align: center;
    color: #00634c;
    font-size: 1.2rem;
    margin: 0 auto;
}

.pagetop a::after {
    content: "PAGETOP";
}

.pagetop a svg {
    display: block;
    width:30px;
    height: 30px;
    fill:#00634c;
    margin: 0 auto;
}

@media only screen and (min-width: 813px) {
    .pagetop a:hover svg {
        transform:translate3d(0, -5px, 0);    
    }
}

@media only screen and (max-width: 812px) {

    .pagetop {
        display: none;
    }

}


/*------------------------------------------------------------

    COMMON

------------------------------------------------------------*/

/* 共通スタイル */





