@charset "UTF-8";
/*==================================================================================================
	index
==================================================================================================*/
#top .mv {
    overflow: hidden;
}

#top .mv_inner {
    padding: 90px 5% 50px;
    position: relative;
    background-color: #052954;
}

@media (max-width: 540px) {
    #top .mv_inner {
        padding: 65px 5% 50px;
    }
}

#top .mv_img {
    max-width: 1600px;
    margin-left: auto;
    padding-left: 15%;
    position: relative;
    overflow: hidden;
    height: 80vh;
}

@media (max-width: 840px) {
    #top .mv_img {
        padding-left: 0%;
        margin-top: 10%;
        height: 70vh;
    }
}

@media (max-width: 540px) {
    #top .mv_img {
        height: 110vw;
        margin-top: 0%;
    }
}

#top .mv_img .img_list {
    height: 80vh;
}

@media (max-width: 840px) {
    #top .mv_img .img_list {
        margin-top: 100px;
    }
}

@media (max-width: 540px) {
    #top .mv_img .img_list {
        margin-top: 35%;
        height: 75vw;
    }
}

#top .mv_img .img_item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    height: 100%;
}

@media (max-width: 840px) {
    #top .mv_img .img_item img {
        height: 70vh;
    }
}

@media (max-width: 540px) {
    #top .mv_img .img_item img {
        height: 100%;
    }
}

#top .mv_img .img_deco {
    position: absolute;
    top: -60px;
    left: 11.5%;
    -webkit-filter: blur(1vw);
    filter: blur(1vw);
}

@media (max-width: 840px) {
    #top .mv_img .img_deco {
        left: -2.5%;
        top: 0;
    }
}

#top .mv_img .img_deco img {
    height: 100vh;
}

#top .mv_catch {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 840px) {
    #top .mv_catch {
        top: 25%;
    }
}

@media (max-width: 540px) {
    #top .mv_catch {
        top: 30%;
    }
}

#top .mv_catch span {
    color: #fff;
    font-family: minion-pro, serif;
    font-size: clamp(6rem, 10vw, 12rem);
    line-height: 120%;
    display: block;
}

@media (max-width: 540px) {
    #top .mv_catch span {
        font-size: 12.5vw;
    }
}

#top .mv_scroll {
    position: absolute;
    right: 3%;
    bottom: 15px;
    width: 120px;
    height: 120px;
}

@media (max-width: 840px) {
    #top .mv_scroll {
        width: 80px;
        height: 80px;
        right: 1.5%;
        display: none;
    }
}

#top .mv_scroll_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    -webkit-animation: 30s linear infinite txt_rotate;
    animation: 30s linear infinite txt_rotate;
}

@-webkit-keyframes txt_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes txt_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 840px) {
    #top .mv_scroll_txt {
        width: 80px;
    }
}

#top .mv_scroll_arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
    cursor: pointer;
}

#top .mv_scroll_arrow:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

@media (max-width: 840px) {
    #top .mv_scroll_arrow {
        width: 80px;
    }
}

#top .mv_banner {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 45%;
    max-width: 840px;
}

@media (max-width: 1280px) {
    #top .mv_banner {
        width: 70%;
    }
}

@media (max-width: 840px) {
    #top .mv_banner {
        width: 90%;
        bottom: -17.5vw;
    }
}

@media (max-width: 540px) {
    #top .mv_banner {
        bottom: -35vw;
    }
}

#top .mv_banner .banner_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 1.5%;
}

@media (max-width: 840px) {
    #top .mv_banner .banner_list {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

#top .mv_banner .banner_item {
    width: 60%;
}

@media (max-width: 540px) {
    #top .mv_banner .banner_item {
        width: 100%;
    }
}

#top .mv_banner .banner_link {
    position: relative;
}

#top .mv_banner .banner_link:hover {
    scale: 1.015;
}

#top .mv_banner .banner_link:hover::before {
    right: 0.1em;
}

#top .mv_bottom {
    -webkit-filter: blur(2vw);
    filter: blur(2vw);
    position: relative;
    width: 110%;
    left: -5%;
    top: -5.5vw;
    z-index: -1;
}

#top .mv_bottom img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-height: 630px;
}

@media (max-width: 540px) {
    #top .mv_bottom img {
        min-height: 140vw;
    }
}

#top .mv_txt {
    margin-top: min(-40vw,-550px);
}

@media (max-width: 840px) {
    #top .mv_txt {
        margin-top: min(-40vw,-450px);
    }
}

@media (max-width: 540px) {
    #top .mv_txt {
        margin-top: -90vw;
    }
}

#top .mv_txt_inner {
    padding: 0 5%;
}

#top .mv_txt_body {
    max-width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1280px) {
    #top .mv_txt_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#top .mv_txt_body .sub {
    font-family: minion-pro, serif;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    line-height: 120%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#top .mv_txt_body .main {
    font-family: "Zen Old Mincho", serif;
    font-size: calc(clamp(4.2rem, 6vw, 6rem) * 1.025);
    line-height: 1.3;
    text-align: right;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1280px) {
    #top .mv_txt_body .main {
        margin-top: 20px;
    }
}

@media (max-width: 540px) {
    #top .mv_txt_body .main {
        font-size: calc(clamp(4.2rem, 6vw, 6rem) * 0.9);
    }
}

#top .mv_txt_marquee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

@media (max-width: 1280px) {
    #top .mv_txt_marquee {
        margin-top: -80px;
    }
}

#top .mv_txt_marquee span {
    color: rgba(255, 255, 255, 0.2);
    font-size: 10rem;
    font-family: minion-pro, serif;
    white-space: nowrap;
    padding: 0 50px 0 0;
    margin: 0;
    -webkit-animation: marquee-left 25s linear infinite;
    animation: marquee-left 25s linear infinite;
}

@-webkit-keyframes marquee-left {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes marquee-left {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media (max-width: 840px) {
    #top .mv_txt_marquee span {
        font-size: 10vw;
        -webkit-animation: marquee-left 15s linear infinite;
        animation: marquee-left 15s linear infinite;
    }
}

@media (max-width: 540px) {
    #top .mv_txt_marquee span {
        font-size: 12vw;
    }
}

#top .news_inner {
    max-width: 1280px;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top .news_btn {
    width: 260px;
    max-width: 100%;
    font-size: 2rem;
    text-align: center;
    border: 1px solid #052954;
    padding: 15px 5px;
    margin: 0 0 50px 0;
    -webkit-transition: none;
    transition: none;
    position: relative;
}

#top .news_btn span:nth-child(1) {
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

#top .news_btn span:nth-child(2) {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

#top .news_btn span:nth-child(3) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

#top .news_btn span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

#top .news_btn span:nth-child(5) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#top .news_btn span:nth-child(6) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

#top .news_btn span:nth-child(7) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

#top .news_btn span:nth-child(8) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

#top .news_btn span:nth-child(9) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

#top .news_btn span:nth-child(10) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media (max-width: 840px) {
    #top .news_btn {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin: 30px auto 0;
        font-size: 1.8rem;
    }
}

@media (max-width: 540px) {
    #top .news_btn {
        padding: 7.5px 5px;
    }
}

#top .news_btn::after {
    content: "\f0142";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 17.5px;
    line-height: 1;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #052954;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: right, color, background-color;
    transition-property: right, color, background-color;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 540px) {
    #top .news_btn::after {
        line-height: 1.8;
    }
}

#top .news_btn:hover::after {
    right: 10px;
}

#top .news_btn:hover span {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

#top .news_btn_inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#top .news_btn_inner span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

#top .news_btn_inner span::after {
    content: attr(data-text);
    position: absolute;
    top: 1.5em;
    left: 0;
}

#top .news_list {
    width: 100%;
}

@media (max-width: 840px) {
    #top .news_list {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
    }
}

#top .service {
    padding: 15px 0;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 840px) {
    #top .service {
        padding: 0 0 15px 5%;
    }
}

#top .service_inner {
    position: relative;
}

#top .service_secttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 5vw;
}

@media (max-width: 840px) {
    #top .service_secttl {
        display: block;
        position: relative;
        left: 0;
    }
}

#top .service_secttl .sub {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media (max-width: 840px) {
    #top .service_secttl .sub {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

#top .service_secttl .main {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media (max-width: 840px) {
    #top .service_secttl .main {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

#top .service_list {
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: calc(50% - 50vw);
    margin-left: 17.5vw;
}

@media (max-width: 1280px) {
    #top .service_list {
        margin-left: 25vw;
    }
}

@media (max-width: 840px) {
    #top .service_list {
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
    }
}

#top .service_item {
    width: 50%;
}

@media (max-width: 1280px) {
    #top .service_item {
        width: 100%;
    }
}

#top .service_item:nth-child(odd) {
    border-right: 1px solid #ccc;
}

@media (max-width: 1280px) {
    #top .service_item:nth-child(odd) {
        border-right: 0px;
    }
}

#top .service_item:nth-last-child(n + 3) {
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1280px) {
    #top .service_item:nth-last-child(n + 3) {
        border-bottom: 0px;
    }
}

@media (max-width: 1280px) {
    #top .service_item:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }
}

#top .service_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px;
    position: relative;
}

@media (max-width: 840px) {
    #top .service_link {
        padding: 20px 3.5%;
    }
}

#top .service_link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: rgba(5, 41, 84, 0.05);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

#top .service_link:hover .service_icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#top .service_link:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

#top .service_icon {
    width: 120px;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
}

@media (max-width: 840px) {
    #top .service_icon {
        width: 90px;
    }
}

#top .service_content {
    padding-left: 30px;
    width: calc(100% - 120px);
}

@media (max-width: 840px) {
    #top .service_content {
        padding-left: 3.5%;
        width: calc(100% - 90px);
    }
}

#top .service_content .ttl .sub {
    font-size: 1.4rem;
    font-family: minion-pro, serif;
    color: rgba(5, 41, 84, 0.5);
    line-height: 110%;
}

#top .service_content .ttl .num {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    margin-left: 2.5px;
}

#top .service_content .ttl .main {
    display: block;
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    font-family: "Zen Old Mincho", serif;
    color: #052954;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 0.35em;
}

#top .service_content .txt {
    color: #1a1a1a;
}

#top .point {
    padding: 0;
    position: relative;
}

#top .point_inner {
    background: #b1c5cc;
    background: -webkit-gradient(linear, left bottom, left top, from(#b1c5cc), to(#052954));
    background: -webkit-linear-gradient(bottom, #b1c5cc 0%, #052954 100%);
    background: linear-gradient(0deg, #b1c5cc 0%, #052954 100%);
}

#top .point_inner .uk-position-relative {
    margin: 0 auto;
}

#top .point_inner .uk-position-relative a {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    display: block;
}

@media (max-width: 540px) {
    #top .point_inner .uk-position-relative a {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#top .point_inner .uk-position-center-left {
    left: 15%;
}

@media (max-width: 840px) {
    #top .point_inner .uk-position-center-left {
        left: 2.5%;
        top: 40%;
    }
}

#top .point_inner .uk-position-center-right {
    right: 15%;
}

@media (max-width: 840px) {
    #top .point_inner .uk-position-center-right {
        right: 2.5%;
        top: 40%;
    }
}

#top .point_inner .uk-slider-nav.uk-dotnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -80px;
    margin-bottom: 50px;
    padding: 50px 0;
}

@media (max-width: 840px) {
    #top .point_inner .uk-slider-nav.uk-dotnav {
        margin-bottom: 0px;
    }
}

#top .point_inner .uk-slider-nav.uk-dotnav li {
    width: 30px;
    margin: 0 10px;
}

@media (max-width: 540px) {
    #top .point_inner .uk-slider-nav.uk-dotnav li {
        margin: 0 5px;
    }
}

#top .point_list {
    padding: 50px 0;
    position: relative;
}

#top .point_item {
    width: 100%;
}

#top .point_item img {
    max-width: 100%;
    height: auto;
    padding: 0 15%;
}

@media (max-width: 840px) {
    #top .point_item img {
        padding: 0 0%;
    }
}

#top .company_list {
    max-width: 900px;
    margin-top: 30px;
}

@media (max-width: 840px) {
    #top .company_list {
        padding-right: 25%;
    }
}

@media (max-width: 540px) {
    #top .company_list {
        padding-right: 10%;
    }
}

#top .company_item {
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
    background-color: #fff;
}

#top .company_item:not(:last-child) {
    margin-bottom: 20px;
}

#top .company_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 840px) {
    #top .company_link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#top .company_link:hover .company_content::after {
    right: 10px;
}

#top .company_link:hover .company_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#top .company_img {
    width: 280px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 840px) {
    #top .company_img {
        width: 100%;
    }
}

#top .company_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 32vw;
    max-height: 210px;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
}

@media (max-width: 840px) {
    #top .company_img img {
        aspect-ratio: 3 / 2;
        max-height: none;
        height: auto;
    }
}

#top .company_img .copy {
    position: absolute;
    bottom: 0;
    right: 7.5px;
    font-size: 1.4rem;
    color: #fff;
}

#top .company_content {
    width: calc(100% - 280px);
    padding: 30px 60px 30px 30px;
    position: relative;
    min-height: 210px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: justify;
}

@media (max-width: 840px) {
    #top .company_content {
        width: 100%;
        padding: 20px 60px 30px 5%;
        min-height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#top .company_content::after {
    content: "\f0142";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 17.5px;
    line-height: 1;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #052954;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: right, color, background-color;
    transition-property: right, color, background-color;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 540px) {
    #top .company_content::after {
        line-height: 1.8;
    }
}

#top .company_content .ttl {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    margin-bottom: 0.35em;
}

#top .company_content .txt {
    color: #1a1a1a;
}

#top .company_content .bgtxt {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: clamp(6rem, 7vw, 8rem);
    font-family: minion-pro, serif;
    color: rgba(5, 41, 84, 0.03);
    line-height: 100%;
}

@media (max-width: 840px) {
    #top .company_content .bgtxt {
        font-size: clamp(4rem, 8vw, 6rem);
    }
}

#top .company_bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 540px) {
    #top .company_bg {
        top: 20%;
    }
}

#top .company_bg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    min-height: 960px;
}

#top .management_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

#top .management_item {
    position: relative;
    width: calc(100% / 2 - 15px);
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
}

@media (max-width: 840px) {
    #top .management_item {
        width: 100%;
    }
}

#top .management_item:nth-child(1) {
    background-image: url(../img/01_top/management_01.jpg);
}

@media (max-width: 840px) {
    #top .management_item:nth-child(1) {
        margin-bottom: 20px;
    }
}

#top .management_item:nth-child(1) .management_logo img {
    position: relative;
    right: -15%;
}

@media (max-width: 1280px) {
    #top .management_item:nth-child(1) .management_logo img {
        right: 0;
    }
}

#top .management_item:nth-child(2) {
    background-image: url(../img/01_top/management_02.jpg);
}

#top .management_item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 76, 156, 0.6);
    z-index: 0;
    -webkit-transition: 0.5s background-color;
    transition: 0.5s background-color;
}

#top .management_item:hover::before {
    background-color: rgba(9, 76, 156, 0.8);
}

#top .management_link {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 70px 80px 5%;
}

@media (max-width: 1280px) {
    #top .management_link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 840px) {
    #top .management_link {
        padding: 50px 70px 50px 5%;
    }
}

#top .management_link::after {
    content: "\f0327";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s right, 0.5s top;
    transition: 0.5s right, 0.5s top;
    font-size: 2.4rem;
    color: #fff;
    font-family: 100;
}

#top .management_link:hover::after {
    top: calc(50% - 5px);
    right: 25px;
}

#top .management_logo {
    width: 40%;
}

@media (max-width: 1280px) {
    #top .management_logo {
        width: 300px;
        max-width: 100%;
    }
}

#top .management_txt {
    width: 60%;
    color: #fff;
    padding-left: 5%;
}

@media (max-width: 1280px) {
    #top .management_txt {
        width: 100%;
        padding-left: 2.5%;
        margin-top: 10px;
    }
}

#top .management_txt .main {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    display: block;
    font-weight: 700;
}

#top .management_txt .sub {
    margin-left: 2.5px;
}

#top .recruit {
    padding: 80px 5%;
    background: -webkit-linear-gradient(45deg, #052954, #4e7aa6, #8bc6ec);
    background: linear-gradient(45deg, #052954, #4e7aa6, #8bc6ec);
    background-size: 200% 100%;
    -webkit-animation: gradientAnimation 5s infinite;
    animation: gradientAnimation 5s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes gradientAnimation {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes gradientAnimation {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

#top .recruit_secttl {
    color: #fff;
}

#top .recruit_catch {
    color: #fff;
    margin: 50px 0;
    position: relative;
}

#top .recruit_catch .main {
    display: block;
    text-align: center;
    font-size: clamp(8rem, 11.85vw, 21rem);
    font-family: minion-pro, serif;
    line-height: 1;
    opacity: 0.1;
}

#top .recruit_catch .sub {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Zen Old Mincho", serif;
    line-height: 1.4;
    font-size: clamp(3.2rem, 4.6vw, 4.2rem);
    width: 100%;
    text-align: center;
}

#top .recruit_catch .sub span {
    display: inline-block;
}

#top .recruit_txt p {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin: 0.5em 0;
}

#top .recruit_btn {
    width: 280px;
    max-width: 100%;
    font-size: 2rem;
    text-align: center;
    border: 1px solid #fff;
    padding: 15px 5px;
    margin-bottom: 12.5px;
    -webkit-transition: none;
    transition: none;
    color: #fff;
    margin: 50px auto 0;
    position: relative;
}

#top .recruit_btn span:nth-child(1) {
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

#top .recruit_btn span:nth-child(2) {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

#top .recruit_btn span:nth-child(3) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

#top .recruit_btn span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

#top .recruit_btn span:nth-child(5) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#top .recruit_btn span:nth-child(6) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

#top .recruit_btn span:nth-child(7) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

#top .recruit_btn span:nth-child(8) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

#top .recruit_btn span:nth-child(9) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

#top .recruit_btn span:nth-child(10) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media (max-width: 840px) {
    #top .recruit_btn {
        margin: 30px auto 0;
        font-size: 1.8rem;
    }
}

@media (max-width: 540px) {
    #top .recruit_btn {
        padding: 7.5px 5px;
    }
}

#top .recruit_btn::after {
    content: "\f0327";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 17.5px;
    line-height: 1;
    border-radius: 50px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s right, 0.5s top;
    transition: 0.5s right, 0.5s top;
    font-size: 1.8rem;
    text-align: center;
    display: none;
}

#top .recruit_btn:hover::after {
    top: calc(50% - 5px);
    right: 12.5px;
}

#top .recruit_btn:hover span {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

#top .recruit_btn_inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#top .recruit_btn_inner span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

#top .recruit_btn_inner span::after {
    content: attr(data-text);
    position: absolute;
    top: 1.5em;
    left: 0;
}

#top .sponsored {
    margin: calc(clamp(100px, 12vw, 150px) + 50px) auto clamp(100px, 12vw, 150px);
}

#top .sponsored_inner {
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
    padding: 50px min(80px,5%);;
}

#top .sponsored_secttl {
    margin-top: -140px;
    position: relative;
}

@media (max-width: 840px) {
    #top .sponsored_secttl {
        margin-top: -120px;
    }
}

@media (max-width: 540px) {
    #top .sponsored_secttl {
        margin-top: -100px;
    }
}

#top .sponsored_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

#top .sponsored_item {
    position: relative;
    width: calc(100% / 2 - 15px);
    background-size: cover;
    background-position: center center;
}

@media (max-width: 840px) {
    #top .sponsored_item {
        width: calc(100% / 2 - 7.5px);
    }
}

#top .sponsored_item:nth-child(n + 3) {
    width: calc(100% / 3 - 17.5px);
    margin-top: 20px;
}

@media (max-width: 840px) {
    #top .sponsored_item:nth-child(n + 3) {
        width: calc(100% / 2 - 7.5px);
    }
}

@media (max-width: 540px) {
    #top .sponsored_item:nth-child(n + 3) {
        margin-top: 15px;
    }
}

#top .sponsored_link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#top .sponsored_link:hover .sponsored_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#top .sponsored_img {
    overflow: hidden;
}

#top .sponsored_img img {
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
}

#top .sponsored_logo {
    position: absolute;
    left: 5px;
    bottom: 2.5px;
}

@media (max-width: 540px) {
    #top .sponsored_logo {
        left: 0px;
        bottom: 0px;
    }
}

#top .sponsored_logo img {
    max-height: 70px;
}

@media (max-width: 540px) {
    #top .sponsored_logo img {
        max-height: 12.5vw;
    }
}

#top .sponsored_copy {
    position: absolute;
    right: 7.5px;
    bottom: 2.5px;
    font-size: 1.2rem;
    color: #fff;
}

@media (max-width: 540px) {
    #top .sponsored_copy {
        font-size: 2vw;
    }
}

#top .invoice {
    padding: 0 10%;
}

#top .invoice_btn {
    background-color: #052954;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 30px 15px;
    line-height: 1.6;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
}

#top .invoice_btn:hover {
    opacity: 0.7;
}

@media (max-width: 840px) {
    #top .invoice_btn {
        font-size: 1.6rem;
        width: 380px;
        padding: 17.5px 7.5px;
    }
}

.invoice_modal .modal_main .ttl {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    font-weight: 500;
    display: block;
}

.invoice_modal .modal_main .txt {
    margin: 0.5em 0;
}

.invoice_modal .modal_main .num {
    display: inline-block;
    border: 1px solid #052954;
    padding: 5px 12.5px;
}

.invoice_modal .modal_main .link {
    display: inline;
    text-decoration: underline;
    font-weight: 500;
}

.invoice_modal .modal_sub {
    margin-top: 30px;
}

.invoice_modal .modal_sub .ttl {
    font-size: 2rem;
    font-weight: 500;
    display: block;
}

.invoice_modal .modal_sub .txt {
    margin: 0.5em 0;
}

.invoice_modal .modal_btn {
    width: 260px;
    max-width: 100%;
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #052954;
    padding: 15px 5px;
    margin: 30px auto 0;
    -webkit-transition: none;
    transition: none;
    position: relative;
}

.invoice_modal .modal_btn span:nth-child(1) {
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

.invoice_modal .modal_btn span:nth-child(2) {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.invoice_modal .modal_btn span:nth-child(3) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.invoice_modal .modal_btn span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.invoice_modal .modal_btn span:nth-child(5) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.invoice_modal .modal_btn span:nth-child(6) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.invoice_modal .modal_btn span:nth-child(7) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.invoice_modal .modal_btn span:nth-child(8) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

.invoice_modal .modal_btn span:nth-child(9) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.invoice_modal .modal_btn span:nth-child(10) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media (max-width: 540px) {
    .invoice_modal .modal_btn {
        padding: 7.5px 5px;
    }
}

.invoice_modal .modal_btn::after {
    content: "\f0141";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    left: 17.5px;
    line-height: 1;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #052954;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: left;
    transition-property: left;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 540px) {
    .invoice_modal .modal_btn::after {
        line-height: 1.8;
    }
}

.invoice_modal .modal_btn:hover::after {
    left: 10px;
}

.invoice_modal .modal_btn:hover span {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

.invoice_modal .modal_btn_inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.invoice_modal .modal_btn_inner span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.invoice_modal .modal_btn_inner span::after {
    content: attr(data-text);
    position: absolute;
    top: 1.5em;
    left: 0;
}

#oa .point_catch {
    position: relative;
}

#oa .point_catch ul {
    max-width: 1280px;
    margin-left: auto;
    padding-left: 15%;
}

@media (max-width: 540px) {
    #oa .point_catch ul {
        padding-left: 0;
    }
}

#oa .point_catch ul li {
    margin: 30px 0;
}

#oa .point_catch ul li:nth-child(2) {
    padding-top: 20px;
}

#oa .point_catch_bg {
    position: absolute;
    top: -50px;
    left: 0;
    max-width: clamp(140px, 36vw, 400px);
}

#oa .point_cost {
    margin-top: clamp(60px, 8vw, 100px);
}

#oa .point_cost_ttl {
    font-size: clamp(3.2rem, 4.6vw, 4.2rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    line-height: 1.4;
}

#oa .point_cost_body {
    position: relative;
    padding-bottom: 300px;
}

@media (max-width: 840px) {
    #oa .point_cost_body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }
}

#oa .point_cost_txt .txt {
    vertical-align: baseline;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    line-height: 1;
}

#oa .point_cost_txt .txt.-xl {
    font-size: calc(clamp(6rem, 12vw, 10rem) * 2.2);
    letter-spacing: -5px;
}

#oa .point_cost_txt .txt.-lg {
    font-size: clamp(5.4rem, 10vw, 10rem);
}

@media (max-width: 540px) {
    #oa .point_cost_txt .txt.-lg {
        font-size: calc(clamp(6rem, 10vw, 10rem) * 0.9);
    }
}

#oa .point_cost_txt .txt.-md {
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.4);
    padding-top: 20px;
    display: inline-block;
}

#oa .point_cost_txt .txt.-sm {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    padding-top: 10px;
    display: inline-block;
}

#oa .point_cost_feature {
    margin: 70px 0 0;
    padding: 0px 30px 30px;
    border: 1px solid #052954;
    max-width: 745px;
}

@media (max-width: 840px) {
    #oa .point_cost_feature {
        padding: 0px 5% 20px;
        margin-top: 50px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

#oa .point_cost_feature .ttl {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    background-color: #fff;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    top: -22.5px;
}

#oa .point_cost_feature .subtxt {
    display: block;
    font-size: 2rem;
    margin-top: -15px;
}

#oa .point_cost_feature .maintxt {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}

#oa .point_cost_feature .maintxt .fs-md {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    margin-left: 3.5px;
}

#oa .point_cost_img {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: -1;
}

@media (max-width: 840px) {
    #oa .point_cost_img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-top: -15%;
    }
}

#oa .lineup {
    background-color: #F2F3F4;
    padding: clamp(60px, 12vw, 150px) 5%;
}

#oa .lineup_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 840px) {
    #oa .lineup_list {
        margin-top: 50px;
    }
}

#oa .lineup_item {
    margin: 0 12.5px;
    width: calc(100% / 3 - 25px);
}

@media (max-width: 840px) {
    #oa .lineup_item {
        width: calc(100% / 2 - 15px);
        margin: 0 7.5px;
    }
}

@media (max-width: 540px) {
    #oa .lineup_item {
        width: 100%;
        margin: 0;
    }
}

#oa .lineup_item:nth-child(2) {
    margin-top: 80px;
}

@media (max-width: 840px) {
    #oa .lineup_item:nth-child(2) {
        margin-top: 0px;
    }
}

@media (max-width: 840px) {
    #oa .lineup_item:not(:last-child) {
        margin-bottom: 12.5%;
    }
}

@media (max-width: 540px) {
    #oa .lineup_item:not(:last-child) {
        margin-bottom: 15%;
    }
}

#oa .lineup_img {
    background-color: #fff;
    aspect-ratio: 1 / 1;
    position: relative;
}

#oa .lineup_img_inner {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
}

@media (max-width: 540px) {
    #oa .lineup_img_inner {
        bottom: 0px;
        width: 70%;
    }
}

#oa .lineup_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 540px) {
    #oa .lineup_name {
        margin-top: 10px;
    }
}

#oa .lineup_name .main {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.4;
}

#oa .lineup_name .sub {
    color: #7d8e9e;
}

#oa .support h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(4.2rem, 4.6vw, 7.6rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    line-height: 1.8;
    position: absolute;
    top: -50px;
    right: 0;
}

@media (max-width: 840px) {
    #oa .support h2 {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        position: relative;
        top: 0;
        line-height: 1.6;
        margin: -30px 0 50px;
        text-align: left;
        font-size: clamp(3.6rem, 6vw, 6rem);
    }
}

@media (max-width: 540px) {
    #oa .support h2 {
        font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    }
}

#oa .support ul {
    padding-right: 20%;
}

@media (max-width: 840px) {
    #oa .support ul {
        padding-right: 0;
    }
}

#oa .support ul li {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#oa .support ul li:not(:last-child) {
    margin-bottom: 35px;
}

@media (max-width: 840px) {
    #oa .support ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 5%;
    }
}

#oa .support_num {
    font-size: clamp(8rem, 10vw, 10rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    line-height: 1;
    color: #aec7d3;
    margin-top: -60px;
}

#oa .support_txt {
    padding: 0 10% 0 30px;
}

@media (max-width: 840px) {
    #oa .support_txt {
        padding: 15px 0 0 0;
    }
}

#oa .support_txt h3 {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    font-weight: 900;
    margin-bottom: 0.5em;
}

#oa .txt div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#oa .txt div .sm {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
}

#oa .txt div .md {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
}

#oa .txt div .lg {
    font-size: clamp(3.2rem, 4.6vw, 4.2rem);
}

#oa .txt div .xl {
    font-size: clamp(3.6rem, 6vw, 6rem);
}

#oa .txt div .xxl {
    font-size: clamp(5.4rem, 10vw, 10rem);
}

#office .lineup {
    background-color: #F2F3F4;
    padding: clamp(60px, 12vw, 150px) 5% calc(clamp(60px, 12vw, 150px) * 1.75);
}

#office .lineup_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
}

@media (max-width: 840px) {
    #office .lineup_lists {
        margin-top: 50px;
    }
}

#office .lineup_lists li {
    width: calc(100% / 2 - 30px);
}

@media (max-width: 840px) {
    #office .lineup_lists li {
        width: 48%;
    }
}

@media (max-width: 540px) {
    #office .lineup_lists li {
        width: 100%;
    }
}

#office .lineup_lists li:nth-child(even) {
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
}

@media (max-width: 840px) {
    #office .lineup_lists li:nth-child(even) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

#office .lineup_lists li:not(:last-child) {
    margin-bottom: 80px;
}

@media (max-width: 840px) {
    #office .lineup_lists li:not(:last-child) {
        margin-bottom: 12.5%;
    }
}

#office .lineup_img {
    background-color: #fff;
    aspect-ratio: 1 / 1;
    position: relative;
}

#office .lineup_img_inner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
}

@media (max-width: 840px) {
    #office .lineup_img_inner {
        bottom: 20px;
    }
}

#office .lineup_img_inner.-internet {
    bottom: 0;
    width: 100%;
}

#office .lineup_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 540px) {
    #office .lineup_name {
        margin-top: 10px;
    }
}

#office .lineup_name .main {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.4;
}

#office .lineup_name .sub {
    color: #7d8e9e;
}

#office .lineup p {
    margin-top: 15px;
}

#office .other {
    overflow: hidden;
}

#office .other_list {
    background-color: #F2F3F4;
    padding: 80px 5%;
}

@media (max-width: 1024px) {
    #office .other_list {
        padding: 7.5% 5% 0;
    }
}

#office .other_list:nth-child(1) {
    margin-left: calc(50% - 50vw);
    margin-right: 5%;
    margin-top: calc(clamp(100px, 12vw, 150px) * 0.35);
}

@media (max-width: 1024px) {
    #office .other_list:nth-child(1) {
        margin-top: 0;
    }
}

#office .other_list:nth-child(1) .other_body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
}

#office .other_list:nth-child(1) .other_img {
    margin-right: -10%;
    margin-left: auto;
}

#office .other_list:nth-child(2) {
    margin-top: calc(clamp(100px, 12vw, 150px) * 0.9);
    margin-right: calc(50% - 50vw);
    margin-left: 5%;
}

#office .other_list:nth-child(2) .other_body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-right: auto;
}

#office .other_list:nth-child(2) .other_img {
    margin-left: -10%;
    margin-right: auto;
}

#office .other_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1280px;
}

@media (max-width: 1024px) {
    #office .other_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

#office .other_content {
    width: 60%;
}

@media (max-width: 1024px) {
    #office .other_content {
        width: 100%;
    }
}

#office .other_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#office .other_head_ttl .sub {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    display: block;
}

#office .other_head_ttl .main {
    font-size: calc(clamp(6rem, 10vw, 10rem) * 0.8);
    font-family: minion-pro, serif;
    display: block;
    line-height: 110%;
    word-break: break-all;
}

#office .other_head_logo {
    width: 120px;
    padding: 10px;
}

#office .other_ttl {
    font-weight: 700;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    line-height: 1.6;
    display: block;
    margin: 0.5em 0;
}

#office .other_img {
    width: 45%;
    margin-top: -120px;
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
}

@media (max-width: 1024px) {
    #office .other_img {
        width: 100%;
        max-width: 540px;
        margin-bottom: 50px;
        margin-top: 7.5%;
    }
}

#office .other_img img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

#insurance .type_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

#insurance .type_head {
    width: 45%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    height: 200px;
}

@media (max-width: 1280px) {
    #insurance .type_head {
        width: 100%;
        position: relative;
        top: 0px;
        height: auto;
    }
}

#insurance .type_head .ttl {
    font-size: clamp(3.6rem, 6vw, 6rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
}

@media (max-width: 1280px) {
    #insurance .type_head .ttl .br_mb {
        display: none;
    }
}

#insurance .type_head .txt {
    margin-top: 20px;
}

#insurance .type_list {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1280px) {
    #insurance .type_list {
        width: 100%;
        max-width: 840px;
        margin-top: 30px;
        margin-left: auto;
    }
}

#insurance .type_item {
    width: calc(100% / 2 - 15px);
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
    position: relative;
}

@media (max-width: 540px) {
    #insurance .type_item {
        width: 100%;
        padding: 20px 5%;
    }
}

#insurance .type_item:nth-child(odd) {
    background-color: #052954;
}

#insurance .type_item:nth-child(odd) .ttl {
    color: #fff;
}

#insurance .type_item:nth-child(odd) .ttl::before, #insurance .type_item:nth-child(odd) .ttl::after {
    background-color: #fff;
}

#insurance .type_item:nth-child(odd) .content {
    color: #fff;
}

#insurance .type_item:nth-child(odd) .content span {
    padding: 0 0.5em;
}

#insurance .type_item:nth-child(even) {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    background-color: #fff;
}

@media (max-width: 540px) {
    #insurance .type_item:nth-child(even) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

#insurance .type_item:nth-child(even) .ttl::before, #insurance .type_item:nth-child(even) .ttl::after {
    background-color: #052954;
}

#insurance .type_item .ttl {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -25px;
}

#insurance .type_item .ttl::before, #insurance .type_item .ttl::after {
    content: "";
    margin: 0 10px;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #000;
}

#insurance .type_item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

#insurance .type_item .content.-h100 {
    height: 100px;
}

@media (max-width: 840px) {
    #insurance .type_item .content.-h100 {
        height: auto;
    }
}

#insurance .type_item .num {
    position: absolute;
    font-size: clamp(5.4rem, 10vw, 10rem);
    font-family: minion-pro, serif;
    line-height: 1;
    bottom: 0;
    right: 0.15em;
    color: #3a98c1;
    opacity: 0.2;
}

@media (max-width: 840px) {
    #insurance .type_item .num {
        font-size: 12vw;
    }
}

@media (max-width: 540px) {
    #insurance .type_item .num {
        font-size: 11rem;
    }
}

#news .archive .pagenation {
    padding: 30px 0 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#news .archive .pagenation .page-numbers {
    display: inline-block;
    width: 35px;
    padding: 4.5px 0px;
    font-weight: 500;
    margin: 0 0px;
}

#news .archive .pagenation .page-numbers:not(.dots) {
    color: #052954;
}

#news .archive .pagenation .page-numbers.current {
    color: #052954;
    background-color: #f1f1f1;
}

#news .archive .pagenation .page-numbers:hover {
    background-color: #f1f1f1;
}

#news .archive .pagenation .prev,
#news .archive .pagenation .next {
    width: 35px;
    padding: 4.5px 0px;
    position: relative;
}

#news .archive .pagenation .prev::after,
#news .archive .pagenation .next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "icomoon";
    position: absolute;
    font-size: 1.8rem;
    font-weight: 500;
}

#news .archive .pagenation .prev::after {
    content: "\f0141";
}

#news .archive .pagenation .next::after {
    content: "\f0142";
}

#news .article_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 540px) {
    #news .article_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#news .article_title {
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 15px;
    display: block;
    margin-top: 5px;
}

#news .article_content {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

#news .article_btn {
    width: 260px;
    max-width: 100%;
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #052954;
    padding: 15px 5px;
    margin: 50px auto 0;
    -webkit-transition: none;
    transition: none;
    position: relative;
}

#news .article_btn span:nth-child(1) {
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

#news .article_btn span:nth-child(2) {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

#news .article_btn span:nth-child(3) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

#news .article_btn span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

#news .article_btn span:nth-child(5) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#news .article_btn span:nth-child(6) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

#news .article_btn span:nth-child(7) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

#news .article_btn span:nth-child(8) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

#news .article_btn span:nth-child(9) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

#news .article_btn span:nth-child(10) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media (max-width: 540px) {
    #news .article_btn {
        padding: 7.5px 5px;
    }
}

#news .article_btn::after {
    content: "\f0141";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    left: 17.5px;
    line-height: 1;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #052954;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: left;
    transition-property: left;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 540px) {
    #news .article_btn::after {
        line-height: 1.8;
    }
}

#news .article_btn:hover::after {
    left: 10px;
}

#news .article_btn:hover span {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

#news .article_btn_inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#news .article_btn_inner span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

#news .article_btn_inner span::after {
    content: attr(data-text);
    position: absolute;
    top: 1.5em;
    left: 0;
}

#philosophy .greeting_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#philosophy .greeting_content {
    width: 60%;
}

@media (max-width: 1280px) {
    #philosophy .greeting_content {
        width: 100%;
    }
}

#philosophy .greeting_ttl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: clamp(3.6rem, 6vw, 6rem);
    margin: 0.6em 0;
}

#philosophy .greeting_img {
    width: 35%;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
}

@media (max-width: 1280px) {
    #philosophy .greeting_img {
        width: 540px;
        margin: 30px 0 0 auto;
    }
}

#philosophy .greeting_img_name {
    position: absolute;
    left: 30px;
    bottom: 20px;
}

#philosophy .greeting_img_name .post,
#philosophy .greeting_img_name .ja,
#philosophy .greeting_img_name .en {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    color: #fff;
}

#philosophy .greeting_img_name .post {
    display: block;
}

#philosophy .greeting_img_name .ja {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    line-height: 1.2;
}

#philosophy .philosophy_inner {
    background-image: url(../img/06_philosophy/philosophy_bg.png);
    background-size: cover;
    background-position: center center;
    padding: calc(clamp(100px, 12vw, 150px) * 0.75) min(80px,5%);
}

#philosophy .philosophy_secttl {
    text-align: center;
}

#philosophy .philosophy_secttl .main {
    margin-bottom: 0.5em;
}

#philosophy .philosophy_item {
    font-weight: 500;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    line-height: 1.4;
    text-align: center;
    text-shadow: 0px 0px 10px white;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.1));
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.1));
}

#philosophy .philosophy_item:not(:last-child) {
    margin-bottom: 1.25em;
}

@media (max-width: 540px) {
    #philosophy .philosophy_item {
        font-size: 2rem;
    }
}

#philosophy .slogan {
    padding: 0;
}

#philosophy .slogan_inner {
    position: relative;
}

#philosophy .slogan_img {
    opacity: 0.8;
}

#philosophy .slogan_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    min-height: 600px;
}

#philosophy .slogan_catch {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
}

#philosophy .slogan_catch_sub span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: minion-pro, serif;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    line-height: 130%;
    text-shadow: 0px 0px 10px #052954;
}

#philosophy .slogan_catch_main {
    margin-top: 30px;
}

#philosophy .slogan_catch_main span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(3.6rem, 6vw, 6rem);
    line-height: 130%;
    text-shadow: 0px 0px 10px #052954;
}

#information .data_area {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
    padding: 80px 5%;
    margin-left: calc(50% - 50vw);
}

@media (max-width: 1024px) {
    #information .data_area {
        padding: 7.5% 5%;
    }
}

#information .data_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1280px;
    margin-left: auto;
}

#information .data_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#information .data_list {
    width: calc(100% / 2 - 25px);
}

@media (max-width: 1024px) {
    #information .data_list {
        width: 100%;
    }
}

#information .data_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 12.5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#information .data_item .ttl {
    width: 130px;
}

@media (max-width: 540px) {
    #information .data_item .ttl {
        width: 100%;
    }
}

#information .data_item .txt {
    width: calc(100% - 140px);
    color: #1a1a1a;
}

@media (max-width: 540px) {
    #information .data_item .txt {
        width: 100%;
    }
}

#information .data_item .txt .management {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#information .data_item .txt .management_ttl {
    font-weight: 700;
}

#information .data_item .txt .management_info {
    margin-bottom: 0.75em;
}

#information .data_sdgs {
    margin-top: 30px;
}

#information .data_sdgs_img {
    max-width: 700px;
}

#information .data_sdgs_txt {
    margin-top: 1.5em;
    font-size: 2rem;
}

#information .office_item:nth-child(2) {
    margin-top: calc(clamp(100px, 12vw, 150px) * 0.8);
}

#information .office_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    gap: 30px 30px;
    width: 100%;
    height: 110%;
}

@media (max-width: 1024px) {
    #information .office_grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (minmax(200px, 1fr))[auto-fill];
        grid-template-rows: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media (max-width: 840px) {
    #information .office_grid {
        gap: 20px 20px;
    }
}

@media (max-width: 540px) {
    #information .office_grid {
        gap: 10px 10px;
    }
}

#information .office_grid .grid {
    background-size: cover;
    background-position: center center;
}

#information .office_grid .grid.-s_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1 / 2 / 2 / 4;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    /* 垂直方向に中央寄せ */
    -ms-grid-column-align: center;
    justify-self: center;
    /* 水平方向に中央寄せ */
    padding: 0 5%;
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-s_01 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1 / 1 / 2 / 3;
        padding: 0;
        margin-bottom: 30px;
    }
}

#information .office_grid .grid.-s_02 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
    background-image: url(../img/07_information/s_01.jpg);
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-s_02 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 4 / 2;
    }
}

#information .office_grid .grid.-s_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    background-image: url(../img/07_information/s_02.jpg);
    background-position: 30% 0%;
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-s_03 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3;
    }
}

#information .office_grid .grid.-s_04 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 3 / 4;
    background-image: url(../img/07_information/s_03.jpg);
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-s_04 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 3 / 2 / 4 / 3;
    }
}

#information .office_grid .grid.-s_05 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
    background-image: url(../img/07_information/s_04.jpg);
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-s_05 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4 / 1 / 5 / 2;
    }
}

#information .office_grid .grid.-s_06 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 3 / 2 / 4 / 4;
    background-image: url(../img/07_information/s_05.jpg);
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-s_06 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 4 / 2 / 5 / 3;
    }
}

#information .office_grid .grid.-s_03, #information .office_grid .grid.-s_04, #information .office_grid .grid.-s_05 {
    padding-top: 100%;
}

@media (max-width: 840px) {
    #information .office_grid .grid.-s_03, #information .office_grid .grid.-s_04, #information .office_grid .grid.-s_05 {
        padding-top: 40vw;
    }
}

#information .office_grid .grid.-y_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    /* 垂直方向に中央寄せ */
    -ms-grid-column-align: center;
    justify-self: center;
    /* 水平方向に中央寄せ */
    padding: 0 5%;
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-y_01 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1 / 1 / 2 / 3;
        padding: 0;
        margin-bottom: 30px;
    }
}

#information .office_grid .grid.-y_02 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 2 / 4;
    background-image: url(../img/07_information/y_01.jpg);
    background-position: 0% 10%;
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-y_02 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 3 / 2;
    }
}

#information .office_grid .grid.-y_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
    background-image: url(../img/07_information/y_02.jpg);
    background-position: 0% 60%;
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-y_03 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3 / 1 / 4 / 2;
        padding-top: 100%;
    }
}

@media (max-width: 1024px) and (max-width: 840px) {
    #information .office_grid .grid.-y_03 {
        padding-top: 40vw;
    }
}

#information .office_grid .grid.-y_04 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 4 / 4;
    background-image: url(../img/07_information/y_03.jpg);
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-y_04 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 4 / 3;
    }
}

#information .office_grid .grid.-y_05 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
    background-image: url(../img/07_information/y_04.jpg);
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-y_05 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4 / 1 / 5 / 2;
    }
}

#information .office_grid .grid.-y_06 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
    background-image: url(../img/07_information/y_05.jpg);
}

@media (max-width: 1024px) {
    #information .office_grid .grid.-y_06 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 4 / 2 / 5 / 3;
    }
}

#information .office_grid .grid.-y_02, #information .office_grid .grid.-y_05, #information .office_grid .grid.-y_06 {
    padding-top: 100%;
}

@media (max-width: 840px) {
    #information .office_grid .grid.-y_02, #information .office_grid .grid.-y_05, #information .office_grid .grid.-y_06 {
        padding-top: 40vw;
    }
}

#information .office_name {
    font-family: "Zen Old Mincho", serif;
    color: #fff;
    background-color: #052954;
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    padding: 0 5px 2.5px;
}

#information .office_ttl {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(3.2rem, 4.6vw, 4.2rem);
    display: block;
    line-height: 130%;
    font-weight: 700;
    margin: 0.5em 0;
}

#information .award {
    background-color: #052954;
    color: #fff;
}

#information .award_inner {
    padding: 80px 0;
}

#information .award_secttl {
    color: #fff;
}

#information .award_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#information .award_mainlist {
    width: 50%;
}

@media (max-width: 1024px) {
    #information .award_mainlist {
        width: 100%;
    }
}

#information .award_mainitem:not(:last-child) {
    margin-bottom: 35px;
}

#information .award_ttl {
    display: block;
    font-size: 2rem;
    margin: 0.75em 0;
    border-left: 3px solid #fff;
    line-height: 1.6;
    padding-left: 15px;
    color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(33%, #6c8097), color-stop(66%, white), to(#6c8097));
    background-image: -webkit-linear-gradient(left, white 0%, #6c8097 33%, white 66%, #6c8097 100%);
    background-image: linear-gradient(90deg, white 0%, #6c8097 33%, white 66%, #6c8097 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
}

#information .award_subitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 12.5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#information .award_subitem .ttl {
    width: 100px;
}

@media (max-width: 540px) {
    #information .award_subitem .ttl {
        width: 100%;
    }
}

#information .award_subitem .txt {
    width: calc(100% - 110px);
}

@media (max-width: 540px) {
    #information .award_subitem .txt {
        width: 100%;
    }
}

#information .award_subitem .txt .management {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#information .award_subitem .txt .management_ttl {
    font-weight: 700;
}

#information .award_subitem .txt .management_info {
    margin-bottom: 0.75em;
}

#information .award_imglist {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    #information .award_imglist {
        width: 100%;
        margin-top: calc(clamp(100px, 12vw, 150px) * 0.5);
    }
}

@media (max-width: 840px) {
    #information .award_imglist {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#information .award_imgitem {
    width: 100%;
    position: relative;
}

#information .award_imgitem:nth-child(1) {
    padding-right: 10%;
}

#information .award_imgitem:nth-child(2) {
    padding-left: 10%;
}

#information .award_imgbg {
    background-position: center center;
    background-size: cover;
}

@media (max-width: 840px) {
    #information .award_imgbg {
        padding: 25vw 0;
    }
}

#information .award_imgbg.-bg_01 {
    background-image: url(../img/07_information/award_01.jpg);
    aspect-ratio: 1 / 1;
}

#information .award_imgbg.-bg_02 {
    background-image: url(../img/07_information/award_02.jpg);
    aspect-ratio: 1 / 1;
}

#sponsored .head_ttl .main {
    font-family: "Zen Old Mincho", serif;
    font-size: calc(clamp(3.6rem, 6vw, 6rem) * 0.9);
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;
}

#sponsored .head_ttl .sub {
    font-family: minion-pro, serif;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 0.5em;
}

#sponsored .head_txt {
    margin-top: 1em;
    font-size: 2rem;
}

@media (max-width: 840px) {
    #sponsored .head_txt {
        font-size: 1.8rem;
    }
}

#sponsored .index_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sponsored .index_content {
    width: 42.5vw;
    margin-left: calc(50% - 50vw);
    position: -webkit-sticky;
    position: sticky;
    height: 500px;
    top: 150px;
    left: 0;
}

@media (max-width: 840px) {
    #sponsored .index_content {
        display: none;
    }
}

#sponsored .index_content_inner {
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 5% 5% 5% 12.5vw;
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
}

#sponsored .index_content_inner#default {
    display: block;
}

#sponsored .index_logo {
    width: 260px;
    margin-bottom: 15px;
}

#sponsored .index_logo.-icon {
    width: 87.5px;
    margin: -10px 0 0 -3.5px;
}

#sponsored .index_img {
    width: 100%;
    position: relative;
}

#sponsored .index_img img {
    width: 100%;
}

#sponsored .index_img .copy {
    position: absolute;
    right: 0.5em;
    bottom: 0.25em;
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 0px 0px 10px black;
}

#sponsored .index_txt {
    margin-top: 1em;
}

#sponsored .index_list {
    width: 52.5%;
}

@media (max-width: 840px) {
    #sponsored .index_list {
        width: 100%;
    }
}

#sponsored .index_item {
    border-bottom: 1px solid #052954;
}

#sponsored .index_item:nth-child(1) {
    border-top: 1px solid #052954;
}

@media (max-width: 840px) {
    #sponsored .index_item:not(:first-child) {
        border-top: 1px solid #052954;
        margin-top: 10%;
    }
}

#sponsored .index_mblogo {
    width: 260px;
    max-width: 100%;
    margin: 1em 0;
}

@media (min-width: 841px) {
    #sponsored .index_mblogo {
        display: none;
    }
}

#sponsored .index_mblogo.-icon {
    width: 70px;
    margin: 1em 0 1em -3.5px;
}

#sponsored .index_mbimg {
    position: relative;
}

@media (min-width: 841px) {
    #sponsored .index_mbimg {
        display: none;
    }
}

#sponsored .index_mbimg .copy {
    position: absolute;
    right: 0.5em;
    bottom: 0.25em;
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 0px 0px 10px black;
}

#sponsored .index_mbtxt {
    padding: 1em 0;
    border-bottom: 1px dotted rgba(5, 41, 84, 0.5);
}

@media (min-width: 841px) {
    #sponsored .index_mbtxt {
        display: none;
    }
}

#sponsored .index_link {
    padding: 25px 70.5px 25px 7.5px;
    position: relative;
}

@media (max-width: 840px) {
    #sponsored .index_link {
        padding: 2.5% 70.5px 2.5% 7.5px;
    }
}

#sponsored .index_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 7.5px;
    height: 7.5px;
    border-radius: 30px;
    background-color: #052954;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
}

#sponsored .index_link::after {
    content: "\f0327";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s right, 0.5s top;
    transition: 0.5s right, 0.5s top;
    font-size: 2rem;
}

#sponsored .index_link:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#sponsored .index_link:hover::after {
    top: calc(50% - 5px);
    right: 25px;
}

#sponsored .index_link:hover .index_info {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0.5;
}

#sponsored .index_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#sponsored .index_icon {
    width: 90px;
}

@media (max-width: 540px) {
    #sponsored .index_icon {
        width: 65px;
    }
}

#sponsored .index_name {
    width: calc(100% - 110px);
}

@media (max-width: 540px) {
    #sponsored .index_name {
        width: calc(100% - 80px);
    }
}

#sponsored .index_name .main {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    font-weight: 500;
    display: block;
    line-height: 1.4;
}

#sponsored .index_name .main .mintxt {
    display: block;
    font-size: 1.6rem;
}

#sponsored .index_name .sub {
    opacity: 0.7;
}

#recruit .movie_link {
    padding: 0;
    border: none;
    position: relative;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
    text-align: left;
    text-transform: none;
}

#recruit .movie_link:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

#recruit .movie_ttl {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

#recruit .movie_ttl .main {
    display: block;
    color: #fff;
    font-size: calc(clamp(3.6rem, 6vw, 6rem) * 1.25);
    font-family: minion-pro, serif;
    font-weight: 400;
    line-height: 1;
}

#recruit .movie_ttl .sub {
    display: block;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    font-weight: 500;
}

#recruit .movie_content div iframe {
    height: 100px !important;
}

#recruit .keyword {
    background-image: url(../img/11_recruit/keyword_bg_01.jpg);
    background-size: cover;
    background-position: center center;
    padding: calc(clamp(100px, 12vw, 150px) * 0.75) 5%;
}

#recruit .keyword::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/11_recruit/keyword_bg_01.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* 初期状態では透明度を0に設定 */
    -webkit-transition: opacity, 0.5s;
    transition: opacity, 0.5s;
    /* 透明度の変化をアニメーション化 */
}

#recruit .keyword.-bg_01::before {
    opacity: 1;
    background-image: url(../img/11_recruit/keyword_bg_01.jpg);
}

#recruit .keyword.-bg_02::before {
    opacity: 1;
    background-image: url(../img/11_recruit/keyword_bg_02.jpg);
}

#recruit .keyword.-bg_03::before {
    opacity: 1;
    background-image: url(../img/11_recruit/keyword_bg_03.jpg);
}

#recruit .keyword.-bg_04::before {
    opacity: 1;
    background-image: url(../img/11_recruit/keyword_bg_04.jpg);
}

#recruit .keyword.-bg_05::before {
    opacity: 1;
    background-image: url(../img/11_recruit/keyword_bg_05.jpg);
}

#recruit .keyword.-bg_06::before {
    opacity: 1;
    background-image: url(../img/11_recruit/keyword_bg_06.jpg);
}

#recruit .keyword.-bg_07::before {
    opacity: 1;
    background-image: url(../img/11_recruit/keyword_bg_07.jpg);
}

#recruit .keyword.-bg_08::before {
    opacity: 1;
    background-image: url(../img/11_recruit/keyword_bg_08.jpg);
}

#recruit .keyword_secttl .sub,
#recruit .keyword_secttl .main {
    color: #fff;
}

#recruit .keyword_list {
    width: 100%;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 30px;
}

@media (max-width: 840px) {
    #recruit .keyword_list {
        margin: 30px auto 0;
        row-gap: 3.5vw;
    }
}

#recruit .keyword_item {
    width: calc(100% / 4 - 2.5%);
    opacity: 0.8;
    -webkit-transition: 0.5s opacity, 0.5s -webkit-transform;
    transition: 0.5s opacity, 0.5s -webkit-transform;
    transition: 0.5s opacity, 0.5s transform;
    transition: 0.5s opacity, 0.5s transform, 0.5s -webkit-transform;
}

@media (max-width: 540px) {
    #recruit .keyword_item {
        width: calc(100% / 2 - 2.5%);
    }
}

#recruit .keyword_item:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#recruit .btn_head {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    color: #052954;
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 2.5em;
}

#recruit .btn_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#recruit .btn_item {
    width: calc((100% - 15px * 2) / 3);
}

@media (max-width: 840px) {
    #recruit .btn_item {
        width: calc((100% - 15px * 1) / 2);
    }
}

@media (max-width: 540px) {
    #recruit .btn_item {
        width: 100%;
    }
}

#recruit .btn_link:hover {
    opacity: 0.7;
}

#contact .form_inner {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -10px #052954;
    box-shadow: 0px 0px 15px -10px #052954;
    padding: 50px;
}

@media (max-width: 840px) {
    #contact .form_inner {
        padding: 50px 5%;
    }
}

#contact .form_content {
    margin-top: 50px;
}

#contact .form_list {
    border-top: 1px solid rgba(5, 41, 84, 0.5);
    padding: 12.5px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 840px) {
    #contact .form_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 5px 0px 12.5px;
    }
}

#contact .form_list:last-child {
    border-bottom: 1px solid rgba(5, 41, 84, 0.5);
}

#contact .form_list label {
    display: block;
    width: 190px;
    padding: 5px 0px;
    margin-right: 30px;
}

#contact .form_list label.-required::after {
    content: "必須";
    color: #fff;
    background-color: #052954;
    font-size: 1.2rem;
    padding: 0px 12.5px;
    margin-left: 10px;
}

@media screen and (max-width: 840px) {
    #contact .form_list label {
        margin-bottom: 5px;
    }
}

#contact .form_list input {
    width: calc(100% - 220px);
    padding-left: 5px;
    color: #1a1a1a;
    background-color: #f5f5f5;
    border: none;
    height: 40px;
}

@media screen and (max-width: 840px) {
    #contact .form_list input {
        width: 100%;
    }
}

#contact .form_list input#c_name_01, #contact .form_list input#c_name_02, #contact .form_list input#c_tel {
    width: 400px;
    max-width: 100%;
}

#contact .form_list textarea {
    width: calc(100% - 220px);
    max-width: 100%;
    height: 200px;
    resize: vertical;
    padding: 5px 5px;
    background-color: #f5f5f5;
    border: none;
}

@media screen and (max-width: 840px) {
    #contact .form_list textarea {
        width: 100%;
    }
}

#contact .form_agree {
    margin-top: 30px;
}

#contact .form_agree a {
    display: inline-block;
    text-decoration: underline;
}

#contact .form_agree_check {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#contact .form_agree_check #agree {
    margin-right: 10px;
}

#contact .form_privacy {
    display: inline-block;
    border-bottom: 1px solid #aaa;
    line-height: 1;
}

#contact .form_privacy::after {
    content: "\f0327";
    font-family: "icomoon";
    padding-right: 5px;
    font-size: 2rem;
    font-weight: 500;
    vertical-align: -2.5px;
}

#contact .form_privacy:hover {
    opacity: 0.7;
}

#contact .form_btn {
    width: 260px;
    max-width: 100%;
    font-size: 2rem;
    text-align: center;
    border: 1px solid #aaa;
    padding: 15px 5px;
    margin: 30px auto 0;
    position: relative;
    display: block;
}

@media (max-width: 840px) {
    #contact .form_btn {
        margin: 30px auto 0;
        font-size: 1.8rem;
    }
}

@media (max-width: 540px) {
    #contact .form_btn {
        padding: 7.5px 5px;
    }
}

#contact .form_btn:hover::after {
    right: 10px;
}

#contact .form_btn:hover span {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

#contact .form_btn.-active {
    background-color: #052954;
    color: #fff;
}

#contact .form input[type="radio"],
#contact .form input[type="checkbox"],
#contact .form input[type="submit"] {
    accent-color: #052954;
}

#privacy .sec_head {
    margin-bottom: 30px;
}

#privacy .sec_head .ttl {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(3.2rem, 4.6vw, 4.2rem);
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 0.5em;
}

#privacy .sec_head .txt {
    color: #1a1a1a;
}

#privacy .sec_item .ttl {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    font-weight: 700;
    display: block;
    margin: 1em 0 0.25em;
}

#privacy .sec_item .txt {
    color: #1a1a1a;
}

#privacy .sec_item .sublist {
    margin-top: 20px;
}

#privacy .sec_item .subitem {
    list-style-type: decimal;
    margin-left: 1em;
    color: #1a1a1a;
}

#solicitation-policy .sec_head {
    margin-bottom: 30px;
}

#solicitation-policy .sec_head .ttl {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(3.2rem, 4.6vw, 4.2rem);
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 1em;
}

#solicitation-policy .sec_content:nth-of-type(3) {
    margin-top: 50px;
}

#solicitation-policy .sec_copy {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    font-weight: 700;
    display: block;
    margin-bottom: 0.5em;
}

#solicitation-policy .sec_item .ttl {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.25em;
    font-weight: 700;
    display: block;
    margin: 1em 0 0.25em;
}

#solicitation-policy .sec_item .txt {
    color: #1a1a1a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25em;
    position: relative;
}

#solicitation-policy .sec_item .txt span {
    position: relative;
    padding-left: 1em;
}

#solicitation-policy .sec_item .txt span::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0.25em;
    width: 0.25em;
    height: 0.25em;
    border-radius: 50px;
    background-color: #052954;
}

#solicitation-policy .sec_note {
    color: #1a1a1a;
    display: block;
    margin-top: 1.5em;
}

#sitemap .sec_list {
    margin-left: 1.5em;
}

#sitemap .sec_item {
    list-style-type: square;
}

#sitemap .sec_item:not(:first-child) {
    margin-top: 1.5em;
}

#sitemap .sec_link {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
}

#sitemap .sec_link:hover {
    opacity: 0.7;
}

#sitemap .sec_link.-nolink:hover {
    opacity: 1;
}

#sitemap .sec_link.-external::after {
    content: "\f0327";
    font-family: "icomoon";
    margin-left: 5px;
}

#sitemap .sec_sublist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-top: 7.5px;
    max-width: 540px;
}

#sitemap .sec_subitem {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
}

#sitemap .sec_sublink {
    display: inline-block;
    padding: 0.25em 0;
    font-size: 1.8rem;
    position: relative;
}

#sitemap .sec_sublink::before {
    position: absolute;
    content: "";
    top: 52.5%;
    left: -16.5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 10px;
    height: 1px;
    background-color: #052954;
}

#sitemap .sec_sublink:hover {
    opacity: 0.7;
}

#sitemap .sec_sublink.-nolink:hover {
    opacity: 1;
}

#sitemap .sec_sublink.-external::after {
    content: "\f0327";
    font-family: "icomoon";
    margin-left: 5px;
}

#thanks,
#error {
    margin-top: calc(clamp(100px, 12vw, 150px) * 1.5);
}

#thanks .sec_inner,
#error .sec_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#thanks .sec_ttl,
#error .sec_ttl {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    margin-bottom: 1em;
}

#thanks .sec_btn,
#error .sec_btn {
    width: 260px;
    max-width: 100%;
    font-size: 2rem;
    text-align: center;
    border: 1px solid #052954;
    padding: 15px 5px;
    margin: 30px auto 0;
    -webkit-transition: none;
    transition: none;
    position: relative;
}

#thanks .sec_btn span:nth-child(1),
#error .sec_btn span:nth-child(1) {
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

#thanks .sec_btn span:nth-child(2),
#error .sec_btn span:nth-child(2) {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

#thanks .sec_btn span:nth-child(3),
#error .sec_btn span:nth-child(3) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

#thanks .sec_btn span:nth-child(4),
#error .sec_btn span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

#thanks .sec_btn span:nth-child(5),
#error .sec_btn span:nth-child(5) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#thanks .sec_btn span:nth-child(6),
#error .sec_btn span:nth-child(6) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

#thanks .sec_btn span:nth-child(7),
#error .sec_btn span:nth-child(7) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

#thanks .sec_btn span:nth-child(8),
#error .sec_btn span:nth-child(8) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

#thanks .sec_btn span:nth-child(9),
#error .sec_btn span:nth-child(9) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

#thanks .sec_btn span:nth-child(10),
#error .sec_btn span:nth-child(10) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media (max-width: 840px) {
    #thanks .sec_btn,
    #error .sec_btn {
        margin: 30px auto 0;
        font-size: 1.8rem;
    }
}

@media (max-width: 540px) {
    #thanks .sec_btn,
    #error .sec_btn {
        padding: 7.5px 5px;
    }
}

#thanks .sec_btn::after,
#error .sec_btn::after {
    content: "\f0142";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 17.5px;
    line-height: 1;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #052954;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: right, color, background-color;
    transition-property: right, color, background-color;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 540px) {
    #thanks .sec_btn::after,
    #error .sec_btn::after {
        line-height: 1.8;
    }
}

#thanks .sec_btn:hover::after,
#error .sec_btn:hover::after {
    right: 10px;
}

#thanks .sec_btn:hover span,
#error .sec_btn:hover span {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

#thanks .sec_btn_inner,
#error .sec_btn_inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#thanks .sec_btn_inner span,
#error .sec_btn_inner span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

#thanks .sec_btn_inner span::after,
#error .sec_btn_inner span::after {
    content: attr(data-text);
    position: absolute;
    top: 1.5em;
    left: 0;
}
