@charset "UTF-8"; * {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #1a1a1a;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    animation: fade 1s;
    font-weight: 400;
    overflow-x: hidden;
}

.hidden {
    display: none;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--header--*/
header {
    position: fixed;
    top: 0;
    z-index: 10;
    /* background: rgb(255, 255, 255); */
    width: 100%;
    height: 100px;
    transition: 0.2s;
    height: 80px;
    /* background: #FFFFFF; */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(41, 171, 226, .8) 75%);
}

header .inner {
    display: flex;
    align-items: center;
    height: 80px;
    max-width: 1400px;
    margin: auto;
}

header .inner .header-logo {
}

header .inner .header-logo a {
    margin-left: 1em;
    margin-right: 2em;
    position: relative;
}

header .inner .header-logo a figure {
}

header .inner .header-logo a figure img {
    width: 100%;
    max-width: 360px;
    filter: drop-shadow(0px 0px 10px rgba(41, 171, 226, .9));
}

header .inner .header-logo a h1 {
    font-size: 17px;
    /* margin-top: 4px; */
    color: #1a1a1a;
    font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    z-index: -1;
    position: absolute;
    top: 15%;
    visibility: hidden;
}

header .pc-header-tel {
    position: relative;
    height: 80px;
    cursor: pointer;
    background: #333;
    display: grid;
    place-content: center;
    padding: 28px;
    margin-left: auto;
}

header .pc-header-tel a {
    display: flex;
    place-items: center;
    place-content: center;
    gap: 1em;
}

header .pc-header-tel a img {
    width: 35px;
}

header .pc-header-tel a p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

header .pc-header-contact {
    position: relative;
    height: 80px;
    cursor: pointer;
    background: #0b318f;
    display: grid;
    place-content: center;
    padding: 28px;
}

header .pc-header-contact a {
    display: flex;
    place-items: center;
    place-content: center;
    gap: 1em;
}

header .pc-header-contact a img {
    width: 35px;
}

header .pc-header-contact a p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

header .bottom-inner {
    /* background: #111; */
    margin-left: auto;
    margin-right: 2em;
}

header .bottom-inner nav {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

header .bottom-inner nav > ul {
    display: flex;
    gap: 30px;
}

header .bottom-inner nav > ul li {
    /* width: calc(100% / 5); */
    /* border-right: solid 1px #fff; */
}

header .bottom-inner nav > ul li:nth-of-type(1), header .bottom-inner nav > ul li:nth-of-type(5) {
    /* border-right: none; */
}

header .bottom-inner nav > ul li a {
    color: #fff;
    transition: 0.2s;
    padding: 1em .5em;
    font-weight: bold;
    /* text-align: center; */
    /* height: 50px; */
    width: 100%;
    filter: drop-shadow(0px 0px 10px rgba(41, 171, 226, .9));
    min-width: 100px;
    text-align: center;
}

header .bottom-inner nav ul li.main-menu:nth-of-type(1) a {
    /* clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%); */
    /* background: #ddd; */
    /* color: #111; */
    /* width: calc(100% + 10%); */
    /* padding-right: calc(1em + 10%); */
}

header .bottom-inner nav ul li a:hover {
    transition: 0.2s;
}

header .bottom-inner nav ul li:nth-of-type(2) ul.sub-menu {
    display: none;
    transition: 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(50 174 227 / 60%);
    width: max-content;
    flex-direction: column;
}

header .bottom-inner nav ul li:nth-of-type(2) ul.sub-menu li {
    width: 100%;
    /* border-right: none; */
    border-top: solid 1px rgb(255 255 255 / 50%);
}

header .bottom-inner nav ul li:nth-of-type(2) {
    position: relative;
    /* width: 200px; */
}

header .bottom-inner nav > ul li:nth-of-type(2):hover ul.sub-menu {
    display: flex;
    transition: 0.2s;
}

header .bottom-inner nav ul li:nth-of-type(3) ul.sub-menu {
    display: none;
    transition: 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(50 174 227 / 60%);
    width: max-content;
    flex-direction: column;
}

header .bottom-inner nav ul li:nth-of-type(3) ul.sub-menu li {
    width: 100%;
    /* border-right: none; */
    border-top: solid 1px rgb(255 255 255 / 50%);
}

header .bottom-inner nav ul li:nth-of-type(3) {
    position: relative;
    /* width: 200px; */
}

header .bottom-inner nav > ul li:nth-of-type(3):hover ul.sub-menu {
    display: flex;
    transition: 0.2s;
}

header .menu-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: inherit;
    display: grid;
    place-content: center;
    /* display: none; */
    margin-left: auto;
}

header .menu-trigger {
    position: relative;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: inherit;
}

header .menu-trigger span {
    position: absolute;
    transform: translateY(-50%);
    display: block;
    width: 34px;
    height: 2px;
    background-color: #000;
    transition: 0.5s;
}

header .menu-trigger span:nth-of-type(1) {
    top: 50%;
}

header .menu-trigger span:nth-of-type(2) {
    top: 20%;
}

header .menu-trigger span:nth-of-type(3) {
    top: 80%;
}

header .menu-trigger.active span {
    transition: 0.5s;
}

header .menu-trigger.active span:nth-of-type(1) {
    opacity: 0;
}

header .menu-trigger.active span:nth-of-type(2) {
    top: 50%;
    transform: rotate(40deg);
}

header .menu-trigger.active span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-40deg);
}

.overlay {
    display: none;
    height: calc(100vh - 70px);
    width: 100%;
    background: rgb(17 17 17 / 90%);
    background-image: url(../img/top/top-recruit_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.overlay.active {
    display: block;
}

.overlay nav {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    width: 100%;
    height: 100%;
    background: url(../assets/img/top-recruit_03.jpg);
    max-width: 1000px;
    display: grid;
    place-content: center;
    place-items: center;
}

.overlay nav ul {
    display: flex;
    gap: 60px 5%;
    flex-wrap: wrap;
}

.overlay nav ul.sub-menu {
    margin-top: 20px;
    gap: 10px;
    margin-left: 2em;
}

.overlay nav ul.sub-menu li {
    width: 100%;
}

.overlay nav ul.sub-menu li a {
    border: none;
    font-size: 17px;
    color: #fff;
}

.overlay nav ul.main-menu>li>a {
}

.overlay nav ul.main-menu>li>a {
    font-weight: bold;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-size: 20px;
    padding-bottom: 6px;
}

.overlay nav ul li {
    width: 30%;
}

.overlay nav ul li a {
    font-weight: bold;
    color: #fff;
}

header .to-top {
    position: fixed;
    right: 5px;
    bottom: 5px;
    visibility: hidden;
}

header .to-top a {
    width: 65px;
    height: 65px;
    color: #fff;
    font-size: 16px;
    /* font-weight: bold; */
    background-color: #000005;
    border: solid 1px #666;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .to-top.active {
    visibility: visible;
    animation: fade 1s forwards;
}

/*-- footer --*/
footer {
    /* background: #00020c; */
}

.footer-access {
    /* width: 96%; */
    /* margin-top: 30px; */
    padding: 50px 0 50px;
    background: #000105;
}

.footer-access > div {
    display: flex;
    gap: 4%;
    width: 95%;
    margin: auto;
    max-width: 1400px;
}

.footer-access > div > iframe {
    width: 48%;
}

.footer-access iframe {
    width: 95%;
    height: 400px;
    display: block;
    max-width: 1400px;
    margin: auto;
}

.footer_main {
    position: relative;
}

.footer_catch {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 50%; */
    padding: 2vw 3vw;
    backdrop-filter: blur(8px);
    background: rgb(255 255 255 / 50%);
    width: max-content;
}

.footer_catch p {
    display: block;
    font-size: 32px;
    color: #333;
    line-height: 1.7;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: clamp(16px, 2.4vw, 32px);
}

.footer_main_bg {
    width: 100%;
    height: 100%;
    /* min-height: 600px; */
}

.footer_main_bg img {
    /* width: auto; */
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    min-height: 500px;
}

.footer_main_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 50px 0 0px;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000105;
    background: linear-gradient(0deg, rgba(0, 1, 5, 1) 50%, rgba(0, 1, 5, 0) 100%);
}

.footer_main .footer-logo {
}

.footer_main .footer-logo figure {
}

.footer_main .footer-logo figure img {
    width: 360px;
    /* max-width: 500px; */
}

.footer_main .footer-address {
    margin-top: 30px;
}

.footer_main .footer-address p {
    color: #fff;
    font-size: 14px;
}

.footer_main .footer-tel {
    /* margin-top: 20px; */
}

.footer_main .footer-tel p {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}

.footer_main .footer-tel p::before {
    background-image: url(../img/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    bottom: 1px;
}

footer small {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 1em 1em;
    color: #fff;
    display: block;
    /* background: #fff; */
}

main {
    /* margin-top: 130px; */
}

/*--top-slide--*/
.top-slide {
}

.top-slide .inner {
}

.swiper {
    /* height: 100vh; */
}

.swiper-wrapper {
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    height: calc(100vh - 310px);
    height: 100%;
    object-position: top;
}

.swiper-slide h2 {
    position: absolute;
    top: 45%;
    left: 24%;
    /* right: -15%; */
    /* transform: translate(-50%, -50%); */
    text-align: center;
    width: 100%;
    /* filter: blur(1px); */
    width: max-content;
    background: rgb(29 27 27 / 60%);
    padding: 1em;
}

.swiper-slide h2 {
    opacity: 0;
    animation: fadeInUp 1.5s ease-out forwards;
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate(-50%, -30%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.swiper-slide h2 span:nth-of-type(1) {
    display: block;
    /* font-size: 80px; */
    color: #fff;
}

.swiper-slide h2 span:nth-of-type(1) img {
    width: 150px;
    height: auto;
    margin: auto;
    fill: #fff;
}

.swiper-slide h2 span:nth-of-type(2) {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 40px;
    line-height: 1.5;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    /* font-style: normal; */
    /* letter-spacing: 0.1em; */
}

/*--top-aboutus--*/
.top-aboutus {
    /* background: #efefef; */
}

.top-aboutus .inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 0px 0 100px;
}

.marquee-wrapper {
    width: 100vw;
    margin: 0px calc(50% - 50vw) 0;
    position: relative;
}

.marquee {
    display: flex;
    animation: scroll 40s linear infinite;
    gap: 0;
}

.marquee-content {
    display: flex;
    padding: 15px 0;
    margin: 0;
    /* gap: 10px; */
    list-style: none;
    flex-shrink: 0;
    background: #111;
}

.marquee-content+.marquee-content {
    /* margin-left: 10px; */
}

.marquee-content li {
    flex-shrink: 0;
    width: 300px;
}

.marquee-content figure {
    margin: 0;
    padding: 0;
}

.marquee-content img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 150px;
    object-fit: cover;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.top-comment {
    padding: 160px 0 160px;
}

.top-comment .top-comment-inner {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 6%;
    align-items: center;
}

.top-comment .top-comment-inner p {
    width: 47%;
    font-size: 24px;
    line-height: 1.7;
    text-align: justify;
    font-weight: 500;
}

.top-comment .top-comment-inner figure {
    width: 47%;
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    flex: 1;
}

.top-comment .top-comment-inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-aboutus hgroup {
    width: 100%;
    height: 100%;
}

.top-aboutus hgroup h2 {
    color: #fff;
    font-size: 36px;
    filter: drop-shadow(2px 2px 0px rgba(17, 17, 17, 1));
}

.top-aboutus-wrap {
    display: grid;
    grid-template-columns: 45% 24.5% 24.5%;
    grid-template-rows: repeat(2, 1fr);
    gap: 50px 3%;
}

.top-aboutus-unit1 {
    grid-area: 1 / 1 / 3 / 2;
}

.top-aboutus-unit1 h3 {
    font-size: 21px;
    margin-bottom: -25px;
    background: #0b318f;
    color: #fff;
    padding: 0.5em 1em;
    width: max-content;
    z-index: 2;
    display: block;
    position: relative;
}

.top-aboutus-unit1 figure {
    position: relative;
    aspect-ratio: 4 / 3.6;
}

.top-aboutus-unit1 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-aboutus-unit1 a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: clamp(16px, 1.8vw, 20px);
}

.top-aboutus-unit1 p {
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.5;
    margin-top: 20px;
    text-align: justify;
}

.top-aboutus-unit2 {
    grid-area: 1 / 2 / 2 / 3;
}

.top-aboutus-unit3 {
    grid-area: 1 / 3 / 2 / 4;
}

.top-aboutus-unit4 {
    grid-area: 2 / 2 / 3 / 3;
}

.top-aboutus-unit5 {
    grid-area: 2 / 3 / 3 / 4;
}

.top-aboutus-unit2 h3 {
    /* font-size: 21px; */
    /* margin-bottom: 20px; */
    font-size: 18px;
    margin-bottom: -20px;
    background: #0b318f;
    color: #fff;
    padding: 0.5em 1em;
    width: max-content;
    z-index: 2;
    display: block;
    position: relative;
}

.top-aboutus-unit2 figure {
    position: relative;
    aspect-ratio: 4 / 3;
}

.top-aboutus-unit2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-aboutus-unit2 a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-aboutus-unit2 p {
    font-size: clamp(14px, 1.6vw, 18px);
    ; line-height: 1.5;
    margin-top: 20px;
    text-align: justify;
}

.top-aboutus-unit3 h3 {
    /* font-size: 21px; */
    /* margin-bottom: 20px; */
    font-size: 18px;
    margin-bottom: -20px;
    background: #0b318f;
    color: #fff;
    padding: 0.5em 1em;
    width: max-content;
    z-index: 2;
    display: block;
    position: relative;
}

.top-aboutus-unit3 figure {
    position: relative;
    aspect-ratio: 4 / 3;
}

.top-aboutus-unit3 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-aboutus-unit3 a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-aboutus-unit3 p {
    font-size: clamp(14px, 1.6vw, 18px);
    ; line-height: 1.5;
    margin-top: 20px;
    text-align: justify;
}

.top-aboutus-unit4 h3 {
    /* font-size: 21px; */
    /* margin-bottom: 20px; */
    font-size: 18px;
    margin-bottom: -20px;
    background: #0b318f;
    color: #fff;
    padding: 0.5em 1em;
    width: max-content;
    z-index: 2;
    display: block;
    position: relative;
}

.top-aboutus-unit4 figure {
    position: relative;
    aspect-ratio: 4 / 3;
}

.top-aboutus-unit4 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-aboutus-unit4 a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-aboutus-unit4 p {
    font-size: clamp(14px, 1.6vw, 18px);
    ; line-height: 1.5;
    margin-top: 20px;
    text-align: justify;
}

.top-aboutus-unit5 h3 {
    /* font-size: 21px; */
    /* margin-bottom: 20px; */
    font-size: 18px;
    margin-bottom: -20px;
    background: #0b318f;
    color: #fff;
    padding: 0.5em 1em;
    width: max-content;
    z-index: 2;
    display: block;
    position: relative;
}

.top-aboutus-unit5 figure {
    position: relative;
    aspect-ratio: 4 / 3;
}

.top-aboutus-unit5 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-aboutus-unit5 a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-aboutus-unit5 p {
    font-size: clamp(14px, 1.6vw, 18px);
    ; line-height: 1.5;
    margin-top: 20px;
    text-align: justify;
}

/*--top-concept--*/
.top-concept {
}

.top-concept .inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0;
}

.top-concept-unit {
    display: flex;
    gap: 30px 4%;
    align-items: center;
}

.top-concept-unit + .top-concept-unit {
    margin-top: 75px;
}

.top-concept-unit:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.top-concept-unit dt {
    width: 38%;
}

.top-concept-unit dt h3 {
    /* text-align: center; */
    /* font-size: 48px; */
    /* font-family: Roboto; */
    /* font-weight: 900; */
    /* color: #0b318f; */
    display: flex;
    flex-direction: column;
}

.top-concept-unit dt h3 span:nth-last-of-type(1) {
    /* text-align: center; */
    font-size: 20px;
    /* font-family: Roboto; */
    font-weight: 900;
    color: #0b318f;
    margin-top: 10px;
}

.top-concept-unit dt h3 span:nth-last-of-type(2) {
    /* text-align: center; */
    font-size: 54px;
    font-family: Roboto;
    font-weight: 900;
    color: #0b318f;
    letter-spacing: 0.05em;
    line-height: 1;
}

.top-concept-unit dt p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
}

.top-concept-unit dd {
    width: 58%;
    display: flex;
}

.top-concept-unit:nth-of-type(1) dd figure {
    max-height: 600px;
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    flex: 1;
}

.top-concept-unit:nth-of-type(2) dd figure {
    max-height: 600px;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    flex: 1;
}

.top-concept-unit dd figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*--top-access--*/
/*--under--*/
.breadcrumb {
    display: flex;
    margin: 0 auto;
    width: 95%;
    max-width: 1400px;
    padding: 1em 0;
}

.breadcrumb li {
}

.breadcrumb li+li {
    margin-left: 1em;
}

.breadcrumb li::after {
    content: ">";
    margin-left: 12px;
}

.breadcrumb li:last-child::after {
    content: none;
}

.breadcrumb li a {
    color: #111;
    border-bottom: solid 1px #fff;
    transition: 0.5s;
    display: inline-block;
}

.breadcrumb li a:hover {
    opacity: 0.5;
    transition: 0.5s;
    border-bottom: solid 1px #1A1A1A;
}

/*-- page-head --*/
.page-head {
}

.page-head .inner {
}

.page-head .inner figure {
    /* max-height: 400px; */
    overflow: hidden;
    position: relative;
}

.page-head .inner figure img {
    filter: saturate(1.2);
    max-height: 400px;
    object-fit: cover;
    filter: sepia(0.4);
    /* object-position: bottom; */
}

#anniversary .page-head .inner figure::after {
    content: "出典：にしのみやデジタルアーカイブ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: max-content;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.5em 1em;
    font-size: 12px;
    font-weight: bold;
}

.page-head .inner figure figcaption {
    font-weight: 100;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
    font-size: 90px;
    color: #888;
    line-height: 1;
    font-family: "roboto";
    padding: 200px 20px 50px;
    font-size: clamp(39px, 5.7vw, 78px);
    text-align: center;
    @charset "UTF-8"; * {
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        color: #1a1a1a;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        animation: fade 1s;
        font-weight: 500;
        overflow-x: hidden;
    }

    .hidden {
        display: none;
    }

    @keyframes fade {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /*--header--*/
    header {
        position: fixed;
        top: 0;
        z-index: 10;
        /* background: rgb(255, 255, 255); */
        width: 100%;
        height: 100px;
        transition: 0.2s;
        height: 80px;
        /* background: #FFFFFF; */
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(41, 171, 226, .9) 75%);
    }

    header .inner {
        display: flex;
        align-items: center;
        height: 80px;
        max-width: 1400px;
        margin: auto;
    }

    header .inner .header-logo {
    }

    header .inner .header-logo a {
        margin-left: 1em;
        margin-right: 2em;
        position: relative;
    }

    header .inner .header-logo a figure {
    }

    header .inner .header-logo a figure img {
        width: 100%;
        max-width: 360px;
        filter: drop-shadow(0px 0px 10px rgba(41, 171, 226, .9));
    }

    header .inner .header-logo a h1 {
        font-size: 17px;
        /* margin-top: 4px; */
        color: #1a1a1a;
        font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: bold;
        z-index: -1;
        position: absolute;
        top: 15%;
        visibility: hidden;
    }

    header .pc-header-tel {
        position: relative;
        height: 80px;
        cursor: pointer;
        background: #333;
        display: grid;
        place-content: center;
        padding: 28px;
        margin-left: auto;
    }

    header .pc-header-tel a {
        display: flex;
        place-items: center;
        place-content: center;
        gap: 1em;
    }

    header .pc-header-tel a img {
        width: 35px;
    }

    header .pc-header-tel a p {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    header .pc-header-contact {
        position: relative;
        height: 80px;
        cursor: pointer;
        background: #0b318f;
        display: grid;
        place-content: center;
        padding: 28px;
    }

    header .pc-header-contact a {
        display: flex;
        place-items: center;
        place-content: center;
        gap: 1em;
    }

    header .pc-header-contact a img {
        width: 35px;
    }

    header .pc-header-contact a p {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    header .bottom-inner {
        /* background: #111; */ margin-left: auto;
        margin-right: 2em;
    }

    header .bottom-inner nav {
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    header .bottom-inner nav > ul {
        display: flex;
        /* gap: 30px; */
    }

    header .bottom-inner nav > ul li {
        /* width: calc(100% / 5); */ /* border-right: solid 1px #fff; */}

    header .bottom-inner nav > ul li: nth-of-type(1), header .bottom-inner nav > ul li:nth-of-type(5) {
        /* border-right: none; */
    }

    header .bottom-inner nav > ul li a {
        color: #fff;
        transition: 0.2s;
        padding: 1em 1.5em;
        font-weight: bold;
        /* text-align: center; */
        /* height: 50px; */
        width: 100%;
        filter: drop-shadow(0px 0px 10px rgba(41, 171, 226, .9));
    }

    header .bottom-inner nav ul li.main-menu: nth-of-type(1) a {
        /* clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%); */ /* background: #ddd; */ /* color: #111; */ /* width: calc(100% + 10%); */ /* padding-right: calc(1em + 10%); */
    }

    header .bottom-inner nav ul li a: hover {
        transition: 0.2s;
    }

    header .bottom-inner nav ul li: nth-of-type(3) ul.sub-menu {
        display: none;
        transition: 0.2s;
        position: absolute;
        top: 100%;
        left: 0;
        background: rgb(50 174 227 / 90%);
        width: max-content;
        flex-direction: column;
    }

    header .bottom-inner nav ul li: nth-of-type(3) ul.sub-menu li {
        width: 100%;
        /* border-right: none; */
        border-top: solid 1px rgb(255 255 255 / 50%);
    }

    header .bottom-inner nav ul li: nth-of-type(3) {
        position: relative;
        /* width: 200px; */
    }

    header .bottom-inner nav > ul li: nth-of-type(3):hover ul.sub-menu {
        display: flex;
        transition: 0.2s;
    }

    header .menu-wrap {
        position: relative;
        width: 80px;
        height: 80px;
        cursor: pointer;
        background: #0d0d1e;
        display: grid;
        place-content: center;
        display: none;
    }

    header .menu-trigger {
        position: relative;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background: #1a1a1a;
    }

    header .menu-trigger span {
        position: absolute;
        transform: translateY(-50%);
        display: block;
        width: 34px;
        height: 2px;
        background-color: #FFF;
        transition: 0.5s;
    }

    header .menu-trigger span: nth-of-type(1) {
        top: 50%;
    }

    header .menu-trigger span: nth-of-type(2) {
        top: 20%;
    }

    header .menu-trigger span: nth-of-type(3) {
        top: 80%;
    }

    header .menu-trigger.active span {
        transition: 0.5s;
    }

    header .menu-trigger.active span: nth-of-type(1) {
        opacity: 0;
    }

    header .menu-trigger.active span: nth-of-type(2) {
        top: 50%;
        transform: rotate(40deg);
    }

    header .menu-trigger.active span: nth-of-type(3) {
        top: 50%;
        transform: rotate(-40deg);
    }

    .overlay {
        display: none;
        height: calc(100vh - 70px);
        width: 100%;
        background: #111;
        background-image: url(../img/top/top-recruit_03.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: overlay;
    }

    .overlay.active {
        display: block;
    }

    .overlay nav {
        margin-left: auto;
        margin-right: auto;
        padding: 40px 20px;
        width: 100%;
        height: 100%;
        background: url(../assets/img/top-recruit_03.jpg);
        max-width: 1000px;
        display: grid;
        place-content: center;
        place-items: center;
    }

    .overlay nav ul {
        display: flex;
        gap: 60px 5%;
        flex-wrap: wrap;
    }

    .overlay nav ul.sub-menu {
        margin-top: 20px;
        gap: 10px;
        margin-left: 2em;
    }

    .overlay nav ul.sub-menu li {
        width: 100%;
    }

    .overlay nav ul.sub-menu li a {
        border: none;
        font-size: 17px;
        color: #fff;
    }

    .overlay nav ul.main-menu>li>a {
    }

    .overlay nav ul.main-menu>li>a {
        font-weight: bold;
        color: #fff;
        border-bottom: solid 1px #fff;
        font-size: 20px;
        padding-bottom: 6px;
    }

    .overlay nav ul li {
        width: 30%;
    }

    .overlay nav ul li a {
        font-weight: bold;
        color: #1a1a1a;
    }

    header .to-top {
        position: fixed;
        right: 5px;
        bottom: 5px;
        visibility: hidden;
    }

    header .to-top a {
        width: 65px;
        height: 65px;
        color: #fff;
        font-size: 16px;
        /* font-weight: bold; */
        background-color: #000005;
        border: solid 1px #666;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .to-top.active {
        visibility: visible;
        animation: fade 1s forwards;
    }

    /*-- footer --*/
    footer {
        /* background: #00020c; */}

    .footer-access {
        /* width: 96%; */ /* margin-top: 30px; */ padding: 50px 0 50px;
        background: #000105;
    }

    .footer-access iframe {
        width: 95%;
        height: 400px;
        display: block;
        max-width: 1400px;
        margin: auto;
    }

    .footer_main {
        position: relative;
    }

    .footer_catch {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* width: 50%; */
        padding: 3em 4em;
        backdrop-filter: blur(8px);
        background: rgb(255 255 255 / 50%);
        width: max-content;
    }

    .footer_catch p {
        display: block;
        font-size: 32px;
        color: #333;
        line-height: 1.7;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.3em;
    }

    .footer_main_bg {
        width: 100%;
        height: 100%;
    }

    .footer_main_bg img {
        /* width: auto; */ height: 100%;
        object-fit: cover;
        object-position: bottom;
    }

    .footer_main_inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 50px 0 0px;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #000105;
        background: linear-gradient(0deg, rgba(0, 1, 5, 1) 50%, rgba(0, 1, 5, 0) 100%);
    }

    .footer_main .footer-logo {
    }

    .footer_main .footer-logo figure {
    }

    .footer_main .footer-logo figure img {
        width: 360px;
        /* max-width: 500px; */
    }

    .footer_main .footer-address {
        margin-top: 30px;
    }

    .footer_main .footer-address p {
        color: #fff;
        font-size: 14px;
    }

    .footer_main .footer-tel {
        /* margin-top: 20px; */
    }

    .footer_main .footer-tel p {
        color: #fff;
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 20px;
    }

    .footer_main .footer-tel p: :before {
        background-image: url(../img/tel.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        position: relative;
        bottom: 1px;
    }

    footer small {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        padding: 1em 1em;
        color: #fff;
        display: block;
        /* background: #fff; */
    }

    main {
        /* margin-top: 130px; */}

    /*--top-slide--*/ .top-slide {
    }

    .top-slide .inner {
    }

    .swiper {
        height: 100vh;
    }

    .swiper-wrapper {
    }

    .swiper-slide {
        position: relative;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        height: calc(100vh - 310px);
        height: 100%;
        object-position: top;
    }

    .swiper-slide h2 {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        filter: drop-shadow(0px 0px 20px rgba(41, 171, 226, .9));
    }

    .swiper-slide h2 span: nth-of-type(1) {
        display: block;
        font-size: 80px;
        color: #fff;
    }

    .swiper-slide h2 span: nth-of-type(1) img {
        width: 150px;
        height: auto;
        margin: auto;
        fill: #fff;
    }

    .swiper-slide h2 span: nth-of-type(2) {
        display: block;
        font-size: 28px;
        color: #fff;
        margin-top: 40px;
        line-height: 1.5;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
        /* font-style: normal; */
        /* letter-spacing: 0.1em; */
    }

    /*--top-aboutus--*/
    .top-aboutus {
        /* background: #efefef; */
    }

    .top-aboutus .inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 0px 0 100px;
    }

    .marquee-wrapper {
        width: 100vw;
        margin: 0px calc(50% - 50vw) 0;
        position: relative;
    }

    .marquee {
        display: flex;
        animation: scroll 40s linear infinite;
        gap: 0;
    }

    .marquee-content {
        display: flex;
        padding: 15px 0;
        margin: 0;
        /* gap: 10px; */
        list-style: none;
        flex-shrink: 0;
        background: #111;
    }

    .marquee-content+.marquee-content {
        /* margin-left: 10px; */
    }

    .marquee-content li {
        flex-shrink: 0;
        width: 300px;
    }

    .marquee-content figure {
        margin: 0;
        padding: 0;
    }

    .marquee-content img {
        width: 100%;
        height: auto;
        display: block;
        max-height: 150px;
        object-fit: cover;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .top-comment {
        padding: 160px 0 160px;
    }

    .top-comment .top-comment-inner {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        gap: 6%;
        align-items: center;
    }

    .top-comment .top-comment-inner p {
        width: 47%;
        font-size: 24px;
        line-height: 1.7;
        text-align: justify;
        font-weight: 500;
    }

    .top-comment .top-comment-inner figure {
        width: 47%;
        overflow: hidden;
        margin-right: calc(50% - 50vw);
        flex: 1;
    }

    .top-comment .top-comment-inner figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-aboutus hgroup {
        width: 100%;
        height: 100%;
    }

    .top-aboutus hgroup h2 {
        color: #fff;
        font-size: 36px;
        filter: drop-shadow(2px 2px 0px rgba(17, 17, 17, 1));
    }

    .top-aboutus-wrap {
        display: grid;
        grid-template-columns: 45% 24.5% 24.5%;
        grid-template-rows: repeat(2, 1fr);
        gap: 50px 3%;
    }

    .top-aboutus-unit1 {
        grid-area: 1 / 1 / 3 / 2;
    }

    .top-aboutus-unit1 h3 {
        font-size: 21px;
        margin-bottom: -25px;
        background: #0b318f;
        color: #fff;
        padding: 0.5em 1em;
        width: max-content;
        z-index: 2;
        display: block;
        position: relative;
    }

    .top-aboutus-unit1 figure {
        position: relative;
        aspect-ratio: 4 / 3.6;
    }

    .top-aboutus-unit1 figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-aboutus-unit1 a {
        width: max-content;
        padding: 0.5em 2em;
        background: rgba(0,0,0,.8);
        color: #fff;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: clamp(16px, 1.8vw, 20px);
    }

    .top-aboutus-unit1 p {
        font-size: clamp(14px, 1.6vw, 18px);
        line-height: 1.5;
        margin-top: 20px;
        text-align: justify;
    }

    .top-aboutus-unit2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .top-aboutus-unit3 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .top-aboutus-unit4 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .top-aboutus-unit5 {
        grid-area: 2 / 3 / 3 / 4;
    }

    .top-aboutus-unit2 h3 {
        /* font-size: 21px; */ /* margin-bottom: 20px; */ font-size: 18px;
        margin-bottom: -20px;
        background: #0b318f;
        color: #fff;
        padding: 0.5em 1em;
        width: max-content;
        z-index: 2;
        display: block;
        position: relative;
    }

    .top-aboutus-unit2 figure {
        position: relative;
        aspect-ratio: 4 / 3;
    }

    .top-aboutus-unit2 figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-aboutus-unit2 a {
        width: max-content;
        padding: 0.5em 2em;
        background: rgba(0,0,0,.7);
        color: #fff;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .top-aboutus-unit2 p {
        font-size: clamp(14px, 1.6vw, 18px);
        line-height: 1.5;
        margin-top: 20px;
        text-align: justify;
    }

    .top-aboutus-unit3 h3 {
        /* font-size: 21px; */ /* margin-bottom: 20px; */ font-size: 18px;
        margin-bottom: -20px;
        background: #0b318f;
        color: #fff;
        padding: 0.5em 1em;
        width: max-content;
        z-index: 2;
        display: block;
        position: relative;
    }

    .top-aboutus-unit3 figure {
        position: relative;
        aspect-ratio: 4 / 3;
    }

    .top-aboutus-unit3 figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-aboutus-unit3 a {
        width: max-content;
        padding: 0.5em 2em;
        background: rgba(0,0,0,.7);
        color: #fff;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .top-aboutus-unit3 p {
        font-size: clamp(14px, 1.6vw, 18px);
        line-height: 1.5;
        margin-top: 20px;
        text-align: justify;
    }

    .top-aboutus-unit4 h3 {
        /* font-size: 21px; */ /* margin-bottom: 20px; */ font-size: 18px;
        margin-bottom: -20px;
        background: #0b318f;
        color: #fff;
        padding: 0.5em 1em;
        width: max-content;
        z-index: 2;
        display: block;
        position: relative;
    }

    .top-aboutus-unit4 figure {
        position: relative;
        aspect-ratio: 4 / 3;
    }

    .top-aboutus-unit4 figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-aboutus-unit4 a {
        width: max-content;
        padding: 0.5em 2em;
        background: rgba(0,0,0,.7);
        color: #fff;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .top-aboutus-unit4 p {
        font-size: clamp(14px, 1.6vw, 18px);
        line-height: 1.5;
        margin-top: 20px;
        text-align: justify;
    }

    .top-aboutus-unit5 h3 {
        /* font-size: 21px; */ /* margin-bottom: 20px; */ font-size: 18px;
        margin-bottom: -20px;
        background: #0b318f;
        color: #fff;
        padding: 0.5em 1em;
        width: max-content;
        z-index: 2;
        display: block;
        position: relative;
    }

    .top-aboutus-unit5 figure {
        position: relative;
        aspect-ratio: 4 / 3;
    }

    .top-aboutus-unit5 figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-aboutus-unit5 a {
        width: max-content;
        padding: 0.5em 2em;
        background: rgba(0,0,0,.7);
        color: #fff;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .top-aboutus-unit5 p {
        font-size: clamp(14px, 1.6vw, 18px);
        line-height: 1.5;
        margin-top: 20px;
        text-align: justify;
    }

    /*--top-concept--*/
    .top-concept {
    }

    .top-concept .inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    .top-concept-unit {
        display: flex;
        gap: 30px 4%;
        align-items: center;
    }

    .top-concept-unit + .top-concept-unit {
        margin-top: 75px;
    }

    .top-concept-unit:nth-of-type(2n) {
        flex-direction: row-reverse;
    }

    .top-concept-unit dt {
        width: 38%;
    }

    .top-concept-unit dt h3 {
        /* text-align: center; */ /* font-size: 48px; */ /* font-family: Roboto; */ /* font-weight: 900; */ /* color: #0b318f; */ display: flex;
        flex-direction: column;
    }

    .top-concept-unit dt h3 span: nth-last-of-type(1) {
        /* text-align: center; */ font-size: 20px;
        /* font-family: Roboto; */
        font-weight: 900;
        color: #0b318f;
        margin-top: 10px;
    }

    .top-concept-unit dt h3 span: nth-last-of-type(2) {
        /* text-align: center; */ font-size: 54px;
        font-family: Roboto;
        font-weight: 900;
        color: #0b318f;
        letter-spacing: 0.05em;
        line-height: 1;
    }

    .top-concept-unit dt p {
        margin-top: 30px;
        font-size: 18px;
        line-height: 1.5;
    }

    .top-concept-unit dd {
        width: 58%;
        display: flex;
    }

    .top-concept-unit:nth-of-type(1) dd figure {
        max-height: 600px;
        overflow: hidden;
        margin-right: calc(50% - 50vw);
        flex: 1;
    }

    .top-concept-unit:nth-of-type(2) dd figure {
        max-height: 600px;
        overflow: hidden;
        margin-left: calc(50% - 50vw);
        flex: 1;
    }

    .top-concept-unit dd figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*--top-access--*/
    /*--under--*/
    .breadcrumb {
        display: flex;
        margin: 0 auto;
        width: 95%;
        max-width: 1400px;
        padding: 1em 0;
    }

    .breadcrumb li {
    }

    .breadcrumb li+li {
        margin-left: 1em;
    }

    .breadcrumb li: :after {
        content: ">";
        margin-left: 12px;
    }

    .breadcrumb li: last-child::after {
        content: none;
    }

    .breadcrumb li a {
        color: #111;
        border-bottom: solid 1px #fff;
        transition: 0.5s;
        display: inline-block;
    }

    .breadcrumb li a: hover {
        opacity: 0.5;
        transition: 0.5s;
        border-bottom: solid 1px #1A1A1A;
    }

    /*-- page-head --*/
    .page-head {
    }

    .page-head .inner {
    }

    .page-head .inner figure {
        /* max-height: 400px; */ overflow: hidden;
        position: relative;
    }

    .page-head .inner figure img {
    }

    .page-head .inner figure figcaption {
        font-weight: 100;
        letter-spacing: 0.04em;
        margin-bottom: 50px;
        font-size: 90px;
        color: #999;
        line-height: 1;
        font-family: "roboto";
        padding: 160px 20px 25px;
    }

    .page-head .inner figure figcaption span {
        font-size: clamp(14px, 1.6vw, 18px);
        /* font-weight: 900; */
        /* color: #222; */
        line-height: 1;
        display: block;
        letter-spacing: 0.1em;
    }

    #about-top {
    }

    #about-top .about-top-inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    #about-top .about-top-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #about-top .about-top-inner p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.7;
        border-left: solid 5px #0b318f;
        padding: 0 2em;
    }

    #about-top .about-top-inner figure {
        width: 100%;
        height: 400px;
        /* overflow: hidden; */
        margin-left: auto;
        margin-top: 50px;
        max-width: 80%;
    }

    #about-top .about-top-inner figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #products-top {
    }

    #products-top .products-top-inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    #products-top .products-top-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #products-top .products-top-inner p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.7;
        border-left: solid 5px #0b318f;
        padding: 0 2em;
    }

    #products-top .products-top-inner figure {
        width: 100%;
        /* height: 400px; */
        overflow: hidden;
        margin-left: auto;
        margin-top: 50px;
        display: flex;
        gap: 10px;
    }

    #products-top .products-top-inner figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: calc(calc(100% - 70px) / 8);
    }

    #products-bottom {
    }

    #products-bottom .products-bottom-inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    #products-bottom .products-bottom-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #products-bottom .products-bottom-inner p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.7;
        border-left: solid 5px #0b318f;
        padding: 0 2em;
    }

    #products-bottom .products-bottom-inner figure {
        width: 100%;
        /* height: 400px; */
        overflow: hidden;
        margin-left: auto;
        margin-top: 50px;
        display: flex;
        gap: 10px;
        max-width: 80%;
    }

    #products-bottom .products-bottom-inner figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: calc(calc(100% - 30px) / 3);
    }

    #access-top {
    }

    #access-top .access-top-inner {
        width: 95%;
        max-width: 1000px;
        margin: auto;
        padding: 100px 0;
    }

    #access-top .access-top-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #access-top .access-top-inner p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.7;
        border-left: solid 5px #0b318f;
        padding: 0 2em;
    }

    #access-top .access-top-inner iframe {
        display: block;
        width: 100%;
        max-width: 1200px;
        aspect-ratio: 16 / 9;
        margin-top: 40px;
    }

    #history-top {
    }

    #history-top .history-top-inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    #history-top .history-top-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #history-top .history-top-inner p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.7;
        border-left: solid 5px #0b318f;
        padding: 0 2em;
    }

    #history-top .history-top-inner table {
        width: 100%;
        max-width: 1000px;
        margin: 80px auto 0;
        border-collapse: collapse;
    }

    #history-top .history-top-inner table tr {
        border-bottom: solid 2px #fff;
    }

    #history-top .history-top-inner table tr td {
        padding: 1em 2em;
        /* background: #eee; */
        line-height: 1.5;
    }

    #history-top .history-top-inner table tr td: nth-of-type(1) {
        width: 25%;
        vertical-align: middle;
        background: #0b318f;
        color: #fff;
        font-weight: bold;
        padding: 1em 2em;
        text-align: center;
    }

    #history-top .history-top-inner table tr td: nth-of-type(2) {
        background: #eee;
    }

    #about-bottom {
    }

    #about-bottom .about-bottom-inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    #about-bottom .about-bottom-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #about-bottom .about-bottom-inner p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.7;
        border-left: solid 5px #0b318f;
        padding: 0 2em;
    }

    #about-mid .about-mid-inner table {
        width: 100%;
        max-width: 1000px;
        margin: 80px auto 0;
        border-collapse: collapse;
    }

    #about-mid .about-mid-inner table tr {
        border-bottom: solid 2px #fff;
    }

    #about-mid .about-mid-inner table tr td {
        padding: 1em 2em;
        /* background: #eee; */
        line-height: 1.5;
    }

    #about-mid .about-mid-inner table tr td: nth-of-type(1) {
        width: 25%;
        vertical-align: middle;
        background: #0b318f;
        color: #fff;
        font-weight: bold;
        padding: 1em 2em;
        text-align: center;
    }

    #about-mid .about-mid-inner table tr td: nth-of-type(2) {
        background: #eee;
    }

    /*----- お問い合わせ（contact） -----*/
    .contact-form {
    }

    .contact-form .inner {
        width: 95%;
        max-width: 1000px;
        margin: auto;
        padding: 100px 0;
    }

    .contact-form .inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    .contact-form .inner h3+p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.7;
        border-left: solid 5px #0b318f;
        padding: 0 2em;
    }

    .contact-form .inner h3 {
        font-size: 36px;
        line-height: 1.5;
    }

    /* .contact-form .inner h3+p {
  font-size: clamp(14px, 1.6vw, 18px);
  ; margin-top: 40px;
  line-height: 1.5;
  text-align: center;
} */
    .contact-form .inner h3+p span {
        color: #ee2930;
    }

    .contact-form .inner dl {
        display: flex;
        flex-wrap: wrap;
        border-top: solid 1px #aaa;
        margin-top: 60px;
    }

    .contact-form .inner dl dt {
        padding: 20px 20px;
        width: 20%;
        border-bottom: solid 1px #aaa;
        background: #eaeaea;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .contact-form .inner dl dt p {
        font-weight: bold;
        line-height: 1.5;
        width: 100%;
    }

    .contact-form .inner dl dt.required p: :after {
        content: "＊";
        color: #ee2930;
        float: right;
    }

    .contact-form .inner dl dd {
        width: 80%;
        border-bottom: solid 1px #aaa;
        line-height: 1.5;
    }

    .contact-form.confirmed .inner dl dd {
        padding: 20px;
    }

    .contact-form .inner dl dd.radio-block {
        display: flex;
        gap: 30px;
        padding: 20px;
    }

    .contact-form .inner dl dd.radio-block label {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .contact-form .inner dl dd.radio-block label input {
        display: flex;
        align-items: center;
        gap: 5px;
        width: auto;
    }

    .contact-form .inner dl dd input {
        display: block;
        line-height: 1.5;
        width: 100%;
        border: none;
        padding: 20px;
    }

    .contact-form .inner dl dd textarea {
        display: block;
        line-height: 1.5;
        width: 100%;
        border: none;
        padding: 20px;
    }

    .privacy-box {
        width: 100%;
        margin: 20px auto 0;
        padding: 10px 5px;
        background-color: #eaeaea;
        text-align: center;
        padding: 40px 0;
        margin-top: 60px;
    }

    .privacy-box p {
        line-height: 1.5
    }

    .privacy-box p a {
        display: inline;
        color: #0b318f;
        font-weight: bold;
    }

    .privacy-box label {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        cursor: pointer;
    }

    .contact-btn-area {
        width: 100%;
        /* max-width: 860px; */
        display: flex;
        justify-content: center;
        margin: 60px auto 0;
        gap: 30px;
    }

    .contact-btn-area input.btn-back {
        display: block;
        width: 47.5%;
        color: #333;
        background-color: #aaa;
        cursor: pointer;
        padding: 20px 0;
        max-width: 320px;
        font-size: 18px;
        font-weight: bold;
        border: none;
    }

    #contact .contact-btn-area input.btn-send {
        display: block;
        width: 47.5%;
        color: #FFF;
        background-color: #0b318f;
        cursor: pointer;
        padding: 20px 0;
        max-width: 320px;
        font-size: 18px;
        font-weight: bold;
        border: none;
    }

    .contact-form.thanks .inner a {
        color: #fff;
        background: #0b318f;
        display: grid;
        place-items: center;
        place-content: center;
        height: 60px;
        font-weight: bold;
        max-width: 320px;
        margin: 40px auto 0;
        width: 100%;
    }

    .contact-form.thanks .inner a span {
        display: block;
        position: relative;
        padding-right: 2em;
        transition: 0.3s;
    }

    .contact-form.thanks .inner a span: before {
        position: absolute;
        right: 0px;
        top: 8.5px;
        display: block;
        content: "";
        width: 20px;
        height: 1px;
        background: #fff;
        transition: 0.3s;
    }

    .contact-form.thanks .inner a span: after {
        position: absolute;
        right: 0px;
        top: 5px;
        display: block;
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(45deg);
        transition: 0.3s;
    }

    .contact-form.thanks .inner a: hover span:before {
        transform: translateX(5px);
        transition: 0.3s;
    }

    .contact-form.thanks .inner a: hover span:after {
        transform: translateX(5px) rotate(45deg);
        transition: 0.3s;
    }

    #contact .page-head .inner figure {
        /* height: 250px; */ overflow: hidden;
    }

    /*----- -------------- -----*/
    /*----- 個人情報保護方針 -----*/
    .privacy {
    }

    .privacy .inner {
        width: 95%;
        max-width: 1000px;
        margin: auto;
        padding: 100px 0;
    }

    .privacy .inner p.head_text {
        border-bottom: solid 1px #ccc;
        margin-top: 120px;
        line-height: 1.5;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .privacy .inner h4 {
        font-size: clamp(18px, 2vw, 22px);
        margin-bottom: 10px;
    }

    .privacy .inner p {
        line-height: 1.5;
        text-align: justify;
    }

    .privacy .inner p+h4 {
        margin-top: 60px;
    }

    /*----- -------------- -----*/
    /*----- セメントSS -----*/
    #cementss-top {
    }

    #cementss-top .cementss-top-inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    #cementss-top .cementss-top-inner figure {
        width: 70%;
        max-width: 1000px;
        margin: 40px auto 80px;
        border-collapse: collapse;
    }

    #cementss-top .cementss-top-inner figure img {
    }

    #cementss-top .cementss-top-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #cementss-top .cementss-top-inner table {
        width: 100%;
        max-width: 1000px;
        margin: 40px auto 80px;
        border-collapse: collapse;
    }

    #cementss-top .cementss-top-inner table tr {
        border-bottom: solid 2px #fff;
    }

    #cementss-top .cementss-top-inner table tr td {
        padding: 1em 2em;
        /* background: #eee; */
        line-height: 1.5;
    }

    #cementss-top .cementss-top-inner table tr td: nth-of-type(1) {
        width: 25%;
        vertical-align: middle;
        background: #0b318f;
        color: #fff;
        font-weight: bold;
        padding: 1em 2em;
        text-align: center;
    }

    #cementss-top .cementss-top-inner table tr td: nth-of-type(2) {
        background: #eee;
    }

    /*----- -------------- -----*/
    /*----- ------リクルート recruit-------- -----*/
    #recruit-top {
    }

    #recruit-top .recruit-top-inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    #recruit-top .recruit-top-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #recruit-top .recruit-top-inner p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.7;
        border-left: solid 5px #0b318f;
        padding: 0 2em;
    }

    /*----- -------------- -----*/
    /*----- ------今津生コン株式会社-------- -----*/
    #imanama-top {
    }

    #imanama-top .imanama-top-inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    #imanama-top .imanama-top-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #imanama-top .imanama-top-inner h4 {
        font-size: 24px;
        line-height: 1.5;
    }

    #imanama-top .imanama-top-inner > table.first-table {
        width: 100%;
        max-width: 1000px;
        margin: 40px auto 80px;
        border-collapse: collapse;
    }

    #imanama-top .imanama-top-inner > table.first-table tr {
        border-bottom: solid 2px #fff;
    }

    #imanama-top .imanama-top-inner > table.first-table tr td {
        padding: 1em 2em;
        /* background: #eee; */
        line-height: 1.5;
    }

    #imanama-top .imanama-top-inner > table.first-table tr td: nth-of-type(1) {
        width: 25%;
        vertical-align: middle;
        background: #0b318f;
        color: #fff;
        font-weight: bold;
        padding: 1em 2em;
        text-align: center;
    }

    #imanama-top .imanama-top-inner > table.first-table tr td: nth-of-type(2) {
        background: #eee;
    }

    #imanama-top .imanama-top-inner > table.second-table {
        width: 100%;
        max-width: 1000px;
        margin: 40px auto 80px;
        border-collapse: collapse;
    }

    #imanama-top .imanama-top-inner > table.second-table tr {
        border-bottom: solid 2px #fff;
    }

    #imanama-top .imanama-top-inner > table.second-table tr td {
        padding: 1em 2em;
        /* background: #eee; */
        line-height: 1.5;
    }

    #imanama-top .imanama-top-inner > table.second-table tr td: nth-of-type(1) {
        width: 25%;
        vertical-align: middle;
        background: #0b318f;
        color: #fff;
        font-weight: bold;
        padding: 1em 2em;
        text-align: center;
    }

    #imanama-top .imanama-top-inner > table.second-table tr td: nth-of-type(2) {
        background: #eee;
        width: 75%;
    }

    #imanama-top .imanama-top-inner table.third-table {
        width: 100%;
        /* max-width: 1000px; */
        /* margin: 40px auto 80px; */
        border-collapse: collapse;
    }

    #imanama-top .imanama-top-inner table.third-table tr {
        border-bottom: inherit;
    }

    #imanama-top .imanama-top-inner table.third-table tr td {
        padding: 1em 2em;
        /* background: #eee; */
        line-height: 1.5;
    }

    #imanama-top .imanama-top-inner table.third-table tr td: nth-of-type(1) {
        width: 50%;
        vertical-align: middle;
        background: inherit;
        color: inherit;
        font-weight: 500;
        padding: 0;
        text-align: left;
    }

    #imanama-top .imanama-top-inner table.third-table tr td: nth-of-type(2) {
        background: #eee;
        width: 50%;
        padding: 0;
    }

    #imanama-top .imanama-top-inner ul {
        display: flex;
        gap: 4%;
        width: 100%;
        max-width: 1000px;
        margin: 40px auto 80px;
    }

    #imanama-top .imanama-top-inner ul li {
        width: 48%;
    }

    #imanama-top .imanama-top-inner .imanama-top-inner figure {
        width: 70%;
        max-width: 1000px;
        margin: 40px auto 80px;
        border-collapse: collapse;
    }

    #imanama-top .imanama-top-inner > figure {
        width: 48%;
        max-width: 1000px;
        margin: 40px auto 80px;
        border-collapse: collapse;
    }

    #imanama-top .imanama-top-inner figure img {
    }

    /*----- -------------- -----*/ /*----- ------今津陸運株式会社-------- -----*/ #rikuun-top {
    }

    #rikuun-top .rikuun-top-inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    #rikuun-top .rikuun-top-inner h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    #rikuun-top .rikuun-top-inner > table {
        width: 100%;
        max-width: 1000px;
        margin: 40px auto 80px;
        border-collapse: collapse;
    }

    #rikuun-top .rikuun-top-inner > table tr {
        border-bottom: solid 2px #fff;
    }

    #rikuun-top .rikuun-top-inner > table tr td {
        padding: 1em 2em;
        /* background: #eee; */
        line-height: 1.5;
    }

    #rikuun-top .rikuun-top-inner > table: nth-of-type(1) tr td:nth-of-type(1) {
        width: 25%;
        vertical-align: middle;
        background: #0b318f;
        color: #fff;
        font-weight: bold;
        padding: 1em 2em;
        text-align: center;
    }

    #rikuun-top .rikuun-top-inner > table: nth-of-type(2) tr td:nth-of-type(1) {
        width: 35%;
        vertical-align: middle;
        background: #0b318f;
        color: #fff;
        font-weight: bold;
        padding: 1em 2em;
        text-align: center;
    }

    #rikuun-top .rikuun-top-inner > table tr td: nth-of-type(2) {
        background: #eee;
    }

    #rikuun-top .rikuun-top-inner ul {
        display: flex;
        gap: 4%;
        width: 100%;
        max-width: 1000px;
        margin: 40px auto 80px;
    }

    #rikuun-top .rikuun-top-inner ul li {
        width: 48%;
    }

    /*----- -------------- -----*/
    .top-company {
    }

    .top-company .inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 200px 0 100px;
    }

    .top-company .inner h2 {
        font-weight: 100;
        letter-spacing: 0.04em;
        margin-bottom: 50px;
        font-size: 90px;
        color: #999;
        line-height: 1;
        font-family: "roboto";
    }

    .top-company-unit1 {
        display: flex;
        gap: 4%;
        align-items: center;
    }

    .top-company-unit1 dt {
        width: 30%;
    }

    .top-company-unit1 dt h3 {
        font-size: 36px;
        color: #333;
        font-family: "Shippori Mincho", serif;
        font-size: clamp(18px, 2.7vw, 36px);
    }

    .top-company-unit1 dt p {
        font-size: 17px;
        text-align: justify;
        line-height: 1.5;
        margin-top: 80px;
    }

    .top-company-unit1 dt a {
        width: max-content;
        padding: 0.5em 2em;
        background: rgba(0,0,0,.7);
        color: #fff;
        font-weight: bold;
        margin-top: 20px;
    }

    .top-company-unit1 dd {
        margin-right: calc(50% - 50vw);
        flex: 1;
        width: 66%;
    }

    .top-company-unit1 dd figure {
    }

    .top-company-unit1 dd figure img {
    }

    .top-company-unit2 {
        display: flex;
        flex-direction: row-reverse;
        gap: 4%;
        align-items: center;
    }

    .top-company-unit2 dt {
        width: 66%;
    }

    .top-company-unit2 dt h3 {
        font-size: 28px;
        color: #333;
        font-family: "Shippori Mincho", serif;
        font-size: clamp(16px, 2.2vw, 28px);
    }

    .top-company-unit2 dt p {
        font-size: 15px;
        text-align: justify;
        line-height: 1.5;
        margin-top: 40px;
    }

    .top-company-unit2 dt a {
        width: max-content;
        padding: 0.5em 2em;
        background: rgba(0, 0, 0, .7);
        color: #fff;
        font-weight: bold;
        margin-top: 20px;
    }

    .top-company-unit2 dd {
        width: 36%;
    }

    .top-company-unit2 dd figure {
    }

    .top-company-unit2 dd figure img {
    }

    /*----- -------------- -----*/ .top-group {
        background: url(../img/top/bg_middle.webp) no-repeat center center;
        background-size: contain;
    }

    .top-group .inner {
        width: 95%;
        max-width: 1400px;
        margin: auto;
        padding: 100px 0;
    }

    .top-group .inner h2 {
        font-weight: 100;
        letter-spacing: 0.04em;
        margin-bottom: 50px;
        font-size: 90px;
        color: #999;
        line-height: 1;
        font-family: "roboto";
    }

    .top-group dl {
        display: flex;
        gap: 30px 4%;
        gap: 4%;
        align-items: center;
    }

    .top-group dl + dl {
        margin-top: 50px;
    }

    .top-group dl: nth-of-type(2n) {
        flex-direction: row-reverse;
    }

    .top-group dl dt {
        width: 66%;
    }

    .top-group dl dt h3 {
        font-size: 28px;
        color: #333;
        font-family: "Shippori Mincho", serif;
        border-bottom: solid 1px #333;
        padding-bottom: 1.5rem;
        font-size: clamp(16px, 2.2vw, 28px);
    }

    .top-group dl dt p {
        font-size: 15px;
        text-align: justify;
        line-height: 1.5;
        margin-top: 1.5rem;
    }

    .top-group dl dt a {
        width: max-content;
        padding: 0.5em 2em;
        background: rgba(0, 0, 0, .7);
        color: #fff;
        font-weight: bold;
        margin-top: 20px;
    }

    .top-group dl dd {
        width: 30%;
    }

    .top-group dl dd figure {
    }

    .top-group dl dd figure img {
    }

    /*----- -------------- -----*/ }

.page-head .inner figure figcaption span {
    font-size: clamp(14px, 1.6vw, 18px);
    /* font-weight: 900; */
    /* color: #222; */
    line-height: 1;
    display: block;
    letter-spacing: 0.1em;
}

#about-top {
}

#about-top .about-top-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0;
}

#about-top .about-top-inner h2 {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: clamp(18px, 2.7vw, 36px);
}

#about-top .about-top-inner p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
    border-left: solid 5px #0b318f;
    padding: 0 2em;
}

#about-top .about-top-inner figure {
    width: 100%;
    height: 400px;
    /* overflow: hidden; */
    margin-left: auto;
    margin-top: 50px;
    max-width: 80%;
}

#about-top .about-top-inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#products-top {
}

#products-top .products-top-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0;
}

#products-top .products-top-inner h2 {
    font-size: 36px;
    line-height: 1.5;
}

#products-top .products-top-inner p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
    border-left: solid 5px #0b318f;
    padding: 0 2em;
}

#products-top .products-top-inner figure {
    width: 100%;
    /* height: 400px; */
    overflow: hidden;
    margin-left: auto;
    margin-top: 50px;
    display: flex;
    gap: 10px;
}

#products-top .products-top-inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: calc(calc(100% - 70px) / 8);
}

#products-bottom {
}

#products-bottom .products-bottom-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0;
}

#products-bottom .products-bottom-inner h2 {
    font-size: 36px;
    line-height: 1.5;
}

#products-bottom .products-bottom-inner p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
    border-left: solid 5px #0b318f;
    padding: 0 2em;
}

#products-bottom .products-bottom-inner figure {
    width: 100%;
    /* height: 400px; */
    overflow: hidden;
    margin-left: auto;
    margin-top: 50px;
    display: flex;
    gap: 10px;
    max-width: 80%;
}

#products-bottom .products-bottom-inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: calc(calc(100% - 30px) / 3);
}

#access-top {
}

#access-top .access-top-inner {
    width: 95%;
    max-width: 1000px;
    margin: auto;
    padding: 100px 0;
}

#access-top .access-top-inner h2 {
    font-size: 36px;
    line-height: 1.5;
}

#access-top .access-top-inner p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
    border-left: solid 5px #0b318f;
    padding: 0 2em;
}

#access-top .access-top-inner iframe {
    display: block;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    margin-top: 40px;
}

#history-top {
}

#history-top .history-top-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0 0;
}

#history-top .history-top-inner h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.3em;
}

#history-top .history-top-inner p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
    border-left: solid 5px #0b318f;
    padding: 0 2em;
    letter-spacing: 0.1em;
}

#history-top .history-top-inner table {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 0;
    border-collapse: collapse;
}

#history-top .history-top-inner table tr {
    /* border-bottom: solid 2px #fff; */
}

#history-top .history-top-inner table tr td {
    padding: 1em 2em;
    /* background: #eee; */
    line-height: 1.5;
}

#history-top .history-top-inner table tr td:nth-of-type(1) {
    width: 25%;
    vertical-align: middle;
    background: #e3e5e9;
    color: #222;
    font-weight: 500;
    padding: 1em 2em;
    text-align: center;
    border-bottom: solid 1px #fff;
}

#history-top .history-top-inner table tr td:nth-of-type(2) {
    background: #fff;
    border-bottom: solid 1px #ccc;
}

#about-bottom {
}

#about-bottom .about-bottom-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0 0;
}

#about-bottom .about-bottom-inner h2 {
    font-size: 36px;
    line-height: 1.5;
}

#about-bottom .about-bottom-inner p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
    border-left: solid 5px #0b318f;
    padding: 0 2em;
}

#about-mid .about-mid-inner table {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 0;
    border-collapse: collapse;
}

#about-mid .about-mid-inner table tr {
    /* border-bottom: solid 2px #fff; */
}

#about-mid .about-mid-inner table tr td {
    padding: 1em 2em;
    /* background: #eee; */
    line-height: 1.5;
}

#about-mid .about-mid-inner table tr td:nth-of-type(1) {
    width: 25%;
    vertical-align: middle;
    background: #e3e5e9;
    color: #333;
    font-weight: 500;
    padding: 1em 2em;
    text-align: center;
    border-bottom: solid 1px #fff;
}

#about-mid .about-mid-inner table tr td:nth-of-type(2) {
    background: #fff;
    border-bottom: solid 1px #ccc;
}

/*----- お問い合わせ（contact） -----*/
.contact-form {
}

.contact-form .inner {
    width: 95%;
    max-width: 1000px;
    margin: auto;
    padding: 100px 0;
}

.contact-form .inner h2 {
    font-size: 36px;
    line-height: 1.5;
}

.contact-form .inner h3+p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
    border-left: solid 5px #0b318f;
    padding: 0 2em;
}

.contact-form .inner h3 {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: clamp(18px, 2.7vw, 36px);
}

/* .contact-form .inner h3+p {
  font-size: clamp(14px, 1.6vw, 18px);
  ; margin-top: 40px;
  line-height: 1.5;
  text-align: center;
} */
.contact-form .inner h3+p span {
    color: #ee2930;
}

.contact-form .inner dl {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #aaa;
    margin-top: 60px;
}

.contact-form .inner dl dt {
    padding: 20px 20px;
    width: 20%;
    border-bottom: solid 1px #aaa;
    background: #eaeaea;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.contact-form .inner dl dt p {
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
}

.contact-form .inner dl dt.required p::after {
    content: "＊";
    color: #ee2930;
    float: right;
}

.contact-form .inner dl dd {
    width: 80%;
    border-bottom: solid 1px #aaa;
    line-height: 1.5;
}

.contact-form.confirmed .inner dl dd {
    padding: 20px;
}

.contact-form .inner dl dd.radio-block {
    display: flex;
    gap: 30px;
    padding: 20px;
}

.contact-form .inner dl dd.radio-block label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-form .inner dl dd.radio-block label input {
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
}

.contact-form .inner dl dd input {
    display: block;
    line-height: 1.5;
    width: 100%;
    border: none;
    padding: 20px;
}

.contact-form .inner dl dd textarea {
    display: block;
    line-height: 1.5;
    width: 100%;
    border: none;
    padding: 20px;
}

.privacy-box {
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 5px;
    background-color: #eaeaea;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
}

.privacy-box p {
    line-height: 1.5
}

.privacy-box p a {
    display: inline;
    color: #0b318f;
    font-weight: bold;
}

.privacy-box label {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.contact-btn-area {
    width: 100%;
    /* max-width: 860px; */
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
    gap: 30px;
}

.contact-btn-area input.btn-back {
    display: block;
    width: 47.5%;
    color: #333;
    background-color: #aaa;
    cursor: pointer;
    padding: 20px 0;
    max-width: 320px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

#contact .contact-btn-area input.btn-send {
    display: block;
    width: 47.5%;
    color: #FFF;
    background-color: #0b318f;
    cursor: pointer;
    padding: 20px 0;
    max-width: 320px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.contact-form.thanks .inner a {
    color: #fff;
    background: #0b318f;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    max-width: 320px;
    margin: 40px auto 0;
    width: 100%;
}

.contact-form.thanks .inner a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
}

.contact-form.thanks .inner a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
}

.contact-form.thanks .inner a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
}

.contact-form.thanks .inner a:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
}

.contact-form.thanks .inner a:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
}

#contact .page-head .inner figure {
    /* height: 250px; */
    overflow: hidden;
}

/*----- -------------- -----*/
/*----- 個人情報保護方針 -----*/
.privacy {
}

.privacy .inner {
    width: 95%;
    max-width: 1000px;
    margin: auto;
    padding: 100px 0;
}

.privacy .inner p.head_text {
    border-bottom: solid 1px #ccc;
    margin-top: 120px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 20px;
}

.privacy .inner h4 {
    font-size: clamp(18px, 2vw, 22px);
    margin-bottom: 10px;
}

.privacy .inner p {
    line-height: 1.5;
    text-align: justify;
}

.privacy .inner p+h4 {
    margin-top: 60px;
}

/*----- -------------- -----*/
/*----- セメントSS -----*/
#cementss-top {
}

#cementss-top .cementss-top-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0 0;
}

#cementss-top .cementss-top-inner figure {
    width: 70%;
    max-width: 1000px;
    margin: 40px auto 80px;
    border-collapse: collapse;
}

#cementss-top .cementss-top-inner figure img {
}

#cementss-top .cementss-top-inner h2 {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: clamp(18px, 2.7vw, 36px);
}

#cementss-top .cementss-top-inner table {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 80px;
    border-collapse: collapse;
}

#cementss-top .cementss-top-inner table tr {
    /* border-bottom: solid 2px #fff; */
}

#cementss-top .cementss-top-inner table tr td {
    padding: 1em 2em;
    /* background: #eee; */
    line-height: 1.5;
}

#cementss-top .cementss-top-inner table tr td:nth-of-type(1) {
    width: 25%;
    vertical-align: middle;
    background: #e3e5e9;
    color: #333;
    font-weight: 500;
    padding: 1em 2em;
    text-align: center;
    border-bottom: solid 1px #fff;
}

#cementss-top .cementss-top-inner table tr td:nth-of-type(2) {
    background: #fff;
    border-bottom: solid 1px #ccc;
}

/*----- -------------- -----*/
/*----- ------リクルート recruit-------- -----*/
#recruit-top {
}

#recruit-top .recruit-top-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0 0;
}

#recruit-top .recruit-top-inner h2 {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: clamp(18px, 2.7vw, 36px);
}

#recruit-top .recruit-top-inner p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.7;
    border-left: solid 5px #0b318f;
    padding: 0 2em;
}

#recruit-top .recruit-top-inner p + h2 {
    margin-top: 120px;
}

#recruit-top .recruit-top-inner a {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 2em;
    margin-left: 3em;
}

#recruit-top .recruit-top-inner a img {
    width: 100px;
}

#recruit-top .recruit-top-inner a span {
    font-weight: bold;
    color: #111;
}

/*----- -------------- -----*/
/*----- ------今津生コン株式会社-------- -----*/
#imanama-top {
}

#imanama-top .imanama-top-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0 0;
}

#imanama-top .imanama-top-inner h2 {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: clamp(18px, 2.7vw, 36px);
}

#imanama-top .imanama-top-inner h4 {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: clamp(16px, 2.2vw, 28px);
}

#imanama-top .imanama-top-inner > table.first-table {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 80px;
    border-collapse: collapse;
}

#imanama-top .imanama-top-inner > table.first-table tr {
    /* border-bottom: solid 2px #fff; */
}

#imanama-top .imanama-top-inner > table.first-table tr td {
    padding: 1em 2em;
    /* background: #eee; */
    line-height: 1.5;
}

#imanama-top .imanama-top-inner > table.first-table tr td:nth-of-type(1) {
    width: 25%;
    vertical-align: middle;
    background: #e3e5e9;
    color: #333;
    font-weight: 500;
    padding: 1em 2em;
    text-align: center;
    border-bottom: solid 1px #fff;
}

#imanama-top .imanama-top-inner > table.first-table tr td:nth-of-type(2) {
    background: #fff;
    border-bottom: solid 1px #ccc;
}

#imanama-top .imanama-top-inner > table.second-table {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 80px;
    border-collapse: collapse;
}

#imanama-top .imanama-top-inner > table.second-table tr {
    /* border-bottom: solid 2px #fff; */
}

#imanama-top .imanama-top-inner > table.second-table tr td {
    padding: 1em 2em;
    /* background: #eee; */
    line-height: 1.5;
}

#imanama-top .imanama-top-inner > table.second-table tr td:nth-of-type(1) {
    width: 25%;
    vertical-align: middle;
    background: #e3e5e9;
    color: #333;
    font-weight: 500;
    padding: 1em 2em;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

#imanama-top .imanama-top-inner > table.second-table tr td:nth-of-type(2) {
    background: #fff;
    width: 75%;
    border-bottom: solid 1px #ccc;
}

#imanama-top .imanama-top-inner table.third-table {
    width: 100%;
    /* max-width: 1000px; */
    /* margin: 40px auto 80px; */
    border-collapse: collapse;
}

#imanama-top .imanama-top-inner table.third-table tr {
    border-bottom: inherit;
}

#imanama-top .imanama-top-inner table.third-table tr td {
    padding: 1em 2em;
    /* background: #eee; */
    line-height: 1.5;
}

#imanama-top .imanama-top-inner table.third-table tr td:nth-of-type(1) {
    width: 50%;
    vertical-align: middle;
    background: inherit;
    color: inherit;
    font-weight: 500;
    padding: 0;
    text-align: left;
    border: none;
}

#imanama-top .imanama-top-inner table.third-table tr td:nth-of-type(2) {
    background: #fff;
    width: 50%;
    padding: 0;
    border: none;
}

#imanama-top .imanama-top-inner ul {
    display: flex;
    gap: 4%;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 80px;
}

#imanama-top .imanama-top-inner ul li {
    width: 48%;
}

#imanama-top .imanama-top-inner .imanama-top-inner figure {
    width: 70%;
    max-width: 1000px;
    margin: 40px auto 80px;
    border-collapse: collapse;
}

#imanama-top .imanama-top-inner > figure {
    width: 48%;
    max-width: 1000px;
    margin: 40px auto 80px;
    border-collapse: collapse;
}

#imanama-top .imanama-top-inner figure img {
}

/*----- -------------- -----*/
/*----- ------今津陸運株式会社-------- -----*/
#rikuun-top {
}

#rikuun-top .rikuun-top-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0 0;
}

#rikuun-top .rikuun-top-inner h2 {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: clamp(18px, 2.7vw, 36px);
}

#rikuun-top .rikuun-top-inner > table {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 80px;
    border-collapse: collapse;
}

#rikuun-top .rikuun-top-inner > table tr {
    /* border-bottom: solid 2px #fff; */
}

#rikuun-top .rikuun-top-inner > table tr td {
    padding: 1em 2em;
    /* background: #eee; */
    line-height: 1.5;
}

#rikuun-top .rikuun-top-inner > table:nth-of-type(1) tr td:nth-of-type(1) {
    width: 25%;
    vertical-align: middle;
    background: #e3e5e9;
    color: #333;
    font-weight: 500;
    padding: 1em 2em;
    text-align: center;
    border-bottom: solid 1px #fff;
}

#rikuun-top .rikuun-top-inner > table:nth-of-type(2) tr td:nth-of-type(1) {
    width: 35%;
    vertical-align: middle;
    background: #e3e5e9;
    color: #333;
    /* font-weight: bold; */
    padding: 1em 2em;
    text-align: center;
    border-bottom: solid 1px #fff;
}

#rikuun-top .rikuun-top-inner > table tr td:nth-of-type(2) {
    background: #fff;
    border-bottom: solid 1px #ccc;
}

#rikuun-top .rikuun-top-inner ul {
    display: flex;
    gap: 40px 4%;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 80px;
    flex-wrap: wrap;
}

#rikuun-top .rikuun-top-inner ul li figure {
    position: relative;
}

#rikuun-top .rikuun-top-inner ul li figcaption {
    font-size: 12px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgb(255 255 255 / 60%);
    padding: 0.5em 1em;
    font-weight: bold;
}

#rikuun-top .rikuun-top-inner ul li {
    width: 48%;
}

#imanama-top .imanama-top-inner dl {
        display: flex;
        gap: 4%;
        width: 100%;
        max-width: 1000px;
        margin: 40px auto 80px;
        flex-direction: column;
    }

    #imanama-top .imanama-top-inner dl dt {
        width: 80%;
        margin-left: auto;
        margin-right: -5%;
    }

    #imanama-top .imanama-top-inner dl dd {
        width: 60%;
        margin-top: -9%;
        margin-left: -10%;
    }

    #imanama-top .imanama-top-inner dl dt figure {
  position: relative;
}

    #imanama-top .imanama-top-inner dl dt figcaption {
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgb(255 255 255 / 60%);
  padding: 0.5em 1em;
  font-weight: bold;
}

    #imanama-top .imanama-top-inner dl dd figure {
  position: relative;
}

    #imanama-top .imanama-top-inner dl dd figcaption {
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgb(255 255 255 / 60%);
  padding: 0.5em 1em;
  font-weight: bold;
}

@media (max-width: 768px) {
    #rikuun-top .rikuun-top-inner ul {
  margin: 40px auto 20px;
}

#imanama-top .imanama-top-inner dl dt {
  margin-right: 0;
}

#imanama-top .imanama-top-inner dl dd {
  margin-left: 0;
}
}

/*----- -------------- -----*/
.top-company {
}

.top-company .inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 150px 0 100px;
}

.top-company .inner h2 {
    font-weight: 100;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
    font-size: 90px;
    color: #999;
    line-height: 1;
    font-family: "roboto";
}

.top-company-unit1 {
    display: flex;
    gap: 4%;
    align-items: center;
}

.top-company-unit1 dt {
    width: 30%;
}

.top-company-unit1 dt h3 {
    font-size: 36px;
    color: #333;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(18px, 2.7vw, 36px);
}

.top-company-unit1 dt p {
    font-size: 17px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 80px;
}

.top-company-unit1 dt a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.top-company-unit1 dd {
    margin-right: calc(50% - 50vw);
    flex: 1;
    width: 66%;
}

.top-company-unit1 dd figure {
}

.top-company-unit1 dd figure img {
}

.top-company-unit2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 4%;
    align-items: center;
}

.top-company-unit2 dt {
    width: 66%;
}

.top-company-unit2 dt h3 {
    font-size: 28px;
    color: #333;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(16px, 2.2vw, 28px);
}

.top-company-unit2 dt p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 40px;
}

.top-company-unit2 dt a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.top-company-unit2 dd {
    width: 36%;
}

.top-company-unit2 dd figure {
}

.top-company-unit2 dd figure img {
}

/*----- -------------- -----*/
.top-group {
    background: url(../img/top/bg_middle.webp) no-repeat center center;
    background-size: contain;
}

.top-group .inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0 100px;
}

.top-group .inner h2 {
    font-weight: 100;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
    font-size: 90px;
    color: #999;
    line-height: 1;
    font-family: "roboto";
}

.top-group dl {
    display: flex;
    gap: 30px 4%;
    gap: 4%;
    align-items: center;
}

.top-group dl + dl {
    margin-top: 50px;
}

.top-group dl:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.top-group dl dt {
    width: 66%;
}

.top-group dl dt h3 {
    font-size: 28px;
    color: #333;
    font-family: "Shippori Mincho", serif;
    border-bottom: solid 1px #333;
    padding-bottom: 1.5rem;
    font-size: clamp(16px, 2.2vw, 28px);
}

.top-group dl dt p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 1.5rem;
}

.top-group dl dt a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.top-group dl dd {
    width: 30%;
}

.top-group dl dd figure {
}

.top-group dl dd figure img {
}

/*----- -------------- -----*/
.top-anniversary {
    background: #e8dbc6;
}

.top-anniversary .inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0 100px;
}

.top-anniversary .inner h2 {
    font-weight: 100;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
    font-size: 90px;
    color: #444;
    line-height: 1;
    font-family: "roboto";
    text-align: center;
    font-size: clamp(45px, 7.5vw, 90px);
}

.top-anniversary p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 40px;
    text-align: center;
}

.top-anniversary ul {
    margin-top: 60px;
}

.top-anniversary ul li {
}

.top-anniversary ul li figure {
    width: 100%;
    height: 100%;
}

.top-anniversary ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.2s;
}

.top-anniversary ul li figure img:hover {
    filter: grayscale(0);
    transition: 0.2s;
}

.top-anniversary a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    margin-inline: auto; }

#top .parent {
    display: grid;
    grid-template-columns: 36% 40% 24%;
    grid-template-rows: 250px 250px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#top .div1 {
    grid-area: 1 / 1 / 2 / 2;
}

#top .div2 {
    grid-area: 2 / 1 / 3 / 2;
}

#top .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

#top .div4 {
    grid-area: 1 / 3 / 3 / 4;
}

/*----- -------------- -----*/
#anniversary header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(207, 178, 134, .8) 75%);
}

#anniversary header .inner .header-logo a figure img {
    filter: drop-shadow(0px 0px 10px rgba(207, 178, 134, .9));
}

#anniversary header .bottom-inner nav > ul li a {
    filter: drop-shadow(0px 0px 10px rgba(207, 178, 134, .9));
}

#anniversary header .bottom-inner nav ul li:nth-of-type(2) ul.sub-menu {
    background: rgb(207 178 134 / 60%);
}

#anniversary header .bottom-inner nav ul li:nth-of-type(3) ul.sub-menu {
    background: rgb(207 178 134 / 60%);
}

#anniversary-top {
}

.anniversary-top-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 0px 0 100px;
}

.anniversary-top-inner a {
    width: max-content;
    padding: 0.5em 2em;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-weight: bold;
    margin-top: 60px;
    margin-inline: auto; }

.logo-120th {
    width: 100%;
    max-width: 400px;
    margin: 130px auto 150px;
}

.anniversary-top-inner h2 {
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: clamp(18px, 2.7vw, 36px);
    font-family: "Shippori Mincho", serif;
    color: #333;
}

.anniversary-top-inner p {
    text-align: justify;
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.7;
    font-family: "Shippori Mincho", serif;
    color: #333;
    letter-spacing: 0.03em;
}

.anniversary-top-inner dl {
    display: flex;
    gap: 4%;
    align-items: center;
}

.anniversary-top-inner dl:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.anniversary-top-inner dl + dl {
    margin-top: 100px;
}

.anniversary-top-inner dt {
    width: 43%;
}

.anniversary-top-inner dd {
    width: 53%;
}

.anniversary-top-inner dl:nth-of-type(n+2) dt {
    width: 26%;
}

.anniversary-top-inner dl:nth-of-type(n+2) dd {
    width: 70%;
}

.anniversary-top-inner dd figure {
    width: 100%;
    height: 100%;
}

.anniversary-top-inner dd figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) opacity(0.9) contrast(0.9);
    transition: 0.3s;
}

.anniversary-top-inner dd figure img:hover {
    filter: grayscale(0) opacity(1.1) contrast(1.1);
    transition: 0.3s;
}

#anniversary .parent {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: 250px 250px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 10px;
}

#anniversary .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

#anniversary .div2 {
    grid-area: 1 / 2 / 2 / 3;
}

#anniversary .div3 {
    grid-area: 2 / 2 / 3 / 3;
}

/***************************************************
 * Generated by SVG Artista on 5/25/2025, 12:06:19 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
    animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
    animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
    animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
    animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
    animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-9 {
    -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
    animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-10 {
    -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
    animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-11 {
    -webkit-animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
    animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-12 {
    -webkit-animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
    animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-13 {
    -webkit-animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
    animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-14 {
    -webkit-animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
    animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-15 {
    -webkit-animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
    animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-16 {
    -webkit-animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
    animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

/* スクロール時のアニメーション用クラス */
.fade-in-up {
    opacity: 0;
    transform: translate(-50%, 50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* 各セクション別の細かい調整 */
.top-company .fade-in-up, .top-group .fade-in-up, .top-anniversary .fade-in-up {
    transition-duration: 1s;
}

/* 見出し用のスタイル */
h2.fade-in-up {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h3.fade-in-up {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

/* 段落とリンク用 */
p.fade-in-up {
    margin-bottom: 1rem;
}

a.fade-in-up {
    display: inline-block;
    margin-top: 1rem;
}

/* 画像用 */
dd.fade-in-up, li.fade-in-up {
    display: block;
}

/* 遅延アニメーション用クラス */
.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-4 {
    transition-delay: 0.4s;
}

.delay-5 {
    transition-delay: 0.5s;
}

/* より滑らかなアニメーション（オプション） */
.smooth-fade-in-up {
    opacity: 0;
    transform: translate(-50%, 60px) scale(0.95);
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.smooth-fade-in-up.is-visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

/* 左右からのアニメーション（オプション） */
.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}

.fade-in-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}

.fade-in-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .fade-in-up {
        transform: translate(-50%, 30px);
        transition-duration: 0.6s;
    }

    .fade-in-left, .fade-in-right {
        transform: translateY(20px);
        transition-duration: 0.6s;
    }

    .fade-in-left.is-visible, .fade-in-right.is-visible {
        transform: translateY(0);
    }
}

/* プリロード対策（JavaScriptが無効な場合） */
.no-js .fade-in-up, .no-js .fade-in-left, .no-js .fade-in-right, .no-js .smooth-fade-in-up {
    opacity: 1 !important;
    transform: none !important;
}

#health {
}

#health .health-inner {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 100px 0 0;
}

#health .health-inner h2 {
    font-size: 36px;
    line-height: 1.5;
}

#health .health-inner p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
    border-left: solid 5px #0b318f;
    padding: 0 2em;
    letter-spacing: 0.1em;
}

#health .health-inner ul {
    display: flex;
    gap: 8%;
    width: 100%;
    max-width: 800px;
    margin: 40px auto 80px;
    align-items: center;
}

#health .health-inner ul li {
    width: 46%;
}

#health .health-inner figure {
    /* width: 48%; */
    max-width: 1000px;
    margin: auto;
    /* border-collapse: collapse; */
    border: solid 1px #666;
}

#health .health-inner figure figcaption {
    line-height: 1.5;
}

#health .health-inner ul li:nth-of-type(1) figure {
    border: none;
}

#health .health-inner figure img {
}

.container_07 {
    position: relative;
    height: 94px;
    margin-top: -135px;
    z-index: 2;
}

.scroll-down_07 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: serif;
    color: #111;
    font-size: 14px;
    text-decoration: none;
}

.mouse-icon {
    width: 30px;
    height: 50px;
    border: 1px solid #111;
    border-radius: 20px;
    position: relative;
    margin-inline:auto; margin-bottom: 6px;
}

.mouse-icon::before {
    content: "";
    width: 1px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #111;
    border-radius: 2px;
    animation: scroll 2s infinite;
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 20px);
    }
}

#catchcopy {
    background: #E6E6E6;
    background: linear-gradient(0deg,rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0.2) 15%, rgba(230, 230, 230, 0.3) 50%, rgba(230, 230, 230, 0.2) 85%, rgba(230, 230, 230, 0) 100%);
    }

    #catchcopy .catchcopy-inner {
        width: 95%;
        max-width: 1400px;
        margin: 50px auto 0;
        padding: 100px 0 100px;
    }

#catchcopy .all-page-main-text {
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: clamp(18px, 2.4vw, 28px);
    font-family: "Shippori Mincho", serif;
    color: #333;
    text-align: center;
}



html body#rikuun header {
    background: none !important;
}

html body#rikuun header .header-logo {
    display: none !important;
}

html body#rikuun header .bottom-inner {
    display: none !important;
}

html body#imanama header {
    background: none !important;
}

html body#imanama header .header-logo {
    display: none !important;
}

html body#imanama header .bottom-inner {
    display: none !important;
}

html body#cementss header {
    background: none !important;
}

html body#cementss header .header-logo {
    display: none !important;
}

html body#cementss header .bottom-inner {
    display: none !important;
}