@charset "UTF-8";

.method {
  width: 100%;
  height: auto;
}

.method__inner {
  position: relative;
  padding: 110px 0 0 0;
}

.method__title {
  font-size: 32px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 45px 0;
}

@media screen and (max-width: 767px) {
  .method__title {
    font-size: 28px;
    margin: 0 0 40px 0;
  }
}

.method__txt {
  width: 850px;
  font-size: 28px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #333;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 15px 0;

  border: 2px solid #D70D1F;
}

.method__txt span {
  font-size: 28px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #D70D1F;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .method__txt {
    width: 92%;
    font-size: 20px;
    margin: 0 auto 0 auto;
    padding: 15px 20px 17px 20px;
  }
  
  .method__txt span {
    font-size: 20px;
    color: #D70D1F;
  }
}

.method__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 0 0;
}

@media screen and (max-width: 767px) {
  .method__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
  }
}

.method__item {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #D70D1F;
  padding: 2px 20px 4px 20px;
  display: inline-block;
  margin: 0 18px 0 0;
}

.method__info {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2a2a2a;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .method__item {
    font-size: 13px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.05em;
    background-color: #D70D1F;
    padding: 2px 10px 4px 10px;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  
  .method__info {
    font-size: 13px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #2a2a2a;
    letter-spacing: 0.05em;
  }
}

.slate01 {
  width: 100%;
  height: auto;
}

.slate01__inner {
  position: relative;
  padding: 100px 0 0 0;
}

.slate01__item {
  position: absolute;
  bottom: -45px;
  right: 0;
  z-index: -1;
  width: calc(50vw + 500px);
}
.slate01__itemsp {
  display: none;
}

.slate01__title {
  font-size: 32px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 767px) {
  .slate01__item {
    display: none;
  }
  .slate01__itemsp {
    display: block;
    position: absolute;
    bottom: 108px;
    right: 0;
    z-index: -1;
    width: 100%;
  }

  .slate01__title {
    font-size: 28px;
    margin: 0 0 50px 0;
  }
}

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

@media screen and (max-width: 767px) {
  .slate01__flex {
    width: 88%;
    display: block;
  }
}

.slate01__name {
  font-size: 26px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #222222;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 30px 0;
}

.slate01__span01 {
  font-size: 26px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #0086CD;
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(transparent 70%, #D9EDF8 70%);
}

.slate01__span02 {
  font-size: 26px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #D70D1F;
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(transparent 70%, #FDF1F2 70%);
}

.slate01__txt {
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: left;
}

.slate01__left {
  width: 50%;
}

.slate01__image {
  position: relative;
  width: 50%;
}

.slate01__img {
  width: 90%;
  margin: 0 0 0 auto;
}

.slate01__pc-display {
  display: block!important;
}
.slate01__sp-display {
  display: none!important;
}

@media screen and (max-width: 767px) {
  .slate01__pc-display {
    display: none!important;
  }
  .slate01__sp-display {
    display: block!important;
  }

  .slate01__txt {
    margin: 55px 0 0 0;
  }  
  
  .slate01__name {
    font-size: 17px;
    margin: 0 0 30px 0;
  }
  
  .slate01__span01 {
    font-size: 17px;
  }
  
  .slate01__span02 {
    font-size: 17px;
  }

  .slate01__left {
    width: 100%;
  }
  
  .slate01__image {
    width: 100%;
  }
  
  .slate01__img {
    width: 100%;
    margin: 0 0 0 auto;
  }
}




.ba {
  width: 100%;
  height: auto;
}

.ba__inner {
  padding: 140px 0 0 0;
}

.ba__flex {
  width: 850px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 40px auto;
}

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

.ba__box {
  width: 49%;
}

.ba__img {
  width: 100%;
}

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

  .ba__flex {
    width: 88%;
    display: block;
    margin: 0 auto 0px auto;
  }
  
  .ba__flex02 {
    width: 88%;
    display: block;
    margin: 0 auto 0 auto;
  }
  
  .ba__box {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}

.ba__text {
  text-align: center;
  margin: 15px 0 0 0;
}

.ba__text span {
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: #0086CD;
  letter-spacing: 0.05em;
  padding: 4px 20px 6px 20px;
}

.ba__text02 {
  text-align: center;
  margin: 15px 0 0 0;
}

.ba__text02 span {
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: #D70D1F;
  letter-spacing: 0.05em;
  padding: 4px 20px 6px 20px;
}

.ba__content {
  width: 850px;
  margin: 30px auto 0 auto;
  background-color: #FDF1F2;
  padding: 40px 50px;
}

@media screen and (max-width: 767px) {
  .ba__content {
    width: 92%;
    margin: 30px auto 0 auto;
    padding: 30px 40px;
  }
}

.ba__detail01 {
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin: 0 0 20px 0;
}

.ba__detail02 {
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  line-height: 1.9;
}




.step {
  width: 100%;
  height: auto;
}

.step__inner {
  width: 850px;
  margin: 0 auto;
  padding: 130px 0 0 0;
}

.step__inner02 {
  width: 850px;
  margin: 0 auto;
  padding: 110px 0 0 0;
}

.step__title {
  display: block;
  font-size: 32px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #333;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 767px) {
  .step__inner {
    width: 88%;
    margin: 0 auto;
    padding: 130px 0 0 0;
  }

  .step__inner02 {
    width: 88%;
    margin: 0 auto;
    padding: 110px 0 0 0;
  }
  
  .step__title {
    display: block;
    font-size: 28px;
    margin: 0 0 60px 0;
  }
}

.step__block {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #F2F2F2;
  padding: 50px 50px 50px 50px;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 767px) {
  .step__block {
    position: relative;
    width: 100%;
    display: block;
    padding: 35px 30px 35px 30px;
    margin: 0 0 60px 0;
  }
}

.step__arrow {
  position: absolute;
  width: 120px;
  left: 0;
  right: 0;
  bottom: -28px;
  margin: auto;
}

.step__step {
  font-size: 18px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #D70D1F;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #D70D1F;
  padding: 0 0 6px 0;
}

.step__point {
  display: inline-block;
  font-size: 13px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  background-color: #D70D1F;
  letter-spacing: 0.05em;
  padding: 3px 15px;
  margin: 0 0 7px 0;
}

@media screen and (max-width: 767px) {
  .step__point {
    display: inline-block;
    font-size: 13px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background-color: #D70D1F;
    letter-spacing: 0.05em;
    padding: 3px 15px;
    margin: 12px 0 0px 0;
  }
}

.step__name {
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  margin: 10px 0 18px 0;
}

.step__txt {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.step__txt span {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #D70D1F;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.step__left {
  width: 49%;
}

.step__right {
  width: 50%;
}

.step__img {
  display: block;
  width: 95%;
  margin: 0 0 0 auto;
}

.step__movie {
  display: block;
  width: 95%;
  height: 200px;
  margin: 0 0 0 auto;
}

.step__moviesp {
  display: none;
}

.step__imgsp {
  display: none;
}

@media screen and (max-width: 767px) {
  .step__arrow {
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: auto;
  }

  .step__moviesp {
    display: block;
    width: 100%;
    height: 152px;
  }

  .step__imgsp {
    display: block;
    width: 100%;
  }

  .step__right {
    display: none;
  }

  .step__name {
    font-size: 20px;
    margin: 10px 0 14px 0;
  }

  .step__left {
    width: 100%;
  }
  
  .step__right {
    width: 100%;
  }
  
  .step__img {
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
  }

  .step__txt {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
}


.item {
  width: 100%;
  height: auto;
  padding: 120px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .item {
    padding: 40px 0 60px 0;
  }
  .item__space {
    padding: 110px 0 60px 0;
  }
}
.item__inner {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item__inner {
    width: 88%;
  }
}
.item__inner02 {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item__inner02 {
    width: 88%;
  }
}
.item__title {
  position: relative;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #F2F2F2;
  padding: 0 0 16px 0;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .item__title {
    font-size: 28px;
  }
}
.item__title::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 7%;
  height: 2px;
  content: "";
  background: #D70D1F;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
@media screen and (max-width: 767px) {
  .item__title::before {
    width: 15%;
  }
}
.item__flex {
  width: 100%;
  display: flex;
  justify-content: center;
}
.item__flex02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.item__box {
  width: 37%;
  background-color: #fff;
  padding: 16px 16px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
  margin: 0 30px 0 30px;
}
.item__box02 {
  width: 32%;
  background-color: #fff;
  padding: 16px 16px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
  margin: 0 0px 0 0px;
}
@media screen and (max-width: 767px) {
  .item__flex {
    width: 100%;
    display: block;
  }
  .item__flex02 {
    width: 100%;
    display: block;
  }
  .item__box {
    width: 100%;
    padding: 30px 25px;
    margin: 0 0 30px 0;
  }
  .item__box02 {
    width: 100%;
    padding: 30px 25px;
    margin: 0 0 30px 0;
  }
}
.item__img {
  width: 100%;
}
.item__txt {
  display: block;
  height: 170px;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 767px) {
  .item__txt {
    height: auto;
    margin: 10px 0 20px 0;
  }
}
.item__txt02 {
  display: block;
  height: 147px;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 767px) {
  .item__txt02 {
    height: auto;
    margin: 10px 0 20px 0;
  }
}
.item__txt03 {
  display: block;
  height: 196px;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 767px) {
  .item__txt {
    height: auto;
    margin: 10px 0 20px 0;
  }
}
.item__txt04 {
  display: block;
  height: 175px;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 767px) {
  .item__txt {
    height: auto;
    margin: 10px 0 20px 0;
  }
}
.item__btn01 {
  position: relative;
  display: block;
  width: 100%;
  background-color: #D70D1F;
  padding: 12px 25px 12px 25px;
  text-align: left;
  margin: 0 auto;
  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) {
  .item__btn01 {
    font-size: 14px;
  }
}
.item__btn01::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;
}
.item__btn01:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item__btn01: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;
}
.item__btn02 {
  position: relative;
  display: block;
  width: 100%;
  background-color: #333333;
  padding: 12px 25px 12px 25px;
  text-align: left;
  margin: 15px auto 0 auto;
  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) {
  .item__btn02 {
    font-size: 14px;
    margin: 10px auto 0 auto;
  }
}
.item__btn02::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;
}
.item__btn02:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item__btn02: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;
}
.item__btn03 {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 25px 12px 25px;
  text-align: left;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .item__btn02 {
    font-size: 14px;
    margin: 10px auto 0 auto;
  }
}



.work {
  width: 100%;
  height: auto;
}
.work__inner002 {
  padding: 50px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .work__inner002 {
    padding: 40px 0 100px 0;
  }
}
.work__inner003 {
  padding: 120px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .work__inner003 {
    padding: 100px 0 100px 0;
  }
}
.work__block {
  width: 1000px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .work__block {
    width: 100%;
  }
}
.work__title {
  position: relative;
  font-size: 32px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .work__title {
    font-size: 28px;
  }
}
.work__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .work__flex {
    margin: 40px 0 0 0;
  }
}
.work__category01 {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #0086CD;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 18px;
}
.work__category02 {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 18px;
}
.work__logo {
  display: block;
  margin: 18px 0 10px 0;
}
.work__post {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .work__post {
    width: 80%;
    margin: 0 auto;
  }
}
.work__post:hover .work__image {
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.work__image {
  width: 100%;
  display: block;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
  margin: 0 0 20px 0;
}
.work__img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.work__theme {
  font-size: 14px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.work__btn {
  position: relative;
  display: block;
  width: 290px;
  background-color: #D70D1F;
  text-align: center;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .work__btn {
    width: 84%;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 110px auto 0 auto;
  }
}
.work__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 18px 15px 0;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.work__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #D70D1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.work__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);
}
.work__btn:hover::before {
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  z-index: 100;
}
.work__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 0px solid #fff;
}
.work__btn:hover::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 2px solid #D70D1F;
}


@media screen and (max-width: 767px) {
  .p-f-lower__btn a {
    font-size: 26px;
    border-top: none;
  }
}

.splide {
  visibility: visible !important;
}
.splide__slide {
  width: 31%!important;
  display: block;
}
@media screen and (max-width: 767px) {
  .splide__slide {
    width: 100%!important;
    display: block;
  }
}
.splide__track {
  margin: 0 0 20px 0;
}
.splide__width {
  width: 100% !important;
  display: flex;
}
.splide__slide02 {
  width: 100%;
  display: block;
}
.splide__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.splide__pagination__page {
  background: #F2F2F2 !important;
  border: 0;
  border-radius: 0% !important;
  display: inline-block;
  height: 7px !important;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 30px !important;
}

.splide__pagination__page.is-active {
  background: #5A5A5A !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 1;
}

.splide__pagination {
  bottom: -40px !important;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -3.5em !important;
  }
}

.splide__track {
  width: 100% !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1 !important;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow--prev {
  left: -45px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.splide__arrow--prev:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6 !important;
}
@media screen and (max-width: 767px) {
  .splide__arrow--prev {
    left: 5px !important;
  }
}

.splide__arrow--next {
  right: -45px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.splide__arrow--next:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6 !important;
}
@media screen and (max-width: 767px) {
  .splide__arrow--next {
    right: 5px !important;
  }
}

.splide__arrow svg {
  fill: #D70D1F !important;
  height: 100px !important;
  width: 100px !important;
}



.cta01 {
  width: 100%;
  height: auto;
}

.cta01__inner {
  padding: 0 0 100px 0;
}

.cta01__flex {
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .cta01__flex {
    width: 88%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }
}
.cta01__navbtn {
  position: relative;
  display: block;
  text-align: left;
}
.cta01__navbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  padding: 18px 0 18px 20px;
  font-size: 15px;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cta01__navbtn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cta01__navbtn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cta01__navbtn:hover::before {
  z-index: 100;
}
.cta01__navbtn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cta01__navbtn:hover::after {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cta01__navbtn {
  width: 31%;
  background-color: #333333;
  margin: 25px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .cta01__navbtn {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.cta01__navbtn span {
  color: #fff;
}
.cta01__navbtn span:hover {
  color: #D70D1F;
}
.cta01__navbtn::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
}
.cta01__navbtn:hover::before {
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
}
.cta01__navbtn::after {
  background-color: #D70D1F;
  border-bottom: 0px solid #fff;
}
.cta01__navbtn:hover::after {
  background-color: #fff;
  border-bottom: 2px solid #D70D1F;
}

.step__btn {
  position: relative;
  display: block;
  width: 340px;
  background-color: #333333;
  padding: 15px 25px 15px 25px;
  text-align: left;
  margin: 20px auto 0 auto;
  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) {
  .step__btn {
    font-size: 14px;
    width: 100%;
    padding: 14px 45px 14px 25px;
    margin: 0px auto 0 auto;
  }
}
.step__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;
}
.step__btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.step__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;
}



.explain {
  width: 100%;
  height: auto;
  padding: 130px 0 0px 0;
}
@media screen and (max-width: 767px) {
  .explain {
    padding: 100px 0 80px 0;
  }
  .explain__space {
    padding: 100px 0 0px 0!important;
  }
}
.explain__inner {
  position: relative;
  width: 100%;
  padding: 0 0 70px 0;
}
.explain__inner::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  content: "";
  width: 1000px;
  height: 500px;
  margin: auto;
  background-color: #F2F2F2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .explain__inner::before {
    width: 100%;
    height: 440px;
  }
}
.explain__block {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .explain__block {
    width: 92%;
  }
}
.explain__title {
  font-size: 32px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .explain__title {
    font-size: 28px;
    margin: 0 0 65px 0;
  }
}
.explain__movie {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .explain__movie {
    margin: 0 0 20px 0;
  }
}
.explain__movie::before {
  position: absolute;
  display: block;
  content: "";
  top: -15px;
  left: -15px;
  width: 150px;
  height: 150px;
  background: url("../../img/t-image/red-item.png") center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .explain__movie::before {
    top: -10px;
    left: -10px;
    width: 110px;
    height: 110px;
  }
}
.explain__movie iframe {
  width: 100%;
  height: 450px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.explain__movie iframe:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .explain__movie iframe {
    height: 220px;
  }
}
.explain__youtubelogo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 156px !important;
  height: 110px !important;
  margin-left: -77px;
  margin-top: -55px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .explain__youtubelogo {
    display: none;
  }
}
.explain__content {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .explain__content {
    padding: 30px 14px;
  }
}
.explain__txt {
  text-align: center;
  font-size: 14px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
  margin: 0 0 20px 0;
}
.explain__txt span {
  font-size: 14px;
  color: #333333;
  background-color: #FDF1F2;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.explain__txt02 {
  text-align: center;
  font-size: 17px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .explain__txt02 {
    font-size: 15px;
  }
}
.explain__txt02 span {
  font-size: 17px;
  color: #D70D1F;
  background-color: #FDF1F2;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .explain__txt02 span {
    font-size: 15px;
  }
}



.warning__inner {
  padding: 30px 0 0 0;
}

.warning__title {
  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 50px auto;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .warning__title {
    text-align: center;
    font-size: 28px;
  }
}

.warning__title::after {
  content: "";
  background: url(../../img/common/connection-title.svg) center center no-repeat;
  width: 66px;
  height: 66px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.warning__box {
  width: 850px;
  margin: 0 auto 0 auto;
  background-color: #FDF1F2;
  padding: 40px 50px;
}

@media screen and (max-width: 767px) {
  .warning__box {
    width: 88%;
    margin: 0 auto 0 auto;
    padding: 30px 35px;
  }
}

.warning__link {
  position: relative;
  display: block;
  width: 350px;
  background-color: #333333;
  padding: 12px 25px 12px 25px;
  text-align: left;
  margin: 35px auto 22px auto;
  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) {
  .warning__link {
    font-size: 14px;
    margin: 10px auto 0 auto;
  }
}
.warning__link::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;
}
.warning__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.warning__link: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;
}

.warning__txt {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.warning table {
  width: 850px;
  margin: 35px auto 0 auto;
  border-collapse: collapse;
  border-spacing: 1px;
  line-height: 26px;
}

.warning table th {
  width: 350px;
  border: 1px solid #D4D4D4;
  padding: 18px 20px;
  background: #F2F2F2;
  text-align: left;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
}

.warning table td {
  border: 1px solid #D4D4D4;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
}

@media screen and (max-width: 767px) {
  .warning table {
    width: 88%;
    margin: 20px auto 0 auto;
    border-collapse: collapse;
    border-spacing: 1px;
    line-height: 26px;
  }
  
  .warning table th {
    width: 90px;
    border: 1px solid #D4D4D4;
    padding: 18px 20px;
    background: #F2F2F2;
    text-align: left;
    font-size: 15px;
  }
  
  .warning table td {
    border: 1px solid #D4D4D4;
    padding: 20px 20px 20px 20px;
    font-size: 15px;
  }
}

.warning table td a {
  border-bottom: 1px solid #333;
}


.garuba {
  width: 100%;
  height: auto;
  background: url("../../img/t-image/garuba-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 110px 0 110px 0;
  margin: 100px 0 0 0;
}

.garuba__inner {
  width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .garuba {
    width: 100%;
    height: auto;
    padding: 90px 0 90px 0;
    margin: 100px 0 0 0;
  }
  
  .garuba__inner {
    width: 88%;
    margin: 0 auto;
  }
}

.garuba__title {
  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 50px auto;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .garuba__title {
    text-align: center;
    font-size: 28px;
    margin: 0 auto 40px auto;
  }
}

.garuba__movie {
  position: relative;
  width: 100%;
  margin: 0 0 50px 0;
}

.garuba__movie iframe {
  position: relative;
  width: 100%;
  height: 366px;
  z-index: 5;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .garuba__movie iframe {
    position: relative;
    width: 100%;
    height: 194px;
    z-index: 5;
    transition: .3s;
  }
}
.garuba__movie iframe:hover {
  opacity: .6;
  transition: .3s;
}

.garuba__sankaku {
  position: absolute;
  width: 90px;
  height: 90px;
  right: -20px;
  bottom: -20px;
  z-index: 1;
}

.garuba__box {
  width: 85%;
  margin: 0 auto;
}

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

.garuba__list {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #F2F2F2;
  margin: 0 0 10px 0;

  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  padding: 11px 0 11px 64px;
}

@media screen and (max-width: 767px) {
  .garuba__list {
    height: 50px;
  }
}

.garuba__list::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 45px;
  content: '';
  background: url("../../img/t-image/check-icons.png") center no-repeat;
  background-size: contain;
  margin: 0 15px 0 0;
}

.garuba__list::before {
  width: 50px;
  height: 50px;
}