@charset "UTF-8";
/*--------------------------------------------------
ini
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/*--------------------------------------------------
mixin
--------------------------------------------------*/
section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
}

section.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

body.top .slick-list {
  margin: 0 -15px;
}
body.top .slick-slide {
  margin: 0 15px;
}
body.top .slick-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding-right: 100px;
  padding-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.top .slick-num {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    padding-right: 50px;
    padding-top: 5px;
  }
}
body.top .slider-dots {
  width: 75%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
body.top .slider-dots li {
  display: inline-block;
  width: calc(25% - 8px); /* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
  margin: 0;
}
body.top .slider-dots button {
  position: relative;
  width: 100%;
  height: 4px;
  border: 0;
  background-color: #fff;
  font-size: 0;
}
body.top .slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
body.top .slider-dots {
  /* 省略 */
  /* 追加 */
}
body.top .slider-dots .slick-active button:after {
  background-color: #182987;
  animation: progress 5.5s linear forwards;
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
body.top .slick-prev, body.top .slick-next {
  top: 35%;
}

.p-top-hero {
  background: url("../img/top/bg_mv.png") top center no-repeat;
  background-size: cover;
  height: 670px;
  width: 100%;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-hero {
    background: url("../img/top/bg_mvsp.webp") bottom center no-repeat;
    background-size: 100%;
    height: 470px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
}
.p-top-hero .p-top-hero__catch {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 66px;
  line-height: 82px;
  position: absolute;
  top: 535px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-hero .p-top-hero__catch {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 41px;
    top: 60px;
  }
}
.p-top-hero .p-top-hero__catch span {
  display: inline-block;
  background: linear-gradient(to right, #009fe8, #182987);
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-top-hero .p-top-hero__catch span {
    margin-bottom: 5px;
    padding: 0 5px;
  }
}
.p-top-hero__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-hero__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 60px;
  }
}

.p-top-video__embed {
  width: 650px;
  margin: 0 auto 120px auto;
}
@media screen and (max-width: 768px) {
  .p-top-video__embed {
    width: 90%;
    margin: 0 auto 60px auto;
  }
}
.p-top-video__embed iframe {
  width: 100%;
  height: 365px;
}
@media screen and (max-width: 768px) {
  .p-top-video__embed iframe {
    height: 240px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-information {
    margin-bottom: 80px;
  }
}
.p-top-information__header {
  align-items: start;
}
.p-top-information__title {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-information__title {
    padding-bottom: 20px;
    align-items: center;
  }
}
.p-top-information__title img {
  width: 114px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-information__title img {
    width: 67px;
    padding-right: 20px;
  }
}
.p-top-information__en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
  display: block;
  color: #12b7d2;
}
@media screen and (max-width: 768px) {
  .p-top-information__en {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 49px;
  }
}
.p-top-information__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-information__jp {
    display: none;
  }
}
.p-top-information__more {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-information__more {
    margin-top: 0px;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.p-top-information__list {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.p-top-information__list {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-information__list {
    margin: 0 auto 60px auto;
    width: 75%;
  }
}

.p-top-information-card {
  width: 32%;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-top-information-card {
    margin: 0 auto;
  }
}
.p-top-information-card__img {
  overflow: hidden;
  aspect-ratio: 352/211;
}
.p-top-information-card__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top-information-card__date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 25px;
  }
}
.p-top-information-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-information-card__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-thanks {
    margin-bottom: 80px;
  }
}
.p-top-thanks__header {
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-thanks__header {
    margin-bottom: 20px;
  }
}
.p-top-thanks__title {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-thanks p {
    width: 100%;
  }
}
.p-top-thanks__icon {
  width: 114px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-thanks__icon {
    width: 75px;
    margin-right: 10px;
  }
}
.p-top-thanks__en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: #12b7d2;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-thanks__en {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.p-top-thanks__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-thanks__jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-thanks__more {
    margin-top: 20px;
    margin-left: auto;
  }
}

.p-top-company {
  background: #e5f5fd;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding: 60px 0;
  }
}
.p-top-company__title {
  align-items: center;
  width: 370px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
  .p-top-company__title {
    width: 80%;
    margin: 0 auto 40px auto;
  }
}
.p-top-company__icon {
  width: 114px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-company__icon {
    width: 77px;
    margin-right: 10px;
  }
}
.p-top-company__en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 60px;
  color: #009fe8;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-company__en {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
  }
}
.p-top-company__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-company__jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
  }
}
.p-top-company__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  background: linear-gradient(to right, #12b7d2, #00505d);
  width: 355px;
  text-align: center;
  color: #fff;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .p-top-company__subtitle {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    width: 90%;
    margin: 0 auto 20px auto;
  }
}

.p-movie-card {
  width: 29.0909090909%;
  margin-bottom: 80px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-movie-card {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-movie-card__label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-top: -0.5em;
  margin-left: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-movie-card__label {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-left: 5px;
  }
}
.p-movie-card__label span {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(to right, #009fe8, #182987);
}
@media screen and (max-width: 768px) {
  .p-movie-card__label span {
    padding: 0 5px;
  }
}

.p-movie-card:nth-child(even) .p-movie-card__label span {
  background: linear-gradient(to right, #12b7d2, #00505d);
}

.p-top-company__videos {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-company__videos {
    margin-bottom: 0px;
    width: 90%;
  }
}
.p-top-company__videos .slick-next {
  right: -10%;
}
.p-top-company__videos .slick-prev {
  left: -8%;
}

.p-top-company__card {
  width: 29.0909090909%;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-top-company__card {
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
.p-top-company__label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-top: -0.5em;
  margin-left: 5px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-company__label {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-left: 5px;
  }
}
.p-top-company__label span {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 5px;
  background: linear-gradient(to right, #009fe8, #182987);
}
@media screen and (max-width: 768px) {
  .p-top-company__label span {
    padding: 0 5px;
  }
}

.p-top-company__card:nth-child(1) .p-top-company__label {
  margin-top: -2em;
}
@media screen and (max-width: 768px) {
  .p-top-company__card:nth-child(1) .p-top-company__label {
    margin-left: 5px;
  }
}

.p-top-company__card:nth-child(even) .p-top-company__label span {
  background: linear-gradient(to right, #12b7d2, #00505d);
}

@media screen and (max-width: 768px) {
  .p-top-recruit {
    padding-bottom: 40px;
  }
}
.p-top-recruit__header {
  width: 368px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__header {
    width: 70%;
  }
}
.p-top-recruit__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__title {
    margin-bottom: 20px;
  }
}
.p-top-recruit__icon {
  width: 114px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__icon {
    width: 57px;
    margin-right: 10px;
  }
}
.p-top-recruit__en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 60px;
  color: #009fe8;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__en {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
  }
}
.p-top-recruit__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
  }
}
.p-top-recruit__more {
  width: 250px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__more {
    margin-top: 0px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
    width: 75%;
  }
}

.p-top-interview {
  padding: 300px 0 120px 0;
  margin-bottom: 120px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #71d4e4 50%, #71d4e4 100%);
}
@media screen and (max-width: 768px) {
  .p-top-interview {
    padding: 150px 0 60px 0;
    margin-bottom: 60px;
  }
}
.p-top-interview__icon {
  width: 114px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-interview__icon {
    width: 74px;
    margin-right: 5px;
  }
}
.p-top-interview__en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 60px;
  display: block;
  color: #12b7d2;
}
@media screen and (max-width: 768px) {
  .p-top-interview__en {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
  }
}
.p-top-interview__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-interview__jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
  }
}
.p-top-interview__list {
  width: 530px;
  margin: -150px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-interview__list {
    width: 100%;
    margin: 20px 0 0 auto;
  }
}

.p-top-interview-card {
  width: 248px;
  text-decoration: none;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-top-interview-card {
    width: 45%;
    margin-bottom: 25px;
  }
}
.p-top-interview-card__info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0 20px 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-top-interview-card__info {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    padding: 5px 0 10px 0;
  }
}
.p-top-interview-card .c-button {
  width: 100%;
}

.p-top-interview-card__c1 {
  color: #12b7d2;
}

.p-top-interview-card__c2 {
  color: #009fe8;
}

.p-top-interview-card__c3 {
  color: #ec6864;
}

.p-top-interview-card__2 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-interview-card__2 {
    padding-top: 50px;
  }
}

.p-interview-btn {
  margin: 20px 0 0 100px;
}

/*--------------------
training
--------------------*/
body.training .p-corporate-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.training .p-corporate-hero__inner {
    width: 100%;
  }
}
body.training .p-corporate-hero {
  height: 450px;
  margin-bottom: 130px;
  background: url("../img/company/training/bg_mvpc.webp") top center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body.training .p-corporate-hero {
    height: 400px;
    margin-bottom: 65px;
    background: none;
    padding-top: 0;
  }
}
body.training .p-corporate-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.training .p-corporate-hero__sp {
    display: block;
  }
}
body.training .p-training-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.training .p-training-title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
body.training .p-training__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.training .p-training__lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 40px;
    text-align: left;
  }
}
body.training .p-training-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.training .p-training-block {
    margin-bottom: 40px;
  }
}
body.training .p-training-block__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 66px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.training .p-training-block__title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 46px;
  }
}
body.training .p-training-block__list {
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  body.training .p-training-block__list {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 5%;
  }
}
body.training .p-training-block__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  body.training .p-training-block__list li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
  }
}
body.training .p-training-block__list li::before {
  content: "・";
}
body.training .p-training-block__stitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  width: 90%;
  margin: 30px auto 20px auto;
  border-radius: 20px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body.training .p-training-block__stitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    width: 90%;
    margin: 15px auto 10px auto;
  }
}
body.training .p-training-skillup {
  width: 90%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.training .p-training-skillup {
    margin-bottom: 15px;
  }
}
body.training .p-skillup-card {
  background: #fff;
}
body.training .p-skillup-card__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.training .p-skillup-card__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
  }
}
body.training .p-skillup-card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  body.training .p-skillup-card__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
  }
}
body.training .p-training__cards {
  width: 90%;
  margin: 0 auto;
}
body.training .p-training-all .p-training-block {
  background: #dcdfed;
}
body.training .p-training-all .p-training-block__title {
  background: #182987;
}
body.training .p-training-sales .p-training-block {
  background: #d0f1f6;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.training .p-training-sales .p-training-block {
    padding-bottom: 15px;
  }
}
body.training .p-training-sales .p-training-block__title {
  background: #12b7d2;
}
body.training .p-training-sales .p-training-block__stitle {
  border: 1px solid #12b7d2;
  color: #12b7d2;
}
body.training .p-training-sales .p-skillup-card {
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  body.training .p-training-sales .p-skillup-card {
    width: 90%;
    margin: 0 auto 10px auto;
  }
}
body.training .p-training-sales .p-skillup-card__heading {
  width: 210px;
  color: #12b7d2;
  height: 85px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.training .p-training-sales .p-skillup-card__heading {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0;
  }
}
body.training .p-training-sales .p-skillup-card__text {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  body.training .p-training-sales .p-skillup-card__text {
    padding: 0 5px 10px 5px;
    text-align: center;
  }
}
body.training .p-training-sales .p-training-card {
  width: 48.3333333333%;
}
body.training .p-training-service .p-training-block {
  padding-bottom: 30px;
  background: #ccecfa;
}
@media screen and (max-width: 768px) {
  body.training .p-training-service .p-training-block {
    padding-bottom: 15px;
  }
}
body.training .p-training-service .p-training-block__title {
  background: #009fe8;
}
body.training .p-training-service .p-training-block__stitle {
  border: 1px solid #009fe8;
  color: #009fe8;
}
body.training .p-training-service .p-skillup-card {
  width: 18.2222222222%;
}
@media screen and (max-width: 768px) {
  body.training .p-training-service .p-skillup-card {
    width: 90%;
    margin: 0 auto 10px auto;
  }
}
body.training .p-training-service .p-skillup-card__heading {
  width: 164px;
  color: #009fe8;
  height: 90px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.training .p-training-service .p-skillup-card__heading {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0;
  }
}
body.training .p-training-service .p-skillup-card__text {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  body.training .p-training-service .p-skillup-card__text {
    padding: 0 5px 10px 5px;
    text-align: center;
  }
}
body.training .p-training-service .p-skillup-card:nth-child(5) {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  body.training .p-training-service .p-skillup-card:nth-child(5) {
    padding-top: 0px;
  }
}
body.training .p-training-service .p-training-card__img {
  width: 24.8888888889%;
}
body.training .p-training-service .p-training-card__imgM {
  width: 45.7777777778%;
}
body.training .p-training-service .p-training-card__imgL {
  width: 48.3333333333%;
}
body.training .p-training-service .p-training-concours {
  width: 90%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  body.training .p-training-service .p-training-concours {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    margin: 0 auto 10px auto;
  }
}
body.training .p-training-ca .p-training-block {
  background: #fbe1e0;
  padding-bottom: 30px;
}
body.training .p-training-ca .p-training-block__title {
  background: #ec6864;
}
body.training .p-training-ca .p-training-block__stitle {
  border: 1px solid #ec6864;
  color: #ec6864;
}
body.training .p-training-ca .p-skillup-card {
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  body.training .p-training-ca .p-skillup-card {
    width: 90%;
    margin: 0 auto 10px auto;
  }
}
body.training .p-training-ca .p-skillup-card__heading {
  width: 210px;
  color: #ec6864;
  height: 85px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.training .p-training-ca .p-skillup-card__heading {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0;
  }
}
body.training .p-training-ca .p-skillup-card__text {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  body.training .p-training-ca .p-skillup-card__text {
    padding: 0 5px 10px 5px;
    text-align: center;
  }
}
body.training .p-training-ca .p-training-card {
  width: 48.3333333333%;
}

/*--------------------
movie
--------------------*/
body.movie .p-message-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.movie .p-message-hero__inner {
    width: 100%;
  }
}
body.movie .p-message-hero {
  height: 450px;
  margin-bottom: 130px;
  background: url("../img/company/movie/bg_mvpc.webp") center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body.movie .p-message-hero {
    height: 400px;
    margin-bottom: 65px;
    background: none;
    padding-top: 0;
  }
}
body.movie .p-message-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.movie .p-message-hero__sp {
    display: block;
  }
}
body.movie .c-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
body.movie .p-movie__list::after {
  width: 29.0909090909%;
  content: "";
}
body.movie .p-movie__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.movie .p-movie__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
body.movie .p-movie-card {
  width: 29.0909090909%;
  margin-bottom: 80px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.movie .p-movie-card {
    width: 100%;
    margin-bottom: 40px;
  }
}
body.movie .p-movie-card__label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-top: -0.5em;
  margin-left: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.movie .p-movie-card__label {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    margin-left: 10px;
  }
}
body.movie .p-movie-card__label span {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(to right, #009fe8, #182987);
}
@media screen and (max-width: 768px) {
  body.movie .p-movie-card__label span {
    padding: 0 10px;
  }
}
body.movie .p-movie-card:nth-child(even) .p-movie-card__label span {
  background: linear-gradient(to right, #12b7d2, #00505d);
}

/*--------------------
welfare
--------------------*/
body.welfare .p-corporate-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.welfare .p-corporate-hero__inner {
    width: 100%;
  }
}
body.welfare .p-corporate-hero {
  height: 450px;
  margin-bottom: 130px;
  background: url("../img/company/welfare/bg_mvpc.webp") top center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-corporate-hero {
    height: 400px;
    margin-bottom: 65px;
    background: none;
    padding-top: 0;
  }
}
body.welfare .p-corporate-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.welfare .p-corporate-hero__sp {
    display: block;
  }
}
body.welfare .c-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.welfare .c-inner {
    padding-bottom: 50px;
  }
}
body.welfare .p-welfare-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare-title {
    margin-bottom: 30px;
  }
}
body.welfare .p-welfare__box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare__box {
    margin-bottom: 20px;
  }
}
body.welfare .p-welfare__list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare__list {
    margin-bottom: 40px;
  }
}
body.welfare .p-welfare-card {
  width: 29.0909090909%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare-card {
    width: 60%;
    margin: 0 auto 30px auto;
  }
}
body.welfare .p-welfare-card__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare-card__caption {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
  }
}
body.welfare .p-welfare-card__img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare-card__img {
    margin-bottom: 8px;
  }
}
body.welfare .p-welfare-card__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare-card__title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
  }
}
body.welfare .p-welfare-item {
  width: 45.4545454545%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.welfare .p-welfare-item.p-welfare-full {
  width: 100%;
}
body.welfare .p-welfare-item__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare-item__title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 4px;
  }
}
body.welfare .p-welfare-item__green::before {
  content: "■";
  color: #12b7d2;
}
body.welfare .p-welfare-item__blue::before {
  content: "■";
  color: #009fe8;
}
body.welfare .p-welfare-item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-welfare-item__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
  }
}
body.welfare .p-message__lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-message__lead {
    margin-bottom: 20px;
  }
}
body.welfare .p-message__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-message__text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
  }
}
body.welfare .p-message__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  body.welfare .p-message__sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
  }
}
body.welfare .p-message-card {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  background: #00a0e9;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body.welfare .p-message-card {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
  }
}

/*--------------------
vision
--------------------*/
body.vision .p-hrmessage-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.vision .p-hrmessage-hero__inner {
    width: 100%;
  }
}
body.vision .p-hrmessage-hero {
  height: 600px;
  margin-bottom: 130px;
  background: url("../img/company/vision/bg_mvpc.webp") center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body.vision .p-hrmessage-hero {
    height: 350px;
    margin-bottom: 65px;
    background: none;
    padding-top: 0;
  }
}
body.vision .p-hrmessage-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.vision .p-hrmessage-hero__sp {
    display: block;
  }
}
body.vision .p-vision-inner {
  max-width: 820px;
  width: 90%;
  margin: 0 auto;
}
body.vision .p-hrmessage__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  padding-bottom: 30px;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  body.vision .p-hrmessage__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 15px;
  }
}
body.vision .p-hrmessage__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 80px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body.vision .p-hrmessage__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 40px;
  }
}
body.vision .p-hrmessage__ph {
  width: 85.3658536585%;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
  body.vision .p-hrmessage__ph {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
body.vision .p-hrmessage__signature {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  margin-top: -30px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body.vision .p-hrmessage__signature {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-top: -15px;
    padding-bottom: 60px;
  }
}

/*--------------------
corporate
--------------------*/
body.corporate .p-corporate-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.corporate .p-corporate-hero__inner {
    width: 100%;
  }
}
body.corporate .p-corporate-hero {
  height: 450px;
  margin-bottom: 130px;
  background: url("../img/company/corporate/bg_mvpc.webp") top center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body.corporate .p-corporate-hero {
    height: 400px;
    margin-bottom: 65px;
    background: none;
    padding-top: 0;
  }
}
body.corporate .p-corporate-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.corporate .p-corporate-hero__sp {
    display: block;
  }
}
body.corporate .p-corporate__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.corporate .p-corporate__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }
}
body.corporate .p-corporate__table {
  margin-bottom: 120px;
  border-bottom: 1px solid #c8c8c8;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.corporate .p-corporate__table {
    margin-bottom: 60px;
  }
}
body.corporate .p-corporate__table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  width: 32%;
  padding: 20px 0 20px 50px;
  box-sizing: border-box;
  background: #e5f5fd;
  color: #009fe8;
  border-top: 1px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  body.corporate .p-corporate__table th {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0 10px 25px;
  }
}
body.corporate .p-corporate__table td {
  width: 68%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  padding: 20px 0 20px 30px;
  box-sizing: border-box;
  border-top: 1px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  body.corporate .p-corporate__table td {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 22px;
    padding: 10px 0 10px 15px;
  }
}
body.corporate .p-corporate-history .p-corporate__table tr:nth-child(even) th {
  background: #e7f8fa;
  color: #12b7d2;
}
body.corporate .p-corporate__footer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  margin-top: -110px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  body.corporate .p-corporate__footer {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 22px;
    margin-top: -55px;
    margin-bottom: 65px;
  }
}
body.corporate .a-faq__a {
  display: none;
}
@media screen and (max-width: 768px) {
  body.corporate .a-faq__a {
    margin-top: 10px;
  }
}
body.corporate .a-faq {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.corporate .a-faq {
    margin-bottom: 25px;
  }
}
body.corporate .a-faq .a-plus {
  width: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  body.corporate .a-faq .a-plus {
    width: 13px;
    top: 15px;
    right: 25px;
  }
}
body.corporate .a-faq .a-plus img {
  transition: 0.3s;
}
body.corporate .a-faq .a-plus.show img {
  transform: rotate(225deg);
}
body.corporate .a-faq__q {
  cursor: pointer;
}
body.corporate .a-faq__q dl {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.corporate .a-faq__q dl {
    margin-bottom: 10px;
  }
}
body.corporate .a-faq__q dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 64px;
  width: 6.4%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.corporate .a-faq__q dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 45px;
    width: 6%;
  }
}
body.corporate .a-faq__q dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 64px;
  width: 93.6%;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.corporate .a-faq__q dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    width: 90%;
    padding-left: 10px;
    padding-right: 30px;
  }
}
body.corporate .a-faq__a dl {
  align-items: start;
}
body.corporate .a-faq__a dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  width: 4%;
  margin-left: 90px;
  margin-right: 10px;
  text-align: center;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  body.corporate .a-faq__a dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    width: 6%;
    margin-left: 25px;
    margin-right: 5px;
  }
}
body.corporate .a-faq__a dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  width: 83.6%;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  body.corporate .a-faq__a dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 22px;
    width: 80%;
    margin-top: 2px;
  }
}
body.corporate .a-faq__a dd strong {
  font-weight: 400;
  color: #009fe8;
}
body.corporate .a-faq__a dd p {
  padding-left: 1em;
}
body.corporate .a-faq__a dd span {
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  body.corporate .a-faq__q dl {
    align-items: center;
    margin-bottom: 0;
  }
}
body.corporate .a-faq:nth-child(even) .a-faq__q dl {
  background: #e5f5fd;
}
body.corporate .a-faq:nth-child(even) .a-faq__q dl dt {
  background: #009fe8;
}
body.corporate .a-faq:nth-child(even) .a-faq__q dl dd, body.corporate .a-faq:nth-child(even) .a-faq__a dl dt {
  background: #e5f5fd;
  color: #009fe8;
}
body.corporate .a-faq:nth-child(odd) .a-faq__q dl {
  background: #e7f8fa;
}
body.corporate .a-faq:nth-child(odd) .a-faq__q dl dt {
  background: #12b7d2;
}
body.corporate .a-faq:nth-child(odd) .a-faq__q dl dd, body.corporate .a-faq:nth-child(odd) .a-faq__a dl dt {
  background: #e7f8fa;
  color: #12b7d2;
}
/*--------------------
infographics
--------------------*/
body.infographics .p-infographics-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.infographics .p-infographics-hero__inner {
    width: 100%;
  }
}
body.infographics .p-infographics-hero {
  height: 450px;
  margin-bottom: 130px;
  background: url("../img/company/infographics/bg_mvpc.webp") center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body.infographics .p-infographics-hero {
    height: 400px;
    margin-bottom: 65px;
    background: none;
    padding-top: 0;
  }
}
body.infographics .p-infographics-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.infographics .p-infographics-hero__sp {
    display: block;
  }
}
body.infographics .p-infographics__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.infographics .p-infographics__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }
}
body.infographics .p-infographics__list {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #66c5f1;
}
@media screen and (max-width: 768px) {
  body.infographics .p-infographics__list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.infographics .p-infographics-box__s {
  width: 32%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  body.infographics .p-infographics-box__s {
    display: none;
  }
}
body.infographics .p-infographics-box__s img {
  line-height: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.infographics .p-infographics-box__s img {
    padding-bottom: 10px;
  }
}
body.infographics .p-infographics-box__m {
  width: 66%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  body.infographics .p-infographics-box__m {
    display: none;
  }
}
body.infographics .p-infographics-box__m img {
  line-height: 0;
  padding-bottom: 20px;
}
body.infographics .p-infographics-box__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.infographics .p-infographics-box__sp {
    display: block;
  }
}

/*--------------------
message
--------------------*/
body.message .p-message-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.message .p-message-hero__inner {
    width: 100%;
  }
}
body.message .p-message-hero {
  height: 450px;
  margin-bottom: 130px;
  background: url("../img/company/message/bg_mvpc.webp") center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body.message .p-message-hero {
    height: 400px;
    margin-bottom: 65px;
    background: none;
    padding-top: 0;
  }
}
body.message .p-message-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.message .p-message-hero__sp {
    display: block;
  }
}
body.message .p-message__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  body.message .p-message__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 30px 0;
  }
}
body.message .p-message__subheading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 56px;
  padding-left: 35%;
  padding-bottom: 30px;
  color: #12b7d2;
}
@media screen and (max-width: 768px) {
  body.message .p-message__subheading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 39px;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
body.message .p-message__content {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  body.message .p-message__content {
    padding-bottom: 65px;
  }
}
body.message .p-message__img {
  width: 32%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  body.message .p-message__img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
body.message .p-message__text {
  width: 65%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body.message .p-message__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    width: 100%;
    text-align: justify;
  }
}
body.message .p-message__signature {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.message .p-message__signature {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    padding-top: 15px;
  }
}
body.message .p-message__signature strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  body.message .p-message__signature strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
  }
}
body.message .p-message__shame {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  padding: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.message .p-message__shame {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    padding: 0 0 30px 0;
  }
}
body.message .p-message-policy {
  background: #e7f8fa;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  body.message .p-message-policy {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
body.message .p-message-policy__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  padding-bottom: 25px;
  text-align: center;
  color: #12b7d2;
}
@media screen and (max-width: 768px) {
  body.message .p-message-policy__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 39px;
    padding-bottom: 12px;
  }
}
body.message .p-message-policy__list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  body.message .p-message-policy__list {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
  }
}

body.guide hr {
  width: 90%;
  margin: 50px auto;
}
body.guide .p-guide-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-hero__inner {
    width: 100%;
  }
}
body.guide .p-guide-hero {
  height: 450px;
  margin-bottom: 130px;
  background: url("../img/guide/bg_mvpc.webp") center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-hero {
    height: 400px;
    margin-bottom: 65px;
    background: none;
    padding-top: 0;
  }
}
body.guide .p-guide-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-hero__sp {
    display: block;
  }
}
body.guide .p-guide__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }
}
body.guide .p-guide-button__applybutton {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 90px;
  width: 42%;
  background: url("../img/common/btn-arrow_rightwhite.svg") 95% center no-repeat #009fe8;
  background-size: 12px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-button__applybutton {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 54px;
    width: 75%;
    background-size: 12px;
    margin: 0 auto 30px auto;
  }
}
body.guide .p-guide#staff02 .p-guide-button__applybutton, body.guide .p-guide#staff03 .p-guide-button__applybutton {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 90px;
  width: 42%;
  background: url("../img/common/btn-arrow_rightwhite.svg") 95% center no-repeat #12b7d2;
  background-size: 12px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide#staff02 .p-guide-button__applybutton, body.guide .p-guide#staff03 .p-guide-button__applybutton {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 54px;
    width: 75%;
    background-size: 12px;
    margin: 0 auto 30px auto;
  }
}
body.guide .p-guide-anchors {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-anchors {
    margin-bottom: 30px;
  }
}
body.guide .p-guide-anchor {
  width: 32%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 66px;
  background: url("../img/guide/btn-arrow_w.svg") 95% center no-repeat #182987;
  background-size: 12px;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-anchor {
    width: 100%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 46px;
    background-size: 12px;
    margin-bottom: 10px;
  }
}
body.guide #staff02 .p-guide-subtabs {
  width: 66%;
}
@media screen and (max-width: 768px) {
  body.guide #staff02 .p-guide-subtabs {
    width: 100%;
  }
}
body.guide #staff02 .p-guide-subtabs .p-guide-subtab {
  width: 48.4848484848%;
}
@media screen and (max-width: 768px) {
  body.guide #staff02 .p-guide-subtabs .p-guide-subtab {
    width: 100%;
  }
}
body.guide #staff03 .p-guide-subtab:nth-child(3) {
  line-height: 26px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  body.guide #staff03 .p-guide-subtab:nth-child(3) {
    line-height: 18px;
    padding: 3px 0;
  }
}
body.guide .p-guide-subtabs {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-subtabs {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 46px;
    width: 100%;
    margin-bottom: 30px;
  }
}
body.guide .p-guide-subtab {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 66px;
  width: 32%;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-subtab {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 46px;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
body.guide .p-guide-subtab1 {
  background: url("../img/guide/btn-salesarrow.svg") 95% center no-repeat #fff;
  background-size: 12px;
  color: #12b7d2;
  border: 1px solid #12b7d2;
}
body.guide .p-guide-subtab1.p-guide-subtab__active {
  background: url("../img/guide/btn-arrow_w.svg") 95% center no-repeat #12b7d2;
  background-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-subtab1.p-guide-subtab__active {
    background-size: 12px;
  }
}
body.guide .p-guide-subtab2 {
  background: url("../img/guide/btn-servicearrow.svg") 95% center no-repeat #fff;
  background-size: 12px;
  color: #009fe8;
  border: 1px solid #009fe8;
}
body.guide .p-guide-subtab2.p-guide-subtab__active {
  background: url("../img/guide/btn-arrow_w.svg") 95% center no-repeat #009fe8;
  background-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-subtab2.p-guide-subtab__active {
    background-size: 12px;
  }
}
body.guide .p-guide-subtab3 {
  background: url("../img/guide/btn-caarrow.svg") 95% center no-repeat #fff;
  background-size: 12px;
  color: #ec6864;
  border: 1px solid #ec6864;
}
body.guide .p-guide-subtab3.p-guide-subtab__active {
  background: url("../img/guide/btn-arrow_w.svg") 95% center no-repeat #ec6864;
  background-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-subtab3.p-guide-subtab__active {
    background-size: 12px;
  }
}
body.guide .p-guide-box .p-guide-content:not(:first-child) {
  display: none;
}
body.guide .p-guide-content__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-content__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }
}
body.guide .p-guide-anchorle {
  margin-bottom: 120px;
  border-bottom: 1px solid #c8c8c8;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-anchorle {
    margin-bottom: 60px;
  }
}
body.guide .p-guide-anchorle tr {
  vertical-align: top;
}
body.guide .p-guide-anchorle th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  width: 32%;
  padding: 20px 0 20px 50px;
  box-sizing: border-box;
  background: #e7f8fa;
  color: #12b7d2;
  border-top: 1px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-anchorle th {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0 10px 10px;
  }
}
body.guide .p-guide-anchorle td {
  width: 68%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  padding: 20px 0 20px 30px;
  box-sizing: border-box;
  border-top: 1px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  body.guide .p-guide-anchorle td {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 22px;
    padding: 10px 0 10px 10px;
  }
}
body.guide .p-guide-anchorle td p {
  padding-bottom: 1em;
}
body.guide .p-guide-anchorle td strong {
  display: block;
  font-weight: 500;
}
body.guide .p-guide-box .p-guide-content:nth-child(2) .p-guide-anchorle th {
  background: #e5f5fd;
  color: #009fe8;
}
body.guide .p-guide-box .p-guide-content:nth-child(3) .p-guide-anchorle th {
  background: #fdf0ef;
  color: #ec6864;
}

/*--------------------
information index
--------------------*/
.p-information-hero {
  height: 450px;
  margin-bottom: 130px;
  background: url("../img/information/common/bg_mv.png") center center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-information-hero {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    height: 225px;
    margin-bottom: 65px;
    padding-top: 80px;
  }
}
.p-information-hero .c-hero__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 54px;
}
@media screen and (max-width: 768px) {
  .p-information-hero .c-hero__title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
  }
}

body.information_index .p-information__logoimg {
  width: 102px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.information_index .p-information__logoimg {
    width: 67px;
    padding-bottom: 30px;
  }
}
body.information_index .p-information__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.information_index .p-information__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }
}
body.information_index .p-information-card {
  width: 32%;
  display: block;
  margin-bottom: 80px;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  body.information_index .p-information-card {
    width: 100%;
    margin-bottom: 40px;
  }
}
body.information_index .p-information-card__img {
  overflow: hidden;
  padding-bottom: 10px;
  aspect-ratio: 352/211;
}
@media screen and (max-width: 768px) {
  body.information_index .p-information-card__img {
    padding-bottom: 5px;
  }
}
body.information_index .p-information-card__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.information_index .p-information-card__date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 25px;
  }
}
body.information_index .p-information-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  body.information_index .p-information-card__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
  }
}
body.information_index .p-information-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  body.information_index .p-information-card__desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
  }
}

/*--------------------
report detail
--------------------*/
body.information_detail .p-informationdetail {
  background: #182987;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail {
    padding-bottom: 40px;
  }
}
body.information_detail .p-informationdetail__article {
  background: #fff;
}
body.information_detail .p-informationdetail__logoimg {
  width: 102px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail__logoimg {
    width: 67px;
    padding-bottom: 30px;
  }
}
body.information_detail .p-informationdetail__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }
}
body.information_detail .p-informationdetail .p-informationdetail-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail .p-informationdetail-wrap {
    padding-top: 40px;
  }
}
body.information_detail .p-informationdetail .p-informationdetail-wrap .p-informationdetail-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 80px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail .p-informationdetail-wrap .p-informationdetail-inner {
    padding: 40px 5%;
  }
}
body.information_detail .p-informationdetail .p-informationdetail-titles {
  align-items: center;
  padding: 10px 30px;
  margin: 0 0 60px 0;
  border: 3px solid #182987;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail .p-informationdetail-titles {
    padding: 5px 15px;
    margin: 0 0 30px 0;
    border: 2px solid #182987;
  }
}
body.information_detail .p-informationdetail .p-informationdetail-titles__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail .p-informationdetail-titles__title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
  }
}
body.information_detail .p-informationdetail .p-informationdetail-titles__date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail .p-informationdetail-titles__date {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 28px;
  }
}
body.information_detail .p-informationdetail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 44px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 31px;
    padding-bottom: 50px;
  }
}
body.information_detail .p-informationdetail__img {
  width: 70%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail__img {
    width: 100%;
    padding-bottom: 30px;
  }
}
body.information_detail .p-informationdetail__nav {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  padding: 25px 0;
  margin-bottom: 30px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail__nav {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    padding: 12px 0;
    margin-bottom: 15px;
  }
}
body.information_detail .p-informationdetail__nav .p-informationdetail__prev, body.information_detail .p-informationdetail__nav .p-informationdetail__next {
  text-decoration: none;
  color: #000;
}
body.information_detail .p-informationdetail__nav .p-informationdetail__prev span {
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail__nav .p-informationdetail__prev span {
    padding-right: 0.5em;
  }
}
body.information_detail .p-informationdetail__nav .p-informationdetail__next span {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail__nav .p-informationdetail__next span {
    padding-left: 0.5em;
  }
}
body.information_detail .p-informationdetail__listmore {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail__listmore {
    width: 50%;
  }
}
body.information_detail .p-informationdetail__listmore .p-informationdetail__back {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  border-radius: 23px;
  width: 100%;
  border: 1px solid #182987;
  color: #182987;
  text-decoration: none;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.information_detail .p-informationdetail__listmore .p-informationdetail__back {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
  }
}

/*--------------------
interview index
--------------------*/
.p-interview-inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

body.interview_index .p-interview-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview-hero__inner {
    width: 100%;
  }
}
body.interview_index .p-interview-hero {
  height: 450px;
  background: url("../img/interview/interview/bg_mvpc.webp") center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview-hero {
    height: 400px;
    background: none;
    padding-top: 0;
  }
}
body.interview_index .p-interview-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview-hero__sp {
    display: block;
  }
}
body.interview_index .p-interview {
  background: #71d4e4;
}
body.interview_index .p-interview__heading {
  font-family: "ZenKakuGothicAntique";
  font-weight: 700;
  font-size: 34px;
  line-height: 116px;
  background: #fff;
  padding: 130px 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview__heading {
    font-family: "ZenKakuGothicAntique";
    font-weight: 700;
    font-size: 24px;
    line-height: 81px;
    padding: 65px 0 30px 0;
  }
}
body.interview_index .p-interview .p-interview__list {
  max-width: 760px;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview .p-interview__list {
    padding: 30px 0;
  }
}
body.interview_index .p-interview .p-interview-card {
  width: 43.4210526316%;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview .p-interview-card {
    width: 75%;
    margin: 0 auto 30px auto;
  }
}
body.interview_index .p-interview .p-interview-card__img {
  padding: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview .p-interview-card__img {
    padding: 0 0 10px 0;
  }
}
body.interview_index .p-interview .p-interview-card__info {
  font-family: "NotoSansCJKjp";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview .p-interview-card__info {
    font-family: "NotoSansCJKjp";
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}
body.interview_index .p-interview .p-interview-card__button {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  width: 100%;
  border: 1px solid #182987;
  color: #182987;
  border-radius: 21px;
  box-sizing: border-box;
  padding-left: 25px;
  background: url("../img/interview-common/icon_otherlink.svg") 95% center no-repeat #fff;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview .p-interview-card__button {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
  }
}
body.interview_index .p-interview .p-interview-card:nth-child(even) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  body.interview_index .p-interview .p-interview-card:nth-child(even) {
    margin-top: 0px;
  }
}

/*--------------------
interview detail
--------------------*/
body.interview_detail .p-interview-movie__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interview-movie__title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 25px;
    padding-top: 50px;
    text-align: center;
  }
}
body.interview_detail .p-interviewflow {
  background: #e5f5fd;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewflow {
    padding: 75px 0 50px 0;
  }
}
body.interview_detail .p-interviewflow__line {
  background: url("../img/interview-common/img_line.png") 36% top repeat-y;
  background-size: 2px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewflow__line {
    background: url("../img/interview-common/img_line.png") 39% top repeat-y;
  }
}
body.interview_detail .p-interviewflow__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 52px;
  top: -25px;
  width: 375px;
  text-align: center;
  position: absolute;
  background: #fff;
  border: 1px solid #009fe8;
  left: calc(50% - 180px);
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewflow__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    top: -25px;
    width: 50%;
    left: 23%;
  }
}
body.interview_detail .p-interviewflow__pict {
  position: absolute;
  top: -90px;
  left: 10%;
  width: 170px;
  height: 170px;
  background: #e5f5fd;
  text-align: center;
  border-radius: 85px;
  box-sizing: border-box;
  padding-top: 25px;
}
body.interview_detail .p-interviewflow__pict img {
  width: 58px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewflow__pict {
    position: absolute;
    top: -30px;
    left: 0;
    width: 85px;
    height: 85px;
    border-radius: 42px;
    padding-top: 12px;
  }
  body.interview_detail .p-interviewflow__pict img {
    width: 27px;
  }
}
body.interview_detail .p-interviewflow__time {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #009fe8;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewflow__time {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    padding: 8px 0 0 0;
    margin-right: 15px;
  }
}
body.interview_detail .p-interviewflow__text {
  width: 87.7777777778%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  padding-top: 10px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewflow__text {
    width: 78%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
body.interview_detail .p-interviewflow__text strong {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewflow__text strong {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }
}
body.interview_detail .p-interviewflow__only {
  margin-top: 10px;
}
body.interview_detail hr {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.interview_detail hr {
    margin-bottom: 20px;
  }
}
body.interview_detail .p-faq__q dl {
  align-items: start;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-faq__q dl {
    margin-bottom: 10px;
  }
}
body.interview_detail .p-faq__q dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  background: #009fe8;
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-faq__q dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    width: 42px;
    margin-right: 5px;
  }
}
body.interview_detail .p-faq__q dd {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  width: 91.1111111111%;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-faq__q dd {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    width: 86%;
  }
}
body.interview_detail .p-faq__a dl {
  align-items: start;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-faq__a dl {
    margin-bottom: 20px;
  }
}
body.interview_detail .p-faq__a dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border: 1px solid #009fe8;
  color: #009fe8;
  border-radius: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-faq__a dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    width: 42px;
    margin-right: 5px;
  }
}
body.interview_detail .p-faq__a dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  width: 91.1111111111%;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-faq__a dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    width: 85%;
  }
}
body.interview_detail .p-faq-img {
  width: 77.7777777778%;
  margin: 80px auto 80px auto;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-faq-img {
    margin: 40px auto;
    width: 100%;
  }
}
body.interview_detail .p-interviewdetail {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewdetail {
    padding-bottom: 60px;
  }
}
body.interview_detail .p-interviewdetail-others {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewdetail-others {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.interview_detail .p-interviewdetail-others__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewdetail-others__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewdetail-otherslist {
    display: block;
    width: 75%;
  }
}
body.interview_detail .p-interviewdetail__othercard {
  width: 27.5555555556%;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewdetail__othercard {
    width: 100%;
  }
}
body.interview_detail .p-interviewdetail__othercard .p-top-interview-card__c1 {
  color: #12b7d2;
}
body.interview_detail .p-interviewdetail__othercard .p-top-interview-card__c2 {
  color: #009fe8;
}
body.interview_detail .p-interviewdetail__othercard .p-top-interview-card__c3 {
  color: #ec6864;
}
body.interview_detail .p-interviewdetail__otherimg {
  padding-bottom: 10px;
}
body.interview_detail .p-interviewdetail__otherinfo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewdetail__otherinfo {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 10px;
  }
}
body.interview_detail .p-interviewdetail__otherinfo span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewdetail__otherinfo span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
  }
}
body.interview_detail .p-interviewdetail__otherbutton {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  width: 99.5%;
  border: 1px solid #182987;
  color: #182987;
  border-radius: 21px;
  box-sizing: border-box;
  padding-left: 25px;
  background: url("../img/interview-common/icon_otherlink.svg") 95% center no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_detail .p-interviewdetail__otherbutton {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
  }
}

/*--------------------
interview bg
--------------------*/
.p-interviewdetail-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-interviewdetail-hero__sp {
    display: block;
  }
}

.p-interviewdetail-hero {
  height: 710px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-interviewdetail-hero {
    display: none;
  }
}
.p-interviewdetail-hero__inner {
  width: 1028px;
  margin: 0 auto;
  padding-top: 440px;
}
.p-interviewdetail-hero__bg {
  height: 710px;
}
.p-interviewdetail-hero__quote span {
  border: 1px solid #000;
  background: #fff;
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-interviewdetail-hero__role {
  align-items: end;
  padding-top: 50px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.p-interviewdetail-hero__role dt {
  width: 170px;
}

body.interview02 .p-interviewdetail-hero {
  background: url("../img/interview/interview02/bg_mvpc.webp") top center no-repeat;
  background-size: cover;
}
body.interview02 .p-interviewdetail-hero__bg {
  background: url("../img/interview/interview02/bg_band.svg") bottom center no-repeat;
  background-size: 100%;
}
body.interview02 .p-interviewdetail-hero__inner {
  width: 1028px;
  margin: 0 auto;
  padding-top: 440px;
}
body.interview02 .p-interviewdetail-hero__quote {
  width: 172px;
}

body.interview01 .p-interviewdetail-hero {
  background: url("../img/interview/interview01/bg_mvpc.webp") center center no-repeat;
  background-size: cover;
}
body.interview01 .p-interviewdetail-hero__bg {
  background: url("../img/interview/interview01/bg_band.svg") bottom center no-repeat;
  background-size: 100%;
}
body.interview01 .p-interviewdetail-hero__inner {
  width: 1028px;
  margin: 0 auto;
  padding-top: 440px;
}
body.interview01 .p-interviewdetail-hero__quote {
  width: 172px;
}

body.interview04 .p-interviewdetail-hero {
  background: url("../img/interview/interview04/bg_mvpc.webp") center center no-repeat;
  background-size: cover;
}
body.interview04 .p-interviewdetail-hero__bg {
  background: url("../img/interview/interview04/bg_band.svg") bottom center no-repeat;
  background-size: 100%;
}
body.interview04 .p-interviewdetail-hero__inner {
  width: 1028px;
  margin: 0 auto;
  padding-top: 440px;
}
body.interview04 .p-interviewdetail-hero__quote {
  width: 172px;
}

body.interview03 .p-interviewdetail-hero {
  background: url("../img/interview/interview03/bg_mvpc.webp") center center no-repeat;
  background-size: cover;
}
body.interview03 .p-interviewdetail-hero__bg {
  background: url("../img/interview/interview03/bg_band.svg") bottom center no-repeat;
  background-size: 100%;
}
body.interview03 .p-interviewdetail-hero__inner {
  width: 1028px;
  margin: 0 auto;
  padding-top: 440px;
}
body.interview03 .p-interviewdetail-hero__quote {
  width: 172px;
}

body.interview_detail.interview04 .p-interviewflow, body.interview_detail.interview03 .p-interviewflow {
  background: #fdf0ef;
}
body.interview_detail.interview04 .p-interviewflow__heading, body.interview_detail.interview03 .p-interviewflow__heading {
  border: 1px solid #ec6864;
  left: calc(50% - 300px);
  width: 600px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewflow__heading, body.interview_detail.interview03 .p-interviewflow__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    top: -25px;
    width: 70%;
    left: 25%;
  }
}
body.interview_detail.interview04 .p-interviewflow__pict, body.interview_detail.interview03 .p-interviewflow__pict {
  position: absolute;
  top: -90px;
  left: 10%;
  width: 170px;
  height: 170px;
  background: #fdf0ef;
  text-align: center;
  border-radius: 85px;
  box-sizing: border-box;
  padding-top: 25px;
}
body.interview_detail.interview04 .p-interviewflow__pict img, body.interview_detail.interview03 .p-interviewflow__pict img {
  width: 58px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewflow__pict, body.interview_detail.interview03 .p-interviewflow__pict {
    position: absolute;
    top: -30px;
    left: 0;
    width: 85px;
    height: 85px;
    border-radius: 42px;
    padding-top: 12px;
  }
  body.interview_detail.interview04 .p-interviewflow__pict img, body.interview_detail.interview03 .p-interviewflow__pict img {
    width: 27px;
  }
}
body.interview_detail.interview04 .p-interviewflow__time, body.interview_detail.interview03 .p-interviewflow__time {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #ec6864;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewflow__time, body.interview_detail.interview03 .p-interviewflow__time {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    padding: 8px 0 0 0;
    margin-right: 15px;
  }
}
body.interview_detail.interview04 .p-interviewflow__text, body.interview_detail.interview03 .p-interviewflow__text {
  width: 87.7777777778%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  padding-top: 10px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewflow__text, body.interview_detail.interview03 .p-interviewflow__text {
    width: 78%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
body.interview_detail.interview04 .p-interviewflow__text strong, body.interview_detail.interview03 .p-interviewflow__text strong {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #ec6864;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewflow__text strong, body.interview_detail.interview03 .p-interviewflow__text strong {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }
}
body.interview_detail.interview04 .p-interviewflow__only, body.interview_detail.interview03 .p-interviewflow__only {
  margin-top: 10px;
}
body.interview_detail.interview04 hr, body.interview_detail.interview03 hr {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 hr, body.interview_detail.interview03 hr {
    margin-bottom: 20px;
  }
}
body.interview_detail.interview04 .p-faq__q dl, body.interview_detail.interview03 .p-faq__q dl {
  align-items: start;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-faq__q dl, body.interview_detail.interview03 .p-faq__q dl {
    margin-bottom: 10px;
  }
}
body.interview_detail.interview04 .p-faq__q dt, body.interview_detail.interview03 .p-faq__q dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  background: #ec6864;
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-faq__q dt, body.interview_detail.interview03 .p-faq__q dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    width: 42px;
    margin-right: 5px;
  }
}
body.interview_detail.interview04 .p-faq__q dd, body.interview_detail.interview03 .p-faq__q dd {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  width: 91.1111111111%;
  color: #ec6864;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-faq__q dd, body.interview_detail.interview03 .p-faq__q dd {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    width: 85%;
  }
}
body.interview_detail.interview04 .p-faq__a dl, body.interview_detail.interview03 .p-faq__a dl {
  align-items: start;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-faq__a dl, body.interview_detail.interview03 .p-faq__a dl {
    margin-bottom: 20px;
  }
}
body.interview_detail.interview04 .p-faq__a dt, body.interview_detail.interview03 .p-faq__a dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border: 1px solid #ec6864;
  color: #ec6864;
  border-radius: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-faq__a dt, body.interview_detail.interview03 .p-faq__a dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    width: 42px;
    margin-right: 5px;
  }
}
body.interview_detail.interview04 .p-faq__a dd, body.interview_detail.interview03 .p-faq__a dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  width: 91.1111111111%;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-faq__a dd, body.interview_detail.interview03 .p-faq__a dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    width: 85%;
  }
}
body.interview_detail.interview04 .p-faq-img, body.interview_detail.interview03 .p-faq-img {
  width: 77.7777777778%;
  margin: 80px auto 80px auto;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-faq-img, body.interview_detail.interview03 .p-faq-img {
    margin: 40px auto;
    width: 100%;
  }
}
body.interview_detail.interview04 .p-interviewdetail-others, body.interview_detail.interview03 .p-interviewdetail-others {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewdetail-others, body.interview_detail.interview03 .p-interviewdetail-others {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.interview_detail.interview04 .p-interviewdetail-others__heading, body.interview_detail.interview03 .p-interviewdetail-others__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewdetail-others__heading, body.interview_detail.interview03 .p-interviewdetail-others__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 25px;
    text-align: center;
  }
}
body.interview_detail.interview04 .p-interviewdetail__othercard, body.interview_detail.interview03 .p-interviewdetail__othercard {
  width: 27.5555555556%;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewdetail__othercard, body.interview_detail.interview03 .p-interviewdetail__othercard {
    width: 75%;
    margin: 0 auto 60px auto;
  }
}
body.interview_detail.interview04 .p-interviewdetail__otherimg, body.interview_detail.interview03 .p-interviewdetail__otherimg {
  padding-bottom: 10px;
}
body.interview_detail.interview04 .p-interviewdetail__otherinfo, body.interview_detail.interview03 .p-interviewdetail__otherinfo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewdetail__otherinfo, body.interview_detail.interview03 .p-interviewdetail__otherinfo {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 10px;
  }
}
body.interview_detail.interview04 .p-interviewdetail__otherinfo span, body.interview_detail.interview03 .p-interviewdetail__otherinfo span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewdetail__otherinfo span, body.interview_detail.interview03 .p-interviewdetail__otherinfo span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
  }
}
body.interview_detail.interview04 .p-interviewdetail__otherbutton, body.interview_detail.interview03 .p-interviewdetail__otherbutton {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  width: 100%;
  border: 1px solid #182987;
  color: #182987;
  border-radius: 21px;
  box-sizing: border-box;
  padding-left: 25px;
  background: url("../img/interview-common/icon_otherlink.svg") 95% center no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview04 .p-interviewdetail__otherbutton, body.interview_detail.interview03 .p-interviewdetail__otherbutton {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
  }
}

body.interview_detail.interview01 .p-interviewflow {
  background: #e7f8fa;
}
body.interview_detail.interview01 .p-interviewflow__heading {
  border: 1px solid #12b7d2;
  left: calc(50% - 300px);
  width: 600px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewflow__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    top: -25px;
    width: 70%;
    left: 25%;
  }
}
body.interview_detail.interview01 .p-interviewflow__pict {
  position: absolute;
  top: -90px;
  left: 10%;
  width: 170px;
  height: 170px;
  background: #e7f8fa;
  text-align: center;
  border-radius: 85px;
  box-sizing: border-box;
  padding-top: 25px;
}
body.interview_detail.interview01 .p-interviewflow__pict img {
  width: 58px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewflow__pict {
    position: absolute;
    top: -30px;
    left: 0;
    width: 85px;
    height: 85px;
    border-radius: 42px;
    padding-top: 12px;
  }
  body.interview_detail.interview01 .p-interviewflow__pict img {
    width: 27px;
  }
}
body.interview_detail.interview01 .p-interviewflow__time {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #12b7d2;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewflow__time {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    padding: 8px 0 0 0;
    margin-right: 15px;
  }
}
body.interview_detail.interview01 .p-interviewflow__text {
  width: 87.7777777778%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  padding-top: 10px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewflow__text {
    width: 78%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
body.interview_detail.interview01 .p-interviewflow__text strong {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #12b7d2;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewflow__text strong {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }
}
body.interview_detail.interview01 .p-interviewflow__only {
  margin-top: 10px;
}
body.interview_detail.interview01 hr {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 hr {
    margin-bottom: 20px;
  }
}
body.interview_detail.interview01 .p-faq__q dl {
  align-items: start;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-faq__q dl {
    margin-bottom: 10px;
  }
}
body.interview_detail.interview01 .p-faq__q dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  background: #12b7d2;
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-faq__q dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    width: 42px;
    margin-right: 5px;
  }
}
body.interview_detail.interview01 .p-faq__q dd {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  width: 91.1111111111%;
  color: #12b7d2;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-faq__q dd {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    width: 86%;
  }
}
body.interview_detail.interview01 .p-faq__a dl {
  align-items: start;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-faq__a dl {
    margin-bottom: 20px;
  }
}
body.interview_detail.interview01 .p-faq__a dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border: 1px solid #12b7d2;
  color: #12b7d2;
  border-radius: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-faq__a dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    width: 42px;
    margin-right: 5px;
  }
}
body.interview_detail.interview01 .p-faq__a dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  width: 91.1111111111%;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-faq__a dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    width: 85%;
  }
}
body.interview_detail.interview01 .p-faq-img {
  width: 77.7777777778%;
  margin: 80px auto 80px auto;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-faq-img {
    margin: 40px auto;
    width: 100%;
  }
}
body.interview_detail.interview01 .p-interviewdetail-others {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewdetail-others {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.interview_detail.interview01 .p-interviewdetail-others__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewdetail-others__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 25px;
    text-align: center;
  }
}
body.interview_detail.interview01 .p-interviewdetail__othercard {
  width: 27.5555555556%;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewdetail__othercard {
    width: 75%;
    margin: 0 auto 60px auto;
  }
}
body.interview_detail.interview01 .p-interviewdetail__otherimg {
  padding-bottom: 10px;
}
body.interview_detail.interview01 .p-interviewdetail__otherinfo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewdetail__otherinfo {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 10px;
  }
}
body.interview_detail.interview01 .p-interviewdetail__otherinfo span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewdetail__otherinfo span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
  }
}
body.interview_detail.interview01 .p-interviewdetail__otherbutton {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  width: 100%;
  border: 1px solid #182987;
  color: #182987;
  border-radius: 21px;
  box-sizing: border-box;
  padding-left: 25px;
  background: url("../img/interview-common/icon_otherlink.svg") 95% center no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  body.interview_detail.interview01 .p-interviewdetail__otherbutton {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
  }
}

/*--------------------
report index
--------------------*/
.p-report-hero {
  height: 450px;
  margin-bottom: 130px;
  background: url("../img/report/report-common/bg_mv.png") center center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-report-hero {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    height: 225px;
    height: auto;
    margin-bottom: 65px;
  }
}
.p-report-hero__img {
  padding-top: 40px;
  height: 450px;
  box-sizing: border-box;
  background: url("../img/report/report-common/bg_mv2.webp") center bottom no-repeat;
  background-size: 1366px;
}
@media screen and (max-width: 768px) {
  .p-report-hero__img {
    background: none;
    height: auto;
    padding-top: 20px;
  }
}
.p-report-hero__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-report-hero__sp {
    display: block;
    margin-bottom: 30px;
  }
  .p-report-hero__sp img {
    vertical-align: bottom;
  }
}
.p-report-hero .c-hero__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 54px;
}
@media screen and (max-width: 768px) {
  .p-report-hero .c-hero__title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 10px;
  }
}

body.report_index .p-report__logoimg {
  width: 114px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.report_index .p-report__logoimg {
    width: 67px;
    padding-bottom: 30px;
  }
}
body.report_index .p-report__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.report_index .p-report__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }
}
body.report_index .p-report-card {
  width: 32%;
  display: block;
  margin-bottom: 80px;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  body.report_index .p-report-card {
    width: 100%;
    margin-bottom: 40px;
  }
}
body.report_index .p-report-card__img {
  overflow: hidden;
  padding-bottom: 10px;
  aspect-ratio: 352/211;
}
@media screen and (max-width: 768px) {
  body.report_index .p-report-card__img {
    padding-bottom: 5px;
  }
}
body.report_index .p-report-card__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.report_index .p-report-card__date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 25px;
  }
}
body.report_index .p-report-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  body.report_index .p-report-card__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
  }
}
body.report_index .p-report-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  body.report_index .p-report-card__desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
  }
}

/*--------------------
report detail
--------------------*/
body.report_detail .p-reportdetail {
  background: #12b7d2;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail {
    padding-bottom: 40px;
  }
}
body.report_detail .p-reportdetail__article {
  background: #fff;
}
body.report_detail .p-reportdetail__logoimg {
  width: 114px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail__logoimg {
    width: 67px;
    padding-bottom: 30px;
  }
}
body.report_detail .p-reportdetail__heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail__heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }
}
body.report_detail .p-reportdetail .p-reportdetail-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail .p-reportdetail-wrap {
    padding-top: 40px;
  }
}
body.report_detail .p-reportdetail .p-reportdetail-wrap .p-reportdetail-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 80px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail .p-reportdetail-wrap .p-reportdetail-inner {
    padding: 40px 5%;
  }
}
body.report_detail .p-reportdetail .p-reportdetail-titles {
  align-items: center;
  padding: 10px 30px;
  margin: 0 0 60px 0;
  border: 3px solid #12b7d2;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail .p-reportdetail-titles {
    padding: 5px 15px;
    margin: 0 0 30px 0;
    border: 2px solid #12b7d2;
  }
}
body.report_detail .p-reportdetail .p-reportdetail-titles__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail .p-reportdetail-titles__title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
  }
}
body.report_detail .p-reportdetail .p-reportdetail-titles__date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail .p-reportdetail-titles__date {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 28px;
  }
}
body.report_detail .p-reportdetail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 44px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 31px;
    padding-bottom: 50px;
  }
}
body.report_detail .p-reportdetail__img {
  width: 70%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail__img {
    width: 100%;
    padding-bottom: 30px;
  }
}
body.report_detail .p-reportdetail__nav {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  padding: 25px 0;
  margin-bottom: 30px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail__nav {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    padding: 12px 0;
    margin-bottom: 15px;
  }
}
body.report_detail .p-reportdetail__nav .p-reportdetail__prev, body.report_detail .p-reportdetail__nav .p-reportdetail__next {
  text-decoration: none;
  color: #000;
}
body.report_detail .p-reportdetail__nav .p-reportdetail__prev span {
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail__nav .p-reportdetail__prev span {
    padding-right: 0.5em;
  }
}
body.report_detail .p-reportdetail__nav .p-reportdetail__next span {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail__nav .p-reportdetail__next span {
    padding-left: 0.5em;
  }
}
body.report_detail .p-reportdetail__listmore {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail__listmore {
    width: 50%;
  }
}
body.report_detail .p-reportdetail__listmore .p-reportdetail__back {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  border-radius: 23px;
  width: 100%;
  border: 1px solid #182987;
  color: #182987;
  text-decoration: none;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.report_detail .p-reportdetail__listmore .p-reportdetail__back {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
  }
}

html, body {
  scroll-behavior: smooth;
}/*# sourceMappingURL=style.original.css.map */