@charset "UTF-8";
/*====================================================================================
■00.Object
 ├ _00_1 layout
 ├ _00_2 animation
 └ _00_3 OverLayerConfig
■01.page-index

====================================================================================*/
/*====================================================================================
■00.Object
====================================================================================*/
/* _00_1 layout
-------------------------------------------------------------------- */
/* _00_2 animation
-------------------------------------------------------------------- */
/* _00_3 OverLayerConfig
-------------------------------------------------------------------- */
/*====================================================================================
■01.page-index
====================================================================================*/
/* ---------------------------------------------------------------------------------------------------------
content_Layout

_00. component
_01. projeft
_02. mainImg
_0*. ***
 ├ _0*_* ***
 ├ _0*_* ***
 └ _0*_* ***

 */
/* -----------------------------------------------------------------------------------
_00. component
----------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------------
_01. project
----------------------------------------------------------------------------------- */
/* title
-------------------------------------------------- */
/* pg-index-p-title-section */
.pg-index-p-title-section {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pg-index-p-title-section {
    margin-bottom: max(3.1770833333vw, 61px);
  }
}
.pg-index-p-title-section__heading {
  font-size: 2.7rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .pg-index-p-title-section__heading {
    font-size: max(3.0833333333vw, 6rem);
    line-height: 1.3;
    margin-top: 35px;
  }
}
.pg-index-p-title-section__text .__text__small {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .pg-index-p-title-section__text .__text__small {
    font-size: max(1.71875vw, 3.3rem);
  }
}
/* pg-index-p-title-block */
.pg-index-p-title-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .pg-index-p-title-block {
    margin-top: max(3.75vw, 100px);
  }
}
.pg-index-p-title-block:first-child {
  margin-top: 0;
}
/*.pg-index-p-title-block::before, .pg-index-p-title-block::after {
  content: "";
  display: block;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 4px;
  border-radius: 1.5px;
  background-color: var(--theme-color-dark);
}
.pg-index-p-title-block::before {
  margin-right: 12px;
}
@media (min-width: 768px) {
  .pg-index-p-title-block::before {
    margin-right: 20px;
  }
}
.pg-index-p-title-block::after {
  margin-left: 12px;
}
@media (min-width: 768px) {
  .pg-index-p-title-block::after {
    margin-left: 20px;
  }
}*/
.pg-index-p-title-block__heading {
  display: inline-block;
  text-align: center;
  background-color: #37abe2;
  line-height: 1.5;
  border-radius: 120px;
  padding-top: 4px;
  padding-right: 24px;
  padding-bottom: 4px;
  padding-left: 24px;
  max-width: 210px;
	width: 500px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
  .pg-index-p-title-block__heading {
    padding-top: max(0.3645833333vw, 7px);
    padding-right: max(1.5625vw, 30px);
    padding-bottom: max(0.3645833333vw, 7px);
    padding-left: max(1.5625vw, 30px);
    max-width: none;
  }
}
.pg-index-p-title-block__text {
  color: #fff;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .pg-index-p-title-block__text {
    font-size: max(1.25vw, 2.4rem);
  }
}
/* lead
-------------------------------------------------- */
.pg-index-p-lead {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pg-index-p-lead {
    text-align: center;
    font-size: max(0.9375vw, 1.8rem);
    margin-top: max(1.82vw, 35px);
  }
  .pg-index-p-lead-note {
    text-align: center;
    font-size: max(0.9375vw, 1.4rem);
    margin-top: max(1.82vw, 35px);
  }
}
/* contents
-------------------------------------------------- */
.pg-index-p-contents__inner {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pg-index-p-contents__inner {
    margin-top: max(2.7083333333vw, 52px);
  }
}
/* -----------------------------------------------------------------------------------
_02. mainImg
----------------------------------------------------------------------------------- */
/* mv
-------------------------------------------------- */
.pg-index-un-mainImgWrap {
background: url("../images/mv_bk_sp.png") no-repeat;
	background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .pg-index-un-mainImgWrap {
background-image: url(../images/mv.webp);
    min-height: 683px;
    padding: 0;
    margin: auto;
    background-size: 100% auto;
    background-position: top center;
    margin-top: 160px;
    width: 81vw;
    min-width: 1366px;
    height: 41vw;
  }
}
@media (min-width: 768px) {
  .pg-index-un-mainImgWrap__inner {
    width: 66.6666666667vw;
    min-width: var(--min-width-body);
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 25px;
    flex-flow: column;
    row-gap: 14px;
  }
}
.pg-index-un-mainBody {
  margin-right: calc(var(--gutter) / 2);
  margin-left: calc(var(--gutter) / 2);
}
@media (min-width: 768px) {
  .pg-index-un-mainBody {
    margin-right: 0;
    margin-left: 0;
  }
}
.pg-index-un-mainBody__image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-index-un-mainBody__image {
    width: 33.5vw;
    min-width: 493px;
    z-index: 1;
  }
}
.pg-index-un-mainBody.-desktop {

}
@media (min-width: 768px) {
  .pg-index-un-mainBody.-desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pg-index-un-mainBody.-mobile {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .pg-index-un-mainBody.-mobile {
    display: none;
  }
}
.pg-index-un-mainBody.-mobile img {
  width: 100%;
  height: auto;
}
.pg-index-un-mainBody.-mobile .pg-index-un-mainBody__illust {
  width: 80%;
  margin-top: 30px;
}
.pg-index-un-mainBody__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pg-index-un-mainBody__link {
    margin-top: -8px;
  }
}
.pg-index-un-mainBody__link img {
  width: auto;
  height: 20px;
}
@media (min-width: 768px) {
  .pg-index-un-mainBody__link img {
    width: max(18.0208333333vw, 498px);
    height: auto;
  }
}
/* -----------------------------------------------------------------------------------
_03. introduction
----------------------------------------------------------------------------------- */
.pg-index-l-group-introduction {
  margin-bottom: 0;
  /*padding-top: var(--padding-top-layout-group);*/
	/*padding-top: 30px;*/
	background: url("../images/introduction-bg.webp") no-repeat right ;
	background-size: cover;
}
@media (min-width: 768px) {
  .pg-index-l-group-introduction {
    background-image: url(../images/introduction-bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}
.pg-index-un-introduction {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
	max-height: 290px;
}
@media (min-width: 768px) {
  .pg-index-un-introduction {
    -ms-flex-direction: row;
    flex-direction: row;
    /*-ms-flex-align: center;
    align-items: center;*/
    -ms-flex-pack: justify;
    justify-content: end;
    grid-column-gap: 10px;
  }
}


@media (max-width: 767px) {
	.pg-index-un-introduction {
		max-height: unset;
	}
}

.pg-index-un-introduction__list {
	padding-top: 70px;
}
.pg-index-un-introduction__item {
  font-weight: 500;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .pg-index-un-introduction__item {
    font-size: max(1.4583333333vw, 2.8rem);
  }
}

@media (max-width: 767px) {
	.pg-index-un-introduction__list {
		padding-top: var(--padding-top-layout-group);
	}
}


.pg-index-un-introduction__item .__item__inner {
  text-align: center;
}
.pg-index-un-introduction__item .__item__icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 4px;
}
@media (min-width: 768px) {
  .pg-index-un-introduction__item .__item__icon {
    margin-right: 20px;
  }
}
.pg-index-un-introduction__item .__item__icon img {
  width: 18px;
  height: auto;
}
@media (min-width: 768px) {
  .pg-index-un-introduction__item .__item__icon img {
    width: max(1.5104166667vw, 29px);
  }
}
.pg-index-un-introduction__item .__item__text .__text__logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6px;
  transform: translateY(6px);
}
@media (min-width: 768px) {
  .pg-index-un-introduction__item .__item__text .__text__logo {
    height: 40px;
    margin-right: 30px;
    transform: translateY(max(0.5208333333vw, 10px));
  }
}
.pg-index-un-introduction__item .__item__text .__text__logo img {
  width: auto;
  height: 26px;
}
@media (min-width: 768px) {
  .pg-index-un-introduction__item .__item__text .__text__logo img {
    width: max(14.64vw, 200px);
		max-width: 200px;
    height: auto;
  }
}
.pg-index-un-introduction__item .__item__text .__text__strong {
  color: #fff;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .pg-index-un-introduction__item .__item__text .__text__strong {
    font-size: max(2.0833333333vw, 4.3rem);
  }
}
.pg-index-un-introduction__image {
	text-align: center;
	padding-top: 30px;
	margin-left: -25px;
}
.pg-index-un-introduction__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-index-un-introduction__image img {
    width: max(29.28vw, 400px);
		max-width: 400px;
  }
}

@media (max-width: 767px) {
	.pg-index-un-introduction__image {
		padding: 30px 0;
		margin-left: 0;
	}
  .pg-index-un-introduction__image img {
    max-width: 50%;
  }
  
}


/* -----------------------------------------------------------------------------------
_04. know
----------------------------------------------------------------------------------- */
.pg-index-l-group-know {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding-top: var(--padding-top-layout-group);
  padding-bottom: var(--padding-bottom-layout-group);
}
@media (min-width: 768px) {
  .pg-index-l-group-know {
    background-image: url(../images/know-bg.webp);
    padding-top: max(4.1666666667vw, 80px);
    padding-bottom: max(4.1666666667vw, 194px);
		margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .pg-index-l-group-know .pg-index-p-title-section {
    margin-bottom: max(1.875vw, 36px);
  }
}
.pg-index-l-group-know .pg-index-p-title-section__baloon img {
  width: 140px;
  height: auto;
}
@media (min-width: 768px) {
  .pg-index-l-group-know .pg-index-p-title-section__baloon img {
    width: max(11.9791666667vw, 230px);
  }
}
.pg-index-l-group-know .pg-index-p-contents__body {
  margin-top: var(--gutter);
}
@media (min-width: 768px) {
  .pg-index-l-group-know .pg-index-p-contents__body {
    margin-top: 60px;
  }
}
.pg-index-un-know {
  --z-index-know: 0;
  position: relative;
}
.pg-index-un-know .pg-index-p-contents {
  position: relative;
  z-index: calc(var(--z-index-know) + 1);
}
.pg-index-un-graphs__item {
  border-radius: var(--border-radius-card-size2);
  padding: 20px;
	background: linear-gradient(-0deg, #20497f 0%, #37abe2 100%);
}
@media (min-width: 768px) {
  .pg-index-un-graphs__item {
    padding-top: max(1.6666666667vw, 32px);
    padding-right: 0;
    padding-bottom: max(2.2916666667vw, 44px);
    padding-left: 0;
  }
}
.pg-index-un-graphs__item + .pg-index-un-graphs__item {
  margin-top: calc(var(--gutter) / 2);
}
@media (min-width: 768px) {
  .pg-index-un-graphs__item + .pg-index-un-graphs__item {
    margin-top: max(2.8125vw, 54px);
  }
}
.pg-index-un-graphs__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
	color: #fff;
}

.pg-index-un-graphs__item + .pg-index-p-contents__title {
	margin-top: 160px;
}

.pg-index-un-graphs__item + .pg-index-p-lead {
	margin-top: 60px;
}


.pg-index-p-lead-note + .pg-index-un-graphs__item,
.pg-index-p-lead + .pg-index-un-graphs__item {
	margin-top: 60px;
}

@media (min-width: 768px) {
  .pg-index-un-graphs__title {
    font-size: max(1.25vw, 2.4rem);
    margin-bottom: max(1.09375vw, 21px);
  }
}

@media (max-width: 767px) {
	.pg-index-un-graphs__item + .pg-index-p-contents__title {
		margin-top: 40px;
	}
	.pg-index-p-lead + .pg-index-un-graphs__item {
		margin-top: 40px;
	}
	
}




.pg-index-un-graphs__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .pg-index-un-graphs__image {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pg-index-un-graphs__image .__image__illust {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: var(--z-index-know);
}
.pg-index-un-graphs__image .__image__illust + .__image__illust {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .pg-index-un-graphs__image .__image__illust + .__image__illust {
    margin-top: 0;
  }
  .pg-index-un-graphs__image.-image01 .__image__illust.-illust01 {
    margin-right: 20px;
    width: max(28.9583333333vw, 556px);
  }
  .pg-index-un-graphs__image.-image01 div:has(> .__image__illust.-illust02) {
		margin-top: -50px;
  }
  .pg-index-un-graphs__image.-image02 div:has(> .__image__illust.-illust02) {
		margin-top: -40px;
  }
  .pg-index-un-graphs__image.-image01 .__image__illust.-illust02 {
    width: max(23.59375vw, 453px);
  }
  .pg-index-un-graphs__image.-image02 .__image__illust.-illust01 {
    margin-right: 32px;
    width: max(28.9583333333vw, 556px);
  }
  .pg-index-un-graphs__image.-image02 .__image__illust.-illust02 {
    width: max(22.9166666667vw, 440px);
  }
}


@media (max-width: 767px) {
  .pg-index-un-graphs__image.-image01 div:has(> .__image__illust.-illust02),
  .pg-index-un-graphs__image.-image02 div:has(> .__image__illust.-illust02) {
		margin-top: 30px;
  }
}



.pg-index-un-know__illust {
  position: absolute;
  z-index: 0;
  display: none;
}
@media (min-width: 768px) {
  .pg-index-un-know__illust {
    display: block;
  }
}
.pg-index-un-know__illust img {
  height: auto;
}
.pg-index-un-know__illust.-illust01 {
	top: 0;
	left: 9.5vw;
	transform: translate(max(-6.25vw, -120px), max(-0.2604166667vw, -5px));
}
@media (min-width: 768px) {
  .pg-index-un-know__illust.-illust01 img {
    width: max(10.5729166667vw, 203px);
  }
}
.pg-index-un-know__illust.-illust02 {
  right: 0;
  bottom: 0;
  transform: translate(max(6.9791666667vw, 134px), max(4.1666666667vw, 80px));
}
.pg-index-un-know__illust.-illust02 img {
  width: max(17.0833333333vw, 328px);
}
/* -----------------------------------------------------------------------------------
_05. something
----------------------------------------------------------------------------------- */
.pg-index-l-group-something {
  margin-bottom: 0;
}
.pg-index-l-group-something .pg-index-p-title-section__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
	    grid-column-gap: 25px;
}
@media (min-width: 768px) {
  .pg-index-l-group-something .pg-index-p-title-section__heading {
    line-height: inherit;
  }
}
.pg-index-l-group-something .pg-index-p-title-section__icon {
  display: inline-block;
}
@media (min-width: 768px) {
  .pg-index-l-group-something .pg-index-p-title-section__icon {
    transform: translateY(max(-0.5208333333vw, -10px));
  }
}
.pg-index-l-group-something .pg-index-p-title-section__icon.-left {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .pg-index-l-group-something .pg-index-p-title-section__icon.-left {
    margin-right: 0;
  }
}
.pg-index-l-group-something .pg-index-p-title-section__icon.-right {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .pg-index-l-group-something .pg-index-p-title-section__icon.-right {
    margin-left: 0;
  }
}
.pg-index-l-group-something .pg-index-p-title-section__icon img {
  height: auto;
}
@media (min-width: 768px) {
  .pg-index-l-group-something .pg-index-p-title-section__icon img {
    width: max(1.1458333333vw, 64px);
  }
}
.pg-index-un-things {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
@media (min-width: 768px) {
  .pg-index-un-things {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 23px 1fr 23px 1fr 23px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 23px;
    grid-template-areas: ". . . .";
  }
}
.pg-index-un-things__item {
  width: calc((100% - 12px) / 2);
}
.pg-index-un-things__item > span {
    display: block;
    height: 100%;
}
@media (min-width: 768px) {
  .pg-index-un-things__item {
    width: auto;
  }
}
.pg-index-un-things__image {
  text-align: center;
}
.pg-index-un-things__image img {
  width: auto;
  width: 200px;
}
@media (min-width: 768px) {
  .pg-index-un-things__image img {
    height: auto;
  }
}

.pg-index-un-things__text {
  font-weight: 900;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #36abe3;
}
@media (min-width: 768px) {
  .pg-index-un-things__text {
    font-size: max(0.9375vw, 1.8rem);
    margin-top: max(1.0416666667vw, 20px);
  }
}
/* -----------------------------------------------------------------------------------
_06. point
----------------------------------------------------------------------------------- */
.pg-index-l-group-point {
	background-repeat: no-repeat;
	background-position: left top 70px;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding-bottom: var(--padding-bottom-layout-group);
}
@media (min-width: 768px) {
  .pg-index-l-group-point {
    background-image: url(../images/point-bg.webp);
	  margin-bottom: 0;
	  padding-bottom: 100px;
  }
}
.pg-index-l-group-point .pg-index-p-title-section__text .__text__logo {
  display: inline-block;
  transform: translateY(-6px);
  margin-right: 4px;
}
@media (min-width: 768px) {
  .pg-index-l-group-point .pg-index-p-title-section__text .__text__logo {
    margin-right: 15px;
	      margin-bottom: 30px;
    transform: translateY(max(-0.625vw, -12px));
  }
}
.pg-index-l-group-point .pg-index-p-title-section__text .__text__logo img {
  width: auto;
  height: 40px;
}
@media (min-width: 768px) {
  .pg-index-l-group-point .pg-index-p-title-section__text .__text__logo img {
    width: max(15.15625vw, 400px);
    height: auto;
  }
}
@media (min-width: 768px) {
  .pg-index-l-group-point .pg-index-p-title-section .__illust__image {
		position: absolute;
		top: 0;
		left: 22px;
  }
}
@media (max-width: 767px) {
  .pg-index-l-group-point .pg-index-p-title-section .__text__large {
    order: 2;
    margin-left: 10px;
  }
  .pg-index-l-group-point .pg-index-p-title-section .__illust__image {
		/*margin-top: 40px;*/
    order: 1;
  }
  .pg-index-l-group-point .pg-index-p-title-section .__illust__image img{
		max-width: 80px;
		height: auto;
  }
}

.pg-index-l-group-point__bg {
  --z-index-point-bg: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: calc(var(--z-index-point-bg) + 1);
	    width: 100%;
}
.pg-index-l-group-point__bg img {
  width: 100vw;
  height: 60px;
}
@media (min-width: 768px) {
  .pg-index-l-group-point__bg img {
    height: auto;
  }
}
.pg-index-un-point {
  position: relative;
  padding-top: 92px;
}
@media (min-width: 768px) {
	.pg-index-un-point {
		padding-top: max(22.79vw, 380px);
	}
}
.pg-index-un-point__illust {
  position: absolute;
  z-index: var(--z-index-point-bg);
  display: none;
}
@media (min-width: 768px) {
  .pg-index-un-point__illust {
    display: block;
  }
}
.pg-index-un-point__illust img {
  height: auto;
}
.pg-index-un-point__illust.-illust01 {
  top: max(7.03125vw, 135px);
  left: -55px;
}
@media (min-width: 768px) {
  .pg-index-un-point__illust.-illust01 img {
    width: max(8.3333333333vw, 160px);
  }
}
@media (min-width: 768px) {
  .pg-index-un-point__illust.-illust02 {
    top: max(1.7708333333vw, 34px);
    right: -28px;
  }
}
@media (min-width: 768px) {
  .pg-index-un-point__illust.-illust02 img {
    width: max(9.7395833333vw, 187px);
  }
}
/* training
-------------------------------------------------- */
.pg-index-un-training {
  background-color: #fff;
  border-radius: var(--border-radius-card-size1);
  margin-top: var(--gutter);
  padding: 28px;
	    background: linear-gradient(-0deg, #20497f 0%, #37abe2 100%);
    color: #fff;
}
@media (min-width: 768px) {
  .pg-index-un-training {
    margin-top: max(1.3541666667vw, 26px);
    padding-top: max(1.7708333333vw, 34px);
    padding-right: max(2.7604166667vw, 53px);
    padding-bottom: max(1.7708333333vw, 34px);
    padding-left: max(2.7604166667vw, 53px);
  }
}
.pg-index-un-training__contents {
  width: 100%;
}
.pg-index-un-training__item {
  border-bottom: 1px solid #fff;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .pg-index-un-training__item {
    display: table-row;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.pg-index-un-training__item:first-child th {
	vertical-align: top;
}

.pg-index-un-training__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pg-index-un-training__title, .pg-index-un-training__body {
  display: block;
}
@media (min-width: 768px) {
  .pg-index-un-training__title, .pg-index-un-training__body {
    display: table-cell;
    vertical-align: middle;
    padding-top: max(1.0416666667vw, 20px);
    padding-bottom: max(0.9375vw, 18px);
  }
}
.pg-index-un-training__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .pg-index-un-training__title {
    font-size: max(1.0416666667vw, 2rem);
    margin-bottom: 0;
    padding-right: 14px;
    padding-left: max(0.5208333333vw, 10px);
  }
}
@media (min-width: 768px) {
  .pg-index-un-training__body {
    padding-left: 14px;
  }
}
/* features
-------------------------------------------------- */
.pg-index-un-features {
  counter-reset: number 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: max(2.0833333333vw, 40px);
}
.pg-index-un-features__item {
  color: #253137;
  border-radius: var(--border-radius-card-size1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
background: linear-gradient(to top, #20497f 0%, #37abe2 100%);
    padding: 5px;
}
.pg-index-un-features__item > span {
    background: #fff;
    padding: 85px 40px 40px 40px;
    display: block;
    border-radius: 27px;
    height: 100%;
}
@media (min-width: 768px) {
  .pg-index-un-features__item {
    width: max(27.4479166667vw, 527px);

  }
}
.pg-index-un-features__item::before {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Roboto", serif;
  line-height: max(2.34375vw, 4.5rem);
  counter-increment: number 1;
  content: "0"counter(number);
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-48%);
	    color: #37abe2;
}
@media (min-width: 768px) {
  .pg-index-un-features__item::before {
    font-size: max(3.0833333333vw, 6rem);
    left: 40px;
    top: 65px;
  }
}
.pg-index-un-features__title, .pg-index-un-features__image {
  text-align: center;
}
.pg-index-un-features__title {
  line-height: 1.5;
  text-align: left;
  font-size: 1.6rem;
	font-weight: 800;
}
@media (min-width: 768px) {
  .pg-index-un-features__title {
        font-size: max(1.25vw, 2.2rem);
    margin-bottom: max(1.0416666667vw, 20px);
    min-height: 3em;
  }
}
.pg-index-un-features__image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pg-index-un-features__image img {
  width: auto;
  height: 92px;
}
@media (min-width: 768px) {
  .pg-index-un-features__image img {
    width: auto;
    height: max(6.4583333333vw, 124px);
  }
}
@media (min-width: 768px) {
  .pg-index-un-features__image.-image01 img, .pg-index-un-features__image.-image04 img {
    transform: translateY(max(-0.78125vw, -15px));
  }
  .pg-index-un-features__image.-image02 img {
		height: max(7.5vw, 144px);		
  }
  .pg-index-un-features__image.-image03 img {
		height: max(6.98vw, 134px);		
  }
}
@media (min-width: 768px) {
  .pg-index-un-features__text {
    margin-top: max(1.4583333333vw, 20px);
  }
}
/* -----------------------------------------------------------------------------------
_07. workshop
----------------------------------------------------------------------------------- */
.pg-index-un-workshop .pg-index-p-contents__body {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .pg-index-un-workshop .pg-index-p-contents__body {
    margin-top: 0;
  }
}
.pg-index-un-step {
  counter-reset: number-step 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 52px;
}
@media (min-width: 768px) {
  .pg-index-un-step {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0;
    grid-template-areas: ". . .";
  }
}
.pg-index-un-step__item {
  color: #253137;
  border-radius: var(--border-radius-card-size2);
  border-width: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px;
	background: #fff;
}
@media (min-width: 768px) {
  .pg-index-un-step__item {
    padding-top: max(1.9791666667vw, 80px);
    padding-right: max(1.25vw, 24px);
    padding-bottom: max(1.5625vw, 30px);
    padding-left: max(1.25vw, 24px);
  }
}
.pg-index-un-step__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #000 transparent transparent transparent;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .pg-index-un-step__item::before {
    display: none;
  }
}
.pg-index-un-step__item::after {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #FFF;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .pg-index-un-step__item::after {
    display: block;
  }
}
.pg-index-un-step__item:last-child::before, .pg-index-un-step__item:last-child::after {
  display: none;
}
.pg-index-un-step__number {
  font-size: 1.2rem;
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
    top: -22.5px;
    left: calc( 50% - 23.5px );
  line-height: 1;
  width: 56px;
  height: 56px;
  transform: translate(-16px, -22px);
	    background: linear-gradient(90deg, #257fda 0%, #285fa6 100%);
}
@media (min-width: 768px) {
  .pg-index-un-step__number {
    font-size: inherit;
    padding-top: max(0.1041666667vw, 2px);
    width: max(3.90625vw, 75px);
    height: max(3.90625vw, 75px);
    transform: translate(max(-1.25vw, -24px), max(-1.25vw, -24px));
  }
}
.pg-index-un-step__number::after {
  content: "0"counter(number-step);
  counter-increment: number-step 1;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .pg-index-un-step__number::after {
    font-size: max(1.3541666667vw, 2.6rem);
  }
}
.pg-index-un-step__title {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .pg-index-un-step__title {
    font-size: max(1.0416666667vw, 2.5rem);
  }
}
@media (min-width: 768px) {
  .pg-index-un-step__title.-title01 {
    margin-bottom: max(2.08vw, 40px);
  }
}
@media (min-width: 768px) {
  .pg-index-un-step__title.-title02 {
    margin-bottom: max(2.6vw, 50px);
  }
}
@media (min-width: 768px) {
  .pg-index-un-step__title.-title03 {
    margin-bottom: max(2.08vw, 40px);
  }
}
.pg-index-un-step__image {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pg-index-un-step__image {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.pg-index-un-step__image img {
  width: auto;
  height: 92px;
}
@media (min-width: 768px) {
  .pg-index-un-step__image img {
    height: auto;
  }
}
.pg-index-un-step__image.-image01 img {
  width: max(7.66vw, 147px);
}
.pg-index-un-step__image.-image02 img {
  width: max(6.61vw, 127px);
}
.pg-index-un-step__image.-image03 img {
  width: max(6.51vw, 125px);
}
@media (min-width: 768px) {
  .pg-index-un-step__text {
    margin-top: max(2vw, 34px);
    margin-bottom: 25px;
  }
}
.pg-index-un-step__text .__text__small {
  font-size: max(0.6770833333vw, 1.3rem);
}
.pg-index-un-step__text .__text__emphasis {
  color: #1020b9;
}
.pg-index-un-step__button {
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .pg-index-un-step__button {
    margin-top: auto;
  }
}
.pg-index-un-step__button .p-button {
  width: 100%;
}
@media (min-width: 768px) {
  .pg-index-un-step__button .p-button {
    font-size: max(0.8333333333vw, 1.6rem);
    padding-top: max(0.6770833333vw, 13px);
    padding-bottom: max(0.6770833333vw, 13px);
  }
}
/* -----------------------------------------------------------------------------------
_08. request
----------------------------------------------------------------------------------- */
.pg-index-l-group-request {
  margin-bottom: 0;
  padding-top: var(--padding-top-layout-group);
  padding-bottom: var(--padding-bottom-layout-group);
	
    background: url(../images/request-bg.webp) no-repeat top;
	background-size: 100% auto;
}
@media (min-width: 768px) {
  .pg-index-l-group-request {
    padding-top: max(4.1666666667vw, 80px);
    padding-bottom: max(4.375vw, 122px);
  }
}
/* schedule
-------------------------------------------------- */
.pg-index-un-schedule {
  width: calc(100% + 6px);
  border-collapse: separate;
  transform: translateX(-3px);
}
@media (min-width: 768px) {
  .pg-index-un-schedule {
    margin-top: max(1.5625vw, 30px);
  }
}
.pg-index-un-schedule.-layoutPc {
  display: none;
}
@media (min-width: 768px) {
  .pg-index-un-schedule.-layoutPc {
    display: table;
	border-top: 1px solid #dedede;
  }
}
.pg-index-un-schedule__th {
  text-align: center;
  font-weight: 700;
	border-bottom: 1px solid #dedede;
}
@media (min-width: 768px) {
  .pg-index-un-schedule__th {
    padding-top: max(1.09375vw, 21px);
    padding-bottom: max(0.7291666667vw, 14px);
  }
}
/*.pg-index-un-schedule__th:first-child {
  border-top-left-radius: var(--border-radius-card-size2);
}
.pg-index-un-schedule__th:last-child {
  border-top-right-radius: var(--border-radius-card-size2);
}*/
.pg-index-un-schedule__td {
  background-color: #fff;
  color: #253137;
  font-weight: 500;
	border-bottom: 1px solid #dedede;
}
@media (min-width: 768px) {
  .pg-index-un-schedule__td {
    vertical-align: middle;
    padding-top: max(1.1979166667vw, 23px);
    padding-right: max(1.3020833333vw, 25px);
    padding-bottom: max(0.8854166667vw, 17px);
    padding-left: max(1.3020833333vw, 25px);
  }
}
.pg-index-un-schedule__td.-daytime {
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
		text-align: center;
}
@media (min-width: 768px) {
  .pg-index-un-schedule__td.-daytime {
    width: 19%;
    font-size: max(0.9375vw, 2.0rem);
    padding-right: max(1.0416666667vw, 20px);
    padding-left: max(1.0416666667vw, 20px);
  }
}
@media (min-width: 768px) {
  .pg-index-un-schedule__td.-name {
    width: 31.5%;
  }
}
@media (min-width: 768px) {
  .pg-index-un-schedule__td.-contents {
    width: 29.5%;
  }
}
.pg-index-un-schedule__td.-button {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .pg-index-un-schedule__td.-button {
    width: 20%;
    padding-right: max(1.0416666667vw, 20px);
    padding-left: max(1.0416666667vw, 20px);
  }
}
.pg-index-un-schedule__td .p-button {
  width: 100%;
}
@media (min-width: 768px) {
  .pg-index-un-schedule__td .p-button {
    font-size: max(0.9375vw, 1.8rem);
    padding-top: max(0.78125vw, 15px);
    padding-bottom: max(0.7291666667vw, 14px);
  }
}
.pg-index-un-schedule__td .p-button .p-icon {
  fill: #fff;
  position: static;
  transform: translateY(-2px);
  margin-left: 6px;
}
@media (min-width: 768px) {
  .pg-index-un-schedule__td .p-button .p-icon svg {
    width: max(1.09375vw, 21px);
  }
}
.pg-index-un-schedule__td .p-button:hover .p-icon {
  fill: var(--theme-color-primary);
}
.pg-index-un-schedule__tr:last-child .pg-index-un-schedule__td:first-child {
  border-bottom-left-radius: var(--border-radius-card-size2);
}
.pg-index-un-schedule__tr:last-child .pg-index-un-schedule__td:last-child {
  border-bottom-right-radius: var(--border-radius-card-size2);
}
.pg-index-un-schedule.-layoutMobile {
  display: table;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .pg-index-un-schedule.-layoutMobile {
    display: none;
  }
}
.pg-index-un-schedule.-layoutMobile + .pg-index-un-schedule {
  margin-top: 20px;
}
.pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__tr, .pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__th, .pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__td {
  display: block;
}
.pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__th, .pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__td {
  width: 100%;
}
.pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__th {
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__tr:first-child .pg-index-un-schedule__th {
  border-top-right-radius: var(--border-radius-card-size2);
  border-top-left-radius: var(--border-radius-card-size2);
}
.pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__td {
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
}
.pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__td.-button {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pg-index-un-schedule.-layoutMobile .pg-index-un-schedule__tr:last-child .pg-index-un-schedule__td {
  border-bottom-right-radius: var(--border-radius-card-size2);
  border-bottom-left-radius: var(--border-radius-card-size2);
}
/* people
-------------------------------------------------- */
.pg-index-un-people {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(var(--gutter) / 2) 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr calc(var(--gutter) / 2) 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: calc(var(--gutter) / 2);
  grid-row-gap: calc(var(--gutter) / 2);
  grid-template-areas: ". ."". .";
  justify-items: center;
}
@media (min-width: 768px) {
  .pg-index-un-people {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 13px;
    grid-row-gap: 0;
  }
}
.pg-index-un-people__item {
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
	
	    background: linear-gradient(50deg, #37abe2 0%, #20497f 100%);
	color: #fff;
}
@media (min-width: 768px) {
  .pg-index-un-people__item {
    width: max(9.6354166667vw, 200px);
	      height: max(9.6354166667vw, 200px);
    padding-top: max(0.9375vw, 37px);
    padding-right: 0;
    padding-bottom: max(1.3020833333vw, 25px);
    padding-left: 0;
  }
}
.pg-index-un-people__title {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .pg-index-un-people__title {
    margin-bottom: max(0.7291666667vw, 14px);
    font-size: max(0.9375vw, 1.8rem);
  }
}
.pg-index-un-people__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pg-index-un-people__image img {
  width: 60%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-index-un-people__image.-image01 img {
    width: max(3.13vw, 60px);
  }
}
@media (min-width: 768px) {
  .pg-index-un-people__image.-image02 img {
    width: max(2.45vw, 47px);
  }
}
@media (min-width: 768px) {
  .pg-index-un-people__image.-image03 img {
    width: max(3.59vw, 69px);
  }
}
@media (min-width: 768px) {
  .pg-index-un-people__image.-image04 img {
    width: max(2.4vw, 46px);
  }
}
/* thoughts
-------------------------------------------------- */
.pg-index-un-thoughts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: calc(var(--gutter) / 2);
  grid-row-gap: calc(var(--gutter) / 2);
}
@media (min-width: 768px) {
  .pg-index-un-thoughts {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
}
.pg-index-un-thoughts__item {
      background: linear-gradient(90deg, #37abe2 0%, #20497f 100%);
  border-radius: var(--border-radius-card-size2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc((100% - var(--gutter) / 2) / 2);
  padding: 12px;
}
@media (min-width: 768px) {
  .pg-index-un-thoughts__item {
    width: calc((100% - 30px) / 2);
    padding-top: max(1.0416666667vw, 20px);
    padding-right: max(1.25vw, 24px);
    padding-bottom: max(1.0416666667vw, 20px);
    padding-left: max(1.5625vw, 30px);
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.pg-index-un-thoughts__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .pg-index-un-thoughts__body {
    margin-right: max(0.8333333333vw, 16px);
  }
}
.pg-index-un-thoughts__body .__body__title {
  font-weight: 700;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
	color: #fff;
}
@media (min-width: 768px) {
  .pg-index-un-thoughts__body .__body__title {
    font-size: 2.0rem;
  }
}
.pg-index-un-thoughts__body .__body__text {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .pg-index-un-thoughts__body .__body__text {
    font-size: max(0.7291666667vw, 1.4rem);
  }
}
.pg-index-un-thoughts__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .pg-index-un-thoughts__image {
    margin-bottom: 0;
  }
}
.pg-index-un-thoughts__image img {
  height: auto;
  width: 60%;
}
@media (min-width: 768px) {
  .pg-index-un-thoughts__image img {
    width: max(4.9479166667vw, 95px);
  }
}
/* -----------------------------------------------------------------------------------
_09. questions
----------------------------------------------------------------------------------- */
.pg-index-l-group-questions {
  margin-bottom: 0;
  padding-top: var(--padding-top-layout-group);
  padding-bottom: var(--padding-bottom-layout-group);
	background: url("../images/request-bg_02.webp") repeat-x top;
	position: relative;
}
@media (min-width: 768px) {
  .pg-index-l-group-questions {
    padding-top: max(3.3854166667vw, 65px);
    padding-bottom: max(4.2708333333vw, 82px);
  }
}
@media (min-width: 768px) {
  .pg-index-l-group-questions .pg-index-p-title-section {
    margin-bottom: max(2.03125vw, 39px);
  }
}
.pg-index-un-qa {
  counter-reset: number-qa 0;
}
.pg-index-un-qa__block {
  counter-increment: number-qa 1;
  padding: 12px;
}
@media (min-width: 768px) {
  .pg-index-un-qa__block {
    padding-top: max(1.0416666667vw, 20px);
    /*padding-right: max(2.3958333333vw, 46px);*/
    padding-bottom: max(0.8854166667vw, 17px);
    /*padding-left: max(2.2916666667vw, 44px);*/
  }
}
.pg-index-un-qa__block + .pg-index-un-qa__block {
  margin-top: calc(var(--gutter) / 2);
}
@media (min-width: 768px) {
  .pg-index-un-qa__block + .pg-index-un-qa__block {
    margin-top: max(1.4583333333vw, 28px);
  }
}
.pg-index-un-qa__inner {
  display: -ms-flexbox;
  display: flex;
}
.pg-index-un-qa__inner .__inner__icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .pg-index-un-qa__inner .__inner__icon {
    width: max(2.34375vw, 45px);
    height: max(2.34375vw, 45px);
    font-size: max(1.09375vw, 2.1rem);
    margin-right: max(1.1458333333vw, 22px);
  }
}
.pg-index-un-qa__inner .__inner__text {
  margin-top: 7px;
	color: #222222;
}
@media (min-width: 768px) {
  .pg-index-un-qa__inner .__inner__text {
  }
}
.pg-index-un-qa__inner.-question .__inner__icon {
    background: linear-gradient(90deg, #37abe2 0%, #20497f 100%);
}
.pg-index-un-qa__inner.-question .__inner__icon::before {
  content: "Q"counter(number-qa);
}
.pg-index-un-qa__inner.-question .__inner__text {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.6rem;
	color: #37abe2;
}
@media (min-width: 768px) {
  .pg-index-un-qa__inner.-question .__inner__text {
    font-size: max(1.25vw, 2.4rem);
  }
}
.pg-index-un-qa__inner.-answer {
  border-top: 1px solid #ccc;
  margin-top: 12px;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .pg-index-un-qa__inner.-answer {
    margin-top: max(0.78125vw, 15px);
    padding-top: max(0.78125vw, 15px);
  }
}
.pg-index-un-qa__inner.-answer .__inner__icon {
  color: #37abe2;
	background: linear-gradient(to top, #20497f 0%, #37abe2 100%);
	padding: 2px;
}
.pg-index-un-qa__inner.-answer .__inner__icon::before {
    content: "A";
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
	border-radius: 8px;
}
/* -----------------------------------------------------------------------------------
_10. contact
----------------------------------------------------------------------------------- */
.pg-index-l-group-contact {
	    background: linear-gradient(-90deg, #20497f 0%, #37abe2 100%);
  margin-bottom: 0;
  padding-top: var(--padding-top-layout-group);
  padding-bottom: var(--padding-bottom-layout-group);
}
.pg-index-l-group-contact.comp {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .pg-index-l-group-contact {
    padding-top: max(4.0104166667vw, 77px);
    padding-bottom: max(4.2708333333vw, 82px);
  }
  .pg-index-l-group-contact.comp {
    margin-top: 0px;
  }
}
.pg-index-l-group-contact .pg-index-p-title-section {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .pg-index-l-group-contact .pg-index-p-title-section {
    margin-bottom: max(2.0833333333vw, 40px);
  }
}
.pg-index-l-group-contact .pg-index-p-contents + .pg-index-p-contents {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .pg-index-l-group-contact .pg-index-p-contents + .pg-index-p-contents {
    margin-top: max(3.8541666667vw, 74px);
  }
}
/* form
-------------------------------------------------- */
.pg-index-un-form {
  background-color: #fff;
  color: #253137;
  border-radius: var(--border-radius-card-size2);
  padding: 20px;
}
@media (min-width: 768px) {
  .pg-index-un-form {
    padding-top: max(3.8541666667vw, 77px);
    padding-right: max(4.6354166667vw, 89px);
    padding-bottom: max(3.90625vw, 75px);
    padding-left: max(3.6979166667vw, 71px);
  }
}
.pg-index-un-form .p-form__table {
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .pg-index-un-form .p-form__table {
    margin-top: max(2.34375vw, 45px);
  }
}
.pg-index-un-form .p-form__tr {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  padding-top: 16px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .pg-index-un-form .p-form__tr {
    display: table-row;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pg-index-un-form .p-form__tr .__tr__th, .pg-index-un-form .p-form__tr .__tr__td {
  display: block;
}
@media (min-width: 768px) {
  .pg-index-un-form .p-form__tr .__tr__th, .pg-index-un-form .p-form__tr .__tr__td {
    display: table-cell;
    padding-top: max(1.875vw, 36px);
    padding-bottom: max(1.7708333333vw, 34px);
  }
}
.pg-index-un-form .p-form__tr .__tr__th {
  font-weight: 700;
  margin-bottom: 8px;
}
.pg-index-un-form .p-form__tr .__tr__th .__th__text {
  display: inline-block;
  transform: translateY(2px);
  margin-bottom: 0;
}
.pg-index-un-form .p-form__tr .__tr__td {
  width: 100%;
}
@media (min-width: 768px) {
  .pg-index-un-form .p-form__tr .__tr__td {
    width: max(36.875vw, 708px);
  }
}
.pg-index-un-form .p-form__tr .__tr__radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .pg-index-un-form .p-form__tr .__tr__radios {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2px;
    grid-column-gap: max(1.7708333333vw, 34px);
  }
}
.pg-index-un-form .p-form__tr .c-label {
  font-weight: 500;
  font-size: 1.1rem;
  width: 42px;
  border-radius: 50px;
  margin-right: 4px;
}
@media (min-width: 768px) {
  .pg-index-un-form .p-form__tr .c-label {
    font-size: max(0.6770833333vw, 1.3rem);
    width: max(2.6041666667vw, 50px);
    border-radius: max(0.625vw, 12px);
    margin-right: max(0.625vw, 12px);
  }
}
.pg-index-un-form .p-form__tr .p-paragraph + .p-paragraph {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .pg-index-un-form .p-form__tr .p-paragraph + .p-paragraph {
    margin-top: max(0.7291666667vw, 14px);
  }
}
.pg-index-un-form .p-form__tr .c-input-text, .pg-index-un-form .p-form__tr .c-input-textarea {
  width: 100%;
}
@media (min-width: 768px) {
  .pg-index-un-form .p-form__tr .c-input-textarea {
    height: max(5.8333333333vw, 112px);
  }
}
.pg-index-un-form .p-form__tr .c-input-postal {
  margin-left: 6px;
}
@media (min-width: 768px) {
  .pg-index-un-form .p-form__tr .c-input-postal {
    width: max(8.0208333333vw, 154px);
  }
}
.pg-index-un-form__lead {
  font-weight: 500;
}
@media (min-width: 768px) {
  .pg-index-un-form__lead {
    text-align: center;
  }
}
.pg-index-un-form__banner {
  display: -ms-flexbox;
  display: flex;
      background: linear-gradient(-90deg, #045ea0 0%, #00c8e8 100%);
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .pg-index-un-form__banner {
    margin-top: max(1.71875vw, 60px);
    padding-top: max(0.9375vw, 18px);
    padding-bottom: 0;
    padding-left: max(3.125vw, 60px);
    width: max(36.4583333333vw, 700px);
    border-radius: max(6.25vw, 120px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.pg-index-un-form__bannerImage {
  display: none;
}
@media (min-width: 768px) {
  .pg-index-un-form__bannerImage {
    display: block;
    margin-right: max(1.6666666667vw, 32px);
  }
}
.pg-index-un-form__bannerImage img {
  height: auto;
}
@media (min-width: 768px) {
  .pg-index-un-form__bannerImage img {
    width: max(6.0416666667vw, 116px);
  }
}
.pg-index-un-form__tel {
  color: #333;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .pg-index-un-form__tel {
    width: auto;
    padding-bottom: max(0.2604166667vw, 5px);
  }
}
.pg-index-un-form__tel .__tel__text {
  font-weight: 700;
  font-size: max(3.4375vw, 1.1rem);
}
@media (min-width: 768px) {
  .pg-index-un-form__tel .__tel__text {
    font-size: max(0.9375vw, 1.8rem);
  }
}
.pg-index-un-form__tel .__tel__number {
  font-size: max(6.875vw, 2.2rem);
  font-weight: 700;
  font-family: "Roboto", serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 2px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .pg-index-un-form__tel .__tel__number {
    font-size: max(2.2833333333vw, 4.4rem);
	  letter-spacing: 3px;
    margin-top: max(0.4166666667vw, 8px);
    margin-bottom: max(0.5208333333vw, 10px);
	  color: #fff;
  }
}
.pg-index-un-form__tel .__tel__icon {
  font-size: 0;
	margin-right: 10px;
}
.pg-index-un-form__tel .__tel__icon img {
  width: 18px;
  height: auto;
}
@media (min-width: 768px) {
  .pg-index-un-form__tel .__tel__icon img {
    width: max(1.3541666667vw, 26px);
  }
}
.pg-index-un-form__tel .__tel__time {
  font-weight: 700;
}
@media (min-width: 768px) {
  .pg-index-un-form__tel .__tel__time {
  }
}
/* privacy
-------------------------------------------------- */
.pg-index-un-privacy {
  background-color: #fff;
  color: #253137;
  border-radius: var(--border-radius-card-size2);
  padding: 20px;
}
@media (min-width: 768px) {
  .pg-index-un-privacy {
    padding-top: max(3.3854166667vw, 65px);
    padding-right: max(3.90625vw, 75px);
    padding-bottom: max(3.9583333333vw, 76px);
    padding-left: max(3.90625vw, 75px);
  }
}
.pg-index-un-privacy__lead {
  font-weight: 500;
}
@media (min-width: 768px) {
  .pg-index-un-privacy__lead {
    text-align: center;
  }
}
.pg-index-un-privacy__box {
  font-weight: 500;
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 12px;
  height: 240px;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .pg-index-un-privacy__box {
    height: auto;
    overflow-y: visible;
    margin-top: max(1.8229166667vw, 35px);
    padding-top: max(3.125vw, 60px);
    padding-right: max(3.3333333333vw, 64px);
    padding-bottom: max(2.8645833333vw, 55px);
    padding-left: max(3.3333333333vw, 64px);
  }
}
.pg-index-un-privacy__group + .pg-index-un-privacy__group {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .pg-index-un-privacy__group + .pg-index-un-privacy__group {
    margin-top: max(1.5625vw, 30px);
  }
}
.pg-index-un-privacy__group .__group__title {
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .pg-index-un-privacy__group .__group__title {
    margin-bottom: max(0.78125vw, 15px);
  }
}
.pg-index-un-privacy__group .__group__title.-small {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .pg-index-un-privacy__group .__group__title.-small {
    margin-bottom: max(0.3125vw, 6px);
  }
}
.pg-index-un-privacy__group .__group__list + .__group__list {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .pg-index-un-privacy__group .__group__list + .__group__list {
    margin-top: max(0.8333333333vw, 16px);
  }
}
.pg-index-un-privacy__group .__group__item + .__group__item {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .pg-index-un-privacy__group .__group__item + .__group__item {
    margin-top: max(0.3125vw, 6px);
  }
}
.pg-index-un-privacy__group .__group__item .c-icon {
  font-size: 60%;
  transform: translateY(-10%);
}