#mainvisual {
  padding-top: 45px;
  position: relative;
}
.mv-cv {
  background: #012c70;
  padding: 4.5vw 4% 5vw;
  color: #fff;
}
.mv-cv .cv-tel {
  margin-top: 1.8vw;
  background: #fff;
  color: #012c70;
  border-radius: 5px;
  padding: 2.5vw 5%;
  font-size: 2.6vw;
  text-align: center;
  line-height: 1.2;
}
.mv-cv .cv-tel span {
  font-size: 8.2vw;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 7vw;
}
.mv-cv .cv-tel span::before {
  content: "";
  background: url(../img/cv01_tel_icon_sp.webp) no-repeat 0 0/100% auto;
  width: 4.8vw;
  height: 8vw;
  position: absolute;
  top: 1.3vw;
  left: 0;
}
#sec02 {
  background: url(../img/sec02_bg_sp.webp) no-repeat center top/cover;
  color: #fff;
  padding: 13vw 0 11vw;
}
#sec02 h2 {
  width: 50%;
  margin: 0 auto 12vw;
}
#sec02 .content .item:not(:last-child) {
  margin-bottom: 12vw;
}
#sec02 .content .item .gr-txt {
  margin: 8vw 4.5% 0;
}
#sec02 .content .item .gr-txt .tit {
  margin-bottom: 5vw;
  display: flex;
  align-items: center;
}
#sec02 .content .item .gr-txt .tit dt {
  width: 15%;
}
#sec02 .content .item .gr-txt .tit dt img {
  height: 11.8vw;
  width: auto;
}
#sec02 .content .item .gr-txt .tit dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.1vw;
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
  margin: -1.5vw -2vw 0 2vw;
}
#voice {
  padding: 14vw 0;
  background: #edf2f6;
}
#voice .wrap {
  padding: 0 9.5%;
}
#voice .content {
  position: relative;
  z-index: 1;
}
#voice .content .item:not(:last-child) {
  margin-bottom: 9vw;
}
#voice .content .item .voice-box .tit {
  margin: 5vw 0 5vw;
  padding: 8vw 0 9vw 6%;
  color: #015f9f;
  font-weight: 700;
  position: relative;
}
#voice .content .item .voice-box .tit::before {
  content: "";
  border-left: 3px solid #015f9f;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#voice .content .item .voice-box .tit dt {
  font-size: 2.3vw;
  display: flex;
  align-items: center;
  margin-bottom: 2.2vw;
}
#voice .content .item .voice-box .tit dt span {
  display: inline-block;
  background: #015f9f;
  color: #fff;
  padding: 0 13px;
  line-height: 2;
  margin-right: 11px;
}
#voice .content .item .voice-box .tit dd {
  font-size: 4.4vw;
  line-height: 1.3;
}
#voice .content .item .txt {
  margin: 0 7%;
}
#voice .content .item2 .voice-box .tit {
  padding: 5vw 0 6vw 6%;
}
#voice .deco {
  position: absolute;
  top: 22vw;
  left: 0;
  width: 48%;
}
#faq {
  padding: 15vw 0 22vw;
}
#faq h2 {
  margin-bottom: 13.5vw;
}
#faq .fa-list li {
  cursor: pointer;
}
#faq .fa-list li:not(:last-child) {
  margin-bottom: 20px;
}
#faq .fa-list li .ini {
  width: 7.3vw;
  margin-right: 10px;
}
#faq .fa-list li .txt {
  flex: 1;
}
#faq .fa-list li.open .que::after {
  content: none;
}
#faq .fa-list li .que {
  display: flex;
  background: #015f9f;
  color: #fff;
  padding: 4.5vw 10% 4vw 3.5%;
  position: relative;
}
#faq .fa-list li .que::before {
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  background: #fff;
}
#faq .fa-list li .que::after {
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 19px;
  content: "";
  background: #fff;
  transition: all 0.3s ease;
}
#faq .fa-list li .que .txt {
  font-weight: 700;
  font-size: 3.5vw;
  line-height: 1.5;
  margin: 1vw 0 0 1%;
}
#faq .fa-list li .ans {
  padding: 4.8vw 3.5% 1vw;
}
#faq .fa-list li .ans .info {
  display: flex;
}
#faq .fa-list li .ans .info .txt {
  margin-left: 1%;
}
@media screen and (min-width: 768px) {
  #mainvisual {
    padding-top: 62px;
  }
  .mv-cv {
    padding: 20px 0 36px;
  }
  .mv-cv .wrap {
    width: 1060px;
    display: flex;
    justify-content: space-between;
  }
  .mv-cv .cv-btn {
    width: 55.6603773585%;
  }
  .mv-cv .cv-tel {
    width: 420px;
    margin: 20px 0 0 20px;
    background: none;
    color: #fff;
    text-align: right;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    line-height: 35px;
  }
  .mv-cv .cv-tel span {
    font-size: 57px;
    padding-left: 40px;
    white-space: nowrap;
  }
  .mv-cv .cv-tel span::before {
    background: url(../img/cv01_tel_icon.webp) no-repeat 0 0/100% auto;
    width: 33px;
    height: 51px;
    top: -6px;
  }
  #sec01 {
    padding: 100px 0 92px;
    background: url(../img/sec01_bg.webp) no-repeat center top/cover;
  }
  #sec01 .wrap {
    max-width: 1188px;
    padding: 0 20px;
  }
  #sec02 {
    background: url(../img/sec02_bg.webp) no-repeat center top/cover;
    padding: 100px 0 116px;
  }
  #sec02 h2 {
    width: 361px;
    margin: 0 auto 42px;
  }
  #sec02 .content .item {
    display: flex;
    align-items: flex-start;
  }
  #sec02 .content .item:not(:last-child) {
    margin-bottom: 56px;
  }
  #sec02 .content .item:nth-child(2n + 1) {
    flex-direction: row-reverse;
  }
  #sec02 .content .item:nth-child(2n + 1) .gr-txt {
    margin: 34px 22px 0 34px;
  }
  #sec02 .content .item .photo {
    flex: 1;
    height: 288px;
  }
  #sec02 .content .item .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec02 .content .item .gr-txt {
    width: 605px;
    margin: 19px 0 0 56px;
  }
  #sec02 .content .item .gr-txt .tit {
    margin-bottom: 15px;
  }
  #sec02 .content .item .gr-txt .tit dt {
    width: 83px;
  }
  #sec02 .content .item .gr-txt .tit dt img {
    height: 89px;
  }
  #sec02 .content .item .gr-txt .tit dd {
    font-size: 32px;
    line-height: 52px;
    margin: -3px 0 0 26px;
  }
  #sec02 .content .item3 .gr-txt {
    margin-top: 19px !important;
  }
  #sec02 .content .item4 .gr-txt {
    margin-top: 36px !important;
  }
  #sec02 .content .item5 .gr-txt {
    margin-top: 10px !important;
  }
  #sec02 .content .item5 .gr-txt .tit {
    margin-bottom: 8px;
  }
  #sec04 {
    background: url(../img/sec04_bg.webp) no-repeat center top/cover;
    padding: 92px 0 95px;
  }
  #voice {
    padding: 105px 0 133px;
  }
  #voice .wrap {
    padding: 0;
  }
  #voice .content {
    margin: 0 20px;
  }
  #voice .content .item:not(:last-child) {
    margin-bottom: 54px;
  }
  #voice .content .item:nth-child(2n + 1) .voice-box {
    flex-direction: row-reverse;
  }
  #voice .content .item:nth-child(2n + 1) .voice-box .tit {
    margin: 0 100px 0 0;
    padding: 67px 0 30px 28px;
  }
  #voice .content .item .voice-box {
    display: flex;
    align-items: flex-start;
  }
  #voice .content .item .voice-box .photo {
    flex: 1;
    height: 252px;
  }
  #voice .content .item .voice-box .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #voice .content .item .voice-box .tit {
    width: 510px;
    padding: 50px 0 30px 28px;
    margin: 0 69px 0 31px;
    min-height: 252px;
  }
  #voice .content .item .voice-box .tit::before {
    border-left: 4px solid #015f9f;
  }
  #voice .content .item .voice-box .tit dt {
    font-size: 14px;
    margin-bottom: 18px;
  }
  #voice .content .item .voice-box .tit dt span {
    padding: 0 20px;
    line-height: 28px;
    margin-right: 18px;
  }
  #voice .content .item .voice-box .tit dd {
    font-size: 26px;
    line-height: 33px;
  }
  #voice .content .item .txt {
    margin: 35px 36px 0;
  }
  #voice .content .item2 {
    margin-bottom: 68px !important;
  }
  #voice .content .item2 .voice-box .tit {
    padding: 50px 0 30px 28px;
  }
  #voice .deco {
    top: 115px;
    width: 220px;
  }
  #faq {
    padding: 76px 0;
  }
  #faq h2 {
    margin-bottom: 83px;
  }
  #faq .fa-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  #faq .fa-list li .ini {
    width: 37px;
    margin-right: 10px;
  }
  #faq .fa-list li .txt {
    flex: 1;
  }
  #faq .fa-list li.open .que::after {
    content: none;
  }
  #faq .fa-list li .que {
    padding: 21px 14px;
  }
  #faq .fa-list li .que:hover {
    opacity: 0.8;
  }
  #faq .fa-list li .que::before {
    width: 20px;
    right: 14px;
  }
  #faq .fa-list li .que::after {
    height: 20px;
    margin-top: -9px;
    right: 23.5px;
  }
  #faq .fa-list li .que .txt {
    font-size: 18px;
    line-height: 32px;
    margin: 2px 0 0 10px;
  }
  #faq .fa-list li .ans {
    padding: 26px 10px 8px 14px;
  }
  #faq .fa-list li .ans .info {
    display: flex;
  }
  #faq .fa-list li .ans .info .txt {
    margin-left: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mv-cv {
    margin-top: -1px;
  }
  .mv-cv .cv-tel {
    font-size: 2.1vw;
    margin-top: 10px;
    width: auto;
    margin-left: 25px;
  }
  .mv-cv .cv-tel span {
    font-size: 6vw;
  }
  .mv-cv .wrap {
    width: auto;
  }
  #sec02 .content .item .gr-txt {
    width: 400px;
  }
  #sec02 .content .item .gr-txt .tit dd {
    font-size: 22px;
    margin-left: 15px;
    line-height: 40px;
  }
  #sec02 .content .item .gr-txt .txt {
    font-size: 16px;
  }
  #voice .content .item .voice-box .tit {
    width: 400px;
  }
  #voice .content .item:nth-child(2n + 1) .voice-box .tit {
    margin-right: 30px;
  }
}
