/*
Theme Name:SOLARIS CHILD
Theme URI:
Description:WordPressテーマ「SOLARIS」の子テーマ
Author:Design Plus
Author URI:https://tcd-theme.com/
Template:solaris_tcd088
Version:1.0
Text Domain:tcd-w
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif !important;
}

b,
strong {
    font-weight: 700;
}
body:not(.home):not(.page-id-4963):not(.page-id-4487):not(.page-id-3612) .post_content a {
	padding-bottom: 2px;
	border-bottom: 1px dashed #1992d3;
}
.pc-display {
    display: block;
}

.sp-display {
    display: none;
}

@media only screen and (max-width:768px) {
    .pc-display {
        display: none;
    }

    .sp-display {
        display: block;
    }
}
#global_menu > ul > li.current-menu-item > a {
    color: #000;
}
#global_menu > ul > li > a  {
	color: #000;
}
.fixed-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.fixed-btn a {
    display: block;
    height: 60px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    color: #fff !important;
    background: #000;
    border-radius: 6px;
    border: 1px solid #000;
    transition: 1.0s;
}

.fixed-btn a:hover {
    color: #000 !important;
    background: #fff;
}


.fixed-btn_best {
    position: absolute;
    top: 10px;
    left: 300px;
    z-index: 10;
}

.fixed-btn_best_link {
    height: 35px;
    padding: 15px 10px 15px 5px;
    transition: 1.0s;
	display: flex;
    align-items: flex-start;
}



.fixed-btn_best_link img {
	height: 100%; /* 高さを合わせる */
	width: auto; /* アスペクト比を保つ */
	object-fit: contain; /* 画像が歪まないようにする */
}


.fixed-btn_best a:hover {
    opacity:0.6;
}

@media only screen and (max-width:1201px) {
    .fixed-btn {
        display: none;
    }
	
	.fixed-btn_best {
    position: absolute;
    top: 5px;
    left: 230px;
    z-index: 10;
	}
	
	.fixed-btn_best a {
    display: block;
    height: 35px;
    padding: 10px 10px;
    transition: 1.0s;
	}
}

@media only screen and (max-width:768px) {
	.fixed-btn_best {
		display:none;
	}
}

.sp-btn {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #000 !important;
    background: #fff;
    border-radius: 6px;
    text-align: center;
}

@font-face {
    font-family: 'Cinecaption';
    src: url('fonts/cinecaption227.woff') format('woff'),
        url('fonts/cinecaption227.TTF') format('truetype');
}

.slick-slide .caption .catch {
    font-family: 'Cinecaption';
    font-size: clamp(22px, 3.6vw, 63px) !important;
}

@media screen and (max-width: 750px) #header_slider .item1 .desc {
    font-size: 15px;
}

.megamenu_b .service_list_area .service_item_list .sub_title {
    display: none;
}

@media screen and (max-width: 480px) {
    .home .cb_free_space .index_free_design_content h3.catch {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 375px) {
    .home .cb_free_space .index_free_design_content h3.catch {
        font-size: 16px !important;
    }
}

#cb_content_2 {
    background: #f6f6f6;
}

#cb_content_2 .cb_headline {
    margin-bottom: 55px;
}

@media screen and (max-width: 480px) {
    #cb_content_2 .cb_headline {
        margin-bottom: 35px;
    }
}

/* #header:not(.active) .logo_image {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
    transform: translateZ(0);
} */

body.single #header .logo_image {
    filter: none;
    transform: none;
}

#copyright {
    background: #000;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .cb_service_item_list .sub_title {
        margin-top: 10px;
    }
}

.post-type-archive-service .design_button.type3 a {
    font-size: 15px;
    color: #fff !important;
    border-color: #fff;
    border: 1px solid #fff;
}

.post-type-archive-service .design_button.type3 a:hover {
    border-color: #332e30;
    border: 1px solid #332e30;
}

@media screen and (max-width: 480px) {
    .post-type-archive-service .design_button.type3 a {
        font-size: 13px;
        height: auto;
    }
}

@media screen and (max-width: 375px) {
    .post-type-archive-service .design_button.type3 a {
        font-size: 11px;
        height: auto;
    }
}
#header_slider_wrap, #header_slider  {
		height: auto !important;
	}
#header_slider .item {
	height: auto !important;
	aspect-ratio: 145 / 99;
}
@media screen and (max-width: 750px) {
/* 	#header_slider_wrap, #header_slider  {
		height: auto !important;
	} */
	#header_slider .item {
/* 		height: auto !important; */
	aspect-ratio:  5 / 7;
}
}
.slider01, .slider02 {
    margin: 0 !important;
}
.slider01.slick-slider img , .slider02.slick-slider img{
	width: auto;
	height: 90px;
}

.post_content ul.slider02  {
	margin-left:unset;
}

.special-ban {
	display: flex;
	justify-content: center;
	margin: 0 !important;
	text-align: center;
}
.special-ban li {
	margin:0 10px 14px;
	list-style: none;
}
.award {
	text-align: center;
	margin-bottom: 24px;
}
.award img {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.special-ban {
		flex-wrap: wrap;
	}
	.special-ban li {
		width: calc(50% - 20px);
	}
	
}
/*子ページリスト*/
.veu_childPage_list .childPage_list_body {
    height: auto;
}

.project_list .category {
    border-top: 2px solid #333;
}

#project_title_area .category {
    border-top: 2px solid #333;
}

.googlemap-black iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

body:not(.home) .post_content h2 {
    margin-bottom: 2rem;
    padding: 0.52rem 2rem 0.52rem 60px;
    color: #fff;
    background: url(img/h2-icon.png), #000;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 30px auto;
    font-size: 24px;
}

body:not(.home) .post_content h3 {
    position: relative;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem 0.5rem 60px;
    border-bottom: 2px solid #ececec;
    background: url(img/h3-icon.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 30px auto;
    font-size: 22px;
}

body:not(.home) .post_content h3:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 25%;
    height: 2px;
    content: '';
    background: #000;
}

body:not(.home) .post_content h4 {
    margin-bottom: 1rem;
    padding: 0.5rem 2rem 0.5rem 60px;
    background: url(img/h4-icon.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 28px auto;
    font-size: 20px;
}

@media screen and (max-width: 781px) {
    body:not(.home) .post_content h2 {
        padding: 0.52rem 2rem 0.52rem 45px;
        font-size: 19px;
        background-position: left 10px center;
        background-size: 26px auto;
    }

    body:not(.home) .post_content h3 {
        padding: 0.5rem 2rem 0.5rem 45px;
        font-size: 17px;
        background-position: left 10px center;
        background-size: 26px auto;
    }

    body:not(.home) .post_content h4 {
        padding: 0.5rem 2rem 0.5rem 45px;
        font-size: 16px;
        background-position: left 10px center;
        background-size: 25px auto;
    }
}

@media screen and (max-width: 750px) {
    #footer_menu .footer_menu {
        width: 100% !important;
    }
}

/*cf7*/
.form-summary {
    font-size: 14px !important;
}

.form__wrap {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto
}

.page-id-3612 .wpcf7 {
    background: none;
    border: none;
}

.wpcf7 .template02 {
    font-size: 14px !important;
}

.wpcf7 .template02 p {
    font-size: 14px !important;
}

.wpcf7 .template02 a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: inherit;
    transition: opacity .25s
}

.wpcf7 .template02 a:hover {
    opacity: .5;
    transition: opacity .25s
}

.wpcf7 .template02 div.form__row {
    display: flex;
    margin: 0;
    padding: 0;
}

.wpcf7 .template02 div.form__row.row-privacy,
.wpcf7 .template02 div.form__row.row-submit {
    display: block;
    border-top: 0;
    margin-top: 1em;
/*     text-align: center */
}

.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.wpcf7 .template02 p.form__label {
    width: 38%;
    padding: 1.2em 1em
}

.wpcf7 .template02 p.form__body {
    width: 62%;
    padding: 1.2em 1em
}

.wpcf7 .template02 div.form__row.row-privacy .form__body,
.wpcf7 .template02 div.form__row.row-submit .form__body {
    width: 100%
}

.wpcf7 .template02 p.form__label label {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.wpcf7 .template02 p.form__label.is-required label {
    position: relative
}

.wpcf7 .template02 input[type=text],
.wpcf7 .template02 input[type=tel],
.wpcf7 .template02 input[type=email],
.wpcf7 .template02 input[type=url],
.wpcf7 .template02 textarea {
    width: 100% !important;
    margin: 0 !important;
    padding: .5em 1em !important;
    border: 1px solid #c4bbb8 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    background-color: #fefefe !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #333 !important;
}

.wpcf7 .template02 input[type=text]::-ms-input-placeholder,
.wpcf7 .template02 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template02 input[type=email]::-ms-input-placeholder,
.wpcf7 .template02 input[type=url]::-ms-input-placeholder,
.wpcf7 .template02 input[type=date]::-ms-input-placeholder,
.wpcf7 .template02 input[type=number]::-ms-input-placeholder,
.wpcf7 .template02 textarea::-ms-input-placeholder {
    color: #ccc
}

.wpcf7 .template02 input[type=text]::placeholder,
.wpcf7 .template02 input[type=tel]::placeholder,
.wpcf7 .template02 input[type=email]::placeholder,
.wpcf7 .template02 input[type=url]::placeholder,
.wpcf7 .template02 input[type=date]::placeholder,
.wpcf7 .template02 input[type=number]::placeholder,
.wpcf7 .template02 textarea::placeholder {
    color: #ccc
}

.wpcf7 .template02 input[type=text]:-ms-input-placeholder,
.wpcf7 .template02 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template02 input[type=email]:-ms-input-placeholder,
.wpcf7 .template02 input[type=url]:-ms-input-placeholder,
.wpcf7 .template02 input[type=date]:-ms-input-placeholder,
.wpcf7 .template02 input[type=number]:-ms-input-placeholder,
.wpcf7 .template02 textarea:-ms-input-placeholder {
    color: #ccc
}

.wpcf7 .template02 input[type=text]::-ms-input-placeholder,
.wpcf7 .template02 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template02 input[type=email]::-ms-input-placeholder,
.wpcf7 .template02 input[type=url]::-ms-input-placeholder,
.wpcf7 .template02 input[type=date]::-ms-input-placeholder,
.wpcf7 .template02 input[type=number]::-ms-input-placeholder,
.wpcf7 .template02 textarea::-ms-input-placeholder {
    color: #ccc
}

.wpcf7 .template02 input[type=text]:focus,
.wpcf7 .template02 input[type=tel]:focus,
.wpcf7 .template02 input[type=email]:focus,
.wpcf7 .template02 input[type=url]:focus,
.wpcf7 .template02 input[type=date]:focus,
.wpcf7 .template02 input[type=number]:focus,
.wpcf7 .template02 textarea:focus {
    outline: 0;
    border: 1px #333 solid;
}

.wpcf7 .template02 input[type=checkbox] {
    display: none
}

.wpcf7 .template02 input[type=checkbox]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease
}

.wpcf7 .template02 input[type=checkbox]+span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    background-color: #fefefe;
    box-sizing: border-box
}

.wpcf7 .template02 input[type=checkbox]+span:after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: .15em;
    left: .44em;
    width: .4em;
    height: .8em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    transform: rotate(40deg);
    transition: opacity .25s ease
}

.wpcf7 .template02 input[type=checkbox]:checked+span {
    color: #333;
    transition: all .25s ease
}

.wpcf7 .template02 input[type=checkbox]:checked+span:before {
    opacity: 1;
    border: 1px solid #333;
    background-color: #333;
    transition: opacity .25s ease
}

.wpcf7 .template02 input[type=checkbox]:checked+span:after {
    opacity: 1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity .25s ease
}

.wpcf7 .template02 input[type=radio] {
    display: none;
}

.wpcf7 .template02 input[type=radio]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease
}

.wpcf7 .template02 input[type=radio]+span:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #c4bbb8;
    border-radius: 50%;
    background-color: #fefefe;
    box-sizing: border-box;
    transition: opacity .25s ease
}

.wpcf7 .template02 input[type=radio] + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
	background-color: #333;
    transition: opacity .25s ease
}

.wpcf7 .template02 input[type=radio]:checked+span {
    color: #333;
}

.wpcf7 .template02 input[type=radio]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
    top: 5px;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity .25s ease
}

.form__wrap.template02 input[type=radio] {
    display: none;
}

.form__wrap.template02 input[type=radio] + .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
}

.form__wrap.template02 input[type=radio] + .wpcf7-list-item-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #c4bbb8;
    border-radius: 50%;
    background-color: #fefefe;
    box-sizing: border-box;
    transition: opacity .25s ease;
}

.form__wrap.template02 input[type=radio] + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 0.6em;
    height: 0.6em;
    background-color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity .25s ease;
}

.form__wrap.template02 input[type=radio]:checked + .wpcf7-list-item-label {
    color: #333;
}

.form__wrap.template02 input[type=radio]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

.form__wrap.template02 .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
}

.wpcf7 .template02 span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.wpcf7 .template02 select {
    cursor: pointer;
    width: 250px;
    max-width: 100%;
    margin: 0;
    padding: .5em 3.5em .5em 1em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    background-image: linear-gradient(90deg, #333, #333);
    background-position: 100% 0;
    background-size: 2em 3.5em;
    background-repeat: no-repeat;
    font-size: inherit;
    line-height: 1;
    box-sizing: border-box;
    transition: border-color .2s ease, outline .2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333 !important;
}

.wpcf7 .template02 select::-ms-expand {
    display: none
}

.wpcf7 .template02 span.select-wrap:after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: .6em;
    height: .6em;
    top: 50%;
    right: .8em;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    box-sizing: border-box
}

.wpcf7 .template02 select:focus {
    outline: 0;
    border: 1px #333 solid;
}

.wpcf7 .template02 span.select-wrap:focus-within:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

.wpcf7 .template02 .submit-btn {
    position: relative;
    width: 320px;
    /*height: 65px;*/
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

.wpcf7 input[type=submit] {
    cursor: pointer;
    width: 320px;
    max-width: 100%;
    padding: 10px;
    box-shadow: none;
    border: 1px #333 solid;
    border-radius: 8px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    transition: all .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=button].wpcf7-previous {
    cursor: pointer;
    width: 320px;
    max-width: 100%;
    padding: 10px;
    box-shadow: none;
    border: 1px #F6F6F6 solid;
    border-radius: 8px;
    background-color: #F6F6F6;
    color: #333;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    transition: all .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wpcf7 input[type=submit]:disabled {
    cursor: not-allowed;
    box-shadow: none !important;
    border: 1px solid #eee !important;
    background-color: #eee !important;
    color: #929292 !important
}

.wpcf7 input[type=submit]:hover {
    background-color: #fff;
    color: #333;
    transition: all .25s
}

 input[type=submit].wpcf7-previous:hover {
    background-color: #333;
    color: #fff;
    transition: all .25s
}
.confirm-btn-wrap {
   display: flex;
	justify-content: center;
}
.confirm-btn-wrap>div {
margin: 0 20px;
}
.wpcf7-spinner {
	display: block;
}
.wpcf7 input[type=submit]:focus {
    outline: 0;
    border: 1px #333 solid;
}

.form-sup {
    color: #333;
    font-size: 12px;
}

.wpcf7 .template02 .recaptcha-txt {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 12px !important;
    text-align: center;
}

.wpcf7 .template02 .recaptcha-txt a {
    color: #333;
}

.wpcf7 .template02 .wpcf7-submit {
    height: auto;
}

.no-border {
    border-top: none !important;
}

.grecaptcha-badge {
    display: none;
}

@media only screen and (max-width:768px) {
    .wpcf7 .template02 div.form__row {
        display: block
    }

    .wpcf7 .template02 p.form__label {
        width: 100%;
        padding: 1.5em 1em 0
    }

    .wpcf7 .template02 p.form__body {
        width: 100%;
        padding: 1em 1em 1.5em
    }

    .wpcf7 .template02 .no-border p.form__label {
        padding-top: 0
    }
	.confirm-btn-wrap {
	   display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.confirm-btn-wrap>div {
		margin: 0 10px 20px;;
	}
}

@media only screen and (min-width:768px) {
    .wpcf7 .template02 .no-border p.form__label {
        padding-top: 0
    }

    .wpcf7 .template02 .no-border p.form__body {
        padding-top: 0
    }
}

.well2,
.post_content .wp-block-quote {
    background: #f4f4f4;
}

/* snowmonkyeblock */
.smb-btn-box .c-container {
    padding-left: 0;
    padding-right: 0;
}



/*カーソル*/
@media only screen and (min-width:1024px) {

    html,
    body {
        width: 100%;
        height: 100%;
        margin: 0;
        background: #fff;
    }

    body {
        position: relative;
        cursor: none;
    }

    .cursor,
    .follower {
        border-radius: 50%;
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        cursor: none;
        mix-blend-mode: none;
        -webkit-filter: none;
        filter: none;
    }

    .cursor {
        width: 8px;
        height: 8px;
        background-color: #000;
        z-index: 1501;
    }

    .follower {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: rgba(25, 25, 25, 0.9);
        transition: transform ease .1s;
        text-align: center;
        z-index: 1500;
        filter: none;
    }

    .follower span {
        display: none;
        ;
        font-size: 16px;
    }

    .follower.is-blend {
        background-color: rgba(25, 25, 25, 0.9);
        -webkit-filter: invert(100%);
        filter: invert(100%);
        mix-blend-mode: exclusion;
    }

    .follower.is-blend.is-active {
        transform: scale(2.4);
    }

    .follower.is-blend.is-active span {
        display: block;
        transform: scale(0.6);
        color: #fff;
    }
}
div#ez-toc-container {
	margin: 60px auto;
	padding: 20px 40px !important;
}
@media screen and (max-width: 768px) {
	div#ez-toc-container {
		margin: 60px auto;
		padding: 20px 20px !important;
	}
}
#ez-toc-container a:hover {
	text-decoration: none;
}

.design_button.type3 a{
	border-bottom: 1px solid #000 !important;
}

.home .post_content ul.slider01 {
	margin-left:0;
}

.project_list .category {
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
    font-size: 14px;
}
/*個別記事*/
#project_title_area .category {
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
    font-size: 14px;
}
@media screen and (max-width: 950px) {
    .project_list .category {
        margin-left: 20px !important;
    }
    #project_title_area .category {
        margin-left: 20px;
    }
}


.bg-black-btn .wp-block-button__link {
	background: #000;
	color: #fff;
	padding: 20px 40px !important;
	transition: 1.0s;
	border: 1px solid #000 !important;
}
.bg-black-btn .wp-block-button__link:hover {
	color: #000;
	background: #fff;
}

.coc-table {
	padding: 20px 0;
	background: #f6f6f6 !important;
}
.coc-table td {
	width: 50%;
	padding: 5px 20px;
	border: none !important;
	background: #f6f6f6 !important;
}
@media screen and (max-width: 750px) {
	.coc-table td {
		padding: 5px 10px !important;
		vertical-align: middle;
	}
}

#main_col #article #post_image2 {
	height: 280px;
}
@media screen and (max-width: 750px) {
	#main_col #article #post_image2 {
		height: 100%;
	}
}
/*FIXCTA*/
.fix-cta {
    position: fixed;
    z-index: 100;
    bottom: 80px;
    right: 0;
    width: 280px;
    /*border: 1px solid #dcdcdc;*/
	display:grid;
	gap:15px;
}
.fix-cta a {
	border: 1px solid #dcdcdc;
}
.fix-cta-img img {
    width: 100%;
    height: auto;
    vertical-align:bottom;
} 
@media screen and (max-width: 768px) {
    .fix-cta {
        display: none;
    }
}

.single-project .wp-block-button a {
	padding-bottom: calc(0.667em + 2px) !important;
	border-bottom: none !important;
}

.megamenu_b .service_item_list .item {
    height: 50%;
    flex: 0 0 25%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.pc .cb_service_item_list .item {
    height: 50%;
    flex: 0 0 25%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 メンバーページ一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media only screen and (min-width:1201px) {
    #company_archive_bottom_inner {
        padding-top: 90px;
    }
}

@media screen and (max-width: 750px) {
    #company_archive_bottom_inner {
        padding-bottom: 60px;
    }
}

#company_archive_bottom #company_archive_bottom_inner .top_catch {
    margin: 0 60px 4rem;
    padding: 0.52rem 2rem 0.52rem 60px;
    color: #fff;
    background: url(img/h2-icon.png), #000;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 30px auto;
}

@media screen and (max-width: 750px) {
    #company_archive_bottom #company_archive_bottom_inner .top_catch {
        margin: 0 20px 2rem;
    }
}

#company_list {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 58px;
}

@media screen and (max-width: 750px) {
    #company_archive_bottom_inner #company_list {
        margin-bottom: 0;
    }
}

#company_list .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    #company_list .item+.item {
        margin-top: 40px;
    }
}

#company_list .item .image_wrap {
    position: relative;
    overflow: hidden;
    height: initial;
    aspect-ratio: 250/180;
}

@media screen and (max-width: 950px) {
    #company_list .item .image_wrap {
        height: initial;
    }
}

#company_list .image_wrap .image:after {
    content: none;
}

#company_list .image_wrap .image img {
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
}

/* GIF画像の初期状態（非表示） */
#company_list .members-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}

#company_list .members-gif img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

/* ホバー時のアニメーション */
#company_list .item:hover .members-gif {
    opacity: 1;
    visibility: visible;
}

/* GIFがない場合のホバーアニメーション（静止画のみ） */
#company_list .item:not(:has(.members-gif)) .image_wrap .image img:hover,
#company_list .item:hover .image_wrap .image img {
    transform: scale(1.1);
    opacity: 0.6;
}

/* GIFがある場合は静止画にホバー効果を適用しない */
#company_list .item:has(.members-gif):hover .image_wrap .image img {
    transform: none;
    opacity: 1;
}


#company_list .item .title {
    position: relative;
    top: 0;
    margin-top: 15px;
    padding: 0 0 10px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: none;
    border-bottom: 2px solid #ECECEC;
}

@media screen and (max-width: 950px) {
    #company_list .item .title {
        padding: 0 0 10px;
    }

}

@media screen and (max-width: 750px) {
    #company_list .item .title {
        margin-top: 10px;
    }

}

#company_list .item a:hover .title {
    left: 0;
}

#company_list .item .title:after {
    background: #000;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
}

#company_list .item .catch {
    margin-top: 7px;
    padding: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 950px) {
    #company_list .item .catch {
        padding: 0;
    }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 メンバーページ詳細
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.single-company #main_contents-wrapper {
    background: #F6F6F6;
    padding: 60px 20px 100px;
}

.single-company #main_contents {
    padding: 0;
    border: 1px solid #000;
    background: #FFF;
    max-width: 921px;
}

.single-company #main_contents:after {
    content: none;
}

.single-company .members-head {
    width: 100%;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .single-company .members-head {
        display: flex;
        flex-direction: column-reverse;
    }
}

.single-company .members-head .members-head_content {
    padding-left: 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 750px) {
    .single-company .members-head .members-head_content {
        padding: 20px;
    }
}

.single-company .members-head #post_title2 {
    margin: 0;
    height: initial;
    border-bottom: initial;
}
@media screen and (max-width: 750px) {
    .single-company .members-head #post_title2 {
        padding: 0;
        height: initial;
    }
}

.single-company .members-head #post_title2 .title {
    height: initial;
    border: none;
}
@media screen and (max-width: 750px) {
    .single-company .members-head #post_title2 .title {
        padding: 0;
    }
}

.single-company .members-head_title--en {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-company .single_company_catch {
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .single-company .single_company_catch {
        margin-top: 10px;
    }
}

.single-company #post_image2_wrap {
    width: calc(100% - 332px);
	border-left: 1px solid #000;
    min-height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7D797C;
}

@media screen and (max-width: 750px) {
    .single-company #post_image2_wrap {
		border-left: none;
        padding-top: 0;
        margin: 0;
        width: 100%;
    }
}

.single-company #post_image2 {
    margin-bottom: 0;
    height: 100%;
}

.single-company #main_col {
    padding-top: 0;
    padding-left: 45px;
    padding-right: 25px;
    margin: 0;
    width: 100%;
    display: flex;
}
@media screen and (max-width: 750px) {
    .single-company #main_col {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }
}

.single-company #article {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 34px;
    width: 63.95%;
    border-right: 1px solid #000;
}
@media screen and (max-width: 750px) {
    .single-company #article {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
        width: 100%;
    }
}

.single-company #article .post_content h2 {
    font-size: 20px;
/* 	color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: none;
    padding: 0; */
}

.single-company #article .post_content h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: none;
    border: none;
    padding: 0;
}

.single-company #article .post_content h3::before,
.single-company #article .post_content h3::after {
    content: none;
}

.single-company .members-history {
    padding-top: 70px;
    padding-left: 20px;
    width: 35.83%;
}
@media screen and (max-width: 750px) {
    .single-company .members-history {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0;
    }
}

.single-company .members-history h2 {
    font-size: 20px;
    padding: 0.52rem 2rem 0.52rem 60px;
    color: #fff;
    background: url(img/h2-icon.png), #000;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 30px auto;
	clear: both;
    line-height: 1.4;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.single-company .members-history .members-history_text {
    margin-top: 28px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: calc(29/14);
}

.single-company .design_button {
    margin-top: 100px;
}
@media screen and (max-width: 750px) {
    .single-company .design_button {
        margin-top: 60px;
    }
}
