@charset "utf-8";

#main section {
	margin-bottom: 80px;
}

.title_area {
	margin: 0 auto;
}

.title_area h2 {
	font-weight: 600 !important;
	display: inline-block;
	font-size: 24px !important;
	margin-bottom: 55px !important;
}

#main h3:first-of-type {
	margin: 0 0 25px 0;
}

#main section h4 {
	font-weight: 500;
	margin-bottom: 55px;
}

.h4syl {
margin: 55px 0 15px 0 !important;
}

.bdr {
	border-bottom: solid 1px #5a5a5a;

}

.imgr {
	float: right;
}
.imgr img {
	width: 100%;
	height: auto;
	max-width: 1000px;
}

#about {
	color: #fff;
	background: url(img/bg_g0.jpg);
	background-size: cover;
}
#about_in {
	padding: 100px 55px;
	background: url(img/fude.png) no-repeat right bottom;
}

.text_area_b {
	width: 70%;
}

.text_area_b p {
	line-height:1.8;
}

.text_area {
	margin:0 auto;
}

.text_area h3 {
		margin:0 0 55px 0 !important;
}
.text_area h4 {
		margin:55px 0 15px 0 !important;
}

.text_area p {
	line-height:1.8;
}

.text_area dl {
	margin: 0 auto;
}
.text_area dl dt {
	font-weight: 600;
	margin: 80px 0 35px 0;
	border-bottom: solid 1px #d0464f;
  	padding: 0 0 15px 0;
}

.text_area dl dt span {
	background: #000;
	color: #fff;
	padding: 3px 15px;
	border-radius: 26px;
	margin-right: 1em;
}



.b_waku {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}

.b_waku .box {
    width: 40%;
}
.b_waku .box div {
	background: rgb(255, 255, 255, 0.6);
	padding: 25px;
	border: solid 1px #eee;
	margin: 25px;
}

.b_waku > p {
	width: 60%;
}

.b_waku > p img {
	width: 100%;
	height: auto;
}

#order2 {
	margin-top: 120px;
}
#order2 h3 {
	margin: 80px 0 25px 0 !important;
}

.text_area_c {
	width: 75%;
	margin: 0 auto;
}


.text_area {
	display: flex;
	justify-content: space-around;
}

.side_img {
	width: 30%;
	margin-right: 55px;
}
.side_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: center top;
}

.main_text {
	width: calc( 70% - 55px);
	padding-bottom: 80px;
}
.main_text ol {
	margin: 25px 0;
}
.main_text ol li {
	margin-bottom: 12px;
}
.main_text ol .num_g {
	padding: 4px 10px;
  border-radius: 50%;
  margin-right: 0.5em;
  background: #efefef;
}
.main_text .li_left {
	display: block;
	margin-left: calc( 20px + 1em );
}
.main_text .kome {
	margin-top: 25px;
	display: block;
}

@media all and (max-width: 960px) {
	#about_in {
		background-size: 30%;
	  }
}

@media all and (max-width: 910px) {
	.b_waku {
		flex-wrap: wrap;
	}
	.b_waku .box {
		width: 100%;
	}
	.b_waku > p {
		width: 100%;
	}

	.side_img {
		display: none;
	}
	.main_text {
		width: 75%;
  		margin: 0 auto;
		padding-bottom: 0;
	}
	.main_text dl dt:first-child {
		margin-top: 0;
	}

}
@media all and (max-width: 860px) {
	#about_in {
		padding: 100px 25px 300px 25px;
		background-position: center bottom;
		background-position-y: 110%;
		background-size: 34%;
	}
	.text_area_b {
		width: 100%;
	  }
}
@media all and (max-width: 769px) {
	#about_in {
		background-size: 45%;
	}
	.main_text {
		width: 90%;
	  }

	.text_area_c {
		width: 90%;
	  }
}
@media all and (max-width: 600px) {
	#about_in {
		padding: 100px 25px 190px 25px;
		background-size: 38%;
	}
	.text_area dl dt {
		text-align: left;
	}
}
@media all and (max-width: 530px) {
	.text_area_b {
		width: 100%;
	  }
}
@media all and (max-width: 450px) {
	#about_in {
		background-size: 47%;
	}
}

.bdr_p span {
  border: solid 1px #000;
  padding: 1px 5px;
  margin: 10px 0;
  display: inline-block;
}

.btn_cbk {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin:15px 0 0 0;
    padding: .6em 2em;
    overflow: hidden;
    border: 1px solid #000000;
    background-color: #fff;
    color: #000000;
    font-size: 1em;
}
.btn_cbk:hover {
    background-color: transparent;
    color: #fff;
}
.btn_cbk:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #000000;
    content: '';
    transition: width .3s ease;
}
.btn_cbk:hover:before {
    width: 100%;
}
.btn_cbk:after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    content: '';
}
.btn_cbk:hover:after {
    border-color: #fff;
}