@charset "UTF-8";

/*共通*/

h1 {
    padding: 50px 0;
    margin: 0;
    text-align: center;
    font-size: 3.0rem;
}

h2 {
    font-size: 3.0rem;
    font-weight: 700;
    color: #4c4c4c;
    border-left: #2DB9F9 solid 16px;
    padding-left: 30px;
    vertical-align: text-bottom;
    margin-bottom: 30px;
    padding-top: 5px;
}

h3 {
    font-size: 3.0rem;
    font-weight: 700;
    color: #4c4c4c;
}

p {
    font-size: 1.8rem;
    color: #4c4c4c;
    line-height: 200%;
    letter-spacing: 0.5px;
    margin-left: 46px;
}

.sp-450 {
    display: none;
}

.corporate-detail-btn {
    display: inline-block;
    font-size: 1.8rem;
    background: #FFF;
    color: #2DB9F9;
    border: 1px solid #2DB9F9;
    border-radius: 5px;
    padding: 10px 32px 5px 32px;
}

.corporate-detail-btn:hover {
    background: #2DB9F9;
    color: #FFF;
}


@media screen and (max-width:960px) {
    h1 {
        font-size: 2.5rem;
        padding: 50px 0 20px 0;
    }

    h2 {
        font-size: 2.5rem;
        border-left: #2DB9F9 solid 10px;
        padding-left: 10px;
    }

    h3 {
        font-size: 2.0rem;
    }

    p {
        font-size: 1.4rem;
        margin-left: 0;
    }
    
    .corporate-detail-btn {
        bottom: 30px;
        padding: 7px 15px 5px 15px; 
        font-size: 1.4rem; 
    }
    
}


/*メインビジュアル*/

.corporate-title {
    margin-top: 140px;
    text-align: center;
}

.corporate-mainvisual {
    text-align: center;
}

.corporate-mainvisual img {
    width: 1500px;
    height: auto;
    object-fit: cover;
    object-position: 50% 0;
}

@media screen and (max-width:960px) {
    .corporate-title {
        margin-top: 71px;
    }
    
}



/*メニュー*/

.corporate-menu {
    background: #FFF;
}

.corporate-menu-area {
    max-width: 1200px;
    margin: 90px auto 200px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px 90px;
    width: 90%;
}

.corporate-menu-box {
    background: #FFF;
    -webkit-box-shadow: 0 0px 0.3px rgba(0, 0, 0, 0.022), 0 0px 0.8px rgba(0, 0, 0, 0.031), 0 0px 1.6px rgba(0, 0, 0, 0.039), 0 0px 3.3px rgba(0, 0, 0, 0.048), 0 0px 14px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 0.3px rgba(0, 0, 0, 0.022), 0 0px 0.8px rgba(0, 0, 0, 0.031), 0 0px 1.6px rgba(0, 0, 0, 0.039), 0 0px 3.3px rgba(0, 0, 0, 0.048), 0 0px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 0.3px rgba(0, 0, 0, 0.022), 0 0px 0.8px rgba(0, 0, 0, 0.031), 0 0px 1.6px rgba(0, 0, 0, 0.039), 0 0px 3.3px rgba(0, 0, 0, 0.048), 0 0px 14px rgba(0, 0, 0, 0.1);
}

.corporate-menu-box img {
    width: 340px;
    height: 230px;
    object-fit: cover;
}

.corp-menu-title {
    padding: 20px;
    background: #FFF;
    text-align: justify;
    position: relative;
}

.corp-menu-title span {
    font-size: 2.2rem;
    font-weight: 600;
    color: #3c3c3c;
    text-align: left;
    vertical-align: text-bottom;
}

.corp-menu-title img {
    width: 30px;
    height: auto;
    position: absolute;
    right: 30px;

}

/*社長メッセージ*/
.ceo_photo {
    margin: 20px 0 100px 0;
}

.ceo-message-area {
    max-width: 1200px;
    width: 90%;
    margin: 70px auto 0 auto;
}

.ceo-sign-top {
    margin: 200px 0 0 0;
    font-size: 2.4rem;
    text-align: right;
    vertical-align: middle;
}

.ceo-sign {
    margin: 0 0 200px 0;
    font-size: 2.4rem;
    text-align: right;
    vertical-align: middle;
}

.ceo-sign img,
.ceo-sign-top img  {
    vertical-align: middle;
    margin-left: 40px;
    width: 250px;
    height: auto;
}

@media screen and (max-width:960px) {
    .ceo-message-area {
        margin: 40px auto 0 auto;
    }

    .ceo_photo {
        margin: 30px 0 50px 0;
    }

    .ceo-sign-top {
        margin: 100px 0 0 0;
        font-size: 1.6rem;
    }

    .ceo-sign {
        margin: 0 0 100px 0;
        font-size: 1.6rem;
    }

    .ceo-sign img,
    .ceo-sign-top img {
        margin-left: 20px;
        width: 200px;
        height: auto;
    }
    
}

/*経営理念*/
.philosophy-p {
    max-width: 1200px;
    width: 90%;
    margin: 150px auto 200px;
    text-align: left;
}

.philosophy-p p {
    font-size: 2.5rem;
    margin: 0;

}

.philosophy01,
.philosophy03 {
    background: #F2FBFF;
    padding: 80px 0 150px 0;
    text-align: center;
}

.philosophy02 {
    background: #FFF;
    padding: 80px 0 150px 0;
    text-align: center;
}

.philosophy01-area,
.philosophy02-area,
.philosophy03-area {
    width: 90%;
    margin: 0 auto;
}

.philosophy01 p,
.philosophy02 p,
.philosophy03 p {
    margin: 100px 0 0 0;
    font-size: 2.5rem;
}

@media screen and (max-width:960px) {
    .philosophy-p {
        margin: 40px auto 70px;
    }

    .philosophy-p p {
        font-size: 1.4rem;    
    }

    .philosophy01,
    .philosophy02,
    .philosophy03 {
        padding: 50px 0;
    }
    

    .philosophy01 p,
.philosophy02 p,
.philosophy03 p {
    margin: 40px 0 0 0;
    font-size: 1.4rem;
    text-align: left;
}
}

/*会社概要*/

.corp-profile-area,
.corp-access-area {
    max-width: 1334px;
    margin: 0 auto;
}

.corp-access-area {
    margin-bottom: 300px;
}


.corp-profile-area table,
.corp-access-area table {
    width: 90%;
    table-layout: fixed;
    margin: 100px auto 0 auto;
}

.corp-access-area table {
    margin-bottom: 30px;
}

.corp-profile-area table tr,
.corp-access-area table tr {
    border-bottom: 1px solid #0B2E3E;
}

.corp-profile-area table tr:last-of-type,
.corp-access-area table tr:last-of-type {
    border-bottom: none;
}

.corp-profile-area table tr th,
.corp-access-area table tr th {
    width: 300px;
    height: auto;
    font-size: 2.0rem;
    color: #0B2E3E;
    background: #F2FBFF;
    text-align: center;
    vertical-align: middle;
}

.corp-profile-area table tr td,
.corp-access-area table tr td {
    max-width: 800px;
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    color: #4c4c4c;
    text-align: left;
    padding: 25px 0 25px 80px;
    vertical-align: middle;
}

.corp-profile-area table tr td p,
.corp-access-area table tr td p {
    max-width: 600x;
    width: 90%;
    margin: 0;
    font-size: 1.8rem;
    line-height: 150%;
}

.corp-access-area p {
    font-size: 1.8rem;
    margin: 0 auto;
    width: 90%;
}



@media screen and (max-width:960px) {
    
    .corp-access-area {
        margin-bottom: 120px;
    }

    .corp-profile-area table,
.corp-access-area table {
    margin-top: 0;
}

    
    .corp-profile-area table tr th,
.corp-access-area table tr th {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 1.8rem;
}

.corp-profile-area table tr td,
.corp-access-area table tr td {
    width: 100%;
display: block;
padding: 20px 0;
text-align: center;
margin: 0 auto;
font-size: 1.6rem;
}

.corp-profile-area table tr,
.corp-access-area table tr {
    border: none;
}

.corp-profile-area table tr td p,
.corp-access-area table tr td p {
    text-align: left;
    margin: 0 auto;
    font-size: 1.6rem;
}

.corp-access-area p {
    font-size: 1.6rem;
}

}

@media screen and (max-width:450px) {
    .sp-450 {
        display: block;
    }

    
}

/*沿革*/

.corp-history-area {
    max-width: 1334px;
    margin: 0 auto 300px auto;
}

.corp-history-area table {
    width: 90%;
    table-layout: fixed;
    margin: 100px auto 0 auto;
}

.corp-history-area table tr {
    border-bottom: 1px solid #0B2E3E;
}

.corp-history-area table tr:last-of-type {
    border-bottom: none;
}

.corp-history-area table tr th {
    width: 300px;
    height: auto;
    font-size: 2.0rem;
    color: #0B2E3E;
    background: #F2FBFF;
    text-align: center;
    vertical-align: middle;
}

.corp-history-area table tr td {
    max-width: 800px;
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    color: #4c4c4c;
    text-align: left;
    padding: 25px 0 25px 80px;
    vertical-align: middle;
}

.corp-history-area table tr td p {
    max-width: 600x;
    width: 90%;
    margin: 0;
    font-size: 1.8rem;
    line-height: 150%;
}

@media screen and (max-width:960px) {
    
    .corp-history-area {
        margin-bottom: 120px;
    }

    .corp-history-area table {
    margin-top: 0;
}
    
    .corp-history-area table tr th {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 1.8rem;
}

.corp-history-area table tr td {
    width: 100%;
display: block;
padding: 20px 0;
text-align: center;
margin: 0 auto;
font-size: 1.6rem;
}

.corp-history-area table tr {
    border: none;
}

.corp-history-area table tr td p {
    text-align: left;
    margin: 0 auto;
    font-size: 1.6rem;
}
}

/*組織図*/
.organization-detail {
    text-align: center;
}

.organization-detail img {
    margin: 70px 0 240px 0;
}

@media screen and (max-width:960px) {
    .organization-detail img {
        margin: 10px 0 120px 0;
    }
    
}


/*福利厚生*/

.welfare-area {
    max-width: 1334px;
    margin: 0 auto 300px auto;
}

.welfare-list {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 90%;
    margin: 30px auto 0 auto;
}

.welfare-list:first-of-type {
    margin-top: 150px;
}

.welfare-content {
    background: #F6FCFF;
    max-width: 570px;
    width: 100%;
    height: auto;
    padding: 40px;
    border-radius: 20px;
}

.welfare-content-last {
    background: #FFF;
    max-width: 570px;
    width: 100%;
    height: auto;
    padding: 40px;
    border-radius: 20px;
}

.welfare-content-title {
    display: flex;
    margin-bottom: 40px;

}

.welfare-content-title img {
    width: 120px;
    height: auto;
}

.welfare-content-title h3 {
    margin: auto 0 auto 40px;
    color: #0B2E3E;
    font-size: 2.5rem;
}

.welfare-content p {
    margin: 0;
    color: #4C4C4C;
    font-size: 1.8rem;
}

@media screen and (max-width:960px) {
    .welfare-mainvisual img {
        display: none;
    }

    .welfare-list {
    display: block;
    margin: 0 auto;
}

.welfare-list:first-of-type {
    margin-top: 50px;
}

.welfare-content {
    padding: 20px;
    margin: 20px auto 0 auto;
}

.welfare-content-last {
    display: none;
}

.welfare-content-title {
    margin-bottom: 20px;

}

.welfare-content-title img {
    width: 60px;
    height: auto;
}

.welfare-content-title h3 {
    margin-left: 20px;
    font-size: 1.8rem;
}

.welfare-content p {
    font-size: 1.4rem;
}

}

/*取り組み*/

.effort-area {
    max-width: 1334px;
    margin: 150px auto 200px auto;
}

.effort-mainvisual-sp img {
    display: none;
}

.effort-content {
    width: 90%;
    margin: 90px auto 127px auto;
}

.effort-content h2 {
    color: #0B2E3E;
    border-left: #0B2E3E solid 16px;
    margin-bottom: 10px;
}

.effort-img,
.effort-talent-img {
    text-align: center;
    margin-bottom: 40px;
}

.border {
    border-bottom: #0B2E3E solid 1px;
    margin-bottom: 20px;
}



.effort-content p {
    color: #4C4C4C;
    font-size: 1.8rem;
    line-height: 150%;
    margin: 0 0 30px 0;
}

.effort-content p strong {
    color: #4C4C4C;
    font-size: 1.8rem;
    line-height: 150%;
}

.effort-content p a {
    color: #2DB9F9;
    font-size: 1.8rem;
    line-height: 150%;
}

.effort-content-top p {
    margin-bottom: 40px;
}

.effort-content-bottom p {
    padding-top: 15px;
}

.effort-content h3 {
    color: #42B5E9;
    font-size: 2.5rem;
    margin: 40px 0 30px 0;
}

.effort-content h4 {
    color: #5D5D5D;
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.effort-content h5 {
    color: #42B5E9;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.effort-content table {
    max-width: 990px;
    width: 100%;
    margin-bottom: 100px;
}

.effort-content table:last-of-type {
    margin-bottom: 50px;
}


.effort-content table tr th {
    background-color: #F6FCFF;
    color: #5D5D5D;
    font-size: 1.8rem;
    text-align: center;
    padding: 10px 0;
}


.effort-content table tr td {
    color: #4C4C4C;
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 10px 20px 0;
    line-height: 150%;

}

.td-index {
    color: #4C4C4C;
    font-size: 1.8rem;
    padding-left: 3em;
	text-indent:-3em;
    text-align: left;
}

.effort-content table tr .txt-left {
    text-align: left;
}

.effort-content h6 {
    color: #4C4C4C;
    font-size: 1.6rem;
    text-align: right;
    max-width: 990px;
}

.plan-title {
    width: 160px;
    font-weight: 700;
}

.certification-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1000px;
    margin: 80px auto 0 auto;
}

.certification-content,
.certification-content1 {
    max-width: 470px;
    height: auto;
    border: 1px solid #0B2E3E;
    border-radius: 13px;
    text-align: center;
    padding: 40px 20px;
}

.certification-content1 {
    padding-top: 10px;
}

.certification-img-kurumin,
.certification-img-kenko,
.certification-img-whitemie,
.certification-img-hataraki,
.certification-img-tsr {
    text-align: center;
    height: 225px;
}

.certification-img-sdgs {
    text-align: center;
    height: 255px
}

.certification-img-kenko,
.certification-img-whitemie,
.certification-img-tsr {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-img-kurumin img {
    width: 183px;
    height: auto;
}

.certification-img-hataraki img {
    width: 204px;
    height: auto;
}

.certification-img-whitemie img {
    margin-left: 15px;
}

.certification-img-sdgs img {
    width: 266px;
    height: auto;
}

.certification-img-tsr img {
    width: 174px;
    height: auto;
}


.certification-content h3,
.certification-content1 h3 {
    font-size: 2.5rem;
    color: #5D5D5D;
    margin: 30px 0;
}

.certification-content p,
.certification-content1 p {
    text-align: left;
    margin-bottom: 10px;
}

.certification-content h4,
.certification-content1 h4 {
    color: #0B2E3E;
    font-weight: bold;
    margin: auto 0 0 0;

}




@media screen and (max-width:960px) {
    .effort-area {
        margin: 100px auto 100px auto;
    }
    

    .effort-mainvisual-sp img {
        display: block;
        margin: 0 auto;
    }


    .effort-mainvisual img {
        display: none;
    }

    .effort-content {
        margin: 60px auto;
    }
    
    .effort-content h2 {
        font-size: 1.8rem;
    }
    
    .border {
        display: none;
    }

    .effort-img {
    padding-top: 30px;
    position: relative;
  }
  .effort-img:before {
    content: '※右にスクロールできます｡';
    font-size: 1.2rem;
    display: block;
    min-height: 2em;
    position: absolute;
    top: 0;
    margin-top: 10px;
  }
  .effort-img__inner {
		overflow-x: scroll;
		overflow-y: visible;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	.effort-img__inner > * {
		width: 750px !important;
		margin-bottom: 10px;
    margin-left: 10px;
	}
    
    .effort-content p {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .effort-content p strong {
        font-size: 1.4rem;
    }

    .effort-content p a {
        font-size: 1.4rem;
    }
    
    
    .effort-content h3 {
        font-size: 1.6rem;
        margin: 15px 0 20px 0;
    }
    
    .effort-content h4 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .effort-content h5 {
        font-size: 1.6rem;
    }
    
    .effort-content table tr th {
        font-size: 1.4rem;
    }
    
    
    .effort-content table tr td {
        font-size: 1.4rem;
        text-align: center;
        padding: 10px 0; 
        display: block;   
    }
    
    .td-index {
        font-size: 1.4rem;
        padding-left: 3em;
        text-indent:-3em;
    }
    
    .plan-title {
        width: 100%;
    }

    .certification-box {
        display: block;
        margin-top: 20px;
    }

    .certification-content,
    .certification-content1 {
        margin: 20px auto 0 auto;
        padding: 10px;
    }

    .certification-img-kurumin,
    .certification-img-kenko,
    .certification-img-whitemie,
    .certification-img-hataraki,
    .certification-img-tsr,
    .certification-img-sdgs  {
        height: auto;
    }
    
}

.footernakashita1 p {
    margin-left: 0;
  }


/*情報開示*/

.info-detail-area {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 160px 0 200px 0;
    text-align: center;
}

.info-detail-area h3 {
    position: relative;
    display: inline-block;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 150%;
    color: #0B2E3E;
    margin-bottom: 55px;
    padding: 0;
}

.info-detail-area h3:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;/*線の上下位置*/
    display: inline-block;
    width: 63px;/*線の長さ*/
    height: 5px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #84D6FA;/*線の色*/
  }

  .info-diversity-contents,
  .info-contents {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }

  .info-contents {
    margin-top: 80px;
  }

  .info-diversity-content,
  .info-content {
    max-width: 550px;
    width: 100%;
    height: 400px;
    border: 3px solid #84D6FA;
    border-radius: 10px;
    color: #4C4C4C;
  }

  .info-content {
    text-align: left;
    padding: 35px 45px 0 45px;
  }

  .info-liquid .info-content {
    padding: 35px 40px 0 30px;
  }

 .info-diversity-contents:last-of-type {
    margin-top: 30px;
  }

  .info-diversity-content h4 {
    font-size: 2.5rem;
    color: #4C4C4C;
    font-weight: bold;
    margin-top: 20px;
  }

  .info-diversity-content img {
    max-height: 320px;
    height: 100%;
    width: auto;
    margin: 10px auto 10px auto;
  }

  .info-diversity-contents:last-of-type .info-diversity-content img {
    max-height: 280px;
  }

  .info-humanresorce,
  .info-liquid,
  .info-comp,
  .info-health {
    max-width: 550px;
    width: 100%;
  }

  .info-humanresorce .info-content h4 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .info-humanresorce .info-content .info-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }

  .info-humanresorce .info-content .info-number:last-of-type {
    margin-bottom: 30px;
  }

  .info-humanresorce .info-content .info-number span {
    font-size: 2.0rem;
  }
  
  .info-humanresorce .info-content .info-number h5 {
    font-size: 4.5rem;
    font-weight: bold;
  }

  .info-humanresorce .info-content h6 {
    font-size: 1.6rem;
  }

  .info-liquid .info-content .info-number,
  .info-number-ex {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 35px;
  }

  .info-liquid .info-content .info-number:nth-of-type(2) {
    margin-bottom: 0;
  }
  
  .info-number-ex {
    margin-bottom: 0;
  }

  .info-liquid .info-content .info-number h4 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    max-width: 160px;
    width: 100%;
  }

  .info-liquid .info-content .info-number h5 {
    font-size: 4.5rem;
    font-weight: bold;
  }

  .info-liquid .info-content .info-number h5 span {
    font-size: 3.0rem;
  }

  .info-liquid .info-content h6 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: right;
    margin-right: 80px;
  }

  .info-liquid .info-content .info-number-ex h4{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 150%;
  }

  .info-liquid .info-content .info-number-ex h5{
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 150%;
  }



  @media screen and (max-width:1040px) {
    
    .info-content {
        padding: 30px 20px 0 20px;
      }
    
      .info-liquid .info-content {
        padding: 30px 20px 0 20px;
      }

    .info-liquid .info-content h6 {
        margin-right: 0;
      }

    
      .info-humanresorce .info-content .info-number h5 {
        font-size: 4.0rem;
      }

      .info-liquid .info-content .info-number h5 {
        font-size: 4.0rem;
      }
    
  }

.info-comp .info-content {
    padding: 50px 70px 0 70px;
}
  
.info-comp .info-content .info-number {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.info-comp .info-content .info-number:last-of-type {
    margin-bottom: 0;
}

.info-comp .info-content .info-number h4,
.info-comp .info-content .info-number h5 {
    font-size: 3.0rem;
    font-weight: bold;
}
.info-comp .info-content h6 {
    font-size: 1.6rem;
  }

.info-health .info-content h4 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.info-health .info-content h6 {
    font-size: 1.6rem;
    text-align: right;
    margin-bottom: 20px;
}

.info-health .info-content .info-number {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.info-health .info-content .info-number:first-of-type {
    margin-bottom: 20px;
}


.info-health .info-content .info-number h5 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-left: 30px;
}


.info-health .info-content .info-number:last-of-type h5 {
    margin-left: 0;
}

.info-health .info-content .info-number h6 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.info-health .info-content .info-number h6 span {
    font-size: 2.0rem;
    font-weight: bold;
}


.info-employ {
    text-align: center;
    margin: 0 auto;
  }

  .info-employ .info-content {
    padding: 35px 35px 40px 40px;
    height: auto;
  }

  .info-employ .info-content h4 {
    color: #4C4C4C;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .info-employ .info-content h4:last-of-type {
    margin-bottom: 20px;
  }

  .info-content-employ {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    margin-left: 55px;
  }

  .info-employ .info-content .info-content-employ h5 {
    color: #4C4C4C;
    font-size: 3.0rem;
    font-weight: bold;
    padding-top: 15px;
  }

  .info-employ .info-content .info-content-employ a span {
    color: #2DB9F9;
    border: 1px solid #2DB9F9;
    border-radius: 20px;
    font-size: 1.8rem;
    padding: 7px 35px;
    font-weight: 500;
    margin-left: 40px;
  }

  .info-employ .info-content .info-content-employ a span:hover {
    background: #2DB9F9;
    color: #FFF;
  }

  .info-employ .info-content h6 {
    color: #4C4C4C;
    font-size: 2.0rem;
    font-weight: bold;
    margin-left: 55px;
  }


@media screen and (max-width:1100px) {
    .info-health .info-content .info-number:last-of-type {
        display: block;
    }
    
}

.info-engagement {
    margin-top: 80px;
}

.info-engagement-content {
    max-width: 1200px;
    width: 100%;
    height: auto;
    border: 3px solid #84D6FA;
    border-radius: 10px;
    color: #4C4C4C;
    padding: 30px 35px;
}

.info-engagement-content h4 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

.info-engagement-content table {
    border-collapse: collapse;
    border: 5px solid #FFF;
    table-layout: fixed;
    width: 100%;
    max-width: 1050px;
}


.info-engagement-content table tr th {
    background: #F6FCFF;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 7px 20px;
    border-collapse: collapse;
    border: 5px solid #FFF;
    text-align: center;
}

.info-engagement-content table tr th:first-of-type {
    width: 300px;
}



.info-engagement-content table tr td {
    font-size: 1.8rem;
    font-weight: 500;
    border-collapse: collapse;
    border: 5px solid #FFF;
    vertical-align: middle;
}


.info-engagement h6 {
    font-size: 1.8rem;
    text-align: right;
    margin-top: 70px;
}

.info-engagement-content h6 {
    font-size: 1.6rem;
    text-align: right;
    margin: 16px 0 35px 0;
    max-width: 1050px;
}

.info-engagement-content p {
    text-align: left;
    font-size: 1.8rem;
    color: #4C4C4C;
    margin-left: 0;
}

@media screen and (max-width:960px) {
    .info-detail-area {
        padding: 60px 0 130px 0;
    }

    .info-detail-area h3 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .info-detail-area h3:before {
        width: 100%;/*線の長さ*/
      }

    .info-diversity-contents,
    .info-contents {
    display: block;
  }

  .info-diversity-content,
  .info-content {
    margin: 0 auto;
    height: auto;
    width: auto;
  }

  .info-diversity-content:last-of-type {
    margin-top: 20px;
  }

  .info-diversity-contents:last-of-type {
    margin-top: 20px;
  }

  .info-diversity-content {
    padding: 0 10px;
  }

  .info-diversity-content h4 {
    font-size: 1.6rem;
  }

  .info-diversity-content img {
    max-height: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 0;
  }

  .info-humanresorce,
  .info-liquid {
    margin: 60px auto 0 auto;
  }

  .info-contents {
    margin-top: 0;
  }

  .info-humanresorce .info-content {
    padding: 20px 15px 30px 15px;
  }

  .info-humanresorce .info-content h4 {
    font-size: 1.6rem;
  }

  .info-humanresorce .info-content .info-number {
    margin-bottom: 30px;
  }

  .info-humanresorce .info-content .info-number:last-of-type {
    margin-bottom: 10px;
  }

  .info-humanresorce .info-content .info-number span {
    font-size: 1.6rem;
  }
  
  .info-humanresorce .info-content .info-number h5 {
    font-size: 3.5rem;
  }

  .info-humanresorce .info-content h6 {
    font-size: 1.4rem;
  }
  
  .info-liquid .info-content {
    padding: 20px 10px 30px 10px;
  }
  
  .info-liquid .info-content .info-number,
  .info-number-ex {
    gap: 10px;
    margin-bottom: 10px;
  }

  .info-liquid .info-content .info-number h4,
  .info-liquid .info-content .info-number-ex h4 {
    font-size: 1.6rem;
    max-width: 128px;
    width: 100%;
  }

  .info-liquid .info-content .info-number h5 {
    font-size: 3.5rem;
  }

  .info-liquid .info-content .info-number h5 span {
    font-size: 2.5rem;
  }

  .info-liquid .info-content h6 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    max-width: 320px;
    
  }

  .info-liquid .info-content .info-number-ex h4{
    font-size: 1.6rem;
  }

  .info-liquid .info-content .info-number-ex h5{
    font-size: 2.0rem;
  }

  .info-comp,
  .info-health {
    margin: 60px auto 0 auto;
  }

  .info-comp .info-content {
    padding: 30px;
}

.info-comp .info-content .info-number {
    margin-bottom: 10px;
}

.info-comp .info-content .info-number h4,
.info-comp .info-content .info-number h5 {
    font-size: 2.0rem;
}

.info-health .info-content {
    padding: 30px 20px;
}

.info-health .info-content h4 {
    font-size: 1.8rem;
    margin-bottom: 0px;
    line-height: 150%;
}

.info-health .info-content h6 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}


.info-health .info-content .info-number {
    gap: 10px;
}

.info-health .info-content .info-number h5 {
    font-size: 1.8rem;
    line-height: 150%;
    margin-left: 20px;
}

.info-health .info-content .info-number:last-of-type {
    display: block;
}

.info-health .info-content .info-number:last-of-type h5 {
    max-width: 100%;
}

.info-health .info-content .info-number h6 {
    font-size: 1.8rem;
    line-height: 150%;
}

.info-health .info-content .info-number h6 span {
    font-size: 1.8rem;
}

.info-employ {
    margin-top: 60px;
}


  .info-employ .info-content {
    padding: 30px;
  }

  .info-employ .info-content h4 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .info-employ .info-content h4:last-of-type {
    margin-bottom: 10px;
  }

  .info-content-employ {
    margin-bottom: 30px;
    margin-left: 20px;
    justify-content: flex-start;
  }

  .info-employ .info-content .info-content-employ h5 {
    font-size: 2.0rem;
    padding-top: 15px;
  }

  .info-employ .info-content .info-content-employ a span {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    padding: 3px 20px;

  }

  .info-employ .info-content h6 {
    font-size: 1.6rem;
    margin-left: 20px;
  }




  .info-engagement {
    margin: 60px auto 0 auto;
  }

  .info-engagement-content {
    padding: 30px;
}

.info-engagement-content h4 {
    font-size: 1.8rem;
}

  .info-engagement-table {
    overflow-x: scroll;
}

.info-engagement-table h5 {
    font-size: 1.4rem;
    text-align: left;
}

.info-engagement-content table {
    table-layout: auto;
}

.info-engagement-content table tr th {
    white-space: nowrap;
}

.info-engagement-content table tr th:first-of-type {
    width: auto;
}

.info-engagement h6 {
    font-size: 1.4rem;
    margin-top: 35px;
}

.info-engagement-content h6 {
    margin: 10px 0 20px 0;
}


.info-engagement-content p {
    font-size: 1.4rem;
}
    
}

/*サークル活動*/
.club {
    background: #FFF;
}

.club-area {
    max-width: 1200px;
    margin: 135px auto 300px auto;
    width: 90%;
}

.club-mainvisual img {
    width: 1160px;
    height: auto;
    object-fit: cover;
    object-position: 50% 0;
}


.officialclub-contents,
.otherevent-contents {
    background: #F6FCFF;
    padding: 34px 0;
}

.otherevent-contents {
    margin-top: 150px;
}

.officialclub-contents h2,
.otherevent-contents h2 {
    font-size: 3.0rem;
    color: #0B2E3E;
    font-weight: bold;
    border-left: none;
    padding: 0;
    margin: 0 0 30px 55px;
}

.officialclub-contents p,
.otherevent-contents p {
    font-size: 1.8rem;
    margin: 0 0 55px 55px;
    line-height: 170%;
}

.officialclub-content,
.otherevent-content {
    background: #FFF;
    max-width: 1130px;
    margin: 0 auto 60px auto;
    padding: 20px 30px;
    width: 90%;
}

.officialclub-content-title,
.otherevent-content-title {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.officialclub-content-title img,
.otherevent-content-title img {
    width: 70px;
    height: auto;
}

.officialclub-content-title h3,
.otherevent-content-title h3 {
    color: #0B2E3E;
    font-size: 3.0rem;
    font-weight: bold;
    margin-left: 25px;
}

.officialclub-content p,
.otherevent-content p {
    margin: 0;
}

.officialclub-photo,
.otherevent-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 930px;
    gap: 30px 10px;
    margin: 30px auto 60px auto;
}

.officialclub-photo img,
.otherevent-photo img {
    max-width: 450px;
    height: auto;
    border-radius: 10px;

}

@media screen and (max-width:960px) {
    .club-area {
        margin: 90px auto 140px auto;
        width: 100%;
    }
    
    .officialclub-contents,
    .otherevent-contents {
        background: #F6FCFF;
        padding: 15px 0;
    }
    
    .otherevent-contents {
        margin-top: 40px;
    }
    
    .officialclub-contents h2,
    .otherevent-contents h2 {
        font-size: 1.8rem;
        margin: 0 0 5px 20px;
    }
    
    .officialclub-contents p,
    .otherevent-contents p {
        font-size: 1.4rem;
        margin: 0 20px 30px 20px;
        line-height: 150%;
    }

    .officialclub-content p,
    .otherevent-content p {
        margin: 0;
        width: 100%;
    }
    
    .officialclub-content,
    .otherevent-content {
        margin: 0 auto 30px auto;
        padding: 10px 15px;
        width: 90%;
    }
    
    .officialclub-content-title,
    .otherevent-content-title {
        margin-bottom: 13px;
    }
    
    .officialclub-content-title img,
    .otherevent-content-title img {
        width: 35px;
        height: auto;
    }
    
    .officialclub-content-title h3,
    .otherevent-content-title h3 {
        font-size: 1.8rem;
        margin-left: 15px;
    }
    
    .officialclub-photo,
    .otherevent-photo {
        display: block;
        text-align: center;
        margin: 15px auto 30px auto;
    }
    
    .officialclub-photo img,
    .otherevent-photo img {
        margin-bottom: 10px;
        width: 100%;
        border-radius: 10px;
    
    }
    
}