.i-sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .i-sp-br {
    display: inline-block;
  }
}

.i-item {
  width: 100%;
  height: auto;
  padding: 60px 0 100px 0;
}

.i-item__inner02 {
  width: 1000px;
  background-color: #F2F2F2;
  margin: 0 auto 0 auto;
  padding: 60px 100px;
}

@media screen and (max-width: 767px) {
  .i-item__inner02 {
    width: 92%;
    padding: 40px;
  }
}

.i-item__title {
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 40px 0;
}

.i-item__title span {
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #D70C1F;
}

@media screen and (max-width: 767px) {
  .i-item__title {
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 40px 0;
  }
  
  .i-item__title span {
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #D70C1F;
  }
}

.i-item__flex {
  width: 1000px;
  display: flex;
  background-color: #F2F2F2;
  margin: 0 auto 0 auto;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .i-item__flex {
    width: 92%;
    display: block;
    padding: 40px 40px;
  }
}

.i-item__flex03 {
  width: 800px;
  display: flex;
  background-color: #F2F2F2;
  margin: 0 auto 0 auto;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .i-item__flex03 {
    width: 100%;
    display: block;
  }
}

.i-item__content {
  width: 46%;
}

.i-item__img {
  width: 100%;
}

.i-item__info {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .i-item__content {
    width: 100%;
    margin: 0 0 30px 0;
  }
  
  .i-item__info {
    width: 100%;
  }
}

.i-item__dl {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 0 8px 0!important;
  margin: 0 0 20px 0;
}

.i-item__dt {
  width: 30%;
  border-right: 2px solid #909090;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding: 10px 0 10px 30px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .i-item__dt {
    width: 30%;
    padding: 10px 0 10px 16px;
    font-size: 15px;
  }
  .i-item__dd {
    width: 70%;
    font-family: "noto-sans-cjk-jp", sans-serif;
    padding: 0 0 0 16px!important;
  }
}

.i-item__dd {
  width: 70%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding: 0 0 0 30px!important;
}

.i-item__txt {
  font-weight: normal;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 10px 0 0 0;
}

.i-item__btn {
  position: relative;
  display: block;
  width: 260px;
  background-color: #333333;
  padding: 12px 25px 12px 25px;
  text-align: left;
  margin: 40px 0 0 0;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .i-item__btn {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.i-item__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.i-item__btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.i-item__btn:hover::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  right: 22px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.splide__arrow--next {
  right: -35px !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.splide__arrow--prev {
  left: -35px !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.splide__arrow {
  top: -145px !important;
  width: 2em;
  z-index: 0!important;
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    top: -104px !important;
    width: 2em;
    z-index: 0!important;
  }
}

.i-example {
  width: 100%;
  height: auto;
}

.i-example__inner {
  background: url("../../img/t-image/item-red-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 80px 0 100px 0;
}

@media screen and (max-width: 767px) {
  .i-example__inner {
    padding: 80px 0 60px 0;
  }
}

.i-example__title {
  font-size: 32px;
  font-weight: 900;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 50px 0;
}

.i-example__flex {
  width: 800px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 80px 10px 80px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .i-example__flex {
    width: 92%;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 25px 30px 25px;
    background-color: #fff;
  }
}


.i-example__content {
  width: 800px;
  margin: 0 auto 40px auto;
  background-color: #fff;
  padding: 40px 80px 40px 80px;
}
.i-example__content02 {
  width: 800px;
  margin: 0 auto 40px auto;
  background-color: #fff;
  padding: 40px 80px 60px 80px;
}
.i-example__content03 {
  width: 800px;
  margin: 0 auto 40px auto;
  background-color: #fff;
  padding: 50px 80px 50px 80px;
}

@media screen and (max-width: 767px) {
  .i-example__content {
    width: 92%;
    margin: 0 auto 40px auto;
    background-color: #fff;
    padding: 30px 30px 20px 30px;
  }
  .i-example__content02 {
    width: 92%;
    margin: 0 auto 40px auto;
    background-color: #fff;
    padding: 30px 30px 20px 30px;
  }
  .i-example__content03 {
    width: 92%;
    margin: 0 auto 40px auto;
    background-color: #fff;
    padding: 30px 30px 20px 30px;
  }
  .i-example__flex02 {
    display: block!important;
  } 
  .i-example__block {
    width: 100%!important;
    margin: 0 0 12px 0;
  }
  .i-example__space {
    margin: 0 0 30px 0!important;
  }
  .i-example__space02 {
    margin: 0 0 30px 0!important;
  }
}

.i-example__flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.i-example__space {
  margin: 0 0 40px 0;
}
.i-example__space03 {
  margin: 0 0 30px 0;
}

.i-example__block {
  width: 46%;
}

.i-example img {
  width: 100%;
}

.i-example__h3 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}

.i-example__h3 span {
  text-align: center;
  color: #D70C1F;
  font-size: 18px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
}

.i-example__text001 {
  display: flex;
  text-align: left;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  margin: 16px 0 0 0;
}
.i-example__num {
  width: 22px;
  height: 22px;
  text-align: center;
  display: block;
  margin: 0 12px 0 0;
  color: #fff;
  background-color: #333;
  font-size: 14px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.i-example__caption {
  width: calc(100% - 40px);
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
}

.i-example__flexbox {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px) {
  .i-example__flexbox {
    width: 100%;
    display: block;
  }  
  .i-example__num {
    width: 28px;
    height: 28px;
  }
}


.i-example__txt {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  margin: 15px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .i-example__txt {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    font-family: "noto-sans-cjk-jp", sans-serif;
    letter-spacing: 0.05em;
    margin: 15px 0 15px 0;
  }
}

.i-example__txt span {
  text-align: center;
  color: #D70C1F;
  font-size: 16px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
}

.i-example__before {
  text-align: center;
  margin: 22px 0 0 0;
}

.i-example__before span {
  text-align: center;
  color: #fff;
  background-color: #0086CD;
  font-size: 14px;
  font-weight: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  padding: 3px 14px 5px 14px;
}

.i-example__now {
  text-align: center;
  margin: 22px 0 0 0;
}

.i-example__now span {
  text-align: center;
  color: #fff;
  background-color: #6B6B6B;
  font-size: 14px;
  font-weight: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  padding: 3px 14px 5px 14px;
}

.i-example__after {
  text-align: center;
  margin: 22px 0 0 0;
}

@media screen and (max-width: 767px) {
  .i-example__before {
    text-align: center;
    margin: 15px 0 0 0;
  }
  .i-example__after {
    text-align: center;
    margin: 15px 0 0 0;
  }
  .i-example__now {
    text-align: center;
    margin: 15px 0 0 0;
  }
}

.i-example__after span {
  text-align: center;
  color: #fff;
  background-color: #D70C1F;
  font-size: 14px;
  font-weight: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  padding: 3px 14px 5px 14px;
}

.i-example__btn {
  position: relative!important;
  width: 300px;
  background-color: #333;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .i-example__btn {
    width: 70%;
    margin: 20px auto 0 auto;
  }
}
.i-example__btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #D70C1F;
  background-color: #fff;
}
.i-example__btn span {
  color: #fff;
}
.i-example__btn span:hover {
  color: #D70C1F;
}
.i-example__btn::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #ffffff;
}
.i-example__btn:hover::before {
  border-top: solid 1.5px #D70C1F;
  border-right: solid 1.5px #D70C1F;
}
.i-example__btn::after {
  background-color: #D70C1F;
  border-bottom: 0px solid #fff;
}
.i-example__btn:hover::after {
  background-color: #fff;
  border-bottom: 2px solid #ffffff;
}
.i-example__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 12px 25px 12px 25px;
  font-size: 15px;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.i-example__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.i-example__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.i-example__btn:hover::before {
  border-top: solid 1.5px #D70C1F;
  border-right: solid 1.5px #D70C1F;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.i-example__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.i-example__btn:hover::after {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}




.i-items {
  width: 100%;
  height: auto;
  padding: 120px 0 0 0;
}

@media screen and (max-width: 767px) {
  .i-items {
    width: 100%;
    height: auto;
    padding: 100px 0 0 0;
  }
}

.i-items__titlebox {
  position: relative;
}

.i-items__title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  margin: 0 auto 40px auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  color: #2A2A2A;
  z-index: 2;
}

.i-items__sankaku {
  position: absolute;
  display: block;
  top: 7px;
  left: -97px;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 0;
  border-top: 66px solid #F2F2F2;
  border-right: 66px solid transparent;
}

.i-items__block {
  width: 1000px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #F2F2F2;
  padding: 40px 50px 40px 40px;
  margin: 0 auto 40px auto;
}

@media screen and (max-width: 767px) {
  .i-items__block {
    width: 92%;
    display: block;
    padding: 40px 35px 40px 35px;
    margin: 0 auto 35px auto;
  }
}

.i-items__image {
  width: 40%;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
}

.i-items__img {
  width: 100%;
}

.i-items__content {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .i-items__image {
    width: 100%;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
    margin: 0 0 20px 0;
  }

  .i-items__content {
    width: 100%;
  }  
}

.i-items__name {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #2a2a2a;
  position: relative;
  border-bottom: 2px solid #fff;
  padding: 0 0 8px 0;
  margin: 0 0 20px 0;
}

.i-items__name::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #D70D1F;
}

@media screen and (max-width: 767px) {
  .i-items__name {
    font-size: 19px;
    font-weight: 900;
    padding: 0 0 8px 0!important;
  }  
}

.i-items__dl {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 4px 0 4px 0!important;
  margin: 0 0 10px 0;
}

.i-items__dt {
  width: 30%;
  border-right: 2px solid #909090;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding: 2px 0 2px 30px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .i-items__dt {
    width: 30%;
    padding: 3px 0 3px 16px;
    font-size: 15px;
  }
  .i-items__dd {
    width: 70%;
    font-family: "noto-sans-cjk-jp", sans-serif;
    padding: 6px 0 6px 16px!important;
  }
}

.i-items__dd {
  width: 70%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding: 6px 0 6px 30px!important;
}

.i-items__caption {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #2a2a2a;
  padding: 0 0 0 0;
}






.i-movie {
  width: 100%;
}

.i-movie__inner {
  width: 100%;
  padding: 80px 0 94px 0;
  background: url("../../img/t-image/e-movie-bg02.jpg") center no-repeat;
  background-size: cover;
}

.i-movie__title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #fff;
  margin: 0 0 40px 0;
}

.i-movie__flex {
  width: 680px;
  display: block;
  /* align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse; */
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px) {
  .i-movie__flex {
    width: 92%;
    display: block;
  }
}

.i-movie-video {
  position: relative;
  width: 100%;
  margin: 0 0 45px 0;
  z-index: 5;
}
.i-movie-video img {
  position: absolute;
  width: 100px;
  right: -14px;
  bottom: -14px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .i-movie-video {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .i-movie-video img {
    position: absolute;
    width: 90px;
    right: -11px;
    bottom: -11px;
    z-index: 0;
  }
}
.i-movie-video iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 383px;
  z-index: 50;
  transition: 0.3s;
}
.i-movie-video-box {
  position: relative;
  width: 100%;
  z-index: 30;
  transition: 0.3s;
}
.i-movie-video iframe:hover {
  opacity: 0.7;
  transition: .3s;
}
.i-movie-video-box::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(255, 255, 255);
}

.i-movie__list {
  width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .i-movie__list {
    width: 100%;
  }
}

.i-movie__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.i-movie__item img {
  width: 52px;
}

.i-movie__item p {
  width: 100%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  padding: 15.3px 18px;
}

@media screen and (max-width: 767px) {
  .i-movie__item img {
    width: 40px;
  }
  .i-movie__item p {
    padding: 7px 12px!important;
  }
}



.i-how {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
  padding: 100px 0 60px 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .i-how {
    padding: 60px 0 20px 0;
  }
}

.i-how__titlebox {
  position: relative;
}

.i-how__title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  margin: 0 auto 40px auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  color: #2A2A2A;
  z-index: 2;
}

.i-how__sankaku {
  position: absolute;
  display: block;
  top: 7px;
  left: -97px;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 0;
  border-top: 66px solid white;
  border-right: 66px solid transparent;
}

.i-how__block {
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 40px 0;
  border-top: 2px solid #CCCCCC;
}

.i-how__flex {
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .i-how__block {
    width: 95%;
  }
  
  .i-how__flex {
    width: 92%;
    display: block;
  }
}


.i-how__image {
  width: 35%;
  background-color: #fff;
  padding: 0 20px;
}

.i-how__image img {
  width: 100%;
}

.i-how__content {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .i-how__image {
    width: 100%;
    margin: 0 0 15px 0;
  }
  
  .i-how__content {
    width: 100%;
  }
}

.i-how__box {
  width: 100%;
  background-color: #fff;
  padding: 20px 30px;
}

.i-how__head {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  color: #2A2A2A;
}

.i-how__space {
  margin: 0 0 12px 0;
}

@media screen and (max-width: 767px) {
  main p {
      padding: 0 0 0 0!important;
      line-height: 26px;
  }
}

.i-how__head span {
  width: 90px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #0086CD;
  padding: 4px 0;
  margin: 0 30px 0 0;
}

.i-how__text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  padding: 20px 0 20px 8px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .i-how__text {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 500;
    font-family: "noto-sans-cjk-jp", sans-serif;
    letter-spacing: 0.05em;
    padding: 20px 0 20px 8px!important;
    line-height: 1.6;
  }
}

.i-how__btn {
  position: relative;
  display: block;
  width: 260px;
  background-color: #333333;
  padding: 12px 25px 12px 25px;
  text-align: left;
  margin: 0 0 0 0;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.i-how__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.i-how__btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.i-how__btn:hover::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  right: 22px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .i-how__btn {
    margin: 0 auto 0 auto;
  }
}

.i-product {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.i-product__inner {
  padding: 105px 0 120px 0;
}

@media screen and (max-width: 767px) {
  .i-product__inner {
    padding: 64px 0 100px 0;
  }
}

.i-product__titlebox {
  position: relative;
}

.i-product__title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  margin: 0 auto 40px auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  color: #2A2A2A;
  z-index: 2;
}

.i-product__sankaku {
  position: absolute;
  display: block;
  top: 7px;
  left: -97px;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 0;
  border-top: 66px solid #F2F2F2;
  border-right: 66px solid transparent;
}

.i-product__flex {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.i-product__box {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .i-product__flex {
    width: 92%;
    display: block;
  }
  
  .i-product__box {
    width: 100%;
    margin: 0 0 -1px 0;
  }
}

main table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  main table {
    margin: 0 0 0 0!important;
  }  
}

main table th {
  position: relative;
  width: 200px!important;
  padding: 18px 20px;
  background: #F2F2F2;
  text-align: left;
  border: 2px solid #CCCCCC;

  font-size: 16px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  color: #2A2A2A;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  main table th {
    width: 100%!important;
    border: 1px solid #CCCCCC;
  }
}

main table td {
  font-size: 16px;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
  color: #2A2A2A;
  border: 2px solid #CCCCCC;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  main table td {
    width: 100%!important;
    border: 1px solid #CCCCCC;
    padding: 18px 20px;
  }
}

.i-product__padding {
  padding: 50px 20px!important;
}

@media screen and (max-width: 767px) {
  .i-product__padding {
    padding: 18px 20px!important;
  }
}

@media screen and (max-width: 767px) {
  .i-product__box table tr {
    display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 0 -1px 0;
  }
  .i-product__box table tr td {
    display: none;
  }
  .i-product__box table tr td.active {
    width: 100%;
  }
  .i-product__box table tr th::after {
    position: absolute;
    top: 1px;
    right: 25px;
    bottom: 0;
    content: "";
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: solid 0.4vw #333333;
    border-right: solid 0.4vw #333333;
    width: 1.6vw;
    height: 1.6vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .i-product__box table tr th.active::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}