/*------------------------------------------

MV

------------------------------------------*/
.mv-box {
/*	height: 100vh;
	overflow: hidden;*/
	position: relative;
}
.mv-box video {
	width: 100%;
	height: auto;
	display: block;
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
}
.mv-box .mv-txt {
	position: absolute;
	top: 50%;
	left: 150px;
	transform: translateY(-50%);
	z-index: 1;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.mv-box {
		height: 100vh;
		overflow: hidden;
	}
	.mv-box video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.mv-box .mv-txt {
	    width: 40%;
	    left: 65px;
	}
}/*END*/

/*------------------------------------------

MV

------------------------------------------*/
.notice-box {
	padding-top: 70px;
	padding-bottom: 70px;
}

.notice-box .post-box {
	width: 21.6363636364%;
	max-width: 238px;
	position: relative;
}
.notice-box .post-box a {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transform: scale(1.0);
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.notice-box .post-box .thum {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.notice-box .post-box .thum::after {
    content: "";
    width: 100%;
    padding-top: 140%;
    background-color: #2A2A2A;
    display: block;
}
.notice-box .post-box .thum img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.notice-box .post-box .cat {
	font-size: 1.1rem;
	font-weight: 900;
	color: #fff;
	display: inline-block;
	lighting-color: 23px;
	background-color: #2A2A2A;
	padding: 0 15px;
}
.notice-box .post-box time {
	font-size: 1.5rem;
	font-weight: 900;
	display: block;
}
.notice-box .post-box .content-txt {
	font-size: 1.5rem;
	font-weight: 500;
}

/*PC*/
@media screen and (min-width: 768px) {
	.notice-box .post-box a:hover {
	    background: rgba(255, 255, 255, .3);
	    transform: scale(1.1);
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.notice-box {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.notice-box .post-box {
		width: 100%;
		max-width: none;
	}
	.notice-box .post-box .thum {
		width: 150px;
	}
	.notice-box .post-box .content-box {
		width: calc(100% - 165px);
	}
	.notice-box .post-box time {
		font-size: 1.4rem;
	}
}/*END*/

/*------------------------------------------

挨拶

------------------------------------------*/
.about-box {
	background-color: #DCDCD1;
	padding-top: 115px;
	padding-bottom: 150px;
}

.about-box .tit {
	width: 43px;
	height: 150px;
	background-image: url(../images/common/hx-bg02.png);
	background-size: contain;
/*	margin-left: 100px;*/
}

.about-box .content-inr {
	width: calc(100% - 83px);
}

.about-box .content-inr {
	padding-top: 60px;
/*	margin-left: auto;*/
}


.about-box .hx-img {
	margin-left: 50px;
}
.about-box .tit h2 {
    font-size: 1.7rem;
    height: 100%;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.about-box .tit2 {
    font-size: 2.3rem;
    letter-spacing: 5px;
    font-weight: 400;
    margin-left: 80px;
}

.about-box .txt {
    font-size: 1.7rem;
    line-height: 2.8;
    letter-spacing: 5px;
    font-weight: 400;
    margin-left: auto;
}

.more-box {
	background-color: #DCDCD1;
	border-top: #fff 1px solid;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.more-box::before {
	content: "";
	width: 91px;
	height: 1px;
	background-color: #DCDCD1;
	position: absolute;
	top: -1px;
	left: 0;
}

.more-tit {
	font-size: 1.7rem;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*PC*/
@media (max-width: 1275px ) and (min-width: 767px) {
/*	.about-box .tit {
		margin-left: 80px;
	}*/
	.about-box .hx-img {
		margin-left: 40px;
	}


	.about-box .tit2 {
	    margin-left: 60px;
	}
}/*END*/

/*PC*/
@media (max-width: 1223px ) and (min-width: 767px) {
/*	.about-box .tit {
		margin-left: 60px;
	}*/
	.about-box .hx-img {
		margin-left: 30px;
	}


	.about-box .tit2 {
	    margin-left: 40px;
	}
}/*END*/

/*PC*/
@media (max-width: 1173px ) and (min-width: 767px) {
/*	.about-box .tit {
		margin-left: 40px;
	}*/
	.about-box .hx-img {
		width: 160px;
		margin-left: 30px;
	}


	.about-box .tit2 {
	    margin-left: 30px;
	}
}/*END*/

/*PC*/
@media (max-width: 1143px ) and (min-width: 767px) {
/*	.about-box .tit {
		margin-left: 20px;
	}*/
	.about-box .hx-img {
		margin-left: 20px;
	}


	.about-box .tit2 {
	    margin-left: 20px;
	}
}/*END*/

/*PC*/
@media (max-width: 1095px ) and (min-width: 767px) {
	.about-box .tit2 {
	    font-size: 2.0rem;
	}

	.about-box .txt {
	    font-size: 1.5rem;
	}
}/*END*/

/*PC*/
@media (max-width: 1048px ) and (min-width: 767px) {
	.about-box .hx-img {
		width: 140px;
	}

	.about-box .txt {
	    font-size: 1.5rem;
	}
}/*END*/

/*PC*/
@media (max-width: 991px ) and (min-width: 767px) {
	.about-box .hx-img {
		width: 130px;
	}

	.about-box .txt {
	    font-size: 1.5rem;
    	line-height: 2.5;
	}
}/*END*/

/*PC*/
@media (max-width: 937px ) and (min-width: 767px) {
	.about-box .hx-img {
		width: 120px;
	}

	.about-box .tit2 {
	    font-size: 1.8rem;
	}

	.about-box .txt {
	    font-size: 1.5rem;
    	line-height: 2.2;
	}
}/*END*/

/*PC*/
@media (max-width: 848px ) and (min-width: 767px) {
	.about-box .tit {
		margin-left: auto;
	}
	.about-box .hx-img {
		margin-left: auto;
	}


	.about-box .tit2 {
	    margin-left: auto;
	}
}/*END*/

/*PC*/
@media (max-width: 865px ) and (min-width: 767px) {
	.about-box .hx-img {
		width: 125px;
	}

	.about-box .tit2 {
	    font-size: 1.8rem;
	}

	.about-box .txt {
	    font-size: 1.4rem;
    	line-height: 2.2;
	}
}/*END*/

/*PC*/
@media (max-width: 818px ) and (min-width: 767px) {
	.about-box .hx-img {
		width: 110px;
	}

	.about-box .tit2 {
	    font-size: 1.7rem;
	}

	.about-box .txt {
	    font-size: 1.4rem;
    	line-height: 2.0;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.about-box {
		padding-top: 40px;
		padding-bottom: 40px;
		position: relative;
	}

    .about-box .tit {
        width: 39px;
        height: 129px;
        background-image: url(../images/common/hx-bg02.png);
        background-size: contain;
        margin-left: 0;
        position: absolute;
        top: 21px;
        right: 0;
    }

    .about-box .greeting-tit {
    	font-size: 2.2rem;
    	letter-spacing: .3em;
    	font-weight: 900;
    }
    .about-box .greeting-tit span {
    	color: #EA9212;
    	letter-spacing: .3em;
    }
    .about-box .greeting-sub-tit {
    	font-size: 1.8rem;
    	font-weight: 500;
    }

    .greeting-txt-box {
    }

	.about-box .content-inr {
	    width: calc(100% - 0px);
		padding-top: 0;
		margin-right: auto;
	}
	.about-box .txt-img {
		margin-top: 20px;
	}


    .about-box .hx-img {
        width: 40%;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 20px;
    }
	.about-box .tit h2 {
	    font-size: 1.7rem;
	    height: 100%;
	    letter-spacing: 5px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding-left: 10px;
	}

    .about-box .tit2 {
        font-size: 2rem;
        font-weight: 500;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .about-box .txt {
        font-size: 1.5rem;
        line-height: 1.95;
        letter-spacing: 5px;
        font-weight: 400;
        margin-left: auto;
    }

	.more-box {
		background-color: #DCDCD1;
		border-top: #fff 1px solid;
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}
	.more-box::before {
		width: 36px;
	}

	.more-tit {
		font-size: 1.0rem;
	}
}/*END*/


/*------------------------------------------

ワーク

------------------------------------------*/
.work-box {
	padding-top: 70px;
	padding-bottom: 100px;
}

#work-slider .slick-slider .slick-track, #work-slider .slick-slider .slick-list {
    display: flex !important;
    gap: 10px;
}

.work-list li {
    width: 95px;
    background: rgba(255,255,255,0);
    position: relative;
    transition: .3s;
    cursor: pointer;
}
.work-list li:hover {
    background: rgba(255,255,255,0.3);
}

.work-box .img-box {
	width: calc(100% - 179px);
	max-width: 915px;
	padding-top: 15px;
}

.work-box .tit-box {
	width: 179px;
}

.work-box .tit-inr > .txt {
	font-size: 1.9rem;
	font-weight: 900;
	letter-spacing: 3px;
	color: #fff;
	margin-left: 30px;
}
.work-box .tit-box > div > .tit {
	font-size: 3.4rem;
	font-weight: 900;
	font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
	margin-left: 10px;
	padding-top: 50px;
}
.work-box .tit-box > div > .tit.min {
	font-size: 3.1rem;
}
.work-box .tit-box > .txt {
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 3px;
	margin-left: auto;
	padding-top: 50px;
}

.work-box .work-list {
	margin-right: auto;
	margin-left: auto;
}
.work-box .work-list a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .3s;
}

/*PC*/
@media screen and (min-width: 768px) {
	.slick-initialized .slick-slide {
	    display: flex!important;
	}

	#thumbs .slick-track, #thumbs .slick-list {
		display: flex!important;
		flex-wrap: wrap!important;
	    flex-flow: row-reverse!important;
	}
}/*END*/

/*PC*/
@media (max-width: 913px) and (min-width: 767px) {
	.work-list li {
	    width: 75px!important;
	}
}
/*PC*/
@media (max-width: 775px) and (min-width: 767px) {
	.work-list li {
	    width: 70px!important;
	}
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.work-box {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.work-list {
		width: 100%;
	}

	.work-box .img-box {
		width: 100%;
		max-width: none;
		padding-top: 0;
		margin-block: 10px;
	}

	.work-box .tit-box {
		width: 100%;
	}

	.work-box .tit-inr {
		width: 100%;
		margin-block: 20px;
	}

	.work-box .tit-inr > .txt {
		font-size: 1.5rem;
		margin-left: 0;
	}
	.work-box .tit-box > div > .tit {
		font-size: 2.5rem;
		margin-left: 0;
		padding-top: 0;
	}
	.work-box .tit-box > div > .tit.min {
		font-size: 2.2rem;
	}
	.work-box .tit-box > .txt {
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 3px;
		margin-left: auto;
		padding-top: 50px;
	}
}/*END*/



/*------------------------------------------

FLOW

------------------------------------------*/
.flow-box {
	background-color: #DCDCD1;
	border-top: #fff 1px solid;
	padding-top: 70px;
	padding-bottom: 80px;
	position: relative;
}
.flow-box::before {
	content: "";
	width: 91px;
	height: 1px;
	background-color: #df9133;
	position: absolute;
	top: -1px;
	left: 0;
}

.flow-box .flow-list li {
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 62px;
	padding-left: 100px;
	position: relative;
}
.flow-box .flow-list li::before,
.flow-box .flow-list li::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.flow-box .flow-list li::before {
	width: 62px;
	height: 62px;
	background-color: #fff;
	border-radius: 100px;
	left: 0;
}
.flow-box .flow-list li::after {
	width: 55px;
	height: 55px;
	border: #fff 1px solid;
	border-radius: 100px;
	left: 4px;
}
.flow-box .flow-list li span {
	font-size: 1.9rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 19px;
}

.flow-box .flow-list {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.flow-box a {
	text-decoration: underline;
}

.flow-box .flow-list li:nth-of-type(1) span,
.flow-box .flow-list li:nth-of-type(3) span,
.flow-box .flow-list li:nth-of-type(6) span {
	color: #F4A11A;
}
.flow-box .flow-list li:nth-of-type(2) span {
	color: #C3A33D;
}
.flow-box .flow-list li:nth-of-type(4) span,
.flow-box .flow-list li:nth-of-type(5) span {
	color: #328C28;
}
.flow-box .flow-list li:nth-of-type(4)::after,
.flow-box .flow-list li:nth-of-type(5)::after {
	border: #328C28 1px solid;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.flow-box {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.flow-box::before {
		width: 36px;
	}

	.flow-box .flow-list li {
		font-size: 1.5rem;
		line-height: 40px;
		padding-left: 60px;
	}
	.flow-box .flow-list li::before {
		width: 40px;
		height: 40px;
	}
	.flow-box .flow-list li::after {
        width: 35px;
        height: 35px;
        left: 2.5px;
	}
	.flow-box .flow-list li span {
		font-size: 1.3rem;
		left: 12px;
	}
}/*END*/
