@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

@media screen and (min-width: 769px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*iframe {
  height: 50.625rem;
}
@media screen and (min-width: 769px) {
  iframe {
    height: 48.75rem;
  }
}*/

input[type=text],
input[type=email],
input[type=tel],
select {
  background-color: #e6e6e6;
}

/*****************************
* 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,
li {
  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,
button {
  font: inherit;
  border: none;
  padding: 0;
}

button {
  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%;
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .l-inner {
    max-width: 67.75rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn {
  padding-top: 2.3125rem;
  padding-bottom: 1.6875rem;
  background-color: #e5e5e5;
  text-align: center;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-btn {
    padding-top: 4.8125rem;
  }
}

.c-btn a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  width: 21rem;
  padding: 0.75rem 0;
  background-color: #ffe822;
  border-radius: 50px;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 3.4211px 3.4211px 0 #000;
          box-shadow: 3.4211px 3.4211px 0 #000;
  -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (min-width: 769px) {
  .c-btn a {
    font-size: 1.75rem;
    width: 43.75rem;
    padding: 1.5625rem 0;
  }
}

.c-btn a::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  right: 0.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-btn a::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 1.4375rem;
  }
}

.c-btn--white {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn--white {
    margin-top: 1.5625rem;
    padding-bottom: 5rem;
  }
}

/* hover
--------------------------*/
.c-btn a:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-contact {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #e6e6e6;
}
@media screen and (min-width: 769px) {
  .p-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-contact__head{
    text-align: center;
}
.p-contact__head-title {
  font-weight: bold;
  font-size: 1.3125rem;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 0.5rem;
}
.p-contact__head-title > span{
    position: relative;
    z-index: 2;
}
.p-contact__head-title::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    height: 40%;
    z-index:1;
    background-color: #fff;
    padding: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .p-contact__head-title {
    font-size: 3rem;
  }
    .p-contact__head-title::after {
     height: 40%;
     top: 60px;
    }
}

.p-contact__head-text {
  font-size: 0.6875rem;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-contact__head-text {
    font-size: 1.375rem;
    margin-top: 2rem;
  }
}

.p-contact__form {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .p-contact__form {
    margin-top: 3.125rem;
    padding: 4.0625rem;
  }
}

.p-contact__item-flex {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .p-contact__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-contact__item {
  margin-top: 1.5625rem;
}

.p-contact__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .p-contact__item--firstname {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-contact__item-flex .p-contact__item input {
    width: 26.875rem;
  }
}

.p-contact__item-head {
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-contact__item-head {
    font-size: 1.125rem;
  }
}

.p-contact__item-head span {
  font-weight: bold;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  padding: 0.125rem 0.3125rem;
  background-color: #ffe822;
}
@media screen and (min-width: 769px) {
  .p-contact__item-head span {
    font-size: 0.8125rem;
  }
}

.p-contact__item-input {
  margin-top: 0.5rem;
}

.p-contact__item-input input,
.p-contact__item-input select {
  width: 100%;
  padding: 0.625rem;
  background-color: #e6e6e6;
  border: none;
}
@media screen and (min-width: 769px) {
  .p-contact__item-input input,
  .p-contact__item-input select {
    padding: 0.8125rem;
  }
}

/* ラジオボタン
--------------------------*/
.p-contact__item--checkbox .p-contact__item-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-contact__item--checkbox input {
  width: auto !important;
  width: initial !important;
  background-color: transparent !important;
  background-color: initial !important;
}

.p-contact__item-text {
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-contact__item-text {
    font-size: 1.0625rem;
  }
}

.p-contact__item-text a {
  color: #007bc0;
  text-decoration: underline;
}

/* 送信ボタン
--------------------------*/
.p-contact__item-submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__item-input--submit {
  position: relative;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-contact__item-input--submit {
    padding-top: 4.8125rem;
  }
}

.p-contact__item-input--submit input {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  width: 15.625rem;
  padding: 0.75rem 0;
  background-color: #ffe822;
  border-radius: 50px;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 3.4211px 3.4211px 0 #000;
          box-shadow: 3.4211px 3.4211px 0 #000;
  -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (min-width: 769px) {
  .p-contact__item-input--submit input {
    font-size: 1.75rem;
    width: 43.75rem;
    padding: 1.5625rem 0;
  }
}

.p-contact__item-input--submit::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  right: 0.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-contact__item-input--submit::after {
    width: 2.5rem;
    height: 2.5rem;
    top: 74%;
    right: 1.4375rem;
  }
}

.p-cta {
  position: relative;
  padding-top: 1.75rem;
}
@media screen and (min-width: 769px) {
  .p-cta {
    padding-top: 3.625rem;
  }
}

.p-cta:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6.25rem;
  bottom: -4.1875rem;
  left: 0;
  right: 0;
  background: url(../images/bg-triangle-white.jpg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-cta:after {
    height: 12.5rem;
    bottom: -6.875rem;
    background-size: cover;
    z-index: -1;
  }
}

.p-cta-title {
  font-weight: bold;
  font-size: 1.28125rem;
  letter-spacing: -0.057em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-cta-title {
    font-size: 2.625rem;
  }
}

.p-cta .c-btn {
  font-size: 1.09375rem;
  padding-top: 1.5625rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-cta .c-btn {
    font-size: 1.75rem;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .p-cta .c-btn a {
    width: 28.125rem;
  }
}

.p-data {
  margin-top: 5.625rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-data {
    margin-top: -6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-data-inner {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media screen and (min-width: 769px) {
  .p-data-items {
    max-width: 50rem;
    margin-top: 19.0625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-data-item {
  position: relative;
  border: 1px solid #000;
  -webkit-box-shadow: 4px 4px 0 #e5e5e5;
          box-shadow: 4px 4px 0 #e5e5e5;
  border-radius: 16px;
}
@media screen and (min-width: 769px) {
  .p-data-item {
    border: 3px solid #000;
    border-radius: 26px;
  }
}

.p-data-item + .p-data-item {
  margin-top: 3.5rem;
}
@media screen and (min-width: 769px) {
  .p-data-item + .p-data-item {
    margin-top: 6.4375rem;
  }
}

.p-data-item::before {
  position: absolute;
  content: "";
  width: 3.8125rem;
  height: 3.8125rem;
  top: -1.25rem;
  left: -0.625rem;
  background: url(../images/data01-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-data-item::before {
    width: 8.125rem;
    height: 8.125rem;
    top: -2.25rem;
    left: -1.5rem;
  }
}

.p-data-item__title {
  font-weight: bold;
  font-size: 1.1875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.25rem;
  background-color: #e5e5e5;
  text-align: center;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 769px) {
  .p-data-item__title {
    font-size: 1.625rem;
    padding: 1.375rem 0 1.375rem 4.375rem;
    border-radius: 26px 26px 0 0;
  }
}

.p-data-item__img {
  width: 16.25rem;
  margin: 1.625rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-data-item__img {
    width: 85%;
    margin-top: 2.5rem;
  }
}

.p-data-item__bottom {
  padding: 1.5rem 0.9375rem 1.6875rem;
}
@media screen and (min-width: 769px) {
  .p-data-item__bottom {
    padding: 2.8125rem 3.75rem;
  }
}

.p-data-item__bottom-title {
  font-weight: bold;
  font-size: 1rem;
  background-color: #ffe822;
  letter-spacing: 0.025em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-data-item__bottom-title {
    font-size: 1.5rem;
  }
}

.p-data-item__bottom-text {
  font-size: 0.75rem;
  margin-top: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-data-item__bottom-text {
    font-size: 1rem;
    margin-top: 1.375rem;
  }
}

/* data02
--------------------------*/
.p-data-item02::before {
  background: url(../images/data02-icon.png) no-repeat center center/contain;
}

.p-data-item02 .p-data-item__img {
  width: 18.75rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 769px) {
  .p-data-item02 .p-data-item__img {
    width: 80%;
    margin-top: 2.8125rem;
  }
}

.p-data-item02 .p-data-item__bottom {
  padding-top: 2.25rem;
}
@media screen and (min-width: 769px) {
  .p-data-item02 .p-data-item__bottom {
    padding-top: 2.8125rem;
  }
}

.p-data-item02 .p-data-item__bottom-text {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .p-data-item02 .p-data-item__bottom-text {
    margin-top: 1.375rem;
  }
}

/* data03
--------------------------*/
.p-data-item03::before {
  background: url(../images/data03-icon.png) no-repeat center center/contain;
}

.p-data-item03 .p-data-item__title {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 769px) {
  .p-data-item03 .p-data-item__title {
    padding: 1.75rem 0;
  }
}

.p-data-item03 .p-data-item__img {
  width: 18.125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-data-item03 .p-data-item__img {
    width: 80%;
    margin-top: 2.8125rem;
  }
}

.p-data-item03 .p-data-item__bottom {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-data-item03 .p-data-item__bottom {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.p-data-item03 .p-data-item__bottom-text {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-data-item03 .p-data-item__bottom-text {
    margin-top: 1.375rem;
  }
}

/* data04
--------------------------*/
.p-data-item04::before {
  background: url(../images/data04-icon.png) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .p-data-item04 .p-data-item__title {
    padding-left: 6.5rem;
    font-size: 1.5rem;
  }
   .p-data-item04 .p-data-item__bottom{
       font-size: 1.25rem;
    }
}

.p-data-item04 .p-data-item__img {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-data-item04 .p-data-item__img {
    width: 80%;
    margin-top: 2.8125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 769px) {
  .p-data-item04 .p-data-item__bottom-title {
    letter-spacing: -0.04em;
  }
}

.p-data-item04 .p-data-item__bottom-text {
  margin-top: 1.125rem;
}
@media screen and (min-width: 769px) {
  .p-data-item04 .p-data-item__bottom-text {
    margin-top: 1.375rem;
  }
}

.p-footer {
  padding: 1.25rem 0 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-footer {
    padding: 2.5rem 0 3.125rem;
  }
}

.p-footer-logo {
  width: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-footer-logo {
    width: 12.5rem;
  }
}

.p-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.625rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-footer-nav {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.p-footer-nav__list + .p-footer-nav__list {
  padding-left: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .p-footer-nav__list + .p-footer-nav__list {
    padding-left: 3.125rem;
  }
}

.p-footer-nav__list a {
  text-decoration: underline;
}

.p-footer-copy {
  font-size: 0.625rem;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-footer-copy {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-fv-img {
  position: absolute;
  z-index: 8888;
}

.p-fv-signboard {
  width: 35vw;
  top: 0;
  left: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .p-fv-signboard {
    width: 17.3vw;
    top: -0.25rem;
    left: 23.3vw;
  }
}

.p-fv-text {
  width: 92vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -59%);
          transform: translate(-50%, -59%);
}
@media screen and (min-width: 769px) {
  .p-fv-text {
    width: 50.3vw;
    -webkit-transform: translate(-50%, -46%);
            transform: translate(-50%, -46%);
  }
}

.p-fv-left {
  width: 48vw;
  bottom: 1.75rem;
  left: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-fv-left {
    width: 40vw;
    bottom: 1.6875rem;
    left: 1.5rem;
  }
}

.p-fv-right {
  width: 46.5vw;
  bottom: 1.75rem;
  right: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-fv-right {
    width: 39vw;
    bottom: 1.875rem;
    right: 1.5625rem;
  }
}

.p-header {
  position: absolute;
  width: 6.25rem;
  top: 0.5rem;
  right: 1.125rem;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  .p-header {
    width: 13.125rem;
    top: 1.875rem;
    right: auto;
    right: initial;
    left: 1.875rem;
  }
}

.p-message {
  padding-top: 1.625rem;
  padding-bottom: 2.25rem;
  background-color: #ffe822;
}
@media screen and (min-width: 769px) {
  .p-message {
    padding-top: 4.0625rem;
    padding-bottom: 6.5625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-message__inner {
    max-width: 62.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-message-title {
  font-weight: bold;
  font-size: 1.3125rem;
  letter-spacing: -0.006em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-message-title {
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-message-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 769px) {
  .p-message-top {
    width: 15rem;
  }
}

.p-message-top__img {
  width: 7.375rem;
  margin: 0.3125rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-message-top__img {
    width: 15rem;
    margin: 0;
  }
}

.p-message-top__text {
  width: 8.125rem;
  font-size: 0.5625rem;
  margin: 0.4375rem auto 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-message-top__text {
    font-size: 1rem;
    width: 11.25rem;
  }
}

@media screen and (min-width: 769px) {
  .p-message-bottom {
    width: calc(100% - 15rem);
  }
}

.p-message-bottom__text {
  font-size: 0.75rem;
  margin-top: 0.875rem;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  letter-spacing: -0.03em;
  line-height: 1.85;
}
@media screen and (min-width: 769px) {
  .p-message-bottom__text {
    font-size: 1.25rem;
    margin-top: 1rem;
    padding-left: 1.875rem;
    padding-right: 0;
  }
}

.p-question {
  padding-top: 4.8125rem;
  padding-bottom: 2.625rem;
  background-color: #ffe822;
}
@media screen and (min-width: 769px) {
  .p-question {
    margin-top: 6.6875rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-question__inner {
    max-width: 59.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-question-box {
  position: relative;
  padding: 2.5rem 0.625rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3.4211px 3.4211px 0 #000;
          box-shadow: 3.4211px 3.4211px 0 #000;
}
@media screen and (min-width: 769px) {
  .p-question-box {
    padding: 3.75rem 0.625rem 4.375rem;
    -webkit-box-shadow: 6.8422px 6.8422px 0 #000;
            box-shadow: 6.8422px 6.8422px 0 #000;
  }
}

.p-question-box::before {
  position: absolute;
  content: "";
  width: 11.875rem;
  height: 1.875rem;
  top: -0.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #000;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-question-box::before {
    width: 23.75rem;
    height: 3.125rem;
    top: -1.875rem;
  }
}

.p-question-box::after {
  position: absolute;
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  top: -1.25rem;
  right: 0;
  background: url(..//images/pencil-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-question-box::after {
    width: 7.5rem;
    height: 7.5rem;
    top: -1.875rem;
    right: 3.75rem;
  }
}

.p-question-title {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-question-title {
    font-size: 2.625rem;
  }
}

.p-question-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-question-items {
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-question-items {
    margin-top: 3.75rem;
  }
}

.p-question-item {
  position: relative;
  font-weight: bold;
  font-size: 0.875rem;
  padding-left: 2.5rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .p-question-item {
    font-size: 1.5rem;
    padding-left: 3.75rem;
  }
}

.p-question-item::before {
  position: absolute;
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  top: 50%;
  left: 0.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/check-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-question-item::before {
    width: 2.8125rem;
    height: 2.8125rem;
    left: 0.5rem;
  }
}

.p-question-item + .p-question-item {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 769px) {
  .p-question-item + .p-question-item {
    margin-top: 1.875rem;
  }
}

.p-to-top {
  position: fixed;
  width: 3.125rem;
  height: 3.125rem;
  bottom: 0.625rem;
  right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-to-top {
    width: 6.25rem;
    height: 6.25rem;
    bottom: 2.0625rem;
    right: 2.375rem;
  }
}

.p-top {
  position: relative;
  padding-top: 2.875rem;
  background-color: #e5e5e5;
}

.p-top:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6.25rem;
  bottom: -10.9375rem;
  left: 0;
  right: 0;
  background: url(../images/bg-triangle-gray.jpg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-top:after {
    height: 25rem;
    bottom: -26.4375rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top-inner {
    max-width: 78.125rem;
  }
}

.p-top-box {
    margin-top: 1.875rem;
    padding: 1.625rem 0.625rem;
    background-color: #fff;
    border-radius: 15px;
    text-align: left;
}
@media screen and (min-width: 769px) {
  .p-top-box {
    margin-top: 2.1875rem;
    padding-top: 3.125rem;
    padding-right: 5rem;
    padding-left: 5rem;
    padding-bottom: 3.125rem;
  }
}

.p-top-text {
  font-size: 2.93333vw;
  letter-spacing: -0.03em;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .p-top-text {
    font-size: 1.5rem;
    line-height: 1.87;
  }
}

/* スクロールバー
--------------------------*/
.p-top-scroll-bar__img {
  width: 3.75rem;
  margin: -1.25rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-top-scroll-bar__img {
    width: 7.5rem;
    margin-top: 0.875rem;
  }
}

.scrolldown1 {
  position: absolute;
  left: 50%;
  top: -2.1875rem;
  height: 3.125rem;
}
@media screen and (min-width: 769px) {
  .scrolldown1 {
    top: -5.3125rem;
    height: 8.125rem;
  }
}

/* 線の描写 */
.scrolldown1::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 1.875rem;
  background: #000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove-sp 2s ease-in-out infinite;
          animation: pathmove-sp 2s ease-in-out infinite;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .scrolldown1::after {
    -webkit-animation: pathmove 2s ease-in-out infinite;
            animation: pathmove 2s ease-in-out infinite;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove-sp {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 1.875rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 3.125rem;
    opacity: 0;
  }
}
@keyframes pathmove-sp {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 1.875rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 3.125rem;
    opacity: 0;
  }
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
