@charset "utf-8";

/***************************************

base

***************************************/


html {
    font-size: 62.5% !important;
    height: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    /*スマホのスクロールをスムーズにする*/

    /*font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    color: #222;
    background: #f1f1f1;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1rem;
    word-break: break-word;
    /*自動改行*/
}


body {
    font-family: "Noto Sans JP", "Helvetica Neue",
        Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
    webkit-transition: 0.6s;
    transition: 0.6s;
}




ul {

    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



/* -------------------- header -------------------- */

/* 背景色変更 不要な場合は削除 */
header {
    background-color: #f1f1f1;
}



/* -------------------- pagetop -------------------- */

/* ページの上部へ　右下固定版 */

#pagetop--fixed {
    position: fixed;
    bottom: 10vh;
    right: 1vw;
    background: #222;
    opacity: 0.7;
    border-radius: .2rem;
}

#pagetop--fixed a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#pagetop--fixed a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
}



/*******************************

head

********************************/


head {
    position: relative;
}

div.aranciato {
    width: 100%;
    margin: 0 auto;
    padding: 1% 0;
    position: fixed;
    top: 0%;
    background: #f1f1f1;
}

div.aranciato .logo {
    width: 7%;

}



/*******************************

コンテンツ

********************************/


section.top {
    width: 80%;
    margin: 5% auto;
    text-align: center;
}

section.top img {
    width: 70%;

}


h1 {
    font-size: 3rem;
    padding: 2% 0 1%;
    width: 60%;
    margin: 0 auto;
    text-align: left;
    line-height: 4rem;
    font-weight: bold;
}

.title_disp {
    font-size: 1.5rem;
    width: 60%;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0.2rem;
    line-height: 3.0rem
}




section.item {
    width: 55%;
    margin: 5% auto 10%;
    text-align: center;
}

.staff_item_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.staff_item_child {

    width: 50%;

}


h2 {
    font-size: 2.8rem;
    text-align: left;
    font-weight: bold;
    line-height: 1;

}

.item_name {
    font-size: 1.3rem;
    text-align: left;
    padding: 2% 0%;
}

h3 {
    font-size: 1.8rem;
    text-align: left;
    margin: 1% 0;
    font-weight: bold;
}


.item_disp {
    width: 85%;
    font-size: 1.4rem;
    text-align: left;
    padding: 2% 0;
    letter-spacing: 0.2rem;
    line-height: 2.3rem
}


.item_name_link {
    font-size: 1.3rem;
    text-align: left;
    padding: 2% 0%;
}


.item_pic {
    width: 100%;

}





.staff {
    width: 80%;
    margin: 5% auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.staff_img {
    width: 30%;


}

.staff_img img {
    width: 60%;
    border-radius: 50%;
}


.staff_comme {
    width: 70%;
}

.staff_name {

    font-size: 1.0rem;
    text-align: left;
    padding: 2% 0 1%;
    font-weight: 600;


}

.staff_job {

    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 0.2rem;
    line-height: 2rem
}



@media screen and (min-width:720px) and (max-width:1200px) {
    /*　画面サイズが720pxから1200pxまではここを読み込む　*/

    section.top {
    	margin-top: 80px;
    }

    section.top img {
        width: 90%;
    }


    section.item {
        width: 80%;
        margin: 5% auto 10%;
        text-align: center;
    }

    h1 {
        font-size: 3rem;
        padding: 2% 0 1%;
        width: 80%;
        margin: 1em auto 0;
        text-align: left;
        line-height: 4rem;
    }

    .title_disp {
        width: 80%;
        margin: 0 auto 10%;
    }

}


@media screen and (min-width:320px) and (max-width:719px) {
    /*　画面サイズが320pxから479pxまではここを読み込む　*/


    h1 {
        font-size: 2.6rem;
        padding: 2% 0 1%;
        width: 80%;
        margin: 1rem auto;
        text-align: left;
        line-height: 3rem;
    }

    div.aranciato .logo {
        width: 15%;
    }

    section.top {
        width: 100%;
        margin: 40px auto 100px;
        text-align: center;
    }

    section.top img {
        width: 100%;
    }


    .title_disp {
        font-size: 1.5rem;
        width: 80%;
        margin: 1em auto 150px;
        text-align: left;
        letter-spacing: 0.2rem;
        line-height: 2.4rem;
    }





    section.item {
        width: 90%;
        margin: 5% auto 30%;
        text-align: center;
    }

    .staff_item_box {
        flex-wrap: wrap;
    }


    .left {
        flex-wrap: wrap-reverse;
    }

    .staff_item_child {
        width: 100%;
    }


    .item_pic {
        width: 90%;

    }


    .item_name {
        font-size: 1.1rem;
    }

    .item_name_link {
        font-size: 1rem;
        text-align: left;
        padding: 2% 0%;
        font-weight: 600;
    }


    .item_disp {
        width: 100%;
        font-size: 1.3rem;
        text-align: left;
        margin: 1rem 0;
        padding: 2% 0;
        letter-spacing: 0.2rem;
        line-height: 2.5rem;
    }





    .staff {
        width: 100%;
        margin: 5% auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .staff_job {
        font-size: 1.1rem;
    }

}


.btn--return {
	text-align: center;
	margin: 4rem 0 8rem;
}

.btn--return a {
	font-weight: bold;
	width: 80%;
    max-width: 400px;
	margin: 0 auto ;
	color: #fff;
	display: block;
	padding: .8rem 1.6rem;
	background: #333;
	border-radius: .2rem;
}



/***************************************

footer

***************************************/

.footer__linkList,
.footer__snsList {
    justify-content: center;
}


/*******************************

トグル
※消さないで

********************************/

.visible,
.invisible {
    opacity: 0.0;
    transition: opacity 0.5s ease;
}

.visible {
    opacity: 1.0;
}

.visible.translateY,
.invisible.translateY {
    transform: translateY(100px);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.visible.translateY {
    transform: translateY(0);
}

.visible.translateToLeft,
.invisible.translateToLeft {
    transform: translateX(100px);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.visible.translateToLeft {
    transform: translateX(0);
}

.visible.translateToRight,
.invisible.translateToRight {
    transform: translateX(-100px);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.visible.translateToRight {
    transform: translateX(0);
}

.visible.translateScaleUp,
.invisible.translateScaleUp {
    transform: scale(.5);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.visible.translateScaleUp {
    transform: scale(1);
}

.visible.translateScaleDown,
.invisible.translateScaleDown {
    transform: scale(1.4);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.visible.translateScaleDown {
    transform: scale(1);
}

.visible.translateRotate,
.invisible.translateRotate {
    transform: rotate(360deg);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.visible.translateRotate {
    transform: rotate(0deg);
}








/********************************-*/

@media screen and (min-width:480px) and (max-width:600px) {
    /**480px〜：SP横 */


}

@media screen and (min-width:600px) and (max-width:960px) {
    /**600px〜タブレット　768px〜sp縦*/


}