@charset "utf-8";
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
.contents01{
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0 0;
}
.contents01 .contents01_01{
    width: 1080px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-bottom: 60px;
}
.contents01 .contents01_01 h3{
    width:100%;
    height: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 70px;
    line-height: 72px;
    letter-spacing: 0.04em;
}
.contents01 .contents01_01 h3 span{
    padding: 0 36px;
    background: linear-gradient(to right, #2980C6, #7EC5E8);
    color: #fff;
    font-size: 20px;
    line-height: 21.6px;
    letter-spacing: 0.04em;
    margin-top: 30px;
    height: 36px;
    align-content: center;
}
@media only screen and (max-width: 767px) {
.contents01{
    padding: 20px 20px 80px;
}

.contents01 .contents01_01{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 ;
}
.contents01 .contents01_01 h3 {
    width: 100%;
    font-size: 44px;
    line-height: 50px;
}
.contents01 .contents01_01 h3 span {
    padding: 0 36px;
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
}
}
.contents01 .contents01_02{
    max-width: 1080px;
    width: 100%;
    height: auto;
    padding: 40px 0px;
    margin: 0 auto;
}

.contents01 .contents01_02 h3{
 font-size: 20px;
 line-height: 28px;
 padding-bottom: 10px;
}
.contents01 .contents01_02 p{
 font-size: 16px;
 line-height: 28px;
 padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .contents01 .contents01_02 h3 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 5px;
    }
    .contents01 .contents01_02 p {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 20px;
    }

}

/*cta spのみ*/
@media only screen and (max-width: 767px) {
/*index.cssのspのcta*/
.cta-section {

}
.cta {
	max-width: 500px;
    width: 90%;
    padding: 50px 0;
}
.cta .cta_01 {
    display: block;
    width: 290px;
}
.cta .text01 {
    font-size: 48px;
}
.cta .cta_01 .text01 {
    font-size: 48px;
    line-height: 58px;
}
.cta .text01 span {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}
.cta .cta_01 .text01 span {
    font-size: 16px;
}
.cta .text04 {
	text-align: left;
	font-size: 16px;
	padding-bottom: 0;
}
.cta .cta_01 .cta_btn {
    width: 290px;
    height: 80px;
    margin: 30px auto 0;
}
.cta .cta_01 .cta_01_01 .text02 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.cta .cta_01 .cta_01_01 .tel{
	width: 290px;
	height: 80px;
	margin: 30px auto 0;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
   /* background-color: #ED1D25;*/
    margin: 10px auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}
.tel span{
	font-size: 16px;
}
.tel img{
  width: 39px;
  height: auto;
  margin-left: 12px;
}
/*cta  end*/
}

