@charset "UTF-8";
/* Scss Document */ :root {
    --min-size: 100px;
    --clamp-vw: 18vw;
}
@media (max-width: 1024px) {
    :root {
        --min-size: 60px;
        --clamp-vw: 10vw;
    }
}
.padding100 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 100px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 100px);
}
.padding110 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 110px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 110px);
}
.padding120 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 120px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 120px);
}
.padding130 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 130px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 130px);
}
.padding140 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 140px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 140px);
}
.padding150 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 150px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 150px);
}
.padding160 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 160px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 160px);
}
.padding170 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 170px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 170px);
}
.padding180 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 180px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 180px);
}
.padding190 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 190px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 190px);
}
.padding200 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 200px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 200px);
}
.padding210 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 210px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 210px);
}
.padding220 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 220px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 220px);
}
.padding230 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 230px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 230px);
}
.padding240 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 240px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 240px);
}
.padding250 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 250px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 250px);
}
.padding260 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 260px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 260px);
}
.padding270 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 270px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 270px);
}
.padding280 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 280px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 280px);
}
.padding290 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 290px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 290px);
}
.padding300 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 300px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 300px);
}
.margin100 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 100px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 100px);
}
.margin110 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 110px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 110px);
}
.margin120 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 120px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 120px);
}
.margin130 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 130px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 130px);
}
.margin140 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 140px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 140px);
}
.margin150 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 150px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 150px);
}
.margin160 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 160px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 160px);
}
.margin170 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 170px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 170px);
}
.margin180 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 180px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 180px);
}
.margin190 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 190px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 190px);
}
.margin200 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 200px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 200px);
}
.margin210 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 210px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 210px);
}
.margin220 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 220px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 220px);
}
.margin230 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 230px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 230px);
}
.margin240 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 240px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 240px);
}
.margin250 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 250px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 250px);
}
.margin260 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 260px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 260px);
}
.margin270 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 270px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 270px);
}
.margin280 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 280px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 280px);
}
.margin290 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 290px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 290px);
}
.margin300 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 300px);
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 300px);
}
.pt-100 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 100px);
}
.pt-110 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 110px);
}
.pt-120 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 120px);
}
.pt-130 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 130px);
}
.pt-140 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 140px);
}
.pt-150 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 150px);
}
.pt-160 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 160px);
}
.pt-170 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 170px);
}
.pt-180 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 180px);
}
.pt-190 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 190px);
}
.pt-200 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 200px);
}
.pt-210 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 210px);
}
.pt-220 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 220px);
}
.pt-230 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 230px);
}
.pt-240 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 240px);
}
.pt-250 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 250px);
}
.pt-260 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 260px);
}
.pt-270 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 270px);
}
.pt-280 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 280px);
}
.pt-290 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 290px);
}
.pt-300 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 300px);
}
.pb-100 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 100px);
}
.pb-110 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 110px);
}
.pb-120 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 120px);
}
.pb-130 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 130px);
}
.pb-140 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 140px);
}
.pb-150 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 150px);
}
.pb-160 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 160px);
}
.pb-170 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 170px);
}
.pb-180 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 180px);
}
.pb-190 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 190px);
}
.pb-200 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 200px);
}
.pb-210 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 210px);
}
.pb-220 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 220px);
}
.pb-230 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 230px);
}
.pb-240 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 240px);
}
.pb-250 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 250px);
}
.pb-260 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 260px);
}
.pb-270 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 270px);
}
.pb-280 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 280px);
}
.pb-290 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 290px);
}
.pb-300 {
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 300px);
}
.mt-100 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 100px);
}
.mt-110 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 110px);
}
.mt-120 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 120px);
}
.mt-130 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 130px);
}
.mt-140 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 140px);
}
.mt-150 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 150px);
}
.mt-160 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 160px);
}
.mt-170 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 170px);
}
.mt-180 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 180px);
}
.mt-190 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 190px);
}
.mt-200 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 200px);
}
.mt-210 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 210px);
}
.mt-220 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 220px);
}
.mt-230 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 230px);
}
.mt-240 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 240px);
}
.mt-250 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 250px);
}
.mt-260 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 260px);
}
.mt-270 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 270px);
}
.mt-280 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 280px);
}
.mt-290 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 290px);
}
.mt-300 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 300px);
}
.mb-100 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 100px);
}
.mb-110 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 110px);
}
.mb-120 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 120px);
}
.mb-130 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 130px);
}
.mb-140 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 140px);
}
.mb-150 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 150px);
}
.mb-160 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 160px);
}
.mb-170 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 170px);
}
.mb-180 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 180px);
}
.mb-190 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 190px);
}
.mb-200 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 200px);
}
.mb-210 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 210px);
}
.mb-220 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 220px);
}
.mb-230 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 230px);
}
.mb-240 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 240px);
}
.mb-250 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 250px);
}
.mb-260 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 260px);
}
.mb-270 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 270px);
}
.mb-280 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 280px);
}
.mb-290 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 290px);
}
.mb-300 {
    margin-bottom: clamp(var(--min-size), var(--clamp-vw), 300px);
}
a, a:hover, a:focus, a:active, a:visited, a:focus-visible {
    text-decoration: none;
}
/************************/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    padding: 30px 35px;
}
.header.active {
    position: fixed;
    background-color: #1f272b;
}
.header.header_in.active {
    position: fixed;
    background-color: #1f272b;
}
/************************/
.top_main {
    background: url("../images/main.webp") 55% 0/cover no-repeat;
    height: clamp(600px, 70vw, 925px);
    position: relative;
    overflow: hidden;
}
.top_title {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    max-width: 1760px;
    width: 94%;
}
.top_title h2 {
    font-size: clamp(80px, 18.5vw, 200px);
    font-weight: 600;
    line-height: 0.85em;
    letter-spacing: -0.08em;
}
.top_title h2 span {
    display: inline-block;
}
.top_title h2 .size_120 {
    font-size: clamp(50px, 11vw, 120px);
}
.top_title h2 .size_130 {
    font-size: clamp(60px, 12vw, 130px);
}
.top_title h2 .size_133 {
    font-size: clamp(60px, 12vw, 133px);
}
.top_title h2 .size_150 {
    font-size: clamp(75px, 14vw, 150px);
}
.top_title h2 .size_167 {
    font-size: clamp(75px, 15vw, 167px);
    letter-spacing: -0.15em;
}
.top_title p {
    font-size: clamp(20px, 1.8vw, 24px);
    display: flex;
    align-items: center;
    column-gap: 20px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    margin-top: -8px;
}
.top_title p:before {
    content: "";
    border-bottom: 1px solid #FFF;
    width: clamp(20px, 6vw, 100px);
}
/*************************/
.top01_bg {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}
.top01_bg:after {
    content: "";
    background: url("../images/top_bg1.webp") left 0/1920px 913px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top01_eng {
    white-space: nowrap;
    font-size: clamp(80px, 14vw, 150px);
    color: #496278;
    opacity: 0.3;
    text-box: trim-both cap alphabetic;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-top: 15px;
}
.scrollWrap {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 500;
}
.scrollText {
    display: inline-block;
    padding-right: 2rem;
    animation: scrollLoop 80s linear infinite;
}
@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.top01_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.top01_left {
    white-space: nowrap;
}
.title_72 {
    font-size: clamp(30px, 6.5vw, 72px);
    font-weight: 600;
    line-height: 1.4em;
}
.top01_eng_title {
    font-size: clamp(50px, 8.5vw, 90px);
    font-weight: bold;
    line-height: 1em;
}
.trim_cap {
    text-box: trim-both cap alphabetic;
}
.top01_right {
    max-width: 800px;
    flex-grow: 2;
}
.more_btn a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 15px;
    color: inherit;
    letter-spacing: 0.1em;
    transition: 0.3s ease;
    width: fit-content;
}
.more_btn a:hover {
    color: #0075c1;
}
.arrow_hov .arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #0a1c2c;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}
.arrow_hov .arrow:before, .arrow_hov .arrow:after {
    content: "";
    width: 24px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.arrow_hov .arrow:before {
    background: url("../images/arrow_black.webp") 50% 0/cover no-repeat;
    left: 50%;
    transition: 0.3s ease 0.3s;
}
.arrow_hov .arrow:after {
    background: url("../images/arrow_blue.webp") 50% 0/cover no-repeat;
    left: calc(50% - 80px);
    transition: 0.3s ease 0s;
}
.arrow_hov a:hover .arrow {
    border-color: #0075c1;
}
.arrow_hov a:hover .arrow:before {
    left: calc(50% + 80px);
    transition: 0.3s ease 0s;
}
.arrow_hov a:hover .arrow:after {
    left: 50%;
    transition: 0.3s ease 0.3s;
}
/******************************/
.top02_bg {
    position: relative;
    color: #FFF;
    background: url("../images/top_bg2.webp") 50% 0/cover no-repeat;
    padding-top: 20px;
}
.top02_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 120px);
}
.top02_eng {
    position: absolute;
    left: 0;
    top: -3px;
    writing-mode: vertical-rl;
    font-size: clamp(80px, 14.5vw, 150px);
    color: #FFF;
    opacity: 0.2;
    text-box: trim-both cap alphabetic;
    white-space: nowrap;
    letter-spacing: 0.1em;
    z-index: 1;
}
.top02_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px 30px;
}
.top02_left {
    width: 50%;
    padding-top: 160px;
}
.eng_72 {
    font-size: clamp(50px, 6.5vw, 72px);
    letter-spacing: 0.05em;
    line-height: 1em;
}
.title_14 {
    font-size: 14px;
    letter-spacing: 0;
}
.top02_title_flex {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.top02_title_flex .left {
    font-size: clamp(20px, 2.4vw, 29px);
    letter-spacing: 0.1em;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 20px;
    white-space: nowrap;
}
.top02_title_flex .left:after {
    content: "";
    background: url("../images/top2.webp") left 0/100% 100% no-repeat;
    width: 27px;
    height: 51px;
}
.top02_title_flex .right {
    font-size: clamp(35px, 6.2vw, 71px);
    letter-spacing: 0em;
    font-weight: 600;
    white-space: nowrap;
}
.more_btn_border.white a {
    border: 2px solid #FFF;
    color: #FFF;
}
.more_btn_border.white a .arrow:before {
    background-image: url("../images/arrow_white.webp");
}
.more_btn_border.white a .arrow:after {
    background-image: url("../images/arrow_black.webp");
}
.more_btn_border.white a:hover {
    background-color: #FFF;
    color: #0a1c2c;
}
.more_btn_border a {
    width: 200px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    border: 2px solid #0a1c2c;
    font-size: 14px;
    font-weight: 500;
    padding-right: 30px;
    border-radius: 50px;
    letter-spacing: 0.1em;
    position: relative;
    transition: 0.3s ease;
}
.more_btn_border a .arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 9px;
}
.more_btn_border a .arrow:before, .more_btn_border a .arrow:after {
    content: "";
    width: 24px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.more_btn_border a .arrow:before {
    background: url("../images/arrow_black.webp") 50% 0/cover no-repeat;
    left: 50%;
    opacity: 1;
    transition: 0.3s ease 0.3s;
}
.more_btn_border a .arrow:after {
    background: url("../images/arrow_black.webp") 50% 0/cover no-repeat;
    left: calc(50% - 30px);
    opacity: 0;
    transition: 0.3s ease 0s;
}
.more_btn_border a:hover .arrow:before {
    left: calc(50% + 30px);
    opacity: 0;
    transition: 0.3s ease;
}
.more_btn_border a:hover .arrow:after {
    left: 50%;
    opacity: 1;
    transition: 0.3s ease 0.3s;
}
.top02_right {
    width: 50%;
    position: relative;
    top: 120px;
}
.top02_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*********************/
.top_space_bg {
    background: url("../images/top_bg_space.webp") 50% 0/cover no-repeat;
    height: 290px;
    position: relative;
    z-index: 400;
}
/*******************/
.top03_bg {
    position: relative;
    overflow: hidden;
    z-index: 500;
}
.top03_bg:after {
    content: "";
    background: url("../images/top_bg3.webp") 50% 0/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 250px);
}
.top03_eng {
    position: absolute;
    right: 0;
    top: -3px;
    writing-mode: vertical-rl;
    font-size: clamp(80px, 14.5vw, 150px);
    color: #FFF;
    opacity: 0.1;
    text-box: trim-both cap alphabetic;
    white-space: nowrap;
    letter-spacing: 0.1em;
    z-index: 1;
}
.top03_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px 30px;
}
.top03_left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 60%;
    column-gap: 35px;
}
.top03_left > div:nth-child(1) {
    margin-top: 160px;
}
.top03_left > div:nth-child(2) {
    margin-top: 80px;
}
.top03_left > div img {
    width: 100%;
    height: 100%;
    min-height: 700px;
    object-fit: cover;
}
.top03_right {
    flex-grow: 2;
    max-width: max-content;
    padding-top: 100px;
    color: #FFF;
}
.title_36 {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
}
.top03_img {
    position: relative;
    z-index: 500;
    margin-top: 40px;
}
.top03_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 350px;
    object-position: 80% 0;
}
/******************************/
.top04_bg {
    position: relative;
}
.top04_bg:after {
    content: "";
    background: url("../images/top_bg4.webp") 50% 0/cover no-repeat;
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: calc(100% + 180px);
}
.top04_flex {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin-left: auto;
    gap: 40px 30px;
}
.top04_left {
    white-space: nowrap;
}
.top04_right {
    width: max-content;
    padding-top: 10px;
}
/**SLIDER****/
.slider_container {
    position: relative;
    z-index: 500;
    max-width: 1600px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.slider {
    height: auto !important;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: auto !important;
}
.slider li {
    position: relative;
    z-index: 200;
    height: auto;
    margin: 0 5px;
}
.slider li:hover {
    border: none !important;
    outline: none !important;
}
.slider li:focus {
    border: none !important;
    outline: none !important;
}
.slider li a {
    color: inherit;
    height: auto;
    color: #FFF;
}
.slider li a:hover {
    outline: 0;
}
.slider li a:hover {
    border: none !important;
    outline: none !important;
}
.slider li a:focus {
    border: none !important;
    outline: none !important;
}
.slider .slick-track > li {
    position: relative;
}
.slider .slick-track > li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    display: block;
    background: -webkit-linear-gradient(top, rgba(83, 150, 191, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(83, 150, 191, 0.8), rgba(0, 0, 0, 0));
    z-index: 400;
    transition: 0.3s ease;
    pointer-events: none;
    opacity: 0;
}
.slider_gra {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    display: block;
    background: -webkit-linear-gradient(top, rgba(83, 150, 191, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(83, 150, 191, 0.8), rgba(0, 0, 0, 0));
    z-index: 400;
    transition: 0.3s ease;
}
.slider .img100 {
    position: relative;
    z-index: 100;
}
.top04_hov_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    padding: 0 35px 40px;
    transition: 0.3s ease;
    opacity: 0;
}
.top04_hov_area .type {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}
.top04_hov_area .name {
    font-size: clamp(22px, 3vw, 40px);
    margin-top: 15px;
    white-space: nowrap;
}
.top04_hov_area p {
    text-box: trim-both cap alphabetic;
}
.slider .slick-track > li:hover::after {
    opacity: 1;
}
.slider .slick-track > li:hover .top04_hov_area {
    opacity: 1;
}
/****************************/
.top05_flex {
    display: flex;
    justify-content: space-between;
}
.top05_flex > div {
    width: 50%;
    overflow: hidden;
}
.top05_flex a {
    display: block;
    color: #FFF;
    position: relative;
}
.top05_flex .img100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
    min-height: 500px;
}
.top05_flex .arrow_hov .arrow {
    position: absolute;
    right: 70px;
    bottom: 80px;
    z-index: 400;
    border-color: #FFF;
}
.top05_flex .arrow_hov .arrow:before {
    background: url("../images/arrow_white.webp") 50% 0/cover no-repeat;
}
.top05_flex .arrow_hov .arrow:after {
    background: url("../images/arrow_white.webp") 50% 0/cover no-repeat;
}
.top05_flex a:hover .arrow {
    border-color: #FFF;
}
.top05_flex a:hover .img100 img {
    transform: scale(1.03);
}
.top05_text_area {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    z-index: 500;
}
/**********************************/
.top06_bg {
    background: url("../images/top_bg5.webp") 50% 0/cover no-repeat;
}
.top06_more_list > div:nth-child(n+2) {
    margin-top: 20px;
}
.top06_more_list a {
    display: flex;
    column-gap: 20px;
    align-items: center;
    position: relative;
    background-color: #FFF;
    height: 160px;
    padding: 0 80px;
    color: inherit;
    transition: 0.3s ease;
}
.top06_more_list a:hover {
    color: #0075c1;
}
.top06_more_list .font_osw {
    font-size: 72px;
    padding-bottom: 8px;
    letter-spacing: 0.05em;
}
.top06_more_list .ja {
    font-size: 14px;
    padding-top: 50px;
    letter-spacing: 0.1em;
}
.top06_more_list .arrow_hov .arrow {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
}
/*******************************/
.footer {
    background-color: #1f272b;
    padding-bottom: 100px;
}
.footer_bg {
    background: url("../images/footer.webp") 50% 0/cover no-repeat;
    color: #FFF;
    padding: 160px 0 120px;
}
.f_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.f_left {
    width: max-content;
}
.f_add {
    font-size: 18px;
    margin-top: 50px;
}
.f_tel {
    font-size: clamp(20px, 2vw, 24px);
    letter-spacing: 0;
}
.f_tel a {
    color: #FFF;
}
.f_nav {
    width: 70%;
    max-width: 870px;
    display: flex;
    justify-content: space-between;
}
.f_nav a {
    color: #FFF;
    transition: 0.3s ease;
}
.f_nav a:hover {
    color: #0075c1;
}
.f_nav .font_osw {
    font-size: clamp(20px, 2.4vw, 30px);
    font-style: italic;
    letter-spacing: 0.05em;
    text-box: trim-both cap alphabetic;
}
.f_nav .ja {
    font-size: 15px;
    text-box: trim-both cap alphabetic;
    margin-top: 10px;
}
.f_nav li:nth-child(n+2) {
    margin-top: 50px;
}
.official_site a {
    color: #FFF;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.copy_right {
    font-size: 18px;
    margin-top: 10px;
}
/****************************************************************

    高瀬工業とは

****************************************************************/
.header.header_in {
    background-color: rgba(10, 28, 44, 0.2);
}
/********************/
.about_main {
    background: url("../images/about1.webp") 20% 0/cover no-repeat;
}
.main_size {
    height: clamp(350px, 80vw, 720px);
    position: relative;
}
.title_in {
    position: absolute;
    width: 90%;
    max-width: 1600px;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
    color: #FFF;
}
.title_in p {
    font-size: clamp(40px, 10vw, 110px);
    letter-spacing: 0.05em;
    text-box: trim-both cap alphabetic;
}
.title_in h2 {
    font-size: clamp(18px, 2vw, 24px);
    letter-spacing: 0.1em;
    margin-top: 25px;
}
/******************/
.ab01_padding {
    padding: 0 80px;
}
.ab01_title {
    position: absolute;
    left: -80px;
    bottom: 16%;
    width: fit-content;
    background-color: #FFF;
    font-size: clamp(22px, 2.7vw, 42px);
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 14px 65px 16px;
    z-index: 500;
}
.ab01_title:before {
    content: "";
    border-top: 8px solid #1a4374;
    width: 72px;
    position: absolute;
    top: 0;
    left: 10px;
}
.ab01_eng_absolute {
    font-size: clamp(30px, 5.5vw, 72px);
    color: #FFF;
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 500;
    letter-spacing: 0.05em;
    text-box: trim-both cap alphabetic;
}
.ab01_flex {
    display: flex;
    justify-content: space-between;
}
.ab01_flex > div {
    width: 48%;
}
.ab01_flex > div:nth-child(2) {
    width: 47%;
}
.ab01_flex p {
    font-weight: bold;
}
.line_height24 {
    line-height: 2.4em;
}
.about_block1024 {
    display: none;
}
.blue_0075c1 {
    color: #0075c1;
}
.letter0 {
    letter-spacing: 0;
}
/************************/
.line_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 350px;
    object-position: 80% 0;
}
/************************/
.repeat_bg_minus {
    position: relative;
}
.repeat_bg_minus:after {
    content: "";
    background: url("../images/bg_repeat.webp") 50% 0/1920px 1911px repeat;
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: calc(100% + 180px);
}
.repeat_bg_minus.ab02_bg:after {
    height: calc(100% + 100px);
}
.ab02_bg_white {
    position: relative;
    z-index: 500;
}
.ab02_bg_white:after {
    content: "";
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1760px;
    width: calc(100% - 80px);
    height: 100%;
}
.ab02_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px 40px;
}
.ab02_left {
    width: 50%;
    max-width: max-content;
}
.ab02_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab02_right {
    width: 50%;
    max-width: 770px;
}
.ab02_width {
    max-width: 620px;
}
/**/
.ab02_flex2 {
    display: flex;
    justify-content: space-between;
    gap: 40px 40px;
}
.ab02_right2 {
    order: 2;
    width: 50%;
    max-width: 622px;
}
.ab02_right2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab02_left2 {
    width: 48%;
    padding-left: 40px;
}
.ab02_width2 {
    max-width: 620px;
    margin-left: auto;
}
.blue_1f3d58 {
    color: #1f3d58;
}
.ab03_img {
    margin-top: -80px;
}
.ab03_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 300px;
}
/**************************************/
.ab04_bg {
    background: url("../images/about_bg2.webp") left 0/cover no-repeat;
}
.ab04_table {
    border-top: 2px solid #FFF;
}
.ab04_table > div {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #FFF;
    padding: 30px 0;
}
.ab04_cell1 {
    width: 160px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.ab04_cell2 {
    width: calc(100% - 160px);
    max-width: 960px;
    padding-top: 3px;
    letter-spacing: 0.1em;
}
/****************************************************************

    仕事を知る

****************************************************************/
.business_main {
    background: url("../images/business1.webp") 50% 0/cover no-repeat;
}
/****************/
.title_46 {
    font-size: clamp(28px, 4.2vw, 46px);
    letter-spacing: 0;
    font-weight: 600;
}
.color_21303e {
    color: #21303e;
}
/***************/
.business02_bg {
    position: relative;
}
.business02_bg:after {
    content: "";
    background: url("../images/business_bg1.webp") 50% 0/cover no-repeat;
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: calc(100% + 180px);
}
.bg_none {
    background-color: rgba(0, 0, 0, 0);
}
.text_right {
    text-align: right;
}
.title_42 {
    font-size: clamp(24px, 3.6vw, 42px);
    letter-spacing: 0;
    font-weight: 600;
}
.title_26 {
    font-size: clamp(22px, 2.2vw, 26px);
    letter-spacing: 0;
    font-weight: 600;
}
.business02_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 300px;
}
.business02_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.business02_flex > div {
    width: 48%;
    max-width: 680px;
}
/***************/
.business03_bg {
    position: relative;
}
.business03_bg:after {
    content: "";
    background: url("../images/business_bg2.webp") 50% 0/cover no-repeat;
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: calc(100% + 300px);
}
.business03_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.business03_left {
    width: 50%;
}
.business03_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.business03_right {
    width: 50%;
    max-width: 645px;
}
/****************************************************************

    選ばれる理由

****************************************************************/
.reasons_main {
    background: url("../images/reason1.webp") 65% 0/cover no-repeat;
}
/****************/
.repeat_bg_minus {
    position: relative;
}
.repeat_bg_minus:after {
    content: "";
    background: url("../images/bg_repeat.webp") 50% 0/1920px 1911px repeat;
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: calc(100% + 180px);
}
.reason02_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 55px 10px;
}
.reason02_flex > div {
    width: calc(25% - 20px);
}
.reason02_flex .img100 {
    background-color: #0a1c2c;
}
.reason02_flex .img100 img {
    transition: 0.3s ease;
}
.reason02_flex a {
    color: inherit;
    display: block;
}
.reason02_flex > div:nth-child(1) .shape {
    background: #0075c1;
}
.reason02_flex > div:nth-child(2) .shape {
    background: #4cb547;
}
.reason02_flex > div:nth-child(3) .shape {
    background: #ed9750;
}
.reason02_flex > div:nth-child(4) .shape {
    background: #15294a;
}
.reason02_flex > div:nth-child(5) .shape {
    background: #904a8f;
}
.reason02_flex > div:nth-child(6) .shape {
    background: #be4b4b;
}
.reason02_flex > div:nth-child(7) .shape {
    background: #4bbe94;
}
.reason02_flex a:hover .img100 img {
    opacity: 0.7;
}
.reason02_num {
    font-size: clamp(40px, 6vw, 62px);
    color: #FFF;
    font-style: italic;
    position: absolute;
    right: 15px;
    bottom: 10px;
    text-box: trim-both cap alphabetic;
    z-index: 500;
}
.reason02_name_area {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 15px 10%;
}
.reason02_name_area .type {
    font-size: clamp(15px, 1.5vw, 18px);
    letter-spacing: 0;
    font-weight: bold;
    text-box: trim-both cap alphabetic;
}
.reason02_name_area .name {
    font-size: clamp(18px, 2vw, 26px);
    letter-spacing: 0;
    font-weight: bold;
    text-box: trim-both cap alphabetic;
    margin-top: 13px;
}
.reason02_name_area .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #0075c1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
/**************************/
.reason03_af_bg {
    position: relative;
}
.reason03_af_bg.left_style:after {
    right: auto;
    left: 0;
}
.reason03_af_bg.left_style .interview_number {
    text-align: left;
}
.reason03_af_bg.left_style .reason03_left {
    order: 2;
}
.reason03_af_bg.left_style .reason03_right {
    max-width: 620px;
    order: 1;
}
.reason03_af_bg.left_style .reason03_right:after {
    right: auto;
    left: -250px;
}
.reason03_af_bg.left_style .reason03_right p {
    line-height: 2.4em;
}
.interview_number {
    font-size: clamp(28px, 6.5vw, 72px);
    color: #e5e5e5;
    font-style: italic;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    text-align: right;
    width: 90%;
    max-width: 1760px;
    z-index: 600;
    letter-spacing: 0.05em;
}
.reason03_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px 70px;
    padding: 100px 0;
}
.reason03_left {
    width: 50%;
    position: relative;
    z-index: 500;
}
.reason03_left .img100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 640px;
}
.reason03_name {
    position: absolute;
    top: -50px;
    right: -40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background-color: #0075c1;
    color: #FFF;
    text-align: center;
}
.reason03_name .type, .reason03_name .name {
    text-box: trim-both cap alphabetic;
    letter-spacing: 0;
    font-weight: bold;
}
.reason03_name .type {
    font-size: clamp(15px, 1.5vw, 18px);
}
.reason03_name .name {
    font-size: clamp(20px, 3vw, 36px);
    margin-top: 25px;
}
.reason03_name .name.size_34 {
    font-size: clamp(20px, 2.8vw, 34px);
}
.reason03_name.name_bg_4cb547 {
    background-color: #4cb547;
}
.reason03_name.name_bg_ed9750 {
    background-color: #ed9750;
}
.reason03_name.name_bg_15294a {
    background-color: #15294a;
}
.reason03_name.name_bg_904a8f {
    background-color: #904a8f;
}
.reason03_name.name_bg_be4b4b {
    background-color: #be4b4b;
}
.reason03_name.name_bg_4bbe94 {
    background-color: #4bbe94;
}
.reason03_right {
    width: 50%;
    max-width: 600px;
    order: 2;
    position: relative;
}
.reason03_right:after {
    content: "";
    background-color: #FFF;
    position: absolute;
    right: -250px;
    height: calc(100% + 200px);
    top: -100px;
    width: calc(100% + 700px);
    min-height: 640px;
}
.reason03_right p {
    line-height: 2.4em;
    font-weight: bold;
}
.reason_line_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 350px;
}
/****************************************************************

    数字で見る高瀬工業

****************************************************************/
.data_main {
    background: url("../images/data1.webp") 50% 0/cover no-repeat;
}
/*****************/
.data01_bg {
    background: url("../images/data_bg1.webp") 50% 0/1920px 1158px no-repeat;
}
/****************/
.data02_bg {
    position: relative;
}
.data02_bg:after {
    content: "";
    background: url("../images/data_bg2.webp") 50% 0/cover no-repeat;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: calc(100% + 200px);
}
.data02_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.data02_grid > div {
    background-color: #FFF;
    position: relative;
    padding: 100px 20px 70px;
}
.data02_grid h3 {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 160px;
    text-align: center;
    background-color: #0075c1;
    color: #FFF;
    height: 50px;
    padding: 10px 40px;
    font-size: clamp(22px, 2.2vw, 26px);
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1em;
    text-box: none;
}
.data02_grid .column2 {
    grid-column: span 2;
}
.data02_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    margin-bottom: 35px;
}
.data02_title {
    text-align: center;
    color: #0075c1;
    font-weight: bold;
    letter-spacing: 0;
    text-box: trim-both cap alphabetic;
    white-space: nowrap;
}
.data02_title .black {
    color: #0a1c2c;
}
.data02_title .ml_minus {
    margin-left: -12px;
}
.data02_title span {
    display: inline-block;
}
.data02_title.size_86 {
    font-size: clamp(40px, 8vw, 86px);
}
.data02_title.size_106 {
    font-size: clamp(60px, 10vw, 106px);
}
.data02_mini_36 {
    font-size: clamp(25px, 3vw, 36px);
}
.data02_pl30 {
    padding-left: 30px;
}
/*********/
.data03_graph {
    max-width: 680px;
    margin: 0 auto;
}
.data03_graph > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data03_graph > div:nth-child(n+2) {
    margin-top: 15px;
}
.data03_graph .mini_26 {
    font-size: clamp(18px, 2vw, 26px);
    color: #0a1c2c;
    margin-left: 5px;
    position: relative;
    top: -3px;
}
.data03_cell1 {
    font-size: clamp(26px, 4vw, 46px);
    text-box: trim-both cap alphabetic;
    font-weight: bold;
    white-space: nowrap;
    width: 145px;
}
.graph_flex {
    width: calc(100% - 145px);
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.graphData {
    background-color: #0075c1;
    height: 40px;
    width: 0;
    transition: 0.8s ease;
}
.graphData.show.graph1 {
    width: 4%;
}
.graphData.show.graph2 {
    width: 30%;
}
.graphData.show.graph3 {
    width: 11%;
}
.graphData.show.graph4 {
    width: 75%;
}
.graph_title {
    white-space: nowrap;
    font-size: clamp(36px, 6vw, 66px);
    text-box: trim-both cap alphabetic;
    color: #0075c1;
    font-weight: bold;
    position: relative;
    top: -2px;
}
.data4_text20 {
    font-size: 20px;
}
.targetOp {
    opacity: 0;
    transition: 0.3s ease;
}
.targetOp.show {
    opacity: 1;
}
/****************************************************************

    採用情報

****************************************************************/
.recruit_main {
    background: url("../images/recruit1.webp") 40% 0/cover no-repeat;
}
/*****************/
.recruit02_bg {
    position: relative;
}
.recruit02_bg:after {
    content: "";
    background: url("../images/recruit_bg1.webp") 50% 0/cover no-repeat;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: calc(100% + 200px);
}
.recruit02_bg_white {
    background-color: #FFF;
    padding: 150px 40px;
}
.recruit02_width {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.recruit02_table > div {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
}
.recruit02_table > div:nth-child(1) .rec02_cell1 {
    border-top: 4px solid #FFF;
}
.recruit02_table > div:nth-child(1) .rec02_cell2 {
    border-top: 2px solid #0a1c2c;
}
.rec02_cell1 {
    width: 310px;
    background-color: #0075c1;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 35px 0;
    border-bottom: 4px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rec02_cell2 {
    width: calc(100% - 310px);
    padding: 35px 40px;
    border-bottom: 2px solid #0a1c2c;
}
.rec02_cell2 p {
    font-weight: bold;
    line-height: 2.4em;
}
.rec02_cell2 a {
    color: inherit;
}
.indent_p {
    text-indent: -1.1em;
    padding-left: 1.1em;
}
.entry_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 110px;
    border-radius: 100px;
    border: 2px solid #0a1c2c;
    text-align: center;
    color: inherit;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}
.entry_btn a .arrow {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 9px;
}
.entry_btn a .arrow:before, .entry_btn a .arrow:after {
    content: "";
    width: 24px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.entry_btn a .arrow:before {
    background: url("../images/arrow_black.webp") 50% 0/cover no-repeat;
    left: 50%;
    opacity: 1;
    transition: 0.3s ease 0.3s;
}
.entry_btn a .arrow:after {
    background: url("../images/arrow_black.webp") 50% 0/cover no-repeat;
    left: calc(50% - 30px);
    opacity: 0;
    transition: 0.3s ease 0s;
}
.entry_btn a:hover .arrow:before {
    left: calc(50% + 30px);
    opacity: 0;
    transition: 0.3s ease;
}
.entry_btn a:hover .arrow:after {
    left: 50%;
    opacity: 1;
    transition: 0.3s ease 0.3s;
}
/****************************************************************

    エントリーフォーム

****************************************************************/
.entry_main {
    background: url("../images/entry1.webp") 60% 0/cover no-repeat;
}
/*****************/
.entry01_bg {
    background: url("../images/entry_bg.webp") 50% 0/cover no-repeat;
}
.entry_form > div {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #FFF;
}
.entry_form > div:nth-child(1) {
    border-top: 1px solid #FFF;
}
.entry_cell1 {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    column-gap: 25px;
    letter-spacing: 0.1em;
}
.req {
    font-size: 16px;
    color: #FFF;
    width: 60px;
    height: 28px;
    border-radius: 8px;
    text-align: center;
    background-color: #ea3e3e;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.req.any {
    background-color: #15294a;
}
.entry_cell2 {
    width: calc(100% - 320px);
}
.entry_cell2 ::placeholder {
    color: #dcdcdc;
}
.size, .area {
    background-color: #FFF;
    width: 100%;
    border-radius: 10px;
    border: 0;
}
.size {
    padding: 0 25px;
    height: 60px;
}
.area {
    padding: 25px;
    height: 240px;
}
.label_flex .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    color: #FFF;
}
.label_flex input[type=radio] {
    position: relative;
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #FFF;
    border-radius: 10px;
    vertical-align: -25px;
    margin-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.label_flex input[type=radio]:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #15294a;
    content: "";
    transition: 0.3s ease;
    opacity: 0;
}
.label_flex input[type=radio]:before {
    position: absolute;
    top: 10px;
    left: 23px;
    transform: rotate(40deg);
    width: 15px;
    height: 30px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    z-index: 500;
    content: "";
    transition: 0.3s ease;
    opacity: 0;
}
.label_flex input[type=radio]:checked:after {
    opacity: 1;
}
.label_flex input[type=radio]:checked:before {
    opacity: 1;
}
/***********/
.check_text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    column-gap: 20px;
    font-weight: bold;
    color: #FFF;
}
.check_text a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.check_text > div {
    letter-spacing: 0.1em;
    position: relative;
    padding-right: 50px;
}
.check_text .wpcf7-form-control-wrap {
    position: static;
}
.check_text input[type=checkbox] {
    right: 0;
    position: absolute;
    width: 26px;
    height: 26px;
    border: 0;
    background-color: #FFF;
    border-radius: 8px;
    vertical-align: -7px;
    margin-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.check_text input[type=checkbox]:checked:before {
    position: absolute;
    top: 3px;
    left: 8px;
    transform: rotate(40deg);
    width: 8px;
    height: 16px;
    border-right: 2px solid #ea3e3e;
    border-bottom: 2px solid #ea3e3e;
    z-index: 500;
    content: "";
}
.sub_mit {
    width: 100%;
    max-width: 460px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.sub_mit input {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFF;
    border-radius: 100px;
    background: none;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    z-index: 500;
}
.sub_mit .arrow {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 9px;
}
.sub_mit .arrow:before, .sub_mit .arrow:after {
    content: "";
    width: 24px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sub_mit .arrow:before {
    background: url("../images/arrow_white.webp") 50% 0/cover no-repeat;
    left: 50%;
    opacity: 1;
    transition: 0.3s ease 0.3s;
}
.sub_mit .arrow:after {
    background: url("../images/arrow_white.webp") 50% 0/cover no-repeat;
    left: calc(50% - 30px);
    opacity: 0;
    transition: 0.3s ease 0s;
}
.sub_mit:hover .arrow:before {
    left: calc(50% + 30px);
    opacity: 0;
    transition: 0.3s ease;
}
.sub_mit:hover .arrow:after {
    left: 50%;
    opacity: 1;
    transition: 0.3s ease 0.3s;
}
/****************************************************************

    アクセス

****************************************************************/
.access_main {
    background: url("../images/access1.webp") 30% 0/cover no-repeat;
}
/****************/
.access_bg {
    position: relative;
    background: url("../images/access_bg.webp") 50% 0/1920px 1906px repeat;
}
.access_logo {
    letter-spacing: 0;
    font-size: clamp(26px, 2.5vw, 30px);
    font-weight: bold;
    text-align: center;
}
.a_none a {
    color: inherit;
}
.access_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.access_left {
    width: 50%;
}
.access_left iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
}
.access_right {
    width: 50%;
    max-width: 560px;
}
.access_title {
    display: flex;
    align-items: flex-end;
    column-gap: 15px;
}
.access_title .eng {
    font-size: clamp(26px, 3vw, 36px);
    letter-spacing: 0.05em;
    text-box: trim-both cap alphabetic;
}
.access_title .ja {
    font-size: 16px;
    font-weight: bold;
    text-box: trim-both cap alphabetic;
}
.access_bg_text {
    background-color: #FFF;
    position: relative;
    padding: 25px 45px 25px 30px;
    border-left: 20px solid #0075c1;
    margin-top: 30px;
}
.access_bg_text p {
    line-height: 2.2em;
    font-weight: bold;
}
/****************************************************************

    お問い合わせ

****************************************************************/
.inquiry_main {
    background: url("../images/inquiry1.webp") 35% 0/cover no-repeat;
}
/****************/
.inquiry_style .entry_form .entry_cell1 {
    color: #0a1c2c;
}
.inquiry_style .entry_form > div {
    border-bottom: 1px solid #0a1c2c;
}
.inquiry_style .entry_form > div:nth-child(1) {
    border-top: 1px solid #0a1c2c;
}
.inquiry_style .entry_form .label_flex .wpcf7-form-control {
    color: #0a1c2c;
}
.inquiry_style .check_text {
    color: #0a1c2c;
}
.inquiry_style .check_text a {
    color: #0a1c2c;
    border-bottom: 1px solid #0a1c2c;
}
.inquiry_style .sub_mit input {
    border: 2px solid #0a1c2c;
    color: #0a1c2c;
}
.inquiry_style .sub_mit .arrow:before {
    background: url("../images/arrow_black.webp") 50% 0/cover no-repeat;
}
.inquiry_style .sub_mit .arrow:after {
    background: url("../images/arrow_black.webp") 50% 0/cover no-repeat;
}
/****************************************************************

    職場紹介

****************************************************************/
.work_main {
    background: url("../images/work1.webp") 50% 0/cover no-repeat;
}
/****************/
.work02_bg {
    position: relative;
}
.work02_bg:after {
    content: "";
    background: url("../images/work_bg.webp") 50% 0/1920px 2799px repeat;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: calc(100% + 200px);
}
.work02_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.work02_flex > div {
    background-color: #eef3f7;
    width: calc(33.33% - 20px);
    padding: 55px 45px;
}
.work02_flex h3 {
    font-weight: bold;
    font-size: clamp(22px, 2.5vw, 30px);
    letter-spacing: 0;
    text-align: center;
}
.work02_flex .icon {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work02_flex p {
    letter-spacing: 0;
}
/***************************************/
.work02_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 300px;
}
/***************************************/
.repeat_bg {
    background: url("../images/bg_repeat2.webp") 50% 0/1920px 1937px repeat;
}
.work03_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.work03_grid > div {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 35px 20px;
}
.work03_grid h3 {
    font-weight: bold;
    font-size: clamp(20px, 1.8vw, 24px);
    letter-spacing: 0;
    text-align: center;
    min-height: 60px;
    line-height: 1.1em;
}
.work03_grid h3 span {
    font-size: clamp(14px, 1.3vw, 16px);
}
.work03_grid .icon {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.work03_grid .icon.item_center {
    align-items: center;
}
.work03_grid .icon img {
    max-width: 100%;
    height: auto;
}
.work03_grid p {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
    line-height: 1.4em;
}
/****************************************************************

    個人情報保護方針

****************************************************************/
.policy_main {
    background: url("../images/policy1.webp") 50% 0/cover no-repeat;
}
.privacy_wrapper p {
    margin-top: 20px;
}
.privacy_wrapper h3 {
    font-size: clamp(20px, 1.7vw, 22px);
    font-weight: bold;
    margin-top: clamp(40px, 8%, 60px);
}
/* PPC用
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    /*************************/
    .top01_flex {
        flex-wrap: wrap;
        gap: 50px;
    }
    .top01_right {
        max-width: 100%;
        width: 100%;
        flex-grow: 2;
    }
    /******************************/
    .top02_bg {
        padding-bottom: 60px;
    }
    /*******************/
    .top03_left > div img {
        width: 100%;
        height: 350px;
        min-height: 0;
    }
    .top03_right {
        padding-top: 40px;
    }
    /**********************************/
    .top04_hov_area {
        opacity: 1;
        padding: 0 15px 20px;
    }
    .slider .slick-track > li::after {
        opacity: 1;
    }
    .slider .slick-track > li .slider_gra {
        opacity: 1;
    }
    /**********************************/
    .top06_more_list a {
        padding: 0 30px;
    }
    .top06_more_list .font_osw {
        font-size: 50px;
    }
    .top06_more_list .ja {
        padding-top: 30px;
    }
    /*******************************/
    .f_flex {
        flex-wrap: wrap;
        gap: 40px;
    }
    .f_nav {
        width: 100%;
        max-width: 600px;
    }
    /****************************************************************

      高瀬工業とは

  ****************************************************************/
    .top01_bg.about01_bg_sp:after {
        height: 450px;
    }
    .ab01_padding {
        padding: 0 20px;
    }
    .ab01_title {
        position: absolute;
        left: -40px;
        bottom: 30px;
        width: fit-content;
        background-color: #FFF;
        font-size: clamp(22px, 2.7vw, 42px);
        font-weight: bold;
        display: flex;
        align-items: center;
        padding: 14px 30px 16px;
        z-index: 500;
    }
    .ab01_title:before {
        content: "";
        border-top: 8px solid #1a4374;
        width: 72px;
        position: absolute;
        top: 0;
        left: 10px;
    }
    .ab01_flex {
        display: block;
    }
    .ab01_flex > div {
        width: 100%;
    }
    .ab01_flex > div:nth-child(2) {
        width: 100%;
        margin-top: 40px;
    }
    /************************/
    .ab02_bg_white {
        position: relative;
        z-index: 500;
    }
    .ab02_bg_white:after {
        content: "";
        background-color: #FFF;
        position: absolute;
        top: 0;
        right: 0;
        max-width: 1760px;
        width: calc(100% - 40px);
        height: 100%;
    }
    .ab02_flex {
        display: block;
        position: relative;
    }
    .ab02_left {
        width: 35%;
        max-width: auto;
        position: absolute;
        top: 0;
        right: 0;
    }
    .ab02_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ab02_right {
        width: 100%;
        max-width: 100%;
        padding-left: 40px;
    }
    .ab02_width {
        max-width: 100%;
    }
    /**/
    .ab02_flex2 {
        display: block;
        position: relative;
    }
    .ab02_right2 {
        order: 2;
        width: 45%;
        max-width: auto;
        position: absolute;
        height: 400px;
        right: 0;
        bottom: 0;
    }
    .ab02_left2 {
        width: 100%;
        padding-left: 25px;
    }
    .about_block1024 {
        display: inline;
    }
    .about_none1024 {
        display: none;
    }
    /****************************************************************

      数字で見る高瀬工業

  ****************************************************************/
    .data02_title.size_86 {
        font-size: clamp(40px, 6vw, 86px);
    }
    .data02_title.size_106 {
        font-size: clamp(60px, 7vw, 106px);
    }
    /****************************************************************

      職場紹介

  ****************************************************************/
    .work02_flex {
        justify-content: space-between;
    }
    .work02_flex > div {
        width: calc(50% - 10px);
    }
    /***************************************/
    .work03_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .flex_30 {
        width: 100%;
    }
    .flex_31 {
        width: 100%;
    }
    .flex_32 {
        width: 100%;
    }
    .flex_33 {
        width: 100%;
    }
    .flex_34 {
        width: 100%;
    }
    .flex_35 {
        width: 100%;
    }
    .flex_36 {
        width: 100%;
    }
    .flex_37 {
        width: 100%;
    }
    .flex_38 {
        width: 100%;
    }
    .flex_39 {
        width: 100%;
    }
    .flex_40 {
        width: 100%;
    }
    .flex_41 {
        width: 100%;
    }
    .flex_42 {
        width: 100%;
    }
    .flex_43 {
        width: 100%;
    }
    .flex_44 {
        width: 100%;
    }
    .flex_45 {
        width: 100%;
    }
    .flex_46 {
        width: 100%;
    }
    .flex_47 {
        width: 100%;
    }
    .flex_48 {
        width: 100%;
    }
    .flex_49 {
        width: 100%;
    }
    .flex_50 {
        width: 100%;
    }
    .flex_51 {
        width: 100%;
    }
    .flex_52 {
        width: 100%;
    }
    .flex_53 {
        width: 100%;
    }
    .flex_54 {
        width: 100%;
    }
    .flex_55 {
        width: 100%;
    }
    .flex_56 {
        width: 100%;
    }
    .flex_57 {
        width: 100%;
    }
    .flex_58 {
        width: 100%;
    }
    .flex_59 {
        width: 100%;
    }
    .flex_60 {
        width: 100%;
    }
    .flex_61 {
        width: 100%;
    }
    .flex_62 {
        width: 100%;
    }
    .flex_63 {
        width: 100%;
    }
    .flex_64 {
        width: 100%;
    }
    .flex_65 {
        width: 100%;
    }
    .flex_66 {
        width: 100%;
    }
    .flex_67 {
        width: 100%;
    }
    .flex_68 {
        width: 100%;
    }
    .flex_69 {
        width: 100%;
    }
    .flex_70 {
        width: 100%;
    }
    /************************/
    .header {
        padding: 30px 20px;
    }
    .header img {
        width: 280px;
        height: auto;
    }
    /*************************/
    .top_title p {
        margin-top: 0;
    }
    .top_title p:before {
        position: relative;
        top: -12px;
    }
    /*************************/
    .top01_eng {
        padding-top: 5px;
    }
    .top01_flex {
        gap: 40px;
    }
    .more_btn a {
        font-size: 17px;
    }
    .arrow_hov .arrow {
        width: 50px;
        height: 50px;
    }
    /******************************/
    .top02_bg {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .top02_bg:after {
        height: 100%;
    }
    .top02_eng {
        opacity: 0.1;
    }
    .top02_flex {
        flex-wrap: wrap;
        gap: 40px 30px;
    }
    .top02_left {
        width: 100%;
        padding-top: 0;
    }
    .title_14 {
        font-size: 16px;
    }
    .top02_title_flex .left {
        font-size: 22px;
    }
    .top02_title_flex .right {
        font-size: 50px;
    }
    .more_btn_border a {
        font-size: 16px;
        font-weight: 500;
        padding-right: 40px;
    }
    .more_btn_border a .arrow {
        right: 20px;
    }
    .top02_right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 38%;
        top: auto;
    }
    /*********************/
    .top_space_bg {
        height: 60px;
    }
    /*******************/
    .top03_flex {
        flex-wrap: wrap;
    }
    .top03_left {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        column-gap: 10px;
    }
    .top03_left > div {
        width: 33.33%;
    }
    .top03_left > div:nth-child(1) {
        margin-top: 80px;
    }
    .top03_left > div:nth-child(2) {
        margin-top: 40px;
    }
    .top03_left > div img {
        height: 250px;
        min-height: 0;
    }
    .top03_right {
        flex-grow: 2;
        max-width: 100%;
        width: 100%;
        padding-top: 0;
        color: #FFF;
    }
    /******************************/
    .top04_bg:after {
        top: -80px;
        height: calc(100% + 80px);
    }
    .top04_flex {
        flex-wrap: wrap;
        gap: 40px 30px;
    }
    .top04_left {
        width: 100%;
    }
    .top04_right {
        width: 100%;
        padding-top: 0;
    }
    /**SLIDER****/
    .slider_container {
        width: 100%;
    }
    .slider .slick-track > li::after {
        opacity: 1 !important;
    }
    .slider .slick-track > li .slider_gra {
        opacity: 1;
    }
    .top04_hov_area {
        opacity: 1;
        padding: 0 15px 20px;
    }
    /****************************/
    .top05_flex {
        display: block;
    }
    .top05_flex > div {
        width: 100%;
    }
    .top05_flex .img100 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 300px;
    }
    .top05_flex .arrow_hov .arrow {
        right: 30px;
        bottom: 30px;
    }
    .top05_text_area {
        bottom: 30px;
    }
    /**********************************/
    .top06_more_list > div:nth-child(n+2) {
        margin-top: 15px;
    }
    .top06_more_list a {
        display: block;
        height: auto;
        padding: 10px 30px 20px;
    }
    .top06_more_list .font_osw {
        font-size: 36px;
        padding-bottom: 0;
        width: 100%;
    }
    .top06_more_list .ja {
        width: 100%;
        font-size: 14px;
        padding-top: 0;
        margin-top: -5px;
    }
    .top06_more_list .arrow_hov .arrow {
        right: 30px;
    }
    /*******************************/
    .footer {
        padding-bottom: 40px;
    }
    .footer_bg {
        padding: 80px 0 80px;
    }
    .f_flex {
        flex-wrap: wrap;
        gap: 40px;
    }
    .f_logo img {
        width: 300px;
        height: auto;
    }
    .f_add {
        font-size: 17px;
        margin-top: 40px;
    }
    .f_tel {
        font-size: 24px;
    }
    .f_nav .font_osw {
        font-size: 23px;
    }
    .f_nav .ja {
        font-size: 14px;
    }
    .f_nav li:nth-child(n+2) {
        margin-top: 40px;
    }
    .copy_right {
        font-size: 16px;
        margin-top: 20px;
    }
    /****************************************************************

      高瀬工業とは

  ****************************************************************/
    .top01_bg.about01_bg_sp:after {
        height: 300px;
    }
    .ab01_padding {
        padding: 0;
    }
    .ab01_title {
        left: -20px;
        bottom: 15px;
        padding: 10px 20px 10px;
        z-index: 500;
    }
    .ab01_title:before {
        border-top: 4px solid #1a4374;
        width: 50px;
    }
    .ab01_flex > div:nth-child(2) {
        margin-top: 30px;
    }
    .line_height24 {
        line-height: 2em;
    }
    /************************/
    .ab02_bg_white:after {
        width: calc(100% - 20px);
    }
    .ab02_left {
        width: 100%;
        position: static;
        margin-left: -30px;
    }
    .ab02_right {
        padding-left: 30px;
        margin-top: 40px;
    }
    .ab02_width {
        max-width: 100%;
    }
    /**/
    .ab02_right2 {
        order: 2;
        width: 100%;
        position: static;
        height: auto;
        margin-left: -30px;
    }
    .ab02_left2 {
        width: 100%;
        padding-left: 25px;
        margin-top: 40px;
    }
    .ab03_img {
        margin-top: -30px;
    }
    .repeat_bg_minus.ab02_bg:after {
        height: calc(100% + 180px);
    }
    /**************************************/
    .ab04_table > div {
        padding: 20px 0;
    }
    .ab04_cell1 {
        font-size: 18px;
    }
    .ab04_cell2 {
        padding-top: 2px;
    }
    /****************************************************************

      仕事を知る

  ****************************************************************/
    .business02_flex {
        flex-wrap: wrap;
        gap: 40px;
    }
    .business02_flex > div {
        width: 100%;
        max-width: 100%;
    }
    /***************/
    .business03_flex {
        flex-wrap: wrap;
        gap: 40px;
    }
    .business03_left {
        width: 100%;
    }
    .business03_left img {
        height: auto;
    }
    .business03_right {
        width: 100%;
        max-width: 100%;
    }
    /****************************************************************

      選ばれる理由

  ****************************************************************/
    .reason02_flex {
        gap: 10px 0;
        justify-content: space-between;
    }
    .reason02_flex > div {
        width: 49%;
    }
    /**************************/
    .reason03_af_bg {
        position: relative;
    }
    .reason03_af_bg.left_style:after {
        right: auto;
        left: 0;
    }
    .reason03_af_bg.left_style .interview_number {
        text-align: left;
    }
    .reason03_af_bg.left_style .reason03_left {
        order: 1;
        margin-left: 0;
        margin-right: -20px;
    }
    .reason03_af_bg.left_style .reason03_name {
        right: auto;
        left: -15px;
    }
    .reason03_af_bg.left_style .reason03_right {
        max-width: 100%;
        order: 1;
        padding-left: 0;
        padding-right: 30px;
    }
    .reason03_af_bg.left_style .reason03_right:after {
        right: auto;
        left: -250px;
    }
    .reason03_af_bg.left_style .reason03_right p {
        line-height: 2.4em;
    }
    .reason03_af_bg:after {
        content: "";
        background-color: #FFF;
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 30px);
        height: 100%;
    }
    .interview_number {
        font-size: 50px;
        top: -10px;
    }
    .reason03_flex {
        flex-wrap: wrap;
        gap: 40px 0;
        padding: 100px 0;
        position: relative;
        z-index: 500;
    }
    .reason03_left {
        width: 100%;
        margin-left: -20px;
    }
    .reason03_left .img100 img {
        width: calc(100% + 20px);
        height: auto;
        min-height: 0;
    }
    .reason03_name {
        top: -20px;
        right: -30px;
        width: 130px;
        height: 130px;
    }
    .reason03_name .type {
        font-size: 14px;
    }
    .reason03_name .name {
        margin-top: 15px;
    }
    .reason03_right {
        width: 100%;
        max-width: 100%;
        order: 1;
        padding-left: 30px;
    }
    .reason03_right:after {
        display: none;
    }
    .reason03_right p {
        line-height: 2em;
    }
    .reason_line_img img {
        min-height: 250px;
    }
    /****************************************************************

      数字で見る高瀬工業

  ****************************************************************/
    .data02_bg {
        position: relative;
    }
    .data02_bg:after {
        content: "";
        background: url("../images/data_bg2.webp") 50% 0/cover no-repeat;
        position: absolute;
        top: -200px;
        left: 0;
        width: 100%;
        height: calc(100% + 200px);
    }
    .data02_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .data02_grid > div {
        padding: 60px 20px 40px;
    }
    .data02_grid h3 {
        height: 40px;
        min-width: 120px;
        padding: 10px 40px;
        font-size: 20px;
    }
    .data02_grid .column2 {
        grid-column: span 1;
    }
    .data02_icon {
        margin-bottom: 25px;
    }
    .data02_title .ml_minus {
        margin-left: 0;
    }
    .data02_title span {
        display: inline-block;
    }
    .data02_title.size_86 {
        font-size: 60px;
    }
    .data02_title.size_106 {
        font-size: 80px;
    }
    /*********/
    .data03_cell1 {
        width: 100px;
    }
    .graph_flex {
        width: calc(100% - 100px);
        column-gap: 15px;
    }
    .graphData {
        height: 30px;
    }
    /****************************************************************

      採用情報

  ****************************************************************/
    .recruit02_bg_white {
        padding: 60px 30px;
    }
    .recruit02_table > div {
        display: block;
    }
    .recruit02_table > div:nth-child(1) .rec02_cell1 {
        border-top: 0;
    }
    .recruit02_table > div:nth-child(1) .rec02_cell2 {
        border-top: 0;
    }
    .rec02_cell1 {
        width: 100%;
        font-size: 18px;
        padding: 20px 20px;
        border-bottom: 0;
        border-top: 0;
        justify-content: flex-start;
    }
    .rec02_cell2 {
        width: 100%;
        padding: 20px 20px;
        border-bottom: 0;
    }
    .rec02_cell2 p {
        font-weight: bold;
        line-height: 2em;
    }
    .rec02_cell2 a {
        color: inherit;
    }
    .indent_p {
        text-indent: -1.1em;
        padding-left: 1.1em;
    }
    .entry_btn a {
        height: 80px;
        font-size: 18px;
    }
    .entry_btn a .arrow {
        right: 20px;
    }
    /****************************************************************

      エントリーフォーム

  ****************************************************************/
    .entry_form > div {
        display: block;
        padding: 30px 0;
    }
    .entry_cell1 {
        width: 100%;
        font-size: 18px;
    }
    .entry_cell2 {
        width: 100%;
        margin-top: 15px;
    }
    .label_flex .wpcf7-form-control {
        gap: 15px 30px;
    }
    .label_flex input[type=radio] {
        width: 35px;
        height: 35px;
        vertical-align: -12px;
        overflow: hidden;
    }
    .label_flex input[type=radio]:after {
        border-radius: 0px;
    }
    .label_flex input[type=radio]:before {
        top: 5px;
        left: 12px;
        width: 10px;
        height: 20px;
    }
    /***********/
    .check_text {
        font-size: 17px;
    }
    /****************************************************************

      アクセス

  ****************************************************************/
    .access_flex {
        flex-wrap: wrap;
        gap: 40px;
    }
    .access_left {
        width: 100%;
    }
    .access_left iframe {
        min-height: 300px;
    }
    .access_right {
        width: 100%;
        max-width: 100%;
    }
    .access_bg_text {
        padding: 20px 30px 20px 30px;
        border-left: 13px solid #0075c1;
    }
    .access_bg_text p {
        line-height: 2em;
    }
    /****************************************************************

      職場紹介

  ****************************************************************/
    .work02_flex {
        gap: 20px;
    }
    .work02_flex > div {
        width: 100%;
        padding: 40px 30px;
    }
    /***************************************/
    .work03_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .work03_grid > div {
        padding: 30px 20px 20px;
    }
    .work03_grid h3 {
        min-height: 60px;
    }
    .work03_grid .icon {
        height: 80px;
        align-items: center;
    }
    .work03_grid .icon img {
        transform: scale(0.7);
    }
    .work03_grid p {
        min-height: 0;
        font-size: 16px;
        margin-top: 15px;
    }
}
/* スマートフォン 縦(ポートレート) */