/*
日　明朝
font-family: "Noto Serif JP", serif;
*/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
}

img{
    width: 100%;
}

ul{
    list-style-type: none;
    padding-left: 0;
}

a{
    text-decoration: none;
}

p{
    margin-bottom: 0;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

/* Swiper背景用全画面 */
.swiper-container-bg {
    position: relative;
    width: 100%;
    height: 50vh;
    z-index: 0;
}

.swiper-container-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%; /* グラデーションの高さ調整 */
    background: linear-gradient(to bottom, transparent, white); /* 透明から白へのグラデーション */
    z-index: 2; /* スライダーと他の要素の上に表示 */
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

/* ナビゲーションを最前面に固定 */
.navbar {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 20px;
    max-width: 1400px;
}

.navbar-brand{
    display: block;
    width: 30%;
}

.navbar-brand figure{
    margin: 5px;
}

.nav-link{
    font-size: 16px;
}

.btn-estimate {
    background-color: #f3981d;
    color: white;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    transition: background-color 0.3s;
    text-decoration: none;
}

.btn-estimate:hover {
    background-color: #1b1464;
    color: white;
}

.btn-estimate i{
    padding: 0 10px;
}

/* ハンバーガー */
.custom-toggler {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 1051;
}

.custom-toggler span {
    position: absolute;
    height: 4px;
    width: 100%;
    background: black;
    left: 0;
    transition: 0.4s;
    border-radius: 2px;
}

.custom-toggler span:nth-child(1) { top: 0; }
.custom-toggler span:nth-child(2) { top: 10px; }
.custom-toggler span:nth-child(3) { top: 20px; }

.custom-toggler.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.custom-toggler.open span:nth-child(2) {
    opacity: 0;
}

.custom-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: none;
}

/* 中身に高さ調整 */
.content {
    position: relative;
    z-index: 10;
    padding-top: 70px;
    color: white;
    text-align: center;
}

.overlay-text {
    position: absolute;
    bottom: 15%;
    left: 10%;
    z-index: 10;
    color: white;
    padding: 20px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.8);
}

.overlay-text h1{
    letter-spacing: 5px;
    font-size: 50px;
    font-weight: bold;
}

/* 上部のSVG画像を配置 */
.svg-top-divider img {
    position: absolute;
    top: 0;  /* 上部に固定 */
    left: 0;
    width: 25%;
    z-index: 10; /* スライダーの上に配置 */
    pointer-events: none; /* クリックやタッチイベントを透過 */
}

/* 下部のSVG画像を配置 */
.svg-bottom-divider img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    z-index: 10; /* スライダーの上に配置 */
    pointer-events: none; /* クリックやタッチイベントを透過 */
}

.tp-bnr{
    margin: 50px 0;
}

.tp-about{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    align-items: center;
}

.about-l,.about-r{
    width: 20%;
    background-repeat: no-repeat;
    background-position: center;
}

.about-l{
    background-image: url(../img/index/about-l-bg.svg);
}

.about-r{
    background-image: url(../img/index/about-r-bg.svg);
}

.about-c{
    width: 60%;
}

.title-img{
    width: 50%;
    margin: 0 auto;
}

.tp-vision-text{
    text-align: center;
    margin-top: 30px;
}

.tp-vision-text h3{
    font-family: "Noto Serif JP", serif;
    color: #192f60;
    font-weight: bold;
    line-height: 1.5em;
}

.tp-vision-text p{
    width: 80%;
    margin: 10px auto;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.tp-point{
    position: relative;
    background-color: #192f60;
    opacity: 1;
    background-image: linear-gradient(#1b1464 2.6px, transparent 2.6px), linear-gradient(90deg, #1b1464 2.6px, transparent 2.6px), linear-gradient(#1b1464 1.3px, transparent 1.3px), linear-gradient(90deg, #1b1464 1.3px, #192f60 1.3px);
    background-size: 65px, 65px 65px, 13px 13px, 13px 13px;
    background-position: -2.6px -2.6px, -2.6px -2.6px, -1.3px -1.3px, -1.3px -1.3px;
    padding: 150px 0;
}

.tp-point::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/index/point-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    z-index: 1;
}

.tp-point .col-md-10{
    z-index: 2;
}

.point-title{
    margin-bottom: 50px;
}

.point-title h2{
    font-size: 80px;
    font-weight: 900;
    color: white;
    letter-spacing: 20px;
}

.point-title h2 i{
    color: #ffcc00;
}

.point-eng{
    font-family: "Noto Serif JP", serif;
    color: #ffcc00;
    letter-spacing: 10px;
}

.point-text{
    color: white;
}

.point-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.point-content li{
    width: 24%;
    margin: 10px 0;
}

.ser-bg{
    height: 30vh;
    background: url('../img/index/ser-bg.jpg') no-repeat center center;
    background-size: cover;
}

/* カルーセルを半分上にはみ出す */
.tp-ser-content {
    position: relative;
    top: -300px;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
}

.ser-text{
    margin: 50px auto;
}

.ser-text p{
    text-align: center;
    color: white;
}

.margin-{
    margin-top: -150px;
}

/* Swiper スタイル */
.swiper-ser {
    width: 100%;
}

.swiper-slide {
    position: relative;
}

.overlay-image {
    position: absolute;
    top: 10px;
    right: 50px;
    max-width: 60px; /* 画像のサイズ調整 */
}

.swiper-slide img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.tp-recr,.tp-comp{
    max-width: 1400px;
    margin: 0 auto;
}

.link-recr{
    display: block;
    width: 100%;
    background-color: #ff3c00;
}

.link-comp{
    display: block;
    width: 100%;
    background-color: #00bfff;
}

.link-content{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.link-tate{
    writing-mode: vertical-rl;
    font-size: 80px;
    font-weight: bold;
    color: white;
    margin: 0;
    text-align: center;
}

.link-text{
    width: 45%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.link-recr .link-text,.link-comp .link-text{
    background-position: center;
    background-repeat: no-repeat;
}

.link-recr .link-text{
    background-image: url('../img/index/recr-bg.svg');
}

.link-comp .link-text{
    background-image: url('../img/index/comp-bg.svg');
}

.link-text h4,.link-text p{
    color: white;
    text-align: center;
}

.link-text h4{
    font-size: 50px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 10px;
}

.link-text p{
    display: block;
    width: 400px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto;
    border: 1px solid white;
    border-radius: 30px;
    transition: .3s;
}

.link-recr:hover .link-text p{
    background-color: white;
    color: #ff3c00;
}

.link-comp:hover .link-text p{
    background-color: white;
    color: #00bfff;
}

.link-img{
    width: 45%;
}

.tp-news{
    background-color: #ffffff;
    opacity: 1;
    background-image:  linear-gradient(#f4f4f4 2px, transparent 2px), linear-gradient(90deg, #f4f4f4 2px, transparent 2px), linear-gradient(#f4f4f4 1px, transparent 1px), linear-gradient(90deg, #f4f4f4 1px, #ffffff 1px);
    background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    padding: 150px 0;
}

.news-content{
    background-color: white;
    margin-top: 50px;
    padding: 20px;
}

.news-content table{
    width: 80%;
    margin: 0 auto;
    overflow: scroll;
    border-collapse: separate;
    border-spacing: 20px;
}

.news-content th{
    border-left: 3px solid #ffcc00;
    padding-left: 10px;
}

.news-content td{
    border-left: 3px solid #1b1464;
    padding-left: 10px;
}

.tp-cta{
    background-color: #192f60;
    background-image: url('../img/index/cta-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.tp-cta .col-md-10{
    display: flex;
    justify-content: space-between;
}

.tp-contact,.tp-sns{
    width: 45%;
    text-align: center;
    color: white;
}

.tp-contact h3,.tp-sns h3{
    font-family: "Noto Serif JP", serif;
}

.tp-contact a{
    display: flex;
    justify-content: center;
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin: 10px auto;
    padding: 0 20px;
    background-color: #f3981d;
    border-radius: 50px;
    color: #1b1464;
    font-size: 18px;
    letter-spacing: 3px;
    transition: .3s;
}

.tp-contact a:hover{
    background-color: #f15a24;
    color: white;
}

.tp-contact a span{
    padding-left: 10px;
}

.tp-sns li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin:  20px auto;
    background-color: white;
    border-radius: 50px;
    color: #1b1464;
    transition: .3s;
}

.tp-sns li a:hover{
    background-color: #00bfff;
    color: white;
}

footer{
    position: relative;
    background-color: #f15a24;
    padding: 100px 0;
}

.foot-l,.foot-r{
    position: absolute;
}

.foot-l{
    top: 0;
    left: 0;
    z-index: 1;
    width: 20%;
}

.foot-r{
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 20%;
}

footer .col-md-6{
    z-index: 10;
}

.footer-logo{
    width: 40%;
}

.footer-logo li{
    margin: 20px 0;
}

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

.footer-sitemap ul{
    border-top: 1px solid white;
}

.footer-sitemap li{
    margin: 10px 0;
}

.footer-sitemap a{
    color: white;
}

.copy{
    text-align: center;
    color: white;
    font-size: 12px;
}

/* 準備中 */
.link-recr{
    pointer-events: none;
}

/* 共通 */
.page-title-pop {
    background-color: #192f60;
    height: 600px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-comp .page-title-pop {
    /* 背景画像とグラデーションの重ね合わせ */
    background-image:
        linear-gradient( 180deg,
        rgba(255, 102, 0, 0.6) 0%,   /* オレンジ半透明グラデ */
        rgba(25, 47, 96, 0.8) 100%   /* 濃紺半透明グラデ */
        ),url('../img/common/head-comp.jpg');
}

.page-1 .page-title-pop {
    /* 背景画像とグラデーションの重ね合わせ */
    background-image:
        linear-gradient( 180deg,
        rgba(255, 102, 0, 0.6) 0%,   /* オレンジ半透明グラデ */
        rgba(25, 47, 96, 0.8) 100%   /* 濃紺半透明グラデ */
        ),url('../img/common/head-1.jpg');
}

.page-2 .page-title-pop {
    /* 背景画像とグラデーションの重ね合わせ */
    background-image:
        linear-gradient( 180deg,
        rgba(255, 102, 0, 0.6) 0%,   /* オレンジ半透明グラデ */
        rgba(25, 47, 96, 0.8) 100%   /* 濃紺半透明グラデ */
        ),url('../img/common/head-2.jpg');
}
.page-3 .page-title-pop {
    /* 背景画像とグラデーションの重ね合わせ */
    background-image:
        linear-gradient( 180deg,
        rgba(255, 102, 0, 0.6) 0%,   /* オレンジ半透明グラデ */
        rgba(25, 47, 96, 0.8) 100%   /* 濃紺半透明グラデ */
        ),url('../img/common/head-3.jpg');
}
.page-4 .page-title-pop {
    /* 背景画像とグラデーションの重ね合わせ */
    background-image:
        linear-gradient( 180deg,
        rgba(255, 102, 0, 0.6) 0%,   /* オレンジ半透明グラデ */
        rgba(25, 47, 96, 0.8) 100%   /* 濃紺半透明グラデ */
        ),url('../img/common/head-4.jpg');
}
.page-5 .page-title-pop {
    /* 背景画像とグラデーションの重ね合わせ */
    background-image:
        linear-gradient( 180deg,
        rgba(255, 102, 0, 0.6) 0%,   /* オレンジ半透明グラデ */
        rgba(25, 47, 96, 0.8) 100%   /* 濃紺半透明グラデ */
        ),url('../img/common/head-5.jpg');
}

.page-title-pop h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4rem;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

/* 英語タイトル */
.english-title {
    font-size: 2rem;
    color: #ff6600;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

/* Font Awesome アイコンサイズ＆色調整 */
.service-icon {
    font-size: 2.5rem;
    color: #ff6600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.page-title-pop .breadcrumb-item + .breadcrumb-item::before {
    color: #ff6600;
}

.page-title-pop .breadcrumb-item a {
    color: #ff6600;
    font-weight: 600;
}

.page-title-pop .breadcrumb-item.active {
    color: #fff;
}

.content-bg{
    background-color: #ffffff;
    background-image: radial-gradient(#bbdbf3 1px, #ffffff 1px);
    background-size: 20px 20px;
    z-index: -99;
}

.content-head{
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1), rgba(255, 204, 0, 0));
    padding: 200px 0 100px 0;
}

/* company */
.comp-vision{
    margin: 100px auto;
}

.vision-text{
    text-align: center;
    margin-top: 30px;
}

.vision-text h3{
    font-family: "Noto Serif JP", serif;
    color: #192f60;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 2px;
}

.vision-text p{
    width: 80%;
    margin: 10px auto;
    line-height: 2em;
    letter-spacing: 2px;
    margin-top: 20px;
}

.gre-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.gre-img{
    width: 25%;
}

.gre-img img{
    margin-bottom: 10px;
}

.gre-content{
    width: 70%;
}

.gre-slo,.gre-text h4{
    font-family: "Noto Serif JP", serif;
}

.gre-slo h3{
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #1b1464;
}

.gre-slo p{
    color: #1b1464;
}

.gre-text{
    margin: 50px auto;
}

.gre-text h4{
    color: #f3981d;
    letter-spacing: 5px;
    font-size: 20px;
}

.gre-text p{
    line-height: 2em;
}

.comp-profile{
    margin: 100px auto;
}

.prof-content{
    width: 100%;
    margin-top: 50px;
}

.prof-content th,.prof-content td{
    border: 1px solid #b3b3b3;
    padding: 20px;
}

.prof-content th{
    background-color: #bbdbf3;
    width: 25%;
}

.prof-content td{
    background-color: white;
}

.map-content{
    margin: 30px 0 100px 0;
}

.map-content p{
    margin: 30px 0;
    text-align: center;
}

/* service */
.ser-wrap{
    background-color: #eef9ff;
    margin: 100px auto;
}

.ser-l,.ser-r{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ser-title-text{
    width: 40%;
}

.ser-title-img{
    width: 55%;
}

.ser-title-text img{
    width: 70%;
}

.ser-title-text h3{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #192f60;
    margin-top: 20px;
    font-family: "Noto Serif JP", serif;
}

.ser-title-text h3 span{
    font-size: 20px;
    display: block;
}

.ser-sub-copy {
    position: relative;
    display: inline-block;
    padding: 0.5em 2em;
    margin-top: 1em;
    color: #fbb03b;
    font-size: 22px;
    font-family: "Noto Serif JP", serif;
}

.ser-sub-copy::before,
.ser-sub-copy::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1em;
    border-top: 3px solid #fbb03b;
    border-bottom: 3px solid #fbb03b;
}

.ser-sub-copy::before {
    left: 0;
    border-left: 3px solid #fbb03b;
}

.ser-sub-copy::after {
    right: 0;
    border-right: 3px solid #fbb03b;
}

.ser-content{
    margin-top: 50px;
}

.ser-content h4{
    display: inline-block;
    color: white;
    background-color: #1b1464;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    padding: 1em;
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
}

/* works */
.works-cate {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 2rem 0;
}

.works-cate li a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    border: 2px solid #ff8c00;
    background: #fff5e5;
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.works-cate li a.active,
.works-cate li a:hover {
    background: #ff6600;
    color: white;
}

.works-wrap .row {
    min-height: 800px; /* カード3列分＋余白程度に調整 */
    position: relative;
}

.works-content {
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    margin: 20px;
    transition: .3s;
}

.works-item a:hover .works-content{
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.works-content.hide {
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    position: absolute;
}

.works-content figure img {
    width: 100%;
    margin-bottom: 1rem;
}

.works-content h4 {
    font-size: 1rem;
    color: #888;
}

.works-content h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #f3981d;
}

.works-content table {
    margin: 0 auto;
    font-size: 0.9rem;
}

.works-content th {
    text-align: right;
    padding-right: 0.5em;
    color: #666;
}

.works-content td {
    color: #333;
}

/* 施工事例 詳細 */
.works-details-content{
    display: flex;
    justify-content: space-between;
}

.works-details-img{
    width: 40%;
}

.works-details-img img{
    border-radius: 0 20px 0 20px;
}

.works-details-text{
    width: 55%;
}

.works-details-text h4{
    background-color: #bbdbf3;
    color: #1b1464;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.works-details-text h3{
    color: #f3981d;
    border-bottom: 1px solid #f3981d;
    padding-bottom: 10px;
}

.works-details-text table{
    margin: 20px 0;
}

.works-details-text th,.works-details-text td{
    padding: 5px 10px 5px 0;
    font-size: 14px;
}

.works-details-text th{
    font-weight: bold;
}

.works-details-text p{
    background-color: #f4f4f4;
    padding: 20px;
    line-height: 2em;
}

.works-ba{
    margin: 50px auto;
}

.works-ba .col-md-10{
    border: 2px solid #192f60;
}

.works-ba-title {
    position: relative;
    background-color: #192f60;
    color: white;
    padding: 20px 60px;
    width: fit-content;
    margin-left: -12px;
    letter-spacing: 2px;
}

.works-ba-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #bbdbf3;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.works-ba-title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.works-ba-img{
    padding: 20px;
}

.works-ba-img ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.works-ba-img li{
    width: 23%;
}

.works-link{
    margin-bottom: 100px;
}

.works-link-button {
    position: relative;
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #1b1464; /* ネイビー */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    color: white;
    text-align: center;
    margin: 0 auto;
    z-index: 1; /* 前面に表示 */
    overflow: hidden; /* はみ出す::afterを切る */
    transition: .4s;
}

.works-link-button:hover{
    color: #1b1464;
}

.works-link-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 60px;
    background-color: #f3981d; /* オレンジ */
    z-index: -1; /* 背面に移動 */
}

.works-link-button::after {
    width: 0;
    transition: width 0.4s ease;
    right: 0;
    left: auto;
}

.works-link-button:hover::after {
    width: 100%;
    left: 0;
}

/* recruit */
.recr-about{
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1), rgba(255, 204, 0, 0));
    padding: 100px 0;
}

.recr-about-text{
    width: 70%;
    margin: 0 auto;
    color: #192f60;
}

.recr-about-text h3{
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.recr-about-text p{
    line-height: 2em;
}

.recr-content-1,.recr-content-2{
    padding: 100px 0;
}

.recr-content-1{
    background-color: #ffffff;
    background-image:  linear-gradient(#f1f1f1 2px, transparent 2px), linear-gradient(90deg, #f1f1f1 2px, transparent 2px), linear-gradient(#f1f1f1 1px, transparent 1px), linear-gradient(90deg, #f1f1f1 1px, #ffffff 1px);
    background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.recr-content-2{
    background-color: #f2f9ff;
    background: repeating-linear-gradient( -45deg, #ffffff, #ffffff 12.5px, #f2f9ff 12.5px, #f2f9ff 62.5px );
}

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

.recr-c-s-l{
    width: 55%;
    background-color: white;
    padding: 50px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.recr-c-s-l h4{
    background-image: url('../img/recruit/syokusyu-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.recr-c-s-r{
    width: 40%;
}

.recr-content-youkou{
    margin-top: 100px;
}

.recr-content-youkou h4,.entry h4{
    width: 50%;
    margin: 0 auto;
}

.recruit-table {
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 1px solid #ffd180;
    box-shadow: 0 0 12px rgba(255, 152, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.recruit-table th,
.recruit-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #ffe0b2;
}

.recruit-table th {
    background-color: #fff3e0;
    color: #e65100;
    font-weight: bold;
    width: 30%;
}

.recruit-table td {
    color: #333;
}

.recruit-table tr:last-child td {
    border-bottom: none;
}

.entry{
    margin: 100px auto;
}

.entry-form {
    max-width: 700px;
    margin: 50px auto 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.field {
    margin-bottom: 16px;
}

.label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
}

.label span {
    color: #e74c3c;
    margin-left: 4px;
}

.input, .textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.input:focus, .textarea:focus {
    border-color: #4a90e2;
    outline: none;
    background-color: #fff;
}

.textarea {
    min-height: 100px;
    resize: vertical;
}

.sousin {
    display: inline-block;
    background-color: #4a90e2;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.sousin:hover {
    background-color: #357ABD;
}

/* contact */
.contact-text{
    margin-bottom: 50px;
}

.contact-tel{
    margin-bottom: 50px;
}

.tel-company{
    display: flex;
}

.tel-oki,.tel-kudo{
    width: 48%;
}

.tel-company h5{
    color: #ff8c00;
}

.tel-company p{
    font-size: 30px;
    font-weight: bold;
}

.tel-company p a{
    color: #192f60;
}

.tel-company p span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.tel-text p{
    font-size: 14px;
    margin-top: 20px;
}

.contact-form{
    margin-bottom: 100px;
}

.contact-form h4,.contact-tel h4{
    border-bottom: 2px solid #f3981d;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* privacypolicy */
.pripoli-wrap{
    margin-bottom: 100px;
}

.pripoli-content h4{
    font-size: 20px;
    margin: 30px 0 10px 0;
    border-left: 3px solid #f3981d;
    padding-left: 10px;
    color: #f3981d;
}

.pripoli-content li{
    margin-top: 3px;
}

@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}
