@charset "UTF-8";
/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
body {
  background: url(img/top/bg_header_pc.png) no-repeat left top/100% auto;
}
@media screen and (max-width: 767px) {
  body {
    background-image: url(img/top/bg_header_sp.png);
  }
}

@media screen and (min-width: 768px) {
  .l-indexheader {
    position: fixed;
    width: 110rem;
    left: 0;
    right: 0;
    top: 1rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-indexheader.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .l-indexheader-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
	  background:#ffffffe0;
        padding: 2rem;
        border-radius: 10rem;
  }
  .l-indexheader-nav .-link a {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
  }
  .l-indexheader-nav .-link a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 1.2rem;
    height: 0.6rem;
    background: url(img/top/icn_indexheader.png) no-repeat left top/contain;
  }
}

.l-mobileindexheader {
  position: fixed;
  left: 0;
  bottom: 12rem;
  z-index: 12;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.l-mobileindexheader.is-show {
  opacity: 1;
  pointer-events: auto;
}
.l-mobileindexheader.is-foot {
  opacity: 0 !important;
}
.l-mobileindexheader.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
	width: 70%;
}
.l-mobileindexheader-btn {
  width: 4.8rem;
  height: 6.2rem;
  position: absolute;
  background: #fff;
  right: -4.7rem;
  bottom: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  -webkit-box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-mobileindexheader-btn:before, .l-mobileindexheader-btn:after {
  content: "";
  width: 1.3rem;
  height: 1px;
  background: #292F4A;
  position: absolute;
  top: 1.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-mobileindexheader-btn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-mobileindexheader-btn span {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.l-mobileindexheader-btn.is-active {
  background: #F3946B;
}
.l-mobileindexheader-btn.is-active:before, .l-mobileindexheader-btn.is-active:after {
  background: #fff;
}
.l-mobileindexheader-btn.is-active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-mobileindexheader-btn.is-active span {
  color: #fff;
}
.l-mobileindexheader-nav {
  background: #F3946B;
  border-radius: 0 0.5rem 0 0;
  padding: 1rem;
}
.l-mobileindexheader-nav .chapter li a {
  color: #fff;
  font-weight: 700;
}
.l-mobileindexheader-nav .chapter li {
line-height: 1.2;
    padding-bottom: 2rem;
}

/* ================== */
/*  トップ汎用　*/
/* ================== */
.c-section {
  position: relative;
}
.c-section:before {
  content: "";
  width: calc((100vw - 115rem) / 2);
  background: #288FB5;
  height: 1px;
  position: absolute;
  left: 0;
  top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-section:before {
    width: 3.4rem;
    top: 1.5rem;
  }

}
.c-section.m-ttlwh:before {
  background: #fff;
}
.c-section.m-pink:before {
  background: #F57D8B;
	position: absolute;
}
.c-section.m-white:before {
  background: #fff;
}
.c-section-ttl {
  margin: 0 0 2.2rem 0;
}
@media screen and (max-width: 767px) {
  .c-section-ttl {
    margin-bottom: 2rem;
    padding-left: 2rem;
  }
}
.c-section-lead {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section-lead {
    font-size: 1.8rem;
  }
}
.c-section-headline {
  font-size: 5rem;
  line-height: 1.5;
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 767px) {
  .c-section-headline {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.c-section-headline .js-wh {
  display: inline-block;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-section-headline .js-wh {
    padding: 0 0.8rem;
  }
}
.c-section-headline .js-wh:before {
  content: "";
  width: 0;
  height: 7.5rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 3.5rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-section-headline .js-wh:before {
    height: 4rem;
    top: auto;
    bottom: 0;
  }
}
.c-section-headline .js-wh.is-active:before {
  -webkit-animation: js-wipe 0.5s ease forwards;
          animation: js-wipe 0.5s ease forwards;
}
.c-section-headline a {
  display: inline-block;
  position: relative;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .c-section-headline a {
    display: inline;
    padding-right: 4rem;
  }
}
.c-section-headline a:before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  background: url(img/common/icn_link01.png) no-repeat left top/contain;
  position: absolute;
  right: 0;
  top: calc(50% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .c-section-headline a:before {
    width: 2.3rem;
    height: 2.3rem;
    top: auto;
    bottom: 0.7rem;
  }
}
.c-section-headline a:hover:before {
  background-image: url(img/common/icn_link01_hv.png);
}
.c-section-detail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-section-detail {
    width: 100%;
  }
}

@-webkit-keyframes js-wipe {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes js-wipe {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.c-hasbg {
  position: relative;
}
.c-hasbg:before {
  content: "";
  width: calc(50% + 15rem);
  height: 60.3rem;
  position: absolute;
  border-radius: 0 50rem 50rem 0;
  background: #F8F8F8;
  left: 0;
  top: -1rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-hasbg:before {
    width: 95%;
    height: 54rem;
    top: -3.5rem;
  }
}
.c-hasbg.m-right:before {
  left: auto;
  right: 0;
  border-radius: 50rem 0 0 50rem;
}
.c-hasbg.m-green:before {
  background: linear-gradient(135deg, rgb(184, 239, 247) 0%, rgb(231, 246, 219) 50%, rgb(250, 249, 217) 100%);
}
.c-hasbg.m-green.m-right:before {
  background: -webkit-gradient(linear, right top, left top, color-stop(1%, rgb(184, 239, 247)), color-stop(36%, rgb(231, 246, 219)), color-stop(77%, rgb(250, 249, 217)), to(rgb(250, 249, 217)));
  background: linear-gradient(to left, rgb(184, 239, 247) 1%, rgb(231, 246, 219) 36%, rgb(250, 249, 217) 77%, rgb(250, 249, 217) 100%);
}
.c-hasbg.m-pink:before {
  background: linear-gradient(135deg, rgb(255, 237, 196) 0%, rgb(254, 214, 209) 39%, rgb(253, 199, 217) 100%);
}
@media screen and (max-width: 767px) {
  .c-hasbg.m-pink:before {
    background: linear-gradient(135deg, rgb(255, 237, 196) 0%, rgb(254, 214, 209) 79%, rgb(253, 199, 217) 100%);
  }
}

.c-pointarea {
  margin: 4rem auto;
  padding: 17rem 0 8rem;
  position: relative;
  max-width: 153rem;
}
@media screen and (max-width: 767px) {
  .c-pointarea {
    margin: 6rem 0 2rem;
    padding: 12rem 5% 8rem;
    width: 100%;
    overflow: hidden;
  }
  .c-pointarea:after {
    content: "";
    width: 20rem;
    height: 11.5rem;
    background: url(img/top/bg_point_sp.png) no-repeat right top/contain;
    position: absolute;
    right: -1.5rem;
    bottom: 0;
  }
}
.c-pointarea-wrap {
  background: #AAD7E8;
  padding: 1.8rem;
  position: relative;
  z-index: 1;
  width: 80.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-pointarea-wrap {
    width: 100%;
    padding: 1.2rem;
  }
}
.c-pointarea-wrapin {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 4rem 5rem 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-pointarea-wrapin {
    padding: 4rem 2rem 3rem;
  }
}
.c-pointarea-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pointarea-head {
    display: block;
    margin: 0 auto;
  }
}
.c-pointarea-head:before {
  content: "";
  background: url(img/common/txt_point.png) no-repeat left top/contain;
  width: 16rem;
  height: 12rem;
  position: absolute;
  left: -4.6rem;
  top: -7.5rem;
}
@media screen and (max-width: 767px) {
      .c-pointarea-head:before {
        width: 11rem;
        top: 4rem;
        left: -13px;
        opacity: 0.2;
    }
}
.c-pointarea-head .-logo {
  text-align: center;
  width: 17rem;
  position: relative;
  margin-top: 2rem;
}
.c-pointarea-head .-logo:before {
  content: "";
  width: 11.5rem;
  height: 11.5rem;
  background: #F8F8F8;
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5rem;
  margin: 0 auto;
  border-radius: 100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-pointarea-head .-logo {
    width: 16rem;
    margin: 0 auto;
  }
}
.c-pointarea-head .-logo .txt {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-pointarea-head .-logo .txt {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}
.c-pointarea-head .-logo .txt:before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background: #FE5C83;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.6rem;
  margin: 0 auto;
}
.c-pointarea-head .-txt {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-pointarea-head .-txt {
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
    margin-top: 4rem;
  }
}
.c-pointarea-head .-txt .small {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-pointarea-head .-txt .small {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.c-pointarea-head .-txt .small rt {
  font-size: 2.5rem;
  color: #EE8684;
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .c-pointarea-head .-txt .small rt {
    font-size: 2rem;
  }
}
.c-pointarea-head .-txt .js-bg {
  display: inline-block;
  position: relative;
  padding: 0 0.5rem;
}
.c-pointarea-head .-txt .js-bg:before {
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff2d5), color-stop(63%, #ffdbdb), to(#ffdbdb));
  background: linear-gradient(to right, #fff2d5 0%, #ffdbdb 63%, #ffdbdb 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-pointarea-head .-txt .js-bg.is-active:before {
  -webkit-animation: js-wipe 0.5s ease forwards;
          animation: js-wipe 0.5s ease forwards;
}
.c-pointarea-body {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-pointarea-body {
    margin-top: 2rem;
    padding-top: 1rem;
  }
}

.c-supervisor {
  background: #fff;
  border-radius: 0.5rem;
  border-bottom: 1.8rem solid #f0f0f0;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 8rem 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-supervisor {
    padding: 4.5rem 2rem 3rem;
    margin: 8rem 0 4rem;
    position: relative;
    background: #fff;
  }
  .c-supervisor:before {
    content: "";
    width: 110%;
    height: 100%;
    background: url(img/common/bg_supervisor_sp.png) no-repeat left top/100% auto;
    position: absolute;
    left: -5%;
    top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-supervisor:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .c-supervisor .supervisor-ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-supervisor-wrap {
  padding: 0 0 2rem 42.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-supervisor-wrap {
    padding: 0;
  }
}
.c-supervisor-img {
  width: 33.8rem;
  position: absolute;
  left: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-supervisor-img {
    position: static;
    width: 90%;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
}
.c-supervisor-img .caption {
  color: #A1A1A1;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 1rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-supervisor-img .caption {
    line-height: 1.2rem;
  }
}
.c-supervisor-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-supervisor-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.6rem;
  }
}
.c-supervisor-ttl .-txt {
  background: #292F4A;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 0.6rem 1rem 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-supervisor-ttl .-txt {
    padding: 0.6rem 1rem;
  }
}
.c-supervisor-ttl .-icn {
  width: 18.8rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-supervisor-ttl .-icn {
    width: 15.7rem;
    margin-left: 0;
  }
}
.c-supervisor-subttl {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2.8rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-supervisor-subttl {
    font-size: 2.4rem;
    border-bottom: none;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.c-supervisor-subttl rt {
  font-size: 3rem;
  color: #EE8684;
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .c-supervisor-subttl rt {
    font-size: 2.4rem;
  }
}
.c-supervisor-catch {
  font-size: 2rem;
  line-height: 1.2;
  color: #F57D8B;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-supervisor-catch {
    font-size: 1.9rem;
    margin-top: 3.5rem;
    text-align: center;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .c-supervisor .btn-double .btn-web a, .c-supervisor .btn-double .btn-internal a {
    font-size: 1.4rem;
    letter-spacing: -0.03rem;
  }
}

.gecko .c-supervisor-subttl rt, .safari .c-supervisor-subttl rt {
  margin-bottom: -1.5rem;
}

.p-mv {
  position: relative;
  height: calc(100svh - 8.3rem);
}
@media screen and (max-width: 767px) {
  .p-mv {
    height:calc(100svh - 12.3rem);
  }
	.p-mv-txt .sponsor {
    margin-top: 3rem;
}
}
.p-mv-txt {
  width:57.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 47%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv-txt {
    width: 35.2rem;
  }

}
.p-mv-txt .deco {
    position: absolute;
    left: -3rem;
    right: 0;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35.7rem;
    margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .deco {
 width: 20.8rem;
        left: -1rem;
        top: 43%;
        margin-top: 0rem;
  }
}
.p-mv-txt .sponsor {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.1rem;
}
.p-mv-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  margin-top: -5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv-slider {
    margin-top: 0;
  }
}
.p-mv-slider .slide {
  padding: 0 1rem;
  height: calc(100svh - 8.3rem);
}
@media screen and (max-width: 767px) {
  .p-mv-slider .slide {
    height: calc(100svh - 10.3rem);
  }
}
.p-mv-slider .slide img {
  width: auto;
  height: 100%;
  mix-blend-mode: multiply;
}
.p-mv-slider .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: horizontal-animation 100s linear infinite;
          animation: horizontal-animation 100s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-mv-slider .wrap {
    -webkit-animation: horizontal-animation 20s linear infinite;
            animation: horizontal-animation 20s linear infinite;
  }
}

.p-about {
  margin-top: 10rem;
  position: relative;
}
.p-about:before {
  content: "";
  width: calc(50% - 31rem);
  height: 43.3rem;
  position: absolute;
  border-radius: 0 50rem 50rem 0;
  background: #F8F8F8;
  left: 0;
  top: -8rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about:before {
    width: 56%;
    height: 24.7rem;
    top: -3.5rem;
  }
}
.p-about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-about-wrap {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-wrap {
    display: block;
  }
}
.p-about-wrap .-left {
  width: 53.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-left {
    width: 100%;
  }
}
.p-about-wrap .-left .ttl {
  margin-bottom: 5rem;
  width: 68rem;
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-left .ttl {
    width: 30.7rem;
    margin-bottom: 3rem;
  }
}
.p-about-wrap .-left .detail {
  font-size: 1.6rem;
  width: 44.7rem;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-left .detail {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-about-wrap .-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-right {
    padding-top: 4rem;
  }
}
.p-about-wrap .-right:after {
  content: "";
  position: absolute;
  right: -6.5rem;
  top: 9.5rem;
  width: 51.6rem;
  height: 28.9rem;
  background: url(img/top/bg_about_pc.png) no-repeat left top/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-right:after {
    content: none;
  }
}
.p-about-wrap .-right a {
  position: absolute;
  width: 54.1rem;
  height: 24.6rem;
  bottom: 0;
  right: 3rem;
  padding: 8.5rem 2.5rem 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-right a {
    width: 100%;
    right: 0;
    padding: 8.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-right .txt {
    text-align: center;
  }
}
.p-about-wrap .-right .txt .wh {
  background: #fff;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
.p-about-wrap .-right .txt .wh.m-small {
  font-size: 2.4rem;
  padding: 1rem 2rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-right .txt .wh.m-small {
    font-size: 1.9rem;
    padding: 0.7rem 1.5rem 0.8rem;
  }
}
.p-about-wrap .-right .txt .wh.m-big {
  font-size: 4rem;
    padding: 0.7rem 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-right .txt .wh.m-big {
    font-size: 2.6rem;
    padding: 1.1rem 1.5rem;
  }
}
.p-about-wrap .-right .img {
  width: 61.3rem;
  margin-left: -2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-wrap .-right .img {
    width: calc(100% + 3rem);
    margin: 0 -2rem;
  }
}
.p-about-wrap .-right a:hover + .img {
  opacity: 0.7;
}

.p-nursing {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-nursing {
    margin-top: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .p-nursing .c-hasbg:before {
    top: -4rem;
  }
}
.p-nursing-ttl {
  width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .p-nursing-ttl {
    width: 26.5rem;
  }
}
.p-nursing-fig {
  width: 90%;
  border-radius: 0.5rem;
  margin: 4.5rem auto 0;
}
.p-nursing-fig img{
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-nursing-fig {
            width: 100%;
        margin: 3rem auto;
  }
}
.p-nursing-box {
  position: relative;
  background: #AAD7E8;
  padding: 1rem 1.5rem;
  margin: 2rem auto 0;
  width: 83rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-nursing-box {
    width: 100%;
    padding: 1.5rem 1.2rem;
  }
}
.p-nursing-box .wrap {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 2.5rem 4.5rem 2.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-nursing-box .wrap {
    padding: 2rem 2.6rem;
  }
}
.p-nursing-box .wrap p + p {
  margin-top: 2.9rem;
}

.p-problem {
  margin: 18rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-problem {
    margin: 10rem 0 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-problem .c-hasbg:before {
    width: calc(50% + 39rem);
    height: 65.3rem;
    top: -7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem .c-hasbg:before {
    height: 44.7rem;
    width: 100%;
  }
}
.p-problem-ttl {
  width: 28.8rem;
}
@media screen and (max-width: 767px) {
  .p-problem-ttl {
    width: 16rem;
  }
}
.p-problem-headline {
  margin-bottom: 8rem;
}
.p-problem-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-row: auto;
  gap: 4rem;
}
.p-problem-grid.m-2col {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 4rem;
}
.p-problem-grid.m-3col {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
.p-problem-headline {
    margin-bottom: 4rem;
}
}
@media screen and (max-width: 767px) {
  .p-problem-grid {
    display: block;
  }
}
.p-problem-grid .-unit {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
  border: 1px solid #ccc;
  position: relative;
  padding: 4.5rem 3.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem-grid .-unit + .-unit {
    margin-top: 4rem;
  }
}
.p-problem-grid .-unit .num {
  position: absolute;
  width: 8.2rem;
  top: -1.6rem;
  left: 0;
}
.p-problem-grid .-unit .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
.p-problem-grid .-unit .head .icn {
  width: 8rem;
  margin-left: 0.5rem;
}
.p-problem-grid .-unit .head .wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-problem-grid .-unit .head .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #288FB5;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-problem-grid .-unit .head .ttl {
    font-size: 2.5rem;
  }
	.p-problem-grid .-unit .head .icn {
  width: 6rem;
}
}
.p-problem-grid .-unit .head .lead {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-problem-grid .-unit .head .lead {
    line-height: 1.2;
    word-break: keep-all;
  }
}
.p-problem-grid .-unit .body {
  margin-top: 2.5rem;
}
.p-problem-grid .-unit .btn {
  border-left: 1px solid #F3946B;
  border-top: 1px solid #F3946B;
  border-right: 1px solid #F3946B;
  border-radius: 0.5rem 0.5rem 0 0;
  width: 24rem;
  text-align: center;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  color: #F3946B;
  margin-top: 3rem;
  padding: 1.7rem 0 1rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-problem-grid .-unit .btn:hover {
    opacity: 0.7;
  }

.p-problem-grid .-unit .btn{
  font-size: 1.6rem;
}
}
.p-problem-grid .-unit .btn:after {
 content: "";
    width: 2.8rem;
    height: 2.8rem;
    background: url(img/top/icn_open.png) no-repeat left top / contain;
    position: absolute;
    right: 1rem;
    top: 2.2rem;
}
.p-problem-grid .-unit .btn.is-active:after {
  background-image: url(img/top/icn_close.png);
}
.p-problem-grid .-unit .detail {
  padding: 2rem 0;
  display: none;
}
.p-problem-grid .-unit .detail-ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.p-problem-point {
  background: url(img/top/bg_problem_point_pc.png) no-repeat left top/94% auto;
}
@media screen and (max-width: 767px) {
  .p-problem-point {
    background: url(img/top/bg_problem_point_sp.png) no-repeat left top/100% auto;
  }
	.p-problem-grid .-unit .btn:after {
  top: 1.8rem;
}
	.p-problem-grid .-unit .detail-ttl {
  font-size: 1.8rem;
}
	
	.p-problem-grid .-unit .btn {
    font-size: 1.8rem;
		    padding: 1.3rem 0 1rem;
}
}

.p-survey {
  position: relative;
  background: url(img/top/bg_survey_pc.png) no-repeat left top/100% auto;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-survey {
    background-image: url(img/top/bg_survey_sp.png);
  }
}
.p-survey:before {
  content: "";
  width: 76.6rem;
  height: 24.2rem;
  background: url(img/top/txt_survey.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-survey:before {
    width: 31.4rem;
    top: -0.5rem;
  }
}
.p-survey-lead {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-survey-lead {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }
}
.p-survey-headline {
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 6rem;
  position: relative;
  z-index: 1;
}
.p-survey .p-survey-headline .js-bg.is-active:before {
    -webkit-animation: js-wipe 0.5s ease forwards;
    animation: js-wipe 0.5s ease forwards;
}
.p-survey .p-survey-headline .js-bg {
    display: inline-block;
    position: relative;
    padding: 0 1.5rem;
margin-right: 1rem;
}

.p-survey .p-survey-headline .js-bg:before {
    content: "";
    width: 0;
    height: 100%;
       background: -webkit-gradient(linear, left top, right top, from(rgb(255, 204, 87)), color-stop(73%, rgb(255, 152, 136)), to(rgb(255, 107, 107)));
    background: linear-gradient(to right, rgb(255, 204, 87) 0%, rgb(255, 152, 136) 73%, rgb(255, 107, 107) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.p-survey .p-survey-headline .js-bg.is-active{
    color: #fff;
}

@media screen and (max-width: 767px) {
  .p-survey-headline {
    font-size: 2.6rem;
    line-height: 1.8;
    margin-bottom: 10rem;
  }
	.p-survey .p-survey-headline .js-bg.is-active:before {
    -webkit-animation: js-wipe 0.5s ease forwards;
    animation: js-wipe 0.5s ease forwards;
}
.p-survey .p-survey-headline .js-bg {
    display: inline-block;
    position: relative;
    padding: 0 0.5rem;
}

.p-survey .p-survey-headline .js-bg:before {
    content: "";
    width: 0;
    height: 100%;
       background: -webkit-gradient(linear, left top, right top, from(rgb(255, 204, 87)), color-stop(73%, rgb(255, 152, 136)), to(rgb(255, 107, 107)));
    background: linear-gradient(to right, rgb(255, 204, 87) 0%, rgb(255, 152, 136) 73%, rgb(255, 107, 107) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.p-survey .p-survey-headline .js-bg.is-active{
    color: #fff;
}
}
.p-survey-headline .small {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-survey-headline .small {
    font-size: 2.2rem;
  }
}
.p-survey-headline .bg {
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 204, 87)), color-stop(73%, rgb(255, 152, 136)), to(rgb(255, 107, 107)));
  background: linear-gradient(to right, rgb(255, 204, 87) 0%, rgb(255, 152, 136) 73%, rgb(255, 107, 107) 100%);
  padding: 0 1.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-survey-headline .bg {
    padding: 0 0.5rem;
  }
}
.p-survey-supervisor {
  position: relative;
  z-index: 2;
}
.p-survey-supervisor .fukidashi {
  width: 23.1rem;
  position: absolute;
  left: 1rem;
  top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-survey-supervisor .fukidashi {
    width: 17rem;
    left: auto;
    right: -5%;
    top: -7.8rem;
  }
}
.p-survey-slider {
  margin-top: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-survey-slider {
    margin-top: -7rem;
  }
}
.p-survey-slider .slide {
  padding: 0 1rem;
  height: 34.7rem;
}
@media screen and (max-width: 767px) {
  .p-survey-slider .slide {
    height: 18.9rem;
  }
}
.p-survey-slider .slide img {
  width: auto;
  height: 100%;
  mix-blend-mode: multiply;
}
.p-survey-slider .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: horizontal-animation 100s linear infinite;
          animation: horizontal-animation 100s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-survey-slider .wrap {
    -webkit-animation: horizontal-animation 20s linear infinite;
            animation: horizontal-animation 20s linear infinite;
  }
}
@-webkit-keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-survey .p-question {
  background: url(img/top/bg_question_pc.png) no-repeat center bottom 4.5rem/108% auto;
  margin-top: 17.5rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question {
    margin-top: 10rem;
    background: url(img/top/bg_question_sp.png) no-repeat center bottom 24rem/100% auto;
  }
}
.p-survey .p-question .c-hasbg:before {
  height: 65rem;
  width: calc(50% + 40rem);
  top: -9rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question .c-hasbg:before {
    height: 44.5rem;
    width: 100%;
    top: -4rem;
  }
}
.p-survey .p-question-ttl {
  width: 31.4rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-ttl {
    width: 17.5rem;
  }
}
.p-survey .p-question-headline {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-headline {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
	  line-height: 1.6;
  }
}
.p-survey .p-question-tabs {
  position: relative;
  z-index: 2;
}
.p-survey .p-question-tabs .-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  margin: 0 0.5rem;
  position: relative;
  z-index: -1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabs {
    -ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem 2px;
    margin: 0;
    z-index: 0;
  }
}
.p-survey .p-question-tabs .-tabs .tab {
  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;
  background: #D2D2D2;
  border-radius: 0.8rem 0.8rem 0 0;
  height: 8.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-survey .p-question-tabs .-tabs .tab:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabs .tab {
    border-radius: 1rem 1rem 0 0;
    border: 1px solid #d2d2d2;
    position: relative;
  }
  .p-survey .p-question-tabs .-tabs .tab:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/2/4;
    height: 7.7rem;
  }
  .p-survey .p-question-tabs .-tabs .tab:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 1/4/2/7;
    height: 7.7rem;
  }
  .p-survey .p-question-tabs .-tabs .tab:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
    height: 7rem;
  }
  .p-survey .p-question-tabs .-tabs .tab:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 2/3/3/5;
    height: 7rem;
  }
  .p-survey .p-question-tabs .-tabs .tab:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-area: 2/5/3/7;
    height: 7rem;
  }
}
.p-survey .p-question-tabs .-tabs .tab .wrap {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabs .tab .wrap {
    line-height: 1.2;
  }
}
.p-survey .p-question-tabs .-tabs .tab .num {
  margin-bottom: 0.5rem;
}
.p-survey .p-question-tabs .-tabs .tab .num svg {
  width: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabs .tab .num svg {
    width: auto;
    height: 1.3rem;
  }
}
.p-survey .p-question-tabs .-tabs .tab .num path {
  fill: #fff;
}
.p-survey .p-question-tabs .-tabs .tab .txt {
  color: #fff;
  font-weight: normal;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabs .tab .txt {
    font-size: 1.4rem;
  }
}
.p-survey .p-question-tabs .-tabs .tab.is-active {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-survey .p-question-tabs .-tabs .tab.is-active {
    height: 9.5rem;
    margin-top: -1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabs .tab.is-active {
    border: 1px solid #EB919B;
    -webkit-box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.16);
  }
  .p-survey .p-question-tabs .-tabs .tab.is-active:after {
    content: "";
    background: url(img/top/icn_tab_fukidashi.png) no-repeat left top/contain;
    width: 1.7rem;
    height: 1.3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.3rem;
    margin: 0 auto;
  }
}
.p-survey .p-question-tabs .-tabs .tab.is-active .num path {
  fill: #292F4A;
}
.p-survey .p-question-tabs .-tabs .tab.is-active .txt {
  color: #292F4A;
}
.p-survey .p-question-tabs .-tabs.m-under {
  z-index: 1;
}
.p-survey .p-question-tabs .-tabs.m-under .tab {
  border-radius: 0 0 0.5rem 0.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabs.m-under .tab {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabs.m-under .tab.is-active:after {
    content: "";
    top: -1.3rem;
    bottom: auto;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.p-survey .p-question-tabs .-tabcontents .panel {
  background: #fff;
  padding: 6rem 10rem;
	border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
  display: none;
}
.p-survey .p-question-tabs .-tabcontents .panel.is-show {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel {
    padding: 1rem 1rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-head {
  padding: 3.5rem 35rem 0 0;
  margin-bottom: 11.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-head {
    padding: 2rem;
    margin-bottom: 1rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-head .graph ,.p-survey .p-question-tabs .-tabcontents .panel-head .graph-fast{
  width: 32.3rem;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-head .graph {
    position: static;
  width: 16.8rem;
        margin: 2rem auto 2rem;
    padding-right: 0;
  }
	.p-survey .p-question-tabs .-tabcontents .panel-head .graph-fast{
  position: static;
    width:20.8rem;
    margin: 2rem auto 2rem;
    padding-right: 0;
}
}
.p-survey .p-question-tabs .-tabcontents .panel-head .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-head .headline {
    margin-bottom: 1rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-head .icn {
  width: 9.1rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-head .icn {
    width: 5rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-head .ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-head .ttl {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-head .detail {
  font-size: 1.5rem;
  width: 55.3rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-head .detail {
    width: 100%;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .fukidashi {
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-voice .fukidashi {
    margin-bottom: 6rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .fukidashi span {
  background: #292F4A;
    color: #fff;
    padding: 1rem 5rem 1.4rem;
    border-radius: 3rem;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-voice .fukidashi span {
    padding: 1rem 4rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .fukidashi span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #292F4A transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -11px;
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit {
  background: #FFB595;
  padding: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit {
    padding: 1rem 1.2rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .wrap {
  background: #FCF8F4;
  padding: 8rem 3rem 3rem;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  position: relative;
  height: 100%;
  box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .wrap {
    padding: 5rem 1.5rem 3rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .icn {
  width: 19.8rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto 0 5.5rem;
  top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .icn {
    width: 15rem;
    margin: 0 auto 0 4rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #F8824F;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .detail {
    height: 15rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
	.p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .ttl {
  font-size: 1.8rem;
}
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .detail.is-active {
    height: auto;
    padding-bottom: 6rem;
  }
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .detail.is-active .js-voicemore:after {
    background-image: url(img/top/icn_close.png);
  }
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .detail .js-voicemore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 0 auto;
    width: 100%;
    height: 9.4rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #F8824F;
    padding-bottom: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 237, 196, 0)), color-stop(57%, rgb(252, 248, 244)));
    background: linear-gradient(to bottom, rgba(255, 237, 196, 0) 0%, rgb(252, 248, 244) 57%);
    padding-right: 1.5rem;
  }
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .detail .js-voicemore:before {
    content: "";
    width: 22.1rem;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #F8824F;
  }
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .detail .js-voicemore:after {
   content: "";
        width: 2.8rem;
        height: 2.8rem;
        background: url(img/top/icn_open.png) no-repeat left top / contain;
        position: absolute;
        right: 2rem;
        bottom: 1rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .taglist {
    display: block;
    margin-bottom: 1rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .taglist .tag {
  background: #fff;
  padding: 0 1.8rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .taglist .tag {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 1rem;
    margin: 0.3rem 0;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .taglist .tag span {
  display: inline-block;
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.p-survey .p-question-tabs .-tabcontents .panel-voice .grid .unit .taglist .tag span:after {
  content: "";
  width: 1px;
  height: 1.3rem;
  background: #292F4A;
  position: absolute;
  right: 0;
  top: calc(50% - 0.7rem);
}
.p-survey .p-question-tabs .-tabcontents .panel-attempt {
  background: #FBFBFB;
  width: 83.4rem;
  margin: 0 auto;
  border: 1px solid #CFCFCF;
  border-radius: 0.5rem;
  padding: 0rem 10rem;
  position: relative;
  margin-top: 9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-attempt {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 0 3rem;
    border-radius: 0;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-attempt .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  display: inline-block;
  background: #FBFBFB;
  border: 1px solid #CFCFCF;
  padding: 2rem 4.5rem 1rem;
  text-align: center;
  position: relative;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-attempt .ttl {
    padding: 2rem 1rem;
    font-size: 2rem;
    width: 100%;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-attempt .ttl span {
  position: relative;
  z-index: 2;
  font-style: normal;
  color: #F57D8B;
}
.p-survey .p-question-tabs .-tabcontents .panel-attempt .ttl:before {
  content: "";
  width: 102%;
  background: #FBFBFB;
  position: absolute;
  left: -1%;
  margin: 0 auto;
  bottom: -1px;
  height: 3.6rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-attempt .ttl:before {
    height: 5.2rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-attempt .ttl:after {
  content: "";
  width: 4.3rem;
  height: 1rem;
  background: #F57D8B;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.p-survey .p-question-tabs .-tabcontents .panel-attempt .subttl {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-survey .p-question-tabs .-tabcontents .panel-attempt .subttl {
    font-size: 2rem;
  }
}
.p-survey .p-question-tabs .-tabcontents .panel-attempt .detail {
  text-align: left;
  margin-bottom: 6.5rem;
}
.p-survey-point {
  margin-top: 7.5rem;
  background: url(img/top/bg_survey_point_pc.png) no-repeat left top/94% auto;
}
@media screen and (min-width: 768px) {
  .p-survey-point {
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .p-survey-point {
    margin-top: 7rem;
    background: url(img/top/bg_survey_point_sp.png) no-repeat left top/100% auto;
  }
}

.p-interview {
  position: relative;
}
.p-interview-wrap {
  position: relative;
}
.p-interview-wrap:before {
  content: "";
  width: 79.7rem;
  height: 70.5rem;
  background: url(img/top/bg_interview01_pc.png) no-repeat right top/contain;
  position: absolute;
  left: -2rem;
  top: -12rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-interview-wrap:before {
    width: 100%;
    top: -6rem;
  }
}
.p-interview-wrap:after {
  content: "";
  width: 68.8rem;
  height: 78.2rem;
  background: url(img/top/bg_interview02_pc.png) no-repeat right bottom/contain;
  position: absolute;
  right: 0;
  bottom:6rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-interview-wrap:after {
    width: 100%;
  }
}
.p-interview-ttl {
  width: 32rem;
  margin-top: 8.8rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-ttl {
    width: 20.5rem;
        margin-bottom: 2.5rem;
  }
}
.p-interview-content {
  margin-top: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interview-content {
    margin-top: 2rem;
  }
}
.p-interview-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-interview-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-interview-slider .slick-slide {
  float: none;
  height: auto !important;
}

.p-interview-slider .-slide {
  position: relative;
  padding: 0;
  width: 38.1rem;
  height: 100%;
  margin: 8.5rem 0 0;
  /* 👇-slideにscaleするときに必要な６行 */
  /* -webkit-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; */
}

.p-interview-slider .-slide .box,
.p-interview-slider .-slide.slick-cloned .box{
    -webkit-transform: scale(0.85, 0.85);
          transform: scale(0.85, 0.85);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
          -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  will-change: transform;
}
.p-interview-slider .-slide.slick-current.slick-center:not(.slick-cloned) .box{
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .p-interview-slider .-slide {
    width: 80vw;
  }
}
.p-interview-slider .-slide a {
  display: block;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-interview-slider .-slide a:hover {
    opacity: 1;
  }
  .p-interview-slider .-slide a:hover .img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.p-interview-slider .-slide .fukidashi {
  display: inline-block;
  background: #fff;
  position: absolute;
  top: -8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #EE8684;
  border-radius: 7rem;
  padding: 3rem 3rem;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-interview-slider .-slide .fukidashi {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    left: 0;
    right: 0;
    top: -6rem;
    margin: 0 2rem;
    min-width: 80%;
    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;
  }
}
.p-interview-slider .-slide .fukidashi:before, .p-interview-slider .-slide .fukidashi:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.p-interview-slider .-slide .fukidashi:after {
  bottom: -11px;
  border-color: #EE8684 transparent transparent transparent;
  z-index: 1;
}
.p-interview-slider .-slide .fukidashi .icn {
  width: 9.7rem;
  height: 9.1rem;
  position: absolute;
  background: url(img/common/txt_voice.png) no-repeat left top/contain;
  left: 0rem;
  top: -3.5rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-interview-slider .-slide .fukidashi .icn {
    width: 6.5rem;
    left: 1.2rem;
    top: -2.5rem;
  }
}
.p-interview-slider .-slide.slick-center {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-interview-slider .-slide.slick-center {
    padding: 0;
  }
}
.p-interview-slider .-slide.slick-active .fukidashi {
  opacity: 1;
}
.p-interview-slider .-slide .box {
  padding: 1rem;
  position: relative;
}
.p-interview-slider .-slide .box .wrap {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
  position: relative;
  padding-top: 13rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-slider .-slide .box .wrap {
    padding-top: 9rem;
  }
}
.p-interview-slider .-slide .box .wrap .img {
  width: 18rem;
  margin: 0 auto 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-interview-slider .-slide .box .wrap .img {
    width: 50%;
  }
}
.p-interview-slider .-slide .box .wrap .name {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-interview-slider .-slide .box .wrap .name {
    margin-bottom: 0;
  }
}
.p-interview-slider .-slide .box .wrap .tag {
  background: #f0f0f0;
  padding: 0 2rem;
  letter-spacing: -0.1rem;
  display: inline-block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview-slider .-slide .box .wrap .tag {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 1rem;
    margin: 0.3rem 1rem 2rem;
  }
}
.p-interview-slider .-slide .box .wrap .tag span {
  display: inline-block;
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.p-interview-slider .-slide .box .wrap .tag span:after {
  content: "";
  width: 1px;
  height: 1.3rem;
  background: #292F4A;
  position: absolute;
  right: 0;
  top: calc(50% - 0.7rem);
}
.p-interview-slider .-slide .box .check {
  position: relative;
  display: block;
  right: -2rem;
  width: 10.3rem;
  padding-right: 4rem;
  margin: 2.5rem auto 1.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-interview-slider .-slide .box .check {
    margin-top: 2rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-interview-slider .-slide .box .check:hover {
    opacity: 0.7;
  }
}
.p-interview-slider .-slide .box .check:after {
  content: "";
  background: url(img/top/icn_interview_open.png) no-repeat left top/contain;
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-interview-slider .-slide .box.m-pink {
  background: #F3A3AC;
}
.p-interview-slider .-slide .box.m-blue {
  background: #AAD7E8;
}
.p-interview-slider .-slide .box.m-blue .check:after {
  background-image: url(img/top/icn_interview_open_blue.png);
}
.p-interview-pagenav {
  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;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-interview-pagenav {
    margin-top: 3rem;
  }
}
.p-interview-pagenav .-arrow {
  display: block;
  width: 6.3rem;
  height: 6.3rem;
  background: url(img/top/icn_interview_slidernav.png) no-repeat left top/contain;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-interview-pagenav .-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-pagenav .-arrow {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.p-interview-pagenav .-arrow.slick-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-interview-pagenav .-dots {
  font-size: 2.2rem;
  margin: 0 4rem;
  letter-spacing: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-interview-pagenav .-dots {
    font-size: 1.5rem;
  }
}
.p-interview-point {
  margin-top: 7.5rem;
  background: url(img/top/bg_interview_point_pc.png) no-repeat left top/94% auto;
}
@media screen and (max-width: 767px) {
  .p-interview-point {
    margin-top: 7rem;
    background: url(img/top/bg_interview_point_sp.png) no-repeat left top/100% auto;
  }
  .p-interview-point .-txt {
    margin-top: 6rem;
  }
}

.popup-unit {
  margin: 0 auto;
  width: 110rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .popup-unit {
    width: 90%;
  }
  .popup-unit .box {
    position: absolute;
    top: 15rem;
    left: 0;
  }
}
.popup-unit .box {
  background: #F0F0F0;
  padding: 1rem;
}
.popup-unit .box .wrap {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
  padding: 10rem 4rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap {
    padding: 8rem 2rem 4rem;
  }
}
.popup-unit .box .wrap .fukidashi {
  background: #fff;
  border: 1px solid #F57D8B;
  border-radius: 8rem;
  display: inline-block;
  padding: 2.5rem 5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -7rem;
  margin: 0 auto;
  width: 78.9rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .fukidashi {
    width: 100%;
    padding: 2rem 2rem;
  }
}
.popup-unit .box .wrap .fukidashi:after {
  content: "";
  width: 2.9rem;
  height: 2.6rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(img/top/icn_interview_fukidashi.png) no-repeat left top/contain;
  bottom: -2.6rem;
}
.popup-unit .box .wrap .fukidashi-wrap {
  position: relative;
  padding-left: 15.5rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .fukidashi-wrap {
    padding:0 0 0 4rem;
  }
}
.popup-unit .box .wrap .fukidashi .icn {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.3rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .fukidashi .icn {
    width: 3.9rem;
    height: 3.9rem;
    top: 4rem;
        left: -7px;
  }
}
.popup-unit .box .wrap .fukidashi .ttl {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .fukidashi .ttl {
    font-size: 1.8rem;
  }
}
.popup-unit .box .wrap .fukidashi .ttl .small {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .fukidashi .ttl .small {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.popup-unit .box .wrap .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4.5rem;
  padding: 4rem 7rem 0 8.5rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .head {
    display: block;
    padding: 4rem 0;
  }
}
.popup-unit .box .wrap .head .img {
  width: 17.5rem;
  height: 23.8rem;
  margin-top: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .head .img {
    width: 10.2rem;
    height: auto;
    margin: 0 auto 2rem;
  }
}
.popup-unit .box .wrap .head .img:before {
  content: "";
  width: 19rem;
  height: 8rem;
  background: url(img/top/txt_interview.png) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: -6rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .head .img:before {
    width: 14.9rem;
    height: 6.4rem;
    left: -2rem;
    top: -5rem;
  }
}
.popup-unit .box .wrap .head .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup-unit .box .wrap .head .txt .name {
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .head .txt .name {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.popup-unit .box .wrap .head .txt .name .small {
  font-size: 1.9rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .head .txt .name .small {
    font-size: 1.6rem;
  }
}
.popup-unit .box .wrap .head .txt .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .head .txt .taglist {
    display: block;
    margin-bottom: 1rem;
  }
}
.popup-unit .box .wrap .head .txt .taglist .tag {
  background: #f0f0f0;
  padding: 0 2rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .head .txt .taglist .tag {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 1rem;
    margin: 0.3rem 0;
  }
}
.popup-unit .box .wrap .head .txt .taglist .tag span {
  display: inline-block;
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.popup-unit .box .wrap .head .txt .taglist .tag span:after {
  content: "";
  width: 1px;
  height: 1.3rem;
  background: #292F4A;
  position: absolute;
  right: 0;
  top: calc(50% - 0.7rem);
}
.popup-unit .box .wrap .head .txt .detail {
  line-height: 1.9;
  -moz-text-align-last: left;
       text-align-last: left;
}
.popup-unit .box .wrap .body {
  background: #FCF8F4;
  padding: 0 6rem 3rem;
  margin: -1rem 8rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .body {
    padding: 0 1rem 4rem;
    margin: 0;
  }
}
.popup-unit .box .wrap .body .ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #F8824F;
  margin-bottom: 2rem;
  padding-top: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .body .ttl {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
}
.popup-unit .box .wrap .body .ttl:before {
  content: "";
  width: 4.3rem;
  height: 1rem;
  background: #F8824F;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.popup-unit .box .wrap .body .detail {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .body .detail {
    height: 15rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .popup-unit .box .wrap .body .detail.is-active {
    height: auto;
    padding-bottom: 6rem;
  }
  .popup-unit .box .wrap .body .detail.is-active .js-voicemore:after {
    background-image: url(img/top/icn_close.png);
  }
  .popup-unit .box .wrap .body .detail .js-voicemore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 0 auto;
    width: 100%;
    height: 9.4rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #F8824F;
    padding-bottom: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 237, 196, 0)), color-stop(57%, rgb(252, 248, 244)));
    background: linear-gradient(to bottom, rgba(255, 237, 196, 0) 0%, rgb(252, 248, 244) 57%);
    padding-right: 1.5rem;
  }
  .popup-unit .box .wrap .body .detail .js-voicemore:before {
    content: "";
    width: 22.1rem;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #F8824F;
  }
  .popup-unit .box .wrap .body .detail .js-voicemore:after {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    background: url(img/top/icn_open.png) no-repeat left top/contain;
    position: absolute;
    right: 2rem;
    bottom: 1rem;
  }
}
.popup-unit .box .wrap .link {
  margin: 5rem -2rem 1rem 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .link {
    margin: 2rem 0 0;
  }
}
.popup-unit .box .wrap .link a {
  display: inline-block;
  padding-right: 6rem;
  font-weight: 700;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .link a {
    padding-right: 4rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.popup-unit .box .wrap .link a:after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(img/top/icn_popup_link.png) no-repeat left top/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .popup-unit .box .wrap .link a:after {
    width: 2.7rem;
        height: 2.7rem;
  }
}
.popup-unit .box .wrap .link a:hover:after {
  background-image: url(img/top/icn_popup_link_hv.png);
}

.mfp-content {
  padding: 10rem 0;
}
.mfp-container {
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .mfp-content {
    height: 100svh;
    overflow-y: auto;
    /* padding-top: 15rem; */
    padding: 0;
  }
  
.mfp-bg,
.mfp-wrap {
  will-change: transform, opacity;
}

.mfp-wrap {
  z-index: 1046;
}

.mfp-content .popup-unit {
  position: relative;
}
}

.mfp-content .popup-unit {
  display: block;
}

button.mfp-close {
  background: url(img/top/btn_close.png) no-repeat left top/contain;
  width: 7.4rem;
  height: 7.4rem;
  font-size: 0;
  opacity: 1;
  right: calc(50% - 55rem);
  top: 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  button.mfp-close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  button.mfp-close {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 6.4rem;
    height: 6.4rem;
    margin-top: env(safe-area-inset-top);
    /* position: absolute;
    top: 10px;
    right: 50%;
    z-index: 9999; */
  }
  /* .mfp-wrap {
  position: relative;
} */
}

.p-dotline {
  position: relative;
  background: url(img/top/bg_survey_pc.png) no-repeat left top/100% auto;
  padding-top: 10rem;
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-dotline {
    background-image: url(img/top/bg_survey_sp.png);
    padding-top: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-dotline:after {
    content: "";
    width: 188rem;
    height: 67.3rem;
    background: url(img/top/bg_dotline_pc.png) no-repeat center top/100% auto;
    position: absolute;
    bottom: 15rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 3rem;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-dotline-supervisor {
    margin-top: 5rem;
  }
}
.p-dotline-business {
  background: #FBFBFB;
  width: 83.4rem;
  margin: 0 auto;
  border: 1px solid #CFCFCF;
  border-radius: 0.5rem;
  padding: 2rem 5rem;
  position: relative;
  margin-top: 9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-dotline-business {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 0 3rem;
	      margin-top: 7rem;
    border-radius: 0;
  }
}
.p-dotline-business .-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  display: inline-block;
  background: #FBFBFB;
  border: 1px solid #CFCFCF;
  padding: 2rem 9rem 1rem;
  text-align: center;
  position: relative;
  top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-dotline-business .-ttl {
    padding: 2rem 1rem;
    font-size: 2rem;
    width: 100%;
    line-height: 1.5;
    top: -3rem;
  }
}
.p-dotline-business .-ttl span {
  position: relative;
  z-index: 2;
  font-style: normal;
  color: #F57D8B;
}
.p-dotline-business .-ttl:before {
  content: "";
  width: 102%;
  background: #FBFBFB;
  position: absolute;
  left: -1%;
  margin: 0 auto;
  bottom: -1px;
  height: 4.6rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-dotline-business .-ttl:before {
    height: 7.3rem;
    bottom: -2px;
  }
}
.p-dotline-business .-ttl:after {
  content: "";
  width: 4.3rem;
  height: 1rem;
  background: #F57D8B;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.p-dotline-business .-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.5rem 2rem;
  margin-top: -2.5rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-dotline-business .-list {
    display: block;
  }
}
.p-dotline-business .-list ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-dotline-business .-list ul li {
  font-weight: 700;
  padding-left: 2rem;
  position: relative;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-dotline-business .-list ul li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-dotline-business .-list ul li + li {
  margin-top: 1rem;
}
.p-dotline-business .-list ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 10rem;
  background: #F3946B;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-dotline-business .-list ul li:before {
    top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dotline-business .-list ul + ul {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dotline-business .detail {
    padding-bottom: 6rem;
  }
  .p-dotline-business .detail ul:nth-of-type(n + 2) {
    display: none;
  }
  .p-dotline-business .detail.is-active ul:nth-of-type(n + 2) {
    display: block;
  }
}
.p-dotline-business .js-voicemore {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 auto;
  width: 22.8rem;
  height: 5.4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #F8824F;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  border: 1px solid #F8824F;
  border-width: 1px 1px 0 1px;
  border-radius: 0.5rem 0.5rem 0 0;
}
.p-dotline-business .js-voicemore:after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url(img/top/icn_open.png) no-repeat left top/contain;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}
.p-dotline-imgset {
  margin-top: 10rem;
  position: relative;
  padding-left: 52.4rem;
  padding-right: 4rem;
  padding-top: 2.5rem;
  min-height: 32rem;
}
@media screen and (max-width: 767px) {
  .p-dotline-imgset {
    padding-left: 0;
	  margin-top: 3rem;
    padding-right: 0;
  }
}
.p-dotline-imgset .-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.p-dotline-imgset .-ttl .icn {
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-dotline-imgset .-ttl .icn {
    width: 4.9rem;
  }
}
.p-dotline-imgset .-ttl .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
  border-left: 1px solid #ccc;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-dotline-imgset .-ttl .ttl {
    font-size: 1.8rem;
  }
}
.p-dotline-imgset .-img {
  position: absolute;
  left: -4rem;
  top: 0;
  width: 51.4rem;
}
@media screen and (max-width: 767px) {
  .p-dotline-imgset .-img {
    position: relative;
    left: auto;
    right: 0rem;
    width: calc(100% + 2rem);
    height: auto;
    margin-bottom: 2rem;
  }
}
.p-dotline-imgset .-img:after {
  content: "";
  width: 100%;
  height: 1.5rem;
  background: #F6A481;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-dotline-imgset .-img:after {
    height: 0.9rem;
  }
}
.p-dotline-imgset.m-fdr {
  padding-left: 4rem;
  padding-right: 52.4rem;
}
@media screen and (max-width: 767px) {
  .p-dotline-imgset.m-fdr {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-dotline-imgset.m-fdr .-img {
  left: auto;
  right: -4rem;
}
@media screen and (max-width: 767px) {
  .p-dotline-imgset.m-fdr .-img {
    right: auto;
    left: -2rem;
    width: calc(100% + 2rem);
  }
}
.p-dotline-imgset + .p-dotline-imgset {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-dotline-imgset + .p-dotline-imgset {
    margin-top: 2rem;
  }
}
.p-dotline .btn-double {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-dotline .btn-double {
    margin-top: 2rem;
  }
}

.p-knowledge {
  margin-top: 20rem;
}

.p-knowledge .c-section-headline .js-wh:before,.p-nursing .c-section-headline .js-wh:before{
 background: linear-gradient(to right, #eff4f8 0%, #eff4f8 63%, #ffffff 100%);
}


@media screen and (max-width: 767px) {
  .p-knowledge {
    margin-top: 6rem;
  }
	.p-knowledge .c-section-headline .js-wh:before,.p-nursing .c-section-headline .js-wh:before{
 background: #ffffff;
}
}
.p-knowledge-ttl {
  width: 38.9rem;
}
@media screen and (max-width: 767px) {
  .p-knowledge-ttl {
    width: 22.2rem;
  }
}
.p-knowledge-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8rem 2rem;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-knowledge-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
  }
}
.p-knowledge-grid .-unit {
  position: relative;
  background: #fff;
  position: relative;
  padding: 4rem 4rem 10rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
}
.p-knowledge-grid .-unit .icn {
  position: absolute;
  left: 0;
  top: -4rem;
  width: 7rem;
  height: 7rem;
}
.p-knowledge-grid .-unit .head {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-knowledge-grid .-unit .head {
    margin-bottom: 2rem;
  }
}
.p-knowledge-grid .-unit .head a {
  display: block;
}
.p-knowledge-grid .-unit .head a .small {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-knowledge-grid .-unit .head a .small {
    font-size: 1.6rem;
  }
}
.p-knowledge-grid .-unit .head a .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #288FB5;
  display: inline-block;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-knowledge-grid .-unit .head a .ttl {
    font-size: 2.4rem;
    padding-right: 4.5rem;
  }
}
.p-knowledge-grid .-unit .head a .ttl:after {
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  background: url(img/common/icn_link01.png) no-repeat left top/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-knowledge-grid .-unit .head a .ttl:after {
    width: 2.3rem;
    height: 2.3rem;
    margin-top: 0.2rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-knowledge-grid .-unit .head a:hover .ttl:after {
    background-image: url(img/common/icn_link01_hv.png);
  }
}
.p-knowledge-grid .-unit .btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  position: absolute;
  left: 3rem;
  bottom: 4rem;
  color: #8A8A8A;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(23%, rgba(255, 255, 255, 0.89)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.89) 23%, rgb(255, 255, 255) 100%);
  height: 8.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  width: calc(100% - 6rem);
  z-index: 2;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-knowledge-grid .-unit .btn:hover {
    opacity: 0.7;
  }
}
.p-knowledge-grid .-unit .btn:before {
  content: "";
  width: 22.1rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ccc;
}
.p-knowledge-grid .-unit .btn:after {
  content: "";
  width:2.8rem;
  height: 2.8rem;
  background: url(img/top/icn_knowledge_open.png) no-repeat left top/contain;
  position: absolute;
  right: 4rem;
  bottom: 0.8rem;
}
.p-knowledge-grid .-unit .btn.is-active {
  height: 5rem;
}
.p-knowledge-grid .-unit .btn.is-active:after {
  background-image: url(img/top/icn_knowledge_close.png);
}
.p-knowledge-grid .-unit .detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s grid-template-rows ease;
  transition: 0.3s grid-template-rows ease;
  transition: 0.3s grid-template-rows ease, 0.3s -ms-grid-rows ease;
}
.p-knowledge-grid .-unit .detail.is-active {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.p-knowledge-grid .-unit .detail .wrap {
  min-height: 8.2rem;
  overflow: hidden;
}

.p-guide {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-guide {
    padding-bottom: 3rem;
	  margin-top: 10rem;
  }
}
.p-guide:before {
  content: none;
}
.p-guide:after {
  content: "";
  width: 61.7rem;
  height: 15rem;
  background: url(img/top/txt_guide.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-guide:after {
    width: 26.1rem;
    left: 1rem;
    top: -3.5rem;
    right: auto;
  }
}
.p-guide .c-hasbg {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-guide .c-hasbg {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-guide .c-hasbg:before {
    width: calc(50% + 62rem);
    height: 65rem;
  }
}
@media screen and (max-width: 767px) {
  .p-guide .c-hasbg:before {
    width: 100%;
    height: 30rem;
  }
}
.p-guide-lead {
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-guide-lead {
    text-align: left;
    margin-bottom: 0;
  }
}
.p-guide-headline {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-guide-headline {
    text-align: left;
  }
  .p-guide-headline a {
    white-space: nowrap;
    padding-right: 3.4rem;
  }
}
.p-guide-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 7rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-guide-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
  }
}
.p-guide-grid .-unit {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
}
.p-guide-grid .-unit a {
  display: block;
}
.p-guide-grid .-unit a .img {
  overflow: hidden;
}
.p-guide-grid .-unit a .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-guide-grid .-unit a .txt {
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.p-guide-grid .-unit a .txt .category {
  width: 18.8rem;
  background: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 1.4rem 1rem 1rem;
  margin: -4rem auto 0;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-guide-grid .-unit a .txt .category {
    font-size: 2.2rem;
  }
}
.p-guide-grid .-unit a .txt .ttl {
  font-size: 2.2rem;
  padding-bottom: 0.6rem;
  font-weight: 700;
  position: relative;
}
.p-guide-grid .-unit a .txt .ttl:after {
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(img/common/icn_link01.png) no-repeat left top/contain;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-guide-grid .-unit a:hover {
    opacity: 1;
  }
  .p-guide-grid .-unit a:hover .ttl:after {
    background-image: url(img/common/icn_link01_hv.png);
  }
  .p-guide-grid .-unit a:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
	
}

.js-inview.inview-fade {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-inview.inview-fade.is-active {
  opacity: 1;
}
.js-inview.p-mv-txt {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-inview.p-mv-txt.is-active {
  opacity: 1;
}
.js-inview.deco {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-inview.deco.is-active {
  opacity: 0.8;
}
.scroll {
    width: 8.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 277%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.js-inview.p-mv-slider {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-inview.p-mv-slider.is-active {
  opacity: 1;
}
.js-inview.l-header-toggle {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-inview.l-header-toggle.is-active {
  opacity: 1;
}

.l-footer {
  margin-top: 24rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 10rem;
  }
		.scroll {
    width: 5.5rem;
    top: 126%;
}
	.p-guide-grid .-unit a .txt .ttl {
  font-size: 1.8rem;
}
}

html.modal-open,
body.modal-open {
  overflow: hidden;
  height: 100%;
}

.modal-wrapper {
  z-index: 999;
}
