.l-content{
  width: 1200px;
  max-width: 1200px;
}
.l-header .header-contact .tel:before{
  display: none;
}
.l-header .header-contact .tel-schedule span{
  position: relative;
  margin: 0 10px 0 0;
}
.l-header .header-contact .tel-schedule span:before {
  content: '';
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/sp/icn-phone.png);
  /* content: url(../images/sp/icn-phone.png); */
  position: absolute;
  left: 34px;
  bottom: 0px;
  width: 13px;
  height: 13px;
}
.l-header .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
}
.l-header{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  z-index: 1000;
}
.l-header nav .header-nav .header-item:nth-of-type(1){
  display: none;
}
.l-header nav .header-nav{
  margin: 10px 0 0 20px;
}
.l-header nav .header-item:nth-child(-n+5){
  margin: 0 23px 0 0;
}
.l-header .header-contact .tel{
  margin: 2px 0 0;
  text-align: right;
	margin-right: 20px;
  text-align: center;
  position: relative;
  padding-left: 24px;
}
.l-header .header-contact .form-btn{
  width: 153px;
}
.l-header .header-contact .form-btn a{
  padding: 0 20px;
}
.l-header .header-contact .form-btn:nth-of-type(2){
  margin: 0 14px 0 -7px;
}
.l-header nav .header-item a:hover{
  color: #2e59a6;
}
.l-header .header-contact .form-btn:nth-of-type(2) a{
  background-color: #9e9e9e!important;
  background-image: none;
}
.l-header .header-contact .form-btn:nth-of-type(3) a{
  background: rgb(251,100,80);
  background: linear-gradient(90deg, rgba(251,100,80,1) 0%, rgba(241,142,38,1) 100%);
  transition: all .3s ease;
}
.l-header .header-contact .tel-schedule {
    font-size: 13px;
    font-weight: bold;
}
.l-header .header-contact .tel-number {
    font-size: 20px;
    font-weight: bold;
}
.l-header .header-contact .form-btn{
  position: relative;
  /* width: 400px;
  height: 80px; */
  margin: auto;
}
.l-header .header-contact .form-btn::after,
.l-header .header-contact .form-btn::before{
  position: absolute;
  content: "";
}
.l-header .header-contact .form-btn::before{
  right: 16px;
  top: 17px;
  width: 6px;
  height: 6px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s ease;
}

.l-header .header-contact .form-btn:nth-of-type(3) a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #fb6450 inset;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.l-header .header-contact .form-btn:nth-of-type(3):hover::before{
  border-top: 2px solid #fb6450;
  border-right: 2px solid #fb6450;
}
.l-header .header-contact .form-btn:nth-of-type(3) a:hover {
  color: #fb6450;
}
.l-header .header-contact .form-btn:nth-of-type(3) a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.l-header .header-contact .form-btn:nth-of-type(2) a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #9e9e9e inset;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.l-header .header-contact .form-btn:nth-of-type(2):hover::before{
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
}
.l-header .header-contact .form-btn:nth-of-type(2) a:hover {
  color: #9e9e9e;
}
.l-header .header-contact .form-btn:nth-of-type(2) a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.l-header nav .header-contact{
  display: none;
}

.l-header{
	padding: 13px 20px 13px 9px;
}

.consultation-btn{
  position: relative;
  width: 450px;
  height: 80px;
  margin: auto;
}
.consultation-btn::after,
.consultation-btn::before{
  position: absolute;
  content: "";
}
.consultation-btn::before{
  right: 30px;
  top: 35px;
  width: 8px;
  height: 8px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s ease;
}

.consultation-btn a{
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  z-index: 0;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin: auto;
  width: 450px;
  height: 80px;
  font-size: 26px;
  color: #fff;
  background: rgb(251,100,80);
  background: linear-gradient(90deg, rgba(251,100,80,1) 0%, rgba(241,142,38,1) 100%);
  transition: all .3s ease;
}

.consultation-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #fb6450 inset;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.consultation-btn:hover::before{
  border-top: 2px solid #fb6450;
  border-right: 2px solid #fb6450;
}
.consultation-btn a:hover {
  color: #fb6450;
}
.consultation-btn a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}


.chara-btn-box{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 47px 0 65px;
  background-color: #2e59a6;
}

.chara-btn-box .chara-tel{
  margin: 0 0 0 120px;
}

.chara-btn-wrap .consultation-btn{
  margin: 0 0 25px;
}
.chara-btn-wrap a{
  border-bottom: none;
}
.chara-btn-box h3{
  margin: 0 0 35px;
}
.chara-btn-wrap > a{
  font-weight: normal;
  border-bottom: 2px solid #fff;
}
.chara-btn-wrap > a:hover{
  border-bottom: none;
}

footer{
	min-width: 1216px;
	background-color: #77756c;
}
footer .footer-nav {
    float: left;
}
.fs15 {
    font-size: 125% !important;
}
footer .footer-nav li {
    float: left;
    padding-left: 1.2rem;
    line-height: 50px;
    margin-right: 20px;
    position: relative;
}
footer .footer-nav li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
footer .footer-nav li:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-top: 2px solid #77756c;
    border-right: 2px solid #77756c;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
}
footer .footer-nav li a {
    color: #fff;
    text-decoration: none;
}
footer .footer-copy {
    float: right;
    color: #fff;
    line-height: 50px;
}




@media screen and (max-width: 780px){
	.consultation-btn a{
		width: 100%;
		height: 55px;
		font-size: 20px;
	}
	.consultation-btn{
    width: 100%;
    height: 54px;
  }
	.chara-btn-wrap{
		width: 81.18%;
	}
	.l-content{
    width: 92%;
    max-width: none;
  }
	.consultation-btn::before{
		right: 24px;
		top: 24px;
	}
	body{
    padding-top: 55px;
  }
  .l-header{
    position: fixed;
    height: 55px;
  }
  .on {
    -webkit-transform: translateY(12px)!important;
    -ms-transform: translateY(12px)!important;
    transform: translateY(12px)!important;
    opacity: 1!important;
    pointer-events: auto!important;
  }
  .gnav-btn{
    width: 60px;
    height: 60px;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 101;
  }
  .icon-animation {
    display: block;
    z-index: 9998;
    position: absolute;
    top: 1rem;
    right: .3rem;
    width: 25px;
    height: 25px;
    float: right;
    text-align: center;
    cursor: pointer;
    display: block;

  }

  .icon-animation span {
    -webkit-transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 10px;
    left: 43%;
    width: 25px;
    height: 3px;
    margin-left: -25px;
    transform: rotate(0deg);
    background: #2e59a6;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;

  }

  .icon-animation .top {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    display: block;

  }

  .icon-animation .bottom {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
    display: block;
  }

  .icon-animation .middle {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    display: block;
  }

  .is-open .middle {
    background: rgba(51, 51, 51, 0);
    display: block;
  }

  .is-open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
    display: block;
  }

  .is-open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
    display: block;
  }
  .is-open .icon-animation span{
    top: 14px;
  }
  .l-header nav{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .graylayer {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 53;
    background: rgba(0,0,0,.8);
    opacity: .8;
  }
  .l-header nav{
    pointer-events: none;
    background-color: #fff;
    width: 100%;
    float: none;
  }
  .l-header{
    padding: 13px 0px 13px 0px;
  }
  .l-header .l-content{
    width: 100%;
    pointer-events: none;
  }
  .l-header nav .header-nav{
    right: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-header nav .header-item:nth-child(-n+5){
    margin: 0;
  }
  .l-header nav .header-nav{
    width: 100%;
    margin: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .l-header nav .header-nav .header-item{
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
  }
  .l-header nav .header-nav .header-item:nth-of-type(2),
  .l-header nav .header-nav .header-item:nth-of-type(4),
  .l-header nav .header-nav .header-item:nth-of-type(6){
    border-right: 1px solid #dddddd;
  }
  .l-header nav .header-nav .header-item:nth-of-type(6){
    border-bottom: none;
  }
  .l-header nav .header-nav .header-item a{
    width: 100%;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 20px;
  }

  .l-header .header-contact-inner .form-btn:nth-of-type(2) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #fb6450 inset;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
  .l-header .header-contact .form-btn:nth-of-type(2):hover::before{
    border-top: 2px solid #fb6450;
    border-right: 2px solid #fb6450;
  }
  .l-header .header-contact .form-btn:nth-of-type(2) a:hover {
    color: #fb6450;
  }
  .l-header .header-contact .form-btn:nth-of-type(2) a:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  .l-header .header-contact .form-btn:nth-of-type(1) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #9e9e9e inset;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
  .l-header .header-contact .form-btn:nth-of-type(1):hover::before{
    border-top: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
  }
  .l-header .header-contact .form-btn:nth-of-type(1) a:hover {
    color: #9e9e9e;
  }
  .l-header .header-contact .form-btn:nth-of-type(1) a:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .l-header .header-contact .form-btn:nth-of-type(2) a{
    background: rgb(251,100,80);
    background: linear-gradient(90deg, rgba(251,100,80,1) 0%, rgba(241,142,38,1) 100%);
    transition: all .3s ease;
  }
  .l-header .header-contact .form-btn:nth-of-type(1) a {
      background-color: #9e9e9e!important;
      /* background-image: url(../form/images/icon_document.png); */
      background-size: 20px;
      background-position: center left 25px;
      background-repeat: no-repeat;
  }
  .l-header .header-contact .tel{
    text-align: center;
    /* display: inline-block; */
    width: 170px;
    white-space: nowrap;
    margin: 15px auto 15px;
  }
	.header-contact .form-btn:nth-of-type(1) a{
		background-image: none;
	}
  .l-header .logo{
    margin: 0 0 0 15px;
    width: 97px;
  }
  .l-header nav .header-contact{
    display: block;
    float: none;
    margin: 170px 0 0;
  }
	.l-header nav + .header-contact{
		display: none;
	}

  .l-header .header-contact .tel-number{
    font-size: 19px;
    white-space: nowrap;
  }
  .l-header .header-contact .form-btn:nth-of-type(2){
    margin: auto;
  }

  .header-contact-inner{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }

	.chara-btn-box .chara-tel{
    margin: 0;
  }

	.chara-btn-wrap > a {
    font-size: 18px;
    margin: 0 0 25px;
    display: inline-block;
}








	.bottom-contact {
	    position: fixed;
	    bottom: -2px;
	    left: 0;
	    z-index: 100;
	    width: 100%;
	    -webkit-box-shadow: 0 0 5px #c4c4c4;
	    box-shadow: 0 0 5px #c4c4c4;
	    -webkit-transition: .4s;
	    transition: .4s;
	    font-family: 'Noto Sans JP';
	}
	.clearfix:after {
	    content: '';
	    clear: both;
	    display: block;
	}
	.bottom-contact .bottom-tel {
	    width: 50%;
	    background-color: #f6f6f6;
	    float: left;
	    height: 60px;
	    border: 2px solid #eceaea;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    text-align: center;
	}

	.bottom-contact .bottom-tel a {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    width: 100%;
	    height: 100%;
	    text-decoration: none;
	    line-height: 1;
	}
	.bottom-contact .bottom-web {
	    width: 50%;
	    background-color: #df3a3a;
	    float: right;
	    height: 60px;
	    border: solid 2px #df6e6e;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    text-align: center;
	}
	.bottom-contact .bottom-web a {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    width: 100%;
	    height: 100%;
	    text-decoration: none;
	    color: #fff;
	    font-size: 14px;
	    font-family: 'Noto Sans JP';
	}
	.bottom-contact .bottom-tel a span {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    font-size: 14px;
	    font-weight: bold;
	}
	.bottom-contact .bottom-tel a span:before {
    content: url(../images/sp/icn-phone.png);
    margin-right: 4px;
	}
	.bottom-contact .bottom-web .bottom-web_icon {
    color: #df3a3a;
    display: inline-block;
    padding: 4px 8px;
    margin-right: 6px;
    background: #fff;
    font-size: 12px;
    font-weight: bolder;
    border-radius: 4px;
}


footer {
    min-width: auto;
}
footer .footer-nav {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-top: 15px;
}
footer .footer-nav li {
    text-align: center;
    float: none;
    margin: 0 0 15px;
    line-height: 1.5;
}
footer .footer-nav li a {
    font-size: 14px;
}




}
