body {
  color: #1d1d1d;
  min-width: unset;
  font-family: "Noto Sans JP", "Yu Gothic", "Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
  position: relative;
}

.bold {
  font-weight: bold;
}
.tac{ text-align: center !important;}
.tac-l{ text-align: center !important;}
.tal{ text-align: left !important;}
.tar{ text-align: right !important;}

.mt0{margin-top: 0 !important;}
.mb0{margin-bottom: 0 !important;}

.container {
  width: 1280px;
  max-width: 96%;
  margin: 0 auto;
}

.titleMain {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.titleSub {
  color: #0031ea;
  font-size: 2.4rem;
  font-weight: bold;
}
.titleSub_line {
  border-bottom: 1px solid #676767;
  padding-bottom: 12px;
}

.c-blue {
  color: #0031ea;
}

sup {
  vertical-align: text-top;
  font-size: 74%;
}

.text-description {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}

.body-text,
.text-note {
  font-size: 1.7rem;
  line-height: 1.8823;
}

.top-group {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 864px;
}

header .l-header__container {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 999;
}
header .l-header__container .l-header__inner::before {
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
header .l-header__container .l-header__navLink {
  color: #1d1d1d;
}
header .l-header__container .l-header__download {
  color: #1d1d1d;
  font-weight: 500;
  font-size: 15px;
}
header .l-header__container .header__logo {
  transform: translateY(3px);
}
header .l-header__container .l-header__inner {
  height: 80px;
  padding: 0 30px;
}
header .l-header__navList {
  margin-left: 0;
}
header .l-header__inquiry {
  text-align: center;
  margin-left: auto;
  max-width: 198px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: #0031ea;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .l-header__inquiry:hover {
  opacity: 0.7;
}
header .l-header__inquiry.l-inquiry__nav {
  display: none;
}
header .l-header__inquiry span.text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 14px;
}
header .l-header__inquiry span.icon {
  vertical-align: middle;
  display: flex;
}
header .l-header__inquiry span.icon img {
  width: 23px;
  height: 16px;
}
header .l-header__navList .l-header__navItem {
  margin-right: 10px;
}
header .l-header__navList .l-header__navItem span.icon {
  margin-left: 3px;
}
header .l-header__navList .l-header__navItem span.icon img {
  vertical-align: middle;
}
header .l-header__navButton {
  margin-left: auto;
}

.c-breadcrumb {
  position: relative;
  z-index: 1;
}
.c-breadcrumb .c-breadcrumb__list {
  max-width: 1280px;
  width: 100%;
  margin: 10px auto 0;
  padding: 0 28px;
}
.c-breadcrumb .c-breadcrumb__list li:not(:first-child) {
  margin-left: 16px;
}
.c-breadcrumb .c-breadcrumb__list li:not(:first-child)::before {
  left: -16px;
}
.c-breadcrumb li {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.117647;
  letter-spacing: 0.052941em;
}

#hero .hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
#hero .hero-inner .hero-meta {
  width: 100%;
  margin-top: 80px;
}
#hero .hero-title {
  position: relative;
  text-align: center;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 50px;
  letter-spacing: 0.01333em;
  z-index: 1;
}
#hero .kv__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#hero .kv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pagetop {
  width: 80px;
  height: 80px;
  background: #020251;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  z-index: 99;
}
.c-pagetop::after {
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-left: 14px solid rgba(255, 255, 255, 0);
  border-right: 14px solid rgba(255, 255, 255, 0);
  border-bottom: 16px solid #fff;
}

@media screen and (min-width: 48.0625em) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .l-header__container,
  .l-header__container.is-fixed {
    height: 80px;
  }
  .l-header__container.is-fixed .l-header__nav {
    left: auto;
    right: 28px;
    width: calc(100% - 520px);
  }
  .l-header__container.is-fixed .l-header__navLink {
    font-size: 15px;
    padding: 24px 10px;
  }
  .l-header__container.is-fixed .l-header__navLink:hover {
    text-decoration: underline;
  }
  .l-header__container.is-fixed .l-header__download:hover {
    text-decoration: underline;
  }
  /* .l-header__container.is-fixed .l-header__navLink::before {
    height: 6px;
  } */
  .l-header__container.is-fixed .l-header__navLink span {
    letter-spacing: 0.083333em;
  }
  /* .l-header__navLink::before {
    background: #020251;
  } */
    .l-header__navItem:hover .l-header__navLink::before {
    width: 0;
  }
  .l-header__navLink::before {
    content: none;
  }
}
@media screen and (max-width: 48em) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    height: 72.5px;
    position: relative;
    z-index: 999;
  }
  header.active .l-header__container {
    border-radius: unset;
  }
  header.active .l-header__inquiry.l-inquiry__nav {
    display: none;
  }
  header.active .l-header__navButton {
    margin-left: auto;
  }
  header .l-header__nav.is-show {
    background-color: transparent;
  }
  header .l-header__container {
    left: 0;
    transform: none;
  }
  header .l-header__nav {
    top: 72.5px;
  }
  header .l-header__navList .l-header__navItem {
    margin: 0;
  }
  header .l-header__navList .l-header__navItem + .l-header__navItem {
    margin-top: 4px;
  }
  header .l-header__navItem .l-header__navLink {
    font-size: 1.4rem;
    padding: 3px 15px 7px;
    border-top: none;
    border-bottom: 1px solid #cccccc;
    letter-spacing: 0.0714285em;
    background: url("../images/ico_arrow_blue.png") no-repeat right 15px center;
    background-size: 7px 12px;
  }
  header .l-header__navItem .l-header__navLink.no-arrow {
    background: none;
  }
  header .l-header__navItem .l-header__download {
    font-size: 1.4rem;
    padding: 3px 15px 7px;
    border-top: none;
    border-bottom: 1px solid #cccccc;
    letter-spacing: 0.0714285em;
    background: url("../images/ico_arrow_blue.png") no-repeat right 15px center;
    background-size: 7px 12px;
    font-weight: 700;
    display: block;
  }
  header .l-header__navItem .l-header__download.no-arrow {
    background: none;
  }
  header .l-header__navInner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    min-height: 517.5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  header .l-header__navList .l-header__navItem span.icon {
    margin-left: 7px;
  }
  header .l-header__navList .l-header__navItem span.icon img {
    width: 14px;
    height: 14px;
  }
  header .l-header__container .l-header__inner {
    padding: 0 16px;
    height: 72.5px;
  }
  header .l-header__container .header__logo {
    width: 121px;
    transform: unset;
  }
  header .l-header__navButton {
    width: 30px;
    height: 25px;
    margin-left: 9px;
  }
  header .l-header__navButton span {
    background-color: #020251;
  }
  header .l-header__navList {
    width: 83.7333333333%;
    margin: 0 auto;
  }
  header .l-header__inquiry {
    max-width: 83.7333333333%;
    width: 100%;
    margin: 50px auto 0;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  header .l-header__inquiry span.text {
    font-size: 2.4rem;
  }
  header .l-header__inquiry span.icon img {
    width: 37.5px;
    height: 25.5px;
  }
  header .l-header__inquiry.l-inquiry__nav {
    display: flex;
    max-width: 169px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-left: auto;
    margin-right: unset;
  }
  header .l-header__inquiry.l-inquiry__nav span.text {
    font-size: 1.6rem;
    margin-right: 8px;
  }
  header .l-header__inquiry.l-inquiry__nav span.icon img {
    width: 25px;
    height: 17px;
  }
  .top-group {
    padding-top: 153.333vw;
    margin-top: -19.467vw;
  }
  #hero .hero-title {
    font-size: 2.7rem;
    font-size: 7.2vw;
    margin-top: 0;
  }
  #hero .hero-title img {
    width: 49.6vw;
    margin: 10vw auto 0;
  }
  #hero .hero-inner .hero-meta {
    margin-top: 21.333vw;
  }
  .c-breadcrumb {
    display: block;
  }
  .c-breadcrumb .c-breadcrumb__list {
    margin: 0;
    padding: 0 4vw;
  }
  .c-breadcrumb .c-breadcrumb__list li {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .c-pagetop {
    width: 50px;
    height: 50px;
    right: 4%;
  }
  .c-pagetop::after {
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-width: 10px;
  }
  .c-pagetop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
  }
  .c-pagetop.is-fixed.is-show{
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .container {
    max-width: 92vw;
  }
  .body-text,
  .text-note {
    font-size: 1.2rem;
    line-height: 1.625;
    text-align: left;
  }
  .titleMain {
    font-size: 2rem;
  }
  .titleSub {
    font-size: 1.8rem;
  }
  .titleSub_line {
    padding-bottom: 5px;
  }
  .text-description {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  .subtitle {
    text-align: left;
    font-size: 1.6rem;
  }
  .tac-l{
    text-align: left !important;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 79.375em) {
  .l-header__container.is-fixed .l-header__nav {
    width: 100%;
  }
  header .l-header__inquiry {
    margin-left: unset;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 67.4375em) {
  header {
    position: relative;
    z-index: 999;
  }
  header .l-header__navButton {
    margin-left: 18px;
  }
  header.active .l-header__container {
    height: 100%;
  }
  .l-header__container .l-header__nav {
    background: none;
    position: absolute;
    width: 100%;
    top: 72px;
    right: 28px;
    box-shadow: none;
    transform: translateY(0);
    z-index: 3;
  }
  .l-header__navItem:first-child .l-header__navLink {
    border-top: none;
  }
  .l-header__container.is-fixed .l-header__nav {
    right: 0;
  }
  header .l-header__navList {
    width: 83.7333333333%;
    margin: 0 auto;
  }
  header .l-header__inquiry {
    max-width: 83.7333333333%;
    width: 100%;
    margin: 50px auto 0;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  .l-header__nav.is-show {
    display: block;
    opacity: 1;
    visibility: visible;
    background: transparent;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1;
    transform: translateY(0);
  }
  .l-header__container.is-fixed {
    background: transparent;
    box-shadow: none;
  }
  header.active .l-header__navInner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    min-height: 650px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  header .l-header__inquiry.l-inquiry__nav {
    display: flex;
    max-width: 190px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-left: auto;
    margin-right: unset;
  }
  header .l-header__nav .l-header__inquiry {
    display: none;
  }
  header .l-header__nav.is-show .l-header__inquiry {
    display: flex;
  }
  header.active .l-header__container {
    border-radius: unset;
  }
  header.active .l-header__inquiry.l-inquiry__nav {
    display: none;
  }
  header.active .l-header__navButton {
    margin-left: auto;
  }
}
@media screen and (max-width: 22.875em) {
  header .l-header__inquiry.l-inquiry__nav {
    max-width: 130px;
  }
  header .l-header__inquiry.l-inquiry__nav span.text {
    font-size: 1.2rem;
  }
  header .l-header__inquiry.l-inquiry__nav span.icon img {
    width: 20px;
    height: auto;
  }
  header .l-header__inquiry span.text {
    font-size: 2rem;
  }
  header .l-header__inquiry span.icon img {
    width: 30px;
    height: auto;
  }
}


/* block-lead */

main .block-lead {
  text-align: center;
  margin-top: 115px;
  margin-bottom: 75px;
}
main .block-lead .titleMain {
  margin-bottom: 70px;
  letter-spacing: 0.02em;
}
main .block-lead .text-description {
  margin-bottom: 15px;
}
main .block-lead .text-note {
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 48em) {
  main .block-lead {
    margin-top: 58px;
    margin-bottom: 35px;
  }
  main .block-lead .titleMain {
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  main .block-lead .text-description {
    margin-bottom: 5px;
  }
  main .block-lead .text-note {
    font-size: 10px;
    margin-bottom: 5px;
  }
}

/* block-feature */
.block-feature{
  overflow: hidden;
  background: linear-gradient(rgb(219,236,255) 0, rgb(255,255,255), rgb(219,236,255) 100%);
}
.feature_ani{
  padding: 50px 0 0;
}
.feature_ttl{
  font-size: 24px;
  font-weight: bold;
}
.feature_wrap{
  position: relative;
}
.feature_row{
  position: relative;
}
.feature_box{
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
}
.feature_box .feature_text {
  max-width: 65%;
}
.feature_row.no2{
  margin-top: 70px;
}
.feature_row.no3{
  margin-top: 70px;
}
.feature_row.no4{
  position: relative;
  padding-bottom: 60px;
}
.feature_img{
  position: absolute;
  right: 12.5%;
  width: 294px;
  max-width: 23%;
  top: -2.5%;
  z-index: 1;
  text-align: right;
}
.feature_img img{
  max-height: 70vh;
}
.feature_row .list{
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}
.feature_row .list li{
  width: 32.059%;
  text-align: center;
}
.feature_row .list img {
  margin-bottom: 15px;
}
@media screen and (max-width: 67.5em) and (min-width: 48.001em) {
  .feature_box .feature_img{
    right: 5%;
  }
  .feature_box .feature_text {
    max-width: 70%;
  }
  .feature_box {
    padding-bottom: 12%;
  }
}
@media screen and (max-width: 48em) {
  .block-feature{
  }
  .feature_ani{
    padding: min(6vh,50px) 0 0;
  }
  .feature_ttl {
    font-size: 16px;
  }
  .feature_img{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 190px;
    max-width: 60%;
    margin: 0 auto 25px;
    text-align: center;
  }
  .feature_img img{
    max-height: calc(100vh - 340px);
  }
  .feature_row .list{
    margin-top: 13px;
    display: block;
  }
  .feature_row .list li{
    margin-bottom: 15px;
    width: 100%;
  }
  .feature_row .list img {
    margin-bottom: 3px;
  }
  .feature_row.no2{
    margin-top: 0;
  }
  .feature_row.no3{
    margin-top: 0;
  }
  .feature_row.no4{
    padding-bottom: 20px;
  }
  .feature_row.no4 .feature_ttl{
    text-align: center;
  }
  .feature_box .feature_text {
    max-width: 100%;
  }
  /* .feature_box {
    padding-top: 27px;
    padding-bottom: 115px;
  } */
  .feature_box {
    padding-top: 27px;
    padding-bottom: 50px;
  }
  .feature_box .feature_row {
    margin-top: 30px;
  }
  /* .feature_box .feature_row {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .feature_box .feature_text {
    max-width: 100%;
    position: relative;
  }
  .block-feature .feature_bg {
    height: 800px;
    position: absolute;
    left: 0;
    top: 0;
  } */
}

/* block-detail */
.block-detail{
  margin: 100px 0 65px;
  padding: 30px 0;
}
.block-detail .titleSub {
  margin-bottom: 15px;
}
.block-detail .block01 {
  margin: 70px 0 70px;
}
.block-detail .block01 .img {
  margin: 20px auto 15px;
  max-width: 80%;
}
.block-detail .block01 .img img {
  max-height: calc(100vh - 150px);
}
.block-detail .block02 {
  margin: 108px 0 70px;
}
.block-detail .block02 .text-description {
  margin: 0 0 33px;
}
.block-detail .block02 .img {
  margin: 20px auto 15px;
  max-width: 80%;
  width: 840px;
}
.block-detail .block02 .img img {
  max-height: calc(100vh - 150px);
}
.block-detail .block03 {
  margin: 108px 0 70px;
}
.block-detail .block03 .txt02 {
  margin: 15px 0 7px;
}
.block-detail .block03 .table-wrap {
  margin-bottom: 33px;
}
.block-detail .block03 .detail-col {
  margin: 20px 0 20px;
  display: flex;
  justify-content: space-between;
}
.block-detail .block03 .detail-col .item {
  max-width: 48%;
}
.block-detail .block03 .img_caption {
  margin-top: 15px;
}
.block-detail .detail-box {
  background: #f5f5f5;
  padding: 45px 45px;
  margin-top: 15px;
}
.block-detail .detail-box__ttl {
  margin-bottom: 16px;
  font-weight: bold;
}
.block-detail .detail-box__content + .detail-box__ttl {
  margin-top: 25px;
}
.block-detail .detail-box ul li {
  padding-left: 1em;
  position: relative;
}
.block-detail .detail-box ul li::before {
  content:"・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.block-detail .block04 {
  margin: 110px 0 0;
}
.detail-support {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 22px;
}
.detail-support__image {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.detail-support__image figure {
  width: 270px;
  text-align: center;
}
.detail-support__image figcaption {
  margin-top: 13px;
}
.detail-support__list {
  margin: 6px 0;
}
.detail-support__list li {
  padding-left: 1em;
  position: relative;
}
.detail-support__list li::before {
  content:"・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #0031ea;
}
.detail-support__note {
  font-size: 12px;
}

@media screen and (max-width: 48em) {
  .block-detail {
    margin: 50px 0 20px;
    padding: 10px 0;
  }
  .block-detail .block01 {
    margin: 30px 0 30px;
  }
  .block-detail .block01 .img {
    margin: 15px 0 5px;
    max-width: 100%;
  }
  .block-detail .block02 .img {
    max-width: 100%;
  }
  /* .block-detail .block02 {
    margin: 45px 0 45px;
  } */
  .block-detail .block02 {
    margin: 45px 0 0;
  }
  .block-detail .block02 .text-description {
    margin-bottom: 16px;
  }
  .block-detail .titleSub{
    margin-bottom: 5px;
  }
  .block-detail .block03 {
    margin: 55px 0 30px;
  }
  .block-detail .block03 .txt02 {
    margin: 10px 0 7px;
  }
  .block-detail .block03 .table-wrap {
    margin-bottom: 27px;
  }
  .block-detail .block03 .detail-col {
    margin: 10px 0 10px;
    display: block;
  }
  .block-detail .block03 .detail-col .item {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .block-detail .block03 .img_caption {
    margin-top: 5px;
  }
  .block-detail .detail-box {
    padding: 15px 15px;
  }
  .block-detail .detail-box__ttl {
    margin-bottom: 10px;
  }
  .block-detail .detail-box__content + .detail-box__ttl {
    margin-top: 15px;
  }
  .block-detail .block04 {
    margin: 30px 0 0;
  }
  .detail-support{
    display: block;
    margin-top: 15px;
  }
  .detail-support__image figcaption{
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .detail-support__image{
    gap: 0;
  }
  .detail-support__image figure{
    width: 49%;
  }
  .detail-support__image figure img{
    max-width: 80%;
    margin: 0 auto;
  }
  .detail-support .item:nth-child(2){
    margin: 0 20px;
  }
}

.table-wrap {
  overflow: auto;
}
.table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
}
.table th, .table td {
  text-align: center;
  vertical-align: middle;
  padding: 9px 20px;
}
.table th {
  border: 3px solid #acacac;
  background-color: #dfdfdf;
}
.table td {
  border: 1px solid #acacac;
  background-color: #fff;
}
.table .flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.table sup {
  font-weight: normal;
}
.table .table-border-l0 {border-left: none;}
.table .table-border-r0 {border-right: none;}
.table .table-border-left {
  border-left-width: 3px;
}
.table .table-border-right {
  border-right-width: 3px;
}
.table .table-border-bottom {
  border-bottom-width: 3px;
}
.table tr:last-child td {
  border-bottom-width: 3px;
}
.table01 .w01{ width: 11.2%;}
.table01 .w02{ width: 10.9%;}
.table01 .w03{ width: 19.3%;}
.table01 .w04{ width: 11.5%;}
.table01 .w05{ width: 23%;}
.table01 .table-bg{ background: #f5f5f5;}
.table01 .table-bg__lightB{ background: #d1e0f8;}
.table01 .table-bg__B{ background: #7d9fd5;}

.table02 th, .table02 td{ 
  border: 2px solid #acacac;
  padding: 2px 10px;
  font-weight: normal;
}
.table02 tr:last-child td {
  border-width: 2px;
}
.table02 .table-bg__lightB{ background: #aac3ff;}
.table02 thead th{ 
  background: none;
  border: none;
  padding: 8px 10px;
}
.table02 thead th:nth-child(1){ 
  width: 18.5%;
}

@media screen and (max-width: 48em) {
  .table th {
    border-width: 2px;
  }
  .table .table-border-left {
    border-left-width: 2px;
  }
  .table .table-border-right {
    border-right-width: 2px;
  }
  .table tr:last-child td,
  .table .table-border-bottom{
    border-bottom-width: 2px;
  }
  .table th, .table td {
    padding: 3px 10px;
  }
  .table02 th, .table02 td {
    padding: 2px 5px;
  }
  .table02 thead th {
    padding: 1px 5px;
  }
}

/* block-spec */
.block-spec{
  background: #f5f5f5;
  padding: 114px 0 70px;
}
.block-spec figure{
  margin: 70px auto 85px;
  max-width: 80%;
  display: inline-block;
}
.block-spec figcaption{
  font-size: 12px;
  text-align: right;
  margin-bottom: 40px;
}
.block-spec .spec-note01{
  font-size: 12px;
  margin: 15px 0 30px;
  text-align: right;
}
.block-spec .spec-note02{
  font-size: 12px;
}
@media screen and (max-width: 48em) {
  .block-spec{
    padding: 53px 0 40px;
  }
  .block-spec figure{
    margin: 33px 0 35px;
    max-width: 100%;
  }
  .block-spec figcaption {
    margin-bottom: 15px;
    font-size: 11px;
  }
  .block-spec figure img {
    width: 92%;
    margin: 0 auto;
  }
  .block-spec .table02 img {
    width: 45px;
  }
  .block-spec .spec-note01{
    font-size: 11px;
    margin: 10px 0 15px;
    text-align: left;
  }
  .block-spec .spec-note02{
    font-size: 11px;
  }
}

.image-ani01 {
  position: relative;
  display: inline-block;
}
.image-ani01 img {
  display: block;
  width: 100%;
}
.image-ani02 .img-a {
  animation: imgSwitchA 4s infinite ease-in-out;
}
.image-ani01 .img-b {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: imgSwitchB 4s infinite ease-in-out;
}

.image-ani02 {
  position: relative;
  display: inline-block;
}
.image-ani02 img {
  display: block;
  width: 100%;
}
.image-ani02 .img-a {
  animation: imgSwitchA 4s infinite ease-in-out;
}
.image-ani02 .img-b {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: imgSwitchB 4s infinite ease-in-out;
}

@keyframes imgSwitch {
  0%, 30% { opacity: 1; }
  50% { opacity: 0; }
  50%, 80% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes imgSwitchA {
  0%, 25% { opacity: 0; }
  50% { opacity: 1; }
  50%, 75% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes imgSwitchB {
  0%, 25% { opacity: 1; }
  50% { opacity: 0; }
  50%, 75% { opacity: 0; }
  100% { opacity: 1; }
}

@media screen and (max-width: 48em) {
}

/* scroll animate */
/* .block-feature.is-fixed{
  position: fixed;
  top: 0;
  margin-top: 80px;
  width: 100%;
}
.js-ani-bot,
.js-ani-top {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.show .js-ani-bot,
.show .js-ani-top {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
} */
.feature_box .js-ani-fade .feature_row {
  opacity: 0;
}
.feature_box .feature_row.show  {
  animation: 1s feature ease-in-out forwards;
}
.feature_row.no4 {
  opacity: 0;
}
.feature_row.no4.show  {
  -webkit-animation: 0.8s fadeUp ease-in-out forwards;
  animation: 0.8s fadeUp ease-in-out forwards;
}
/* .feature_box .js-ani-fade.show .feature_row.no2 {
  animation-delay: 1s;
}
.feature_box .js-ani-fade.show .feature_row.no3 {
  animation-delay: 2s;
} */
@keyframes feature {
  0%{ opacity: 0; }
  100% { opacity: 1; }
}
@media(min-width:48.0625em){
  .show .js-ani-bot {
    transition-delay: 0.5s;
  }
	.feature_row.no1,
	.feature_row.no2,
	.feature_row.no3{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}

}