@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
/*PCとSPの見え方切り替え*/
.pc-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  /* これ必須 */
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .l-container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--fluid-md {
    max-width: 100% !important;
    padding: 0;
  }
}
.l-container--mini {
  max-width: 800px;
}

.l-container-pc {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .l-container-pc {
    max-width: 1240px;
  }
}

/*==================================
main
==================================*/
.l-main {
  position: relative;
}

/*==================================
section
==================================*/
.l-section {
  margin: 20px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin: 50px auto 0;
  }
}

/*googlefont----*/
/*p-page-introduction-----*/
.p-page-introduction {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .p-page-introduction {
    margin-bottom: 15%;
  }
}
.p-page-introduction-headline {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-headline {
    font-size: 45px;
    margin-left: 3%;
  }
}
.p-page-introduction-headline:before {
  content: "";
  background-color: #c31922;
  width: 5px;
  height: 115px;
  position: absolute;
  top: 0;
  left: -19px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-headline:before {
    width: 8px;
    left: -36px;
  }
}
.p-page-introduction-mv {
  background-image: url(../../../images/introduction/img_mv_sp.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 140vw;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-mv {
    background-image: url(../../../images/introduction/img_mv_pc.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 62vw;
    width: 100%;
  }
}
.p-page-introduction-mv__in {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
}
.p-page-introduction-mv__en {
  width: 53%;
  position: absolute;
  top: 36px;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-mv__en {
    width: 26%;
    max-width: 430px;
  }
}
.p-page-introduction-about {
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-about {
    margin-top: 80px;
  }
}
.p-page-introduction-about__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 1%;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-about__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 3%;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-page-introduction-about__wrap {
    width: 133%;
  }
}
.p-page-introduction-about__headline {
  position: relative;
}
.p-page-introduction-about__headline:before {
  height: 276px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-about__headline:before {
    left: -40px;
    height: 353px;
  }
}
.p-page-introduction-about__txt {
  font-size: 12px;
  line-height: 1.6;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin-left: 9px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-about__txt {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.p-page-introduction-about__img {
  width: 70%;
  position: relative;
  z-index: -1;
  margin-top: -40px;
  margin-left: 38%;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-about__img {
    width: 80%;
    margin-top: -90px;
    top: 0;
    right: 0;
    min-width: 321px;
    z-index: -1;
    margin-left: -3%;
    margin-right: 43px;
  }
}
.p-page-introduction-btns {
  color: #fff;
  margin-bottom: 40px;
}
.p-page-introduction-btns__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-btns__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 70px;
  }
}
.p-page-introduction-btns__btn {
  width: 100%;
  position: relative;
  background-image: url(../../../images/introduction/img_btn_meeting.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 291px;
  height: 61px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-btns__btn {
    width: 329px;
    height: 67px;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .p-page-introduction-btns__btn {
    height: 89px;
    width: 428px;
  }
}
.p-page-introduction-btns__btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.p-page-introduction-btns__btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-page-introduction-btns__btn a a.in-link {
  position: relative;
  z-index: 5;
}
.p-page-introduction-btns__btn--02 {
  margin-top: 25px;
  background-image: url(../../../images/introduction/img_btn_document.png);
}
@media screen and (min-width: 768px) {
  .p-page-introduction-btns__btn--02 {
    margin-top: 0;
    padding-left: 20px;
  }
}
.p-page-introduction-btns__subtxt {
  text-align: center;
  color: #4b2a14;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-btns__subtxt {
    font-size: 20px;
    margin-bottom: 14px;
    margin-top: 2px;
  }
}
.p-page-introduction-btns__maintxt {
  text-align: center;
  font-size: 20px;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-btns__maintxt {
    font-size: 25px;
  }
}
.p-page-introduction-btns__maintxt:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 10px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-btns__maintxt:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 13px solid #fff;
    left: 50px;
  }
}
.p-page-introduction-ex {
  margin: 50px 0 46px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-ex {
    margin: 120px 0 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-introduction-ex__headline {
    margin-bottom: 0;
  }
}
.p-page-introduction-ex__headline:before {
  height: 65px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-ex__headline:before {
    margin-top: -19px;
    height: 135px;
    left: -36px;
  }
}
.p-page-introduction-ex__in {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-ex__in {
    margin-top: 11px;
  }
}
@media screen and (min-width: 992px) {
  .p-page-introduction-ex__in {
    margin-top: -80px;
  }
}
.p-page-introduction-ex__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-ex__img {
    margin-left: 0;
  }
}
.p-page-introduction-ex-box {
  text-align: left;
  background-color: rgba(51, 40, 40, 0.5);
  position: absolute;
  top: 19%;
  left: 9%;
  padding: 18px 10px 21vw;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-ex-box {
    position: absolute;
    top: 11.5vw;
    left: 4%;
    padding: 31px 48px 15vw;
  }
}
@media screen and (min-width: 1360px) {
  .p-page-introduction-ex-box {
    top: 10.5vw;
  }
}
.p-page-introduction-ex-box__ttl {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-ex-box__ttl {
    font-size: 34px;
  }
}
.p-page-introduction-ex-box__ttl:before {
  content: "";
}
.p-page-introduction-ex-box__txt {
  letter-spacing: 0.1em;
  font-size: 10px;
  line-height: 2;
  margin-top: 13px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-ex-box__txt {
    font-size: 16px;
    line-height: 3;
    letter-spacing: 0.15em;
  }
}
.p-page-introduction-point {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point {
    margin: 90px 0 170px;
  }
}
@media screen and (min-width: 992px) {
  .p-page-introduction-point {
    margin: 90px 0 250px;
  }
}
.p-page-introduction-point__headline:before {
  height: 236px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__headline:before {
    height: 300px;
  }
}
.p-page-introduction-point__in {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
}
.p-page-introduction-point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__list {
    gap: 90px;
    align-items: flex-start;
  }
}
.p-page-introduction-point__item {
  margin-left: 6%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__item {
    padding-left: 2%;
  }
}
.p-page-introduction-point__item:before {
  content: "";
  background-image: url(../../../images/introduction/img_point01_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 51px;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: 1.5%;
  z-index: -1;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__item:before {
    width: 73px;
    height: 57px;
    padding-top: 0px;
    margin-right: 4px;
    left: -11px;
    top: -5%;
    background-image: url(../../../images/introduction/img_point01_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__item:nth-child(2) {
    margin-left: 13%;
  }
}
.p-page-introduction-point__item:nth-child(2):before {
  content: "";
  background-image: url(../../../images/introduction/img_point02_sp.png);
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__item:nth-child(2):before {
    background-image: url(../../../images/introduction/img_point02_pc.png);
  }
}
.p-page-introduction-point__item:nth-child(3):before {
  content: "";
  background-image: url(../../../images/introduction/img_point03_sp.png);
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__item:nth-child(3):before {
    background-image: url(../../../images/introduction/img_point03_pc.png);
  }
}
.p-page-introduction-point__ttl {
  font-size: 18px;
  margin-left: 17px;
  padding-left: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__ttl {
    font-size: 24px;
  }
}
.p-page-introduction-point__ttl span {
  font-family: "cambria", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin-left: -35px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__ttl span {
    font-size: 57px;
  }
}
.p-page-introduction-point__txt {
  font-size: 12px;
  margin-left: 10px;
  width: 63%;
  margin-top: 15px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__txt {
    font-size: 16px;
    width: 60%;
    margin-left: 13px;
  }
}
.p-page-introduction-point__img {
  position: absolute;
  top: 139px;
  z-index: -1;
  width: 48%;
  margin-left: auto;
  right: -17px;
  max-width: 186px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__img {
    width: 35%;
    right: 0;
    top: -49px;
    max-width: 499px;
  }
}
.p-page-introduction-point__img:last-child {
  width: 47%;
  top: 56vh;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-point__img:last-child {
    top: 35vh;
    width: 42%;
  }
}
.p-page-introduction-voice {
  margin: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice {
    margin: 100px 0 100px;
  }
}
.p-page-introduction-voice__headline {
  color: #504f4f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__headline:before {
    height: 307px;
  }
}
.p-page-introduction-voice__en {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__en {
    font-size: 45px;
  }
}
.p-page-introduction-voice__jp {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__jp {
    font-size: 27px;
    margin-left: 10px;
  }
}
.p-page-introduction-voice__jp:before {
  content: "";
  background-color: #504f4f;
  width: 15px;
  height: 1px;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__jp:before {
    width: 20px;
    margin-top: 3px;
  }
}
.p-page-introduction-voice__jp:after {
  content: "";
  background-color: #504f4f;
  width: 15px;
  height: 1px;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__jp:after {
    width: 20px;
    margin-top: 3px;
  }
}
.p-page-introduction-voice__in {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__in {
    margin-top: 37px;
  }
}
.p-page-introduction-voice__in:before {
  content: "";
  position: absolute;
  background: url(../../../images/introduction/img_voice_bg_sp.png) no-repeat center;
  width: 96%;
  height: 107%;
  background-size: cover;
  padding: 15px 0;
  z-index: -1;
  top: -28px;
  left: 2.5%;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__in:before {
    background: url(../../../images/introduction/img_voice_bg_pc.png) no-repeat center;
    width: 100%;
    height: 108%;
    background-size: 100%;
    top: -37px;
  }
}
.p-page-introduction-voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    gap: 20px;
  }
}
.p-page-introduction-voice__item {
  background: url(../../../images/introduction/img_voice.png) no-repeat center;
  width: 100%;
  background-size: 100%;
  min-height: 251px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .p-page-introduction-voice__item {
    width: 90%;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__item {
    min-height: 275px;
    max-width: 428px;
  }
}
@media screen and (min-width: 992px) {
  .p-page-introduction-voice__item {
    min-height: 370px;
    max-width: 510px;
  }
}
.p-page-introduction-voice__item:last-child {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__item:last-child {
    margin-top: 0;
  }
}
.p-page-introduction-voice__box {
  width: 75%;
  font-weight: 600;
  max-width: 332px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__box {
    width: 40%;
    min-width: 325px;
  }
}
@media screen and (min-width: 992px) {
  .p-page-introduction-voice__box {
    width: 80%;
  }
}
.p-page-introduction-voice__txt {
  line-height: 1.7;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.01em;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .p-page-introduction-voice__txt {
    margin-bottom: 34px;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.p-page-introduction-voice__name {
  text-align: right;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-voice__name {
    font-size: 14px;
  }
}
.p-page-introduction-results {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-results {
    margin-bottom: 100px;
  }
}
.p-page-introduction-results__headline:before {
  height: 247px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-results__headline:before {
    height: 331px;
  }
}
.p-page-introduction-results__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.p-page-introduction-results__list {
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-results__list {
    margin-left: 10%;
  }
}
.p-page-introduction-results__item:last-child {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-results__item:last-child {
    margin-left: 12%;
    margin-top: 90px;
  }
}
.p-page-introduction-results__ttl {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-results__ttl {
    font-size: 24px;
  }
}
.p-page-introduction-results__ttl:before {
  content: "";
  background-image: url(../../../images/introduction/img_results_mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 39px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: -3%;
  z-index: -1;
  left: -7px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-results__ttl:before {
    width: 82px;
    height: 42px;
    padding-top: 0px;
    margin-right: 4px;
    left: -22px;
    top: 11%;
  }
}
.p-page-introduction-results__txt {
  font-size: 12px;
  margin-top: 10px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-results__txt {
    padding-left: 16px;
    font-size: 15px;
  }
}
.p-page-introduction-results__img {
  width: 88%;
  max-width: 175px;
}
@media screen and (min-width: 768px) {
  .p-page-introduction-results__img {
    width: 74%;
    max-width: 577px;
    margin-top: -45px;
    margin-right: 32px;
  }
}
.p-page-introduction-results__batch {
  width: 100%;
}
