/*---------------- ttl ----------------*/
.c-ttl_main {
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-ttl_main .-sub {
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
}
.c-ttl_main.-blue {
  color: #147281;
  background-color: #aae0f0;
}
.c-ttl_main.-green {
  color: #fff;
  background-color: #34abbe;
}

.c-ttl_frame {
  font-size: 28px;
  font-size: 2.8rem;
  color: #34abbe;
  font-weight: 700;
  text-align: center;
  border: solid 1px;
  padding: 16px 0;
  border-radius: 50px;
  background-color: #fff;
  margin-bottom: 50px;
}

.c-txt_center {
  text-align: center;
}


@media screen and (max-width: 767px) {
  .c-ttl_main {
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    height: 90px;
    display: flex;
  }

  .c-ttl_main .-sub {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-ttl_frame {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 16px 0;
    margin-bottom: 25px;
  }
}


@media screen and (max-width: 383px) {
  .c-ttl_main {
    font-size: 6vw;
  }

}

/*---------------- txt ----------------*/
.c-txt_link {
  display: inline;
  color: #34abbe!important;
/*  position: relative;*/
  border-bottom: solid 1px;
}
/*
.c-txt_link::before {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  background-color: #34abbe;
  position: absolute;
  bottom: 4px;
}
*/

.c-txt_link.-out::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/ico_out.svg);
  background-size: cover;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .c-txt_link {
    border-bottom: solid 1px #34abbe;
    display: inline;
  }

  .c-txt_link::before {
    display: none;
  }
}
.p-key {
  background: url("../img/bg_mv.jpg");
  background-size: cover;
  width: 100%;
  height: 90vh;
  min-height: 550px;
  background-position: top right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-key {
/*    background: unset;*/
    height: unset;
    -webkit-transition: 0.4s;
    transition: 0.4s;

    background-color: #ecf1f4;
    height: auto;
    position: relative;
  }
  .p-key::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 7 / 6;
  }

  .p-key.on {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
   .p-key {
    aspect-ratio: 3 / 2.2;
    height: auto;
  }
}

.p-key_mv {
  background-image: url(../img/mv.jpg);
  width: 90vw;
  height: calc(100% - 100px);
  background-size: cover;
  position: absolute;
  top: 100px;
  left: 0;
}

@media screen and (max-width: 1400px) {
  .p-key_mv {
    width: 85vw;
    left: -100px;
  }
}

@media screen and (max-width: 1099px) {
  .p-key_mv {
/*
    width: auto;
    height: 654px;
    aspect-ratio: 3 / 2;
*/
    width: 90%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-key_mv {
    height: auto;
    width: 90%;
    top: 70px;
    aspect-ratio: 3 / 2;
  }
}

.p-key_content {
  width: 100%;
/*  max-width: 1360px;*/
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-key_content {
    padding: 0 10px;
  }
}

  .p-key_body {
    position: absolute;
    bottom: 16%;
    right: 5vw;
    width: 100%;
    max-width: 630px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 70px 0;
  }



@media screen and (max-width: 1400px) {
  .p-key_mv {
    right: 2vw;
  }
}


@media screen and (max-width: 767px) {
  .p-key_body {
    padding: 20px;
    top: 40vh;
    width: 94%;
    margin: auto;
    position: initial;
  }

  .p-key_content {
    margin-top: -60px;
    padding-bottom: 20vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-key_body {
    bottom: 14%;
    transform: scale(.9);
    right: 0;
  }
}


.p-key_head {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 700;
  color: #2290a1;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.p-key_head::before,.p-key_head::after {
  font-size: 50px;
  font-size: 5rem;
  color: 4e8b99;
  opacity: .32;
  position: absolute;
}
.p-key_head::before{
  content: "“";
  top: -.5em;
  left: -.8em;
}
.p-key_head::after {
  content: "”";
  bottom: -.5em;
  right: -.8em;
}


@media screen and (max-width: 1099px) {
  .p-key_head {
    font-size: 36px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-key_head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.p-key_head_sub {
  color: #34abbe;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: solid 1px;
  border-top: solid 1px;
}

.p-key_head_sub span {
  border-bottom: solid 2px #fcf9a3;
}

.p-key_head_sub_top {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
  .p-key_head_sub {
    font-size: 14px;
  }
}
.p-key_point {
  display: flex;
  margin-bottom: -70px;
  justify-content: center;
}
.p-key_point > li {
  width: 140px;
}

.p-key_point > li:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-key_point {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-key_point > li {
    width: 32%;
  }

.p-key_point > li:not(:last-child) {
  margin-right: 2%;
}


}


/*---------------- trouble ----------------*/
section.p-trouble {
  padding: 0;
}

.p-trouble_nayami {
  background-image: url(../img/bg_trouble.jpg);
  background-size: cover;
  padding: 90px 0 180px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}

.p-trouble_nayami img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50vw;
  top: 0px;
  z-index: -1;
}

.p-trouble_list {
  background-color: #fff;
  max-width: 625px;
  border-radius: 10px;
  padding: 50px 80px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}

.p-trouble_list > li {
  position: relative;
  display: flex;
  align-items: center;
}
.p-trouble_list > li::before {
  content: "";
  display: block;
  margin-top: 6px;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  background-image: url(../img/ico_check.jpg);
  background-size: cover;
}

.p-trouble_kaiketsu {
  position: relative;
  background-color: #fff;
  padding: 60px 0 80px;
  z-index: 2;
}

.p-trouble_kaiketsu::before {
  content: "";
  top: -200px;
  position: absolute;
  border-bottom: 100px solid #fff;
  border-right: 50vw solid transparent;
  border-top: 100px solid transparent;
}

.p-trouble_kaiketsu::after {
  content: "";
  top: -200px;
  right: 0;
  position: absolute;
  border-bottom: 100px solid #fff;
  border-left: 50vw solid transparent;
  border-top: 100px solid transparent;
}


.p-trouble_kaiketsu_copy {
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 500;
  color: #34abbe;
  font-weight: 700;
  line-height: 1.5;
}

.p-trouble_kaiketsu_copy .-sub {
  font-size: 38px;
  font-size: 3.8rem;
  display: block;
}

.p-trouble_kaiketsu_copy .-main {
  font-size: 48px;
  font-size: 4.8rem;
  position: relative;
  z-index: 1;
}
.p-trouble_kaiketsu_copy .-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #fef33b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  section.p-trouble {
  padding: 0;
}

.p-trouble_nayami {
  padding: 0px 0 40px;
}

.p-trouble_nayami img {
  height: auto;
  width: 70%;
  left: 0vw;
  top: 0px;
  position: relative;
}

.p-trouble_list {
  max-width: 625px;
  border-radius: 6px;
  padding: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 20px;
}
.p-trouble_list > li::before {
  margin-top: 2px;
  margin-right: 5px;
  width: 14px;
  height: 14px;
}

.p-trouble_kaiketsu {
  padding: 30px 0 40px;
}

.p-trouble_kaiketsu::before {
  content: "";
  top: -100px;
  position: absolute;
  border-bottom: 50px solid #fff;
  border-top: 50px solid transparent;
}

.p-trouble_kaiketsu::after {
  content: "";
  top: -100px;
  position: absolute;
  border-bottom: 50px solid #fff;
  border-top: 50px solid transparent;
}


.p-trouble_kaiketsu_copy {
  font-size: 24px;
  font-size: 2.4rem;
}

.p-trouble_kaiketsu_copy .-sub {
  font-size: 20px;
  font-size: 2.0rem;
  display: block;
}

.p-trouble_kaiketsu_copy .-main {
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  z-index: 1;
}
.p-trouble_kaiketsu_copy .-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #fef33b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: -1;
}
}



/*---------------- feature ----------------*/
.p-feature_inner {
  padding: 80px 0;
}

.p-feature_inner:nth-of-type(1) {
  background-color: #f1fcff;
}

.p-feature_inner:nth-of-type(3) {
  background-color: #f2f2f2;
}

.p-feature_ttl_cont {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.p-feature_ttl_cont .-num {
  font-size: 90px;
  z-index: 9.0rem;
  font-family: 'Roboto', sans-serif;
  color: #bce2e8;
  position: relative;
  line-height: 1;
  border-right: solid 1px;
  margin-right: 40px;
  padding-right: 30px;
}

.p-feature_ttl_cont .-num::before {
  content: "Feature";
  font-size: 18px;
  font-size: 1.8rem;
  color: #147281;
  position: absolute;
  left: 0;
  top: -.8em;
  line-height: 1;
}

.p-feature_ttl {
  font-size: 38px;
  font-size: 3.8rem;
  color: #34abbe;
  font-weight: 700;
}
.p-feature_ttl .-sub {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
}

.p-feature_block {
  display: flex;
  justify-content: space-between;
}

.p-feature_block.-inversion {
  flex-direction: row-reverse;
}


.p-feature_block_img {
  width: 52%;
}

.p-feature_block_txt {
  width: 44%;
}

.p-feature_block_ttl {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: .5em;
}

.p-feature_block_ttl .-sub {
  display: block;
  color: #00a1e9;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: .4em;
}

.p-feature_block_ttl_sub {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: .8em;
  overflow: hidden;
}

.p-feature_block_ttl_sub span {
  display: inline-block;
  position: relative;
}

.p-feature_block_ttl_sub span::before {
  content: "";
  display: block;
  width: 500px;
  height: 1px;
  background-color: #4c4c4c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -520px;
  margin: auto;
}

.p-feature_dr_inner {
  max-width: 1100px;
  margin: auto;
}

.p-feature_dr_block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.p-feature_dr_block_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: .6em;
  overflow: hidden;
}

.p-feature_dr_block_ttl span {
  display: inline-block;
  position: relative;
}

.p-feature_dr_block_ttl span::after {
  content: "";
  display: block;
  width: 500px;
  height: 1px;
  background-color: #34abbe;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -520px;
  margin: auto;
}

.p-feature_dr_block_txt {
  width: 65%;
}

.p-feature_dr_block_img {
  width: 32%;
  margin-top: -100px;
}

.p-feature_dr_history {
  border: dotted 1px #34abbe;
  margin-top: -1px;
  border-radius: 20px;
  padding: 50px 35px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}


.p-feature_dr_history_ttl {
  font-weight: 700;
  color: #34abbe;
  margin-bottom: .8em;
}

.p-feature_dr_history_ttl:not(:first-of-type) {
  margin-top: 3em;
}

.p-feature_dr_history dl {
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
  justify-content: space-between;
  line-height: 1.4;
}

.p-feature_dr_history dl + dl {
  margin-top: .8em;
}

.p-feature_dr_history dl dt {
  width: 90px;
}

.p-feature_dr_history dl dd {
  width: calc(100% - 110px);
}
.p-feature_dr_history .-out::before {
  bottom: 0;
}

.p-feature_dr_history > div {
  width: 48%;
}

.p-feature_dr_iti {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}

.p-feature_dr_iti_block {
  display: flex;
  justify-content: space-between;
}

.p-feature_dr_iti_block_txt {
  width: 62%;
}

.p-feature_dr_iti_block_img {
  width: 34%;
}

.p-feature_dr_iti_block_img img + p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: .2em;
}

.p-feature_dr_iti_block_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: .6em;
  margin-bottom: 1em;
}

.p-feature_dr_iti_block_ttl::before {
  content: "";
  width: 100px;
  height: 2px;
  display: block;
  background-color: #00a1e9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-feature_other {
  border: solid 1px #bce2e8;
  border-radius: 20px;
  padding: 60px 50px;
  background-color: #fff;
}

.p-feature_other_ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.5em;
}

.p-feature_other_ttl span {
  display: block;
}

.p-feature_other_ttl span.-sub {
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: .5em;
}

.p-feature_other_ttl span.-main {
  color: #00a1e9;
  font-size: 32px;
  font-size: 3.2rem;
}

.p-feature_other_block {
  display: flex;
  justify-content: space-between;
}

.p-feature_other_block_img {
  width: 40%;
}

.p-feature_other_block_txt {
  width: 56%;
}

.p-feature_other_block_txt dl:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.p-feature_other_block_txt dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.-bg_other {
  position: relative;
}

.-bg_other::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
/*  aspect-ratio: 1 / 1;*/
  background-image: url(../img/bg_other.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}



@media screen and (max-width: 767px) {
  .p-feature_inner {
    padding: 40px 0;
  }

  .p-feature_ttl_cont {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .p-feature_ttl_cont .-num {
    font-size: 60px;
    z-index: 6.0rem;
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
    display: inline-block;
    margin: auto;
    border-right: none;
    margin-bottom: 10px;
  }

  .p-feature_ttl_cont .-num::before {
    font-size: 14px;
    font-size: 1.4rem;
    left: 0;
    top: -.8em;
    line-height: 1;
  }

  .p-feature_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-feature_ttl .-sub {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 5px;
  }

  .p-feature_block {
    display: flex;
    flex-direction: column;
  }

  .p-feature_block.-inversion {
    flex-direction: column;
  }


  .p-feature_block_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-feature_block_txt {
    width: 100%;
  }

  .p-feature_block_ttl {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: .5em;
  }

  .p-feature_block_ttl .-sub {
    display: block;
    color: #00a1e9;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: .4em;
  }

  .p-feature_block_ttl_sub {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: .8em;
    overflow: hidden;
  }

  .p-feature_block_ttl_sub span {
    display: inline-block;
    position: relative;
  }

  .p-feature_block_ttl_sub span::before {
    content: "";
    display: block;
    width: 500px;
    height: 1px;
    background-color: #4c4c4c;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -520px;
    margin: auto;
  }

  .p-feature_dr_inner {
    width: 100%;
  }

  .p-feature_dr_block {
    flex-direction: column;
  }

  .p-feature_dr_block_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-feature_dr_block_ttl span {
    display: inline-block;
    position: relative;
  }

  .p-feature_dr_block_ttl span::after {
    content: "";
    display: block;
    width: 500px;
    height: 1px;
    background-color: #34abbe;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -520px;
    margin: auto;
  }

  .p-feature_dr_block_txt {
    width: 96%;
    margin: auto;
  }

  .p-feature_dr_block_img {
    width: 70%;
    margin: auto;
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .p-feature_dr_history {
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 35px;
    display: block;
    margin-top: 30px;
  }

  .p-feature_dr_history_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-feature_dr_history_ttl:not(:first-of-type) {
    margin-top: 3em;
  }

  .p-feature_dr_history dl {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-feature_dr_history .-out::before {
    bottom: 0;
  }

  .p-feature_dr_history > div {
    width: 100%;
  }

  .p-feature_dr_iti {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
  }

  .p-feature_dr_iti_block {
    display: block;
  }

  .p-feature_dr_iti_block_txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-feature_dr_iti_block_img {
    width: 100%;
  }

  .p-feature_dr_iti_block_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-feature_dr_iti_block_ttl::before {
    width: 80px;
  }

  .p-feature_other {
    border-radius: 10px;
    padding: 20px 15px;
  }

  .p-feature_other_ttl {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2.5em;
  }

  .p-feature_other_ttl span {
    display: block;
  }

  .p-feature_other_ttl span.-sub {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .p-feature_other_ttl span.-main {
    color: #00a1e9;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-feature_other_block {
    display: block;
  }

  .p-feature_other_block_img {
    width: 75%;
    margin: auto;
    margin-bottom: 20px;
  }

  .p-feature_other_block_txt {
    width: 100%;
  }

  .p-feature_other_block_txt dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .-bg_other {
    position: relative;
  }

  .-bg_other::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-image: url(../img/bg_other.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

}


/*---------------- flow ----------------*/
.p-flow {
  position: relative;
}
.p-flow::before {
  content: "";
  display: block;
  aspect-ratio: 2880 / 1815;
  background-image: url(../img/bg_flow.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.p-flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 110px;
}

.p-flow_list > li {
  width: calc((100% - 20px) / 3);
  margin-bottom: 90px;
  position: relative;
  counter-increment: list;
}

.p-flow_list > li::before {
  content: counter(list, decimal-leading-zero);
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  width: fit-content;
  color: #bce2e8;
  font-size: 80px;
  font-size: 8.0rem;
  position: absolute;
  line-height: 1;
  left: 0;
  right: 0;
  top: -.5em;
  margin: auto;
}

.p-flow_list_txt {
  width: 95%;
  margin: auto;
  margin-top: 20px;
}

.p-flow_list_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;text-align: center;
  margin-bottom: .8em;
}


@media screen and (max-width: 767px) {
  .p-flow::before {
    content: "";
    display: block;
    aspect-ratio: 2880 / 1815;
    background-image: url(../img/bg_flow.png);
    background-size: cover;
    position: absolute;
    bottom: -40px;
    width: 100%;
  }

  .p-flow_list {
    display: block;
    margin-top: 60px;
  }

  .p-flow_list > li {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }

  .p-flow_list > li::before {
    font-size: 60px;
    font-size: 6.0rem;
  }

  .p-flow_list_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*---------------- case ----------------*/
.p-case_cont {
  padding: 80px 0;
}
.p-case_flow {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  margin-bottom: 60px;
}
/*
.p-case_flow::before {
  content: "\25B6";
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
*/
.p-case_flow::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 18px solid transparent;
  border-left: 18px solid ;
  border-bottom: 18px solid transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.p-case_flow > li {
  width: 40%;
  position: relative;
}
.p-case_flow > li::before {
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  top: -.5em;
}
.p-case_flow > li:nth-child(1)::before {
  content: "Before";
  color: #b5dae0;
}
.p-case_flow > li:nth-child(2)::before {
  content: "After";
  color: #34abbf;
}

.p-case_tbl_cont {
  margin-bottom: 60px;
}

.p-case .-table {
  width: 100%;
  font-size: 15px;
}
.p-case .-table:first-of-type {
   border-top: solid 1px #e4e0e0;
}
.p-case .-table:last-of-type {
   border-bottom: solid 1px #e4e0e0;
}
.p-case .-table:not(.-row) {
   border-right: solid 1px #e4e0e0;
   border-left: solid 1px #e4e0e0;
}
.p-case .-table tr {
  border-bottom: solid 1px #e4e0e0;
  width: 50%;
}
.p-case .-table th {
  border-right: solid 1px #e4e0e0;
  width: 25%;
  background-color: #f6f6f6;
  text-align: center;
  padding: 20px;
}
.p-case .-table td {
  line-height: 1.45;
  padding: 20px;
  width: 75%;
}
.p-case .-table.-row {
  display: flex;
}
.p-case .-table.-row .-row_inner {
  width: 50%;
  display: inline-table;
}
.p-case .-table.-row .-row_inner th {
  width: 50%!important;
}
.p-case .-table.-row .-row_inner td {
  width: 50%!important;
}
.p-case .-table.-row .-row_inner:nth-child(1) {
  border-left: solid 1px #e4e0e0;
  border-right: solid 1px #e4e0e0;
}
.p-case .-table.-row .-row_inner:nth-child(2) {
  border-right: solid 1px #e4e0e0;
}

.p-case_btn {
  width: 300px;
  height: 60px;
  background-color: #34abbe;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center
}

.items + .c-ttl_frame {
  margin-top: 80px;
}

.p-case_step {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.p-case_step > li {
  width: 40%;
  margin-bottom: 40px;
}

.p-case_step > li > div {
  position: relative;
}

.p-case_step > li:nth-child(odd) > div::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-left: 12px solid;
  border-bottom: 12px solid transparent;
  top: 0;
  bottom: 0;
  right: calc(-20% - 18px);
  margin: auto;
  position: absolute;
}

.p-case_step > li p {
  text-align: center;
  line-height: 1.45;
  margin-top: 10px;
}

.items {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .p-case_cont {
    padding: 40px 0;
  }

  .p-case_flow {
    display: block;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
    margin-bottom: -10px;
  }

  .p-case_flow::before {
    border-bottom: unset;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid ;
  }

  .p-case_flow > li {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
  }

  .p-case_flow > li::before {
    font-size: 40px;
    font-size: 4.0rem;
  }

  .p-case_tbl_cont {
    margin-bottom: 60px;
  }

  .p-case .-table {
    width: 100%;
    font-size: 13px;
  }

  .p-case .-table:first-of-type {
    border-top: solid 1px #e4e0e0;
  }

  .p-case .-table:last-of-type {
    border-bottom: solid 1px #e4e0e0;
  }

  .p-case .-table:not(.-row) {
    border-right: solid 1px #e4e0e0;
    border-left: solid 1px #e4e0e0;
  }

  .p-case .-table tr {
    border-bottom: solid 1px #e4e0e0;
    width: 50%;
  }

  .p-case .-table th {
    border-right: solid 1px #e4e0e0;
    width: 50%;
    background-color: #f6f6f6;
    text-align: center;
    padding: 10px;
  }

  .p-case .-table td {
    line-height: 1.45;
    padding: 10px;
    width: 100%;
    display: block;
  }

  .p-case .-table.-row {
    display: block;
  }

  .p-case .-table.-row .-row_inner {
    width: 100%;
  }

  .p-case .-table.-row .-row_inner th {
    width: 50% !important;
  }

  .p-case .-table.-row .-row_inner td {
    width: 100% !important;
  }

  .p-case .-table.-row .-row_inner:nth-child(1) {
    border-left: solid 1px #e4e0e0;
    border-right: solid 1px #e4e0e0;
  }

  .p-case .-table.-row .-row_inner:nth-child(2) {
    border-right: solid 1px #e4e0e0;
    
    border-left: solid 1px #e4e0e0;
  }

  .p-case_btn {
    width: 300px;
    height: 56px;
  }

  .items + .c-ttl_frame {
    margin-top: 40px;
  }

  .p-case_step {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

  }

  .p-case_step > li {
    width: 44%;
    margin-bottom: 30px;
  }

  .p-case_step > li > div {
    position: relative;
  }

  .p-case_step > li:nth-child(odd) > div::after {
    border-top: 8px solid transparent;
    border-left: 8px solid;
    border-bottom: 8px solid transparent;
    top: 0;
    bottom: 0;
    right: calc(-12% - 8px);
    margin: auto;
    position: absolute;
  }

  .p-case_step > li p {
    text-align: center;
    line-height: 1.45;
    margin-top: 10px;
    font-size: 12px;
  }

  .items {
    padding: 40px 0 0;
  }

}



/*---------------- price ----------------*/
.p-price {
  background-color: #f1fcff;
}

.p-price_inner {
  padding: 80px 0;
}

.p-price_list_cont {
  background-color: #fff;
  padding: 60px 50px;
  border-radius: 10px;
}

.p-price_list_cont:not(:last-of-type) {
  margin-bottom: 50px;
}

.p-price_list_ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 4px #34abbf;
  padding-bottom: .6em;
  margin-bottom: 1.6em;
}

.p-price_list {
  padding: 0 20px;
}
.p-price_list > li {
  display: flex;
}

.p-price_list > li:not(:last-of-type) {
  border-bottom: solid 1px #e4e0e0;
  padding-bottom: 48px;
}

.p-price_list > li:not(:first-of-type) {
  padding-top: 48px;
}

.p-price_list > li .-main {
  width: 76%;
}

.p-price_list > li .-main .-ttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: .6em;
}
.p-price_list > li .-main .-sub {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 1em;
}

.p-price_list > li .-price {
  width: 24%;
  color: #34abbf;
  text-align: end;
}

.p-price_list > li .-price .-jp {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
}
.p-price_list > li .-price .-jp small,.p-price_list > li .-price .-num small {
  font-size: 20px;
  font-size: 2.0rem;
}

.p-price_list > li .-price .-num {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  font-family: 'Roboto','Zen Kaku Gothic New', sans-serif;
  position: relative;
}

.p-price_list > li .-price .-num::after {
  content: "円";
  font-size: 24px;
  font-size: 2.4rem;
}

.p-price_list > li .-price .-note {
  font-size: 13px;
  font-size: 1.3rem;
  color: #4c4c4c;
  line-height: 1.8;
}

.p-price_list_flex {
  display: flex;
  margin-top: 30px;
}

.p-price_list_flex > dl:first-child {
  margin-right: 40px;
}

.p-price_list_flex > dl {
  display: flex;
  width: 330px;
  border: solid 1px #ebebeb;
  height: 32px;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
}

.p-price_list_flex > dl dt {
  width: 37%;
  border-right: solid 1px #ebebeb;
  background-color: #f6f6f6;
  text-align: center;
}

.p-price_list_flex > dl dd {
  width: 63%;
  font-size: 20px;
  font-size: 2.0rem;
  padding-left: 1em;
}
.p-price_list_flex > dl dd small {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-price_list_cont.-period {
  text-align: center;
  padding: 50px 0;
}
.p-price_list_cont.-period p:nth-of-type(1) {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #00a1e9;
}
.p-price_list_cont.-period p:nth-of-type(2) {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: .4em;
}
.p-price_list_cont.-period p:nth-of-type(3) {
  font-size: 14px;
  font-size: 1.4rem;
}


.p-price_example {
  display: flex;
  flex-wrap: wrap
}

.p-price_example + .-note {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 25px;
}

.p-price_example > li {
  margin: 25px;
  background-color: #fff;
  width: calc(50% - 50px);
  border-radius: 20px;
  padding: 40px 40px 30px;
}

.p-price_example_ttl {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #34abbe;
  text-align: center;
  letter-spacing: -.04em;
  margin-bottom: 1em;
  margin-left: -20px;
  margin-right: -20px;
}

.p-price_example_ttl .-sub,.p-price_example_ttl .-plus {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-price_example_ttl .-sub {
  line-height: 1.4;
  display: inline-block;
}
.p-price_example_ttl .-plus {
  line-height: 1;
  display: block;
}

.p-price_example_tbl {
  width: 100%;
}


.p-price_example_tbl th {
  width: 66%;
  font-weight: 500;
  padding-bottom: .8em;
}

.p-price_example_tbl th .-sub {
  font-size: 14px;
  font-size: 1.4rem;
}


.p-price_example_tbl td {
  font-weight: 500;
}
.p-price_example_tbl td.-detail {
  width: 17%;
}
.p-price_example_tbl td.-price {
  width: 17%;
  text-align: right;
  font-family: 'Roboto','Zen Kaku Gothic New', sans-serif;
}

.p-price_example_tbl tr.-total {
  border-top: solid 1px #34abbe;
  font-family: 'Roboto','Zen Kaku Gothic New', sans-serif;
}

.p-price_example_tbl tr.-total td {
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  color: #34abbe;
  position: relative;
  text-align: right;
}

.p-price_example_tbl tr.-total td::before {
  content: "合計";
  font-size: 16px;
  font-size: 1.6rem;
  color: #4c4c4c;
  font-weight: 700;
  margin-right: .2em;
}

.p-price_example_tbl tr.-total td::after {
  content: "（税込）";
  font-size: 12px;
  font-size: 1.2rem;
  color: #4c4c4c;
}

.p-price_example_tbl tr.-total td .-yen {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-price_pay p {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}

.p-price_pay_img {
  display: flex;
  justify-content: center;
}

.p-price_pay_img > li {
  width: 250px;
  margin: 50px 35px 0;
}


.p-price_deduction_copy {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: .6em;
}

.p-price_deduction_copy span {
  color: #34abbe;
  position: relative;
  z-index: 1;
}

.p-price_deduction_copy span::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fef33b;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}

.p-price_deduction_need {
  display: flex;
  margin: auto;
  margin-top: 30px;
  width: 900px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 0;
}

.p-price_deduction_need_ttl {
  width: 35%;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.p-price_deduction_need_ttl::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 40px);
  background-color: #dbd5d5;
  position: absolute;
  top: -20px;
  right: 0;
}
.p-price_deduction_need > ul {
  display: flex;
  justify-content: center;
  width: 65%;
}
.p-price_deduction_need > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 16px;
}

.p-price_deduction_need > ul > li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/ico_check.jpg);
  background-size: cover;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .p-price_inner {
    padding: 40px 0;
  }

  .p-price_list_cont {
    padding: 25px 20px;
    border-radius: 6px;
  }

  .p-price_list_cont:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .p-price_list_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: solid 2px #34abbf;
    margin-bottom: 1em;
  }

  .p-price_list {
    padding: 0 10px;
  }

  .p-price_list > li {
    display: block;
  }

  .p-price_list > li:not(:last-of-type) {
    border-bottom: solid 1px #e4e0e0;
    padding-bottom: 48px;
  }

  .p-price_list > li:not(:first-of-type) {
    padding-top: 48px;
  }

  .p-price_list > li .-main {
    width: 100%;
  }

  .p-price_list > li .-main .-ttl {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: .6em;
    text-align: center;
  }

  .p-price_list > li .-main .-sub {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: .3em;
  }

  .p-price_list > li .-price {
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }

  .p-price_list > li .-price .-jp {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-price_list > li .-price .-jp small,
  .p-price_list > li .-price .-num small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-price_list > li .-price .-num {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .p-price_list > li .-price .-num::after {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-price_list > li .-price .-note {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .p-price_list_flex {
    display: block;
    margin-top: 30px;
  }

  .p-price_list_flex > dl:first-child {
    margin-right: 0px;
  }

  .p-price_list_flex > dl {
    width: 100%;
    height: 32px;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
  }
  .p-price_list_flex > dl + dl {
    margin-top: 10px;
  }

  .p-price_list_flex > dl dd {
    width: 63%;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 1em;
  }

  .p-price_list_flex > dl dd small {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-price_list_cont.-period {
    text-align: center;
    padding: 30px 20px;
  }

  .p-price_list_cont.-period p:nth-of-type(1) {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .p-price_list_cont.-period p:nth-of-type(2) {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-price_list_cont.-period p:nth-of-type(3) {
    font-size: 14px;
    font-size: 1.4rem;
  }


  .p-price_example {
    display: block;
  }

  .p-price_example + .-note {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 2%;
  }

  .p-price_example > li {
    margin: 0 auto 20px;
    width: 98%;
    border-radius: 10px;
    padding: 20px;
  }

  .p-price_example_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em;
    margin-left: -10px;
    margin-right: -10px;
  }

  .p-price_example_ttl .-sub,
  .p-price_example_ttl .-plus {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-price_example_tbl {
    width: 100%;
  }


  .p-price_example_tbl th {
    width: 64%;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: -.03em;
    padding-bottom: .4em;
  }

  .p-price_example_tbl th .-sub {
    font-size: 10px;
    font-size: 1.0rem;
  }


  .p-price_example_tbl td.-detail {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .p-price_example_tbl td.-price {
    font-size: 13px;
    font-size: 1.3rem;
    width: 19%;
  }
  
  .p-price_example_tbl tr.-total td {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .p-price_example_tbl tr.-total td::before {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-price_example_tbl tr.-total td::after {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .p-price_example_tbl tr.-total td .-yen {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-price_pay p {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .p-price_pay_img {
    justify-content: space-between;
    width: 90%;
    margin: 20px auto 0;
  }

  .p-price_pay_img > li {
    width: 44%;
    margin: 0;
  }


  .p-price_deduction_copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
  
  .p-price_deduction .c-txt_center {
    text-align: left;
  }

  .p-price_deduction_need {
    display: block;
    margin: auto;
    margin-top: 30px;
    width: 100%;
    padding: 15px 5px;
  }

  .p-price_deduction_need_ttl {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .p-price_deduction_need_ttl::before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    top: unset;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .p-price_deduction_need > ul {
    width: 100%;
  }

  .p-price_deduction_need > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 16px;
  }

  .p-price_deduction_need > ul > li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/ico_check.jpg);
    background-size: cover;
    margin-right: 8px;
  }

}


/*---------------- access ----------------*/
.p-access_map {
  height: 400px;
}

.p-access_map iframe {
  width: 100%;
  height: 100%;
}

.p-access_inner {
  padding: 70px 0 80px;
  position: relative;
  z-index: 1;
}

.p-access_inner::before {
  content: "";
  display: block;
  aspect-ratio: 1190 / 794;
  height: 40%;
  background-image: url(../img/bg_access01.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-access_inner::after {
  content: "";
  display: block;
  aspect-ratio: 1230 / 907;
  height: 40%;
  background-image: url(../img/bg_access02.jpg);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.p-access_access {
  border: dotted 1px #34abbe;
  background-color: #fff;
  border-radius: 20px;
  padding: 70px;
  display: flex;
  justify-content: space-between
}

.p-access_access > div {
  width: 48%;
}

.p-access_access dl:not(:last-child) {
  margin-bottom: 2em;
}

.p-access_access dl dt {
  font-weight: 700;
  color: #34abbe;
  margin-bottom: .6em;
}

.p-access_access dl dd {
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-access_access dl dd::before {
  content: "・";
}
.p-access_access p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-access_tbl {
  width: 90%;
  margin: 40px auto 0;
}

.p-access_tbl th {
  color: #34abbe;
  border-bottom: solid 1px #34abbe;
  font-weight: 500;
  width: 25%;
  padding: 10px 2em;
}

.p-access_tbl td {
  font-weight: 500;
  border-bottom: solid 1px #e4e0e0;
  width: 75%;
  padding: 10px 3em;
}

.p-access_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.p-access_photo > li {
  width: calc((100% - 7px) / 8);
  margin-top: 1px;
  position: relative;
}

@media screen and (max-width: 1920px) {
  .p-access_photo > li {
    width: calc((100% - 3px) / 4);
    margin-top: 1px;
    position: relative;
  }
}

.p-access_photo > li .-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #147281;
  background-color: #aae0f0;
  text-align: center;
  padding: 6px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .p-access_photo > li .-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width:1921px) and ( max-width:2370px) {
  .p-access_photo > li .-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  }
}


@media screen and (max-width: 767px) {

.p-access_map {
  height: 280px;
}
  
.p-access_inner {
  padding: 35px 0 40px;
}

.p-access_inner::before {
  height: auto;
  width: 100%;
}

.p-access_inner::after {
  height: auto;
  width: 100%;
}
.p-access_access {
  border-radius: 10px;
  padding: 30px 20px;
  display: block;
}

.p-access_access > div {
  width: 100%;
}

.p-access_access > div + div {
  margin-top: 2em;
}

.p-access_access dl:not(:last-child) {
  margin-bottom: 2em;
}

.p-access_access dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}
  
.p-access_access p {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-access_tbl {
  width: 90%;
  margin: 30px auto 0;
}

.p-access_tbl th {
  display: block;
  width: 100%;
  padding: 8px 2em;
  background-color: rgba(52, 171, 190, 0.2);
  text-align: center;
  border-bottom: none;
}

.p-access_tbl td {
  width: 100%;
  display: block;
  padding: 14px 2em;
  border-bottom: none;
}

.p-access_photo > li {
  width: calc((100% - 1px) / 2);
  margin-top: 1px;
  position: relative;
}

.p-access_photo > li .-ttl {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: -.06em;
}

}


section.p-cv {
  background-color: #eeeeee;
  padding: 50px 0;
}

.p-cv_tel {
  line-height: 1;
  text-align: center;
  width: fit-content;
  position: relative;
  padding-left: 66px;
}

.p-cv_tel::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(../img/ico_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-cv_tel_sub {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  line-height: 1;
}

.p-cv_tel_num {
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin: 6px 0 4px;
  display: block;
}

.p-cv_tel_time {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  font-family: 'Roboto', sans-serif;
}

.p-cv_web {
  width: 40%;
  max-width: 400px;
  background-color: #34abbe;
  font-size: 30px;
  font-size: 3.0rem;
  color: #fff !important;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  margin-left: 40px;
}

.p-cv_web p {
  position: relative;
  padding-left: 64px;
  line-height: 1;
  font-weight: 500;
}

.p-cv_web p::before {
  content: "";
  display: block;
  width: 52px;
  height: 44px;
  background-size: cover;
  background-image: url(../img/ico_web.png);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.p-cv_web p .-sub {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  display: block;
}

.p-cv_inner {
  background-color: #fff;
  padding: 50px 56px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {


section.p-cv {
  padding: 40px 0;
}

.p-cv_ttl {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.p-cv_tel {
  padding-left: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.p-cv_tel::before {
  width: 36px;
  height: 35px;
}

.p-cv_tel_sub {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 8px 0px;
  line-height: 1;
}

.p-cv_tel_num {
  font-size: 32px;
  font-size: 3.2rem;
}


.p-cv_web {
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 0px;
  height: 60px;
}

.p-cv_web p {
  padding-left: 40px;
}

.p-cv_web p::before {
  width: 30px;
  height: 26px;
}

.p-cv_web p .-sub {
  display: none;
}

.p-cv_inner {
  padding: 20px 30px;
  display: block;
  border-radius: 20px;
}
 
}


.p-risk a {
  color: #34abbe;
  display: inline;
  border-bottom: solid 1px;
}

.p-risk_ttl {
  font-size: 22px;
  font-size: 2.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .p-risk_ttl {
    font-size: 16px;
    font-size: 1.6;
  }
}

section.p-risk {
  padding: 50px 0;
}


.p-risk_box {
  height: 290px;
  border: solid 1px #e4e0e0;
  border-radius: 10px;
  padding: 40px 30px 40px 50px;
}

@media screen and (max-width: 767px) {
  .p-risk_box {
    padding: 25px 15px 25px 25px;
  }
}


.p-risk_cont {
  height: 200px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #b6b6b6 #f6f6f6;
  font-size: 13px;
  font-size: 1.3rem;
}

.p-risk_cont::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  section.p-risk {
  padding: 40px 0;
}
  .p-risk_cont::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
  }
}

.p-risk_cont::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 3px;
}

.p-risk_cont::-webkit-scrollbar-thumb {
  background: #aae0f0;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .p-risk_cont {
    height: 240px;
  }
}

.p-risk_item {
  margin-bottom: 30px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-risk_item {
    margin-bottom: 15px;
  }
}

.p-risk_item_ttl {
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  text-indent: -1.24em;
  margin-left: 1.24em;
}
.p-risk_item_ttl::before {
  content: "● ";
  color: #34abbe;
}

@media screen and (max-width: 767px) {
  .p-risk_item_ttl {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.p-risk_list li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  font-size: 13px;
  line-height: 1.4;
}
.p-risk_list li + li {
  margin-top: .6em;
}

.p-risk_item p {
  font-size: 13px;
  line-height: 1.75;
}


@media screen and (max-width: 767px) {

  .p-risk_list li,
  .p-risk_item p {
    font-size: 12px;
  }
}

.p-risk_list li.-unset {
  padding-left: unset;
  text-indent: unset;
}










@media screen and (min-width: 768px) {

  .p-pageup {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    justify-content: flex-start;
    position: fixed;
    align-items: center;
    display: flex;
    z-index: 999;
    background-color: #e6e6e6;
    padding: 10px;
    
  }

  .p-pageup .-logo{
    width: 220px;
  }


  .p-pageup_list {
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    margin-left: auto;
  }

  .p-pageup_list_tel {
    width: 275px;
    height: 64px;
    background: #fff;
    display: block;
  }

  .p-pageup_list_tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 32px;
  }

  .p-pageup_list_tel a .-icon {
    display: block;
    width: 30px;
    margin-right: 10px;
  }

  .p-pageup_list_tel a .-icon img {
    display: block;
    max-width: 100%;
  }

  .p-pageup_list_tel a .-txt {
    color: #1458a7;
    font-size: 11px;
  }

  .p-pageup_list_tel a .-number {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
  }

.p-pageup_list_web {
  display: none;
}

  .p-pageup_list_web {
    width: 80px;
    height: 65px;
    background: #34abbe;
    display: block;
    border-radius: 32px;
  }

  .p-pageup_list_web.-cal {
    width: 240px;
  }

  .p-pageup_list_web.-mail {
    background: #4e9cff;
  }

  .p-pageup_list_web.-mail p {
    margin-top: 8px;
  }

  .p-pageup_list_web a {
    display: block;
    height: 100%;
  }

  .p-pageup_list_web_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .p-pageup_list_web_inner .-img {
    display: block;
    width: 28px;
    height: auto;
    margin-right: 10px;
  }

  .p-pageup_list_web_sub {

    color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    line-height: 1.1;
  }

.p-pageup_btn {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
}

.p-pageup_btn a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.p-pageup_btn a::after {
  content: "↑";
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #1c6e26;
  justify-content: center;
}

  .p-pageup_btn {
    height: 65px;
    width: 65px;
    right: 10px;
    border-radius: 32px;
    overflow: hidden;
  }
  .p-pageup_btn a {
    background-color: #fff;
  }

  .p-pageup_btn a::after {
    width: 65px;
    height: 65px;
    display: flex;
  }

  .p-pageup_list {
    display: flex;
    width: fit-content;
    margin-right: 75px;
  }
}


@media screen and (max-width: 767px) {
  .p-pageup {
    right: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    z-index: 999;
  }


  .p-pageup_list_tel {
    width: calc(100% - 244px);
    height: 65px;
    background: #fff;
    display: block;
  }

  .p-pageup_list_tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-pageup_list_tel a .-icon {
    display: block;
    width: 26px;
    margin-bottom: 4px;
  }

  .p-pageup_list_tel a .-icon img {
    display: block;
    max-width: 100%;
  }

  .p-pageup_list_tel a .-txt {
    color: #1458a7;
    font-size: 11px;
  }

  .p-pageup_list_tel a .-number {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
  }

.p-pageup_list_web {
  display: none;
}

  .p-pageup_list_web {
    width: 80px;
    height: 65px;
    border: unset;
    background: #34abbe;
    display: block;
    font-weight: 500;
  }

  .p-pageup_list_web.-cal {
    width: calc(100% / 3);
  }

  .p-pageup_list_web.-mail {
    background: #4e9cff;
  }

  .p-pageup_list_web.-mail p {
    margin-top: 8px;
  }

  .p-pageup_list_web a {
    display: block;
    height: 100%;
  }

  .p-pageup_list_web_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-pageup_list_web_inner .-img {
    display: block;
    width: 24px;
    margin: 0 auto 8px;
  }

  .p-pageup_list_web_sub {

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1.1;
  }

.p-pageup_btn {
  width: 60px;
  height: 60px;
}

.p-pageup_btn a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.p-pageup_btn a::after {
  content: "↑";
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #34abbe;
  justify-content: center;
}

  .p-pageup_btn {
    width: calc(100% / 3);
    height: 65px;
    border-radius: 0;
  }
  .p-pageup_btn a {
   border-radius: 0;
    background-color: #fff;
    box-shadow:none;
  }

  .p-pageup_btn a::after {
    width: 100%;
    height: 65px;
    display: flex;
  }

  .p-pageup_list {
    display: flex;
    width: 100%;
  }

}














