@charset "UTF-8";
/* pc 781px ~ */
/* tab breakPoint 541px ~ 780px */
/* sp breakPoint ~ 540px */

/* fontの読み込み */
@font-face {
  font-family: "din-2014";
  src:
    url("../font/D-DIN-Bold.otf") format("woff2");
}

@font-face {
  font-family: "zen-maru-gothic";
  src:
    url("../font/ZenMaruGothic-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "zen-maru-gothic";
  src:
    url("../font/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "zen-maru-gothic";
  src:
    url("../font/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "zen-maru-gothic";
  src:
    url("../font/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "zen-maru-gothic";
  src:
    url("../font/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
}

/* 共通設定 */
body {
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  font-family: "zen-maru-gothic", sans-serif;
  letter-spacing: 1.2px;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.hp_ff_din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hp_underLine_yl {
  background: linear-gradient(transparent 70%, #f8e58c 30%);
}

.inner__960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.inner__720 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

/* header */
.hd_wrap {
  background: #00846c;
}

.hd_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.hd_logo {
  width: 230px;
  height: 40px;
  position: relative;
}

.hd_logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hd_contact {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 10px;
  color: #fff;
}

.hd_contact_link {
  color: #fff;
}

.hd_contact_tel {
  font-size: 30px;
}

.hd_contact_time {
  font-size: 12px;
  line-height: 1.3;
}

.hd_contact_time span {
  font-size: 12.5px;
}

.hd_contact_btn {
  background: #df0024;
  padding: 10px 30px;
  border-radius: 30px;
}

.hd_contact_btn p {
  margin-left: 15px;
  position: relative;
}

.hd_contact_btn p::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/hd_telIcon.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -22px;
}

@media screen and (max-width: 780px) {
  .hd_wrap {
    padding: 0 15px;
  }

  .hd_contact_btn {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 540px) {
  .hd_con {
    gap: 15px;
  }

  .hd_logo {
    width: 160px;
    height: 40px;
  }

  .hd_contact_btn {
    padding: 10px 20px;
  }

  .hd_contact_btn p {
    margin-left: 15px;
    font-size: 14px;
  }

  .hd_contact_btn p::before {
    width: 18px;
    height: 18px;
    top: -3px;
    left: -20px;
  }
}

/* fv */
.fv {
  padding-bottom: 35px;
}

.fv_wrap {
  background: url(../images/fv_bg_02.jpg)no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 590px;
}

.fv_con {
  padding-top: 30px;
}

.fv_message {
  text-align: center;
}

.fv_message_main {
  display: block;
  width: 50%;
  margin: 0 auto 30px;
  font-size: 23px;
  color: #fff;
  background: #00846c;
  padding: 10px;
  border-radius: 30px;
  position: relative;
}

.fv_message_main::before {
  content: "...";
  font-size: 28px;
  color: #00846c;
  position: absolute;
  bottom: -30px;
  left: 52.5%;
  transform: translateX(-50%) rotate(90deg);
}

.fv_message h1 {
  margin-bottom: 20px;
}

.fv_message_ttl {
  font-size: 87px;
  color: #00846c;
  font-weight: 500;
}

.fv_message_achieve {
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 23px;
  color: #bb9c64;
  font-weight: 600;
  letter-spacing: 1.7px;
  position: relative;
}

.fv_message_achieve::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/fv_archive_reef.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -35px;
  transform: rotateY(180deg);
}

.fv_message_achieve::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/fv_archive_reef.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: -35px;
}

.fv_message_achive_num {
  font-size: 34px;
}

.fv_img {
  width: 720px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}

.fv_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.fv_point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-top: -125px;
}

.fv_point_box {
  background: #fff;
  border: solid 2px #000;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv_point_box p {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.fv_cvArea {
  position: relative;
  background: #d1b78a;
  height: 110px;
  margin-top: -40px;
}

.fv_cvArea_con {
  padding-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
}

.fv_cvArea_con_txt {
  font-size: 20px;
  font-weight: 600;
}

.fv_cvArea_con_telBtn {
  background: #00846c;
  border: solid 2px #fff;
  border-radius: 30px;
}

.fv_cvArea_con_telBtn a {
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}

.fv_cvArea_con_telBtn p {
  margin-left: 15px;
  position: relative;
}

.fv_cvArea_con_telBtn p::before {
  content: "";
  width: 15px;
  height: 17px;
  background: url(../images/hd_telIcon.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -20px;
}

@media screen and (max-width: 780px) {
  .fv_message_main {
    width: 93%;
  }

  .fv_message_ttl {
    line-height: 1.1;
  }

  .fv_img {
    width: 95vw;
    height: 230px;
    margin: 35px auto 10px;
  }

  .fv_point {
    gap: 5px;
  }

  .fv_cvArea_con_txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .fv_message_achieve {
    display: none;
  }

  .fv_cvArea_con_telBtn {
    display: none;
  }

  .fv_message h1 {
    padding: 0 15px;
  }

  .fv_message_main {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
  }

  .fv_img {
    width: 100%;
    height: 230px;
    margin: 45px auto 10px;
  }

  .fv_img img {
    top: 55%;
    left: 50%;
  }

  .fv_message_ttl {
    font-size: min(17.5vw, 67px);
  }

  .fv_point {
    gap: 0;
    margin-top: -40px;
  }

  .fv_point_box {
    margin-left: -4px;
    width: 90px;
    height: 90px;
    align-items: flex-start;
    padding-top: 20px;
  }

  .fv_point_box.item01 {
    padding-top: 25px;
  }

  .fv_point_box p {
    font-size: 12px;
    line-height: 1.3;
  }

  .fv_cvArea {
    height: 100px;
    margin-top: -45px;
  }

  .fv_cvArea_con {
    padding-top: 55px;
  }

  .fv_cvArea_con_txt {
    font-size: 16px;
  }
}

/* flt_cvBtn.sp */
@media screen and (max-width: 540px) {
  .flt_cvBtn.sp {
    display: block !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fdfbce;
    z-index: 2;
  }

  .flt_cv_btn_wrap {
    padding: 5px 15px;
    box-sizing: border-box;
  }

  .flt_cv_btn_wrap a {
    background: #ec3552;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 15px;
    color: #fff;
  }

  .flt_cv_btn_wrap img {
    width: 40px;
    height: 40px;
  }

  .flt_cv_btn_txt {
    text-align: center;
  }

  .flt_cv_btn_txt_free {
    font-size: 16px;
  }

  .flt_cv_btn_txt_num {
    display: block;
    padding-top: 5px;
    font-size: 32px;
  }
}

/* cv */
.cv {
  background: url(../images/cv_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}

.cv_wrap {
  border: solid 3px #000;
  border-radius: 30px;
  overflow: hidden;
}

.cv_ttl {
  font-size: 31px;
  background: #00846c;
  color: #fff;
  text-align: center;
  padding: 23px 0;
}

.cv_con {
  background: #fff;
  padding: 40px 0 20px;
  position: relative;
}

.cv_list {
  width: 80%;
  margin: 0 auto 40px;
}

.cv_list li {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-left: 20px;
  position: relative;
}

.cv_list li::before {
  content: "";
  width: 40px;
  height: 35px;
  background: url(../images/cv_listIcon.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: -55px;
}

.cv_tel {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}

.cv_tel_ttl {
  border-bottom: solid 3px #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: -15px;
  width: 97%;
  color: #df0024;
}

.cv_telBox {
  display: flex;
  align-items: center;
  gap: 25px;
}

.cv_telBox_icon {
  width: 70px;
}

.cv_telBox_tel {
  font-size: 70px;
  color: #df0024;
}

.cv_telBox_txt {
  color: #df0024;
  line-height: 1.3;
  font-weight: 600;
  font-size: 20px;
  padding-top: 25px;
}

.cv_manImg {
  width: 25%;
  margin: -170px 0 0 auto;
}

.cv_telBox_mail {
  font-size: 19px;
  font-weight: 600;
  border: solid 4px #00846c;
  border-radius: 30px;
  position: relative;
}

.cv_telBox_mail a {
  display: block;
  padding: 10px 15px 10px 40px;
  color: #00846c;
}

.cv_telBox_mail::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/cv_mail.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 11px;
}

@media screen and (max-width: 780px) {
  .cv {
    padding: 65px 15px;
  }

  .cv.top {
    padding: 145px 15px 65px;
  }

  .cv_ttl {
    font-size: 24px;
  }

  .cv_con {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cv_list {
    margin: 0 0 5px 40px;
    width: 70%;
  }

  .cv_list li {
    font-size: 20px;
    margin-left: 40px;
    line-height: 1.5;
  }

  .cv_list li::before {
    top: 0;
  }

  .cv_tel {
    padding-left: 0;
  }

  .cv_tel_ttl {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
  }

  .cv_telBox.sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .cv_telBox_btn_link {
    background: #ec3552;
    color: #fff;
    border-radius: 10px;
    padding: 20px 0 0 35px;
    display: flex;
    gap: 5px;
    box-sizing: border-box;
    box-shadow: 0px 5px 0px #ce0222;
  }

  .cv_telBox_btn_link:hover {
    margin-top: 5px;
    box-shadow: none;
    margin-bottom: -5px;
  }

  .cv_telBox_btn_icon {
    width: 30px;
    height: 20px;
    margin-top: 5px;
  }

  .cv_telBox_btn_txt {
    text-align: center;
    flex: 1;
  }

  .cv_telBox_btn_num {
    font-size: 28px;
  }

  .cv_telBox_btn_free {
    display: block;
    padding-top: 10px;
  }

  .cv_telBox_btn_man {
    height: 65px;
  }

  .cv_telBox_txt {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
  }

  .cv_telBox_mail {
    font-size: 20px;
    font-weight: 500;
    border: solid 3px #00846c;
    border-radius: 10px;
    width: 300px;
    text-align: center;
  }

  .cv_telBox_mail::before {
    width: 30px;
    height: 30px;
    top: 60%;
    left: 15%;
    transform: translate(-50%, -50%);
  }

  .cv_telBox_mail a {
    padding: 20px 20px 20px 40px;
  }
}

@media screen and (max-width: 540px) {
  .cv.top {
    padding: 65px 15px;
    position: relative;
  }

  .cv_wrap {
    border: solid 2px #000;
    border-radius: 20px;
  }

  .cv_ttl {
    font-size: 16px;
    padding: 20px 0;
  }

  .cv_list {
    margin: 0 0 10px 20px;
    width: 100%;
  }

  .cv_list li {
    font-size: 15px;
    margin-left: 9px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .cv_list li::before {
    width: 25px;
    height: 25px;
    top: -1px;
    left: -35px;
  }

  .cv_tel {
    padding-left: 0;
  }

  .cv_tel_ttl {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 15px;
  }

  .cv_telBox.sp {
    margin-bottom: 0;
  }

  .cv_telBox_btn_link {
    border-radius: 10px;
    padding: 20px 0 0 25px;
    box-shadow: 0px 5px 0px #ce0222;
  }

  .cv_telBox_btn_icon {
    margin-top: 9px;
    width: 25px;
    height: 16px;
  }

  .cv_telBox_btn_num {
    font-size: 28px;
  }

  .cv_telBox_btn_free {
    font-size: 14px;
  }

  .cv_telBox_txt {
    font-size: 14px;
    padding-top: 15px;
  }

  .cv_telBox_mail {
    font-size: 16px;
    font-weight: 500;
    border: solid 2px #00846c;
    border-radius: 10px;
    padding: 0;
    width: 300px;
  }

  .cv_telBox_mail a {
    display: block;
    margin-left: 0;
    padding: 15px 15px 15px 35px;
  }

  .cv_telBox_mail::before {
    width: 25px;
    height: 21px;
  }
}

/* choose */
.choose_wrap {
  background: url(../images/choose_bg.jpg)no-repeat;
  background-size: cover;
  background-position: 57.7% 65px;
  padding-bottom: 80px;
}

.sec_ttl {
  padding-top: 57px;
  text-align: center;
}

.ttl_en {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #00846c;
  padding: 5px 20px 7px;
  border-radius: 30px;
  margin-bottom: 32px;
  position: relative;
}

.ttl_en::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #00846c;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.ttl_ja {
  display: block;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
}

.ttl_ja .ttl_color {
  color: #00846c;
}

.choose_box {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 40px;
  row-gap: 70px;
}

.choose_item {
  width: calc((100% - 40px) / 2);
  background: #fff;
  border: solid 2px #000;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
}

.choose_item::before {
  font-size: 52px;
  font-family: "din-2014", sans-serif;
  color: #00846c;
  font-weight: 600;
  background: #fff;
  padding: 10px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.choose_item.item01::before {
  content: "01";
}

.choose_item.item02::before {
  content: "02";
}

.choose_item.item03::before {
  content: "03";
}

.choose_item.item04::before {
  content: "04";
}

.choose_item.item05::before {
  content: "05";
}

.choose_item.item06::before {
  content: "06";
}

.choose_item_topFrame,
.choose_item_bottomFrame {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
}

.choose_item_topFrame::before {
  content: "";
  width: 17%;
  height: 60px;
  border-left: solid 8px #00846c;
  border-top: solid 8px #00846c;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 30px 1px 1px 1px;
}

.choose_item_topFrame::after {
  content: "";
  width: 17%;
  height: 60px;
  border-right: solid 8px #00846c;
  border-top: solid 8px #00846c;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 1px 30px 1px 1px;
}

.choose_item_bottomFrame::before {
  content: "";
  width: 17%;
  height: 60px;
  border-left: solid 8px #00846c;
  border-bottom: solid 8px #00846c;
  position: absolute;
  bottom: -5px;
  left: -5px;
  border-radius: 1px 1px 1px 30px;
}

.choose_item_bottomFrame::after {
  content: "";
  width: 17%;
  height: 60px;
  border-right: solid 8px #00846c;
  border-bottom: solid 8px #00846c;
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-radius: 1px 1px 30px 1px;
}

.choose_item_con {
  padding: 35px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.choose_item_ttl {
  height: 70px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.choose_item.item04 .choose_item_ttl {
  font-size: 22px;
}

.choose_item.item06 .choose_item_ttl {
  font-size: 24px;
}

.choose_item_img {
  width: 275px;
  height: 180px;
  margin: 0 auto;
  position: relative;
}

.choose_item_img img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.choose_item_desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 780px) {
  .choose_item {
    width: 60%;
    min-width: 345px;
    margin: 0 auto;
  }

  .choose_item_img {
    width: 100%;
    max-width: 345px;
    height: 160px;
  }
}

@media screen and (max-width: 540px) {
  .sec_ttl {
    padding-top: 40px;
  }

  .ttl_ja {
    font-size: 30px;
  }

  .choose_box {
    padding-top: 55px;
  }

  .choose_item_ttl {
    font-size: 24px;
    height: auto;
  }

  .choose_item_desc {
    font-size: 18px;
  }
}

/* ranking */
.ranking_wrap {
  background: #eefbf9 url(../images/ranking_bg.png) no-repeat center bottom;
  background-size: 120%;
  padding-bottom: 80px;
}

.ranking_box {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}

.ranking_item {
  background: #fff;
  border-radius: 30px;
  position: relative;
  margin-bottom: 40px;
}

.ranking_item::before {
  content: "";
  width: 95%;
  height: 85%;
  border-radius: 30px 0 0 0;
  border-top: 4px solid #00846c;
  border-left: 4px solid #00846c;
  position: absolute;
  top: 0;
  left: 0;
}

.ranking_item::after {
  content: "";
  width: 95%;
  height: 70%;
  border-radius: 0 0 30px 0;
  border-bottom: 4px solid #d1b78a;
  border-right: 4px solid #d1b78a;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ranking_item_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 0;
  background: #00846c;
  border-radius: 30px 30px 0 0;
  color: #fff;
  text-align: center;
}

.ranking_item_ttl_icon {
  width: 55px;
  height: 40px;
  margin-right: -5px;
}

.ranking_item_ttl_num {
  font-size: 54px;
  font-weight: 600;
}

.ranking_item_ttl_txt {
  font-size: 28px;
  font-weight: 600;
}

.ranking_item_con {
  padding: 30px;
  font-size: 19px;
  line-height: 1.5;
}

.ranking_item_desc {
  font-weight: 500;
  margin-bottom: 40px;
}

.ranking_item_box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.ranking_item_icon {
  width: 120px;
  height: 130px;
}

.ranking_item_txt {
  padding-top: 40px;
  font-weight: 600;
  color: #00846c;
  border-top: solid 3px #d0eae5;
}

.ranking_item_btn {
  background: #f8b33c;
  border-radius: 20px;
  width: 160px;
  text-align: center;
  margin: 50px 0 -80px auto;
  position: relative;
  z-index: 1;
}

.ranking_item_btn a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.ranking_item_btn p {
  padding: 10px 0;
  margin-left: -5px;
  position: relative;
}

.ranking_item_btn p::before {
  content: "";
  width: 10px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 54%;
  right: 13px;
  transform: translateY(-50%);
}

.ranking_item_cvArea {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.ranking_item_cvArea p {
  font-size: 16px;
  text-align: center;
  color: #ec3552;
}

@media screen and (max-width: 780px) {
  .ranking_con {
    box-sizing: border-box;
    padding: 0 15px;
  }

  .ranking_item_ttl {
    flex-wrap: wrap;
    padding: 20px 0 30px;
    row-gap: 10px;
    line-height: 1.2;
  }

  .ranking_item_ttl_txt {
    width: 100%;
  }

  .ranking_item::before {
    width: 90%;
  }

  .ranking_item::after {
    width: 95%;
    height: 55%;
    border-radius: 0 0 30px 5px;
  }

  .ranking_item_box {
    align-items: center;
    border-top: solid 3px #d0eae5;
    padding-top: 20px;
  }

  .ranking_item_txt {
    border-top: none;
    padding-top: 0;
  }

  .ranking_item_cvArea {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 540px) {
  .ranking_box {
    padding-top: 30px;
  }

  .ranking_item_ttl {
    padding: 10px 0 20px;
  }

  .ranking_item_ttl_icon {
    width: 40px;
    height: 28px;
  }

  .ranking_item_ttl_num {
    font-size: 40px;
  }

  .ranking_item_ttl_txt {
    font-size: 24px;
  }

  .ranking_item_con {
    padding: 20px;
    line-height: 1.8;
  }

  .ranking_item_desc {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .ranking_item_box {
    gap: 10px;
  }

  .ranking_item_icon {
    width: 100px;
    height: 110px;
  }

  .ranking_item_txt {
    font-size: 14px;
  }

  .ranking_item_cvArea {
    gap: 15px;
  }

  .ranking_item_cvArea p {
    font-size: 13px;
  }

  .ranking_item_btn {
    width: 140px;
    border-radius: 30px;
    margin: 50px 0 -70px auto;
  }

  .ranking_item_btn p {
    padding: 5px 0;
    margin-left: -10px;
    font-size: 12px;
  }

  .ranking_item_btn p::before {
    top: 52%;
  }

  .ranking_item_cvBtn {
    width: 100%;
  }
}

/* consult */
.consult_wrap {
  background: #eefbf9;
  padding-bottom: 80px;
}

.consult_con {
  padding-top: 80px;
}

.consult_box {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}

.consult_item {
  position: relative;
  padding: 10px;
}

.consult_item::before {
  content: "";
  width: 56px;
  height: 67px;
  border-left: solid 4px #00846c;
  border-top: solid 4px #00846c;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px 1px 1px 1px;
}

.consult_item::after {
  content: "";
  width: 56px;
  height: 67px;
  border-right: solid 4px #00846c;
  border-top: solid 4px #00846c;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1px 30px 1px 1px;
}

.consult_item_bottomFrame {
  position: relative;
}

.consult_item_bottomFrame::before {
  content: "";
  width: 56px;
  height: 67px;
  border-left: solid 4px #00846c;
  border-bottom: solid 4px #00846c;
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-radius: 1px 1px 1px 30px;
}

.consult_item_bottomFrame::after {
  content: "";
  width: 56px;
  height: 67px;
  border-right: solid 4px #00846c;
  border-bottom: solid 4px #00846c;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-radius: 1px 1px 30px 1px;
}

.consult_item_ttl {
  font-size: 26px;
  font-weight: 600;
  color: #00846c;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: -50px;
}

.consult_item_ttl_num {
  font-size: 100px;
  font-weight: 600;
}

.consult_item_con {
  background: #fff;
  margin-top: -50px;
  padding: 65px 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.consult_item_desc {
  flex: 1;
  line-height: 1.5;
}

.consult_item_desc_ttl {
  font-size: 24px;
  font-weight: 600;
  border-bottom: solid 3px #d0eae5;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.consult_item_desc_txt {
  font-weight: 500;
  font-size: 18px;
}

.consult_item_desc_txt span {
  color: #ff0000;
}

.consult_item_img {
  width: 220px;
  height: 265px;
  position: relative;
}

.consult_item_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 780px) {
  .consult_con {
    padding: 80px 15px;
  }

  .consult_item_ttl {
    font-size: 22px;
    margin-top: -40px;
  }

  .consult_item_con {
    margin-top: -40px;
  }

  .consult_item_desc_ttl {
    text-align: center;
  }

  .consult_item_ttl_num {
    font-size: 80px;
  }

  .consult_item_img {
    width: 100%;
    height: 45vw;
  }
}

@media screen and (max-width: 540px) {
  .consult_wrap {
    padding-bottom: 30px;
  }

  .consult_con {
    padding: 55px 15px;
  }

  .consult_box {
    gap: 60px;
  }

  .consult_item::before {
    content: "";
    width: 45px;
    height: 120px;
    border-left: solid 3px #00846c;
    border-top: solid 3px #00846c;
    position: absolute;
    top: -8px;
    left: 3px;
    border-radius: 20px 1px 1px 1px;
  }

  .consult_item::after {
    content: "";
    width: 45px;
    height: 120px;
    border-right: solid 3px #00846c;
    border-top: solid 3px #00846c;
    position: absolute;
    top: -8px;
    right: 3px;
    border-radius: 1px 20px 1px 1px;
  }

  .consult_item_bottomFrame::before {
    content: "";
    width: 45px;
    height: 120px;
    border-left: solid 3px #00846c;
    border-bottom: solid 3px #00846c;
    position: absolute;
    bottom: -8px;
    left: -6px;
    border-radius: 1px 1px 1px 20px;
  }

  .consult_item_bottomFrame::after {
    content: "";
    width: 45px;
    height: 120px;
    border-right: solid 3px #00846c;
    border-bottom: solid 3px #00846c;
    position: absolute;
    bottom: -7px;
    right: -6px;
    border-radius: 1px 1px 20px 1px;
  }

  .consult_item_ttl {
    font-size: 16px;
    margin-top: -34px;
    gap: 5px;
  }

  .consult_item_ttl_num {
    font-size: 40px;
  }

  .consult_item_con {
    margin-top: -16px;
    padding: 30px 20px;
    border-radius: 20px;
  }

  .consult_item_desc_ttl {
    text-align: left;
    font-size: 19px;
    line-height: 1.8;
    padding-bottom: 20px;
    margin-bottom: 5px;
  }

  .consult_item_desc_txt {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* price */
.price_wrap {
  background: url(../images/price_bg.png)no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}

.sec_ttl.price .ttl_en {
  background: #fff;
  color: #00846c;
}

.sec_ttl.price .ttl_en::before {
  background: #fff;
}

.sec_ttl.price .ttl_ja {
  color: #fff;
}

.price_con {
  padding-top: 60px;
}

.price_item {
  background: #fff;
  border: solid 3px #00846c;
  border-radius: 20px;
}

.price_item_ttl {
  background: #00846c;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  border-radius: 10px 0 0 0;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
  width: 70%;
  margin: -1px;
}

.price_item_con {
  padding: 25px 15px;
}

.price_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.price_item_con_ttl {
  font-size: 23px;
  font-weight: 600;
  border-bottom: solid 3px #d0eae5;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.price_item_con_desc {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}

.price_item_con_desc span {
  color: #ff0000;
}

@media screen and (max-width: 780px) {
  .price_con {
    padding: 40px 15px 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 540px) {
  .price_box {
    gap: 20px;
  }

  .price_item {
    border: solid 2px #00846c;
    border-radius: 20px;
  }

  .price_item_ttl {
    border-radius: 15px 0 0 0;
  }

  .price_item_con {
    padding: 20px 15px;
  }

  .price_item_con_ttl {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  .price_item_con_desc {
    font-size: 14px;
  }
}

/* hope */
.hope_wrap {
  background: #f2ebde;
  padding-bottom: 80px;
}

.hope_ttl {
  width: 100%;
  background: #00846c;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 60px;
}

.hope_con {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}

.hope_con p {
  margin-bottom: 40px;
}

.hope_con p span {
  font-weight: 600;
}

.hope_list_box {
  background: #fff;
  border: solid 3px #d2d2d2;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  gap: 20px;
  padding: 40px 20px 0 20px;
  align-items: flex-end;
  margin-bottom: 60px;
}

.hope_list {
  padding-bottom: 40px;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 600;
}

.hope_list_item {
  margin-bottom: 40px;
  position: relative;
}

.hope_list_item::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/hope_listIcon.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -45px;
}

.hope_list_img {
  margin-bottom: -5px;
}

.hope_moreBtn {
  margin-top: 60px;
}

.hope_moreBtn a {
  background: #00846c;
  border-radius: 45px;
  color: #fff;
}

.hope_moreBtn a p {
  font-size: 30px;
  font-weight: 600;
  padding: 28px;
  text-align: center;
  position: relative;
}

.hope_moreBtn a p::before {
  content: "▶︎";
  font-size: 18px;
  color: #00846c;
  background: #fff;
  width: 32px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  padding-top: 6px;
  padding-left: 2px;
}

@media screen and (max-width: 780px) {
  .hope_con {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .hope_con p {
    margin-bottom: 20px;
  }

  .hope_list_box {
    gap: 10px;
    padding: 30px 30px 0;
    flex-wrap: wrap;
  }

  .hope_list {
    padding-bottom: 0;
  }

  .hope_list_item {
    margin-bottom: 30px;
  }

  .hope_list_img {
    margin: -20px auto -70px;
  }

  .hope_cvArea {
    padding: 0 15px;
  }

  .hope_moreBtn {
    box-sizing: border-box;
    padding: 0 15px;
  }

  .hope_moreBtn a p {
    font-size: 26px;
  }
}

@media screen and (max-width: 540px) {
  .hope_ttl {
    font-size: 24px;
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .hope_con {
    font-size: 16px;
    line-height: 1.8;
  }

  .hope_con p {
    margin-bottom: 20px;
  }

  .hope_list_box {
    padding: 20px 20px 0;
  }

  .hope_list {
    margin-left: 40px;
    font-size: 16px;
  }

  .hope_list_item {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .hope_list_item::before {
    width: 25px;
    height: 25px;
    top: 5px;
    left: -40px;
  }

  .hope_list_img {
    margin: -10px auto -70px;
  }

  .hope_moreBtn a p {
    font-size: 16px;
  }

  .hope_moreBtn a p::before {
    font-size: 12px;
    width: 20px;
    height: 16px;
    top: 50%;
    right: 16px;
    padding-top: 5px;
    padding-left: 3px;
  }
}

/* footer */
.ft_wrap {
  padding: 35px 0;
}

.ft_logo {
  width: 520px;
  height: 90px;
  position: relative;
  margin: 0 auto 50px;
}

.ft_logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ft_linkList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 85%;
  margin: 0 auto 80px;
}

.ft_linkList li {
  width: calc((100% - 50px) / 3);
  border-right: solid 2px #b5b5b5;
}

.ft_linkList li:nth-child(3),
.ft_linkList li:nth-child(6) {
  border-right: none;
}

.ft_linkList li a {
  color: #000;
}

.ft_copy {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}

.flt_btn a {
  background: #f8b33c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 10%;
  transform: translateX(-50%);
}

.flt_btn a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(135deg);
}

@media screen and (max-width: 780px) {
  .ft_wrap {
    box-sizing: border-box;
    padding: 35px 15px;
  }

  .ft_linkList {
    gap: 10px;
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .ft_logo {
    width: 100%;
    height: 20vw;
    margin-bottom: 30px;
  }

  .ft_linkList {
    font-size: 10px;
  }

  .ft_linkList li {
    width: fit-content;
    padding-right: 10px;
  }

  .ft_copy {
    font-size: 10px;
  }

  .flt_btn {
    opacity: 0;
  }

  .flt_btn a {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: -1%;
  }

  .flt_btn a::before {
    width: 10px;
    height: 10px;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .flt_cvBtn.sp {
    display: none;
  }
}


#js-fltBtn {
  opacity: 0;
  transform: translateY(100px);
  left: 0;
}

#js-fltBtn.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#js-fltBtn.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}