@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : lp.css                                  */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
body {
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3.47%;
  height: 90px;
  background: #fff;
  border-radius: 50px;
  padding: 20px 50px;
  margin: 15px auto 0;
}
.header_wrap .header_l {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.header_wrap .course_wrap {
  background: #ED4525;
  border-radius: 50px;
  text-align: center;
  font-size: clamp(8px, 0.88vw, 14px);
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  padding: 5px 10px;
}
.header_wrap .header_r a {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #4D4D4F;
  border-radius: 50px;
  text-align: center;
  font-size: clamp(11px, 0.88vw, 14px);
  font-weight: bold;
  color: #4D4D4F;
  padding: 10px 10px;
}
.header_wrap .header_r span {
  display: flex;
  width: 11px;
  margin-left: 5px;
}

.wrap {
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}

.sec_link.pc {
  display: flex;
}
.sec_link.sp {
  display: none;
}
.sec_link a {
  width: 100%;
}
.sec_link .link_red {
  position: relative;
}
.sec_link .fukidashi {
  position: absolute;
  top: -78%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.sec_select {
  margin-top: 74px;
}

.sec_oc::before,
.sec_diagnosis::before,
.sec_last::before {
  content: "";
  display: block;
  background: url(../img/line.png) repeat-x left top/auto 30px;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
}

.sec_oc {
  position: relative;
  margin-top: 90px;
}
.sec_oc::before {
  top: -60px;
}

.sec_diagnosis {
  position: relative;
}
.sec_diagnosis::before {
  top: 30px;
}

.sec_last {
  position: relative;
  margin-top: 60px;
}
.sec_last::before {
  top: -60px;
}

.btn_footer.pc {
  display: flex;
}
.btn_footer .btn_footer_item {
  width: 50%;
  text-align: center;
  padding: 43px;
  color: #fff;
}
.btn_footer .btn_footer_item img {
  width: auto;
}
.btn_footer .btn_footer_item.bg_red {
  background: #ED4525;
}
.btn_footer .btn_footer_item.bg_black {
  background: #4D4D4F;
}
.btn_footer .btn_footer_item .title {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  margin-top: 45px;
}
.btn_footer .btn_footer_item .title.line::before {
  content: "";
  background: #fff;
  width: 30px;
  height: 5px;
  border-radius: 10px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.btn_footer .btn_footer_item .text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}
.btn_footer .btn_footer_item .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  max-width: 300px;
  border: 3px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin: 25px auto 0;
}
.btn_footer .btn_footer_item .btn span {
  display: flex;
}

footer .wrap {
  max-width: 1080px;
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 60px 0 118px;
}

.footer_left {
  max-width: 310px;
  width: 31%;
}
.footer_left img {
  max-width: 226.75px;
}

.footer_right {
  width: 22.1%;
}

.footer_right_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_wrap02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.footer_tel {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: min(2.35vw, 34px);
}
.footer_tel span {
  padding-left: 46px;
  position: relative;
}
.footer_tel span::before {
  content: "";
  display: block;
  width: 32px;
  height: 22px;
  background: url(../img/tel_icon.svg) no-repeat center top/100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer_left02 {
  width: 50%;
}

.footer_right02 {
  font-size: min(0.85vw, 13px);
}

/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media print, screen and (min-width: 560px) and (max-width: 1080px) {
  /* ---------------------tablet END----------------------------- */
}
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  a:hover img {
    opacity: 1 !important;
  }
  .header_wrap {
    gap: 0 10%;
    height: 68px;
    border-radius: 0;
    padding: 10px 13px;
    margin: 0 auto;
  }
  .header_wrap .header_l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px 0;
    width: 50%;
  }
  .header_wrap .course_wrap {
    font-size: 8px;
    padding: 5px 7px;
  }
  .header_wrap .header_r {
    width: 40%;
    font-size: 11px;
    padding: 0;
  }
  .header_wrap .header_r a {
    justify-content: center;
    padding: 8px 10px;
  }
  .header_wrap .wrap {
    max-width: 100%;
    padding: 0;
  }
  .wrap {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .sec_mv {
    margin-top: 68px;
  }
  .sec_link.sp {
    display: flex;
  }
  .sec_link.pc {
    display: none;
  }
  .sec_link.is-fixed {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
  }
  .sec_link .link_red {
    width: 60%;
  }
  .sec_link .link_black {
    width: 40%;
  }
  .sec_select {
    margin-top: 22px;
  }
  .sec_oc::before,
  .sec_diagnosis::before,
  .sec_last::before {
    background: url(../img/line.png) repeat-x left top/auto 20px;
    height: 20px;
  }
  .sec_oc {
    margin-top: 80px;
  }
  .sec_oc::before {
    top: -50px;
  }
  .sec_diagnosis {
    margin-top: 16px;
  }
  .sec_diagnosis::before {
    content: none;
  }
  .sec_last {
    margin-top: 40px;
  }
  .sec_last::before {
    top: -40px;
  }
  .btn_footer.pc {
    display: none;
  }
  footer {
    padding-bottom: 80px;
  }
  footer .wrap {
    max-width: 100%;
  }
  .footer_wrap {
    padding: 40px 10px 0;
  }
  .footer_left {
    width: 100%;
    max-width: inherit;
  }
  .footer_logo {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .footer_right {
    width: 100%;
    order: 1;
    margin-top: 40px;
  }
  .footer_right_list {
    justify-content: center;
  }
  .footer_right_list img {
    width: auto;
  }
  .footer_right_list a {
    padding: 0 3vw;
  }
  .footer_left02 {
    width: 100%;
  }
  .footer_tel {
    text-align: center;
    font-size: 34px;
    line-height: 2;
    margin-top: 20px;
  }
  .footer_tel span {
    color: #000;
  }
  .footer_text {
    margin-top: 20px;
    text-align: center;
    font-size: min(3.56vw, 15px);
    line-height: 2;
  }
  .footer_right02 {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    font-size: min(3.16vw, 13px);
  }
  /* -------------------------------------------------- */
}
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
img, svg {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  line-height: 1;
}

/* link */
/* -------------------------------------------------- */
a:link {
  text-decoration: none;
  word-break: break-all;
}
a:visited {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

/* ---------------全デバイス共通--------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

/* ---------------全デバイス共通(sp)--------------------- */
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
}/*# sourceMappingURL=lp.css.map */