@charset "utf-8";
/*
theme Name: miyazaki-denki
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: #00364D;
    -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-inner1200 {
    width: 1200px;
    margin: auto;
}

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

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

.c-button {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    color: #00364D;
    border: 1px solid #00364D;
    position: relative;
    font-weight: bold;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    transition: all 0.3s;
    margin: 0 auto;
}

.c-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 10px;
    border-color: transparent transparent transparent #00364D;
    transition: all 0.4s;
    margin: 0 0 0 9px;
}

.op {
    transition: .3s;
}

.op:hover {
    opacity: 0.7;
}

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

@media screen and (min-width: 1025px) {
    .c-button:hover {
        background-color: #00364D;
        color: #fff;
        transform: translateY(-5px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .c-button:hover:after {
        border-color: transparent transparent transparent #fff;
        transform: translateX(5px);
    }
}

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

    .c-inner1200 {
        width: 100%;
        padding: 0 6.5%;
    }
}

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

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

    .c-inner1000 {
        width: 100%;
        padding: 0 6%;
    }
}

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

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

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

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

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

@media screen and (max-width:590px) {
    .c-button {
        width: 140px;
        height: 40px;
        font-size: 1.5rem;
    }
}

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

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

.l-header.change-color,
.l-header.change-color02 {
    background-color: #00364D;
    transition: 0.3s;
}

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

.l-header__info {
    display: flex;
    align-items: center;
    margin: 0 0 26px;
}

.l-header__gnav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

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

.l-header__gnavList a {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

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

.l-header__gnavContact {
    width: 200px;
    height: 90px;
    font-size: 2rem;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFD700;
    color: #00364D;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.input-hidden {
    display: none;
}

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

.logo a {
    display: block;
}

.l-header__gnavSp {
    display: none;
}


.l-header__gnavList a::after {
    content: attr(data-ja);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .l-header__gnavList a:hover {
        transform: translateY(-5px);
    }

    .l-header__gnavList a:hover::after {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    .l-header__gnavContact:hover {
        background-color: #d4b500;
        color: #00364D;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width:1500px) {
    .l-header__gnavList:not(:last-child) {
        margin: 0px 35px 0 0;
    }

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

    .logo a {
        width: 275px;
    }

    .logo img {
        width: 100%;
    }

    .l-header__gnavContact {
        width: 190px;
        height: 90px;
        font-size: 1.8rem;
    }
}

@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: transparent;
    }

    .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: #00364D;
        transform: rotate(45deg) translate(-40%, 325%);
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-after {
        background-color: #00364D;
        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;
        color: #00364D;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 1.6em 0;
    }

    .l-header__gnavLists li a::after {
        content: attr(data-ja);
        font-size: 1.2rem;
        color: #00364D;
        font-weight: normal;
        position: unset;
        transform: unset;
        opacity: 0.6;
    }

    #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: 300px;
    }

    .l-header__gnavContact {
        width: 100%;
        height: 70px;
        margin-top: 30px;
    }

    .l-header__gnavContact a {
        border-bottom: none;
    }
}

@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 10px;
    }

    .l-header__gnavList {
        width: 100%;
    }

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

    .logo a {
        width: 210px;
    }

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

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

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

.l-footer {
    width: 100%;
    padding: 72px 0 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/footer_bg.jpg);
}

.l-footerLogo {
    display: block;
    text-align: center;
    margin: 0 auto 36px;
}

.l-footerinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    gap: 15px;
}

.l-footerAdd {
    color: #fff;
    font-weight: bold;
}

.l-footerTel {
    color: #fff;
    font-weight: bold;
}

.l-footerCopy {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.l-footerNumber {
    color: #fff;
    text-align: center;
    margin: 0 0 153px;
    font-weight: bold;
}

.l-footerNav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.l-footerNav li a {
    font-size: 2rem;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
    display: inline-block;
}

.l-footerNav__wrap {
    border-bottom: 1px solid #F5F5F5;
    margin: 0 0 98px;
    padding: 0 0 20px;
}

.l-fixedNav {
    display: none;
}

.l-footerSns {
    margin: 15px 0 40px;
    text-align: center;
}

.l-footerSns a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.l-footerSns a i {
    font-size: 3.5rem;
}

@media screen and (min-width: 1025px) {
    .l-footerNav li a:hover {
        color: #FFD700;
        transform: translateX(5px);
        opacity: 0.8;
    }
}

@media screen and (max-width: 1500px) {
    .l-footerNav {
        gap: 40px;
    }

    .l-footerNumber {
        margin-bottom: 100px;
    }

    .l-footerLogo {
        width: 450px;
    }

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

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

@media screen and (max-width: 1024px) {
    .l-footer {
        padding: 72px 0 90px;
    }
}

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

    .l-footerNav {
        gap: 20px;
    }

    .l-footerNav__wrap {
        margin-bottom: 60px;
    }

    .l-footerNumber {
        margin-bottom: 60px;
    }

    .l-footerinfo {
        flex-direction: column;
        gap: 10px;
    }

    .l-footerLogo {
        width: 350px;
    }

    .l-footerNav li a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 590px) {
    .l-footerNav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 30px;
    }

    .l-footerNav__wrap {
        margin-bottom: 40px;
    }

    .l-footerNumber {
        margin-bottom: 40px;
    }

    .l-footerLogo {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .l-footerCopy {
        font-size: 1rem;
    }

    .l-footerNav li a {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1024px) {
    .l-fixedNav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 9996;
        height: 55px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .l-fixedNav__item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s;
    }

    .l-fixedNav__item i {
        font-size: 1.6rem;
        margin-bottom: 2px;
    }

    .l-fixedNav__item span {
        font-size: 1.1rem;
    }

    .l-fixedNav__item:nth-child(1) {
        background-color: #00364D;
        color: #fff;
    }

    .l-fixedNav__item:nth-child(2) {
        background-color: #FFD700;
        color: #00364D;
    }

    .l-fixedNav__item:nth-child(3) {
        background-color: #1a4d63;
        color: #fff;
    }
}

/*----------------------------------------
	topCommon
----------------------------------------*/

.c-title {
    display: flex;
    flex-direction: column-reverse;
}

.c-title h2 {
    font-size: 2rem;
    line-height: 2.3;
    color: #00364D;
    font-weight: bold;
}

.c-title span {
    display: block;
    font-size: 8.4rem;
    letter-spacing: 0.02em;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #00364D;
}

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

@media screen and (max-width: 820px) {
    .c-title span {
        font-size: 3.5rem;
        margin: 0 0 5px;
    }

    .c-title h2 {
        font-size: 1.8rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 590px) {
    .c-title span {
        font-size: 3.5rem;
    }

    .c-title h2 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}


/*----------------------------------------
	splash
----------------------------------------*/

.p-splash {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-splash__bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50.5%;
    background-color: #00364D;
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 1;
}

.p-splash.is-visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0s, opacity 0.3s;
}

.p-splash__logo {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: relative;
    z-index: 2;
}

.p-splash__catch {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 45.7%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 2;
}

.p-splash__catch h2 {
    font-size: 8rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 17px;
    text-shadow: 0px 3px 6px #00364D;
}

.p-splash__catch p {
    font-size: 4.1rem;
    letter-spacing: 0.06em;
    color: #FFD700;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-splash__bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #00364D;
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 1;
}

.p-splash__bg--top {
    top: 0;
}

.p-splash__bg--bottom {
    bottom: 0;
}

.p-splash.is-hidden .p-splash__bg--top {
    transform: translateY(-100%);
}

.p-splash.is-hidden .p-splash__bg--bottom {
    transform: translateY(100%);
}

.p-splash.is-hidden .p-splash__catch,
.p-splash.is-hidden .p-splash__logo {
    display: none !important;
}

.p-splash.is-hidden {
    pointer-events: none;
    transition: visibility 0s 0.8s;
    visibility: hidden;
}

.p-splash__logo {
    width: 430px;
}

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

.is-scroll-locked {
    overflow: hidden;
    height: 100vh;
}

body:not(.is-scroll-locked) {
    overflow: auto !important;
}

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

    .p-splash__catch p {
        font-size: 3.2rem;
    }
}

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

    .p-splash__catch {
        width: 90%;
        top: 45vh;
        transform: translate(-50%, -50%);
    }

    .p-splash__catch h2 {
        text-align: center;
        font-size: 4.5rem;
        letter-spacing: 0.1em;
    }

    .p-splash__catch p {
        font-size: 2.4rem;
    }

    .p-splash__logo {
        width: 380px;
    }
}

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

    .p-splash__catch h2 {
        font-size: 3rem;
    }

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

    .p-splash__logo {
        width: 220px;
    }
}

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

.appear {
    transform-origin: center top;
    animation: show 1s both;
}

span.appear {
    display: inline-block;
}

.d1 {
    animation-delay: 0.5s;
}

.d2 {
    animation-delay: 1s;
}

.d3 {
    animation-delay: 1.5s;
}

.d4 {
    animation-delay: 2s;
}

.d5 {
    animation-delay: 2.5s;
}

.d6 {
    animation-delay: 3s;
}

.d8 {
    animation-delay: 3.5s;
}

.d10 {
    animation-delay: 10s;
}

.d12 {
    animation-delay: 12s;
}

@keyframes show {
    0% {
        transform: translate(0, 2em);
        opacity: 0;
    }

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

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up__mv {
    transition: 0.8s ease-in-out;
    transform: translate(-50%, -35%);
    opacity: 0;
}

.scroll_up__mv.on {
    transform: translate(-50%, -50%);
    opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

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

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

.timing04 {
    transition-delay: .6s;
}

.timing05 {
    transition-delay: .8s;
}

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

.p-topMv {
    width: 100%;
    height: 100vh;
    background-image: url(images/top_mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 107px;
    position: relative;
    background-position: center;
}

.p-topMv__catch {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45.7%;
    transform: translateX(-50%);
}

.p-topMv__catch h2 {
    font-size: 8rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 17px;
    text-shadow: 0px 3px 6px #00364D;
}

.p-topMv__catch p {
    font-size: 4.1rem;
    letter-spacing: 0.06em;
    color: #FFD700;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

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

    .p-topMv__catch p {
        font-size: 3.2rem;
    }
}

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

    .p-topMv__catch {
        width: 90%;
        top: 45vh;
        transform: translate(-50%, -50%);
    }

    .p-topMv__catch h2 {
        text-align: center;
        font-size: 4.5rem;
        letter-spacing: 0.1em;
    }

    .p-topMv__catch p {
        font-size: 2.4rem;
    }
}

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

    .p-topMv__catch h2 {
        font-size: 3rem;
    }

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

/*----------------------------------------
	topStrength
----------------------------------------*/

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

.p-topStrength .c-title {
    margin: 0 0 -84px;
}

.p-topStrength ul {
    display: flex;
    justify-content: space-between;
}

.p-topStrength ul li {
    width: 30%;
}

.p-topStrength ul li:nth-of-type(1) {
    margin: 150px 0 0;
}

.p-topStrength ul li:nth-of-type(2) {
    margin: 75px 0 0;
}

.p-topStrength__img {
    width: 100%;
    height: 739px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 50px;
    background-position: center;
}

.p-topStrength__img:before {
    content: "";
    width: 1px;
    height: 80px;
    background-color: #00364D;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.p-topStrength ul li:nth-of-type(1) .p-topStrength__img {
    background-image: url(images/top_strenght01.png);
}

.p-topStrength ul li:nth-of-type(2) .p-topStrength__img {
    background-image: url(images/top_strenght02.png);
}

.p-topStrength ul li:nth-of-type(3) .p-topStrength__img {
    background-image: url(images/top_strenght03.png);
}

.p-topStrength__img .p-topStrength__en {
    font-size: 10rem;
    letter-spacing: 0.02em;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    writing-mode: vertical-rl;
    position: absolute;
    left: -29px;
    line-height: 1.26;
}

.p-topStrength__img h3 {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.438;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.p-topStrength ul li:nth-of-type(1) .p-topStrength__img h3 {
    bottom: 90px;
}

.p-topStrength ul li:nth-of-type(2) .p-topStrength__img h3 {
    bottom: 97px;
}

.p-topStrength ul li:nth-of-type(3) .p-topStrength__img h3 {
    bottom: 88px;
}

.p-topStrength ul li:nth-of-type(1) .p-topStrength__img .p-topStrength__en {
    top: 107px;
}

.p-topStrength ul li:nth-of-type(2) .p-topStrength__img .p-topStrength__en {
    top: 89px;
}

.p-topStrength ul li:nth-of-type(3) .p-topStrength__img .p-topStrength__en {
    top: 103px;
}

.p-topStrength .c-text {
    line-height: 1.778;
    color: #00364D;
}

@media screen and (max-width: 1500px) {
    .p-topStrength__img {
        height: 740px;
        margin-bottom: 30px;
    }

    .p-topStrength__img .p-topStrength__en {
        font-size: 9rem;
    }
}

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

    .p-topStrength ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .p-topStrength ul li {
        width: 48%;
        margin: 0 !important;
    }

    .p-topStrength__img {
        height: 400px;
        margin-bottom: 30px;
    }

    .p-topStrength__en {
        font-size: 6rem !important;
    }

    .p-topStrength .c-title {
        margin: 0;
        align-items: center;
    }

    .p-topStrength__img .p-topStrength__en {
        left: -19px;
    }

    .p-topStrength__img h3 {
        font-size: 2.5rem;
    }

    .p-topStrength__img::before {
        height: 50px;
        bottom: -25px;
    }

    .p-topStrength__img::after {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 80px;
        border-right: 50vw solid transparent;
        border-top: 80px solid #fff;
    }

    .p-topStrength ul li:nth-of-type(1) .p-topStrength__img h3,
    .p-topStrength ul li:nth-of-type(2) .p-topStrength__img h3,
    .p-topStrength ul li:nth-of-type(3) .p-topStrength__img h3 {
        bottom: 45px;
    }
}

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

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

    .p-topStrength__img {
        width: 75%;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-topStrength__en {
        font-size: 5rem !important;
        left: -15px !important;
    }

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

    .p-topStrength__img::after {
        height: 70px;
        border-right: 100vw solid transparent;
        border-top: 70px solid #fff;
    }
}

/*----------------------------------------
	topService
----------------------------------------*/

.p-topService {
    background-color: #F5F5F5;
    margin: 0 0 64px;
    padding: 0 0 145px;
    position: relative;
}

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

.p-topService:after {
    content: "";
    display: block;
    width: 1072px;
    height: 415px;
    background-image: url(images/service_deco.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -186px;
    top: -227px;
}

.p-topService .c-title {
    margin: 0 0 68px;
    position: relative;
}

.p-topService ul {
    display: flex;
    justify-content: space-between;
}

.p-topService ul li {
    width: 48.3%;
    height: 400px;
}

.p-topService ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    transition: background-size 0.5s ease, opacity 0.3s ease;
}

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

}

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

.p-topService ul li h2 {
    font-size: 3.4rem;
    letter-spacing: 0.06em;
    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: 1.235;
    margin: 0 0 17px;
    text-align: center;
}

.p-topService ul li h2 span {
    font-size: 4.2rem;
}

.p-topService__en {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    color: #FFD700;
    margin: 0 0 63px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-topService .c-button {
    color: #fff;
    border: 1px solid #fff;
}

.p-topService .c-button:after {
    border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 1025px) {
    .p-topService .c-button:hover {
        background-color: #fff;
        color: #00364D;
        transform: translateY(-5px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .p-topService .c-button:hover:after {
        border-color: transparent transparent transparent #00364D;
        transform: translateX(5px);
    }

    .p-topService ul li a:hover {
        background-size: 110% auto;
        opacity: 0.9;
    }
}

@media screen and (max-width: 1500px) {
    .p-topService:after {
        transform: scale(0.6);
        right: -320px;
        top: -165px;
    }

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

    .p-topService ul li h2 span {
        font-size: 3rem;
    }
}

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

    .p-topService:after {
        width: 540px;
        height: 210px;
        background-size: 100%;
        top: -88px;
        right: -17%;
    }

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

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

    .p-topService ul li h2 {
        font-size: 2.4rem;
    }

    .p-topService ul li h2 span {
        font-size: 2rem;
    }

    .p-topService__en {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .p-topService .c-title {
        margin: 0px 0px 40px;
    }
}

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

    .p-topService ul {
        flex-direction: column;
        gap: 20px;
    }

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

    .p-topService:after {
        width: 300px;
        height: 116px;
        background-size: 100%;
        top: -34px;
        right: -25%;
    }

    .p-topService .c-title {
        margin: 0px 0px 30px;
    }

    .p-topService__en {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .p-topService ul li h2 {
        margin: 0 0 12px;
    }
}

/*----------------------------------------
	topNews
----------------------------------------*/

.p-topNews {
    margin: 0 0 133px;
}

.p-topNews .c-title {
    margin: 0 0 58px;
}

.p-topNews__archiveWrap {
    display: flex;
    gap: 2.6%;
    margin: 0 0 60px;
}

.p-topNews__archiveArticle {
    width: 31.6%;
}

.p-topNews__archiveArticle:nth-of-type(4) {
    display: none;
}

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

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

.p-topNews__archiveInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 0 0 14px;
    border-bottom: 1px solid #00364D;
}

.p-topNews__archiveTime {
    font-size: 1.8rem;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #00364D;
}

.p-topNews__archiveCategory {
    font-size: 1.8rem;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #00364D;
    text-transform: capitalize;
}

.p-topNews__archiveTitle {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #00364D;
}

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

    .p-topNews__archiveWrap {
        gap: 2%;
    }

    .p-topNews__archiveArticle {
        width: 32%;
    }
}

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

    .p-topNews__archiveWrap {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 0;
    }

    .p-topNews__archiveArticle {
        width: 48%;
    }

    .p-topNews__archiveTime,
    .p-topNews__archiveCategory {
        font-size: 1.6rem;
    }

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

    .p-topNews .c-title {
        margin: 0 0 40px;
    }
}

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

    .p-topNews__archiveArticle:nth-of-type(4) {
        display: block;
    }

    .p-topNews__archiveInfo {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .p-topNews__archiveTime,
    .p-topNews__archiveCategory {
        font-size: 1.2rem;
    }

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

    .p-topNews .c-title {
        margin: 0 0 20px;
    }
}

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

.p-topRecruit {
    margin: 0 0 174px;
}

.p-topRecruit__wrap {
    display: block;
    width: 100%;
    height: 440px;
    position: relative;
}

.p-topRecruit__bg {
    width: 100%;
    height: 100%;
    background-image: url(images/recruit_img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.p-topRecruit__text {
    width: 61.4%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/recruit_bg.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.p-topRecruit__en {
    font-size: 8.9vw;
    letter-spacing: 0.02em;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: -36px 0 0;
    padding: 0 0 0 27px;
}

.p-topRecruit h2 {
    display: inline-block;
    font-size: 3.6rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #00364D;
    background-color: #FFD700;
    margin: -14px 0 0;
    padding: 18px 32px 16px 49px;
    position: relative;
    transform: rotate(-3deg);
    left: -21px;
}

.p-topRecruit__text p {
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.583;
    margin: 42px 0 23px 53px;
    color: #00364D;
}

.p-topRecruit .c-button {
    width: 240px;
    font-size: 1.8rem;
    display: inline-block;
    padding: 11px 27px 9px;
    border: none;
    background-color: #fff;
    font-weight: bold;
    margin: 0 0 0 53px;
}

@media screen and (min-width: 1025px) {
    .p-topRecruit .c-button:hover {
        background-color: #00364D;
        color: #fff;
        transform: translateY(-5px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .p-topRecruit .c-button:hover:after {
        border-color: transparent transparent transparent #fff;
        transform: translateX(5px);
    }
}

@media screen and (max-width: 1500px) {
    .p-topRecruit__en {
        font-size: 110px;
    }

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

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

    .p-topRecruit__wrap {
        height: auto;
    }

    .p-topRecruit__text {
        position: static;
        width: 78%;
        background-position: right;
        padding: 25px 20px;
    }

    .p-topRecruit__bg {
        position: absolute;
        background-position: center;
        z-index: -1;
    }

    .p-topRecruit__en {
        font-size: 6rem;
        padding-left: 0;
        margin-top: 0;
    }

    .p-topRecruit h2 {
        font-size: 2.4rem;
        left: 0;
        transform: rotate(-3deg);
        margin: 0px;
        padding: 12px 15px;
    }

    .p-topRecruit__text p {
        margin-left: 0;
        font-size: 1.5rem;
        margin: 25px 0 20px;
    }

    .p-topRecruit .c-button {
        margin-left: 0;
    }

    .p-topNews__archiveWrap {
        margin: 0px 0px 45px;
    }
}

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

    .p-topRecruit__en {
        font-size: 4rem;
    }

    .p-topRecruit h2 {
        font-size: 1.8rem;
        display: block;
        font-size: 4.5vw;
        padding: 10px 15px;
    }

    .p-topRecruit__wrap {
        display: flex;
        flex-direction: column;
    }

    .p-topRecruit__text {
        width: 100%;
    }

    .p-topRecruit__bg {
        position: unset;
        height: 210px;
        background-position: 92%;
    }

    .p-topRecruit__text {
        background-position: 8% center;
    }

    .p-topRecruit .c-button {
        font-size: 1.6rem;
        width: 215px;
    }

    .p-topCompany__wrap {
        gap: 25px;
    }

    .p-topCompany__text .c-title {
        margin-bottom: 25px;
    }
}

/*----------------------------------------
	topAccess
----------------------------------------*/

.p-topAccess {
    position: relative;
    width: 100%;
    height: 480px;
}

.p-topAccess iframe {
    filter: grayscale(100%);
    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);
}

@media screen and (max-width: 1500px) {
    .p-topAccess {
        height: 400px;
    }
}

@media screen and (max-width: 820px) {
    .p-topAccess {
        height: 300px;
    }
}

@media screen and (max-width: 590px) {
    .p-topAccess {
        height: 250px;
    }
}

/*----------------------------------------
	topCompany
----------------------------------------*/

.p-topCompany {
    margin: 0 0 100px;
}

.p-topCompany__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 0 60px;
}

.p-topCompany__img {
    width: 50%;
}

.p-topCompany__text {
    width: 43%;
}

.p-topCompany__text .c-title {
    margin: 0 0 83px;
}

.p-topCompany__text ul li {
    font-size: 2.5rem;
    font-weight: bold;
    color: #00364D;
    border-bottom: 1px solid #00364D;
    padding: 0 0 10px 23px;
}

.p-topCompany__text ul li:not(:last-child) {
    margin: 0 0 32px;
}

.p-topCompany__text ul li:last-child {
    font-size: 2.6rem;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.06em;
}

.p-topCompany__text ul li:first-child {
    font-size: 3rem;
}

.p-topCompany__text ul li:first-child span {
    display: inline-block;
    font-size: 2.5rem;
    margin: 0 12px 0 0;
}

@media screen and (max-width: 1500px) {
    .p-topCompany__text {
        width: 45%;
    }

    .p-topCompany__text ul li {
        font-size: 2rem;
    }

    .p-topCompany__text ul li:first-child {
        font-size: 2.4rem;
    }

    .p-topCompany__text ul li:first-child span {
        font-size: 2rem;
    }

    .p-topCompany__text ul li:last-child {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 820px) {
    .p-topCompany__wrap {
        flex-direction: column;
        gap: 40px;
        margin: 0px 0px 40px;
    }

    .p-topCompany__img,
    .p-topCompany__text {
        width: 100%;
    }

    .p-topCompany__text .c-title {
        margin-bottom: 40px;
    }
}

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

    .p-topCompany__wrap {
        margin-bottom: 40px;
    }

    .p-topCompany__text ul li {
        font-size: 1.5rem;
        padding-left: 15px;
    }

    .p-topCompany__text ul li:first-child {
        font-size: 1.8rem;
    }

    .p-topCompany__text ul li:last-child {
        font-size: 1.6rem;
    }

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

    .p-topCompany__text ul li:first-child {
        font-size: 1.8rem;
    }

    .p-topCompany__text ul li:first-child span {
        font-size: 1.3rem;
    }

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

/*----------------------------------------
	topContact
----------------------------------------*/

.p-topContact {
    background-color: rgba(0, 54, 77, 0.1);
    padding: 69px 0 85px;
}

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

.p-topContact__buttonWrap {
    display: flex;
    align-items: center;
    gap: 23px;
}

.p-topContact__button {
    width: 400px;
    height: 100px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #00364D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.p-topContact__button h3 {
    font-size: 1.8rem;
    line-height: 2.2;
    color: #00364D;
}

.p-topContact__buttonText {
    font-size: 3rem;
    letter-spacing: 0.06em;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #00364D;
}

.p-topContact__buttonEn {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #00364D;
}

.p-topContact__buttonEn span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #00364D;
    margin: 0 0 0 9px;
}

@media screen and (min-width: 1025px) {
    .p-topContact__button:hover {
        background-color: #00364D;
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 54, 77, 0.2);
        border-color: #00364D;
    }

    .p-topContact__button:hover h3,
    .p-topContact__button:hover .p-topContact__buttonText,
    .p-topContact__button:hover .p-topContact__buttonEn {
        color: #fff;
        transition: color 0.3s ease;
    }

    .p-topContact__button:hover .p-topContact__buttonEn span:after {
        border-color: transparent transparent transparent #fff;
        transition: border-color 0.3s ease, transform 0.3s ease;
        transform: translateX(5px);
    }
}

@media screen and (max-width: 1500px) {
    .p-topContact__button {
        width: 320px;
        height: 90px;
    }

    .p-topContact__buttonText {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 820px) {
    .p-topContact__wrap {
        flex-direction: column;
        gap: 40px;
    }

    .p-topContact__buttonWrap {
        flex-direction: column;
        gap: 20px;
    }

    .p-topContact__button {
        width: 350px;
        height: 80px;
    }

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

    .p-topContact .c-title h2 {
        text-align: center;
    }
}

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

    .p-topContact__button {
        width: 90%;
        max-width: 320px;
        height: 70px;
    }

    .p-topContact__button h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .p-topContact__buttonText {
        font-size: 2rem;
    }

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

    .p-topContact__buttonWrap {
        width: 100%;
    }

    .p-topContact__wrap {
        gap: 20px;
    }
}

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

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

.p-catch__textWrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-catch__jp {
    font-size: 2rem;
    color: #FFD700;
    font-weight: bold;
}

.p-catch__en {
    font-size: 5rem;
    letter-spacing: 0.1em;
    margin: 0 0 7px;
    display: block;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.26;
}

@media screen and (max-width: 1500px) {
    .p-catch {
        height: 400px;
        margin-bottom: 90px;
    }
}

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

    .p-catch__en {
        font-size: 3.5rem;
    }

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

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

    .p-catch__en {
        font-size: 2.5rem;
    }

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

.c-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0 0 93px;
}

.c-link a {
    font-size: 2rem;
    width: 320px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00364D;
    font-weight: bold;
    border: 1px solid #00364D;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .c-link a:hover {
        background-color: #00364D;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    }
}

@media screen and (max-width: 1500px) {
    .c-link {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 820px) {
    .c-link {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 50px;
    }

    .c-link a {
        width: 280px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 590px) {
    .c-link {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 40px;
    }

    .c-link a {
        width: 90%;
        max-width: 320px;
        height: 45px;
        font-size: 1.6rem;
    }
}

.c-introText .c-text {
    color: #00364D;
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    text-align: center;
}

.c-introText h2 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 74px;
}

@media screen and (max-width: 1500px) {
    .c-introText h2 {
        font-size: 4rem;
        margin-bottom: 60px;
    }

    .c-introText .c-text {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 820px) {
    .c-introText h2 {
        font-size: 3.2rem;
        margin-bottom: 50px;
    }

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

@media screen and (max-width: 590px) {
    .c-introText h2 {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

    .c-introText .c-text {
        font-size: 1.5rem;
        line-height: 1.7;
    }
}

.c-pageTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin: 0 0 60px;
}

.c-pageTitle h2 {
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.c-pageTitle span {
    display: block;
    font-size: 5rem;
    letter-spacing: 0.02em;
    line-height: 1.26;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 14px;
}

.c-pageTitle span:after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #00364D;
    margin: 15px auto 0;
}

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

@media screen and (max-width: 820px) {
    .c-pageTitle {
        margin-bottom: 50px;
    }

    .c-pageTitle span {
        font-size: 3.5rem;
        margin-bottom: 10px;
    }

    .c-pageTitle span:after {
        width: 150px;
        margin-top: 10px;
    }

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

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

    .c-pageTitle span {
        font-size: 2.4rem;
        margin-bottom: 14px;
    }

    .c-pageTitle span:after {
        width: 90px;
        margin-top: 10px;
    }

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

/*----------- pagenation -----------*/

.pagenavi {
    text-align: center;
    font-family: sans-serif;
}

.wp-pagenavi {
    margin: 30px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wp-pagenavi .pages {
    margin-right: 10px;
    color: #666;
    font-size: 14px;
}

.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.3s;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi a.nextpostslink:hover {
    background-color: #808080;
    color: #fff;
    border-color: #808080;
}

.wp-pagenavi .current {
    display: inline-block;
    padding: 6px 12px;
    background-color: #808080;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    pointer-events: none;
    font-size: 14px;
}

.wp-pagenavi .nextpostslink {
    font-weight: bold;
}

.wp-pagenavi a.page,
.wp-pagenavi .current,
.wp-pagenavi a.nextpostslink {
    padding: 4px 8px;
    font-size: 12px;
}

@media screen and (max-width: 1500px) {
    .wp-pagenavi {
        margin-top: 25px;
    }
}

@media screen and (max-width: 820px) {
    .wp-pagenavi {
        gap: 4px;
    }

    .wp-pagenavi .pages {
        font-size: 13px;
    }

    .wp-pagenavi a.page,
    .wp-pagenavi a.nextpostslink,
    .wp-pagenavi .current {
        padding: 3px 6px;
        font-size: 11px;
    }
}

@media screen and (max-width: 590px) {
    .wp-pagenavi {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wp-pagenavi .pages {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}

/*----------------------------------------
	service
----------------------------------------*/

.p-service .c-introText {
    margin: 0 0 70px;
}

.p-serviceBox {
    background-color: #F5F5F5;
}

.p-serviceBg {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    margin: 0 0 130px;
}

.p-serviceBox ul {
    padding: 0 0 130px;
}

.p-serviceBox ul li {
    display: flex;
    justify-content: space-between;
}

.p-serviceBox ul li:not(:last-child) {
    margin: 0 0 50px;
}

.p-serviceBox ul li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.p-serviceBox__text {
    background-color: #fff;
}

.p-serviceBg h2 {
    font-size: 5rem;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 0 0 12px;
}

.p-serviceBg__en {
    font-size: 3rem;
    letter-spacing: 0.1em;
    color: #FFD700;
    line-height: 1.267;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-serviceBox__company .p-serviceBg {
    background-image: url(images/service_company_bg.jpg);
}

.p-serviceBox__residential .p-serviceBg {
    background-image: url(images/service_residential_bg.jpg);
}

.p-serviceBox__text h3 {
    font-size: 3rem;
    line-height: 1.333;
    border-bottom: 1px solid #00364D;
    margin: 0 0 18px;
    padding: 0 0 15px;
}

.p-serviceBox__text h3 span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #FFD700;
    margin: 0 9px 0 0;
}

.p-serviceBox__text .c-text {
    line-height: 1.444;
    font-weight: bold;
}

.p-serviceBox__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.p-serviceBox dl dt {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.p-serviceBox dl dt:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 3px;
    background-color: #00364D;
    margin: 0 12px 0 0;
}

.p-serviceBox dl dd {
    font-weight: bold;
    line-height: 1.556;
}

/*---- company ----*/

.p-serviceBox__company .p-serviceBox__text {
    width: 54%;
    padding: 57px 64px 62px;
}

.p-serviceBox__company .p-serviceBox__img {
    width: 46%;
}

.p-serviceBox__company .p-serviceBox__text .c-text {
    margin: 0 0 45px;
}

.p-serviceBox__company li:nth-of-type(1) .p-serviceBox__img {
    background-image: url(images/service_company_housing.jpg);
}

.p-serviceBox__company li:nth-of-type(2) .p-serviceBox__img {
    background-image: url(images/service_company_commercial.jpg);
}

.p-serviceBox__company li:nth-of-type(3) .p-serviceBox__img {
    background-image: url(images/service_company_industrial.jpg);
}

/*---- residential ----*/

.p-serviceBox__residential .p-serviceBox__text {
    width: 50%;
    padding: 57px 64px 53px;
}

.p-serviceBox__residential .p-serviceBox__img {
    width: 50%;
}

.p-serviceBox__residential .p-serviceBox__text h4 {
    margin: 0 0 24px;
    line-height: 1.444;
}

.p-serviceBox__residential .p-serviceBox__text .c-text {
    line-height: 1.556;
}

.p-serviceBox__residential li:nth-of-type(1) .p-serviceBox__img {
    background-image: url(images/service_residential_electrical.jpg);
}

.p-serviceBox__residential li:nth-of-type(2) .p-serviceBox__img {
    background-image: url(images/service_residential_antenna.jpg);
}

.p-serviceBox__residential li:nth-of-type(3) .p-serviceBox__img {
    background-image: url(images/service_residential_facility.jpg);
}

.p-serviceBox__residential li:nth-of-type(4) .p-serviceBox__img {
    background-image: url(images/service_residential_electric.jpg);
}

.p-serviceBox__residential li:nth-of-type(5) .p-serviceBox__img {
    background-image: url(images/service_residential_reform.jpg);
}

.p-serviceBox__residential li:nth-of-type(6) .p-serviceBox__img {
    background-image: url(images/service_residential_lighting.jpg);
}

.p-serviceBox__residential li:nth-of-type(7) .p-serviceBox__img {
    background-image: url(images/service_residential_hvac.jpg);
}

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

    .p-serviceBox__company .p-serviceBox__text,
    .p-serviceBox__residential .p-serviceBox__text {
        padding: 40px;
    }
}

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

    .p-serviceBg h2 {
        font-size: 3.5rem;
    }

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

    .p-serviceBox ul {
        padding-bottom: 80px;
    }

    .p-serviceBox__company .p-serviceBox__text,
    .p-serviceBox__residential .p-serviceBox__text {
        width: 60%;
        padding: 30px;
    }

    .p-serviceBox__company .p-serviceBox__img,
    .p-serviceBox__residential .p-serviceBox__img {
        width: 40%;
    }

    .p-service .c-introText {
        margin: 0 0 40px;
    }

    .p-serviceBox__text h3 {
        font-size: 2.5rem;
    }

    .p-serviceBox__text h3 span:before {
        width: 18px;
        height: 18px;
    }

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

    .p-serviceBox dl dt:before {
        width: 15px;
        height: 2px;
        margin: 0 8px 0 0;
    }
}

@media screen and (max-width: 590px) {
    .p-serviceBg {
        height: 180px;
        margin-bottom: 40px;
    }

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

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

    .p-serviceBox ul {
        padding-bottom: 40px;
    }

    .p-serviceBox ul li {
        flex-direction: column !important;
    }

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

    .p-serviceBox__company .p-serviceBox__text,
    .p-serviceBox__company .p-serviceBox__img,
    .p-serviceBox__residential .p-serviceBox__text,
    .p-serviceBox__residential .p-serviceBox__img {
        width: 100% !important;
    }

    .p-serviceBox__img {
        height: 200px;
        order: -1;
    }

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

    .p-serviceBox__company .p-serviceBox__text .c-text {
        margin-bottom: 20px;
    }

    .p-serviceBox__company .p-serviceBox__text,
    .p-serviceBox__residential .p-serviceBox__text {
        padding: 30px 20px;
    }

    .p-serviceBox dl dt {
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

/*---- flow ----*/

.p-serviceFlow {
    padding: 90px 0 110px;
}

.p-serviceFlow .c-title {
    align-items: center;
    margin: 0 0 50px;
}

.p-serviceFlow li:not(:last-child) {
    margin: 0 0 66px;
}

.p-serviceFlow li {
    display: flex;
    align-items: center;
    background-color: #ECECEC;
    position: relative;
}

.p-serviceFlow li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 20px 0 20px;
    border-color: rgba(0, 54, 77, 0.9) transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -52px;
}

.p-serviceFlow li:nth-of-type(1):after {
    border-color: rgba(0, 54, 77, 0.3) transparent transparent transparent;
}

.p-serviceFlow li:nth-of-type(2):after {
    border-color: rgba(0, 54, 77, 0.6) transparent transparent transparent;
}

.p-serviceFlow li:last-child:after {
    display: none;
}

.p-serviceFlow__title {
    font-size: 2.4rem;
    width: 30%;
    height: 150px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #00364D;
}

.p-serviceFlow__title span {
    font-size: 3.2rem;
    letter-spacing: 0.02em;
    line-height: 1.25;
    margin: 0 0 10px 0;
    color: #FFD700;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

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

.p-serviceFlow__text {
    width: 70%;
    padding: 0 0 0 46px;
}

.p-serviceFlow__text h3 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.469;
    margin: 0 0 6px;
}

.p-serviceFlow .p-topContact__buttonWrap {
    margin-top: 62px;
    justify-content: center;
}

@media screen and (max-width: 1500px) {
    .p-serviceFlow__text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

    .p-serviceFlow li {
        flex-direction: column;
        text-align: center;
    }

    .p-serviceFlow__title {
        width: 100%;
        height: 120px;
    }

    .p-serviceFlow__text {
        width: 100%;
        padding: 30px 20px;
    }

    .p-serviceFlow__text h3 {
        font-size: 2.6rem;
    }

    .p-serviceFlow li:after {
        border-width: 25px 15px 0 15px;
        bottom: -35px;
    }

    .p-serviceFlow li:not(:last-child) {
        margin: 0 0 45px;
    }

    .p-serviceFlow__title span {
        font-size: 2.7rem;
    }

    .p-serviceFlow .c-title {
        margin: 0 0 30px;
    }

    .p-serviceFlow .p-topContact__buttonWrap {
        margin-top: 40px;
    }
}

@media screen and (max-width: 590px) {
    .p-serviceFlow {
        padding: 40px 0 50px;
    }

    .p-serviceFlow li:not(:last-child) {
        margin-bottom: 50px;
    }

    .p-serviceFlow__title {
        height: 70px;
        font-size: 2rem;
    }

    .p-serviceFlow__title span {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    .p-serviceFlow__title h3 {
        font-size: 1.8rem;
    }

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

    .p-serviceFlow__text {
        padding: 20px;
    }

    .p-serviceFlow li:after {
        border-width: 20px 12px 0 12px;
        bottom: -28px;
    }
}

/*----------------------------------------
	works
----------------------------------------*/

.p-catch.p-catchWorks {
    background-image: url(images/works_catch.jpg);
}

ul.c-tabMenu {
    max-width: 940px;
    list-style: none;
    margin: 0 auto 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

ul.c-tabMenu li {
    width: 23.4%;
    display: inline-block;
}

ul.c-tabMenu li.current a {
    background: #00364D;
    color: #fff;
    border: none;
}

ul.c-tabMenu a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00364D;
    text-decoration: none;
    background: white;
    transition: background 0.2s, color 0.2s;
    border-radius: 2px;
    border: 2px solid #00364D;
    color: #00364D;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.c-tabMenu__header {
    display: none;
}

@media screen and (max-width: 1500px) {
    ul.c-tabMenu {
        margin-bottom: 60px;
    }

    ul.c-tabMenu li {
        width: 30%;
    }
}

@media screen and (max-width: 820px) {
    ul.c-tabMenu {
        margin-bottom: 50px;
        gap: 15px;
    }

    ul.c-tabMenu li {
        width: 45%;
    }
}

@media screen and (max-width: 590px) {
    ul.c-tabMenu {
        margin-bottom: 40px;
        gap: 10px;
    }

    ul.c-tabMenu li {
        width: 48%;
    }

    ul.c-tabMenu a {
        height: 45px;
    }

    .c-tabMenu__header {
        display: block;
        padding: 15px;
        background: #00364D;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
    }

    .c-tabMenu__header:after {
        content: '▼';
        margin-left: 10px;
        font-size: 0.8em;
    }

    .c-tabMenu__header.is-open:after {
        content: '▲';
    }

    .c-tabMenu__body {
        display: none;
        padding-top: 20px;
    }
}

.p-worksArchive__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6%;
    grid-row-gap: 45px;
}

.p-worksArchive__list {
    width: 31.6%;
}

.p-worksArchive__bg {
    background-color: #F5F5F5;
    margin: 0 0 70px;
    padding: 100px 0 120px;
}


.p-worksArchive__text {
    background-color: #fff;
    padding: 17px 24px 21px;
}

.p-worksArchive__text h3 {
    font-size: 2rem;
    line-height: 1.6;
    color: #00364D;
}

.p-worksArchive__img {
    width: 100%;
}

.p-worksArchive__img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

@media screen and (max-width: 1500px) {
    .p-worksArchive__list {
        width: 32%;
    }
}

@media screen and (max-width: 820px) {
    .p-worksArchive__wrap {
        justify-content: space-between;
        grid-row-gap: 40px;
    }

    .p-worksArchive__list {
        width: 48%;
    }

    .p-worksArchive__img img {
        height: 220px;
    }

    .p-worksArchive__text h3 {
        font-size: 1.7rem;
    }

    .p-worksArchive__text {
        padding: 10px;
    }
}

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

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

    .p-worksArchive__img img {
        height: 140px;
    }

    .p-worksArchive__text h3 {
        font-size: 1.4rem;
    }

    .p-worksArchive__wrap {
        grid-row-gap: 30px;
    }

    .p-worksArchive__bg {
        padding: 35px 0px;
    }
}

/*---- works_single ----*/

.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: 0 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: #00364D;
}

.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: #F5F5F5;
    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: #00364D;
    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, 0, 0, 0.15);
    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-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.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: #F5F5F5;
    padding: 0 0 50px;
}

.p-worksSingle__blockHead {
    background: #00364D;
    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: #00364D;
    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;
}

.p-singleWorks__wrap .c-button {
    width: 300px;
    height: 60px;
    margin: auto;
}

@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 .p-singleWorks__sliderThumbimg {
        margin: 0;
    }

    .p-singleWorks__sliderThumb .p-singleWorks__sliderThumbimg {
        width: 25% !important;
    }

    .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;
    }
}

/*----------------------------------------
	news
----------------------------------------*/

.post-type-archive-news .p-catch,
.tax-news_category .p-catch {
    margin: 0 0 50px;
}

.p-catch.p-catchNews {
    background-image: url(images/news_catch.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.p-newsArchive .c-tabMenu__wrap {
    border-bottom: 1px solid #00364D;
    margin: 0 0 120px;
    padding: 0 0 58px;
}

.p-newsArchive ul.c-tabMenu {
    margin: 0 auto;
}

.p-newsArchive {
    margin: 0 0 286px;
}

.p-newsArchive .c-title {
    margin: 0 0 70px;
}

.p-newsArchive__listWrap {
    border-bottom: 1px solid #00364D;
    margin: 0 0 120px;
    padding: 0 0 238px;
}

.p-newsArchive__list {
    display: flex;
    gap: 2.6%;
}

.p-newsArchive__wrap {
    display: flex;
    gap: 2.6%;
}

.p-newsArchive__article {
    width: 31.6%;
}

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

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

.p-newsArchive__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 0 0 14px;
    border-bottom: 1px solid #00364D;
}

.p-newsArchive__time {
    font-size: 1.8rem;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #00364D;
}

.p-newsArchive__category {
    font-size: 1.8rem;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #00364D;
    text-transform: capitalize;
}

.p-newsArchive__title {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #00364D;
}

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

    .p-newsArchive__wrap {
        gap: 2%;
    }

    .p-newsArchive__article {
        width: 32%;
    }

    .p-newsArchive__listWrap {
        margin: 0px 0px 100px;
        padding: 0px 0px 150px;
    }

    .p-newsArchive .c-title {
        margin: 0 0 50px;
    }
}

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

    .p-newsArchive__wrap {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 0;
    }

    .p-newsArchive__article {
        width: 48%;
    }

    .p-newsArchive__time,
    .p-newsArchive__category {
        font-size: 1.6rem;
    }

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

    .p-newsArchive .c-tabMenu__wrap {
        margin: 0px 0px 60px;
        padding: 0px 0px 38px;
    }

    .p-newsArchive__listWrap {
        margin: 0px 0px 100px;
        padding: 0px 0px 70px;
    }

    .p-newsArchive .c-title {
        margin: 0px 0px 30px;
    }

    .p-newsArchive__list {
        gap: 10px;
        justify-content: space-between;
    }

    .p-newsArchive {
        margin: 0px 0px 100px;
    }

    .p-newsArchive__listWrap {
        margin: 0px 0px 60px;
        padding: 0px 0px 60px;
    }
}

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

    .post-type-archive-news .p-catch,
    .tax-news_category .p-catch {
        margin: 0px 0px 30px;
    }

    .p-newsArchive .c-tabMenu__wrap {
        margin: 0px 0px 30px;
        padding: 0px 0px 30px;
    }

    .p-newsArchive__info {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .p-newsArchive__time,
    .p-newsArchive__category {
        font-size: 1.2rem;
    }

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

    .p-newsArchive__listWrap {
        margin: 0px 0px 30px;
        padding: 0px 0px 30px;
    }

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

/*---- news_single ----*/

.p-catchSingle__news {
    background-image: url(images/news_single_catch.jpg);
}

.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 {
    width: 300px;
    height: 60px;
    margin: auto;
}

.single-news__img {
    margin: 0 0 40px;
}

.single-news__img img {
    width: 100%;
}

@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;
    }

    .single-news .c-button {
        font-size: 1.6rem;
        height: 50px;
    }
}

@media screen and (max-width:590px) {
    .single-news .p-sidebar__archive {
        width: 100%;
    }

    .single-all__button {
        margin: 30px 0 0;
    }

    .single-news .c-button {
        font-size: 1.4rem;
        height: 45px;
    }

    .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;
    }
}

/*----------------------------------------
	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: #00364D;
    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 #00364D;
    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%;
    }
}

/*----------------------------------------
	recruit
----------------------------------------*/

.p-recruitIntro {
    margin: 0 0 100px;
}

.p-recruitGreeting {
    margin: 0 0 110px;
    background-color: #F5F5F5;
    position: relative;
}

.p-recruitGreeting:before,
.p-recruitGreeting:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 52px;
    background-color: #fff;
    left: 0;
}

.p-recruitGreeting:before {
    top: 0;
}

.p-recruitGreeting:after {
    bottom: 0;
}

.p-recruitGreeting__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.p-recruitGreeting__text h2 {
    font-size: 4.6rem;
    line-height: 1.522;
    font-weight: bold;
    margin: 0 0 70px;
}

.p-recruitGreeting__img {
    width: 35%;
}

.p-recruitGreeting__text {
    width: 55.3%;
}

.p-recruitGreeting__text .c-text {
    line-height: 1.556;
}

.p-recruitGreeting__text .c-text:not(:last-child) {
    margin: 0 0 36px;
}

.p-recruitGreeting__company {
    font-size: 2rem;
    margin: 54px 0 13px;
    font-weight: bold;
    text-align: right;
}

.p-recruitGreeting__name {
    text-align: right;
}

.p-recruitGreeting__name span {
    display: inline-block;
    margin: 0 16px 0 0;
    font-weight: bold;
}

.p-recruitStaff {
    margin: 0 0 176px;
}

.p-recruitStaff__info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 140px;
}

.p-recruitStaff__info li {
    width: 30.3%;
}

.p-recruitStaff__info li img {
    width: 100%;
}

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

.p-recruitStaff__interviewImg {
    width: 39.5%;
}

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

.p-recruitStaff__interviewText {
    width: 56.25%;
}

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

.p-recruitStaff__interviewText dl dt {
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    background-color: #00364D;
    margin: 0 0 18px;
    padding: 12px 19px;
    color: #fff;
}

.p-recruitStaff__interviewText dd {
    line-height: 1.556;
    border: 2px dotted #00364D;
    border-radius: 10px;
    padding: 26px 35px 20px 23px;
}

.p-recruitStaff__interviewImg figcaption {
    width: 270px;
    font-size: 2rem;
    font-weight: bold;
    background-color: #00364D;
    margin: 45px auto 0;
    padding: 12px 0;
    color: #fff;
    text-align: center;
}

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

.p-recruitOutline__wrap {
    background-color: #F5F5F5;
    padding: 110px 0 120px;
}

.table01 {
    display: block;
    width: 800px;
    margin: auto;
    font-size: 2rem;
    margin: 0 auto;
}

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

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

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

.table01 tr:not(:last-child) {
    margin: 0 0 14px;
}

.table01 th {
    width: 18.125%;
    padding: 10px 8px;
    border-bottom: 2px solid #00364D;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.table01 td {
    padding: 8px 46px;
    width: 81.875%;
    vertical-align: middle;
    border-bottom: 1px solid #00364D;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: bold;
}

.p-recruitEntry .p-contactForm {
    background-color: transparent;
    border: 1px solid #00364D;
    border-radius: 10px;
    padding: 88px 70px 80px 102px;
}

.p-recruitEntry .table_contact td input.text {
    background-color: #F5F5F5;
}

.p-recruitEntry .table_contact td textarea {
    background-color: #F5F5F5;
}

.p-recruitEntry .p-contactForm {
    margin-top: 0;
}

.p-recruitGallery {
    padding: 0 0 80px;
}

.p-recruitGallery__group {
    margin-bottom: 120px;
}

.p-recruitGallery__group:last-child {
    margin-bottom: 0;
}

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

.p-recruitGallery__slider .slider-item {
    padding: 0 10px;
    outline: none;
}

.p-recruitGallery__slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 12px;
    background-color: #f4f4f4;
}

.p-recruitGallery__videoGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 30px;
    margin-top: 40px;
    align-items: start;
}

.p-recruitGallery__videoGrid .v-item {
    width: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.p-recruitGallery__videoGrid .is-v {
    grid-column: span 2;
    aspect-ratio: 9 / 16;
}

.p-recruitGallery__videoGrid .is-h {
    grid-column: span 3;
    aspect-ratio: 16 / 9;
}

.p-recruitGallery__videoGrid video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.p-recruitGallery .slick-dots {
    bottom: -40px;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    width: 100%;
}

.p-recruitGallery .slick-dots li {
    margin: 0 5px;
}

.p-recruitGallery .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background: #ccc;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    transition: all 0.3s;
}

.p-recruitGallery .slick-dots li.slick-active button {
    background: #00364D;
}

@media screen and (max-width: 1500px) {
    .p-recruitGreeting__text h2 {
        font-size: 3.5rem;
        margin-bottom: 50px;
    }

    .table01 {
        width: 90%;
    }

    .p-recruitEntry .p-contactForm {
        padding: 60px 40px;
    }
}

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

    .p-recruitGreeting__wrap {
        flex-direction: column-reverse;
    }

    .p-recruitStaff__interview {
        flex-direction: column;
        gap: 40px;
    }

    .p-recruitGreeting::after {
        display: none;
    }

    .p-recruitStaff__interviewImg {
        width: 50%;
        margin: 0 auto 20px;
    }

    .p-recruitGreeting__text,
    .p-recruitStaff__interviewText {
        width: 100%;
    }

    .p-recruitGreeting__img {
        margin: 0 auto 20px;
    }

    .p-recruitGreeting__text h2 {
        font-size: 2.8rem;
        text-align: center;
    }

    .p-recruitStaff__interviewImg figcaption {
        margin-top: 20px;
    }

    .table01 {
        width: 100%;
        font-size: 1.6rem;
    }

    .table01 th,
    .table01 td {
        font-size: 1.6rem;
        padding: 10px;
    }

    .table01 tr {
        flex-direction: column;
    }

    .table01 th,
    .table01 td {
        width: 100%;
    }

    .table01 th {
        border-bottom: 1px solid rgb(0, 54, 77);
    }

    .table01 td {
        border-bottom: none;
    }

    .p-recruitGallery {
        padding: 0 0 60px;
    }

    .p-recruitGallery__slider img {
        height: 400px;
    }

    .p-recruitGallery__videoGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .p-recruitGallery__videoGrid .is-h,
    .p-recruitGallery__videoGrid .is-v {
        grid-column: span 1;
    }

    .p-recruitGallery .slick-dots li {
        margin: 0 4px;
    }

    .p-recruitGallery .slick-dots li button {
        width: 8px;
        height: 8px;
    }
}

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

    .p-recruitIntro {
        margin-bottom: 40px;
    }

    .p-recruitStaff,
    .p-recruitOutline {
        margin-bottom: 60px;
    }

    .p-recruitGreeting:before,
    .p-recruitGreeting:after {
        height: 30px;
    }

    .p-recruitGreeting__text h2 {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

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

    .p-recruitStaff__info li {
        width: 32%;
    }

    .p-recruitStaff__interviewText dl dt {
        font-size: 1.6rem;
        padding: 8px 12px;
    }

    .p-recruitStaff__interviewText dd {
        font-size: 1.4rem;
        padding: 15px;
    }

    .p-recruitEntry .p-contactForm {
        padding: 30px 20px;
    }

    .p-recruitGreeting__img {
        width: 50%;
    }

    .p-recruitStaff__interviewImg {
        width: 65%;
        margin: 0 auto;
    }

    .p-recruitOutline__wrap {
        padding: 40px 5%;
    }

    .table_contact td input.text {
        height: 40px;
    }

    .p-recruitGreeting__text .c-text:not(:last-child) {
        margin: 0px 0px 20px;
    }

    .p-recruitGreeting__company {
        font-size: 1.5rem;
        margin: 30px 0px 10px;
    }

    .table01 th,
    .table01 td {
        font-size: 1.4rem;
    }

    .table01 th {
        font-weight: bold;
    }

    .table01 td {
        font-weight: normal;
    }

    .p-recruitStaff__interviewImg figcaption {
        width: 100%;
        font-size: 1.5rem;
        padding: 8px 0px;
    }

    .p-recruitStaff__interviewText dl dt {
        margin: 0px 0px 10px;
    }

    .p-recruitGallery__videoGrid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 15px;
        overflow: visible;
    }

    .p-recruitGallery__videoGrid .is-h {
        grid-column: span 2;
        aspect-ratio: 16 / 9;
    }

    .p-recruitGallery__videoGrid .is-v {
        grid-column: span 1;
        aspect-ratio: 9 / 16;
    }

    .p-recruitGallery__slider img {
        height: 280px;
    }
}

/*----------------------------------------
	company
----------------------------------------*/

.page-id-942 .p-catch {
    margin: 0;
}

/*---- companyGreeting ----*/

.p-companyGreeting {
    margin: 0 0 135px;
    padding: 55px 0 0;
    background-color: #DDD;
}

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

.p-companyGreeting__staffImg {
    max-width: 1097px;
    margin: -17px auto 20px;
    position: relative;
}

.p-companyGreeting__ceo {
    display: flex;
    padding: 0 0 0 13.3%;
}

.p-companyGreeting__ceoImg {
    width: 33.7%;
}

.p-companyGreeting__ceoText {
    width: 40.2%;
    margin: 38px 0 0 73px;
}

.p-companyGreeting__ceoText .c-text {
    font-weight: bold;
    line-height: 1.556;
}

.p-companyGreeting__ceoText .c-text:not(:last-child) {
    margin: 0 0 30px;
}

.p-companyGreeting__ceoTitle {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 45px;
}

.p-companyGreeting__ceoTitle h2 {
    font-size: 2rem;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-companyGreeting__ceoTitle span {
    font-size: 5rem;
    letter-spacing: 0.02em;
    line-height: 1.26;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-companyGreeting__company {
    font-size: 2rem;
    margin: 54px 0 13px;
    font-weight: bold;
    text-align: right;
}

.p-companyGreeting__name {
    text-align: right;
}

.p-companyGreeting__name span {
    display: inline-block;
    margin: 0 16px 0 0;
    font-weight: bold;
}

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

    .p-companyGreeting__ceo {
        padding-left: 5%;
    }

    .p-companyGreeting__ceoText {
        margin-left: 40px;
    }
}

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

    .p-companyGreeting__ceo {
        flex-direction: column;
        padding: 0 5%;
    }

    .p-companyGreeting__ceoImg {
        width: 44%;
        margin: 0 auto;
    }

    .p-companyGreeting__ceoText {
        width: 100%;
    }

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

    .p-companyGreeting__ceoTitle span {
        font-size: 3.5rem;
    }

    .p-companyGreeting__staffTitle {
        transform: scale(1.4);
        margin: 0 0 25px;
    }

    .p-companyGreeting__staff {
        margin: 0 0 70px;
    }

    .p-companyGreeting__ceoTitle {
        align-items: center;
        margin: 0 0 30px;
    }

    .p-companyGreeting__ceoTitle span {
        margin: 0 0 6px;
    }
}

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

    .p-companyGreeting__ceoTitle span {
        font-size: 2.8rem;
    }

    .p-companyGreeting__ceoTitle h2 {
        font-size: 1.6rem;
    }

    .p-companyGreeting__staffImg {
        margin: -15px auto 10px;
    }

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

    .p-companyGreeting__ceoText .c-text:not(:last-child) {
        margin: 0 0 20px;
    }

    .p-companyGreeting__company {
        font-size: 1.5rem;
        margin: 30px 0px 10px;
    }
}

/*---- companyOutline ----*/

.p-companyOutline {
    margin: 0 0 173px;
}

.p-companyOutline__wrap {
    border: 1px solid #00364D;
    padding: 80px 0 90px;
    border-radius: 10px;
}

.p-companyOutline .table01 {
    width: 960px;
}

.p-companyOutline .table01 th {
    width: 21.875%;
}

.p-companyOutline .table01 td {
    width: 78.125%;
}

.p-companyAccess__map {
    position: relative;
    width: 100%;
    height: 480px;
    margin: 0 0 150px;
}

.p-companyAccess__map iframe {
    filter: grayscale(100%);
    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-companyAccess__img {
    width: 100%;
    height: 600px;
    background-image: url(images/company_access.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 92px;
}

.p-companyButton {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0 0 113px;
}

.p-companyButton a {
    font-size: 2rem;
    font-weight: bold;
    width: 400px;
    height: 80px;
    color: #00364D;
    border: 1px solid #00364D;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    .p-companyOutline .table01 {
        width: 90%;
    }

    .p-companyButton {
        gap: 30px;
    }

    .p-companyButton a {
        width: 320px;
    }
}

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

    .p-companyOutline__wrap {
        padding: 50px 20px;
    }

    .p-companyAccess__map {
        height: 350px;
        margin-bottom: 80px;
    }

    .p-companyAccess__img {
        height: 300px;
        margin-bottom: 60px;
    }

    .p-companyButton {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 60px;
    }

    .p-companyButton a {
        width: 280px;
        height: 60px;
    }
}

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

    .p-companyOutline__wrap {
        padding: 35px 15px;
    }

    .p-companyOutline .table01 {
        width: 100%;
    }

    .p-companyOutline .table01 tr {
        flex-direction: column;
    }

    .p-companyOutline .table01 th,
    .p-companyOutline .table01 td {
        width: 100% !important;
        padding: 10px;
        font-size: 1.6rem;
    }

    .p-companyAccess__map {
        height: 250px;
        margin-bottom: 50px;
    }

    .p-companyAccess__img {
        height: 200px;
        margin-bottom: 40px;
    }

    .p-companyButton a {
        width: 90%;
        max-width: 320px;
        height: 50px;
        font-size: 1.5rem;
    }
}

/*----------------------------------------
	contact
----------------------------------------*/

.p-contact {
    margin: 0 0 174px;
}

.p-contactIntro {
    margin: 0 0 110px;
}

.p-contactTitle {
    width: 582px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #00364D;
    text-align: center;
    position: relative;
}

/*---- contactFaq ----*/

.p-contactFaq {
    background-color: #F5F5F5;
    margin: 0 0 130px;
    padding: 73px 0 127px;
}

.p-contactFaq__intro {
    text-align: center;
}

.p-contactFaq .c-title {
    margin: 0 0 40px;
}

.p-contactFaq__intro .c-text {
    text-align: center;
    font-weight: bold;
}

.p-contactFaq__intro {
    margin: 0 0 110px;
}

.p-contactFaq .p-qaList {
    background-color: #fff;
}

.p-contactFaq .p-qaLists__title {
    font-size: 1.8rem;
    color: #002456;
    padding: 18px 32px 18px 80px;
    position: relative;
}

.p-contactFaq .p-qaLists__title:after {
    font-size: 2.6rem;
    color: #002456;
}

.p-contactFaq .p-qaLists__box {
    width: 85%;
    margin: 0 auto;
    padding: 25px 0 30px;
    border-top: 1px solid #002456;
    display: none;
    position: relative;
    margin: 0 auto;
}

.p-contactFaq__box > h3 {
    font-size: 2.4rem;
    line-height: 1.583;
    text-align: center;
    margin: 0 0 55px;
    padding: 0 0 15px;
    border-bottom: 1px solid #00364D;
}

.p-contactFaq .p-qaLists__title::before {
    border-width: 18px 10.5px 0 10.5px;
    border-color: #00364D transparent transparent transparent;
}

.p-contactFaq .p-qaLists__title.close::before {
    border-width: 0 10.5px 18px 10.5px;
    border-color: transparent transparent #00364D transparent;
}

.p-qaLists__title::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8.5px 0 8.5px;
    border-color: #00364D transparent transparent transparent;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}

.p-qaLists__title.close::before {
    transform: rotate(0deg) translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 15px 8.5px;
    border-color: transparent transparent #00364D transparent;
}

.p-contactFaq .p-qaLists {
    margin: 0;
}

.p-contactFaq__box:not(:last-child) {
    margin: 0 0 70px;
}

.p-faqContact {
    margin: 0 0 112px;
}

.p-faqContact h2 {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 38px;
}

.p-faqContact .c-text {
    text-align: center;
    margin: 0 0 50px;
}

.p-qaLists__title:after {
    content: "Q:";
    color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-faqContact .p-qaLists__title:after {
    font-size: 3rem;
    color: #002456;
}

.p-qaList:not(:last-child) {
    margin: 0 0 20px;
}

@media screen and (max-width: 1500px) {
    .p-faqTab ul {
        gap: 15px;
    }

    .p-faqTab ul li {
        width: 22%;
        min-width: 200px;
    }

    .p-faqTab ul li a {
        font-size: 1.6rem;
    }
}

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

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

    .p-faqTab ul li {
        width: calc(50% - 5px);
        height: 60px;
    }

    .p-faqTab ul li a {
        font-size: 1.4rem;
        padding: 0 10px;
        text-align: center;
    }

    .p-contactFaq {
        padding: 60px 0 80px;
        margin-bottom: 60px;
    }

    .p-contactFaq__box > h3 {
        font-size: 2rem;
        margin: 0 0 30px;
    }

    .p-faqContact h2 {
        font-size: 2.4rem;
    }

    .p-bottomContact {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .p-bottomContact li {
        width: 100%;
    }

    .p-qaLists__title {
        padding-left: 15px;
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .p-qaLists__title span:first-child {
        width: 45px;
        height: 45px;
        font-size: 1.8rem;
        margin-right: 15px;
    }

    .p-contactFaq__intro {
        margin: 0px 0px 70px;
    }

    .p-contactFaq .c-title {
        margin: 0 0 25px;
    }
}

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

    .p-faqTab ul li {
        width: 100%;
        height: 50px;
    }

    .p-faqTab ul li a {
        font-size: 1.3rem;
    }

    .p-contactFaq {
        margin-bottom: 40px;
        padding: 35px 0px 50px;
    }

    .p-contactFaq .c-title {
        margin: 0px 0px 20px;
    }

    .p-contactFaq__intro {
        margin: 0px 0px 50px;
    }

    .p-contactFaq__box > h3 {
        font-size: 1.8rem;
        margin: 0 0 20px;
        padding: 0 10px;
    }

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

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

    .p-faqContact .c-text {
        font-size: 1.4rem;
        text-align: left;
        padding: 0 15px;
    }

    .p-contactFaq .p-qaLists__title::before {
        right: 15px;
    }

    .p-contactFaq .p-qaLists__title:after {
        font-size: 1.8rem;
    }

    .p-qaLists__title {
        font-size: 1.5rem;
    }

    .p-qaLists__text {
        width: 80%;
    }

    .p-qaLists__title::before {
        border-width: 12px 7.5px 0 7.5px;
        right: 6px;
    }

    .p-qaLists__title.close::before {
        border-width: 0 7.5px 12px 7.5px;
        right: 6px;
    }

    .p-qaLists__title::after {
        left: 12px;
    }

    .p-qaLists__title {
        font-size: 1.4rem;
        padding: 12px 25px 12px 50px;
    }

    .p-qaLists__title.close::before {
        border-width: 0px 5.5px 9px;
    }

    .p-qaLists__title::before {
        border-width: 9px 5.5px 0px;
    }

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

    .p-qaLists__box {
        padding: 20px 0px 25px;
    }

    .p-qaList:not(:last-child) {
        margin: 0 0 15px;
    }

    .p-contactFaq .p-qaLists__title {
        font-size: 1.4rem;
        padding: 12px 25px 12px 50px;
    }

    .p-contactFaq .p-qaLists__title::before {
        border-width: 12px 7.5px 0px;
        right: 10px;
    }

    .p-contactFaq .p-qaLists__title.close::before {
        border-width: 0 7.5px 12px 7.5px;
        right: 10px;
    }

    .p-contactFaq__intro {
        margin: 0px 0px 50px;
    }
}

/*---- companyTel ----*/

.p-contactTel {
    margin: 0 0 110px;
}

.p-contactTel .p-contactTitle {
    margin-bottom: 23px;
}

.p-contactTel__number {
    display: block;
    text-align: center;
    font-size: 5rem;
    letter-spacing: 0.06em;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 16px;
    color: #00364D;
}

.p-contactTel span {
    display: block;
    text-align: center;
    font-weight: bold;
}

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

    .p-contactTel__number {
        font-size: 4rem;
    }
}

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

    .p-contactIntro {
        margin: 0 0 50px;
    }

    .p-contactTel {
        margin-bottom: 60px;
    }

    .p-contactTel__number {
        font-size: 3.2rem;
    }

    .p-contactTitle {
        width: 520px;
        padding: 15px 0px;
        font-size: 2.2rem;
    }
}

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

    .p-contactTel__number {
        font-size: 2.5rem;
    }

    .p-contactTel .p-contactTitle {
        margin-bottom: 15px;
    }

    .p-contactTitle {
        width: 90%;
        padding: 10px 0px;
        font-size: 1.8rem;
    }

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

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

/*---- companyForm ----*/

.p-contactForm {
    background-color: #F5F5F5;
    margin: -33px 0 210px;
    padding: 115px 89px 80px 86px;
}

.p-contactForm .c-title span {
    font-size: 4rem;
    letter-spacing: 0.02em;
    line-height: 1.225;
}

.p-contactForm .c-title h2 {
    margin-top: 2px;
}

.table_contact_wrap {
    max-width: 966px;
    margin: 0 auto;
}

.table_contact {
    width: 100%;
    margin: 0 0 60px;
}

.table_contact th {
    width: 278px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 2rem;
    font-weight: 400;
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 1px solid #00364D;
}

.table_contact th .small {
    font-size: 1.2rem;
}

.table_contact th label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.contact_address_wrap div:first-child {
    margin: 0 0 20px;
}

.table_contact tbody {
    display: block;
}

.table_contact td {
    width: 70%;
    vertical-align: middle;
}

.table_contact td input.text {
    width: 100%;
    border: none;
    height: 50px;
    background-color: #fff;
    font-size: 1.6rem;
    padding: 0 0 0 15px;
}

.table_contact td input.text.zip {
    width: 54%;
}

.table_contact td textarea {
    width: 100%;
    height: 330px;
    background-color: #fff;
    border: none;
    padding: 20px 0 0 20px;
    font-size: 1.6rem;
}

.table_contact tr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.table_contact tr:not(:last-child) {
    margin: 0 0 26px;
}

.table_contact tr:first-child th,
.table_contact tr:first-child td {
    padding-top: 0;
}

.table_contact tr:last-child th {
    flex-direction: column;
}

.required,
.optional {
    background-color: #A2A2A2;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: 52px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.contact_button input {
    width: 440px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    background-color: #fff;
    border: 1px solid #00364D !important;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    color: #00364D;
    margin: 50px auto 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.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;
}

.mwform-checkbox-field label {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.agree_check .mwform-checkbox-field {
    margin: 0;
}

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .optional,
.mw_wp_form_confirm .agree_check {
    display: none;
}

.selectbox {
    height: 40px;
    background-color: #EDEDED;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
}

input {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

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;
}

.table_radio_wrap span:not(:last-child) {
    margin: 0 30px 0 0;
}

.table_contact_privacy {
    color: #002456;
    display: block;
    text-align: center;
    margin: 45px auto 55px;
    padding: 0 0 8px;
    font-weight: bold;
}

.table_contact_privacy span {
    border-bottom: 1px solid #002456;
    padding: 0 0 8px;
}

.table_contact td select {
    width: 230px;
    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);
    border-radius: 3px;
}

.hidden-inputs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
}

.hidden-inputs input {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.hidden-inputs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table_contact_box h3 {
    font-size: 2.4rem;
    margin: 0 0 53px;
}

.table_contact_box .table_radio_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
}

.table_contact_box:not(:last-child) {
    margin: 0 0 88px;
}

.table_contact_box .attention {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.table_contact_box .attention span {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    margin: 11px 0 0;
}

.p-policy-check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 55px 0 50px;
}

.table_license_wrap {
    display: flex;
    flex-direction: column;
}

.table_license {
    width: 100%;
    display: flex;
}

.table_license:not(:last-child) {
    margin: 0 0 24px;
}

.table_license_title {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 30px 0 0;
}

.license_border {
    border-bottom: 1px solid #B9B9B9;
    padding: 0 0 12px;
}

.table_contact tr.table_textarea {
    align-items: flex-start;
}

.table_contact tr.license {
    align-items: flex-start;
}

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

    .table_contact th {
        width: 200px;
        font-size: 1.6rem;
    }

    .p-contact {
        margin-bottom: 150px;
    }
}

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

    .p-contactForm {
        margin-bottom: 70px;
        padding: 50px 4% 80px;
    }

    .p-contactForm .c-title {
        margin: 0 0 40px;
    }

    .table_contact tr {
        flex-direction: column;
        border-bottom: none;
        margin-bottom: 10px;
    }

    .table_contact th,
    .table_contact td {
        font-size: 1.4rem;
        width: 100% !important;
        padding: 10px 0 !important;
    }

    .table_contact th {
        border-bottom: 1px solid #002456;
    }

    .table_contact_box h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .table_contact_box:not(:last-child) {
        margin-bottom: 50px;
    }

    .contact_button {
        font-size: 1.4rem;
        width: 100%;
        height: 55px;
        max-width: 400px;
    }

    .table_contact_box .table_radio_wrap input.text {
        width: 100%;
    }

    .contact_button {
        margin: 20px auto 0;
    }

    .table_contact tr {
        flex-direction: column;
        align-items: flex-start;
    }

    .table_contact tr:not(:last-child) {
        margin-bottom: 24px;
    }

    .table_contact th,
    .table_contact td {
        width: 100% !important;
    }

    .table_contact th {
        margin-bottom: 10px;
    }

    .table_contact th label {
        justify-content: flex-start;
        gap: 15px;
    }

    .table_contact td textarea {
        height: 200px;
    }

    .contact_button {
        width: 100%;
        max-width: 300px;
    }

    .mwform-checkbox-field input,
    .mwform-radio-field input {
        width: 12px;
        height: 12px;
    }

    .table_contact td span {
        margin: 0;
    }

    .required,
    .optional {
        width: 46px;
        height: 24px;
        font-size: 1.4rem;
    }

    .contact_button input {
        font-size: 1.4rem;
    }

    .table_radio_wrap {
        gap: 15px;
    }

    .table_contact {
        margin: 0 0 20px;
    }

    .table_license_title {
        display: block;
        font-size: 1.6rem;
        margin: 0 18px 0 0 !important;
    }

    .table_radio_wrap span:not(:last-child) {
        margin: 0px 10px 0px 0px;
    }
}

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

    .table_contact td input.text.zip {
        width: 100%;
    }

    .table_contact td select {
        width: 100%;
    }

    .table_contact_box .table_radio_wrap {
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.4;
    }

    .table_radio_wrap {
        line-height: 1.4;
    }

    .mwform-checkbox-field {
        margin: 0 0 10px 0;
        width: 100% !important;
    }

    .table_contact th {
        font-size: 1.4rem;
    }

    .table_contact td input.text.zip {
        width: 100%;
    }

    .table_radio_wrap {
        flex-direction: column;
        gap: 10px;
    }

    .table_license {
        flex-direction: column;
        gap: 10px;
    }

    .table_license:not(:last-child) {
        margin: 0 0 14px;
    }

    .table_license_title {
        display: block;
        font-size: 1.4rem;
        margin: 0 0 10px 0 !important;
    }

    .mwform-checkbox-field,
    .mwform-radio-field {
        margin-right: 0;
    }

    .table_contact_box:not(:last-child) {
        margin-bottom: 12px;
    }

    .table_contact_box h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .p-policy-check {
        font-size: 1.4rem;
        flex-wrap: wrap;
    }

    .required,
    .optional {
        width: 42px;
        height: 22px;
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    .p-policy-check {
        margin: 10px 0px 20px;
    }

    .table_contact td textarea {
        height: 150px;
    }

    .p-contactForm {
        padding: 50px 4%;
        margin-bottom: 30px;
    }

    .table_contact tr:not(:last-child) {
        margin-bottom: 0;
    }

    .contact_button input {
        width: 100%;
        height: 55px;
        margin: 30px auto 0;
    }

    .table_contact td input.text {
        height: 40px;
    }
}

/*----------------------------------------
	history
----------------------------------------*/

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

.p-historyBox {
    padding: 80px 0 100px;
    background-color: #fff;
}

.p-historyBox ul {
    margin-top: 40px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 4%;
}

.p-historyBox ul li {
    width: 48%;
    position: relative;
    padding: 12px 0 12px 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
    box-sizing: border-box;
}

.p-historyBox ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #005bac;
    border-radius: 2px;
}

.p-historyContact .p-topContact__buttonWrap {
    justify-content: center;
}

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

    .p-historyBox {
        padding: 40px 0 50px;
    }

    .p-historyBox ul {
        margin-top: 24px;
        display: block;
    }

    .p-historyBox ul li {
        width: 100%;
        font-size: 1.4rem;
        padding: 10px 0 10px 18px;
    }
}

/*----------------------------------------
	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 #00364D;
    margin: 0 0 15px;
}

.privacy_title02 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 0.5em;
    color: #fff;
    background-color: #00364D;
    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-catch404 {
    background-image: url(images/catch_404.jpg);
}

.error404 .c-button {
    margin: auto;
}
