body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #26262B;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 4.2666666667vw;
  }
}

.fcRD {
  color: #c00;
}

/*------------------------------------*\
    component
\*------------------------------------*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-radius: 5px;
  min-width: 300px;
  background-color: #d00;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .c-btn {
    padding: 5.3333333333vw;
    min-width: 80vw;
    font-size: 4.2666666667vw;
  }
}
.c-btn:hover {
  background-color: #aa0000;
}

.c-btn__icon {
  width: 9px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-note {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .c-note {
    font-size: 3.7333333333vw;
  }
}

.c-banner {
  margin: 40px 0 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .c-banner {
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
}

/*------------------------------------*\
    header
\*------------------------------------*/
.l-header {
  padding: 10px 13.75vw;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .l-header {
    padding: 10px 10px 0;
  }
}

.p-header__logo a {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .p-header__logo a img {
    width: 40vw;
    height: auto;
  }
}

/*------------------------------------*\
    intro
\*------------------------------------*/
.p-intro {
  background-color: #D9F0F7;
}

.p-intro__container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 50px 0 5px;
}
@media screen and (max-width: 1024px) {
  .p-intro__container {
    padding: 50px 20px 5px;
  }
}
@media screen and (max-width: 480px) {
  .p-intro__container {
    padding: 13.3333333333vw 4vw 1.3333333333vw;
  }
}

.p-intro__content-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .p-intro__content-item {
    grid-template-columns: 4fr 1fr;
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 5.3333333333vw;
    grid-row-gap: 5.3333333333vw;
    margin-bottom: 8vw;
    padding: 4vw;
    align-items: center;
  }
}
.p-intro__content-item:nth-of-type(1) .p-intro__content-title img {
  width: 278px;
}
@media screen and (max-width: 480px) {
  .p-intro__content-item:nth-of-type(1) .p-intro__content-title img {
    width: 60vw;
  }
}
.p-intro__content-item:nth-of-type(2) .p-intro__content-title img {
  width: 215px;
}
@media screen and (max-width: 480px) {
  .p-intro__content-item:nth-of-type(2) .p-intro__content-title img {
    width: 47.7333333333vw;
  }
}
.p-intro__content-item:nth-of-type(3) .p-intro__content-title img {
  width: 377px;
}
@media screen and (max-width: 480px) {
  .p-intro__content-item:nth-of-type(3) .p-intro__content-title img {
    width: 59.7333333333vw;
  }
}
.p-intro__content-item:nth-of-type(4) .p-intro__content-title img {
  width: 276px;
}
@media screen and (max-width: 480px) {
  .p-intro__content-item:nth-of-type(4) .p-intro__content-title img {
    width: 54.1333333333vw;
  }
}

.p-intro__content-pic {
  grid-area: 1/1/6/2;
}
@media screen and (max-width: 480px) {
  .p-intro__content-pic {
    grid-area: 1/1/2/3;
  }
}
.p-intro__content-pic img {
  border-radius: 10px;
}

.p-intro__content-title {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 480px) {
  .p-intro__content-title {
    grid-area: 2/1/3/2;
  }
}

.p-intro__content-logo {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 480px) {
  .p-intro__content-logo {
    position: static;
    right: auto;
    top: auto;
    grid-area: 2/2/3/3;
  }
}
.p-intro__content-logo img {
  width: 70px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .p-intro__content-logo img {
    width: 18.6666666667vw;
  }
}

.p-intro__content-lead {
  grid-area: 2/2/3/3;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45833;
}
@media screen and (max-width: 480px) {
  .p-intro__content-lead {
    grid-area: 3/1/4/3;
    font-size: 5.3333333333vw;
  }
}

.p-intro__content-text {
  grid-area: 3/2/4/3;
  line-height: 1.65;
}
@media screen and (max-width: 480px) {
  .p-intro__content-text {
    grid-area: 4/1/5/3;
  }
}

.p-intro__content-btn {
  grid-area: 4/2/5/3;
}
@media screen and (max-width: 480px) {
  .p-intro__content-btn {
    grid-area: 5/1/6/3;
    margin: 0 auto;
  }
}

/*------------------------------------*\
    info
\*------------------------------------*/
.p-info {
  padding: 75px 0;
  background: #FFF3F3 url(../img/bg_01.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1440px) {
  .p-info {
    background: #FFF3F3 url(../img/bg_01.png) no-repeat center center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-info {
    padding: 6.6666666667vw 4vw 13.3333333333vw;
    background: #FFF3F3 url(../img/bg_01_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.p-info__container {
  max-width: 980px;
  margin: 0 auto;
}

.p-info__title-balloon {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 8px 25px;
  background-color: #c00;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 18px;
  border-radius: 100px;
}
@media screen and (max-width: 480px) {
  .p-info__title-balloon {
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 5.3333333333vw;
  }
}

.p-info__title-balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 45px;
  height: 10px;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 10'%3E%3Cpath d='M45 0C32.6601 0 22.5 10 22.5 10S12.3399 0 0 0H45Z' fill='%23cc0000'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
@media screen and (max-width: 480px) {
  .p-info__title-balloon::after {
    width: 12vw;
    height: 2.6666666667vw;
  }
}

.p-info__title {
  margin-top: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 1.8px;
}
.p-info__title .small {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .p-info__title .small {
    font-size: 4.8vw;
  }
}
.p-info__title .large {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .p-info__title .large {
    font-size: 8vw;
  }
}
@media screen and (max-width: 480px) {
  .p-info__title {
    font-size: 6.1333333333vw;
  }
}

.p-info__title--topmargin {
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .p-info__title--topmargin {
    margin-top: 13.3333333333vw;
  }
}

.p-info__logo img {
  margin: 0 auto;
  width: 90px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .p-info__logo img {
    width: 18.6666666667vw;
  }
}

.p-info__logo-text {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.p-info__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  padding: 10px 20px;
  margin: 40px 0;
  background-color: #FFFFFF;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .p-info__box {
    flex-wrap: wrap;
    padding: 2.6666666667vw 5.3333333333vw;
    margin: 5.3333333333vw 0;
  }
}

.p-info__box-head {
  color: #c00;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-info__box-head {
    flex: 1 1 100%;
    text-align: center;
    font-size: 4.8vw;
  }
}
.p-info__box-head .small {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .p-info__box-head .small {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-info__box-text {
    flex: 1 1 100%;
  }
}
.p-info__box-text .c-note {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .p-info__box-text .c-note {
    font-size: 4.2666666667vw;
  }
}

.p-info__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-info__btn {
    margin-top: 5.3333333333vw;
  }
}
.p-info__btn .c-btn {
  min-width: 740px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-info__btn .c-btn {
    min-width: auto;
  }
}
@media screen and (max-width: 480px) {
  .p-info__btn .c-btn {
    font-size: 4vw;
    text-align: left;
  }
}

.p-info__text {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-info__text {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */