@charset "utf-8";


/*==================================================

トップメッセージ

===================================*/


#top_message {
    width: 75%;
    margin: 30px auto;
}

#top_message .flex {
    justify-content: space-between;
    padding: 50px 0;
}


#top_message .flex .flex_img {
    width: 47%;
}

#top_message .flex .flex_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_message .flex .flex_content {
    width: 50%;
    line-height: 25px;
}

#top_message .flex .flex_content h3 {
    /* color: #00AFCC; */
    margin: 20px 0;
    font-size: 25px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}

#top_message .flex .flex_content .top_sin {
    text-align: right;
    margin: 50px 0;
}






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



    #top_message {
        width: 90%;
        margin: 30px auto 50px;
    }

    #top_message .flex {
        display: block;
        padding: 0px 0;
        position: relative;
        height: 700px;
    }


    #top_message .flex .flex_img {
        width: 100%;
        margin: 20px auto 0;
        position: absolute;
        top: 0;
    }

    #top_message .flex .flex_img img {
        width: 100%;
    }


    #top_message .flex .flex_content {
        position: absolute;
        top: 400px;
        width: 100%;
        line-height: 25px;
        margin: 20px auto 0;
        background-color: #fff;
        z-index: 10;
        padding: 0 0 30px 0;
    }

    #top_message .flex .flex_content h3 {
        margin: 15px 0 10px;
        font-size: 18px;
        line-height: 35px;
    }

    #top_message .flex .flex_content .top_sin {
        text-align: right;
        margin: 30px 0 0;
    }

    #top_message .flex .flex_content .top_sin img {
        width: 200px;
    }
}


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


        #top_message .flex {
            margin: 40px auto 30px;
                display: block;
                padding: 0px 0;
                position: relative;
                height: 600px;
            }



    #top_message .flex .flex_content {
        position: absolute;
        top: 250px;
        width: 100%;
        line-height: 25px;
        margin: 0px auto 0;
        background-color: #fff;
        z-index: 10;
        padding: 0;
        font-size: 13px;
    }






}










/*==================================================

トップメッセージ

===================================*/


/* company */



.company {
    width: 75%;
    margin: 50px auto 100px;
    font-size: 18px;
}


.company h3 {
    background-color: #F6F5F5;
    width: 100%;
    padding: 5px 15px;
    border-left: 10px solid#00AFCC;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    font-size: 25px;
    margin: 50px auto;
}

.company ul {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center;
}

.company ul li {
    border: 0.5px solid #333;
    width: 30%;
    /* height: fit-content; */
    max-height: 500px;
    /* max-height: fit-content; */
    margin: 10px;
}

.company ul li h4 {
    text-align: center;
    padding: 10px;
    background-color: #00AFCC;
    color: #fff;

}


.company_list dl {
    display: flex;
    margin: auto;
    width: 90%;
    border-bottom: 1px solid #333;
    padding: 30px 20px;
    align-items: center;
}

.company_list dl dt {
    width: 30%;
    text-align: center;
}


.company_list dl dd {
    width: 60%;
}


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


    .company ul li h4{
        text-align: left;
    }
    .company_list dl {
        margin: auto;
        width: 100%;
        border-bottom: 1px solid #333;
        padding: 10px 0px 20px;
        align-items: center;
        justify-content: space-between;
    }

    .company_list dl dt {
        width: 100%;
        text-align: center;
    }


    .company_list dl dd {
        width: 100%;
    }


}


.satisfaction_text {
    padding: 10px;
    line-height: 30px;
    
  
}

.satisfaction_text text {
    color: red;
}


.area .company_content {
    border-top: 1px solid #00adcc2e;
}

.area .company_content dl {
    align-items: center;
    width: 100%;
    margin: auto;
    display: flex;
    border-bottom: 1px solid #00adcc2e;
    border-left: 1px solid #00adcc2e;
    border-right: 1px solid #00adcc2e;
    border-left: 1px solid #00adcc2e;
    justify-content: center;
    background-color: #00adcc10
}

.area .company_content dl dt {
    color: #333;
    width: 30%;
    text-align: center;
    font-weight: bold;


}

.area .company_content dl dd {
    width: 70%;
    line-height: 30px;
    padding: 10px;
    border-left: 1px solid #00adcc2e;
    background-color: #fff;
}

.history_content {

    margin: 50px auto 150px;
}

.history_content dl {
    display: flex;
    border-bottom: 1px solid #333;
    padding: 30px;
    justify-content: center;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    margin: auto;
    width: 80%;
}

.history_content dl dt {
    width: 25%;

}

.history_content dl dd {
    width: 70%;
    line-height: 30px;
}






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



    .company {
        width: 90%;
        margin: 30px auto 50px;
        font-size: 15px;
    }


    .company h3 {
        padding: 5px 10px;
        font-size: 20px;
        margin: 20px auto 30px;
    }



    .company ul li {
        width: 100%;
        height: fit-content;
        margin: 5px;
    }

    .company ul li h4 {
        padding: 8px;

    }

    .satisfaction_text {
        line-height: 25px;
    }


       .company_content dl{
        display: block;
       }


    .area .company_content dl {
        width: 100%;
        display: block;
        padding: 0;
    }


.company_content dl dt {
       width: 100%;
       padding: 10px 0;
       text-align: left;
       font-weight: bold;
      
   }

 .company_content dl dd {
       width: 100%;
       line-height: 25px;
       padding: 0px;
       border-left: none;
   }


    .area .company_content dl dt {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #00adcc2e;
    }

    .area .company_content dl dd {
        width: 100%;
        line-height: 25px;
        padding: 10px;
        border-left: none;
    }



    .history_content {
        margin: 50px auto 100px;
    }

    .history_content dl {
        padding: 10px 0;
display: block;
        margin: auto;
        width: 100%;
    }

    .history_content dl dt {
        width: 100%;
    }

    .history_content dl dd {
        width: 100%;
        line-height: 25px;
    }

}















/*=================================================

トップメッセージ

===================================*/
/* 設備 */
/* 表全体に適用するスタイル */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 13px;
    text-align: left;
}

/* テーブルヘッダー */
th {
    background-color: #001a70;
    /* ヘッダー背景色 */
    color: #ffffff;
    /* ヘッダーテキスト色 */
    font-weight: bold;
}

/* テーブルデータセル */
th,
td {
    border: 1px solid #dddddd;
    /* セルの枠線 */
    padding: 8px;
    /* セルの内側余白 */
    text-align: center;
    /* テキストを中央揃え */
}

/* 偶数行の背景色 */
tr:nth-child(even) {
    background-color: #f2f2f2;
    /* 偶数行の背景色 */
}

/* 行のホバー効果 */
tr:hover {
    background-color: #e9ecef;
    /* ホバー時の背景色 */
}

/* テーブル外枠 */
.equipment-container {
    width: 100%;
    /* テーブルの幅 */
    margin: auto;
    /* テーブルの中央寄せ */
    overflow-x: auto;
    /* 水平スクロールを許可 */
}


















/*==================================================

トップメッセージ

===================================*/

/* 拠点案内 */

.location_information {
background-image: url("../img/page/location_back.webp");
    background-position: center;
    background-size: cover;
    padding: 100px 100px;
}

.location_information h3 {
    font-size: 30px;
    margin: 20px 0;
}

.location_information_text {
    font-size: 18px;
    margin: 50px auto;
}

.location_information_img {
    margin: auto;
    width: 100%;
    text-align: center;
}

.location_information_img img {
    width: 100%;
}



.locations {
    width: 80%;
    margin: auto;
    padding: 100px 0;
}

.locations .flex {
    justify-content: space-between;
    margin: 50px 0 100px;
}

.locations .li {
    width: 45%;
}

.locations .li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.locations .lt {
    width: 48%;
    line-height: 30px;
}

.locations .lt h3 {
    font-size: 25px;
    margin: 10px 0;
}

.locations .lt .lp {
    margin: 30px 0;
}


.locations .lt .map iframe {
    width: 100%;
    height: 200px;
}



@media screen and (max-width:820px) {
    /* 拠点案内 */

    .location_information {
        background-image: url("../img/page/location_back.webp");
        background-position: center;
        background-size: cover;
        padding: 30px 0;
    }

    .location_information h3 {
        font-size: 23px;
        margin: 30px auto 20px;
      width: 95%;
    }

    .location_information_text {
        font-size: 15px;
        margin: 20px auto;
        width: 95%;
    }
.location_information_img{
    width: 95%;
}
    .locations {
        width: 95%;
        margin: auto;
        padding: 30px 0;
    }

    .locations .flex {
        justify-content: space-between;
        margin: 20px 0 30px;
        display: block;
        /* background-color: #00adcc10; */
    }

    .locations .li {
        width: 100%;
        /* margin: auto; */
    }

    .locations .lt {
        width: 100%;
        line-height: 30px;

    }

    .locations .lt h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .locations .lt .lp {
        margin: 10px 0;
        font-size: 13px;
        line-height: 20px;
    }


    .locations .lt .map iframe {
        width: 100%;
        height: 200px;
    }


}















/*==================================================

トップメッセージ

===================================*/




/* 動画一覧 */


.movie_content {
    background-image: url("../img/page/movie_back.webp");
    background-repeat: repeat;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.movie_content h3 {
    color: #000C7C;
    font-size: 30px;
    margin: 0 auto 50px;
}

.movie_text {
    margin: 50px auto;
}

.movie_content li {
    width: 75%;
    height: 550px;
    margin: 30px auto;
}

.movie_content li iframe {
    width: 100%;
    height: 100%;
}

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


    /* 動画一覧 */


    .movie_content {

        padding: 30px 0;

    }

    .movie_content h3 {
        font-size: 25px;
        margin: auto;
    }

    .movie_text {
        width: 90%;
        margin: 20px auto 10px;
        font-size: 13px;
    }

    .movie_content li {
        width: 90%;
        height: fit-content;
        margin: 30px auto;
    }

}





















/*==================================================

トップメッセージ

===================================*/



/* sdgs */


.si img {
    width: 100%;
    /* margin: 20px auto; */
}

.teradai_sdgs h4 {
    font-size: 25px;
    font-weight: inherit;
    margin: 80px 0 30px;
}

.teradai_sdgs .teradai_sdgs_img {
    margin: 20px 40px 30px 0;
    width: 200px;
}

.teradai_sdgs .teradai_sdgs_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sdg_maco {
    background: linear-gradient(transparent 60%, rgba(102, 204, 255, 0.234) 10%);
}

.sdg_flex {
    display: flex;

}

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


    .si img {
        width: 100%;
        margin: 10px auto;
    }

    .teradai_sdgs h4 {
        font-size: 20px;
        font-weight: inherit;
        margin: 30px 0 30px;
    }

    .teradai_sdgs .teradai_sdgs_img {
        margin: 10px 0;
        width: 150px;
    }

    .teradai_sdgs .teradai_sdgs_img img {
        width: 100%;
    }



}























/*==================================================

トップメッセージ

===================================*/





/* products */

.p_movie {
    width: 90%;
    margin: auto;
}

.p_movie iframe {
    width: 100%;
}


.p_guidance {
    position: relative;
    padding: 0.5rem;
    color: black;
    font-size: 18px;
    margin: 70px auto;
    line-height: 60px;
    width: fit-content;
    padding: 0 80px;
    width: 80%;
}




.p_guidance::before,
.p_guidance::after {
    position: absolute;
    top: -3px;
    width: 30px;
    height: 100%;
    content: '';
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.p_guidance::before {
    border-left: solid 1px;
    left: 0;
}

.p_guidance::after {
    border-right: solid 1px;
    right: 0;
}

.p_guidance .btn {
    text-align: center;
    /* width: 300px; */
}

.p_guidance a {
    background-color: #136BD1;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    margin: 10px auto;
    font-size: 15px;
    width: 200px;
    text-align: center;
}


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

    .p_movie {
        width: 100%;
    }

    .p_movie iframe {
        width: 100%;
        height: fit-content;
        margin: 0 auto;
    }


    .p_guidance {
        position: relative;
        padding: 0.5rem;
        color: black;
        font-size: 15px;
        /* line-height: 40px; */
        /* text-align: center; */
        margin: 40px auto;
        line-height: 40px;
        width: fit-content;
        padding: 20px 20px;

        width: 100%;
    }




    .p_guidance::before,
    .p_guidance::after {
        position: absolute;
        top: -3px;
        width: 30px;
        height: 100%;
        content: '';
        border-top: solid 1px;
        border-bottom: solid 1px;
    }

    .p_guidance::before {
        border-left: solid 1px;
        left: 0;
    }

    .p_guidance::after {
        border-right: solid 1px;
        right: 0;
    }

    .p_guidance a {
        /* background-color: #136BD1; */
        color: #fff;
    padding: 10px 30px;
        margin: 10px auto;
        font-size: 15px;
        width: 200px;
        text-align: center;
    }


}

















/*==================================================

トップメッセージ

===================================*/

/* businnes */

.company .als {
    justify-content: space-between;
}

.company .als .al {
    border: none;
    width: 32%;
    margin: 2px;
}

.al img {
    margin: 50px auto 0;
    width: 100%;
    height: 100%;
    height: fit-content;
}

.business .flex {
    justify-content: space-between;
}


.business .flex_content {
    width: 65%;
}

.business .btn_posi{
    margin: 30px 0 0 auto;
   width: fit-content;
}


.business .btn_posi .btn {
    padding: 10px 20px;
    margin: 20px 0 0 auto;
    border: 1px solid #00AFCC;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    color: #00AFCC;
}

.business .flex_img {
    width: 30%;
    height: auto;
}

.flex_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



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

    /* businnes */



    .business .flex .flex_content {
        width: 95%;
        margin: 0 auto 20px;
    }

    .business .flex {
        display: block;
        margin:0 auto 80px;

    }

    .business .flex .flex_img {
        width: 100%;
        margin: auto;
    }

        .business h4{
            margin: 0 0 10px;
        }



}
























/*==================================================

トップメッセージ

===================================*/




/* コンタクト */


.company .contact_box {
    color: #fff;
    background-color: #00AFCC;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


.company .contact_box .flex_content {
    padding: 50px;
    line-height: 35px;
    font-size: 20px;
    letter-spacing: 2px;

}

.company .contact_box .flex_img {
    width: 350px;
    height: 200px;


}

.company .contact_box .flex_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.company .contact_box text {

    font-size: 30px;
}

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




    .company .flex {
        display: block;
    }

    .company .contact_box .flex_content {
        padding: 20px 10px 10px 10px;
        line-height: 25px;
        font-size: 15px;
        letter-spacing: 1px;

    }

    .company .contact_box .flex_img {
        width: 100%;

    }

    .company .contact_box .flex_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .company .contact_box text {

        font-size: 25px;
    }


}























/*==================================================

新着情報
一覧

===================================*/


.news_content {
    width: 1100px;
    justify-content:space-around;
    margin: 50px auto;
    display: flex;
    /* background-color: red; */
}

.side_bar {
  
    width:230px ;
    height: auto;
}

.sb_content_title {
    background-color: #00AFCC;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0;
}

.news_list{
    display: flex;
        flex-wrap: wrap;
}
.news_list {
    /* background-color: red; */
    width: 810px;
    display: flex;
    flex-wrap: wrap;
    /* background-color: pink; */
    /* justify-content: space-between; */
}
.news_list ul{
margin: 0;
padding: 0;

}
.news_list ul li {
    padding: 0;
width: 250px;
    /* background-color: red; */
    margin: 10px;
    /* height: 400px; */
    /* 高さを統一 */
    font-size: 13px;
    overflow: hidden;
    line-height: 25px;
}

.news_list ul li h4{
    height: 50px;
    font-size: 15px;
    color: #00AFCC;
}
.news_img{
    width: 100%;
    height: 150px;
}
.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.news_text {
    width: 100%;
    height: auto;
}


.set {
    display: flex;
    width: 250px;
    align-items: center;
        /* これで縦幅が正しく適用されるかもしれません */
height: 25px;
margin: 5px auto;
overflow: hidden;
    }


.category_box{
    margin: 0 0 0 10px;
    /* padding: 3px 5px; */
    width: 75px;
    background-color: #00AFCC;
    /* text-align: center; */
    color: #fff;
    min-height: 10px;
    /* height: 20px; */
}


@media screen and (max-width:1080px) {
.news_content {
        width: 880px;
    }
    .news_list {
        width: 600px;
    }
    .news_list ul li {
        width: 280px;
    }

}


@media screen and (max-width:850px){
    .news_content {
            display: block;
            width: 90%;
      
        }

.side_bar {
        width: 540px;
        margin: 20px auto;
}
.news_list {
    width: 540px;
    margin: auto;
}

.news_list ul li {
    width: 250px;
}


}


@media screen and (max-width:520px) {
        .news_content {
                display: block;
                width: 95%;
            }
        .side_bar {
        width: 95%;
            margin: 20px auto;
            font-size: 13px;
        }

    
        .news_list {
            width: 95%;
            margin: 40px auto;

        }
   .news_list ul li h4 {
       height: auto;
       font-size: 20px;
       margin: 0px 0 10px;
       /* color: #00AFCC; */
   }
        .news_list ul li {
            text-align: left;
            width: 100%;

            margin: 0 5px 40px;
            font-size: 13px;
            /* background-color: red; */
        }
.news_img {
    height: 200px;
}

                .news_list ul li .set{
                    width: fit-content;
                    margin: 10px 0;

                }
        .news_list ul li .category{
            /* width: 30px; */
            /* text-align: center; */
width: fit-content;
            padding: 0;
        }



                .category_box {
                    margin: 0 0 0 5px;
                    padding: 0 5px;
                   height: 25px;
                }


                          



} 


.single_news h2{
    color: #00AFCC;
    font-weight: bold;
    font-size: 25px;
}

.single_news .set{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #bfbfbf;
    font-size: 13px;
    align-items: center;
}

.single_news .set .cate {
        margin: 0 0 0 10px;
            width: 80px;
}


.single_news .set .cate .post-categories{
    padding: 0;
    height: 30px;
}
.single_news .set time{
    background-color: #dddddd;
    padding: 3px 5px;
}

.single_news .news_text{
 /* background-color: #7ABCFF;    */
 font-size: 15px;
 margin: 20px auto;
 line-height: 30px;
 
}

.single_news .news_text img{
    margin:  0;
}

.single_news .news_text img:first-child{
    margin-top: 30px;
}
.single_news .postLinks{
    display: flex;
    justify-content: space-between;
}




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

.single_news h2 {
        color: #00AFCC;
        font-weight: bold;
        font-size: 20px;
    }
    .single_news .set .cate {
            height: 25px;
     
            margin: 0 0 0 10px;
            width: fit-content;
        }
}














/*==================================================

トップメッセージ

===================================*/


 /* 部門一覧 */



 /* .company .di li {
     height: auto;
     padding: 10px 0 10px 40px;
     text-align: center;
     font-size: 28px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    letter-spacing: 2px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
 }



 .s_d:before {
     position: absolute;
    top: -67px;
     left: -150px;
     width: 200px;
     height: 200px;
transform: rotate(45deg);
     content: '';
     background: #FF7A7A;
 } */



 /* 営業部 */
  /* .company .di .s_d {
     background-color: #ff7a7a54;
     color: #FF7A7A;
        border: 2px solid #FF7A7A;;
 } */

 /* 品質保証部 */
  /* .company .di .qa_d {
     background-color: #e7e73047;
     color: #E7E730;
     border: 2px solid #E7E730;
 }
 
 
  .qa_d:before {
      position: absolute;
top: -67px;
      left: -150px;
      width: 200px;
      height: 200px;
      transform: rotate(45deg);
      content: '';

      background: #E7E730;
  } */
  
 /* 技術部 */
  /* .company .di .t_d {
     background-color: #7affbc40;
     color: #7AFFBC;
     border: 2px solid #7AFFBC;
 }
 
  .t_d:before {
      position: absolute;
    top: -67px;
      left: -150px;
      width: 200px;
      height: 200px;
      transform: rotate(45deg);
      content: '';
      background: #7AFFBC;
  } */





 /* 製造部 */
  /* .company .di .mf_d {
     background-color: #7abcff4f;
     color: #7ABCFF;
     border: 2px solid #7ABCFF;
 }
 
 
.mf_d:before {
     position: absolute;
    top: -67px;
     left: -150px;
     width: 200px;
     height: 200px;
     transform: rotate(45deg);
     content: '';
     background: #7ABCFF;
 } */



 /* 管理部 */
  /* .company .di .mg_d {
     background-color: #bc7aff46;
     color: #BC7AFF;
     border: 2px solid #BC7AFF;
 } */
 
 
 /* .mg_d:before {
     position: absolute;
top: -67px;
     left: -150px;
     width: 200px;
     height: 200px;
     transform: rotate(45deg);
     content: '';
     background: #BC7AFF;
 } */


 /* 経営企画室 */
 /* .company .di .cp_o {
     background-color: #ffbc7a50;
     color: #FFBC7A;
     border: 2px solid #FFBC7A;
 }
 
 
 .cp_o:before {
      position: absolute;
    top: -67px;
      left: -150px;
      width: 200px;
      height: 200px;
      transform: rotate(45deg);
      content: '';
      background: #FFBC7A;
  } */


.company .di li{
    border: none;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .3);
}
 /* 営業部 */
.company .di .s_d {
     background-image: url("../img/page/s_d.png");
     background-size:cover;
     width: 300px;
     height: 69px;
     background-position: top;
     background-repeat:no-repeat;

 }

 /* 品質保証部 */
.company .di .qa_d {
        background-size: contain;
            width: 300px;
            height: 69px;
                background-repeat: no-repeat;
     background-image: url("../img/page/qa_d.png");
 }

 /* 技術部 */
 .company .di .t_d {
     background-image: url("../img/page/t_d.webp");
        background-size: contain;
            width: 300px;
        height: 69px;
            background-repeat: no-repeat;
 }

 /* 製造部 */
 .company .di .mf_d {
     background-image: url("../img/page/mf_d.png");
        background-size: contain;
            width: 300px;
            height: 68.5px;
            background-repeat: no-repeat;
 }

 /* 管理部 */
 .company .di .mg_d {
     background-image: url("../img/page/mg_d.png");
        background-size: contain;
            width: 300px;
        height: 69px;
            background-repeat: no-repeat;
 }

 /* 経営企画室 */
 .company .di .cp_o {
     background-image: url("../img/page/cp_o.png");
        background-size: contain;
            width: 300px;
        height: 69px;
            background-repeat: no-repeat;
 }

 .d_title {
     color: white;
     text-align: center;
     padding: 80px;
     line-height: 35px;
        scroll-margin-top: 70px;
 }



 .d_title h4 {
     font-size: 32px;
     margin: 20px auto;
     letter-spacing: 2px;
 }


 .company .d_box {
     background-color: #E3F6F9;
     color: #333;
     font-family: inherit;
     margin: 50px auto;
     height: fit-content;
 }

 .company .d_box .flex_content {
     line-height: 35px;
     font-size: 16px;
     width: 60%;
     /* background-color: red; */
     padding: 20px;
 }

 .company .d_box .flex_img {
     width: 300px;
     /* height: 100%; */
 }

 .company .d_box .flex_img img {
     width: 100%;
     height: 100%;
 }

 @media screen and (max-width:820px) {
     /* 部門一覧 */
    .company .di{
        width: 100%;
        justify-content: center;
    }
     .company .di li {
         width: 100%;
         padding: 30px 0;
         font-size: 25px;
     }







     .d_title {
        font-size: 13px;
         padding: 30px;
         line-height: 25px;
     }

     .d_title h4 {
         font-size: 25px;
         margin: 10px auto;
     }


     .company .d_box {
         margin: 30px auto;
     }

     .company .d_box .flex_content {
         line-height: 25px;
         font-size: 13px;
         margin: 10px 0;
         padding: 20px 20px;
         width: 100%;
     }


     .company .d_box .flex_img {
         width: 100%;
         /* height: 100%; */
     }


 }



#s_d{
    background-color: #ff7a7a;
}



#qa_d{
    background-color: #f0f04e;
}

#t_d{
    background-color: #6ce4a8;
}

#mf_d{
background-color: #7abcff;
}


#mg_d{
    background-color: #bc7aff;
}

#cp_o{
    background-color: #ffbc7a;
}



















/*==================================================

トップメッセージ

===================================*/








































/*==================================================

トップメッセージ

===================================*/

/* rikuru-to */

.recruit_top {
    margin: 100px auto 0px;
}

.recruit_top h3 {
    color: #00AFCC;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    margin: 50px auto;
}

.recruit_top h3 span {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}


.wb_list {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    margin: 80px auto;
    text-align: center;
    /* justify-content: center; */
    font-size: 11px;

}

.wb_list li {
    width: 33%;
    height:fit-content;

}

.wb_list li img {
    width: 100%;
    height: fit-content;
    object-fit:fill
}


.recruit_top table {
    width: 80%;
    margin: 0 auto 40px;
}

.recruit_top table th:first-child {
    width: 10px;
}

.recruit_top table td {
    /* padding:  0px; */
    width: 25%;
}

.remarks {
    width: 65%;
    margin: 0 auto 100px;
    text-align: left;
}


/* 福利厚生追加 */

.training {
    background-color: #EAEAEA;
    padding: 50px 0;
}

.training_title {
    text-align: center;
    margin: 0 auto 50px;
}

.training_title h4 {
    color: #00AFCC;
    margin: 20px auto 50px;
    font-size: 25px;
}

.training dl {
    border-bottom: 1px solid #333;
    width: 70%;
    margin: auto;
    display: flex;
    padding: 20px 20px;
    margin: 20px auto;
}

.training dl dt {
    width: 20%;
    font-weight: bold;
    color: #136BD1;

}


.training dl dd {
    width: 70%;
}




.training_image {
    width: 70%;
    margin: 50px auto;
}

.training_image h4 {
    color: #136BD1;
    margin: 40px 0;
}


.training_schedule {}

.training_schedule img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:900px) {
    .recruit_top {
        margin: 30px auto 0;
    }

    .recruit_top h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 40px auto;
        width: 90%;

    }

    .recruit_top h3 span {
        font-size: 13px;
    }


 .wb_list {
     width: 90%;
     margin: 30px auto;
     font-size: 11px;
 }

 .wb_list li {
     width: 100%;
     padding: 0;
     height: auto;
     /* 高さを自動調整 */
 }

 .wb_list li img {
     width: 100%;
     height: auto;
     /* 固定の高さ指定をやめる */
     object-fit: cover;
     /* 画像のアスペクト比を保ちながら領域を埋める */
 }

    .wb_list li h4 {
        padding: 5px 10px;
        width: 100%;
        font-size: 15px;
    }

  

    .recruit_top table {
        width: 90%;
        margin: 0 auto 40px;
    }

    .recruit_top table th:first-child {
        width: 10px;
    }


    .remarks {
        width: 95%;
        font-size: 13px;
        text-align: left;
    }


    .recruit_top .red {
        color: red;
    }

    /* 福利厚生追加 */

    .training {
        background-color: #EAEAEA;
        padding: 60px 0;
    }

    .training_title {
        text-align: center;
        font-size: 14px;
        line-height: 25px;
        margin: 0 auto 20px;
    }

    .training_title h4 {
        color: #00AFCC;
        margin: 10px auto;
        font-size: 16px;
    }

    .training dl {
        font-size: 13px;
        border-bottom: 1px solid #333;
        width: 90%;
        margin: auto;
        display: block;
        padding: 5px 0px;
        margin: 10px auto;
        line-height: 25px;
    }

    .training dl dt {
        width: 100%;
        font-weight: bold;
        color: #136BD1;

    }


    .training dl dd {
        width: 100%;

    }




    .training_image {
        width: 90%;
        margin: 20px auto 0;
    }

    .training_image h4 {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 0 0 10px;
    }

}

































/*==================================================

トップメッセージ

===================================*/





/* *******

採用情報
recruitment

******** */


#recruitment_step1 {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
}

#recruitment_step1 .recruitment_step1_blue {
    position: absolute;
    background-color: #00AFCC;
    top: -200px;
    left: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    padding: 100px 0;
}

#recruitment_step1 .recruitment_step1_top-img {
    width: 70%;
    height: 500px;
}

#recruitment_step1 .recruitment_step1_top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#recruitment_step1 .flex {
    width: 80%;
    /* background-color: red; */
    margin: 100px auto;
    align-items: center;
    justify-content: space-between;
}

#recruitment_step1 .flex h2 {
    font-size: 100px;
    line-height: 140px;
}

#recruitment_step1 .flex span {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
}

#recruitment_step1 .flex text {
    font-size: 11px;
    line-height: 10px;
}

.recruitment_step1_bottom-img {
    width: 60%;
    height: 500px;
    background-color: red;
    margin: 50px auto 20px;
}

.recruitment_step1_bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.recruitment_step1_msg {
    background-color: rgb(93, 149, 158, 0.5);
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    width: 500px;
    padding: 50px;

}

.recruitment_step1_msg h3 {
    font-size: 40px;
    margin: 0 0 20px;
}




#recruitment_step2 {
    margin: 200px auto;
    position: relative;
    width: 100%;
    height: 1000px;
}

@media screen and (max-width:1820px){
#recruitment_step2 {
        height: 800px;
    }

}

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

#recruitment_step2 {
        height: 650px;
    }

}

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

    #recruitment_step2 {
        height: 550px;
    }

}


#recruitment_step2 h2 {

    position: absolute;
    width: 100%;
    color: #00AFCC;
    font-size: 96px;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(138, 138, 138);
}

#recruitment_step2 .flex {
    align-items: center;
    justify-content: space-between;
    width: 80%;
    /* background-color: red; */
    position: absolute;
    top: 100px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#recruitment_step2 .flex .recruitment_step2_img {
    width: 45%;
    height: fit-content;
}

#recruitment_step2 .flex .recruitment_step2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#recruitment_step2 .flex .recruitment_step2_content {
    width: 45%;
    font-size: 16px;

}

#recruitment_step2 .flex .recruitment_step2_content h3 {
    font-size: 24px;
    margin: 0 0 20px;
}

#recruitment_step2 .flex .recruitment_step2_02 {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 350px;
    color: rgb(93, 149, 158, 0.15);
    z-index: -1;
}




.tab {
    text-decoration: none;
    justify-content: space-between;
    margin: 0 auto 50px;
    padding: 0;
    width: 80%;
    line-height: 20px;
    /* background-color: red; */
    padding: 0;

}
.tab h2{
    margin: 0 0 20px 0;
}
.tab i{
    font-size: 18px;
    margin: 0 20px 0 0;
    padding: 0;
}

.tab a {
    display: flex;
    padding: 0;
margin: 20px 0;
    width: fit-content;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 25px;
    background-color: #00AFCC;
}




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

    .tab {
        text-align: left;
        display: block;
        line-height: 25px;
        font-size: 15px;
        margin: 0 0 10px 0;
   
    }


        .tab h2 {
            margin: 0 0 0px 0;
        }


}

.tab li a {
    color: #fff;
    text-decoration: none;

    padding: 15px 20px;


}

 .tab li.active a {
     color: #00AFCC;
     background-color: #fff;
     border: 1px solid #00AFCC;

 }

.tab li.active a i {
    color: #00AFCC !important;
    /* 強制的に色を変更 */
}
/*エリアの表示非表示と形状*/
.area {
    /* border-radius:20px; */
    margin: auto;
    /* width: 80%; */
    display: none;
    /*はじめは非表示*/
    opacity: 0;
    /*透過0*/
    height: auto;
    /* padding:50px 20px; */
    padding: 0;
    width: 80%;
    background-color: #fff;
}


.area .company_content h3 {
    font-size: 30px;
    margin: 20px auto;
    text-align: center;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;
    /* 表示 */
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
    background-color: #fff;

}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;
    /*表示*/
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
    /* background-color: #E2FBFF; */
    /* padding: 100px 50px; */
    /* background-color: #fff; */
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



#recruitment_type {
    margin: 200px auto;
    position: relative;
}



#recruitment_type .tab_img {
    position: absolute;
    right: 0;
    top: 0;
}

#recruitment_type .tab_img img {
    width: 400px;
    height: 330px;
    object-fit: cover;
}

#recruitment_select {
    text-align: center;
    padding: 0 0 100px 0;

}

#recruitment_select .rec_btn {
    text-align: center;
    margin: 40px auto;
    width: 400px;
    padding: 35px 40px;
    font-size: 20px;
    border: 0.5px solid #333;
    background-image: url("../img/page/recruit_btn.webp");
    background-position: center;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
}
@media screen and (max-width:1020px) {
#recruitment_type{
    width: 80%;
}
    #recruitment_type .tab{
 
        margin: 30px auto 50px;
        line-height: 35px;
    }
    #recruitment_type .tab_img {
        display: none;
    }




}

@media screen and (max-width:820px) {
#recruitment_type{
    width: 95%;
}
    #recruitment_type .tab_img {
        display: none;
    }

    #recruitment_step1 {
        position: relative;
        width: 100%;
        height: auto;
        color: #fff;

    }

    #recruitment_step1 .recruitment_step1_blue {

        top: -150px;
        width: 80%;
        height: 100%;
        padding: 0;
    }

    #recruitment_step1 .recruitment_step1_top-img {
        width: 100%;
        height: 200px;
        margin: 30px auto;
    }



    #recruitment_step1 .flex {
        width: 80%;
        margin: 40px auto;
        align-items: center;
        justify-content: space-between;
        display: block;
    }

    #recruitment_step1 .flex h2 {
        font-size: 40px;
        line-height: 70px;
    }

    #recruitment_step1 .flex span {
        font-size: 18px;
        line-height: 30px;
        margin: 30px 0;
    }

    #recruitment_step1 .flex text {
        font-size: 11px;
        line-height: 10px;
    }

    .recruitment_step1_bottom-img {
        width: 60%;
        height: 220px;

        margin: 0px auto 0 0;
    }




    .recruitment_step1_msg {
        width: 90%;
        padding: 40px 20px;
        font-size: 13px;
        line-height: 30px;
        background-color: rgba(93, 149, 158, 0.89);
        top: 90%;
    }



    .recruitment_step1_msg h3 {
        font-size: 30px;
        margin: 0px 0 15px;
    }





    #recruitment_step2 {
        margin: 250px auto;
        position: relative;
        width: 100%;
        height: 350px;
        /* background-color: red; */
    }

    #recruitment_step2 h2 {
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgb(138, 138, 138);
    }

    #recruitment_step2 .flex {
        display: block;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        /* background-color: red; */
        position: absolute;
        top: 100px;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    #recruitment_step2 .flex .recruitment_step2_img {
        width: 100%;
        height: fit-content;
    }

    #recruitment_step2 .flex .recruitment_step2_img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    #recruitment_step2 .flex .recruitment_step2_content {
        width: 100%;
        font-size: 16px;

    }

    #recruitment_step2 .flex .recruitment_step2_content h3 {
        font-size: 16px;
        margin: 20px 0;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    }

    #recruitment_step2 .flex .recruitment_step2_02 {
        position: absolute;
        bottom: -170px;
        right: 0;
        font-size: 350px;
        color: rgb(93, 149, 158, 0.15);
        z-index: -1;
    }

    .tab {
        text-decoration: none;
        justify-content: space-between;
        margin: 0 auto 30px;
        padding: 0;
        /* width: 100%; */
        /* line-height: 10px; */
    }

    .tab a {
        padding: 15px 20px;
        text-decoration: none;
        line-height: 30px;
      
        font-size: 15px;
        background-color: #00AFCC;
    }



  

    .tab li a {
        color: #fff;
        text-decoration: none;
        padding:0 20px;
    }


    .tab li.active a {
        color: #00AFCC;
        background-color: #fff;
    }









    /*エリアの表示非表示と形状*/
    .area {
        /* border-radius:20px; */
        margin: auto;
        /* width: 80%; */
        display: none;
        /*はじめは非表示*/
        opacity: 0;
        /*透過0*/
        height: auto;
        /* padding:50px 20px; */
        padding: 0;
        /* width: 0%; */
        font-size: 13px;
    }

    .area .company_content h3 {
        font-size: 25px;
        margin: auto;
    }

    /*areaにis-activeというクラスがついた時の形状*/
    .area.is-active {
        display: block;
        /* 表示 */
        animation-name: displayAnime;
        /*ふわっと表示させるためのアニメーション*/
        animation-duration: 2s;
        animation-fill-mode: forwards;


    }



    .area .company_content dl dt {
        background-color: #00adcc10
    }

    /*areaにis-activeというクラスがついた時の形状*/
    .area.is-active {
        display: block;
        /*表示*/
        animation-name: displayAnime;
        /*ふわっと表示させるためのアニメーション*/
        animation-duration: 2s;
        animation-fill-mode: forwards;
        /* background-color: #E2FBFF; */
        padding: 0;
        width: 90%;
    }

    @keyframes displayAnime {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    #recruitment_type {
        margin: 100px auto;
    }


    #recruitment_select {

        padding: 0 0 50px 0;

    }

    #recruitment_select .rec_btn {
        margin: 20px auto;
        width: 80%;
        padding: 20px;
        border-radius: 20px;
        font-size: 20px;
    }


        .recruitment_type .area{
            font-size: 15px;
        }
}

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

      .tab {
          text-align: left;
          display: block;
          line-height: 35px;
          font-size: 15px;
          margin: 0px auto;
          width: 90%;
      }

  }
.training_wide {
    width: 90%;
    margin: auto;
}

















































.news_date{
    width: 100%;
    background-color: #00AFCC;
    color: #fff;
}



.category{
    margin: 0;
    background-color: #fff;
    width: 100%;
    color: #333;
}

.category .news_list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}



/* 修正 */
.dmy{
    width: 100%;
    text-align: right;
    font-size: 15px;
}

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

.dmy{
    font-size: 13px;
} 

}



.recruitment_alert{
    font-size: 13px;
}




/* 4/8 トップメッセージ追加 */


.ashiato{
    font-size: 15px;
    line-height: 30px; 
    width: 75%;
}

.ashiato .flex{
    justify-content: space-between;
    align-items: center;
}
.ashiato .flex .text{
    width: 75%;
}
.ashiato .img{
    width: 20%;
    margin: 0 15px 0 0;
}

.ashiato .img img{
    width: 100%;
    height: fit-content;
    object-fit: cover;
}

.ashiato .btn{
    width: fit-content;
    margin: 0 0 0 auto;
}

.ashiato .btn a{
    color: #fff;
    background-color: #00AFCC;
    padding: 10px 20px;
    border-radius: 5px;
}

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

    .ashiato{
        width: 90%;
    }
.ashiato .flex{
    display: block;
    width: 100%;
}


.ashiato .flex .img{
    width: 100%;
    height: 300px;
    margin: 0 0 20px 0;
}

.ashiato .flex .img img{
    width: 100%;
 height: 300px;
}

.ashiato .flex .text{
    width: 100%;
}
}