@charset "UTF-8";


body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #222222;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}

li {
    list-style: none;
}

.main {
    overflow: hidden
}

/* --------共通で使用部分-------------- */

/* 共通部分セクションタイトル */

.section-title {
    font-size: 1.6667rem;
    color: #ffffff;
    margin-bottom: 1.875rem;
}

.layer-container {
    max-width: 800px;
    margin: 0 auto;

}

/* page-about. page-companyで共通 */

.layer {
    text-align: center;
    margin-bottom: 6.25rem;
}

.layer p {
    line-height: 2;
    font-size: 1.375rem;
}

/* page-detail とpage-recruitで共通 */
.section-title2 h2 {
    font-size: 2.25rem;
    color: #ffffff;
    margin-bottom: 1.5625rem;
    letter-spacing: 0;
    font-weight: 900;
    white-space: nowrap;

}

/* 下層ページの施工実績と問い合わせ共通 */

.container2 {
    background-color: #F6F6F6;
    padding-block: 6.25rem;
    margin-bottom: 6.25rem;
}

.container2 .section-title {
    color: #06107F;
    text-align: center;
    margin-bottom: 4.5625rem;
}

.project2 {
    max-width: 1000px;
    margin: 0 auto;
}

.contact2 {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 6.25rem;
}

.contact2 .section-title {
    color: #06107F;
    text-align: center;
    margin-bottom: 3.125rem;
}

.contact2 p {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
}




/* 共通ボタン青 */
.btn-a {
    position: relative;
    width: 250px;
    background-color: #06107F;
    padding: 0.8125rem 3.75rem;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}

.btn-a:hover {
    opacity: 0.5;
    transform: scale(1.1);
}

.btn-a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(50%, -50%);
    width: 10px;
    height: 15px;
    background-color: #ffffff;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

/* 共通ボタン白 */
.btn-b {
    position: relative;
    width: 250px;
    background-color: #ffffff;
    padding: 0.8125rem 3.75rem;
    text-align: center;
    color: #06107F;
    font-weight: 600;
}

.btn-b:hover {
    opacity: 0.5;
    transform: scale(1.1);
}

.btn-b::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(50%, -50%);
    width: 10px;
    height: 15px;
    background-color: #06107F;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}


/* ページネーション共通 */

.wp-pagenavi {
    border: solid 2px #06107F;
    border-radius: 20px;
    padding:0.8rem 4rem;
    
}

.pagenavi {
    display: flex;
    justify-content: center;
    margin-bottom: 6.25rem;
}

.project2 .pagenavi {
    margin-bottom: 0;
}

.paganavi a :hover {
    background: #06107F;
    border-radius: 50%;
    color: #ffffff;

}

.wp-pagenavi a,
.wp-pagenavi span {
    display: flex;
    display: inline-block;
    margin-inline: 1.5rem;
    color: #222222;
    font-family: 'Zen Maru Gothic';
    font-size: 1.25rem;
    padding-inline: 0.5rem;
}




.wp-pagenavi span :hover{
    pointer-events: none;
    background: #06107F;
    border-radius: 50%;
    color: #fff;
    font-size: 1.25rem;
}


.wp-pagenavi .current {
    pointer-events: none;
    background: #06107F;
    border-radius: 50%;
    color: #fff;
}


.wp-pagenavi .page:hover {
    transform: scale(1.3);
}

.wp-pagenavi .previouspostslink :hover {
    background: #06107F;
    color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi  .nextpostslink{
    background: #ffffff;
    border-radius: 50%;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi  .nextpostslink:hover{
    background: #06107F;
    color: #fff;
}


/* 下層ページ共通セクションタイトル */

/* 下層ページ共通メインビジュアル */

.layer-mainvisual {
    margin-block: 5rem 6.25rem;
}

/* 下層ページセクションタイトル */

.layer-section-title h1 {
    font-size: 2.5em;
    color: #06107F;
    margin-bottom: 3.125rem;
    font-weight: 600;

}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding-inline: 1rem;
}



/* -----共通使用------footer-pc */

footer {

    height: 295px;
    background-color: #06107F;
    color: #ffffff;
    font-size: 1.125rem;
    position: relative;
    background-image: url("../img/Logo_back02.png");
    background-repeat: no-repeat;
    background-position: left;
}

footer a:hover {
    opacity: 0.5;
    transform: scale(1.1);
}

footer .footer-contents {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding-block: 4.375rem;
}

.footer-logo {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1;
    align-items: center;
    margin-right: 0.375rem;
    margin-bottom: 0.625rem;
}

.footer-info p {
    margin-bottom: 1.25rem;
}

.sns-icon {
    display: flex;
    gap: 1.875rem;
}

.footer-list {
    display: flex;
    gap: 1.875rem;
}

.footer-list li {
    list-style-type: disc;
}

.copy-right {
    text-align: center;
}

.copy-right p {
    font-size: 0.875rem;
    padding-block: 1.875rem;
    background-color: #06107F;
}



/* ----共通-----　header-pc */

header {
    max-width: 1400px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.125rem;
    padding: 2.5rem 3.125rem 0 2.5rem;
    z-index: 10;
    letter-spacing: 0;
}

header a:hover {
    opacity: 0.5;
    transform: scale(1.1);
}

.header-logo {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 1.75rem;
    align-items: center;
}

.top a {
    color: #ffffff;
}

.header-logo img {
    margin-right: 0.375rem;
}


.header-logo img {
    width: 1.3125rem;
    height: 2.1875rem;

}

.lower a {
    color: #06107F;
}

.nav .nav-menu {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    gap: 2.1875rem;
}

.nav .nav-menu li:first-of-type {
    display: none;
}

.nav .nav-menu li:last-of-type {
    display: none;
}

.nav .nav-menu li a {
    color: #06107F;
}

.nav .nav-menu img {
    width: 1.4375rem;
    height: 1.0625rem;
    margin-right: 0.25rem;
    line-height: 0.5;
}

.nav-contact {
    background-color: #06107F;
    text-decoration: none;
    padding: 0.5rem 0.875rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.sp {
    display: none;
}

.nav-contact a {
    color: #ffffff;
}

.toggle-btn,
.mask {
    display: none;
}

/* ---------index--------- */

/* main */


/* bg-slider-mainvisual */

/* インジゲーター */
ul .slick-dots {
    position: absolute;
    bottom: 5%;
}

.bg-slider-mainvisual {
    position: relative;
    width: 100%;
    margin-bottom: 6.25rem;
    overflow: hidden;
    /* オーバーレイのための保険 */
    letter-spacing: 0;
}

.bg-slider img {
    width: 100%;
    height: 750px;
}


/* 傾斜のある青いオーバーレイ */
.main-overlay {
    background-image: url(../img/Logo_back.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #06107F;
    opacity: 0.7;
}

/* 左上 */
.main-overlay-tl {
    position: absolute;
    top: 0;
    left: -32%;
    width: 80%;
    height: 37%;
    clip-path: polygon(0 0, 80% 0, 40% 100%, 0 100%);
}

/* 右下 */
.main-overlay-br {
    position: absolute;
    bottom: 4%;
    right: -33%;
    width: 65%;
    height: 35%;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 20% 100%);
}

/* slider-title */

.slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.bg-slider-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    letter-spacing: 0.1rem;
    font-family: "Roboto", sans-serif;
    color: #06107F;
    text-shadow: 0 5px 8px #fff;

}

.bg-slider-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 0 5px 8px #fff;
}

/* about */

.about {
    position: relative;
}

.about .about-item {
    max-width: 1200px;
    display: flex;
    margin-left: auto;
    justify-content: space-between;
}

/* ABOUTスライド */

.about-item::after {

    content: 'ABOUT';
    position: absolute;
    top: 55%;
    left: -150%;
    width: 100%;
    height: 100%;
    color: #F2F4F8;
    z-index: -1;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 12.5rem;
    
}

.is-active::after {
    animation: slide-in 1s forwards;
}

@keyframes slide-in {
    from {
        left: -150%;
    }

    to {
        left: 0%;
    }
}


.top-section-title {
    font-size: 1.6667rem;
    color: #06107F;
    margin-bottom: 1.875rem;
}

.top-section-title .sp {
    display: none;
}

.about-text {
    width: 40%;
    margin-bottom: 6.62rem;
}

.about-text p {
    font-size: 1.25rem;
    margin-bottom: 3.125rem;

}

.about-photo {
    width: 45%;
    position: relative;
}

.about-left {
    position: absolute;
    top: 30%;
    left: -20%;
    box-shadow: 0px 5px 20px 10px rgba(17, 17, 26, 0.08);

}


/* detail */

.detail {
    position: relative;
    padding-inline: 0;
}

.detail-item {
    max-width: 1200px;
    height: 532px;
    margin-left: auto;
    background-color: #06107F;
    background-image: url(../img/Logo_back.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.detail-content {
    display: flex;
    gap: 3.125rem;
    position: absolute;
    top: 6.25rem;
}


.detail-photo {
    width: 45%;
    margin-top: 2.5rem;
}

.detail-text {
    width: 36%;
}


.detail-text p {
    font-size: 1.25rem;
    margin-bottom: 3.125rem;
    color: #ffffff;

}

/* 英語流れている部分 */


.detail-slide {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 12.5rem;
    color: transparent;
    -webkit-text-stroke: 1px #06107F;
    line-height: 90%;
    margin-bottom: 6.875rem;
    animation: slide 20s infinite linear;
}

@keyframes slide {
    0% {

        transform: translateX(0%);
    }

    100% {

        transform: translateX(-100%);

    }
}


/* ------投稿部分------project */

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding-inline: 1rem;

}

.container .section-title {
    color: #06107F;
    text-align: center;
    margin-bottom: 4.5625rem;
}

.project {
    margin-bottom: 6.25rem;
}

.project-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project-photo-item {
    width: 32%;
    margin-bottom: 4.375rem;
}

.project-flex {
    display: flex;
    margin-bottom: 1.125rem;
}

.project-photo-item h3 {
    writing-mode: vertical-rl;
    margin-right: 1.25rem;
    font-weight: normal;
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    color: #06107F;
}

.project-photo-item h3::after {
    content: "";
    height: 180px;
    width: 1px;
    background-color: #222222;
    position: absolute;
    top: 45%;
    left: 50%;
}

.project-subject {
    padding-left: 2.8125rem;
    color: #06107F;
    font-size: 1.25rem;
    font-weight: 600;
}

.project-photo-item .project-link {
    display: flex;
    justify-content: end;
    position: relative;
    color: #06107F;
    font-weight: 600;
    font-size: 1.125rem;
}

.project-link::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #06107F;
    border-right: solid 2px #06107F;
    position: absolute;
    top: 25%;
    left: 100%;
    transform: rotate(45deg);

}

.project-link a {
    color: #06107F;
    font-size: 1rem;
}



/* news contact 共通 */

.inner {
    background-color: #F6F6F6;
}

/* ------投稿部分------news */

.inner .news {
    max-width: 1000px;
    margin: 0 auto;
}

.inner .news .section-title {

    color: #06107F;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-right: 2.5rem;
    z-index: 3;
}

.news-contents {
    position: relative;
    display: flex;
    padding: 6.25rem 5% 0 5%;

}

/* NEWSスライド部分 */
.news-contents::before {
    content: "NEWS";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    font-size: 12.5rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    line-height: 0.75;
    z-index: 0;
}

.is-active2::before {
    animation: slide-in2 1s forwards;
}

@keyframes slide-in2 {
    from {
        left: -150%;
    }

    to {
        left: 0%;
    }
}

.top-news-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4.375rem;
    z-index: 3;
}

.news-item {
    display: flex;
    align-items: center;

    padding: 1.25rem 0;
    line-height: 1.05;
    font-size: 1.125rem;
}

.top-news-list dt {
    display: flex;
    align-items: center;
    width: 35%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.25rem;

}

.top-news-list dd {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc;
    width: 65%;
}

.date {
    color: #06107F;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}

.label {
    margin-bottom: 1rem;
}

.news .btn-a{
    margin-bottom: 6.25rem;
}


/* link-item-----会社概要リクルート------ */

/* company recruit 共通*/

.link-item .section-title {
    text-align: center;
}

.inner .link-item {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    height: 363px;
    margin-bottom: 6.25rem;
}

.company-link,
.recruit-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recruit-link .btn-b a {
    color: #06107F;
}

.company-link .btn-b a {
    color: #06107F;
}

/* company */


.link-item .company {
    position: relative;
    width: 50%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/top-company.jpg);
}

/* recruit */

.link-item .recruit {
    position: relative;
    width: 50%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/top-recruit.jpg);
}


/* contact */

.contact {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 6.25rem;

}

.contact .section-title {
    color: #06107F;
    text-align: center;
    margin-bottom: 3.125rem;
}

.contact p {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
}

.contact-text li {
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 0.625rem;
}

.contact-text li:first-of-type span {
    font-size: 1.75rem;
}

.contact-text li:first-of-type {
    font-size: 2.5rem;
    font-weight: 600;
    color: #06107F;
}

.contact-text li:last-of-type {
    margin-bottom: 3.125rem;
    padding-bottom: 0;
}


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

/* main */

/* reason--------slick使用----------- */

.reason {
    max-width: 1200px;
    height: 600px;
    margin-left: auto;
    background-color: #06107F;
    position: relative;
    margin-bottom: 6.75rem;
}

.reason .section-title {
    margin-left: 6.25rem;
    margin-bottom: 5rem;
    position: absolute;
    top: 10%;
}

/* 英語スライド部分 */
.reason .detail-slide {
    -webkit-text-stroke: 1px #F2F4F8;
    margin-bottom: 0;

}

/* slick------矢印カスタマイズ------- */

.reason .slick-prev {
    left: 8%;
    top: -3%;
}

.reason .slick-next {
    left: 13%;
    top: -3%;

}

.reason .slick-prev::before,
.reason .slick-next::before {
    font-size: 3.125rem;

}

.reason .slick-prev:hover::before,
.reason .slick-next:hover::before {
    opacity: 1;
    color: #ffffff;
}


/* slick 部分 */
.reason .slick-slide {
    margin-top: 1.875rem;
    margin-right: 3.125rem;
}

.about-slick {
    padding-left: 6.25rem;
}

.reasonitem-contents {
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    padding: 1.5rem 1.25rem 1.75rem;

}


.reasonitem-contents .reasonitem-title {
    font-weight: 600;
    font-size: 1.625rem;
    color: #06107F;
    margin-bottom: 1.25rem;
    display: flex;
    white-space: nowrap;
}

.reasonitem-contents .reasonitem-title span {
    font-size: 2.1875rem;
    margin-right: 1.875rem;
}

.reasonitem-contents .reasonitem-text {
    font-size: 1.125rem;
}

/* 背景薄グレー部分 */
.gray {
    background-color: #F6F6F6;
    margin-top: 4.375rem;
    z-index: -5;
}



/* ---------page-detail---------------- */

/* detaillayer */


.detaillayer {
    margin-bottom: 6.25rem;
    text-align: center;
}

.detaillayer p {
    font-size: 1.25rem;
    text-align: left;
}

/* detaillayer-contents */

.detaillayer-contents {
    display: flex;
    background-color: #06107F;
    position: relative;
    gap: 3.125rem;
    justify-content: center;
    padding-block: 3.75rem;
}

.detaillayercontents-text {
    width: 20%;
}

.detaillayercontents-description {
    font-size: 1.25rem;
    color: #ffffff;
}

.detaillayercontents-photo {
    position: relative;
}

.detail-photo-right {
    object-fit: none;
}

.detail-photo-right .pc {
    display: block;
}

.detail-photo-right .sp {
    display: none;
}

.detail-photo-left {
    position: absolute;
    top: 50%;
    left: -50%;
}

/* detaillayer-contents-item */

.detaillayer-contents-item {
    background-image: url(../img/Logo_back3.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.detaillayer-contents-list {
    max-width: 800px;
    margin: 0 auto;
    padding-block: 10rem 6.25rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    ;
    gap: 3.125rem 7.8125rem;
}

.detaillayer-item-text .detaillayer-item-title {
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: 0;
    color: #06107F;
    text-align: center;
    margin-block: 1.25rem;
}

/* 3個目のタイトルのみ調整 */
.detaillayer-contents-list li:nth-of-type(3) .detaillayer-item-title {
    margin-block: 1.25rem 3.625rem;

}

.detaillayer-item-text .detailayer-item-description {
    font-size: 1.25rem;

}

/* ---------page-project---------------- */


/* projectlayer */

.projectlayer {
    max-width: 800px;
    margin: 0 auto 6.25rem auto;
    text-align: center;
}

.projectlayer p {
    font-size: 1.25rem;
}

.project3 {
    background-color: #F6F6F6;
    padding-block: 6.25rem;
    margin-bottom: 6.25rem;
}

.page-project-category h3 {
    background-color: none;
}

.page-project-category a {
    color: #06107F;
}

.project-photo-item p {
    color: #06107F;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-left: 2.5rem;
}



/* ---------projectshingle---------------- */

.wp-block-preformatted {
    font-family: "Noto Sans", sans-serif;
}

.projectlayer-subtitle {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.wp-block-heading {
    margin-bottom: 3.125rem;
    font-size: 1.875rem;
    font-weight: normal;

}

/* 日付 */
time {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    line-height: 2;
}

/* カテゴリー */

.project-category a {
    width: fit-content;
    padding: 0.3125rem;
    background-color: #06107F;
    color: #ffffff;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;

}

/* ビフォーアフター写真 */
.project-contents {
    margin-bottom: 4.375rem;

}

.project-contents-photo li span {
    display: inline-block;
    padding: 0.625rem;
    font-size: 1.875rem;
}


.projectlayer .btn-a {
    margin-bottom: 6.25rem;
}

/* 関連実績 */

.past-work {
    border-top: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
    margin-bottom: 6.25rem;
}


.past-work .layer-section-title h2 {
    font-size: 2.5em;
    color: #06107F;
    font-weight: 900;
    padding-block: 6.25rem 4.375rem;
    text-align: center;
}

.past-work .category-list {
    display: flex;
    justify-content: center;
    gap: 3.125rem;
    margin-bottom: 6.25rem
}

.category-list img {
    margin-bottom: 1rem;
    height: 180px;
}

.past-title {
    color: #06107F;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.project-link {
    text-align: right;
    position: relative;
}

.project-link:hover {
    opacity: 0.5;
    transform: scale(1.1);
}




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

.newslayer {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 6.25rem auto;

}

.newslayer p {
    font-size: 1.25rem;
}

.news-container {
    max-width: 1000px;
    margin: 0 auto 6.25rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.125rem;
}

.news-list p {
    font-size: 1.25rem;
    color: #06107F;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.news-list img {
    margin-bottom: 1rem;
}

.entry-label {
    display: inline-block;
    padding: 0.3125rem 1rem;
    color: #ffffff;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
}

.project-link {
    text-align: right;
    position: relative;
}




/* ---------newsshingle---------------- */

.newslayer-subtitle {
    text-align: left;
    display: flex;
    flex-direction: column;
}


.newslayer-subtitle  .entry-label {
    padding: 0.3125rem 1rem;
    margin-bottom: 3.125rem;
    font-size: 0.875rem;
    line-height: 2;
}

.wp-block-preformatted {
    margin-bottom: 1.85rem;
    font-size: 1.25rem;
}

.wp-block-image img {
    margin-bottom: 1.875rem;
}

.articles {

    border-top: solid 1px #D9D9D9;
}


.articles .layer-section-title h2 {
    font-size: 2.5em;
    color: #06107F;
    margin-bottom: 3.125rem;
    font-weight: 900;
    padding-block: 6.25rem 4.375rem;
    text-align: center;
}

.shingle2 .btn-a {
    margin: 4.375rem auto 0;
}


/* ---------company.html---------------- */

.company-photo {
    margin-bottom: 2.1875rem;
}

.company-info {
    font-size: 1.25rem;
    margin-bottom: 6.25rem;
    display: flex;
    flex-wrap: wrap;
}

.company-info dt {
    width: 30%;
    border-bottom: solid 1px #D9D9D9;
    padding-block: 0.9375rem;

}

.company-info dd {
    width: 70%;
    border-bottom: solid 1px #D9D9D9;
    padding-block: 0.9375rem;

}

iframe {
    width: 100%;
}


/* ---------recruit.html---------------- */


.recruitlayer {
    margin-bottom: 6.25rem;
    text-align: center;
}

.recruitlayer p {
    font-size: 1.25rem;
    text-align: left;
}

/* ----画像スライドslick部分----*/

.recruit-slick {
    margin-bottom: 6.25rem;
}

/* recruit-contents */

.recruit-contents {
    background-color: #06107F;
}

.recruit-layer-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    position: relative;
    gap: 3.125rem;
    justify-content: center;
    padding-block: 6.25rem;
}

.recruit-contents-text {
    width: 50%;
}

.reason-contents-description {
    font-size: 1.25rem;
    color: #ffffff;
}

.recruit-contents-photo {
    position: relative;
}

.recruit-photo-left {
    position: absolute;
    top: 50%;
    left: -50%;
}

.recruit-photo-left .pc {
    display: block;
}

.recruit-photo-left .sp {
    display: none;
}

/* recruit-item */

.layer-section-title h3 {
    font-size: 2.5rem;
    color: #06107F;
    margin-bottom: 3.125rem;
    font-weight: 600;
    text-align: center;

}

.recruit-item-inner {
    padding-block: 6.25rem;
    background-image: url(../img/Logo_back3.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.recruit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.125rem;
}

.recruit-grid .pc {
    display: block;
}

.recruit-grid .sp {
    display: none;
}

.recruit-grid li img {
    margin-bottom: 1.25rem;
}

.recruit-grid li .name {
    text-align: center;
    color: #06107F;
    font-size: 1.375rem;
    font-weight: 900;
}

.br-sp {
    display: none;
}

/* recruit-benefit */

.recruit-benefit {
    background-color: #F2F4F8;
    padding-block: 6.25rem;
    margin-bottom: 6.25rem;
}

.benefit-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit-item {
    width: calc(33.33% - 20px);
    text-align: center;
    font-size: 2rem;
}

.number-circle {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #06107F;
    line-height: 1.5;
}

.number-circle:nth-last-of-type(2) text {
    margin-bottom: 0.3125rem;

}

.benefit-item img {
    width: auto;
    margin-bottom: 0.625rem;
}

.benefit-list li:nth-of-type(2) img {
    margin-block: 1.2rem;
}

.benefit-text {
    font-size: 1.25rem;
}

/* recruitment */

.recruitment {
    border: solid 1px #222222;
    max-width: 1000px;
    margin: 0 auto 6.25rem auto;
    padding: 4.375em 5.9375rem 6.25rem 6.25rem;
}


.recruitment .layer-section-title h1 {
    text-align: center;
}


/* recruit-contact */

.recruit-contact {
    background-color: #F2F4F8;
}

.recruit-contact .contact2 {
    margin-bottom: 0;
    padding-block: 6.25rem;
}

/* recruitment-list */

.recruitment-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
}

.recruitment-list dt {
    width: 25%;
    padding-block: 0.625rem;
}

.recruitment-list dd {
    width: 75%;
    padding-block: 0.625rem;
}



/* ---------page-privacy---------------- */

.privacy-layer {
    max-width: 800px;
    margin: 0 auto 6.25rem auto;
    letter-spacing: 0;

}

.privacy-layer .layer-section-title h1 {
    text-align: center;
}

.introduction-text {
    margin-bottom: 1.25rem;
}

.policy-heading {
    color: #06107F;
    font-size: 1.125em;
}

.policy-list li {
    list-style-type: decimal;
    color: #06107F;
}

.policy-item {
    margin-bottom: 1.25rem;
}

.policy-item:last-of-type {
    margin-bottom: 0;
}

.policy-item p,
address {
    color: #1B1B1B;

}

.usage-list li {
    list-style-type: disc;
    color: #1B1B1B;
}


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

.contact-layer {
    max-width: 800px;
    margin: 0 auto 5rem auto;
    text-align: center;

}

.contact-layer p {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 4.0625rem;

}

/* ---問い合わせフォーム---- */

.wp-form {
    max-width: 800px;
    margin: 0 auto 6.25rem auto;
}

.wpcf7-list-item-label {
    font-size: 1.25rem;
}

.check-form,
.form-box,
.message {
    display: flex;
    flex-wrap: wrap;
}

.check-form dt {
    width: 25%;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 1rem;
}

.check-box dd {
    width: 75%;
    padding-bottom: 1rem;
    padding-left: 3.5rem;
}

.form-box dt,
.message dt {
    width: 25%;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 1rem;
}



.form-unit-head span {
    display: inline-block;
    background-color: #ED829D;
    height: 21px;
    width: 50px;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    margin-left: 1.25rem;
    text-align: center;

}

.form-box dd,
.message dd {
    border: solid 1px #D9D9D9;
    width: 60%;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.confilm dd {
    border: none;
}

.confilm .form-unit-contents {
    border: none;
}

.form-box dd:nth-of-type(4) {
    width: 25%;
    margin-right: 30%;
}


.message dd {
    border: solid 1px #D9D9D9;
    width: 70%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    height: 140px;
}

.message {
    margin-bottom: 4.375rem;
}


/* チェックボックスを丸にする */
.check-box input {
    display: none;
}

.check-box input+span {
    margin-right: 3.125rem;
    padding-bottom: 1rem;
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
}

.check-box input+span::after,
.check-box input+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}

.check-box input+span::before {
    border: 1px solid #222222;
    background-color: #ffffff;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    left: 0;
    top: 33%;
    transform: translateY(-50%);
}

.check-box input+span::after {
    border: none;
    background-color: #06107F;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    left: 2%;
    top: 33%;
    transform: translateY(-50%);
    display: none;
}

.check-box input:checked+span::after {
    display: block;
}

.wpcf7-spinner {
    display: none;
}

.form-btn {
    color: #06107F;
}

.contact-btn {
    position: relative;
    width: 250px;
    background-color: #ffffff;
    padding: 0.8125rem 3.75rem;
    text-align: center;
    font-weight: 600;
    border: solid 3px #06107F;
    margin: 0 auto;
}

.contact-btn:hover {
    opacity: 0.5;
    transform: scale(1.1);

}

.contact-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(50%, -50%);
    width: 10px;
    height: 15px;
    background-color: #06107F;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

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

.contact-btn-box {
    display: flex;
}

.contact-btn input {
    color: #06107F;
}


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

.contact-thanks {
    font-size: 1.5rem;
    font-weight: 600;
    color: #06107F;

}



/* ---------------レスポンシブ---------------- */

@media(max-width:1000px) {

    /* header */

    header {
        text-align: center;
    }

    .open .header-logo {
        display: none;
    }

    .toggle-btn {
        display: inline-block;
        width: 1.4375rem;
        height: 1.4375rem;
        position: relative;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 200;
        margin: 0 0 0 auto;
    }

    .toggle-btn span {
        width: 100%;
        height: 1.5px;
        background-color: #06107F;
        transition: all 0.5s;
        position: absolute;
    }

    .main-overlay-tl {
        opacity: 0.9;
    }

    .open .toggle-btn span {
        background-color: #ffffff;
    }

    .toggle-btn span:nth-child(1) {
        top: 22%;
    }


    .toggle-btn span:nth-child(2) {
        top: 50%;
    }

    .toggle-btn span:nth-child(3) {
        top: 78%;
    }

    .open .toggle-btn span:nth-child(1) {
        transform: rotate(-315deg);
        top: 50%;
    }

    .open .toggle-btn span:nth-child(2) {
        transform: rotate(315deg);
    }

    .open .toggle-btn span:nth-child(3) {
        transform: rotate(315deg);
        top: 50%;
    }

    .nav {
        display: none;
    }

    .open .nav {
        display: inline-block;
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 5rem 15%;
        z-index: 200;
    }

    .open .nav-menu {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .open .nav-menu li {
        margin-bottom: 1.625rem;
        text-align: center;
    }

    .open .nav-menu li a {
        color: #ffffff;
    }

    .open .nav-contact {
        background-color: #ffffff;
        width: 15rem;

    }

    .open .nav-contact {
        color: #06107F;
        margin-bottom: 2.375rem;
    }

    .sp {
        display: block;
    }

    .open .nav-menu li img {
        height: 2.375rem;
    }

    .open .nav-menu li:first-of-type {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 600;
        font-family: "Shippori Mincho", serif;
        margin-bottom: 2.25rem;

    }

    .open .nav-menu li:last-of-type {
        display: inline-block;
    }

    .open .nav-menu li:nth-of-type(7) {
        margin-bottom: 5rem;
    }


    .open .mask {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #06107F;
        background-image: url(../img/Logo_back3.png);
        z-index: 100;
        cursor: pointer;
    }

    /* main-visual */
    .bg-slider-mainvisual {
        margin-bottom: 1.875rem;
    }

    .bg-slider-title {
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0;
    }

    .bg-slider-subtitle {
        font-size: 1.25rem;
    }

    /* --index--about */

    .top-section-title .sp {
        display: block;
        font-size: 1.75rem;
    }

    .top-section-title .pc {
        display: none;
    }

    .about-item {
        flex-direction: column;
        margin-bottom: 120px;
    }

    .about-item::after {
        top: 97%;
        font-size: 7.5rem;
        overflow: hidden;

    }

    .about-text {
        width: 100%;
        margin-bottom: 3.125rem;
    }

    .about-photo {
        width: 60%;
        margin-left: auto;
    }

    .about-left {
        left: -50%;
        width: 80%;
    }

    /* ---footer--- */

    footer {
        background-image: url(../img/logo-footer-sp.png);
        height: 174px;
    }

    .footer-list {
        display: none;
    }

    footer .footer-contents {
        text-align: center;
        padding-block: 1.85rem 1.25rem;
        justify-content: center;
    }

    .footer-logo {
        font-size: 1.25rem;
    }

    .footer-info p {
        font-size: 0.875rem;
    }

    .sns-icon {
        justify-content: center;
    }

    .copy-right {
        font-size: 0.75rem;
    }


    /* --index--detail-- */

    .detail-content {
        position: static;
        flex-direction: column-reverse;
        gap: 3.75rem;
    }

    .detail-text {
        padding: 3.125rem 1.875rem 8.125rem 1.875rem;
        padding-bottom: 0;
        width: 100%;
    }

    .detail-photo {
        width: 80%;
        max-width: 500px;
        margin-top: 0;
    }

    .detail-slide {
        margin-top: 10rem;
        font-size:7.5rem;
        margin-bottom: 5rem;
        overflow: hidden;

    }

    /* --index--project-- */

    .project {
        margin-bottom: 3.125rem;
    }

    .project-photo {
        flex-direction: column;
        margin-bottom: 0;
    }

    .container .section-title {
        margin-bottom: 2.25rem;
    }

    .project-photo-item {
        width: 100%;
        margin-bottom: 1.875rem;
    }

    .project-flex {
        margin-bottom: 1.875rem;
        justify-content: center;

    }

    .project-flex img {
        height: 500px;

    }

    .project-photo-item .project-link {
        margin-bottom: 1.875rem;
        font-size: 0.875rem;
    }

    .project-photo-item p {
        font-size: 1.125rem;
        text-align: center;
    }


    .project-photo-item h3::after {
       height: 250px;
        top: 50%;
    }
    


    .project-link {
        width: 95%;
    }

    .project-link a {
        font-size: 0.875rem;
    }

    .project .btn-a {
        display: none;
    }

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


    .news-contents {
        padding: 4.3rem 5% 0;
    }

    .top-news-list {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3.125rem;
    }

    .news-contents::before {
        font-size: 7.5rem;
        overflow: hidden;
    }

    .top-news-list dt {
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
        border: none;
        width: 100%;
    }

    .top-news-list .date {
        margin-bottom: 0.3125rem;
    }

    .top-news-list .date time {
        font-size: 0.75rem;
    }

    .label{
        margin-bottom: 0;
    }

    .label .entry-label{
        margin-bottom: 0.3125rem;
        font-size: 0.875rem;
        padding: 0.3rem 0.3rem;
    }


    .top-news-list dd {
        white-space: normal;
        width: 100%;
        font-size: 1rem;
        margin-bottom: 0.625rem;
    }

    .news .btn-a {
        margin-bottom: 7.5rem;
    }

    /* --index--company-recruit-- */
    .inner .link-item {
        flex-direction: column;
        height: 600px;
    }

    .link-item .company {
        width: 100%;
        height: 300px;
        background-size: cover;
    }



    .link-item .recruit {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/top-recruit-sp.jpg);
    }

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

    .contact {
        margin-bottom: 4.375rem;
    }


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

    .layer-mainvisual {
        margin-bottom: 1.875rem;
    }

    .layer-mainvisual img {
        height: 15.625rem;
    }

    .layer {
        margin-bottom: 3.125rem;
    }

    .layer-section-title h1 {
        margin-bottom: 1.25rem;
        font-size: 1.75rem;
    }

    .layer p {
        line-height: 1.4;
        font-size: 1rem;
    }

    .reason .detail-slide {
        margin-top: 0;
    }

    .reason .section-title {
        margin-bottom: 1.875rem;
        margin-left: 1.875rem;
    }

    .reason .section-title h2 {
        font-size: 2.125rem;
    }

    .gray {
        margin-top: 0;
    }

    .container2 {
        padding-block: 5rem 3.125rem;
        margin-bottom: 3.175rem;
    }

    .reason {
        margin-bottom: 0;
    }

    .reason {
        margin-bottom: 30%;
    }

    .reason .slick-prev {
        left: 3%;
        top: 58%;
        z-index: 100;
    }

    .reason .slick-next {
        left: 85%;
        top: 58%;
        z-index: 100;

    }

    .reason .slick-prev::before,
    .reason .slick-next::before {
        color: #222222;

    }

    .reason .slick-prev:hover::before,
    .reason .slick-next:hover::before {
        opacity: 1;
        color: #06107F;
    }

    .reason .detail-slide {
        display: none;
    }

    .reason .slick-slide {
        margin-top: 8rem;
        margin-right: 1rem;
    }

    .about-slick {
        padding-left: 1rem;
    }


    .reasonitem-title span {
        font-size: 1.375rem;
    }

    .reasonitem-contents .reasonitem-text {
        font-size: 1rem;
    }

    .project2 {
        margin-bottom: 0;
    }

    .container .section-title {
        margin-bottom: 2.25rem;
    }

    .project2 .btn-a {
        display: none;
    }

    .contact2 {
        margin-bottom: 4.375rem;
    }

    /* ---page-detail---- */

    .detaillayer {
        margin-bottom: 3.125rem;
        padding-inline: 1.875rem;
    }

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

    .detaillayer-contents {
        flex-direction: column-reverse;
        gap: 1.875rem;
        align-items: center;
    }


    .detail-photo-right .pc {
        display: none;
    }

    .detail-photo-right .sp {
        display: inline-block;
    }

    .detail-photo-left {
        left: -10%;
    }

    .detail-photo-left img {
        width: 250px;
        height: 250px;
    }

    .section-title2 h2 {
        font-size: 1.875rem;
        margin-bottom: 1.25rem;
        letter-spacing: 0.05em;
        font-weight: 600;
    }

    .detaillayer-contents-list {
        padding-block: 7.5rem 3.125rem;
    }

    .detaillayercontents-photo {
        margin-left: auto;
        padding-inline: 1rem;
    }

    .detaillayercontents-text {
        width: 100%;
        padding-inline: 1rem;
    }

    .detaillayer-item-text .detaillayer-item-title {
        font-size: 1.375rem;
    }

    .detaillayer-item-text .detailayer-item-description {
        font-size: 1rem;
    }

    .detaillayer-contents-item {
        background-position: left top;
        overflow: hidden;
    }

    /* -----project.html----- */

    .projectlayer {
        margin: 0 auto 3.125rem auto;
        padding-inline: 1rem;
    }

    .project3 {
        padding-block: 3.125rem;
        margin-bottom: 3.125rem;
        padding-inline: 1rem;
    }

    .project
    /* -----news.html----- */

    .newslayer {
        margin-bottom: 1.875rem;
        padding-inline: 1rem;
    }

    .newslayer .layer-section-title h1 {
        font-size: 2.125rem;
    }

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

    .news-container {
        padding-inline: 1rem;
        margin-bottom: 3.125rem;
    }

    .news-list p {
        font-size: 1rem;
    }

    .entry-label {
        font-size: 0.625rem;
        padding-inline: 0.625rem;
    }

    .news-list .project-link::after {
        top: 36%;
    }

    /* ページネーション */

    .wp-pagenavi {
        padding-inline: 1rem;
    }


    .pagenavi {
        margin-bottom: 3.75rem;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        margin-inline: 0.5rem;
        padding: 0.5rem;
        font-size: 0.875rem;
    }


    /* -----projectshingle.html----- */

    .shingle .layer-section-title {
        margin-bottom: 2.1875rem;
    }

    .shingle .layer-section-title h1 {
        font-size: 1.5rem;
    }

    .projectlayer-subtitle {
        display: none;
    }

    .project-contents {
        margin-bottom: 3.125rem;
    }

    .project-contents-photo {
        flex-direction: column;
    }

    .project-contents-photo img {
        margin-bottom: 1rem;
    }

    .wp-block-heading {
        margin-bottom: 2.25rem;
        font-size: 1.5rem;
    }


    .projectlayer .btn-a {
        margin-bottom: 3.125rem;
    }

    .past-work {
        margin-bottom: 3.125rem;
    }

    .past-work .layer-section-title h2 {
        padding-block: 3.125rem 1.25rem;
        margin-bottom: 0;
        font-size: 2.125rem;
    }

    .past-work .category-list {
        padding-inline: 1rem;
        margin-bottom: 3.125rem;
    }

    .past-work .category-list li:nth-last-of-type(3) {
        display: none;
    }

    .past-work .category-list img {
        margin-bottom: 1rem;
        height: 250px;
    }



    .category-list span {
        font-size: 0.625rem;
        padding-inline: 0.625rem;
    }

    .project-category a{
        font-size: 0.625rem;
        padding:0 0.3rem;
        margin-bottom: 0;
    }

    .category-list .project-link::after{
        top: 40%;
    }

    .category-list .project-link a {
        font-size: 0.625rem;
    }

    .project-link::after {

        width: 8px;
        height: 8px;
        border-top: solid 1px #06107F;
        border-right: solid 1px #06107F;
    }


    /* -----newsshingle.html----- */


    .shingle2 {
        margin-bottom: 3.125rem;
    }

    .shingle2 .layer-section-title {
        margin-bottom: 1.5rem;
    }

    .shingle2 .layer-section-title h1 {
        font-size: 1.5rem;
    }

    .newslayer{
        padding-inline: 1rem;
    }

    .newslayer-subtitle{
        margin-left: 1rem;
    }

    .newslayer-subtitle time {
        font-size: 0.875rem;

    }

    .newslayer-subtitle .entry-label {
        font-size: 0.75rem;
        padding-inline: 0.625rem;
        margin-bottom: 1.875rem;

    }

    .wp-block-columns {
        flex-direction: column;
        gap: 0;
        font-size: 1rem;
    }

    .wp-block-columns:nth-of-type(2) {
        flex-direction: column-reverse;
    }

    .articles .layer-section-title h2 {
        padding-block: 3.125rem 1.25rem;
        margin-bottom: 0;
        font-size: 2.125rem;
    }

    .related li:nth-of-type(3) {

        display: none;
    }

    .past-title {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }

    .related-post span {
        font-size: 0.625rem;
        padding-inline: 0.4rem;
    }

    .related .project-link a {
        font-size: 0.625rem;
    }

    .related .project-link::after {
        top: 40%;
    }



    /* ----company.html----- */

    .companylayer {
        padding-inline: 1rem;
    }

    .company .layer-section-title h1 {
        font-size: 2.125rem;
    }


    .company-info {
        flex-direction: column;
        font-size: 1rem;
        margin-bottom: 3.125rem;

    }

    .company-info dt {
        width: 100%;
        border-bottom: none;
        padding-block: 0.5rem;

    }

    .company-info dd {
        width: 100%;
        padding-block: 0.5rem;
    }

    /* ----recruit.html----- */

    .recruitlayer .layer-section-title h1 {
        font-size: 2.125rem;
    }

    .recruitlayer p {
        font-size: 1rem;
        margin-bottom: 1.875rem;
        padding-inline: 1rem;
    }

    .recruit-slick {
        margin-bottom: 3.125rem;
    }

    .recruit-layer-inner {
        padding-inline: 1rem;
        flex-direction: column-reverse;
        gap: 1.875rem;
        padding-top: 3.125rem;
    }

    .recruit-contents-text {
        width: 100%;
    }

    .recruit-contents-text .section-title h2 {
        font-size: 1.875rem;
    }

    .reason-contents-description {
        font-size: 1rem;
    }

    .recruit-photo-right img {
        height: 300px;
        width: 300px;
        margin-left: 8%;
    }

    .recruit-photo-left {
        left: 0;
    }

    .recruit-photo-left .pc {
        display: none;
    }

    .recruit-photo-left .sp {
        display: block;
    }

    .recruit-photo-left img {
        height: 250px;
        width: 250px;
    }

    .recruit-item-inner {
        padding: 3.125rem 1rem;
        background-image: url(../img/recruit-sp-logo.png);
        background-position: left top;
        overflow: hidden;
    }

    .layer-section-title h3 {
        font-size: 1.875rem;
        margin-bottom: 1.875rem;
    }

    .recruit-grid {
        gap: 1.25rem;
    }



    .recruit-grid li .name {
        font-size: 1.125rem;
    }

    .recruit-grid li img {
        height: 150px;
        margin-bottom: 0.625rem;
    }

    .recruit-grid .pc {
        display: none;
    }

    .recruit-grid .sp {
        display: block;
    }

    .name .br-sp {
        display: block;
    }

    .recruit-benefit {
        padding-block: 3.125rem 10.25rem;
        margin-bottom: 3.125rem;
    }

    .benefit-list {
        gap: 1.25rem;
        padding-inline: 1rem;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-wrap: nowrap;
    }

    .benefit-item {
        font-size: 1.5rem;
    }

    .benefit-text {
        font-size: 0.875rem;
    }

    .number-circle {
        width: 170px;
        height: 170px;
        line-height: 1;
    }

    .benefit-item img {
        width: 50%;
    }


    .benefit-list li:nth-of-type(2) img {
        margin-block: 1rem;
    }

    .benefit-list li:nth-of-type(3) img {
        width: 33%;
    }

    .benefit-list li:nth-of-type(3) {
        position: absolute;
        top: 87%;
    }

    .recruitment {
        margin: 0 auto 3.125rem auto;
        padding: 1.875rem 1rem;
        margin-inline: 1rem;
    }

    .recruitment-list {
        flex-direction: column;
        font-size: 1rem;
    }

    .recruitment-list dt {
        width: 100%;
        padding-block: 0.625rem 0.187rem;
    }

    .recruitment-list dd {
        width: 100%;
        padding-block: 0px 0.625rem;
        border-bottom: solid 1px #222222;
    }

    .contact2 .section-title h2 {
        margin-bottom: 1.875rem;
        font-size: 2.125rem;
    }

    .recruit-contact .contact2 {
        background-color: #ffffff;
        margin-bottom: 0;
        padding-block: 0rem 3.125rem;
    }

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

    /* ----contact.html----- */

    .contact-layer .layer-section-title h1 {
        font-size: 2.125rem;
    }

    .contact-layer {
        margin: 0 auto 4.0625rem auto;
        padding-inline: 1.875rem;
    }

    .contact-layer p {
        font-size: 1rem;
        margin-bottom: 3.125rem;
    }

    .contact-text li {

        font-size: 1.125rem;
        padding-bottom: 0.312rem;
    }

    .contact-text li:first-of-type span {
        font-size: 1.375rem;
    }

    .contact-text li:first-of-type {
        font-size: 2.125rem;
    }

    .contact-text li:last-of-type {
        margin-bottom: 1.875rem;
    }

    .wp-form {
        max-width: 600px;
        padding-inline: 1rem;
    }

    .wp-form .form-btn {
        margin: 0;
    }

    .br-pc {
        display: none;
    }

    .form-input {
        width: 80%;
    }


    .check-form,
    .form-box,
    .message {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .check-form dt {
        width: 100%;
        font-size: 1rem;
    }

    .check-box dd {
        width: 100%;
        padding-bottom: 1rem;
        padding-left: 3.5rem;
    }

    .wpcf7-list-item-label {
        font-size: 1rem;
    }

    .form-box dt,
    .message dt {
        width: 100%;
        font-size: 1rem;
        padding-bottom: 0.3rem;
    }

    .form-box dd,
    .message dd {
        width: 100%;
        font-size: 1rem;
        padding-top: 0.3rem;
    }

    .form-box dd:nth-of-type(4) {
        width: 40%;
    }

    .form-box dd:nth-of-type(5) {
        width: 100%;
    }

    .form-unit-head span {
        font-size: 0.75rem;
        width: 32px;
        height: 18px;
        margin-left: 1rem;
    }

    .message {
        margin-bottom: 3.125rem;
    }

    .contact-btn {
        width: 210px;
        margin: 0;
        padding-inline: 1rem;
    }

    /* -----contact-confirm----- */
    .contact-btn-box {
        gap: 1.25rem;
    }


    /* ----contactthanks----- */

    .contact-thanks {
        font-size: 1.125rem;

    }


    /* -----privacy.html----- */

    .privacy-layer {
        padding-inline: 1.875rem;
        margin: 0 1.875rem 4.375rem 1.875rem;
    }

    .privacy-layer .layer-section-title h1 {
        font-size: 2.125rem;
    }
}


/* ----recruit.html---benefit部分------ */
@media(max-width: 690px) {

    /* 施工事例写真 */
    .project-flex img {
        height: 300px;
    }

    .project-photo-item h3::after {
        height: 150px;
    }

    .benefit-list {
        gap: 15%;
    }

    .benefit-item {
        width: 100%;
    }

    /* 関連実績写真 */
    .past-work .category-list img {
        height: 150px;
    }



}