@charset "utf-8";

/* スマホ */
@media screen and (max-width: 767px) {

body {
    font-size: 1.6rem;
}

/* top セクションタイトル　基本設定 */
.cm_sec_title_ja {
    font-size: 3.5rem;
}
.cm_sec_title_en {
    font-size: 1.8rem;
}

/* --------------------------------------
トップページ
--------------------------------------*/
.header_nav {
    padding: 20px 0 10px;
}
.header_nav_info{
    flex-wrap: wrap;
    margin-bottom: 0;
}
.header_nav_info_logo {
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: calc(100% - 100px);
}
.header_nav_info_cont,
.header_nav_info_cont_mail,
.header_nav_info_cont_tel {
    max-width: none;
    width: 30%;
    margin-left: 0;
}

.header_nav_menu {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 3rem;
    padding: 20% 1%;
    position: fixed;
    top: 0;
    right: -200vw;
    left: 0;
    bottom: 0;
    z-index: 8888;
    background-color: #3399ff;
    color: #fff;
    text-shadow: 0px 3px 13px rgba(0, 0, 0, 0.37);
    transition: .4s;
}
.header_nav_menu_items a {
    border-bottom: solid 2px rgba(255, 255, 255, 0);
    transition: .2s;
}
.header_nav_menu_items a:hover {
    border-bottom: solid 2px rgba(255,
        255,
        255, 1);
    transition: .2s;
}
/* ハンバーガーメニュー */
.h-menu{
    display: block;
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: 2px solid #4b4b4b;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
.h-menu_line {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: #444;
    position: absolute;
    left: 10px;
    transition: all 0.5s ease;
}
.h-menu_line:nth-of-type(1){
    top: 12.5px;
}
.h-menu_line:nth-of-type(2) {
    top: 50%;
}
.h-menu_line:nth-of-type(3) {
    bottom: 12.5px;
}
/* ハンバーガーボタンを押したときのボタン */
.open:nth-of-type(1) {
    transition: .4s;
    top: 50%;
    transform: rotate(45deg);
}
.open:nth-of-type(2) {
    opacity: 0;
}
.open:nth-of-type(3) {
    transition: .4s;
    top: 50%;
    transform: rotate(-45deg);
}
/* ハンバーガーボタンを押したときのメニュー */
.menu_active{
    right: 0;
    transition: .4s;
}
/* サービスのドロップダウンメニュー */
#service_cross_link {
    display: block;
}
#js_sp_navOpen-link{
    /* サービスのリンク無効化 */
    pointer-events: none;
}
#js_sp_navOpen::before {
    /* 閉じている時 */
    content: "＋";
    position: absolute;
    right: 20px;
}
#js_sp_navOpen.active::before {
    /* 開いている時 */
    content: "－";
}
.header_nav_service:hover .header_nav_menu_service{
    display: none;
    position: static;
    width: 100%;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    background-color: #3399ff;
    box-shadow: none;
    transform: none;
    transition: 0s;
}
.header_nav_menu_service_list,
.header_nav_menu_items a{
    transition: 0s;
}
main {
    padding-top: 120px;
}
/* メインビジュアル */
.top_main-visual .slick-dots {
    bottom: 0px;
}
.top_main-visual_recruit-link{
    width: 18vw;
}
/* 中間のナビゲーション */
.sub .header_nav_menu {
    gap: 8px;
}

.sub .header_nav_menu_items {
    font-size: initial;
    padding: 10px 8px;
}

.sub-header{
    display: none;
}

/* 事業案内 */
.top_biz-info_title {
    margin-bottom: 40px;
}
.top_biz-info_text {
    font-size: 2rem;
    margin-bottom: 50px;
}
.top_biz-info_box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top_biz-info_items {
    margin-bottom: 60px;
}
.top_biz-info_items_title {
    max-width: 700px;
    height: 50px;
    font-size: 2rem;
    margin-bottom: 30px;
    transition: .2s;
}
.top_biz-info_items_title a {
    padding: 15px;
}
.top_biz-info_items_title a img {
    width: 20px;
    top: 14px;
    right: 30px;
}

/* 施工事例 */
.top_const_inner {
    padding: 30px 1% 50px;
}
.top_const_title {
    margin-bottom: 30px;
}
/* 矢印の画像設定 */
.top_const_inner .slick-arrow:before {
    width: 80px !important;
    height: 80px !important;
}

/* 採用情報 */
.top_recruit_title {
    width: 100%;
    margin-bottom: 10px;
}
.top_recruit_text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 30px;
}
.top_recruit_link{
    margin: 0 auto;
}

/* VISION */
.top_vision {
    padding: 30px 1% 60px;
}
.top_vision_title {
    margin-bottom: 25px;
}
.top_vision_box {
    padding: 30px 30px 30px 30px;
    flex-direction: column;
    justify-content: center;
    font-size: initial;
}
.top_vision_img {
    margin: 0 auto 20px;
}
.top_vision_link {
    width: 100%;
    font-size: 3rem;
    margin: 0 auto;
}

/* サービスの特徴 */

.top_service_inner {
    padding: 50px 1% 60px;
}
.top_service_box {
    width: 94%;
}
.top_service_box_items {
    margin-bottom: 60px;
}
.top_service_box_items_title {
    max-width: none;
    height: 80px;
    font-size: 2.2rem;
}
.top_service_box_items_title a {
    padding: 25px 10px;
}
.top_service_box_items_title a img {
    width: 20px;
    top: 25px;
    right: 25px;
}
.top_service_box_items_img{
    width: 100%;
}
.top_service_box_items_img img{
    width: 100%;
}
/* --------------------------------------
共通：コンタクト（下部）
--------------------------------------*/

.cm_contact_title {
    font-size: 2.5rem;
    line-height: 1;
    height: 60px;
    padding: 18px 0;

}
.cm_contact_heading {
    width: 100%;
    margin: 20px auto 30px;
}

.cm_contact_box {
    width: 90%;
    flex-direction: column;
    align-items: center;
}
.cm_contact_tel-btn{
    margin-bottom: 20px;
}

/* --------------------------------------
共通：会社情報（下部）
--------------------------------------*/
.cm_company {
    width: 100%;
    padding: 40px 1% 70px;
}
.cm_company_info_logo{
    max-width: 300px;
}
.cm_company_info_box{
    font-size: 1.6rem;
    line-height: 1.8;
}
/* --------------------------------------
共通：フッター
--------------------------------------*/
.footer {
    padding: 30px 1% 16px;
}
.footer_inner {
    font-size: initial;
}
.footer_logo {
    width: 20%;
    margin: 0 auto 30px;
    transition: .2s;
}

.footer_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    line-height: 2;
}
.footer_menu_items{
    width: 50%;
    margin-bottom: 10px;
}
/* --------------------------------------
下層：ヘッダー画像
--------------------------------------*/
.header_nav_sub_visual {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header_nav_sub_visual img {
    display: block;
    width: auto;
    height: 120px;
}

/* --------------------------------------
下層：事業案内
--------------------------------------*/
.business_container {
    width: 100%;
    margin: 50px 0 50px;
}
.business_title {
    font-size: 3rem;
    margin-bottom: 40px;
    padding: 25px 10px;
}
.business_expla {
    margin: 0 auto 40px;
}
.business_box {
    width: 100%;
    flex-direction: column;
}
.business_box_items {
    width: 100%;
}
.business_box_title {
    margin-bottom: 40px;
    font-size: 1.8rem;
}
.business_box_text {
    font-size: 1.8rem;
}
.business_box_img{
    margin-bottom: 40px;
}
/* 施工までの流れ */
.business_flow_title {
    height: 100px;
    text-align: center;
    width: 100%;
    margin: 0 0 35px;
    display: flex;
    justify-content: center;
}
.business_flow_title img {
    width: auto;
    height: 100%;
}
.business_flow_inner {
    padding: 0 1%;
}
.business_flow_list {
    width: 80%;
    padding: 80px 0 0;
    margin: 0 auto;
}
.business_flow_list_title_step {
    width: 100px;
    height: 100px;
    border-radius: 49%;
    background-color: #3399ff;
    position: absolute;
    top: -80px;
    left: -35px;
}
.business_flow_list_title_step span {
    font-size: 2.4rem;
}
.business_flow_list_title {
    height: 80px;
    margin: 40px auto;
    padding: 20px 0;
    font-size: 3rem;
}
.business_flow_list_title img{
    width: 50px;
}
.business_flow_list_check {
    margin-bottom: 40px;
    padding-left: 40px;
    background: url(../img/business_flow_check.png) left 5px no-repeat;
    background-size: 30px;
}

.business_flow_list_check span {
    font-size: 2.2rem;
}
.business_main .cm_contact_mail-btn {
    display: block;
    width: 100%;
    min-width: 260px;
    height: 100px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, rgb(236, 102, 76) 0%, rgb(230, 14, 23) 100%);
    color: #ffffff;
    box-shadow: 0px 3px 13px 0 rgb(0 0 0 / 37%);
    transition: 1s;
    font-size: 2.4rem;
}
.business_flow_list_img_box {
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
}
.business_flow_list_img {
    width: 100%;
}
/* --------------------------------------
下層：施工実績
--------------------------------------*/
.construction {
    padding: 50px 0 0px;
}
.construction_sub_title {
    margin-bottom: 50px;
    padding: 25px 10px;
    height: auto;
    box-shadow: 0.7px 2.9px 14.6px 3.4px rgba(0, 0, 0, 0.35);
    background-color: #39f;
    font-size: 2.8rem;
    line-height: 1;
    color: #ffffff;
}

.construction_box_title {
    width: 100%;
    height: auto;
    background-color: #b6dbff;
    padding: 20px 20px;
    font-size: 2rem;
    line-height: 1;
}
.construction_box_img_con,
.construction_box_text_inner {
    flex-direction: column;
}
.construction_box_img_inner {
    width: 100%;
    margin-bottom: 20px;
}
.construction_box_text_expla {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.construction_box_text_cost {
    width: 100%;
}
.construction_box_text_about {
    font-size: 2rem;
}

.construction_box_text_cost span:first-child {
    font-size: 1.8rem;
    margin-right: 20px;
}

.construction_box_text_price {
    font-size: 5rem;
}


/* --------------------------------------
下層：求人情報
--------------------------------------*/
.company_housing{
    padding-bottom: 320px;
}
.recruit_merit_title {
    font-size: 2.8rem;
}
.recruit_req_title_text {
    font-size: 6rem;
}
.recruit_req_title_img{
    width: 90%;
    top: -140px;
}
.recruit_req_inner {
    box-shadow: 0.7px 2.9px 14.6px 3.4px rgb(0 0 0 / 35%);
    padding: 100px 4% 10%;
}
.recruit_req_items {
    width: 100%;
    margin-bottom: 50px;
}

/* --------------------------------------
下層：会社案内
--------------------------------------*/
.company_box {
    width: 90%;
}

.company_profile_title {
    font-size: 4rem;
    line-height: 1.6;
}

.company_profile {
    top: -60px;
    padding-top: 30px;
    font-size: 2.5rem;
}
.company_profile_table{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.company_profile_table td {
    width: 100%;
    padding: 2% 8%;
}

.company_profile_table td:first-child {
    width: 100%;
    padding: 2% 30%;
}
.company_profile_table_info{
    font-size: 2.2rem;
}
.company_profile_table_small {
    font-size: 1.8rem;
}

/* --------------------------------------
下層：サービス
--------------------------------------*/
.service_title{
    height: 200px;
}
.service_title_box {
    width: 90%;
    height: auto;
    font-size: 2.5rem;
}
.service_title_box img{
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}
.service .header_nav_sub_visual img {
    width: 120px;
    height: auto;
    margin: 0 auto 20px;
}
.service_gray{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service_white {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.service_gray_l,
.service_gray_r,
.service_white_l,
.service_white_r{
    width: 96%;
    margin: 0 auto;
}
.service_gray_l,
.service_white_r{
    margin-bottom: 40px;
}
.service_heading {
    font-size: 5vw;
    margin: 2% 0 8%;
}
.service_heading span {
    font-size: 10vw;
}
.service_white_img{
    height: 400px;
    position: static;
}
.service_white_img_small {
    top: 200px;
}
.service_list {
    margin: 20px 0;
}
.service_list li span {
    margin-left: 10px;
    font-size: 4vw;
}

/* --------------------------------------
下層：Q&A
--------------------------------------*/
.faq_cate_title {
    font-size: 2.6rem;
    padding: 0 10px;
}

/* FAQ基本のボックス */
.faq_box {
    flex-direction: column-reverse;
}
.faq_sentence {
    min-width: 440px;
    min-height: 120px;
}

.faq_sentence span {
    font-weight: bold;
    line-height: 1.2;
}

/* Q の設定 */
.question .faq_sentence {
    width: 70%;
    padding: 20px 40px 20px 140px;
    left: -100px;
}

.question .faq_sentence img {
    width: 50px;
    margin-right: 20px;
    transform: skewX(-45deg);
}

.question .faq_sentence span {
    font-size: 2.2rem;
    color: #fff;
    transform: skewX(-45deg);
}

.question .faq_dialogue_icon {
    width: 150px;
    margin-left: auto;
}

/* A の設定 */
.faq_box:nth-child(2n+1) {
    flex-direction: column-reverse;
}

.answer .faq_sentence {
    width: 66%;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 34% 20px 20px;
    background-color: #fff;
    transform: skewX(-25deg);
    position: relative;
    right: -100px;
}

.answer .faq_sentence img {
    width: 45px;
    transform: skewX(25deg);
    margin-right: 0;
}

.answer .faq_sentence span {
    width: 190px;
    font-size: 1.65rem;
}

.answer .faq_dialogue_icon {
    width: 150px;
    margin-right: auto;
    position: relative;
    top: 0;
}

/* --------------------------------------
下層：お問い合わせ
--------------------------------------*/
.contact_inner {
    padding: 40px 1% 0;
}
.contact_title {
    font-size: 3rem;
    margin-bottom: 40px;
}
.contact_message {
    width: 90%;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.contact_form_box{
    padding: 20px;
}
.contact_form {
    border-spacing: 0;
}
.contact_form th {
    font-size: 2.4rem;
}
.contact_form input {
    font-size: 2rem;
    padding: 13px 0 10px 17px;
}
.contact_form textarea {
    width: 90%;
    height: 286px;
    margin: 0 0 19px 0;
    padding: 13px 10px 10px 47px;
    border-radius: 10px;
    background-color: #ececec;
}
.contact_form_checkbox {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: initial !important;
}
.contact_form_checkbox label{
    width: 70%;
    margin: 0 auto 10px;
}
.contact_btn_box {
    width: 100%;
    margin: 46px auto 71px;
}

.contact_btn {
    width: 180px;
    height: 63px;
    margin: 46px auto 71px;
    padding: 16px 30px 17px 30px;
    box-shadow: 0.7px 2.9px 16px 0 rgba(0, 0, 0, 0.37);
    background-color: #3399ff;
    color: #fff;
    font-size: 2.7rem;
    display: flex;
    align-items: center;
    transition: .2s;
}

.contact_btn img {
    margin-right: 15px;
}

.contact_btn:hover {
    opacity: .5;
    transition: .2s;
}

/* --------------------------------------
下層：プライバシーポリシー
--------------------------------------*/
.policy {
    width: 100%;
}
.policy_inner {
    margin: 50px auto 48px;
}
.policy_inner h5,
.policy_inner p {
    font-size: 2rem;
}
.policy_text {
    margin-bottom: 40px;
}
}/* レスポンシブここまで */