@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");

/*-------------------------------------*/
/*全体*/

html,
body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: #222;
    font-size: 62.5%;
    line-height: 1.8;
    height: 100%;
    word-break: break-word;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background-color: none;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/*-------------------------------------*/
/*HOME以外_ページタイトル*/

.page_title2 {
    max-width: 2000px;
    width: 100%;
    height: 300px;
    margin: 0px auto 0;
    background-image: url("../img/bg_main1.webp");
    background-repeat: no-repeat;
    background-position: 100% 38%;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.no-webp .page_title2 {
    background-image: url("../img/bg_main1.jpg");
}

.page_title_naka {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 0;
    top: 0px;
    z-index: 999;
    color: #fff;
}

.page_title_naka h1 {
    text-align: center;
    font-size: 4rem;
    padding: 60px 0 0;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.page_title_naka h3 {
    text-align: center;
    font-size: 1.6rem;
}

/*-------------------------------------*/
/*共通　文字の種類・太さ*/

body h1 {
    font-family: "Spartan";
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05rem;
}

body h2 {
    font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05rem;
}

body h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05rem;
}

body h4 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05rem;
}

body h5 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05rem;
}

body h6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05rem;
}

body p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0.05rem;
}

body table {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05rem;
}

body a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.05rem;
}

body li {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.05rem;
}

/*-------------------------------------*/
/*共通　背景*/

.bg_main {
    position: relative;
    z-index: 0;
    margin: 0;
    background: none;
}

.bg_main::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url("../img/bg_main1.webp");
    background-size: cover;
}

.no-webp .bg_main::before {
    background-image: url("../img/bg_main1.jpg");
}

.bg_kuro {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
}

.bg_shiro3 {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.bg_glay {
    position: relative;
    z-index: 2;
    background-color: #eee;
}

.bg_orange {
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg, #E84709, #F29600);
}

.pd6060 {
    padding: 60px 0;
}

/*-------------------------------------*/
/*共有　基本の箱・文字サイズ*/
.kihon {
    width: 100%;
    padding: 120px 0px;
}

.kihon h1 {
    font-size: 4.5rem;
    line-height: 1.3;
}

.kihon h2 {
    font-size: 4rem;
    line-height: 1.3;
}

.kihon h3 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.kihon h4 {
    font-size: 2rem;
    line-height: 1.5;
}

.kihon h5 {
    font-size: 1.6rem;
    line-height: 1.5;
}

.kihon h6 {
    font-size: 1.6rem;
    line-height: 2.0;
}

.kihon h7 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.kihon p {
    font-size: 1.5rem;
    line-height: 2.0;
}

.kihon a {
    font-size: 1.5rem;
    line-height: 2.0;
}

.kihon th {
    font-size: 1.5rem;
    line-height: 2.0;
}

.kihon td {
    font-size: 1.5rem;
    line-height: 2.0;
}

.kihon li {
    font-size: 1.6rem;
    line-height: 1.8;
}

.text_shiro {
    color: #fff;
}

.text_kuro {
    color: #222;
}

/*-------------------------------------*/
/*共通　ボタン*/

.btn0 {
    width: 240px;
    margin: 0 auto;
    margin-top: 30px;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(90deg, #222, #666);
}

a.btn0 {
    display: block;
    width: 240px;
    padding: 19px 10px;
    text-align: center;
    font-size: 16px;
}

a.btn0:hover {
    opacity: 0.8;
}



.btn_mail {
    width: 240px;
    margin: 0 auto;
    margin-top: 30px;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(90deg, #E84709, #F29600);
}

a.btn_mail {
    display: block;
    width: 240px;
    padding: 19px 10px;
    text-align: center;
    font-size: 16px;
}

a.btn_mail:hover {
    opacity: 0.8;
}




/*-------------------------------------*/
/*HOME_コンセプト*/

.con00_soto {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.con00 {
    margin: 0 auto;
}

.con00 h2 {
    color: #E84709;
    font-size: 4rem;
    padding-bottom: 4px;
    border-bottom: 1px solid #E84709;
    line-height: 1.0;
    display: inline-block;
}

.con00 h3 {
    color: #E84709;
    font-size: 1.5rem;
    padding-top: 4px;
}

.con00 h4 {
    margin-top: 30px;
}

.con00 p {
    font-size: 1.5rem;
    padding: 30px 0 0;
}

.con00_t_left {
    text-align: left;
    margin-left: 5px;
}


.con00_1 {
    margin: 0 auto;
}

.con00_1 h2 {
    font-size: 4rem;
    padding-bottom: 4px;
    border-bottom: 1px solid #222;
    line-height: 1.0;
    display: inline-block;
}

.con00_1 h3 {
    font-size: 1.5rem;
    padding-top: 4px;
}


/*-------------------------------------*/
/*HOME_コンセプト*/

.con01 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.con01 h2 {
    color: #E84709;
    padding-bottom: 4px;
    border-bottom: 1px solid #E84709;
    line-height: 1.0;
}

.con01 h3 {
    color: #E84709;
    padding-top: 6px;
    font-size: 1.5rem;
}

.con01 p {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 0px;
}

.con01 h4 {
    text-align: left;
    padding-bottom: 10px;
}

.con01 h5 {
    text-align: right;
    padding-top: 20px;
    margin-right: 10px;
}

.box_left {
    max-width: 600px;
    width: 50%;
    margin-right: 2%;
}

.box_right {
    max-width: 600px;
    width: 50%;
    margin: 0 auto;
    margin-left: 2%;
}

.box_right video {
    width: 100%;
}


/*-------------------------------------*/
/*HOME_SNSリンク*/

.sns_link {
    max-width: 900px;
    width: 90%;
    margin: 60px auto 0;
    text-align: center;
}


.sns_link img {
    width: 80px;
    margin: 0 1rem;
    transition: 0.5s;
}

.sns_link img:hover {
    opacity: 0.8;
}

.sns_link h3 {
    margin: 10px 0 0;
    padding: 0;
}



/*-------------------------------------*/
/*HOME_リンク*/

.link_box_soto {
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.link_box1 {
    width: 32%;
    max-width: 380px;
    text-align: center;
    background: #fff;
    position: relative;
    transition: 0.5s;
}

.link_box1:hover {
    opacity: 0.9;
}

.link_box1 img {
    width: 40%;
    padding: 0;
}

.link_img {
    width: 100%;
    padding: 60px 0;
}

.link_text {
    background: #fff;
    padding: 0px 30px 0;
    margin: 0;
    text-align: left;
    min-height: 180px;
}

.link_text h4 {
    font-size: 2.1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #222333;
    line-height: 1.0;
}

.link_text p {
    font-size: 1.4rem;
    line-height: 1.8;
}


.link_box_soto2 {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto 0;
    padding: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fff;
    z-index: 3;
    position: relative;
}

.link_img2 {
    width: 25%;
}

.link_img2 img {
    width: 100%;
}

.link_text2 {
    width: 75%;
    background: #fff;
    padding: 0 0 0 60px;
    margin: 0;
    text-align: left;
}

.link_text2 h4 {
    font-size: 2.1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #222333;
    line-height: 1.0;
}

.link_text2 p {
    font-size: 1.4rem;
    line-height: 1.8;
}

/*-------------------------------------*/
/*LINK　ボタン*/
.link_btn0 {
    max-width: 140px;
    text-align: center;
    margin: 0 0 0 auto;
    display: block;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, #E84709, #F29600);
    transition: 0.5s;
}

.link_btn0::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

a.link_btn0 {
    padding: 0px 0px 3px;
}

.link_btn0 span {
    width: 100%;
    position: relative;
    font-size: 12px;
}

.link_btn0 span::after {
    width: 100%;
    content: "";
    position: absolute;
    top: 36%;
    right: -15%;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}

/*-------------------------------------*/
/*HOME_カウント*/


.count-box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 0px auto;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.count-box {
    width: 32%;
    max-width: 380px;
    margin: 0px auto;
    padding: 20px 0 10px;
    background: #fff;
    text-align: center;
}

.count-box p {
    font-size: 2rem;
}

.count-size {
    font-size: 5rem;
    font-weight: bold;
    color: #252C8C;
}

/*-------------------------------------*/
/*料金表_*/

.pricecards {
    max-width: 1200px;
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.pricecard {
    flex: 0 0 32%;
    text-align: center;
    border: 1px solid #eee;
    padding-bottom: 1rem;
    box-sizing: border-box;
    margin: 0 auto 30px;
}

.pricecard h3 {
    background: linear-gradient(90deg, #E84709, #F29600);
    color: #fff;
    padding: 10px;
    margin: 0;
}

.pricecard h4 {
    font-size: 300%;
    margin: 0 auto;
    padding: 1rem 0 0;
}

.pricecard.premium h4 {
    padding: 20px;
}

.pricecard p {
    margin: 0;
    padding: 1rem;
    text-align: left;
}

.price_text h3 {
    margin-top: 10px;
    font-size: 3rem;
    color: #E84709;
    border-bottom: 1px solid #E84709;
    display: inline-block;
}

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

    .profile_card,
    .pricecards,
    .profile_cards {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .pricecard,
    .card_photo {
        flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
    }

    .pricecard.premium {
        order: 1;
        -webkit-order: 1;
    }
}

/*-------------------------------------*/
/*HOME_エリア*/

.column {
    margin: 30px auto 0;
    width: 100%;
    max-width: 1200px;
    text-align: left;
    font-size: 1.6rem;
    column-count: 4;
    padding: 40px 60px;
    background: #444;
    background-image: url("../img/oosakashi.png");
    background-position: 120% 50%;
    background-size: 70%;
    background-repeat: no-repeat;
    color: #fff;
    border: double 5px #fff;
}

.column li {
    padding: 10px 0;
    margin: 0 6px;
    border-bottom: solid 1px #eee;
}

/*-------------------------------------*/
/*HOME_ニュース*/

.news_soto {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#newsevent {
    width: 49%;
    max-width: 590px;
    margin-top: 30px;
    padding: 40px;
    height: 400px;
    /*スクロールの高さ*/
    overflow-y: scroll;
    text-align: left;
    background-color: #FFF;
}


#newsevent h4 {
    color: #E84709;
    font-size: 2rem;
    padding-bottom: 4px;
    border-bottom: 1px solid #E84709;
    line-height: 1.0;
    display: inline-block;

}

#newsevent::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

#newsevent::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#newsevent2 {
    width: 49%;
    max-width: 590px;
    margin-top: 30px;
    padding: 40px;
    height: 240px;
    /*スクロールの高さ*/
    overflow-y: scroll;
    text-align: left;
    background-color: #FFF;
}

#newsevent2 h4 {
    color: #E84709;
    font-size: 2rem;
    padding-bottom: 4px;
    border-bottom: 1px solid #E84709;
    line-height: 1.0;
    display: inline-block;

}

#newsevent2::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

#newsevent2::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/*-------------------------------------*/
/*HOME_お問い合わせ*/

h2.tel {
    margin-top: 30px;
    font-size: 4rem;
    color: #252C8C;
    padding: 0;
    border: none;
}

p.tel {
    margin-top: -30px;
    color: #252C8C;
}

/*-------------------------------------*/
/*共通　フッター*/
.footer {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}


.footer img {
    width: 200px;
    margin-bottom: 0px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer01 {
    padding: 0 0 0px;
    position: relative;
}

.nav a {
    font-size: 14px;
    display: block;
    padding: 0px 16px;
    color: #fff;
}

.footer p {
    padding: 0px;
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
}

.end {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #222333;
    text-align: center;
    z-index: 1;
}

.end p {
    padding: 10px 0px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8;
}


@media only screen and (min-width: 768px) {

    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
    }

    #footer01 .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 24px 0;
    }

    #footer01 .nav li {
        padding: 0 11px;
    }

    #footer01 .nav li a {
        margin: 0;
        padding: 0 5px;
        color: #fff;
        line-height: 1.8;
        font-weight: 400;
        position: relative;
    }

    #footer01 .nav li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background-color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    #footer01 .nav li a:hover::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

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

    #footer01 {
        text-align: center;
    }

    #footer01 .nav li {
        border-top: 1px solid #fff;
    }

    #footer01 .nav li:last-child {
        border-bottom: 1px solid #fff;
    }

    #footer01 .nav li a {
        padding: 16px 20px;
        text-align: left;
        font-weight: 400;
    }


    #footer01 span {
        width: 100%;
        position: relative;
        font-size: 13px;
        display: block;
    }

    #footer01 span::before {
        width: 100%;
        content: "";
        position: absolute;
        top: 38%;
        right: 0px;
        width: 5px;
        height: 5px;
        border-top: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg);
    }
}



/*-------------------------------------*/
/*ページ2・サービス*/

.service_box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 30px auto 0;
    padding: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fff;
    z-index: 3;
    position: relative;
}

.service_img {
    width: 20%;
}

.service_img img {
    width: 100%;
    padding: 0;
}

.service_text {
    width: 80%;
    background: #fff;
    padding: 0 0 0 60px;
    margin: 0;
    text-align: left;
}

.service_text h3 {
    font-size: 3rem;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    line-height: 1.0;
}

.service_text h4 {
    font-size: 2.1rem;
    padding: 16px 0;
    color: #E84709;
}

.service_text p {
    font-size: 1.4rem;
    line-height: 1.8;
}

.service_img2 {
    width: 40%;
}

.service_img2 img {
    width: 100%;
    padding: 0;
}

.service_text2 {
    width: 60%;
    background: #fff;
    padding: 0 0 0 60px;
    margin: 0;
    text-align: left;
}


.service_text2 h3 {
    font-size: 3rem;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    line-height: 1.0;
}

.service_text2 h4 {
    font-size: 2.1rem;
    padding: 16px 0;
    color: #E84709;
}

.service_text2 p {
    font-size: 1.4rem;
    line-height: 1.8;
}


/*-------------------------------------*/
/*ページ2・お客さまの声*/

.voice_box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 30px auto 0;
    padding: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fff;
    z-index: 3;
    position: relative;
}

.voice_img {
    width: 20%;
}

.voice_img img {
    width: 100%;
    padding: 0;
}

.voice_text {
    width: 80%;
    background: #fff;
    padding: 0 0 0 60px;
    margin: 0;
    text-align: left;
}

.voice_text h3 {
    font-size: 3rem;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    line-height: 1.0;
}

.voice_text h4 {
    font-size: 2.1rem;
    padding: 0 0 16px;
    color: #222;
}

/*Voiceテーブル*/
.voice_table {
    margin: 0 auto;
}

.voice_table table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.voice_table th {
    background: #B2B2B2;
    color: #222;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    border: 1px solid #eee;
}

.voice_table td {
    color: #222;
    background: #fff;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
    border: 1px solid #eee;
}


/*-------------------------------------*/
/*料金ページ*/

.glay_line {
    border: 1px solid #eee;
    padding: 40px;
    margin-top: 30px;
}


/*priceテーブル*/
.price_table {
    max-width: 1200px;
    margin: 30px auto 0;
}

.price_table table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.price_table th {
    background: #B2B2B2;
    color: #222;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    border: 1px solid #eee;
}

.price_table td {
    color: #222;
    background: #fff;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
    border: 1px solid #eee;
}


/*配布例*/
.p_ex {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.p_ex h4 {
    font-size: 2.1rem;
    color: #222;
}

.p_ex_table {
    margin: auto;
    margin-top: 0px;
}

.p_ex_table table {
    width: 100%;
    margin: 10px auto 0px;
    border-collapse: collapse;
}

.p_ex_table th {
    background: #B2B2B2;
    color: #222;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    border: 1px solid #eee;
}

.p_ex_table td {
    color: #222;
    background: #fff;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
    border: 1px solid #eee;
}

/*-------------------------------------*/
/*会社案内・採用情報*/

.gaiyo_box_soto {
    max-width: 900px;
    width: 90%;
    margin: 0px auto;
    text-align: center;
}

.tomotos {
    max-width: 360px;
    width: 100%;
    margin: 60px auto 0;
}

.tomotos img {
    width: 100%;
}

/*概要テーブル2*/
.defo_table2 {
    margin: 0 auto;
}

.defo_table2 table {
    width: 100%;
    margin: 30px auto 0;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.defo_table2 th {
    width: 25%;
    background: linear-gradient(90deg, #E84709, #F29600);
    color: #fff;
    padding: 24px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
}

.defo_table2 td {
    color: #222;
    background: #fff;
    padding: 24px;
    vertical-align: middle;
    font-size: 1.5rem;
    text-align: left;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

.map {
    height: 600px;
    z-index: 3;
    position: relative;
}


/*-------------------------------------*/
/*Q＆A*/

.qa_box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 30px auto 0;
    padding: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fff;
    z-index: 3;
    position: relative;
}

.qa_img {
    width: 20%;
}

.qa_img img {
    width: 100%;
    padding: 0;
}

.qa_text {
    width: 80%;
    background: #fff;
    padding: 0 0 0 60px;
    margin: 0;
    text-align: left;
}

.qa_text h3 {
    font-size: 3rem;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    line-height: 1.0;
}

.qa_text h4 {
    font-size: 2.1rem;
    padding: 16px 0 0;
    color: #E84709;
}


/*-------------------------------------*/
/*採用*/

.saiyo_box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.saiyo_box_naka {
    width: 48%;
    margin: 0px auto;
    padding: 40px;
    background: #fff;
}

.saiyo_img {
    width: 20%;
    margin: 0 auto;
}

.saiyo_img img {
    width: 100%;
    padding: 0 0 10px;
}

.saiyo_text {
    width: 100%;
    margin: 0;
    text-align: left;
}

.saiyo_text h3 {
    font-size: 3rem;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    line-height: 1.0;
}

.saiyo_text h4 {
    font-size: 2.1rem;
    padding: 16px 0 0;
    color: #E84709;
}


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

.saiyo_banner img {
    width: 100%;
}

/*-------------------------------------*/
/*お問い合せ*/

.info_text {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

.info_text p {
    text-align: left;
    font-size: 1.6rem;
}

.info_text h2 {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 20px;
}

.info_text h3 {
    text-align: center;
    padding: 16px;
    font-weight: 400;
    font-size: 2rem;
    background: linear-gradient(90deg, #E84709, #F29600);
    color: #fff;
    margin: 20px 0;

}

.info_text a {
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
}


.info_text2 {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

.info_text2 p {
    text-align: left;
    font-size: 1.6rem;
}

.info_text2 h2 {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 20px;
}

.info_text2 a {
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #E84709;
}

.thanks p {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
}

/*-------------------------------------*/
/*マージン調整*/
th.pd_0 {
    padding: 0;
}

td.pd_0 {
    padding: 0;
}

.mb0 {
    margin-bottom: -60px;
}

.mt_0 {
    margin-top: 0px;
}

.mt60 {
    margin-top: 60px;
}

.mt_40 {
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: -30px;
}

.mb-40 {
    margin-bottom: -40px;
}

.mt30 {
    margin-top: 3rem;
}

.mb60 {
    margin-bottom: 6rem;
}


/*-------------ここからスマホ--------------*/
@media screen and (max-width: 768px) {

    /*HOME_メインキャッチ*/
    #slider {
        height: 100vh;
        /* Fallback */
        height: calc(var(--vh, 1vh) * 100);
    }

    #slider_in {
        height: 100vh;
        /* Fallback */
        height: calc(var(--vh, 1vh) * 100 + 60px);
    }

    .sub_logo {
        width: 75%;
    }

    /*メインスライダー*/
    .page_title2 {
        height: 300px;
        background-position: 88% 20%;
        background-size: 140%;
    }

    .page_title3 {
        height: 300px;
        background-position: 50% 6vw;
        background-size: 120%;
    }

    .page_title4 {
        height: 300px;
        background-position: 100% 32%;
    }

    .page_title5 {
        height: 300px;
    }

    /*HOME以外_ページタイトル*/
    .page_title_naka {
        width: 80%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 16px 0px;
        top: 170px;
    }

    .page_title_naka h1 {
        text-align: center;
        padding: 60px 0 0;
        line-height: 1.3;
        letter-spacing: 0.05em;
    }

    /*基本の箱・文字サイズ*/
    .kihon {
        width: 100%;
        padding: 100px 0;
    }

    /*SP_HOME_コンセプト*/
    .con01 {
        width: 90%;
        flex-wrap: wrap;
    }

    .box_left {
        width: 100%;
        margin: 0 auto;
    }

    .box_right {
        width: 100%;
        margin: 40px auto 0;
    }

    .con01 h2 {
        margin-right: 0%;
    }

    /*HOME_センター揃えの文字列*/

    .con00 {
        width: 100%;
    }

    /*HOME_リンク*/

    .link_box_soto {
        flex-wrap: wrap;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .link_box1 {
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0;
    }

    .link_text {
        min-height: 120px;
        padding: 0 5%;
    }

    .link_img {
        padding: 40px 0 30px;
    }

    .link_box_soto2 {
        max-width: 500px;
        flex-wrap: wrap;
        padding: 40px 20px;
    }

    .link_img2 {
        width: 50%;
        margin-bottom: 20px;
    }

    .link_img2 img {
        width: 100%;
        padding: 0;
    }

    .link_text2 {
        width: 100%;
        background: #fff;
        padding: 0px;
        margin: 0;
        text-align: left;
    }

    .link_btn0 {
        max-width: 140px;
        text-align: center;
        margin: 0 0 0 auto;
        display: block;
        text-decoration: none;
        color: #fff;
        transition: 0.5s;
    }

    .link_btn0::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: transparent;
    }


    /*HOME_料金*/
    .pricecards {
        flex-wrap: wrap;
        margin-top: 0px;
        margin-bottom: 30px;

    }

    .pricecard {
        flex: none;
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0;
    }



    /*-------------------------------------*/
    /*HOME_カウント*/

    .count-box_soto {
        flex-wrap: wrap;
        margin-top: -30px;
    }

    .count-box {
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0;
    }

    /*-------------------------------------*/
    /*HOME_ニュース*/

    .news_soto {
        flex-wrap: wrap;
    }

    #newsevent {
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0;
    }


    #newsevent2 {
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0;
    }


    /*HOME_フッター*/

    .footer {
        padding: 40px 0 0;
    }

    .footer img {
        width: 180px;
        margin-bottom: 20px;
    }

    .footer p {
        padding: 20px 0 40px;
        font-size: 12px;
        line-height: 1.6;
    }

    /*-------------------------------------*/
    /*概要テーブル2*/


    .defo_table2 table {
        border-spacing: 0px 16px;
    }

    .defo_table2 th {
        display: block;
        width: 100%;
        padding: 4px 5%;
        text-align: left;
    }

    .defo_table2 td {
        display: block;
        width: 100%;
        padding: 16px 5%;
        line-height: 1.8;
    }

    .map {
        height: 400px;
    }


    /*-------------------------------------*/
    /*お問合せ*/

    .info_text p {
        text-align: left;
    }

    .info_text a {
        position: relative;
    }

    .info_text a::after {
        content: '';
        display: inline-block;
        background-color: #fff;
        position: absolute;
        bottom: -2px;
        width: 100%;
        height: 1.5px;
        left: 0;
    }

    /*-------------------------------------*/
    /*ページ2 サービス*/

    .service_box_soto {
        max-width: 500px;
        flex-wrap: wrap;
        padding: 40px 30px;
    }

    .service_img {
        width: 40%;
        margin-bottom: 30px;
    }

    .service_img img {
        width: 100%;
        padding: 0;
    }

    .service_text {
        width: 100%;
        background: #fff;
        padding: 0px;
        margin: 0;
        text-align: left;
    }

    .service_img2 {
        width: 90%;
        margin-bottom: 30px;
    }

    .service_img2 img {
        width: 100%;
        padding: 0;
    }

    .service_text2 {
        width: 100%;
        background: #fff;
        padding: 0px;
        margin: 0;
        text-align: left;
    }


    /*ページ2・お客さまの声*/
    .voice_box_soto {
        max-width: 500px;
        flex-wrap: wrap;
        padding: 40px 30px;
    }

    .voice_img {
        width: 30%;
        margin-bottom: 10px;
    }

    .voice_img img {
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .voice_text {
        width: 100%;
        background: #fff;
        padding: 0px;
        margin: 0;
        text-align: left;
    }

    /*-------------------------------------*/
    /*ページ3 エリア*/

    .column {
        padding: 10px 30px 20px;
        column-count: 3;
    }

    .column li {
        padding: 10px 0;
        margin: 0 4px;
        border-bottom: solid 1px #eee;
    }

    /*-------------------------------------*/
    /*ページ5 Q＆A*/

    .qa_box_soto {
        max-width: 500px;
        flex-wrap: wrap;
        padding: 40px 30px;
    }

    .qa_img {
        width: 40%;
        margin-bottom: 30px;
    }

    .qa_img img {
        width: 100%;
        padding: 0;
    }

    .qa_text {
        width: 100%;
        background: #fff;
        padding: 0px;
        margin: 0;
        text-align: left;
    }

    .qa_text h3 {
        line-height: 1.2;
    }


    /*-------------------------------------*/
    /*採用*/

    .saiyo_box_soto {
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .saiyo_box_naka {
        max-width: 500px;
        width: 100%;
        margin: 30px auto 0;
        padding: 30px;
        background: #fff;
    }


    /*マージン調整*/
    th.pd_0 {
        padding: 0;
    }

    td.pd_0 {
        padding: 0;
    }

    .mb-0 {
        margin-bottom: 0px;
    }

    .mb-30 {
        margin-bottom: -20px;
    }

    .mbsp-30 {
        margin-bottom: -20px;
    }

    .mb_0 {
        margin-bottom: 0px;
    }

    .mt_0 {
        margin-top: 0px;
    }

    .mt_20 {
        margin-top: 20px;
    }

    .mb_200 {
        margin-bottom: 200px;
    }

}

@media screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
}