@charset "UTF-8";


.sec1 {
  position: relative;
  margin-bottom: 80px;
}
.sec1 .text_wrap {
  width: 550px;
}

.sec1 .img_wrap {
  position: absolute;
  left: 500px;
  bottom: 0;
}

.sec1 .text1 {
  margin: 0 0 30px;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
}
.sec1 .text3 {
  width: 470px;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}

.c_sec {
  margin: 0 0 60px;
}

.c_sec .hd {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  padding: 0 0 6px;
  margin: 0 0 30px;
  border-bottom: 1px solid #000;
  letter-spacing: 3%:
}

.c_sec .hd img {
  margin: 0 10px 0 0;
}

.c_sec .hd span {
  flex: 1; 
}

.c_sec .mhd {
  color: #355D8E;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 3%;
}

.c_sec p {
  margin: 0 0 30px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 3%;
  color: #000;
}

.c_sec p a {
  color: #AB3C28;
  text-decoration: underline;
  font-weight: 600;
}

.sub_fnavi {
  justify-content: center;
  margin: 120px auto 60px;
}

.sub_fnavi li {
  margin: 0 20px;
}
@media screen and (min-width: 751px) {
  .link_hover {
    transition: 0.3s;
    cursor: pointer;
  }
  .link_hover.ef_op:hover {
    opacity: 0.8;
  }
}


@media screen and (max-width: 750px) {
  
  .sub_fnavi {
    margin: calc(80vw / 3.9) auto calc(40vw / 3.9);
  }
  
  .sub_fnavi li {
    width: 100% !important;
    margin: 0 20px;
  }
  .sec1 .text_wrap {
    width: 100%;
  }
  
  .sec1 .img_wrap {
    position: static;
  }
  
  .sec1 .text1 {
    margin: 0 0 2.56410256vw;
    font-size: calc(24vw / 3.9);
    font-weight: bold;
    line-height: 1.6;
  }
  .sec1 .text3 {
    width: 100%;
    margin: 0 0 calc(10vw / 3.9);
    font-size: calc(15vw / 3.9);
    font-size: 1.4rem;
    line-height: 2;
  }
  
  .c_sec {
    margin: 0 0 calc(40vw / 3.9);
  }
  
  .c_sec .hd {
    display: flex;
    align-items: center;
    font-size: calc(20vw / 3.9);
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    padding: 0 0 calc(5vw / 3.9);
    margin: 0 0 calc(10vw / 3.9);
    border-bottom: 1px solid #000;
    letter-spacing: 3%:
  }
  
  .c_sec .hd img {
    width: auto;
    height: calc(20vw / 3.9);
    margin: 0 10px 0 0;
  }
  
  .c_sec .hd span {
    flex: 1; 
  }
  
  .c_sec .mhd {
    color: #355D8E;
    font-weight: 600;
    font-size: calc(18vw / 3.9);
    line-height: 1.6;
    letter-spacing: 3%;
  }
  
  .c_sec p {
    margin: 0 0 calc(10vw / 3.9);
    font-size: calc(15vw / 3.9);
    line-height: 1.6;
    letter-spacing: 3%;
    color: #000;
  }

}