@charset "utf-8";
/*
theme Name: kusuda
Description: クスダ株式会社のテーマです
version： 1.0
*/

/*----------------------------------------
	all
----------------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-size: 62.5%;
    color: #333;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    vertical-align: bottom;
    height: auto;
}

ul {
    list-style-type: none;
}

#container {
    overflow: hidden;
}

.bold {
    font-weight: bold;
}


@media screen and (max-width:768px) {
    body {
        font-size: 1.6rem;
    }
}

/*----------------------------------------
	common
----------------------------------------*/

.c-inner1000 {
    width: 1000px;
    margin: auto;
}

.c-inner1100 {
    width: 1100px;
    margin: auto;
}

.c-inner1200 {
    width: 1200px;
    margin: auto;
}

.c-inner1250 {
    width: 1250px;
    margin: auto;
}

.c-inner1300 {
    width: 1300px;
    margin: auto;
}

.c-inner1536 {
    width: 100%;
    padding: 0 10%;
}

.c-inner1720 {
    width: 100%;
    padding: 0 100px;
}

.c-text {
    font-size: 1.8rem;
    line-height: 1.75;
}

.c-button {
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    position: relative;
    transition: all 0.3s;
}

.c-button:after {
    content: "";
    display: inline-block;
    width: 66px;
    height: 66px;
    background-image: url(images/button_arrow.svg);
    background-repeat: no-repeat;
    margin: 0 0 0 20px;
    transition: all 0.4s;
}

.c-button.c-buttonWhite {
    color: #fff;
}

.c-button.c-buttonWhite:after {
    background-image: url(images/button_arrow02.svg);
}

.c-button02 {
    text-align: center;
    display: block;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #1B4332;
    border: 1px solid #1B4332;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    transition: all 0.4s;
    border-radius: 100px;
    margin: 0 auto;
}

.c-button02:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(images/button_arrow03.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.op {
    transition: .3s;
}

.op:hover {
    opacity: 0.7;
}

.lookforward-close-btn {
    display: none;
}

@media screen and (min-width: 821px) {
    .c-button:hover {
        opacity: 0.7;
        padding-left: 10px;
    }

    .c-button:hover:after {
        transform: translateX(10px);
    }

    .c-button02:hover {
        background-color: #1B4332;
        color: #fff;
    }

    .c-button02:hover:after {
        right: 10px;
        filter: brightness(0) invert(1);
    }
}

@media screen and (max-width: 1500px) {
    .c-button {
        font-size: 1.8rem;
    }

    .c-button:after {
        width: 50px;
        height: 50px;
        background-size: contain;
        margin: 0 0 0 15px;
    }

    .c-inner1720 {
        width: 100%;
        padding: 0 4%;
    }
}

@media screen and (max-width:1400px) {
    .c-inner1200 {
        width: 100%;
        padding: 0 6%;
    }

    .c-inner1300 {
        width: 100%;
        padding: 0 5.5%;
    }

    .c-inner1536 {
        width: 100%;
        padding: 0 4.5%;
    }
}

@media screen and (max-width:1300px) {
    .c-inner1250 {
        width: 100%;
        padding: 0 4.5%;
    }
}

@media screen and (max-width:1200px) {
    .c-inner1000 {
        width: 100%;
        padding: 0 5.5%;
    }

    .c-inner1100 {
        width: 100%;
        padding: 0 5.5%;
    }

    .c-inner1200 {
        padding: 0 5%;
    }

    .c-inner1300 {
        padding: 0 4.5%;
    }

    .c-inner1720 {
        padding: 0 3.5%;
    }
}

@media screen and (max-width:768px) {
    .c-text {
        font-size: 1.4rem;
    }

    .c-inner1000 {
        padding: 0 3.5%;
    }

    .c-inner1100 {
        width: 100%;
        padding: 0 3.5%;
    }

    .c-inner1200 {
        padding: 0 3.5%;
    }

    .c-inner1250 {
        width: 100%;
        padding: 0 3.5%;
    }

    .c-inner1300 {
        padding: 0 3.5%;
    }

    .c-inner1536 {
        width: 100%;
        padding: 0 3.5%;
    }

    .c-button {
        font-size: 1.6rem;
    }

    .c-button:after {
        width: 40px;
        height: 40px;
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width:590px) {
    .c-button {
        font-size: 1.4rem;
        justify-content: center;
    }

    .c-button:after {
        width: 32px;
        height: 32px;
        margin: 0 0 0 8px;
    }
}

/*----------------------------------------
	animation
----------------------------------------*/

[data-anim] {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-anim="fade-up"] {
    transform: translateY(40px);
}

[data-anim="fade-left"] {
    transform: translateX(-40px);
}

[data-anim="fade-right"] {
    transform: translateX(40px);
}

.js [data-anim] {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.u-delay100 {
    transition-delay: 0.1s !important;
}

.u-delay200 {
    transition-delay: 0.2s !important;
}

.u-delay300 {
    transition-delay: 0.3s !important;
}

.u-delay400 {
    transition-delay: 0.4s !important;
}

.u-delay500 {
    transition-delay: 0.5s !important;
}

.u-delay600 {
    transition-delay: 0.6s !important;
}

.u-delay700 {
    transition-delay: 0.7s !important;
}

.u-delay800 {
    transition-delay: 0.8s !important;
}

.is-animated {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.p-topMv__text h2 {
    overflow: hidden;
}

.p-topMv__textEn {
    letter-spacing: 0.2em;
    animation: flashText 0.8s ease-out forwards;
}

@keyframes flashText {
    0% {
        opacity: 0;
        letter-spacing: 0.5em;
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        letter-spacing: 0.2em;
        filter: blur(0);
    }
}

.p-topMv__scrollBorder {
    position: relative;
    overflow: hidden;
}

.p-topMv__scrollBorder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #1B4332, transparent);
    animation: scrollLine 2s infinite;
}

@keyframes scrollLine {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.p-topMv__img,
.p-topAbout__img {
    overflow: hidden;
}

.p-topMv__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: translateX(0);
    transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1);
}

.is-animated.p-topMv__img::after {
    transform: translateX(100%);
}

/*----------------------------------------
	l-header
----------------------------------------*/

.l-header {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.4s ease;
}

.home .l-header {
    position: fixed;
}

.l-header.change-color {
    background-color: rgba(255, 255, 255, 1);
    transition: 0.3s;
}

/*
.l-header.change-color02 {
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}*/

.l-header__inner {
    width: 100%;
    height: 100%;
    padding: 0 0 0 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}

.l-header__gnavLists {
    display: flex;
    align-items: center;
}

.l-header__gnavList a {
    font-weight: 700;
    font-size: 1.5rem;
}

.l-header__gnavList:not(:last-child) {
    margin: 0 32px 0 0;
}

.input-hidden {
    display: none;
}

.hamburger-demo-cover {
    display: none;
}

.logo a {
    display: block;
}

.l-header__gnavContact,
.l-header__gnavRecruit {
    width: 200px;
    height: 100px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.l-header__gnavContact a,
.l-header__gnavRecruit a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-header__gnavContact {
    background-color: #1B4332;
}

.l-header__gnavRecruit {
    background-color: #802121;
}

.l-header__gnavContact a span,
.l-header__gnavRecruit a span {
    display: flex;
    align-items: center;
}

.l-header__gnavContact span:before {
    content: "";
    display: inline-block;
    margin: 0 8px 0 0;
    background-image: url(images/header_contact_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 20px;
}

.l-header__gnavRecruit span:before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url(images/header_recruit_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 35px;
}

@media screen and (min-width: 821px) {
    .l-header__gnavList a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .l-header__gnavList a:hover {
        color: #2B5332;
    }

    .l-header__gnavList a::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #2B5332;
        transform: scaleX(0);
        transition: transform 0.3s ease;
        transform-origin: center;
    }

    .l-header__gnavList a:hover::after {
        transform: scaleX(1);
    }

    .l-header__gnavContact,
    .l-header__gnavRecruit {
        transition: background-color 0.3s ease;
        overflow: hidden;
    }

    .l-header__gnavContact a,
    .l-header__gnavRecruit a {
        transition: transform 0.3s ease;
    }

    .l-header__gnavContact a span:before,
    .l-header__gnavRecruit a span:before {
        transition: transform 0.3s ease;
    }

    .l-header__gnavContact:hover {
        background-color: #2b5332;
    }

    .l-header__gnavRecruit:hover {
        background-color: #a02a2a;
    }

    .l-header__gnavContact:hover a,
    .l-header__gnavRecruit:hover a {
        transform: scale(1.05);
    }

    .l-header__gnavContact:hover span:before,
    .l-header__gnavRecruit:hover span:before {
        transform: scale(1.1);
    }
}

@media screen and (max-width:1500px) {
    .l-header {
        height: 90px;
    }

    .l-header__gnavList:not(:last-child) {
        margin: 0px 35px 0 0;
    }

    .l-header__gnavList a {
        font-size: 1vw;
    }

    .logo a {
        width: 250px;
    }

    .logo img {
        width: 100%;
    }

    .l-header__gnavContact,
    .l-header__gnavRecruit {
        width: 160px;
        height: 90px;
        font-size: 1.5rem;
    }

    .l-header__gnavContact span:before {
        width: 24px;
        height: 16px;
        margin: 0 6px 0 0;
    }

    .l-header__gnavRecruit span:before {
        width: 22px;
        height: 26px;
        margin: 0 8px 0 0;
    }
}

@media screen and (max-width:1300px) {
    .logo a {
        width: 220px;
    }

    .l-header__inner {
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width:1024px) {
    .l-header__gnavSp {
        display: flex;
    }

    .l-header__right {
        display: none;
    }

    #l-header {
        height: 70px;
    }

    .l-header__inner {
        padding: 0 0 0 35px;
    }

    .l-header__gnavLists {
        flex-direction: column;
    }

    .l-header__gnavList {
        width: 100%;
        height: auto;
    }

    .l-header__gnavList:not(:last-child) {
        margin: 0;
    }

    .l-header__gnavLists li > a {
        display: flex;
        flex-direction: column;
    }

    .l-header__gnavList a {
        font-size: 1.7rem;
    }

    .l-header__gnavLists li.has-child > a {
        position: relative;
    }

    .l-header__gnavLists li.has-child > a:after {
        content: '';
        position: absolute;
        right: 40px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #222;
        border-right: 2px solid #222;
        transform: rotate(135deg) translateY(-50%);
    }

    .l-header__gnavLists li.has-child.active > a:after {
        transform: rotate(-45deg);
    }

    nav ul li a {
        padding: 10px 20px;
        border-bottom: 1px dashed #ccc;
    }

    .nav ul li:last-child a {
        border-bottom: none;
    }

    nav ul li:first-child a {
        border-top: 1px dashed #ccc;
    }

    nav ul li li a {
        padding: 0;
    }

    .input-hidden {
        display: none;
    }

    .hamburger-demo-switch {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
        width: 70px;
        height: 70px;
        background-color: #2B5332;
    }

    .hamburger-switch-line1,
    .hamburger-switch-line1-before,
    .hamburger-switch-line1-after {
        width: 25px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: .3s;
        border-radius: 100px;
        content: "";
    }

    .hamburger-switch-line1 {
        transform: translate(-50%, -50%);
    }

    .hamburger-switch-line1-before {
        transform: translate(-50%, -300%);
    }

    .hamburger-switch-line1-after {
        transform: translate(-50%, 200%);
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1 {
        width: 0;
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-before {
        background-color: #fff;
        transform: rotate(45deg) translate(-40%, 325%);
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-after {
        background-color: #fff;
        transform: rotate(-45deg) translate(-40%, -325%);
    }

    .l-header__gnav {
        position: fixed;
        height: 100vh;
        background: #fafafa;
        padding: 5em 3% 2em;
        z-index: 9998;
        transition: .3s;
        overflow-y: scroll;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        left: 100%;
        width: 80%;
    }

    .l-header__gnavLists {
        width: 100%;
        margin-right: 3%;
        padding-left: 5% !important;
        list-style: none;
        margin-bottom: 40px;
    }

    .l-header__gnavLists li a {
        text-decoration: none;
        padding: 1.6em 0;
    }

    #hamburger-demo1:checked ~ .l-header__gnav {
        left: 20%;
    }

    #hamburger-demo1:checked ~ .hamburger-demo-cover {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 9997;
        background: rgba(3, 3, 3, .5);
        display: block;
    }

    .l-header__gnavList > a {
        height: auto;
    }

    .l-header__gnavLists li a {
        padding: 1.5em 0;
    }

    .logo a {
        width: 240px;
    }

    .l-header__gnavContact {
        margin: 30px 0 12px;
    }

    .l-header__gnavContact,
    .l-header__gnavRecruit {
        width: 100%;
        height: 70px;
        font-size: 1.6rem;
    }

    .l-header__gnavContact a,
    .l-header__gnavRecruit a {
        color: #fff !important;
        padding: 0 20px;
        border-bottom: none !important;
    }

    .l-header__gnavContact span:before {
        width: 24px;
        height: 16px;
        background-size: 100%;
    }

    .l-header__gnavRecruit span:before {
        width: 24px;
        height: 28px;
        background-size: 100%;
    }
}

@media screen and (max-width:590px) {

    #l-header {
        height: 55px;
    }

    .hamburger-demo-switch {
        width: 55px;
        height: 55px;
    }

    .l-header__gnav {
        padding: 4em 3% 2em;
    }

    .l-header__gnavList a {
        font-size: 1.5rem;
    }

    .l-header__inner {
        padding: 0 15px;
    }

    .l-header__gnavList {
        width: 100%;
    }

    .l-header__gnavLists li.has-child > a:after {
        right: 8px;
        width: 8px;
        height: 8px;
    }

    .logo a {
        width: 170px;
    }

    .l-header__gnavLists li a {
        padding: 0.9em 0;
    }

    .l-header__gnavWrap {
        flex-direction: column;
    }

    .l-header__gnavContact,
    .l-header__gnavRecruit {
        height: 60px;
        font-size: 1.5rem;
    }

    .l-header__gnavContact a,
    .l-header__gnavRecruit a {
        padding: 0 15px;
    }

    .l-header__gnavContact span:before,
    .l-header__gnavRecruit span:before {
        width: 20px;
        margin-right: 12px;
    }
}

/*----------------------------------------
	footer
----------------------------------------*/

.l-footer {
    background-color: #262728;
    padding: 92px 0 34px;
    position: relative;
}

.l-footerInner {
    width: 100%;
    padding: 0 140px;
}

.l-footerWrap {
    display: flex;
    justify-content: space-between;
}

.l-footerLogo {
    display: block;
    margin: 0 0 45px;
}

.l-footerLogo span {
    font-size: 2.8rem;
    display: block;
    color: #fff;
    margin: 0 0 35px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.l-footerInfo h2 {
    font-size: 2rem;
    color: #fff;
    margin: 0 0 15px;
}

.l-footerInfo {
    font-size: 1.8rem;
    line-height: 1.611;
    color: #fff;
    font-weight: 700;
    margin: 0 0 35px;
}

.l-footerNav__copyright {
    font-size: 1.5rem;
    line-height: 1.6;
}

.l-footerRight {
    width: 37.6%;
}

.l-footerNav {
    display: flex;
    justify-content: space-between;
}

.l-footerNav li:not(:last-child) {
    margin: 0 37px 0 0;
}

.l-footerNav__parentTitle {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin: 0 0 18px;
}

.l-footerNav__child li a {
    font-size: 1.2rem;
    color: #fff;
}

.l-footerNav__child li a span {
    display: flex;
    align-items: center;
}

.l-footerNav__child li:not(:last-child) {
    margin: 0 0 17px;
}

.l-footerNav__parent li a {
    font-size: 1.5rem;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.l-footerNav__parent li:not(:last-child) {
    margin: 0 0 20px;
}

.l-footerNav__copyright {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    margin-top: 102px;
}

.l-footer__linkWrap {
    display: none;
}

.l-footerNumber {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
}

.l-footer .page_top {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1500px) {
    .l-footer {
        padding: 60px 0 70px;
    }

    .l-footerLogo span {
        font-size: 2.4rem;
    }

    .l-footerInfo h2 {
        font-size: 1.8rem;
    }

    .l-footerInfo p {
        font-size: 1.6rem;
    }

    .l-footerRight {
        width: 42%;
    }

    .l-footerNav li:not(:last-child) {
        margin-right: 28px;
    }

    .l-footerInner {
        padding: 0 5%;
    }
}

@media (max-width: 1300px) {
    .l-footer {
        padding: 55px 0 65px;
    }

    .l-footerWrap {
        gap: 40px;
    }

    .l-footerRight {
        width: 48%;
    }

    .l-footerNav {
        flex-wrap: wrap;
    }

    .l-footerNav li:not(:last-child) {
        margin-right: 24px;
    }

    .l-footerNav__parentTitle {
        font-size: 1.5rem;
    }
}

@media (max-width: 820px) {
    .l-footer {
        padding: 50px 0 60px;
    }

    .l-footerWrap {
        flex-direction: column;
    }

    .l-footerRight {
        width: 100%;
        margin-top: 40px;
    }

    .l-footerNav {
        flex-direction: column;
        gap: 30px;
    }

    .l-footerNav li:not(:last-child) {
        margin-right: 0;
    }

    .l-footerNav {
        flex-direction: column;
    }

    .l-footerNav__parent,
    .l-footerNav__child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .l-footerNav__parent:last-child,
    .l-footerNav__child:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .l-footerNav__parent li a,
    .l-footerNav__child li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 10px;
        position: relative;
        font-size: 1.4rem;
    }

    .l-footerNav__parent li:not(:last-child),
    .l-footerNav__child li:not(:last-child) {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .l-footerNav__parent li a::after,
    .l-footerNav__child li a::after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        margin-left: 10px;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }

    .l-footerNav__parent li a:hover::after,
    .l-footerNav__child li a:hover::after {
        transform: rotate(45deg) translateX(4px);
    }

    .l-footerInner {
        padding: 0 3.5%;
    }

    .l-footerLogo {
        width: 300px;
        margin: 0 auto;
    }

    .l-footerLogo img {
        width: 100%;
    }

    .l-footerInfo {
        text-align: center;
    }

    .l-footerNumber {
        text-align: center;
    }

    .l-footerNav__copyright {
        margin-top: 45px;
    }

    .l-footer .page_top img {
        width: 80px;
    }
}

@media (max-width: 590px) {
    .l-footer {
        padding: 40px 0 50px;
    }

    .l-footerLogo span {
        font-size: 2rem;
    }

    .l-footerInfo h2 {
        font-size: 1.6rem;
    }

    .l-footerInfo p {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .l-footerNav__parentTitle {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .l-footerNav__child li a,
    .l-footerNav__parent li a {
        font-size: 1.2rem;
    }

    .l-footerNav__copyright {
        font-size: 1.2rem;
        padding-bottom: 15px;
    }

    .l-footerLogo {
        width: 240px;
    }
}

/*----------------------------------------
	common
----------------------------------------*/

.c-topTitle {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin: 0 0 66px;
}

.c-topTitle h2 {
    font-size: 2.7rem;
    letter-spacing: 0.03em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.c-topTitle span {
    font-size: 6.5rem;
    line-height: 1.185;
    color: #2B5332;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 1500px) {
    .c-topTitle {
        margin: 0 0 50px;
    }

    .c-topTitle h2 {
        font-size: 2.2rem;
    }

    .c-topTitle span {
        font-size: 5rem;
        margin: 0 0 8px;
    }
}

@media screen and (max-width: 820px) {
    .c-topTitle {
        margin: 0 0 40px;
    }

    .c-topTitle h2 {
        font-size: 1.8rem;
    }

    .c-topTitle span {
        font-size: 4rem;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 590px) {
    .c-topTitle {
        margin: 0 0 30px;
    }

    .c-topTitle h2 {
        font-size: 1.6rem;
    }

    .c-topTitle span {
        font-size: 3.2rem;
        margin: 0 0 3px;
    }
}

.c-contact {
    background-color: #1B4332;
    padding: 66px 0 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.c-contact:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/contact_arrow.svg);
    width: 95px;
    height: 138px;
}

.c-contact__box {
    width: 50%;
    position: relative;
}

.c-contact__box:nth-of-type(1):after {
    content: "";
    display: block;
    width: 1px;
    height: 342px;
    background-color: rgba(255, 255, 255, 0.42);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.c-contactTitle {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin: 0 0 48px;
    text-align: center;
}

.c-contactTitle h2 {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
}

.c-contactTitle span {
    font-size: 5.4rem;
    line-height: 1.185;
    color: #fff;
    letter-spacing: 0.02em;
    margin: 0 0 7px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

.c-contactButton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 77px;
}

.c-contact .c-text {
    color: #fff;
    text-align: center;
    margin: 0 0 60px;
}

@media screen and (max-width: 1500px) {
    .c-contact {
        padding: 50px 0;
    }

    .c-contact:after {
        width: 70px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .c-contact__box:nth-of-type(1):after {
        height: 250px;
    }

    .c-contactTitle {
        margin: 0 0 35px;
    }

    .c-contactTitle h2 {
        font-size: 1.8rem;
    }

    .c-contactTitle span {
        font-size: 4.2rem;
    }

    .c-contact .c-text {
        margin: 0 0 40px;
    }

    .c-contactButton {
        gap: 40px;
    }
}

@media screen and (max-width: 820px) {
    .c-contact {
        flex-direction: column;
        padding: 60px 20px;
    }

    .c-contact:after {
        display: none;
    }

    .c-contact__box {
        width: 100%;
    }

    .c-contact__box:nth-of-type(1) {
        margin-bottom: 60px;
    }

    .c-contact__box:nth-of-type(1):after {
        width: 80%;
        height: 1px;
        top: auto;
        bottom: -30px;
        left: 10%;
        transform: none;
    }

    .c-contactTitle span {
        font-size: 3.6rem;
    }

    .c-contactButton {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 590px) {
    .c-contact {
        padding: 40px 15px;
    }

    .c-contactTitle h2 {
        font-size: 1.6rem;
    }

    .c-contactTitle span {
        font-size: 3rem;
    }

    .c-contact .c-text {
        font-size: 1.4rem;
        margin: 0 0 30px;
        text-align: left;
    }

    .c-contact__box:nth-of-type(1):after {
        width: 100%;
        left: 0;
    }
}

/*----------------------------------------
	topMv
----------------------------------------*/

.p-topMv {
    width: 100%;
    height: 100vh;
    position: relative;
}

.l-topWrapper {
    position: relative;
}

.p-topDecoLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 55vw;
    height: 222vh;
    background-image: url(images/top_mv_deco.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 5;
    pointer-events: none;
}

.p-topMv__img {
    width: 100%;
    height: 100%;
    background-image: url(images/top_mv.jpg);
    margin-left: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 55%;
}

.p-topMv__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    z-index: 11;
}

.p-topMv__text h2 {
    font-size: 6rem;
    line-height: 1.333;
    font-weight: bold;
    margin: 0 0 37px;
}

.p-topMv__text .p-topMv__textEn {
    font-size: 3.4rem;
    margin: 0 0 29px;
    letter-spacing: 0.08em;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.206;
    color: #2B5332;
}

.p-topMv__text span {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.583;
}

.p-topMv__scroll {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 32px;
    left: 38px;
    z-index: 12;
}

.p-topMv__scrollText {
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 11px auto 0;
    color: #2B5332;
    writing-mode: vertical-rl;
}

.p-topMv__scrollBorder {
    position: relative;
    width: 10px;
    height: 77px;
    overflow: hidden;
}

.p-topMv__scrollBorder::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #333;
    margin: auto;
}

.p-topMv__scrollBorder::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    right: 0;
    background: #333;
    border-radius: 50%;
    animation: scrollbar 2.0s ease-in-out infinite;
    margin: auto;
}

.p-topMv__contact {
    position: absolute;
    right: 45px;
    bottom: 53px;
}

.p-topMv__contact a {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 81px 10px 10px;
    position: relative;
    transition: .3s;
}

.p-topMv__contact a:after {
    content: "";
    display: inline-block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.p-topMv__contact a:nth-of-type(1) {
    margin: 0 0 20px;
}

.p-topMv__contact a:nth-of-type(1):after {
    background-image: url(images/top_mv_contact_arrow.svg);
}

.p-topMv__contact a:nth-of-type(2):after {
    background-image: url(images/top_mv_recruit_arrow.svg);
}

.p-topMv__contactText {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: .3s;
}

.p-topMv__contactText span {
    display: block;
    font-size: 2.9rem;
    letter-spacing: 0.02em;
    line-height: 1.172;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 4px;
}

.p-topMv__contact a:nth-of-type(2) .p-topMv__contactText span {
    color: #802121;
}

.p-topMv__contactImg {
    margin: 0 16px 0 0;
}

@keyframes scrollbar {
    0% {
        bottom: 77px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        bottom: -10px;
        opacity: 0;
    }
}

@media screen and (min-width: 821px) {
    .p-topMv__contact a {
        transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .p-topMv__contact a:after {
        transition: transform 0.3s ease;
    }

    .p-topMv__contact a:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        background-color: #fdfdfd;
    }

    .p-topMv__contact a:hover:after {
        transform: translate(5px, -50%);
    }

    .p-topMv__contact a:hover .p-topMv__contactText {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1500px) {
    .p-topMv__text {
        left: 8%;
    }

    .p-topMv__text h2 {
        font-size: 5rem;
        margin: 0 0 30px;
    }

    .p-topMv__text .p-topMv__textEn {
        font-size: 3rem;
        margin: 0 0 20px;
    }

    .p-topMv__text span {
        font-size: 2.2rem;
    }

    .p-topMv__contact {
        right: 30px;
        bottom: 40px;
    }

    .p-topMv__contact a {
        padding: 8px 65px 8px 10px;
    }

    .p-topMv__contact a:after {
        width: 34px;
        height: 34px;
        right: 12px;
    }

    .p-topMv__contact a:nth-of-type(1) {
        margin: 0 0 15px;
    }

    .p-topMv__contactText {
        font-size: 1.3rem;
    }

    .p-topMv__contactText span {
        font-size: 2.4rem;
        margin: 0 0 2px;
    }

    .p-topMv__contactImg {
        width: 80px;
        height: auto;
        margin: 0 12px 0 0;
    }

    .p-topMv__contactImg img {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .p-topMv__text {
        left: 5%;
    }

    .p-topMv__text h2 {
        font-size: 4rem;
        margin: 0 0 20px;
    }

    .p-topMv__text .p-topMv__textEn {
        font-size: 2.4rem;
        margin: 0 0 15px;
    }

    .p-topMv__text span {
        font-size: 1.8rem;
    }

    .p-topMv__contact {
        right: 20px;
        bottom: 30px;
    }

    .p-topMv__contact a {
        padding: 8px 60px 8px 10px;
    }

    .p-topMv__contactText {
        font-size: 1.2rem;
    }

    .p-topMv__contactText span {
        font-size: 2rem;
    }

    .p-topMv__contactImg {
        width: 40px;
        margin: 0 10px 0 0;
    }

    .p-topDecoLayer {
        background-image: url(images/top_mv_deco_tb.svg);
        width: 70vw;
        height: 187vh;
    }

    .p-topMv__scrollText {
        font-size: 1.2rem;
    }

    .p-topMv__scrollBorder {
        height: 60px;
    }

    @keyframes scrollbar {
        0% {
            bottom: 60px;
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            bottom: -10px;
            opacity: 0;
        }
    }
}

@media screen and (max-width: 590px) {
    .p-topMv {
        height: 100vh;
    }

    .p-topMv__text {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }

    .p-topMv__text h2 {
        font-size: 6.2vw;
        margin: 0 0 15px;
    }

    .p-topMv__text .p-topMv__textEn {
        font-size: 3.4vw;
        margin: 0 0 10px;
    }

    .p-topMv__text span {
        font-size: 3.3vw;
    }

    .p-topMv__scroll {
        left: 20px;
        bottom: 20px;
    }

    .p-topMv__scrollText {
        font-size: 1rem;
    }

    .p-topMv__scrollBorder {
        height: 50px;
    }

    .p-topMv__contact {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0;
        right: 20px;
        bottom: 20px;
    }

    .p-topMv__contact a {
        width: 100%;
        justify-content: flex-start;
        padding: 12px 10px;
    }

    .p-topMv__contact a:after {
        display: none;
    }

    .p-topMv__contact a:nth-of-type(1) {
        margin: 0;
    }

    .p-topDecoLayer {
        left: -22px;
        height: 188vh;
    }

    .p-topMv__img {
        background-position: 49%;
    }

    .p-topMv__contactText {
        font-size: 1rem;
    }
}

/*----------------------------------------
	topAbout
----------------------------------------*/

.p-topAbout {
    background-color: #F2F4F5;
    padding: 120px 0 126px;
    position: relative;
}

.p-topAbout__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 89px;
    position: relative;
    z-index: 6;
}

.p-topAbout__title h2 {
    font-size: 3.8rem;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 51px;
    line-height: 1.474;
}

.p-topAbout__title span {
    display: block;
    margin: 0 0 36px;
}

.p-topAbout__img {
    width: 42.6%;
    height: 711px;
    background-image: url(images/top_about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 0 97px;
}

.p-topAbout ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 6;
}

.p-topAbout ul li {
    width: 48.7%;
    border-top: 1px solid #C6C6C6;
}

.p-topAbout ul li:nth-of-type(n+3) {
    border-bottom: 1px solid #C6C6C6;
}

.p-topAbout ul li a {
    display: block;
    padding: 27px 0 27px 32px;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    position: relative;
}

.p-topAbout ul li a:after {
    content: "";
    background-image: url(images/top_about_arrow.svg);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.p-topAbout__text {
    width: 36.1%;
}

.p-topAbout__text .c-text {
    line-height: 1.944;
    margin: 0 0 56px;
}

@media screen and (min-width: 821px) {
    .p-topAbout ul li a {
        transition: color 0.3s ease, padding-left 0.3s ease;
    }

    .p-topAbout ul li a:after {
        transition: transform 0.3s ease, right 0.3s ease;
    }

    .p-topAbout ul li a:hover {
        color: #2B5332;
        padding-left: 42px;
    }

    .p-topAbout ul li a:hover:after {
        transform: translateY(-50%) translateX(5px);
        right: -5px;
    }
}

@media screen and (max-width: 1500px) {
    .p-topAbout {
        padding: 100px 0;
    }

    .p-topAbout__wrap {
        margin: 0 0 60px;
    }

    .p-topAbout__img {
        height: 600px;
        margin: 0 0 0 60px;
    }

    .p-topAbout__title h2 {
        font-size: 3.2rem;
        margin: 0 0 35px;
    }

    .p-topAbout__title span {
        margin: 0 0 25px;
    }

    .p-topAbout__text .c-text {
        margin: 0 0 40px;
    }

    .p-topAbout ul li a {
        padding: 22px 0 22px 20px;
        font-size: 1.8rem;
    }

    .p-topAbout ul li a:after {
        width: 30px;
        height: 30px;
    }

    .p-topAbout__title span img {
        width: 580px;
    }

    .p-topAbout__text {
        width: 48%;
    }

    .p-topAbout__img {
        width: 37.6%;
        height: 550px;
        margin: 0 0 0 75px;
    }
}

@media screen and (max-width: 820px) {
    .p-topAbout {
        padding: 80px 0;
    }

    .p-topAbout__wrap {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 0 0 40px;
    }

    .p-topAbout__text {
        width: 100%;
        padding: 0 3.5%;
    }

    .p-topAbout__img {
        width: 100%;
        height: 400px;
        margin: 0 0 40px 0;
    }

    .p-topAbout__title h2 {
        font-size: 2.8rem;
        margin: 0 0 25px;
    }

    .p-topAbout ul li {
        width: 100%;
    }

    .p-topAbout ul li a {
        font-size: 1.6rem;
        padding: 18px 0 18px 10px;
    }

    .p-topAbout__title span img {
        width: 479px;
    }

    .p-topAbout ul li:nth-of-type(n+3) {
        border-bottom: none;
    }


    .p-topAbout ul li:last-child {
        border-bottom: 1px solid #C6C6C6;
    }
}

@media screen and (max-width: 590px) {
    .p-topAbout {
        padding: 60px 0;
    }

    .p-topAbout__img {
        height: 210px;
        margin: 0 0 30px 0;
    }

    .p-topAbout__title h2 {
        font-size: 2rem;
        line-height: 1.4;
    }

    .p-topAbout__title span img {
        width: 180px;
        height: auto;
    }

    .p-topAbout__text .c-text {
        font-size: 1.4rem;
        line-height: 1.7;
        margin: 0 0 30px;
    }

    .p-topAbout ul li a {
        font-size: 1.5rem;
        padding: 12px 0 12px 10px;
    }

    .p-topAbout ul li a:after {
        width: 24px;
        height: 24px;
    }

    .p-topAbout__title span img {
        width: 207px;
    }
}

/*----------------------------------------
	topService
----------------------------------------*/
.p-topService {
    background-color: #F2F4F5;
    position: relative;
    margin: 0 0 106px;
}

.p-topService:before {
    content: "";
    width: 100%;
    height: 152px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-topService .c-topTitle {
    text-align: center;
}

.p-topService__lead {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 55px;
    padding: 0 20px;
}

.p-topService__lead-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.p-topService__lead-text .u-highlight-num {
    display: inline-block;
    margin: 0 6px;
    padding: 0 6px;
    background: linear-gradient(transparent 55%, #fff200 55%);
    color: #e60012;
}

.p-topService__lead-text .num {
    font-size: 4.6rem;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    margin: 0 4px;
}

.p-topService ul {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 6;
    gap: 10px;
}

.p-topService ul li {
    width: 28%;
    height: 602px;
}

.p-topService ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    padding: 0 10px;
}

.p-topService ul li a:after {
    content: "";
    background-image: url(images/top_service_arrow.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-size: 100%;
}

.p-topService ul li:nth-of-type(odd) a:before {
    content: "";
    background-color: rgba(43, 83, 50, 0.7);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-position: center;
}

.p-topService ul li:nth-of-type(even) a:before {
    content: "";
    background-color: rgba(121, 67, 26, 0.7);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-position: center;
}

.p-topService ul li:nth-of-type(1) a {
    background-image: url(images/top_service_general.jpg);
}

.p-topService ul li:nth-of-type(2) a {
    background-image: url(images/top_service_residential.jpg);
}

.p-topService ul li:nth-of-type(3) a {
    background-image: url(images/top_service_solar.jpg);
}

.p-topService ul li:nth-of-type(4) a {
    background-image: url(images/top_service_hvac.jpg);
}

.p-topService ul li a h2 {
    font-size: 3.4rem;
    line-height: 1.471;
    text-align: center;
    color: #fff;
    margin: 0 0 60px;
    text-shadow: 0px 3px 6px #00000080;
    position: relative;
}

.p-topService ul li a h2:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 63px;
    height: 2px;
    background-color: #fff;
    margin: 18px auto 0;
    position: relative;
}

.p-topService ul li a .c-text {
    color: #fff;
    text-shadow: 0px 3px 6px #00000080;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 821px) {
    .p-topService ul li a {
        transition: transform 0.3s ease;
        overflow: hidden;
    }

    .p-topService ul li a:before {
        transition: background-color 0.3s ease, opacity 0.3s ease;
    }

    .p-topService ul li a:after {
        transition: transform 0.3s ease, bottom 0.3s ease, right 0.3s ease;
    }

    .p-topService ul li a:hover {
        transform: scale(0.98);
    }

    .p-topService ul li a:hover:before {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .p-topService ul li a:hover:after {
        transform: translate(5px, -5px);
        bottom: 25px;
        right: 25px;
    }
}

@media screen and (max-width: 1500px) {
    .p-topService {
        margin: 0 0 80px;
    }

    .p-topService:before {
        height: 120px;
    }

    .p-topService ul li {
        height: 500px;
    }

    .p-topService ul li a h2 {
        font-size: 2.8rem;
        margin: 0 0 40px;
    }

    .p-topService ul li a:after {
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 20px;
    }

    .p-topService ul li a .c-text {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 820px) {
    .p-topService {
        margin: 0 0 60px;
    }

    .p-topService:before {
        height: 100px;
    }

    .p-topService ul {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .p-topService ul li {
        width: 49%;
        height: 320px;
    }

    .p-topService ul li a h2 {
        font-size: 2.4rem;
        margin: 0 0 30px;
    }

    .p-topService ul li a .c-text {
        font-size: 1.4rem;
    }

    .p-topService__lead {
        margin-bottom: 30px;
    }

    .p-topService__lead-text {
        font-size: 2rem;
    }

    .p-topService__lead-text .num {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 590px) {
    .p-topService {
        margin: 0 0 65px;
    }

    .p-topService:before {
        height: 80px;
    }

    .p-topService ul li {
        width: 100%;
        height: 190px;
    }

    .p-topService ul li a h2 {
        font-size: 2.2rem;
        margin: 0 0 20px;
    }

    .p-topService ul li a h2:after {
        width: 40px;
        margin: 10px auto 0;
    }

    .p-topService ul li a .c-text {
        font-size: 1.3rem;
    }

    .p-topService ul li a:after {
        width: 24px;
        height: 24px;
        bottom: 15px;
        right: 15px;
    }

    .p-topService ul li:nth-of-type(1) a {
        background-position: center 95%;
    }

    .p-topService ul li:nth-of-type(2) a {
        background-position: center 64%;
    }

    .p-topService ul li:nth-of-type(3) a {
        background-position: center 45%;
    }

    .p-topService ul li:nth-of-type(4) a {
        background-position: center 22%;
    }

    .p-topService__lead-text {
        font-size: 1.7rem;
    }

    .p-topService__lead-text .num {
        font-size: 2.8rem;
    }
}

/*----------------------------------------
	topWorks
----------------------------------------*/

.p-topWorks {
    margin: 0 0 204px;
}

.p-topWorks .c-topTitle {
    margin: 0;
}

.p-topWorks__title {
    margin: 0 0 55px;
}

.p-topWorks .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.p-topWorks__archiveWrap {
    margin: 0 -20px;
}

.p-topWorks .slick-list {
    overflow: unset !important;
}

.p-topWorks .slick-slide {
    margin: 0 20px;
}

.p-topWorks__archiveArticle {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #1B43322E;
}

.p-topWorks__archiveArticle a {
    display: block;
    padding: 28px 28px 100px 28px;
    position: relative;
}

.p-topWorks__archiveArticle a:before {
    content: "";
    background-image: url(images/works_arrow.svg);
    width: 37px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.p-topWorks__archiveImg {
    margin: 0 0 25px;
}

.p-topWorks__archiveImg img {
    width: 100%;
    border-radius: 10px;
}

.p-topWorks__archiveTitle {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.p-topWorks__archiveCategory {
    display: inline-block;
    font-size: 1.6rem;
    color: #2B5332;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #2B5332;
}

.p-topWorks__archiveInfo {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

.p-worksArchive__area {
    font-size: 1.6rem;
    color: #2B5332;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.p-worksArchive__area:before {
    content: "";
    display: inline-block;
    background-image: url(images/works_area_icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 25px;
    margin: 0 5px 0 0;
}


.p-topWorks .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;
    bottom: -55px;
}

.p-topWorks .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7.5px;
    padding: 0;
    cursor: pointer;
}

.p-topWorks .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s;
}

.p-topWorks .slick-dots li.slick-active button {
    background: #1B4332;
}

.p-topWorks .slick-dots li button:before {
    display: none;
}

.p-topWorks__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-topWorks .slick-prev,
.p-topWorks .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: block !important;
    width: 90px !important;
    height: 90px !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    border: none !important;
    font-size: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer;
    outline: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.p-topWorks .slick-prev,
.p-topWorks .slick-prev:hover,
.p-topWorks .slick-prev:focus,
.p-topWorks .slick-prev:active {
    left: 15%;
    background-image: url(images/arrow_left.svg) !important;
}

.p-topWorks .slick-next,
.p-topWorks .slick-next:hover,
.p-topWorks .slick-next:focus,
.p-topWorks .slick-next:active {
    right: 15%;
    background-image: url(images/arrow_right.svg) !important;
}

.p-topWorks .slick-prev::before,
.p-topWorks .slick-next::before {
    content: none !important;
    display: none !important;
}

.p-topWorks .slick-disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}

.p-topWorks__archiveWrap.is-few {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.p-topWorks__archiveWrap.is-few .p-topWorks__archiveArticle {
    width: calc((100% - 80px) / 3);
    max-width: 380px;
}

.p-topWorks__archiveWrap.is-few .p-topWorks__archiveArticle a {
    height: 100%;
}

@media screen and (max-width: 1500px) {
    .p-topWorks {
        margin: 0 0 150px;
    }

    .p-topWorks__archiveArticle a {
        padding: 20px 20px 80px 20px;
    }

    .p-topWorks__archiveTitle {
        font-size: 1.8rem;
    }

    .p-topWorks__archiveCategory,
    .p-worksArchive__area {
        font-size: 1.4rem;
    }

    .p-topWorks__archiveArticle a:before {
        width: 30px;
        height: 30px;
        background-size: contain;
    }

    .p-topWorks .slick-prev,
    .p-topWorks .slick-next {
        width: 70px !important;
        height: 70px !important;
    }

    .p-topWorks .slick-prev {
        left: 10%;
    }

    .p-topWorks .slick-next {
        right: 10%;
    }
}

@media screen and (max-width: 820px) {
    .p-topWorks {
        margin: 0 0 100px;
    }

    .p-topWorks__archiveWrap {
        margin: 0 -10px;
    }

    .p-topWorks .slick-slide {
        margin: 0 10px;
    }

    .p-topWorks__archiveTitle {
        font-size: 1.6rem;
    }

    .p-topWorks__archiveInfo {
        flex-wrap: wrap;
        gap: 10px;
    }

    .p-topWorks__archiveCategory {
        margin: 0;
    }

    .p-topWorks .slick-dots {
        bottom: -40px;
    }

    .p-topWorks .slick-prev,
    .p-topWorks .slick-next {
        width: 40px;
        height: 40px;
    }

    .p-topWorks .slick-prev {
        left: 0;
    }

    .p-topWorks .slick-next {
        right: 0;
    }

    .p-topWorks .slick-prev,
    .p-topWorks .slick-next {
        display: none !important;
    }

    p-topWorks .slick-prev,
    .p-topWorks .slick-next {
        width: 50px !important;
        height: 50px !important;
        z-index: 101;
    }

    .p-topWorks .slick-prev {
        left: 10px;
    }

    .p-topWorks .slick-next {
        right: 10px;
    }
	
	.p-topWorks__archiveWrap.is-few {
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 20px;
    }

    .p-topWorks__archiveWrap.is-few .p-topWorks__archiveArticle {
        width: calc((100% - 20px) / 2);
        max-width: none;
    }
}

@media screen and (max-width: 590px) {
    .p-topWorks {
        margin: 0 0 80px;
    }

    .p-topWorks__title {
        gap: 20px;
        margin: 0 0 30px;
    }

    .p-topWorks__archiveArticle a {
        padding: 15px 15px 70px 15px;
    }

    .p-topWorks__archiveImg {
        margin: 0 0 15px;
    }

    .p-topWorks__archiveTitle {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .p-topWorks .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .p-topWorks .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .p-worksArchive__area:before {
        width: 14px;
        height: 20px;
    }

    .p-topWorks__archiveCategory,
    .p-worksArchive__area {
        font-size: 1.1rem;
    }

    .p-worksArchive__area:before {
        width: 12px;
        height: 18px;
    }

    .p-topWorks .slick-prev,
    .p-topWorks .slick-next {
        width: 40px !important;
        height: 40px !important;
        top: 40%;
    }

    .p-topWorks .slick-prev {
        left: 5px;
    }

    .p-topWorks .slick-next {
        right: 5px;
    }
	
	.p-topWorks__archiveWrap.is-few {
        display: block;
        padding: 0 20px;
    }

    .p-topWorks__archiveWrap.is-few .p-topWorks__archiveArticle {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .p-topWorks__archiveWrap.is-few .p-topWorks__archiveArticle:last-child {
        margin-bottom: 0;
    }
}

/*----------------------------------------
	topArea
----------------------------------------*/

.p-topArea {
    margin: 0 0 130px;
}

.p-topArea__wrap {
    background-color: #E7EBEE;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    padding: 48px 30px 48px 0;
}

.p-topArea__img {
    width: 42%;
    margin-left: auto;
}

.p-topArea__img img {
    width: 100%;
    border-radius: 20px;
}

.p-topArea__text {
    width: 52%;
}

.p-topArea__text h2 {
    font-size: 3.3rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 47px;
    background-color: #2B5332;
    max-width: 411px;
    line-height: 1.485;
    margin: 0 0 37px;
}

.p-topArea__text h2 span {
    font-size: 1.7rem;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 0 13px;
}

.p-topArea__text h3 {
    font-size: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
    line-height: 1.267;
}

.p-topArea__text h3,
.p-topArea__text .c-text,
.p-topArea__text dl {
    padding: 0 0 0 50px;
}

.p-topArea__text .c-text {
    margin: 0 0 40px;
}

.p-topArea__text dl {
    display: flex;
    align-items: center;
}

.p-topArea__text dl:not(:last-child) {
    margin: 0 0 12px;
}

.p-topArea__text dl dt {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    background-color: #2B5332;
    width: 90px;
    height: 36px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 14px 0 0;
}

.p-topArea__text dl dd {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

@media screen and (max-width: 1500px) {
    .p-topArea {
        margin: 0 0 100px;
    }

    .p-topArea__text h2 {
        font-size: 2.8rem;
        max-width: 350px;
        padding-left: 30px;
    }

    .p-topArea__text h3 {
        font-size: 2.4rem;
    }

    .p-topArea__text h3,
    .p-topArea__text .c-text,
    .p-topArea__text dl {
        padding-left: 35px;
    }

    .p-topArea__text dl dt,
    .p-topArea__text dl dd {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 820px) {
    .p-topArea {
        margin: 0 0 80px;
    }

    .p-topArea__wrap {
        flex-direction: column;
    }

    .p-topArea__img {
        width: 100%;
        order: 1;
    }

    .p-topArea__img img {
        border-radius: 0;
    }

    .p-topArea__text {
        width: 100%;
        order: 2;
        padding: 40px 20px;
    }

    .p-topArea__text h2 {
        margin-left: -20px;
        padding-left: 20px;
    }

    .p-topArea__text h3,
    .p-topArea__text .c-text,
    .p-topArea__text dl {
        padding-left: 0;
    }

    .p-topArea__text h3 {
        font-size: 2.2rem;
    }

    .p-topArea__text dl {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-topArea__text dl dt {
        margin: 0 0 8px;
    }
}

@media screen and (max-width: 590px) {
    .p-topArea {
        margin: 0 0 60px;
    }

    .p-topArea__text {
        padding: 30px 15px;
    }

    .p-topArea__text h2 {
        font-size: 2rem;
        max-width: 280px;
        margin: 0 0 20px;
    }

    .p-topArea__text h2 span {
        font-size: 1.4rem;
    }

    .p-topArea__text h3 {
        font-size: 1.8rem;
        margin: 0 0 15px;
    }

    .p-topArea__text .c-text {
        font-size: 1.4rem;
        margin: 0 0 25px;
    }

    .p-topArea__text dl dt {
        width: 70px;
        height: 30px;
        font-size: 1.4rem;
    }

    .p-topArea__text dl dd {
        font-size: 1.4rem;
    }
}

/*----------------------------------------
	topRecruit
----------------------------------------*/

.p-topRecruit {
    margin: 0 0 100px;
    position: relative;
}

.p-topRecruit:before {
    content: "";
    background-image: url(images/top_recruit_deco.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 145px;
}

.p-topRecruit__sliderImg img {
    width: 100%;
}

.p-topRecruit .slick-slide {
    margin: 0 6px;
}

.p-topRecruit__wrap {
    width: 100%;
    background-image: url(images/top_recruit_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 115px 0 155px;
}

.p-topRecruit__title {
    margin: 0 0 60px;
}

.p-topRecruit__title h2 {
    font-size: 3.2rem;
    color: #fff;
    font-weight: bold;
}

.p-topRecruit__text h3 {
    font-size: 3.8rem;
    line-height: 1.474;
    color: #fff;
    margin: 0 0 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.p-topRecruit__text .c-text {
    color: #fff;
}

.p-topRecruit__textWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.p-topRecruit__listsWrap {
    background-color: #262728;
    padding: 0 0 72px;
}

.p-topRecruit__listsWrap ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -74px;
}

.p-topRecruit ul li {
    width: 31.5%;
}

.p-topRecruit ul li a {
    display: block;
    background-color: #E7EBEE;
    border-radius: 10px;
    padding: 28px 28px 64px 28px;
    position: relative;
}

.p-topRecruit ul li a:before {
    content: "";
    display: block;
    background-image: url(images/recruit_arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 46px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
}

.p-topRecruit ul li a:after {
    content: "";
    display: block;
    background-image: url(images/recruit_link_arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 37px;
    height: 37px;
    right: 20px;
    bottom: 20px;
    background-size: 100%;
}

.p-topRecruit ul li h2 {
    font-size: 2.6rem;
    line-height: 1.462;
    margin: 0 0 22px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
}

.p-topRecruit ul li h2 span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    color: #2B5332;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-topRecruit ul li a img {
    display: block;
    border-radius: 10px;
    margin: 0 0 20px;
}

.p-topRecruit ul li .c-text {
    font-size: 1.6rem;
}

.p-topRecruit ul li h3 {
    font-size: 2rem;
    font-weight: bold;
    writing-mode: vertical-rl;
    color: #2B5332;
    font-size: 2rem;
    letter-spacing: 0.16em;
    line-height: 1.2;
    background-color: #fff;
    position: absolute;
    top: -30px;
    left: 20px;
    padding: 15px 15px 0;
    border: 1px solid #2B5332;
}

@media screen and (min-width: 821px) {
    .p-topRecruit ul li a {
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .p-topRecruit ul li a:before {
        transition: bottom 0.3s ease;
    }

    .p-topRecruit ul li a:after {
        transition: transform 0.3s ease, right 0.3s ease, bottom 0.3s ease;
    }

    .p-topRecruit ul li a:hover {
        background-color: #dce1e5;
        transform: translateY(-5px);
    }

    .p-topRecruit ul li a:hover:before {
        bottom: -32px;
    }

    .p-topRecruit ul li a:hover:after {
        transform: translate(5px, -5px);
        right: 15px;
        bottom: 25px;
    }
}

@media screen and (max-width: 1500px) {
    .p-topRecruit__wrap {
        padding: 80px 0 120px;
    }

    .p-topRecruit__text h3 {
        font-size: 3rem;
        margin: 0 0 30px;
    }

    .p-topRecruit ul li a {
        padding: 20px 20px 50px 20px;
    }

    .p-topRecruit ul li h2 {
        font-size: 2.2rem;
    }

    .p-topRecruit ul li h3 {
        font-size: 1.8rem;
        left: 10px;
        padding: 10px 10px 0;
    }

    .p-topRecruit__title span img {
        width: 494px;
    }

    .p-topRecruit__title h2 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 820px) {
    .p-topRecruit:before {
        width: 50px;
        height: 73px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .p-topRecruit__wrap {
        padding: 60px 0 100px;
    }

    .p-topRecruit__textWrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-topRecruit__text h3 {
        font-size: 2.4rem;
        margin: 0 0 20px;
    }

    .p-topRecruit__title {
        margin: 0 0 30px;
    }

    .p-topRecruit__listsWrap ul {
        flex-wrap: wrap;
        top: -50px;
        gap: 70px;
    }

    .p-topRecruit ul li {
        width: 65%;
        margin: 0 auto;
    }

    .p-topRecruit__listsWrap {
        padding: 0 0 50px;
    }

    .p-topRecruit__title span img {
        width: 408px;
    }

    .p-topRecruit__title h2 {
        font-size: 2.2rem;
    }

    .p-topRecruit ul li a:after {
        width: 27px;
        height: 27px;
        right: 12px;
        bottom: 12px;
    }
}

@media screen and (max-width: 590px) {
    .p-topRecruit {
        margin: 0 0 60px;
    }

    .p-topRecruit__wrap {
        padding: 40px 0 100px;
    }

    .p-topRecruit__text h3 {
        font-size: 2rem;
        line-height: 1.4;
    }

    .p-topRecruit__text .c-text {
        font-size: 1.4rem;
    }

    .p-topRecruit__listsWrap ul {
        gap: 45px;
    }

    .p-topRecruit ul li {
        width: 100%;
    }

    .p-topRecruit ul li a {
        padding: 15px 15px 50px;
    }

    .p-topRecruit ul li h2 {
        font-size: 1.8rem;
        margin: 0 0 15px;
    }

    .p-topRecruit ul li h2 span {
        font-size: 1.4rem;
    }

    .p-topRecruit ul li .c-text {
        font-size: 1.4rem;
    }

    .p-topRecruit ul li h3 {
        font-size: 1.6rem;
        top: -20px;
        left: 15px;
    }

    .p-topRecruit ul li a:before {
        width: 36px;
        height: 25px;
        background-size: contain;
        bottom: -18px;
    }

    .p-topRecruit__title span img {
        width: 176px;
    }

    .p-topRecruit__title h2 {
        font-size: 1.8rem;
    }
}

/*----------------------------------------
	topColumn
----------------------------------------*/

.p-topColumn {
    margin: 0 0 96px;
}

.p-topColumn .c-topTitle {
    margin: 0;
}

.p-topColumn__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 60px;
}

.p-topColumn__archiveWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.75%;
}

.p-topColumn__archiveArticle {
    width: 31.5%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #1B43322E;
}

.p-topColumn__archiveArticle a {
    display: block;
    padding: 28px 28px 100px 28px;
    position: relative;
}

.p-topColumn__archiveArticle a:before {
    content: "";
    background-image: url(images/works_arrow.svg);
    width: 37px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.p-topColumn__archiveImg {
    margin: 0 0 25px;
}

.p-topColumn__archiveImg img {
    width: 100%;
    border-radius: 10px;
}

.p-topColumn__archiveTitle {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.364;
}

.p-topColumn__archiveCategory {
    display: inline-block;
    font-size: 1.6rem;
    color: #2B5332;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #2B5332;
}

.p-topColumn__archiveInfo {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1500px) {
    .p-topColumn {
        margin: 0 0 80px;
    }

    .p-topColumn__archiveArticle a {
        padding: 20px 20px 80px 20px;
    }

    .p-topColumn__archiveTitle {
        font-size: 1.8rem;
    }

    .p-topColumn__archiveCategory {
        font-size: 1.4rem;
    }

    .p-topColumn__archiveArticle a:before {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
}

@media screen and (max-width: 820px) {
    .p-topColumn {
        margin: 0 0 60px;
    }

    .p-topColumn__title {
        margin: 0 0 40px;
    }

    .p-topColumn__archiveWrap {
        gap: 20px 2%;
    }

    .p-topColumn__archiveArticle {
        width: 49%;
    }

    .p-topColumn__archiveInfo {
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 10px;
    }

    .p-topColumn__archiveCategory {
        margin: 0;
    }
}

@media screen and (max-width: 590px) {
    .p-topColumn {
        margin: 0 0 50px;
    }

    .p-topColumn__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .p-topColumn__archiveWrap {
        gap: 20px 0;
        margin: 0 0 40px;
    }

    .p-topColumn__archiveArticle {
        width: 100%;
    }

    .p-topColumn__archiveArticle a {
        padding: 15px 15px 70px 15px;
    }

    .p-topColumn__archiveTitle {
        font-size: 1.6rem;
    }

    .p-topColumn__archiveImg {
        margin: 0 0 15px;
    }
}

/*----------------------------------------
	page_common
----------------------------------------*/

.p-catch {
    width: 100%;
    height: 350px;
    position: relative;
    margin: 0 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: right;
}

.p-catch:after {
    content: "";
    display: block;
    background-image: url(images/catch_deco.svg);
    background-repeat: no-repeat;
    width: 146px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
}

.p-catch__textWrap {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 50%;
    left: 10.4%;
    transform: translateY(-50%);
    z-index: 1;
}

.p-catch__jp {
    font-size: 3.2rem;
    letter-spacing: 0.03em;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.p-catch__en {
    display: block;
    font-size: 6.6rem;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.197;
    margin: 0 0 7px;
    letter-spacing: 0.06em;
}

.p-catchBreadcrumbs {
    position: absolute;
    left: 10.4%;
    bottom: 28px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
}

.p-catchBreadcrumbs .home {
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
}

.p-catchBreadcrumbs .home:before {
    content: "";
    display: inline-block;
    background-image: url(images/breadcrumb_icon.svg);
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0;
}

.p-catchBreadcrumbs span {
    display: inline-block;
    color: #fff;
}

.c-categoryWrap {
    margin: 0 0 75px;
    padding: 35px 20px 55px;
    background-color: #F2F4F5;
    border-radius: 10px;
}

.c-categoryWrap__title {
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 46px;
    text-align: center;
    color: #1B4332;
}

.c-categoryWrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
}

.c-categoryWrap ul li {
    width: 200px;
    border-bottom: 1px solid #707070;
    padding: 0 0 14px;
}

.c-categoryWrap ul li a {
    font-size: 2rem;
    letter-spacing: 0.04em;
    display: block;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
}

.c-categoryWrap ul li a:after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(images/category_arrow.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c-archiveCategory__title {
    font-size: 3.5rem;
    letter-spacing: 0.06em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 40px;
    text-align: center;
}

.c-pageTitle {
    font-size: 3.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.474;
    position: relative;
    padding-top: 30px;
    margin: 0 0 62px;
}

.c-pageTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #802121 28.5%, #204030 25%);
}

.c-pageTitle__line {
    position: relative;
    padding-bottom: 30px;
    margin: 0 0 40px;
}

.c-pageTitle__lineEn {
    font-size: 3.8rem;
    letter-spacing: 0.02em;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #2B5332;
}

.c-pageTitle__lineJp {
    font-size: 3rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.c-pageTitle__line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #2B5332 97px, rgba(204, 204, 204, 0.4) 97px);
}

.c-linkLists {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 125px;
}

.c-linkList span {
    display: flex;
    align-items: center;
}

.c-linkList span:after {
    content: "";
    display: inline-block;
    background-image: url(images/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    margin: 0 0 0 10px;
}

.c-linkList a {
    display: block;
    padding: 10px 30px;
    border-left: 1px solid rgba(112, 112, 112, 0.46);
}

.c-linkList:last-child a {
    border-right: 1px solid rgba(112, 112, 112, 0.46);
}

@media screen and (min-width: 821px) {
    .c-linkList a {
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .c-linkList span:after {
        transition: transform 0.3s ease;
    }

    .c-linkList a:hover {
        background-color: rgba(27, 67, 50, 0.05);
        color: #1B4332;
    }

    .c-linkList a:hover span:after {
        transform: translateX(5px);
    }
}

@media screen and (max-width: 1500px) {
    .p-catch__en {
        font-size: 5.5rem;
    }

    .p-catch__jp {
        font-size: 2.8rem;
    }

    .p-catch {
        height: 300px;
    }

    .p-catch:after {
        width: 125px;
        height: 300px;
        background-size: 100%;
    }

    .p-catch__textWrap {
        left: 13%;
    }

    .p-catchBreadcrumbs {
        left: 13%;
    }

    .c-categoryWrap {
        margin-bottom: 60px;
    }

    .c-categoryWrap ul {
        gap: 30px;
    }

    .c-pageTitle {
        font-size: 3.5rem;
    }

    .c-pageTitle__lineEn {
        font-size: 3.4rem;
    }

    .c-pageTitle__lineJp {
        font-size: 2.6rem;
    }

    .c-linkLists {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 820px) {
    .p-catch {
        height: 240px;
        margin-bottom: 60px;
    }

    .p-catch:after {
        width: 100px;
        height: 240px;
    }

    .p-catch__textWrap {
        left: 14%;
    }

    .p-catch__en {
        font-size: 4rem;
        letter-spacing: 0.04em;
    }

    .p-catch__jp {
        font-size: 2.2rem;
    }

    .p-catchBreadcrumbs {
        left: 14%;
        bottom: 15px;
        font-size: 1.2rem;
    }

    .c-categoryWrap {
        margin-bottom: 50px;
        padding: 30px 20px 40px;
    }

    .c-categoryWrap__title {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }

    .c-categoryWrap ul {
        flex-wrap: wrap;
        gap: 20px 30px;
    }

    .c-categoryWrap ul li {
        width: calc(50% - 15px);
        padding-bottom: 10px;
    }

    .c-categoryWrap ul li a {
        font-size: 1.5rem;
    }

    .c-archiveCategory__title {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }

    .c-pageTitle {
        font-size: 3rem;
        margin: 0 0 30px;
        padding-top: 15px;
    }

    .c-pageTitle:before {
        width: 60px;
    }

    .c-pageTitle__line {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .c-pageTitle__lineEn {
        font-size: 2.8rem;
    }

    .c-pageTitle__lineJp {
        font-size: 2.2rem;
    }

    .c-pageTitle__line:after {
        background: linear-gradient(to right, #2B5332 70px, rgba(204, 204, 204, 0.4) 70px);
    }

    .c-linkLists {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 80px;
        border-top: 1px solid rgba(112, 112, 112, 0.46);
        border-left: 1px solid rgba(112, 112, 112, 0.46);
    }

    .c-linkList {
        width: 33.333%;
    }

    .c-linkList a {
        padding: 12px 10px;
        text-align: center;
        justify-content: center;
        display: flex;
        border-left: none;
        border-right: 1px solid rgba(112, 112, 112, 0.46);
        border-bottom: 1px solid rgba(112, 112, 112, 0.46);
        font-size: 1.8vw;
    }

    .c-linkList span {
        justify-content: center;
        width: 100%;
    }

    .c-linkList span:after {
        width: 18px;
        height: 18px;
    }

    .page-id-189 .c-linkList:nth-of-type(3) a {
        border-bottom: 1px solid rgba(112, 112, 112, 0.46);
    }
}

@media screen and (max-width: 590px) {
    .p-catch {
        height: 190px;
        background-position: center;
        margin-bottom: 40px;
    }

    .p-catch:after {
        width: 79px;
        height: 190px;
    }

    .p-catch__textWrap {
        left: 14%;
        width: calc(100% - 40px);
    }

    .p-catch__en {
        font-size: 3rem;
        margin-bottom: 10px;
        line-height: 1.1;
    }

    .p-catch__jp {
        font-size: 1.7rem;
    }

    .p-catchBreadcrumbs {
        left: auto;
        right: 3%;
        bottom: 10px;
        font-size: 1rem;
    }

    .p-catchBreadcrumbs .home:before {
        width: 12px;
        height: 12px;
    }

    .c-categoryWrap {
        padding: 20px;
        margin-bottom: 30px;
    }

    .c-categoryWrap__title {
        margin-bottom: 0;
        font-size: 1.8rem;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .c-categoryWrap__title:after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 8px;
        margin-left: 10px;
        background-image: url(images/category_arrow_down.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        transition: transform 0.3s;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .c-categoryWrap__title.is-open {
        margin-bottom: 25px;
    }

    .c-categoryWrap__title.is-open:after {
        transform: rotate(180deg);
    }

    .c-categoryWrap ul {
        display: none;
        flex-direction: column;
        align-items: stretch;
    }

    .c-categoryWrap ul li {
        width: 100%;
    }

    .c-categoryWrap ul li:not(:last-child) {
        margin: 0 0 12px;
    }

    .c-archiveCategory__title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .c-categoryWrap ul li a::after {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .c-pageTitle {
        font-size: 2rem;
        margin: 0 0 15px;
        padding-top: 12px;
    }

    .c-pageTitle:before {
        width: 40px;
        height: 3px;
    }

    .c-pageTitle__line {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .c-pageTitle__lineEn {
        font-size: 2.2rem;
    }

    .c-pageTitle__lineJp {
        font-size: 1.8rem;
    }

    .c-pageTitle__line:after {
        height: 3px;
        background: linear-gradient(to right, #2B5332 50px, rgba(204, 204, 204, 0.4) 50px);
    }

    .c-linkLists {
        margin-bottom: 35px;
    }

    .c-linkList {
        width: 50%;
    }

    .c-linkList a {
        font-size: 3.3vw;
        padding: 10px 5px;
    }

    .c-linkList span:after {
        width: 14px;
        height: 14px;
        margin-left: 6px;
    }
}

/*----------------------------------------
	about
----------------------------------------*/

/*---- about_greeting ----*/

.p-aboutGreeting {
    margin: 0 0 128px;
}

.p-aboutGreeting__img {
    max-width: 450px;
    margin: 0 auto 70px;
}

.p-aboutGreeting .c-text {
    font-size: 1.8rem;
    line-height: 1.944;
}

.p-aboutGreeting__name {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 40px 0 0;
    text-align: right;
}

@media screen and (max-width: 1500px) {
    .p-aboutGreeting {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 820px) {
    .p-aboutGreeting {
        margin-bottom: 80px;
    }

    .p-aboutGreeting__img {
        max-width: 90%;
        margin-bottom: 50px;
    }

    .p-aboutGreeting .c-text {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 590px) {
    .p-aboutGreeting {
        margin-bottom: 60px;
    }

    .p-aboutGreeting__img {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .p-aboutGreeting .c-text {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .p-aboutGreeting__name {
        font-size: 1.5rem;
        margin-top: 20px;
    }
}

/*---- about_outline ----*/

.p-aboutOutline {
    margin: 0 0 130px;
}

.p-aboutOutline__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-aboutOutline__img {
    width: 100%;
}

.table01 {
    display: block;
    width: 100%;
    border: 1px solid #CCCCCC;
    margin: 0 0 50px;
}

.table01 tbody {
    display: block;
    width: 100%;
}

.table01 tr {
    display: flex;
    justify-content: space-between;
}

.table01 tr:last-child {
    border-bottom: none;
}

.table01 th {
    width: 29%;
    background-color: #E7EBEE;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
}

.table01 td {
    padding: 20px 0 20px 20px;
    width: 71%;
    vertical-align: middle;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.75;
    font-size: 1.6rem;
    font-weight: 400;
}

@media screen and (max-width: 1500px) {
    .p-aboutOutline {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 820px) {
    .p-aboutOutline {
        margin-bottom: 80px;
    }

    .p-aboutOutline__wrap {
        flex-direction: column;
        align-items: center;
    }

    .p-aboutOutline__img {
        width: 70%;
        max-width: 400px;
        margin-top: 30px;
    }

    .table01 {
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    .p-aboutOutline {
        margin-bottom: 60px;
    }

    .p-aboutOutline__img {
        margin-top: 20px;
    }

    .table01 tr {
        flex-direction: column;
        border-bottom: 1px solid #ccc;
    }

    .table01 tr:last-child {
        border-bottom: 1px solid #ccc;
    }

    .table01 th {
        width: 100%;
        padding: 10px 15px;
        border-bottom: none;
        font-size: 1.4rem;
    }

    .table01 td {
        width: 100%;
        padding: 10px 15px 15px;
        border-bottom: none;
        font-size: 1.4rem;
    }
}

/*---- about_philosophy ----*/

.p-aboutPhilosophy {
    background-color: rgba(242, 244, 245, 0.7);
    margin: 0 0 120px;
    padding: 147px 0 130px;
}

.p-aboutPhilosophy__img {
    width: 100%;
    margin: 0 0 105px;
}

.p-aboutPhilosophy ul li:not(:last-child) {
    margin-bottom: 110px;
}

.p-aboutPhilosophy ul li h3 {
    font-size: 3.2rem;
    line-height: 1.469;
    margin: 0 0 38px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-aboutPhilosophy dl {
    display: flex;
    align-items: center;
}

.p-aboutPhilosophy dl:not(:last-child) {
    margin: 0 0 24px;
}

.p-aboutPhilosophy dl dt {
    width: 346px;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.469;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #fff;
    position: relative;
    margin: 0 30px 0 0;
    padding: 9px 0 9px 18px;
}

.p-aboutPhilosophy dl dt span {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #2B5332;
    margin: 0 0 0 15px;
}

.p-aboutPhilosophy dl dt:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 36px 0 0;
    border-color: #fff #F5F7F7 transparent transparent;
}

.p-aboutPhilosophy dl dd {
    font-size: 1.4rem;
    line-height: 1.75;
}

@media screen and (max-width: 1500px) {
    .p-aboutPhilosophy {
        padding: 100px 0;
        margin-bottom: 100px;
    }

    .p-aboutPhilosophy__img {
        margin-bottom: 70px;
    }

    .p-aboutPhilosophy ul li:not(:last-child) {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 820px) {
    .p-aboutPhilosophy {
        padding: 80px 0;
        margin-bottom: 80px;
    }

    .p-aboutPhilosophy__img {
        margin-bottom: 50px;
    }

    .p-aboutPhilosophy ul li h3 {
        font-size: 2.4rem;
        margin-bottom: 25px;
    }

    .p-aboutPhilosophy dl {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-aboutPhilosophy dl dt {
        width: 100%;
        max-width: 346px;
        margin: 0 0 10px 0;
        font-size: 1.8rem;
    }

    .p-aboutPhilosophy dl dt span {
        font-size: 1.4rem;
    }

    .p-aboutPhilosophy ul li:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 590px) {
    .p-aboutPhilosophy {
        padding: 60px 0;
        margin-bottom: 60px;
    }

    .p-aboutPhilosophy__img {
        margin-bottom: 30px;
    }

    .p-aboutPhilosophy ul li h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .p-aboutPhilosophy dl dt {
        font-size: 1.6rem;
        padding: 7px 0 7px 12px;
    }

    .p-aboutPhilosophy dl dt span {
        font-size: 1.2rem;
    }

    .p-aboutPhilosophy dl dt:after {
        border-width: 44px 25px 0 0;
    }

    .p-aboutPhilosophy dl dd {
        font-size: 1.3rem;
    }

    .p-aboutPhilosophy ul li:not(:last-child) {
        margin-bottom: 40px;
    }
}

/*---- about_history ----*/

.p-aboutHistory {
    margin: 0 0 150px;
}

.flex-schedule {
    list-style: none;
    margin: 0 auto;
    box-sizing: border-box;
}

.flex-schedule li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.flex-schedule .area {
    display: block;
    width: 100%;
    border-left: 1px solid #2B5332;
}

.flex-schedule li .time {
    display: inline-flex;
    justify-content: flex-start;
    width: 220px;
    font-size: 2.3rem;
    letter-spacing: 0.08em;
    color: #2B5332;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    flex-shrink: 0;
}

.flex-schedule .sch_box {
    position: relative;
    padding: 0 0 67px 50px;
    border-radius: 6px;
}

.flex-schedule li:last-child .sch_box {
    padding-bottom: 0;
}

.flex-schedule .sch_box::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    border: 5px solid #2B5332;
}

.flex-schedule .sch_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    transform: translateY(-50%);
    background: #707070;
    width: 40px;
    height: 1px;
    z-index: -1;
}

.flex-schedule .sch_title {
    font-size: 1.8rem;
    line-height: 1.2;
}

.flex-schedule .sch_tx {
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 820px) {
    .p-aboutHistory {
        margin: 0 0 70px;
    }

    .p-companyHistory {
        margin: 0px 0px 80px;
    }

    .flex-schedule li .time {
        font-size: 1.9rem;
    }

    .flex-schedule .sch_title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 590px) {
    .p-aboutHistory {
        margin: 0px 0px 50px;
    }

    .flex-schedule .sch_box {
        padding: 0px 0px 35px 50px;
    }

    .flex-schedule .sch_box::before {
        width: 15px;
        height: 15px;
    }

    .flex-schedule li .time {
        width: 88px;
        font-size: 1.5rem;
    }

    .flex-schedule .sch_title {
        font-size: 1.4rem;
    }

    .flex-schedule .sch_box::before {
        border: 4px solid #2B5332;
        left: -7.5px;
        top: 3px;
    }
}

/*---- about_access ----*/

.p-aboutAccess {
    margin: 0 0 139px;
}

.p-aboutAccess__map {
    position: relative;
    width: 100%;
    height: 450px;
}

.p-aboutAccess__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.p-aboutAccess .c-text {
    font-size: 2rem;
    margin: 0 0 40px;
}

@media screen and (max-width: 1500px) {
    .p-aboutAccess {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 820px) {
    .p-aboutAccess {
        margin-bottom: 80px;
    }

    .p-aboutAccess__map {
        height: 350px;
    }

    .p-aboutAccess .c-text {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 590px) {
    .p-aboutAccess {
        margin-bottom: 60px;
    }

    .p-aboutAccess__map {
        height: 280px;
    }

    .p-aboutAccess .c-text {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
}

/*----------------------------------------
	strength
----------------------------------------*/

.p-strength {
    margin: 0 0 120px;
}

.p-strength .c-linkLists {
    margin: 0 0 95px;
}

.p-strengthWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-strengthList {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.p-strengthList:not(:last-child) {
    margin: 0 0 120px;
}

.p-strengthList:nth-of-type(even) .p-strengthWrap {
    flex-direction: row-reverse;
}

.p-strengthList:nth-of-type(even) {
    padding: 90px 0;
}

.p-strengthList:nth-of-type(even):before {
    content: "";
    background-color: #F2F4F5;
    margin-right: auto;
    width: 90%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}

.p-strengthList:nth-of-type(even):after {
    content: "";
    background-image: url(images/service_arrow.svg);
    width: 95px;
    height: 138px;
    position: absolute;
    top: 0;
    left: 10%;
}

.p-strengthImg {
    width: 46.3%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.p-strengthList:nth-of-type(1) .p-strengthImg {
    background-image: url(images/strength_achievement.jpg);
}

.p-strengthList:nth-of-type(2) .p-strengthImg {
    background-image: url(images/strength_integrated.jpg);
}

.p-strengthList:nth-of-type(3) .p-strengthImg {
    background-image: url(images/strength_scale.jpg);
}

.p-strengthList:nth-of-type(4) .p-strengthImg {
    background-image: url(images/strength_trust.jpg);
}

.p-strengthText {
    width: 50.5%;
}

.p-strengthNum {
    display: block;
    font-size: 3.5rem;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #1B4332;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0.3;
}

.p-strengthNum span {
    display: inline-block;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.p-strengthText h2 {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #1B4332;
    margin: 0 0 25px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.p-strengthText .c-text {
    line-height: 1.7;
}

.p-strengthText .c-text:not(:last-child) {
    margin: 0 0 20px;
}

.p-strengthText__wrap {
    margin: 0;
}

@media screen and (max-width: 1500px) {

    .p-strength,
    .p-strengthList:not(:last-child) {
        margin-bottom: 100px;
    }

    .p-strengthImg {
        height: 450px;
    }

    .p-strengthText h2 {
        font-size: 2.4rem;
    }

    .p-strengthList:nth-of-type(even):before {
        width: 100%;
    }

    .p-strengthList:nth-of-type(even):after {
        top: 0;
        left: 0;
        width: 65px;
        height: 95px;
        background-size: 100%;
    }
}

@media screen and (max-width: 820px) {
    .p-strengthWrap {
        flex-direction: column !important;
    }

    .p-strengthList:nth-of-type(even) {
        padding: 50px 0;
    }

    .p-strengthImg {
        width: 100%;
        height: 350px;
        margin-bottom: 30px;
    }

    .p-strengthText {
        width: 100%;
    }

    .p-strengthList:nth-of-type(even):after {
        left: 0;
        width: 60px;
        height: 90px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .p-strengthText .c-text:not(:last-child) {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 590px) {

    .p-strength,
    .p-strengthList:not(:last-child) {
        margin-bottom: 60px;
    }

    .p-strength .c-linkLists {
        margin-bottom: 30px;
    }

    .p-strengthImg {
        height: 220px;
    }

    .p-strengthNum {
        font-size: 2.4rem;
        margin-bottom: 5px;
    }

    .p-strengthNum span {
        font-size: 1.6rem;
    }

    .p-strengthText h2 {
        font-size: 1.8rem;
        margin: 0 0 15px;
    }

    .p-strengthList:nth-of-type(even):before {
        width: 100%;
    }

    .p-strengthList:nth-of-type(even):after {
        display: none;
    }
}

/*----------------------------------------
	service
----------------------------------------*/

.p-service {
    margin: 0 0 120px;
}

.p-service .c-linkLists {
    margin: 0 0 95px;
}

.p-serviceWrap {
    display: flex;
    justify-content: space-between;
}

.p-serviceList {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.p-serviceList:not(:last-child) {
    margin: 0 0 120px;
}

.p-serviceList:nth-of-type(even) .p-serviceWrap {
    flex-direction: row-reverse;
}

.p-serviceList:nth-of-type(even) {
    padding: 90px 0;
}

.p-serviceList:nth-of-type(even) .p-serviceExample__wrap {
    background-color: #fff;
}

.p-serviceList:nth-of-type(even):before {
    content: "";
    background-color: #F2F4F5;
    margin-right: auto;
    width: 90%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}

.p-serviceList:nth-of-type(even):after {
    content: "";
    background-image: url(images/service_arrow.svg);
    width: 95px;
    height: 138px;
    position: absolute;
    top: 0;
    left: 10%;
}

.p-serviceImg {
    width: 46.3%;
    height: 728px;
    background-size: cover;
    background-repeat: no-repeat;
}

.p-serviceList:nth-of-type(1) .p-serviceImg {
    background-image: url(images/service_solar.jpg);
}

.p-serviceList:nth-of-type(2) .p-serviceImg {
    background-image: url(images/service_general.jpg);
}

.p-serviceList:nth-of-type(3) .p-serviceImg {
    background-image: url(images/service_hvac.jpg);
}

.p-serviceText {
    width: 50.5%;
}

.p-serviceText h2 {
    font-size: 3.8rem;
    letter-spacing: 0.05em;
    line-height: 1.474;
    color: #1B4332;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
}

.p-serviceText h2:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 66px;
    height: 66px;
    margin: 0 20px 0 0;
}

.p-serviceList:nth-of-type(1) .p-serviceText h2:before {
    background-image: url(images/service_solar_icon.svg);
}

.p-serviceList:nth-of-type(2) .p-serviceText h2:before {
    background-image: url(images/service_general_icon.svg);
}

.p-serviceList:nth-of-type(3) .p-serviceText h2:before {
    background-image: url(images/service_hvac_icon.svg);
}

.p-serviceText .c-text {
    line-height: 1.556;
}

.p-serviceText .c-text:not(:last-child) {
    margin: 0 0 30px;
}

.p-serviceText__wrap {
    margin: 0 0 50px;
}

.p-serviceExample__wrap {
    background-color: #F2F4F5;
    border-radius: 10px;
    position: relative;
    padding: 87px 46px 43px 35px;
}

.p-serviceExample__wrap h3 {
    font-size: 2.4rem;
    color: #fff;
    background-color: #1B4332;
    border-radius: 10px 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 258px;
    line-height: 1.5;
    text-align: center;
}

.p-serviceExample li {
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.p-serviceExample li:not(:last-child) {
    margin: 0 0 20px;
}

.p-serviceExample li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #1B4332;
    border-radius: 50%;
    margin: 0 12px 0 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1500px) {

    .p-service,
    .p-serviceList:not(:last-child) {
        margin-bottom: 100px;
    }

    .p-serviceImg {
        height: 600px;
    }

    .p-serviceText h2 {
        font-size: 3rem;
    }

    .p-serviceList:nth-of-type(even):before {
        width: 100%;
    }

    .p-serviceList:nth-of-type(even):after {
        top: 0;
        left: 0;
    }

    .p-serviceList:nth-of-type(even):after {
        width: 65px;
        height: 95px;
        background-size: 100%;
    }
}

@media screen and (max-width: 820px) {
    .p-serviceWrap {
        flex-direction: column !important;
    }

    .p-serviceList:nth-of-type(even) {
        padding: 50px 0;
    }

    .p-serviceImg {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
        background-position: center;
    }

    .p-serviceText {
        width: 100%;
    }

    .p-serviceList:nth-of-type(even):after {
        left: 0;
        width: 60px;
        height: 90px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .p-serviceExample__wrap {
        padding: 70px 30px 30px;
    }

    .p-serviceExample__wrap h3 {
        width: 200px;
        font-size: 1.8rem;
    }

    .p-serviceText .c-text:not(:last-child) {
        margin: 0px 0px 15px;
    }

    .p-serviceText__wrap {
        margin: 0px 0px 30px;
    }

    .p-serviceExample li:before {
        width: 5px;
        height: 5px;
    }
}

@media screen and (max-width: 590px) {

    .p-service,
    .p-serviceList:not(:last-child) {
        margin-bottom: 60px;
    }

    .p-service .c-linkLists {
        margin-bottom: 50px;
    }

    .p-serviceImg {
        height: 220px;
    }

    .p-serviceText h2 {
        font-size: 2rem;
        margin: 0px 0px 12px;
    }

    .p-serviceText h2:before {
        width: 35px;
        height: 35px;
        background-size: 100%;
        margin: 0 10px 0 0;
    }

    .p-serviceList:nth-of-type(even):before {
        width: 100%;
    }

    .p-serviceList:nth-of-type(even):after {
        display: none;
    }

    .p-serviceExample__wrap {
        padding: 60px 20px 20px;
    }

    .p-serviceExample__wrap h3 {
        width: 160px;
        font-size: 1.6rem;
    }

    .p-serviceExample li {
        font-size: 1.4rem;
    }

    .p-serviceExample li:not(:last-child) {
        margin: 0px 0px 12px;
    }
}

/*----------------------------------------
	works
----------------------------------------*/

.p-catchWorks {
    background-image: url(images/works_catch.jpg);
}

/*---- works_archive ----*/

.p-worksArchive {
    margin: 0 0 142px;
}

.p-worksArchive__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.63%;
    row-gap: 60px;
}

.p-worksArchive__wrap .text.center {
    width: 100%;
}

.p-worksArchive__article {
    width: 31.58%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #1B43322E;
}

.p-worksArchive__article a {
    display: block;
    padding: 28px 28px 100px 28px;
    position: relative;
}

.p-worksArchive__article a:before {
    content: "";
    background-image: url(images/works_arrow.svg);
    width: 37px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.p-worksArchive__img {
    margin: 0 0 25px;
}

.p-worksArchive__img img {
    width: 100%;
    border-radius: 10px;
}

.p-worksArchive__title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    line-height: 1.3;
}

.p-worksArchive__category {
    display: inline-block;
    font-size: 1.6rem;
    color: #2B5332;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #2B5332;
}

.p-worksArchive__info {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

.p-worksArchive__area {
    font-size: 1.6rem;
    color: #2B5332;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.p-worksArchive__area:before {
    content: "";
    display: inline-block;
    background-image: url(images/works_area_icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 25px;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 1500px) {
    .p-worksArchive__article a {
        padding: 20px 20px 80px 20px;
    }

    .p-worksArchive__title {
        font-size: 1.8rem;
    }

    .p-worksArchive__category,
    .p-worksArchive__area {
        font-size: 1.4rem;
    }

    .p-worksArchive__article a:before {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
}

@media screen and (max-width: 820px) {
    .p-worksArchive {
        margin: 0 0 60px;
    }

    .p-worksArchive__wrap {
        margin: 0 -10px;
    }

    .p-worksArchive__title {
        font-size: 1.6rem;
    }

    .p-worksArchive__info {
        flex-wrap: wrap;
        gap: 10px;
    }

    .p-worksArchive__category {
        margin: 0;
    }

    .p-worksArchive__wrap {
        justify-content: space-between;
        gap: 0;
        row-gap: 40px;
    }

    .p-worksArchive__article {
        width: 48%;
    }
}

@media screen and (max-width: 590px) {

    .p-worksArchive__article a {
        padding: 15px 15px 40px;
    }

    .p-worksArchive__img {
        margin: 0 0 15px;
    }

    .p-worksArchive__title {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .p-worksArchive__area:before {
        width: 14px;
        height: 20px;
    }

    .p-worksArchive__category,
    .p-worksArchive__area {
        font-size: 1.1rem;
    }

    .p-worksArchive__area:before {
        width: 12px;
        height: 18px;
    }

    .p-worksArchive__article a::before {
        width: 20px;
        height: 20px;
        right: 12px;
        bottom: 12px;
        background-size: 100%;
    }
}

/*---- works_single ----*/

.p-catchSingle__works {
    background-image: url(images/works_single_catch.jpg);
}

.p-singleWorks {
    margin: 0 0 120px;
}

.p-singleWorks__wrap {
    margin: 0 0 90px;
}

.p-singleWorks__wrap .swiper {
    width: 1000px;
}

.p-singleWorks__wrap .c-button {
    margin: auto;
}

.p-singleWorks__text {
    width: 1000px;
    margin: 60px auto 80px;
}

.p-singleWorks table {
    display: block;
    width: 1000px;
    margin: 0 auto 80px;
}

.p-singleWorks tbody {
    display: block;
    width: 100%;
}

.p-singleWorks table tr {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px dashed #707070;
}

.p-singleWorks table tr:last-child {
    border-bottom: 1px dashed #707070;
}

.p-singleWorks table tr th {
    width: 23.9%;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
}

.p-singleWorks table tr td {
    width: 76.1%;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #30404F;
    font-weight: bold;
}

.p-singleWorks h1 {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.45;
}

.p-singleWorks h1:after {
    content: "";
    display: block;
    margin: 20px auto 70px;
    width: 105px;
    height: 3px;
    background-color: #1B4332;
}

.p-singleWorks__sliderImg img {
    width: 100%;
    height: 708px;
    object-fit: contain;
}

.p-singleWorks__sliderThumb img {
    width: 100%;
    height: 162px;
    object-fit: cover;
}

.p-singleWorks__sliderThumb {
    margin: 15px 0 0;
}

.p-singleWorks__categoryWrap {
    background-color: #F1F9FF;
    border-radius: 10px;
    padding: 127px 20px 63px;
}

.p-singleWorks__categoryTitle {
    margin: 0 0 -64px;
    text-align: center;
}

.p-singleWorks__categoryTitle p {
    font-size: 5rem;
    letter-spacing: 0.07em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0 0 7px;
    line-height: 1.2;
}

.p-singleWorks__categoryTitle h2 {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    color: #1B4332;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-singleWorks__category ul {
    max-width: 927px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-singleWorks__category ul li {
    width: 47.4%;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 84, 166, 0.35);
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: left;
    position: relative;
}

.p-singleWorks__category ul li:nth-of-type(1),
.p-singleWorks__category ul li:nth-of-type(2) {
    border-top: 1px solid rgba(0, 84, 166, 0.35);
}

.p-singleWorks__category ul li:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(images/sidebar_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-worksSingle__content {
    margin-bottom: 105px;
}

.p-worksSingle__block {
    background-color: #F1F9FF;
    padding: 0 0 50px;
}

.p-worksSingle__blockHead {
    background: #1B4332;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    margin-bottom: 44px;
    font-weight: bold;
}

h4.p-worksSingle__blockHead {
    background: transparent;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #1B4332;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.p-worksSingle__blockText {
    line-height: 2;
    font-size: 15px;
    padding: 0 10%;
    text-align: left;
}

@media screen and (max-width: 1500px) {
    .p-singleWorks {
        margin-bottom: 100px;
    }

    .p-singleWorks__wrap {
        margin-bottom: 80px;
    }

    .p-singleWorks h1 {
        font-size: 3.6rem;
    }

    .p-singleWorks__categoryTitle p {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 1100px) {

    .p-singleWorks__text {
        width: 100%;
        margin: 0 auto 60px;
    }

    .p-singleWorks table {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .p-singleWorks h1:after {
        margin: 16px auto 30px;
        width: 80px;
    }

    .p-singleWorks table tr td {
        font-size: 1.8rem;
    }

    .p-singleWorks table tr th {
        font-size: 2rem;
    }

    .p-singleWorks__text {
        margin: 0 auto 30px;
    }

    .p-singleWorks {
        margin: 0 0 60px;
    }

    .p-singleWorks__sliderWrap {
        margin: 0 0 50px;
        padding: 0 0 50px;
    }

    .p-singleWorks__sliderImg img {
        height: 500px;
        object-fit: cover;
    }

    .p-singleWorks__sliderThumb .slick-slide {
        width: 20% !important;
    }

    .p-singleWorks__sliderThumb .p-singleWorks__sliderThumbimg {
        margin: 0;
    }

    .p-singleWorks__sliderThumb img {
        height: 90px;
    }

    .p-singleWorks__wrap .swiper,
    .p-singleWorks__text,
    .p-singleWorks table {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .p-singleWorks table {
        padding: 0;
    }

    .p-singleWorks table tr {
        padding: 16px 0;
    }

    .p-singleWorks table tr th {
        width: 30%;
        font-size: 1.9rem;
    }

    .p-singleWorks table tr td {
        width: 70%;
        font-size: 1.6rem;
    }

    .p-singleWorks__sliderImg img {
        height: 520px;
    }

    .p-singleWorks__sliderThumb img {
        height: 120px;
    }

    .p-singleWorks__sliderThumb .slick-track {
        width: 100% !important;
    }

    .p-singleWorks h1 {
        font-size: 3.2rem;
    }

    .p-singleWorks__category ul li {
        font-size: 2rem;
    }

    .p-singleWorks__categoryTitle p {
        font-size: 3.5rem;
    }

    .p-singleWorks__categoryTitle h2 {
        font-size: 1.8rem;
    }

    .p-singleWorks__categoryWrap {
        padding: 80px 20px 40px;
    }

    p-singleWorks__categoryTitle {
        margin: 0px 0px -48px;
    }

    .p-worksSingle__content {
        margin-bottom: 70px;
    }

    .p-worksSingle__blockHead {
        font-size: 2.2rem;
    }

    h4.p-worksSingle__blockHead {
        padding: 0 20px;
    }
}

@media screen and (max-width: 590px) {
    .p-singleWorks {
        margin-bottom: 60px;
    }

    .p-singleWorks h1:after {
        margin: 16px auto 20px;
        width: 60px;
    }

    .p-singleWorks__wrap {
        margin-bottom: 50px;
    }

    .p-singleWorks table tr {
        padding: 12px 0;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .p-singleWorks table tr th {
        width: 100%;
        margin: 0 0 10px;
    }

    .p-singleWorks table tr th {
        font-size: 1.7rem;
    }

    .p-singleWorks table tr td {
        font-size: 1.4rem;
        width: 100%;
    }

    .p-singleWorks table {
        margin: 0 auto 40px;
    }

    .p-singleWorks__sliderWrap {
        margin: 0 0 30px;
        padding: 0;
    }

    .p-singleWorks__category {
        margin: 0 0 20px;
    }

    .p-singleWorks__sliderImg img {
        height: 250px;
    }

    .p-singleWorks__sliderThumb img {
        height: 45px;
    }

    .p-singleWorks__sliderThumb .p-singleWorks__sliderThumbimg {
        margin: 0;
    }

    .p-singleWorks h1 {
        font-size: 2.2rem;
        padding: 0 20px;
    }

    .p-singleWorks__sliderImg img {
        height: 280px;
    }

    .p-singleWorks__sliderThumb img {
        height: 75px;
    }

    .p-singleWorks table tr {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-singleWorks table tr th,
    .p-singleWorks table tr td {
        width: 100%;
    }

    .p-singleWorks table tr th {
        font-size: 1.7rem;
        margin-bottom: 6px;
    }

    .p-singleWorks table tr td {
        font-size: 1.4rem;
    }

    .p-singleWorks__categoryTitle {
        margin: 0px 0px -44px;
    }

    .p-singleWorks__categoryTitle p {
        font-size: 3rem;
    }

    .p-singleWorks__categoryTitle h2 {
        font-size: 1.6rem;
    }

    .p-singleWorks__category ul li {
        width: 100%;
        font-size: 1.8rem;
    }

    .p-worksSingle__blockText {
        padding: 0 20px;
        font-size: 1.4rem;
    }

    .p-worksSingle__blockHead {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    h4.p-worksSingle__blockHead {
        font-size: 2rem;
        margin: 0 auto 15px;
    }

    .single-works .p-catchBreadcrumbs {
        display: none;
    }
}

/*----------------------------------------
	column
----------------------------------------*/

.p-catchColumn {
    background-image: url(images/column_catch.jpg);
}

/*---- column_archive ----*/

.p-columnArchive {
    margin: 0 0 142px;
}

.p-columnArchive__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.75%;
}

.p-columnArchive__article {
    width: 31.5%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #1B43322E;
}

.p-columnArchive__article a {
    display: block;
    padding: 28px 28px 100px 28px;
    position: relative;
}

.p-columnArchive__article a:before {
    content: "";
    background-image: url(images/works_arrow.svg);
    width: 37px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-repeat: no-repeat;
}

.p-columnArchive__img {
    margin: 0 0 25px;
}

.p-columnArchive__img img {
    width: 100%;
    border-radius: 10px;
}

.p-columnArchive__title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.364;
}

.p-columnArchive__category {
    display: inline-block;
    font-size: 1.6rem;
    color: #2B5332;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #2B5332;
}

.p-columnArchive__info {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1500px) {

    .p-columnArchive__article a {
        padding: 20px 20px 80px 20px;
    }

    .p-columnArchive__title {
        font-size: 1.8rem;
    }

    .p-columnArchive__category {
        font-size: 1.4rem;
    }

    .p-columnArchive__article a:before {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
}

@media screen and (max-width: 820px) {
    .p-columnArchive {
        margin: 0px 0px 70px;
    }

    .p-columnArchive__wrap {
        gap: 20px 2%;
    }

    .p-columnArchive__article {
        width: 49%;
    }

    .p-columnArchive__info {
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 10px;
        margin: 0;
    }

    .p-columnArchive__category {
        margin: 0;
    }
}

@media screen and (max-width: 590px) {

    .p-columnArchive {
        margin: 0px 0px 60px;
    }

    .p-columnArchive__wrap {
        justify-content: space-between;
        gap: 20px 0;
        margin: 0 0 40px;
    }

    .p-columnArchive__article {
        width: 48%;
    }

    .p-columnArchive__article a {
        padding: 15px 15px 40px 15px;
    }

    .p-columnArchive__title {
        font-size: 1.4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .p-columnArchive__img {
        margin: 0 0 15px;
    }

    .p-columnArchive__article a::before {
        width: 20px;
        height: 20px;
        right: 12px;
        bottom: 12px;
        background-size: 100%;
    }

    .p-columnArchive__category {
        font-size: 1.1rem;
        margin: 0px 0px 8px;
        padding: 3px 5px;
    }
}

/*---- column_single ----*/

.p-singleColumn__info {
    display: flex;
    align-items: center;
    margin: 0 0 13px;
}

.p-singleColumn__time {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.53);
    margin: 0 20px 0 0;
}

.p-singleColumn__category a {
    font-size: 1.5rem;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 100px;
    background-color: #1B4332;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}

.p-singleColumn h1 {
    font-size: 3.7rem;
    line-height: 1.486;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin: 0 0 70px;
    padding-bottom: 40px;
    border-bottom: 1px solid #7070704D;
}

.p-singleColumn__wrap {
    display: flex;
    justify-content: space-between;
}

.p-singleColumn article {
    width: 65%;
}

.p-singleColumn .aside {
    width: 23.4%;
}

.p-singleColumn .p-sidebar__archive {
    width: 100%;
}

.p-singleColumn__thumbnail img {
    width: 100%;
    border-radius: 20px;
}

.p-sidebarColumn__list:not(:last-child) {
    margin: 0 0 35px;
}

.p-sidebarColumn__list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-sidebarColumn__listText {
    width: 56%;
}

.p-sidebarColumn__listText h2 {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-sidebarColumn__listInfo {
    margin: 0 0 14px;
}

.p-sidebarColumn__listInfo .p-columnCategory {
    font-size: 1.2rem;
}

.p-sidebarColumn__listInfo .p-sidebarColumn__listTime {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 10px 0 0;
}

.p-sidebarColumn__lists {
    margin: 73px 0 0;
}

.p-sidebarColumn__listImg {
    width: 38.8%;
}

.p-sidebarColumn__listImg img {
    width: 100%;
    border-radius: 10px;
}

.p-singleColumn__text {
    margin: 70px 0;
}

.post_link_wrap {
    padding: 34px 0;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    display: flex;
    justify-content: space-between;
    margin: 0 0 145px;
}

.post_link_wrap a {
    display: flex;
    align-items: center;
}

.post-info {
    width: 75%;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.45;
}

a.prev_post:before {
    content: "";
    display: inline-block;
    width: 31px;
    height: 31px;
    background-image: url(images/post_arrow_left.svg);
    background-repeat: no-repeat;
    margin: 0 30px 0 0;
}

a.next_post:after {
    content: "";
    display: inline-block;
    width: 31px;
    height: 31px;
    background-image: url(images/post_arrow_right.svg);
    background-repeat: no-repeat;
    margin: 0 0 0 30px;
}

.next_post,
.prev_post {
    width: 30%;
    display: flex;
    align-items: center;
}

.next_post {
    justify-content: flex-end;
}

.post_link_all {
    letter-spacing: 0.08em;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}

.p-singleColumn__related > h3 {
    font-size: 3.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto 70px;
    text-align: center;
}

.p-singleColumn__related > h3 span {
    display: inline-block;
    padding: 0 0 24px;
    border-bottom: 3px solid #333333;
}

.p-singleColumn__related .c-text {
    width: 100%;
}

.p-singleColumn aside {
    width: 23.4%;
}

.p-singleColumn__text > h2 {
    font-size: 2.8rem;
    border-bottom: 4px solid #1B4332;
    margin-top: 80px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.4;
}

.p-singleColumn__text > h3 {
    font-size: 2.4rem;
    border-left: 4px solid #1B4332;
    margin-top: 70px;
    padding: 8px 16px;
    background: #E7EBEE;
    line-height: 1.4;
}

.p-singleColumn__text > h4 {
    font-size: 2rem;
    margin-top: 70px;
    color: #1B4332;
}

.p-singleColumn__text > p {
    font-size: 1.8rem;
    margin-top: 30px;
    line-height: 2;
    padding: 0 8px;
}

@media screen and (max-width: 1100px) {

    .p-singleColumn aside {
        width: 29%;
    }

    .post-info {
        font-size: 1.8rem;
    }

    a.prev_post:before {
        margin: 0 15px 0 0;
    }

    a.next_post:after {
        margin: 0 0 0 15px;
    }
}

@media screen and (max-width: 1000px) {
    .p-singleColumn__wrap {
        flex-direction: column;
    }

    .p-singleColumn article {
        width: 100%;
    }

    .p-singleColumn aside {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {

    .p-singleColumn__related > h3 {
        font-size: 2.8rem;
        margin: 0 auto 50px;
    }

    .p-singleColumn__related > h3 span {
        padding: 0 0 15px;
    }

    .p-singleColumn__related {
        margin: 0 0 60px;
    }

    .post_link_wrap {
        margin: 0 0 60px;
    }

    .p-singleColumn h1 {
        font-size: 3.2rem;
    }

    .p-singleColumn {
        margin: 0 0 70px;
    }

    .p-singleColumn__text {
        margin: 40px 0 50px;
    }
	
	.p-singleColumn__text > h2 {
        font-size: 2.2rem;
        margin-top: 50px;
    }

    .p-singleColumn__text > h3 {
        font-size: 1.8rem;
        margin-top: 40px;
    }
	
	.p-singleColumn__text > p {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 590px) {

    .p-singleColumn__related > h3 span {
        border-bottom: 1px solid #333333;
    }

    .p-singleColumn__related > h3 {
        font-size: 2.2rem;
    }

    .post_link_wrap {
        flex-direction: column;
    }

    .post_link_wrap a {
        width: 100%;
    }

    .next_post {
        width: 100%;
    }

    .next_post .post-info {
        width: 100%;
        justify-content: center;
    }

    .post_link_all {
        margin: 30px 0;
        justify-content: center;
    }

    a.prev_post:before {
        width: 25px;
        height: 25px;
        background-size: 100%;
    }

    a.next_post:after {
        width: 25px;
        height: 25px;
        background-size: 100%;
    }

    .post-info {
        width: 100%;
    }

    .p-singleColumn h1 {
        font-size: 2.2rem;
        margin: 6px 0 30px;
        padding-bottom: 15px;
    }

    .p-singleColumn__info {
        margin: 0 0 12px;
    }

    .p-singleColumn__time {
        font-size: 1.2rem;
    }

    .p-singleColumn__category a {
        font-size: 1.2rem;
    }

    .post-info {
        font-size: 1.6rem;
    }

    .single-column .p-catchBreadcrumbs {
        display: none;
    }
}

/*----------------------------------------
	news
----------------------------------------*/

/*---- news_archive ----*/

.p-catchNews {
    background-image: url(images/news_catch.jpg);
}

.p-newsArchive {
    margin: 0 0 100px;
}

.p-newsArchive__list {
    width: 100%;
}

.p-newsArchive__list:not(:last-child) {
    margin: 0 0 5px;
}

.p-newsArchive__list a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 28px 30px 28px 30px;
    background-color: #F5F5F5;
    position: relative;
}

.p-newsArchive__list a h3 {
    font-size: 1.9rem;
    color: #333;
}

.p-newsArchive__list:first-child a {
    border-radius: 15px 15px 0 0;
}

.p-newsArchive__list a:after {
    content: "";
    display: inline-block;
    background-image: url(images/news_archive_arrow.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.p-newsArchive__list:last-child a {
    border-radius: 0 0 15px 15px;
}

.p-newsArchive__text {
    display: flex;
    align-items: center;
}

.p-newsArchive__info {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.p-newsArchive__category {
    font-size: 1.6rem;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
}

.p-newsArchive__category:not(:last-child) {
    margin: 0 10px 0 0;
}

.p-newsArchive__category.news-cat-info {
    background-color: #1B4332;
}

.p-newsArchive__category.news-cat-jyoken {
    background-color: #01B2CD;
}

.p-newsArchive__category.news-cat-new {
    background-color: #FF9731;
}

.p-newsArchive__category.news-cat-bukken {
    background-color: #1B4332;
}

.p-newsArchive__time {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #1B4332;
    margin: 0 18px 0 0;
}

@media (max-width: 820px) {
    .p-newsArchive {
        margin: 0 0 50px;
    }

    .p-newsArchive__list a {
        padding: 22px 20px;
    }

    .p-newsArchive__list a h3 {
        font-size: 1.7rem;
    }

    .p-newsArchive__category {
        font-size: 1.4rem;
        padding: 4px 10px;
    }

    .p-newsArchive__time {
        font-size: 1.4rem;
        margin-right: 15px;
    }

    .p-newsArchive__info {
        margin-right: 20px;
    }
}

@media (max-width: 590px) {

    .p-newsArchive__list a {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 15px;
        gap: 10px;
    }

    .p-newsArchive__text {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .p-newsArchive__info {
        flex-wrap: wrap;
        margin: 0;
        gap: 8px;
    }

    .p-newsArchive__category {
        font-size: 1.3rem;
        padding: 3px 10px;
    }

    .p-newsArchive__time {
        font-size: 1.3rem;
        margin: 0;
    }

    .p-newsArchive__list a h3 {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .p-newsArchive__list a:after {
        width: 22px;
        height: 22px;
        background-size: 100%;
        right: 10px;
    }
}

/*---- c-tabMenu ----*/

ul.c-tabMenu {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

ul.c-tabMenu li {
    display: inline-block;
}

ul.c-tabMenu a {
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #B9B9B9;
    text-decoration: none;
    background: white;
    transition: background 0.2s, color 0.2s;
    border-radius: 2px;
    border: 2px solid #1B4332;
    border-radius: 100px;
    color: #1B4332;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

ul.c-tabMenu li.current a {
    background: #1B4332;
    color: #fff;
    border: none;
}

.c-tabWrap {
    display: flex;
    align-items: center;
    margin: 0 0 60px;
}

.c-tabTitle {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    margin: 0 22px 0 0;
    display: flex;
    align-items: center;
    color: #808080;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.c-tabTitle:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 38px;
    background-color: rgba(112, 112, 112, 0.6);
    margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
    .c-tabWrap {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 50px;
    }

    .c-tabTitle {
        font-size: 1.8rem;
        margin: 0 0 10px 0;
    }

    .c-tabTitle:after {
        display: none;
    }

    ul.c-tabMenu {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 590px) {
    ul.c-tabMenu li a {
        font-size: 1.4rem;
        padding: 6px 8px;
    }

    .c-tabWrap {
        margin: 0 0 35px;
    }
}

/*---- news_single ----*/

.single-news {
    margin: 0 0 120px;
}

.single-info {
    display: flex;
    align-items: center;
    margin: 0 0 28px;
}

.single-info__time {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.53);
}

.single-news__title {
    font-size: 3.7rem;
    line-height: 1.486;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin: 6px 0 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #7070704D;
}

.single-news__text {
    margin: 0 0 120px;
}

.single-news__text pre {
    white-space: pre-wrap;
}

.single-all__button {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.single-all__button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background-image: url(images/single_all_arrow.svg);
    margin: 0 20px 0 0;
    background-repeat: no-repeat;
}

.single-news__box {
    width: 63.3%;
}

.single-news__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.single-news .p-sidebar__archive {
    width: 30%;
}

.single-news .c-button {
    margin: auto;
}

.single-news__img {
    margin: 0 0 40px;
}

.single-news__img img {
    width: 100%;
}

.p-columnCategory {
    font-size: 1.5rem;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 100px;
    background-color: #1B4332;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width:820px) {

    .single-news__text {
        margin: 0 0 70px;
    }

    .single-news__wrap {
        flex-direction: column;
    }

    .single-news__box {
        width: 100%;
        margin: 0 0 50px;
    }

    .single-news__title {
        font-size: 3rem;
        line-height: 1.2;
        margin: 6px 0 30px;
        padding-bottom: 15px;
    }

    .single-info {
        margin: 0 0 18px;
    }

    #toc_container p.toc_title {
        font-size: 1.8rem;
    }

    .single-news {
        margin: 0 0 60px;
    }

    .single-news .p-sidebar__archive {
        width: 100%;
    }

    .single-info__time {
        font-size: 1.2rem;
    }

    .single-news {
        margin: 0 0 60px;
    }

    .single-news__img {
        margin: 0 0 20px;
    }
}

@media screen and (max-width:590px) {
    .single-news .p-sidebar__archive {
        width: 100%;
    }

    .single-all__button {
        margin: 30px 0 0;
    }

    .single-news__title {
        font-size: 2.2rem;
        margin: 6px 0 20px;
    }

    .single-news__text.c-text {
        line-height: 2;
    }

    .single-news__text {
        margin: 0 0 50px;
    }

    .single-news .p-catchBreadcrumbs {
        display: none;
    }
}

/*----------------------------------------
	sidebar
----------------------------------------*/

.p-sidebar__archive {
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 5px;
    padding: 40px 26px;
}

.p-sidebar__archiveTitle {
    position: relative;
    color: #1B4332;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 35px;
    padding: 0 0 8px;
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    border-bottom: 2px solid #1B4332;
    text-transform: uppercase;
}

.p-sidebar__archiveLists li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.p-sidebar__archiveLists li:first-child {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
}

.p-sidebar__archiveLists li:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(images/sidebar_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:768px) {
    .p-sidebar__archiveTitle {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }

    .p-sidebar__archiveLists li {
        font-size: 1.8rem;
        padding: 15px 0;
    }

    .p-sidebar__archive {
        padding: 30px 12px;
    }

    .p-sidebar__archive {
        width: 100%;
    }
}

/*----------------------------------------
	contact
----------------------------------------*/

.p-contact {
    margin: 0 0 120px;
}

.p-contactTel__box h2 {
    font-size: 2rem;
    letter-spacing: 0.08em;
    margin: 0 0 5px;
    text-align: center;
}

.p-contactTel__box {
    width: 48.75%;
    position: relative;
    border-radius: 10px;
    background-color: #F2F4F5;
    padding: 48px 20px;
}

.p-contactTel__wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 150px;
}

.p-contactTel__time {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.563;
    text-align: center;
}

.p-contactTel__number,
.p-contactFax__number {
    display: block;
    text-align: center;
    font-size: 4.4rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.08em;
    line-height: 1.477;
    margin: 0 0 14px;
}

.p-contactTel__number:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 20px 0 0;
    background-image: url(images/contact_tel_icon.svg);
}

.p-contactFax__number:before {
    content: "";
    display: inline-block;
    width: 57px;
    height: 55px;
    margin: 0 20px 0 0;
    background-image: url(images/contact_fax_icon.svg);
}

.p-contactForm ul {
    margin: 0 0 76px;
}

.p-contactForm ul li:not(:last-child) {
    margin: 0 0 40px;
}

.p-contactForm ul li {
    line-height: 1.556;
    text-indent: -1em;
}

.p-contactForm ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #1B4332;
    border-radius: 50%;
    margin: 0 17px 0 0;
}

.contact_address_wrap input {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(112, 112, 112, 0.3) !important;
}

.contact_address_box:not(:last-child) {
    margin: 0 0 13px;
}

.contact_address_box:nth-of-type(1) input {
    width: 45.6%;
    margin: 0 0 20px;
}

.contact_address_box:nth-of-type(2) input {
    width: 26%;
}

.contact_address_box:nth-of-type(n+3) input {
    width: 60%;
}

.contact_address_box span {
    display: inline-block;
    width: 74px;
}

.contact_address_wrap {
    display: flex;
    flex-direction: column;
}

.p-contact__form {
    position: relative;
    padding: 130px 0 0;
}

.p-contact__form:before {
    content: "";
    background-color: #F0F9F8;
    width: 100%;
    height: 436px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.contact_mail {
    padding: 110px 0;
    background-color: #F7F7F7;
}

.contact_text {
    line-height: 2;
    padding: 70px 0;
}

.contact_time_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 60px;
    font-size: 1.6rem;
}

.contact_time_title {
    display: inline-block;
    background-color: #2da266;
    color: #fff;
    padding: 7px 14px;
    margin-right: 10px;
}

.page_contact_subtitle {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.table_contact_wrap {
    display: block;
    width: 100%;
    margin: auto;
    background-color: #fff;
}

.table_contact {
    width: 100%;
    display: block;
}

.table_contact th {
    color: #333333;
    width: 24.5%;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.722;
    text-align: left;
}

.contact_address_wrap div:first-child {
    margin: 0 0 20px;
}

.table_contact tbody {
    display: block;
}

.table_contact td {
    padding: 20px;
    width: 75.5%;
    vertical-align: middle;
}

.table_contact td input.text {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(112, 112, 112, 0.3);
}

.table_contact td input.text.addr {
    width: 85%;
}

.table_contact td span {
    margin: 0 20px 0 0;
}

.table_contact td span:last-of-type {
    font-weight: bold;
    margin: 0 0 15px;
}

.table_contact td textarea {
    width: 100%;
    border: none;
    height: 220px;
    padding: 20px 0 0 20px;
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 3px;
    font-size: 1.6rem;
}

::placeholder {
    color: #9D9D9D;
}

.table_contact tr {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
}

.table_contact tr:first-child {
    border-top: 1px solid #DDDDDD;
}

.required {
    display: inline-block;
    background-color: #1B4332;
    color: #fff;
    margin-left: 20px;
    padding: 2px 3px;
    font-weight: normal;
    letter-spacing: 0.06em;
    font-size: 1.1rem;
    border-radius: 2px;
}

.contact_button {
    width: 397px;
    height: 66px;
    margin: 70px auto 0;
    position: relative;
}

.contact_button input {
    background: none;
    border: none !important;
    border-radius: 3px;
    background-color: #1B4332 !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.table_radio_wrap {
    display: flex;
}

.mwform-radio-field:last-child {
    margin: 0;
}

.agree_check {
    margin-bottom: 60px;
    color: #2B3A3F;
}

.agree_check a {
    color: #5BA560;
}

.mwform-checkbox-field {
    margin: 0 40px 0 0;
}

.agree_check .mwform-checkbox-field {
    margin: 0;
}

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .option,
.mw_wp_form_confirm .agree_check,
.mw_wp_form_confirm .table_contact td span {
    display: none;
}

.selectbox {
    width: 320px;
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.3) !important;
    padding: 0 20px;
    border: none;
}

input::placeholder {
    color: #A0A0A0;
}

input[type="text"] {
    border: none;
}

input[type="text"]:focus {
    border: 1px solid #004DA0;
    outline: 0;
}

input::placeholder {
    color: #CECDCD;
}

.table_radio_wrap {
    display: flex;
    flex-direction: column;
}

.table_radio_wrap span:not(:last-child) {
    margin: 0 0 15px;
}

@media screen and (max-width: 1200px) {
    .p-contactTel__box:first-child {
        padding: 0 50px 0 0;
    }

    .p-contactTel__box:last-child {
        padding: 0 0 0 50px;
    }

    .p-contactTel__number,
    .p-contactFax__number {
        font-size: 3.8rem;
    }

    .p-contactTel__number:before {
        background-size: 100%;
        width: 35px;
        height: 35px;
    }

    .p-contactFax__number:before {
        background-size: 100%;
        width: 37px;
        height: 35px;
    }

    .p-contactTel__box h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1000px) {
    .table_contact_wrap {
        width: 100%;
    }

    .table_contact td input.text {
        width: 80%;
    }

    .table_contact th {
        width: 37%;
    }

    .table_contact td {
        width: 63%;
    }

    .table_radio_wrap {
        flex-direction: column;
        line-height: 2;
    }
}

@media screen and (max-width: 820px) {

    .p-contact {
        margin: 0 0 70px;
    }

    .table_contact tr:nth-of-type(1) td {
        display: flex;
        flex-direction: column;
        line-height: 2;
    }

    .mw_wp_form .bg01 {
        margin: 0 0 40px;
    }

    .contact_text {
        padding: 40px 0;
    }

    .table_contact tr {
        flex-direction: column;
        padding: 20px 0;
    }

    .table_contact th {
        width: 100%;
        font-size: 1.6rem;
        justify-content: flex-start;
        margin: 0 0 15px;
        padding: 0;
    }

    .table_contact td {
        width: 100%;
        padding: 0;
    }

    .mw_wp_form .bg01 {
        padding: 40px 0;
    }

    .table_contact td input.text {
        width: 60%;
        height: 35px;
    }

    .table_contact td input.text.addr {
        width: 85%;
    }

    .selectbox {
        width: 240px;
        height: 35px;
    }

    .contact_time_wrap {
        margin: 0 0 30px;
    }

    .agree_check {
        line-height: 1.75;
        margin-bottom: 30px;
    }

    .contact_time_wrap {
        font-size: 1.4rem;
    }

    .contact_button {
        width: 230px;
        height: 45px;
        margin: 30px auto 0;
    }

    .contact_button::before {
        left: 50px;
    }

    .contact_mail {
        padding: 60px 0;
    }

    .table_radio_wrap span:not(:last-child) {
        font-size: 1.4rem;
        margin: 0 0 8px;
    }

    .p-contact__form {
        padding: 70px 0 0;
    }

    .p-contactTel__wrap {
        flex-direction: column;
    }

    .p-contactTel__box:first-child {
        padding: 20px 10px;
        margin: 0 0 30px;
    }

    .p-contactTel__box:last-child {
        padding: 20px 10px;
    }

    .p-contactTel__box {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
    }

    .p-contactTel__time {
        font-size: 1.4rem;
    }

    .p-contactTel__box h2 {
        font-size: 1.8rem;
        margin: 0px 0px 8px;
    }

    .p-contactTel__wrap {
        margin: 0 0 70px;
    }

    .p-contactTel__number,
    .p-contactFax__number {
        margin: 0 0 5px;
    }

    .p-contactTel__box h2 {
        font-size: 1.6rem;
    }

    .p-contactForm ul li:not(:last-child) {
        margin: 0 0 20px;
    }

    .p-contactForm ul {
        width: 90%;
        margin: 0 auto 40px;
    }
}

@media screen and (max-width: 590px) {

    .table_contact td input.text {
        width: 100%;
        height: 45px;
        font-size: 1.5rem;
    }

    .p-contactTel__number,
    .p-contactFax__number {
        font-size: 3rem;
    }

    .p-contactTel__number:before {
        width: 25px;
        height: 25px;
    }

    .p-contactFax__number:before {
        width: 27px;
        height: 25px;
    }
}

/*----------------------------------------
	recruit
----------------------------------------*/

/*---- catchRecruit ----*/

.p-catchRecruit {
    width: 100%;
    height: 350px;
    background-color: #E7F0EC;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 100px;
}

.p-catchRecruit__textWrap {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.p-catchRecruit__jp {
    font-size: 2.8rem;
    letter-spacing: 0.03em;
    line-height: 1.464;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-catchRecruit__en {
    font-size: 6.5rem;
    letter-spacing: 0.06em;
    line-height: 1.185;
    color: #1B4332;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

@media screen and (max-width: 1500px) {
    .p-catchRecruit {
        height: 300px;
        margin-bottom: 80px;
    }

    .p-catchRecruit__en {
        font-size: 5.5rem;
    }

    .p-catchRecruit__jp {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 820px) {
    .p-catchRecruit {
        height: 250px;
        margin-bottom: 60px;
    }

    .p-catchRecruit__en {
        font-size: 4.5rem;
    }

    .p-catchRecruit__jp {
        font-size: 2rem;
    }
}

@media screen and (max-width: 590px) {
    .p-catchRecruit {
        height: 160px;
        margin-bottom: 50px;
        padding: 0 15px;
    }

    .p-catchRecruit__en {
        font-size: 3rem;
        letter-spacing: 0.04em;
        margin-bottom: 5px;
    }

    .p-catchRecruit__jp {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

/*---- recruitIntro ----*/

.p-recruit {
    background-color: #F2F4F5;
}

.page-id-197 .c-contact::after {
    background-image: url(images/contact_arrow02.svg);
}

.p-recruitIntro {
    background-color: #1B4332;
    padding: 80px 0 180px;
    position: relative;
}

.p-recruitIntro:before {
    content: "";
    background-image: url(images/recruit_intro_deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: bottom;
}

.p-recruitIntro__title span {
    display: block;
    font-size: 3.2rem;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 0 0 13px;
    line-height: 1.188;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.p-recruitIntro__title h2 {
    font-size: 4.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin: 0 0 50px;
    text-align: center;
}

.p-recruitIntro .c-text {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 1.9;
}

.p-recruitSlider {
    margin: 0 0 80px;
}

.p-recruitSlider .slick-slide {
    margin: 0 23px;
}

.p-recruitSlider .slick-slide:nth-of-type(even) {
    margin-top: 110px;
}

.p-recruitSlider__img img {
    width: 100%;
    border-radius: 10px;
}

.p-recruit .p-recruitBottom {
    padding: 57px 0 120px;
}

@media screen and (max-width: 1500px) {
    .p-recruitIntro {
        padding-bottom: 150px;
    }

    .p-recruitIntro__title h2 {
        font-size: 3.8rem;
    }
}

@media screen and (max-width: 820px) {
    .p-recruitSlider {
        margin: 0 0 50px;
    }

    .p-recruitIntro {
        padding: 60px 0 120px;
    }

    .p-recruitIntro:before {
        height: 150px;
    }

    .p-recruitIntro__title span {
        font-size: 2.4rem;
    }

    .p-recruitIntro__title h2 {
        font-size: 3rem;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .p-recruitIntro .c-text {
        font-size: 1.8rem;
    }

    .p-recruitSlider .slick-slide {
        margin: 0 10px;
    }

    .p-recruitSlider .slick-slide:nth-of-type(even) {
        margin-top: 50px;
    }

    .p-recruit .p-recruitBottom {
        padding: 40px 0 80px;
    }

    .p-recruitSlider .slick-slide:nth-of-type(even) {
        margin-top: 65px;
    }
}

@media screen and (max-width: 590px) {
    .p-recruitIntro {
        padding: 40px 0 100px;
    }

    .p-recruitIntro:before {
        height: 100px;
    }

    .p-recruitIntro__title span {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }

    .p-recruitIntro__title h2 {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }

    .p-recruitIntro .c-text {
        font-size: 1.5rem;
        line-height: 1.7;
        text-align: left;
    }

    .p-recruitSlider {
        margin-bottom: 40px;
    }

    .p-recruitSlider .slick-slide:nth-of-type(even) {
        margin-top: 30px;
    }

    .p-recruit .p-recruitBottom {
        padding: 30px 0 60px;
    }
}

@media screen and (min-width: 1921px) {
    .p-recruitIntro:before {
        height: 292px;
    }
}

/*----------------------------------------
	recruit_bottom
----------------------------------------*/

.page-id-243 .c-contact::after {
    background-image: url(images/contact_arrow02.svg);
}

.p-recruitBottom {
    background-color: #F2F4F5;
    padding: 100px 0;
}

.p-recruitBottom ul {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 39px;
    margin: 0 0 96px;
}

.p-recruitBottom ul li {
    width: 485px;
}

.p-recruitBottom ul li a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 36px 35px 93px 35px;
    position: relative;
    box-shadow: 0px 0px 10px #1B43322E;
}

.p-recruitBottom ul li a:after {
    content: "";
    display: block;
    background-image: url(images/recruit_link_arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 37px;
    height: 37px;
    right: 20px;
    bottom: 20px;
    background-size: 100%;
}

.p-recruitBottom ul li h2 {
    font-size: 3.2rem;
    line-height: 1.462;
    margin: 0 0 22px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
}

.p-recruitBottom ul li h2 span {
    display: block;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    color: #2B5332;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-top: 13px;
    line-height: 1;
}

.p-recruitBottom ul li a img {
    display: block;
    border-radius: 10px;
    margin: 0 0 20px;
}

.p-recruitBottom ul li .c-text {
    font-size: 1.6rem;
}

.p-recruitBottom ul li h3 {
    font-size: 2rem;
    font-weight: bold;
    writing-mode: vertical-rl;
    color: #2B5332;
    font-size: 2rem;
    letter-spacing: 0.16em;
    line-height: 1.2;
    background-color: #fff;
    position: absolute;
    top: -30px;
    left: 20px;
    padding: 15px 15px 0;
    border: 1px solid #2B5332;
}

.p-recruitContact__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 50px;
}

.p-recruitContact__box {
    width: 48.6%;
    height: 280px;
}

.p-recruitContact__box a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.p-recruitContact__box:nth-of-type(1) a {
    background-color: #1B4332;
}

.p-recruitContact__box:nth-of-type(2) a {
    background-color: #802121;
}

.p-recruitContact__box:nth-of-type(3) a {
    background-color: #307251;
}

.p-recruitContact__boxImg {
    width: 280px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    object-position: center;
}

.p-recruitContact__box.p-recruitContact__supervision a .p-recruitContact__boxImg {
    background-image: url(images/recruit_supervision_thumb.jpg);
}

.p-recruitContact__box.p-recruitContact__office a .p-recruitContact__boxImg {
    background-image: url(images/recruit_office_thumb.jpg);
}

.p-recruitContact__box.p-recruitContact__construction a .p-recruitContact__boxImg {
    background-image: url(images/recruit_construction_thumb.jpg);
}


.p-recruitContact__boxText {
    width: 62.5%;
    text-align: center;
}

.p-recruitContact__boxText span {
    display: block;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.464;
}

.p-recruitContact__boxText span:after {
    content: "";
    display: block;
    width: 79.6%;
    height: 1px;
    background-color: #fff;
    margin: 10px auto 0;
}

.p-recruitContact__boxText h2 {
    display: block;
    font-size: 3.8rem;
    letter-spacing: 0.08em;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 1500px) {
    .p-recruitBottom ul li {
        width: 45%;
    }

    .p-recruitContact__boxText h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 820px) {
    .p-recruitBottom {
        padding: 60px 0;
    }

    .p-recruitBottom ul {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .p-recruitBottom ul li {
        width: 100%;
        max-width: 500px;
    }

    .p-recruitBottom ul li a {
        padding: 30px 20px 70px;
    }

    .p-recruitBottom ul li h2 {
        font-size: 2.4rem;
    }

    .p-recruitContact__wrap {
        flex-direction: column;
        gap: 20px;
    }

    .p-recruitContact__box {
        width: 100%;
        height: 195px;
    }

    .p-recruitContact__boxText {
        padding: 20px 0;
    }

    .p-recruitContact__boxText span {
        font-size: 2rem;
    }

    .p-recruitContact__boxText h2 {
        font-size: 2.8rem;
    }

    .p-recruitContact__boxImg {
        width: 280px;
        height: 100%;
    }

    .p-recruitBottom ul li .c-text {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 590px) {
    .p-recruitBottom {
        padding: 40px 0;
    }

    .p-recruitBottom ul {
        margin-bottom: 50px;
    }

    .p-recruitBottom ul li a {
        padding: 30px 20px 35px;
    }

    .p-recruitBottom ul li a::after {
        background-size: 100%;
        width: 22px;
        height: 22px;
        right: 12px;
        bottom: 12px;
    }

    .p-recruitBottom ul li h2 {
        font-size: 2rem;
    }

    .p-recruitBottom ul li h2 span {
        font-size: 1.6rem;
    }

    .p-recruitBottom ul li h3 {
        font-size: 1.6rem;
        top: -20px;
        left: 15px;
        padding: 10px 10px 0;
    }

    .p-recruitContact__box {
        height: 120px;
    }

    .p-recruitContact__boxImg {
        width: 40%;
    }

    .p-recruitContact__boxText {
        width: 60%;
        padding: 25px 15px;
    }

    .p-recruitContact__boxText span {
        font-size: 1.4rem;
    }

    .p-recruitContact__boxText h2 {
        font-size: 2rem;
    }

    .p-recruitSlider .slick-slide {
        margin: 0px 6px;
    }
}

/*----------------------------------------
	recruit_interview
----------------------------------------*/

.p-interviewLink {
    margin: 0 0 140px;
}

.p-interviewLink ul li {
    width: 100%;
    height: 384px;
}

.p-interviewLink ul li:not(:last-child) {
    margin: 0 0 66px;
}

.p-interviewLink ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 105px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.p-interviewLink ul li a:before {
    content: "";
    background-image: url(images/recruit_interview_arrow.svg);
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.p-interviewLink ul li:nth-of-type(1) a {
    background-image: url(images/recruit_interview_todotakumisan.jpg);
}

.p-interviewLink ul li:nth-of-type(2) a {
    background-image: url(images/recruit_interview_todoshosan.jpg);
}

.p-interviewLink ul li a h2 {
    font-size: 3.2rem;
    letter-spacing: 0.03em;
    line-height: 1.719;
    margin: 0 0 52px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
}

.p-interviewLink ul li a .p-interviewRole {
    font-size: 2.1rem;
    margin: 0 0 10px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 0px 3px 6px #00000029;
}

.p-interviewLink ul li a h3 {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.471;
    text-shadow: 0px 3px 6px #00000029;
}

.p-interviewLink ul li a h3 span {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 0 26px;
}

@media screen and (max-width: 1500px) {
    .p-interviewLink {
        margin-bottom: 100px;
    }

    .p-interviewLink ul li a {
        padding-left: 60px;
    }
}

@media screen and (max-width: 820px) {
    .p-interviewLink {
        margin-bottom: 80px;
    }

    .p-interviewLink ul li {
        height: 300px;
    }

    .p-interviewLink ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    .p-interviewLink ul li a {
        padding-left: 40px;
    }

    .p-interviewLink ul li a h2 {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }

    .p-interviewLink ul li a .p-interviewRole {
        font-size: 1.8rem;
    }

    .p-interviewLink ul li a h3 {
        font-size: 2.6rem;
    }

    .p-interviewLink ul li a h3 span {
        font-size: 1.8rem;
        margin-left: 15px;
    }
}

@media screen and (max-width: 590px) {
    .p-interviewLink {
        margin-bottom: 60px;
    }

    .p-interviewLink ul li {
        height: 220px;
    }

    .p-interviewLink ul li:not(:last-child) {
        margin-bottom: 25px;
    }

    .p-interviewLink ul li a {
        padding: 0 20px;
        background-size: cover;
    }

    .p-interviewLink ul li a:before {
        width: 32px;
        height: 32px;
        bottom: 20px;
        right: 20px;
        background-size: contain;
    }

    .p-interviewLink ul li a h2 {
        font-size: 3.7vw;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .p-interviewLink ul li a .p-interviewRole {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .p-interviewLink ul li a h3 {
        font-size: 2rem;
    }

    .p-interviewLink ul li a h3 span {
        margin-left: 10px;
        font-size: 1.3rem;
    }
}

/*----------------------------------------
	recruit_interviewStaff
----------------------------------------*/

.p-interviewStaff {
    margin: 0 0 120px;
}

.p-interviewStaff .c-button {
    justify-content: center;
}

.p-interviewStaff__intro {
    display: flex;
    align-items: center;
    height: 660px;
}

.p-interviewStaff__introImg {
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.p-interviewStaff__introImg img {
    height: 100%;
    object-fit: cover;
}

.p-interviewStaff__introText {
    width: 50%;
    height: 100%;
    background-color: #E7F0EC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 75px;
}

.p-interviewStaff__introEn {
    font-size: 3.1rem;
    line-height: 1.476;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #2B5332;
    margin: 0 0 20px;
    letter-spacing: 0.04em;
}

.p-interviewStaff__introText h2 {
    font-size: 3.2rem;
    letter-spacing: 0.03em;
    line-height: 1.719;
    margin: 0 0 106px;
}

.p-interviewStaff__role {
    font-size: 2.1rem;
    margin: 0 0 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.p-interviewStaff__introText h3 {
    font-size: 3.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.p-interviewStaff__introText h3 span {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    display: inline-block;
    margin: 0 0 0 26px;
    color: #2B5332;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.p-interviewStaff ul {
    margin: 0 0 70px;
}

.p-interviewStaff ul li {
    padding: 110px 0 120px;
}

.p-interviewStaff ul li:nth-of-type(even) .p-interviewStaff__wrap {
    flex-direction: row-reverse;
}

.p-interviewStaff ul li:nth-of-type(even) {
    background-color: #E7F0EC;
}

.p-interviewStaff__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p-interviewStaff__img {
    width: 35.75%;
}

.p-interviewStaff__text {
    width: 58.25%;
}

.p-interviewStaff__number {
    font-size: 7.8rem;
    letter-spacing: 0.02em;
    line-height: 1.192;
    color: #2B5332;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-interviewStaff__text h2 {
    font-size: 3.8rem;
    line-height: 1.474;
    margin: 0 0 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.p-interviewStaff__text h3 {
    font-size: 2.8rem;
    letter-spacing: 0.03em;
    line-height: 1.429;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 40px;
}

.p-interviewStaff__textWrap .c-text {
    line-height: 1.556;
}

.p-interviewStaff__textWrap .c-text:not(:last-child) {
    margin: 0 0 30px;
}

.p-interviewStaff__textBox:not(:last-child) {
    margin: 0 0 50px;
}

.p-interviewStaff__textBox {
    margin-bottom: 40px;
}

.p-interviewStaff__textBox h4 {
    font-size: 2.3rem;
    color: #2B5332;
    margin: 0 0 15px;
    padding-left: 15px; 
    border-left: 5px solid #2B5332; 
    line-height: 1.4;
}

.p-interviewStaff__textBox p {
    padding-left: 20px; 
}

.p-interviewStaff__schedule dl {
    display: flex;
    flex-wrap: wrap;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin: 15px 0;
}

.p-interviewStaff__schedule dt {
    width: 30%;
    font-weight: bold;
    color: #2B5332;
    margin-bottom: 10px;
}

.p-interviewStaff__schedule dd {
    width: 70%;
    margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
    .p-interviewStaff__intro {
        height: 550px;
    }

    .p-interviewStaff__introText {
        padding-left: 50px;
    }

    .p-interviewStaff__introText h2 {
        margin-bottom: 60px;
    }

    .p-interviewStaff__number {
        font-size: 6rem;
    }
}

@media screen and (max-width: 820px) {
    .p-interviewStaff__intro {
        flex-direction: column;
        height: auto;
    }

    .p-interviewStaff__introImg,
    .p-interviewStaff__introText {
        width: 100%;
    }

    .p-interviewStaff__introImg {
        height: 400px;
    }

    .p-interviewStaff__introText {
        padding: 40px 20px;
        align-items: center;
        text-align: center;
    }

    .p-interviewStaff__introEn {
        font-size: 2.4rem;
        margin: 0 0 8px;
    }

    .p-interviewStaff__introText h2 {
        margin-bottom: 40px;
        font-size: 2.6rem;
        line-height: 1.6;
    }

    .p-interviewStaff__introText h3 {
        font-size: 2.8rem;
    }

    .p-interviewStaff__introText h3 span {
        font-size: 1.8rem;
    }

    .p-interviewStaff ul li {
        padding: 60px 0;
    }

    .p-interviewStaff__wrap {
        flex-direction: column !important;
    }

    .p-interviewStaff__img,
    .p-interviewStaff__text {
        width: 100%;
    }

    .p-interviewStaff__img {
        margin-bottom: 30px;
        max-width: 400px;
    }

    .p-interviewStaff__text {
        margin: 0 0 40px;
    }

    .p-interviewStaff__text h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 590px) {
    .p-interviewStaff {
        margin-bottom: 60px;
    }

    .p-interviewStaff__introImg {
        height: 260px;
    }

    .p-interviewStaff__introEn {
        font-size: 2rem;
        margin: 0px 0px 6px;
    }

    .p-interviewStaff__introText h2 {
        font-size: 2rem;
        line-height: 1.6;
    }

    .p-interviewStaff__role {
        font-size: 1.5rem;
    }

    .p-interviewStaff__introText h3 {
        font-size: 2.2rem;
    }

    .p-interviewStaff__introText h3 span {
        font-size: 1.4rem;
    }

    .p-interviewStaff__number {
        font-size: 3.6rem;
    }

    .p-interviewStaff__text {
        margin: 0 0 30px;
    }

    .p-interviewStaff__text h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .p-interviewStaff__text h3 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .p-interviewStaff ul {
        margin-bottom: 40px;
    }

    .p-interviewStaff ul li {
        padding: 40px 0;
    }
}

/*----------------------------------------
	recruit_number
----------------------------------------*/

.p-numberLists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 50px;
    margin: 0 0 120px;
}

.p-numberList {
    width: 48.3%;
    box-shadow: 0px 0px 10px #1B43322E;
    border-radius: 10px;
    padding: 38px 10px 40px;
}

.p-numberList h3 {
    font-size: 3.5rem;
    line-height: 1.486;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.p-numberList .c-text {
    text-align: center;
    margin: 10px 0 0;
}

.p-numberList:nth-of-type(3) .c-text {
    margin: 20px 0 0;
}

.p-numberList img {
    display: block;
    margin: 0 auto;
}

.p-number h2.p-numberTitle {
    font-size: 3.8rem;
    letter-spacing: 0.02em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 40px;
    display: flex;
}

.p-number h2.p-numberTitle span {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
}

.p-number h2.p-numberTitle span:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 40px;
    background-image: url(images/number_line.svg);
    margin: 0 14px;
}

@media screen and (max-width: 1500px) {
    .p-numberLists {
        margin-bottom: 100px;
    }

    .p-numberList h3 {
        font-size: 2.8rem;
    }

    .p-number h2.p-numberTitle {
        font-size: 3rem;
    }
}

@media screen and (max-width: 820px) {
    .p-number h2.p-numberTitle {
        font-size: 2.6rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .p-number h2.p-numberTitle span:before {
        display: none;
    }

    .p-number h2.p-numberTitle span {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .p-numberList {
        width: 48.5%;
        padding: 30px 15px;
    }

    .p-numberList h3 {
        font-size: 2.2rem;
    }

    .p-numberList img {
        width: 80%;
        height: auto;
    }
}

@media screen and (max-width: 590px) {
    .p-numberLists {
        margin-bottom: 60px;
        grid-row-gap: 30px;
    }

    .p-numberList {
        width: 100%;
        padding: 25px 20px;
    }

    .p-numberList h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .p-numberList img {
        width: 70%;
        max-width: 240px;
    }

    .p-numberList .c-text {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .p-numberList .c-text br {
        display: none;
    }

    .p-number h2.p-numberTitle {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
}

/*----------------------------------------
	recruit_faq
----------------------------------------*/

/*---- p-qa ----*/

.p-faqBox__wrap {
    margin: 0 0 120px;
}

.p-faqBox:not(:last-child) {
    margin: 0 0 120px;
}

.p-qaList {
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 10px;
}

.p-qaList:not(:last-child) {
    margin: 0 0 40px;
}

.p-qaLists__title {
    padding: 15px 40px 15px 35px;
    background-color: #F2F4F5;
    border-radius: 10px 10px 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.p-qaLists__title span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1B4332;
    border-radius: 50%;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    width: 60px;
    height: 60px;
    color: #fff;
    margin: 0 20px 0 0;
}

.p-qaLists__box {
    padding: 35px;
    display: none;
}

.p-qaLists__box p {
    line-height: 1.667;
    color: #374453;
    letter-spacing: 0.08em;
}

.p-qaLists__title::before,
.p-qaLists__title::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    background-color: #1B4332;
}

.p-qaLists__title::before {
    top: 48%;
    right: 40px;
    transform: rotate(0deg);
}

.p-qaLists__title::after {
    top: 48%;
    top: 48%;
    right: 40px;
    transform: rotate(90deg);
}

.p-qaLists__title.close::before {
    transform: rotate(45deg);
}

.p-qaLists__title.close::after {
    transform: rotate(-45deg);
}

.p-qaLists__text {
    display: inline-block;
    width: 85%;
}

@media screen and (max-width: 820px) {

    .p-qaList:not(:last-child) {
        margin: 0 0 60px;
    }

    .p-qaLists__title span:first-child {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.2rem;
    }

    .p-qaLists__title {
        padding: 10px 20px 10px 20px;
    }

    .p-qaLists__title::before,
    .p-qaLists__title::after {
        width: 15px;
    }

    .p-qaLists__title::before {
        right: 15px;
    }

    .p-qaLists__title::after {
        right: 15px;
    }

    .p-qaList:not(:last-child) {
        margin: 0 0 30px;
    }

    .p-qaLists__box {
        padding: 20px;
    }

    .p-qaLists__text {
        width: 81%;
        line-height: 1.3;
    }

    .p-qaLists__title {
        font-size: 1.6rem;
    }

    .p-faqBox:not(:last-child) {
        margin: 0 0 60px;
    }

    .p-faqBox__wrap {
        margin: 0px 0px 60px;
    }
}

@media screen and (max-width: 590px) {
    .p-qaList:not(:last-child) {
        margin: 0 0 30px;
    }

    .p-qaLists__title span:first-child {
        font-size: 1.8rem;
    }
}


/*----------------------------------------
	recruit_guideline
----------------------------------------*/

.p-guideline {
    margin: 0 0 120px;
}

.p-guideline .c-pageTitle__line {
    margin: 0 0 50px;
}

.p-guideline .c-button {
    justify-content: center;
}

@media screen and (max-width: 820px) {
    .p-guideline {
        margin-bottom: 80px;
    }

    .p-guideline .c-pageTitle__line {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 590px) {
    .p-guideline {
        margin-bottom: 60px;
    }

    .p-guideline .c-pageTitle__line {
        margin-bottom: 25px;
    }
}

/*---- p-guidelineDescription ----*/

.p-guidelineDescription {
    margin: 0 0 110px;
}

.p-guidelineDescription__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-guidelineDescription__img {
    width: 47.5%;
}

.p-guidelineDescription__text {
    width: 45.7%;
}

.p-guidelineDescription__text ul {
    text-indent: -1em;
    padding-left: 1em;
}

.p-guidelineDescription__text li {
    font-size: 1.7rem;
    line-height: 1.4;
    text-indent: -1em;
}

.p-guidelineDescription__text li:not(:last-child) {
    margin: 0 0 15px;
}

.p-guidelineDescription__text li span:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #1B4332;
    border-radius: 50%;
    margin: 0 12px 0 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1500px) {
    .p-guidelineDescription {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 820px) {
    .p-guidelineDescription {
        margin-bottom: 70px;
    }

    .p-guidelineDescription__wrap {
        flex-direction: column;
    }

    .p-guidelineDescription__img {
        width: 100%;
        margin-bottom: 30px;
    }

    .p-guidelineDescription__text {
        width: 100%;
    }

    .p-guidelineDescription__text li {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 590px) {
    .p-guidelineDescription {
        margin-bottom: 50px;
    }

    .p-guidelineDescription__img {
        margin-bottom: 20px;
    }

    .p-guidelineDescription__text li {
        font-size: 1.5rem;
        line-height: 1.6;
        text-indent: 0;
        display: flex;
        align-items: flex-start;
    }

    .p-guidelineDescription__text li span {
        display: flex;
        align-items: flex-start;
    }

    .p-guidelineDescription__text li span:before {
        margin-top: 0.5em;
    }
}

/*---- p-guidelineRequirements ----*/

.p-guidelineRequirements {
    margin: 0 0 70px;
}

.p-guidelineRequirements__wrap {
    background-color: #FBFBFB;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    padding: 74px 74px;
}

.p-guidelineRequirements table {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 1.8rem;
}

.p-guidelineRequirements table tbody {
    display: block;
    width: 100%;
}

.p-guidelineRequirements table tr {
    display: flex;
    justify-content: space-between;
}

.p-guidelineRequirements table tr:last-child {
    border-bottom: none;
}

.p-guidelineRequirements table th {
    width: 25%;
    padding: 15px 0;
    border-bottom: 1px solid #939393;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
    color: #000000;
}

.p-guidelineRequirements table td {
    padding: 15px;
    width: 75%;
    vertical-align: middle;
    border-bottom: 1px solid #CCCCCC;
    line-height: 1.75;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.p-guidelineContact {
    width: 570px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #0054A6;
    border: 1px solid #0054A6;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    transition: all 0.4s;
    border-radius: 100px;
    margin: 0 auto;
}

.p-guidelineContact:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 18px;
    background-image: url(images/guideline_contact_arrow.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

@media screen and (max-width: 820px) {
    .p-guidelineRequirements__wrap {
        margin: 0px 0px 50px;
        padding: 40px;
        border-radius: 15px;
    }

    .p-guidelineRequirements table tr {
        flex-direction: column;
        border-bottom: 1px solid #CCCCCC;
        padding: 12px 0;
    }

    .p-guidelineRequirements table th {
        font-size: 1.5rem;
        width: 100%;
        padding: 0;
        border-bottom: none;
        margin: 0 0 10px;
    }

    .p-guidelineRequirements table td {
        font-size: 1.4rem;
        width: 100%;
        padding: 0;
        border-bottom: none;
    }

    .p-guidelineRequirements {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 590px) {
    .p-guidelineRequirements__wrap {
        padding: 30px 20px;
    }
}

/*----------------------------------------
	recruit_contact
----------------------------------------*/

.p-contactRecruit .p-contactTel__box {
    margin: 0 auto;
}

/*----------------------------------------
	privacy policy
----------------------------------------*/

.privacy_title {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em;
    background-color: rgba(196, 221, 180, 0.09);
    border-left: 4px solid #2B5332;
    margin: 0 0 15px;
}

.privacy_title02 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 0.5em;
    color: #fff;
    background-color: #2B5332;
    margin: 0 auto 30px;
    width: 500px;
    text-align: center;
}

.privacy_policy .text {
    margin: 0 0 30px;
}

.privacy_policy_list {
    font-weight: bold;
    color: #93C572;
    margin: 0 0 20px;
    line-height: 1.3;
}

.privacy_policy_lists li {
    line-height: 1.75;
}

.privacy_policy_list > ul {
    margin: 10px 0 0;
    color: #000;
    line-height: 1.7;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .privacy_title {
        font-size: 1.6rem;
    }

    .privacy_title02 {
        font-size: 1.8rem;
    }

    .privacy_policy_list {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 590px) {
    .privacy_title02 {
        width: 100%;
        margin: 0 auto 20px;
    }
}

/*----------------------------------------
	404 not found
----------------------------------------*/

.p-catch__404 {
    background-image: url(images/catch_404.jpg);
}

.error404 .c-button {
    justify-content: center;
    margin: auto;
}
