@charset "UTF-8";
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
}

/* html {
    width: 100%;
} */

video {
    width: 100%;
    height: 100%;
}

/* .video-box {
    width: 100%;
    height: 100%;
} */

.wp-video {
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    background-color: #fff;
    width: 100%;
    /* height: 900px; */
}

/* スクロールオフ */
body.no_scroll{
    overflow: hidden;
}

header {
    width: 100%;
    height: 70px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.header {
    background-color: rgba(4,34,117,0.6);
    transition: all 1s ease-in-out;
}

#logo {
    float: left;
    width: 100px;
}

#logo img {
    width: 100%;
}

#main_menu {
    height: 80px;
    margin: 5px;
}

#main_menu ul {
    padding-top: 20px;
    margin: 0px;
}

#main_menu ul li {
    float: left;
    width: 90px;
    height: 30px;
    margin-right: 30px;
    text-align: center;
}

#main_menu ul li a {
    font-size: 1.0rem;
    font-weight: 500;
    color: #eee;
    text-shadow: none;
    transition: text-shadow 0.5s;
}

#main_menu ul li a:hover {
    text-shadow: 0 0 5px #fff, 0 0 15px #fff;
    transition: text-shadow 0.5s;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 100%;
}

.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
  background-color: #000;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -16px;
  transform: rotate(-45deg);
  background-color: #000;
}

.nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}
  
/* ナビのリンク */
.nav-items__item a {
    margin-bottom: 0;
}

.nav-items__item:last-child a {
    margin-bottom: 0;
}

.nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
}

#main_back {
    position: relative;
    top: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
    width: 48px;
    height: 80%;
    display: none;
}

.hamburger {
    background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    z-index: 9999;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background-color: #FFF;
    position: relative;
    transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
}

.hamburger span:nth-child(1) {
    top: 0;
}
  
.hamburger span:nth-child(2) {
    margin: 8px 0;
}
  
.hamburger span:nth-child(3) {
    top: 0;
}
/* ハンバーガーメニュー END */

/* 改行(PC用 スマホ用) */
.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

.slide {
    position: relative;
    min-height: 100vh;
    z-index: 300;
}

.slide img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 2s ease-in-out;
}

#main_title {
    position: absolute;
    z-index: 600;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

#main_title h1 {
    padding-top: 280px;
    padding-left: 40px;
}

.fade {
    opacity: 0;
    transition: opacity 4.5s;
}

.fade.view {
    opacity: 1;
}

.back-full {
    width: 100%;
    height: 600px;
    background-color: #eee;
    margin: 100px auto;
    padding: 150px 0px;

}

.w-1300 {
    width: 1100px;
    height: 500px;
    background-color: #000;
    margin: 0px auto;
    margin-left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#company-box1 {
    width: 135px;
    height: 250px;
    background-color: #fff;
    display: flex;
    z-index: 300;
    float: right;
    margin-right: 50px;
    margin-top: -80px;
    /* padding-right: 20px; */
    background-repeat: no-repeat;
}

#company-box2 {
    width: 530px;
    height: 230px;
    /* margin-left: -430px; */
    margin-top: 295px;
    margin-left: 30px;
    padding: 40px;
    background-color: #fff;
    float: left;
}

#company-rt {
    float: right;
    /* width: 420px; */
    height: 140px;
    padding-top: 30px;
    /* background-color: bisque; */
}

#company-rt p {
    font-size: 15px;
}

#company-rb {
    float: right;
    width: 540px;
    height: 100px;
    /* background-color: darkblue; */
}

#company-rb p {
    padding-top: 30px;
    font-weight: 600;
    text-align: right;
}

#business-box1 {
    width: 700px;
    height: 550px;
    float: right;
    margin-right: 80px;
    background-size: cover;
}

#business-box2 {
    width: 380px;
    height: 300px;
    margin-left: -430px;
    margin-top: 75px;
    padding: 50px;
    background-color: #fff;
}

#business-l {
    float: left;
    width: 80px;
    height: 200px;
    padding: 15px 10px;
    background-repeat: no-repeat;
}

#business-rt {
    float: right;
    width: 265px;
    height: 220px;
    padding-top: 30px;
}

#business-rt p {
    font-size: 15px;
}

#business-rb {
    float: right;
    width: 320px;
    height: 100px;
}

#business-rb p {
    padding-top: 30px;
    font-weight: 600;
    text-align: right;
}

/* csr */
#csr-box1 {
    width: 700px;
    height: 550px;
    float: left;
    margin-left: 80px;
    background-size: cover;
}

#csr-box2 {
    width: 380px;
    height: 300px;
    margin-left: 650px;
    margin-top: 75px;
    padding: 50px;
    background-color: #fff;
}

#csr-l {
    float: left;
    width: 80px;
    height: 230px;
    padding: 15px 10px;
    background-repeat: no-repeat;
}

#csr-rt {
    float: right;
    width: 265px;
    height: 220px;
    padding-top: 30px;
}

#csr-rt p {
    font-size: 15px;
}

#csr-rb {
    float: right;
    width: 320px;
    height: 100px;
    /* background-color: darkblue; */
}

#csr-rb p {
    padding-top: 30px;
    font-weight: 600;
    text-align: right;
}



.back-full-news {
    width: 100%;
    background-color: #eee;
    margin: 100px auto;
}

.w-1300-news {
    width: 1080px;
    height: 1300px;
    /* background-color: #eee; */
    margin: 100px auto;
    padding: 0px 30px;
    /* padding: 40px 0px; */
}

.sec_blog {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.sec_blog .sec_head {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
}

.sec_blog .sec_head:before {
    content: '';
    display: block;
    width: 180px;
    height: 2px;
    background-color: #EF1548;
    position: absolute;
    top: 20px;
    left: -200px;
}

.sec_blog .sec_head:after {
    content: '';
    display: block;
    width: 180px;
    height: 2px;
    background-color: #EF1548;
    position: absolute;
    top: 20px;
    left: 120px;
}

.sec_blog ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    /* height: 200px; */
    margin-bottom: 10px;
}

.sec_blog ul li {
    width: 340px;
    /* margin-bottom: 10px; */
    margin: 10px 0px;
    padding-bottom: 5px;
    /* padding: 10px; */
    background-color: #fff;
    height: 300px;
    /* justify-content: space-between; */
}

.thumb img {
    width: 320px;
    height: 200px;
    padding: 10px;
    padding-bottom: 5px;
}

.outline {
    text-align: left;
    padding: 0px 10px;
}

.title {
    color: #004a95;
    font-weight: 500;
    font-size: 16px;
}

.descn {
    font-size: 8px;
}

.sec_blog .btn {
    display: block;
    border: 1px solid #00479A;
    border-radius: 2px;
    position: relative;
    width: 240px;
    padding: 20px 20px 17px;
    margin: 0 auto;
    margin-top: 40px;
}

/* footer */
footer {
    width: 100%;
    height: 100px;
    background-color: #042275;
}

#f_item {
    width: 100%;
    height: 100px;
    background-color: #041e66;
    position: relative;
}

#f_copy {
    width: 100%;
    height: 30px;
    background-color: #00356a;
}

.f_box {
    width: 1080px;
    height: 100%;
    margin: auto;
}

.f_box p {
    color: #fff;
    font-size: 12px;
    float: right;
}

#f_title_ul {
    width: 400px;
    height: 40px;
    margin-right: 0px;
    display: flex;
    justify-content: space-between;
}

.f_title_li {
    float: left;
    width: 160px;
    height: 100%;
    text-align: left;
    margin-top: 20px;
}

.f_title_li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}

.f_sub_ul {
    width: 160px;
    margin-bottom: 10px;
    float: left;
    margin-right: 70px;
}

.f_sub_li {
    float: left;
    width: 220px;
    height: 100%;
    text-align: left;
}

.f_sub_li a {
    color: #dddddd;
    font-size: 0.8rem;
}

/* company */

#company-president {
    background-color: #fff;
    background-size: cover;
    width: 100%;
    height: 600px;
}

#company-back {
    position: relative;
    width: 100%;
    min-height: 20vh;
    top: 0;
    left: 0;
    padding-top: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

#company-title p {
    width: 200px;
    height: 100px;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
}

.company-back-full {
    width: 100%;
    padding: 50px 0px;
    background-color: #eee;
    margin: 50px auto;
}

#president-title {
    width: 230px;
    height: 100px;
    font-size: 42px;
    font-weight: 800;
    color: #333;
    margin: 0 auto;
    text-align: center;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
}


#company-sec {
    width: 860px;
    height: 1310px;
    background-color: #fff;
    padding: 80px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
}

#company-sec-enkaku {
    width: 860px;
    background-color: #fff;
    padding: 80px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
}

.company-table tbody th {
    border: 0;
    /* border-bottom: 1px dashed #ccc; */
    padding: 20px 0;
    text-align: left;
    /* display: table-cell; */
    vertical-align: inherit;
    font-weight: bold;
    width: 11%;
    /* text-align: -internal-center; */
}

.company-emp-th {
    width: 360px;
}

.company-emp-td {
    width: 550px;
}

.company-table {
    width: 100%;
    border-collapse: collapse;
}

.company-table tbody td {
    /* border: 0; */
    /* border-bottom: 1px dashed #ccc; */
    padding: 18px 8px;
    /* padding-left: 30px; */
    /* width: 750px; */
    /* text-align: left; */
    display: inline-block;
}

.company-table tbody tr {
    border-bottom: 1px dashed #ccc;
}


.company-table tbody tr th {
    font-size: 14px;
    font-weight: 500;
    min-width: 120px;
}

.company-map {
    padding: 10px 10px;
    /* text-align: left; */
}

#president-box1 {
    position: relative;
    display: flex;
    z-index: 400;
    margin: 0 auto;
    height: 500px;
    margin-top: 40px;
    /* background-color: aqua; */
}

#president-box2 {
    margin-left: 75px;
    width: 530px;
    height: 290px;
    padding: 100px 200px 100px 60px;
    background-color: #fff;
}

#president-box2 p {
    font-size: 16.5px;
    font-weight: 500;
}

#president-box3 {
    margin-top: -20px;
    width: 600px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin-right: -650px;
    margin-top: -300px;
}

.certification-name {
    width: 250px;
    display: inline-block;
}

.certification-person {
    width: 50px;
    display: inline-block;
    text-align: right;
    margin-right: 60px;
}

/* business */

#business_back {
    position: relative;
    width: 100%;
    min-height: 20vh;
    top: 0;
    left: 0;
    padding-top: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: white; */
}

#business-title p {
    width: 200px;
    height: 100px;
    font-size: 42px;
    font-weight: 800;
    /* background-color: #333; */
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;

}

.business-back-full {
    width: 100%;
    height: 550px;
    padding: 50px 0px;
    background-color: #eee;
    margin: 50px auto;
}

.business-back-jinzai {
    width: 100%;
    height: 1000px;
    padding: 50px 0px;
    background-color: #eee;
    margin: 50px auto;
}

.business-horizontal {
    z-index: 400;
    margin: 0 auto;
    width: 1280px;
    height: 500px;
    margin-top: 40px;
}


.business-horizontal ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.business-horizontal li {
    width: 400px;
    height: 500px;
}

.business-img img {
    width: 400px;
    height: 240px;
    margin-bottom: 16px;
    background-size: cover;
}

.business-img-title p {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

#business-person-title p {
    width: 250px;
    height: 100px;
    font-size: 42px;
    font-weight: 800;
    color: #333;
    margin: 0 auto;
    text-align: center;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
}

#business-sec {
    width: 860px;
    height: 560px;
    background-color: #ffffff;
    padding: 80px;
    /* top: -120px; */
    position: relative;
    z-index: 100;
    margin: 0 auto;
}

.business-table tbody th {
    border: 0;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    padding-left: 230px;
    text-align: left;
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    width: 300px;
}

.business-table tbody td {
    border: 0;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    padding-left: 30px;
    width: 400px;
}


/* recruit */
#recruit_back {
    position: relative;
    width: 100%;
    min-height: 20vh;
    top: 0;
    left: 0;
    padding-top: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: white; */
}


.recruit-back-full {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    background-color: #eee;
    margin: 50px auto;
}

#recruit-title p {
    width: 200px;
    height: 100px;
    font-size: 42px;
    font-weight: 800;
    /* background-color: #333; */
    color: #fff;
    margin: 0 auto;
    /* margin-bottom: -500px; */
    text-align: center;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;

}


#new-graduate-title p {
    width: 380px;
    height: 100px;
    font-size: 42px;
    font-weight: 800;
    /* background-color: #333; */
    color: #333;
    margin: 0 auto;
    /* margin-bottom: -500px; */
    text-align: center;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;

}

#recruit-sec {
    width: 860px;
    height: auto;
    background-color: #ffffff;
    padding: 80px;
    /* top: -120px; */
    position: relative;
    z-index: 100;
    margin: 0 auto;
}

.recruit-table tbody th {
    border: 0;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    text-align: left;
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    width: 160px;
}

.recruit-table tbody td {
    border: 0;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    padding-left: 30px;
    width: 750px;
}

.recruit-content {
    margin-bottom: 10px;
}

.recruit-bold-txt p {
    font-weight: bold;
}

.recruit-txt p {
    font-size: 16px;
    margin-left: 10px;
}


/* 施工管理部 */

#construction-back {
    position: relative;
    width: 100%;
    min-height: 60vh;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}


#construction_title {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    /* padding-top: 220px; */
}

#construction_title h3 {
    padding-top: 160px;
    padding-left: 40px;
    font-size: 22px;
}

.construction-back-full {
    width: 100%;
    height: 1600px;
    padding: 50px 0px;
    background-color: #eee;
    margin: 50px auto;
}

.main-box {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box {
    width: 500px;
    height: 300px;
    background-color: #fff;
}

/* 設計部 */

#design-back {
    position: relative;
    width: 100%;
    min-height: 60vh;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

#design_title {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

#design_title h3 {
    padding-top: 70px;
    padding-left: 40px;
    font-size: 22px;
}

.design-back-full {
    width: 100%;
    height: 1600px;
    background-color: #fff;
    padding: 50px 0;
    margin: 50px auto;
}

.design-box {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.design-box .boxa {
    width: 500px;
    height: 300px;
    background-color: #fff;
    font-size: 18px;
    object-fit: cover;
}

.design-box .boxb {
    width: 500px;
    background-color: #fff;
    font-size: 18px;
    object-fit: cover;
}

.design-mbox {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.design-mbox .mboxa {
    width: 250px;
    height: 250px;
    background-color: #fff;
    object-fit: cover;
}

.design-mbox .mboxb {
    width: 250px;
    height: 250px;
    background-color: #fff;
    object-fit: cover;
}

/* results */
#results-back {
    position: relative;
    width: 100%;
    min-height: 20vh;
    top: 0;
    left: 0;
    padding-top: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.results-back-full {
    width: 100%;
    padding: 50px 0px;
    background-color: #eee;
    margin: 50px auto;
}

#results-title p {
    width: 200px;
    height: 100px;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
}

.full-results-back {
    width: 1080px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

.results-department {
    font-size: 24px;
    font-weight: 800;
    margin: 0 auto;
    text-align: center;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
}

.results-link {
    margin: 15px auto;
    font-size: 20px;
    text-align: center;
    text-shadow: none;
    transition: text-shadow 0.5s;
}

.results-link a {
    background-color: #042275;
    color:#fff;
}

.results-link a:hover {
    animation: link-hover 1s forwards;
}

@keyframes link-hover {
    0% {
        background-color: #042275;
        color: #fff;
    }

    100% {
        background-color: #fff;
        color: #042275;
    }
}

/* csr */

#csr-back {
    position: relative;
    width: 100%;
    min-height: 60vh;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-csr-back {
    margin: 120px auto;
    text-align: center;
}

.csr-title p {
    margin: 25px auto;
    font-size: 20px;
}

.csr-title a {
    border-bottom: 3px #042275 double;
    color: #042275;
}

.csr-txt p {
    margin: 18px auto;
    font-size: 16px;
}

.csr-txt a {
    background-color: #042275;
    color:#fff;
}

.csr-txt a:hover {
    animation: link-hover 1s forwards;
}

.full-csr-back-topics {
    width: 100%;
    background-color: #eee;
    margin: 100px 0px auto;
}

.w-1300-topics {
    width: 1080px;
    /* height: 1500px; */
    /* background-color: #eee; */
    margin: 100px auto;
    padding: 0px 30px;
    /* padding: 40px 0px; */
}

.sec-topics {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.sec-topics ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    /* height: 200px; */
    margin-bottom: 10px;
}

.sec-topics ul li {
    width: 340px;
    /* margin-bottom: 10px; */
    margin: 10px 0px;
    padding-bottom: 5px;
    /* padding: 10px; */
    /* background-color: #fff; */
    height: 300px;
    /* justify-content: space-between; */
}

.csr-box img {
    width: 320px;
    height: 200px;
    padding: 10px;
    padding-bottom: 5px;
}

.outline {
    text-align: left;
    padding: 0px 10px;
}

.title-csr {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 15px 0px 15px;
}

.descn-csr {
    font-size: 8px;
}

.w-1300-odd {
    width: 100%;
    background-color: #fff;
}

.w-1300-even {
    width: 100%;
    background-color: #eee;
}

.csr-img {
    margin: 0 auto;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.csr-img img {
    margin: 20px 0;
}

#w-1300-keisan {
    width: 100%;
}

.full-csr-keisan {
    width: 1080px;
    /* height: 250px; */
    margin: 120px auto;
    padding: 0px 30px;
    text-align: left;
}

#w-1300-kojin {
    width: 100%;
    background-color: #eee;
    padding-top: 40px;
}

.full-csr-kojin {
    width: 1080px;
    height: 200px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

#w-1300-harassment {
    width: 100%;
    background-color: #eee;
    padding-top: 20px;
}

.full-csr-harassment {
    width: 1080px;
    height: 200px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

#w-1300-donate {
    padding-top: 20px;
}

.full-csr-donate {
    width: 1080px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

.donate-img {
    width: 600px;
    flex-direction: column;
}

#w-1300-health {
    padding-top: 20px;
}

.full-csr-health {
    width: 1080px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

.health-img {
    width: 600px;
    height: 520px;
}

#w-1300-iso {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
}

.full-csr-iso {
    width: 1080px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

.iso-img {
    width: 600px;
}

.iso-img img {
    width: 60%;
}

/* environment */
#w-1300-environment {
    padding-top: 20px;
}

.full-csr-environment {
    width: 1080px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

.environment-img {
    width: 600px;
    flex-direction: column;
}

/* bridge */
#w-1300-bridge {
    padding-top: 20px;
}

.full-csr-bridge {
    width: 1080px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

.bridge-img {
    width: 600px;
    flex-direction: column;
}

/* covid */
#w-1300-covid {
    padding-top: 20px;
}

.full-csr-covid {
    width: 1080px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

.covid-img {
    width: 600px;
    flex-direction: column;
}

/* renofa */
#w-1300-renofa {
    padding-top: 20px;
}

.full-csr-renofa {
    width: 1080px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

.renofa-img {
    width: 600px;
    flex-direction: column;
}

/* law */
#w-1300-law {
    padding-top: 20px;
}

.full-csr-law {
    width: 1080px;
    height: 360px;
    margin: 0px auto;
    padding: 30px;
    text-align: left;
}

/* patriots */
#w-1300-patriots {
    padding-top: 20px;
}

.full-csr-patriots {
    width: 1080px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: left;
}

.patriots-img {
    width: 600px;
    flex-direction: column;
}

/* 無断転載禁止 */
.img-privacy {
    width: 600px;
    margin: 0 auto;
    font-size: 0.8rem;
    text-align: right;
}

/* slidein */

.slideleft {
    opacity: 0;
}

.slideleft-view {
    animation: slideleft 2.4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
  
  @keyframes slideleft {
    0% {
        opacity: 0;
        transform: translateX(-64px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
}

.slideright {
    opacity: 0;
}

.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 100;
    background-color: rgba(4,34,117,0.6);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.scroll-top:hover {
    cursor: pointer;
    opacity: 0.7;
}

.slideright-view {
    animation: slideright 2.4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
  
  @keyframes slideright {
    0% {
        opacity: 0;
        transform: translateX(64px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
}

/* 記事ページ */
.main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* .news-article {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
} */

.news-container {
    border-top: 1px dashed #000000;
    margin-bottom: 40px;
}

#news-sec {
    width: 860px;
    height: auto;
    background-color: #ffffff;
    padding: 40px;
    /* top: -120px; */
    position: relative;
    z-index: 100;
    margin: 0 auto;
}

.news-content {
    border-bottom: 1px dashed #000000;
    width: 100%; /* gap padding分を引く */
    padding-top: 15px;
    padding-bottom: 15px;
    /* float: left; */
    background-color: #FFFFFF;
}

.single-news-content {
    width: 95%; /* gap padding分を引く */
    margin-top: 10px;
    padding: 2%;
    background-color: #FFFFFF;
}

#news-president-title {
    width: 860px;
    font-weight: 800;
    padding: 40px;
    color: #333;
    margin: 0 auto;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
}

.eye-catch {
    float: left;
}

.upload-date {
    /* float: left;
    margin-right: 40px; */
}
  
.li-img {
    width: 120px;
    height: 120px;
}

.category {
    background-color: #e0dddd;
    border: 1px solid #afadad;
    border-radius: 5px;
    display: inline-block;
}

.new-txt {
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
    color: red;
    margin-left: 10px;
}

.title-text {
    width: auto; /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pnavi {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pnavi .page-numbers {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}

.pnavi .page-numbers.current {
    color: #004a95;
    font-weight: bold;
}

.tabs {
    display: flex;
    justify-content: space-around;
    background-color: #e0dddd;
    font-size: 20px;
    border-bottom: 1px solid #000000;
}

#page-nav h2.screen-reader-text { display: none; }

.single-left {
    width: 30%;
    height: auto;
    float: left;
}

.single-right {
    width: 70%;
    height: auto;
    float: right;
}

.news-back-full {
    width: 100%;
    /* min-height: 800px; */
    padding: 50px 0px;
    background-color: #eee;
    margin: 50px auto;
}

.single-news-back-full {
    width: 100%;
    padding: 50px 0px;
    background-color: #eee;
    margin: 50px auto;
}

.single-title-text {
    text-align: left;
    display: flex;
}

.main-text img {
    width: 100%;
    height: 100%;
    display: block;
}

.nav-next a {
    background-color: #041e66;
    border: 1px solid #afadad;
    border-radius: 5px;
    color: #FFFFFF;
}

.nav-previous a {
    background-color: #041e66;
    border: 1px solid #afadad;
    border-radius: 5px;
    color: #FFFFFF;
}

/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#flame {
    width: 200px;
    height: 200px;
    float: left;
}

#colored-box {
    width: 100%;
    height: 100%;
    /* background-color:#042275; */
    background-color:gray;
}

.back-box1 {
    width: 130px;
    height: 35px;
    top: -150px;
    left: 80px;
    background-color: #FFFFFF;
    position: relative;
}

.back-box2 {
    width: 130px;
    height: 35px;
    top: -115px;
    left: 80px;
    background-color: #FFFFFF;
    position: relative;
}

#loading-bar {
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #042275;
    animation: loading 2s forwards;
}

@keyframes loading {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

/* New Design */
.top-back-full {
    width: 100%;
    background-color: #eee;
    margin: 100px auto;
    padding: 150px 0px;
}

.top-back-bottom {
    width: 100%;
    height: 200px;
    padding: 100px 0px;
}

.top-news-section {
    
}

.top-news-h2 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
}

.top-company-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-company-wrap1 {
    width: 43.3333333333vw;
    margin-top: 0;
    padding: 0 0 0 5vw;
}

.top-company-wrap1 img {
    width: 100%;
    height: 100%;
    display: block;
}

.top-company-wrap2 {
    width: 56.6666666667vw;
    padding: 0 8.3333333333vw 0 6.6666666667vw;
}

.top-business-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-business-wrap1 {
    width: 43.3333333333vw;
    margin-top: 0;
    padding: 0 0 0 5vw;
}

.top-news-wrap {
    
}

.content-list {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.content-list-item {
    width: 100%;
    margin: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    justify-content: space-between;
}

.content-list-item img {
    width: 270px;
    height: 200px;
    display: block;
    text-align: center;
    margin: 30px auto 0px;
}

.content-list-h3 {
    font-size: 20px;
    line-height: 2;
    letter-spacing: .06em;
    text-align: center;
}

.top-business-h2 {
    font-size: 24px;
    text-align: center;
}

.wrap-h2 {
    font-size: 24px;
}

.wrap-text {
    margin: 20px 0;
    font-size: 15px;
    line-height: 30px;
}

.link-btn {
    width: 175px;
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: #042275;
    color: #FFFFFF;
    margin-top: auto;
    transition: .3s;
}

.link-btn:hover {
    background-color: #0b1942;
}

.bottom-section {
    display: flex;
}

.bottom-link {
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bottom-link img{
    width: 100%;
    height: 300px;
    position: absolute;
}

.link-txt {
    font-size: 24px;
    letter-spacing: 1em;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-mask {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
}

.img-mask:hover {
    opacity: 1;
}

.img-mask .link-btn {
    opacity: 0;
}

.gradation {
    background-image: linear-gradient(180deg, transparent 0 0%, rgba(0,0,0,0.4) 50%);
    background-color: unset;
}

@media screen and (max-width: 850px) {
    #logo img {
        float: left;
        width: 100%;
    }

    #main_menu {
        height: 80px;
        margin: 5px;
    }
    
    #main_menu ul {
        padding-top: 40px;
        margin: 0px;
    }
    
    #main_menu ul li {
        float: left;
        width: 100px;
        height: 20px;
        margin-right: 10px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    #main_menu ul li a {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        text-shadow: none;
        transition: text-shadow 0.5s;
    }
    
    #main_title {
        font-size: 16px;
    }

    #main_title h1 {
        display: flex;
        justify-content: center;
        padding-left: unset;
    }

    /* ハンバーガーメニュー */
    .header__nav {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(100%);
        background-color: #fff;
        transition: ease .4s;
    }

    .nav-items {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .nav__items {
        flex-flow: column;
    }

    .nav-items__item a {
        color: black;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 20px;
        margin-bottom: 24px;
    }

    .hamburger {
        display: block;
    }
    /* ハンバーガーメニュー END */

    /* 改行(PC用 スマホ用) */
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }

    .back-full {
        width: 100%;
        height: 500px;
    }

    .w-1300 {
        width: 100%;
        height: 300px;
    }
    
    #company-box1 {
        width: 70px;
        height: 140px;
        background-size: cover;
        margin-right: 20px;
        margin-top: -50px;
    }
    
    #company-box2 {
        width: 230px;
        height: 160px;
        margin: 205px 0px auto;
        padding: 20px;
    }

    #company-rt {
        height: 110px;
        float: right;
        padding-top: 10px;
    }
    
    #company-rt p {
        font-size: 8px;
    }

    #company-rb {
        height: 60px;
    }
    
    #company-rb p {
        padding-top: 10px;
        font-size: 12px;
    }
    
    #business-box1 {
        width: 100%;
        height: 300px;
        float: right;
        margin-right: 0px;
        background-size: cover;
    }

    #business-box2 {
        width: 100%;
        height: 135px;
        margin: 265px 0px auto;
        padding: 0px;
        margin-left: 0px;
        background-color: #fff;
    }

    #business-l {
        width: 50px;
        height: 160px;
        float: left;
        margin-right: 0px;
        margin-top: -120px;
        background-size: cover;
    }

    #business-rt {
        float: right;
        width: 220px;
        height: 70px;
        padding-top: 10px;
        padding-right: 10px;
    }

    #business-rt p {
        font-size: 8px;
    }

    #business-rb {
        float: right;
        width: 240px;
        height: 60px;
        padding-right: 10px;
    }

    #business-rb p {
        font-size: 12px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .certification-name {
        width: 45%;
        display: inline-block;
    }

    .certification-person {
        width: 20%;
        display: inline-block;
        text-align: right;
        margin-right: 60px;
    }

    #csr-box1 {
        margin-left: 0px;
        float: left;
        width: 100%;
        height: 300px;
        background-size: cover;
    }
    
    #csr-box2 {
        width: 100%;
        height: 135px;
        background-color: #fff;
        margin: 265px 0px auto;
        padding: 0px;
        margin-left: 0px;
    }
    
    #csr-l {
        float: left;
        width: 50px;
        height: 160px;
        padding: 15px 10px;
        background-repeat: no-repeat;
        margin-right: 0px;
        margin-top: -120px;
        background-size: cover;
    }
    
    #csr-rt {
        float: right;
        width: 220px;
        height: 70px;
        padding-top: 10px;
        padding-right: 10px;
    }
    
    #csr-rt p {
        font-size: 8px;
    }
    
    #csr-rb {
        float: right;
        width: 240px;
        height: 60px;
        padding-right: 10px;
    }
    
    #csr-rb p {
        font-size: 12px;
        padding-right: 10px;
        padding-top: 10px;
    }
    
    footer {
        height: 120px;
    }
    
    #f_item {
        height: 120px;
    }
    
    #f_copy {
        width: 100%;
        height: 30px;
        background-color: #00356a;
        /* opacity: 0.3; */
    }
    
    .f_box {
        width: 100%;
        height: 100%;
        margin: auto;
    }
    
    .f_box p {
        color: #fff;
        font-size: 6px;
        margin-top: 40px;
        margin-left: 10px;
        float: left;
    }
    
    #f_title_ul {
        width: 300px;
        height: 40px;
        margin-left: 10px;
        float: left;
    }

    .f_title_li {
        float: left;
        width: 160px;
        height: 100%;
        text-align: left;
        margin-top: 20px;
    }
    
    .f_title_li a {
        color: #ffffff;
        font-weight: 600;
        font-size: 8px;
    }
    
    .f_sub_ul {
        width: 160px;
        margin-bottom: 10px;
        float: left;
        margin-right: 70px;
    }
    
    .f_sub_li {
        float: left;
        width: 220px;
        height: 100%;
        text-align: left;
    }
    
    .f_sub_li a {
        color: #dddddd;
        font-size: 0.8rem;
    }
    
    #president-title {
        width: 200px;
        height: 60px;
        font-size: 26px;
        font-weight: 800;
        color: #333;
        margin: 0 auto;
        text-align: center;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
    }

    #president-box1 {
        position: relative;
        display: flex;
        z-index: 400;
        margin: 0 auto;
        width: 100%;
        height: 600px;
        margin-top: 20px;
    }
    
    #president-box2 {
        margin-left: 0px;
        width: 100%;
        height: 650px;
        padding: 15px;
    }
    
    #president-box2 p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    
    #president-box3 {
        margin-top: 0px;
        width: 100%;
        height: 300px;
        float: right;
        margin-right: 0px;
        margin-top: 0px;
    }

    #president-name {
        font-size: 16px;
        font-weight: 500;
        float: right;
    }
    
    #company-sec {
        width: 100%;
        background-color: #fff;
        padding: 0px;
        position: relative;
        z-index: 100;
        margin: 0px;
    }

    #company-sec-enkaku {
        width: 100%;
        background-color: #fff;
        padding: 0px;
        position: relative;
        z-index: 100;
        margin: 0;
    }
    
    .company-table tbody th {
        border: 0;
        /* border-bottom: 1px dashed #ccc; */
        padding: 19px 0px;
        padding-left: 10px;
        text-align: left;
        display: table-cell;
        vertical-align: inherit;
        font-weight: bold;
        width: 80px;
    }
    
    .company-table tbody td {
        border: 0;
        /* border-bottom: 1px dashed #ccc; */
        padding: 20px 0;
        /* width: 175px; */
        font-size: 8px;
        /* text-align: left; */
        display: table-cell;
    }

    .company-table tbody tr th {
        font-size: 8px;
        font-weight: 500;
    }

    #company-back-full {
        width: 100%;
        height: 1200px;
        padding: 50px 0px;
        background-color: #fff;
        margin: 50px auto;
        
    }

    table.company-table {
        width: 100%;
    }
    
    .company-map {
        padding: 10px 10px;
    }

    .company-map iframe {
        width: 220px;
    }

    #csr-back {
        position: relative;
        width: 100%;
        min-height: 40vh;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .full-csr-back {
        margin: 55px auto;
        text-align: center;
    }
    
    .csr-title p {
        margin: 0px auto;
        padding: 10px;
        font-size: 14px;
    }
    
    .csr-txt p {
        margin: 18px auto;
        font-size: 12px;
        padding: 10px;
    }

    .csr-txt a {
        margin-left: 10px;
    }
    
    .full-csr-back-topics {
        width: 100%;
        background-color: #eee;
        margin: 100px 0px auto;
    }
    
    .w-1300-topics {
        width: 100%;
        /* height: 3400px; */
        margin: 100px auto;
        padding: 0px;
    }
    
    .sec-topics {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .sec-topics ul {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
    }
    
    .sec-topics ul li {
        width: 340px;
        margin: 10px 0px;
        padding-bottom: 5px;
        height: 300px;
    }
    
    .csr-box img {
        width: 320px;
        height: 200px;
        padding: 10px;
        padding-bottom: 5px;
    }
    
    .outline {
        text-align: left;
        padding: 0px 10px;
    }
    
    .title-csr {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        padding: 8px 15px 0px 15px;
    }
    
    .descn-csr {
        font-size: 8px;
    }
    
    #w-1300-keisan {
        width: 100%;
        background-color: #fff;
    }
    
    .full-csr-keisan {
        width: 100%;
        height: 250px;
        margin: 80px auto;
        padding: 0px;
        text-align: left;
    }
    
    #w-1300-kojin {
        width: 100%;
        background-color: #eee;
        padding-top: 40px;
    }
    
    .full-csr-kojin {
        width: 100%;
        height: 200px;
        margin: 0px auto;
        padding: 0px;
        text-align: left;
    }
    
    .full-csr-harassment {
        width: 100%;
        height: 200px;
        margin: 0px auto;
        padding: 0px;
        text-align: left;
    }
    
    /* donate */
    .full-csr-donate {
        width: 100%;
        padding: 0px;
    }
    
    .donate-img {
        width: 100%;
    }

    .donate-img img {
        width: 90%;
    }
    
    /* health */
    .full-csr-health {
        width: 100%;
        padding: 0px;
    }

    .full-csr-health p {
        padding: 10px;
    }

    .health-img {
        width: 100%;
        height: auto;
    }

    .health-img img {
        width: 90%;
    }
    
    /* iso */
    .full-csr-iso {
        width: 100%;
        padding: 0px;
    }

    .iso-img {
        width: 100%;
    }

    .iso-img img {
        width: 70%;
    }
    
    /* environment */
    .full-csr-environment {
        width: 100%;
        padding: 0px;
    }
    
    .environment-img {
        width: 100%;
    }

    .environment-img img {
        width: 90%;
    }
    
    /* bridge */
    .full-csr-bridge {
        width: 100%;
        padding: 0px;
    }
    
    .bridge-img {
        width: 100%;
    }

    .bridge-img img {
        width: 90%;
    }
    
    /* covid */
    .full-csr-covid {
        width: 100%;
        padding: 0px;
    }
    
    .covid-img {
        width: 100%;
    }

    .covid-img img {
        width: 90%;
    }
    
    /* renofa */
    .full-csr-renofa {
        width: 100%;
        padding: 0px;
    }
    
    .renofa-img {
        width: 100%;
    }
    
    .renofa-img img {
        width: 90%;
    }

    /* law */
    .full-csr-law {
        width: 100%;
        padding: 30px 0px;
    }

    /* patriots */
    .full-csr-patriots {
        width: 100%;
        padding: 0px;
    }

    .patriots-img {
        width: 100%;
    }
    
    .patriots-img img {
        width: 90%;
    }

    /* 無断転載禁止 */
    .img-privacy {
        width: auto;
        padding-right: 20px;
    }

    .business-back-full {
        width: 100%;
        height: 1300px;
        padding: 50px 0px;
        background-color: #eee;
        margin: 50px auto;
    }    

    .business-horizontal {
        z-index: 400;
        margin: 0 auto;
        width: 100%;
        height: 500px;
        margin-top: 40px;
    }

    .business-horizontal ul {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .business-horizontal li {
        width: 400px;
        height: 400px;
    }

    .business-img img {
        width: 100%;
        height: 240px;
        margin-bottom: 16px;
        background-size: cover;
    }

    /* recruit */
    #recruit_back {
        position: relative;
        width: 100%;
        min-height: 20vh;
        top: 0;
        left: 0;
        padding-top: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        /* background-color: white; */
    }


    .recruit-back-full {
        width: 100%;
        height: auto;
        padding: 50px 0px;
        background-color: #eee;
        margin: 50px auto;
    }

    #recruit-title p {
        width: 200px;
        height: 100px;
        font-size: 42px;
        font-weight: 800;
        /* background-color: #333; */
        color: #fff;
        margin: 0 auto;
        /* margin-bottom: -500px; */
        text-align: center;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;

    }


    #new-graduate-title p {
        width: 380px;
        height: 100px;
        font-size: 42px;
        font-weight: 800;
        /* background-color: #333; */
        color: #333;
        margin: 0 auto;
        /* margin-bottom: -500px; */
        text-align: center;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;

    }

    #recruit-sec {
        width: 300px;
        height: auto;
        background-color: #ffffff;
        padding: 40px;
        /* top: -120px; */
        position: relative;
        z-index: 100;
        margin: 0 auto;
    }

    .recruit-table tbody th {
        border: 0;
        border-bottom: 1px dashed #ccc;
        padding: 20px 0;
        text-align: left;
        display: table-cell;
        vertical-align: inherit;
        font-weight: bold;
        width: 160px;
    }

    .recruit-table tbody td {
        border: 0;
        border-bottom: 1px dashed #ccc;
        padding: 20px 0;
        padding-left: 30px;
        width: 750px;
    }

    .recruit-content {
        margin-bottom: 10px;
    }

    .recruit-bold-txt p {
        font-weight: bold;
    }

    .recruit-txt p {
        font-size: 16px;
        margin-left: 10px;
    }

    /* 設計部 */
    #design-back {
        min-height: 35vh;
    }

    #design_title h3 {
        font-size: 16px;
        padding-left: 20px;
    }

    .design-back-full {
        width: 100%;
        height: 2350px;
    }

    .design-box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 330px;
        display: flex;
        flex-wrap: nowrap;
    }

    .design-box .boxa {
        width: 100%;
        height: 300px;
        position: relative;
        z-index: 100px;
    }

    .design-box .boxb {
        width: 100%;
        background-color: #eee;
        font-size: 15px;
        position: absolute;
        margin-top: 300px;
        z-index: 200px;
    }

    .design-mbox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 80px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .design-mbox .mboxa {
        width: 100%;
        height: 340px;
        background-size: cover;
    }

    .design-mbox .mboxb {
        width: 100%;
        height: 220px;
        background-color: #eee;
        margin-bottom: 40px;
    }

    /* 記事ページ */
    /* .news-content {
        border: 1px solid #000000;
        margin-bottom: 30px;
        background-color: #FFFFFF;
        float: unset;
        width: auto;
        height: auto;
    } */

    .news-back-full {
        height: auto;
    }
    
    .li-img {
        width: 85px;
        height: 85px;
    }

    .pnavi {
        position:unset;
    }

    .tabs {
        font-size: 15px;
    }

    .single-left {
        width: 100%;
        float: left;
    }
    
    .single-right {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    #news-sec {
        width: auto;
        margin: 20px;
    }

    .upload-date {
        float: unset;
        margin: unset;
        text-align: left;
        display: flex;
    }

    #news-president-title {
        width: auto;
        font-weight: 800;
        padding: 10px;
        color: #333;
        margin: 0 auto;
        text-align: center;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ ゴシック',sans-serif;
    }

    /* New Design */
    .top-back-bottom {
        height: 400px;
    }

    .top-company-section {
        position: relative;
        display: block;
        flex-direction: unset;
        justify-content: unset;
        align-items: unset;
    }

    .top-company-wrap1 {
        width: auto;
        padding: 0px;
    }

    .top-company-wrap2 {
        color: #FFFFFF;
        width: auto;
        padding: 0;
        position: absolute;
        bottom:0;
        margin: 0 10px 40px 10px;
    }

    .top-company-wrap2 .link-btn {
        position: absolute;
        right: 0;
        margin: 0 20px 20px;
    }

    .bottom-link {
        width: 100%;
        height: 250px;
    }

    .bottom-link img{
        height: 250px;
    }

    .bottom-section {
        flex-direction: column;
    }

    .link-btn {
        width: 90px;
        height: 30px;
        font-size: 12px;
    }

    .img-mask {
        opacity: 1;
    }

    .img-mask .link-btn {
        opacity: 1;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0 20px 20px;
    }

    .content-list {
        flex-direction: column;
    }

    .content-list-item {
        width: auto;
    }

    .content-list-item img {
        width: 100%;
        height: 100%;
    }

    .btn-right {
        display: flex;
        justify-content: end;
    }
}