@charset "UTF-8";
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline-block;
  }
}

.br-pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.sp-display {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-display {
    display: block !important;
  }
}

.sp-display02 {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-display02 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.pc-display {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-display {
    display: none !important;
  }
}

.pc-display02 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-display02 {
    display: none !important;
  }
}

.pc-display03 {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-display03 {
    display: none !important;
  }
}

.e-protect {
  width: 100%;
  height: auto;
}

.e-protect__theme {
  width: 1000px;
  font-size: 28px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #FDF1F2;
  margin: 60px auto 60px auto;
  padding: 10px 0 12px 0;
}
@media screen and (max-width: 767px) {
  .e-protect__theme {
    width: 92%;
    font-size: 23px;
    margin: 60px auto 30px auto;
    padding: 10px 0 12px 0;
  }
}

.e-protect__name {
  position: relative;
  text-align: center;
  margin: 0 0 0px 0;
}
@media screen and (max-width: 767px) {
  .e-protect__name {
    margin: 0 0 50px 0;
  }
}
.e-protect__span {
  font-size: 28px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .e-protect__span {
    font-size: 20px;
    display: block;
  }
}
.e-protect__span::before {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #D70D1F;
  margin: 0 28px -2px 0;
}
@media screen and (max-width: 767px) {
  .e-protect__span::before {
    display: none;
  }
}
.e-protect__span::after {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #D70D1F;
  margin: 0 0 -2px 40px;
}
@media screen and (max-width: 767px) {
  .e-protect__span::after {
    display: none;
  }
}
.e-protect__red {
  font-size: 28px;
  color: #D70D1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .e-protect__red {
    font-size: 20px;
  }
}


.test {
  width: 100%;
  height: auto;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .test {
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
  }
}

.test__inner {
  width: 100%;
  height: auto;
  background: url("../../img/t-image/grid-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .test__inner {
    padding: 80px 0 80px 0;
  }
}
.test__block {
  width: 850px;
  margin: 0 auto 85px auto;
}
@media screen and (max-width: 767px) {
  .test__block {
    width: 92%;
    margin: 0 auto 70px auto;
  }
}
.test__block02 {
  width: 850px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .test__block02 {
    width: 100%;
  }
}
.test__name {
  width: 100%;
  border-bottom: 2px solid rgba(1, 1, 1, 0.2);
  padding: 0 0 4px 0;
}
.test__name02 {
  width: 100%;
  border-bottom: 2px solid rgba(1, 1, 1, 0.2);
  padding: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .test__name02 {
    width: 92%;
    margin: 0 auto 0 auto;
  }
}
.test__span {
  position: relative;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #333333;
  padding: 6px 58px 7px 14px;
}
.test__span::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 2px;
  background-color: #fff;
}
.test__span02 {
  position: relative;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #D70D1F;
  padding: 6px 70px 7px 14px;
}
.test__span02::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 2px;
  background-color: #fff;
}
.test__num {
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600 !important;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0 0 0 2px;
}
.test__flexss {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0 0 0;
}
.test__block001 {
  width: 65%;
}
.test__block002 {
  width: 32.8%;
}
@media screen and (max-width: 767px) {
  .test__flexss {
    width: 100%;
    display: block;
    margin: 35px 0 0 0;
  }
  .test__block001 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .test__block002 {
    width: 100%;
  }
}
.test__imgcaption01 {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 12px 0 0 0;
}
.test__maintxt {
  font-size: 28px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 25px 0 40px 0;
}
.test__maintxtspan {
  font-size: 32px;
  color: #D70D1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  background: linear-gradient(transparent 55%, #FDF1F2 55%);
}
.test__maintxtnum {
  font-size: 45px;
  color: #D70D1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 0 -4px 0px 0;
  display: inline-block;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .test__maintxt {
    font-size: 23px;
    color: #333333;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.3;
    margin: 28px 0 32px 0;
  }
  .test__maintxtspan {
    font-size: 28px;
    color: #D70D1F;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.05em;
    background: linear-gradient(transparent 55%, #FDF1F2 55%);
  }
  .test__maintxtnum {
    font-size: 36px;
    color: #D70D1F;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 0 -4px 0px 0;
    display: inline-block;
    transform: translateY(2px);
  }
}
.test__box01 {
  background-color: #F2F2F2;
  padding: 35px;
  line-height: 1.8;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .test__box01 {
    margin: 25px 0 0 0;
  }
}
.test__box02 {
  background-color: #FDF1F2;
  padding: 35px;
  line-height: 1.8;
  margin: 30px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .test__box02 {
    width: 92%;
    margin: 30px auto 30px auto;
  }
}
.test__txt {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
}
.test__img01 {
  display: block;
  width: 630px;
  margin: 35px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .test__img01 {
    width: 88%;
    margin: 25px auto 0 auto;
  }
}
.test__img02 {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .test__img02 {
    width: 92%;
    margin: 30px auto 25px auto;
    padding: 0 0 0 0;
  }
}
.test__img03 {
  display: block;
  width: 450px;
  margin: 35px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .test__img03 {
    width: 70%;
    margin: 25px auto 0 auto;
  }
}
.test__space {
  margin: 0 0 20px 0;
}
.test__flexs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0 0;
}
.test__boxs {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .test__boxs {
    width: 76% !important;
    margin: 0 -10px 0 46px !important;
  }
}
.test__items {
  width: 100%;
}
.test__caption {
  height: 58px;
  text-align: center;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #5A5A5A;
  padding: 15px 0 0 0;
}
.test__caption02 {
  height: 58px;
  text-align: center;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background-color: #D70D1F;
  padding: 10px 0 0 0;
}

.test__btns {
  position: relative;
  display: block;
  text-align: left;
  width: 310px;
  background-color: #333333;
  margin: 40px auto 0 auto;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .test__btns {
    width: 92%;
  }
}
.test__btns:hover {
  opacity: 0.7;
  transition: .3s;
}
.test__btns span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 13px 20px 13px 30px;
  font-size: 14px;
  z-index: 10000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .test__btns span {
    padding: 13px 20px 13px 20px;
  }
}
/* .reason__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #333333;
} */
.test__btns::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
}
.test__btns::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #333333;
  border-bottom: 0px solid #fff;
}


.experiment {
  width: 100%;
  height: auto;
}
.experiment__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 144px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .experiment__inner {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .experiment__wrapper {
    width: 301px !important;
  }
}
.experiment__title {
  border-top: 2px solid #909090;
  border-bottom: 2px solid #909090;
  text-align: center;
  padding: 8px 0 16px 0;
  margin: 0 0 126px 0;
  font-size: 28px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .experiment__title {
    padding: 20px 0 20px 0;
    font-size: 24px;
    line-height: 1.2;
  }
}
.experiment__span {
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FDF1F2));
  background: linear-gradient(transparent 70%, #FDF1F2 70%);
}
.experiment__num {
  font-size: 44px;
  color: #D70D1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .experiment__num {
    font-size: 40px;
  }
}
.experiment__redtxt {
  font-size: 32px;
  color: #D70D1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .experiment__redtxt {
    font-size: 28px;
  }
}
.experiment__recommend {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .experiment__recommend {
    display: block;
  }
}
.experiment__bgred {
  position: absolute;
  bottom: -40px;
  right: -100%;
  width: 3000px;
  height: 80px;
  background-color: #D70D1F;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .experiment__bgred {
    width: 1000px;
    bottom: -130px;
  }
}
.experiment__enbig {
  position: absolute;
  top: -94px;
  left: 68px;
  font-size: 99px;
  color: #F2F2F2;
  font-family: "sofia-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .experiment__enbig {
    left: -10px;
    font-size: 56px;
  }
}
.experiment__images {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .experiment__images {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.experiment__uni {
  width: 83%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .experiment__uni {
    width: 100%;
  }
}
.experiment__uni--professor {
  position: absolute;
  bottom: -25px;
  left: 42px;
  width: 195px;
}
@media screen and (max-width: 767px) {
  .experiment__uni--professor {
    position: inherit;
    width: 65%;
    left: 0;
    bottom: 0px;
    margin: 0 auto 0 auto;
  }
}
.experiment__content {
  position: relative;
  width: 50%;
  padding: 0 0 0 75px;
}
@media screen and (max-width: 767px) {
  .experiment__content {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
.experiment__content::before {
  position: absolute;
  top: -14px;
  left: 30px;
  display: block;
  content: "";
  width: 66px;
  height: 125px;
  background: url("../../img/t-image/ex-item01.png") center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .experiment__content::before {
    left: -10px;
  }
}
.experiment__content::after {
  position: absolute;
  top: -14px;
  right: -20px;
  display: block;
  content: "";
  width: 66px;
  height: 125px;
  background: url("../../img/t-image/ex-item02.png") center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .experiment__content::after {
    right: -10px;
  }
}
.experiment__fact {
  font-size: 28px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .experiment__fact {
    font-size: 22px;
    text-align: center;
  }
}
.experiment__smalltxt01 {
  font-size: 24px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .experiment__smalltxt01 {
    font-size: 18px;
  }
}
.experiment__smalltxt02 {
  font-size: 24px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FDF1F2));
  background: linear-gradient(transparent 0%, #FDF1F2 100%);
}
@media screen and (max-width: 767px) {
  .experiment__smalltxt02 {
    font-size: 18px;
  }
}
.experiment__theme {
  width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 38px auto;
  font-size: 26px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .experiment__theme {
    width: 100%;
    display: block;
    font-size: 20px;
    margin: 0 auto 30px auto;
  }
}
.experiment__theme::before {
  display: inline-block;
  font-size: 104px;
  color: #D70D1F;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  line-height: 0.9;
  margin: 0 26px 0 0;
}
@media screen and (max-width: 767px) {
  .experiment__theme::before {
    font-size: 80px;
    display: block;
    margin: 0 14px 0 0;
  }
}
.experiment__block {
  width: 850px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .experiment__block {
    width: 100%;
  }
}
.experiment__subtitle {
  position: relative;
  font-size: 21.5px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  text-align: left;
  border-bottom: 2px solid #F2F2F2;
  padding: 0 0 18px 0;
}
@media screen and (max-width: 767px) {
  .experiment__subtitle {
    font-size: 19px;
  }
}
.experiment__subtitle::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 18%;
  height: 2px;
  content: "";
  background: #D70D1F;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.experiment__txt {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin: 20px 0 0 0;
}
.experiment__btn001 {
  position: relative;
  display: block;
  text-align: left;
  width: 320px;
  background-color: #333333;
  margin: 60px auto 0 auto;
}
.experiment__btn001 span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 20px 15px 20px;
  font-size: 15px;
  z-index: 10000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}
.experiment__btn001 span:hover {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #333333;
}
.experiment__btn001::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
}
.experiment__btn001:hover::before {
  z-index: 100;
  border-top: solid 1.5px #333333;
  border-right: solid 1.5px #333333;
}
.experiment__btn001::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #333333;
  border-bottom: 0px solid #fff;
}
.experiment__btn001:hover::after {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  border-bottom: 2px solid #333333;
}
.experiment__margintop01 {
  margin: 25px 0 0 0;
}
.experiment__margintop02 {
  margin: 5px 0 0 0;
}


.message__profile {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin: 0 auto 150px auto;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .message__profile {
    width: 80%;
    display: block;
    margin: 70px auto 0 auto;
  }
}
.message__left {
  width: 23%;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .message__left {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
  }
}
.message__nameitem {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 0 10px 0;
}
.message__name {
  position: relative;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  text-align: left;
  border-bottom: 2px solid #F2F2F2;
  padding: 0 0 12px 0;
  margin: 0 0 20px 0;
}
.message__name span {
  font-size: 20px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
}
.message__name::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 18%;
  height: 2px;
  content: "";
  background: #D70D1F;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.message__right {
  width: 77%;
}
@media screen and (max-width: 767px) {
  .message__right {
    width: 100%;
  }
}
.message__txt02 {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .message__txt02 {
    font-size: 13px;
  }
}
.message__txt02 span {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  background-color: #FDF1F2;
}



@media screen and (max-width: 767px) {
  .kensyo {
    width: 92%;
    padding: 90px 0 0 0;
    margin: 0 auto;
  }
}
.kensyo__name {
  position: relative;
  text-align: center;
  margin: 0 0 0px 0;
}
@media screen and (max-width: 767px) {
  .kensyo__name {
    margin: 0 0 50px 0;
  }
}
.kensyo__span {
  font-size: 28px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .kensyo__span {
    font-size: 20px;
  }
}
.kensyo__span::before {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #D70D1F;
  margin: 0 28px -2px 0;
}
@media screen and (max-width: 767px) {
  .kensyo__span::before {
    display: none;
  }
}
.kensyo__span::after {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #D70D1F;
  margin: 0 0 -2px 40px;
}
@media screen and (max-width: 767px) {
  .kensyo__span::after {
    display: none;
  }
}
.kensyo__red {
  font-size: 28px;
  color: #D70D1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .kensyo__red {
    font-size: 20px;
  }
}

.kensyo__title {
  font-size: 28px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 75px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .kensyo__title {
    font-size: 25px;
    margin: 60px 0 20px 0;
  }
}

.kensyo__txt {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.kensyo__img {
  width: 1000px;
  margin: 60px auto 0 auto;
}


.explain {
  width: 100%;
  height: auto;
  padding: 110px 0 0px 0;
}
@media screen and (max-width: 767px) {
  .explain {
    padding: 20px 0 80px 0;
  }
  .explain__space {
    padding: 100px 0 0px 0!important;
  }
}
.explain__inner {
  position: relative;
  width: 100%;
  padding: 0 0 70px 0;
}
.explain__inner::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 500px;
  margin: auto;
  background-color: #F2F2F2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .explain__inner::before {
    width: 100%;
    height: 440px;
  }
}
.explain__block {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .explain__block {
    width: 92%;
  }
}
.explain__title {
  font-size: 32px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .explain__title {
    font-size: 25px;
    margin: 0 0 55px 0;
  }
}
.explain__movie {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .explain__movie {
    margin: 0 0 20px 0;
  }
}
.explain__movie::before {
  position: absolute;
  display: block;
  content: "";
  top: -15px;
  left: -15px;
  width: 150px;
  height: 150px;
  background: url("../../img/t-image/red-item.png") center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .explain__movie::before {
    top: -10px;
    left: -10px;
    width: 110px;
    height: 110px;
  }
}
.explain__movie iframe {
  width: 100%;
  height: 560px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.explain__movie iframe:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .explain__movie iframe {
    height: 220px;
  }
}
.explain__youtubelogo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 156px !important;
  height: 110px !important;
  margin-left: -77px;
  margin-top: -55px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .explain__youtubelogo {
    display: none;
  }
}
.explain__content {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .explain__content {
    padding: 30px 14px;
  }
}
.explain__txt {
  text-align: center;
  font-size: 14px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
  margin: 0 0 20px 0;
}
.explain__txt span {
  font-size: 14px;
  color: #333333;
  background-color: #FDF1F2;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.explain__txt02 {
  text-align: center;
  font-size: 17px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .explain__txt {
    text-align: left;
  }
  .explain__txt02 {
    font-size: 15px;
    text-align: left;
  }
}
.explain__txt02 span {
  font-size: 17px;
  color: #D70D1F;
  background-color: #FDF1F2;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .explain__txt02 span {
    font-size: 15px;
  }
}



.p-r-lower__block {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .p-r-lower__block {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 80px 0;
  }
}

.p-r-lower__btnWrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-r-lower__btnWrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.p-f-lower__btn a, .about__btn02, .about__btn03 {
  position: relative;
  display: block;
  text-align: left;
}
.p-f-lower__btn a span, .about__btn02 span, .about__btn03 span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 18px 0 18px 20px;
  font-size: 15px;
  z-index: 29;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-f-lower__btn a span:hover, .about__btn02 span:hover, .about__btn03 span:hover {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-f-lower__btn a::before, .about__btn02::before, .about__btn03::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-f-lower__btn a:hover::before, .about__btn02:hover::before, .about__btn03:hover::before {
  z-index: 100;
}
.p-f-lower__btn a::after, .about__btn02::after, .about__btn03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-f-lower__btn a:hover::after, .about__btn02:hover::after, .about__btn03:hover::after {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-f-lower__btn a {
  width: 100%;
  background-color: #333333;
}

@media screen and (max-width: 767px) {
  .p-f-lower__btn a {
    font-size: 26px;
  border-top: none;

  }
}
.p-f-lower__btn a span {
  color: #fff;
  border-top: none;

}
.p-f-lower__btn a span:hover {
  color: #D70D1F;

}
.p-f-lower__btn a::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transition: all 0.3s;
}
.p-f-lower__btn a:hover::before {
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  translate: 10px 0;
}
.p-f-lower__btn a::after {
  background-color: #333333;
  border-bottom: 0px solid #fff;
}
.p-f-lower__btn a:hover::after {
  background-color: #fff;
  border-bottom: 2px solid #D70D1F;
}