h2.ttl {
    text-align: center;
    color: #BE9461;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 30px;
    background: none;
    padding: 0;
    line-height: 1.8em;
}
h2 {
    background: #BE9461;
    padding: 30px;
    text-align: center;
    color: white;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 30px;
}
h3 {
    color: #BE9461;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 30px;
}
h4 {
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 30px;
    line-height: 1.8em;
    text-align: center;
}
.concept-btn {
    display: flex;
    justify-content: center;
}
.concept-btn li {
    padding: 20px;
}
.concept-btn li a {
    width: 300px;
    display: block;
    text-align: center;
    padding: 10px;
    background: #BE9461;
    color: white;
    letter-spacing: 0.1em;
    position: relative;
    border: 2px solid #BE9461;
    transition: all 0.25s;
}
.concept-btn li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    left: 20px;
    transition: all 0.25s;
}
.concept-btn li a:hover {
    background: white;
    color: #BE9461;
}
.concept-btn li a:hover::after {
    border-color: #BE9461;
    left: 40px;
}
@media (max-width: 767px) {
    h2.ttl {
        font-size: 20px;
        margin: 0;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 20px;
        padding: 20px;
        margin: 0 -25px;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .scroll img {
        width: 800px;
        max-width: unset;
        padding-bottom: 30px;
    }
    .concept-btn {
        flex-wrap: wrap;
    }
    .concept-btn li {
        padding: 5px 20px;
        width: 100%;
    }
    .concept-btn li a {
        width: 300px;
        display: block;
        text-align: center;
        padding: 10px;
        background: #BE9461;
        color: white;
        letter-spacing: 0.1em;
        position: relative;
        border: 2px solid #BE9461;
        transition: all 0.25s;
    }
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
}
#sec1 {
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    #sec1 {
        padding: 40px 0;
    }
}

#sec2 .border {
    border-top: 2px solid #BE9461;
    padding-top: 40px;
    position: relative;
}
#sec2 .border::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  #sec2 .border::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #BE9461;
    z-index: 1;
  }

#sec2 .border ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#sec2 .border ul.top {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
#sec2 .border ul.top::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,white, #BE9461,white);
    position: absolute;
    bottom: 0;
    left: 0;
}
#sec2 .border ul li {
    width: 50%;
}
#sec2 .border ul li p.text {
    line-height: 2.0em;
}

@media (max-width: 767px) {
    #sec2 .border ul li {
        width: 100%;
        padding: 10px 0;
    }
    #sec2 {
        padding-bottom: 60px;
    }
}
.box01{
	display: flex;
    padding-bottom: 120px;
}
.box01:last-child{
    padding-bottom: 0;
}
@media (max-width: 999px){
	.box01{
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    padding-bottom: 80px;
	}
} 
.box_ttl{
	font-weight: bold;
	font-size: 30px;
	color:#c39466;
}
@media (max-width: 999px){
	.box_ttl,.box_ttl02,.box_text{
	/* text-align: center; */
	padding-top: 0;
	}
}
.box_ttl02{
	font-size: 20px;
	font-weight: 500;
}
@media (max-width: 999px){
	.box_ttl02{
	font-size: 18px;
	font-weight: 500;
    padding-bottom: 15px;
}
}
.box_text{
	font-size: 16px;
	padding-top: 10px;
}
@media (max-width: 999px){
	.box_text{
	font-size: 14px;
	padding-bottom: 25px;
}
}
.b_left{
	width: 75%;
	vertical-align: middle;
	margin: auto;
    padding-right: 15px;
}
@media (max-width: 999px){
	.b_left{
	width: 100%;
	vertical-align: middle;
	margin: auto;
	padding-right: 0px;
}
}
.box02{
	display: flex;
	padding-top: 60px;
}
@media (max-width: 999px){
	.box02{
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
} 
.brown{
	background-color: #c39466;
	width: 70%;
}
@media (max-width: 999px){
	.brown{
	width: 100%;
}
}
.ttl_white{
	font-size: 24px;
	color: white;
	text-align: center;
	padding-top: 40px;
	line-height: 2rem;
}
@media (max-width: 999px){
	.ttl_white{
	font-size: 20px;
	padding-top: 20px;
}
}
.ppp{
	padding: 10px 60px 0 60px;
	font-size: 16px;
}
@media (max-width: 999px){
	.ppp{
	padding: 20px 10px;
}
}
.mini{
	font-size: 18px;
}
.op{
	flex-direction: row-reverse;
	padding-bottom: 20px;
}
.c-img{
	text-align: center;
}
.ttl_point{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.point_p{
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
@media (max-width: 999px){
	.point_p{
	font-size: 16px;
}
}
.service_b{
	font-size: 24px;
	background-color: #67aec1;
	color: white;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}
.service_g{
	font-size: 24px;
	background-color: #53a083;
	color: white;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}
.point{
	padding-top: 40px;
}
@media (max-width: 999px){
	.point{
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
} 
.blue{
	color: #486080;
}
.bluebox{
	background-color: #ecf3f7;
	width: 70%;
}
@media (max-width: 999px){
	.bluebox{
	width: 100%;
}
}
.naka{
	text-align: center;
	margin: 50px 0;
}
@media (max-width: 999px){
	.naka{
	margin: 20px 10px;
}
}
@media (max-width: 999px){
	.box_ttl,.ttl_point{
		font-size: 24px;
	}
}
@media (max-width: 999px){
	.service_g, .service_b, .ttl_white{
	font-size: 20px;
	}
}
.pc{
  display: block;
}
@media (max-width: 999px){
	.pc{
  display: none;
}
}
.sp{
  display: none;
}
@media (max-width: 999px){
	.sp{
  display: block;
}
}