@charset "UTF-8";
body .wrap .scroll {
  width: 100%;
}
body .wrap .scrollbar {
  width: 100%;
}
body .wrap .scroll02 {
  width: 100%;
}
body .wrap .scrollbar02 {
  width: 100%;
}
body .wrap .scroll03 {
  width: 100%;
}
body .wrap .scrollbar03 {
  width: 100%;
}
body .wrap .scroll04 {
  width: 100%;
}
body .wrap .scrollbar04 {
  width: 100%;
}
body .wrap .scroll05 {
  width: 100%;
}
body .wrap .scrollbar05 {
  width: 100%;
}
body .wrap .imasugu {
  width: 108.7142857143%;
  top: 8%;
  right: 0;
  left: 0;
}
@media (max-width: 700px) {
  body .wrap .imasugu {
    width: 100%;
  }
}


body .wrap2 .scroll06 {
  width: 100%;
}
body .wrap2 .scrollbar6 {
  width: 100%;
}
body .wrap2 .scroll007 {
  width: 100%;
}
body .wrap2 .scrollbar7 {
  width: 100%;
}
body .wrap2 .scroll08 {
  width: 100%;
}
body .wrap2 .scrollbar8 {
  width: 100%;
}
body .wrap2 .scroll09 {
  width: 100%;
}
body .wrap2 .scrollbar9 {
  width: 100%;
}
body .wrap2 .scroll10 {
  width: 100%;
}
body .wrap2 .scrollbar10 {
  width: 100%;
}
body .wrap2 .scroll11 {
  width: 100%;
}
body .wrap2 .scrollbar11 {
  width: 100%;
}


body .wrap .menu {
  width: 53%;
  top: 63.5%;
  right: auto;
  left: 0;
}
body .wrap .nagare {
  width: 100%;
}
body .wrap .pc_back {
  width: 205.7142857143%;
}
body .wrap .popup {
  width: 110.7142857143%;
}
body .wrap .ryoukin {
  width: 53.5%;
  top: 63.5%;
  right: 0;
  left: auto;
}
body .wrap .sen {
  width: 91.1428571429%;
}
body .wrap .step1 {
  width: 12.2857142857%;
}
body .wrap .step2 {
  width: 12.2857142857%;
}
body .wrap .step3 {
  width: 12.2857142857%;
}
body .wrap .tonai {
  width: 63.1428571429%;
  top: 0%;
  right: 0;
  left: 0;
}
body .wrap .tyuui {
  width: 94.8571428571%;
}
body .wrap .waku {
  width: 91.1428571429%;
}
body .wrap .yubi {
  width: 38.2857142857%;
}

p {
  margin: 0;
}

span {
  color: #5AB6BF;
}

span.underline {
  position: relative;
}
span.underline:after {
  content: "";
  width: 100%;
  height: 0.3em;
  background-color: #5AB6BF;
  opacity: 0.5;
  position: absolute;
  bottom: 0.15em;
  left: 0;
}

span.yellow {
  color: var(--color-575757);
  background-color: var(--color-ffff00);
}

span.small {
  color: var(--color-575757);
  font-size: var(--size-20);
}
@media (max-width: 700px) {
  span.small {
    font-size: var(--size-SP20);
  }
}

body {
  margin: 0;
  font-family: var(--font-noto);
  color: var(--color-575757);
  background: url(../images/bg.webp) no-repeat center top/cover fixed;
  min-height: 100vh;
  width: 100%;
}
body .wrap {
  max-width: 700px;
  width: 100%;
  margin: 5% auto 0;
}
@media (max-width: 750px) {
  body .wrap {
    margin: 0% auto 0;
  }
}
body .wrap img {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
body .wrap .por {
  position: relative;
}

body .wrap .por2 {
  position: relative;
}
body .wrap .poa {
  position: absolute;
}
body .wrap .btn_container {
  /* ポップアップwindow部分 */
  /* オーバーレイの背景部分 */
  /* ウィンドウ部分 */
  /* 閉じるボタン */
  /* クリックで表示 */
  height: 240px;
  background-color: #E8E8E8;
  padding: 0 0 16px 0;
}
body .wrap .btn_container input {
  display: none;
}
body .wrap .btn_container #overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body .wrap .btn_container #bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 80;
}
body .wrap .btn_container #window {
  width: auto;
  height: 95vh;
  position: fixed;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
}
body .wrap .btn_container #window > img {
  width: auto;
  display: flex;
  height: 100%;
  margin: 0 auto;
}
body .wrap .btn_container #window .btn {
  right: 0;
  left: 0;
  margin: 0 auto;
  height: auto;
  width: 75%;
}
body .wrap .btn_container #window .btn1 {
  top: 37%;
  bottom: auto;
}
body .wrap .btn_container #window .btn2 {
  top: 65%;
  bottom: auto;
}
body .wrap .btn_container #window .btn3 {
  top: 16%;
  bottom: auto;
}
@media (max-width: 750px) {
  body .wrap .btn_container #window {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
  }
  body .wrap .btn_container #window .main-img {
    width: 100%;
    height: auto;
  }
  body .wrap .btn_container #window .btn1 {
    top: 37%;
  }
  body .wrap .btn_container #window .btn2 {
    top: 65%;
  }
  body .wrap .btn_container #window .btn3 {
    top: 16%;
  }
  body .wrap .btn_container {
    height: 36vw;
	}
  body .wrap .btn_container03{
	width: 100%;
    height: 365px;
    background-color: #fff;
	}
}
body .wrap .btn_container #btn_cloth {
  position: absolute;
  top: 0px;
  right: 37px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c5c5c5;
  border-radius: 50%;
  border: solid 3px #fff;
  z-index: 100;
  cursor: pointer;
  box-shadow: 4px 2px 10px -5px #777777;
}
@media (max-width: 750px) {
  body .wrap .btn_container #btn_cloth {
    right: 3vw;
  }
}
body .wrap .btn_container #btn_cloth:hover {
  opacity: 0.7;
}
body .wrap .btn_container #btn_cloth span,
body .wrap .btn_container #btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #888888;
}
body .wrap .btn_container #btn_cloth span {
  transform: rotate(45deg);
}
body .wrap .btn_container #btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
body .wrap .btn_container .popup:checked ~ #overlay {
  visibility: visible;
  pointer-events: painted;
}
body .wrap .btn_container .popup:checked ~ #overlay #window {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
body .wrap .btn_container03 {
  height: 240px;
}
@media (max-width: 700px) {
  body .wrap .btn_container03 {
    height: 36vw;
    background-color: #ffffff;
  }
}
body .wrap .btn_container03 .tonai {
  top: 5%;
}
body .wrap .btn_container03 .imasugu {
  top: 8%;
}
body .wrap .btn_container03 .menu {
  top: 63%;
}
body .wrap .btn_container03 .ryoukin {
  top: 63%;
}
body .wrap .btn_container04 {
  height: 170px;
}
body .wrap .btn_container04 .imasugu {
  top: 15%;
}
@media (max-width: 750px) {
  body .wrap .btn_container04 {
    height: 28vw;
  }
}
body .wrap .accordion {
  top: 77.5%;
  padding-bottom: 5%;
}
body .wrap .accordion .container {
  width: 93%;
  margin: 0 auto;
}
body .wrap .accordion .container .toggle {
  display: none;
}
body .wrap .accordion .container .Label { /*タイトル*/
  display: block;
}
body .wrap .accordion .container .Label::before, body .wrap .accordion .container .Label::after { /*タイトル横のプラス*/
  content: "";
  background-color: #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
body .wrap .accordion .container .Label::before {
  width: 15px;
  height: 1px;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
body .wrap .accordion .container .Label::after {
  width: 15px;
  height: 1px;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(90deg);
  transition: all 0.3s;
}
body .wrap .accordion .container .Label,
body .wrap .accordion .container .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
body .wrap .accordion .container .content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 5%;
  overflow: hidden;
  background-color: #fff;
}
body .wrap .accordion .container .content .content01 p {
  width: 100%;
  top: 7%;
  right: auto;
  left: 0;
  text-align: center;
  font-size: var(--size-23);
  font-weight: var(--weight-l);
  line-height: 1.6;
}
@media (max-width: 700px) {
  body .wrap .accordion .container .content .content01 p {
    font-size: var(--size-SP23);
  }
}
body .wrap .accordion .container .content .content02 {
  margin-top: 2%;
}
body .wrap .accordion .container .content .content02 .ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 3% 0;
}
body .wrap .accordion .container .content .content02 .ttl:after {
  position: absolute;
  content: "";
  background-image: url(../images/sen.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
}
body .wrap .accordion .container .content .content02 .ttl .img {
  width: 15%;
  margin-right: 5%;
}
body .wrap .accordion .container .content .content02 .ttl .tx {
  width: 85%;
  color: var(--color-5AB6BF);
  font-weight: var(--weight-b);
  font-size: var(--size-38);
}
body .wrap .accordion .container .content .content02 .ttl .tx p {
  margin-top: 3%;
  color: var(--color-575757);
  font-weight: var(--weight-l);
  font-size: var(--size-20);
}
@media (max-width: 700px) {
  body .wrap .accordion .container .content .content02 .ttl .tx p {
    font-size: var(--size-SP20);
  }
}
body .wrap .accordion .container .content .content02 .ttl .tx p.sub {
  color: var(--color-5AB6BF);
  font-size: var(--size-22);
}
@media (max-width: 700px) {
  body .wrap .accordion .container .content .content02 .ttl .tx {
    font-size: var(--size-SP38);
  }
  body .wrap .accordion .container .content .content02 .ttl .tx p.sub {
    font-size: var(--size-SP22);
  }
}
body .wrap .accordion .container .content .content02 .main-tx {
  font-size: var(--size-25);
  color: var(--color-575757);
  font-weight: var(--weight-l);
  line-height: 1.6;
}
@media (max-width: 700px) {
  body .wrap .accordion .container .content .content02 .main-tx {
    font-size: var(--size-SP25);
  }
}
body .wrap .accordion .container .content .content02 .last:after {
  content: none;
}
body .wrap .accordion .container .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 5%;
  transition: all 0.3s;
}
body .wrap .accordion .container .toggle:checked + .Label::after {
  transform: rotate(0deg) !important;
  transition: all 0.3s;
}
body .wrap .accordion01 {
  background-color: #e8e8e8;
}
body .wrap .accordion02 {
  background-color: #fff;
}
body .wrap .tx_contents .tx-left, body .wrap .tx_contents .tx-right, body .wrap .tx_contents .tx-right2, body .wrap .tx_contents .tx-right3 {
  width: 43%;
  text-align: center;
  font-size: var(--size-23);
  font-weight: var(--weight-r);
}
body .wrap .tx_contents .tx-right2 {
  width: 43%;
  text-align: center;
  font-size: var(--size-20);
  font-weight: var(--weight-r);
}
@media (max-width: 700px) {
  body .wrap .tx_contents .tx-left, body .wrap .tx_contents .tx-right2, body .wrap .tx_contents .tx-right3 {
    font-size: var(--size-SP23);
  }
}
body .wrap .tx_contents .tx-right2 {
  top: 19.5%;
  right: 5.5%;
  font-size:21px
}
body .wrap .tx_contents .tx-left {
  top: 31.5%;
  left: 6%;
}
body .wrap .tx_contents .tx-right {
  top: 78%;
  right: 5%;
  font-size:23px
}
body .wrap .tx_contents .tx-right3 {
  top: 77%;
  right: 5%;
  font-size:23px
}
body .wrap .contents03.tx_contents .tx-left, body .wrap .contents04.tx_contents .tx-left {
  top: 26%;
  left: 6%;
}
body .wrap .contents04.tx_contents .tx-right {
  top: 76%;
  font-size:23px
}

body .wrap .contents05 {
  margin-top: -1px;
}
body .wrap .contents05 .tx {
  font-size: var(--size-30);
  left: 30%;
  font-weight: var(--weight-m);
}

@media (max-width: 700px) {
  body .wrap .tx_contents .tx-right2 {
    top: 19.5%;
    right: 5.5%;
    font-size:11px
  }
  body .wrap .tx_contents .tx-left {
    top: 32.5%;
    left: 6%;
  }
  body .wrap .tx_contents .tx-right {
    top: 77%;
    right: 5%;
    font-size:12px;
  }
  body .wrap .tx_contents .tx-right3 {
    top: 77%;
    right: 5%;
    font-size:12px
  }
  body .wrap .contents03.tx_contents .tx-left, body .wrap .contents04.tx_contents .tx-left {
    top: 26%;
    left: 6%;
  }
  body .wrap .contents04.tx_contents .tx-right {
    top: 76%;
    font-size:12px
  }
}

@media (max-width: 700px) {
  body .wrap .contents05 .tx {
    font-size: var(--size-SP30);
  }
}
body .wrap .contents05 .tx01 {
  top: 25%;
}
body .wrap .contents05 .tx02 {
  top: 36%;
}
body .wrap .contents05 .tx03 {
  top: 47%;
}
body .wrap .contents05 .tx04 {
  top: 58%;
}
body .wrap .contents05 .tx05 {
  top: 69%;
}
body .wrap .contents05 .tx06 {
  top: 80%;
}
body .wrap .contents06 .tx01 {
  top: 27%;
  left: 7%;
  line-height: 2;
  font-size: var(--size-16);
}
body .wrap .contents06 .tx02 {
  top: 53%;
  left: 7%;
  font-size: var(--size-23);
  line-height: 1.6;
}
@media (max-width: 768px) {
  body .wrap .contents06 .tx01 {
    font-size: var(--size-SP16);
  }
  body .wrap .contents06 .tx02 {
    font-size: var(--size-SP23);
  }
}
body .wrap .uservoice {
  font-size: var(--size-26);
}
body .wrap .uservoice .tx {
  width: 78%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  body .wrap .uservoice {
    font-size: var(--size-SP26);
  }
}
body .wrap .contents07 .tx01 {
  top: 46.5%;
}
body .wrap .contents08 .tx01 {
  top: 35%;
}
body .wrap .contents09 .tx01 {
  top: 53%;
}
body .wrap .contents10 p {
  font-size: var(--size-35);
  color: #fff;
  top: 28%;
  left: 21%;
}
body .wrap .contents10 p span {
  font-size: var(--size-25);
  color: #fff;
  margin-left: 3px;
}
@media (max-width: 750px) {
  body .wrap .contents10 p {
    font-size: var(--size-SP35);
  }
  body .wrap .contents10 p span {
    font-size: var(--size-SP25);
  }
}
body .wrap .scroll-wrap {
  top: 2%;
  right: 0;
  left: 0;
}
body .wrap .scroll-wrap .scroll {
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  width: 28%;
  opacity: 1;
}
body .wrap .scroll-wrap .scroll.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
body .wrap .slider {
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
}
body .wrap .slider li p {
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  font-size: var(--size-27);
}
@media (max-width: 750px) {
  body .wrap .slider li p {
    font-size: var(--size-SP26);
  }
}
body .wrap .slider li:first-child p {
  top: 74%;
}
body .wrap .slider li:nth-child(2) p {
  top: 74%;
}
body .wrap .slider li:nth-child(3) p {
  top: 76%;
}
body .wrap .slider li:nth-child(4) p {
  top: 74%;
}
body .wrap .slider li:nth-child(5) p {
  top: 74%;
}
body .wrap .slider li:nth-child(6) p {
  top: 74%;
}
body .wrap .dots-1 ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
}
body .wrap .dots-1.dots-img {
  margin-bottom: 3%;
}
body .wrap .dots-1.dots-img ul {
  align-items: flex-start;
}
body .wrap .dots-1.dots-img ul li {
  width: 20%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
body .wrap .dots-1.dots-img ul li button {
  visibility: hidden;
}
@media (max-width: 750px) {
  body .wrap .dots-1.dots-img ul li {
    height: 14vw;
  }
}
body .wrap .dots-1.dots-img ul li:first-child {
  background-image: url(../images/flow_1.webp);
}
body .wrap .dots-1.dots-img ul li:nth-child(2) {
  background-image: url(../images/flow_2.webp);
}
body .wrap .dots-1.dots-img ul li:nth-child(3) {
  background-image: url(../images/flow_3.webp);
}
body .wrap .dots-1.dots-img ul li:nth-child(4) {
  background-image: url(../images/flow_4.webp);
}
body .wrap .dots-1.dots-img ul li:last-child {
  background-image: url(../images/flow_5.webp);
  height: 92px;
}
@media (max-width: 750px) {
  body .wrap .dots-1.dots-img ul li:last-child {
    height: 13.1vw;
  }
}
body .wrap .dots-1.dots-img ul li.slick-active:first-child {
  background-image: url(../images/flow_active_1.webp);
}
body .wrap .dots-1.dots-img ul li.slick-active:nth-child(2) {
  background-image: url(../images/flow_active_2.webp);
}
body .wrap .dots-1.dots-img ul li.slick-active:nth-child(3) {
  background-image: url(../images/flow_active_3.webp);
}
body .wrap .dots-1.dots-img ul li.slick-active:nth-child(4) {
  background-image: url(../images/flow_active_4.webp);
}
body .wrap .dots-1.dots-img ul li.slick-active:last-child {
  background-image: url(../images/flow_active_5.webp);
  height: 92px;
}
@media (max-width: 750px) {
  body .wrap .dots-1.dots-img ul li.slick-active:last-child {
    height: 13.1vw;
  }
}
body .wrap .dots-1.dots-dots {
  margin-top: 5%;
}
body .wrap .dots-1.dots-dots ul li {
  width: 30px;
  height: 30px;
}
body .wrap .dots-1.dots-dots ul li button {
  background-color: #e7e7e7;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  color: transparent;
}
@media (max-width: 750px) {
  body .wrap .dots-1.dots-dots ul li {
    width: 5vw;
    height: 5vw;
  }
  body .wrap .dots-1.dots-dots ul li button {
    width: 5vw;
    height: 5vw;
  }
}
body .wrap .dots-1.dots-dots ul li.active button {
  background-color: #2ab7c0;
}
@media (max-width: 750px) {
  body .wrap .dots-1.dots-dots {
    margin-top: 3%;
  }
}
body .wrap .content-menu .ttl {
  top: 2%;
  right: 0;
  left: 0;
}
body .wrap .content-menu .parts1 {
  width: 87%;
}
body .wrap .content-menu .parts2 {
  width: 66.8571428571%;
}
body .wrap .content-menu .parts3 {
  width: 69.1428571429%;
}
body .wrap .content-menu .parts4 {
  width: 77%;
}
body .wrap .content-menu .tx {
  position: absolute;
  top: 25%;
  line-height: 1.6;
  right: 0;
  left: 0;
  width: 85%;
  margin: 0 auto;
  font-size: var(--size-30);
}
@media (max-width: 750px) {
  body .wrap .content-menu .tx {
    font-size: var(--size-SP30);
  }
}
body .wrap .contents13 .tx {
  top: 31%;
}
body .wrap .contents15 .tx {
  top: 28%;
}
body .wrap .contents17 .tx {
  top: 30%;
}
body .wrap .content-heart ul.heart {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .wrap .content-heart ul.heart li {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: var(--size-36);
  line-height: 1.2;
}
body .wrap .content-heart ul.heart li img {
  width: 45px;
  margin-right: 20px;
  margin-top: 6px;
}
@media (max-width: 750px) {
  body .wrap .content-heart ul.heart li {
    font-size: var(--size-SP35);
    margin-bottom: 1.6vw;
    margin-top: 1.8vw;
  }
  body .wrap .content-heart ul.heart li img {
    width: 6vw;
    margin-right: 2.5vw;
    margin-top: 1.3vw;
  }
}
body .wrap .contents12 ul.heart {
  top: 66.5%;
  left: 13%;
}
@media (max-width: 750px) {
  body .wrap .contents12 ul.heart {
    top: 63.5%;
  }
}
body .wrap .contents14 ul.heart {
  top: 59.5%;
  left: 9%;
}
@media (max-width: 750px) {
  body .wrap .contents14 ul.heart {
    top: 57%;
  }
}
body .wrap .contents16 ul.heart {
  top: 60.5%;
  left: 8%;
}
@media (max-width: 750px) {
  body .wrap .contents16 ul.heart {
    top: 58%;
  }
}
body .wrap .contents20 ul.heart {
  top: 45.5%;
  left: 9%;
}
@media (max-width: 750px) {
  body .wrap .contents20 ul.heart {
    top: 40.5%;
  }
}
body .wrap .contents20 p {
  font-size: var(--size-30);
  top: 1.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  body .wrap .contents20 p {
    font-size: var(--size-SP30);
  }
}
body .wrap .contents18 p {
  top: 57.5%;
  right: 3%;
  color: #fff;
  width: 57%;
  font-size: var(--size-26);
  font-weight: var(--weight-r);
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media (max-width: 750px) {
  body .wrap .contents18 p {
    font-size: var(--size-SP26);
  }
}
body .wrap .contents19 p {
  top: 60.5%;
  left: 3%;
  color: #fff;
  width: 57%;
  font-size: var(--size-26);
  font-weight: var(--weight-r);
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media (max-width: 750px) {
  body .wrap .contents19 p {
    font-size: var(--size-SP26);
  }
}
body .wrap .contents25 .tyuui {
  top: 37%;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
}
body .wrap .contents25 .tyuui-content {
  top: 52.5%;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  height: 130px;
  overflow-y: scroll;
  border: solid 1px #888;
  box-sizing: border-box;
  text-align: center;
}
body .wrap .contents25 .tyuui-content h1 {
  font-size: var(--size-27);
  margin-bottom: 0;
}
body .wrap .contents25 .tyuui-content p {
  font-size: var(--size-23);
}
@media (max-width: 750px) {
  body .wrap .contents25 .tyuui-content {
    height: 18vw;
  }
  body .wrap .contents25 .tyuui-content h1 {
    font-size: var(--size-SP26);
  }
  body .wrap .contents25 .tyuui-content p {
    font-size: var(--size-SP23);
  }
}
body .wrap .plan p {
  font-size: var(--size-35);
  color: #fff;
  top: 41.3%;
  left: 21%;
}
body .wrap .plan p span {
  font-size: var(--size-25);
  color: #fff;
  margin-left: 3px;
}
@media (max-width: 750px) {
  body .wrap .plan p {
    font-size: var(--size-SP35);
  }
  body .wrap .plan p span {
    font-size: var(--size-SP25);
  }
}
body .wrap .contents22 p {
  top: 10%;
  left: 31%;
}
body .wrap .contents23 p {
  top: 10%;
  left: 28%;
}
body .wrap .access .accessTx {
  width: 46%;
}
body .wrap .access .accessTx h1 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: var(--size-30);
}
body .wrap .access .accessTx p {
  font-family: var(--font-noto);
  font-size: var(--size-23);
  color: #fff;
  line-height: 1.3;
  margin-bottom: 9px;
}
@media (max-width: 750px) {
  body .wrap .access .accessTx h1 {
    font-size: var(--size-SP30);
  }
  body .wrap .access .accessTx p {
    font-size: var(--size-SP23);
    margin-bottom: 1.5vw;
  }
}
body .wrap .access .access01 {
  top: 19.5%;
  left: 46%;
}
body .wrap .access .access02 {
  top: 47.5%;
  left: 46%;
}
body .wrap .access .access03 {
  top: 39%;
  left: 54%;
}
body .wrap .qa {
  padding-bottom: 5%;
  background-color: #9cced5;
}
body .wrap .qa .container {
  top: 20%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
}
body .wrap .qa .container .Label {
  background-color: #f1f1f1;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: var(--size-23);
  line-height: 1.7;
  display: flex;
  flex-direction: row;
}
body .wrap .qa .container .Label:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #575757;
  border-right: solid 2px #575757;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(135deg);
  background-color: transparent;
  transition: all 0.3s;
}
body .wrap .qa .container .Label:after {
  display: none;
}
body .wrap .qa .container .content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: var(--size-23);
  line-height: 1.7;
  display: flex;
  flex-direction: row;
  padding: 0 4% 0 5%;
}
body .wrap .qa .container .toggle:checked + .Label {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
body .wrap .qa .container .toggle:checked + .Label:before {
  transform: translateY(-50%) rotate(314deg);
  transition: all 0.3s;
}
body .wrap .qa .container .toggle:checked + .Label + .content {
  padding: 4% 4% 4% 5%;
}
@media (max-width: 750px) {
  body .wrap .qa .container .Label, body .wrap .qa .container .content {
    font-size: var(--size-SP23);
  }
}

body .wrap .sns .sns_x{
	width: 15%;
	top: 50%;
	left: 20%
}
body .wrap .sns .sns_insta{
	width: 15%;
	top: 50%;
	left: 42%
}
body .wrap .sns .sns_tiktok{
	width: 15%;
	top: 50%;
	right: 20%
}

body .wrap .footer {
  position: relative;
}
body .wrap .footer a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: var(--size-25);
  text-decoration: none;
}
@media (max-width: 750px) {
  body .wrap .footer a {
    font-size: var(--size-SP25);
  }
}
body .wrap #floating {
  padding-top: 20px;
  position: fixed;
  bottom: 0%;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}
body .wrap #floating img {
  max-width: 650px;
  width: 100%;
}
body .wrap #floating.active {
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: painted;
}
body .wrap #floating.check {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media (max-width: 750px) {
  body .wrap #floating {
    bottom: 0%;
    padding-top: 10px;
  }
}
body .wrap .campaign {
  position: relative;
}
body .wrap .campaign .code-wrap {
  position: absolute;
  top: 69%;
  right: 36%;
  width: 30%;
}
body .wrap .campaign .code-wrap #copyTarget {
  opacity: 0;
  height: 0;
}
body .wrap .campaign .code-wrap .codebtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 65px;
  letter-spacing: 0.1em;
  width: 200%;
  color: black;
  font-weight: bold;
}
@media (max-width: 750px) {
  body .wrap .campaign .code-wrap {
    top: 66.5%;
    right: 35%;
    width: 30vw;
  }
  body .wrap .campaign .code-wrap .codebtn {
    font-size: 9vw;
    width: 190%;
  }
}

.contents-voice {
  .tx-left, .tx-right .tx-right1 {
      width: 70%;
      text-align: center;
      font-size: var(--size-16);
      font-weight: var(--weight-r);
  @media(max-width:700px){
      font-size: var(--size-SP16);
      }
  }
  .tx-left {
      top: 70.5%;
      left: 7%;
  }
  .tx-right {
      top: 85.5%;
      right: 9px;
  }
  .tx-right1 {
    top: 55%;
    right: 9px;
}
}

body .wrap .slider1 {
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
}
body .wrap .slider1 li p {
  right: 0;
  left: 31%;
  margin: 0 auto;
  width: 62%;
  font-size: var(--size-16);
}
@media (max-width: 750px) {
  body .wrap .slider1 li p {
    font-size: var(--size-SP16);
  }
}

body .wrap .slider1 li:first-child p {
  top: 38.5%;
}
body .wrap .slider1 li:nth-child(7) p {
  top: 38.5%;
}
body .wrap .slider1 li:nth-child(8) p {
  top: 38.5%;
}
body .wrap .slider1 li:nth-child(9) p {
  top: 38.5%;
}
body .wrap .slider1 li:nth-child(10) p {
  top: 38.5%;
}
body .wrap .slider1 li:nth-child(11) p {
  top: 38.5%;
}

body .wrap .contents-voice {
  position: relative;
}

body .wrap .dots-2 ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
}
body .wrap .dots-2.dots-img {
  margin-bottom: 3%;
}
body .wrap .dots-2.dots-img ul {
  align-items: flex-start;
}
body .wrap .dots-2.dots-img ul li {
  width: 20%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
body .wrap .dots-2.dots-img ul li button {
  visibility: hidden;
}
@media (max-width: 750px) {
  body .wrap .dots-2.dots-img ul li {
    height: 14vw;
  }
}
body .wrap .dots-2.dots-img ul li:first-child {
  background-image: url(../images/flow_1.webp);
}
body .wrap .dots-2.dots-img ul li:nth-child(2) {
  background-image: url(../images/flow_2.webp);
}
body .wrap .dots-2.dots-img ul li:nth-child(3) {
  background-image: url(../images/flow_3.webp);
}
body .wrap .dots-2.dots-img ul li:nth-child(4) {
  background-image: url(../images/flow_4.webp);
}
body .wrap .dots-2.dots-img ul li:last-child {
  background-image: url(../images/flow_5.webp);
  height: 92px;
}
@media (max-width: 750px) {
  body .wrap .dots-2.dots-img ul li:last-child {
    height: 13.1vw;
  }
}
body .wrap .dots-2.dots-img ul li.slick-active:first-child {
  background-image: url(../images/flow_active_1.webp);
}
body .wrap .dots-2.dots-img ul li.slick-active:nth-child(2) {
  background-image: url(../images/flow_active_2.webp);
}
body .wrap .dots-2.dots-img ul li.slick-active:nth-child(3) {
  background-image: url(../images/flow_active_3.webp);
}
body .wrap .dots-2.dots-img ul li.slick-active:nth-child(4) {
  background-image: url(../images/flow_active_4.webp);
}
body .wrap .dots-2.dots-img ul li.slick-active:last-child {
  background-image: url(../images/flow_active_5.webp);
  height: 92px;
}
@media (max-width: 750px) {
  body .wrap .dots-2.dots-img ul li.slick-active:last-child {
    height: 13.1vw;
  }
}
body .wrap .dots-2.dots-dots2 {
  margin-top: 5%;
}
body .wrap .dots-2.dots-dots2 ul li {
  width: 30px;
  height: 30px;
}
body .wrap .dots-2.dots-dots2 ul li button {
  background-color: #e7e7e7;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  color: transparent;
}
@media (max-width: 750px) {
  body .wrap .dots-2.dots-dots2 ul li {
    width: 5vw;
    height: 5vw;
  }
  body .wrap .dots-2.dots-dots2 ul li button {
    width: 5vw;
    height: 5vw;
  }
}
body .wrap .dots-2.dots-dots2 ul li.active button {
  background-color: #2ab7c0;
}
@media (max-width: 750px) {
  body .wrap .dots-2.dots-dots2 {
    margin-top: 3%;
  }
}

body .wrap .scroll-wrap2 {
  top: 25%;
  right: 0;
  left: 0;
}
body .wrap .scroll-wrap2 .scroll2 {
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  width: 28%;
  opacity: 1;
}
body .wrap .scroll-wrap2 .scroll2.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

body .wrap .contents-voice .tx-left,
body .wrap .contents-voice .tx-right,
body .wrap .contents-voice .tx-right1 {
  position: absolute;
  width: 70%;
  text-align: left;
  font-size: var(--size-16);
  font-weight: var(--weight-r);
}
@media (max-width: 700px) {
  body .wrap .contents-voice .tx-left, 
  body .wrap .contents-voice .tx-right,
  body .wrap .contents-voice .tx-right1 {
    font-size: var(--size-SP16);
  }
}

:root {
  --color-575757: #575757;
  --color-ffff00: #ffff00;
  --color-5AB6BF: #5AB6BF;
  --font-noto: "Noto Sans JP", sans-serif;
  --weight-l: 300;
  --weight-r: 400;
  --weight-m: 500;
  --weight-b: 700;
  --size-16: 16px;
  --size-18: 18px;
  --size-19: 19px;
  --size-20: 20px;
  --size-22: 22px;
  --size-23: 23px;
  --size-25: 25px;
  --size-26: 26px;
  --size-27: 27px;
  --size-28: 28px;
  --size-30: 30px;
  --size-35: 35px;
  --size-36: 36px;
  --size-38: 38px;
  --size-SP16: 2.3vw;
  --size-SP20: 2.7vw;
  --size-SP22: 3vw;
  --size-SP23: 3.2vw;
  --size-SP25: 3.65vw;
  --size-SP26: 3.7vw;
  --size-SP28: 4vw;
  --size-SP30: 4.2vw;
  --size-SP35: 5vw;
  --size-SP38: 5.5vw;
}/*# sourceMappingURL=style.css.map */