@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@200&display=swap");
.c5-featureWrap {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden; }
a {
	margin: 0;
	padding: 0;
}
.c5-only-sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.c5-only-pc {
		display: none;
	}
	.c5-only-sp {
		display: block;
	}
}
.c5-mgtop170 {
    margin-top: 170px!important;
}
.c5-mgtop150 {
    margin-top: 150px!important;
}
.c5-mgtop110 {
    margin-top: 110px!important;
}
.c5-mgtop100 {
    margin-top: 100px!important;
}
.c5-mgtop95 {
    margin-top: 95px!important;
}
.c5-mgtop90 {
    margin-top: 90px!important;
}
.c5-mgtop80 {
    margin-top: 80px!important;
}
.c5-mgtop70 {
    margin-top: 70px!important;
}
.c5-mgtop60 {
    margin-top: 60px!important;
}
.c5-mgtop50 {
    margin-top: 50px!important;
}
.c5-mgtop45 {
    margin-top: 45px!important;
}
.c5-mgtop40 {
    margin-top: 40px!important;
}
.c5-mgtop35 {
    margin-top: 35px!important;
}
.c5-mgtop30 {
    margin-top: 30px!important;
}
.c5-mgtop25 {
    margin-top: 25px!important;
}
.c5-mgtop20 {
    margin-top: 20px!important;
}
.c5-mgtop15 {
    margin-top: 15px!important;
}
.c5-mgtop10 {
    margin-top: 10px!important;
}
.c5-mgtop8 {
    margin-top: 8px!important;
}
.c5-mgtop5 {
    margin-top: 5px!important;
}

.c5-container {
	padding-top: 25px!important;
}
@media screen and (max-width: 640px) {
	.c5-container {
		padding-top: 0!important;
	}
}
/*========================================

  .c5-cr-mainvisual

========================================*/
.c5-cr-mainvisual {
  position: relative;
	overflow: hidden;
	height: 450px;
	width: 100%;
	background-image: url("../img/wm_mv_pc.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1920px;
	background-color: #000;
}
.c5-mainvisual-sp {
	width: 100%;
}
.c5-cr-mainvisual__img {
	margin: 105px auto 0;
	width: 614px;
	line-height: 0;
	z-index: 100;
}
.c5-cr-mainvisual__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
	.c5-cr-mainvisual {
		height: auto;
		background-image: none;
		position: relative;
	}
	.c5-cr-mainvisual__img {
		position: absolute;
		width: 86%;
		top: 29%;
		left: 7%;
	}
}
/*========================================

  .c5-cr-

========================================*/
.c5-cr-article {
  overflow: hidden;
}
.c5-cr-article * {
  box-sizing: border-box;
}
.c5-cr-inner,
.c5-cr-inner2,
.c5-cr-inner3 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1080px;
  width: 93.75%;
}
.c5-cr-inner:after {
  clear: both;
  display: block;
  content: '';
}

.c5-read-bg {
	padding: 45px 0 65px;
}
.c5-read-text {
	font-size: 1.125rem!important;
	line-height: 2!important;
	font-weight: 500;
	text-align: center;
	color: #000!important;
}

@media screen and (max-width: 640px) {
	.c5-read-bg {
		padding: 7vw 0 10vw;
	}
	.c5-read-text {
		text-align: left;
		padding-left: 2vw;
		font-size: 4.6vw!important;
	}
	.c5-cr-inner2 {
		width: 100%;
	}
	.c5-cr-inner3 {
		width: 100%;
		margin-top: 1vw!important;
	}
}
.c5-anchor {
	width: 100%;
	display: flex;
	margin: 45px 0 0;
}
.c5-anchor li {
	transition: .3s;
}
.c5-anchor li:first-child {
	margin-right: 45px;
}
.c5-anchor li:first-child a {
	opacity: .4;
}
.c5-anchor li:first-child a:hover {
	opacity: 1;
}
@media screen and (max-width: 640px) {
	.c5-anchor {
		display: block;
		margin-top: 6.666666666666667vw;
	}
	.c5-anchor li:first-child {
		margin-right: 0;
		margin-bottom: 3.8666666666666667vw;
	}
	.c5-anchor li:first-child a:active {
		opacity: 1;
	}
}

/*========================================

  .c5-main-cont

========================================*/
.c5-main-cont {
	width: 100%;
	background-color: rgba(0,0,0,.05);
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}
.c5-point-list-title {
	width: 100%;
	max-width: 668px;
	margin: 0 auto;
}

.c5-point-list li {
	width: 100%;
	margin: 0 0 20px;
	transition: .3s;
}
.c5-point-list li:hover {
	opacity: .7;
}
@media screen and (max-width: 640px) {
	.c5-main-cont {
		padding-bottom: 18vw!important;
	}
	.c5-point-list-title {
		width: 100%;
		margin-top: 7.333333333333333vw!important;
	}
	.c5-point-list {
		margin-top: 5.866666666666666vw!important;
	}
	.c5-point-list li {
		margin-bottom: 2.933333333333333vw!important;
	}
	.c5-point-list li:active {
		opacity: .7;
	}
	#point01 {
		margin-top: 11.200000000000001vw!important;
	}
}
.c5-white-bg {
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.c5-point-title-wrap {
	background: linear-gradient(to bottom, rgba(51,95,191,.8), rgba(31,169,211,0));
	overflow: hidden;
	position: relative;
}
.c5-cont-wrap {
	width: 100%;
	padding: 50px 40px 40px;
	overflow: hidden;
	position: relative;
}

.c5-cont-read {
	display: flex;
}
.c5-cont-read2 {
	width: 100%;
}
.c5-align-center {
	align-items: center;
}
.c5-cont-read li {
	flex: 1;
}
@media screen and (max-width: 640px) {
	.c5-cont-wrap {
		padding: 9vw 0;
		width: 90%;
		margin: 0 auto;
	}
	.c5-cont-read {
		display: block;
	}
	.c5-cont-read li:last-child {
		margin-top: 5vw!important;
	}
}
.c5-point-txt {
	font-size: 0.9375rem!important;
	line-height: 2!important;
	font-weight: 500;
}
.c5-voice-wrap {
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 640px) {
	.c5-point-txt {
		font-size: 3.8vw!important;
	}
	.c5-voice-wrap {
		margin-top: 6.266666666666667vw!important;
	}
}
.c5-voice-icon {
	position: absolute;
	top: 0;
	width: 328px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 100;
}
.c5-voice-bg {
	background-color: #EBF6FE;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	padding: 40px;
}
@media screen and (max-width: 640px) {
	.c5-voice-icon {
		width: 50%;
	}
	.c5-voice-bg {
		margin-top: 5vw!important;
		padding: 7%;
	}
}
.c5-voice-col {
	padding-bottom: 25px;
	border-bottom: solid 5px #fff;
}
.c5-voice-col:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.c5-voice-title,
.c5-voice-title-first {
	font-size: 1.375rem!important;
	line-height: 1.4!important;
	font-weight: bold;
}
.c5-voice-txt {
	font-size: 0.9375rem!important;
	line-height: 1.7!important;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	.c5-voice-title {
		font-size: 4.8vw!important;
		margin-top: 5vw!important;
	}
	.c5-voice-title-first {
		font-size: 4.8vw!important;
		margin-top: 12vw!important;
	}
	.c5-voice-txt {
		font-size: 3.8vw!important;
	}
}
sup {
	font-size: 11px;
}
.c5-owner-name {
	font-size: 0.9375rem!important;
	line-height: 2!important;
	color: #707070;
}
.c5-owner-name span {
	font-size: 0.8125rem!important;
	margin-left: 30px;
}
@media screen and (max-width: 640px) {
	.c5-owner-name {
		font-size: 3.5vw!important;
		line-height: 1.5!important;
	}
	.c5-owner-name span {
		display: block;
		margin-left: 0;
		font-size: 3vw!important;
	}
}
.c5-developer-bnr,
.c5-footer-developer-bnr {
	transition: .3s;
	width: 100%;
}
.c5-developer-bnr:hover,
.c5-footer-developer-bnr:hover {
	opacity: .7;
}
.c5-point-title01 {
	max-width: 833px;
	width: 90%;
	margin: 0 auto;
}
.c5-point-title02 {
	max-width: 628px;
	margin: 0 auto;
	width: 90%;
}
.c5-point-title03 {
	max-width: 552px;
	margin: 0 auto;
	width: 90%;
}
@media screen and (max-width: 640px) {
	.c5-point-title01,
	.c5-point-title02,
	.c5-point-title03 {
		width: 92%;
		margin-top: 5.6000000000000005vw!important;
	}
	.c5-developer-bnr {
		margin-top: 6.666666666666667vw!important;
	}
	.c5-footer-developer-bnr {
		margin-top: 8.666666666666668vw!important;
	}
	.c5-developer-bnr:active,
	.c5-footer-developer-bnr:active {
		opacity: .7;
	}
}

.c5-ann {
	font-size: 0.8125rem!important;
	font-weight: normal;
	line-height: 1.7!important;
	color: #646464!important;
}
@media screen and (max-width: 640px) {
	.c5-ann {
		font-size: 3vw!important;
		margin-top: 2vw!important;
	}
}

.c5-footer_pd_title {
	max-width: 730px;
	margin: 0 auto;
}
.c5-footer_pd {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
}
.c5-footer_pd_detail {
	width: 47%;
}
.c5-footer_pd_img {
	width: 53%;
}
@media screen and (max-width: 640px) {
	.c5-footer_pd_title {
		width: 85%;
	}
	.c5-footer_pd {
		display: block;
		width: 100%;
		margin-top: 10vw!important;
	}
	.c5-footer_pd_detail {
		width: 70%;
		margin: 0 auto;
	}
	.c5-footer_pd_img {
		width: 100%;
		margin-top: 7vw!important;
	}
	.c5-footer_pd_name {
		margin-top: 6.666666666666667vw!important;
	}
}

.c5-footer_pd_btn {
	max-width: 645px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.c5-footer_pd_btn li {
	width: 48%;
}
.c5-footer_pd_btn li a {
	width: 100%;
	color: #fff!important;
	text-align: center;
	padding: 10px;
}
.c5-section {
	margin-top: 90px;
	margin-bottom: 110px;
}
@media screen and (max-width: 640px) {
	.c5-footer_pd_btn {
		display: block;
		margin-top: 8vw!important;
	}
	.c5-footer_pd_btn li {
		width: 100%;
	}
	.c5-footer_pd_btn li:last-child {
		margin-top: 4vw!important;
	}
	.c5-footer_pd_btn li a {
		padding: 20px;
	}
	.c5-footer_pd_btn li a:active {
		opacity: .7;
	}
	.c5-section {
		margin-top: 26.666666666666668vw;
		margin-bottom: 13.333333333333334vw;
	}
}








@-webkit-keyframes slideIn {
  0% {
    visibility: visible;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes slideIn {
  0% {
    visibility: visible;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 3.125vw, 0);
    transform: translate3d(0, 3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 3.125vw, 0);
    transform: translate3d(0, 3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -3.125vw, 0);
    transform: translate3d(0, -3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -3.125vw, 0);
    transform: translate3d(0, -3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}


.slideInUp,
.slideDown,
.slideIn {
  opacity: 0
}

.animateIn.slideInUp, .animateIn .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.slideDown, .animateIn .slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.slideIn, .animateIn .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}

.animateDelay-0 {
  -webkit-animation-delay: 0.4s!important;
  animation-delay: 0.4s!important
}

.animateDelay-1 {
  -webkit-animation-delay: 0.7s!important;
  animation-delay: 0.7s!important
}

.animateDelay-2 {
  -webkit-animation-delay: 1s!important;
  animation-delay: 1s!important
}

.animateDelay-3 {
  -webkit-animation-delay: 1.3s!important;
  animation-delay: 1.3s!important
}

.animateDelay-4 {
  -webkit-animation-delay: 1.6s!important;
  animation-delay: 1.6s!important
}

.animateDelay-5 {
  -webkit-animation-delay: 1.9s!important;
  animation-delay: 1.9s!important
}

.animateDelay-6 {
  -webkit-animation-delay: 2.2s!important;
  animation-delay: 2.2s!important
}

.animateDelay-7 {
  -webkit-animation-delay: 2.5s!important;
  animation-delay: 2.5s!important
}

.animateDelay-8 {
  -webkit-animation-delay: 2.8s!important;
  animation-delay: 2.8s!important
}

.animateDelay-9 {
  -webkit-animation-delay: 3.1s!important;
  animation-delay: 3.1s!important
}

.animateDelay-10 {
  -webkit-animation-delay: 3.4s!important;
  animation-delay: 3.4s!important
}
.animateDelay-11 {
  -webkit-animation-delay: 3.7s!important;
  animation-delay: 3.7s!important
}
.animateDelay-12 {
  -webkit-animation-delay: 4.0s!important;
  animation-delay: 4.0s!important
}
.animateDelay-13 {
  -webkit-animation-delay: 4.3s!important;
  animation-delay: 4.3s!important
}