.main {
    width: 100%;
    margin: 0;
}

.con_details {
    width: 100%;
    margin-bottom: 0;
}

.con_details .box_title img {
    width: 100%;
}

.con_details .box_title {
	position: relative;
}

.con_details .tit_lower {
	content: "";
	position: absolute;
	top: 50%;
	left: 180px;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-50%);
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.sp {
    display: none;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .con_details .tit_lower {
        left: 40px;
    }
}

@media screen and (max-width:767px) {
    .con_details .tit_lower {
        content: "";
        position: absolute;
        top: 50%;
        left: 30px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        transform: translateY(-50%);
    }

    .sp {
        display: block;
    }
}

.con_details .tit_lower h1 {
    position: relative;
    padding-left: 30px;
	font-size: 24px;
    text-align: left;
    color: #fff;
}

.con_details .tit_lower h1::before {
    content: "";
    position: absolute;
	top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #23B69B;
    border-radius: 50%;
}

.con_details .title_s {
    color: #23B69B;
    font-size: 14px;
    font-weight: bold;
}

.box_details {
    max-width: 1200px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}

.con_details .box_details {
    margin-bottom: 100px;
}

.box_details .box_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.box_details .box_flex .box_left {
    width: 50%;
}

.box_details .box_flex .box_right {
    width: 45%;
    margin-left: 5%;
}

.box_details .box_right .inn_info {
    font-size: 16px;
}

.box_details .box_right .inn_info .tit {
    color: #00997D;
    width: 140px;
    margin-right: 10px;
    padding: 3px 10px;
    font-weight: bold;
    background-color: #EAF7F1;
}

.box_details .box_right .inn_info p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.box_details .message {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #30917F;
}

.box_details .txt {
    font-size: 16px;
}

.con_works {
    margin-bottom: 0;
    padding: 80px 0 0 0;
    background-color: #EAF7F1;
}

.con_works .box_works {
    max-width: 1200px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0;
    background-color: #fff;
    border-radius: 15px;
}

.con_works .inn_title {
    margin-bottom: 60px;
}

.con_works .box_works .slick-slider-detail {
    max-width: 800px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.con_works .box_works .slick-slider-detail .slick-dots {
    margin-bottom: -10px;
}

.con_works .box_works .slick-slider-detail .slick-dots .slick-active button::before {
    color: #23B69B;
}


.con_works .box_works .slick-slider-detail .slick-dots li button:before {
    font-size:15px!important;
}

.con_works .box_works h4 {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    border: 0;
}

.con_works .box_works h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #23B69B;
}

.con_works .box_works .txt {
    max-width: 1000px;
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.con_works .box_works .info {
    max-width: 1000px;
    width: 90%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    background: 0;
}

.con_works .box_works .voice {
    margin-top: 40px;
}

.con_works .box_works .info p {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.con_works .box_works .info p:nth-child(2) {
    margin-top: 10px;
}

.con_works .box_works .info .tit {
    display: block;
    width: 84px;
    margin-right: 15px;
    padding: 2px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #23B69B;
}

.con_works .box_works .box_flex {
    max-width: 920px;
    width: 90%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 40px;
    display: flex;
    flex-wrap: wrap;
    background-color: #23B69B;
    border-radius: 15px;
}

.con_works .box_works .box_flex .box_left {
    width: 20%;
}

.con_works .box_works .box_flex .box_left .box_img , .age {
    text-align: center;
}

.con_works .box_works .box_flex .box_right {
    width: 75%;
    margin-left: 5%;
}

.con_works .box_works .box_flex .box_left .age {
    padding: 2px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #23B69B;
    background-color: #fff;
}

.con_works .box_works .box_flex .box_right .tit , .v_txt {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

.con_works .box_works .box_flex .box_right .tit {
    font-size: 20px;
    font-weight: bold;
}

.con_works .box_works .txt {
    color: #414141;
}

.con_works .box_works .box_btn {
    max-width: 285px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;    
}

.con_works .box_works .box_btn a {
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #CAC94D;
    border-radius: 5px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .con_works .inn_title {
        margin-bottom: 30px;
    }
    .con_works .box_works {
        padding: 30px 0;
    }
    .con_works .box_works .slick-slider {
        margin-bottom: 0;
    }
    .con_works .box_works h4 {
        margin-top: 30px;
    }
    .con_works .box_works .txt {
        font-size: 16px;
    }
    .con_works .box_works .box_flex {
        margin-top: 15px;
        padding: 25px 25px;
    }
    .con_works .box_works .box_flex .box_right {
        width: 100%;
        margin-left: 0;
    }
    .con_works .box_works .box_flex .box_right .tit {
        margin-top: 15px;
        line-height: 1.6;
    }
    .con_works .box_works .box_flex .box_right .v_txt {
        margin-top: 10px;
    }
    .con_works .box_works .box_flex .box_left {
        width: 100%;
        text-align: center;
    }
    .con_works .box_works .box_flex .box_left img {
        max-width: 54px;
    }
    .con_works .box_works .box_flex .box_left .age {
        display: inline-block;
        font-size: 12px;
    }
}

.inn_title {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
	text-align: center;
}

.inn_title p {
	display: none;
}

.inn_title .title_s {
	display: block;
	text-align: center;
	color: #23B69B;
	font-size: 14px;
	font-weight: bold;
}

.inn_title .title {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	background: 0;
	border-bottom: 3px solid #23B69B;
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .inn_title .title {
		max-width: 420px;
		font-size: 30px;
	}
}

@media screen and (max-width:767px) {
	.inn_title .title {
        position: relative;
		font-size: 35px;
		width: 85%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 1em;
        border: 0;
	}
    .inn_title .title::after {
        content: "";
        position: absolute;
		bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 170px;
        height: 3px;
        background-color: #23B69B;
	}
    .con_details {
        margin-bottom: 0;
    }
    .con_works {
        margin-bottom: 0;
        padding-top: 60px;
    }
    .con_details .box_flex {
        margin-top: 20px;
    }
    .con_details .box_flex .box_left {
        width: 100%;
    }
    .con_details .box_flex .box_right {
        width: 100%;
        margin-left: 0;
    }
    .box_details .inn_info .tit {
        display: block;
        width: 140px;
        text-align: center;
    }
    .box_details .inn_info p {
        margin-top: 10px;
    }
}