@charset "UTF-8";
/* CSS Document */

/*スマホ用スタイル*/
@media screen and (max-width: 767px){
html{
	overflow-x: hidden;
}
body{
    font-size:14px;
    line-height:1.4;
}
a{
    color: #000;
}
.spph15{
	padding-left: 15px;
	padding-right: 15px;
}
.spphplus{
    margin-left: -15px;
    margin-right: -15px;
}
section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.w70{
    width: 70%;
}
.spmaauto {
    margin: 0 auto;
}
section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.white-box {
    padding: 15px;
}
.br_tab {
    display: none;
}
.pagetop {
    bottom: 15px;
}
.pagetop a {
    padding: 16px 19px;
}
/*header*/
header{
    padding-top: 5px;
    padding-bottom: 3px;
}
.sp_hl{
    width: 49%;
    float: left;
    padding-top: 2%;
}
.sp_hr{
    width: 49%;
    float: right;
}
/*mv*/
.mv {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*cv*/
section.cv {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cta_box_container {
    width: auto;
}
.cv .img01 {
    padding-left: 15px;
    padding-right: 15px;
    top: -15px;
}
.cv .bg01 {
    padding: 0;
    padding-top: 52vw;
    padding-bottom: 30vw;
}
.cv .bg02 {
    padding: 0;
    padding-top: 52vw;
    padding-bottom: 26vw;
}
.cta_leaf {
    padding-right: 25px;
    top: -6vw;
}
.cta_btn {
    padding-left: 15px;
    padding-right: 15px;
}
.cta_box {
    padding: 15px;
}
/*sec01*/
.sec01 .white-box {
    background: none;
    background-color: #fff;
}
.sh01 {
    margin-left: -24px;
}
.profile {
    padding-top: 0;
}
/*sec02*/
.sec02 .white-box {
    background: none;
    background-color: #fff;
}
/*sec03*/
.sec03 .white-box {
    background: none;
    background-color: #fff;
}
.leaf01 img,.leaf02 img {
    width: 50%;
}
.sec03 .leaf01 {
    position: absolute;
    top: -15px;
    left: -40px;
}
.sec03 .leaf02 {
    bottom: -15px;
    right: -46px;
}
/*sec04*/
.sec04 .white-box {
    background: none;
    background-color: #fff;
}
.leaf01 img,.leaf02 img {
    width: 50%;
}
.sec04 .leaf01 {
    position: absolute;
    top: -15px;
    left: -40px;
}
.sec04 .leaf02 {
    bottom: -15px;
    right: -46px;
}
.list01 li {
    font-size: 18px;
    line-height: 28px;
}
/*sec05*/
.sec05 {
    padding-top: 30px;
}
.sec05 .name {
    font-size: 20px;}
.sec05 .branch{
    font-size: 18px;
}
/*form*/
.form-box{
    padding: 15px;
    padding-top: 0;
}
.form_gray{
    padding:15px 0;
}
.form_white{
    padding:15px 0;
}
.sp-text-left{
    text-align: left!important;
}
.input_tit {
    margin-right: 0;
}
.form-control04 {
    width: 66%;
}
/*footer*/
footer {
    padding: 20px 0;
}
footer ul li {
    display: block;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
}
/*スマホ用スタイルend*/