/* CSS Resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #214267;
    background-color: #F5F7F5;
    margin: 0;
    padding: 0;
}

main {
    width: 100%;
    max-width: 1064px;
    padding: 0 20px;
    margin: 0 auto;
}

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

h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
}

h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 0;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 0;
}

/* メニュー */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 63px;
    background-color: #F5F7F5;
}

.container {
    min-width: 800px;
    max-width: 1064px;
    height: 63px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

.logo {
    margin: 0;
    padding: 0;
}

h1.logo {
    margin: 0;
    padding: 0;
}

h1.logo img {
    width: 160px;
    height: 24px;
    margin: 0;
    padding: 0;
    display: flex;
}

.logo img {
    width: 160px;
    height: 24px;
    display: flex
}

.menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-title1 {
    display: none;
}

.menu li {
    padding: 2px 18px;
    letter-spacing: 0.05em;
}

.menu li:last-child {
    border-right: none;
    padding-right: 0;
}

.menu a {
    text-decoration: none;
    color: #000;
    transition: opacity 0.3s ease;
}

.menu a:hover {
    opacity: 0.8;
}
/* メニュー */

/* パンくず */
.breadcontainer {
    margin: 0 auto;
    position: relative;
}

.breadcrumb {
    min-width: 975px;
    max-width: 1440px;
    display: flex;
    list-style: none;
    padding-top: 24px;
    font-size: 12px;
    color: #000;
    margin-top: 63px;
    position: relative;
    top: 0;
    left: 0;
}

.breadcrumb li {
    margin-right: 8px;
}

.breadcrumb li a {
    text-decoration: underline;
    color: #214267;
}

.breadcrumb li a:hover {
    opacity: 0.8;
}

.breadcrumb li::after {
    content: "/";
    margin-left: 8px;
}

.breadcrumb li:last-child::after {
    content: "";
}
/* パンくず */

/* トップへ戻る */
.pagetop {
    font-size: 13px;
    margin: 50px 0;
    text-align: center;
    color: #000;
    text-decoration: none;
}
/* トップへ戻る */

/* トップページ */
#top-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 90px;
}

.text-overlay {
    position: absolute;
    top: 38%;
    left: 105%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 64px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 2px 2px 10px #222;
    z-index: 10;
    text-align: left;
    width: 100%;
    pointer-events: none;
}

@media (max-width: 1280px) {
    .text-overlay {
    position: absolute;
    top: 44%;
    left: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 55px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 2px 2px 10px #222;
    z-index: 10;
    text-align: left;
    width: 100%;
    pointer-events: none;
}
}

@media (max-width: 1024px){
    .text-overlay {
    position: absolute;
    top: 46%;
    left: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 2px 2px 10px #222;
    z-index: 10;
    text-align: left;
    width: 100%;
    pointer-events: none;
}
}


.desktop-img {
    width: 100%;
    margin-top: 63px;
    display: block;
}

.mobile-img {
    width: 100%;
    display: none;
}

#ourbusiness {
    min-width: 975px;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.subtext {
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
}

.text {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}

.business {
    width: 80%;
    height: 258px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 72px auto 100px auto;
    display: block; 
    text-decoration: none;
    background-image: url('/assets/img/company/business.webp');
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 0px 5px 0px #cfcece;
}

.business:hover {
    opacity: 0.8;
}

#company {
    min-width: 927px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.company-box {
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
}

.c-row {
    min-width: 927px;
    max-width: 1440px;
    margin-top: 64px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 100px;
}

.c-row a:last-child {
    margin-right: 16px;
}

.c-discription1 {
    width: calc(25% - 12px);
    height: auto;
    margin-right: 16px;
    text-align: center;
    padding: 49.5px 0;
    color:#fff;
    display: block; 
    text-decoration: none;
    background-image: url('/assets/img/company/corporate.jpg');
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 0px 5px 0px #cfcece;
}

.c-discription2 {
    width: calc(25% - 12px);
    height: auto;
    margin-right: 16px;
    text-align: center;
    padding: 49.5px 0;
    color:#fff;
    display: block; 
    text-decoration: none;
    background-image: url('/assets/img/company/office.jpg');
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 0px 5px 0px #cfcece;
}

.c-discription3 {
    width: calc(25% - 12px);
    height: auto;
    margin-right: 16px;
    text-align: center;
    padding: 49.5px 0;
    color:#fff;
    display: block; 
    text-decoration: none;
    background-image: url('/assets/img/company/history.jpg');
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 0px 5px 0px #cfcece;
}

.c-discription4 {
    width: calc(25% - 12px);
    height: auto;
    text-align: center;
    padding: 49.5px 0;
    color:#fff;
    display: block; 
    text-decoration: none;
    background-image: url('/assets/img/company/result.jpg');
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 0px 5px 0px #cfcece;
}

.c-discription5 {
    width: calc(25% - 12px);
    height: auto;
    margin-right: 16px;
    text-align: center;
    padding: 49.5px 0;
    color:#fff;
    display: block; 
    text-decoration: none;
    background-image: url('/assets/img/company/business2@2x.webp');
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 0px 5px 0px #cfcece;
}

.c-discription1:hover,
.c-discription2:hover,
.c-discription3:hover,
.c-discription4:hover,
.c-discription5:hover {
    opacity: 0.8;
}

.c-discription1 img,
.c-discription2 img,
.c-discription3 img,
.c-discription4 img,
.c-discription5 img {
    width: 100%;
    height: auto;
}

#recruit {
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 94px 0;
    background-image: url('/assets/img/company/top_recruit.jpg');
}

.r-button {
    position: relative;
    width: 594px;
    height: 60px;
    font-size: 24px;
    color: #214267;
    background-color: #fff;
    margin: 90px auto 0 auto;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.r-button a:hover {
    opacity: 0.8;
}

.arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.arrow::before {
    content: "＞";
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #214267;
}
/* トップページ */

/* 事業紹介 */
#title {
    min-width: 975px;
    max-width: 1440px;
    margin: 100px auto 90px auto;
    text-align: center;
}

.item {
    font-size: 16px;
    color:#000;
    text-align: center;
}

#bus1 {
    min-width: 927px;
    max-width: 1440px;
    margin: 0 auto 90px auto;
    text-align: center;
}

.product-title {
    color: #214267;
    font-size: 24px;
    font-weight: bold;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
}

.product-row a:last-child {
    margin-right: 0;
}

.product-box {
    display: flex;
    flex-wrap: wrap;
}

.product-discription {
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    color: #000;
}

.product-row .product-discription {
    width: 33.33%;
}

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

.effort-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
}

.effort-row a:last-child {
    margin-right: 0;
}

.effort-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 72px) / 3);
    box-sizing: border-box;
    background-color: #fff;
    margin: 10px;
}

.effort-top {
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #214267;
    width: 100%;
    padding: 20px 0;
}

.effort-discription {
    width: 100%;
    overflow: hidden;
    padding: 32px;
    text-align: left;
    color: #214267;
    background-color: #fff;
}

.effort-title {
    color: #214267;
    font-weight: bold;
    font-size: 16px;
}

.effort-text {
    color: #214267;
    font-size: 14px;
    margin-bottom: 24px;
}

.effort-text2 {
    color: #214267;
    font-size: 14px;
    margin-bottom: 0;
}

#info {
    min-width: 975px;
    max-width: 1440px;
    margin: 0 auto 90px auto;
    text-align: center;
}

.info-text {
    width: 712px;
    font-size: 16px;
    color:#000;
    text-align: left;
    margin: 0 auto 40px auto;
}

#info img {
    width: 944px;
    margin-bottom: 90px;
}
/* 事業紹介 */

/* 会社概要 */
.prof-box {
    width: 780px;
    margin: 0 auto;
    display: flex;
    position: relative;
    margin-bottom: 40px;
}

.prof-row {
    width: 780px;
    margin: 0 auto;
    display: flex;
    vertical-align: top;
    position: relative;
}

.prof-container {
    width: 783px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.prof_item-date {
    width: 130px;
    margin: 0 20px 40px 0;
    font-size: 20px;
    font-weight: bold;
    color: #214267;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0;
}

.prof_item {
    width: 633px;
    margin-bottom:40px;
    font-size: 16px;
    text-align: left;
    color: #000;
    display: inline-block;
}

.prof_item p {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    color: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.prof_text {
    font-size: 16px;
    text-align: left;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.name {
    order: 1; /* 最初に表示 */
}

.add {
    order: 2; /* 二番目に表示 */
    margin-left: 8px;
}

.p-map {
    order: 3; /* 最後に表示 */
    color: #fff;
    font-size: 12px;
    margin-left: 8px;
    padding: 3px;
    background-color: #214267;
}
/* 会社概要 */

/* 事業所一覧 */
#office_info {
    width: 680px;
    margin: 100px auto 90px auto;
    text-align: center;
}

.tab-item {
    flex: 1;
    text-align: center;
    padding-bottom: 24px;
    box-sizing: border-box;
    cursor: pointer;
}

.tab-item.active {
    color: #214267;
    border-bottom: 6px solid #214267;
}

.corptabs {
    width: 100%;
    height: 53px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.corpcontent {
    display: none;
}

.corpcontent.active {
    display: block;
}

.photo_pc  {
    text-align: right;
}

.photo_pc img {
    width: 120px;
    height: 120px;
}

.photo_m  {
    display: none;
}

.corp-box {
    width: 100%;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #214267;
}

.corp-box-end {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #214267;
}

.corp-container {
    width: 100%;
    margin: 0 auto ;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.corp_item-date {
    width: 170px;
    margin: 0 8px 8px 0;
    font-size: 18px;
    font-weight: bold;
    color: #214267;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 0;
}

.corp_item {
    width: 373px;
    margin: 0 8px 8px 0;
    font-size: 16px;
    text-align: left;
    color: #000;
    display: inline-block;
}

.corp_item2 {
    width: 494px;
    margin: 0 8px 8px 0;
    font-size: 16px;
    text-align: left;
    color: #000;
    display: inline-block;
}

.corplink {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
}
/* 事業所一覧 */


/* 納入実績 */
#delivery_info {
    min-width: 927px;
    max-width: 1440px;
    margin: 100px auto 90px auto;
    padding: 0 0px;
    text-align: center;
}

.deli-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
}

.deli-year {
    color: #214267;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 50px;
    align-self: stretch;
    border-bottom: 1px solid #214267;
}

.deli-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 40px auto;
}

.deli-box1,
.deli-box2,
.deli-box3 {
    width: 32%;
    box-sizing: border-box;
    overflow: hidden;
}

.deli_item {
    width: 100%;
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-bottom: 24px;
}
/* 納入実績 */

/* ▼footer▼ */

#footnav {
    width: 100%;
    color: #fff;
    background-color: #424E5C;
    text-align: left;
    padding: 40px 20px;
}

#footnav img {
    margin-left: 4px;
}

#footnav .foot-row {
    width: 100%;
    max-width: 1005px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
}

#footnav .footmenu {
    width: 166px;
    font-size: 16px;
}


#footnav .main {
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 24px;
}

#footnav .sub {
    list-style-type: none;
    padding: 0;
    font-size: 12px;
    margin-bottom: 16px;
}

#footnav .copyright {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}

#footnav .copyright img {
    width: 29px;
    height: 29px;
    margin-bottom: 16px;
    border: 0;
}

#footnav a {
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: underline;
}

#footnav a:hover {
    color: #969696;
}

.footmenu-right {
    width: 166px;
    font-size: 16px;
    margin-right: 0px;
}

/* SPフッター */
#SP--footnav {
    display: none;
}