@charset "UTF-8";

/* グロースハック基本CSS 20210825 */

html {
    color: #333333;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Veldana, sans-serif;
}

a {
    text-decoration: none;
    color: #333333;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pc_img {
    display: block !important;
}

.sp_img {
    display: none !important;
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media only screen and (max-width: 750px) {
    .pc_img {
        display: none !important;
    }
    .sp_img {
        display: block !important;
    }
}


/* モバイルCSS・モバイルCSS・モバイルCSS・モバイルCSS・モバイルCSS・ */

@media screen and (max-width: 750px) {
    #wrapper {
        width: 100%;
        margin: 0 auto;
    }
    section {
        margin: 0;
        padding: 0;
    }
    ul {
        text-align: left;
        margin: 3px;
        /* padding: 0; */
    }
    p {
        font-size: 18px;
    }
    .title_bar {
        width: 100%;
        height: 45px;
        /* display: flex;
  background-color: #fff; */
        position: fixed;
        top: 0;
        opacity: 0.9;
        z-index: 3;
    }
    .head_FLEX {
        width: 100%;
        height: 45px;
        display: flex;
        background-color: #fff;
        /* position: fixed;
  top: 0;
  opacity: 0.9;
  z-index: 3; */
    }
    .head_LOGO {
        width: 80%;
    }
    .head_LOGO img {
        height: 70%;
        margin-top: 12px;
        margin-left: 5%;
        float: left;
        /* background-color: darksalmon; */
    }
    .mail_btn {
        width: 20%;
        /* height: 80px; */
        /* background-color: aliceblue; */
    }
    .mail_btn img {
        width: 30px;
        float: right;
        margin-right: 23%;
        margin-top: 10px;
        /* background-color: darkorange; */
    }
    .mainvisual {
        /* height: auto; */
        width: 100%;
        margin: 0;
        /* background-color: bisque; */
        /* background-size:auto; */
        text-align: center;
    }
    .title_re_design {
        display: block;
        z-index: 1;
    }
    .title_re_design img {
        max-width: 100%;
        position: absolute;
        top: 0px;
        /* background-color: darkblue; */
        opacity: 0.9;
    }
    .bg_img {
        width: 100%;
        /* background-color: darkgray; */
        z-index: -1;
        margin: 0;
    }
    .bg_img img {
        width: 100%;
    }
    ;
    #stripe {
        /* display: block;
  width: 100%; */
        background-color: gainsboro;
        /* background: url(img/bg_strip.png) no-repeat; */
    }
    .bg_stripe {
        width: 100%;
        height: auto;
        /* background: goldenrod; */
        background-image: url("../img/bg_strip.jpg");
        background-repeat: no-repeat;
        background-size: 30em auto;
        padding: 10px 0 0 0;
        /* background-size: 52em auto; */
    }
    /* ↓プライバシーポリシー */
    .bg_white {
        width: 90%;
        /* height: auto; */
        margin: 0 auto;
        padding: 50px 0 0 0;
    }
    .privacy_contents {
        width: 100%;
        text-align: center;
        /* background-color: antiquewhite; */
        padding-bottom: 32px;
    }
    .privacy_contents h1 {
        font-size: 22px;
    }
    .privacy_contents h2 {
        font-size: 20px;
    }
    .privacy_contents p {
        text-align: left;
    }
    .privacy_list2 {
        font-size: 18px;
    }
    /* ↑プライバシーポリシー */
    .maincatch {
        margin: 0;
        text-align: center;
        /* position: absolute;
  top: 50px; */
    }
    .maincatch p {
        margin: 0 auto;
        width: 90%;
        text-align: left;
        font-size: 17px;
        line-height: 1.8;
    }
    .maincatch h1 {
        font-size: 23px;
    }
    .jigyouSHKAI {
        text-align: center;
    }
    .jigyouSHKAI h2 {
        margin: 30px 0 3px 0;
        font-weight: middle;
        font-size: 20px;
    }
    .REDborder {
        height: 2px;
        background-color: #DC0000;
        margin: 0 auto 25px auto;
        width: 70%;
    }
    .kakujigyou {
        margin: 0 auto 15px auto;
        padding-bottom: 15px;
        width: 88%;
        height: auto;
        border: solid 6px #999999;
        background-color: white;
    }
    .jigyou_title_FLEX {
        display: flex;
        margin: 20px 8% 15px 8%;
        /* background-color: antiquewhite; */
    }
    .comment {
        width: 80;
        margin: 10px 20px 10px 30px;
    }
    .comment p {
        font-size: 14px;
        text-align: left;
        width: 80;
        padding-left: 1em;
        text-indent: -1em;
        /* background-color: blanchedalmond; */
    }
    .subT {
        width: 70%;
        text-align: left;
        font-size: 18px;
        font-weight: bolder;
        margin-top: 5px;
    }
    .symbol {
        width: 30%;
        /* background-color: yellow; */
    }
    .symbol img {
        width: 70px;
        float: right;
    }
    /* お問合せフォーム */
    .inquiry_part {
        width: 100%;
        margin: 20px auto 0 auto;
        background-color: #F8F8F8;
        padding-top: 32px;
        padding-bottom: 16px;
    }
    .inquiry_part img {
        width: 50px;
    }
    .inquiry_part h1 {
        text-align: center;
        margin: 20px 0 3px 0;
        font-weight: middle;
        font-size: 20px;
    }
    .inquiry_part h2 {
        text-align: center;
        margin: 20px 0 3px 0;
        font-weight: middle;
        font-size: 20px;
    }
    .inquiry_part p {
        text-align: center;
        width: 90%;
        margin: 22px auto;
        font-weight: middle;
        font-size: 18px;
    }
    /* お問合せ入力内容確認 */
    .inquiry_part02 {
        width: 100%;
        margin: 20px auto 0 auto;
        background-color: #F8F8F8;
        padding-top: 32px;
        padding-bottom: 16px;
    }
    .inquiry_part02 img {
        width: 50px;
    }
    .inquiry_part02 h1 {
        text-align: center;
        margin: 20px 0 3px 0;
        font-weight: middle;
        font-size: 20px;
    }
    .inquiry_part02 h2 {
        text-align: center;
        margin: 20px 0 3px 0;
        font-weight: middle;
        font-size: 20px;
    }
    .inquiry_part02 p {
        text-align: center;
        width: 90%;
        margin: 22px auto;
        font-weight: middle;
        font-size: 18px;
    }
    .attention {
        max-width: 1004px;
        text-align: center;
        font-weight: middle;
        font-size: 15px;
        color: #DC0000;
        margin-top: 10px;
        margin-bottom: 32px;
    }
    .REDborder02 {
        height: 2px;
        background-color: #DC0000;
        margin: 0 auto 5px auto;
        width: 70%;
    }
    .coo_siotani {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        /* background-color: yellow; */
    }
    .coo_siotani img {
        width: 70px;
    }
    .coo_siotani p {
        margin-top: 38px;
        font-size: 18px;
        font-weight: normal;
    }
    .siotani-hajime p {
        /* background-color: thistle; */
        margin: 20px auto;
        width: 90%;
        line-height: 1.8;
        font-size: 17px;
        font-weight: normal;
        text-align: left;
    }
    .sns_icon_FLEX {
        width: 90%;
        display: flex;
        margin: 32px auto;
        /* background-color: turquoise; */
    }
    .sns_ico {
        margin: 0 auto;
        width: 50%;
    }
    .sns_ico p {
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
    }
    .sns_ico img {
        width: 60px;
    }
    .Tel_space {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 26px;
        padding-bottom: 26px;
        background-color: #333333;
        /* background-color: black; */
        color: #fff;
    }
    .gfont {
        font-family: 'Big Shoulders Text', cursive;
        color: #ffffff;
        font-size: 40px;
    }
    .footer_navi {
        width: 100%;
        background-color: #F0F0F0;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer_navi_PC {
        display: none;
    }
    .footer_navi p {
        font-size: 16px;
        line-height: 2.6;
    }
    .C-name_adress {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    .C-name_adress img {
        width: 70%;
    }
    .C-name_adress p {
        font-size: 16px;
        margin: 0;
    }
    .border {
        height: 1px;
        background-color: #333333;
        /* background-color: black; */
    }
    footer {
        width: 100%;
        text-align: center;
        padding: 10px 0 10px 0;
        font-size: 14px;
    }
    /* topへ戻るボタン */
    #pagetop {
        /* width: 3em;
    position: fixed;
    right: 3em;
    bottom: 3.25em;
    z-index: 95; */
        display: none;
    }
    .space_botm p {
        margin-bottom: 64px;
    }

}


/* PCスクリーン・PCスクリーン・PCスクリーン・PCスクリーン・PCスクリーン・PCスクリーン・ */

@media screen and (min-width: 751px) {
    #wrapper {
        max-width: 100%;
        margin: 0 auto;
    }
    section {
        margin: 0;
        padding: 0;
    }
    ul {
        text-align: left;
        margin: 3px;
        /* padding: 0; */
    }
    p {
        font-size: 18px;
    }
    .title_bar {
        width: 100%;
        height: 65px;
        /* display: flex; */
        background-color: #fff;
        position: fixed;
        top: 0;
        opacity: 0.9;
        z-index: 3;
    }
    .head_FLEX {
        margin: 0 auto;
        max-width: 1004px;
        height: 65px;
        display: flex;
        /* background-color: #fff; */
        /* position: fixed;
    top: 0;
    opacity: 0.9;
    z-index: 3; */
    }
    .head_LOGO {
        width: 100%;
    }
    .head_LOGO img {
        height: 60%;
        margin-top: 18px;
        margin-left: 0;
        float: left;
        /* background-color: darksalmon; */
    }
    .mail_btn {
        width: 20%;
        /* height: 80px; */
        /* background-color: aliceblue; */
    }
    .mail_btn:hover {
        opacity: 0.8;
    }
    .mail_btn img {
        width: 40px;
        float: right;
        margin-right: 0;
        margin-top: 12px;
        /* background-color: darkorange; */
    }
    .mainvisual {
        /* height: auto; */
        width: 100%;
        margin: 0;
        /* background-color: bisque; */
        /* background-size:auto; */
        text-align: center;
    }
    .title_re_design {
        display: block;
        z-index: 1;
    }
    .title_re_design img {
        width: 100%;
        position: absolute;
        top: 0;
        opacity: 0.9;
    }
    .bg_img {
        width: 100%;
        /* background-color: darkgray; */
        z-index: -1;
        margin: 0;
    }
    .bg_img img {
        width: 100%;
    }
    ;
    #stripe {
        /* display: block;
    width: 100%; */
        /* background-color: gainsboro; */
        /* background: url(img/bg_strip.png) no-repeat; */
    }
    .bg_stripe {
        width: 100%;
        height: auto;
        /* background: goldenrod; */
        background-image: url("../img/bg_stripPC.jpg");
        background-repeat: no-repeat;
        background-size: 35em auto;
        padding: 10px 0 0 0;
        /* background-size: 52em auto; */
    }
    /* ↓プライバシーポリシー */
    .bg_white {
        max-width: 800px;
        /* height: auto; */
        margin: 0 auto;
        padding: 50px 0 0 0;
    }
    .privacy_contents {
        width: 100%;
        text-align: center;
        /* background-color: antiquewhite; */
        padding-bottom: 32px;
        padding-top: 20px;
    }
    .privacy_contents h1 {
        font-size: 18px;
    }
    .privacy_contents h2 {
        font-size: 16px;
    }
    .privacy_contents p {
        text-align: left;
        font-size: 14px;
    }
    .privacy_list2 {
        font-size: 14px;
    }
    /* ↑プライバシーポリシー */
    .maincatch {
        margin: 64px auto 64px;
        text-align: center;
        max-width: 680px;
        /* position: absolute;
    top: 50px; */
    }
    .maincatch p {
        margin: 36px auto;
        width: 100%;
        text-align: left;
        font-size: 15px;
        line-height: 1.8;
    }
    .maincatch h1 {
        font-size: 23px;
    }
    .jigyouSHKAI {
        text-align: center;
        max-width: 1004px;
        margin: 0 auto;
    }
    .jigyouSHKAI h2 {
        margin: 30px 0 6px 0;
        font-weight: middle;
        font-size: 24px;
    }
    .REDborder {
        height: 2px;
        background-color: #DC0000;
        margin: 0 auto 40px auto;
        width: 30%;
    }
    .jigyouFlexBox {
        margin: 0 0 86px 0;
        display: flex;
        justify-content: space-between;
        /* background-color: aquamarine; */
    }
    .kakujigyou {
        /* display: flex; */
        margin: 0;
        padding-bottom: 15px;
        max-width: 300px;
        height: auto;
        border: solid 6px #999999;
        background-color: white;
    }
    .jigyou_title_FLEX {
        /* display: flex; */
        margin: 20px 8% 15px 8%;
        /* background-color: antiquewhite; */
    }
    .comment {
        width: 80;
        margin: 10px 20px 10px 30px;
    }
    .comment p {
        font-size: 14px;
        text-align: left;
        width: 80;
        padding-left: 1em;
        text-indent: -1em;
        /* background-color: blanchedalmond; */
    }
    .subT {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: bolder;
        margin-top: 5px 0 0 0;
    }
    .symbol {
        width: 100%;
        /* background-color: yellow; */
    }
    .symbol img {
        width: 80px;
        padding-top: 18px;
        /* float: right; */
    }
    .li_font01 li {
        font-size: 14px;
    }
    .li_font01 {
        width: 95%;
        /* background-color: chartreuse; */
    }
    .mail_svg {
        max-width: 1004px;
        margin: 32px auto 0 auto;
        /* background-color: coral; */
    }
    /* .inquiry_part {
    max-width: 1004px;
    margin: 20px auto;
    background-color: #F8F8F8;
    padding-top: 32px;
    padding-bottom: 16px;
  } */
    /* ↓PCの横ボーダーバック */
    .inquiry_partBG {
        width: 100%;
        height: auto;
        /* background: goldenrod; */
        background-image: url("../img/borderBG_pc.png");
        background-repeat: repeat;
        background-size: 2px auto;
        /* padding: 10px 0 0 0; */
    }
    /* お問い合わせPC */
    .inquiry_part {
        max-width: 1004px;
        margin: 0 auto;
        background-color: #F8F8F8;
        padding-top: 32px;
        padding-bottom: 16px;
    }
    .inquiry_part img {
        width: 50px;
    }
    .inquiry_part h2 {
        text-align: center;
        margin: 20px 0 3px 0;
        font-weight: middle;
        font-size: 20px;
    }
    /* お問い合わせ入力確認PC */
    .inquiry_part02 {
        max-width: 1004px;
        text-align: center;
        margin: 35px auto 0 auto;
        background-color: #F8F8F8;
        padding-top: 64px;
        padding-bottom: 32px;
    }
    .inquiry_part02 img {
        width: 50px;
    }
    .inquiry_part02 h1 {
        text-align: center;
        margin: 20px 0 3px 0;
        font-weight: middle;
        font-size: 21px;
    }
    .inquiry_part02 p {
        text-align: center;
        margin: 20px 0 3px 0;
        font-weight: middle;
        font-size: 16px;
    }
    .attention {
        text-align: center;
        font-weight: middle;
        font-size: 15px;
        color: #DC0000;
        margin-top: 10px;
        margin-bottom: 32px;
    }
    .REDborder02 {
        height: 2px;
        background-color: #DC0000;
        margin: 0 auto 5px auto;
        width: 220px;
    }
    .coo_siotani {
        width: 100%;
        margin: 0 auto;
        padding-top: 32px;
        text-align: center;
        /* background-color: yellow; */
    }
    .coo_siotani img {
        width: 70px;
        margin: 16px 0 16px 0;
    }
    .coo_siotani p {
        margin-top: 38px;
        font-size: 18px;
        font-weight: normal;
    }
    .siotani-hajime {
        width: 680px;
        margin: 0 auto;
    }
    .siotani-hajime p {
        /* background-color: thistle; */
        margin: 20px auto;
        width: 100%;
        line-height: 1.8;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
    }
    .sns_icon_FLEX {
        width: 300px;
        display: flex;
        margin: 16px auto 64px auto;
        justify-content: center;
        /* background-color: turquoise; */
    }
    .sns_ico {
        margin: 0 auto;
        width: 50%;
    }
    .sns_ico p {
        margin: 0;
        font-size: 15px;
        text-align: center;
    }
    .sns_ico img {
        width: 45px;
    }
    .Tel_space {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 26px;
        padding-bottom: 26px;
        background-color: #333333;
        /* background-color: black; */
        color: #fff;
    }
    .gfont {
        font-family: 'Big Shoulders Text', cursive;
        color: #ffffff;
        font-size: 55px;
    }
    .footer_navi {
        /* width: 100%;
    background-color: #F0F0F0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; */
        display: none;
    }
    .footer_navi_PC {
        width: 100%;
        background-color: #F0F0F0;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer_navi_PC p {
        font-size: 14px;
        line-height: 2;
    }
    .C-name_adress {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    .C-name_adress img {
        width: 200px;
    }
    .C-name_adress p {
        font-size: 14px;
        margin: 0;
    }
    .border {
        height: 1px;
        background-color: #333333;
        /* background-color: black; */
    }
    footer {
        width: 100%;
        text-align: center;
        padding: 10px 0 10px 0;
        font-size: 14px;
    }
    .sp {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
    .clearText {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    /* topへ戻るボタン */
    #pagetop {
        width: 3.8em;
        position: fixed;
        right: 2.8em;
        bottom: 3.25em;
        z-index: 95;
        /* display: none; */
    }
    .al:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        transition: 0.4s;
        text-decoration: none;
    }
    .space_botm p {
        margin-bottom: 64px;
    }
}

/* プロフィール年表PC */
.table {
    width: 100%;
}
.table th {
    width: 12%;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    vertical-align: text-top;
}
.table td {
    width: 88%;
    font-size: 14px;
    text-align: left;
}
@media screen and (max-width: 750px) {
    /* プロフィール年表SP */
    .table {
        width: 96%;
    }
    .table th {
        width: 30%;
        font-size: 18px;
        font-weight: 400;
        text-align: right;
        vertical-align: text-top;
    }
    .table td {
        /* width: 28%; */
        font-size: 18px;
        text-align: left;
    }
}



/* PCスクリーン */