@charset "utf-8";

body,p,td,li, h5,h6 {
    font-family: "Noto Sans JP", "Roboto", sans-serif;
	font-weight: 400;
	font-size:1rem;
    font-optical-sizing: auto;
	line-height:1.8em;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Noto Sans JP", "Roboto", sans-serif;
	font-weight: 700;
    font-optical-sizing: auto;
	line-height:1.5em;
}

.font-g {
    font-family: "Noto Sans JP", "Roboto", sans-serif;
}

.font-m {
	font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.bold {
	font-weight:700;
}
.text-blue {
    color: #6699FF;
}

.container {
	max-width: 1164px;
	padding-left: 25px;
	padding-right: 25px;
}

.modal {
	--bs-modal-width: 700px !important;
	--bs-modal-padding: 2rem !important;
	--bs-modal-header-padding: 1.5rem 2rem !important;
}
.modal-header {
	border-bottom: 1px solid #cccccc; !important;
	border-width: 90%;
}
.modal-footer {
	border-top: 0px;
	justify-content: center;
}

/* box-shadow */
.btn {
    --bs-btn-box-shadow:none;
    --bs-btn-focus-box-shadow:none;
}
.btn-close {
    --bs-btn-close-focus-shadow:none;
}
.pagination {
    --bs-pagination-focus-box-shadow:none;
}


/* 文字サイズ
==================================================== */
h1 { font-size:1.5rem; }

@media (min-width: 576px) {
	h1 { font-size:1.8rem;letter-spacing:2px; }
}
@media (min-width: 768px) {
	h1 { font-size:1.8rem; }
}
@media (min-width: 1200px) {
	h1 { font-size:2rem;letter-spacing:2px; }
}
@media (min-width: 1400px) {
	h1 { font-size:2.2rem;letter-spacing:2px; }
}

@media (min-width: 768px) and (max-width: 1050.98px) {
	.top_square .top_text { font-size:0.8rem; }
}
@media (max-width: 767.98px) {
	.top_text { font-size:1rem; }
}

.fs-11px {
    font-size: 0.6875rem !important;
}
.fs-15px {
    font-size: clamp(0.688rem, 0.565rem + 0.52vw, 0.938rem) !important;
}
.fs-18px {
    font-size: clamp(0.875rem, 0.752rem + 0.52vw, 1.125rem) !important;
}
.fs-20px {
    font-size: clamp(1.25rem, 0.87rem + 0.52vw, 1.25rem) !important;
}
.fs-30px {
    font-size: clamp(1.25rem, 0.944rem + 1.31vw, 1.875rem) !important;
}
.fs-34px {
    font-size: clamp(1.375rem, 1.007rem + 1.57vw, 2.125rem) !important;
}
.fs-36px {
    font-size: clamp(1.375rem, 0.946rem + 1.83vw, 2.25rem) !important;
}

.fs_13 { font-size:1.3em; }
.fs_16 { font-size:1.6em; }
@media (max-width: 767.98px) {
.fs_13 { font-size:1em; }
.fs_16 { font-size:1.4em; }
}

/* マージン、パディング
==================================================== */
.mt-40, .my-40 { margin-top:40px; }
.mb-40, .my-40 { margin-bottom:40px; }
.ms-40, .mx-40 { margin-left: 40px; }
.me-40, .mx-40 { margin-right: 40px; }
.pt-40, .py-40 { padding-top:40px; }
.pb-40, .py-40 { padding-bottom:40px; }
.ps-40, .px-40 { padding-left:min(calc(40 / 1140 * 100vw), 40px); }
.pe-40, .px-40 { padding-right:min(calc(40 / 1140 * 100vw), 40px); }
.mt-80, .my-80 { margin-top:80px; }
.mb-80, .my-80 { margin-bottom:80px; }
.ms-80, .mx-80 { margin-left: 80px; }
.me-80, .mx-80 { margin-right: 80px; }
.pt-80, .py-80 { padding-top:80px; }
.pb-80, .py-80 { padding-bottom:80px; }
.ps-80, .px-80 { padding-left:min(calc(80 / 1140 * 100vw), 80px); }
.pe-80, .px-80 { padding-right:min(calc(80 / 1140 * 100vw), 80px); }
.mt-110, .my-110 { margin-top:110px; }
.mb-110, .my-110 { margin-bottom:110px; }
.pt-110, .py-110 { padding-top:110px; }
.pb-110, .py-110 { padding-bottom:110px; }
.ps-110, .px-110 { padding-left: 110px; }
.pe-110, .px-110 { padding-right: 110px; }

@media (max-width: 767.98px) {
	.pt-0{ padding-top: 0;}
	.pr-0{ padding-right: 0;}
	.pb-0{ padding-bottom: 0;}
	.pl-0{ padding-left: 0;}
	.mt-40, .my-40, .mt-80, .my-80 { margin-top:30px; }
	.mb-40, .my-40, .mb-80, .my-80 { margin-bottom:30px; }
	.mt-110, .my-110 { margin-top:60px; }
	.mb-110, .my-110 { margin-bottom:60px; }
    .ms-40, .mx-40, .ms-80, .mx-80 { margin-left: 30px; }
    .me-40, .mx-40, .me-80, .mx-80 { margin-right: 30px; }
	.pt-40, .py-40, .pt-80, .py-80 { padding-top:30px; }
	.pb-40, .py-40, .pb-80, .py-80 { padding-bottom:30px; }
	.py-80 { padding-top:50px; }
	.py-80 { padding-bottom:50px; }
	
	.ps-40, .px-40, .ps-80 { padding-left:30px; }
	.pe-40, .px-40, .pe-80 { padding-right:30px; }
	.pt-110, .py-110 { padding-top:60px; }
	.pb-110, .py-110 { padding-bottom:60px; }
	.ps-110, .px-110 { padding-left:40px; }
	.pe-110, .px-110 { padding-right:40px; }
	.mx-xs-auto{ margin-left: auto!important; margin-right: auto!important}
}

@media (min-width: 767.98px) {
	.pr-md-0{ padding-right: 0 !important}
	.pl-md-0{ padding-left: 0 !important}
}

.lh-1 { line-height: 1em; }
.lh-2 { line-height: 2em; }
.lh-3 { line-height: 3em; }

.figure-caption { line-height: 150% !important;}
			
.jigyo_midashi {
	font-size: calc(1.275rem + .3vw)!important;
}
@media (max-width: 767.98px) {
	.jigyo_midashi {
		font-size: 1.25rem!important;
	}
}
			
			
/* リンク
==================================================== */
a {
	color: #231815;
}
#globalFooter a {
    color: #FFF;
}
#globalFooter a.nav-link:hover,#globalFooter a.text-decoration-none:hover {
    opacity: 0.5;
}
@media (min-width: 992px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* nav-linkクラスのリンク全般のフォーカス枠を消す */
.nav-link:focus {
    outline: none;
    box-shadow: none; /* Bootstrapの影も消す */
}

/* もし active や show 状態の時も青枠が出る場合 */
.nav-link.show:focus {
    outline: none;
    box-shadow: none;
}
			
/* Header
==================================================== */
:root {
    --header-height:55px;
}
@media (min-width: 992px) {
    :root {
        --header-height:100px;
    }
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
}
body {
    background-color:#1E1F1F;
    padding-top: var(--header-height);
    scroll-margin-top: var(--header-height);
}
#globalHeader {
	color: #231815 !important;
    height: var(--header-height);
}
.navbar-brand {
    max-width: 200px;
    width: calc(410 / 750 * 100vw);
    height: var(--header-height);
}
.navbar-mail {
}
.icon-mail{
    display: inline-block;
	width:30px;
	height:30px;

	-webkit-mask-image: url(../img/common/icon_mail.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;

	mask-image: url(../img/common/icon_mail.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	/*変更したい色をここに書く*/
	background-color: #1E1F1F;
}

/* ハンバーガーメニュー */
.btn-menu {
    position: relative;
    width: 30px;
    height: 16px;
    cursor: pointer;
}
.btn-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1E1F1F;
}
.btn-menu, .btn-menu span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.btn-menu span:nth-of-type(1) {
    top: 0;
}
.btn-menu span:nth-of-type(2) {
    top: 7px;
}
.btn-menu span:nth-of-type(3) {
    bottom: 0;
}
.btn-menu-open,.btn-menu-close {
    color: #1E1F1F;
    padding-top: 2px;
    font-size: 0.6rem;
    font-weight: bold;
}
.btn-menu-open,
.navbar-toggler.active .btn-menu-close {
    display: block;
    opacity: 1;
}
.btn-menu-close,
.navbar-toggler.active .btn-menu-open {
    display: none;
    opacity: 0;
}
.navbar-toggler.active .btn-menu span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-30deg);
    transform: translateY(7px) rotate(-30deg);
}
.navbar-toggler.active .btn-menu span:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler.active .btn-menu span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(30deg);
    transform: translateY(-7px) rotate(30deg);
}


#globalHeader .navbar-nav {
    --bs-nav-link-color: #1E1F1F;
}
#globalHeader .dropdown-toggle::after {
    /*margin-bottom: .5em;*/
}
#globalHeader .dropdown-toggle::after {
    border: 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231E1F1F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat center center/contain;
    width: 1em;
    height: 1em;
}
#globalHeader .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
#globalHeader .dropdown-menu {
    --bs-dropdown-border-width: 0;
    --bs-dropdown-link-hover-color: #E60012;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-color: #E60012;
    --bs-dropdown-link-active-bg: transparent;
    box-shadow: none;
}
#globalHeader .dropdown-item {
    position: relative;
}
#globalHeader .dropdown-menu > li:not(:first-of-type) .dropdown-item::before {
    content: '';
    display: block;
    width: .7em;
    height: 0;
    border-bottom: 1px solid #E60012;
    position: absolute;
    top: 50%;
    left: 0;
}
.offcanvas {
    --bs-offcanvas-width: 100svw;
    --bs-offcanvas-border-width: 0px;
}
#offcanvasNavbar,
.offcanvas-backdrop {
    top:var(--header-height);
}
@media (max-width: 991.98px) {
    #globalHeader .fs-18px {
        font-size: 1.125rem !important;
    }
    #globalHeader .fs-15px {
        font-size: 1rem !important;
    }
}
@media (min-width: 992px) {
    .navbar-brand {
        max-width: 332px;
        width: calc(332 / 1140 * 100%);
    }
    .navbar-mail a {
        /*width: 82px;*/
        width: calc(var(--header-height) * 1.2);
        background-color: #1E1F1F;
    }
    .icon-mail {
        width:33px;
        height:25px;
        background-color: #FFF;
    }
    #globalHeader .dropdown-menu {
        --bs-dropdown-border-width: 0;
        --bs-dropdown-box-shadow: 0 0 6px rgba(0,0,0,0.4);
        box-shadow: var(--bs-dropdown-box-shadow);
    }
    #globalHeader .dropdown-toggle::after {
        display: none;
    }
    #globalHeader .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
    }
    #globalHeader #nav-services .dropdown-menu {
        width: 850px;
    }
    #globalHeader #nav-company .dropdown-menu {
        width: 630px;
    }
    #globalHeader #nav-works .dropdown-menu {
        width: 840px;
        left: 0;
        transform: translateX(-65%);
    }
    #globalHeader #nav-recruit .dropdown-menu {
        width: 300px;
    }
    #globalHeader .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 4px solid #FFF;
    }
    #globalHeader .navbar-expand-lg .navbar-nav .nav-link.active,
    #globalHeader .navbar-expand-lg .navbar-nav .nav-link:hover,
    #globalHeader .navbar-expand-lg .navbar-nav .nav-link[aria-expanded="true"]{
        border-bottom-color: #1E1F1F;
    }
    #globalHeader .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
    }
}



/* Footer
==================================================== */
#globalFooter {}
.f-logo {
    max-width: 160px;
    width: calc(234 / 750 * 100vw);
}
.icon_g-map {
    width: 44px;
}
.icon_insta {
    width: 40px;
}
.icon_fb {
    width: 40px;
}
@media (min-width: 992px) {
    .f-logo {
        max-width: 160px;
        width: calc(160 / 1140 * 100%);
    }
    .icon_g-map {
        width: 88px;
    }
    .icon_insta {
        width: 80px;
    }
    .icon_fb {
        width: 80px;
    }
}
footer li.nav-item{
    position: relative;
    padding-left: 15px;
}
footer li.nav-item::before{
    position: absolute;
    content: '-';
    left: 0;
}

/* トップへ戻る
==================================================== */
a.page-top {
	position:fixed;
	bottom:20px;
	right:1vw;
	opacity:0.8;
	color:#666;
	display:block;
    transform: rotate(90deg);
    transform-origin: top right;
    text-decoration: none;
    cursor: pointer;
    z-index: 500;
}
a.page-top:hover {
	opacity:1;
}



/* TOP page
==================================================== */
#firstview {
    height: calc(500 / 750 * 100vw);
}
#firstview-catch {
    padding-top: calc(17 / 750 * 100vw);
}
#firstview-text {
    background: url(../img/top/firstview-text_bg.webp) no-repeat center center/cover;
    padding-top: calc(300 / 750 * 100vw);
}
#firstview-text::before {
    content: '';
    display: block;
    background: linear-gradient(to bottom, rgba(255,255,255,.2), rgba(255,255,255,1));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*#firstview .carousel-item.active img {
    animation: zoom 20s;
}
@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.3, 1.3);
    }
}*/
@media (min-width: 992px) {
    #firstview {
        height: calc(100svh - var(--header-height));
    }
    #firstview-catch {
        padding-top: 30px;
    }
    #firstview-text {
        padding-top: min(calc(500 / 1140 * 100%), 500px);
    }
}
.sectionTitle {
    text-align: center;
    line-height: 1.2;
}
.sectionTitle span {
    display: block;
}
.sectionTitle__en {
    color: #C1C0C0;
    font-size: clamp(0.75rem, 0.382rem + 1.57vw, 1.5rem);
}
.sectionTitle > span.dark .sectionTitle__en {
    color: #B5B5B6;
}
.sectionTitle__ja {
    font-size: clamp(1.5rem, 0.765rem + 3.14vw, 3rem);
    letter-spacing: 0.1em;
}

.servicesTitle {
    position: relative;
    line-height: 1.2;
}
.servicesTitle span {
    position: relative;
    display: block;
}
.servicesTitle .square {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-35%,-20%);
}
/*@media (min-width: 992px) {
    .servicesTitle .square {
        width: 1.2em;
        height: 1.2em;
    }
}*/
.btn-more {
    background-color: #FFF;
    border: 1px solid #231815;
    color: #231815 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    position: relative;
    transition: all .5s ease;
}
.btn-more:hover {
    background-color: #231815;
    color: #FFF !important;
}
.more-hover-gray:hover {
	background-color: #7c7c7c;
}
.btn-more::after {
    content: '';
    display: block;
    border-bottom: 1px solid #E60012;
    width: 30px;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transition: all .5s ease;
}
.btn-more:hover::after {
    transform: translateX(50%);
}
.btn-more__ja {
    font-size: 12px;
}
.btn-more__en {
    font-size: 17px;
}
.btn-more__plus {
    width: 100%;
    max-width:280px;
    min-width:220px;
}
.btn-more__plus::after {
    display: none;
}
.btn-more__plus--icon {
    display: block;
    background: url("../img/common/icon_pluse.svg") no-repeat center center/contain;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all .5s ease;
}
.btn-more__plus[aria-expanded="true"] .btn-more__plus--icon {
    transform: translateY(-50%) rotate(45deg);
}
.ellipsis-one-line {
    overflow: hidden;          /* 溢れた部分を隠す */
    text-overflow: ellipsis;   /* 溢れた部分を「...」にする */
    white-space: nowrap;       /* 1行で表示 */
}
.bg-logo-mark {
    background: linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)), url(../img/common/logo_mark_black.webp) no-repeat center center/contain;
}

.infolist{
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;;
}
@media (min-width:767px){
	.infolist{
		padding-right: 30px;
		padding-left: 30px;
		border-bottom: none;
		border-right: 1px solid #bfbfbf;
	}
	.infolist:last-child{
		border-right: none;
	}
}

.tribtn{
	display: block;
	width: 130px;
	margin: 10px auto;
	cursor: pointer;
	font-size: 15px;
	color: #666;
}

.toggle-target {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.imgbox{
	position: relative;
	z-index: 1;
}
@media (min-width:768px){
	.imgbox::before{
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background: #f2f2f2;
		display: block;
		z-index: -1;
		top: 0;
		left: 0;
        transform: translate(-2rem,2rem);
	}
    .imgbox-right::before {
        transform: translate(2rem,2rem);
    }
}

/* 下層ページ
==================================================== */
#pageHeader {
    background-position: center center;
    background-size: cover;
    height: 50svw;
    max-height: 568px;
}
.pageTitle {
    color: #FFF;
    text-align: center;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.pageTitle span {
    display: block;
}
.pageTitle__en {
    font-size: clamp(1.125rem, 0.635rem + 2.09vw, 2.125rem);
}
.pageTitle__ja {
    font-size: clamp(1.75rem, 0.77rem + 4.18vw, 3.75rem);
    letter-spacing: 0.1em;
}



/* 会社案内
==================================================== */

.company .img{
	position: relative;
	z-index: 2;
}

@media (min-width: 767px){
.company .text{
	position:relative;
	padding: 50px 35px 50px 62px;
	z-index: 1;
	top: 30px;
}
.company .text::after{
	position: absolute;
	width: 108%;
	height: 95%;
	content: '';
	display: block;
	top: 0;
	left: 12px;
	background: #f4f4f6;
	z-index: -1;
	}
}


/* 施工実績
==================================================== */
.worksCatNav a {
    color: #727272;
    line-height: 1.3;
}
.worksCatNav a:hover,
.worksCatNav a.active {
    color: #3861AD;
}
.catIcon {
    display: inline-block;
	width:2.7em;
	height:2.7em;

	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;

	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	/*変更したい色をここに書く*/
	background-color: #727272;
}
a:hover .catIcon,
.active .catIcon {
    background-color: #3861AD;
}
.icon-airport {
	-webkit-mask-image: url("../img/works/icon_airport.svg");
	mask-image: url(../img/works/icon_airport.svg);
}
.icon-all {
	-webkit-mask-image: url("../img/works/icon_all.svg");
	mask-image: url(../img/works/icon_all.svg);
}
.icon-apartments {
	-webkit-mask-image: url("../img/works/icon_apartments.svg");
	mask-image: url(../img/works/icon_apartments.svg);
}
.icon-factory {
	-webkit-mask-image: url("../img/works/icon_factory.svg");
	mask-image: url(../img/works/icon_factory.svg);
}
.icon-government-office {
	-webkit-mask-image: url("../img/works/icon_government-office.svg");
	mask-image: url(../img/works/icon_government-office.svg);
}
.icon-hospital {
	-webkit-mask-image: url("../img/works/icon_hospital.svg");
	mask-image: url(../img/works/icon_hospital.svg);
}
.icon-hotel {
	-webkit-mask-image: url("../img/works/icon_hotel.svg");
	mask-image: url(../img/works/icon_hotel.svg);
}
.icon-office-building {
	-webkit-mask-image: url("../img/works/icon_office-building.svg");
	mask-image: url(../img/works/icon_office-building.svg);
}
.icon-school {
	-webkit-mask-image: url("../img/works/icon_school.svg");
	mask-image: url(../img/works/icon_school.svg);
}
.icon-shopping-mall {
	-webkit-mask-image: url("../img/works/icon_shopping-mall.svg");
	mask-image: url(../img/works/icon_shopping-mall.svg);
}
.icon-sports {
	-webkit-mask-image: url("../img/works/icon_sports.svg");
	mask-image: url(../img/works/icon_sports.svg);
}

#worksList > div .collapse {
    transition: all .5s ease;
}
@media (max-width: 767.98px) {
    #worksList > div:nth-of-type(2n+1) .collapse {
        margin-right:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * -1);
        margin-left: 0;
    }
    #worksList > div:nth-of-type(2n) .collapse {
        margin-right:0;
        margin-left:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * -1);
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #worksList > div:nth-of-type(3n+1) .collapse {
        margin-right:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 2 * -1);
        margin-left: 0;
    }
    #worksList > div:nth-of-type(3n+2) .collapse {
        margin-right:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 1 * -1);
        margin-left:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 1 * -1);
    }
    #worksList > div:nth-of-type(3n) .collapse {
        margin-right:0;
        margin-left:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 2 * -1);
    }
}
@media (min-width: 992px) {
    #worksList > div:nth-of-type(4n+1) .collapse {
        margin-right:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 3 * -1);
        margin-left: 0;
    }
    #worksList > div:nth-of-type(4n+2) .collapse {
        margin-right:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 2 * -1);
        margin-left:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 1 * -1);
    }
    #worksList > div:nth-of-type(4n+3) .collapse {
        margin-right:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 1 * -1);
        margin-left:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 2 * -1);
    }
    #worksList > div:nth-of-type(4n) .collapse {
        margin-right:0;
        margin-left:calc((100% + (var(--bs-gutter-x) * .5 * 2)) * 3 * -1);
    }
}
.worksItem__a,
.shuzenItem__a {
    padding-bottom: 0;
    position: relative;
    transition: all .5s ease;
}
.worksItem__a[aria-expanded="true"],
.shuzenItem__a[aria-expanded="true"] {
    padding-bottom: 15px;
}
.worksItem__a[aria-expanded="true"] .more,
.shuzenItem__a[aria-expanded="true"] .more,
.worksItem__a[aria-expanded="false"] .more-close,
.shuzenItem__a[aria-expanded="false"] .more-close {
    display: none;
    opacity: 0;
}
.worksItem__a[aria-expanded="false"] .more,
.shuzenItem__a[aria-expanded="false"] .more,
.worksItem__a[aria-expanded="true"] .more-close,
.shuzenItem__a[aria-expanded="true"] .more-close {
    display: block;
    opacity: 1;
}
.worksItem__a[aria-expanded="true"]::after,
.shuzenItem__a[aria-expanded="true"]::after {
    content: '';
    background-color: #EEE;
    display: block;
    width: 12px;
    height: 15px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    /*right: clamp(calc(0.875rem * 1.33 / 2 - 6px), calc((0.752rem + 0.52vw) * 1.33 / 2 - 6px), calc(1.125rem * 1.33 / 2 - 6px));*/
    right: 3%;
    bottom: 0;
}
.shuzenItem__a[aria-expanded="true"]::after {
	background-color: #fff;
}
.worksTag .badge {
    width: 8em;
}
.thum-1x1 {
    aspect-ratio: 1 / 1;
}
#worksList .card {
    --bs-card-border-width:0;
}


.page-item:first-child .page-link ,
.page-item:last-child .page-link {
	border-radius: 0px;
}
.pagination .page-item{
	border-bottom: 1px solid #ccc;
}
.pagination .page-item .page-link{
	border: none;
	width: 60px;
	padding: 0 15px;
	text-align: center;
	background: none;
	color: #666;

}
.pagination .page-item .current{
    border-bottom: 2px solid #E60012; 
}

.pagination .page-item .prev,
.pagination .page-item .next{
	font-size: 12px;
}


/* 会社案内
==================================================== */
.sectionTitle2 {
    /* border-left: 5px solid #3366FF;*/
    text-align: center;
    padding-left: .5em;
}
@media (min-width: 992px) {
    .sectionTitle2 {
        border-left-width: 10px;
        padding-left: 1rem;
    }
}
.sectionTitle2 > span {
    display: block;
    position: relative;
    line-height: 1.1;
}
.sectionTitle2__en {
    color: #C0C0C0;
    font-size: clamp(0.75rem, 0.382rem + 1.57vw, 1.5rem);
    font-weight: 500;
    font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sectionTitle2 > span.dark .sectionTitle2__en {
    color: #B5B5B6;
}
.sectionTitle2__ja {
    font-size: clamp(1.5rem, 0.765rem + 3.14vw, 3rem);
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 20px;
}

#timeLine {
    padding-left: 15px;
    padding-bottom: 50px;
}
#timeLine::before {
    content: '';
    display: block;
    border-left: 1px solid #FFF;
    width: 0;
    position: absolute;
    top: 30px;
    bottom: 60px;
    left: 15px;
}
#timeLine::after {
    content: '';
    display: block;
    background: radial-gradient(circle, #ffffff 6px, transparent 7px) repeat-y top left/14px 24px;
    width: 14px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 15px;
    transform: translateX(-50%);
}
.timeLine__box {
    width: 100%;
    margin-bottom: 40px;
}
.timeLine__box > dl {
    margin-bottom: 0;
}
.timeLine__box > dl dt {
    border-bottom: 1px solid #FFF;
    font-size: clamp(1.125rem, 1.064rem + 0.26vw, 1.25rem);
    width: 7em;
    padding: 0 0 0.2em 30px;
    position: relative;
}
.timeLine__box > dl dt::after {
    content: '';
    background-color: #FFF;
    display: block;
    width: 13px;
    height: 13px;
    clip-path: circle(50% at 50% 50%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    transform: translate(-50%,50%);
}
.timeLine__box > dl dd {
    padding-top: 1rem;
    padding-left: 30px;
    margin-bottom: 0;
}
.wh-left-line{
	position: relative;
	margin-bottom: 70px;
}
.wh-left-line::after{
	position: absolute;
	content: '';
	top: 35px;
	background: #eee;
	height: 97%;
	width: 1px;
}
.wh-left-line::before{
	content: '●\A●\A●';
	white-space: pre;
	position: absolute;
	left: -8px;
	bottom: -70px;
	font-size: 17px;
}

.koumoku-item div{
	border: 1px solid;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	display: inline-block;
	text-align:center
}

#csr img{
	width: 100%;
	height: 270px;
	object-fit: cover;
}
#csr h3{
	text-align: center;
	font-size: 20px;
	font-weight:normal;
	margin: 10px;
}



/* 採用情報
==================================================== */
.sectionTitle3 {
    position: relative;
    line-height: 1.2;
    padding-top: .5em;
    font-size: clamp(1.375rem, 0.946rem + 1.83vw, 2.25rem);
}
.sectionTitle3 span {
    position: relative;
    z-index: 5;
}

	.sectionTitle3{
		padding-bottom: .8em;
		border-bottom: 1px solid;
		margin-bottom: .5em;
	}

.ribbon {
    width: 400px;
    transform: rotate(-45deg);
    transform-origin: top center;
    position: absolute;
    top: 40px;
    left:calc( -400px / 2 + 40px );
    padding: 0.5em calc( 400px / 2 - 40px * 1.414 );
    box-sizing: border-box;
    text-align: center;
    font-size: clamp(1.125rem, 1.002rem + 0.52vw, 1.375rem);
    color: #FFF;
    background-color: #666;
    line-height: 1.2;
}
@media (min-width: 768px) {
    #ryoThumbnail > div {
        width: 38.53%;
    }
    #ryoThumbnail > div:last-of-type {
        width: 17.12%;
    }
}

.recruit .img{
	position: relative;
	z-index: 2;
}
.text-bk-right,
.text-bk-left{
	position: relative;
	z-index: 1;
}
@media (min-width: 767px){
	.recruit{
		margin-bottom: 150px;
	}
	.text-bk-right::after,
	.text-bk-left::after{
		position: absolute;
		content: '';
		background: #eee;
		width: 140%;
		height: 120%;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		z-index: -1;
	}
	.text-bk-left::after{
		left: 0;
	}
}

table.philosophy th{
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}

/* 事業案内
==================================================== */
.jigyo-subttl{
	position: relative;
	width: 100%;
	padding: 10px 0px;
	max-width: 1300px;
	margin: 0 auto;
	background-color:#fff;
	text-align: left;
}
@media (min-width: 767px){
	.jigyo-subttl{
		width: 95%;
		margin-bottom:  -30px;
		padding: 25px 48px;
	}
}

/* ハニカム */
.honeycomb {
}
.hexagons {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.hexagon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    aspect-ratio: 200 / 173;/* 正六角形になる比率 */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 3px;
}
@media (min-width: 992px) {
    .hexagon {
        padding: 5px;
    }
}
.hexagon > .hexagon__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.hexagons > .hexagon:nth-of-type(1) {
    transform: translate(25%,-50%);
}
.hexagons > .hexagon:nth-of-type(3) {
    transform: translate(-25%,-50%);
}



/* 特集ページ
==================================================== */
.entry-content img {
    max-width: 100% !important;
    height: auto;
}
.entry-content h2 {
    margin-top: 2em;
    margin-bottom: 1em;
}
@media (max-width: 576px) {
	.entry-content h2 { font-size: clamp(1.25rem, 0.944rem + 1.31vw, 1.875rem) !important; }
}
.entry-content p {
    font-size: clamp(0.875rem, 0.752rem + 0.52vw, 1.125rem);
    margin-bottom: 2em;
}


/* アコシート防水
==================================================== */
.point {
    color: #FFF;
    position: relative;
    z-index: 1;
    width: 140px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 1.25rem;
    padding-top: .8em;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .4));
}
.point::before {
    content: '';
    display: block;
    background-color: #000;
    clip-path: ellipse(50% 50% at 50% 50%);
    width: 100%;
    padding-top: 44%;
    transform: rotate(-10deg);
    position: absolute;
    transform-origin: center;
    top: 3px;
    left: 0;
    z-index: -1;
}
.point__num {
    font-size: 1.8em;
    margin-left: 0.2em;
}
/* tableのセルに斜線 */
.example {
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}


/* slick.js
==================================================== */
.slick-track {
    display: flex;
}
.slick-arrow {
    border: none;
    background-color: transparent;
    background: url("../img/common/next.svg") no-repeat center center/contain;
    filter: drop-shadow(0 0 5px rgba(0,0,0,.25));
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30%;
    right: .5rem;
    transform: translateY(-50%);
    z-index: 100;
    opacity: 1;
    transition: all 0.3s;
}
.slick-arrow[aria-disabled="true"] {
    display: none;
    opacity: 0;
}
.slick-prev {
    background-image: url("../img/common/prev.svg");
    right: inherit;
    left: .5rem;
}

/* スライドのページャー */
.dots-wrap {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.dots-wrap li {
    list-style: none;
    width: 100%;
    height: 4px;
    margin: 0;
    background: #e6e6e6;
    cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #E60012;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


#contents .slider .slick-slide {
    width: 250px;
}
#works .slider .slick-slide {
    width: 200px;
}
#works .worksSlider .slick-track,
#works .worksSliderThum .slick-track {
    display: block;
}
#works .worksSliderThum .slick-track {
    transform: unset !important;
}
#works .worksSlider .slick-slide {
    width: auto;
}
#works .slick-arrow {
    top: 38%;
}
#works .worksSliderThum .slick-slide {
    width: 60px;
}
#worksList .carousel-indicators [data-bs-target],
.modal .carousel-indicators [data-bs-target] {
    flex: 0 0 auto;
    width: calc(20% - 6px);
}
#history .slick-slide img {
    width: auto !important;
    height: 30vw;
    max-height: 300px;
    min-height: 180px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .slick-arrow {
        width: 52px;
        height: 52px;
        right: 0;
        top: 30%;
        transform: translate(50%,-50%);
    }
    .slick-prev {
        left: 0;
        transform: translate(-50%,-50%);
    }
    #contents .slider .slick-slide {
        max-width: calc((100vw - 3.5rem) / 3);
        width: calc((1140px - 2rem) / 3);
    }
    #works .slider .slick-slide {
        max-width: calc((100vw - 4.5rem) / 4);
        width: calc((1140px - 3rem) / 4);
        /*width: 270px;*/
    }
    #works .worksSlider .slick-slide {
        width: auto;
    }
    #works .worksSliderThum .slick-slide {
        width: 100px;
    }
    #works .slick-arrow {
        top: 35%;
    }
    /*#historySlide .slick-arrow {
        top: 40%;
        right: 1rem;
    }
    #historySlide .slick-prev {
        left: 1rem;
    }*/
}
@media (min-width: 992px) {
	.slick-arrow {
		top: 32%;
	}
    #works .slick-arrow {
        top: 39%;
    }
 }
 @media (min-width: 1152px) {
 	.slick-arrow {
		top: 40%;
	}
    #works .slick-arrow {
        top: 42%;
    }
 }

/* inview
==================================================== */
.fadeIn {
    opacity: 0;
}
.fadeIn.is-show {
    animation-name:fadeInAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    animation-timing-function:ease;
    animation-delay: .5s;
}
@keyframes fadeInAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeUp {
    opacity: 0;
}
.fadeUp.is-show {
    animation-name:fadeUpAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    animation-timing-function:ease-out;
    animation-delay: .5s;
}
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Q&A
==================================================== */
.accordion {
    --bs-accordion-btn-icon-transition: transform 0s ease-in-out;
}
[data-bs-theme="dark"] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
    box-shadow: none;
}
/*.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #4C7036;
}*/


/* 装飾
==================================================== */
.shadow{box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.28);}


/* メディアクエリ
==================================================== */
/*
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) {}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}


/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {}
