.pagename_area {
  background: url("../images/products/bg_pagename_nioeair.png") no-repeat left top;
  background-size: 70% auto;
  padding: 12% 0 5%;
  position: relative;
}
@media only screen and (max-width:650px) {
  .pagename_area {
    background-size: 80% auto;
    padding: 16% 0 10%;
  }
}
.pagename_area .line {
  width: 100%;
  position: absolute;
  bottom: 3%;
  right: 0;
  z-index: -1;
}
.pagename_area .line svg {
  width: 100%;
  height: auto;
}
.pagename_area .line svg g path {
  fill: none;
  stroke: #004ba0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
  animation: 1s forwards linear 2.5s line-animation-3000;
}
.pagename_area h1 {
  text-align: right;
  padding: 0 16%;
  overflow: hidden;
}
@media only screen and (max-width:650px) {
  .pagename_area h1 {
    padding: 0;
  }
}
.pagename_area h1 .jp {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 2%;
  opacity: 0;
  transform: translateY(100%);
  animation: 0.3s forwards linear 1s translatey;
}
@media only screen and (max-width:650px) {
  .pagename_area h1 .jp {
    font-size: 10px;
  }
}
.pagename_area h1 .en {
  display: block;
  background-size: 400px auto;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.22em;
  color: #004ba0;
  opacity: 0;
  transform: translateY(100%);
  animation: 0.3s forwards linear 1s translatey;
}
@media only screen and (max-width:650px) {
  .pagename_area h1 .en {
    font-size: 20px;
  }
}

.sec_main_item .main_item_inner {
  padding-top: 6%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner {
    padding-top: 20%;
    display: block;
  }
}
.sec_main_item .main_item_inner .txt {
  width: 60%;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner .txt {
    width: 100%;
  }
}
.sec_main_item .main_item_inner .txt h2.ttl2 .jp {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  padding: 0 20px 0;
  text-align: left;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner .txt h2.ttl2 .jp {
    font-size: 12px;
  }
}
.sec_main_item .main_item_inner .txt h2.ttl2 .en {
  display: inline-block;
  padding: 0 20px 30px;
  background: url("../images/common/bg_title.svg") no-repeat center bottom;
  background-size: 400px auto;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.22em;
  color: #004ba0;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner .txt h2.ttl2 .en {
    padding: 0 16px 20px;
    font-size: 24px;
    background-size: 300px auto;
  }
}
.sec_main_item .main_item_inner .txt .explain {
  padding: 3% 0 0 3%;
}
.sec_main_item .main_item_inner .txt .explain .info {
  font-size: 18px;
}
@media only screen and (max-width:769px) {
  .sec_main_item .main_item_inner .txt .explain .info {
    font-size: 14px;
  }
}
.sec_main_item .main_item_inner .txt .explain .price {
  font-size: 12px;
  padding: 4% 0;
}
@media only screen and (max-width:769px) {
  .sec_main_item .main_item_inner .txt .explain .price {
    font-size: 11px;
  }
}
.sec_main_item .main_item_inner .txt .explain p.viewmore {
  text-align: right;
  text-align: left;
}
.sec_main_item .main_item_inner .txt .explain p.viewmore a {
  display: inline-flex;
  align-items: center;
}
.sec_main_item .main_item_inner .txt .explain p.viewmore a span.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  border-radius: 50%;
  border: 1px solid #004ba0;
  width: 26px;
  aspect-ratio: 1/1;
  margin: 5px 0 0 8px;
  background: #fff url("../images/common/link_arr.svg") no-repeat center center;
  background-size: 16px auto;
  transition: all 0.3s ease;
  position: relative;
}
.sec_main_item .main_item_inner .txt .explain p.viewmore a span.circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: none;
  transform: scale(1);
}
.sec_main_item .main_item_inner .txt .explain p.viewmore a:hover {
  text-decoration: none;
}
.sec_main_item .main_item_inner .txt .explain p.viewmore a:hover span.circle {
  background: #004ba0 url("../images/common/link_arr_w.svg") no-repeat center center;
  background-size: 16px auto;
}
.sec_main_item .main_item_inner .txt .explain p.viewmore a:hover span.circle:after {
  animation: ripple 0.6s ease 0.1s;
}
.sec_main_item .main_item_inner .itemimg {
  width: 30%;
  text-align: center;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner .itemimg {
    width: 100%;
    text-align: center;
    padding: 5% 0 0;
  }
  .sec_main_item .main_item_inner .itemimg img {
    width: 60%;
    margin: 0 auto;
  }
}
.sec_main_item .main_item_inner .itemimg ul {
  display: inline-block;
}
@media only screen and (max-width:769px) {
  .sec_main_item .main_item_inner .itemimg ul {
    display: block;
  }
  .sec_main_item .main_item_inner .itemimg ul li {
    padding: 0 0 3%;
  }
}
.sec_main_item .main_item_inner .itemimg ul li {
  display: inline-block;
}
.sec_main_item .main_item_inner .itemimg ul li a:hover {
  text-decoration: none;
}
.sec_main_item .main_item_inner .itemimg ul li a {
  display: inline-block;
  position: relative;
}
.sec_main_item .main_item_inner .itemimg ul li a p {
  padding: 0 40px 0 0;
}
.sec_main_item .main_item_inner .itemimg ul li a p span {
  display: block;
  text-align: right;
}
.sec_main_item .main_item_inner .itemimg ul li a p span.en {
  font-family: "bahnschrift", sans-serif;
  letter-spacing: 0.22em;
  font-size: 19px;
  line-height: 1.6;
  position: relative;
  white-space: nowrap;
  padding: 0 10px;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner .itemimg ul li a p span.en {
    font-size: 16px;
    line-height: 2;
  }
}
.sec_main_item .main_item_inner .itemimg ul li a p span.en:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background: #004ba0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.sec_main_item .main_item_inner .itemimg ul li a p span.jp {
  font-weight: 200;
  font-size: 14px;
  line-height: 2;
  padding: 0 10px;
  white-space: nowrap;
  color: #0e0e0e;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner .itemimg ul li a p span.jp {
    font-size: 10px;
  }
}
.sec_main_item .main_item_inner .itemimg ul li a .circle {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #004ba0;
  width: 42px;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
  transform: scale(1);
}
.sec_main_item .main_item_inner .itemimg ul li a .circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: none;
  transform: scale(1);
}
.sec_main_item .main_item_inner .itemimg ul li a .circle span {
  overflow: hidden;
  width: 100px;
  aspect-ratio: 1/1;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_main_item .main_item_inner .itemimg ul li a .circle span:before, .sec_main_item .main_item_inner .itemimg ul li a .circle span:after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../images/common/link_arr_w.svg") no-repeat left top 14px;
  background-size: 80% auto;
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
}
.sec_main_item .main_item_inner .itemimg ul li a .circle span:after {
  transform: translateX(-100%);
}
.sec_main_item .main_item_inner .itemimg ul li a .circle span:before {
  background: url("../images/common/link_arr.svg") no-repeat left top 14px;
  background-size: 80% auto;
}
.sec_main_item .main_item_inner .itemimg ul li a:hover p .en:after {
  transform: scale(1, 1);
}
.sec_main_item .main_item_inner .itemimg ul li a:hover .circle {
  background: #004ba0;
  animation: scale_animation 0.5s linear 0.1s;
  border: 2px solid transparent;
}
.sec_main_item .main_item_inner .itemimg ul li a:hover .circle:after {
  animation: ripple 0.6s ease 0.1s;
}
.sec_main_item .main_item_inner .itemimg ul li a:hover .circle span:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
.sec_main_item .main_item_inner .itemimg ul li a:hover .circle span:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

.sec_changeair .changeair_block {
  padding-top: 6%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:650px) {
  .sec_changeair .changeair_block {
    padding-top: 20%;
  }
}
.sec_changeair .changeair_block .img {
  width: 30%;
}
.sec_changeair .changeair_block .txt {
  width: 68%;
  padding: 0 0 0 0;
  text-align: right;
}
@media only screen and (min-width:1488px) {
  .sec_changeair .changeair_block .txt {
    padding: 0 10% 0 0;
  }
}
@media only screen and (max-width:650px) {
  .sec_changeair .changeair_block .txt {
    text-align: left;
  }
}
.sec_changeair .changeair_block .txt h2 {
  font-size: 30px;
  font-weight: 400;
  color: #004ba0;
}
@media only screen and (min-width:1488px) {
  .sec_changeair .changeair_block .txt h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width:959px) {
  .sec_changeair .changeair_block .txt h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width:650px) {
  .sec_changeair .changeair_block .txt h2 {
    font-size: 20px;
  }
}
.sec_changeair .changeair_block .txt .info {
  padding: 5% 0 0;
}

/*
.sec_targettrouble{
	.ttl_area{
		.page_center{
			padding-top: 6%;
			@media only screen and (max-width:650px){
				padding-top:20%;
			}
			h2.ttl{
				.en{
					background:url('../images/common/bg_title.svg') no-repeat center bottom;
					background-size: 600px auto;
					padding: 0 20px 40px;
					@media only screen and (max-width:650px){
						padding: 0 16px 20px;
						font-size: 24px;
						background-size: 300px auto;
					}
					@media only screen and (max-width:320px){
						font-size: 20px;
					}
				}
			}
		}
	}
	.block_trouble{
		.widepage_center{
			position: relative;
		}
		.line{
			position: absolute;
			top:-120px;
			left:-20%;
			width: 77%;
			z-index:-1;
			@media print, screen and (min-width:1165px){
				top:-120px;
				width: 70%;
			}
			@media only screen and (min-width:1488px){
				top:-130px;
			}
			@media only screen and (max-width:959px){
				left:-22%;
				width:84%;
			}
			@media only screen and (max-width:769px){
				top:-16%;
				width:84%;
			}
			@media only screen and (max-width:650px){
				top:-14%;
				left:-30%;
				width:120%;
			}
			@media only screen and (max-width:375px){
				top:-90px;
			}
			@media only screen and (max-width:320px){
				top:-70px;
			}
			svg{
				width: 100%;
				height:auto;
				g{
					path{
						fill:none;
					}					
				}
			}
			&.scrollin{
				g{
					path{
						fill:none;
						stroke:#004ba0;
						stroke-miterlimit:10;
						stroke-width:3px;
						stroke-dasharray: 2000px;
						stroke-dashoffset: 2000;
						animation: 1s forwards linear 2s line-animation;
					}					
				}
			}
		}
		.block_ttl_area{
			padding:6% 0 0 2%;
			display: flex;
			@media print, screen and (min-width:1165px){
				padding: 10% 0 0 1%;
			}
			@media screen and (min-width:1170px){
				padding: 9% 0 0 1%;
			}
			@media only screen and (min-width:1488px){
				padding: 120px 0 0 4%;
			}
			@media only screen and (max-width:959px){
				padding: 4% 0 0 2%;
			}
			@media only screen and (max-width:769px){
				padding: 2% 0 0 2%;
			}
			@media only screen and (max-width:650px){
				padding: 12% 0 0 6%;
			}
			@media only screen and (max-width:414px){
				padding: 10% 0 0 6%;
			}
			@media only screen and (max-width:375px){
				padding: 8% 0 0 6%;
			}
			.icon{
				width: 14%;
				display: flex;
				aspect-ratio: 1/1;
				justify-content: center;
				align-items: center;
				font-size: 18px;
				line-height: 1.8;
				text-align: center;
				color:$blue;
				@media only screen and (max-width:959px){
				}
				@media print, screen and (min-width:1165px){
					width: 10%;
					font-size: 20px;
				}
				@media only screen and (max-width:959px){
					font-size: 16px;
					line-height: 1.6;
				}
				@media only screen and (max-width:769px){
					width: 18%;
					font-size: 16px;
				}
				@media only screen and (max-width:650px){
					width: 20%;
					font-size: 14px;

				}
				@media only screen and (max-width:320px){
					font-size: 12px;
				}
			}
			h3{
				padding: 3% 0 0 2%;
				font-size: 28px;
				font-weight: 400;
				color: $blue;
				@media print, screen and (min-width:1165px){
					padding: 2% 0 0 5%;
					font-size: 36px;
				}
				@media only screen and (min-width:1488px){
					font-size: 40px;
				}
				@media only screen and (max-width:959px){
					padding: 2% 0 0 2%;
					font-size: 24px;
				}
				@media only screen and (max-width:769px){
					padding: 4% 0 0 2%;
					font-size: 22px;
				}
				@media only screen and (max-width:650px){
					padding: 4% 0 0 5%;
					font-size: 20px;
				}
				@media only screen and (max-width:375px){
					font-size: 16px;
				}
			}

		}
		h4{
			padding: 6% 10% 3%;
			color:$blue;
			font-size: 40px;
			line-height: 1.6;
			@media only screen and (min-width:1488px){
				font-size: 44px;
			}
			@media only screen and (max-width:959px){
				font-size: 24px;
			}
			@media only screen and (max-width:650px){
				padding: 6% 2% 3%;
				font-size: 18px;
			}
			@media only screen and (max-width:375px){
				font-size: 16px;
			}
		}
		.info{
			padding: 0 10% 0;
			@media only screen and (max-width:650px){
				padding: 0 2% 0;
			}
		}
		.sign{
			text-align: right;
			padding: 2% 10% 0;
		}
	}
}*/
@keyframes line-animation4000 {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.sec_targettrouble .ttl_area .page_center {
  padding-top: 6%;
}
@media only screen and (max-width:650px) {
  .sec_targettrouble .ttl_area .page_center {
    padding-top: 20%;
  }
}
.sec_targettrouble .ttl_area .page_center h2.ttl .en {
  background: url("../images/common/bg_title.svg") no-repeat center bottom;
  background-size: 600px auto;
  padding: 0 20px 40px;
}
@media only screen and (max-width:650px) {
  .sec_targettrouble .ttl_area .page_center h2.ttl .en {
    padding: 0 16px 20px;
    font-size: 24px;
    background-size: 300px auto;
  }
}
@media only screen and (max-width:320px) {
  .sec_targettrouble .ttl_area .page_center h2.ttl .en {
    font-size: 20px;
  }
}
.sec_targettrouble .block_trouble .block_ttl_area {
  padding: 6% 0 0 4%;
  display: flex;
  position: relative;
  align-items: center;
}
@media only screen and (max-width:650px) {
  .sec_targettrouble .block_trouble .block_ttl_area {
    padding: 14% 0 0 10%;
  }
}
.sec_targettrouble .block_trouble .block_ttl_area .icon {
  width: 16%;
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #004ba0;
}
@media only screen and (max-width:650px) {
  .sec_targettrouble .block_trouble .block_ttl_area .icon {
    width: 20%;
    font-size: 10px;
  }
}
.sec_targettrouble .block_trouble .block_ttl_area h3 {
  padding: 0 0 0 2%;
  font-size: 28px;
  font-weight: 400;
  color: #004ba0;
}
@media only screen and (max-width:650px) {
  .sec_targettrouble .block_trouble .block_ttl_area h3 {
    font-size: 14px;
  }
}
.sec_targettrouble .block_trouble .block_ttl_area .line {
  position: absolute;
  top: -50%;
  left: -20%;
  width: 77%;
  z-index: -1;
}
@media only screen and (max-width:650px) {
  .sec_targettrouble .block_trouble .block_ttl_area .line {
    left: -30%;
    width: 120%;
  }
}
.sec_targettrouble .block_trouble .block_ttl_area .line svg {
  width: 100%;
  height: auto;
}
.sec_targettrouble .block_trouble .block_ttl_area .line svg g path {
  fill: none;
}
.sec_targettrouble .block_trouble .block_ttl_area .line.scrollin g path {
  fill: none;
  stroke: #004ba0;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dasharray: 2000px;
  stroke-dashoffset: 2000;
  animation: 1s forwards linear 2s line-animation;
}
.sec_targettrouble .block_trouble h4 {
  padding: 6% 10% 3%;
  color: #004ba0;
  font-size: 40px;
  line-height: 1.6;
}
@media only screen and (min-width:1488px) {
  .sec_targettrouble .block_trouble h4 {
    font-size: 44px;
  }
}
@media only screen and (max-width:959px) {
  .sec_targettrouble .block_trouble h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width:650px) {
  .sec_targettrouble .block_trouble h4 {
    padding: 6% 2% 3%;
    font-size: 18px;
  }
}
@media only screen and (max-width:375px) {
  .sec_targettrouble .block_trouble h4 {
    font-size: 16px;
  }
}
.sec_targettrouble .block_trouble .info {
  padding: 0 10% 0;
}
@media only screen and (max-width:650px) {
  .sec_targettrouble .block_trouble .info {
    padding: 0 2% 0;
  }
}
.sec_targettrouble .block_trouble .sign {
  text-align: right;
  padding: 2% 10% 0;
}

.sec_features .ttl_area .page_center {
  padding-top: 6%;
}
@media only screen and (max-width:650px) {
  .sec_features .ttl_area .page_center {
    padding-top: 20%;
  }
}
.sec_features .block .block_ttl_area {
  padding: 6% 0 0 4%;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width:650px) {
  .sec_features .block .block_ttl_area {
    padding: 10% 0 0 3%;
  }
}
.sec_features .block .block_ttl_area .icon {
  width: 16%;
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  color: #004ba0;
  flex-direction: column;
}
@media only screen and (min-width:1488px) {
  .sec_features .block .block_ttl_area .icon {
    font-size: 40px;
  }
}
@media only screen and (max-width:650px) {
  .sec_features .block .block_ttl_area .icon {
    width: 20%;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media only screen and (max-width:375px) {
  .sec_features .block .block_ttl_area .icon {
    font-size: 14px;
  }
}
.sec_features .block .block_ttl_area .icon span {
  color: #0e0e0e;
  font-size: 16px;
}
@media only screen and (max-width:650px) {
  .sec_features .block .block_ttl_area .icon span {
    font-size: 10px;
  }
}
.sec_features .block .block_ttl_area h3 {
  padding: 0 0 0 2%;
  font-size: 28px;
  font-weight: 400;
  color: #004ba0;
}
@media only screen and (max-width:650px) {
  .sec_features .block .block_ttl_area h3 {
    font-size: 14px;
  }
}
.sec_features .block .block_ttl_area .line {
  position: absolute;
  top: -60%;
  left: -24%;
  width: 115%;
  z-index: -1;
}
@media only screen and (max-width:650px) {
  .sec_features .block .block_ttl_area .line {
    top: -50%;
    left: -30%;
    width: 140%;
  }
}
@media only screen and (max-width:320px) {
  .sec_features .block .block_ttl_area .line {
    left: -35%;
    width: 150%;
  }
}
.sec_features .block .block_ttl_area .line svg {
  width: 100%;
  height: auto;
}
.sec_features .block .block_ttl_area .line svg g path {
  fill: none;
}
.sec_features .block .block_ttl_area .line.scrollin g path {
  fill: none;
  stroke: #004ba0;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dasharray: 2000px;
  stroke-dashoffset: 2000;
  animation: 1s forwards linear 2s line-animation;
}
.sec_features .block .copy_area {
  padding: 6% 10% 0;
}
@media only screen and (max-width:650px) {
  .sec_features .block .copy_area {
    padding: 6% 0 0;
  }
}
.sec_features .block .copy_area .info {
  font-size: 30px;
  line-height: 1.8;
}
@media only screen and (max-width:769px) {
  .sec_features .block .copy_area .info {
    font-size: 24px;
  }
}
@media only screen and (max-width:650px) {
  .sec_features .block .copy_area .info {
    font-size: 16px;
  }
}
.sec_features .block .copy_area .info strong {
  color: #004ba0;
  font-weight: normal;
}
.sec_features .block .copy_area .info strong b {
  font-size: 50px;
  font-weight: normal;
}
@media only screen and (max-width:650px) {
  .sec_features .block .copy_area .info strong b {
    font-size: 30px;
  }
}
.sec_features .block .copy_area .info strong b ruby {
  ruby-position: under;
}
.sec_features .block .copy_area .info strong b ruby rt {
  font-size: 16px;
}
.sec_features .block .copy_area .blue {
  font-size: 30px;
  color: #004ba0;
  line-height: 1.8;
}
@media only screen and (max-width:769px) {
  .sec_features .block .copy_area .blue {
    font-size: 24px;
  }
}
@media only screen and (max-width:650px) {
  .sec_features .block .copy_area .blue {
    font-size: 16px;
  }
}
.sec_features .block .copy_area .blue strong {
  font-size: 50px;
  font-weight: normal;
}
@media only screen and (max-width:650px) {
  .sec_features .block .copy_area .blue strong {
    font-size: 30px;
  }
}
.sec_features .block .copy_area .note {
  padding: 3% 0 10%;
}
.sec_features .block .copy_area .note ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.sec_features .block.point2 .block_ttl_area {
  padding: 4% 8% 0 0;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width:650px) {
  .sec_features .block.point2 .block_ttl_area {
    padding: 2% 0 0 0;
  }
}
.sec_features .block.point2 .block_ttl_area .line {
  position: absolute;
  top: -100%;
  left: auto;
  right: -26%;
  width: 90%;
  z-index: -1;
}
@media only screen and (max-width:650px) {
  .sec_features .block.point2 .block_ttl_area .line {
    top: -80%;
    right: -30%;
  }
}
.sec_features .block.point2 .block_ttl_area .line svg {
  width: 100%;
  height: auto;
}
.sec_features .block.point2 .block_ttl_area .line svg g path {
  fill: none;
}
.sec_features .block.point2 .block_ttl_area .line.scrollin g path {
  fill: none;
  stroke: #004ba0;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000;
  animation: 1s forwards linear 2s line-animation3000;
}
.sec_features .block.point2 .copy_area {
  text-align: right;
}
.sec_features .block.point2 .copy_area .blue span {
  display: block;
  color: #0e0e0e;
  font-size: 24px;
}
@media only screen and (max-width:769px) {
  .sec_features .block.point2 .copy_area .blue span {
    font-size: 20px;
  }
}
@media only screen and (max-width:650px) {
  .sec_features .block.point2 .copy_area .blue span {
    font-size: 12px;
  }
}
.sec_features .block.point3 .block_ttl_area {
  padding: 4% 0 0 4%;
}
@media only screen and (max-width:650px) {
  .sec_features .block.point3 .block_ttl_area {
    padding: 2% 0 0 3%;
  }
}
.sec_features .block.point3 .block_ttl_area .line {
  top: -50%;
  left: -16%;
  width: 80%;
  /*
  @media only screen and (max-width:320px){
  	left:-35%;
  	width:150%;
  }*/
}
@media only screen and (max-width:650px) {
  .sec_features .block.point3 .block_ttl_area .line {
    top: -50%;
    left: -20%;
    width: 90%;
  }
}
.sec_features .block.point3 .reasons {
  padding: 5% 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:650px) {
  .sec_features .block.point3 .reasons {
    padding: 10% 0 5%;
    display: block;
  }
}
.sec_features .block.point3 .reasons .block {
  width: 46%;
}
@media only screen and (max-width:650px) {
  .sec_features .block.point3 .reasons .block {
    width: 100%;
  }
}
.sec_features .block.point3 .reasons .block .box {
  padding: 0 0 5%;
}
@media only screen and (max-width:650px) {
  .sec_features .block.point3 .reasons .block .box {
    padding: 0 0 8%;
  }
}
.sec_features .block.point3 .reasons .block .box p {
  letter-spacing: normal;
  padding: 2% 0;
}
.sec_features .block.point3 .reasons .block .box h4 {
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (max-width:650px) {
  .sec_features .block.point3 .reasons .block .box h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.sec_features .block.point3 .reasons .block .box h4 .num {
  display: inline-block;
  width: 32px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #004ba0;
  border: 1px solid #004ba0;
  text-align: center;
}
@media only screen and (max-width:650px) {
  .sec_features .block.point3 .reasons .block .box h4 .num {
    width: 24px;
  }
}
.sec_features .block.point3 .reasons .block .box.box2 .img img {
  max-width: 360px;
}
.sec_features .block.point3 .reasons .block .box.box4 {
  padding: 0;
}
@media only screen and (max-width:650px) {
  .sec_features .block.point3 .reasons .block .box.box4 {
    padding: 0 0 8%;
  }
}
.sec_features .block.point3 .reasons .block .box.box5 {
  display: flex;
  justify-content: space-between;
}
.sec_features .block.point3 .reasons .block .box.box5 .txt {
  width: 60%;
}
.sec_features .block.point3 .reasons .block .box.box5 .img {
  width: 35%;
}
.sec_features .block.point3 .reasons .block .box.box6 img {
  max-width: 440px;
}

.sec_qa h3 {
  padding: 6% 0 0;
  font-size: 24px;
}
@media only screen and (max-width:650px) {
  .sec_qa h3 {
    font-size: 20px;
  }
}
.sec_qa .qa_list .box {
  padding: 0 0 3%;
}
.sec_qa .qa_list .box h4 {
  border-bottom: 2px solid #004ba0;
  font-size: 25px;
  color: #004ba0;
  padding: 0 50px 0 1.2em;
  text-indent: -1.2em;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width:650px) {
  .sec_qa .qa_list .box h4 {
    font-size: 20px;
  }
}
.sec_qa .qa_list .box h4:before {
  position: absolute;
  content: "";
  top: 20px;
  right: 2%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -40%) rotate(135deg);
  border-top: 3px solid #004ba0;
  border-right: 3px solid #004ba0;
  transition: 0.3s ease;
}
.sec_qa .qa_list .box h4.active:before {
  top: 35px;
  transform: translate(-50%, -60%) rotate(-45deg);
}
@media only screen and (max-width:650px) {
  .sec_qa .qa_list .box h4.active:before {
    top: 25px;
  }
}
.sec_qa .qa_list .box .answer {
  padding: 2% 0 0;
  display: none;
}
.sec_qa .qa_list .box .answer p {
  padding: 0 0 0 1.2em;
  text-indent: -1.2em;
}

.sec_ec .widepage_center {
  padding-top: 6%;
}
@media only screen and (max-width:650px) {
  .sec_ec .widepage_center {
    padding-top: 20%;
  }
}
.sec_ec .ec_inner {
  padding: 5% 0 5%;
  display: flex;
  justify-content: space-around;
}
.sec_ec .ec_inner .box {
  width: 30%;
}
.sec_ec .ec_inner .box a {
  transition: all 0.5s ease;
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  color: #0e0e0e;
}
.sec_ec .ec_inner .box a:after, .sec_ec .ec_inner .box a:before {
  content: "";
  top: 0;
  right: 0;
  transition: all 0.3s;
  position: absolute;
  width: 35px;
  height: 35px;
}
.sec_ec .ec_inner .box a:after {
  border-top: solid 1px #004ba0;
  border-right: solid 1px #004ba0;
}
.sec_ec .ec_inner .box a:before {
  border-bottom: solid 1px #004ba0;
  border-left: solid 1px #004ba0;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
}
.sec_ec .ec_inner .box a:hover {
  text-decoration: none;
}
.sec_ec .ec_inner .box a:hover:after, .sec_ec .ec_inner .box a:hover:before {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
.sec_ec .ec_inner .box a .a_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 8% 5%;
}
.sec_ec .ec_inner .box a .a_inner .icon {
  display: flex;
  padding: 0 0 5%;
  text-align: center;
}
.sec_ec .ec_inner .box a .a_inner .icon img {
  margin: 0 auto;
}
.sec_ec .ec_inner .box a .a_inner p {
  white-space: nowrap;
  padding: 5% 10%;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (min-width:1488px) {
  .sec_ec .ec_inner .box a .a_inner p {
    font-size: 22px;
  }
}
@media only screen and (max-width:959px) {
  .sec_ec .ec_inner .box a .a_inner p {
    padding: 5% 2%;
    font-size: 14px;
  }
}
@media only screen and (max-width:650px) {
  .sec_ec .ec_inner .box a .a_inner p {
    padding: 5% 1%;
    font-size: 10px;
  }
}
.sec_ec .ec_inner .box a .a_inner p strong {
  color: #004ba0;
  font-weight: 400;
}
.sec_ec .ec_inner .box a .a_inner p span {
  font-size: 16px;
}
@media only screen and (max-width:959px) {
  .sec_ec .ec_inner .box a .a_inner p span {
    font-size: 14px;
  }
}
@media only screen and (max-width:650px) {
  .sec_ec .ec_inner .box a .a_inner p span {
    font-size: 10px;
  }
}
.sec_ec .ec_inner .box.signup {
  /*
  	width: 30%;
  */
}
.sec_ec .ec_inner .box.signup a .a_inner .icon img {
  width: 30%;
}
.sec_ec .ec_inner .box.free a .a_inner .icon img {
  width: 44%;
  margin-top: 4%;
}
.sec_ec .ec_inner .box.free a .a_inner p {
  text-align: center;
}
.sec_ec .ec_inner .box.line a .a_inner .icon img {
  width: 30%;
}
.sec_ec .ec_inner .box.line a .a_inner p {
  text-align: center;
}

.sec_review .widepage_center {
  padding-top: 6%;
}
@media only screen and (max-width:650px) {
  .sec_review .widepage_center {
    padding-top: 20%;
  }
}
.sec_review .review_inner {
  padding: 5% 0 5%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sec_review .review_inner .box {
  width: 30%;
  padding: 0 0 5%;
}
@media only screen and (max-width:650px) {
  .sec_review .review_inner .box {
    width: 100%;
  }
}
.sec_review .review_inner .box a {
  transition: all 0.5s ease;
  position: relative;
  width: 100%;
  display: flex;
  height: 100%;
  color: #0e0e0e;
}
.sec_review .review_inner .box a:after, .sec_review .review_inner .box a:before {
  content: "";
  top: 0;
  right: 0;
  transition: all 0.3s;
  position: absolute;
  width: 35px;
  height: 35px;
}
.sec_review .review_inner .box a:after {
  border-top: solid 1px #004ba0;
  border-right: solid 1px #004ba0;
}
.sec_review .review_inner .box a:before {
  border-bottom: solid 1px #004ba0;
  border-left: solid 1px #004ba0;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
}
.sec_review .review_inner .box a:hover {
  text-decoration: none;
}
.sec_review .review_inner .box a:hover:after, .sec_review .review_inner .box a:hover:before {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
.sec_review .review_inner .box a .a_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 8% 10%;
}
.sec_review .review_inner .box a .a_inner h3 {
  font-size: 15px;
  color: #004ba0;
}
.sec_review .review_inner .box a .a_inner p {
  font-size: 13px;
}/*# sourceMappingURL=products.css.map */