/*------------- p-mv -------------*/
.p-mv {
  width: 100%;
  height: 100vh;
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.p-mv__movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.p-mv__movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.p-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-mv__logo-image {
  width: 665px;
}
@media (max-width: 768px) {
  .p-mv__logo-image {
    width: 74.358974359vw;
  }
}
.p-mv__logo-text {
  margin-top: 30px;
}

/*------------- p-blog -------------*/
.p-blog {
  background-color: #1D9FE8;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-blog {
    padding: 5.1282051282vw 0 7.6923076923vw;
  }
}
.p-blog__archive-page {
  text-align: right;
  margin-bottom: 12px;
}
.p-blog__archive-page__link {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .p-blog__archive-page__link {
    padding-right: 7.6923076923vw;
  }
}
.p-blog__archive-page__link::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/common/icon-link.svg") center/contain no-repeat;
  position: absolute;
  top: -4px;
  right: 0;
}
@media (max-width: 768px) {
  .p-blog__archive-page__link::before {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
.p-blog__thumbnail {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 74.9049%;
}
.p-blog__thumbnail img {
  transition: 1s all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-blog__thumbnail img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.p-blog__title {
  margin: 10px 0;
}
@media (max-width: 768px) {
  .p-blog__title {
    margin: 2.5641025641vw 0;
  }
}
.p-blog__date {
  font-size: 1.2rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .p-blog__date {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.p-blog__textarea {
  padding-top: 10px;
}
.p-blog__list {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-blog__list {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .p-blog__item {
    width: calc(25% - 3.8px);
  }
}
@media (max-width: 768px) {
  .p-blog__item {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .p-blog__item:nth-child(even) {
    margin-left: 10px;
  }
}
@media (min-width: 769px) {
  .p-blog__item:not(:last-child) {
    margin-right: 15px;
  }
}
.p-blog__item a:hover {
  opacity: 1;
}
.p-blog__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-blog__text {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}

/*------------- p-about -------------*/
.p-about {
  padding: 100px 0;
  background: url("../img/top/bg-about01.svg") top -1px left -1px/385px 385px no-repeat, url("../img/top/bg-about02.svg") bottom -1px right -1px/385px 385px no-repeat;
}
@media (max-width: 768px) {
  .p-about {
    padding: 20.5128205128vw 0;
    background-size: 25.641025641vw 25.641025641vw;
  }
}
.p-about__title {
  font-size: 4.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about__title {
    font-size: 31px;
    font-size: 7.9487179487vw;
  }
}
.p-about__title::before {
  content: "";
  width: 125px;
  height: 77px;
  background: url("../img/common/logo-page_blue.svg") center/contain no-repeat;
  display: block;
  margin: 0 auto 10px;
}
@media (max-width: 768px) {
  .p-about__title::before {
    width: 20.5128205128vw;
    height: 12.8205128205vw;
  }
}
.p-about__text {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .p-about__text {
    text-align: left;
    margin-top: 7.6923076923vw;
  }
}
.p-about__list {
  margin-top: 80px;
}
.p-about__list__flex {
  justify-content: center;
}
@media (max-width: 768px) {
  .p-about__list__flex {
    display: block;
  }
}
.p-about__content {
  width: 360px;
}
@media (max-width: 768px) {
  .p-about__content {
    width: 100%;
  }
}
.p-about__content__image {
  width: 180px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about__content__image {
    width: 46.1538461538vw;
  }
}
@media (min-width: 769px) {
  .p-about__content:last-child {
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .p-about__content:first-child {
    margin-bottom: 10.2564102564vw;
  }
}
.p-about__content__title {
  font-size: 2.2rem;
  color: #1D9FE8;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .p-about__content__title {
    font-size: 22px;
    font-size: 5.641025641vw;
  }
}

/*------------- p-program -------------*/
.p-program {
  padding: 100px 0;
  background: url("../img/top/bg-program01.svg") top -1px right -1px/385px 385px no-repeat, url("../img/top/bg-program02.svg") bottom -1px left -1px/385px 385px no-repeat, #E2F2FD;
}
@media (max-width: 768px) {
  .p-program {
    padding: 20.5128205128vw 0;
    background-size: 25.641025641vw 25.641025641vw;
  }
}
.p-program__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #1D9FE8;
  border-radius: 45px;
  width: 800px;
  margin: 0 auto;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .p-program__title {
    width: 100%;
    font-size: 18px;
    font-size: 4.6153846154vw;
    padding: 3.0769230769vw 0;
  }
}
.p-program__graph {
  width: 860px;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .p-program__graph {
    width: 100%;
    margin: 10.2564102564vw 0;
  }
}
.p-program__stage__title {
  height: 100px;
}
@media (max-width: 768px) {
  .p-program__stage__title {
    height: auto;
  }
}
.p-program__stage__title__number {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-program__stage__title__number {
    font-size: 7px;
    font-size: 1.7948717949vw;
  }
}
.p-program__stage__title__number span {
  line-height: 1;
  font-size: 5.1rem;
  display: block;
}
@media (max-width: 768px) {
  .p-program__stage__title__number span {
    font-size: 40px;
    font-size: 10.2564102564vw;
  }
}
.p-program__stage__title__category {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .p-program__stage__title__category {
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
.p-program__stage__title__category::before {
  content: "";
  width: 1px;
  height: 65px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-program__stage__title__category::before {
    height: 170%;
  }
}
.p-program__stage__title__inner__left {
  padding: 17.5px 0 17.5px 25px;
  min-width: 27%;
}
@media (max-width: 768px) {
  .p-program__stage__title__inner__left {
    width: 100%;
    padding: 2.5vw 5.1282051282vw;
  }
}
.p-program__stage__title__inner__right {
  width: 73%;
  padding: 20px 40px 20px 120px;
  position: relative;
}
@media (min-width: 769px) {
  .p-program__stage__title__inner__right::before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .p-program__stage__title__inner__right {
    width: 100%;
    padding: 3.0769230769vw 5.1282051282vw;
  }
}
.p-program__stage__title__flex {
  align-items: center;
  justify-content: flex-start;
}
.p-program__stage__title__text {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-program__stage__title__text {
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
@media (max-width: 768px) {
  .p-program__stage__flex {
    display: block;
  }
}
.p-program__stage__list__textarea {
  padding: 40px;
}
@media (max-width: 768px) {
  .p-program__stage__list__textarea {
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.p-program__stage__list__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-program__stage__list__title {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
    line-height: 1.5;
  }
}
.p-program__stage__list__text {
  letter-spacing: 0.07em;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-program__stage__list__text {
    letter-spacing: 0;
  }
}
.p-program__stage__list-left {
  width: 50%;
}
@media (max-width: 768px) {
  .p-program__stage__list-left {
    width: 100%;
  }
}
.p-program__stage__list-right {
  width: 50%;
}
@media (max-width: 768px) {
  .p-program__stage__list-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-program__stage__list__flex {
    display: block;
  }
}
.p-program__stage01 .p-program__stage__title__number {
  color: #6FC142;
}
.p-program__stage01 .p-program__stage__title__category {
  color: #6FC142;
}
.p-program__stage01 .p-program__stage__title__category::before {
  background-color: #55A529;
}
.p-program__stage01 .p-program__stage__title__inner__right {
  background-color: #6FC142;
}
.p-program__stage01 .p-program__stage__title__inner__right::before {
  background: linear-gradient(-45deg, #6FC142 0%, #6FC142 50%, #D3ECC6 50%, #D3ECC6 100%);
}
.p-program__stage01 .p-program__stage__title__inner__left {
  background-color: #D3ECC6;
}
.p-program__stage01 .p-program__stage__list-left .p-program__stage__list__textarea {
  background-color: #6FC142;
}
.p-program__stage01 .p-program__stage__list-right .p-program__stage__list__textarea {
  background-color: #55A529;
}
.p-program__stage02 .p-program__stage__title__number {
  color: #5F62FF;
}
.p-program__stage02 .p-program__stage__title__category {
  color: #5F62FF;
}
.p-program__stage02 .p-program__stage__title__category::before {
  background-color: #5F62F9;
}
.p-program__stage02 .p-program__stage__title__inner__right {
  background-color: #5F62FF;
}
.p-program__stage02 .p-program__stage__title__inner__right::before {
  background: linear-gradient(-45deg, #5F62F9 0%, #5F62F9 50%, #DEDFFD 50%, #DEDFFD 100%);
}
.p-program__stage02 .p-program__stage__title__inner__left {
  background-color: #DEDFFD;
}
.p-program__stage02 .p-program__stage__list-left .p-program__stage__list__textarea {
  background-color: #5F62F9;
}
.p-program__stage02 .p-program__stage__list-right .p-program__stage__list__textarea {
  background-color: #4548E2;
}
.p-program__stage03 .p-program__stage__title__number {
  color: #EF8509;
}
.p-program__stage03 .p-program__stage__title__category {
  color: #EF8509;
}
.p-program__stage03 .p-program__stage__title__category::before {
  background-color: #EF8529;
}
.p-program__stage03 .p-program__stage__title__inner__right {
  background-color: #EF8509;
}
.p-program__stage03 .p-program__stage__title__inner__right::before {
  background: linear-gradient(-45deg, #EF8509 0%, #EF8509 50%, #FEE4CC 50%, #FEE4CC 100%);
}
.p-program__stage03 .p-program__stage__title__inner__left {
  padding: 17.5px 0 17.5px 25px;
  background-color: #FEE4CC;
}
@media (max-width: 768px) {
  .p-program__stage03 .p-program__stage__title__inner__left {
    width: 100%;
    padding: 2.5vw 5.1282051282vw;
  }
}
.p-program__stage03 .p-program__stage__list-left .p-program__stage__list__textarea {
  background-color: #EF8509;
}
.p-program__stage03 .p-program__stage__list-right .p-program__stage__list__textarea {
  background-color: #D36E17;
}

.p-introduction {
  position: relative;
  padding: 100px 0 0;
}
.p-introduction::before {
  content: "";
  width: 385px;
  height: 385px;
  background: url("../img/top/bg-about01.svg") center/contain no-repeat;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-introduction::before {
    width: 25.641025641vw;
    height: 25.641025641vw;
  }
}
@media (max-width: 768px) {
  .p-introduction {
    padding: 12.8205128205vw 0 0;
  }
}
.p-introduction__title {
  color: #1D9FE8;
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-introduction__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 0;
  }
}
.p-introduction__wrap {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-introduction__wrap {
    padding: 12.8205128205vw 0;
  }
  .p-introduction__wrap:last-child {
    padding: 12.8205128205vw 0 20vw;
  }
}
.p-introduction__wrap:last-child::before {
  content: "";
  width: 385px;
  height: 385px;
  background: url("../img/top/bg-about02.svg") center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .p-introduction__wrap:last-child::before {
    width: 25.641025641vw;
    height: 25.641025641vw;
  }
}
.p-introduction__wrap.bg_blue {
  background-color: #F5FBFF;
}
@media (max-width: 768px) {
  .p-introduction__content__flex {
    display: block;
  }
}
.p-introduction__content__image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
  row-gap: 5px;
  width: 635px;
}
@media (max-width: 768px) {
  .p-introduction__content__image {
    width: 100%;
  }
}
.p-introduction__content__image img:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.p-introduction__content__image img:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}
.p-introduction__content__image img:last-child {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}
.p-introduction__content__textarea {
  width: 415px;
}
@media (max-width: 768px) {
  .p-introduction__content__textarea {
    width: 100%;
  }
}
.p-introduction__content__name {
  font-size: 3.6rem;
  color: #1D9FE8;
  letter-spacing: 0.15em;
  margin-top: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-introduction__content__name {
    font-size: 30px;
    font-size: 7.6923076923vw;
    margin-top: 2.5641025641vw;
  }
}
.p-introduction__content__country::after {
  content: "";
  margin: 40px 0;
  width: 100%;
  height: 3px;
  background-color: #1D9FE8;
  display: block;
}
@media (max-width: 768px) {
  .p-introduction__content__country::after {
    margin: 5.1282051282vw 0;
  }
}
.p-introduction__content__country__list {
  width: 340px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .p-introduction__content__country__list {
    width: auto;
  }
}
.p-introduction__content__country__list__flag {
  display: inline-block;
  width: 70px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .p-introduction__content__country__list__flag {
    width: 17.9487179487vw;
  }
}
.p-introduction__content__country__list__flag__text {
  font-size: 1.2rem;
  color: #1D9FE8;
}
@media (max-width: 768px) {
  .p-introduction__content__country__list__flag__text {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.p-introduction__content__country__text {
  width: 160px;
  background-color: #1D9FE8;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 3px 0;
  margin: 35px 0 20px;
}
@media (max-width: 768px) {
  .p-introduction__content__country__text {
    width: auto;
    display: inline-block;
    margin: 3.8461538462vw 0 5.1282051282vw;
    padding: 0.8vw 3vw;
  }
}
.p-introduction__content__text {
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}
.p-introduction__content__flex-row {
  flex-direction: row-reverse;
}

.p-voice {
  padding: 100px 0;
}
@media (min-width: 769px) {
  .p-voice {
    background: url("../img/top/bg-voice.svg") top -1px right -1px/385px 385px no-repeat #1D9FE8;
  }
}
@media (max-width: 768px) {
  .p-voice {
    padding: 12.8205128205vw 0;
    background-color: #1D9FE8;
  }
}
.p-voice__title {
  font-size: 3.6rem;
  text-align: center;
  color: #FFF;
}
@media (max-width: 768px) {
  .p-voice__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.p-voice__list__flex {
  flex-wrap: wrap;
}
.p-voice__content {
  width: 350px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-voice__content {
    width: 100%;
    margin-top: 10.2564102564vw;
  }
}
.p-voice__content__name {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #FFF;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .p-voice__content__name {
    font-size: 20px;
    font-size: 5.1282051282vw;
    padding: 1.2820512821vw 0;
  }
}
.p-voice__content__text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .p-voice__content__text {
    font-size: 14px;
    font-size: 3.5897435897vw;
    margin: 2.5641025641vw 0;
  }
}

.p-contact {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 12.8205128205vw 0;
  }
}
.p-contact__title {
  font-size: 3.6rem;
  color: #1D9FE8;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .p-contact__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.p-contact__inner {
  width: 930px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-contact__inner {
    width: 100%;
    margin: 12.8205128205vw auto 0;
  }
}
.p-contact__text {
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-contact__text {
    line-height: 2;
  }
}
.p-contact__form {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-contact__form {
    margin-top: 12.8205128205vw;
  }
}
.p-contact__form__inner {
  flex-wrap: wrap;
}
.p-contact__form__label {
  padding: 25px 12px;
  height: 80px;
  flex: 1;
  order: -1;
  color: #1D9FE8;
  background: #FFF;
  border: 1px solid #1D9FE8;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .p-contact__form__label {
    font-size: 16px;
    font-size: 4.1025641026vw;
    padding: 7.1794871795vw 3.0769230769vw;
    height: auto;
  }
}
.p-contact__form__label::before {
  content: "";
  width: 16px;
  height: 10px;
  background: url("../img/common/icon-arrow_bl.svg") center/contain no-repeat;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-contact__form__label::before {
    width: 4.1025641026vw;
    height: 3.0512820513vw;
    bottom: 3vw;
  }
}
.p-contact__form__label:nth-last-of-type(1) {
  margin-right: 0;
}
.p-contact__form__required {
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  background-color: #1D9FE8;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  padding: 0 11px;
}
@media (max-width: 768px) {
  .p-contact__form__required {
    font-size: 12px;
    font-size: 3.0769230769vw;
    padding: 0 2.5641025641vw;
    top: 0.7692307692vw;
  }
}
.p-contact__form__input {
  display: none;
}
.p-contact__form__input:checked + .p-contact__form__label {
  color: #fff;
  background: #1D9FE8;
}
.p-contact__form__input:checked + .p-contact__form__label::before {
  background: url("../img/common/icon-arrow_wh.svg") center/contain no-repeat;
}
.p-contact__form__input:checked + .p-contact__form__label + .p-contact__form__content {
  padding: 15px;
  height: auto;
  overflow: auto;
  display: block;
}
.p-contact__form__content {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: none;
}
.p-contact__form__content__text {
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .p-contact__form__content__text {
    text-align: left;
    margin: 12.8205128205vw 0;
  }
}
.p-contact__form__flex {
  justify-content: flex-start;
  border-top: 1px solid #C1C1C1;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .p-contact__form__flex {
    display: block;
    padding: 5.1282051282vw 0;
  }
}
.p-contact__form__flex-center {
  align-items: center;
}
.p-contact__form__flex:last-child {
  border-bottom: 1px solid #C1C1C1;
}
@media (max-width: 768px) {
  .p-contact__form__flex:last-child dt {
    padding-left: 0;
  }
}
.p-contact__form__flex dt {
  width: 205px;
  position: relative;
}
@media (min-width: 769px) {
  .p-contact__form__flex dt {
    margin-right: 50px;
    padding-left: 55px;
  }
}
@media (max-width: 768px) {
  .p-contact__form__flex dt {
    width: 100%;
    margin-bottom: 4.1282051282vw;
    padding-left: 14.1025641026vw;
  }
}
.p-contact__form__flex dt.kana {
  width: 220px;
}
@media (min-width: 769px) {
  .p-contact__form__flex dt.kana {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .p-contact__form__flex dt.kana {
    width: 100%;
  }
}
.p-contact__form__flex dt.p-contact__form__address {
  padding-top: 10px;
}
.p-contact__form__flex dt.p-contact__form__address .p-contact__form__required {
  top: 13px;
}
.p-contact__form__flex dd {
  width: calc(100% - 250px);
}
@media (max-width: 768px) {
  .p-contact__form__flex dd {
    width: 100%;
  }
}
.p-contact__form__flex dd textarea, .p-contact__form__flex dd input[type=email], .p-contact__form__flex dd input[type=text] {
  border-radius: 5px;
  border: 1px solid #C1C1C1;
  display: block;
  width: 100%;
  padding: 10px 18px;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd textarea, .p-contact__form__flex dd input[type=email], .p-contact__form__flex dd input[type=text] {
    padding: 1.4vw 3vw;
  }
}
.p-contact__form__flex dd textarea::placeholder, .p-contact__form__flex dd input[type=email]::placeholder, .p-contact__form__flex dd input[type=text]::placeholder {
  color: #8B8B8B;
  font-size: 1.5rem;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd textarea::placeholder, .p-contact__form__flex dd input[type=email]::placeholder, .p-contact__form__flex dd input[type=text]::placeholder {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.p-contact__form__flex dd.p-contact__form__address p {
  width: 160px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd.p-contact__form__address p {
    width: 41.0256410256vw;
    margin-bottom: 2.5641025641vw;
  }
}
.p-contact__form__flex dd.p-contact__form__address p input[type=text] {
  width: 127px;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd.p-contact__form__address p input[type=text] {
    width: 32.5641025641vw;
  }
}
.p-contact__form__flex dd input[type=radio] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.p-contact__form__flex dd input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd input[type=radio] + label {
    padding-left: 7vw;
    margin-bottom: 2vw;
  }
}
.p-contact__form__flex dd input[type=radio] + label::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-color: #FFF;
  border: 1px solid #C1C1C1;
  width: 20px;
  height: 20px;
  left: 0;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd input[type=radio] + label::before {
    width: 5vw;
    height: 5vw;
  }
}
.p-contact__form__flex dd input[type=radio] + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-color: #1D9FE8;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 5px;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd input[type=radio] + label::after {
    width: 2.6vw;
    height: 2.6vw;
    left: 1.2vw;
  }
}
.p-contact__form__flex dd input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-contact__form__flex dd input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.p-contact__form__flex dd input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.p-contact__form__flex dd input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  display: block;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd input[type=checkbox] + label {
    padding-left: 10vw;
  }
}
.p-contact__form__flex dd input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #C1C1C1;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd input[type=checkbox] + label::before {
    width: 5vw;
    height: 5vw;
    top: 1vw;
    transform: none;
  }
}
.p-contact__form__flex dd input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #1D9FE8;
  border-left: 2px solid #1D9FE8;
  opacity: 0;
  height: 8px;
  width: 15px;
  transform: rotate(-45deg);
  top: 8px;
  left: 3px;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd input[type=checkbox] + label::after {
    height: 2vw;
    width: 4vw;
    top: 2vw;
    left: 0.5vw;
    border-bottom: 0.5vw solid #1D9FE8;
    border-left: 0.5vw solid #1D9FE8;
  }
}
.p-contact__form__flex dd textarea {
  height: 153px;
}
@media (max-width: 768px) {
  .p-contact__form__flex dd textarea {
    padding: 3vw 4vw;
    height: 39.2307692308vw;
  }
}
.p-contact__form__btn {
  width: 100%;
  height: 80px;
  color: #FFF;
  background-color: #1D9FE8;
  margin: 50px auto 0;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-contact__form__btn {
    font-size: 24px;
    font-size: 6.1538461538vw;
    height: auto;
    padding: 4.6vw 0;
    margin: 12.8205128205vw auto 0;
  }
}
.p-contact__form__btn:hover {
  opacity: 0.6;
}
.p-contact__form__small {
  font-size: 1rem;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-contact__form__small {
    font-size: 12px;
    font-size: 3.0769230769vw;
    padding: 0 5vw;
  }
}

/*# sourceMappingURL=top.css.map */
