@charset "UTF-8";
/*@font-face {
    font-family: hirakaku;
    font-weight: 200;
    font-style: regular;
    src: url("../fonts/hirakaku ProN W2.woff") format("woff");
}

@font-face {
    font-family: hirakaku;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/hirakaku ProN W4.woff") format("woff");
}

@font-face {
    font-family: hirakaku;
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/hirakaku Pro W6.woff") format("woff");
}*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
body{
    overflow-x: hidden;
    font-family: Noto Sans JP, sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    width: 100vh;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
}
/*
sp_br
----------------------------------------- */
.sp_br{
    display: block;
}
.pc_br{
    display: none;
}
@media only screen and (min-width: 768px) {
.sp_br{
    display: none;
}
.pc_br{
    display: block;
}
}
/*
フォントサイズ
---------------*/
.f_h_32{
  font-size: 32px;
}
.f_h_40{
  font-size: 40px;
}
.f_p_14{
  font-size: 14px;
}
.f_p_16{
  font-size: 16px;
}
.f_p_18{
  font-size: 18px;
}
.f_p_20{
  font-size: 20px;
}
.f_p_24{
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .f_h_32{
  font-size: 28px;
  }
  .f_h_40{
    font-size: 36px;
  }
  .f_p_12{
    font-size: 10px;
  }
  .f_p_16{
    font-size: 14px;
  }
  .f_p_18{
    font-size: 16px;
  }
  .f_p_20{
    font-size: 18px;
  }
  .f_p_24{
    font-size: 21px;
  }
}

/*
フォントデザイン
---------------*/
.main_green{
  color: var(--color-main);
}
.f_white{
  color: #fff;
}

.txt_bold{
  font-weight: bold;
}

.txt_ud{
  text-decoration: underline;
}
.txt_caution{
    color: #666666;
}

.commonTxt {
    font-size: 16px;
    line-height: calc(32/16);
}

.commonTxt.lg {
    font-size: 18px;
    line-height: calc(32/18);
}


@media screen and (max-width: 800px) {
    .commonTxt {
        font-size: 14px;
        line-height: 1.7;
    }
}

/*
txt_Wrap
---------------*/
.txt_Wrap{
  width: 100%;
}

.txt_l_2{
    line-height: 2;
}

.txt_p{
  font-size: 14px;
  line-height: 1.7;
}
.txt_taC{
  text-align: center;
}

.txt_Wrap .linkitem01{
  text-decoration: underline;
  color: #008000;
  transition: .3s;
}

.txt_Wrap .linkitem01:hover{
  color: #000;
}

@media screen and (max-width: 800px) {
  .txt_p{
    font-size: 14px;
  }
    .txt_l_2{
        line-height: 1.7;
    }

}


/*
FONT
___________________________*/

#m01 {
    margin-top: -130px;
    padding-top: 130px;
}

.tac {
    text-align: center;
}

.taL {
    text-align: left !important;
}

.mrauto {
    margin-right: auto;
}

.mlauto {
    margin-left: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.productImg {

}

.colorGreen {
    color: var(--color-main);
}


/*

___________________________*/
.slideImg.pcMain_img{
    display: block;
    object-position: bottom center;
}
.slideImg.spMain_img{
    display: none;
}
/*iPadの縦横両方の記述*/
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .slideImg.pcMain_img{
        display: block;
    }
    .slideImg.spMain_img{
        display: none;
    }
}*/
@media (orientation: landscape){
    .slideImg.pcMain_img{
        display: block !important;
    }
    .slideImg.spMain_img{
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .slideImg.pcMain_img{
        display: none;
    }
    .slideImg.spMain_img{
        display: block;
    }
}



/*
タイトル
------------------------------------------*/
.commonTitle.eng {
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
    color: var(--color-black1);
    letter-spacing: .1em;
}

.commonTitle.jap {
    font-size: 20px;
    line-height: calc(40/20);
}

.commonTitle {
    font-size: 28px;
    line-height: 1.7;
}

.commonTitle.sm {
    font-size: 20px;
    line-height: 1.7;
}

.commonTitle.borderBottom {
    border-bottom: 1px solid var(--color-gray2);
    padding-bottom: 40px;
}

.commonTitle.sm.eng {
    font-size: 30px;
    line-height: 1;
}

.commonTitle.sm.jap {
    font-size: 15px;
    line-height: calc(21/15);
}

.commonTitle02 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.commonTitle02 .borderItem{
    display: flex;
    align-items: center;
    justify-content: center;
}

.commonTitle02 .borderItem:before{
    content: '';
    width: 50px;
    height: 1px;
    background-color: var(--color-main);
    margin-right: 10px;
}

.commonTitle02 .borderItem:after{
    content: '';
    width: 50px;
    height: 1px;
    background-color: var(--color-main);
    margin-left: 10px;
}

.commonTitle03{
    position: relative;
    padding-left: 20px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
}

.commonTitle03.dotTitle:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--color-main);
    display: block;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: calc(0.5em - 8px);
    top: 0.5em;
}


.commonTitle04{
    width: 100%;
    background-color: var(--color-main);
    color: #fff;
    padding: 5px 30px;
    font-size: 24px;
}

.commonTitle04 .number{
    font-size: 30px;
    margin-right: 10px;
}

.commonTitle04 .inner{
    display: flex;
    align-items: center;
}


.commonTitle05{
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-main);
    color: var(--color-main);
    font-size: 26px;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .commonTitle04{
        font-size: 20px;
        padding: 5px 10px;
    }
    .commonTitle04 .number{
        font-size: 26px;
    }
    .commonTitle05{
        font-size: 22px;
    }
}



/*
メインビジュアル
------------------------------------------*/
.hoverColorGreen:hover {
    transition: 0.3s ease-in-out;
    color: var(--color-main);
}

.mainVisual{
    height: calc(100vh - 80px);
    min-height: 600px;
    overflow: hidden;
    position: relative;
}

.mainVisual img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.mainVisual .text {
    position: absolute;
    color: #FFF;
    width: auto;
    left: 7%;
    top: 50%;
    /* bottom: 5%; */
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
}

.mainVisualTextWrap {
   /* position: absolute;*/
    /* bottom: 15vw; */
    width: 100%;
    /* left: 0; */
}

.mainVisualTextWrap .mainTitle {
    font-size: 42px;
    font-weight: bold;
    line-height: calc(70/55);
    /* text-shadow: 0 0 10px rgb(0 0 0 / 30%); */
    color: var(--color-main);
    margin-bottom: 7px;
}

.mainVisualTextWrap .mainTitle h1{
    line-height: calc(2em + 5px);
}

.mainVisualTextWrap .mainTitle span{
    /*background: rgb(3, 172, 116, 0.6); */
    background-color: rgba(255,255,255,80%);
    padding: 10px 10px;
}

.mainVisualTextWrap .desc {
    font-size: 18px;
    line-height: calc(27.2/16);
    font-weight: normal;
    color: var(--color-main);
}

.mainVisualTextWrap p{
    /*text-shadow: 0 0 6px rgb(0 0 0 / 30%);*/
    line-height: 1.6;
    font-size: 24px;
}

.mainVisualTextWrap p span{
    background-color: rgba(255,255,255,80%);
    padding: 8px 10px;
}

.main {
    margin-top: 80px;
}

.posrel {
    position: relative;
    height: 170px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    background-color: darkseagreen;
    width: 100%;
}


@media screen and (max-width: 991px) {
    .mainVisualTextWrap .mainTitle h1{
        line-height: calc(2em + 12px);
    }
}

@media screen and (max-width: 768px) {
    .mainVisual img {
        height: 100%;
        min-height: 600px;
    }
}



/*
会社情報
------------------------------------------*/
.companyWrap{
    /*background-image: repeating-linear-gradient(
    90deg,
    #f5f5f5 0, #f5f5f5 1px,
    #fff 1px, #fff 125px);*/
    padding: 180px 0 180px 0;
}

.companyWrap .commonLogoItem{
    margin-bottom: 150px;
}

.companyWrap .commonLogoItem img{
    /*margin-right: auto;
    margin-left: auto;*/
}

.compnayflexwrap02{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.compnayflexwrap02 .flexwrap02Titl{
    font-size: 34px;
    font-weight: bold;
    width: 300px;
}

/*.flexwrap02Titl.dotTitle{
    position: relative;
    padding-left: 20px;
}

.flexwrap02Titl.dotTitle:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--color-main);
    display: block;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: calc(0.5em - 5px);
}*/

.compnayflexwrap02 .sideBlock{
    flex: 1;
}

.motto_side_Title{
    font-size: 32px;
    font-weight: bold;
}

.motto_listItemWrap{
    border-top: 1px solid var(--color-main);
}

.motto_listItemWrap .listItem{
    list-style: none;
    border-bottom: 1px solid var(--color-main);
    padding: 40px 0 40px 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--color-main);
    font-family:'Noto Serif JP', serif;
}

.motto_listItemWrap .listItem .number{
    color: #fff;
    background-color: var(--color-main);
    width: 40px;
    height: 40px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 15px;
    font-weight: normal;
}

.simpleRow {
    display: flex;
   /* max-width: 1060px;*/
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    background-color: var(--color-green2);
    border-radius: 5px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 8px;
    /*font-size: 16px;*/
}

.simpleRow .title {
    width: 130px;
    margin-right: 10px;
    font-weight: bold;
    color: var(--color-black1);
    font-size: 16px;
}

.simpleRow .title p{
    font-size: 16px;
}

.simpleRow .desc {
    font-size: 16px;
    line-height: calc(25.5/15);
    flex: 1;
}

.simpleRow .desc p{
    font-size: 16px;
}

@media screen and (max-width:991px) {
    .compnayflexwrap02 .flexwrap02Titl{
        width: 250px;
        font-size: 30px;
    }
}

@media screen and (max-width: 800px) {
    .motto_side_Title{
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    .companyWrap{
        /*background-image: repeating-linear-gradient(
        90deg,
        #f5f5f5 0, #f5f5f5 1px,
        #fff 1px, #fff 20%);*/
        padding: 180px 0 180px 0;
    }
    .compnayflexwrap02 .flexwrap02Titl{
        width: 100%;
    }
  .simpleRow {
    padding-left: 10px;
      padding-right: 10px;
  }
  .simpleRow .title{
    font-size: 14px;
    width: 100px;
  }
  .simpleRow .title p{

  }
  .simpleRow .title p{
        font-size: 14px;
    }
  .simpleRow .desc {
    font-size: 14px;
    color: var(--color-black1);
  }
  .simpleRow .desc p{
    font-size: 14px;
    }
  .compnayflexwrap02{
    display: block;
  }
  .motto_listItemWrap .listItem{
    padding: 20px 0 20px 0;
    font-size: 20px;
  }
  .motto_listItemWrap .listItem .number{
    width: 34px;
    height: 34px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 640px) {
    .companyWrap{
        padding: 100px 0 150px 0;
    }
}



/*
ビジネス全体
------------------------------------------*/
.bussinessWrap{
    padding-top: 110px;
    padding-bottom: 110px;
}

.bussinessWrap02{
    padding-top: 150px;
    padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
    .bussinessWrap{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .bussinessWrap02{
        padding-top: 100px;
       /* margin-bottom: 100px;*/
    }

    #managementStrategy{
        margin-bottom: 0px;
    }

}



/*
ビジネス　リンク
------------------------------------------*/
.linkFlexWrap{
    display: flex;
    justify-content: space-between;
}

.linkFlexWrap .flexItem{
    list-style: none;
    width: calc(33.33% - 20px);
    position: relative;
    overflow-y: hidden;
}

.linkFlexWrap .flexItem a{
    display: block;
    width: 100%;
    height: 100%;
}

.linkFlexWrap .flexItem .bgImage{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}

/*.linkFlexWrap .flexItem a:hover .bgImage{
    transform: scale(1.1);
}
*/
.linkFlexWrap .flexItem .bgImage.pc_img{
    display: block;
}

.linkFlexWrap .flexItem .bgImage.sp_img{
    display: none;
}

.linkFlexWrap .flexItem .bgGrade{
    padding-top: 250px;
    padding-bottom: 100px;
    background: rgb(0,0,0);
    background: linear-gradient(175deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    z-index: +1;
    position: relative;
    top: 0;
    height: 100%;
    transition: .3s;
}

.linkFlexWrap .flexItem .bgGrade:hover{
    background: linear-gradient(175deg, rgba(0,0,0,0) 0%, #00574b 100%);
}

.linkFlexWrap .flexItem .textWrap{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
}

.linkFlexWrap .flexItem .textWrap .number{
    font-size: 36px;
    margin-bottom: 10px;
}

.linkFlexWrap .flexItem .textWrap .linkttl{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.linkFlexWrap .flexItem .textWrap .linkttl .smallttl{
    font-size: 16px;
    margin-left: .5em;
}

.linkFlexWrap .flexItem .textWrap .text{
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}

.linkFlexWrap .flexItem .linkItem{
    position: absolute;
    border-radius: 100px;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: block;
    bottom: 20px;
    left: 20px;
    display: flex;
    z-index: +2;
    align-items: center;
    justify-content: space-around;
}

.linkFlexWrap .flexItem .linkItem:after{
    content: '';
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}



@media screen and (max-width:1000px) {
    .linkFlexWrap .flexItem{
        width: calc(33.33% - 10px);
    }
}


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

    .linkFlexWrap{
        display: block;
    }
    .linkFlexWrap .flexItem .bgGrade{
        padding-top: 50px;
        padding-bottom: 80px;
        position: relative;
        top: 0;
        height: 100%;
    }
    .linkFlexWrap .flexItem{
        width: 100%;
        margin-bottom: 10px;
    }

    .linkFlexWrap .flexItem .bgImage.pc_img{
        display: none;
    }

    .linkFlexWrap .flexItem .bgImage.sp_img{
        display: block;
    }

}

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

    .linkFlexWrap .flexItem .textWrap .linkttl{
        font-size: 26px;
    }
    .linkFlexWrap .flexItem .textWrap .linkttl .smallttl{
        font-size: 14px;
    }
    .linkFlexWrap .flexItem .textWrap .text{
        font-size: 14px;
    }

}   



/*
ビジネスインナー
------------------------------------------*/
.imgFlexWrap{
    display: flex;
    justify-content: space-between;
}

.imgFlexWrap .imgFlexItem{
    width: calc(50% - 20px);
}

@media screen and (max-width:1100px) {
    .imgFlexWrap .imgFlexItem{
        width: 49%;
    }
    .linkFlexWrap .flexItem .textWrap .number{
        font-size: 32px;
        font-weight: 300;
    }
    .linkFlexWrap .flexItem .linkItem{
        width: 40px;
        height: 40px;
    }
}




/*
経営戦略・管理
------------------------------------------*/
.textFlexWrap{
    display: flex;
    justify-content: space-between;
}

.textFlexWrap .imgFlexItem,
.textFlexWrap .textFlexItem{
    width: calc(50% - 20px);
}

.bussinessList .listItem{
    list-style: none;
    background-color: var(--color-green2);
    padding: 12px;
    margin-bottom: 5px;
}

@media screen and (max-width:1100px) {
    .textFlexWrap .imgFlexItem{
        width: 49%;
    }
}

@media screen and (max-width: 640px) {
    .textFlexWrap{
        display: block;
    }

    .textFlexWrap .imgFlexItem,
    .textFlexWrap .textFlexItem{
        width: 100%;
    }

    .textFlexWrap .imgFlexItem img{
        width: 100%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
    }
}





/*
共通リンク
------------------------------*/
.recruitWrap{
    padding: 70px 0;
}

.recruitWrap.bg_img01{
    background: url(../img/recruitBg.png) no-repeat;
    background-size: cover;
  background-position: center;
}
.recruitWrap .recruitTitle{
    font-size: 50px;
    font-weight: 300;
}

/*.recruitWrap .recruitTitle.eng{
    margin-bottom: 40px;
}*/

.recruitWrap .flexWrap02{
    display: flex;
    justify-content: center;
}

.recruitWrap .flexWrap02 .link{
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 800px) {
    .recruitWrap .recruitTitle{
        font-size: 40px;
    }
}


@media screen and (max-width: 640px) {
  .recruitWrap .text_item{
    margin-bottom: 34px;
  }
}



/*
共通リンク
------------------------------*/
.associatedWrap{
    padding-top: 110px;
    padding-bottom: 110px;
}

.associateFlexWrap{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.associateFlexWrap .flexLogoItem{
    width: calc(50% - 15px);
    background: #fff;
    position: relative;
    margin-top: 42px;
}

.associateFlexWrap .flexLogoItem img{
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.associateFlexWrap .flexTextItem{
    width: calc(50% - 15px);
}


.simpleRow02 {
    display: flex;
   /* max-width: 1060px;*/
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 3px;
    /*font-size: 16px;*/
}

.simpleRow02 .title {
    width: 100px;
    margin-right: 10px;
    /*font-weight: bold;*/
    color: var(--color-black1);
    font-size: 14px;
}

.simpleRow02 .desc {
    font-size: 14px;
    line-height: calc(25.5/15);
    flex: 1;
    color: var(--color-black1);
}

.simpleRow02 .desc img{
    display: inline-block;
    margin-left: 5px;
}

@media screen and (max-width:991px) {
    .compnayflexwrap02 .flexwrap02Titl{
        width: 250px;
        font-size: 30px;
    }
}

@media screen and (max-width: 800px) {
  .simpleRow02 {
  padding-left: 10px;
      padding-right: 10px;
  }
  .simpleRow02 .title{
    width: 100px;
  }
  .flexTextItem .ttl .commonTxt{
    font-size: 16px;
  }
  .simpleRow02 .desc {
    font-size: 13px;
    color: var(--color-black1);
  }
}


@media screen and (max-width: 768px) {
    .compnayflexwrap02 .flexwrap02Titl{
        width: 100%;
    }
    .associateFlexWrap{
        display: block;
        margin-bottom: 60px;
    }
    .associateFlexWrap:last-child{
        margin-bottom: 0;
    }
    .associateFlexWrap .flexLogoItem{
        width: 100%;
        position: inherit;
        padding: 15px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .associateFlexWrap .flexLogoItem img{
        width: 100%;
        position: inherit;
    }
    .associateFlexWrap .flexTextItem{
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .associatedWrap{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/*
------------------------------------------*/
.bgImageArea {
    position: relative;
}

.bgImageArea .textWrap {
    position: absolute;
    top: 60px;
    width: 480px;
    color: #FFF;
    right: 8%;
    z-index: 1;
}

.bgImageArea .textWrap .title {
    font-size: 25px;
    /*line-height: calc(36/25);*/
    line-height: calc(185/40);
}

.bgImageBtnWrap {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.bgImageBtnWrap .link {
    width: 400px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFF;
    border-width: 2px;
    color: var(--color-main);
    border-radius: 73px;
    background: #fff;
    transition: .3s;
}

.bgImageBtnWrap .link:hover {
    background: #ffffff6b;
}

.onhoverColorGreen {
    transition: border-width .3s ease-in-out;
    transition: .3s;
    ;
}

.onhoverColorGreen:hover {
    color: var(--color-main);
    transition: border-width .2s ease-in-out;
}


/* .bgImageBtnWrap .link:before {

    content: '';

    transition: .6s ease-in-out;

    width: calc(100% - 1px);

    height: calc(100% - 1px);

    border: 1px solid #FFF;

    border-radius: 10px;

    opacity: 0;

}



.bgImageBtnWrap .link:hover:before {

    transition: .2s ease-in-out;

    opacity: 1;

} */

.bgImageBtnWrap .link a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgImageBtnWrap .link:first-child {
    margin-right: 20px;
}

.commonBtn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
}

.commonBtn1.green {
    color: var(--color-main);
    border: 2px solid var(--color-main);
    transition: 0.3s ease-in-out;
}

.commonBtn1.green:hover {
    background-color: var(--color-main);
    color: #FFF;
    transition: 0.3s ease-in-out;
}

.commonBtn1.blank {
    color: #FFF;
    border: 2px solid #FFF;
}

.commonBtn1.blankgreen {
    color: var(--color-main);
    border: 2px solid var(--color-main);
}

.btnCenter {
    margin-right: auto;
    margin-left: auto;
}
.blockCentering {
    margin-right: auto;
    margin-left: auto;
}
.mapBtn {
    font-size: 13px;
}

.mapBtn i {
    margin-left: 5px;
}

.commonBtn1.blankgreen.onhoverBorder {
    border-width: 1px;
}

.commonBtn1.blankgreen.onhoverBorder:hover {
    border-width: 2px;
}






/*
会社情報
------------------------------------------*/
.companyLinkWrap a {
    width: 100%;
    height: 100%;
    color: #FFF;
}

.companyLinkWrap .textWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}

.companyLinkWrap a:before {
    /* background-color: var(--color-main); */
    opacity: 0.2;
    transition: 0.3s ease-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #25A4AB, rgba(255, 255, 255, 0));
    z-index: 1;
}

.companyLinkWrap a:hover:before {
    opacity: 0.5;
    transition: 0.3s ease-in;
}







.col3Wrap.linkCard {
    position: relative;
    justify-content: center;
}

.col3Wrap.linkCard .label {
    background-color: #FFFFFF;
    color: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    border-radius: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

.col3Wrap.linkCard .col:hover .label {
    transition: 0.3s ease-in-out;
    color: #FFF;
    background-color: var(--color-main);
}

.col3Wrap.linkCard .col {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 290px;
}

.col3Wrap.linkCard .col a {
    width: 100%;
    height: 100%;
    display: block;
}

.col3Wrap.linkCard .col .label .normal {
    display: block;
}

.col3Wrap.linkCard .col:hover .label .normal {
    display: none;
}

.col3Wrap.linkCard .col .label .onHover {
    display: none;
}

.col3Wrap.linkCard .col:hover .label .onHover {
    display: block;
}

.col3Wrap.linkCard .col a:before {
    /* background-color: var(--color-main); */
    opacity: 0.2;
    transition: 0.3s ease-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #25A4AB, rgba(255, 255, 255, 0));
    z-index: 1;
}

.col3Wrap.linkCard .col a:hover:before {
    opacity: 0.5;
    transition: 0.3s ease-in;
}

.col3Wrap.linkCard img {
    width: 100%;
    transition: 0.3s ease-in;
}

.col3Wrap.linkCard .col:hover img {
    transition: 0.3s ease-out;
}

.col3Wrap.linkCard .col:hover img {
    transform: scale(1.1);
    transition: 0.3s ease-in;
}

.commonBtn1 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.onhoverBgGreen {
    transition: .6s ease-in-out;
}

.onhoverBgGreen:hover {
    transition: .2s ease-in-out;
    background-color: var(--color-main);
    color: #FFF;
}


.lowerMainVisual {
    background: url(../img/common/main_header.png);
    background-size: contain;
    background-size: cover;
    background-position: bottom center;
}

.lowerMainVisual img {
    height: 240px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.lowerMainVisualTitle {
    font-size: 30px;
    font-weight: 600;
    line-height: calc(50/35);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFF;
    text-shadow: 0 0 6px var(--color-main);
}

.toTopBtn {
    width: 100%;
    height: 50px;
    transition: .6s ease-out;
}

.toTopBtn a:hover {
    background-color: var(--color-yellow);
    color: var(--color-green1);
    transition: .2s ease-in;
}

.toTopBtn a img.icon{
    padding-left: 5px;
}   

.toTopBtn .fa-chevron-up {
    margin-right: 5px;
}

.toTopBtn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--color-green1);
    color: #fff;
    transition: .3s;
}

.pankuzu {
    display: flex;
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 85px;
    font-size: 12px;
}

.pankuzu .link {
    margin-right: 10px;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 500;
}

.presidentFlex {
    display: flex;
}

.presidentFlex .img {
    width: 202px;
}

.presidentFlex .textWrap {
    width: calc(100% - 267px);
    margin-left: auto;
}

.prestidentName {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.prestidentName .role {
    font-size: 11px;
    line-height: calc(32/11);
    margin-right: 10px;
}

.prestidentName .name {
    font-size: 14px;
    line-height: calc(32/14);
}

.linkAreaContainer {
    display: flex;
    justify-content: space-between;
    width: 1000px;
}

.linkAreaWrap {}

.linkAreaTitle {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: calc(20/14);
}

.linkAreaTitle a{
    color: #fff;
    transition: .3s;
}

.linkAreaTitle a:hover{
    color: var(--color-yellow);
}

.privacyLink {
    font-size: 14px;
    line-height: calc(20/14);
}

.linkAreaChild {
    font-size: 12px;
    line-height: calc(18/12);
    margin-bottom: 10px;
}

.linkArea {
    display: flex;
    justify-content: space-between;
}

.bgGray3 {
    background-color: var(--color-gray);
}

footer .bgGray3 {
    padding-top: 50px;
    background-color: var(--color-main);
}

.pt85 {
    padding-top: 85px;
}

.pb135 {
    padding-bottom: 135px;
}

.copyright {
    font-size: 12px;
    line-height: calc(50/12);
    text-align: center;
}

.onHoverZoom {
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.onHoverZoom .bgImage {
    transition: 0.3s ease-in-out;
    position: relative;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.onHoverZoom:after {
    content: '';
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.onHoverZoom:hover:after {
    transition: 0.3s ease-in-out;
    opacity: 0.3;
}

.onHoverZoom:hover .bgImage {
    transition: 0.3s ease-in-out;
    transform: scale(1.05);
}

.to-inquiry {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    right: 100px;
    bottom: 5%;
    color: #FFF;
    cursor: pointer;
    background: #FF947B;
    border-radius: 100px;
    z-index: 5;
    font-size: 10px;
    flex-direction: column;
    transition: .6s ease-out;
}

.to-inquiry:hover {
    transition: .6s ease-in;
    background-color: var(--color-orange);
}

.to-inquiry img {
    margin-bottom: 10px;
    width: 27.8px;
    height: 29.58px;
}



.footerBg {
    background: url(../img/common/main_header.png);
    background-size: contain;
    background-size: cover;
    background-position: bottom center;
    height: 240px;
}

.footerLOGO{
    text-align: center;margin-bottom: 40px;
}

.footerLOGO img{
    display: inline;
}

.footerBg img {
    height: 500px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
    list-style: none;
}

.pager>li {
    margin: 0 10px;
}

.pager>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    transition: .2s;
}

.pager>li>a.active,
.pager>li>a:hover {
    background-color: var(--color-main);
    color: #FFF;
    transition: .2s;
}

.col2ProductWrap .row {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.col2ProductWrap .row:nth-child(even) {
    flex-direction: row-reverse;
}

.col2ProductWrap .col {
    flex-basis: 50%;
}

.col2ProductWrap .col.image {
    max-width: 960px;
    max-height: 700px;
}

.col2ProductWrap .col.image img {
    width: 960px;
    height: 700px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.col2ProductWrap .col .subtitle {
    font-size: 14px;
    line-height: calc(27.2/14);
}

.col2ProductWrap .col .title {
    font-size: 25px;
    line-height: calc(37/25);
}

.col2ProductWrap .col.desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col2ProductWrap .col .descWrap {
    width: 477px;
}

.col3Wrap.philosophy {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.col3Wrap.philosophy .col {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 200px;
}

.col3Wrap.philosophy .num {
    font-size: 30px;
    text-align: center;
}

.col3Wrap.philosophy .desc {
    font-size: 15px;
    line-height: calc(22.4/15);
    line-height: 1.7;
    font-weight: 300;
    padding-right: 29.3px;
    padding-left: 29.3px;
}
.col3Wrap.philosophy .desc .font_B{
    font-weight: bold;
}


.googleMap {
    width: 100%;
}

.accessDescWrap {
    display: flex;
    justify-content: space-between;
}

.accessDescWrap .desc {
    margin-top: 15px;
}

.accessDescWrap .row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.accessDescWrap .row img {
    margin-right: 10px;
}

.globalSite {
    color: var(--color-gray1);
    font-size: 13px;
}

.colorRed {
    color: #FF0000;
}

.privacyChk {
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacyChk .commonCheckbox {
    margin-right: 13px;
}

.formContainer .row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: calc(30/18);
}

.formContainer .row .title {
    width: calc(100% - 750px);
    display: flex;
}

.formContainer .row .title .colorRed {
    margin-left: 10px;
}

.formContainer .row .inputArea {
    display: flex;
    flex-wrap: wrap;
}

.formContainer .row .inputArea textarea,
.formContainer .row .inputArea input[type="text"],
.formContainer .row .inputArea input[type="tel"],
.formContainer .row .inputArea input[type="email"] {
    width: 750px;
    height: 50px;
    padding: 14px 21px;
    font-family: hirakaku;
    font-size: 18px;
    font-weight: 400;
    line-height: calc(30/18);
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.formContainer .row .inputArea input[type="file"] {}

.formContainer .row .inputArea textarea {
    height: 450px;
}

.formContainer .row .inputArea textarea::placeholder .formContainer .row .inputArea input::placeholder {
    color: #DDDDDD;
}

.inquirylabel01{
	margin-right:0.5em;
}

.inquirylabel02{
	margin-right:1em;
}




/* IE */

.formContainer .row .inputArea textarea:-ms-input-placeholder,
.formContainer .row .inputArea input:-ms-input-placeholder {
    color: #DDDDDD;
}


/* Edge */

.formContainer .row .inputArea textarea::-ms-input-placeholder,
.formContainer .row .inputArea input::-ms-input-placeholder {
    color: #DDDDDD;
}

.formContainer .row .inputArea.radio {
    width: 750px;
    display: block;
}

.inputArea .resumeText {
    width: 100%;
    font-size: 14px;
    line-height: calc(30/14);
}

.formContainer .row.alignStart {
    align-items: flex-start;
}

.underline {
    text-decoration: underline;
}

.entryFormFlg {
    display: none;
}

.col2Wrap.recruit {
    align-items: center;
    justify-content: space-between;
}

.recruitGreyBg {
    background-color: #F8F8F8;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 60px;
    padding-left: 60px;
}

.recruitGreyBg .image img {
    margin-right: auto;
    margin-left: auto;
}

.recruitTable .row {
    display: flex;
    height: auto;
    height: 155px;
    align-items: center;
}

.recruitTable .row:first-child {
    border-top: 1px solid #333333;
}

.recruitTable .row:not(:first-child) {
    border-top: 1px solid #DDDDDD;
}

.recruitTable .row:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.recruitTable .row .title {
    margin-left: 95px;
    width: 90px;
    font-size: 18px;
    line-height: calc(26/18);
}

.recruitTable .row .desc {
    margin-left: 180px;
    font-size: 18px;
    line-height: calc(26/18);
}

.recruitTable .row .desc.flex {
    display: flex;
    align-items: center;
}

.recruitTable .row .desc.flex .commonTxt {
    margin-right: 10px;
}

.commonTable {
    border: 1px solid;
}

.commonTable td,
.commonTable th {
    padding: 10px 5px;
}

.commonTable th {
    background-color: var(--color-main);
    color: #FFF;
}

.commonTable td {
    background-color: #fff;
    text-align: center;
}

.commonTable td:not(:last-child),
.commonTable th:not(:last-child) {
    border-right: 1px solid;
}

.commonTable tr:not(:last-child) {
    border-bottom: 1px solid;
}

@media screen and (max-width: 1550px) {
    .bgImageArea .textWrap {
        right: 6%;
        width: 420px;
    }
}
@media screen and (max-width: 1300px) {
    .mainVisual .text{
        left: 8%;
        bottom: 5%;
    }
    .bgImageArea .textWrap {
        width: 300px;        
    }
}

@media screen and (max-width: 1240px) {
    .mainVisualTextWrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mainVisualTextWrap .mainTitle {
        font-size: 40px;
    }
    .mainVisual .text {
        left: 4%;
        bottom: 5%;
    }
    .bgImageArea .textWrap.jigyou h2{
        line-height: 2;
    }
    .bgImageArea .textWrap.jigyou p{
        line-height: 1.7;
    }
    .bgImageArea .textWrap {
        position: absolute;
        top: 12%;
        width: 260px;
        color: #FFF;
        right: 5%;
        z-index: 1;
    }
}

@media screen and (max-width: 991px) {
    .sp-hide {
        display: none;
    }
    .main {
        margin-top: 70px;
    }
    .mainVisual img {
        height: 90vh;
    }
   /* .mainVisual .text {
        padding-left: 0;
        top: 70%;
    }*/
    .mainVisual .text {
        left: 5%;
        bottom: 18%;
    }
    .mainVisualTextWrap .mainTitle {
        font-size: 27px;
    }
    .mainVisualTextWrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .to-inquiry {
        bottom: 5%;
        right: 20px;
    }
    .newsWrap .row a {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 20px;
    }
    .newsWrap .row .desc {
        flex-basis: 100%;
    }
    /*.newsWrap .row {
        padding-bottom: 20px;
    }*/
    .bgImageBtnWrap {
        flex-wrap: wrap;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .bgImageBtnWrap .link:first-child {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .bgImageBtnWrap .link {
        width: 100%;
        height: 80px;
    }
    .linkAreaContainer {
        width: 100%;
        flex-direction: column;
    }
    .linkArea {
        flex-wrap: wrap;
    }
    .globalSite {
        margin-top: 10px;
    }
    .commonTitle.eng {
        font-size: 35px;
        margin-bottom: 70px;
    }
    .pager {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pager>li {
        margin-bottom: 10px;
    }
    .col2ProductWrap {
        flex-wrap: wrap;
    }
    .col2ProductWrap .row {
        margin-bottom: 30px;
    }
    .col2ProductWrap .col {
        flex-basis: 100%;
        padding: 0 10px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .col2ProductWrap .col.image img {
        height: 200px;
    }
    .commonBtn1.green {
        margin-right: auto;
        margin-left: auto;
    }
    .commonTitle.sm.eng {
        font-size: 24px;
    }
    .accessDescWrap {
        flex-wrap: wrap;
    }
    .accessDescWrap .desc {
        margin-bottom: 30px;
    }
    .formContainer .row .title {
        width: 100%;
        margin-bottom: 10px;
    }
    .formContainer .row {
        flex-wrap: wrap;
    }
    .formContainer .row .inputArea {
        width: 100%;
    }
    .formContainer .row .inputArea input[type="text"] {
        width: 100%;
    }
    .lowerMainVisualTitle {
        font-size: 26px;
    }
    .recruitTable .row {
        height: auto;
        padding: 10px;
        flex-wrap: wrap;
    }
    .recruitTable .row .title {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .recruitTable .row .desc {
        margin-left: 0px;
        width: 100%;
    }
    .recruitTable .row .desc.flex {
        flex-wrap: wrap;
    }
    .onhoverColorGreen:hover {
        margin-left: 8px;
    }
}

@media screen and (max-width: 768px) {
    .bgImageArea .textWrap {
        position: absolute;
        top: auto;
        bottom: 0;
        width: 100%;
        right: unset;
        left: unset;
        padding: 10px 10px;
        text-align: left;
        background: #0000003d;
    }
    .bgImageArea .commonBtn1.blank {
        margin-right: auto;
    }
    .onHoverZoom .bgImage {
        height: 650px;
    }
    .col3Wrap.linkCard .col:not(:last-child) {
        margin-bottom: 30px;
    }
    .presidentFlex .img {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
    .presidentFlex .textWrap {
        width: calc(100%);
    }
    .presidentFlex {
        flex-wrap: wrap;
    }
    .lowerMainVisual img {
        height: 200px;
    }
    .footerLOGO img{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .footerBg img {
        height: 300px;
    }
    .pankuzu {
        display: flex;
        margin-left: 20px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .pankuzu .link {
        margin-bottom: 15px;
    }
    .col3Wrap.philosophy .desc{
        padding-left: 10px;
        padding-right: 10px;
    }
    .recruitGreyBg {
        padding-right: 10px;
        padding-left: 10px;
    }
    .recruitGreyBgWrap .flexWrap {
        flex-wrap: wrap;
    }
    .recruitGreyBgWrap .textWrap {
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .recruitGreyBgWrap .flexWrap .image {
        margin-left: 10px;
        margin-right: 10px;
    }
    .recruitGreyBg .image img {
        margin-top: 30px;
    }
    .mainVisual .text {
    left: 5%;
    bottom: 28%;
    width: 97%;
    }
    .lowerMainVisualTitle {
        width: 100%;
    }
    /* 運営施設 */
    .shisetsu_flexWrap{
        display: block;
    }
    .shisetsu_flexWrap .flexWrap_txt{
        max-width: inherit;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .col3Wrap.philosophy .col{
           flex-basis: calc(33.33% - (var(--col-space) * 2));
    }
    .col3Wrap.philosophy {
        display: block !important;
    }
    .col3Wrap.philosophy .col{
       display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        min-height: 100px;
        padding: 20px;
        margin-bottom: 10px;
    }
    .col3Wrap.philosophy .num{
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .col3Wrap.philosophy .desc.tac{
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .bgImageArea .textWrap {
        text-align: left;
    }
   /* .mainVisual .text {
        left: 0;
        bottom: 20%;
    }*/
    .mainVisualTextWrap{
        width: 96%;
        left: 3%;
        padding: 0 0;
    }
    .mainVisualTextWrap .mainTitle {
        font-size: 5vw;
    }
    .mainVisualTextWrap p{
        font-size: 4vw;
    }
    .bgImageArea .commonBtn1.blank {
        margin-left: unset;
    }
    .h60 {
        height: 51px;
    }
    .w260 {
        width: 197px;
    }
    .commonBtn1.blankgreen {
        font-size: 12px;
    }
    .h45 {
        height: 38px;
    }
    .w150 {
        width: 125px;
    }
    .copyright {
        font-size: 10px;
    }
    .newsWrap .row a{
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 475px) {
    .mainVisualTextWrap .mainTitle {
        font-size: 5vw;
    }
    .mainVisualTextWrap .desc{
        font-size: 3.5vw
    }
    .mainVisualTextWrap p span{
        padding: 1px 1vw;
    }
}




