@charset "UTF-8";
:root {
  --f_def: "Lato", "Zen Kaku Gothic New", sans-serif;
  --f_ja: "Zen Kaku Gothic New", sans-serif;
  --f_en: "Lato", sans-serif;
  --f_en_min: 'Times New Roman', Times, serif;
  --clr_brillia: #004165;
  --clr_white: #fff;
  --clr_black01: #242424;
  --clr_black02: #5c5c5c;
  --clr_gray01: #999999;
  --clr_gray02: #d9d9d9;
  --clr_gray03: #ededed;
  --clr_bluegray01: #99A6B1;
  --clr_bluegray02: #C3CBD2;
  --clr_bluegray03: #E4E9ED;
  --clr_blue01: #DDE8ED;
  --clr_blue02: #87ABBF;
  --clr_blue03: #1F6D99;
  --clr_green01: #DDEDE5;
  --clr_green02: #6BB28E;
  --clr_green03: #268052;
  --clr_baige01: #F5F1DC;
  --clr_gold01: #D3BD87;
  --clr_brown01: #99834D;
  --clr_red01: #FAD2D2;
  --clr_red02: #E57373;
  --clr_red03: #CC3D3D;
  --gla01_start: var(--clr_brillia);
  --gla01_end: var(--clr_green02);
  --gla02_start: var(--clr_brillia);
  --gla02_end: var(--clr_green03);
  --gla03_start: var(--clr_brown01);
  --gla03_end: var(--clr_gold01);
  --break_point: 768px;
  --padding_inline: 5%;
}

@media print, screen and (768px < width) {
  .spObj {
    display: none !important;
  }
}
@media only screen and (width <= 768px) {
  .pcObj {
    display: none !important;
  }
}
.p-page-renewal {
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
  color: #242424;
  position: relative;
  font-weight: 500;
}
.p-page-renewal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-page-renewal img {
  max-width: 100%;
  height: auto;
}

.topic-path {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (width <= 768px) {
  .topic-path {
    position: static;
  }
}

/*----------------------------------------
    kv
-----------------------------------------*/
.c-top-kv {
  position: relative;
}
.c-top-kv_inner {
  position: relative;
}
.c-top-kv._bf {
  position: relative;
}
.c-top-kv._bf .headsInfo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}
@media only screen and (width <= 768px) {
  .c-top-kv._bf .headsInfo {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    grid-gap: v_sp(50);
  }
}
.c-top-kv._bf .headsInfo .logoArea {
  max-width: v_pc(300);
  width: 85%;
  margin: 0 auto;
}
@media only screen and (width <= 768px) {
  .c-top-kv._bf .headsInfo .logoArea {
    max-width: v_sp(400);
    position: relative;
    z-index: 20;
  }
}
.c-top-kv._bf .headsInfo h1 {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (width <= 768px) {
  .c-top-kv._bf .headsInfo h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.c-top-kv._bf .bg img {
  border-radius: 0 0 100px 100px;
}
@media only screen and (width <= 768px) {
  .c-top-kv._bf .bg img {
    border-radius: 0 0 50px 50px;
  }
}
.c-top-kv._bf p {
  font-size: min(1.1vw, 18px);
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media only screen and (width <= 768px) {
  .c-top-kv._bf p {
    padding: 0 20px;
    text-align: left;
    font-size: 14px;
    margin-top: 30px;
  }
}

/*----------------------------------------
	important
-----------------------------------------*/
.c-top-important {
  position: relative;
}

.important_wrap {
  padding: 40px 20px;
}
@media only screen and (width <= 768px) {
  .important_wrap {
    padding: 20px;
  }
}
.important_wrap p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (width <= 768px) {
  .important_wrap p {
    font-size: 14px;
  }
}
.important_wrap p small {
  font-size: 80%;
}

.important_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  max-width: 1280px;
  margin: 0 auto;
  padding: min(3.125vw, 50px) min(5vw, 80px);
  border-radius: min(0.625vw, 10px);
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_white)), to(var(--clr_blue01))), var(--clr_blue01);
  background: linear-gradient(90deg, var(--clr_white) 0%, var(--clr_blue01) 100%), var(--clr_blue01);
  -webkit-box-shadow: max(-0.25vw, -4px) max(-0.25vw, -4px) 0 0 rgba(135, 171, 191, 0.4);
          box-shadow: max(-0.25vw, -4px) max(-0.25vw, -4px) 0 0 rgba(135, 171, 191, 0.4);
}

.important_wrap dl dt span {
  color: var(--clr_brillia);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

@media (width < 768px) {
  .important_wrap dl {
    display: block;
    max-width: 100%;
    padding: 8% 10%;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: -1.0666666667vw -1.0666666667vw 0 0 rgba(135, 171, 191, 0.4);
            box-shadow: -1.0666666667vw -1.0666666667vw 0 0 rgba(135, 171, 191, 0.4);
  }
  .important_wrap dl dt {
    margin-bottom: 1.5vw;
  }
  .important_wrap dl dt span {
    font-size: 18px;
  }
}
.m-bg-blue {
  background: url(../img/bg_blue.webp) center top/cover no-repeat;
}

.m-copy-shoulder {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  color: var(--clr_brillia);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 20px;
}
@media only screen and (width <= 768px) {
  .m-copy-shoulder {
    font-size: 16px;
  }
}
.m-copy-shoulder::before, .m-copy-shoulder::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1em;
  width: 1px;
  background: var(--clr_brillia);
}
.m-copy-shoulder::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.m-copy-shoulder::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.c-headding {
  margin: 0 0 40px;
  text-align: center;
}
@media only screen and (width <= 768px) {
  .c-headding {
    margin: 0 0 20px;
  }
}
.c-headding p {
  margin: 20px 0 0;
  font-size: 16px;
}
@media only screen and (width <= 768px) {
  .c-headding p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.c-head {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (width <= 768px) {
  .c-head {
    font-size: 20px;
  }
}

.c-top-intro {
  padding: 120px 20px;
}
@media only screen and (width <= 768px) {
  .c-top-intro {
    padding: 60px 20px;
  }
}
.c-top-intro_body {
  max-width: 1280px;
  margin: 0 auto;
}
.c-top-intro_col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (width <= 768px) {
  .c-top-intro_col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-top-intro_block {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: min(0.625vw, 10px) min(0.625vw, 10px) min(1.25vw, 20px) 0 rgba(153, 153, 153, 0.1);
          box-shadow: min(0.625vw, 10px) min(0.625vw, 10px) min(1.25vw, 20px) 0 rgba(153, 153, 153, 0.1);
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px;
}
@media only screen and (width <= 768px) {
  .c-top-intro_block {
    padding: 20px;
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-top-intro_block-ph {
  text-align: center;
}
.c-top-intro_block-content h3 {
  font-size: 20px;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (width <= 768px) {
  .c-top-intro_block-content h3 {
    font-size: 16px;
  }
}
.c-top-intro_block-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (width <= 768px) {
  .c-top-intro_block-content p {
    font-size: 13px;
  }
}
.c-top-intro_block-content p small {
  font-size: 80%;
}

.c-top-faq {
  padding: 120px 20px;
}
@media only screen and (width <= 768px) {
  .c-top-faq {
    padding: 60px 20px;
  }
}
.c-top-faq_body {
  max-width: 1280px;
  margin: 0 auto;
}
.c-top-faq_col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (width <= 768px) {
  .c-top-faq_col {
    gap: 20px;
  }
}
.c-top-faq_block {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
.c-top-faq_block p {
  margin: 0;
}

/*----------------------------------------
	block accordion
-----------------------------------------*/
.b-accordion-medium {
  border-radius: 10px;
  background: var(--clr_bluegray03);
  padding: 40px;
}
@media only screen and (width <= 768px) {
  .b-accordion-medium {
    padding: 20px;
  }
}
.b-accordion-medium .b-accordion-medium__head {
  margin-bottom: 0.8em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  gap: 8px;
}
@media only screen and (width <= 768px) {
  .b-accordion-medium .b-accordion-medium__head {
    font-size: 16px;
  }
}
.b-accordion-medium .b-accordion-medium__head span {
  position: relative;
  top: -2px;
}
.b-accordion-medium .b-accordion-medium__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  padding: 0 v_pc(60) 0 v_pc(70);
}
@media only screen and (width <= 768px) {
  .b-accordion-medium .b-accordion-medium__body {
    grid-gap: v_sp(20);
    padding: 0 v_sp(60) 0 v_sp(80);
  }
}
.b-accordion-medium .b-accordion-medium__body > span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
  color: var(--clr_brillia);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  top: -5px;
}
@media only screen and (width <= 768px) {
  .b-accordion-medium .b-accordion-medium__body > span {
    top: -3px;
    font-size: 16px;
  }
}
.b-accordion-medium .b-accordion-medium__body > div {
  font-size: 16px;
}
@media only screen and (width <= 768px) {
  .b-accordion-medium .b-accordion-medium__body > div {
    font-size: 14px;
  }
}
.b-accordion-medium .b-accordion-medium__body .m-btn-normal {
  margin-right: 0;
}
@media only screen and (width <= 768px) {
  .b-accordion-medium .b-accordion-medium__body .m-btn-normal {
    margin-right: auto;
  }
}
/*# sourceMappingURL=renewal.css.map */