@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
#result main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #result main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-res {
  padding: 1px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-res {
    padding: 1px 0 0;
  }
}
.p-res__ttl {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-res__ttl {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__ttl--sub {
    margin-top: 1rem;
  }
}
.p-res__ttl--2 {
  line-height: 1.4;
}
.p-res__ttl--2 .obj--engsub {
  margin-top: 0.5rem;
}
.p-res__txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin: 3.3rem auto 5rem;
}
@media (max-width: 768px) {
  .p-res__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-res__txt {
    font-size: 1.6rem;
  }
}
.p-res__num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-res__num {
    gap: 2rem;
  }
}
.p-res__num-grid {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .p-res__num-grid {
    gap: 0.4rem;
    flex-wrap: wrap;
  }
}
.p-res__num--2 {
  margin-top: 5rem;
}
.p-res__num__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #F1EDEF;
  height: 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  display: flex;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .p-res__num__ttl {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-res__num__ttl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__num__ttl {
    height: 2.7rem;
    padding: 0 0.4rem;
    line-height: 2;
  }
}
.p-res__num__answ {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-res__num__answ {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-res__num__answ {
    font-size: 1.3rem;
  }
}
.p-res__num__answ em {
  font-size: 36px;
  font-size: 3.6rem;
  color: #6E356B;
  padding: 0 0.4rem;
}
@media (max-width: 768px) {
  .p-res__num__answ em {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-res__num__answ em {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__num__answ em {
    padding: 0 0 0 0.2rem;
  }
}
.p-res__gal {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-res__gal {
    margin: 2.5rem auto 0;
  }
}
.p-res__gal__menu {
  position: absolute;
  right: 0;
  width: 36.3%;
  height: 100%;
  background-color: #222B3C;
}
@media only screen and (max-width: 768px) {
  .p-res__gal__menu {
    width: 100%;
    top: 0;
  }
}
.p-res__gal__menu__img {
  position: absolute;
  bottom: 0;
}
.p-res__gal__img {
  position: relative;
}
.p-res__gal__img figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-shadow: 0 0 5px #333, 0 0 7px #333, 0 0 15px #333;
}
@media (max-width: 768px) {
  .p-res__gal__img figcaption {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-res__gal__img figcaption {
    font-size: 1rem;
  }
}
.p-res .u-arw-next {
  width: 0.7em;
  height: 0.7em;
}
.p-res__cont {
  background-color: #fff;
  margin: 8rem auto;
  padding: 2rem 0 4rem;
}
.p-res__cont-bg {
  background-color: #f4f4f4;
  padding: 1px 0;
}
@media only screen and (max-width: 768px) {
  .p-res__cont {
    margin: 6rem auto;
    padding: 3.2rem 1.6rem;
  }
}
.p-res__cont .obj--container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  width: 94%;
}
@media only screen and (max-width: 768px) {
  .p-res__cont .obj--container {
    width: 100%;
  }
}
.p-res__cont-top {
  display: grid;
  grid-template-columns: 1fr 54%;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-res__cont-top {
    grid-template-columns: 1fr;
  }
}
.p-res__cont__ttl {
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border-left: 8px solid #6E356B;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .p-res__cont__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-res__cont__ttl {
    font-size: 1.6rem;
  }
}
.p-res__cont__txt {
  margin-top: 7rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-res__cont__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-res__cont__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__cont__txt {
    margin: 3rem 0 2.5rem;
  }
}
.p-res__cont__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-top: 10rem;
  gap: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .p-res__cont__list {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}
.p-res__cont__list--2 {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-res__cont__list--2 {
    margin-top: 2.5rem;
  }
}
.p-res__cont__sup {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .p-res__cont__sup {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-res__cont__sup {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__cont__sup {
    margin-top: 1rem;
  }
}
.p-res__img {
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-res__img {
    margin: 2.5rem auto;
  }
}

.p-sec {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .p-sec {
    padding: 0 0 5rem;
  }
  .p-sec .p-res__ttl {
    margin-top: 6rem;
  }
}

.p-data {
  background-color: #f4f4f4;
  height: 6rem;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-data {
    padding: 0.8rem 1.5rem;
    height: 4.8rem;
  }
  .p-res__cont__list--2 .p-data {
    padding: 1rem 0.6rem;
    height: 4rem;
  }
}
.p-data__ttl {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6E356B;
}
@media (max-width: 768px) {
  .p-data__ttl {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-data__ttl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-data__ttl.obj--lh2-sp {
    line-height: 1.25;
  }
}
.p-data__num {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-data__num {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-data__num {
    font-size: 1.3rem;
  }
}
.p-data__num em {
  display: inline-block;
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
  color: #6E356B;
  margin: 0 0.2rem;
}
@media (max-width: 768px) {
  .p-data__num em {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-data__num em {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__cont__list--2 .p-data__num {
    line-height: 1;
  }
}

#sliderGal {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #sliderGal {
    flex-direction: column;
  }
}
#sliderGal.slider {
  padding: 0 0;
}
@media only screen and (max-width: 768px) {
  #sliderGal.slider {
    padding: 5rem 0;
  }
}
#sliderGal .slider-wrapper {
  width: 63.7%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #sliderGal .slider-wrapper {
    width: 100%;
  }
}
#sliderGal .slides {
  left: -100%; /* スマホで1枚表示は−100％ */
}
#sliderGal .inner {
  width: 100%; /* デフォルトは90％ */
}
#sliderGal .slider-control {
  display: none;
}
#sliderGal .control {
  width: 4.4rem;
  height: 4.4rem;
  background-color: rgba(34, 43, 60, 0.7);
  border-radius: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#sliderGal .slider-dotcont {
  z-index: 1;
  width: 36.3%;
}
@media only screen and (max-width: 768px) {
  #sliderGal .slider-dotcont {
    width: 100%;
  }
}
#sliderGal .slider-dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 2rem;
  margin: 0 2rem;
}
@media only screen and (max-width: 768px) {
  #sliderGal .slider-dots {
    margin: 3rem 2rem 0;
    gap: 1.6rem;
  }
}
#sliderGal .slider-dots span {
  background-color: #fff;
  width: 100%;
  height: 100%;
  aspect-ratio: 132/88;
  opacity: 1;
  background-position: center;
  background-size: cover;
  border-radius: unset;
  margin: unset;
}
#sliderGal .slider-dots span.active {
  border: 4px solid #9C4998;
  padding: 4px;
}
#sliderGal .slider-dots span:nth-of-type(1) {
  background-image: url("/assets/img/about/result/img1.jpg");
}
#sliderGal .slider-dots span:nth-of-type(2) {
  background-image: url("/assets/img/about/result/img2.jpg");
}
#sliderGal .slider-dots span:nth-of-type(3) {
  background-image: url("/assets/img/about/result/img3.jpg");
}
#sliderGal .slider-dots span:nth-of-type(4) {
  background-image: url("/assets/img/about/result/img4.jpg");
}
#sliderGal .slider-dots span:nth-of-type(5) {
  background-image: url("/assets/img/about/result/img5.jpg");
}
#sliderGal .slider-dots span:nth-of-type(6) {
  background-image: url("/assets/img/about/result/img6.jpg");
}
#sliderGal .slider-dots span:nth-of-type(7) {
  background-image: url("/assets/img/about/result/img7.jpg");
}
#sliderGal .slider-dots span:nth-of-type(8) {
  background-image: url("/assets/img/about/result/img8.jpg");
}
#sliderGal .slider-dots span:nth-of-type(9) {
  background-image: url("/assets/img/about/result/img9.jpg");
}
#sliderGal .slider-prev {
  background-image: unset;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #sliderGal .slider-prev {
    top: 29%;
  }
}
#sliderGal .slider-prev .u-arw-next {
  transform: translateX(0%) rotate(225deg);
}
#sliderGal .slider-next {
  background-image: unset;
  right: 36.3%;
}
@media only screen and (max-width: 768px) {
  #sliderGal .slider-next {
    top: 29%;
    right: 0;
  }
}
#sliderGal .slider-prev:active, #sliderGal .slider-next:active {
  transform: scale(1);
}/*# sourceMappingURL=result.css.map */