@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.un_toshiLead {
  margin-bottom: 60px;
  margin-bottom: 16vw;
}
@media screen and (min-width: 750px) {
  .un_toshiLead {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 750px) {
  .un_toshiLead_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 80px;
  }
}
@media screen and (min-width: 750px) {
  .un_toshiLead_cont {
    width: 460px;
  }
}
.un_toshiLead_hl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_toshiLead_hl {
    display: inline-block;
    background: #338bbe;
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
.un_toshiLead_hl span {
  display: inline-block;
  background: #338bbe;
  color: #fff;
  font-size: 24px;
  font-size: 6.4vw;
  letter-spacing: 0.08em;
  padding-left: 10px;
  padding-left: 2.6666666667vw;
  padding-right: 10px;
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_toshiLead_hl span {
    font-size: 2.4rem;
    padding: 0;
    background: none;
  }
}
.un_toshiLead_btn {
  margin-top: 40px;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_toshiLead_btn {
    margin-top: 40px;
    width: 280px;
  }
}
.un_toshiLead_img {
  margin-top: 60px;
  margin-top: 16vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 750px) {
  .un_toshiLead_img {
    width: 620px;
    margin: 0 0 0 -120px;
  }
}

.un_toshiEstimate {
  padding-top: 40px;
  padding-top: 10.6666666667vw;
  padding-bottom: 75px;
  padding-bottom: 20vw;
  background: #677881;
  position: relative;
}
@media screen and (min-width: 750px) {
  .un_toshiEstimate {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.un_toshiEstimate::after {
  display: block;
  content: "";
  width: 90px;
  width: 24vw;
  height: 108px;
  height: 28.8vw;
  background-image: url(../../img/toshi/img_toshi_estimate01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  left: 5vw;
  bottom: 0;
}
@media screen and (min-width: 750px) {
  .un_toshiEstimate::after {
    width: 170px;
    height: 210px;
    left: calc(50% - 390px);
  }
}
.un_toshiEstimate_hl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  gap: 3.2vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  margin-bottom: 8vw;
}
@media screen and (min-width: 750px) {
  .un_toshiEstimate_hl {
    gap: 20px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.un_toshiEstimate_hl::before, .un_toshiEstimate_hl::after {
  display: block;
  content: "";
  background: #fff;
  width: 2px;
  height: 25px;
  position: relative;
  top: 1px;
}
.un_toshiEstimate_hl::before {
  transform: rotate(-35deg);
}
.un_toshiEstimate_hl::after {
  transform: rotate(35deg);
}
.un_toshiEstimate_btn {
  margin: 0 auto;
  width: 320px;
  width: 85.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_toshiEstimate_btn {
    width: 320px;
  }
}

.un_toshiPlus__outline {
  background: #338bbe;
  color: #fff;
  margin-top: 60px;
  margin-top: 16vw;
  padding-top: 60px;
  padding-top: 16vw;
  padding-bottom: 50px;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__outline {
    margin-top: 0;
    padding: 60px 0;
  }
}
.un_toshiPlus__outline_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.un_toshiPlus__outline_lead {
  font-size: 16px;
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.875;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__outline_lead {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.un_toshiPlus__outline_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 8vw;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 40px;
  padding-top: 10.6666666667vw;
  padding-bottom: 40px;
  padding-bottom: 10.6666666667vw;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__outline_list {
    flex-direction: row;
    gap: 60px;
    padding: 40px 100px;
  }
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__outline_listItem {
    width: 240px;
  }
}
.un_toshiPlus__outline_listItem figure {
  display: block;
  width: 120px;
  width: 32vw;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__outline_listItem figure {
    width: 190px;
    margin-bottom: 20px;
  }
}
.un_toshiPlus__outline_listItem dl dt {
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__outline_listItem dl dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.un_toshiPlus__outline_listItem dl dd {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__outline_listItem dl dd {
    font-size: 1.4rem;
    text-align: left;
  }
}
.un_toshiPlus__outline_end {
  margin-top: 40px;
  margin-top: 10.6666666667vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__outline_end {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}

.un_toshiPlus__merit {
  background: #e2edf4;
  padding-top: 60px;
  padding-top: 16vw;
  padding-bottom: 195px;
  padding-bottom: 52vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__merit {
    padding: 60px 0;
  }
}
.un_toshiPlus__merit::before, .un_toshiPlus__merit::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
}
.un_toshiPlus__merit::before {
  width: 96px;
  width: 25.6vw;
  height: 154px;
  height: 41.0666666667vw;
  background-image: url(../../img/toshi/img_toshi_plus04.png);
  left: 54px;
  left: 14.4vw;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__merit::before {
    width: 135px;
    height: 218px;
    left: calc(50% - 520px);
  }
}
.un_toshiPlus__merit::after {
  width: 120px;
  width: 32vw;
  height: 140px;
  height: 37.3333333333vw;
  background-image: url(../../img/toshi/img_toshi_plus05.png);
  right: 55px;
  right: 14.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__merit::after {
    width: 165px;
    height: 195px;
    right: calc(50% - 520px);
  }
}
.un_toshiPlus__merit_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.un_toshiPlus__merit_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 8vw;
  background: #fff;
  border: 1px solid #338bbe;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 40px;
  padding-top: 10.6666666667vw;
  padding-bottom: 50px;
  padding-bottom: 13.3333333333vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__merit_list {
    gap: 40px;
    padding: 40px 60px;
    width: 740px;
  }
}
.un_toshiPlus__merit_list::before, .un_toshiPlus__merit_list::after {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
}
.un_toshiPlus__merit_list::before {
  content: url(../../img/toshi/img_toshi_plus_list.svg);
  z-index: 1;
}
.un_toshiPlus__merit_list::after {
  content: "";
  border-top: 30px solid #e2edf4;
  border-left: 52px solid transparent;
}
.un_toshiPlus__merit_listItem {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.38;
  padding-bottom: 8px;
  background-image: repeating-linear-gradient(90deg, #338bbe, #338bbe 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__merit_listItem {
    font-size: 2rem;
  }
}
.un_toshiPlus__merit_listItem strong {
  font-weight: 500;
  color: #338bbe;
}
.un_toshiPlus__merit_end {
  margin-top: 40px;
  margin-top: 10.6666666667vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__merit_end {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.un_toshiPlus__merit_end strong {
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 500;
  color: #338bbe;
}
@media screen and (min-width: 750px) {
  .un_toshiPlus__merit_end strong {
    font-size: 2.4rem;
  }
}

.un_toshiShop {
  margin-top: 60px;
  margin-top: 16vw;
}
@media screen and (min-width: 750px) {
  .un_toshiShop {
    margin: 60px 0 80px;
  }
}
.un_toshiShop_ttl {
  background: #338bbe;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding: 30px;
  padding: 8vw;
  padding-top: 15px;
  padding-top: 4vw;
  padding-bottom: 15px;
  padding-bottom: 4vw;
  color: #fff;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .un_toshiShop_ttl {
    padding: 15px;
    font-size: 2rem;
  }
}
.un_toshiShop_cont {
  background: #fff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  padding: 30px;
  padding: 8vw;
  padding-top: 30px;
  padding-top: 8vw;
  padding-bottom: 15px;
  padding-bottom: 4vw;
}
@media screen and (min-width: 750px) {
  .un_toshiShop_cont {
    padding: 40px 110px;
  }
}
.un_toshiShop_cont table {
  caption-side: bottom;
  border-bottom: 1px solid #338bbe;
}
.un_toshiShop_cont table caption {
  text-align: left;
  margin-top: 20px;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_toshiShop_cont table caption {
    margin-top: 20px;
  }
}
.un_toshiShop_cont table tr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 2.6666666667vw;
  border-top: 1px solid #338bbe;
  padding-top: 20px;
  padding-top: 5.3333333333vw;
  padding-bottom: 20px;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_toshiShop_cont table tr {
    flex-direction: row;
    gap: 80px;
    padding: 20px 0;
  }
}
.un_toshiShop_cont table tr th,
.un_toshiShop_cont table tr td {
  display: block;
}
@media screen and (min-width: 750px) {
  .un_toshiShop_cont table tr th,
  .un_toshiShop_cont table tr td {
    display: inline-block;
  }
}
.un_toshiShop_cont table tr th {
  color: #338bbe;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 750px) {
  .un_toshiShop_cont table tr th {
    width: 7em;
  }
}
@media screen and (min-width: 750px) {
  .un_toshiShop_cont table tr td {
    width: calc(100% - 7em - 80px);
  }
}
.un_toshiShop_cont table tr td ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_toshiShop_cont table tr td ul {
    align-items: flex-start;
    flex-direction: row;
    gap: 30px;
  }
}
.un_toshiShop_cont table tr td ul li:nth-child(1) {
  width: 280px;
  width: 74.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_toshiShop_cont table tr td ul li:nth-child(1) {
    width: 217px;
  }
}
.un_toshiShop_cont table tr td ul li:nth-child(2) {
  width: 230px;
  width: 61.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_toshiShop_cont table tr td ul li:nth-child(2) {
    width: 231px;
  }
}

.un_toshi_hl {
  display: inline-block;
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 500;
  border-bottom: 2px solid #94c6e3;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_toshi_hl {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.ly_pageHead::after {
  background-image: url(../../img/toshi/img_toshi_kv_smp.jpg);
}
@media screen and (min-width: 750px) {
  .ly_pageHead::after {
    background-image: url(../../img/toshi/img_toshi_kv.jpg);
  }
}/*# sourceMappingURL=style.css.map */