@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Hind:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

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

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

/*****************************
* 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-bg__inner {
  max-width: 120rem;
}
@media screen and (min-width: 1440px) {
  .l-bg__inner {
    margin: 0 auto;
  }
}

.l-footer__inner {
  width: 23.4375rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 0;
  max-width: 121.25rem;
  margin: 0 auto;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-introduction {
  padding: 0 1.25rem;
}

.l-main {
  width: 23.4375rem;
  margin: 0 auto;
}

.l-point {
  padding: 0 1.1875rem 0 1.25rem;
}

.c-btn {
  position: absolute;
  padding: 0.4375rem 0;
  text-align: center;
  color: #fff;
  background-color: #FCC24E;
  border-radius: 3.125rem;
  border: solid 0.3125rem #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.125rem #707070;
          box-shadow: 0.125rem 0.125rem 0.125rem #707070;
  font-weight: 700;
  position: relative;
  min-width: 21rem;
  margin: 0 auto;
  display: block;
}
.c-btn p {
  font-size: 1.125rem;
}
.c-btn span {
  font-size: 0.875rem;
  position: relative;
  padding: 0 0.875rem;
}
.c-btn span::before, .c-btn span::after {
  content: "";
  width: 0.1875rem;
  height: 1.25rem;
  background: #fff;
  position: absolute;
}
.c-btn span::before {
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-32deg);
          transform: translateY(-50%) rotate(-32deg);
}
.c-btn span::after {
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(32deg);
          transform: translateY(-50%) rotate(32deg);
}
.c-btn img {
  position: absolute;
  content: "";
  width: 2rem;
  top: 50%;
  right: 1.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card {
  border: solid 0.25rem #59B33D;
  width: 18.5625rem;
}

.c-card__item {
  padding: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.c-card--bold {
  font-weight: 700;
}

.c-card__green {
  color: #59B33D;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-is__sp {
    display: none;
  }
}

.c-is__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-is__pc {
    display: block;
  }
}

@media screen and (min-width: 1740px) {
  .c-is__tab {
    display: none;
  }
}

.c-pop img {
  width: 16.375rem;
  margin: 0 auto;
}

.c-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.1875rem;
}

.c-title--white {
  color: #fff;
}

.p-ac {
  background: #F7FCF7;
  padding: 3.4375rem 1.25rem;
}

.p-ac__item:not(:first-child) {
  margin-top: 1.5rem;
}

.p-ac__header {
  padding: 0.75rem 3.875rem 0.5625rem;
  background: #59B33D;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.p-ac__header::after, .p-ac__header::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.4375rem;
  height: 1.5625rem;
  background: #fff;
  top: 30%;
  right: 10%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.p-ac__header::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.p-ac__header.is-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-ac__header.is-open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-ac__iconQ {
  position: absolute;
  content: "";
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #59B33D;
  font-size: 1.125rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #F5F5F5;
  text-align: center;
  font-family: "Didact Gothic", "Hind", sans-serif;
  display: inline-block;
}

.p-ac__child {
  display: none;
}

.p-ac__childText {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1.0625rem 1.1875rem;
  background: #fff;
}

.p-card {
  background: #F5F5F5;
  padding: 3rem 1.25rem 2.1875rem;
}

.p-card__text {
  padding-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 0.9375rem;
  height: 0.9375rem;
  border-bottom: solid 0.125rem black;
  border-right: solid 0.125rem black;
}

.slick-prevA {
  left: -2%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-nextA {
  right: 5%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-prevB {
  left: -4%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-nextB {
  right: -4%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-co {
  background: url(../images/other/co_bg.png);
  padding-top: 3.0625rem;
  background-size: 99% auto;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
}

.p-co__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding: 0 1.25rem;
}

.p-co__item {
  padding: 1.1875rem 1rem 1rem;
  border: solid 0.25rem #59B33D;
  background: #fff;
}

.p-co__text {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5625rem;
}

.p-co__img1 img {
  width: 3.8125rem;
  margin: 0 auto;
}

.p-co__img2 img {
  width: 3.4375rem;
  margin: 0 auto;
}

.p-co__img3 img {
  width: 6.3125rem;
  margin: 0 auto;
}

.p-co__img4 img {
  width: 5.9375rem;
  margin: 0 auto;
}

.p-co__coImg {
  margin-top: 4.0625rem;
}

.p-co__msg {
  text-align: right;
  padding: 0 1.1875rem;
  margin-top: -3.1875rem;
}

.p-msg1, .p-msg2, .p-msg3 {
  color: #1A1A1A;
  font-size: 1.375rem;
  font-weight: 700;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FCC24E));
  background: linear-gradient(transparent 50%, #FCC24E 50%);
}

.p-msg1 {
  margin-right: 3.125rem;
}

.p-msg2 {
  margin-right: 2.0625rem;
}

.p-co__btn {
  margin-top: 2.4375rem;
  padding: 0 1.25rem;
}

.p-contact {
  background: #F5F5F5;
  padding: 2.875rem 0;
}

.p-contact__text {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
}

.p-contact__form {
  width: 21rem;
  margin: 3.375rem auto;
}

.p-contact__items:not(:first-child) {
  margin-top: 1rem;
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.p-contactTitle {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-contact__must {
  display: inline-block;
  font-size: 0.625rem;
  background: #DE1A15;
  color: #fff;
  margin-left: 0.5rem;
  padding: 0.125rem 0.4375rem;
}

.p-contact__privacy {
  min-width: 21rem;
  margin: 1rem auto;
  height: 15rem;
  overflow: scroll;
  padding: 0.625rem 0.4375rem;
  border: solid 0.1875rem #59B33D;
  line-height: 1.6666666667;
  background: #fff;
}

.p-contact__privacyTitle {
  font-size: 0.9375rem;
  font-weight: 700;
}

.p-contact__privacyDesc {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.p-contact__checkBox {
  display: none;
}

.p-contact__checkBox + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-top: 0.5rem;
  margin-left: 1.75rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-contact__checkBox + span::before {
  -webkit-transform: translateY(-50%);
  border: solid 0.1875rem #59B33D;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  height: 1.25rem;
  width: 1.25rem;
  background: #fff;
}

.p-contact__checkBox + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 0.1875rem solid #59B33D;
  border-left: 0.1875rem solid #59B33D;
  content: "";
  top: 23%;
  left: -8%;
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 0.4375rem;
  width: 0.625rem;
}

.p-contact__checkBox:checked + span::after {
  opacity: 1;
}

.p-contact__btn {
  background: #59B33D;
  border-radius: 3.125rem;
  min-width: 21rem;
  margin: 3.5rem auto;
  display: block;
  padding: 1.25rem 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}

.p-contact__postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__postcodeInput {
  margin-left: 0.5rem;
}

.p-contact__select {
  position: relative;
}
.p-contact__select::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  right: 6%;
  border-bottom: solid 0.1875rem #7FC339;
  border-right: solid 0.1875rem #7FC339;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
}

input[type=text], input[type=email] {
  border: solid 0.1875rem #59B33D;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.106875rem;
  padding: 0.8125rem 0.5rem;
  position: relative;
  width: 100%;
  color: black;
  margin-top: 0.5rem;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  color: #D1D1D1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #D1D1D1;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder {
  color: #D1D1D1;
}
input[type=text]::placeholder, input[type=email]::placeholder {
  color: #D1D1D1;
}
input[type=text]:hover, input[type=text]:focus {
  outline: none;
}
input[type=email]:hover, input[type=email]:focus {
  outline: none;
}
input[type=text]:hover + .contact-focusLine, input[type=text]:focus + .contact-focusLine {
  opacity: 1;
}
input[type=email]:hover + .contact-focusLine, input[type=email]:focus + .contact-focusLine {
  opacity: 1;
}
input[type=radio] {
  display: none;
  vertical-align: text-top;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: solid 0.1875rem #59B33D;
  font-size: 0.875rem;
  font-family: inherit;
  padding: 0.8125rem 0.5rem;
  width: 100%;
  margin-top: 0.5rem;
  outline: none;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
select::-ms-expand {
  display: none;
}

textarea {
  border: solid 0.1875rem #59B33D;
  border-radius: 0;
  font-size: 0.875rem;
  height: 160px;
  margin-top: 3px;
  outline: none;
  padding: 0.5em;
  resize: vertical;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__img {
    width: 21.25rem;
  }
}

.p-footer__items {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-footer__itemB {
    margin-left: 5.625rem;
  }
}

.p-footer__text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.p-footer__msg {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.p-footer__copyRight {
  font-size: 0.625rem;
  font-weight: 500;
  background: #7FC339;
  padding: 0.6875rem 0;
  text-align: center;
  margin-top: 2.5rem;
  color: #333;
  width: 100%;
  font-family: "Didact Gothic", "Hind", sans-serif;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 23.4375rem;
  margin: 0 auto;
}

.p-header__left {
  width: 11.25rem;
  margin-left: 1rem;
}
.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  cursor: pointer;
}

.p-header__call {
  width: 3.75rem;
  background: #FCC24E;
  text-align: center;
  padding: 1.125rem 0 0.1875rem;
}
.p-header__call a img {
  width: 2.125rem;
  margin: 0 auto;
}
.p-header__call a p {
  font-size: 0.625rem;
  margin-top: 0.125rem;
  color: #fff;
  font-family: "Didact Gothic", "Hind", sans-serif;
}

.p-header__mail {
  width: 3.75rem;
  padding: 1.125rem 0 1.3125rem;
  background: #7FC339;
  display: block;
}
.p-header__mail a img {
  width: 1.6875rem;
  margin: 0 auto;
}
.p-introduction {
  background: #F5F5F5;
  padding: 5rem 0 0;
}

.p-introduction__text {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 2.8125rem;
  letter-spacing: 0.098125rem;
}

.p-introduction__logo {
  margin-top: 1.5rem;
}
.p-introduction__logo img {
  width: 14.1875rem;
  margin: 0 auto;
}

.dots-2 .slick-dots {
  text-align: center;
}

.dots-2 .slick-dots li {
  display: inline-block;
}

.dots-2 .slick-dots button {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0.375rem;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

.p-line {
  background: #59B33D;
  padding-bottom: 1.8125rem;
}

.p-line__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-top: 3.125rem;
}

.p-line__items {
  margin-top: 3.0625rem;
  padding: 0 1.25rem;
}

.p-line__item {
  -webkit-box-shadow: 0 0.1875rem 0.375rem #707070;
          box-shadow: 0 0.1875rem 0.375rem #707070;
  width: 19.9375rem;
  background: #fff;
  position: relative;
}
.p-line__item:not(:first-child) {
  margin-top: 2.6875rem;
}

.p-line__itemA {
  padding: 0.75rem 2rem 0.75rem 6.4375rem;
}

.p-line__itemB {
  margin-left: auto;
  padding: 0.75rem 6.25rem 0.75rem 1.875rem;
}

.p-line__imgA,
.p-line__imgB,
.p-line__imgC {
  position: absolute;
  content: "";
}
.p-line__imgA img,
.p-line__imgB img,
.p-line__imgC img {
  width: 4.0625rem;
}

.p-line__imgA {
  top: -24%;
  left: 6%;
}

.p-line__imgB {
  top: -35%;
  right: 6%;
}

.p-line__imgC {
  top: -39%;
  left: 6%;
}

.p-line__text {
  font-size: 1rem;
  font-weight: 700;
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}
.p-line__text span {
  border-bottom: dashed 0.0625rem #333;
}

.p-main {
  background: #F5F5F5;
  padding: 3.5rem 1.25rem 1.75rem;
}
.p-main p {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-main span {
  color: #59B33D;
}

.p-main__dotText {
  -webkit-text-emphasis: filled;
          text-emphasis: filled;
}

.p-main__img {
  margin: 2.1875rem 0 1.9375rem;
}

.p-main__list {
  background-image: url(../images/other/listBg@2x.png);
  background-size: cover;
  width: 100%;
  height: 21.125rem;
  margin-bottom: 1.9375rem;
}

.p-main__listItems {
  margin-top: 2.1875rem;
  padding: 2.4375rem 2.75rem;
}

.p-main__listText {
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 1.9375rem;
  line-height: 1.4444444444;
  position: relative;
}
.p-main__listText span {
  color: #59B33D;
}
.p-main__listText:not(:first-child) {
  margin-top: 0.9375rem;
}
.p-main__listText::before {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border: solid 0.125rem #59B33D;
  top: 50%;
  left: -19%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.p-main__listText::after {
  position: absolute;
  content: "";
  width: 0.5625rem;
  height: 0.9375rem;
  top: 50%;
  left: -15%;
  -webkit-transform: translateY(-50%) rotate(42deg);
          transform: translateY(-50%) rotate(42deg);
  border-bottom: solid 0.1875rem #59B33D;
  border-right: solid 0.1875rem #59B33D;
}

.p-main__lineTxt {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
.p-main__lineTxt span {
  color: #59B33D;
  font-size: 1.625rem;
}

.p-moveBtn {
  position: fixed;
  bottom: 0.625rem;
  min-width: 23.4375rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, .7);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.p-point {
  background: #F7FCF7;
  padding-bottom: 3.5rem;
}

.p-point__pop {
  margin-top: 3.1875rem;
  margin-bottom: 3.5625rem;
}

.p-point__item {
  border: 0.25rem solid #59B33D;
  position: relative;
}
.p-point__item:not(:first-child) {
  margin-top: 1.5rem;
}

.p-point__point {
  min-width: 7.3125rem;
  background: #59B33D;
  font-size: 1.25rem;
  font-family: "Didact Gothic", "Hind", sans-serif;
  font-style: italic;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  position: absolute;
  content: "";
  top: -16%;
  left: 7%;
  text-align: center;
  letter-spacing: 0.15rem;
}

.p-point__text {
  padding: 1.625rem 1.375rem 1.3125rem 1.625rem;
  font-size: 1rem;
  font-weight: 700;
}
.p-point__text span {
  color: #59B33D;
}

.p-point__icon {
  padding: 1.5rem 0;
}
.p-point__icon img {
  width: 2.5rem;
  margin: 0 auto;
}

.p-point__btn {
  margin-top: 2rem;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-thanks {
  border-top: solid 1.875rem #7FC339;
  border-bottom: solid 1.875rem #7FC339;
  text-align: center;
  padding: 5rem 0;
}

.p-top {
  padding: 2.1875rem 0 3.5rem;
  background: url(../images/top/top__bg.jpg);
  background-color: #fff;
  background-position: right 16% top -20%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .p-top {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1740px) {
  .p-top {
    padding-top: 5rem;
  }
}

.p-top__box {
  background: #59B33D;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0.5rem 0.25rem 0.25rem;
  margin: 0 1.1875rem;
}

.p-top__text1 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  padding-bottom: .5rem;
}
.p-top__text1 span {
  font-size: 1.25rem;
}

.p-top__text2 {
  font-size: 1.5rem;
  background: #fff;
  color: #59B33D;
  font-weight: 900;
  padding-bottom: 0.5rem;
}
.p-top__text2 span {
  font-size: 2.875rem;
}

.p-top__title {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.25rem;
}
.p-top__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 18.6%;
  width: 14.6875rem;
  height: 0.625rem;
  background: #FCC24E;
}
.p-top__title span {
  position: relative;
  display: inline-block;
  padding: 0 1.25rem;
  z-index: 1;
}
.p-top__title span::before, .p-top__title span::after {
  content: "";
  width: 0.1875rem;
  height: 1.5rem;
  background: #333;
  position: absolute;
}
.p-top__title span::before {
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-32deg);
          transform: translateY(-50%) rotate(-32deg);
}
.p-top__title span::after {
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(32deg);
          transform: translateY(-50%) rotate(32deg);
}

.p-top__items {
  margin-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.625rem;
}
.p-top__items:not(:first-child) {
  margin-left: 0.25rem;
}

.p-top__present {
  margin: 1.125rem 0 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 700;
}
.p-top__present p {
  font-size: 1.25rem;
}

.p-top__text {
  font-size: 1.375rem;
  color: #fff;
  background: #59B33D;
}

.p-top__pop img {
  width: 18.25rem;
  margin: 0 auto;
}

.p-top__btn {
  margin-top: 2rem;
}

.p-top__btn {
  margin: 1.9375rem 1.1875rem 0;
}

.p-voice {
  background: #59B33D;
  padding: 0.625rem 1.25rem 3.5rem;
}

.p-voice__item {
  background: #fff;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 3.5rem 1.375rem 1.5rem;
}
.p-voice__item:not(:first-child) {
  margin-top: 4.0625rem;
}

.p-voice__img {
  background: #fff;
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  left: 50%;
  top: -16%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-voice__title {
  font-weight: 700;
}
.p-voice__title span {
  font-size: 1.125rem;
}

.p-voice__text {
  margin-top: 0.5625rem;
}
.p-voice__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FCC24E));
  background: linear-gradient(transparent 60%, #FCC24E 40%);
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
