@charset "UTF-8";


html {
    font-size: 62.5%;
    margin-top: 0;
}

body {
    margin: 0;
    font-family: "UD デジタル 教科書体 N-R", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳＰゴシック", sans-serif;
    background-image: url("/wp-content/themes/osoujismile/images/kousi.png;");
    background-size: contain;
    z-index: -1;
}

.body_opacity {

    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
   

}


a,
p,
h1,
h2,
h3 {
    color: #707070;
    margin: 0;
}

a {
    text-decoration: none;
}

#g-nav {
    display: none;
}

/* header */

header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

.header_wrap {
    margin: 0 5%;
    width: 90vw;
    height: 8vw;
    background: #FFF 0 0 no-repeat padding-box;
    box-shadow: 0 4px 6px #41A9A729;
    border: 2.5px solid #41A9A7;
    border-radius: 10px;
    position: relative;
    top: -.2vw;
}

.inpad {
    padding: .4vw 3vw .4vw 2vw;
    width: 90vw;
    height: 9vw;
    box-sizing: border-box;
}

.inpad img {
    width: 100%;
    object-fit: contain;
}

.nav_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.inpad_title_logo {
    width: 11vw;
    height: 4vw;
    transform: translateY(1.2vw);
}

.nav_flex li {
    width: 8.5vw;
    height: 4.5vw;
    list-style: none;
}

/* アイコンサイズ */
.nav_house {
    width: 3.2vw;
    height: 2.8vw;
}

.nav_office {
    width: 5vw;
    transform: translateY(-0.2vw);
}

.nav_strength {
    width: 3.7vw;
    height: 2.8vw;
}

.nav_com {
    width: 3.7vw;
    height: 3.7vw;
}

.nav_mail {
    width: 5vw;
    transform: translateY(.5vw);
}

/* アイコン位置 */
.nav_house img,
.nav_strength img,
.nav_com img {
    transform: translateX(1.3vw);
}

.nav_office img {
    transform: translateX(.6vw);
}

.nav_mail img {
    transform: translateX(.6vw);
}

/* 日本語 */
.nav_flex p {
    position: absolute;
    margin: 0;
    font-size: 1.25vw;
    white-space: nowrap;
    font-family: "UD デジタル 教科書体 N-R";
}

/* 英語 */
.nav_flex small {
    margin: 0;
    font-size: 1vw;
    line-height: 4.6vw;
    white-space: nowrap;
    color: #41A9A7;
    font-family: "ヒラギノ角ゴシック";
}

/* 位置調整 */
.nav_house p,
.nav_office p {
    margin-top: .2vw;
    transform: translateX(-2.6vw);
}

.nav_strength p {
    transform: translateX(.5vw);
}

.nav_com p {
    transform: translateX(1vw);
}

.nav_mail p {
    transform: translateX(-1vw);
}

.nav_house small,
.nav_office small {
    display: inline-block;
    transform: translateX(-.9vw);
}

.nav_strength small,
.nav_com small,
.nav_mail small {
    line-height: 4.6vw;
}

.nav_mail small {
    transform: translateX(-.3vw);
}
.nav_recruit {
    width: 4.5vw;
    height: 4vw;
}
.nav_recruit img {
    transform: translateX(.9vw);
}
.nav_recruit p {
    transform: translateX(.4vw);
}

/* contents */

.page_dir {
    margin-top: 2vw;
    padding-left: 73%;
    font-size: 1.6vw;

}

.cleaning_wrap {
    padding: 3vw 5%;
}

.title {
    text-align: center;
}

.ja_title {
    font-size: 1.8vw;
}

.en_title {
    font-size: 1.1vw;
    font-family: "ヒラギノ角ゴシック";
    color: #41A9A7;
}

.ex_wrap {
    margin: 0 auto;
    width: 60%;
    height: 15vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.item {
    width: 17vw;
    height: 6vw;
    padding: 1.5vw 1vw 1vw 1vw;
    background-color: #41A9A7;
    font-size: 2vw;
    border-radius: 1vw;
}

.item a {
    display: block;
    color: white;
    text-align: center;
    font-family: "ヒラギノ角ゴ ProN W3";
}



.reser_title {
    padding: 2vw 0;
}

.reser_title h2 {
    color: #41A9A7;
    font-size: 2vw;
    font-family: "ヒラギノ角ゴシック";
    border-bottom: 0.3vw solid #41A9A7;
    font-weight: normal;
}

section {
    padding: 500px 0;
}

/* cleanig_contents */
/* BASE CSS */
* {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    vertical-align: bottom;
}

/* ここからカードレイアウトのスタイリング */

.bl_media_container {
    display: flex;
    flex-wrap: wrap;
    margin: calc(-30px / 2);
    padding: 2vw;
}

.bl_media_itemWrapper {
    width: calc(100% / 4 - 30px);
    margin: calc(30px / 2);
    background-color: white;
}

.bl_media_item {
    font-size: 1.4vw;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
}

.img {
    outline: 0.5px solid #707070;
}

.media_sentence {
    height: 23rem;
    padding: 1vw;
}

.bl_media_item h3 {
    margin: 0.3vw 0.3vw 0;
    
}

.sentence {
    margin: 0.3vw 0.3vw 0;
    font-size: 1.2rem;
}

.sentence span {
    font-size: 1.8rem;
    color: #41A9A7;
    font-weight: bold;
}

.green_option{
    background-color: #97cac9;
    padding: 1vw;
    padding-top: 3vw;
    border-radius: 2vw;
}
.option p{
    color: white;
    font-size: 1.6vw;
}

/* footer */
.footer_wrap {
    width: 100%;
    background-color: #41A9A7;
    font-size: 1.4vw;
}

.footer_contents{
    padding-top: 1.3vw;
}

.footer_flex a,
.footer_flex p {
    color: white;
}

.footer_contents a:hover {
    color: rgb(245, 244, 244);
    border-bottom: 2px solid white;
}

.footer_flex {
    padding: 1vw 10% 0;
    display: flex;
    justify-content: space-between;
}

.footer_left {
    display: flex;
}

.logo {
    width: 16vw;
    height: 16vw;
}

.logo img {
    width: 100%;

}

.footer_contents ul {
    list-style: none;
    line-height: 2.5vw;
}

.footer_reser {
    width: 14vw;
    height: 5vw;
    background: #A4D0CF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    margin: 1.5vw 0;
    padding: 0.5vw 1vw;
    text-align: center;
}

.footer_reser:hover {
    background: #8dcac9 0% 0% no-repeat padding-box;
}

.footer_reser p,
.footer_hours p {
    margin: 0;
}

.footer_contents ul {
    padding: 0;
}

.footer_title {
    display: none;
}

.footer_contact {
    display: none;
}


@media screen and (min-width: 1024px) {
    .bl_media_item h3 {
        margin: 0.3vw 0.3vw 0;
        font-size: 1.45vw;
    }

    .media_sentence{
        padding: 0.5vw;
    }
    
    .sentence {
        margin: 0.3vw 0.3vw 0;
        font-size: 1.2rem;
    }
    
    .sentence span {
        font-size: 1.2vw;
        color: #41A9A7;
        font-weight: bold;
    }
}

/* タブレット　2カラム */
@media screen and (max-width: 1024px) {
    .bl_media_itemWrapper {
        width: calc(100% / 2 - 30px);
    }

    .bl_media_item {
        font-size: 1.9rem;
    }

    .reser_title h2 {
        font-size: 2rem;
        border-bottom: 2px solid #41A9A7;
    }

    .ja_title {
        font-size: 2rem;
    }

    .en_title {
        font-size: 1.6rem;

    }

    .sentence span {
        font-size: 1.5rem;
    }
    .green_option{
        background-color: #76c2c1;
        padding: 3rem;
        padding-top: 5rem;
        border-radius: 2vw;
    }
    .option p{
        font-size: 2rem;
    }
}

@media screen and (max-width: 650px) {
    .body_opacity {
        padding-top: 2.5rem;
    }

    .page_dir {
        padding-left: 65%;
        font-size: 1.6rem;
    }

    .ex_wrap {
        width: 60%;
        height: 30vw;
    }

    .item {
        width: 25vw;
        height: 8vw;
        font-size: 3vw;
    }
    .sentence span {
        font-size: 1.2rem;
    }
    .green_option{
        background-color: #76c2c1;
        padding: 2rem;
       
        border-radius: 2vw;
    }
    .option p{
        font-size: 1.5rem;
    }


    /* ハンバーガーメニュー */
    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        display: inline;
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background: #41A9A7;
        /*動き*/
        transition: all 0.6s;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        right: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 30%;
        transform: translate(-20%, -50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

    #g-nav li a {
        font-size: 2rem;
        color: #FFF;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    #g-nav li a:hover {
        border-bottom: 2px solid white;
        padding-bottom: 0.1rem;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn1 {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /* footer */
    .footer_title h2,
    .footer_wrap p {
        margin: 0;
    }

    .footer_wrap {
        font-size: 1.3rem;
        padding-top: 1rem;
    }

    .footer_flex {
        padding: 0;

    }


    .footer_left,
    .footer_flex {
        display: block;
    }

    .logo,
    .footer_detail_com {
        display: none;
    }

    .footer_contact {
        display: block;
        text-align: center;
        margin: 0 26%;
        background-color: rgb(242, 255, 206);
        padding: 0.8rem 0;
        font-size: 1.8rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }


    .footer_contact a {
        color: #41A9A7;
    }

    .footer_contents li {
        font-size: 1.8rem;
        border-top: 0.5px solid #fff;
        text-align: center;
    }

    .footer_contents li:last-child {
        display: none;
        border-bottom: 0.5px solid #fff;

    }

    .footer_contents ul {
        padding: 0;
        margin: 0;
    }

    .footer_contents a {

        display: block;
        padding: 1.5rem 0;
    }


    .header_wrap {
        display: none;
    }

    .page_dir {
        margin: 0;
    }


    .bl_media_item {
        font-size: 1.4rem;
    }

    .media_sentence {
        height: 20rem;
        padding: 1vw;
    }

    .sentence span {
        font-size: 1.3rem;
    }

    .en_title {
        position: relative;
        top: -0.6rem;
    }

}


/* スマホ 1カラム*/
@media screen and (max-width: 470px) {

    .page_dir {
        padding-left: 53%;
        font-size: 1.6rem;
    }

    .ex_wrap {
        width: 70%;
        height: 32vw;
    }

    .item {
        width: 30vw;
        height: 9vw;
        font-size: 3.5vw;
    }

    .bl_media_itemWrapper {
        width: calc(100% / 1 - 60px);
        margin: calc(60px / 2);
    }

    .bl_media_item {
        font-size: 1.2rem;
    }

    .media_sentence {
        padding: 1.2rem;
    }
    .sentence span {
        font-size: 1.8rem;
    }
    .sentence{
        font-size: 1.2rem;
    }

}















