@charset "utf-8";
/*
theme Name: forest plus
Description: 株式会社Forest plusのテーマです
version： 1.0
*/

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

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

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

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

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

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

ul {
    list-style-type: none;
}

#container {
    overflow: hidden;
}

.bold {
    font-weight: bold;
}


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

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

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

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

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

.c-inner1500 {
    width: 1500px;
    margin: auto;
}

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

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

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

.color {
    color: #006FB9;
}

.op {
    transition: .3s;
}

.op:hover {
    opacity: 0.7;
}

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

/*----------- 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 (min-width:769px) {
    .c-button:hover {
        background-color: #E6EFF7;
    }

    .c-button:hover:after {
        right: 4px;
    }

    .c-button02:hover:after {
        right: -30px;
    }
}

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

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

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

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

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

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

}

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

    .c-button {
        width: 200px;
        height: 45px;
        font-size: 1.4rem;
    }

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

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

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

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

/*----------------------------------------
	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;
}

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

.l-header {
    width: 100%;
    height: 100px;
    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;
}

body:not(.home) .l-header {
    background-color: #fff;
}

.l-header.change-color {
    background-color: #fff;
    transition: 0.3s;
}

.l-header .change_logo_color {
    display: none;
}

.l-header.change-color .change_logo_color {
    display: block;
}

.l-header.change-color .logo_color {
    display: none;
}

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

.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: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
}

.l-header.change-color .l-header__gnavList a {
    color: #333;
    text-shadow: none;
    font-weight: normal;
}

body:not(.home) .l-header__gnavList a {
    color: #000;
    text-shadow: none;
    font-weight: normal;
}

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

.input-hidden {
    display: none;
}

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

.logo a {
    display: block;
}

.l-header__gnavSp {
    display: none;
}

.l-header__gnavContact,
.l-header__gnavRecruit {
    width: 170px;
    height: 100px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.06em;
}

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

.l-header__gnavContact {
    background-color: #4293D1;
}

.l-header__gnavRecruit {
    background-color: #0054A6;
}

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

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

@media screen and (min-width:769px) {
    .l-header__gnavList a {
        display: inline-block;
        transition: transform 0.25s ease;
    }

    .l-header__gnavList a:hover {
        transform: translateX(4px);
    }

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

    .l-header__gnavContact a:hover,
    .l-header__gnavRecruit a:hover {
        transform: translateY(-3px);
    }
}

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

@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: #0054A6;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .logo a {
        width: 300px;
    }

    .l-header.change-color .l-header__gnavList a {
        color: #000;
        font-weight: bold;
    }

    .l-header.change-color .hamburger-demo-switch {
        background-color: #0054A6;
    }

    .l-header.change-color .hamburger-switch-line1,
    .l-header.change-color .hamburger-switch-line1-before,
    .l-header.change-color .hamburger-switch-line1-after {
        background-color: #fff;
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch {
        background-color: #0054A6 !important;
    }

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

    .l-header__gnavContact,
    .l-header__gnavRecruit {
        width: 100%;
        height: 65px;
    }

    .l-header__gnavContact a,
    .l-header__gnavRecruit a {
        border-bottom: none;
        padding: 0;
    }

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

    .l-header__gnavContact span:before {
        margin: 0 10px 0 0;
    }

    .l-header__gnavRecruit span:before {
        margin: 0 10px 0 0;
    }
}

@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: 0px 5px;
    }

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

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

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

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


.l-footer {
    background-color: #333333;
    padding: 70px 0 78px;
}

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

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

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

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

.l-footerInfo p {
    font-size: 1.8rem;
    line-height: 1.444;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.l-footerInfo p:first-child {
    margin: 0 0 8px;
}

.l-footerRight {
    width: 37.6%;
}

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

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

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

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

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

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

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

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

.l-footerNav__copyright {
    font-size: 1.4rem;
    text-align: center;
    padding: 0 0 20px;
    color: #fff;
}

.l-footer__linkWrap {
    display: none;
}

.l-footerBottom {
    display: flex;
    justify-content: space-between;
    margin: 52px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.l-footerBottom a {
    font-size: 1.6rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.l-footerBottom a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 9px;
    background-image: url(images/page_top_arrow.svg);
    background-repeat: no-repeat;
    transition: all 0.4s;
    margin: 0 13px 0 0;
}

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

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

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

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

    .l-footerRight {
        width: 42%;
    }

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

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

    .l-footerWrap {
        gap: 40px;
    }

    .l-footerRight {
        width: 48%;
    }

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

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

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

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

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

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

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

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

    .l-footerBottom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
        border-top: none;
        padding-top: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .l-footerBottom {
        margin-top: 30px;
    }
}

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

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

.c-topTitle h2 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    color: #0054A6;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.455;
}

.c-topTitle span {
    display: block;
    font-size: 6.4rem;
    letter-spacing: 0.07em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 1500px) {
    .c-topTitle span {
        font-size: 5.4rem;
    }

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

@media (max-width: 820px) {
    .c-topTitle span {
        font-size: 3.2rem;
        line-height: 1.3;
    }

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

@media (max-width: 590px) {
    .c-topTitle span {
        font-size: 2.8rem;
        letter-spacing: 0.05em;
    }

    .c-topTitle h2 {
        font-size: 1.4rem;
        letter-spacing: 0.06em;
    }
}


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

.p-topMv {
    width: 100%;
    height: 107vh;
    background-image: url(images/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.p-topMv:before {
    content: "";
    width: 100%;
    height: 57.5%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #728DA3 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
}

.p-topMv__catch {
    position: absolute;
    bottom: 17.8%;
    left: 6.9%;
}

.p-topMv__catchEn {
    font-size: 8.8rem;
    letter-spacing: 0.07em;
    line-height: 1.136;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin: 0 0 16px;
}

.p-topMv__catchJp {
    font-size: 5rem;
    letter-spacing: 0.08em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    line-height: 1.48;
}

.p-topMv__catchJp span {
    display: block;
    font-size: 2.2rem;
    letter-spacing: 0;
    font-weight: 600;
    margin: 12px 0 0;
}

.p-topMv__news {
    position: absolute;
    right: 0;
    bottom: 6.4%;
    width: 1006px;
    height: 80px;
    border-radius: 200px 0px 0px 200px;
    background-color: #fff;
    z-index: 100;
}

.p-topMv__newsWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 22px 0 54px;
}

.p-topMv__news h2 {
    font-size: 2.9rem;
    letter-spacing: 0.07em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0054A6;
    margin: 0 57px 0 0;
}

.p-topMv__newsText a {
    display: flex;
    align-items: center;
}

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

.p-topMv__newsTime {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

.p-topMv__newsTime:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background-color: rgba(49, 49, 49, 0.5);
    margin: 0 10px;
}

.p-topMv__newsTitle {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-topMv__newsAll span {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.p-topMv__newsAll span:after {
    content: "";
    display: inline-block;
    background-image: url(images/button_arrow_blue.svg);
    width: 43px;
    height: 43px;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 1500px) {
    .p-topMv__catch {
        bottom: 15%;
        left: 5%;
    }

    .p-topMv__catchEn {
        font-size: 7.5rem;
    }

    .p-topMv__catchJp {
        font-size: 4.2rem;
    }

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

    .p-topMv__news {
        width: 850px;
        height: 70px;
    }

    .p-topMv__news h2 {
        font-size: 2.5rem;
        margin-right: 40px;
    }

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

@media screen and (max-width: 1300px) {
    .p-topMv__catch {
        bottom: 14%;
        left: 5%;
    }

    .p-topMv__catchEn {
        font-size: 6.5rem;
    }

    .p-topMv__catchJp {
        font-size: 3.6rem;
    }

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

    .p-topMv__news {
        width: 700px;
        height: 65px;
    }

    .p-topMv__news h2 {
        font-size: 2.2rem;
        margin-right: 30px;
    }

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

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

    .p-topMv__catch {
        bottom: 23%;
        left: 5%;
    }

    .p-topMv__catchEn {
        font-size: 5rem;
    }

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

    .p-topMv__catchJp span {
        font-size: 1.5rem;
    }

    .p-topMv__news {
        width: 95%;
        height: 60px;
        border-radius: 100px 0 0 100px;
        padding: 0 15px;
        right: 0;
    }

    .p-topMv__news h2 {
        font-size: 1.9rem;
        margin-right: 20px;
    }

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

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

    .p-topMv__newsAll span:after {
        width: 35px;
        height: 35px;
        margin-left: 15px;
        background-size: 100%;
    }

    .p-topMv__news {
        bottom: 11.4%;
    }

    .p-topMv__newsWrap {
        padding: 0 0px 0 15px;
    }
}

@media screen and (max-width: 590px) {
    .p-topMv {
        height: 82vh;
        background-position: 16%;
    }

    .p-topMv__catch {
        bottom: 18%;
        left: 5%;
    }

    .p-topMv__catchEn {
        font-size: 6.8vw;
        line-height: 1.2;
        margin: 0px 0px 18px;
    }

    .p-topMv__catchJp {
        font-size: 4.6vw;
    }

    .p-topMv__catchJp span {
        font-size: 1.1rem;
        margin: 5px 0px 0px;
    }

    .p-topMv__newsBox {
        margin: 0 0 6px;
    }

    .p-topMv__news {
        height: auto;
        padding: 10px 0;
        border-radius: 10px 0px 0px 10px;
        width: 94%;
        bottom: 0;
    }

    .p-topMv__news h2 {
        font-size: 1.6rem;
        margin-right: 10px;
    }

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

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

    .p-topMv__newsAll {
        font-size: 1.2rem;
        width: 100%;
    }

    .p-topMv__newsAll span:after {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .p-topMv__newsTime::after {
        width: 10px;
        margin: 0 5px;
    }

    .p-topMv__newsWrap {
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 15px;
    }
}

/* =====================
   スプラッシュ
===================== */
.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: linear-gradient(180deg, #013167 0%, #0054A6 100%);
}

.splash__logo {
    opacity: 0;
    transition: transform 0.5s ease;
}

.p-topMv__catchEn,
.p-topMv__catchJp,
.p-topMv__news {
    opacity: 0;
    transform: translateY(30px);
}

.p-topMv__catchEn .char {
    display: inline-block;
}

.p-topMv__catchJp {
    display: inline-block;
}

.p-topMv::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            transparent 30%,
            rgba(255, 255, 255, 0.12) 50%,
            transparent 70%);
    opacity: 0;
    pointer-events: none;
}

@media screen and (max-width: 590px) {
    .splash__logo {
        width: 300px;
        margin: 0 auto;
    }
}

/*----------------------------------------
	topBusiness
----------------------------------------*/

.p-topBusiness {
    background: transparent linear-gradient(180deg, #0054A6 0%, #8BB7E0 44%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 80px 80px 0px 0px;
    margin: -3.5% 0 0;
    padding: 110px 0 163px;
    position: relative;
}

.p-topBusiness .c-topTitle h2 {
    color: #fff;
}

.p-topBusiness .c-topTitle span {
    color: #fff;
}

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

.p-topBusiness__title .c-text {
    margin: 0 0 0 180px;
    color: #fff;
}

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

.p-topBusiness ul li {
    width: 47.4%;
}

.p-topBusiness__text {
    background-color: #fff;
    padding: 40px 52px 54px;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0 8px 15px rgba(51, 51, 51, 0.05);
}

.p-topBusiness__text h2 {
    font-size: 3rem;
    letter-spacing: 0.04em;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-topBusiness__text h2:before {
    content: "";
    display: inline-block;
    background-image: url(images/button_arrow_blue.svg);
    width: 43px;
    height: 43px;
    margin: 0 20px 0 0;
}

.p-topBusiness__text h2 span {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    margin: 0 0 0 20px;
    color: #0054A6;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.p-topBusiness__img img {
    border-radius: 15px 15px 0px 0px;
}

@media screen and (min-width: 769px) {
    .p-topBusiness ul li {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .p-topBusiness ul li:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }
}

@media screen and (max-width: 1500px) {
    .p-topBusiness__title .c-text {
        margin-left: 140px;
    }

    .p-topBusiness ul li {
        width: 48%;
    }

    .p-topBusiness__text h2 {
        font-size: 2.6rem;
    }

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

@media screen and (max-width: 1300px) {
    .p-topBusiness__title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .p-topBusiness__title .c-text {
        margin: 20px 0 0 0;
    }

    .p-topBusiness ul {
        flex-wrap: wrap;
    }

    .p-topBusiness__text {
        padding: 30px 30px 40px;
    }

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

    .p-topBusiness__text h2 span {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 820px) {
    .p-topBusiness {
        margin-top: -6%;
        border-radius: 50px 50px 0px 0px;
        padding: 60px 0px 70px;
    }

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

    .p-topBusiness__text {
        padding: 25px 20px 30px;
    }

    .p-topBusiness__text h2 {
        font-size: 2rem;
    }

    .p-topBusiness__text h2 span {
        font-size: 1.3rem;
    }

    .p-topBusiness__img img {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }

    .p-topBusiness ul li {
        width: 68%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 590px) {
    .p-topBusiness {
        border-radius: 30px 30px 0px 0px;
        padding: 60px 0 80px;
        margin-top: -8%;
    }

    .p-topBusiness__title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .p-topBusiness__title .c-text {
        margin-left: 0;
        margin-top: 15px;
    }

    .p-topBusiness__text {
        padding: 20px 15px 25px;
    }

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

    .p-topBusiness__text h2 span {
        font-size: 1.2rem;
        margin: 0px 0px 0px 10px;
    }

    .p-topBusiness__img img {
        width: 100%;
        height: auto;
        border-radius: 15px 15px 0 0;
    }

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

    .p-topBusiness__text h2::before {
        width: 25px;
        height: 25px;
        margin: 0px 10px 0px 0px;
        background-size: 100%;
    }

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

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

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

.p-topAbout__wrap {
    display: flex;
    margin: 0 0 80px;
}

.p-topAbout__img {
    width: 41%;
    height: 829px;
    background-image: url(images/top_about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.p-topAbout__text {
    width: 37%;
    margin: 0 0 0 111px;
}

.p-topAbout__text .c-topTitle {
    margin: 0 0 39px;
}

.p-topAbout__text h3 {
    font-size: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 58px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

.p-topAbout__text h3 span {
    display: inline-block;
    background-color: #0054A6;
    line-height: 1.438;
    padding: 8px 19px 8px 15px;
}

.p-topAbout__text h3 span:nth-of-type(1) {
    margin: 0 0 8px;
}

.p-topAbout__text .c-text {
    line-height: 1.944;
}

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

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

.p-topAbout ul li {
    width: 33.4%;
    height: 218px;
    border: 1px solid rgba(0, 84, 166, 0.3);
}

.p-topAbout ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.p-topAbout ul li a:after {
    content: "";
    background-color: #0054A6;
    position: absolute;
    width: 26px;
    height: 100%;
    right: 0;
    top: 0;
}

.p-topAbout ul li a:before {
    content: "";
    background-image: url(images/top_about_arrow.svg);
    position: absolute;
    width: 10px;
    height: 19px;
    right: 2%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.p-topAbout ul li h2:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 56px;
    height: 56px;
    margin: 0 15px 0 0;
}

.p-topAbout ul li:nth-of-type(1) h2:before {
    background-image: url(images/top_about_safety_icon.svg);
}

.p-topAbout ul li:nth-of-type(2) h2:before {
    background-image: url(images/top_about_trust_icon.svg);
}

.p-topAbout ul li:nth-of-type(3) h2:before {
    background-image: url(images/top_about_quality_icon.svg);
}

.p-topAbout ul li h2 {
    font-size: 3.5rem;
    margin: 0 0 27px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
}

.p-topAbout ul li h2 span {
    font-size: 2.2rem;
    margin: 0 0 0 8px;
    color: #0054A6;
    letter-spacing: 0.07em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.p-topAbout ul li .c-text {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.133;
}

@media screen and (min-width:769px) {
    .p-topAbout li {
        position: relative;
        overflow: hidden;
        transition: transform 0.35s ease;
    }

    .p-topAbout li:hover {
        transform: translateY(-6px);
    }

    .p-topAbout li::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -100%;
        width: 100%;
        height: 100%;
        background-color: #013167;
        z-index: 0;
        transition: bottom 0.45s ease;
    }

    .p-topAbout li:hover::before {
        bottom: 0;
    }

    .p-topAbout li a {
        position: relative;
        z-index: 1;
        display: block;
        padding: 40px 30px;
        color: #013167;
        transition: color 0.35s ease;
    }

    .p-topAbout li:hover a {
        color: #fff;
    }

    .p-topAbout li h2 span {
        display: inline-block;
        transition: color 0.45s ease 0.1s;
    }

    .p-topAbout li:hover h2 span {
        color: rgba(255, 255, 255, 0.8);
    }
}

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

    .p-topAbout__text {
        margin-left: 80px;
    }

    .p-topAbout__text h3 {
        font-size: 2.8rem;
        margin-bottom: 50px;
    }

    .p-topAbout__text h3 span {
        padding: 6px 15px 6px 12px;
    }

    .p-topAbout ul li {
        height: 200px;
    }

    .p-topAbout ul li h2 {
        font-size: 3.2rem;
    }

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

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

    .p-topAbout__text {
        width: 48%;
    }
}

@media screen and (max-width: 1300px) {
    .p-topAbout__wrap {
        align-items: flex-start;
    }

    .p-topAbout__img,
    .p-topAbout__text {
        width: 100%;
    }

    .p-topAbout__text {
        margin-left: 60px;
        margin-top: 30px;
    }

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

    .p-topAbout__text h3 span {
        font-size: 1.8rem;
        padding: 5px 12px 5px 10px;
    }

    .p-topAbout ul li h2 {
        font-size: 2.8rem;
    }

    .p-topAbout ul li h2 span {
        font-size: 1.8rem;
    }

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


@media screen and (max-width: 1100px) {
    .p-topAbout ul {
        flex-wrap: wrap;
    }

    .p-topAbout ul li {
        width: 100%;
        height: auto;
        min-height: 180px;
    }
}

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

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

    .p-topAbout__wrap {
        gap: 20px;
    }

    .p-topAbout__img {
        height: 400px;
    }

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

    .p-topAbout__text h3 span {
        font-size: 3rem;
        padding: 4px 10px 4px 8px;
    }

    .p-topAbout__text .c-text {
        line-height: 1.8;
    }

    .p-topAbout ul li {
        min-height: 175px;
    }

    .p-topAbout ul li h2 {
        font-size: 2.4rem;
        margin: 0px 0px 12px;
    }

    .p-topAbout ul li h2 span {
        font-size: 1.5rem;
    }

    .p-topAbout ul li .c-text {
        font-size: 1.2rem;
    }

    .p-topAbout__img {
        width: 88%;
        height: 350px;
        background-position: center;
    }

    .p-topAbout__text {
        width: 93%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

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

    .p-topAbout__text .c-button {
        margin-top: 40px;
    }

    .p-topAbout ul li a::before {
        right: 1%;
    }

    .p-topAbout__text .c-topTitle {
        margin: 0px 0px 20px;
    }
}

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

    .p-topAbout__img {
        height: 220px;
    }

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

    .p-topAbout__text h3 span {
        font-size: 2rem;
        padding: 3px 8px 3px 6px;
    }

    .p-topAbout__text .c-text {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .p-topAbout ul {
        flex-direction: column;
        gap: 15px;
    }

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

    .p-topAbout ul li a {
        padding: 15px 0;
    }

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

    .p-topAbout ul li h2 span {
        font-size: 1.3rem;
    }

    .p-topAbout ul li .c-text {
        font-size: 1rem;
    }

    .p-topAbout ul li h2:before {
        background-size: 100%;
        width: 40px;
        height: 40px;
        margin: 0px 10px 0px 0px;
    }

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

    .p-topAbout ul li a::before {
        width: 8px;
        height: 15px;
        background-size: 100%;
    }

    .p-topAbout__text .c-button {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-topAbout__text h3 span:nth-of-type(1) {
        margin: 0px 0px 5px;
    }

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

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

.p-topStrength {
    background-color: #F1F9FF;
    margin: 0 0 100px;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.p-topStrength:before {
    content: "";
    width: 80%;
    height: 400px;
    background-color: #0054A6;
    border-radius: 0 150px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.p-topStrength__title {
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 60px;
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.p-topStrength__title:before {
    content: "";
    width: 40px;
    height: 3px;
    background: #fff;
    margin-right: 15px;
}

.p-topStrength__wrap {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 100px 0 0 100px;
    padding: 80px 0;
    margin-left: 50px;
}

.p-topStrength__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.p-topStrength__item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.p-topStrength__item:nth-child(even) {
    flex-direction: row-reverse;
}

.p-topStrength__img {
    width: 40%;
    position: relative;
}

.p-topStrength__body {
    width: 55%;
}

.p-topStrength__number {
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
    color: #0054A6;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.p-topStrength__number:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #eee;
    margin-left: 15px;
}

.p-topStrength__name {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #333;
}

.p-topStrength__text {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #666;
}

.p-topStrength .c-button {
    margin: 40px auto 0;
}

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

    .p-topStrength__wrap {
        margin-left: 0;
        border-radius: 50px 0 0 0;
        padding: 50px 20px;
    }

    .p-topStrength__item,
    .p-topStrength__item:nth-child(even) {
        flex-direction: column;
        gap: 20px;
    }

    .p-topStrength__img,
    .p-topStrength__body {
        width: 100%;
    }

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

    .p-topStrength__title {
        font-size: 3rem;
    }

    .p-topStrength .c-button {
        margin: 20px auto 0;
    }
}

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

    .p-topStrength {
        padding: 40px 0;
    }

    .p-topStrength:before {
        width: 88%;
        border-radius: 0 50px 0 0;
    }

    .p-topStrength__wrap {
        padding: 35px 20px;
    }

    .p-topStrength__title:before {
        width: 30px;
    }
}

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

.p-topWorks {
    background-color: #F1F9FF;
    margin: 0 0 88px;
    padding: 0 0 268px;
    position: relative;
}

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


.p-topWorks__bg {
    width: 83.8%;
    height: 580px;
    background-image: url(images/top_works.jpg);
    background-size: cover;
    margin-left: auto;
    margin-bottom: 112px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

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

.p-worksArchive__img {
    margin: 0 0 22px;
}

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

.p-worksArchive__slider {
    padding-left: 8.8% !important;
    overflow: visible !important;
}

.p-worksArchive {
    overflow: hidden;
}

.p-worksArchive__info {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    color: #00366E;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-works__archiveTitle {
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-worksArchive__slider .swiper-scrollbar {
    background: #eee;
    height: 8px;
    position: absolute !important;
    bottom: -117px !important;
    left: 50% !important;
    transform: translateX(-50%);
    max-width: 1100px;
}

.p-worksArchive__slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #00366E;
    border-radius: 4px;
}

@media screen and (max-width: 1500px) {
    .p-topWorks__bg {
        width: 90%;
        height: 500px;
        margin-bottom: 100px;
    }

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

    .p-topWorks .c-topTitle {
        margin-right: 50px;
    }

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

@media screen and (max-width: 1300px) {
    .p-topWorks__bg {
        width: 95%;
        height: 450px;
        margin-bottom: 80px;
    }

    .p-topWorks__titleWrap {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 60px;
    }

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

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

    .p-worksArchive__slider {
        margin: 0 3.5% !important;
    }

    .p-worksArchive__slider .swiper-scrollbar {
        bottom: -100px !important;
    }

    .p-topWorks::before {
        height: 180px;
    }
}

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

    .p-topWorks__bg {
        height: 290px;
        margin-bottom: 60px;
    }

    .p-worksArchive__slider {
        padding-left: 0 !important;
    }

    .p-worksArchive__slider .swiper-scrollbar {
        max-width: 95%;
        bottom: -60px !important;
    }

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

    .p-topWorks___title {
        justify-content: space-between;
        width: 100%;
    }

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

    .p-topWorks__titleWrap .c-button {
        display: none;
    }

    .p-topWorks___title .c-text {
        width: 72%;
    }

    .p-topWorks .c-button {
        margin: 115px auto 0;
    }

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

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

    .p-topWorks___title {
        flex-wrap: wrap;
    }

    .p-topWorks___title .c-text {
        width: 100%;
    }

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

    .p-topWorks__bg {
        height: 170px;
        margin-bottom: 25px;
    }

    .p-topWorks__titleWrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 25px;
    }

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

    .p-worksArchive__slider .swiper-scrollbar {
        max-width: 90%;
        bottom: -60px !important;
    }

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

    .p-topWorks .c-button {
        margin: 85px auto 0px;
    }

    .p-worksArchive__slider .swiper-scrollbar {
        bottom: -55px !important;
    }
}

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

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

.p-topNews .c-topTitle {
    margin: 0 0 80px;
}

.p-topNews__all {
    display: block;
    text-align: right;
    color: #0054A6;
    font-size: 2rem;
    margin: 0 0 32px;
}

.p-topNews__all span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.p-topNews__all span:after {
    content: "";
    display: inline-block;
    background-image: url(images/button_arrow_blue.svg);
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin: 0 0 0 20px;
}

.p-newsArchive__article:not(:last-child) {
    margin: 0 0 5px;
}

.p-newsArchive__article a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 28px 30px 28px 30px;
    background-color: #F5F5F5;
}

.p-newsArchive__article a h3 {
    font-size: 1.9rem;
}

.p-newsArchive__article:first-child a {
    border-radius: 15px 15px 0 0;
}

.p-newsArchive__article:last-child a {
    border-radius: 0 0 15px 15px;
}

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

.p-newsArchive__info {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.p-newsArchive__category {
    color: #fff;
    background-color: #0054A6;
    border-radius: 100px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    padding: 4px 12px;
}

.p-newsArchive__time {
    font-size: 1.5rem;
    color: #0054A6;
    margin: 0 18px 0 0;
}

.p-newsArchive__category:not(:last-child) {
    margin: 0 10px 0 0;
}

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

.p-topNews_left {
    width: 20.3%;
}

.p-topNews_right {
    width: 70.9%;
}

.p-topNews__category {
    width: 100%;
    border: 1px solid rgba(112, 112, 112, 0.3);
}

.p-topNews__category li {
    padding: 20px 0 20px 17px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: left;
}

.p-topNews__category li:first-child {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

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

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

    .p-newsArchive__time {
        font-size: 1.4rem;
        margin-right: 12px;
    }

    .p-newsArchive__category {
        font-size: 1.5rem;
        padding: 3px 10px;
    }
}

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

    .p-topNews__category li {
        font-size: 1.5rem;
    }

    .p-newsArchive__article a {
        padding: 24px 20px;
    }

    .p-newsArchive__article a h3 {
        font-size: 1.6rem;
    }
}

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

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

    .p-topNews_left,
    .p-topNews_right {
        width: 100%;
    }

    .p-topNews_right {
        margin: 0 0 35px;
    }

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

    .p-newsArchive__article a {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 15px;
    }

    .p-newsArchive__article a h3 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .p-newsArchive__info {
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

    .p-newsArchive__time {
        margin-right: 10px;
        font-size: 1.3rem;
    }

    .p-newsArchive__category {
        font-size: 1.4rem;
        margin: 0 0 30px;
        padding: 3px 8px;
        margin-bottom: 5px;
    }

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

    .p-topNews__category li {
        font-size: 1.4rem;
        padding: 15px 0 15px 12px;
    }

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

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

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

    .p-newsArchive__article a {
        padding: 15px 10px;
    }

    .p-newsArchive__article a h3 {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    .p-newsArchive__info {
        margin-bottom: 8px;
    }

    .p-newsArchive__time {
        font-size: 1.2rem;
        margin: 0 0 5px 0;
    }

    .p-newsArchive__category {
        font-size: 1.2rem;
        padding: 2px 6px;
        margin: 0;
    }

    .p-topNews__category li {
        font-size: 1.2rem;
        padding: 12px 0 12px 10px;
    }
}

/*----------------------------------------
	topContents
----------------------------------------*/

.p-topContents {
    margin: 0 0 38px;
}

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

.p-topContents ul li {
    width: 48.5%;
    height: 343px;
}

.p-topContents ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

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

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

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

.p-topContents__title {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 13.3%;
    display: flex;
    flex-direction: column-reverse;
}

.p-topContents__title h2 {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-topContents__title span {
    font-size: 1.9rem;
    letter-spacing: 0.07em;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 15px;
    border-bottom: 1px solid #fff;
    line-height: 1.526;
}

@media screen and (min-width: 769px) {
    .p-topContents li a {
        display: block;
        transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .p-topContents li a:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(1, 49, 103, 0.18);
    }
}

@media screen and (max-width: 1500px) {
    .p-topContents ul li {
        height: 300px;
    }

    .p-topContents__title h2 {
        font-size: 2.5rem;
    }

    .p-topContents__title span {
        font-size: 1.7rem;
        margin-bottom: 12px;
    }

    .p-topContents ul li a:before {
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 1300px) {
    .p-topContents ul {
        flex-direction: column;
        gap: 30px;
    }

    .p-topContents ul li {
        width: 100%;
        height: 280px;
    }

    .p-topContents__title {
        left: 10%;
    }

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

    .p-topContents__title span {
        font-size: 1.5rem;
    }

    .p-topContents ul li a:before {
        width: 36px;
        height: 36px;
        right: 15px;
        bottom: 15px;
    }
}

@media screen and (max-width: 820px) {
    .p-topContents ul li {
        height: 220px;
    }

    .p-topContents__title {
        left: 8%;
    }

    .p-topContents__title h2 {
        font-size: 2rem;
    }

    .p-topContents__title span {
        font-size: 1.3rem;
    }

    .p-topContents ul li a:before {
        width: 32px;
        height: 32px;
        right: 12px;
        bottom: 12px;
    }
}

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

    .p-topContents ul li {
        height: 160px;
    }

    .p-topContents__title {
        left: 5%;
    }

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

    .p-topContents__title span {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .p-topContents ul li a:before {
        width: 28px;
        height: 28px;
        right: 10px;
        bottom: 10px;
    }
}

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

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

.p-topRecruit a {
    display: block;
    background-image: url(images/top_recruit.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 343px;
    position: relative;
}

.p-topRecruit__text {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 7.3%;
    display: flex;
    flex-direction: column;
}

.p-topRecruit__title {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 30px;
}

.p-topRecruit__title h2 {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-topRecruit__title span {
    font-size: 1.9rem;
    letter-spacing: 0.07em;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 15px;
    border-bottom: 1px solid #fff;
    line-height: 1.526;
}

.p-topRecruit__text h3 {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.429;
}

@media screen and (min-width: 769px) {
    .p-topRecruit a {
        display: block;
        transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .p-topRecruit a:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(1, 49, 103, 0.18);
    }
}

@media screen and (max-width: 1500px) {
    .p-topRecruit a {
        height: 300px;
    }

    .p-topRecruit__title h2,
    .p-topRecruit__text h3 {
        font-size: 2.5rem;
    }

    .p-topRecruit__title span {
        font-size: 1.7rem;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1300px) {
    .p-topRecruit a {
        height: 280px;
    }

    .p-topRecruit__text {
        left: 5%;
    }

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

    .p-topRecruit__title span {
        font-size: 1.5rem;
    }
}

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

    .p-topRecruit a {
        height: 200px;
    }

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

    .p-topRecruit__title span {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .p-topRecruit__text {
        left: 5%;
    }
}

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

    .p-topRecruit a {
        background-position: 20%;
        height: 165px;
    }

    .p-topRecruit__text {
        left: 4%;
    }

    .p-topRecruit__title h2,
    .p-topRecruit__text h3 {
        font-size: 1.6rem;
    }

    .p-topRecruit__title span {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .p-topRecruit__title h2,
    .p-topRecruit__text h3 {
        font-size: 1.4rem;
    }
}

/*----------------------------------------
	bottom_contact
----------------------------------------*/

.p-bottomContact {
    position: relative;
    z-index: 1;
    background-image: url(images/contact_bottom_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 135px 0 157px;
}

.p-bottomContact .c-topTitle {
    margin: 0 0 62px;
}

.p-bottomContact .c-topTitle h2 {
    color: #fff;
}

.p-bottomContact .c-topTitle span {
    color: #fff;
}

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

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

.p-bottomContact__text {
    width: 45.4%;
}

.p-bottomContact__form,
.p-bottomContact__tel {
    text-align: center;
}

.p-bottomContact__form {
    margin: 42px auto 0 0;
}

.p-bottomContact__form a {
    text-align: center;
    display: block;
    width: 395px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    letter-spacing: 0.06em;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    transition: all 0.4s;
    border-radius: 100px;
    background-color: #fff;
    margin: 0 auto;
}

.p-bottomContact__form a:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 17px;
    background-image: url(images/contact_bottom_arrow.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.p-bottomContact__tel a {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: baseline;
}

.p-bottomContact__tel a span {
    font-size: 4.2rem;
    letter-spacing: 0.04em;
}

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

.p-bottomContact__form .c-text {
    margin: 10px 0 0;
    color: #fff;
}

.p-bottomContact__form a span,
.p-bottomContact__tel a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1500px) {
    .p-bottomContact {
        padding: 120px 0 140px;
    }

    .p-bottomContact__text {
        width: 48%;
    }

    .p-bottomContact__form a {
        width: 360px;
        height: 90px;
        font-size: 2.1rem;
    }

    .p-bottomContact__tel a {
        font-size: 2.6rem;
    }

    .p-bottomContact__tel a span {
        font-size: 3.8rem;
    }
}

@media (max-width: 1300px) {
    .p-bottomContact {
        padding: 110px 0 130px;
    }

    .p-bottomContact__text {
        width: 50%;
    }

    .p-bottomContact__wrap {
        gap: 40px;
    }

    .p-bottomContact__form a {
        width: 330px;
        height: 85px;
        font-size: 2rem;
    }

    .p-bottomContact__tel a {
        font-size: 2.4rem;
    }

    .p-bottomContact__tel a span {
        font-size: 3.4rem;
    }
}

@media (max-width: 820px) {
    .p-bottomContact {
        padding: 70px 0 80px;
    }

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

    .p-bottomContact__text {
        width: 100%;
        margin-bottom: 0;
    }

    .p-bottomContact__form {
        margin: 30px auto 0;
    }

    .p-bottomContact__form a {
        width: 500px;
        height: 70px;
        font-size: 1.9rem;
    }

    .p-bottomContact__tel a {
        justify-content: center;
        font-size: 2.2rem;
    }

    .p-bottomContact__tel a span {
        font-size: 3.2rem;
    }

    .p-bottomContact .c-topTitle {
        margin-bottom: 20px;
    }
}

@media (max-width: 590px) {
    .p-bottomContact {
        padding: 45px 0px 50px;
    }

    .p-bottomContact .c-topTitle {
        margin-bottom: 20px;
    }

    .p-bottomContact__text {
        margin-bottom: 0;
    }

    .p-bottomContact__form a {
        width: 260px;
        height: 50px;
        font-size: 1.4rem;
    }

    .p-bottomContact__form a:after {
        right: 18px;
    }

    .p-bottomContact__tel a {
        font-size: 1.9rem;
    }

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

    .p-bottomContact__form .c-text,
    .p-bottomContact__tel .c-text {
        font-size: 1.3rem;
    }

    .p-bottomContact__wrap {
        gap: 30px;
    }
}

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

.page-id-503 .p-catchBreadcrumbs {
    background-color: #F1F9FF;
}

.page-id-503 {
    background-color: #F1F9FF;
}

.p-contact {
    padding: 0 0 130px;
}

.p-contactTel {
    max-width: 1000px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto 100px;
    padding: 50px 0 54px;
    text-align: center;
}

.p-contactTel h2 {
    font-size: 3rem;
    margin: 0 0 20px;
}

.p-contactTel .c-text {
    margin: 0 0 38px;
}

.p-contactTel__number span {
    font-size: 4.4rem;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-contactTel__number span:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(images/contact_tel_icon.svg);
    margin: 0 10px 0 0;
}

.p-contactTel__time {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
}

.p-contactForm h2 {
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 50px;
    text-align: center;
    text-align: center;
}

.p-contactForm h2::first-letter {
    color: #0054A6;
}

.p-contactForm .c-text {
    text-align: center;
    margin: 0 0 80px;
}

.contact_mail {
    padding: 110px 0;
}

.contact_text {
    line-height: 2;
    padding: 70px 0;
}

.contact_time_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 60px;
    font-size: 1.6rem;
}

.contact_time_title {
    display: inline-block;
    background-color: #2da266;
    color: #fff;
    padding: 7px 14px;
    margin-right: 10px;
}

.page_contact_subtitle {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.table_contact_wrap {
    display: block;
    width: 1000px;
    margin: auto;
    padding: 80px 65px 110px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #CECECE;
}

.table_contact {
    width: 100%;
    display: block;
}

.table_contact th {
    color: #333333;
    width: 24.5%;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.722;
    text-align: left;
}

.contact_address_wrap div:first-child {
    margin: 0 0 20px;
}

.table_contact tbody {
    display: block;
}

.table_contact td {
    padding: 20px;
    width: 75.5%;
    vertical-align: middle;
}

.table_contact td input.text {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(112, 112, 112, 0.3);
}

.table_contact td input.text.job {
    border: none;
    padding: 0;
    background-color: transparent;
}

.table_contact td input.text.zip {
    width: 54%;
}

.table_contact td span {
    margin: 0 20px 0 0;
}

.table_contact td span:last-of-type {
    font-weight: bold;
    margin: 0 0 15px;
}

.table_contact td textarea {
    width: 100%;
    border: none;
    height: 220px;
    padding: 20px 0 0 20px;
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 3px;
    font-size: 1.6rem;
}

::placeholder {
    color: #9D9D9D;
}

.table_contact tr {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
}

.table_contact tr:first-child {
    border-top: 1px solid #DDDDDD;
}

.required {
    display: inline-block;
    background-color: #0054A6;
    color: #fff;
    margin-left: 20px;
    padding: 1px 3px;
    font-weight: normal;
    letter-spacing: 0.06em;
    font-size: 1.1rem;
    border-radius: 2px;
}

.contact_button {
    width: 360px;
    height: 60px;
    margin: 40px auto 0;
    position: relative;
}

.contact_button input {
    background: none;
    border: none !important;
    border-radius: 3px;
    background-color: #0054A6 !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.table_radio_wrap {
    display: flex;
}

.mwform-radio-field:last-child {
    margin: 0;
}

.agree_check {
    margin-bottom: 60px;
    color: #2B3A3F;
}

.agree_check a {
    color: #5BA560;
}

.mwform-checkbox-field {
    margin: 0 40px 0 0;
}

.agree_check .mwform-checkbox-field {
    margin: 0;
}

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .option,
.mw_wp_form_confirm .agree_check,
.mw_wp_form_confirm .table_contact td span {
    display: none;
}

.selectbox {
    width: 320px;
    height: 40px;
    background-color: #EDEDED;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
    border: none;
}

input::placeholder {
    color: #A0A0A0;
}

input[type="text"] {
    border: none;
}

input[type="text"]:focus {
    border: 1px solid #004DA0;
    outline: 0;
}

input::placeholder {
    color: #CECDCD;
}

.table_radio_wrap {
    display: flex;
    flex-direction: column;
}

.table_radio_wrap span:not(:last-child) {
    margin: 0 0 15px;
}

.contact_address_wrap input {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(112, 112, 112, 0.3) !important;
}

.contact_address_box:not(:last-child) {
    margin: 0 0 13px;
}

.contact_address_box:nth-of-type(1) input {
    width: 45.6%;
    margin: 0 0 20px;
}

.contact_address_box:nth-of-type(2) input {
    width: 26%;
}

.contact_address_box:nth-of-type(n+3) input {
    width: 60%;
}

.contact_address_box span {
    display: inline-block;
    width: 74px;
}

.contact_address_wrap {
    display: flex;
    flex-direction: column;
}

.privacy-check {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 1.4rem;
}

.privacy-check a {
    display: inline-block;
    color: #4496D3;
    padding: 0 0 2px;
    border-bottom: 1px solid #4496D3;
}

.table_contact td #privacy-check {
    width: 23px;
    height: 23px;
    margin: 0 7px 0;
}

.table_contact tr.privacy {
    border-bottom: none;
}

.table_contact .privacy td {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-check .mwform-checkbox-field-text {
    display: none;
}

.privacy-check .mwform-checkbox-field {
    margin: 0;
}

.table_contact td .privacy-check span {
    margin: 0;
}

.mw_wp_form_confirm .table_contact tr.privacy {
    display: none;
}

@media screen and (max-width: 1000px) {
    .table_contact_wrap {
        width: 100%;
        padding: 50px 40px 80px;
    }

    .table_contact td input.text {
        width: 80%;
    }

    .table_contact th {
        width: 37%;
    }

    .table_contact td {
        width: 63%;
    }

    .table_radio_wrap {
        flex-direction: column;
        line-height: 2;
    }
}

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

    .p-contact {
        padding: 0 0 70px;
    }

    .p-contactForm .c-text {
        margin: 0px 0px 30px;
    }

    .p-contactForm h2 {
        font-size: 2.8rem;
        margin: 0px 0px 30px;
    }

    .table_contact tr:nth-of-type(1) td {
        display: flex;
        flex-direction: column;
        line-height: 2;
    }

    .mw_wp_form .bg01 {
        margin: 0 0 40px;
    }

    .contact_text {
        padding: 40px 0;
    }

    .table_contact tr {
        flex-direction: column;
        padding: 20px 0;
    }

    .table_contact th {
        width: 100%;
        font-size: 1.6rem;
        justify-content: flex-start;
        margin: 0 0 15px;
        padding: 0;
    }

    .table_contact td {
        width: 100%;
        padding: 0;
    }

    .mw_wp_form .bg01 {
        padding: 40px 0;
    }

    .table_contact td input.text {
        width: 60%;
        height: 35px;
    }

    .table_contact td input.text.addr {
        width: 85%;
    }

    .selectbox {
        width: 240px;
        height: 35px;
    }

    .contact_time_wrap {
        margin: 0 0 30px;
    }

    .agree_check {
        line-height: 1.75;
        margin-bottom: 30px;
    }

    .contact_time_wrap {
        font-size: 1.4rem;
    }

    .contact_button {
        width: 230px;
        height: 45px;
        margin: 30px auto 0;
    }

    .contact_button::before {
        left: 50px;
    }

    .contact_mail {
        padding: 60px 0;
    }

    .table_radio_wrap span:not(:last-child) {
        font-size: 1.4rem;
        margin: 0 0 8px;
    }

    .p-contact__form {
        padding: 70px 0 0;
    }

    .p-contactForm {
        padding: 0;
    }

    .privacy-check {
        font-size: 1rem;
    }

    .contact_button input {
        font-size: 1.4rem;
    }

    .p-contactTel {
        padding: 40px 20px 44px;
        margin-bottom: 50px;
    }

    .p-contactTel h2 {
        font-size: 2.4rem;
        margin-bottom: 16px;
    }

    .p-contactTel .c-text {
        margin-bottom: 30px;
    }

    .p-contactTel__number span {
        font-size: 3.6rem;
        margin-bottom: 8px;
    }

    .p-contactTel__number span:before {
        background-size: 100%;
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

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

@media screen and (max-width: 590px) {
    .p-contactForm h2 {
        font-size: 2rem;
        margin: 0 0 20px;
    }

    .table_contact_wrap {
        padding: 35px 20px 50px;
    }

    .table_contact td input.text {
        width: 100%;
        height: 45px;
        font-size: 1.5rem;
    }

    .p-contactForm {
        padding: 0;
    }

    .contact_address_box:nth-of-type(1) input {
        width: 100%;
    }

    .contact_address_box:nth-of-type(2) input {
        width: 52%;
    }

    .contact_address_box:nth-of-type(n+3) input {
        width: 75%;
    }

    .p-contactTel {
        padding: 30px 15px 34px;
    }

    .p-contactTel h2 {
        font-size: 2rem;
        margin-bottom: 12px;
    }

    .p-contactTel .c-text {
        margin-bottom: 24px;
    }

    .p-contactTel__number span {
        font-size: 2.8rem;
        margin-bottom: 6px;
    }

    .p-contactTel__number span:before {
        width: 22px;
        height: 22px;
        margin-right: 6px;
    }

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

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

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

.p-catch__textWrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    position: absolute;
    top: 33.2%;
}

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

.p-catch__en {
    display: block;
    font-size: 8.4rem;
    color: #fff;
    letter-spacing: 0.07em;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 20px;
}

.p-catchSmall {
    height: 344px;
}

.p-catchSmall .p-catch__textWrap {
    top: 28.4%;
}

.p-catchSmall .p-catch__jp {
    font-size: 4.6rem;
}

.p-catchBreadcrumbs {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    width: 100%;
    padding: 32px 0;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-catchBreadcrumbs .home {
    color: #0054A6;
    font-weight: bold;
}

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

.p-catchBreadcrumbs .post {
    font-weight: bold;
}

.c-pageTitle {
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 65px;
    padding: 0 0 30px;
    border-bottom: 1px solid #707070;
}

.c-pageTitle::first-letter {
    color: #0054A6;
}

@media (max-width: 1500px) {
    .p-catch {
        height: 500px;
        background-position: center;
    }

    .p-catch__textWrap {
        top: 30%;
    }

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

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

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

    .p-catchSmall {
        height: 300px;
    }

    .p-catchSmall .p-catch__textWrap {
        top: 25%;
    }

    .p-catchSmall .p-catch__jp {
        font-size: 3.8rem;
    }
}

@media (max-width: 1300px) {
    .p-catch {
        height: 440px;
    }

    .p-catch__textWrap {
        top: 28%;
    }

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

    .p-catch__en {
        font-size: 6rem;
        margin-bottom: 15px;
    }

    .c-pageTitle {
        font-size: 2.8rem;
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

    .p-catchSmall {
        height: 260px;
    }

    .p-catchSmall .p-catch__textWrap {
        top: 23%;
    }

    .p-catchSmall .p-catch__jp {
        font-size: 3.2rem;
    }
}

@media (max-width: 1024px) {
    .p-catch {
        margin: 70px 0 60px;
    }
}

@media (max-width: 820px) {
    .p-catch {
        height: 280px;
        background-position: center;
    }

    .p-catch__textWrap {
        left: 10%;
        top: 25%;
    }

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

    .p-catch__en {
        font-size: 4.8rem;
        margin-bottom: 10px;
    }

    .c-pageTitle {
        font-size: 2.4rem;
        margin-bottom: 40px;
        padding-bottom: 15px;
    }

    .p-catchBreadcrumbs {
        font-size: 1.2rem;
        padding: 17px 0;
        border-radius: 25px 25px 0 0;
    }

    .p-catchSmall {
        height: 220px;
    }

    .p-catchSmall .p-catch__textWrap {
        top: 30%;
    }

    .p-catchSmall .p-catch__jp {
        font-size: 2.6rem;
    }
}

@media (max-width: 590px) {
    .p-catch {
        height: 210px;
        margin: 55px 0 20px;
    }

    .p-catch__textWrap {
        top: 22%;
    }

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

    .p-catch__en {
        font-size: 3.6rem;
        margin-bottom: 8px;
    }

    .c-pageTitle {
        font-size: 2rem;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .p-catchBreadcrumbs {
        font-size: 1rem;
        line-height: 1.2;
    }

    .p-catchSmall {
        height: 180px;
    }

    .p-catchSmall .p-catch__jp {
        font-size: 2rem;
    }
}

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

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

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

.page-id-938 #container {
    overflow: unset;
}

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

/*---- p-aboutGreeting ----*/

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

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

.p-aboutGreeting__img {
    width: 40.6%;
}

.p-aboutGreeting__text {
    width: 50.6%;
}

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

.p-aboutGreeting__text .c-text:last-child {
    margin: 0 0 64px;
}

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

    .p-aboutGreeting__img {
        width: 44%;
    }

    .p-aboutGreeting__text {
        width: 52%;
    }
}

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

    .p-aboutGreeting__wrap {
        align-items: flex-start;
    }

    .p-aboutGreeting__img {
        width: 46%;
    }

    .p-aboutGreeting__text {
        width: 50%;
    }

    .p-aboutGreeting__text .c-text:not(:last-child) {
        margin-bottom: 28px;
    }

    .p-aboutGreeting__text .c-text:last-child {
        margin-bottom: 48px;
    }

    .p-aboutGreeting__name img {
        width: 240px;
    }
}

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

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

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

    .p-aboutGreeting__text {
        width: 100%;
    }

    .p-aboutGreeting__text .c-text:not(:last-child) {
        margin-bottom: 24px;
    }

    .p-aboutGreeting__text .c-text:last-child {
        margin-bottom: 40px;
    }
}

/*---- aboutPhilosophy ----*/

.p-aboutPhilosophy {
    margin: 0 0 115px;
}

.p-aboutPhilosophy__subTitle {
    font-size: 3.8rem;
    line-height: 1.2;
    color: #0054A6;
    margin: 0 0 48px;
}

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

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

.p-aboutPhilosophy__img {
    width: 22.3%;
}

.p-aboutPhilosophy__text {
    width: 72.8%;
}

.p-aboutPhilosophy__text h3 {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    margin: 0 0 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-aboutPhilosophy__text h3 .big {
    font-size: 4.5rem;
}

.p-aboutPhilosophy__text h3 .color {
    font-size: 4.5rem;
    color: #0054A6;
}

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

    .p-aboutPhilosophy__subTitle {
        font-size: 3.4rem;
        margin-bottom: 40px;
    }

    .p-aboutPhilosophy__img {
        width: 24%;
    }

    .p-aboutPhilosophy__text {
        width: 70%;
    }
}

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

    .p-aboutPhilosophy__subTitle {
        font-size: 3rem;
        margin-bottom: 32px;
    }

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

    .p-aboutPhilosophy__img {
        width: 26%;
    }

    .p-aboutPhilosophy__text {
        width: 68%;
    }

    .p-aboutPhilosophy__text h3 {
        font-size: 2.4rem;
        margin-bottom: 24px;
    }

    .p-aboutPhilosophy__text h3 .big,
    .p-aboutPhilosophy__text h3 .color {
        font-size: 3.6rem;
    }
}

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

    .p-aboutPhilosophy__subTitle {
        font-size: 2rem;
        margin-bottom: 24px;
    }

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

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

    .p-aboutPhilosophy__img {
        width: 40%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-aboutPhilosophy__text {
        width: 100%;
    }

    .p-aboutPhilosophy__text h3 {
        font-size: 2rem;
        margin-bottom: 16px;
        text-align: center;
    }

    .p-aboutPhilosophy__text h3 .big,
    .p-aboutPhilosophy__text h3 .color {
        font-size: 3rem;
    }
}

/*---- aboutPolicy ----*/

.p-aboutPolicy {
    margin: 0 0 200px;
}

.p-aboutPolicy__imgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 70px;
}

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

.p-aboutPolicy ul {
    margin: 120px 0 0;
}

.p-aboutPolicy ul li {
    background-color: #F8F8F8;
    padding: 0 0 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

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

.p-aboutPolicy ul li h2 {
    display: inline-block;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    background-color: #0054A6;
    padding: 13px 46px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: -24px 0 42px;
}

.p-aboutPolicy ul li h3 {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    line-height: 1.429;
    margin: 0 0 42px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #0054A6;
}

.p-aboutPolicy ul li .c-text {
    text-align: center;
}

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

    .p-aboutPolicy__imgWrap {
        margin-bottom: 56px;
    }

    .p-aboutPolicy ul {
        margin-top: 100px;
    }

    .p-aboutPolicy ul li {
        padding-bottom: 64px;
    }

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

    .p-aboutPolicy ul li h2 {
        font-size: 2.4rem;
        padding: 12px 40px;
        margin-bottom: 36px;
    }

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

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

    .p-aboutPolicy__imgWrap {
        flex-wrap: wrap;
        margin-bottom: 48px;
    }

    .p-aboutPolicy__imgStyle {
        width: 54%;
        margin: 0 auto 40px;
    }

    .p-aboutPolicy__imgTitle {
        width: 68%;
        margin: 0 auto;
    }

    .p-aboutPolicy__imgStyle img,
    .p-aboutPolicy__imgTitle img {
        width: 100%;
    }

    .p-aboutPolicy ul {
        margin-top: 80px;
    }

    .p-aboutPolicy ul li {
        padding-bottom: 56px;
    }

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

    .p-aboutPolicy ul li h2 {
        font-size: 2.2rem;
        padding: 10px 36px;
        margin: -20px 0 32px;
    }

    .p-aboutPolicy ul li h3 {
        font-size: 2.2rem;
        margin-bottom: 32px;
    }
}

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

    .p-aboutPolicy__imgWrap {
        margin-bottom: 32px;
    }

    .p-aboutPolicy__imgStyle {
        margin: 0 12px 12px 0;
    }

    .p-aboutPolicy ul {
        margin-top: 60px;
    }

    .p-aboutPolicy ul li {
        padding: 0 16px 40px;
    }

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

    .p-aboutPolicy ul li h2 {
        font-size: 1.8rem;
        padding: 8px 24px;
        margin: -16px 0 24px;
    }

    .p-aboutPolicy ul li h3 {
        font-size: 1.9rem;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .p-aboutPolicy ul li .c-text {
        text-align: left;
    }

    .p-aboutPolicy__imgStyle {
        width: 90%;
        margin: 0 auto 20px;
    }

    .p-aboutPolicy__imgTitle {
        width: 100%;
    }
}

/*---- aboutStrength ----*/

.p-aboutStrength {
    background-color: #F1F9FF;
    position: relative;
    margin: 0 0 120px;
    padding: 74px 0 124px;
}

.p-aboutStrength:before {
    content: "";
    width: 78.125%;
    height: 49.4%;
    background-color: #0054A6;
    border-radius: 0 150px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.p-aboutStrength h2 {
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin: 0 0 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.p-aboutStrength h2:before {
    content: "";
    display: inline-block;
    width: 57px;
    height: 3px;
    background-color: #fff;
    margin: 0 11px 0 0;
}

.p-aboutStrength ul {
    position: relative;
}

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

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

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

.p-aboutStrength__img {
    width: 43.3%;
    position: relative;
}

.p-aboutStrength__img:before {
    content: "";
    position: absolute;
    width: 143px;
    height: 143px;
    right: -25px;
    top: -25px;
}

.p-aboutStrength ul li:nth-of-type(1) .p-aboutStrength__img:before {
    background-image: url(images/about_strength03_budge.png);
}

.p-aboutStrength ul li:nth-of-type(2) .p-aboutStrength__img:before {
    background-image: url(images/about_strength01_budge.png);
}

.p-aboutStrength ul li:nth-of-type(3) .p-aboutStrength__img:before {
    background-image: url(images/about_strength07_budge.png);
}

.p-aboutStrength ul li:nth-of-type(4) .p-aboutStrength__img:before {
    background-image: url(images/about_strength04_budge.png);
}

.p-aboutStrength ul li:nth-of-type(5) .p-aboutStrength__img:before {
    background-image: url(images/about_strength06_budge.png);
}

.p-aboutStrength ul li:nth-of-type(6) .p-aboutStrength__img:before {
    background-image: url(images/about_strength09_budge.png);
}

.p-aboutStrength ul li:nth-of-type(7) .p-aboutStrength__img:before {
    background-image: url(images/about_strength08_budge.png);
}

.p-aboutStrength ul li:nth-of-type(8) .p-aboutStrength__img:before {
    background-image: url(images/about_strength10_budge.png);
}

.p-aboutStrength__text {
    width: 49.3%;
}

.p-aboutStrength__text .p-aboutStrength__number {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    margin: 0 0 11px 0;
    color: #00366E;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
}

.p-aboutStrength__text .p-aboutStrength__number:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 2px;
    background-color: #0054A6;
    margin: 0 11px 0 0;
}

.p-aboutStrength__text h3 {
    font-size: 3rem;
    margin: 0 0 38px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
}

.p-aboutStrength__text .c-text {
    font-size: 1.7rem;
    line-height: 2.059;
}

.p-aboutStrength__wrap {
    background-color: #fff;
    position: relative;
    width: 100%;
    margin-left: auto;
    padding: 120px 0 130px;
    border-radius: 150px 0 0 0;
}

.p-aboutStrength__wrap:before {
    content: "";
    width: 45%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -45%;
    top: 0;
}

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

    .p-aboutStrength h2 {
        font-size: 3.2rem;
        margin-bottom: 56px;
    }

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

    .p-aboutStrength__img {
        width: 45%;
    }

    .p-aboutStrength__text {
        width: 50%;
    }

    .p-aboutStrength__wrap {
        padding: 100px 0 110px;
        border-radius: 120px 0 0 0;
    }
}

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

    .p-aboutStrength:before {
        width: 85%;
        height: 42%;
        border-radius: 0 120px 0 0;
    }

    .p-aboutStrength h2 {
        font-size: 2.8rem;
        margin-bottom: 48px;
    }

    .p-aboutStrength ul li {
        align-items: flex-start;
    }

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

    .p-aboutStrength__img {
        width: 46%;
    }

    .p-aboutStrength__img:before {
        width: 110px;
        height: 110px;
        right: -16px;
        top: -16px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .p-aboutStrength__text {
        width: 50%;
    }

    .p-aboutStrength__text h3 {
        font-size: 2.6rem;
        margin-bottom: 28px;
    }

    .p-aboutStrength__text .c-text {
        font-size: 1.6rem;
        line-height: 1.9;
    }

    .p-aboutStrength__wrap {
        padding: 88px 0 96px;
        border-radius: 100px 0 0 0;
    }
}

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

    .p-aboutStrength:before {
        width: 100%;
        height: 32%;
        border-radius: 0 60px 0 0;
    }

    .p-aboutStrength h2 {
        font-size: 2rem;
        margin-bottom: 32px;
    }

    .p-aboutStrength h2:before {
        width: 20px;
    }

    .p-aboutStrength ul li {
        flex-direction: column;
    }

    .p-aboutStrength ul li:nth-of-type(even) {
        flex-direction: column;
    }

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

    .p-aboutStrength__img {
        width: 100%;
        margin-bottom: 20px;
    }

    .p-aboutStrength__img:before {
        width: 88px;
        height: 88px;
        right: 8px;
        top: 8px;
    }

    .p-aboutStrength__text {
        width: 100%;
    }

    .p-aboutStrength__text .p-aboutStrength__number {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .p-aboutStrength__text h3 {
        font-size: 2.1rem;
        margin-bottom: 20px;
    }

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

    .p-aboutStrength__wrap {
        padding: 64px 0 72px;
        border-radius: 60px 0 0 0;
    }

    .p-aboutStrength__wrap:before {
        display: none;
    }
}

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

    .p-aboutGreeting .c-inner1300,
    .p-aboutPhilosophy .c-inner1300,
    .p-aboutPolicy .c-inner1300,
    .p-aboutStrength .c-inner1300 {
        width: 80%;
    }
}

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

    .p-aboutGreeting .c-inner1300,
    .p-aboutPhilosophy .c-inner1300,
    .p-aboutPolicy .c-inner1300,
    .p-aboutStrength .c-inner1300 {
        width: 100%;
    }
}

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

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

.p-serviceIntro {
    margin: 0 0 290px;
}

.p-serviceIntro__wrap {
    display: flex;
    align-items: flex-end;
}

.p-serviceIntro__img {
    width: 40.625%;
    height: 569px;
    background-size: cover;
    background-image: url(images/top_service_intro01.jpg);
    background-repeat: no-repeat;
    position: relative;
    margin: 0 180px 0 0;
    border-radius: 0 20px 20px 0;
}

.p-serviceIntro__img:before {
    content: "";
    width: 295px;
    height: 361px;
    position: absolute;
    right: -62px;
    bottom: -180px;
    border-radius: 20px;
    background-size: cover;
    background-image: url(images/top_service_intro02jpg);
    background-repeat: no-repeat;
}

.p-serviceMain.p-serviceMain__civil .p-serviceMain__boxWrap:before {
    left: 0;
    right: auto;
    border-radius: 0 100px 10px 0;
}

.p-serviceMain.p-serviceMain__civil .p-serviceMain__box {
    flex-direction: row-reverse;
}

.p-serviceMain.p-serviceMain__civil {
    margin: 0 0 90px;
}

.p-serviceIntro__text {
    width: 39.2%;
}

.p-serviceIntro__text h2 {
    font-size: 4rem;
    line-height: 1.475;
    letter-spacing: 0.05em;
    color: #0054A6;
    margin: 0 0 52px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

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

.p-serviceMain {
    margin: 0 0 100px;
    padding: 110px 0 70px;
    border-radius: 80px 80px 0 0;
}

.p-serviceMain.p-serviceMain__construction {
    background-color: #F2F2F2;
}

.p-serviceMain.p-serviceMain__civil {
    background-color: #F1F9FF;
    border-radius: 0;
}

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

.p-serviceMain__img {
    width: 47.2%;
}

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

.p-serviceMain__text {
    width: 45.6%;
}

.p-serviceMain__title span {
    display: inline-block;
    margin: 0 0 24px;
    line-height: 1.475;
    background-color: #0054A6;
    padding: 3px 20px;
    color: #fff;
    letter-spacing: 0.05em;
}

.p-serviceMain__subTitle {
    font-size: 3.2rem;
    color: #0054A6;
    line-height: 1.469;
    margin: 0 0 35px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-serviceMain__boxWrap {
    margin: 0 0 110px;
    padding: 110px 0;
    position: relative;
}

.p-serviceMain__boxWrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 78.125%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px 0 0 10px;
}

.p-serviceCategory__wrap {
    width: 92.1875%;
    background-color: #fff;
    margin: 0 auto;
    padding: 125px 0 115px;
    border-radius: 80px 80px 0 0;
}

.p-serviceCategory h2 {
    width: 100%;
    font-size: 3.8rem;
    letter-spacing: 0.05em;
    background-color: #0054A6;
    border-radius: 100px;
    color: #fff;
    margin: 0 0 -45px;
    padding: 17px 0;
    text-align: center;
    position: relative;
}

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

.p-serviceCategory__list {
    width: 48%;
    border-radius: 20px;
    background-color: #F2F2F2;
    padding: 50px 50px 60px;
    position: relative;
}

.p-serviceCategory__list:nth-child(n+3) {
    margin: 90px 0 0;
}

.p-serviceCategory__listNumber {
    width: 94px;
    position: absolute;
    font-size: 3.5rem;
    letter-spacing: 0.07em;
    color: #fff;
    line-height: 1.514;
    background-color: #0054A6;
    border-radius: 0 120px 120px 0;
    top: 26px;
    left: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.p-serviceCategory__img {

    margin: 0 0 40px;
}

.p-serviceCategory__title {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}

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

.p-serviceCategory__title h3,
.p-serviceCategory__title02 h3 {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    line-height: 1.486;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #0054A6;
}

.p-serviceCategory__title02 h3 {
    margin: 0 0 24px;
}

.p-serviceCategory__title span,
.p-serviceCategory__title02 span {
    font-size: 2rem;
    padding: 5px 10px;
    color: #0054A6;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border: 1px solid #0054A6;
}

.p-serviceCategory__title span:nth-child(n+2) {
    margin: 0 0 0 8px;
}

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

.p-serviceCategory__text .c-text {
    font-size: 1.7rem;
    margin: 0 0 30px;
}

.p-serviceCategory__link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #0054A6;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-serviceCategory__link span {
    display: flex;
    align-items: center;
}

.p-serviceCategory__link span:after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(images/service_arrow.svg);
    margin: 0 0 0 10px;
}

.p-serviceWorks {
    margin: 0 0 248px;
}

@media screen and (max-width: 1500px) {
    .p-serviceIntro__wrap {
        align-items: flex-start;
    }

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

    .p-serviceIntro__img:before {
        width: 200px;
        height: 240px;
        right: -20px;
        bottom: -120px;
    }
}

@media screen and (max-width: 1300px) {
    .p-serviceIntro__text h2 {
        font-size: 3rem;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .p-serviceIntro__img::before {
        width: 170px;
        height: 209px;
    }
}

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

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

    .p-serviceIntro__img {
        width: 90%;
        height: 330px;
        margin-bottom: 40px;
        background-position: center;
    }

    .p-serviceIntro__img::before {
        bottom: -28px;
        width: 110px;
        height: 136px;
        border-radius: 10px;
    }

    .p-serviceIntro__text {
        width: 100%;
        width: 85%;
        margin: 0 auto;
    }

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

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

    .p-serviceMain__boxWrap::before {
        border-radius: 50px 0px 0px 10px;
        width: 85%;
    }

    .p-serviceMain {
        border-radius: 50px 50px 0px 0px;
        padding: 40px 0px 50px;
    }

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

    .p-serviceMain.p-serviceMain__civil .p-serviceMain__box {
        flex-direction: column;
    }

    .p-serviceMain.p-serviceMain__civil .p-serviceMain__boxWrap::before {
        border-radius: 0px 50px 10px 0px;
    }

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

    .p-serviceMain__img,
    .p-serviceMain__text {
        width: 100%;
    }

    .p-serviceMain__subTitle {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .p-serviceCategory__wrap {
        padding: 65px 0px 75px;
        border-radius: 30px 30px 0px 0px;
    }

    .p-serviceCategory h2 {
        width: 80%;
        margin: 0px auto -45px;
    }

    .p-serviceCategory__title span,
    .p-serviceCategory__title02 span {
        font-size: 1.8rem;
    }

    .p-serviceCategory__lists {
        flex-direction: column;
        gap: 30px;
    }

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

    .p-serviceCategory__list:nth-child(n+3) {
        margin: 0;
    }

    .p-serviceCategory h2 {
        font-size: 2.8rem;
        padding: 12px 0;
        margin-bottom: -30px;
    }

    .p-serviceCategory__title h3,
    .p-serviceCategory__title02 h3 {
        font-size: 2.6rem;
    }

    .p-serviceCategory__text .c-text {
        font-size: 1.5rem;
    }

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

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

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

    .p-worksArchive__slider .swiper-scrollbar {
        bottom: -65px !important;
    }

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

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

    .p-serviceIntro__img {
        height: 230px;
        margin-bottom: 28px;
    }

    .p-serviceIntro__img:before {
        width: 95px;
        height: 117px;
        right: -20px;
        bottom: -25px;
    }

    .p-serviceIntro__text {
        width: 97%;
    }

    .p-serviceIntro__text h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

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

    .p-serviceMain {
        border-radius: 30px 30px 0px 0px;
        padding: 30px 0px 50px;
    }

    .p-serviceMain__boxWrap {
        padding: 25px 0px;
    }

    .p-serviceMain__boxWrap::before {
        width: 90%;
        border-radius: 30px 0px 0px 10px;
    }

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

    .p-serviceCategory__wrap {
        padding: 35px 0px 50px;
        border-radius: 15px 15px 0px 0px;
    }

    .p-serviceCategory h2 {
        font-size: 2rem;
    }

    .p-serviceCategory__title {
        flex-wrap: wrap;
    }

    .p-serviceCategory__title h3,
    .p-serviceCategory__title02 h3 {
        width: 100%;
        font-size: 1.8rem;
        margin: 0 0 5px;
    }

    .p-serviceCategory__title span,
    .p-serviceCategory__title02 span {
        font-size: 1.2rem;
        padding: 4px;
    }

    .p-serviceCategory__title span:nth-of-type(1) {
        margin: 0px;
    }

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

    .p-serviceCategory__list {
        padding: 20px 15px 25px;
        border-radius: 10px;
    }

    .p-serviceCategory__listNumber {
        font-size: 2rem;
        width: 60px;
        top: 15px;
    }

    .p-serviceCategory__link span {
        font-size: 1.1rem;
    }

    .p-serviceCategory__link span:after {
        background-size: 100%;
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .p-serviceWorks {
        margin-bottom: 150px;
    }
}

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

/*---- works_archive ----*/

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

.p-catchArchive__works {
    background-image: url(images/works_archive_catch.jpg);
}

.p-worksArchive .p-worksArchive__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

.p-worksArchive .p-worksArchive__box {
    width: 63.4%;
}

.p-worksArchive .p-worksCategory {
    width: 27.6%;
}

.p-worksArchive .p-worksArchive__article {
    width: 46.6%;
}

.p-worksArchive .p-worksArchive__article:nth-child(n+3) {
    margin: 88px 0 0;
}

.p-worksArchive .p-works__archiveTitle {
    font-size: 2rem;
}

.p-worksArchive .p-worksArchive__info {
    font-size: 1.5rem;
}

.p-worksArchive__category {
    font-size: 3.5rem;
    letter-spacing: 0.06em;
    margin: 0 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #0054A6;
}

.p-sidebar__archive.p-sidebar__worksArchive {
    width: 27.6%;
    border: none;
    background-color: #F1F9FF;
}

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

    .p-worksArchive .p-worksArchive__article:nth-child(n+3) {
        margin-top: 70px;
    }

    .p-worksArchive__category {
        font-size: 3.2rem;
        margin-bottom: 32px;
    }
}

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

    .p-worksArchive .p-worksArchive__box {
        width: 100%;
    }

    .p-sidebar__archive.p-sidebar__worksArchive {
        width: 100%;
        margin-top: 80px;
        padding: 40px;
    }

    .p-worksArchive .p-worksArchive__article {
        width: 47.5%;
    }

    .p-worksArchive .p-worksArchive__article:nth-child(n+3) {
        margin-top: 60px;
    }

    .p-worksArchive__category {
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .p-worksArchive .p-works__archiveTitle {
        font-size: 1.6rem;
    }

    .p-worksArchive .p-worksArchive__info {
        font-size: 1.2rem;
    }
}

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

    .p-worksArchive .p-worksArchive__article:not(:first-child) {
        margin-top: 0;
    }

    .p-worksArchive .p-worksArchive__article:nth-child(n+3) {
        margin-top: 40px;
    }

    .p-worksArchive__category {
        font-size: 2rem;
        margin-bottom: 24px;
    }

    .p-sidebar__archive.p-sidebar__worksArchive {
        margin-top: 60px;
        padding: 30px 20px;
    }

    .p-worksArchive .p-works__archiveTitle {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .p-worksArchive__img {
        margin: 0 0 14px;
    }
}

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

.p-catchSingle__works {
    background-image: url(images/works_single_catch.jpg);
}

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

.p-singleWorks__wrap {
    margin: 0 0 90px;
}

.p-singleWorks__wrap .swiper {
    width: 1000px;
}

.p-singleWorks__wrap .c-button {
    margin: auto;
}

.p-singleWorks__text {
    width: 1000px;
    margin: 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: #0054A6;
}

.p-singleWorks__sliderImg img {
    width: 100%;
    height: 708px;
    object-fit: contain;
}

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

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

.p-singleWorks__categoryWrap {
    background-color: #F1F9FF;
    border-radius: 10px;
    padding: 127px 20px 63px;
}

.p-singleWorks__categoryTitle {
    margin: 0 0 -64px;
    text-align: center;
}

.p-singleWorks__categoryTitle p {
    font-size: 5rem;
    letter-spacing: 0.07em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0 0 7px;
    line-height: 1.2;
}

.p-singleWorks__categoryTitle h2 {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    color: #0054A6;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-singleWorks__category ul {
    max-width: 927px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-singleWorks__category ul li {
    width: 47.4%;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 84, 166, 0.35);
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: left;
    position: relative;
}

.p-singleWorks__category ul li:nth-of-type(1),
.p-singleWorks__category ul li:nth-of-type(2) {
    border-top: 1px solid rgba(0, 84, 166, 0.35);
}

.p-singleWorks__category ul li:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(images/sidebar_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-worksSingle__content {
    margin-bottom: 105px;
}

.p-worksSingle__block {
    background-color: #F1F9FF;
    padding: 0 0 50px;
}

.p-worksSingle__blockHead {
    background: #0054A6;
    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: #0054A6;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.p-worksSingle__blockText {
    line-height: 2;
    font-size: 15px;
    padding: 0 10%;
    text-align: left;
}

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

    .p-singleWorks__wrap {
        margin-bottom: 80px;
    }

    .p-singleWorks h1 {
        font-size: 3.6rem;
    }

    .p-singleWorks__categoryTitle p {
        font-size: 4.5rem;
    }
}

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

    .p-singleWorks__text {
        width: 100%;
        margin: 0 auto 60px;
    }

    .p-singleWorks table {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .p-singleWorks h1:after {
        margin: 16px auto 30px;
        width: 80px;
    }

    .p-singleWorks table tr td {
        font-size: 1.8rem;
    }

    .p-singleWorks table tr th {
        font-size: 2rem;
    }

    .p-singleWorks__text {
        margin: 0 auto 30px;
    }

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

    .p-singleWorks__sliderWrap {
        margin: 0 0 50px;
        padding: 0 0 50px;
    }

    .p-singleWorks__sliderImg img {
        height: 500px;
        object-fit: cover;
    }

    .p-singleWorks__sliderThumb .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
----------------------------------------*/

/*---- news_archive ----*/

.p-catchArchive__news {
    background-image: url(images/news_archive_catch.jpg);
}

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

.p-newsArchive__list {
    width: 100%;
}

.p-newsArchive__list:not(:last-child) {
    margin: 0 0 5px;
}

.p-newsArchive__list a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 28px 30px 28px 30px;
    background-color: #F5F5F5;
}

.p-newsArchive__list a h3 {
    font-size: 1.9rem;
}

.p-newsArchive__list:first-child a {
    border-radius: 15px 15px 0 0;
}

.p-newsArchive__list:last-child a {
    border-radius: 0 0 15px 15px;
}

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

.p-newsArchive__info {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.p-newsArchive__category {
    font-size: 1.6rem;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
}

.p-newsArchive__category:not(:last-child) {
    margin: 0 10px 0 0;
}

.p-newsArchive__category.news-cat-info {
    background-color: #0086D1;
}

.p-newsArchive__category.news-cat-jyoken {
    background-color: #01B2CD;
}

.p-newsArchive__category.news-cat-new {
    background-color: #FF9731;
}

.p-newsArchive__category.news-cat-bukken {
    background-color: #0086D1;
}

.p-newsArchive__time {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #0086D1;
    margin: 0 18px 0 0;
}

@media (max-width: 820px) {
    .p-newsArchive {
        margin: 0 0 50px;
    }

    .p-newsArchive__list a {
        padding: 22px 20px;
    }

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

    .p-newsArchive__category {
        font-size: 1.4rem;
        padding: 4px 10px;
    }

    .p-newsArchive__time {
        font-size: 1.4rem;
        margin-right: 15px;
    }

    .p-newsArchive__info {
        margin-right: 20px;
    }
}

@media (max-width: 590px) {

    .p-newsArchive__list a {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 15px;
        gap: 10px;
    }

    .p-newsArchive__text {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .p-newsArchive__info {
        flex-wrap: wrap;
        margin: 0;
        gap: 8px;
    }

    .p-newsArchive__category {
        font-size: 1.3rem;
        padding: 3px 10px;
    }

    .p-newsArchive__time {
        font-size: 1.3rem;
        margin: 0;
    }

    .p-newsArchive__list a h3 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

/*---- c-tabMenu ----*/

ul.c-tabMenu {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

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

ul.c-tabMenu a {
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #B9B9B9;
    text-decoration: none;
    background: white;
    transition: background 0.2s, color 0.2s;
    border-radius: 2px;
    border: 2px solid #0054A6;
    border-radius: 100px;
    color: #0054A6;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

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

.c-tabWrap {
    display: flex;
    align-items: center;
    margin: 0 0 60px;
}

.c-tabTitle {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    margin: 0 22px 0 0;
    display: flex;
    align-items: center;
    color: #808080;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.c-tabTitle:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 38px;
    background-color: rgba(112, 112, 112, 0.6);
    margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
    .c-tabWrap {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 50px;
    }

    .c-tabTitle {
        font-size: 1.8rem;
        margin: 0 0 10px 0;
    }

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

    ul.c-tabMenu {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 590px) {
    ul.c-tabMenu li a {
        font-size: 1.4rem;
        padding: 6px 8px;
    }

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

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

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

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

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

    .single-news__title {
        font-size: 2.2rem;
        margin: 6px 0 20px;
    }

    .single-news__text.c-text {
        line-height: 2;
    }

    .single-news__text {
        margin: 0 0 50px;
    }
}

/*----------------------------------------
	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: #0054A6;
    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 #0054A6;
    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%;
    }
}

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

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

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

.page-id-942 #container {
    overflow: unset;
}

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

    .page-id-942 .p-catch {
        margin-bottom: 30px;
    }
}

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

.p-companyOutline {
    margin: 0 auto 100px;
}

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

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

.table01 tr {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #CCCCCC;
}

.table01 tr:first-child {
    padding-top: 0;
}

.table01 th {
    width: 19.8%;
    padding: 38px 0;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
}

.table01 td {
    padding: 38px 0;
    width: 80.2%;
    vertical-align: middle;
    line-height: 1.75;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-weight: normal;
}

@media screen and (max-width:1000px) {
    .table01 {
        width: 100%;
    }

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

    .table01 th {
        width: 100%;
        font-weight: bold;
        margin: 0 0 8px;
        padding: 8px 2% 0 2%;
        border: none;
    }

    .table01 td {
        width: 100%;
        padding: 0 2% 8px 2%;
        line-height: 1.25;
    }

    .table01 tr {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}

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

    .table01 {
        margin: 0 auto;
    }

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

/*---- p-companyHistory ----*/

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

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

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

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

.flex-schedule li .time {
    display: inline-flex;
    justify-content: flex-start;
    width: 140px;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    color: #0054A6;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---- p-companyAccess ----*/

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

.p-companyAccess__wrap {
    position: relative;
    padding: 0 0 113px;
}

.p-companyAccess__wrap:before {
    content: "";
    position: absolute;
    left: 0;
    width: 83.8%;
    height: 100%;
    background-color: #F1F9FF;
    border-radius: 0 150px 60px 0;
}

.p-companyAccess__box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0 0 94px;
}

.p-companyAccess__text {
    margin: 0 72px 0 0;
    padding: 0 0 46px;
}

.p-companyAccess__text h2 {
    font-size: 3rem;
    letter-spacing: 0.06em;
    color: #0054A6;
    margin: 0 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-companyAccess__map {
    position: relative;
    width: 94.4%;
    height: 450px;
    border-radius: 10px;
    border: 10px solid #fff;
}

.p-companyAccess__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 10px;
    border: 1px solid #fff;
}

.p-companyAccess__text {
    width: 46%;
}

.p-companyAccess table {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 1.8rem;
    margin: 0 auto;
}

.p-companyAccess table tbody {
    display: block;
    width: 100%;
}

.p-companyAccess table tr {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #CCCCCC;
}

.p-companyAccess table tr:first-child {
    padding-top: 0;
}

.p-companyAccess table th {
    width: 30%;
    padding: 38px 0;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
}

.p-companyAccess table td {
    padding: 38px 0;
    width: 70%;
    vertical-align: middle;
    line-height: 1.75;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-weight: normal;
}

.p-companyAccess__img {
    width: 42.3%;
    margin: -109px 0 0;
}

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

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

    .p-companyOutline .c-inner1300,
    .p-companyHistory .c-inner1300,
    .p-companyAccess .c-inner1300 {
        width: 72%;
    }
}

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

    .p-companyOutline .c-inner1300,
    .p-companyHistory .c-inner1300,
    .p-companyAccess .c-inner1300 {
        width: 100%;
    }
}

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

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

    .p-companyAccess__wrap {
        padding: 40px 0 60px;
        background-color: #F1F9FF;
        border-radius: 0 80px 40px 0;
    }

    .p-companyAccess__wrap:before {
        display: none;
    }

    .p-companyAccess__box {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 60px;
    }

    .p-companyAccess__text {
        width: 100%;
        margin: 0 0 40px;
        padding-bottom: 0;
    }

    .p-companyAccess__map {
        width: 100%;
        height: 360px;
    }

    .p-companyAccess__img {
        width: 60%;
        margin: 0 auto;
    }

    .p-companyAccess table th {
        padding: 20px 0px;
        font-size: 1.6rem;
    }

    .p-companyAccess table td {
        padding: 20px 0px;
        font-size: 1.6rem;
    }

    .p-companyAccess__text h2 {
        font-size: 2.5rem;
        margin: 0px 0px 20px;
    }
}

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

    .p-companyAccess__wrap {
        padding: 40px 0 50px;
    }

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

    .p-companyAccess__text h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .p-companyAccess__map {
        height: 260px;
        border-width: 6px;
    }

    .p-companyAccess table tr {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-companyAccess table th,
    .p-companyAccess table td {
        width: 100%;
        padding: 10px 0;
        font-size: 1.5rem;
    }

    .p-companyAccess table th {
        padding-bottom: 0;
    }

    .p-companyAccess__img {
        width: 100%;
        margin-top: 20px;
    }

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

/*----------------------------------------
	FAQ
----------------------------------------*/

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

.p-faq ul {
    max-width: 1200px;
    margin: 0 auto;
}

.p-faq ul li {
    width: 100%;
    border: 1px solid rgba(67, 147, 209, 0.3);
    border-radius: 10px;
}

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

.p-faqTitle {
    background-color: #F1F9FF;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    padding: 16px 0 16px 35px;
}

.p-faqTitle h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.p-faqTitle span {
    font-size: 2.5rem;
    background-color: #0054A6;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

.p-faqText .c-text {
    line-height: 1.667;
}

.p-faqText {
    padding: 35px;
}

@media (max-width: 1500px) {
    .p-faq ul {
        max-width: 1000px;
    }

    .p-faqTitle span {
        width: 55px;
        height: 55px;
        font-size: 2.2rem;
        margin-right: 15px;
    }

    .p-faqText {
        padding: 30px;
    }

    .p-faqText .c-text {
        line-height: 1.6;
    }

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

@media (max-width: 1300px) {
    .p-faq ul {
        max-width: 900px;
    }

    .p-faqTitle span {
        width: 50px;
        height: 50px;
        font-size: 2rem;
        margin-right: 12px;
    }

    .p-faqText {
        padding: 25px;
    }

    .p-faqText .c-text {
        line-height: 1.55;
    }

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

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

    .p-faq ul {
        padding: 0 20px;
    }

    .p-faqTitle {
        padding: 10px 0 10px 15px;
    }

    .p-faqTitle h2 {
        font-size: 2rem;
    }

    .p-faqTitle span {
        width: 45px;
        height: 45px;
        font-size: 1.8rem;
        margin-right: 10px;
    }

    .p-faqText {
        padding: 20px;
    }

    .p-faqText .c-text {
        line-height: 1.5;
    }

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

    .p-faqTitle span {
        width: 32px;
        height: 32px;
    }
}

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

    .p-faq ul {
        padding: 0 15px;
    }

    .p-faqTitle {
        padding: 10px 15px;
    }

    .p-faqTitle h2 {
        width: 86%;
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .p-faqTitle span {
        width: 32px;
        height: 32px;
        font-size: 1.5rem;
        margin-right: 8px;
    }

    .p-faqText {
        padding: 15px;
    }

    .p-faqText .c-text {
        line-height: 1.45;
    }

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

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

/*---- p-recruitMv ----*/

.p-recruitMv {
    width: 100%;
    height: 548px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/recruit_catch.jpg);
    margin: 100px 0 0;
}

.p-recruitMv__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.p-recruitMv__title {
    font-size: 5.5rem;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 45px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-recruitMv__lead {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 34px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-recruitMv__text {
    font-size: 1.7rem;
    line-height: 2.353;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1500px) {
    .p-recruitMv {
        height: 560px;
        margin-top: 80px;
    }

    .p-recruitMv__title {
        font-size: 4.6rem;
        margin-bottom: 36px;
    }

    .p-recruitMv__lead {
        font-size: 3rem;
        margin-bottom: 28px;
    }

    .p-recruitMv__text {
        font-size: 1.6rem;
        line-height: 2.2;
    }
}

@media screen and (max-width: 820px) {
    .p-recruitMv {
        height: 480px;
        margin-top: 60px;
        padding: 0 20px;
    }

    .p-recruitMv__title {
        font-size: 3.6rem;
        margin-bottom: 28px;
    }

    .p-recruitMv__lead {
        font-size: 2.4rem;
        margin-bottom: 22px;
    }

    .p-recruitMv__text {
        font-size: 1.5rem;
        line-height: 2;
    }
}

@media screen and (max-width: 590px) {
    .p-recruitMv {
        height: 420px;
        margin-top: 50px;
        padding: 0 16px;
        background-position: center;
    }

    .p-recruitMv__title {
        font-size: 2.6rem;
        margin-bottom: 20px;
    }

    .p-recruitMv__lead {
        font-size: 1.9rem;
        margin-bottom: 18px;
        letter-spacing: 0.03em;
    }

    .p-recruitMv__text {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

/*---- p-recruitJobs ----*/

.p-recruitJobs {
    background-color: #F1F9FF;
    margin: 0 0 90px;
    padding: 0 0 90px;
}

.p-recruitJobs__title {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
    background-color: #0054A6;
    margin: 0 0 50px;
    padding: 20px 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

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

.p-recruitJobs__card {
    width: 48.3%;
    background-color: #fff;
    border-radius: 10px;
    padding: 26px;
    display: flex;
}

.p-recruitJobs__card:nth-child(n+3) {
    margin: 45px 0 0;
}

.p-recruitJobs__link {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.p-recruitJobs__link p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: absolute;
    right: -8px;
    bottom: -8px;
    display: flex;
    align-items: center;
}

.p-recruitJobs__link p:after {
    content: "";
    display: inline-block;
    background-image: url(images/button_arrow_blue.svg);
    width: 41px;
    height: 41px;
    background-size: 100%;
    margin: 0 0 0 12px;
}

.p-recruitJobs__body {
    width: 64.7%;
    margin: 0 0 0 34px;
}

.p-recruitJobs__img {
    width: 32.2%;
}

.p-recruitJobs__img img {
    border-radius: 5px;
}

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

    .p-recruitJobs__title {
        font-size: 3rem;
        margin-bottom: 40px;
    }

    .p-recruitJobs__card {
        padding: 22px;
    }

    .p-recruitJobs__body {
        margin-left: 28px;
    }
}

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

    .p-recruitJobs__title {
        font-size: 2.6rem;
        padding: 18px 0;
        margin-bottom: 36px;
    }

    .p-recruitJobs__card {
        width: 100%;
    }

    .p-recruitJobs__card:nth-child(n+2) {
        margin-top: 30px;
    }

    .p-recruitJobs__body {
        width: 65%;
        margin-left: 24px;
    }

    .p-recruitJobs__img {
        width: 35%;
    }

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

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

    .p-recruitJobs__title {
        font-size: 2.2rem;
        padding: 16px 0;
        letter-spacing: 0.03em;
    }

    .p-recruitJobs__card {
        flex-direction: column;
        padding: 20px;
    }

    .p-recruitJobs__img {
        width: 30%;
    }

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

    .p-recruitJobs__body {
        width: 100%;
        margin-left: 20px;
    }

    .p-recruitJobs__link p {
        justify-content: flex-end;
        font-size: 1.2rem;
    }

    .p-recruitJobs__link p:after {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        flex-shrink: 0;
    }
}

/*---- p-recruitStrength ----*/

.p-recruitStrength {
    position: relative;
    padding: 72px 0 0;
}

.p-recruitStrength:before {
    content: "";
    width: 78.125%;
    height: 49.4%;
    background-color: #4393D1;
    border-radius: 0 150px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.p-recruitStrength_text {
    color: #fff;
    position: relative;
    line-height: 2.059;
    margin: 0 0 80px;
}

.p-recruitStrength h2 {
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    line-height: 1.579;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin: 0 0 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.p-recruitStrength ul {
    position: relative;
}

.p-recruitStrength ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

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

.p-recruitStrength__img {
    width: 43.3%;
    position: relative;
}

.p-recruitStrength__img:before {
    content: "";
    position: absolute;
    width: 143px;
    height: 143px;
    right: -25px;
    top: -25px;
}

.p-recruitStrength ul li:nth-of-type(1) .p-recruitStrength__img:before {
    background-image: url(images/recruit_strength01_budge.png);
}

.p-recruitStrength ul li:nth-of-type(2) .p-recruitStrength__img:before {
    background-image: url(images/recruit_strength02_budge.png);
}

.p-recruitStrength ul li:nth-of-type(3) .p-recruitStrength__img:before {
    background-image: url(images/recruit_strength03_budge.png);
}

.p-recruitStrength__text {
    width: 49.3%;
}

.p-recruitStrength__text .p-recruitStrength__number {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    margin: 0 0 11px 0;
    color: #4393D1;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
}

.p-recruitStrength__text .p-recruitStrength__number:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 2px;
    background-color: #4393D1;
    margin: 0 11px 0 0;
}

.p-recruitStrength__number span {
    font-size: 2.2rem;
    padding: 10px;
    display: inline-block;
    background-color: #4393D1;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 0 20px;
}

.p-recruitStrength__text h3 {
    font-size: 3rem;
    margin: 0 0 38px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
}

.p-recruitStrength__text .c-text {
    font-size: 1.7rem;
    line-height: 2.059;
}

.p-recruitStrength__wrap {
    background-color: #fff;
    position: relative;
    width: 100%;
    margin-left: auto;
    padding: 120px 0 130px;
    border-radius: 150px 0 0 0;
}

.p-recruitStrength__wrap:before {
    content: "";
    width: 45%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -45%;
    top: 0;
}

.p-recruitData {
    width: 100%;
    background-color: #f8fbff;
    margin-top: 40px;
    ;
    padding: 60px 40px;
    border-radius: 20px;
    border: 1px solid #e1effa;
}

.p-recruitData__title {
    text-align: center;
    font-size: 2.4rem;
    color: #0054A6;
    margin-bottom: 40px;
    font-weight: 600;
}

.p-recruitData__grid {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.p-recruitData__item {
    text-align: center;
    flex: 1;
}

.p-recruitData__item .label {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.p-recruitData__item .value {
    display: block;
    font-size: 4.8rem;
    font-family: "Poppins", sans-serif;
    color: #4393D1;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.p-recruitData__item .value span {
    font-size: 1.8rem;
    margin-left: 5px;
}

.p-recruitData__item .desc {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
}

.p-recruitDx__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
}

.p-recruitDx__text {
    width: 50%;
}

.p-recruitDx__img {
    width: 45%;
}

.p-recruitDx__tags {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.p-recruitDx__tags span {
    display: inline-block;
    background: #4393D1;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 600;
}

@media screen and (max-width: 1500px) {
    .p-recruitStrength {
        padding-top: 60px;
    }

    .p-recruitStrength:before {
        border-radius: 0 120px 0 0;
    }

    .p-recruitStrength h2 {
        font-size: 3.2rem;
        margin-bottom: 50px;
    }

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

    .p-recruitStrength__wrap {
        padding: 100px 0 110px;
        border-radius: 120px 0 0 0;
    }
}

@media screen and (max-width: 820px) {
    .p-recruitStrength:before {
        width: 100%;
        height: 38%;
        border-radius: 0 80px 0 0;
    }

    .p-recruitStrength h2 {
        font-size: 2.8rem;
        margin-bottom: 40px;
    }

    .p-recruitStrength ul li {
        align-items: flex-start;
        gap: 30px;
    }

    .p-recruitStrength__img {
        width: 45%;
    }

    .p-recruitStrength__text {
        width: 55%;
    }

    .p-recruitStrength__img:before {
        width: 110px;
        height: 110px;
        right: -18px;
        top: -18px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .p-recruitStrength__text h3 {
        font-size: 2.6rem;
        margin-bottom: 28px;
    }

    .p-recruitStrength__wrap {
        padding: 90px 0 100px;
        border-radius: 80px 0 0 0;
    }

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

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

    .p-recruitDx__text,
    .p-recruitDx__img {
        width: 100%;
    }

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

@media screen and (max-width: 590px) {
    .p-recruitStrength {
        padding-top: 40px;
    }

    .p-recruitStrength:before {
        height: 28%;
        border-radius: 0 50px 0 0;
    }

    .p-recruitStrength ul li,
    .p-recruitStrength ul li:nth-of-type(even) {
        flex-direction: column;
    }

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

    .p-recruitStrength__img,
    .p-recruitStrength__text {
        width: 100%;
    }

    .p-recruitStrength__img:before {
        width: 90px;
        height: 90px;
        right: -10px;
        top: -10px;
    }

    .p-recruitStrength__text h3 {
        font-size: 2.4rem;
        margin-bottom: 22px;
    }

    .p-recruitStrength__text .c-text {
        font-size: 1.6rem;
        line-height: 1.9;
    }

    .p-recruitStrength__wrap {
        padding: 70px 0 80px;
        border-radius: 50px 0 0 0;
    }

    .p-recruitStrength__wrap:before {
        display: none;
    }

    .p-recruitStrength h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

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

    .p-recruitStrength__text h3 {
        font-size: 1.9rem;
    }

    .p-recruitStrength__number span {
        font-size: 1.5rem;
        padding: 7px 8px;
    }

    .p-recruitData {
        margin-top: 20px;
        padding: 40px 20px;
    }

    .p-recruitData__item .value {
        font-size: 4rem;
    }

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

    .p-recruitDx__tags span {
        width: 100%;
    }
}

/*----------------------------------------
	job
----------------------------------------*/

.p-jobTitle {
    font-size: 3rem;
    margin: 0 0 50px;
    padding: 40px 0 0;
    border-top: 1px solid #EDEDED;
    position: relative;
    color: #0054A6;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-jobTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 192px;
    height: 3px;
    background-color: #0054A6;
}

/*---- p-jobIntro ----*/

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

.p-jobIntro h2 {
    font-size: 3.8rem;
    color: #0054A6;
    line-height: 1.4;
    margin: 0 0 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

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

.p-jobIntro ul li h3 {
    font-size: 2.5rem;
    opacity: 0.5;
    margin: 0 0 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-job__subTitle {
    font-size: 2rem;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

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

    .p-jobIntro h2 {
        font-size: 2.8rem;
        margin: 0 0 20px;
    }

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

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

    .p-jobDescription__img {
        width: 70%;
    }

    .p-jobDescription__text {
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    .p-jobTitle {
        font-size: 2.2rem;
        margin: 0 0 25px;
        padding: 20px 0 0;
    }

    .p-jobIntro h2 {
        font-size: 2rem;
        margin: 0 0 20px;
    }

    .p-jobDescription__img {
        width: 100%;
    }

    .p-jobIntro ul li h3 {
        font-size: 1.8rem;
        margin: 0 0 12px;
    }

    .p-job__subTitle {
        font-size: 1.7rem;
        margin: 0 0 10px;
    }
}

/*---- p-jobValue ----*/

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

.p-jobValue ul li {
    margin: 0 0 34px;
    padding: 0 0 40px;
    border-bottom: 1px dashed #707070;
}

.p-jobValue ul li h3 {
    font-size: 2.2rem;
    color: #0054A6;
    line-height: 1.591;
    margin: 0 0 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.p-jobValue ul li h3:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background-color: #0054A6;
    margin: 0 10px 0 0;
}

/*----------------------------------------
	sideNav
----------------------------------------*/

.p-sideNav {
    position: sticky;
    top: 150px;
    z-index: 100;
    width: 150px;
    margin-left: 60px;
    height: 0;
}

.p-sideNav ul {
    list-style: none;
    padding-left: 15px;
}

.p-sideNav li a {
    font-size: 1.3rem;
    position: relative;
    display: block;
    padding: 13px 0 13px 30px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.p-sideNav li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: #0054A6;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
}

.p-sideNav li a.is-active {
    color: #0054A6;
    font-weight: bold;
}

.p-sideNav li a.is-active::before {
    opacity: 1;
}

@media screen and (max-width: 1650px) {
    .p-sideNav {
        margin-left: 35px;
    }
}

@media screen and (max-width: 1300px) {
    .p-sideNav {
        position: sticky;
        top: 100px;
        width: 100%;
        height: auto;
        margin: 0 0 40px;
        background-color: #F1F9FF;
        padding: 5px 20px;
    }

    .p-sideNav ul {
        display: flex;
        overflow-x: auto;
        padding-left: 0;
    }

    .p-sideNav li {
        flex-shrink: 0;
    }

    .p-sideNav li a {
        padding: 10px 16px;
        font-size: 1.3rem;
        white-space: nowrap;
    }

    .p-sideNav li a::before {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .p-sideNav {
        top: 70px;
    }

    .p-sideNav li a {
        padding: 7px 16px;
    }
}

@media screen and (max-width: 590px) {
    .p-sideNav {
        top: 55px;
        padding: 3px 12px;
    }

    .p-sideNav li a {
        padding: 6px 16px;
    }
}

/*---- p-jobDescription ----*/

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

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

.p-jobDescription__img {
    width: 47.5%;
}

.p-jobDescription__text {
    width: 46.5%;
}

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

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

    .p-jobDescription__img {
        width: 70%;
        margin: 0 0 30px;
    }

    .p-jobDescription__text {
        width: 100%;
    }
}

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

/*---- p-jobRequirements ----*/

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

.p-jobRequirements__wrap {
    background-color: #FBFBFB;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    margin: 0 0 70px;
    padding: 74px 74px;
}

.p-jobRequirements table {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 1.8rem;
}

.p-jobRequirements table tbody {
    display: block;
    width: 100%;
}

.p-jobRequirements table tr {
    display: flex;
    justify-content: space-between;
}

.p-jobRequirements table tr:last-child {
    border-bottom: none;
}

.p-jobRequirements table th {
    width: 25%;
    padding: 15px 0;
    border-bottom: 1px solid #939393;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
    color: #000000;
}

.p-jobRequirements table td {
    padding: 15px;
    width: 75%;
    vertical-align: middle;
    border-bottom: 1px solid #CCCCCC;
    line-height: 1.75;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.p-jobContact {
    width: 570px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #0054A6;
    border: 1px solid #0054A6;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    transition: all 0.4s;
    border-radius: 100px;
    margin: 0 auto;
}

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

@media screen and (max-width: 820px) {
    .p-jobRequirements__wrap {
        margin: 0px 0px 50px;
        padding: 40px;
        border-radius: 15px;
    }

    .p-jobRequirements table tr {
        flex-direction: column;
        border-bottom: 1px solid #CCCCCC;
        padding: 12px 0;
    }

    .p-jobRequirements table th {
        font-size: 1.5rem;
        width: 100%;
        padding: 0;
        border-bottom: none;
        margin: 0 0 10px;
    }

    .p-jobRequirements table td {
        font-size: 1.4rem;
        width: 100%;
        padding: 0;
        border-bottom: none;
    }

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

@media screen and (max-width: 590px) {
    .p-jobRequirements__wrap {
        padding: 30px 20px;
    }

    .p-jobContact {
        font-size: 1.4rem;
        width: 100%;
        height: 50px;
    }
}

/*---- p-jobOutline ----*/

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

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

.p-jobOutline__map {
    position: relative;
    width: 41.8%;
    height: 373px;
    border-radius: 10px;
}

.p-jobOutline__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 10px;
    border: 1px solid #fff;
}

.p-jobOutline table {
    display: block;
    width: 52.8%;
    margin: auto;
    font-size: 1.8rem;
    margin: 0;
}

.p-jobOutline table tbody {
    display: block;
    width: 100%;
}

.p-jobOutline table tr {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #CCCCCC;
    padding: 24px 0;
}

.p-jobOutline table tr:first-child {
    border-top: 1px solid #CCCCCC;
}

.p-jobOutline table th {
    width: 30%;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
}

.p-jobOutline table td {
    width: 70%;
    vertical-align: middle;
    line-height: 1.75;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-weight: normal;
}

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

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

    .p-jobOutline__map {
        width: 100%;
    }

    .p-jobOutline table {
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    .p-jobOutline table tr {
        flex-direction: column;
        padding: 15px 0;
    }

    .p-jobOutline table th {
        width: 100%;
        font-size: 1.5rem;
    }

    .p-jobOutline table td {
        width: 100%;
        font-size: 1.4rem;
    }
}

/*----------------------------------------
	entryform
----------------------------------------*/

.page-id-948 .p-contactTel {
    background-color: #F1F9FF;
}

.page-id-948 .table_contact_wrap {
    background-color: #F1F9FF;
    border: none;
}

/*----------------------------------------
	bottomCompany
----------------------------------------*/

.p-bottomCompany {
    width: 94.7%;
    margin: 0 auto;
    padding: 78px 0 118px;
    background-color: #F8F8F8;
    border-radius: 30px;
}

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

.p-bottomCompany ul li {
    width: 23%;
    height: 200px;
}

.p-bottomCompany ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
}

.p-bottomCompany ul li a:after {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(images/bottom_company_arrow.svg);
    position: absolute;
    right: 16px;
    bottom: 16px;
}

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

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

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

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

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

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

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

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

.p-bottomCompany ul li a h2 {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
}

.p-bottomCompany ul li a h2:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 8px 0 0;
}

.p-bottomCompany__title:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 3px;
    background-color: #0054A6;
    margin: 0 16px 0 0;
}

.p-bottomCompany__title {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}

.p-bottomCompany__title h2 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    color: #0054A6;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.455;
}

.p-bottomCompany__title span {
    display: inline-block;
    font-size: 6.4rem;
    letter-spacing: 0.07em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 20px 0 0;
}

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

    .p-bottomCompany ul li {
        height: 190px;
    }
}

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

    .p-bottomCompany ul {
        flex-wrap: wrap;
    }

    .p-bottomCompany ul li {
        width: 48%;
        height: 180px;
    }

    .p-bottomCompany ul li:nth-child(n+3) {
        margin-top: 30px;
    }

    .p-bottomCompany ul li a h2 {
        font-size: 1.8rem;
    }

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

    .p-bottomCompany__title span {
        font-size: 3.4rem;
        margin: 0 12px 0 0;
    }

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

@media screen and (max-width: 590px) {
    .p-bottomCompany {
        width: 100%;
        border-radius: 0;
        padding: 30px 20px 40px;
    }

    .p-bottomCompany ul li {
        width: 100%;
        height: 140px;
    }

    .p-bottomCompany ul li:not(:first-child) {
        margin-top: 24px;
    }

    .p-bottomCompany ul li a h2 {
        font-size: 2rem;
    }

    .p-bottomCompany__title {
        margin-bottom: 36px;
    }

    .p-bottomCompany__title span {
        font-size: 2.5rem;
    }

    .p-bottomCompany__title h2 {
        font-size: 1.3rem;
    }

    .p-bottomCompany__title::before {
        width: 20px;
        height: 3px;
        margin: 0px 10px 0px 0px;
    }
}

/*----------------------------------------
	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 #006FB9;
    margin: 0 0 15px;
}

.privacy_title02 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 0.5em;
    color: #fff;
    background-color: #006FB9;
    margin: 0 auto 30px;
    width: 500px;
    text-align: center;
}

.privacy_policy .text {
    margin: 0 0 30px;
}

.privacy_policy_list {
    font-weight: bold;
    color: #93C572;
    margin: 0 0 20px;
    line-height: 1.3;
}

.privacy_policy_lists li {
    line-height: 1.75;
}

.privacy_policy_list > ul {
    margin: 10px 0 0;
    color: #000;
    line-height: 1.7;
    font-weight: normal;
}

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

    .privacy_title02 {
        font-size: 1.8rem;
    }

    .privacy_policy_list {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 590px) {
    .privacy_title02 {
        width: 100%;
        margin: 0 auto 20px;
    }
}

/*----------------------------------------
	404 not found
----------------------------------------*/

.p-catch__404 {
    background-image: url(images/catch_404.jpg);
}

.error404 .c-button {
    margin: auto;
}
