@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 500;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: 700;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

*:before,
*:after {
  box-sizing: border-box;
}

.p-lp__title-text::before, .p-lp__title-text::after, .p-lp-fv__scroll::after, .p-lp-point__title::before, .p-lp-point__title::after, .p-lp-point__lists-item-dl-dt::before, .p-lp-links__item-btn-text::before, .c-detail__entry, .c-detail__point, .l-footer-content__logo, .l-footer-pageTop__text::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-lp-fv__title-year::before, .p-lp-fv__title-year::after, .p-lp-fv__item-more-text::after, .p-lp-links__item--01 .p-lp-links__item-btn-text::after, .c-list--check .c-list__item::before, .c-btn--pdf .c-btn__inner-text::after, .l-header__logo {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

html, body {
  color: #222222;
  background-color: #ffffff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.1s ease-out;
  word-break: break-word;
}
a:hover {
  opacity: 0.6;
  transition: opacity 0.1s ease-in;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #666666;
}

button {
  transition: opacity 0.1s ease-out;
}
button:hover {
  opacity: 0.6;
  transition: opacity 0.1s ease-in;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

span {
  font-weight: inherit;
}

/* js
------------------------------------------------------ */
/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1330px) {
  .l-wrapper {
    width: calc(100% - 50px);
  }
}
.l-wrapper--sub {
  max-width: 1060px;
}

.l-header {
  height: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 70px;
  }
}
.l-header__wrapper {
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 0 max(25px, 6.4102564103vw);
  }
}
.l-header__logo {
  background-color: #ffffff;
  -webkit-mask-image: url(../img/logo.svg);
          mask-image: url(../img/logo.svg);
  width: 192px;
  aspect-ratio: 286/50;
  font-size: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 170px;
  }
}

.l-main {
  width: 100%;
  height: auto;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: -70px;
  }
}

.l-footer-content {
  min-height: 144px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 1110px) {
  .l-footer-content {
    min-height: 0;
    display: block;
  }
}
.l-footer-content .l-wrapper {
  display: grid;
  grid-template-columns: 240px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .l-footer-content .l-wrapper {
    display: block;
  }
}
.l-footer-content__logo {
  background-image: url(../img/logo.svg);
  width: 286px;
  aspect-ratio: 286/50;
  font-size: 0;
  display: block;
}
@media screen and (max-width: 1110px) {
  .l-footer-content__logo {
    margin-bottom: 30px;
  }
}
.l-footer-content__info {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1110px) {
  .l-footer-content__info {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-content__info {
    display: block;
    padding: 0 0 104px 0;
  }
}
.l-footer-content__address-text {
  font-weight: 700;
}
.l-footer-content__address-map {
  color: #30c1c1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer-content__contact {
    margin-top: 30px;
  }
}
.l-footer-content__contact-tel, .l-footer-content__contact-time {
  font-weight: 700;
}
.l-footer-pageTop {
  color: #ffffff;
  background-color: #30c1c1;
  width: 64px;
  height: 64px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  display: grid;
  place-content: center;
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.1s;
}
@media screen and (min-width: 1321px) and (max-width: 1440px) {
  .l-footer-pageTop {
    right: calc((100vw - 1280px) / 2);
  }
}
@media screen and (min-width: 1441px) {
  .l-footer-pageTop {
    right: calc((100vw - 100%) / 2 * -1 + 80px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer-pageTop {
    right: 25px;
  }
}
.l-footer-pageTop::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.1s;
}
.l-footer-pageTop__text::before {
  content: "";
  background-image: url(../img/icon_arrow.svg);
  width: 23px;
  height: 16px;
  margin: 0 auto;
  display: block;
}
.l-footer-pageTop:hover {
  opacity: 1;
}
.l-footer-pageTop:hover::after {
  opacity: 1;
}
.l-footer-pageTop.is-active {
  opacity: 1;
}
.l-footer-pageTop.on-footer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1441px) {
  .l-footer-pageTop.on-footer {
    right: calc((100vw - 100%) / 2 * -1 + 80px);
  }
}
@media screen and (max-width: 1110px) {
  .l-footer-pageTop.on-footer {
    top: auto;
  }
}
.l-footer-copyright {
  color: #ffffff;
  background-color: #30c1c1;
  text-align: center;
  padding: 25px 0;
}
.l-footer-copyright__text {
  font-size: 1.4rem;
  line-height: 1.3;
}

/* object
------------------------------------------------------ */
/* component */
.c-btn {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  position: relative;
}
.c-btn::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  right: -2px;
  border-radius: 100vmax;
}
.c-btn__inner {
  color: #ffffff;
  background-color: #222222;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 100vmax;
  transition: transform 0.1s ease-out;
}
.c-btn__inner-text {
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn:hover .c-btn__inner {
  transform: translate(2px, 4px);
  transition: transform 0.1s ease-in;
}
.c-btn--01 .c-btn__inner {
  background-color: #cb7f7f;
}
.c-btn--02 .c-btn__inner {
  background-color: #b7000c;
}
.c-btn--pdf .c-btn__inner-text::after {
  content: "";
  background-color: #ffffff;
  -webkit-mask-image: url(../img/icon_pdf.svg);
          mask-image: url(../img/icon_pdf.svg);
  width: 16px;
  aspect-ratio: 1/1;
  margin-left: 10px;
  display: inline-block;
}
.c-btn--large {
  height: 56px;
}

.c-detail {
  display: grid;
  grid-template-columns: 330px 1fr;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-detail {
    grid-template-columns: 280px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c-detail {
    display: block;
  }
}
.c-detail__dl-dt {
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px #222222 solid;
}
.c-detail__dl-dd {
  font-size: 1.6rem;
  line-height: 1.4;
}
.c-detail__dl-dd--flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 0.5em;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .c-detail__dl-dd--flex {
    display: block;
  }
}
.c-detail__dl-dd .c-list .c-detail__notice {
  margin-top: 0.5em;
}
.c-detail__notice {
  font-size: 1.4rem;
  margin-top: 0.5em;
  display: block;
}
.c-detail__outline {
  color: #ffffff;
  background-color: #222222;
  padding: 25px;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 768px) {
  .c-detail__outline {
    padding: 25px max(25px, 6.4102564103vw);
    border-radius: 8px 8px 0 0;
  }
}
.c-detail__outline .c-detail__dl {
  margin-top: 25px;
}
.c-detail__outline .c-detail__dl-dt {
  border-color: #ffffff;
}
.c-detail__outline .c-detail__dl-dd {
  font-size: 1.8rem;
}
.c-detail__title {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-detail__title {
    font-size: 2.8rem;
  }
}
.c-detail__date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
.c-detail__course {
  font-weight: 700;
  display: block;
}
.c-detail__links {
  margin-top: 25px;
}
.c-detail__links-item:nth-of-type(n+2) {
  margin-top: 10px;
}
.c-detail__entry {
  color: #ffffff;
  background-image: url(../img/entry_bg.png);
  width: 210px;
  aspect-ratio: 1/1;
  text-align: center;
  display: grid;
  place-content: center;
  position: absolute;
  top: -80px;
  right: -50px;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1170px) {
  .c-detail__entry {
    right: -25px;
  }
}
@media screen and (max-width: 960px) {
  .c-detail__entry {
    width: 168px;
    top: -84px;
  }
}
.c-detail__entry-dl-dt {
  font-size: 1.853rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-detail__entry-dl-dt {
    font-size: 1.482rem;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
.c-detail__entry-dl-dt::after {
  content: "";
  background-color: #ffffff;
  width: 114px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .c-detail__entry-dl-dt::after {
    width: 92px;
    height: 1px;
  }
}
.c-detail__entry-dl-dd {
  font-size: 1.995rem;
  line-height: 1.15;
}
@media screen and (max-width: 960px) {
  .c-detail__entry-dl-dd {
    font-size: 1.596rem;
  }
}
.c-detail__entry-dl-dd-year {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  display: block;
}
.c-detail__entry-dl-dd-bold {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.85rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .c-detail__entry-dl-dd-bold {
    font-size: 2.28rem;
  }
}
.c-detail__content {
  padding: 30px 25px 50px 25px;
  position: relative;
  border: 1px #222222 solid;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .c-detail__content {
    padding: 30px max(25px, 6.4102564103vw) 50px max(25px, 6.4102564103vw);
    border-radius: 0 0 8px 8px;
  }
}
.c-detail__features {
  padding-right: 180px;
}
@media screen and (max-width: 960px) {
  .c-detail__features {
    padding-right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-detail__features {
    padding-right: 0;
  }
}
.c-detail__recommend {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 30px auto;
  display: grid;
  grid-template-columns: 125px 1fr;
  border: 1px #222222 solid;
}
@media screen and (max-width: 960px) {
  .c-detail__recommend {
    display: block;
  }
}
.c-detail__recommend-dt {
  color: #ffffff;
  background-color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 15px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 960px) {
  .c-detail__recommend-dt br {
    display: none;
  }
}
.c-detail__recommend-dd {
  padding: 15px;
}
.c-detail__fee {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}
.c-detail__fee-num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 0.5em;
}
.c-detail__tags {
  font-size: 1.8rem;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .c-detail__tags {
    display: block;
  }
}
.c-detail__tag {
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  line-height: 40px;
  margin: 15px 15px 0 0;
  padding: 0 15px;
  border: 1px #30c1c1 solid;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-detail__tag {
    margin: 15px auto 0 auto;
  }
}
.c-detail__point {
  color: #2b93af;
  background-image: url(../img/point_bg.svg);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 100px;
  aspect-ratio: 1/1;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 13px;
  right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-detail__point {
    bottom: -30px;
    left: max(5px, 1.2820512821vw);
    right: auto;
  }
}
.c-detail__point::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.1s;
}
.c-detail__point-text {
  margin-top: 25px;
}
.c-detail__point-text-large {
  font-size: 1.493rem;
}
.c-detail__point-text-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.68rem;
}
.c-detail__point:hover {
  opacity: 1;
}
.c-detail__point:hover::after {
  opacity: 1;
}

.c-list {
  font-size: 1.6rem;
  line-height: 1.4;
}
.c-list__item {
  padding-left: 25px;
  position: relative;
}
.c-list__item::before {
  content: "";
  background-color: #222222;
  width: 18px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.07em;
  left: 0;
}
.c-list__item:nth-of-type(n+2) {
  margin-top: 15px;
}
.c-list--check .c-list__item::before {
  -webkit-mask-image: url(../img/icon_check.svg);
          mask-image: url(../img/icon_check.svg);
}

.c-closedWrap {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  letter-spacing: 0;
  text-align: center;
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-closedWrap-text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-closedWrap-text {
    font-size: 3.2rem;
  }
}

/* project */
.p-lp__title {
  color: #30c1c1;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp__title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.p-lp__title-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-shrink: 0;
}
.p-lp__title-text::before, .p-lp__title-text::after {
  content: "";
  background-image: url(../img/part_deco02_pc.svg);
  width: 143px;
  aspect-ratio: 143/57;
  display: inline-block;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-lp__title-text::before, .p-lp__title-text::after {
    background-image: url(../img/part_deco02_sp.svg);
    width: 105px;
    aspect-ratio: 105/57;
  }
}
.p-lp__title-text::after {
  transform: scaleX(-1);
}
.p-lp-fv {
  background-color: #30c1c1;
  background-image: url(../img/fv_pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .p-lp-fv {
    background-image: url(../img/fv_sp.jpg);
    background-size: 100% auto;
    padding: 70px 0 50px 0;
  }
}
.p-lp-fv .l-wrapper {
  position: relative;
}
.p-lp-fv__title {
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 6.4rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1110px) {
  .p-lp-fv__title {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-fv__title {
    font-size: 4.1rem;
    margin-bottom: 15px;
  }
}
.p-lp-fv__title-year {
  font-size: 3rem;
  margin-left: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
@media screen and (max-width: 1110px) {
  .p-lp-fv__title-year {
    margin: 20px auto 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-fv__title-year {
    font-size: 2.4rem;
    margin: 10px auto 0 auto;
  }
}
.p-lp-fv__title-year::before, .p-lp-fv__title-year::after {
  content: "";
  background-color: #ffffff;
  -webkit-mask-image: url(../img/part_deco01.svg);
          mask-image: url(../img/part_deco01.svg);
  width: 21px;
  aspect-ratio: 21/40;
  display: inline-block;
}
.p-lp-fv__title-year::after {
  transform: scaleX(-1);
}
.p-lp-fv__text {
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-lp-fv__text {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.p-lp-fv__secLists {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1110px) {
  .p-lp-fv__secLists {
    display: block;
  }
}
.p-lp-fv__secList {
  overflow: hidden;
}
@media screen and (max-width: 1110px) {
  .p-lp-fv__secList:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
.p-lp-fv__secList-title {
  color: #ffffff;
  width: 100%;
  height: 56px;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1110px) {
  .p-lp-fv__secList-title {
    height: auto;
  }
}
.p-lp-fv__secList-title-text {
  line-height: 1.4;
  position: relative;
}
.p-lp-fv__secList-title-text::before, .p-lp-fv__secList-title-text::after {
  content: "";
  width: 100vw;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
.p-lp-fv__secList-title-text::before {
  right: calc(100% + 10px);
}
.p-lp-fv__secList-title-text::after {
  left: calc(100% + 10px);
}
@media screen and (max-width: 1110px) {
  .p-lp-fv__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-fv__items {
    display: block;
  }
}
.p-lp-fv__item {
  background-color: #ffffff;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-lp-fv__item:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.p-lp-fv__item-title {
  color: #ffffff;
  background-color: #222222;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv__item-title {
    margin-bottom: 15px;
  }
}
.p-lp-fv__item-date {
  margin-bottom: 15px;
  padding: 0 25px;
  display: grid;
  grid-template-columns: 60px 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
@media screen and (max-width: 1330px) {
  .p-lp-fv__item-date {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 15px auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-fv__item-date {
    width: auto;
    margin: 0 auto 10px 0;
    padding: 0 max(25px, 6.4102564103vw);
  }
}
.p-lp-fv__item-date-title {
  font-size: 1.4rem;
  line-height: 22px;
  text-align: center;
  border: 1px #222222 solid;
}
@media screen and (max-width: 1330px) {
  .p-lp-fv__item-date-title {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
.p-lp-fv__item-date-text {
  font-size: 1.8rem;
}
.p-lp-fv__item-date-text-bold {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
.p-lp-fv__item-points {
  margin-bottom: 15px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv__item-points {
    padding: 0 max(25px, 6.4102564103vw);
  }
}
.p-lp-fv__item-links {
  margin: auto auto 0 auto;
  padding: 0 25px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-lp-fv__item-links {
    padding: 0 max(25px, 6.4102564103vw);
  }
}
.p-lp-fv__item-more {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 15px;
  display: grid;
  place-content: center;
  position: relative;
}
.p-lp-fv__item-more::before {
  content: "";
  background-color: #222222;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
}
.p-lp-fv__item-more-text {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.p-lp-fv__item-more-text::after {
  content: "";
  background-color: #222222;
  -webkit-mask-image: url(../img/icon_arrow.svg);
          mask-image: url(../img/icon_arrow.svg);
  width: 12px;
  aspect-ratio: 23/16;
  margin-left: 15px;
  display: inline-block;
  transform: scaleY(-1);
}
.p-lp-fv__item--01 .p-lp-fv__item-title, .p-lp-fv__item--01 .p-lp-fv__item-more::before, .p-lp-fv__item--01 .p-lp-fv__item-more-text::after {
  background-color: #2b93af;
}
.p-lp-fv__item--01 .p-lp-fv__item-date-title {
  color: #2b93af;
  border-color: #2b93af;
}
.p-lp-fv__item--01 .c-list__item::before {
  background-color: #2b93af;
}
.p-lp-fv__item--02 .p-lp-fv__item-title, .p-lp-fv__item--02 .p-lp-fv__item-more::before, .p-lp-fv__item--02 .p-lp-fv__item-more-text::after {
  background-color: #4c97c1;
}
.p-lp-fv__item--02 .p-lp-fv__item-date-title {
  color: #4c97c1;
  border-color: #4c97c1;
}
.p-lp-fv__item--02 .c-list__item::before {
  background-color: #4c97c1;
}
.p-lp-fv__item--03 .p-lp-fv__item-title, .p-lp-fv__item--03 .p-lp-fv__item-more::before, .p-lp-fv__item--03 .p-lp-fv__item-more-text::after {
  background-color: #4a85bc;
}
.p-lp-fv__item--03 .p-lp-fv__item-date-title {
  color: #4a85bc;
  border-color: #4a85bc;
}
.p-lp-fv__item--03 .c-list__item::before {
  background-color: #4a85bc;
}
.p-lp-fv__item--04 .p-lp-fv__item-title, .p-lp-fv__item--04 .p-lp-fv__item-more::before, .p-lp-fv__item--04 .p-lp-fv__item-more-text::after {
  background-color: #5e80c0;
}
.p-lp-fv__item--04 .p-lp-fv__item-date-title {
  color: #5e80c0;
  border-color: #5e80c0;
}
.p-lp-fv__item--04 .c-list__item::before {
  background-color: #5e80c0;
}
.p-lp-fv__item--05 .p-lp-fv__item-title, .p-lp-fv__item--05 .p-lp-fv__item-more::before, .p-lp-fv__item--05 .p-lp-fv__item-more-text::after {
  background-color: #6a7cc5;
}
.p-lp-fv__item--05 .p-lp-fv__item-date-title {
  color: #6a7cc5;
  border-color: #6a7cc5;
}
.p-lp-fv__item--05 .c-list__item::before {
  background-color: #6a7cc5;
}
.p-lp-fv__item--06 .p-lp-fv__item-title, .p-lp-fv__item--06 .p-lp-fv__item-more::before, .p-lp-fv__item--06 .p-lp-fv__item-more-text::after {
  background-color: #7979bc;
}
.p-lp-fv__item--06 .p-lp-fv__item-date-title {
  color: #7979bc;
  border-color: #7979bc;
}
.p-lp-fv__item--06 .c-list__item::before {
  background-color: #7979bc;
}
.p-lp-fv__item--07 .p-lp-fv__item-title, .p-lp-fv__item--07 .p-lp-fv__item-more::before, .p-lp-fv__item--07 .p-lp-fv__item-more-text::after {
  background-color: #9079bc;
}
.p-lp-fv__item--07 .p-lp-fv__item-date-title {
  color: #9079bc;
  border-color: #9079bc;
}
.p-lp-fv__item--07 .c-list__item::before {
  background-color: #9079bc;
}
.p-lp-fv__scroll {
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: absolute;
  right: -40px;
  bottom: 380px;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 1330px) {
  .p-lp-fv__scroll {
    display: none;
  }
}
.p-lp-fv__scroll::after {
  content: "";
  background-image: url(../img/part_scroll.svg);
  width: 47px;
  height: 7px;
  display: inline-block;
}
.p-lp-outline {
  padding: 80px 0 110px 0;
}
@media screen and (max-width: 768px) {
  .p-lp-outline {
    padding: 80px 0 60px 0;
  }
}
.p-lp-outline__wrapper:nth-of-type(n+2) {
  margin-top: 100px;
}
.p-lp-outline__subhead {
  color: #30c1c1;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-lp-outline__subhead {
    font-size: 2rem;
  }
}
.p-lp-outline__subhead::before {
  content: "";
  width: 100vw;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  border-top: 1px #30c1c1 solid;
  border-bottom: 1px #30c1c1 solid;
  transform: translateX(-50%);
}
.p-lp-outline__subhead-text {
  background-color: #ffffff;
  padding: 0 15px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-outline__subhead-text {
    padding: 0 8px;
  }
}
.p-lp-outline__detail:nth-of-type(n+2) {
  margin-top: 120px;
}
.p-lp-outline__detail--01 {
  border-color: #2b93af;
}
.p-lp-outline__detail--01 .c-detail__outline, .p-lp-outline__detail--01 .c-detail__features .c-list__item::before, .p-lp-outline__detail--01 .c-detail__recommend-dt, .p-lp-outline__detail--01 .c-detail__recommend-dd .c-list__item::before {
  background-color: #2b93af;
}
.p-lp-outline__detail--01 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--01 .c-detail__tag {
  color: #2b93af;
}
.p-lp-outline__detail--01 .c-detail__content, .p-lp-outline__detail--01 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--01 .c-detail__recommend, .p-lp-outline__detail--01 .c-detail__tag {
  border-color: #2b93af;
}
.p-lp-outline__detail--02 {
  border-color: #4c97c1;
}
.p-lp-outline__detail--02 .c-detail__outline, .p-lp-outline__detail--02 .c-detail__features .c-list__item::before, .p-lp-outline__detail--02 .c-detail__recommend-dt, .p-lp-outline__detail--02 .c-detail__recommend-dd .c-list__item::before {
  background-color: #4c97c1;
}
.p-lp-outline__detail--02 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--02 .c-detail__tag {
  color: #4c97c1;
}
.p-lp-outline__detail--02 .c-detail__content, .p-lp-outline__detail--02 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--02 .c-detail__recommend, .p-lp-outline__detail--02 .c-detail__tag {
  border-color: #4c97c1;
}
.p-lp-outline__detail--03 {
  border-color: #4a85bc;
}
.p-lp-outline__detail--03 .c-detail__outline, .p-lp-outline__detail--03 .c-detail__features .c-list__item::before, .p-lp-outline__detail--03 .c-detail__recommend-dt, .p-lp-outline__detail--03 .c-detail__recommend-dd .c-list__item::before {
  background-color: #4a85bc;
}
.p-lp-outline__detail--03 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--03 .c-detail__tag {
  color: #4a85bc;
}
.p-lp-outline__detail--03 .c-detail__content, .p-lp-outline__detail--03 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--03 .c-detail__recommend, .p-lp-outline__detail--03 .c-detail__tag {
  border-color: #4a85bc;
}
.p-lp-outline__detail--04 {
  border-color: #5e80c0;
}
.p-lp-outline__detail--04 .c-detail__outline, .p-lp-outline__detail--04 .c-detail__features .c-list__item::before, .p-lp-outline__detail--04 .c-detail__recommend-dt, .p-lp-outline__detail--04 .c-detail__recommend-dd .c-list__item::before {
  background-color: #5e80c0;
}
.p-lp-outline__detail--04 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--04 .c-detail__tag {
  color: #5e80c0;
}
.p-lp-outline__detail--04 .c-detail__content, .p-lp-outline__detail--04 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--04 .c-detail__recommend, .p-lp-outline__detail--04 .c-detail__tag {
  border-color: #5e80c0;
}
.p-lp-outline__detail--05 {
  border-color: #6a7cc5;
}
.p-lp-outline__detail--05 .c-detail__outline, .p-lp-outline__detail--05 .c-detail__features .c-list__item::before, .p-lp-outline__detail--05 .c-detail__recommend-dt, .p-lp-outline__detail--05 .c-detail__recommend-dd .c-list__item::before {
  background-color: #6a7cc5;
}
.p-lp-outline__detail--05 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--05 .c-detail__tag {
  color: #6a7cc5;
}
.p-lp-outline__detail--05 .c-detail__content, .p-lp-outline__detail--05 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--05 .c-detail__recommend, .p-lp-outline__detail--05 .c-detail__tag {
  border-color: #6a7cc5;
}
.p-lp-outline__detail--06 {
  border-color: #7979bc;
}
.p-lp-outline__detail--06 .c-detail__outline, .p-lp-outline__detail--06 .c-detail__features .c-list__item::before, .p-lp-outline__detail--06 .c-detail__recommend-dt, .p-lp-outline__detail--06 .c-detail__recommend-dd .c-list__item::before {
  background-color: #7979bc;
}
.p-lp-outline__detail--06 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--06 .c-detail__tag {
  color: #7979bc;
}
.p-lp-outline__detail--06 .c-detail__content, .p-lp-outline__detail--06 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--06 .c-detail__recommend, .p-lp-outline__detail--06 .c-detail__tag {
  border-color: #7979bc;
}
.p-lp-outline__detail--07 {
  border-color: #9079bc;
}
.p-lp-outline__detail--07 .c-detail__outline, .p-lp-outline__detail--07 .c-detail__features .c-list__item::before, .p-lp-outline__detail--07 .c-detail__recommend-dt, .p-lp-outline__detail--07 .c-detail__recommend-dd .c-list__item::before {
  background-color: #9079bc;
}
.p-lp-outline__detail--07 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--07 .c-detail__tag {
  color: #9079bc;
}
.p-lp-outline__detail--07 .c-detail__content, .p-lp-outline__detail--07 .c-detail__content .c-detail__dl-dt, .p-lp-outline__detail--07 .c-detail__recommend, .p-lp-outline__detail--07 .c-detail__tag {
  border-color: #9079bc;
}
.p-lp-outline__detail .c-closedWrap {
  width: calc(100% + 2px + 50px + 50px);
  height: calc(100% + 2px + 80px + 30px);
  top: -80px;
  left: 50%;
  border-radius: 8px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp-outline__detail .c-closedWrap {
    width: calc(100% + 2px);
    height: calc(100% + 2px + 84px);
    top: -85px;
    left: -1px;
    transform: none;
  }
}
.p-lp-outline__detail .c-closedWrap-text br {
  font-size: 6.4rem;
  display: none;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp-outline__detail .c-closedWrap-text br {
    display: inline;
  }
}
.p-lp-outline__detail.is-closed a {
  pointer-events: none;
}
.p-lp-point {
  background-color: #30c1c1;
  text-align: center;
  margin-top: 100px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-point {
    margin-top: 60px;
    padding: 40px max(25px, 6.4102564103vw);
  }
}
.p-lp-point__title {
  color: #ffffff;
  font-size: 3.36rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto 25px auto;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-point__title {
    font-size: 2.76rem;
  }
}
.p-lp-point__title::before, .p-lp-point__title::after {
  content: "";
  background-image: url(../img/part_line.svg);
  width: 43px;
  aspect-ratio: 43/49;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .p-lp-point__title::before, .p-lp-point__title::after {
    width: 31px;
  }
}
.p-lp-point__title::before {
  left: -53px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp-point__title::before {
    left: -39px;
  }
}
.p-lp-point__title::after {
  right: -53px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 768px) {
  .p-lp-point__title::after {
    right: -39px;
  }
}
.p-lp-point__title-large {
  font-size: 4.48rem;
}
@media screen and (max-width: 768px) {
  .p-lp-point__title-large {
    font-size: 3.88rem;
  }
}
.p-lp-point__title-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .p-lp-point__title-en {
    font-size: 4rem;
  }
}
.p-lp-point__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-point__text {
    text-align: left;
  }
}
.p-lp-point__lists {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-point__lists {
    display: block;
  }
}
.p-lp-point__lists-item {
  background-color: #ace6e6;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  border: 2px #ffffff solid;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-lp-point__lists-item {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-point__lists-item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.p-lp-point__lists-item-dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp-point__lists-item-dl {
    margin-bottom: 0;
  }
}
.p-lp-point__lists-item-dl-dt {
  font-weight: 700;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 64px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-lp-point__lists-item-dl-dt {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.p-lp-point__lists-item-dl-dt::before {
  content: "";
  background-image: url(../img/point_img02.svg);
  width: 64px;
  aspect-ratio: 1/1;
  display: inline-block;
}
.p-lp-point__lists-item-dl-dt-text-num {
  color: #b7000c;
  font-size: 2.4rem;
}
.p-lp-point__lists-item-btn {
  color: #30c1c1;
  background-color: #ffffff;
  width: 100%;
  height: 56px;
  margin: auto auto 0 auto;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 100vmax;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-lp-point__lists-item-btn {
    margin: 20px auto 0 auto;
  }
}
.p-lp-point__lists-item-btn::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: opacity 0.1s;
}
.p-lp-point__lists-item-btn-text {
  font-weight: 700;
}
.p-lp-point__lists-item-btn:hover {
  opacity: 1;
}
.p-lp-point__lists-item-btn:hover::after {
  opacity: 1;
}
.p-lp-point--01 .p-lp-point__lists-item--01 .p-lp-point__lists-item-dl-dt::before {
  background-image: url(../img/point_img01.svg);
}
.p-lp-point--02 .p-lp-point__lists-item--01 .p-lp-point__lists-item-dl-dt::before {
  background-image: url(../img/point_img03.svg);
}
.p-lp-links {
  background-color: #d4f6f6;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-lp-links {
    padding: 50px 0;
  }
}
.p-lp-links__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 1110px) {
  .p-lp-links__items {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-links__items {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-lp-links__item {
  width: 260px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-lp-links__item {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-links__item {
    width: 164px;
  }
}
@media screen and (max-width: 389px) {
  .p-lp-links__item {
    width: 150px;
  }
}
.p-lp-links__item::before {
  content: "";
  background-color: #30c1c1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  right: -2px;
  border-radius: 50%;
}
.p-lp-links__item-btn {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  position: relative;
  border: 3px #30c1c1 solid;
  transition: transform 0.1s ease-out;
  border-radius: 50%;
  backface-visibility: hidden;
}
.p-lp-links__item-btn-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-lp-links__item-btn-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 389px) {
  .p-lp-links__item-btn-text {
    font-size: 1.4rem;
  }
}
.p-lp-links__item-btn-text::before {
  content: "";
  width: 64px;
  height: 64px;
  margin: 0 auto 15px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-lp-links__item-btn-text::before {
    margin: 0 auto 10px auto;
  }
}
.p-lp-links__item-btn-text-small {
  font-size: 1.3rem;
  margin-top: 5px;
  display: block;
}
.p-lp-links__item-btn:hover {
  opacity: 1;
  transform: translate(2px, 4px);
  transition: transform 0.1s ease-in;
}
.p-lp-links__item--01 .p-lp-links__item-btn-text::before {
  background-image: url(../img/links_img01.svg);
}
.p-lp-links__item--01 .p-lp-links__item-btn-text::after {
  content: "";
  background-color: #222222;
  -webkit-mask-image: url(../img/icon_pdf.svg);
          mask-image: url(../img/icon_pdf.svg);
  width: 16px;
  aspect-ratio: 1/1;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 389px) {
  .p-lp-links__item--01 .p-lp-links__item-btn-text::after {
    width: 14px;
    margin-left: 5px;
  }
}
.p-lp-links__item--02 .p-lp-links__item-btn-text::before {
  background-image: url(../img/links_img02.svg);
}
.p-lp-links__item--03 .p-lp-links__item-btn-text::before {
  background-image: url(../img/links_img03.svg);
}

/* utility */
.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly {
    display: block;
  }
}
.u-displaySpOnly--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}

.u-font-mincho {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.u-text-l {
  text-align: left;
}
.u-text-c {
  text-align: center;
}
.u-text-r {
  text-align: right;
}