@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.position-relative {
    position: relative;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 1rem !important;
}
.underline-dotted {
    border-bottom: 3px dotted #eb6a00; 
}
video {
    width: 100%;
}
p {
    text-align: justify;
}
.wp-block-list li {
    margin: 1rem 0;
}
.is-style-good_list li:before {
    color: #eb6a00;
}
.w-100 {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}
.d-flex {
    display: flex;
}
@media (max-width: 600px) {
    .d-none-sp {
        display: none;
    }
}

/* 見出し */
.c-pageTitle {
    font-size: clamp(28px, 5vw, 40px);
}
.post_content h2.is-style-section_ttl::after {
    height: 3px;
    background: #EB6A00;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.post_content h2.is-style-section_ttl {
    letter-spacing: 5px;
    font-size: clamp(40px, 5vw, 46px);
    padding-top: clamp(30px, 8vw, 1.5em) !important;
    padding-bottom: .25em !important;
    margin-bottom: 2rem;
    font-family: 'Shippori Mincho', serif;
}
.post_content h2.is-style-section_ttl .mininote {
    position: absolute;
    top: -6px;
    font-size: clamp(30px, 10vw, 60px);
    color: #E8E8E8;
    z-index: 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    letter-spacing: initial;
    font-family: 'Barlow', sans-serif;
}
.post_content h2 {
    margin: 2em 0 2em;
}
.post_content h3 {
    font-size: clamp(32px, 5vw, 40px);
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 2rem;
    margin-top: 4rem;
}
.post_content h4 {
    font-size: clamp(26px, 5vw, 32px);
    font-family: 'Shippori Mincho', serif;
    border-left-width: 5px;
    margin: 1.5em 0 1em;
}
.post_content h5 {
    position: relative;
    padding-left: 25px;
    font-size: clamp(24px, 5vw, 32px);
    color: #1c5d7d;
    margin-bottom: 1rem;
}
.post_content h5::before {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    position: absolute;
    left: 0;
    background: #EB6A00;
    top: 50%;
    transform: translateY(-50%);
}

/* テーブル */
.post_content table {
    border-collapse: separate;
    border-spacing: 5px;
}
.post_content table th, .post_content table td {
    border: none !important;
    padding: 15px !important;
}
.post_content table th {
    background-color: #1C5D7D;
    color: #fff;
    text-align: center;
}
.post_content table td {
    background-color: #E8F2F7;
}
.p-postList__meta :before, .c-postTimes__posted:before {
    display: none;
}

/* ボタン */
.swell-block-button.is-style-btn_line .swell-block-button__link {
    min-width: 250px;
    border-width: 2px;
    font-weight: bold;
}
.is-style-btn_line a {
    background: #fff;
}
svg.__icon.-right {
    position: absolute;
    right: 10px;
}

/* ステップ */
.swell-block-step__item span.__shape {
    color: #eb6a00 !important;
}
.swell-block-step__item:nth-child(even) span.__shape {
    background: #eb6a00;
}


@media (max-width: 782px) {
    .order-0 {
        order: 0;
    }
    .order-1 {
        order: 1;
    }
}

/* header */
.contact-btn a {
    font-size: 12px;
    border-radius: 10px;
    padding: 5px 15px;
}
.contact-btn a i {
    font-size: 20px;
}
.l-header__inner.l-container, .l-fixHeader__inner.l-container {
    max-width: initial;
}
.c-gnav .ttl {
    font-size: 1.1em !important;
}
.c-gnav > li:hover > a, .c-gnav > .-current > a, 
.current-menu-ancestor > a, 
.c-gnav .sub-menu a:hover {
    background: #237ea6;
    color: #fff !important;
}
#main_visual {
    height: 100vh !important;
}
@media (min-width: 960px) {
    .home .l-header {
        position: absolute;
        top: 0;
        background: rgb(255 255 255 / 75%);
    }
    .c-headLogo.-img {
        height: 50px;
    }
}
.c-headLogo.-img {
    position: relative;
    padding-right: 15px;
}
.c-headLogo.-img::before {
    content: "";
    background-image: url(/wp-content/themes/swell_child/img/anniversary-label.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(40px, 5vw, 50px);
    height: clamp(40px, 5vw, 50px);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 960px) and (max-width: 1120px) {
    .c-headLogo.-img::before {
        right: -15px;
    }
}



/* top */
.p-mainVisual__slideTitle {
    font-family: 'Shippori Mincho';
    font-size: clamp(2.5rem, 10vw, 4rem);
    text-shadow: 1px 2px 2px #333;
    background: rgb(51 51 51 / 50%);
    padding: 1em 0;
}
.-btn-b>.c-mvBtn__btn {
    font-size: 1.25rem;
    font-weight: bold;
    background: #eb6a00 !important;
    border: none !important;
    border-radius: 50px;
}
.home div#content {
    padding-top: 0;
}
.home main#main_content {
    margin: 0;
    max-width: inherit;
}
.home .swell-block-fullWide__inner.l-article {
    max-width: 1032px;
}

.ict-sec01 {
    padding: 100px 0 0 !important;
}
.ict-sec02 {
    padding: 80px 0 100px !important;
}
.development-sec01 {
    padding: 100px 0 0 !important;
}
.development-sec02 {
    padding: 80px 0 100px !important;
}
.top-business-items {
    padding: 100px 0;
}
.company-wrap {
    padding: 100px 0 !important;
}
.top-info {
    padding-top: 100px;
}


.ict-sec01 {
    background: linear-gradient(180deg, #E8F2F7 0%, #E8F2F7 75%, #237EA6 25%, #237EA6 100%);
    position: relative;
}
.ict-sec02 {
    background: linear-gradient(15deg, #E8F2F7 0%, #E8F2F7 65%, #237EA6 25%, #237EA6 100%);
}
.development-sec01 {
    background: linear-gradient(180deg, #fff9ed 0%, #fff9ed 60%, #237EA6 40%, #237EA6 100%);
}
.development-sec02 {
    background: linear-gradient(-15deg, #fff9ed 0%, #fff9ed 65%, #237EA6 25%, #237EA6 100%);
}
.ict-sec01::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    content: "";
    background-image: url('/wp-content/themes/swell_child/img/bg-deco.png');
    max-width: 900px;
    background-repeat: no-repeat;
    background-size: contain;
}
.development-sec02::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    content: "";
    background-image: url('/wp-content/themes/swell_child/img/bg-deco.png');
    max-width: 900px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
}
.ict-catch {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.img-outside-left, .img-outside-right {
    max-width: 760px;
    width: 95% !important;
}
.img-outside-left {
    margin-left: calc(50% - 50vw) !important;
}
.img-outside-right {
    margin-right: calc(50% - 53vw) !important;
}
.box-text-right, .box-text-left {
    width: 100% !important;
    background: rgb(255 255 255 / 95%);
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(51 51 51 / 25%);
    max-width: 550px;
}
.box-text-right {
    right: 0;
}
.box-text-left {
    left: 0;
}
.development-main > .swell-block-columns__inner {
    justify-content: end;
}
.home .post_content h3.is-style-section_ttl {
    font-size: clamp(32px, 5vw, 40px);
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 5px;
    margin-bottom: 1.5rem;
}
.home .post_content h3.is-style-section_ttl .title-text i {
    color: #eb6a00;
}
.home .post_content h4 {
    position: relative;
    padding-left: 25px;
    color: #1c5d7d;
    font-family: 'Noto Sans JP', sans-serif;
    border-left: none;
    margin-bottom: 1rem;
}
.home .post_content h4::before {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    position: absolute;
    left: 0;
    background: #EB6A00;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 600px) {
    .top-ict h3, .top-development h3 {
        display: flex;
        align-items: center;
    }
    .top-ict h3 .title-text, .top-development h3 .title-text {
        white-space: nowrap;
    }
    .top-ict h3 .title-line {
        margin-right: 15px;
    }
    .top-development h3 .title-line {
        margin-left: 15px;
    }
    .top-ict h3 .title-line, .top-development h3 .title-line {
        flex-grow: 1;
        height: 1.5px;
        background-color: #fff;
    }
}
@media (min-width: 782px) {
    .img-outside-left, .img-outside-right {
        width: 85% !important;
    }
    .box-text-right, .box-text-left {
        width: 60% !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 782px) {
    .box-text-right, .box-text-left {
        margin-top: -50px !important;
    }
    .development-main div.box-text-left {
    margin-top: -50px !important;
}
}

.business-items-wrap .item {
    box-shadow: 0 0 10px rgb(51 51 51 / 25%);
    border-radius: 20px;
    transition: 0.5s;
}
.business-items-wrap .item:hover {
    transform: translateY(-5px);
}
.business-items-wrap .item .wp-block-columns {
    gap: 0 !important;
}
.business-items-wrap .item a {
    text-decoration: none;
}
.business-items-wrap .item figure {
    height: 100%;
}
.business-items-wrap .item figure img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.business-items-wrap .item .item-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.business-items-wrap .item .item-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}
.business-items-wrap .item .item-text h3 {
    padding: 0;
    margin: 0;
    font-size: clamp(22px, 5vw, 28px);
    font-family: 'Noto Sans JP', sans-serif;
    color: #333 !important;
}
.business-items-wrap .item .item-text h3::before {
    display: none;
}
.business-items-wrap .item .item-text .item-text-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: .9em;
    text-decoration: underline;
}
@media (min-width: 782px) {
    .business-items-wrap .item figure img {
        border-radius: 20px 0 0 20px;
    }
    .business-items-wrap .item .item-text {
        min-height: 220px;
    }
}
@media (max-width: 782px) {
}


.top-company .company-wrap {
    background: linear-gradient(#E8F2F7, #fff);
    margin-bottom: 0;
}
.top-company-inner {
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(51 51 51 / 25%);
}


.p-postListWrap {
    max-width: 600px;
    margin: 0 auto;
}
time.c-postTimes__posted.icon-posted {
    min-width: 105px;
}
.p-postList__cat {
    background: #1c5d7d;
    opacity: 1;
    color: #fff;
    padding: 4px 5px;
    width: 65px;
    text-align: center;
}
.p-postList__title {
    font-weight: normal !important;
}
.p-postList__link::after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: .8rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 782px) {
    .p-postList__body {
        display: flex;
    }
    .p-postList__meta {
        margin-right: 15px !important;
    }
}


/* パーツ */
.cta-banner {
    background: linear-gradient(45deg, #1C5D7D 0%, #1C5D7D 50%, #237EA6 50%, #237EA6 100%);
    padding: 3em 0 !important;
}
.cta-banner-wrap {
    background: #fff;
    padding: 2em;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(51 51 51 / 50%);
}
.cta-banner .wp-block-columns {
    align-items: center !important;
}
.cta-banner a {
    max-width: 430px;
    width: 100%;
    border-radius: 50px;
    font-size: 1.5rem;
}
.cta-banner .swell-block-button:first-child {
    margin-bottom: 1rem;
}

.page-business-items {
    padding-top: 80px;
}
.page-business-items .c-bannerLink__text {
    font-weight: bold;
}

/* ICT施工 */
.ict-about-list img {
    filter: blur(3px) !important;
}
.ict-about-list .is-style-check_list li {
    margin: 1.5rem 0;
}
.ict-about-list .is-style-check_list li:before {
    color: #eb6a00;
    font-size: 1.5rem;
    font-weight: bold;
}

/* 企業活動 */
.activity-wrap {
    margin-bottom: 100px;
}

/* お問い合わせ */
form.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
}
form.wpcf7-form p {
    margin-bottom: 1.5em;
}
form.wpcf7-form label {
    font-weight: bold;
}
form.wpcf7-form .required {
    font-size: .85em;
    color: #ff0000;
}
form.wpcf7-form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
    background: #fff;
    width: 100%;
    border-radius: 10px;
}
input.wpcf7-submit {
    background: #fff;
    border: 2px solid #1c5d7d;
    min-width: 250px;
    margin: 2em auto 0;
    display: block;
    padding: .75em 1.5em;
    color: #1c5d7d;
    transition: .2s;
    font-weight: bold;
    position: relative;
}
.submit-btn-wrap {
    text-align: center;
}
.submit-btn-wrap p {
    position: relative;
    display: inline-block;
}
.submit-btn-wrap p::after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: .8rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #1c5d7d;
}
input.wpcf7-submit:hover {
    background: #1c5d7d !important;
    color: #fff !important;
}

/* footer */
.page:not(.home) .cta-banner {
  margin: 0 !important;
}
.l-footer__nav a {
    font-size: 1rem;
}
.l-footer .copyright {
    background: #1C5D7D;
    padding: 5px 0;
    color: #fff;
}
.footer-img-link {
    background: #fff;
    border-radius: 20px;
    max-width: 400px;
}
.footer-img-link-wrap {
    padding: 1em 1em .5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-img-link-wrap a {
    display: inline-block;
    width: 30%;
}
.footer-img-link-wrap a:hover {
    opacity: .75;
}
@media (min-width: 960px) {
    .footer-img-link {
        margin-left: auto;
    }
}

/* リキャプチャ */
.grecaptcha-badge {
    bottom: 110px !important;
    z-index: 100;
}