@charset "UTF-8";

/*---------------------------
アウトフレーム
---------------------------*/

#content_Wrap {
/* background: url(../img/outframe/bg.gif); */
background: #000;
/* background-size: auto;
padding: 100px 0 30px; */
}


/* #content_Wrap{
    color: #000;
} */

#content_Wrap img { width:100%; }

a{
    color: #fff;
}


.hero {
width: 100%;
padding: 80px 0 50px;
position: relative;
/*グラデーション*/
background: #e6e1ce;
background: -moz-linear-gradient(left,  #e6e1ce 0%, #bfb286 50%, #e6e1ce 100%);
background: -webkit-linear-gradient(left,  #e6e1ce 0%,#bfb286 50%,#e6e1ce 100%);
background: linear-gradient(to right,  #e6e1ce 0%,#bfb286 50%,#e6e1ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e1ce', endColorstr='#e6e1ce',GradientType=1 );
    /*グラデーション*/
}
.hero h2 {
	text-align: center;
	font-size: 50px;
     color: #fff;
}

.breadcrumbs {
/* margin-top: 19px; */
background: linear-gradient(90deg, rgba(181, 154, 91, 1) 0%, rgba(106, 87, 39, 1) 100%);
    padding: 15px 20px;
    color: #fff;
    font-size: 12px;
}


.main_head {
position: relative;
background: url(../img/outframe/main.jpg)no-repeat;
background-size: cover;
width: 100%;
height: 0;
padding: 28.571428571428571% 0 0 0;
}
.main_head .main_head_ttl {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: block;
font-size: 40px;
letter-spacing: 0.2em;
}
.main_head_ttl_white {
    color: #fff;
    text-shadow: 0 0 8px rgb(0, 0, 0, 0.5);
}
.lead_copy {
text-align: center;
margin: 80px auto 0;
}
.lead_copy p {
font-size: 20px;
line-height: 1.8;
}
.tab_Area {
}
.tab_Area ul {
display: flex;
justify-content: space-between;
width: 94%;
max-width: 825px;
margin: 60px auto 40px;
}
.tab_Area li {
width: 30.909090909090909%;
}
.tab_Area a {
transition: 0.3s;
}
.tab_Area a:hover {
filter: brightness(110%);
}

.contents_Area {
}
.contents_Area .inner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.inner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.contents_Area .contents_box {
width: 100%;
margin: 0 auto;
padding: 40px 0;
background: #fff;
color: #000;
}
.contents_Area .contents_box:not(:last-of-type) {
margin: 0 auto 100px;
}
.contents_Area .point {
width: 40%;
max-width: 166px;
margin: 0 auto 40px;
}
.contents_Area .ttl_copy {
text-align: center;
line-height: 1.6;
margin: 0 auto 40px;
}
.contents_Area h3 {
font-size: 38px;
padding: 0 0 0.4em;
}
.contents_Area p {
font-size: 20px;
}
.contents_Area .contents_img {
    margin: auto;}
.contents_Area figure {
}

#sec01, #sec02, #sec03{
padding-top: 100px;
margin-top: -100px;
}
.notes_wrap {
    margin: 50px auto 0;
}

.cv_btn_box {
	position: relative;
	overflow: hidden;
}

/* ボタン キラキラCSS */
.cv_btn_box::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 40px;
	height: 100%;
	transform: scale(2) rotate(30deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
	animation: shiny 2s infinite;
}


@keyframes shiny {
	0% {
		left: -20%;
	}

	70% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}
/* ボタン キラキラCSS */

.tab_Area ul.sp-btn-link {
    display: none;
}


/*---------------------------
PC・TABのみ
---------------------------*/
/* @media only screen and (min-width: 769px) and (max-width: 1024px) {}


@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    #content_Wrap {
        padding: 130px 0 0;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .breadcrumbs {
        margin-top: 62px;
    }
}
@media only screen and (min-width: 831px) and (max-width: 1024px) {
    .breadcrumbs {
        margin-top: 70px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 830px) {
    .breadcrumbs {
        margin-top: -1px;
    }
} */
/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {

    #content_Wrap {
    padding: 0px 0 0;
    }
    .hero {
        padding:70px 0 30px;
    }
    .hero h2 {
        font-size: 30px;
    }
 .breadcrumbs {
        font-size: 11px;
     padding: 10px 10px;
    } 
.main_head .main_head_ttl {
    font-size: 24px;
    letter-spacing: 0.2em;
}
.lead_copy {
text-align: left;
margin: 40px auto 0;
}
.lead_copy p {
font-size: 14px;
}
.tab_Area ul {
    flex-wrap: wrap;
    width: 60%;
    margin: 40px auto 30px;
}

.tab_Area li {
    width: 100%;
}
.tab_Area li:not(:last-child) {
margin: 0 auto 20px;
}
.contents_Area .contents_box {
    padding: 20px 0;
}
.contents_Area .contents_box:not(:last-of-type) {
    margin: 0 auto 60px;
}
.contents_Area .point {
    margin: 0 auto 30px;
}
.contents_Area .ttl_copy {
    margin: 0 auto 30px;
}
.contents_Area h3 {
    font-size: 20px;
    padding: 0 0 1em;
}
.contents_Area p {
    font-size: 14px;
}

.notes_wrap {
    margin: 30px auto 0;
}

.tab_Area ul.pc-btn-link  {
    display: none;
}

.tab_Area ul.sp-btn-link  {
    display: block;
}


}

@media screen and (max-width: 750px) {}
