@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  /* カンマ区切りで指定（先に書いた方が「上」に重なります） */
  background-image: 
    url("../images/mv_bk_r.webp"), 
    url(../common_img/bg.png);
    
  background-repeat: 
    no-repeat, 
    repeat;
    
  background-position: 
    top right, 
    left top;
    
  background-size: 
    50% auto, 
    auto;
}
.l-gNav__item .__item__inner .p-button {
  background: linear-gradient(90deg, #ff5e00, #ff7e00);
  border: none;
}
.l-header__content {
  height: 160px;
  align-items: center;
}
.l-nav-header {
  height: 160px;
}
.l-gNav__item .__item__inner .p-button:hover {
  color: yellow;
}
body.device-pc .p-button:hover .c-chevron {
  stroke: yellow;
}
.l-main {
  background: url("../images/mv_bk_l.webp") no-repeat left bottom;
  background-size: 65% auto;
}
.pg-index-un-introduction__item .__item__ttl {
  text-align: center;
  color: #fff;
  font-size: max(2.0833333333vw, 4rem);
  line-height: 1.2;
  font-weight: 800;
  padding-bottom: 15px;
}
.pg-index-un-introduction__item .__item__text {
  font-size: max(1.71875vw, 3.3rem);
  font-weight: 800;
  letter-spacing: 5px;
  color: #000;
}
.pg-index-p-title-section__baloon {
  text-align: center;
  font-size: max(1.71875vw, 3.3rem);
  font-weight: 800;
}
.pg-index-p-title-section__baloon p {
  display: inline-block;
  position: relative;
}
.pg-index-p-title-section__baloon p::before {
  position: absolute;
  left: -40px;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #f4c331;
  border-radius: 3px;
  transform: rotate(-40deg);
}
.pg-index-p-title-section__baloon p::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #f4c331;
  border-radius: 3px;
  transform: rotate(40deg);
}
.__text__large {
  font-size: max(2.4vw, 5rem);
  line-height: 1.2;
  font-weight: 800;
}
.__text__middle {
  font-size: max(2.0833333333vw, 4rem);
  line-height: 1.2;
  font-weight: 800;
}
.__text__small {
  font-size: max(1.71875vw, 3.3rem);
}
#worries {
  position: relative;
  z-index: 1;
}
#point {
  background:url(../common_img/bg.png) repeat;
  margin-top: max(-8.85vw, -170px);
  position: relative;
  z-index: 0;
}
.pg-index-un-features__head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
.pg-index-l-group-workshop {
  padding-top: 80px;
  padding-bottom: 95px;
  background: linear-gradient(-0deg, #20497f 0%, #37abe2 100%);
  margin-bottom: 0;
}
.pg-index-un-workshop-ttl {
  text-align: center;
  color: #fff;
  font-size: max(2.0833333333vw, 4rem);
  line-height: 1.2;
  font-weight: 800;
}
.pg-index-un-schedule__td .__text__small {
  font-size: max(1.71875vw, 2.8rem);
}
#sec__entry {
  background: url("../images/request-bg_02.webp");
  padding: 55px 0;
}
#sec__voice {
  padding: 100px 0;
}
.pg-index-un-questions {
  background: #fff;
  box-shadow: 0 0 10px rgba(119, 119, 119, 0.20);
  padding: 60px 40px 40px;
  width: 100%;
}
.group-questions-1 {
  position: absolute;
  top: max(1.46vw, 28px);
  right: 10px;
	margin-right: calc((100% - 1100px) /2 );
  z-index: 2;
}
.group-questions-2 {
  position: absolute;
  top: 0;
  right: 9vw;
  z-index: 2;
}
.group-questions-3 {
	position: absolute;
	bottom: 198px;
	right: 0;
	z-index: 2;
}
.pg-index-l-group-contact .__text__middle {
  color: #fff;
}
.c-label-nini {
  border: 2px solid #ed8918;
  color: #ed8918;
}
#pp {
  margin-top: 50px;
}
#point .pg-index-p-title-section {
  margin-bottom: max(3.1770833333vw, 42px);
	position: relative;
}
.sp {
  display: none;
}

.pg-index-mv-illust {
	margin: -107px auto 0;
	max-width: 94.07%;
  display: flex;
  align-items: center;
}

.pg-index-mv-illust-img {
  max-width: 312px;
  margin-left: -17px;
}

.pg-index-mv-illust-text {
	font-size: max(1.71875vw, 3.3rem);
	font-weight: 800;
	text-align: center;
	margin: 110px 0 0 240px;
	color: #f4c331;
}

.pg-index-mv-illust-text .highlight{
	font-size: max(3.0833333333vw, 6rem);
	font-weight: 800;
}

@media (min-width: 768px) {
  .pg-index-un-mainImg img {
    max-width: 655px;
  }
  .pg-index-un-mainBody__image {
    width: 518px;
  }
  .pg-index-un-mainImgWrap-pc {
    text-align: center;
    margin-top: 160px;
		padding: 0 40px;
    /*padding-bottom: 45px;*/
  }
  .pg-index-un-mainImgWrap-pc img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .pg-index-un-introduction__item .__item__ttl {
    font-size: max(2.0833333333vw, 2.4rem);
  }
  .pg-index-un-introduction__item .__item__text {
    font-size: max(1.71875vw, 2.2rem);
  }
  .pg-index-l-group-something .pg-index-p-title-section__heading {
    grid-column-gap: 5px;
  }
  .pg-index-un-features__image {
    margin-top: 34px;
    margin-bottom: 0;
  }
  .pg-index-un-features__head {
    margin-bottom: 20px;
  }
  .l-header__content {
    height: inherit;
  }
  .pg-index-p-title-section__baloon {
    font-size: max(1.71875vw, 2.3rem);
    margin-bottom: 10px;
    display: inline-block;
  }
  .__text__large {
    font-size: max(2.4vw, 2.8rem);
  }
  .__text__middle {
    font-size: max(2.0833333333vw, 2.55rem);
  }
  .__text__small {
    font-size: max(1.71875vw, 2.3rem);
  }
  .pg-index-l-group-something .pg-index-p-title-section__icon img {
    width: 30px;
  }
  #point {
    margin-top: -20px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pg-index-p-title-block__heading {
    max-width: inherit;
    width: 88%;
  }
  .pg-index-un-features__item > span {
    padding: 18px 20px 20px 20px;
    border-radius: 12px;
  }
  .pg-index-un-features__item::before {
    top: 33px;
  }
  .pg-index-un-features {
    grid-row-gap: max(2.0833333333vw, 20px);
  }
  .pg-index-un-workshop-ttl {
    font-size: max(2.0833333333vw, 2.5rem);
  }
  .pg-index-l-group-workshop, #sec__voice {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .pg-index-un-step__item {
    padding: 60px 20px 20px;
  }
  .pg-index-un-step__number {
    top: 0;
    left: calc(50% - 10.5px);
  }
  .pg-index-un-step__item::before {
    border-width: 16px 20px 0 20px;
    border-color: #042b8f transparent transparent transparent;
  }
  .pg-index-un-people__image img {
    width: auto;
    height: 40px;
  }
  .pg-index-un-people__item {
    width: 134px;
    height: 134px;
  }
  .pg-index-un-people__title {
    margin-bottom: 0px;
    padding-top: 10px;
  }
  .pg-index-un-questions {
    padding: 30px 20px;
    width: 100%;
  }
  .group-questions-1 img, .group-questions-2 img, .group-questions-3 img {
    max-width: 100%;
  }
	.group-questions-1 {
		top: 5px;
		right: inherit;
		width: 80px;
		left: 23px;
	}
  .group-questions-2 {
    right: 0;
    width: 50px;
  }
  .group-questions-3 {
    bottom: 0;
    width: 110px;
  }
  .pg-index-un-qa__inner.-answer .__inner__icon::before {
    line-height: 32px;
  }
  .pg-index-un-form__tel {
    color: #fff;
  }
  .pg-index-un-mainImgWrap {
    padding: 10px 0 0;
  }
  img {
    max-width: 100%;
  }
  .pg-index-un-mainBody__link {
    width: 100%;
    margin: 20px auto;
  }
  .pg-index-un-mainBody__link img {
    height: auto;
  }
	.pg-index-mv-illust {
		margin: 0 auto 0;
	}	
	.pg-index-mv-illust-img {
		width: 40%;
	}	
  
  .pg-index-mv-illust-text {
    margin: 0 0 0 10px;
    font-size: 2rem;
    text-align: left;
    line-height: 1.5;
  }
	
	#point .pg-index-p-title-section {
		display: flex;
	}

  .pg-index-mv-illust-text .highlight{
    font-size: 2.7rem;
  }

  
}