@charset "UTF-8";
/*==================================================================================================
	TOP
==================================================================================================*/
#top .video {
    position: relative;
    margin-top: -100svh;
}
#top .video video {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}
#top .video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 89, 48, 0.5);
    z-index: 2;
}
#top .video::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20vw;
    background-image: url(../img/top/mv_deco.png);
    z-index: 3;
    background-size: contain;
    background-repeat: repeat-x;
}
#top .mv {
    padding: 0 min(5%, 80px);
    position: relative;
    height: 100svh;
    z-index: 10;
}
@media (max-width: 840px) {
    #top .mv {
        height: auto;
    }
}
#top .mv_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: calc(clamp(50px, 8vw, 80px) * 1.3);
}
@media (max-width: 840px) {
    #top .mv_inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: calc(clamp(50px, 8vw, 80px) * 1.3 + 5vw);
    }
}
#top .mv_catch {
    color: #fff;
    position: relative;
    z-index: 10;
    margin-top: calc(clamp(50px, 8vw, 80px) * -1);
}
@media (max-width: 840px) {
    #top .mv_catch {
        margin-top: clamp(50px, 8vw, 80px);
    }
}
#top .mv_catch .en .txt {
    display: flex;
}
#top .mv_catch .en .txt span {
    font-family: "Bebas Neue", sans-serif;
    font-size: min(10vw, 20rem);
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 840px) {
    #top .mv_catch .en .txt span {
        font-size: 12vw;
    }
}
#top .mv_catch .en .txt span.-active {
    opacity: 1;
    translate: 0 0;
}
#top .mv_catch .ja {
    font-size: min(2.25vw, 4.5rem);
    font-weight: 700;
    display: block;
}
@media (max-width: 840px) {
    #top .mv_catch .ja {
        font-size: 4vw;
    }
}
@media (max-width: 540px) {
    #top .mv_catch .ja {
        font-size: 5vw;
    }
}
#top .mv_slide {
    height: calc(100svh - clamp(50px, 8vw, 80px) * 1.3);
    width: 55%;
    margin-left: -40%;
    position: relative;
    z-index: 5;
}
@media (max-width: 1280px) {
    #top .mv_slide {
        width: 65%;
        margin-left: -55%;
    }
}
@media (max-width: 840px) {
    #top .mv_slide {
        width: 80%;
        margin-left: auto;
        margin-top: calc(clamp(50px, 8vw, 80px) * 0.75);
        height: auto;
    }
}
#top .mv_slide .slide_list {
    height: calc(91.5svh - clamp(50px, 8vw, 80px) * 1.3);
}
@media (max-width: 840px) {
    #top .mv_slide .slide_list {
        height: auto;
        aspect-ratio: 1/1 !important;
    }
}
#top .mv_slide .slide_item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: calc(91.5svh - clamp(50px, 8vw, 80px) * 1.3);
}
@media (max-width: 840px) {
    #top .mv_slide .slide_item img {
        height: auto;
        aspect-ratio: 1/1;
    }
}
#top .mv_news {
    opacity: 0;
    translate: 0 20px;
    transition: 1s opacity, 1s translate;
    position: relative;
    z-index: 10;
}
#top .mv_news.-active {
    opacity: 1;
    translate: 0 0;
}
#top .mv .news_inner {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 60%;
    margin-top: -120px;
    position: relative;
    z-index: 10;
}
@media (max-width: 1280px) {
    #top .mv .news_inner {
        width: 75%;
    }
}
@media (max-width: 840px) {
    #top .mv .news_inner {
        width: 90%;
        margin-top: 50px;
    }
}
#top .mv .news_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10vw;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#top .mv .news_secttl {
    font-size: clamp(2.8rem, 4vw, 4.6rem);
    font-family: "Bebas Neue", sans-serif;
    padding-right: 1em;
    position: relative;
    z-index: 10;
}
@media (max-width: 540px) {
    #top .mv .news_secttl {
        padding-right: 0.5em;
    }
}
#top .mv .news_link {
    display: flex;
    align-items: center;
    padding: 1.25em 5em 1.25em 1em;
    flex-grow: 1;
    position: relative;
}
#top .mv .news_link:hover::after {
    right: 1em;
}
@media (max-width: 540px) {
    #top .mv .news_link {
        flex-direction: column;
        align-items: flex-start;
    }
}
#top .mv .news_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2em;
    translate: 0 -50%;
    width: 2em;
    height: 2em;
    background-image: url(../img/cmn/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
}
#top .mv .news_time {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-family: "Bebas Neue", sans-serif;
    padding-right: 1em;
    display: block;
    line-height: 1.5;
}
#top .mv .news_ttl {
    display: block;
    line-height: 1.5;
    margin-top: -0.25em;
}
#top .service {
    color: #fff;
    padding: clamp(80px, 12vw, 150px) 5%;
    z-index: 10;
    position: relative;
}
#top .service_inner {
    margin: 50px auto 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 1280px;
    max-width: 60%;
}
@media (max-width: 1280px) {
    #top .service_inner {
        margin-top: 0;
        max-width: 100%;
    }
}
@media (max-width: 840px) {
    #top .service_inner {
        flex-direction: column;
    }
}
#top .service_secttl {
    font-size: min(15vw, 25rem);
    display: block;
    line-height: 0.9;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-mask-image: url(../img/cmn/txtmask_vertical.png);
    mask-image: url(../img/cmn/txtmask_vertical.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin-left: 0.25em;
}
@media (max-width: 840px) {
    #top .service_secttl {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-left: 0;
        margin-bottom: 0.25em;
        -webkit-mask-image: url(../img/cmn/txtmask.png);
        mask-image: url(../img/cmn/txtmask.png);
    }
}
#top .service_secttl .txt {
    line-height: 0.9;
    color: #fff;
}
#top .service_secttl .txt span {
    font-size: min(20vw, 25rem);
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
}
#top .service_secttl .txt span.-active {
    opacity: 1;
    translate: 0 0;
}
#top .service_txt {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 2;
}
#top .service_img {
    position: absolute;
}
@media (max-width: 1280px) {
    #top .service_img {
        display: none;
    }
}
#top .service_img.-left {
    width: 30%;
    bottom: 0;
    left: -12.5%;
}
#top .service_img.-right {
    width: 15%;
    top: 15%;
    right: 0;
}
#top .txtanim {
    white-space: nowrap;
    position: relative;
    z-index: 10;
    translate: 0 50%;
}
@media (max-width: 1024px) {
    #top .txtanim {
        margin-left: 0;
    }
}
#top .txtanim_inner {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: scrollText 180s linear infinite;
    animation: scrollText 180s linear infinite;
}
#top .txtanim_inner span {
    display: inline-block;
    padding-right: 15px;
    font-weight: 500;
    font-size: min(15vw, 25rem);
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    color: rgba(255, 255, 255, 0.35);
}
@-webkit-keyframes scrollText {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes scrollText {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
#top .works {
    background-image: url(../img/top/works_bg.png);
    background-size: min(7.5%, 180px);
    background-repeat: repeat-x;
    padding: 0 5%;
    position: relative;
}
@media (max-width: 1280px) {
    #top .works {
        background-size: 10.5%;
    }
}
@media (max-width: 840px) {
    #top .works {
        background-size: 15%;
    }
}
#top .works_inner {
    margin-top: 0;
}
#top .works_slider {
    width: 115%;
    margin: 0 -7.5%;
}
#top .works .slider_list {
    transition-timing-function: linear !important;
}
#top .works .slider_item {
    margin-left: 3.5%;
}
#top .works .slider_item.-item01 {
    width: 35vw;
    margin-top: 3.5%;
}
@media (max-width: 840px) {
    #top .works .slider_item.-item01 {
        width: 50vw;
    }
}
#top .works .slider_item.-item02 {
    width: 35vw;
    margin-top: 15%;
}
@media (max-width: 840px) {
    #top .works .slider_item.-item02 {
        width: 50vw;
    }
}
#top .works .slider_item.-item03 {
    width: 25vw;
}
@media (max-width: 840px) {
    #top .works .slider_item.-item03 {
        width: 40vw;
    }
}
#top .works .slider_item.-item04 {
    width: 35vw;
    margin-top: 10%;
}
@media (max-width: 840px) {
    #top .works .slider_item.-item04 {
        width: 50vw;
    }
}
#top .works .slider_item.-item05 {
    width: 25vw;
    margin-top: 7.5%;
}
@media (max-width: 840px) {
    #top .works .slider_item.-item05 {
        width: 40vw;
    }
}
#top .works .slider_item.-item06 {
    width: 35vw;
    margin-top: 15%;
}
@media (max-width: 840px) {
    #top .works .slider_item.-item06 {
        width: 50vw;
    }
}
#top .works .slider_item.-item07 {
    width: 25vw;
}
@media (max-width: 840px) {
    #top .works .slider_item.-item07 {
        width: 40vw;
    }
}
#top .works_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(clamp(50px, 8vw, 80px) * 0.5) 0;
    max-width: 1280px;
    margin: calc(clamp(50px, 8vw, 80px) * 1.85) auto 0;
    position: relative;
}
#top .works .head_ttl {
    position: relative;
    z-index: 10;
}
#top .works .head_ttl img {
    height: min(8vw, 100px);
}
#top .works .head_num {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0 1em;
    position: relative;
    z-index: 10;
}
#top .works .head_num .num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.25em;
}
#top .works .head_num .num img {
    height: calc(min(8vw, 100px) * 2);
}
#top .works .head_num .txt img {
    height: calc(min(8vw, 100px) * 0.75);
}
#top .works .head_mark {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 35%;
}
@media (max-width: 540px) {
    #top .works .head_mark {
        width: 50%;
    }
}
#top .works_insta {
    padding-bottom: clamp(50px, 8vw, 80px);
}
#top .works_insta .insta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: calc(clamp(50px, 8vw, 80px) * 1.5) auto 0;
    font-size: calc(clamp(2.4rem, 3.2vw, 3.2rem) * 1.5);
    background-color: #035930;
    color: #fff;
    padding: 0.4em 4em 0.25em 1em;
    line-height: 1;
    position: relative;
    border-radius: 100px;
    opacity: 0;
    translate: 0 0.5em;
    transition: 1.25s opacity, 1.25s translate, 0.5s background-color, 0.5s color, 0.5s box-shadow;
    gap: 0 0.25em;
}
#top .works_insta .insta_btn.-active {
    opacity: 1;
    translate: 0 0;
}
#top .works_insta .insta_btn .icon {
    width: 0.8em;
    height: 0.8em;
    margin-bottom: 0.125em;
    -webkit-mask-image: url(../img/cmn/icon_insta.svg);
    mask-image: url(../img/cmn/icon_insta.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
    transition: 0.5s background-color;
}
#top .works_insta .insta_btn span {
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
}
#top .works_insta .insta_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-image: url(../img/cmn/btn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s right;
}
#top .works_insta .insta_btn:hover {
    background-color: #fff;
    color: #035930;
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
}
#top .works_insta .insta_btn:hover::after {
    right: 0.35em;
}
#top .works_insta .insta_btn:hover .icon {
    background-color: #035930;
}
#top .works_content {
    position: relative;
    max-width: 1600px;
    margin: 0 auto clamp(80px, 12vw, 150px);
}
#top .works_secttl {
    font-size: min(15vw, 25rem);
    display: block;
    line-height: 0.9;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-mask-image: url(../img/cmn/txtmask_vertical.png);
    mask-image: url(../img/cmn/txtmask_vertical.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin-left: 0.25em;
    position: absolute;
    top: calc(min(15vw, 25rem) * -2.15);
    right: 0;
}
@media (max-width: 1280px) {
    #top .works_secttl {
        position: relative;
        right: auto;
        top: auto;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-left: 0;
        margin-bottom: 0.25em;
        -webkit-mask-image: url(../img/cmn/txtmask.png);
        mask-image: url(../img/cmn/txtmask.png);
    }
}
#top .works_secttl .txt {
    line-height: 0.9;
    color: #fff;
}
#top .works_secttl .txt span {
    font-size: min(20vw, 25rem);
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
}
#top .works_secttl .txt span.-active {
    opacity: 1;
    translate: 0 0;
}
#top .works_list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(50px, 8vw, 80px) 0;
}
#top .works_item {
    width: 33.3333333333%;
}
#top .works_item:not(:last-child) {
    border-right: 0.125em solid #035930;
}
@media (max-width: 840px) {
    #top .works_item:nth-child(2) {
        border-right: none;
    }
}
@media (max-width: 840px) {
    #top .works_item {
        width: 50%;
    }
}
#top .works_link {
    padding: 0 min(1.5em, 2.5vw);
}
#top .works_link:hover .works_eyecatch img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
#top .works_link:hover .works_eyecatch::before {
    right: 1.5%;
}
#top .works_eyecatch {
    overflow: hidden;
    position: relative;
}
#top .works_eyecatch img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
}
#top .works_eyecatch::before {
    content: "";
    position: absolute;
    bottom: 1.5em;
    right: 5%;
    width: 20%;
    height: 50px;
    background-image: url(../img/cmn/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: 0.5s right;
    z-index: 10;
}
@media (max-width: 840px) {
    #top .works_eyecatch::before {
        width: 30%;
        bottom: 1em;
    }
}
#top .works_ttl {
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
    margin: 1.5em 0;
    line-height: 1.35;
}
#top .works_morebtn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5em auto 0;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    background-color: #035930;
    color: #fff;
    padding: 0.25em 4em 0.25em 1em;
    line-height: 1;
    position: relative;
    border-radius: 100px;
    opacity: 0;
    translate: 0 0.5em;
    transition: 1.25s opacity, 1.25s translate, 0.5s background-color, 0.5s color, 0.5s box-shadow;
}
#top .works_morebtn.-active {
    opacity: 1;
    translate: 0 0;
}
#top .works_morebtn span {
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
}
#top .works_morebtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-image: url(../img/cmn/btn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s right;
}
#top .works_morebtn:hover {
    background-color: #fff;
    color: #035930;
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
}
#top .works_morebtn:hover::after {
    right: 0.35em;
}

/*==================================================================================================
	施工実績
==================================================================================================*/
#works .archive {
    padding: 0 0;
    margin: 0 auto clamp(50px, 8vw, 80px);
}
#works .archive_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0;
    margin-bottom: calc(clamp(50px, 8vw, 80px) * 0.75);
}
#works .archive_item {
    width: 33.3333333333%;
    border-bottom: 0.125em solid #035930;
}
#works .archive_item:not(:nth-child(3n)) {
    border-right: 0.125em solid #035930;
}
@media (max-width: 840px) {
    #works .archive_item:not(:nth-child(3n)) {
        border-right: none;
    }
}
@media (max-width: 840px) {
    #works .archive_item:nth-child(odd) {
        border-right: 0.125em solid #035930;
    }
}
@media (max-width: 840px) {
    #works .archive_item:nth-child(2) {
        border-right: none;
    }
}
@media (max-width: 840px) {
    #works .archive_item {
        width: 50%;
    }
}
#works .archive_link {
    padding: clamp(50px, 8vw, 80px) min(10%, 80px);
}
@media (max-width: 840px) {
    #works .archive_link {
        padding: calc(clamp(50px, 8vw, 80px) * 0.75) min(7.5%, 50px);
    }
}
#works .archive_link:hover .archive_eyecatch img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
#works .archive_link:hover .archive_eyecatch::before {
    right: 1.5%;
}
#works .archive_eyecatch {
    overflow: hidden;
    position: relative;
}
#works .archive_eyecatch img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
}
#works .archive_eyecatch::before {
    content: "";
    position: absolute;
    bottom: 1.5em;
    right: 5%;
    width: 20%;
    height: 50px;
    background-image: url(../img/cmn/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: 0.5s right;
    z-index: 10;
}
@media (max-width: 840px) {
    #works .archive_eyecatch::before {
        width: 30%;
        bottom: 1em;
    }
}
#works .archive_ttl {
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
    margin: 1.5em 0 0;
    line-height: 1.35;
}
#works .archive_nopost {
    padding: clamp(50px, 8vw, 80px) min(5%, 50px) 0;
    display: block;
}
#works .article_ttl {
    display: block;
    line-height: 1.5;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 700;
    margin: 0 0 1em;
    text-align: center;
}
#works .article_img img {
    aspect-ratio: 16/9;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    background-color: rgba(3, 89, 48, 0.1);
}
#works .article_gallery {
    margin-top: 1.5em;
}
#works .article_gallery .gallery_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em 1.5%;
}
#works .article_gallery .gallery_item {
    width: 23.875%;
}
@media (max-width: 540px) {
    #works .article_gallery .gallery_item {
        width: 32.3333333333%;
    }
}
#works .article_gallery .gallery_item a {
    padding: 0;
    transition: 0.5s opacity;
}
#works .article_gallery .gallery_item a:hover {
    opacity: 0.7;
}
#works .article_gallery .gallery_item a img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#works .article_txt {
    margin-top: 2.5em;
}
#works .article_backbtn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5em auto 0;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    background-color: #035930;
    color: #fff;
    padding: 0.25em 4em 0.25em 1em;
    line-height: 1;
    position: relative;
    border-radius: 100px;
}
#works .article_backbtn span {
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
}
#works .article_backbtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-image: url(../img/cmn/btn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s right;
}
#works .article_backbtn:hover {
    background-color: #fff;
    color: #035930;
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
}
#works .article_backbtn:hover::after {
    right: 0.35em;
}

/*==================================================================================================
	お知らせ
==================================================================================================*/
#news .archive_inner {
    background-color: #fff;
    padding: clamp(50px, 8vw, 80px) min(5%, 50px);
}
#news .archive_item {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em 0;
    border-bottom: 0.125em solid #035930;
}
#news .archive_item:first-child {
    border-top: 0.125em solid #035930;
}
#news .archive_link {
    display: flex;
    align-items: center;
    padding: 1.75em 5em 1.75em 0;
    flex-grow: 1;
    position: relative;
}
@media (max-width: 840px) {
    #news .archive_link {
        padding: 1.25em 5em 1.25em 0;
    }
}
@media (max-width: 540px) {
    #news .archive_link {
        flex-direction: column;
        align-items: flex-start;
    }
}
#news .archive_link:hover::after {
    right: 1em;
}
#news .archive_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2em;
    translate: 0 -50%;
    width: 2em;
    height: 2em;
    background-image: url(../img/cmn/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
}
#news .archive_time {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-family: "Bebas Neue", sans-serif;
    padding-right: 1em;
    display: block;
    line-height: 1.5;
}
#news .archive_ttl {
    display: block;
    line-height: 1.5;
    margin-top: -0.25em;
}
#news .article_inner {
    padding: clamp(50px, 8vw, 80px) min(5%, 50px);
    background-color: #fff;
}
#news .article_time {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-family: "Bebas Neue", sans-serif;
    padding-right: 1em;
    display: block;
    line-height: 1.5;
}
#news .article_ttl {
    display: block;
    line-height: 1.5;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 700;
    margin: 0.5em 0 1em;
}
#news .article_content {
    border-top: 0.125em solid #035930;
    padding-top: calc(clamp(50px, 8vw, 80px) * 0.35);
}
#news .article_backbtn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5em auto 0;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    background-color: #035930;
    color: #fff;
    padding: 0.25em 4em 0.25em 1em;
    line-height: 1;
    position: relative;
    border-radius: 100px;
    border: none;
}
#news .article_backbtn span {
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
}
#news .article_backbtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-image: url(../img/cmn/btn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s right;
}
#news .article_backbtn:hover {
    background-color: #fff;
    color: #035930;
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
}
#news .article_backbtn:hover::after {
    right: 0.35em;
}

/*==================================================================================================
	求人情報
==================================================================================================*/
#recruit .message {
    background-image: url(../img/company/message_bg.png);
    background-size: min(10%, 110px);
    background-repeat: repeat-x;
    padding: calc(clamp(80px, 12vw, 150px) * 0.5) 5% calc(clamp(80px, 12vw, 150px) * 2.5);
    margin: 0 auto;
}
@media (max-width: 840px) {
    #recruit .message {
        background-size: 12.5%;
    }
}
@media (max-width: 540px) {
    #recruit .message {
        background-size: 15%;
    }
}
#recruit .message_txt {
    font-size: 1.25em;
    line-height: 2;
    text-align: center;
    color: #fff;
}
#recruit .message::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(clamp(80px, 12vw, 150px) * 2.5);
    background: #fafafa;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, rgb(250, 250, 250) 100%);
}
#recruit .flow {
    padding: 0 0;
    margin-top: calc(clamp(80px, 12vw, 150px) * -1.25);
}
#recruit .flow_secttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0.9;
    position: relative;
    z-index: 10;
}
#recruit .flow_secttl::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    translate: 0 -50%;
    width: 40%;
    height: 0.125em;
    background-color: #035930;
}
#recruit .flow_secttl::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    translate: 0 -50%;
    width: 40%;
    height: 0.125em;
    background-color: #035930;
}
#recruit .flow_secttl .en {
    line-height: 0.9;
    color: #035930;
    -webkit-mask-image: url(../img/cmn/txtmask.png);
    mask-image: url(../img/cmn/txtmask.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: relative;
}
#recruit .flow_secttl .en span {
    font-size: min(12.5vw, 17.5rem);
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
}
#recruit .flow_secttl .en span.-active {
    opacity: 1;
    translate: 0 0;
}
#recruit .flow_secttl .ja {
    font-weight: 700;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    color: #035930;
}
#recruit .flow_txtanim {
    white-space: nowrap;
    position: absolute;
    top: -30%;
    z-index: 10;
    translate: 0 50%;
}
@media (max-width: 1024px) {
    #recruit .flow_txtanim {
        margin-left: 0;
    }
}
#recruit .flow_txtanim .txtanim_inner {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: scrollText 180s linear infinite;
    animation: scrollText 180s linear infinite;
}
#recruit .flow_txtanim .txtanim_inner span {
    display: inline-block;
    padding-right: 15px;
    font-weight: 500;
    font-size: min(15vw, 25rem);
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    color: rgba(3, 89, 48, 0.1);
}
#recruit .flow_list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(50px, 8vw, 80px) 3.5%;
    margin-top: clamp(50px, 8vw, 80px);
}
#recruit .flow_item {
    width: 31%;
    position: relative;
}
@media (max-width: 840px) {
    #recruit .flow_item {
        width: 48.25%;
    }
}
@media (max-width: 540px) {
    #recruit .flow_item {
        width: 100%;
    }
}
#recruit .flow_item:not(:last-child) .flow_img::before {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: -1.5vw;
    width: 3vw;
    height: 3vw;
    background-image: url(../img/cmn/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
@media (max-width: 840px) {
    #recruit .flow_item:nth-child(2) .flow_img::before {
        display: none;
    }
}
#recruit .flow_img {
    position: relative;
}
#recruit .flow_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 16/9;
}
#recruit .flow_num {
    font-size: calc(clamp(3.2rem, 5.2vw, 6rem) * 1.5);
    font-family: "Bebas Neue", sans-serif;
    color: #035930;
    position: absolute;
    text-stroke: 2px #035930;
    -webkit-text-stroke: 2px #035930;
    -webkit-text-fill-color: transparent;
    left: 0.25em;
    top: -0.75em;
    z-index: 10;
}
@media (max-width: 540px) {
    #recruit .flow_num {
        text-stroke: 1px #035930;
        -webkit-text-stroke: 1px #035930;
    }
}
#recruit .flow_content {
    padding: 1.5em min(5%, 50px) 0;
}
#recruit .flow_ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.35;
    border-left: 0.25em solid #035930;
    padding-left: 0.5em;
}
#recruit .job {
    padding-top: clamp(80px, 12vw, 150px);
}
#recruit .job::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.125em;
    background-color: #035930;
}
#recruit .job_secttl {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
    align-items: baseline;
}
#recruit .job_secttl .en {
    line-height: 0.9;
    color: #035930;
    -webkit-mask-image: url(../img/cmn/txtmask_02.png);
    mask-image: url(../img/cmn/txtmask_02.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
}
#recruit .job_secttl .en span {
    font-size: min(12.5vw, 12.5rem);
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
    margin-bottom: 0.45em;
}
#recruit .job_secttl .en span.-active {
    opacity: 1;
    translate: 0 0;
}
#recruit .job_secttl .ja {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    top: -0.15em;
    margin-left: 1em;
    color: #035930;
    font-weight: 700;
    position: relative;
    padding-left: 1em;
    line-height: 1;
    display: inline-block;
}
#recruit .job_secttl .ja::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.75em;
    height: 2px;
    background-color: #035930;
}
#recruit .job_tab .tab_list {
    display: flex;
    flex-wrap: wrap;
}
#recruit .job_tab .tab_item {
    width: 25%;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 700;
    color: #035930;
    background-color: #e1e9e5;
    text-align: center;
    padding: 0.25em 0.5em 0.75em;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    transition: 0.5s translate, 0.5s background-color, 0.5s color;
}
@media (max-width: 840px) {
    #recruit .job_tab .tab_item {
        width: 40%;
    }
}
#recruit .job_tab .tab_item.-active, #recruit .job_tab .tab_item:hover {
    background-color: #035930;
    color: #fff;
    translate: 0 -0.25em;
}
#recruit .job_content {
    background-color: #fff;
    padding: clamp(50px, 8vw, 80px) min(5%, 50px);
    margin-top: -0.5em;
    position: relative;
    z-index: 10;
}
#recruit .job .content_inner {
    display: none;
}
#recruit .job .content_inner.-active {
    display: block;
}
#recruit .job .content_item {
    display: flex;
    flex-wrap: wrap;
    padding: 1.75em 0;
    gap: 0.25em 0;
    border-bottom: 0.125em solid #035930;
}
@media (max-width: 840px) {
    #recruit .job .content_item {
        padding: 1.25em 0;
    }
}
#recruit .job .content_item:first-child {
    border-top: 0.125em solid #035930;
}
#recruit .job .content_item .ttl {
    width: 30%;
    font-weight: 700;
}
@media (max-width: 840px) {
    #recruit .job .content_item .ttl {
        width: 100%;
    }
}
#recruit .job .content_item .txt {
    width: 70%;
    padding-left: 1em;
}
@media (max-width: 840px) {
    #recruit .job .content_item .txt {
        width: 100%;
        padding-left: 0;
    }
}
#recruit .job .content_morebtn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.5em auto 0;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    background-color: #035930;
    color: #fff;
    padding: 0.25em 4em 0.25em 1em;
    line-height: 1;
    position: relative;
    border-radius: 100px;
}
#recruit .job .content_morebtn span {
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
}
#recruit .job .content_morebtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-image: url(../img/cmn/btn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s right;
}
#recruit .job .content_morebtn:hover {
    background-color: #fff;
    color: #035930;
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
}
#recruit .job .content_morebtn:hover::after {
    right: 0.35em;
}

/*==================================================================================================
	会社案内
==================================================================================================*/
#company .message {
    background-image: url(../img/company/message_bg.png);
    background-size: min(10%, 110px);
    background-repeat: repeat-x;
    padding: calc(clamp(80px, 12vw, 150px) * 0.5) 5% calc(clamp(80px, 12vw, 150px) * 2.5);
    margin: 0 auto;
}
@media (max-width: 840px) {
    #company .message {
        background-size: 12.5%;
    }
}
@media (max-width: 540px) {
    #company .message {
        background-size: 25%;
    }
}
#company .message::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(clamp(80px, 12vw, 150px) * 3.5);
    background: #fafafa;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, rgb(250, 250, 250) 100%);
}
#company .message_inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}
@media (max-width: 1280px) {
    #company .message_inner {
        flex-direction: column;
    }
}
#company .message_txt {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 2;
    color: #fff;
    width: 55%;
    margin-right: -5%;
    position: relative;
    margin-top: 10%;
    padding-left: 5%;
    z-index: 10;
}
@media (max-width: 1280px) {
    #company .message_txt {
        width: 82.5%;
        padding-left: 0;
        margin-top: 7.5%;
    }
}
@media (max-width: 840px) {
    #company .message_txt {
        font-size: 1.8rem;
    }
}
@media (max-width: 540px) {
    #company .message_txt {
        margin-top: 0;
        width: 90%;
    }
}
#company .message_txt .name {
    display: block;
    margin-top: 1em;
    text-align: right;
}
#company .message_img {
    width: 50%;
    padding-right: 5%;
    position: relative;
    z-index: 5;
}
@media (max-width: 1280px) {
    #company .message_img {
        width: 70%;
        margin-left: auto;
        padding-right: 0;
        margin-top: clamp(50px, 8vw, 80px);
    }
}
@media (max-width: 540px) {
    #company .message_img {
        width: 90%;
    }
}
#company .message_secttl {
    font-size: min(15vw, 20rem);
    display: block;
    line-height: 0.9;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-mask-image: url(../img/cmn/txtmask_vertical.png);
    mask-image: url(../img/cmn/txtmask_vertical.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    top: -0.25em;
    right: 0;
    z-index: 10;
}
@media (max-width: 540px) {
    #company .message_secttl {
        position: relative;
        right: auto;
        top: auto;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-left: 0;
        margin-bottom: 0.25em;
        -webkit-mask-image: url(../img/cmn/txtmask.png);
        mask-image: url(../img/cmn/txtmask.png);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
#company .message_secttl .txt {
    line-height: 0.9;
    color: #fff;
}
#company .message_secttl .txt span {
    font-size: min(15vw, 20rem);
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
}
#company .message_secttl .txt span.-active {
    opacity: 1;
    translate: 0 0;
}
#company .info {
    margin-top: calc(clamp(80px, 12vw, 150px) * -1.25);
}
#company .info_secttl {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
    align-items: baseline;
}
#company .info_secttl .en {
    line-height: 0.9;
    color: #035930;
    -webkit-mask-image: url(../img/cmn/txtmask_02.png);
    mask-image: url(../img/cmn/txtmask_02.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
}
#company .info_secttl .en span {
    font-size: min(12.5vw, 12.5rem);
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
    margin-bottom: 0.25em;
}
#company .info_secttl .en span.-active {
    opacity: 1;
    translate: 0 0;
}
#company .info_secttl .ja {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    top: -0.15em;
    margin-left: 1em;
    color: #035930;
    font-weight: 700;
    position: relative;
    padding-left: 1em;
    line-height: 1;
    display: inline-block;
}
#company .info_secttl .ja::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.75em;
    height: 2px;
    background-color: #035930;
}
#company .info_content {
    background-color: #fff;
    padding: clamp(50px, 8vw, 80px) min(5%, 50px);
}
#company .info_item {
    display: flex;
    flex-wrap: wrap;
    padding: 1.75em 0;
    gap: 0.25em 0;
    border-bottom: 0.125em solid #035930;
}
@media (max-width: 840px) {
    #company .info_item {
        padding: 1.25em 0;
    }
}
#company .info_item:first-child {
    border-top: 0.125em solid #035930;
}
#company .info_item span {
    display: block;
    line-height: 1.5;
}
#company .info_item .ttl {
    width: 100px;
}
@media (max-width: 840px) {
    #company .info_item .ttl {
        width: 100%;
    }
}
#company .info_item .txt {
    width: calc(100% - 100px);
    padding-left: 1em;
}
@media (max-width: 840px) {
    #company .info_item .txt {
        width: 100%;
        padding-left: 0;
    }
}
#company .info_license {
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.75);
}
#company .info .license_ttl {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    margin-left: 2em;
    margin-bottom: 1em;
}
#company .info .license_ttl span {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 10;
}
#company .info .license_ttl::before {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 140%;
    height: 1.75em;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #035930;
}
#company .info .license_item {
    display: flex;
    flex-wrap: wrap;
    padding: 1.75em 0;
    gap: 0.25em 0;
    border-bottom: 0.125em solid #035930;
}
@media (max-width: 840px) {
    #company .info .license_item {
        padding: 1.25em 0;
    }
}
#company .info .license_item:first-child {
    border-top: 0.125em solid #035930;
}
#company .info .license_item span {
    display: block;
    line-height: 1.5;
}
#company .info .license_item .ttl {
    width: 200px;
}
@media (max-width: 840px) {
    #company .info .license_item .ttl {
        width: 100%;
    }
}
#company .info .license_item .txt {
    width: calc(100% - 200px);
    padding-left: 1em;
}
@media (max-width: 840px) {
    #company .info .license_item .txt {
        width: 100%;
        padding-left: 0;
    }
}
#company .location {
    padding-top: clamp(80px, 12vw, 150px);
}
#company .location::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.125em;
    background-color: #035930;
}
#company .location_secttl {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
    align-items: baseline;
}
#company .location_secttl .en {
    line-height: 0.9;
    color: #035930;
    -webkit-mask-image: url(../img/cmn/txtmask_02.png);
    mask-image: url(../img/cmn/txtmask_02.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
}
#company .location_secttl .en span {
    font-size: min(12.5vw, 12.5rem);
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
    margin-bottom: 0.45em;
}
#company .location_secttl .en span.-active {
    opacity: 1;
    translate: 0 0;
}
#company .location_secttl .ja {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    top: -0.15em;
    margin-left: 1em;
    color: #035930;
    font-weight: 700;
    position: relative;
    padding-left: 1em;
    line-height: 1;
    display: inline-block;
}
#company .location_secttl .ja::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.75em;
    height: 2px;
    background-color: #035930;
}
#company .location_list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(50px, 8vw, 80px) 3.5%;
}
#company .location_item {
    width: 48.25%;
    background-color: #fff;
    padding: 0 min(5%, 30px) calc(clamp(50px, 8vw, 80px) * 0.5);
    display: flex;
    flex-direction: column;
}
@media (max-width: 840px) {
    #company .location_item {
        width: 100%;
    }
}
#company .location_ttl {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    font-weight: 700;
    margin-top: -0.65em;
    line-height: 1.35;
}
#company .location_txt {
    margin: 1em 0 1.25em;
}
#company .location_map iframe {
    aspect-ratio: 16/9;
}

/*==================================================================================================
	協力会社
==================================================================================================*/
#partner .about {
    padding-bottom: clamp(80px, 12vw, 150px);
    border-bottom: 0.125em solid #035930;
}
#partner .about_txt {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 2;
    text-align: center;
    position: relative;
    z-index: 10;
}
@media (max-width: 840px) {
    #partner .about_txt {
        font-size: 1.8rem;
    }
}
#partner .about_img {
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 300px;
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}
@media (max-width: 840px) {
    #partner .about_img {
        width: 50%;
        top: 40%;
        right: -20%;
    }
}
@media (max-width: 540px) {
    #partner .about_img {
        width: 60%;
        top: 25%;
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#partner .partner_secttl {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
    align-items: baseline;
}
#partner .partner_secttl .en {
    line-height: 0.9;
    color: #035930;
    -webkit-mask-image: url(../img/cmn/txtmask_02.png);
    mask-image: url(../img/cmn/txtmask_02.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 70% 0;
    mask-position: 70% 0;
}
#partner .partner_secttl .en span {
    font-size: min(12.5vw, 12.5rem);
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
    margin-bottom: 0.45em;
}
#partner .partner_secttl .en span.-active {
    opacity: 1;
    translate: 0 0;
}
#partner .partner_secttl .ja {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    top: -0.15em;
    margin-left: 1em;
    color: #035930;
    font-weight: 700;
    position: relative;
    padding-left: 1em;
    line-height: 1;
    display: inline-block;
}
#partner .partner_secttl .ja::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.75em;
    height: 2px;
    background-color: #035930;
}
#partner .partner_tab .tab_list {
    display: flex;
    flex-wrap: wrap;
}
#partner .partner_tab .tab_item {
    width: 25%;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 700;
    color: #035930;
    background-color: #e1e9e5;
    text-align: center;
    padding: 0.25em 0.5em 0.75em;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    transition: 0.5s translate, 0.5s background-color, 0.5s color;
}
@media (max-width: 840px) {
    #partner .partner_tab .tab_item {
        width: 40%;
    }
}
#partner .partner_tab .tab_item.-active, #partner .partner_tab .tab_item:hover {
    background-color: #035930;
    color: #fff;
    translate: 0 -0.25em;
}
#partner .partner_content {
    background-color: #fff;
    padding: clamp(50px, 8vw, 80px) min(5%, 50px);
    margin-top: -0.5em;
    position: relative;
    z-index: 10;
}
#partner .partner_location {
    display: none;
}
#partner .partner_location.-active {
    display: block;
}
#partner .partner .industry_item {
    display: flex;
    flex-wrap: wrap;
    padding: 1.75em 0;
    gap: 0.25em 0;
    border-bottom: 0.125em solid #035930;
}
@media (max-width: 840px) {
    #partner .partner .industry_item {
        padding: 1.25em 0;
    }
}
#partner .partner .industry_item:first-child {
    border-top: 0.125em solid #035930;
}
#partner .partner .industry_ttl {
    width: 30%;
    font-weight: 700;
}
@media (max-width: 840px) {
    #partner .partner .industry_ttl {
        width: 100%;
    }
}
#partner .partner .industry_name {
    width: 70%;
    padding-left: 1em;
}
@media (max-width: 840px) {
    #partner .partner .industry_name {
        width: 100%;
        padding-left: 0;
    }
}
#partner .partner .name_list {
    display: flex;
    flex-direction: column;
    gap: 0.25em 0;
}
#partner .partner .name_link {
    position: relative;
    display: inline-block;
}
#partner .partner .name_link::before, #partner .partner .name_link::after {
    content: "";
    position: absolute;
    bottom: 0.05em;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #035930;
}
#partner .partner .name_link::after {
    height: 2px;
    width: 0;
    transition: 0.5s width;
}
#partner .partner .name_link:hover::after {
    width: 100%;
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
#privacypolicy .sec_head {
    margin-bottom: 2em;
}
#privacypolicy .sec_head .txt {
    color: #1a1a1a;
}
#privacypolicy .sec_list {
    display: flex;
    flex-direction: column;
    gap: 2em 0;
}
#privacypolicy .sec_item .ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.35;
    border-left: 0.25em solid #035930;
    padding-left: 0.5em;
}
#privacypolicy .sec_item .txt {
    color: #1a1a1a;
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
#contact .head {
    margin-bottom: 0;
}
#contact .head_txt {
    font-size: 1.25em;
    line-height: 2;
    text-align: center;
}
#contact .head_link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    position: relative;
    padding: calc(clamp(50px, 8vw, 80px) * 0.25) 5em calc(clamp(50px, 8vw, 80px) * 0.65) 2em;
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.5);
}
#contact .head_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 110%;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #035930;
}
@media (max-width: 540px) {
    #contact .head_link::before {
        width: 100%;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
}
#contact .head_link::after {
    content: "";
    position: absolute;
    top: 37.5%;
    right: 2em;
    translate: 0 -50%;
    width: 2em;
    height: 2em;
    background-image: url(../img/cmn/btn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s right;
}
#contact .head_link:hover::after {
    right: 1em;
}
#contact .head_link span {
    display: block;
    line-height: 1.2;
}
#contact .head_link .tel {
    font-size: calc(clamp(2.4rem, 3.2vw, 3.2rem) * 1.75);
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    position: relative;
    z-index: 10;
}
@media (max-width: 540px) {
    #contact .head_link .tel {
        font-size: calc(clamp(2.4rem, 3.2vw, 3.2rem) * 1);
    }
}
#contact .head_link .num {
    font-size: calc(clamp(2.8rem, 4vw, 4.6rem) * 1.5);
    font-family: "Bebas Neue", sans-serif;
    position: relative;
    color: #fff;
    z-index: 10;
}
@media (max-width: 540px) {
    #contact .head_link .num {
        font-size: 10vw;
    }
}
#contact .head_link .num .time {
    font-size: 1.8rem;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    bottom: -1.25em;
    left: 50%;
    translate: -50% 0;
    line-height: 1.2;
    color: #035930;
    background-color: #f3e126;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
    padding: 0.15em 0.5em;
}
#contact .form {
    margin-top: clamp(50px, 8vw, 80px);
}
#contact .form_inner {
    background-color: #fff;
    padding: clamp(50px, 8vw, 80px) min(5%, 50px);
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.2);
}
#contact .form_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 0.125em solid #035930;
    padding: 1.25em 0;
}
#contact .form_item:first-child {
    border-top: 0.125em solid #035930;
}
#contact .form_item.-align {
    align-items: flex-start;
}
#contact .form_item.-align .label {
    margin-top: 0.5em;
}
@media (max-width: 840px) {
    #contact .form_item.-align .label {
        margin-top: 0;
    }
}
#contact .form_item .label {
    display: block;
    width: 230px;
    font-weight: 700;
}
@media (max-width: 840px) {
    #contact .form_item .label {
        width: 100%;
        margin-bottom: 0.35em;
    }
}
#contact .form_item .label.-required::after {
    content: "※必須";
    color: #cc0000;
    font-size: 1.2rem;
    margin-left: 10px;
    letter-spacing: 0;
}
#contact .form_item .label + * {
    width: calc(100% - 230px - 1em);
    margin-left: 1em;
    height: 3em;
}
@media (max-width: 840px) {
    #contact .form_item .label + * {
        width: 100%;
        margin-left: 0;
    }
}
#contact .form_item .input {
    padding: 0.5em;
    background-color: #ebf2ef;
    border: none;
    outline: none;
}
#contact .form_item .input#c_name_01, #contact .form_item .input#c_name_02, #contact .form_item .input#c_tel {
    width: 300px;
}
@media (max-width: 540px) {
    #contact .form_item .input#c_name_01, #contact .form_item .input#c_name_02, #contact .form_item .input#c_tel {
        width: 100%;
    }
}
#contact .form_item .textarea {
    resize: vertical;
    padding: 0.5em;
    background-color: #ebf2ef;
    border: none;
    outline: none;
    height: auto;
}
#contact .form_item .radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 3em;
    height: auto;
}
@media (max-width: 840px) {
    #contact .form_item .radio {
        min-height: 2.5em;
    }
}
#contact .form_item .radio_list {
    display: flex;
    flex-wrap: wrap;
}
#contact .form_item .radio_item {
    position: relative;
    display: flex;
}
#contact .form_item .radio_item:not(:last-child) {
    margin-right: 1.25em;
}
#contact .form_item .radio_item input[type=radio] {
    width: 0;
    visibility: hidden;
}
#contact .form_item .radio_item input[type=radio]:checked + label::after {
    scale: 0.65;
    opacity: 1;
}
#contact .form_item .radio_item label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5em;
}
#contact .form_item .radio_item label::before, #contact .form_item .radio_item label::after {
    content: "";
    position: absolute;
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    top: 50%;
    border-radius: 50%;
    translate: 0 -47.5%;
}
#contact .form_item .radio_item label::before {
    background-color: #fff;
    border: 1px solid #035930;
}
#contact .form_item .radio_item label::after {
    background: #035930;
    border: 1px solid #035930;
    scale: 0;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
#contact .form_item .radio_txt {
    font-size: 0.85em;
    width: 100%;
    margin-top: 0.5em;
}
#contact .form_item .address {
    min-height: 3em;
    height: auto;
}
#contact .form_item .address .num {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    margin-bottom: 10px;
}
#contact .form_item .address .num input {
    padding: 0.5em;
    background-color: #ebf2ef;
    border: none;
    outline: none;
    width: 200px;
}
#contact .form_item .address .textarea {
    resize: vertical;
    padding: 0.5em;
    background-color: #ebf2ef;
    border: none;
    outline: none;
    height: auto;
    border-radius: 2px;
    width: 100%;
    margin-bottom: -5px;
}
#contact .form_agree {
    margin-top: 50px;
}
#contact .form_agree .agree_txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
#contact .form_agree .agree_link {
    text-decoration: underline;
    color: #035930;
    display: inline-block;
}
#contact .form_agree .agree_link:hover {
    opacity: 0.7;
}
#contact .form_agree .agree_check {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact .form_agree .agree_check input[type=checkbox] {
    width: 0;
    visibility: hidden;
}
#contact .form_agree .agree_check input[type=checkbox]:checked + label::before {
    border-color: #000;
}
#contact .form_agree .agree_check input[type=checkbox]:checked + label::after {
    opacity: 1;
    scale: 1;
}
#contact .form_agree .agree_check label {
    position: relative;
    cursor: pointer;
    padding: 0 1em 0 2em;
}
#contact .form_agree .agree_check label::before {
    background: #fff;
    border: 1px solid #333;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -45%;
}
#contact .form_agree .agree_check label::after {
    border-right: 3px solid #035930;
    border-bottom: 3px solid #035930;
    content: "";
    display: block;
    height: 1em;
    width: 0.5em;
    position: absolute;
    top: 50%;
    left: 2.5%;
    translate: 0 -75%;
    opacity: 0;
    rotate: 45deg;
    scale: 0.7;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
#contact .form_btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5em auto 0;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    background-color: #ddd;
    color: #fff;
    padding: 0.5em 4em 0.65em 1em;
    line-height: 1;
    position: relative;
    border-radius: 100px;
    border: none;
}
#contact .form_btn span {
    line-height: 1;
}
#contact .form_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-image: url(../img/cmn/btn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: 0.5s opacity, 0.5s right;
}
#contact .form_btn.-active {
    background-color: #035930;
    color: #fff;
}
#contact .form_btn.-active::after {
    opacity: 1;
}
#contact .form_btn.-active:hover {
    background-color: #fff;
    color: #035930;
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
}
#contact .form_btn.-active:hover::after {
    right: 0.35em;
}
#contact .form input[type=radio],
#contact .form input[type=checkbox] {
    accent-color: #000;
}

/*==================================================================================================
	404,サンクスページ
==================================================================================================*/
#error .sec,
#thanks .sec {
    padding: calc(clamp(80px, 12vw, 150px) * 1.75) 5% 0;
    margin-top: 0;
}
#error .sec_ttl,
#thanks .sec_ttl {
    line-height: 0.9;
    color: #035930;
    -webkit-mask-image: url(../img/cmn/txtmask_02.png);
    mask-image: url(../img/cmn/txtmask_02.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
#error .sec_ttl span,
#thanks .sec_ttl span {
    font-size: min(12.5vw, 12.5rem);
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    line-height: 0.9;
    translate: 0 0.15em;
    opacity: 0;
    transition: 0.5s opacity, 0.5s translate;
    margin-bottom: 0.15em;
}
#error .sec_ttl span.-active,
#thanks .sec_ttl span.-active {
    opacity: 1;
    translate: 0 0;
}
#error .sec_txt,
#thanks .sec_txt {
    text-align: center;
}
#error .sec_btn,
#thanks .sec_btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5em auto 0;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    background-color: #035930;
    color: #fff;
    padding: 0.25em 4em 0.25em 1em;
    line-height: 1;
    position: relative;
    border-radius: 100px;
}
#error .sec_btn span,
#thanks .sec_btn span {
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
}
#error .sec_btn::after,
#thanks .sec_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-image: url(../img/cmn/btn_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s right;
}
#error .sec_btn:hover,
#thanks .sec_btn:hover {
    background-color: #fff;
    color: #035930;
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
}
#error .sec_btn:hover::after,
#thanks .sec_btn:hover::after {
    right: 0.35em;
}