@charset "utf-8";
/*ABOUT*/
.company-bk{
    background: #eee;
}
.company-wrap{
    background: #fff;
    padding: 5em;
}
.company-table{
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
	border-collapse: collapse;
}
.company-table th,
.company-table td{
	border-bottom: 1px solid var(--black);
	padding: 1.5em 0;
	text-align: left;
}
.company-table th{
	width: 10em;
}
.company-table td a{
    color: var(--blue);
    text-decoration: underline;
}
.company-table td a:hover{
    color: var(--red);
}
.about-table_gmap{
	margin-top: 1em;
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
	filter: grayscale(0.5);
}
.about-table_gmap iframe,
.about-table_gmap object,
.about-table_gmap embed {
    position: absolute;
	border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 980px) {
    .company-wrap{
        padding: 3em 2em;
    }
}
@media screen and (max-width: 680px) {
    .company-wrap{
        padding: 2em 1em;
    }
    .company-table,
    .company-table tbody,
    .company-table tr,
    .company-table th,
    .company-table td{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }
    .company-table tr{
        margin: 1em 0 1.5em;
    }
    .company-table th{
        background: #eee;
        padding: 0.5em;
        margin-bottom: 0.5em;
    }
}

/*CONTACT*/
.contact-bk{
    background: #eee;
}
.contact-wrap{
    background: #fff;
    padding: 5em;
}
.contact-inner{
    max-width: 980px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.contact-box{
	width: 32%;
    text-align: center;
}
.contact-h6{
	background: var(--black);
	text-align: center;
	color: #fff;
	line-height: 1;
    margin-bottom: 0.5em;
}
.contact-tel{
	display: block;
}
.contact-tel small{
    vertical-align: 0.2em;
    padding-right: 0.2em;
}
.contact-fax small{
    padding-right: 0.2em;
}
.contact-tel b{
	font-size: clamp(21px, 2vw, 28px);
    line-height: 1;
}
.contact-fax{
	line-height: 1;
}
.contact-form{
    max-width: 980px;
    margin: 0 auto;
    padding: 5em;
    background: var(--egray);
    border-top: 10px solid var(--black);
}
.contact-form * {
    font-size: 16px;
}
.contact-form table{
    width: 100%;
    border-collapse: collapse;
}
.contact-form th{
    text-align: left;
    width: 10em;
}
.contact-form th,
.contact-form td{
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}
.contact-thanks{
    display: inline-block;
}
.contact-thanks p{
    text-align: left;
}
.contact-address{
    background: #eee;
    padding: 2em;
    text-align: left;
}
@media screen and (max-width: 980px) {
    .contact-wrap,
    .contact-form{
        padding: 3em 2em;
    }
}
@media screen and (max-width: 680px) {
    .contact-wrap,
    .contact-form{
        padding: 2em 1em;
    }
    .contact-inner{
        display: block;
    }
    .contact-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 1em;
    }
    .contact-h6{
        width: 7em;
        margin: 0 1em 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-box_inner{
        flex: 1;
        text-align: left;
    }
    .contact-thanks p br{
        display: none;
    }
    .contact-form .btn,
    .contact-form .btn-back{
        padding: 1em;
    }
    .contact-form .btn-back:after {
        left: 1em;
    }
    .contact-form .btn:before {
        right: 1em;
    }
}


/*TERM*/
.terms-bk{
    background: #eee;
}
.terms-wrap{
    background: #fff;
    padding: 5em;
}
.terms-inner{
    max-width: 980px;
    margin: 0 auto;
}
.terms-h3{
    font-size: clamp(16px, 1.4vw, 21px);
    margin: 2em 0 1em;
}
.terms-inner p,
.terms-inner li,
.terms-inner a{
	font-size: clamp(13px, 1.1vw, 15px);
    line-height: 1.5;
}
.terms-inner p{
	margin-bottom: 1.5em;
}
.terms-inner ol,
.terms-inner ul{
    padding-left: 1.5em !important;
    margin: 1.5em 0;
}
.terms-inner ol li,
.terms-inner ul li{
    margin: 0.7em 0 !important;
}
.terms-inner ol li{
    list-style: decimal outside !important;
}
.terms-inner ul li{
    list-style: disc outside !important;
}
.terms-inner a{
    color: var(--blue);
    text-decoration: underline;
}
.terms-inner a:hover{
    color: var(--red);
}
@media screen and (max-width: 980px) {
    .terms-wrap{
        padding: 3em 2em;
    }
}
@media screen and (max-width: 680px) {
    .terms-wrap{
        padding: 2em 1em;
    }
}


/*INSTA*/
.instagram-h4{
    display: flex;
    justify-content: center;
    align-items: center;
}
.instagram-h4 a{
    display: block;
    margin: 0 auto;
	width: clamp(170px, 5vw, 280px);
}
.instagram-h4:before,
.instagram-h4:after{
    content: "";
    flex: 1;
    height: 1px;
    background: #000;
}
.instaglam-ol{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
    gap: 1em;
}
.instaglam-li img{
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.instaglam-li:hover{
	opacity: 0.9;
}
@media screen and (max-width: 780px) {
    .instaglam-ol{
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5em;
    }
}

/*MATERIALS*/
.business-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.business-text{
    width: 42%;
}
.business-h3{
    font-weight: 900;
    font-size: clamp(24px, 2.1vw, 38px);
    line-height: 1.3;
    border-left: 10px solid var(--black);
    padding-left: 0.5em;
}
.business-h3 b{
    display: block;
}
.business-img{
    width: 53%;
}
.business-slider{
    width: 80%;
    margin: 3em 0 0 auto;
    overflow: hidden;
}
.business-slider .swiper-wrapper{	
	transition-timing-function: linear;
}	

.business-item:nth-child(odd) .business-img{
    order: 0;
}
.business-item:nth-child(odd) .business-text{
    order: 1;
}
.business-item:nth-child(odd) .business-slider{
    margin: 3em auto 0 0;
    order: 2;
}
.business-slider img{
    object-fit: cover;
    aspect-ratio: 1.6 / 1;
}
.business-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
	margin-bottom: 3em;
}
.business-list_header{
	flex: 1;
}
.business-list_a{
	display: block;
	width: 60%;
	margin-left: 5%;
}
.business-list_a img{
	object-fit: cover;
	aspect-ratio: 2.5 / 1 ;
}
.business-list_h3{
	font-size: clamp(24px, 2.1vw, 38px);
	font-weight: 900;
	border-left: 10px solid var(--black);
    padding-left: 0.5em;
    line-height: 1;
}
.business-list_text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-clamp: 3;  
	margin-bottom: 1em;
}
.business-list_text p{
    display: inline;
    margin: 0;
}
.business-list_btn a{
	padding: 0.5em 2em;
}
.business-btns{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.business-btns a{
    width: 20em;
    margin: 2px;
}
.business-btns a.btn-back:after {
    left: 4.2em;
}
.business-btns a.btn:before {
    right: 2.7em;
}
@media screen and (max-width: 1280px) {
    .business-slider{
        width: 100%;
    } 
    .business-list_a img{
        aspect-ratio: 1.7 / 1 ;
    }
}
@media screen and (max-width: 980px) {
    .business-text,
    .business-img{
        width: 100%;
        margin-bottom: 1em;
    }
    .business-h3 {
        font-size: clamp(38px, 5vw, 68px);
    }
    .business-h3 b {
        font-size: clamp(18px, 3vw, 24px);
    }
    .business-slider{
        margin-top: 0;
    }
    .business-item:nth-child(odd) .business-slider,
    .business-item:nth-child(odd) .business-img {
        order: 1;
        margin-top: 0;
    }
    .business-list_a {
        width: 40%;
    }
    .business-list_a img{
        aspect-ratio: 1 / 1 ;
    }
}
@media screen and (max-width: 680px) {
    .business-h3 {
        font-size: 6.4vw;
    }
    .business-h3 b {
        font-size: 4vw;
    }
    .business-list_a {
        width: 100%;
        margin: 1em 0 0;
    }
    .business-list_a img{
        aspect-ratio: 2 / 1 ;
    }
}








