@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
*/


/* レスポンシブ -------- */
@media screen and (max-width: 599px) {
    .sp-none {
        display: none;
    }

    .pc-none {
        display: inline-block;
    }
}

@media screen and (min-width: 600px) {
    .sp-none {
        display: inline-block;
    }

    .pc-none {
        display: none;
    }

}

/* リセット */
address {
    font-style: normal;
}

.swell-block-columns__inner{
    width: 100%;
}


body {
    /* 	font-family: "Zen Kaku Gothic New", sans-serif; */
}

/* グラデーション */
:root {
    --gradient-blue: linear-gradient(90deg, #004b8e 0%, #24abdc 100%);
}

.gradient-blue {
    background: var(--gradient-blue) !important;
}

.gradient-text {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent;
}

/* フォント */
:root {
    --font-serif: "Zen Old Mincho", "Noto Serif JP", serif;
    --font-en: "Barlow Semi Condensed", sans-serif;
}

.font_serif {
    font-family: "Noto Serif JP", serif;
}

.font-en {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-optical-sizing: auto;
}

/* 段落の両端揃え */
p {
    text-align: justify;
}

.recaptcha-text {
    font-size: 10px;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* アニメーション */
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}

/* ヘッダーのコンテンツ幅解除 */
header .l-container,
.l-fixHeader__inner {
    max-width: unset;
}

.single-voice .p-articleThumb {
    aspect-ratio: 1/1;
    max-width: 200px;
}

.w-beforeFooter {
    padding: 1em 0 3em;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 4px 3px 3px rgba(131, 131, 131, 0.05);
    position: relative;
    z-index: 10;
}

.c-gnav {
    font-weight: 700;
}

/* THANKSページには出力しない */
.slug-contact-thanks .w-beforeFooter,
.slug-recruit-entry .w-beforeFooter{
    display: none;
}

/* ヘッダーのhover style */
.c-gnav > li:hover > a {
    background: #004b8e0f;
}

.c-gnav li:last-child:hover {
    background-color: #24abdc;
    color: #fff;
    transition: all 0.3s ease;
}

/* ヘッダーの中のお問い合わせのスタイル変更 */

.l-header__inner,.l-fixHeader__inner{
    padding-right: 0;
}

.c-gnav li:last-child{
    background-color: #004b8e;
    color: #fff;
}

    .c-gnav>.menu-item>a{
    padding: 0em 2em;
}

/* メールアイコンのスタイル */
.c-gnav li:last-child a span::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0l-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.c-gnav li:last-child a span.ttl {
    display: flex;
    align-items: center;
}


/* インスタグラムバナー */
figure.wp-block-image.size-full.banner_instagram.u-lb-off{
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 9;
    width: 50px;
}

/* ヘッダーnaviサブタイトル */
/* span.c-smallNavTitle.desc{
    font-family: var(--font-en);
    color: #004b8e;
    font-weight: 700;
} */

/* フッター前の余白の削除 */
.l-content {
    margin-bottom: 8px;
}

.l-footer__foot {
    background-color: #004b8e;
}

/* フッターの|の削除 */
.l-footer__nav li a {
    border: none !important;
}

/* フッター１、フッター２に入れた場合のスタイル */
footer .l-container{
    max-width: 1400px;
    padding: 0 2em;
    column-gap: 1em;
}

.l-footer__widgetArea {
    color: #0A0A0A;
    background: #E6F3F9;
    padding-top: 5em;
    padding-bottom: 5em;
}

/* フッター１ */

.footer_logo {
    width: clamp(150px, 20vw, 220px);
}

.footer_contents h3{
    font-size: 18px;
    font-weight: normal;
}

.footer_address{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    align-items: center;
    margin-bottom: 1.5em;
}

.footer_contents address{
    display: inline-block;
    font-size: 14px;
}

.footer_contents .googlemap{
    margin-left: 0.5em;
    font-size: 10px;
    border: 1px solid #7e7e7e;
    padding: 0.5em 1em;
}

.footer_contents .tel{
    font-size: 40px;
    font-weight: 700;
    font-family: var(--font-en);
    color: #004b8e;
}

.footer_contents .tel span{
    color: #0A0A0A;
    font-size: 16px;
    display: block;
    
}


/* フッター２ フッターnavi */
.widget_nav_menu,
.menu-footer-menu-container {
    height: 100%;
}

ul#menu-footer-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    margin-right: 0;
    margin-left: auto;
}

/* >の位置を右に移動 */
footer .c-gnav .sub-menu a:before, footer .c-listMenu a:before {
    right: 0;
    left: unset;
}

/* >をずらしたことによる余白調整 */
footer .c-listMenu a {
    padding: .75em 1em .75em 0em;
}

footer .c-listMenu a:hover {
    background-color: unset !important;
}


/* l-footer__nav */
.common_contact_col1{
    position: relative;
}

.common_contact_col1::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 100%;
    background: #004b8e;
    margin-right: 0.5em;
    margin-left: -48px;
    position: absolute;
}

@media screen and (min-width: 1108px) {
    .alignwide.common_contact {
        left: 0px !important;
        width: unset !important;
        padding: 80px 0 80px;
    }

}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .common_contact_col1::before {
        margin-left: -32px;
    } 
}

@media screen and (min-width: 600px) and (max-width: 959px) {

    /* この範囲のスクリーンサイズに適用されるCSS */
    .l-container.w-footer.-col2 {
        display: flex;
        justify-content: space-between;
    }

    .common_contact_col1::before {
        margin-left: -4vw;
    }   
}

@media screen and (max-width: 599px) {
    .w-footer__box{
        width: 100%;
    }


    .l-container.w-footer.-col2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    figure.wp-block-image.size-full.footer_logo.u-lb-off {
        margin: 0 auto;
    }

    .footer_contents{
        text-align: center;
    }

    .footer_address{
        justify-content: center;
    }

    .footer_contents p{
        display: inline-block;
        padding-left: 1em;
    }

    ul#menu-footer-menu {
        max-width: unset;
    }

    .common_contact_col1::before {
        margin-left: -4vw;
        width: 8px;
    }   
}

/* パンくずリスト */

.p-breadcrumb {
    margin-top: 1em;
}

/* コンテンツヘッダー（下層） */
.l-topTitleArea {
    background-image: var(--gradient-blue) !important;
    min-height: 400px;
}


.l-topTitleArea img {
    /* display: none; */
}

.c-pageTitle__sub::before {
    display: none !important;
}

.c-pageTitle {
    font-family: var(--font-en);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(54px, 7vw, 80px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.c-pageTitle__subTitle {
    font-style: normal;
    display: inline-flex;
    font-size: clamp(16px, 1.6vw, 21px);
    margin-top: 0.5em;
    margin-left: 0;
    width: fit-content;
}

.c-pageTitle__subTitle::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-image: url(./assets/mark_b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



/* @media screen and (max-width: 599px) {
    .l-footer {
        padding-bottom: clamp(110px, 10vw, 300px);
    }
} */

.swell-block-fullWide.pc-py-80.sp-py-60.has-bg-img.alignfull.footer_contact.lazyloaded {
    padding-top: 4em !important;
}

.swell-block-bannerLink.banner_float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    width: clamp(160px, 20vw, 270px);
}

/* .p-blogParts.post_content {
    width: fit-content;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
} */

img.wp-image-87 {
    height: 100%;
    object-fit: contain;
    object-position: left;
    width: 100%;
}

img.wp-image-87 {
    height: 100%;
    object-fit: contain;
    object-position: left;
    width: 100%;
}

figure.wp-block-image.size-full.mv_copy.u-lb-off {
    height: 100%;
    width: 100%;
}

/* トップページ */

.p-mainVisual__textLayer.l-parent.l-container.u-ta-c {
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.p-mainVisual__textLayer{
    align-items: center;
}

.mv_copy {
    font-size: clamp(48px, 5.2vw, 98px);
    font-family: var(--font-serif);
    letter-spacing: 0.1em;
}

.mv_subcopy{
    font-size: clamp(24px,2.5vw, 48px);
    font-family: var(--font-serif);
	letter-spacing: -0.08em;
}

.mv_subcopy span{
    font-size: clamp(16px,1.5vw, 30px);
	letter-spacing: -0.08em;
}

.mv_en{
    font-family: var(--font-serif);
    font-size: clamp(12px,0.8vw, 16px);
}


.p-mainVisual__textLayer {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    /* -webkit-transform: translateX(0%); */
    transform: translateX(0%);
    width: 100%;
    z-index: 3;
}

h2.top_head2 {
    display: flex;
    flex-direction: column;
    font-size: clamp(54px, 7vw, 80px);
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 2em;
    width: fit-content;
}

h2.top_head2 small.mininote {
    display: inline-flex;
    font-size: clamp(16px, 1.6vw, 21px);
    background: var(--gradient-blue) !important;
    margin-top: 0.5em;
    width: fit-content;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent;
}



h2.top_head2 small.mininote::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-image: url(./assets/mark_a.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* TOP メインビジュアル下 ABOUT US */

h2.aboutUs_head2 {
    font-size: clamp(32px, 3.5vw, 48px);
    padding-left: 0.75em !important;
    margin-left: 0;
    align-items: flex-start;
    line-height: 2;
    font-family: "zen kaku gothic new", sans-serif;
}

h2.wp-block-heading.has-text-align-left.font-en.aboutUs_head2.is-style-section_ttl::before {
    content: "";
    display: inline-block;
    width: 0.25em;
    height: 100%;
    background: #004b8e;
    margin-left: -0.75em;
}



.top_aboutUs_copy {
    line-height: 1.5;
    font-family: "zen kaku gothic new", sans-serif;
}



.aboutUs_col2 {
    max-width: 600px;
    line-height: 2;
    padding-right: var(--swl-pad_container) !important;

    p{
        font-weight: 600;
        color: #464646;
    }
}

.top_aboutUs_copy p{
    margin-bottom: 0.5em;
    color: #1a1a1a;
}

@media screen and (max-width: 599px) {
    h2.aboutUs_head2 {
        font-size: clamp(20px, 8vw, 48px);
    }

    .aboutUs_head2 .fs_xl, .has-huge-font-size, .has-xl-font-size, .u-fz-xl {
        font-size: 1.4em !important;
        line-height: 1.75;
    }
}


/* TOP SERVICE */

.top_servise_column .swell-block-column{
    background-color: #ffffffd4;

}
.top_service figcaption{
    font-size: 1.3em;
    font-weight: 600;
    text-align: left;
    
}

.top_service_text{
    line-height: 2;
    font-weight: 600;
    color: #464646;
}



/* TOP BANNER */

.top_banner_colmun h2.top_head2 {
    font-size: clamp(32px, 3.5vw, 54px);
    align-items: center;
    margin-inline: auto;
    gap: 0.2em;
    letter-spacing: 0.05em;
}

.top_banner_colmun h2.top_head2 small.mininote {
    font-size: clamp(12px, 1.2vw, 18px);
}

.top_banner_colmun .top_head2 small.mininote {
    color: white !important;
    background: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
}

.top_banner_colmun .top_head2 small.mininote::before {
    content: unset;
}

/* バナーボタン */

/* .c-bannerLink__description {
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    width: 6em;
    height: 6em;
    display: grid
;
    place-items: center;
    border: 1px solid;
    border-radius: 999px;
    position: absolute;
    bottom: 2em;
    right: 2em;
} */

/* CONTACTボタン */

.w-beforeFooter .l-container {
    max-width: 1400px;
}

a.wp-block-button__link.has-text-color.has-link-color.has-huge-font-size.has-custom-font-size.wp-element-button {
    aspect-ratio: 1 / 1;
}

.swell-block-button.-size-l.button-circle.is-style-btn_shiny {
    text-align: right;
}

.button-circle a.swell-block-button__link {
    width: fit-content;
    min-width: unset;
}


/* COMPANY */

.company_table th,
.company_table td {
    padding: 1.5em 0.5em;
}

.company_table th {
    border-bottom: #004b8e solid 1px;
}

.company_table th:first-child {
    border-top: #004b8e solid 1px;
}

.company_contents dl {
    margin-bottom: 0;
}

.company_contents dl .swell-block-dl__dt {
    border-bottom: #004b8e solid 1px;
    padding: 1.5em 0;
}

.company_contents dl dd.swell-block-dl__dd {
    padding: 1.5em 0;
    border-bottom: #e1e1e1 solid 1px;
}

.is-style-float>.swell-block-dl__dt:after {
    content: unset;
}

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

    .company_contents .is-style-float.swell-block-dl {
        flex-direction: column;
    }

    .company_contents .swell-block-dl__dt {
        width: 100% !important;
    }

    .company_contents .swell-block-dl__dd {
        width: 100% !important;
    }
}

@media not all and (min-width: 960px) {

    .sp_block_ table,
    .sp_block_ tbody,
    .sp_block_ td,
    .sp_block_ tfoot,
    .sp_block_ th,
    .sp_block_ thead,
    .sp_block_ tr,
    table.sp_block_ {
        display: table-row-group !important;
        width: unset !important;
    }

    .aboutUs_col2 {
        max-width: unset;
        padding-inline: 4vw !important;
    }
}

body:not(:has(.home)) .l-content {
    padding-bottom: 6em;
}

body:has(.home) .l-content {
    margin-bottom: 0;
}


/* BLOG */
/* 日付横の時計 */
.c-postTimes__modified:before,
.c-postTimes__posted:before {
    display: none;
}

.icon-folder:before {
    display: none;
}

@media (min-width: 600px) {
    .c-postTitle__ttl {
        font-size: 32px;
    }
}



/* CONTACT */

img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover.lazyautosizes.ls-is-cached.lazyloaded {
    object-position: top;
}


.post_content thead th,
.transfer .post_content thead th,
.post_content th {
    background-color: #00000000;
}

figure.wp-block-table.transfer.is-all-centered {
    max-width: 450px;
}

.form-wrapper {
    margin: 0 auto;
}

.form-wrapper input[type=text],
.form-wrapper input[type=tel],
.form-wrapper input[type=email],
.form-wrapper textarea {
    border-radius: 0;
    border: 1px solid #333;
    width: 100%;
}


.form-box,
.confirm .form-box,
.thanks .form-box {
    width: 100%;
}

.form-box dl,
.confirm .form-box dl,
.thanks .form-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    column-gap: 2vw;
}

@media (max-width: 768px) {

    .form-box dl,
    .confirm .form-box dl,
    .thanks .form-box dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        column-gap: 1em;
    }
}

.form-box dt,
.confirm .form-box dt,
.thanks .form-box dt {
    font-weight: 400;
    text-align: left;
    padding-bottom: 2em;
}

@media (max-width: 768px) {

    .form-box dt,
    .confirm .form-box dt,
    .thanks .form-box dt {
        padding-bottom: 0.5em;
    }
}

.form-box dt .message,
.confirm .form-box dt .message,
.thanks .form-box dt .message {
    padding-top: 10px;
    vertical-align: top;
}

.form-box dt .required,
.confirm .form-box dt .required,
.thanks .form-box dt .required {
    display: inline-block;
}

.form-box dt .required:after,
.confirm .form-box dt .required:after,
.thanks .form-box dt .required:after {
    content: "※";
    display: inline-block;
    padding-left: 0.5em;
    color: #CA2300;
}

.form-box dt {
    flex: 1;

}

.form-box dd,
.confirm .form-box dd,
.thanks .form-box dd {
    width: 63.993%;
    border-radius: 0;
    padding-bottom: 2em;
}

@media (max-width: 768px) {

    .form-box dd,
    .confirm .form-box dd,
    .thanks .form-box dd {
        width: 100%;
    }
}

.form-box dd P,
.confirm .form-box dd P,
.thanks .form-box dd P {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accept-wrap p {
    padding-top: 3em;
    text-align: center;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    display: grid;
    margin: 2em auto;
    padding: 1em 2em;
    width: 250px;
    background-color: #17499d;
    color: #fff;
}

.wpcf7-form-control-wrap,
.confirm .wpcf7-form-control-wrap,
.thanks .wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-form-control-wrap .wpcf7-acceptance,
.confirm .wpcf7-form-control-wrap .wpcf7-acceptance,
.thanks .wpcf7-form-control-wrap .wpcf7-acceptance {
    display: inline-block;
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.confirm .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.thanks .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
    margin: 0 1em 0 0;
}

input[type=checkbox],
.confirm input[type=checkbox],
.thanks input[type=checkbox] {
    position: relative;
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    vertical-align: -0.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=checkbox]:checked:before,
.confirm input[type=checkbox]:checked:before,
.thanks input[type=checkbox]:checked:before {
    position: absolute;
    top: -0.4em;
    left: 0.3em;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 0.5em;
    height: 1.2em;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: "";
}

input.wpcf7-submit.has-spinner.submit-btn:disabled,
.confirm input.wpcf7-submit.has-spinner.btn:disabled,
.thanks input.wpcf7-submit.has-spinner.btn:disabled {
    background-color: #D3D3D3;
    border: none;
}

input.wpcf7-submit.has-spinner.submit-btn:disabled:focus,
.confirm input.wpcf7-submit.has-spinner.btn:disabled:focus,
.thanks input.wpcf7-submit.has-spinner.btn:disabled:focus {
    color: #000 !important;
}

@media (hover: hover) and (pointer: fine) {

    input.wpcf7-submit.has-spinner.submit-btn:disabled:hover,
    .confirm input.wpcf7-submit.has-spinner.btn:disabled:hover,
    .thanks input.wpcf7-submit.has-spinner.btn:disabled:hover {
        color: #000 !important;
    }
}

/* バリデーション
    -----------------------------------------*/
.wpcf7-not-valid-tip {
    text-align: left;
}