@charset "utf-8";
/* CSS Document */
/*――――――――――――――――――――――――――――――――――――――――――――
/* FV Area
――――――――――――――――――――――――――――――――――――――――――――――*/
.fvArea {
	width: 100%;
	background-color: #CCC;
	background-image: url("../../images/top/img_top_fv-bgmap.png");
	background-repeat: no-repeat;
	background-position: top -20px right -20px;
	background-size: 1080px;
}
.fvArea .l-inner {
	width: 100%;
	max-width: 100%;
	padding: 0 clamp(1.875rem, -0.447rem + 4.83vw, 3.75rem) /*769-30/1390-60*/ ;
}
.fvArea .fvFlexBox {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	max-width: 1160px;
	height: clamp(13.313rem, 4.644rem + 18.04vw, 20.313rem) /*769-213/1390-325*/ ;
	margin: 0 auto;
	color: #FFF;
	font-weight: 700;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}
.fvArea .fvContBox__txt1 {
	margin-bottom: 0.2em;
	font-size: clamp(1.25rem, 0.476rem + 1.61vw, 1.875rem) /*769-20/1390-30*/ ;
}
.fvArea .fvContBox__txt2 {
	font-size: clamp(2.625rem, 0.922rem + 3.54vw, 4rem) /*769-42/1390-64*/ ;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.fvArea .l-inner {
		padding: 40px 20px;
	}
	.fvArea .fvFlexBox {
		height: auto;
	}
	.fvArea .fvContBox__txt1 {
		font-size: clamp(1rem, 0.559rem + 1.96vw, 1.5rem) /*360-16/768-24*/ ;
	}
	.fvArea .fvContBox__txt2 {
		line-height: 1.5;
		font-size: clamp(1.5rem, 0.507rem + 4.41vw, 2.625rem) /*360-24/768-42*/ ;
	}
}
/* deviceArea */
.deviceArea .c-secTtl {
  color: #108DFA;
  margin-bottom: 8px;
}
.deviceArea__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 44px;
  margin-top: 80px;
}
.deviceArea__content__item-wrap {
  padding-top: 24px;
}
.deviceArea__content__item .deviceArea__content__title {
  font-weight: 600;
  margin-bottom: 16px;
}
.deviceArea__content__item + .deviceArea__content__item {
  margin-top: 64px;
}
.deviceArea__content__item .c-color {
  color: #EB377C;
}

@media screen and (max-width: 768px) {
  .deviceArea__content {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    align-items: center;
  }
  .deviceArea__content__item-wrap {
    padding-top: 0;
  }
  .deviceArea__content__item + .deviceArea__content__item {
    margin-top: 32px;
  }
}

/* connectArea */
.connectArea {
  background-color: #63D6F3;
}
.connectArea .c-secTtl {
  color: #fff;
}
.connectArea .c-secText {
  color: #FFF;
}
.connectArea__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.connectArea__content dl{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .connectArea__content {
    margin-top: 40px;
    flex-direction: column;
  }
  .connectArea__content dl{
    width: 100%;
  }
}

/* radiusBox */
.radiusBox {
  display: inline-flex;
  height: 48px;
  border-radius: 16px 0  16px 0 ;
  background-color: #108DFA;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 0 36px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.radiusBox.caution{
  display: inline-flex;
  background-color: #EB377C;
  font-size: 20px;
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .radiusBox {
    font-size: 16px;
    padding: 0 24px;
  }
  .radiusBox.caution {
    font-size: 16px;
  }
}

/* supportArea */
.supportArea .c-secTtl {
  color: #108DFA;
}
.supportArea__content {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 74px 72px 54px;
  margin-top: 40px;
}
.supportArea__content .radiusBox {
  position: absolute;
  top: 0;
  left: 0;
}
.supportArea__content__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}
.supportArea__content__list dt{
  font-weight: 700;
  font-size: 16px;
}
.supportArea__content__list dd{
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .supportArea__content {
    padding: 60px 20px 30px;
    margin-top: 30px;
  }
  .supportArea__content__list {
    margin-top: 25px;
  }
  .supportArea__content__list dt{
    font-size: 14px;
  }
  .supportArea__content__list dd{
    font-size: 12px;
  }
}

/* cautionArea */
.cautionArea .caution-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 158px;
  background-color: #63D6F3;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  flex-direction: column;
}
.cautionArea .caution-title span{
  font-weight: 400;
}
.caution__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.caution__list dl {
  padding-left: 72px;
}
.caution__list dl dt {
  font-size: 20px;
  font-weight: 700;
}
.caution__list dl dd {
  font-size: 16px;
}
.caution__box {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 72px 72px 32px;
  margin-top: 40px;
}
.caution__box .radiusBox {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cautionArea .caution-title {
    height: auto;
    font-size: 19px;
    padding: 20px 15px;
  }
  .caution__list {
    gap: 16px;
  }
  .caution__list dl {
    padding-left: 0;
  }
  .caution__list dl dt {
    font-size: 16px;
  }
  .caution__list dl dd {
    font-size: 12.8px;
  }
  .caution__box {
    padding: 60px 20px 30px;
    margin-top: 20px;
    font-size: 12.8px;
  }
}