.mv {
  position: relative;
}
.mv .line {
  position: absolute;
  bottom: -60px;
  right: 40px;
  width: 120%;
}
.mv .line svg {
  width: 100%;
  height: auto;
}
.mv .line svg g path {
  fill: none;
  stroke: #004ba0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dasharray: 2000px;
  stroke-dashoffset: 2000;
  animation: 1s forwards linear 2.5s line-animation;
}
.mv .mv_inner {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.mv .mv_inner .catch {
  width: 40%;
  padding-top: 30px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  color: #004ba0;
  font-size: 40px;
}
@media only screen and (max-width:650px) {
  .mv .mv_inner .catch {
    padding-top: 0;
    font-size: 14px;
  }
}
.mv .mv_inner .catch span {
  display: block;
  white-space: nowrap;
  opacity: 0;
}
.mv .mv_inner .catch span:first-of-type {
  animation: 1s forwards linear 1.5s opacity_animation;
}
.mv .mv_inner .catch span:last-of-type {
  padding: 2.5em 0 0;
  animation: 1s forwards linear 2.5s opacity_animation;
}
.mv .mv_inner .slider_block {
  width: 60%;
  padding: 4% 0 0;
}
.mv .mv_inner .slider_block .slider {
  width: 90%;
}
.mv .mv_inner .slider_block .slider li {
  width: 100%;
}

.sec_series .page_center {
  padding-top: 6%;
}
.sec_series .series_inner {
  padding: 3% 0 5%;
  text-align: center;
}
.sec_series .series_inner h3 {
  font-size: 25px;
}
@media only screen and (max-width:650px) {
  .sec_series .series_inner h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width:320px) {
  .sec_series .series_inner h3 {
    font-size: 14px;
  }
}
.sec_series .series_inner p.info {
  font-size: 20px;
  padding: 0 0 10%;
}
@media only screen and (max-width:650px) {
  .sec_series .series_inner p.info {
    font-size: 14px;
  }
}
@media only screen and (max-width:320px) {
  .sec_series .series_inner p.info {
    font-size: 12px;
  }
}
.sec_series .series_inner .series_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8% 0;
  background: url("../images/index/line_series.svg") no-repeat center center;
  background-size: auto 100%;
}
@media only screen and (max-width:650px) {
  .sec_series .series_inner .series_link {
    flex-wrap: wrap;
    background: none;
  }
}
.sec_series .series_inner .series_link li {
  width: 40%;
}
.sec_series .series_inner .series_link li a:hover {
  text-decoration: none;
}
.sec_series .series_inner .series_link li a {
  display: block;
  position: relative;
  width: 100%;
}
.sec_series .series_inner .series_link li a p {
  padding: 0 0 0 115px;
}
@media only screen and (max-width:650px) {
  .sec_series .series_inner .series_link li a p {
    padding: 0 0 0 60px;
  }
}
.sec_series .series_inner .series_link li a p span {
  display: block;
  text-align: left;
}
.sec_series .series_inner .series_link li a p span.en {
  font-family: "bahnschrift", sans-serif;
  letter-spacing: 0.22em;
  font-size: 26px;
  line-height: 2;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-shadow: 0 1.5em 0 #004ba0, 0 0 0 #004ba0;
  transition: text-shadow 0.3s;
}
@media only screen and (max-width:650px) {
  .sec_series .series_inner .series_link li a p span.en {
    font-size: 20px;
  }
}
.sec_series .series_inner .series_link li a p span.jp {
  font-weight: 200;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: #0e0e0e;
}
@media only screen and (max-width:650px) {
  .sec_series .series_inner .series_link li a p span.jp {
    font-size: 12px;
  }
}
.sec_series .series_inner .series_link li a .circle {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #004ba0;
  width: 160px;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media only screen and (max-width:650px) {
  .sec_series .series_inner .series_link li a .circle {
    width: 80px;
    top: -16px;
  }
}
.sec_series .series_inner .series_link li a .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_series .series_inner .series_link li a .circle span {
  overflow: hidden;
  width: 24px;
  aspect-ratio: 1/1;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_series .series_inner .series_link li a .circle span:before, .sec_series .series_inner .series_link li a .circle span:after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../images/common/link_arr_w.svg") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
}
.sec_series .series_inner .series_link li a .circle span:after {
  transform: translateX(-100%);
}
.sec_series .series_inner .series_link li a .circle span:before {
  background: url("../images/common/link_arr_b.svg") no-repeat center center;
  background-size: 100% auto;
}
.sec_series .series_inner .series_link li a:hover p .en {
  text-shadow: 0 0 0 #004ba0, 0 -1.5em 0 #004ba0;
}
.sec_series .series_inner .series_link li a:hover .circle {
  background: rgba(0, 75, 160, 0.8);
  animation: scale_animation 0.5s linear 0.1s;
}
.sec_series .series_inner .series_link li a:hover .circle:after {
  animation: ripple 0.6s ease 0.1s;
}
.sec_series .series_inner .series_link li a:hover .circle span:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
.sec_series .series_inner .series_link li a:hover .circle span:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
@media only screen and (max-width:650px) {
  .sec_series .series_inner .series_link li {
    width: 100%;
    padding: 0 0 16%;
  }
}

.sec_concept .page_center {
  padding-top: 6%;
  padding-bottom: 6%;
}
.sec_concept .concept_inner {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width:650px) {
  .sec_concept .concept_inner {
    width: 100%;
  }
}
.sec_concept .concept_inner .txt {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width:650px) {
  .sec_concept .concept_inner .txt {
    width: 70%;
  }
}
.sec_concept .concept_inner .txt .concept_block {
  padding: 8% 0 0;
}
.sec_concept .concept_inner .txt .concept_block > p {
  font-size: 20px;
}
@media only screen and (max-width:650px) {
  .sec_concept .concept_inner .txt .concept_block {
    padding: 15% 0 0;
  }
}
@media only screen and (max-width:650px) {
  .sec_concept .concept_inner .txt .concept_block .series_link {
    padding: 15% 0 0;
  }
}
.sec_concept .concept_inner .txt .concept_block .series_link li {
  padding: 8% 0 2%;
}
.sec_concept .concept_inner .txt .concept_block .series_link li a:hover {
  text-decoration: none;
}
.sec_concept .concept_inner .txt .concept_block .series_link li a {
  display: inline-block;
  position: relative;
}
.sec_concept .concept_inner .txt .concept_block .series_link li a p {
  padding: 0 40px 0 0;
}
.sec_concept .concept_inner .txt .concept_block .series_link li a p span {
  display: block;
  text-align: right;
}
.sec_concept .concept_inner .txt .concept_block .series_link 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_concept .concept_inner .txt .concept_block .series_link li a p span.en {
    font-size: 16px;
    line-height: 2;
  }
}
.sec_concept .concept_inner .txt .concept_block .series_link 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_concept .concept_inner .txt .concept_block .series_link 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_concept .concept_inner .txt .concept_block .series_link li a p span.jp {
    font-size: 10px;
  }
}
.sec_concept .concept_inner .txt .concept_block .series_link 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_concept .concept_inner .txt .concept_block .series_link 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_concept .concept_inner .txt .concept_block .series_link 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_concept .concept_inner .txt .concept_block .series_link li a .circle span:before, .sec_concept .concept_inner .txt .concept_block .series_link 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_concept .concept_inner .txt .concept_block .series_link li a .circle span:after {
  transform: translateX(-100%);
}
.sec_concept .concept_inner .txt .concept_block .series_link li a .circle span:before {
  background: url("../images/common/link_arr.svg") no-repeat left top 14px;
  background-size: 80% auto;
}
.sec_concept .concept_inner .txt .concept_block .series_link li a:hover p .en:after {
  transform: scale(1, 1);
}
.sec_concept .concept_inner .txt .concept_block .series_link li a:hover .circle {
  background: #004ba0;
  animation: scale_animation 0.5s linear 0.1s;
  border: 2px solid transparent;
}
.sec_concept .concept_inner .txt .concept_block .series_link li a:hover .circle:after {
  animation: ripple 0.6s ease 0.1s;
}
.sec_concept .concept_inner .txt .concept_block .series_link li a:hover .circle span:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
.sec_concept .concept_inner .txt .concept_block .series_link li a:hover .circle span:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
.sec_concept .concept_inner .img {
  width: 30%;
}

.sec_products .ttl_area {
  position: relative;
}
.sec_products .ttl_area .bg_img {
  position: absolute;
  top: 0;
  right: 16%;
  width: 25%;
  max-width: 500px;
  z-index: -2;
}
@media only screen and (max-width:650px) {
  .sec_products .ttl_area .bg_img {
    right: 3%;
  }
}
.sec_products .ttl_area .line {
  position: absolute;
  top: 35%;
  right: 0;
  width: 60%;
  z-index: -1;
}
.sec_products .ttl_area .line svg {
  width: 100%;
  height: auto;
}
.sec_products .ttl_area .line svg g path {
  fill: none;
}
.sec_products .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 3s line-animation;
}
.sec_products .ttl_area .product_inner {
  z-index: 10;
  background: url("../images/index/img_products1.png") no-repeat center bottom;
  background-size: 30% auto;
  text-align: left;
}
@media only screen and (max-width:650px) {
  .sec_products .ttl_area .product_inner {
    background: url("../images/index/img_products1.png") no-repeat right 24% top 60%;
    background-size: 46% auto;
  }
}
.sec_products .ttl_area .product_inner .txt {
  width: 30%;
  padding: 10% 0;
  text-align: center;
}
@media only screen and (max-width:650px) {
  .sec_products .ttl_area .product_inner .txt {
    width: 50%;
    padding: 0;
  }
}
.sec_products .ttl_area .product_inner .txt p {
  padding: 5% 0;
  font-size: 20px;
}
@media only screen and (max-width:650px) {
  .sec_products .ttl_area .product_inner .txt p {
    text-align: left;
    padding: 5% 20% 0 0;
  }
}
.sec_products .content_area .page_center {
  padding-top: 6%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .page_center {
    padding-top: 20%;
  }
}
.sec_products .content_area .box h3 {
  display: inline-block;
  white-space: nowrap;
}
.sec_products .content_area .box h3 a:hover {
  text-decoration: none;
}
.sec_products .content_area .box h3 a {
  display: block;
  position: relative;
  width: 100%;
}
.sec_products .content_area .box h3 a p {
  padding: 0 0 0 115px;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box h3 a p {
    padding: 0 0 0 60px;
  }
}
.sec_products .content_area .box h3 a p span {
  display: block;
  text-align: left;
}
.sec_products .content_area .box h3 a p span.en {
  font-family: "bahnschrift", sans-serif;
  letter-spacing: 0.22em;
  font-size: 26px;
  line-height: 2;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-shadow: 0 1.5em 0 #004ba0, 0 0 0 #004ba0;
  transition: text-shadow 0.3s;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box h3 a p span.en {
    font-size: 20px;
  }
}
.sec_products .content_area .box h3 a p span.jp {
  font-weight: 200;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: #0e0e0e;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box h3 a p span.jp {
    font-size: 12px;
  }
}
.sec_products .content_area .box h3 a .circle {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #004ba0;
  width: 160px;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box h3 a .circle {
    width: 80px;
    top: -16px;
  }
}
.sec_products .content_area .box h3 a .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_products .content_area .box h3 a .circle span {
  overflow: hidden;
  width: 24px;
  aspect-ratio: 1/1;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_products .content_area .box h3 a .circle span:before, .sec_products .content_area .box h3 a .circle span:after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../images/common/link_arr_w.svg") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
}
.sec_products .content_area .box h3 a .circle span:after {
  transform: translateX(-100%);
}
.sec_products .content_area .box h3 a .circle span:before {
  background: url("../images/common/link_arr_b.svg") no-repeat center center;
  background-size: 100% auto;
}
.sec_products .content_area .box h3 a:hover p .en {
  text-shadow: 0 0 0 #004ba0, 0 -1.5em 0 #004ba0;
}
.sec_products .content_area .box h3 a:hover .circle {
  background: rgba(0, 75, 160, 0.8);
  animation: scale_animation 0.5s linear 0.1s;
}
.sec_products .content_area .box h3 a:hover .circle:after {
  animation: ripple 0.6s ease 0.1s;
}
.sec_products .content_area .box h3 a:hover .circle span:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
.sec_products .content_area .box h3 a:hover .circle span:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
.sec_products .content_area .box h3 a p {
  padding: 0 0 0 30%;
  width: -moz-max-content;
  width: max-content;
}
.sec_products .content_area .box h3 a p span {
  display: block;
}
.sec_products .content_area .box h3 a p span.en {
  font-size: 26px;
  line-height: 1.6;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box h3 a p span.en {
    font-size: 20px;
  }
}
.sec_products .content_area .box h3 a p span.jp {
  font-size: 18px;
  text-align: right;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box h3 a p span.jp {
    font-size: 14px;
  }
}
.sec_products .content_area .box h3 a .circle {
  top: -30px;
  width: 36%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box h3 a .circle {
    top: -20px;
  }
}
.sec_products .content_area .box.animal {
  background: url("../images/index/img_animal.png") no-repeat left 60% top;
  background-size: 45% auto;
  padding: 5% 0 20%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box.animal {
    padding: 5% 0 40%;
    background: url("../images/index/img_animal.png") no-repeat center bottom;
    background-size: 60% auto;
  }
}
.sec_products .content_area .box.nioeair {
  background: url("../images/index/img_nioeair.png") no-repeat left -20% center;
  background-size: 70% auto;
  text-align: right;
  padding: 20% 10%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box.nioeair {
    padding: 15% 0 40%;
    text-align: left;
    background: url("../images/index/img_nioeair.png") no-repeat center bottom;
    background-size: 80% auto;
  }
}
.sec_products .content_area .box.pain {
  background: url("../images/index/img_pain.png") no-repeat right 20% top 60%;
  background-size: 50% auto;
  padding: 10% 10% 25%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box.pain {
    padding: 15% 0 40%;
    text-align: left;
    background: url("../images/index/img_pain.png") no-repeat center bottom;
    background-size: 60% auto;
  }
}
.sec_products .content_area .box.pain h3 a p {
  padding: 0 0 0 20%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box.pain h3 a p {
    padding: 0 0 0 24%;
  }
}
.sec_products .content_area .box.pain h3 a .circle {
  top: -26px;
  width: 26%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box.pain h3 a .circle {
    top: -26px;
    width: 30%;
  }
}
.sec_products .content_area .box.kori {
  background: url("../images/index/img_kori.png") no-repeat left 36% center;
  background-size: 26% auto;
  text-align: right;
  padding: 10% 16% 13%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box.kori {
    padding: 15% 0 40%;
    text-align: left;
    background: url("../images/index/img_kori.png") no-repeat center bottom;
    background-size: 80% auto;
  }
}
.sec_products .content_area .box.kori h3 a p {
  padding: 0 0 0 26%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box.kori h3 a p {
    padding: 0 0 0 24%;
  }
}
.sec_products .content_area .box.kori h3 a .circle {
  top: -36px;
  width: 30%;
}
@media only screen and (max-width:650px) {
  .sec_products .content_area .box.kori h3 a .circle {
    top: -26px;
    width: 30%;
  }
}

.sec_review .widepage_center {
  padding-top: 6%;
}
.sec_review .info {
  text-align: center;
  padding: 3% 0 10%;
  font-size: 20px;
}
.sec_review .review_block {
  width: 100%;
  overflow-x: scroll;
}
.sec_review .review_block .review_block_inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 20px;
}
.sec_review .review_block .review_block_inner .box {
  width: 380px;
  margin-right: 106px;
}
@media only screen and (max-width:650px) {
  .sec_review .review_block .review_block_inner .box {
    width: 300px;
    margin-right: 40px;
  }
}
@media only screen and (max-width:320px) {
  .sec_review .review_block .review_block_inner .box {
    width: 280px;
    margin-right: 40px;
  }
}
.sec_review .review_block .review_block_inner .box a {
  transition: all 0.5s ease;
  position: relative;
  display: block;
}
.sec_review .review_block .review_block_inner .box a:after, .sec_review .review_block .review_block_inner .box a:before {
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  position: absolute;
  width: 35px;
  height: 35px;
}
.sec_review .review_block .review_block_inner .box a:after {
  border-top: solid 1px #004ba0;
  border-left: solid 1px #004ba0;
}
.sec_review .review_block .review_block_inner .box a:before {
  border-bottom: solid 1px #004ba0;
  border-right: solid 1px #004ba0;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
}
.sec_review .review_block .review_block_inner .box a:hover {
  text-decoration: none;
}
.sec_review .review_block .review_block_inner .box a:hover:after, .sec_review .review_block .review_block_inner .box a:hover:before {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
.sec_review .review_block .review_block_inner .box a .a_inner {
  height: 145px;
  padding: 3% 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_review .review_block .review_block_inner .box a .a_inner .img {
  width: 30%;
}
.sec_review .review_block .review_block_inner .box a .a_inner .txt {
  width: 60%;
}
.sec_review .review_block .review_block_inner .box a .a_inner .txt .comment {
  font-size: 14px;
  color: #0e0e0e;
  line-height: 1.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sec_review .review_block .review_block_inner .box a .a_inner .txt .arr {
  text-align: right;
  padding: 0 3% 0 0;
  margin: 0;
}
.sec_review .review_block .review_block_inner .box a .a_inner .txt .arr img {
  width: 26%;
}
.sec_review .more_link p {
  text-align: right;
}
.sec_review .more_link p img {
  width: 124px;
  cursor: pointer;
}
@media only screen and (max-width:650px) {
  .sec_review .more_link p img {
    width: 20%;
  }
}

.sec_online {
  background: url("../images/index/img_online.png") no-repeat center right;
  background-size: 57% auto;
}
@media only screen and (max-width:650px) {
  .sec_online {
    background: url("../images/index/img_online.png") no-repeat bottom right;
    background-size: 90% auto;
  }
}
.sec_online .online_block {
  width: 33%;
  text-align: center;
  padding: 10% 0;
}
@media only screen and (max-width:650px) {
  .sec_online .online_block {
    width: 100%;
    padding: 10% 0 50%;
  }
}
.sec_online .online_block p.info {
  padding: 5% 0;
  font-size: 20px;
}
.sec_online .online_block .more_link p.viewmore {
  text-align: right;
}
.sec_online .online_block .more_link p.viewmore a {
  display: inline-flex;
  align-items: center;
}
.sec_online .online_block .more_link 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_online .online_block .more_link 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_online .online_block .more_link p.viewmore a:hover {
  text-decoration: none;
}
.sec_online .online_block .more_link p.viewmore a:hover span.circle {
  background: #004ba0 url("../images/common/link_arr_w.svg") no-repeat center center;
  background-size: 16px auto;
}
.sec_online .online_block .more_link p.viewmore a:hover span.circle:after {
  animation: ripple 0.6s ease 0.1s;
}/*# sourceMappingURL=index.css.map */