@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.about {
  background-image: url(../images/bg_about.jpg);
  font-family: "Noto Serif JP", serif;
  width: 100%;
  padding-top: 8.125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 3.75rem;
  }
}

.about__heading {
  font-size: 3.75rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 2.5rem;
  }
}

.about__heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-line-up.png);
  background-position: center;
  background-repeat: no-repeat;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__heading::before {
    top: -1.5625rem;
  }
}

.about__heading::after {
  position: absolute;
  content: "";
  background-image: url(../images/about-line-down.png);
  background-position: center;
  background-repeat: no-repeat;
  bottom: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__heading::after {
    bottom: -1.5625rem;
  }
}

.about__area {
  background: url(../images/about-frame-top.png), url(../images/about-frame-bottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 3.75rem 0;
  margin: 8.4375rem auto 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__area {
    padding: 1.875rem 0;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .about__area {
    padding: 1.25rem 0;
  }
}

.about__area-inner {
  background: url(../images/about-frame-middle.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-bottom: 1.25rem;
  width: 100%;
}

.about__box {
  margin: 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .about__box {
    margin: 0 1.875rem;
  }
}

.about__box-img {
  float: right;
  max-width: 20rem;
  width: 100%;
  margin-left: 1.25rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .about__box-img {
    float: none;
    margin-inline: auto;
    padding-top: 1.25rem;
  }
}

.about__name {
  font-size: 1.875rem;
  font-weight: 700;
  padding-top: 3.75rem;
  margin-left: 1.25rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .about__name {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 1.875rem;
    margin-left: 0;
    width: auto;
  }
}

.about__name-line img {
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__name-line img {
    bottom: -1.25rem;
    max-width: 18.75rem;
  }
}

.about__box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .about__box-text {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}

.about__text {
  color: #e62083;
  font-size: 2.25rem;
  margin-top: 8.125rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1.75rem;
    margin-top: 4.375rem;
  }
}
@media screen and (max-width: 550px) {
  .about__text {
    font-size: 1.125rem;
  }
}

.about__text::before {
  position: absolute;
  content: "";
  background-image: url(../images/title-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 7.5rem;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .about__text::before {
    height: 5rem;
    width: 3.75rem;
  }
}
@media screen and (max-width: 550px) {
  .about__text::before {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.about__text::after {
  position: absolute;
  content: "";
  background-image: url(../images/title-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 50%;
  right: -1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 7.5rem;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .about__text::after {
    right: -0.625rem;
    height: 5rem;
    width: 3.75rem;
  }
}
@media screen and (max-width: 550px) {
  .about__text::after {
    right: -1.25rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}

.about__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .about__img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .about__img-box {
    margin-top: 1.875rem;
  }
}

.about__img-box img {
  margin-inline: auto;
  max-width: 18.75rem;
  width: 100%;
}

.bible {
  background-image: url(../images/bg_bible.jpg);
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .bible {
    padding-bottom: 2.5rem;
  }
}
/* @media screen and (max-width: 550px) {
  .bible {
    padding-bottom: 6.25rem;
  }
} */

.bible__heading {
  position: relative;
  width: 100%;
}

.bible__heading img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bible__title {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  padding-top: 13.75rem;
}
@media screen and (max-width: 1440px) {
  .bible__title {
    padding-top: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bible__title {
    font-size: 1.5rem;
    padding-top: 9.375rem;
  }
}
@media screen and (max-width: 550px) {
  .bible__title {
    font-size: 1rem;
    padding-top: 5rem;
  }
}

.bible__title--point {
  font-size: 1.75rem;
  line-height: 0.2;
  z-index: 1000;
}

.bible__img-nayami {
  margin-bottom: 2.5rem;
}

.bible__img-nayami img {
  width: 100%;
}

.bible__text {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bible__text {
    font-size: 1rem;
  }
}

.bible__text--line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffdb1a));
  background: linear-gradient(transparent 60%, #ffdb1a 60%);
}

.bible__text--color {
  color: #e62083;
}

.bible__text--large {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .bible__text--large {
    font-size: 1.5rem;
  }
}

.bible__items {
  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;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .bible__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.bible__img-book {
  max-width: 16.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bible__img-book {
    min-width: 6.25rem;
    width: 60%;
    margin-inline: auto;
  }
}

.bible__text--small {
  font-size: 10px;
  text-align: center;
  margin-top: 1rem;
  /* margin-bottom: 7.5rem; */
}
/* @media screen and (max-width: 767px) {
  .bible__text--small {
    margin-bottom: 1.25rem;
  }
} */

.text--color {
  color: #e62083;
}

/* 点滅 */
.blink {
  -webkit-animation: blinking 1s ease-in-out infinite alternate;
          animation: blinking 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.updown {
  -webkit-animation-name: UpDown;
          animation-name: UpDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.shiny-btn {
  position: relative;
  display: block;
  margin-inline: auto;
  overflow: hidden;
}

.shiny-btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.content {
  background-image: url(../images/bg_content.jpg);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

.content__heading {
  position: relative;
  width: 100%;
}

/* .content__heading img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
} */

.content__img img {
  margin-inline: auto;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .content__img img {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 550px) {
  .content__img img {
    padding-top: 2rem;
  }
}

.footer__bg {
  background-image: url(../images/bg_footer.jpg);
  background-size: cover;
  padding-top: .02rem;

}

.footer__text {
  font-size: 1.875rem;
  padding-top: 4.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__text {
    text-align: left;
  }
}

.footer__text--color {
  color: #e62083;
}

.footer__text--line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffdb1a));
  background: linear-gradient(transparent 60%, #ffdb1a 60%);
}

.footer__imgbox {
  position: relative;
}

.footer__img {
  margin-top: 1.5625rem;
  width: 100%;
}

.footer__button {
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 18.75rem;
  max-width: 46.875rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__button {
    bottom: 1%;
  }
}
@media screen and (max-width: 550px) {
  .footer__button {
    bottom: 0;
  }
}

.footer__btn {
  max-width: 46.875rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .footer__btn {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .footer__btn {
    width: 95%;
  }
}

.footer__items {
  font-size: 0.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 1.875rem;
}

.footer__privacy {
  position: relative;
}

.footer__privacy::after {
  position: absolute;
  top: 0;
  right: -0.625rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333;
}

.footer__copy {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.footer__bg2 {
  background-color: rgb(242, 145, 178);
  width: 100%;
  height: 1.25rem;
  margin-top: -0.3125rem;
}

.getting {
  color: #fff;
  background-image: url(../images/bg_getting.jpg);
  background-size: cover;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .getting {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

/* .getting-under {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .getting-under {
    margin-bottom: 1.25rem;
  }
} */

.getting__heading {
  font-size: 2.625rem;
  margin-bottom: 3.125rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .getting__heading {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}

.getting__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: -2.5rem;
}

.getting__heading:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -2.5rem;
}

.getting__button {
  max-width: 50rem;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .getting__button {
    width: 100%;
  }
}

.getting__button img {
  margin-right: auto;
  margin-left: auto;
}

.header__title {
  position: relative;
}

.header__img {
  width: 100%;
}

.button {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 18.75rem;
  max-width: 50rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .button {
    bottom: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .button {
    bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .button {
    bottom: 2%;
  }
}
@media screen and (max-width: 550px) {
  .button {
    bottom: 1%;
  }
}

.header__btn {
  max-width: 48.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .header__btn {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .header__btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__btn {
    width: 95%;
  }
}

.header__bg2 {
  background-color: rgb(242, 145, 178);
  width: 100%;
  height: 1.25rem;
  margin-top: -0.3125rem;
}

.pr {
  background-image: url(../images/bg_red.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .pr {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.pr__title {
  color: #ffdb29;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pr__title {
    font-size: 3.125rem;
  }
}

.pr__text {
  color: #fff;
  font-size: 2.875rem;
  font-weight: 700;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pr__text {
    font-size: 1.625rem;
  }
}

.reason {
  background-image: url(../images/bg_reason.jpg);
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.reason__heading img {
  margin-inline: auto;
}

.reason__title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason__title {
    font-size: 1rem;
    margin-top: 3.125rem;
  }
}

.reason__text--line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffdb1a));
  background: linear-gradient(transparent 60%, #ffdb1a 60%);
}

.reason__text--color {
  color: #e62083;
}

.reason__text--large {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .reason__text--large {
    font-size: 1.25rem;
  }
}

.reason__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.25rem;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .reason__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
    margin-top: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .reason__items:not(:first-of-type) {
    margin-top: 1.25rem;
  }
}

.reason__text {
  font-size: 1.5rem;
  line-height: 2;
  width: 54%;
}
@media screen and (max-width: 767px) {
  .reason__text {
    font-size: 1rem;
    width: 100%;
  }
}

.reason__img img {
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason__img img {
    width: 100%;
    margin-inline: auto;
  }
}

.voice {
  background-image: url(../images/bg_voice.jpg);
  background-position: center;
  background-size: cover;
  font-family: "Noto Serif JP", serif;
  padding-top: 3.75rem;
  padding-bottom: 18.75rem;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-top: 1.875rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 550px) {
  .voice {
    padding-bottom: 7.5rem;
  }
}

.voice--bottom {
  padding-bottom: 7.5rem;
}

.voice__heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-inline: auto;
  margin-bottom: 3.125rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .voice__heading {
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 550px) {
  .voice__heading {
    font-size: 1.375rem;
  }
}

.voice__heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/title-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 0.625rem;
  left: -6.25rem;
  height: 6.25rem;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .voice__heading::before {
    left: -3.125rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}
@media screen and (max-width: 550px) {
  .voice__heading::before {
    left: -1.875rem;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.voice__heading::after {
  position: absolute;
  content: "";
  background-image: url(../images/title-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 0.625rem;
  right: -6.25rem;
  height: 6.25rem;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .voice__heading::after {
    right: -3.75rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}
@media screen and (max-width: 550px) {
  .voice__heading::after {
    right: -1.875rem;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.voice__item {
  background-color: #fff;
  border: 2px solid #906725;
  background-image: linear-gradient(45deg, #906725 10px, transparent 0), linear-gradient(-45deg, #906725 10px, transparent 0), linear-gradient(135deg, #906725 10px, transparent 0), linear-gradient(-135deg, #906725 10px, transparent 0);
  padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  position: relative;
  margin-inline: auto;
  max-width: 62.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice__item {
    padding-bottom: 2.5rem;
  }
}

.voice__item::after {
  position: absolute;
  content: "";
  border: 2px solid #906725;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

.voice__item:not(:first-child) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .voice__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.voice__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 550px) {
  .voice__title {
    font-size: 1.25rem;
  }
}

.voice__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/kirakira-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 2.5rem;
  left: 0.625rem;
  height: 6.25rem;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .voice__title::before {
    top: 1.25rem;
    left: 0.625rem;
    height: 3.125rem;
    width: 3.125rem;
  }
}
@media screen and (max-width: 550px) {
  .voice__title::before {
    top: 1.25rem;
    left: 0;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.voice__title::after {
  position: absolute;
  content: "";
  background-image: url(../images/kirakira-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 2.5rem;
  right: 0.625rem;
  height: 6.25rem;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .voice__title::after {
    top: 1.25rem;
    right: 0.625rem;
    height: 3.125rem;
    width: 3.125rem;
  }
}
@media screen and (max-width: 550px) {
  .voice__title::after {
    top: 1.25rem;
    right: 0;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.voice__title--color {
  color: #e62083;
}

.voice__title--line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffdb1a));
  background: linear-gradient(transparent 60%, #ffdb1a 60%);
}

.voice__title--large {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .voice__title--large {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .voice__title--large {
    font-size: 1.875rem;
  }
}

.voice__itembox {
  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;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .voice__itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.voice__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .voice__img {
    width: 100%;
  }
}

.voice__img img {
  margin-inline: auto;
  max-width: 25rem;
  width: 100%;
}

.voice__job {
  font-size: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__job {
    font-size: 1.375rem;
  }
}

.voice__name {
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__name {
    font-size: 1.75rem;
  }
}

.voice__text {
  position: relative;
  margin-inline: auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .voice__text {
    width: 100%;
  }
}

.voice__text::before {
  display: block;
  overflow: hidden;
  position: absolute;
  content: "";
  background-image: url(../images/voice-line.png);
  background-repeat: no-repeat;
  height: 15px;
  max-width: 18.75rem;
  width: 100%;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .voice__text::before {
    top: -20px;
  }
}

.voice__text::after {
  display: block;
  overflow: hidden;
  position: absolute;
  content: "";
  background-image: url(../images/voice-line.png);
  background-repeat: no-repeat;
  height: 15px;
  max-width: 18.75rem;
  width: 100%;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .voice__text::after {
    bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u-desktop2 {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-mobile2 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-mobile2 {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
