* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html,
body,
main,
button,
input {
    width: 100%;
    margin: 0;
    font-family: "Noto Sans Japan", "Yu Gothic", "Hiragino Sans";

}

h1,
h2,
h3,
h4,
p {
    color: #004FA2;
    margin: 0;
}

h2,
#recuruit h3 {
    font-family: 'Montserrat"';
}

.p-sub {
    color: #282829;
    font-size: 20px;
    margin-bottom: 20px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #004FA2;
}

header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
}

header,
header ul,
.schedule-top,
.it-box>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #004A99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99999999;
    display: none;
}

.loading-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.van {
    position: absolute;
    width: 300px;
    bottom: 20%;
    left: 0; /* 初期位置（画面外） */
    transform: translateX(120vw); /* 画面外の右側に配置 */
    transition: transform 4s linear; /* スムーズに移動 */
}

.content {
    display: none; /* 初めは非表示 */
    text-align: center;
    padding: 50px;
}
.animated-text {
    position: absolute;
    bottom: 50%; /* 初期位置 */
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 50px; /* 初期サイズ */
    opacity: 0; /* 初期状態で非表示 */
    transform: translateY(10px); /* 初期位置を少し下に */
    transition: opacity 1s ease-out, transform 1s ease-out, font-size 1s ease-out; /* ゆっくり変化 */
}

#skip-text {
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.7); */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.schedule-top {
    align-items: flex-start;
}

header.fixed,
#recuruit header {
    width: 80%;
    max-width: 1600px;
    position: fixed;
    top: calc(100vh - 97vh);
    left: 0;
    right: 0;
}

header ul li {
    font-size: 60%;
}

header ul li:nth-child(3) a {
    color: #FFF;
    padding: 5px 20px;
    background-color: #FF5F0C;
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
}

li:not(:last-child) {
    margin-right: 20px;
}

header img {
    width: 200px;
}
.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger-menu span {
    display: block;
    width: 100px;
    height: 5px;
    background: #00458b;
    transition: 0.3s;
}
.fixed {
    position: fixed;
}

.car {
    transition: width 0.7s ease, transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 999;
}

.about,
.company,
.recuruit,
.rc-1,
.rc-2,
.rc-3,
.rc-4,
footer {
    /* height: 100vh; */
    color: #004FA2;
    font-weight: bold;
    font-size: 200%;
    padding: 300px 0;
}

.about {
    padding-top: 60px;
}

.about h2,
.company h2,
.recuruit h2,
.rc-1 h2,
.rc-2 h2,
.rc-3 h2,
.rc-4 h2
{
/* margin-top: 150px; */
}

footer {
    background: linear-gradient(to bottom right, #5A96D8, #0A498E);
}

.about>div,
.company>div,
.recuruit>div,
.rc-1>div,
.rc-2>div,
.rc-3>div,
.rc-4>div,
.footer-content {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
}

.company,
.rc-2 {
    background: #E9F4FF;
    background: linear-gradient(to bottom, #e6eff5, #caebff);
}

.top {
    width: 100%;
    height: 100vh;
    background: #E9F4FF;
    background: linear-gradient(to bottom, #e6eff5, #caebff);
    position: relative;
}

.top h1 {
    text-align: center;
    height: 20%;
    font-size: 260%;
    align-content: flex-end;

}

.top h1 {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}

.top-wrap,
.ab-wrap,
.rc-wrap {
    /* width: 80%; */
    max-width: 1600px;
    height: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tp-l,
.tp-r,
.ab-l,
.ab-r {
    display: flex;
    align-items: center;
    width: 45%;
    justify-content: flex-end;
}

.tp-l .mark {
    width: 90px;
    margin-right: 10px;
}

.tp-l .logo {
    width: 600px;
}

.tp-r {
    display: block !important;
    align-content: center;
    text-align: right;
    /* justify-content: flex-end; */
}

.tp-r img {
    width: 600px;
}

.scroll {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 6%;
    opacity: 0.7;
}

.scroll img {
    width: 100px;
}
@keyframes rotateHandle {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-20deg); }
    75% { transform: rotate(20deg); }
    100% { transform: rotate(0deg); }
}

.handle.animate {
    animation: rotateHandle 2s ease-in-out infinite;
}
.vertical-line {
    margin: 0 auto;
    width: 2px;
    height: 100px;
    background-color: #5A96D8;
}

.ab-wrap {
    margin-top: 20vh;
}

.ab-l {
    color: #282829;
    display: inline-block;
}

.ab-l img {
    width: 480px;
    margin-right: 20px;
}

.company-intro {
    color: #282829;
    line-height: 3;
    /* word-break: keep-all; */
    font-size: 60%;
    margin: 30px 0;
}

.circle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #5b94dc, #00458b);
    color: white;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    flex-direction: column;
}

.company .circle-button {
    margin-left: 77%;
}

.circle-button:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.4);
}

.arrow {
    font-size: 24px;
    margin-top: 5px;
}

.scroll p {
    color: #5A96D8;
    font-size: 120%;
    font-weight: bold;
}

.image-container {
    position: relative;
    width: 600px;
    height: 500px;
}

.image {
    position: absolute;
    width: 150px;
    height: auto;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: transform 1.2s ease-out, opacity 1s ease-out;
}

.image:nth-child(5) {
    transform: translate(-300px, -200px);
}

.image:nth-child(6) {
    transform: translate(300px, 0);
}

.image:nth-child(7) {
    transform: translate(-90px, 0);
}

.image:nth-child(8) {
    transform: translate(0, 0);
}

.center {
    width: 180px;
    transform: scale(0);
}

.image.show {
    opacity: 1;
    transform: translate(0, 0);
}

.center.show {
    transform: scale(1);
}

.square {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 5px solid #8eb5e1;
    border-radius: 10px;
    opacity: 0;
    transition: transform 1.2s ease-out, opacity 1s ease-out;
}

.square:nth-child(1) {
    transform: translate(-250px, -150px);
}

.square:nth-child(2) {
    transform: translate(250px, -150px);
}

.square:nth-child(3) {
    transform: translate(-250px, 150px);
}

.square:nth-child(4) {
    transform: translate(-100px, 0);
}

.square.show {
    opacity: 1;
    transform: translate(0, 0);
}
.square-left-bottom {
    z-index: 9;
    width: 150px;
    height: 150px;
    bottom: 0;
    left: -40px;
}

.square-default {
    /* 特にスタイルがない場合 */
}

.square-right-middle {
    background: #8eb5e1;
    right: -60px;
    bottom: 140px;
    width: 190px;
    height: 150px;
}

.square-right-top {
    right: -100px;
    top: -100px;
    z-index: 9;
    width: 120px;
    height: 120px;
}

.image {
    position: absolute;
}

.image-center {
    top: 60px;
    right: 150px;
    width: 270px;
}

.image-left-top {
    top: -100px;
    left: 50px;
    width: 240px;
    z-index: -9;
}

.image-left-bottom {
    bottom: 70px;
    left: 40px;
    width: 250px;
}

.image-right-bottom {
    right: 0;
    bottom: -10px;
    width: 230px;
}

.image-right-top {
    right: -50px;
    top: -50px;
    width: 260px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 20px; */
}

.service-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.service-item:hover {
    opacity: 0.8;
}

.service-item a {
    text-align: center;
}

.service-item>a>div {
    margin-top: -120px;
}

.service-item img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.service-item h3 {
    /* position: absolute;
    bottom: 40px;
    left: 10px; */
    color: white;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000;
}

.service-item p {
    /* position: absolute;
    bottom: 10px;
    left: 10px; */
    color: white;
    font-size: 14px;
    text-shadow: 2px 2px 5px #000;
}

/* リクルートページ */
.rc1-wrap>div,
.rc-2>div>h2,
.rc-2>div>p,
.rc-3 {
    text-align: center;
}

.rc1-wrap>div>div>p,
.rc-3 .mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 22px;
    color: #282829;
    line-height: 2em;
    letter-spacing: 0.2em;
}

.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-text {
    text-align: left !important;
    font-family: "Noto Sans Japan", "Yu Gothic", "Hiragino Sans" !important;
    font-size: 18px !important;
    margin-bottom: 40px;
    color: #282829;
    line-height: 2em;
}

.it-box>h4 {
    font-size: 40px;
    border-bottom: 2px solid #00458b;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1em;
}

.it-p p {
    font-size: 20px;
    color: #282829;
}

#recuruit header {
    position: fixed;
    z-index: 999;
    max-width: 1600px;
}

.schedule-top {
    display: flex;
    margin-top: 20px;
}

.sc-box {
    width: 49%;
    padding: 50px 20px;
    background: #E9F4FF;
    margin-bottom: 20px;
    position: relative;
}

#recuruit h3 {
    margin-top: 70px;
}

.sc-box h4,
.it-box h3 {
    display: inline;
    font-size: 20px;
    color: #FFF;
    padding: 10px 30px;
    background: #00458b;
    margin-bottom: 20px;
    border-radius: 30px;
}

.sc-box table {
    font-size: 20px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 30px;
    width: 100%;
}

.sc-box td {
    color: #282829;
    width: 80%;
}

.schedule-top table,
table.company-info {
    position: relative;
}

.schedule-top th,
.company-info th {
    position: relative;
    text-align: right;
    color: #1E73BE;
    font-weight: bold;
    width: 20%;
}

.schedule-top th::before {
    content: "";
    position: absolute;
    left: 126%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #1E73BE;
    border-radius: 50%;
    z-index: 2;
}

.schedule-top table::before,
.company-info.schedule-top {
    content: "";
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #1E73BE;
    margin: 80px 0 50px 0;
}

.it-box {
    width: 100%;
    height: auto;
    padding: 30px 50px;
    background: #FFF;
    position: relative;
    padding-bottom: 150px;
}

.it-box>div>div {
    width: 22%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.it-box>div>div img {
    width: 100%;
    margin-bottom: 20px;
}

.it-box .it-p {
    width: 76%;
}

.or,
.con-3 p {
    text-align: center;
    font-size: 45px !important;
    color: #FF5F0C !important;
    line-height: normal !important;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.popup .bg {
    width: 100vw;
    height: 100vh;
    background-color: #1119;
}

.popup .pop_main {
    width: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-boxies {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px !important;
}

.popup-box {
    width: 46%;
    position: relative;
}

.it-open {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.it-open h3 {
    font-size: 80%;
}

.popup_btn,
.close-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #004FA2;
    color: white;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border: none;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: #E9F4FF;
    color: #00458b;
    border-radius: 50%;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
    border: none;
    cursor: pointer;
    margin: 20px 0;
}

.popup_btn:hover {
    opacity: 0.8;
}

.hito {
    position: absolute;
}

.ue {
    top: -20px;
    right: 80px;
}

.middle {
    left: -20px;
    top: 70px;
}

.bottom {
    bottom: 50px;
    right: 80px;
}

/* 会社概要ページ */
.company-info {
    width: 100%;
    font-size: 70%;
    line-height: 3em;
}

.company-info td {
    color: #282829;
    text-align: left;
    font-weight: normal;
    padding-left: 150px;
}
.companies a,
.con-2 > div a{
    color: #000;
    border-bottom: 2px solid #00458b;
}

.history-container {
    font-family: sans-serif;
    color: #004FA2;
    margin-left: 50px;
}

.history-container h1 {
    font-size: 2em;
    margin-bottom: 0.2em;
}

.history-container .sub-title {
    font-size: 1.2em;
    margin-bottom: 2em;
}

.timeline {
    position: relative;
    padding-left: 2em;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5em;
    width: 2px;
    background-color: #79B8F2;
}

.timeline-item {
    margin-bottom: 1.5em;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #79B8F2;
    /* 青い丸 */
}

.timeline-date {
    font-weight: bold;
    margin-bottom: 0.3em;
}

.timeline-content {
    margin-left: 1.5em;
    margin-bottom: 0.3em;
}

.timeline-image {
    margin-left: 1.5em;
}

.rc-3>div>img {
    padding: 100px;
}

.timeline-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
    margin-top: 20px;
}

.timeline-table th,
.timeline-table td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.timeline-table th {
    color: #004A99;
    font-size: 1.2em;
    text-align: right;
    white-space: nowrap;
}

.timeline-table td {
    padding-left: 170px;
}

.timeline-table .separator {
    width: 4px;
    background-color: #004A99;
    position: relative;
}

.timeline-table .separator::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #004A99;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rc-2 .schedule-top .sc-box {
    background: none;
    margin: 0 auto;
}

.rc-2 .schedule-top .sc-box img {
    width: 100px;
    position: absolute;
    left: 160px;
    bottom: 83px;
    z-index: 999;
}

.rc-2 .schedule-top .sc-box th {
    padding-right: 50px;
}

.rc-2 .schedule-top table::before {
    margin: 87px 0 50px 0;
}

.rc1-wrap.ab-1 .schedule-top table::before {
    margin: 22px 0 18px 0;
}

.rc1-wrap.ab-1 .schedule-top th::before {
    background: none;
}




/*  事業内容ページ */
.cp-boxies {
    margin: 20px auto;

}

.cp-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #e6eff5;
    padding: 20px;
}

.cp-top>div {
    width: 70%;

}

.cp-top img {
    width: 27%;
    height: 290px;
    object-fit: cover;
    /* margin-bottom: 50px; */
}

.cp-top h1 ,
.con-1 h2{
    color: #0056b3;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.contents {
    margin: 40px 0 200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con-box{
    width: 49%;
    padding: 10px 20px;
    background: #FFF;
    margin-bottom: 30px;
    border: 1px solid;

}
.con-1 h2{
    font-size: 100%;
    margin-bottom: 20px;
}
.con-1,.con-2,.con-3{
    width: 100%;
}
.con-2{
    display: flex;
    justify-content: space-between;
}
.con-2 img{
    width: 200px;
    height: 190px;
    margin-right: 20px;
    object-fit: cover;
}
.con-2 h3{
    font-size: 60%;
    padding: 0;
    width: 100%;
    background: #00458b;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
}
.con-3 p{
    font-size: 40%!important;
    margin-top: 15px;
}
.con-2 > div{
    width: 100%;
}
.con-2 > div p{
    font-size: 50%;
}
.con-2 > div >div{
    padding: 7px 0;
}
.cotegories{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cotegories p{
    color: #FFF;
    margin: 0 5px 5px 0;
    padding: 0 20px;
    background: #FF5F0C;
    border-radius: 20px;
}
.list span,
.companies span {
    color: #0056b3;
}

.box {
    display: block;
    background: #0056b3;
    color: white;
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: -30px;
    width: 100%;
    min-width: 560px;
    position: relative;
    z-index: 10;
}

.companies {
    background: white;
    border: 2px solid #0056b3;
    padding: 40px;
    border-radius: 20px;
    margin-top: 10px;
}

.note {
    color: #FF5F0C;
    margin-top: 10px;
    font-size: 70%;
}

.contents.outdoor .list {
    border-bottom: #00458b 2px solid;
}

.contents.outdoor .list.last {
    border-bottom: none;
}

.list {
    padding-bottom: 30px;
}

.list h4 {
    padding: 20px 0 0;
}
.list,
.companies{
    width: 100%;
}
/* footer */

.footer {
    /* background: linear-gradient(to right, #1e5799, #207cca); */
    color: white;
    padding: 30px 10px;
    text-align: center;
    height: calc(100vh + 70px);
    padding: 30vh 0;
}

.company-name {
    font-size: 24px;
    font-weight: bold;
}

.company-name span {
    color: #fff;
    font-size: 28px;
    background: #0066ff;
    padding: 0 10px;
    border-radius: 5px;
}

.locations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    /* margin: 20px 0; */
}

.location {
    /* background: rgba(255, 255, 255, 0.1); */
    /* padding: 20px; */
    border-radius: 10px;
    /* max-width: 680px; */
    text-align: left;
    width: 49%;
}

.location h3 {
    background: #0073ff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
}

.contact {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 5px 0;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

footer p {
    color: #FFF;
    font-size: 55%;
}

.contact p {
    color: #00458b;
    padding: 10px 40px;
    background: #FFF;
    display: flex;
    align-items: center;
}

.contact p img {
    margin-right: 10px;
}

.speech-bubble {
    background: white;
    border-radius: 30px;
    padding: 10px 20px;
    margin-left: 10px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #0050A3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.speech-bubble::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

.footer-car {
    width: 150px;
}

.copy {
    text-align: left;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.copy p {
    color: #00458b;
    padding: 15px 40px;
    margin-left: 20px;
    background: #FFF;
    border-radius: 30px;
}
.copy::before {
    content: "";
    position: absolute;
    bottom: 47%;
    left: 159px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid white;
    transform: translateY(-50%) rotate(19deg);
}

.pc {
    display: flex;
}

.sp,
.contact .sp {
    display: none;
}


@keyframes appear {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width:1080px) {
    .pc ,
    .contact .pc{
        display: none;
    }

    .sp,
    .contact .sp {
        display: flex;
    }

    .circle-button.sp {
        display: flex;
    }

    .top-wrap,
    .ab-wrap,
    .rc-wrap,
    .location {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 120%;
    }

    .tp-l,
    .tp-r,
    .ab-l,
    .ab-r {
        /* width: 50%; */
        justify-content: center;
        width: 100%;

    }

    .tp-l {
        width: 60%;
        margin-bottom: 100px;
    }

    .tp-r {
        width: 60%;
    }

    .scroll img {
        width: 150px;
    }

    .scroll p {
        font-size: 300%;
    }

    .about,
    .company,
    .recuruit,
    .rc-1,
    .rc-2,
    .rc-3,
    .rc-4,
    footer {
        /* height: 100vh; */
    }

    .ab-wrap {
        /* flex-direction: column-reverse; */
    }

    .ab-r {
        margin-bottom: 100px;
        display: block;
    }
    /* .ab-r img{
        width: 120%!important;
    } */

    .ab-l {
        margin-bottom: 50px;
    }

    .circle-button {
        width: 300px;
        height: 300px;
        font-size: 40px;
    }

    .company .circle-button {
        margin: 0 auto;
    }

    .image-container {
        width: 73%;
        margin: 100px 60px;
    }

    .image-container>div>img {
        width: 130% !important;
    }

    .about>div,
    .company>div,
    .recuruit>div,
    .rc-1>div,
    .rc-2>div,
    .rc-3>div,
    .rc-4>div,
    .footer-content {
        width: 90%;
    }
    .image-center {
        top: 60px;
        right: 110px;
        width: 380px;
    }
    
    .image-left-top {
        top: -100px;
        left: 50px;
        width: 240px;
        z-index: -9;
    }
    
    .image-left-bottom {
        left: -5px;
        bottom: -50px;
        width: 280px;
    }
    
    .image-right-bottom {
        /* bottom: -10px;
        left: 0px;
        width: 280px; */
    }
    
    .image-right-top {
        right: -50px;
        top: -50px;
        width: 260px;
    }
    .square-default {
        width: 200px;
        height: 170px;
    }
    .square-right-middle {
        background: #8eb5e1;
        right: -120px;
        bottom: 120px;
        width: 150px;
        height: 110px;
    }
    #recuruit header{
        width: 90%!important;
    }
    header img{
        width: 460px!important;
    }
    .hamburger-menu {
        display: flex;
    }

    .nav-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #FFF;/* 背景を半透明の黒に */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .nav-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        flex-direction: column;
    }

    .nav-menu ul li {
        margin: 20px 0;
    }

    .nav-menu a {
        font-size: 65px;
        color: #00458b;
        text-decoration: none;
    }

    /* ナビを開いた時のスタイル */
    .nav-menu.active {
        opacity: 1;
        visibility: visible;
    }

    /* ハンバーガーメニュー */
    .hamburger-menu {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
        z-index: 1100;
    }

    .hamburger-menu span {
        display: block;
        width: 100px;
        height: 10px;
        background: #00458b;
        transition: 0.3s;
    }

    /* メニュー開いた時のアイコンアニメーション */
    .hamburger-menu.active span:nth-child(1) {
        transform: translateY(21px) rotate(45deg);
    }

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

    .hamburger-menu.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    header.fixed{
        width: 90%;
        margin: 0 49px;
    }
    .company-intro{
        font-size: 90%;
    }
    h2, #recuruit h3 {
        font-size: 280%;
    }
    #recuruit h3.sub{
        font-size: 225%;
    }
    .p-sub,
    .service-item p{
        font-size: 130%;
    }
    .service-grid{
        grid-template-columns: none;
    }
    .service-item{
        margin: 0!important;
    }
    .service-item:nth-child(3){
        margin-bottom: 50px!important;
    }
    .service-item h3{
        font-size: 200%;
    }
    .service-item>a>div{
        margin-top: -200px;
    }
    .service-item img{
        height: 100%;
    }
    footer p{
        font-size: 90%;
        margin: 10px 0;
    }
    .location{
        align-items: flex-start;
    }
    /* 会社概要ページ */
    .company-info {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
    }
    
    .company-info tr {
        display: block;
        margin-bottom: 10px; /* 各項目の間隔 */
    }
    
    .company-info th,
    .company-info td {
        display: block;
        width: 70%;
        padding: 10px;
    }
    .company-info td{
        width: 100%;
    }
    .company-info th {
        font-weight: bold;
        text-align: left;
        font-size: 200%;
    }

    .rc1-wrap.ab-1 .schedule-top table::before{
        display: none;
    }
    .rc-3>div>img{
        padding: 100px 0;
    }
    .rc1-wrap>div>div>p, .rc-3 .mincho,
    .rc-3 .mincho{
        line-height: 3.5em;
    letter-spacing: 0;
    text-align: left!important;
    }
    .rc-2 .schedule-top table::before,
    .schedule-top th::before{
        display: none;
    }
    .sc-box{
        width: 100%;
        margin-bottom: 50px;
    }
    .schedule-top {
        width: 100%;
    }
    
    .timeline-table {
        width: 100%;
        border-collapse: collapse; /* セルの間隔をなくす */
    }
    
    .timeline-table tr {
        display: flex;
        flex-direction: column; /* 縦並びにする */
        margin-bottom: 10px; /* 各項目の間隔 */
    }
    
    .timeline-table th,
    .timeline-table td {
        width: 100%; /* 幅を100%に設定 */
        padding: 10px; /* パディングを設定 */
        box-sizing: border-box; /* パディングを幅に含める */
    }
    
    .timeline-table th {
        color: #004A99; /* 見出しの色 */
        font-size: 230%; /* フォントサイズを設定 */
        text-align: left;
    }
    .timeline-table td{
        font-size: 200%;
    }
    .rc-2 .schedule-top .sc-box img{
        width: 300px;
        left: 500px;
        bottom: -120px;
    }
    .mincho.sp{
        display: block;
        text-align: left;
    }
    .mincho.sp .bl{
        color: #000;
    }
    .rc-3 .mincho.sp{
        letter-spacing: normal;
        line-height: 2em;
    }
    .rc-3 .mincho.sp p:nth-child(odd){
        font-size: 130%;
    }
    .rc-3 .mincho.sp p:nth-child(even){
        margin-bottom: 50px;
    }
    /* 事業内容ページ */
    .p-text{
        font-size: 50%!important;
        letter-spacing: 0!important;
        font-weight: normal;
    }
    .cp-top{
        display: block;
    }
    .cp-top img,
    .cp-top>div{
        width: 100%;
    }
    .cp-top img{
        height: 440px;
    }
    .cp-top p{
        line-height: 3.5em;
    }
    .list .p-sub{
        font-size: 90%;
    }
    .box{
        width: 100%;
    }
    .mg-0{
        margin-bottom: 0!important;
    }
    .contents{
        flex-direction: column;
    }
    .con-box{
        width: 100%;
    }


    /* リクルートページ */
    .int > div .schedule-top{
        flex-direction: column;
        font-size: 150%;
        margin: 0;
    }
    .int > div .schedule-top h4{
        font-size: 80%;
    }
    .int > div .schedule-top th{
        font-size: 150%;
    }
    .int > div .schedule-top td{
        font-size: 150%;
        text-align: left;
        padding-left: 30px;
    }
    .int > div .schedule-top th{
        width: 10%;
    }
    .int > div .schedule-top table::before{
        left: 13%;
        margin: 70px 0 40px 0;
    }
    .ue{
        width: 12%;
        right: 45px;
    }
    .middle{
        width: 12%;
        left: 20px;
        top: 0;
    }
    .bottom{
        width: 8%;
    }
    .popup-box{
        width: 100%;
    }
    .popup-boxies{
        flex-direction: column;
    }
    .popup-box img{
        width: 90%!important;
    }
    .it-box>div{
        flex-direction: column;
    }
    .it-p{
        width: 100%!important;
    }
    .it-p h4{
        font-size: 130%;
    }
    .it-p p{
        font-size: 90%;
    }
    .popup .pop_main{
        width: 95%;
    }
    .it-box>div>div{
        width: 60%;
    }
    .it-open{
        bottom: 25%;
    }
    .it-open h3{
        font-size: 120%;
    }
    .it-box>h4{
        font-size: 140%;
    }
    .it-box h3{
        font-size: 100%;
    }
    /* フッター */
    .copy{
        align-items: center;
    }
    .copy p{
        border-radius: 30px;
    }

}