@charset "UTF-8";
/*
 page
-------------------------------*/
.main_wrap {
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
}
.cont_craftsman{
	padding-top: 0px;
}
.orange {
	color: #EB6120;
}

.mincho,
.mincho * {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}	
}

.subpage_contents {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.subpage_contents {
		margin-top: 18px;
	}
}

/*
 main-visual
-------------------------------*/
.main-visual {
	background: url(../images/craftsman/bg_mv_01.png) no-repeat center center/100% auto;
	background-color: #1C233C;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.main-visual {
		background: none;
		background-color: #1C233C;
		background-image: url(../images/craftsman/bg_mv_01_sp.png);
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		display: block;
		padding-top: 300px;
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.main-visual .img-right{
		margin-right: -2px;
	}
}
.main-visual .ttl-out {
	position: absolute;
	top: 95px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);

}
.main-visual .ttl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.main-visual .ttl-out {
		top: 0;
		left: 0;
		height: 300px;
		width: 100%;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		transform: none;
		display: flex;
	}

}
.main-visual .ttl .ttl_in01,
.main-visual .ttl .ttl_in02 {
	color: #FFFFFF;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	font-weight: 700;
}
.main-visual .ttl .ttl_in01 .orange,
.main-visual .ttl .ttl_in02 .orange {
	font-weight: 700;
}
.main-visual .ttl .ttl_in01 {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
	.main-visual .ttl .ttl_in01 {
		font-size: 18px;
	}
}
.main-visual .ttl .ttl_in02 {
	font-size: 56px;
	line-height: 1.2857142857;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
	.main-visual .ttl .ttl_in02 {
		font-size: 40px;
	}
}

/*
 prof-block
-------------------------------*/
.prof-block {
	background: #1C233C;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.prof-block {
		display: block;
		padding: 0 0 15px;
	}
}
.prof-block .img {
	width: 470px;
	margin-right: 24px;
}
@media screen and (max-width: 767px) {
	.prof-block .img {
		width: 100%;
		margin: 0 0 0 0;
	}
}
.prof-block .text-area {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (min-width: 768px) {
	.prof-block .text-area {
		position: relative;
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.prof-block .text-area {
		width: 100%;
		padding: 15px 10px 0;
		box-sizing: border-box;
	}
}
.prof-block .name,
.prof-block .prof {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.prof-block .name dt,
.prof-block .prof dt {
	color: #FFFFFF;
	width: 110px;
}
@media screen and (max-width: 767px) {
	.prof-block .name dt,
	.prof-block .prof dt {
		width: 90px;
	}	
}
.prof-block .name dt::first-letter,
.prof-block .prof dt::first-letter {
	color: #EB6120;
}
.prof-block .name dd,
.prof-block .prof dd {
	color: #FFFFFF;
	width: calc(100% - 110px);
}
@media screen and (max-width: 767px) {
	.prof-block .name dd,
	.prof-block .prof dd {
		width: calc(100% - 90px);
	}	
}
.prof-block .name {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.prof-block .name dt,
.prof-block .name dd {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.prof-block .name dt,
	.prof-block .name dd {
		font-size: 18px;
	}

}
.prof-block .prof {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.prof-block .prof {
		min-height: auto;
	}

}
.prof-block .prof dt,
.prof-block .prof dd {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3333333333;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.prof-block .prof dt,
	.prof-block .prof dd {
		font-size: 16px;
	}

}
.prof-block .button-orange {
	font-size: 18px;
	margin-top: 29px;
	max-width: 405px;
}
@media screen and (min-width: 768px) {
	.prof-block .button-orange {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.prof-block .button-orange {
		width: 230px;
		height: 33px;
		margin: 15px auto auto;
		font-size: 16px;
	}

}
.prof-block .button-orange .inn {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
	background: #EB6120;
	padding: 19px 0;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.prof-block .button-orange .inn {
		font-size: 16px;
		height: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}
@media screen and (min-width: 768px) {
.prof-block .button-orange .inn:hover{
	opacity: 0.7;
}
}
.prof-block .button-orange .inn span {
	position: relative;
	display: inline-block;
	font-weight: 700;
	padding-right: 50px;
}
@media screen and (max-width: 767px) {
	.prof-block .button-orange .inn span {
		padding-right: 25px;
	}

}
.prof-block .button-orange .inn span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	width: 15px;
	height: 15px;
	margin-top: -2px;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.prof-block .button-orange .inn span::before {
		width: 8px;
		height: 8px;
	}

}
.prof-block .button-orange.ac .inn span::before {
	transform: translateY(-50%) rotate(-135deg);
	margin-top: 5px;
}

/*
 about
-------------------------------*/
.about{
	background-image: url(../images/craftsman/bg_about_01.png),url(../images/craftsman/bg_about_02.png);
	background-repeat: no-repeat;
	background-position: left top,right bottom;
	background-color: #EDEDED;
	padding: 40px 40px 42px;
}
@media screen and (max-width: 767px) {
	.about{
		padding: 0 0 0;
		background-image: none;
	}

}
.about .box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.about .box{
		display: block;
	}
	.about .box.-box01 .text-area{
		background-image: url(../images/craftsman/bg_about_01.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100%;

	}
	.about .box.-box02,
	.about .box.-box03,
	.about .box.-box01 + .text{
		background-image: url(../images/craftsman/bg_about_02.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
}
.about .box + .box,
.about .box + .text{
	margin-top: 20px;
}
.about .text + .box{
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.about .box + .box,
	.about .box + .text{
		margin-top: 0;
		padding-bottom: 20px;
	}
	.about .text + .box{
		margin-top: 0;
	}

}

.about .box.-box02{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	    		flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.about .box.-box02{
		padding-bottom: 20px;
	}
}
.about .box:last-child{
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
@media screen and (max-width: 767px) {
	.about .box:last-child{
		
	}

}
.about .img {
	width: 316px;
	margin-right: 36px;
}
@media screen and (max-width: 767px) {
	.about .img{
		width: 100%;
		margin: auto auto auto;
	}
	.about .img img{
		width: 100%;
		aspect-ratio: 15/8;
		object-fit: cover;
	}
}
.about .box.-box02 .img{
	margin-right: 0;
	margin-left: 36px;
}
@media screen and (max-width: 767px) {
	.about .box.-box02 .img{
		margin: auto ;
	}

}
.about .box:last-child .img{
	width: 417px;
}
@media screen and (max-width: 767px) {
	.about .box:last-child .img{
		width: 100%;
	}

}
.about .text-area {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (max-width: 767px) {
	.about .text-area {
		width: 100%;
		padding-top: 15px;
		
	}

}
.about .ttl{
	color: #1C233C;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.about .ttl{
		font-size: 18px;
		text-align: center;
		line-height: calc(32/24);
	}
}
@media screen and (min-width: 768px) {
	.about .box:last-child .ttl{
		line-height: 1.5;
		letter-spacing: -0.01em;
	}
}
.about .text{
	color: #1C233C;
	font-size: 18px;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.about .text{
		font-size: 16px;
		line-height: calc(24/16);
		padding: 0 10px;
		box-sizing: border-box;
	}

}
.about .ttl + .text{
	margin-top: 10px;
}

/*
 efforts
-------------------------------*/
.efforts{
	position: relative;
	z-index: 1;
	padding: 40px 0;
	margin-bottom: 60px;
	overflow: hidden;
	background: #EDEDED;
}

.efforts::before {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../images/craftsman/bg_efforts_pc.jpg) no-repeat top center/contain;
	background-size: cover;
	opacity: .15;
}

.efforts .ttl{
	text-align: center;
	font-size: 24px;
	color: #1C233C;
	position: relative;
	padding-bottom: 18px;
}
.efforts .ttl::after{
	width: 830px;
	max-width: 100%;
	content: "";
	height: 1px;
	border-bottom: 1px solid #1C233C;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);

}
.efforts .detail{
	padding: 40px 30px 0 120px;
}
.efforts .ttl02{
	font-size: 24px;
	color: #1C233C;
	font-weight: bold;
}
.efforts .ttl02 span{
	font-size: 100%;
	font-weight: bold;
	line-height: inherit;
}
.efforts .txt{
	font-size: 18px;
	line-height: calc(32/24);
	font-weight: 500;
}
.efforts .txt + .ttl02{
	margin-top: 40px;
}

.efforts .efforts-btn{
	width: 560px;
	height: 64px;
	max-width: 100%;
	margin: 40px auto auto;
}
.efforts .efforts-btn-link{
	width: 100%;
	height: 100%;
	background-color: #1C233C;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0px 4px 0 #989898;
	border-radius: 50px;
}
.efforts .efforts-btn-link::after{
	content: "";
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-width: 2px 2px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
	.efforts{
		padding: 20px 0 18px;
		margin-bottom: 18px;
	}

	.efforts::before {
		background: url(../images/craftsman/bg_efforts_sp.jpg) no-repeat top center/ 100% auto;
	}

	.efforts .ttl{
		font-size: 18px;
		line-height: calc(32 / 24);
		padding-bottom: 20px;
	}
	.efforts .ttl::after{
		width: calc(355 / 375 * 100%);
	}
	.efforts .detail{
		padding: 20px calc(10 / 375 * 100%) 0;
	}
	.efforts .ttl02{
		font-size: 18px;
		line-height: calc(32 / 24);
		text-align: center;
	}
	.efforts .txt{
		font-size: 16px;
		line-height: calc(26 / 16);
		letter-spacing: -.06em;
		margin: 7px auto 0;
		max-width: 320px;
	}
	.efforts .txt + .ttl02{
		margin-top: 15px;
	}

	.efforts .efforts-btn{
		width: 100%;
		max-width: 350px;
		margin-top: 33px;
	}

	.efforts .efforts-btn-link {
		font-size: 20px;
		line-height: calc(28 / 20);
		padding: 0 47px;
		box-sizing: border-box;
	}
	.efforts .efforts-btn-link::after{
		width: 9px;
		height: 9px;
		right: 40px;
	}
}
.ttl02 span {
	color: #eb6120;
}