@charset "utf-8";
/*
.scroll-animation {
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.step01 .scroll-animation { transition: all 0.2s 0.6s ease-in-out;}
.step02 .scroll-animation { transition: all 0.5s 0.6s ease-in-out;}
.step03 .scroll-animation { transition: all 0.8s 0.6s ease-in-out;}
.step04 .scroll-animation { transition: all 1.1s 0.6s ease-in-out;}
.step05 .scroll-animation { transition: all 1.4s 0.6s ease-in-out;}

.scroll-animation.animation-active { opacity: 1;}

.scroll-animation.bottom-to-top{ transform: translateY(10vh);}
.scroll-animation.left-to-right{ transform: translateX(-50vw);}
.scroll-animation.right-to-left{ transform: translateX(50vw);}

.scroll-animation.animation-active.bottom-to-top { transform: translateY(0);}
.scroll-animation.animation-active.left-to-right,
.scroll-animation.animation-active.right-to-left{ transform: translateX(0);}
*/
/*--------------------------------------
  共通部分
--------------------------------------*/
.aspect-6-5 { aspect-ratio: 6 / 5;}
.aspect-50-22 { aspect-ratio: 50 / 22;}
.aspect-30-1 { aspect-ratio: 30 / 1;}

.section-pb {
  padding-bottom: 6rem;
}

.br-sp {
  display: block;
}

.txt-center {
  text-align: center;
}

.font-bold {
  font-weight: bold;
}

.red {
  color: #fe0a0a;
}

.block-txt {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}

p.blue {color: #00aeef;}

.onewig-list li{
  position: relative;
  margin: 0 0 0 1.5em;
  padding: 0 0 0.5em 0;
}
.onewig-list li::before{
  display: block;
  position: absolute;
  content: "";
  top: 0.4em;
  left: -1.2em;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #00aeef;
}

@media (hover: hover) {
label { transition: all .5s ease;}
label:hover { opacity: 0.8;}
}

/*--------------------------------------
  section02
--------------------------------------*/

.section02-bg {
  background: #e6f4fa;
}

.img02 {
  display: block;
  max-width: 15rem;
  margin: -2rem auto 0;
}

.section02 .lead-bg {
  position: relative;
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
}

.section02 .lead-bg-img {
  max-width: 36rem;
}

.section02 .lead-bg-img img {
  width: 100%;
}

.section02 .lead {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 4rem 1rem
}


/*アコーディオン*/
.onewig-acd {
  width: 100%;
  margin: 0 auto 1.2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #00aeef;
  background: #fff;
}
.acd-check{
  display: none;
}
.acd-label{
  display: block;
  margin: 0 auto;
  padding: 1.5rem 0 0 2rem;
  background-image: url("/img/onewig/plus.svg");
  background-position: right 1em top 0.9em;
  background-size: 2.3rem;
  background-repeat: no-repeat;
  list-style: none;
  cursor: pointer
}

.acd-label span {
  font-size: var(--font-size-s);
}

.acd-content{
  width: 95%;
  height: 0;
  margin: 0 auto 1rem;
  padding: 0 2rem;
  transition: .5s;
  overflow: hidden;
}
.acd-content .acd-img {
  display: block;
  max-width: 50rem;
  margin: 0 auto;
}

.acd-check:checked + .acd-label + .acd-content{
  height: 100%;
  padding: 1rem 2rem 2rem;
}

.acd-check:checked + .acd-label {
  background-image: url("/img/onewig/minus.svg");
}

.onewig-acd .acd-content .txt01 {
  margin: 1rem 0 2rem;
  border-top: 0.1rem solid #00aeef;
}


/*End アコーディオン*/

.onewig ul.link {
  margin-top: 1rem;
}

/*End section02*/

/*--------------------------------------
  section03
--------------------------------------*/
.section03-bg {
  background: #eff8fc;
}

.section03 .dot {
  display: inline-block;
  position: relative;
  padding: 1rem 0;
}

.section03 .dot::before,
.section03 .dot::after {
  position: absolute;
  content: "";
  top: 1em;
  width: 1rem;
  height: 1rem;
  background: #00aeef;
  border-radius: 50%;
}

.section03 .dot::before {
  left: -3rem;
}
.section03 .dot::after {
  right: -3rem;
}

.section03 h3 {
  margin: 6rem 0 3rem;
  text-align: center;
}

.section03 h3 span {
  color: #00aeef;
  font-weight: bold;
}

.img-dot {
  display: block;
  max-width: 30rem;
  height: auto;
  margin: -2rem auto 2rem;
}

.section03-bg2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
}
.section03-bg2-img {
  position: absolute;
  width: 100%;
  height: 90%;
  display: block;
  background-color: antiquewhite;
}
.section03-bg2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section03-bg2-txt {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.section03-bg2-txt p {
  padding: 1rem;
  background-color: rgba(255,255,255,0.8);
}

.img03 {
  align-items: center;
  justify-content: center;
}

.split .size-65 {width: 65%}
.split .size-35 {width: 35%}

.img03 p {
  position: relative;
  font-size: var(--font-size-l);
  font-weight: bold;
}

.img03 p::before {
  display: block;
  position: absolute;
  content: "";
  top: -4rem;
  left: -0.5rem;
  width: 4rem;
  height: 4rem;
  background-image: url("/img/onewig/three-line.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.img03 img {
  max-width: 30rem;
}

.button-gray {
  display: block;
  position: relative;
  width: 90%;
  max-width: 40rem;
  margin: 0 auto 0.5em;
  padding: 0.6em 0.5em;
  border-radius: 3em;
  background-color: #999;
  color: #fff;
  text-align: center;
}
.button-gray::before {
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  transform: rotate( 45deg );
  content: "";
}
.button-gray.size-l {
  width: 90%;
  max-width: 40rem;
}

/*--------------------------------------
  モーダル表示
--------------------------------------*/

.modal {
  margin-top: 3rem;
}

.modal-wrap {
  position: relative;
  z-index: 1000;
  opacity: 1;
  touch-action: none;
}
.modal-wrap::before,
.modal-wrap::after {
  position: absolute;
  width: 0.1rem;
  height: calc(100vh + 0.1rem);
  display: flex;
  content: "";
}
.modal-wrap::-webkit-scrollbar {
  display: none;
}

.modal-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: relative;
  align-self: center;
  width: 90%;
  max-height: 60vh;
  margin: 0 auto;
  padding: 1rem 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem #00aeef;
  background: #fff;
  transition: 0.5s;
  pointer-events: all;
  overscroll-behavior-y: none;
}

.modal-content::before {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 1rem;
  height: 1rem;
  display: block;
  border-bottom: 0.2rem solid #00aeef;
  border-right: 0.2rem solid #00aeef;
  transform: rotate( 45deg );
  background-color: transparent;
  animation:scroll-move 1.8s ease-in-out infinite, scroll-hide 1.8s ease-out infinite;
  content: "";
  z-index: 10;
}

@keyframes scroll-move{
  0%{bottom:1.8rem;}
  25%{bottom:1.2rem;}
  50%{bottom:1.2rem;}
  100%{bottom:1.8rem;}
 }

@keyframes scroll-hide{
  0%{opacity:0}
  25%{opacity:1;}
  50%{opacity:0;}
  100%{opacity:0;}
 }

.modal-content::after {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 2rem;
  display: block;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
  content: "";
  z-index: 5;
}

.step01 .modal-content { box-shadow: 0.5rem 0.5rem #f9b368;}
.step02 .modal-content { box-shadow: 0.5rem 0.5rem #efca53;}
.step03 .modal-content { box-shadow: 0.5rem 0.5rem #a7d866;}
.step04 .modal-content { box-shadow: 0.5rem 0.5rem #4facd3;}
.step05 .modal-content { box-shadow: 0.5rem 0.5rem #f47ea8;}

.modal-content::-webkit-scrollbar { display: none;}

.modal-content .modal-content-inner{
  overflow-y: scroll;
  overscroll-behavior-y: none;
  width: 100%;
  max-height: calc(60vh - 2em);
  margin: 0;
  padding: 0 1em 0;
  box-sizing: border-box;
  /*scrollbar-width: none;
  -ms-overflow-style: none;*/
}

.inner-end {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 5rem;
  display: block;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
  z-index: 50;
}

.modal-content .modal-content-inner::-webkit-scrollbar {
  background-color: transparent;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2em;
}
.modal-content .modal-content-inner::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2em;
}
/*
.modal-content .modal-content-inner::-webkit-scrollbar { display: none;}
*/
.modal-content p { padding-top: 0;}

.close-button {
  position: absolute;
  top: -2.5em;
  right: 0;
  padding: 0 0 0 0.8em;
  width: 6em;
  border-radius: 2em;
  border: solid 0.2rem #fff;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1000;
  background-color: #00aeef;
}

.step01 .close-button { background-color: #f9b368;}
.step02 .close-button { background-color: #efca53;}
.step03 .close-button { background-color: #a7d866;}
.step04 .close-button { background-color: #4facd3;}
.step05 .close-button { background-color: #f47ea8;}



.close-button-position {
  display: flex;
  position: relative;
  pointer-events: none;
}


.modal-wrap input:checked ~ .modal-overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  overscroll-behavior: none;
}

.modal-wrap input:checked ~ .modal-overlay::-webkit-scrollbar{ display: none;}

.modal-wrap input:checked ~ .modal-overlay::after {
  position: absolute;
  width: 0.1rem;
  height: calc(100vh + 0.1rem);
  display: flex;
  content: "";
}

.modal-wrap input:checked ~ .modal-overlay .modal-content {
  transform: translateY(1rem);
}

.open-button {
  display: block;
  position: relative;
  max-width:25rem;
  margin: 2rem auto;
  padding: 1rem 0.5rem 1rem 2rem;
  background-color: #00aeef;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor :pointer;
  transition: all 0.3s;
  border-radius: 3em;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}

/*.open-button::before,
.open-button::after {
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 20%;
  content: '';
  width: 0.2rem;
  height: 2rem;
  background-color: #fff;
}*/
.open-button::after {
  transform: rotate(90deg);
}

.close-button-icon {
  position: relative;
}
.close-button-icon::before,
.close-button-icon::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: -3.2rem;
  width: 2.4rem;
  height: 0.4rem;
  background-color: currentColor;
}
.close-button-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (hover: hover) {
.open-button:hover {
  color: #fff;
  background-color: #00aeef;
  transition: 0.6s;
}
}/* End hover */

.modal-title {
  /*position: relative;
  overflow: hidden;*/
  margin: 1rem;
  font-size: var(--font-size-l);
  line-height: 1.5;
}


/*モーダル中身*/
.modal-list {
  margin-top: 1rem;
}

.modal-list li {
  position: relative;
  margin: 1rem 0 2.5rem;
  padding: 0 0 0 1.5rem;
}

.modal-list li::before {
  display: block;
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #00aeef;
}

.modal .red {
  text-align: center;
  padding: 1rem 0 0.5rem;
}

/*End モーダル*/


/*End section03*/

/*--------------------------------------
  section04
--------------------------------------*/

.section04-bg {
  background: #e6f4fa;
}

.step-modal {
  margin-bottom: 4rem;
}

.step-modal .open-button {
  max-width: 72rem;
  height: 5rem;
  margin: 6rem 0 3rem 0;
  padding: 1.5rem 0.5rem 1rem 6rem;
  background-color: inherit;
  border-radius: 2em 1em 1em 2em;
  text-align: left;
}

.step-modal .open-button::before,
.step-modal .open-button::after{
  left: inherit;
  right: 7%;
}
.step-modal .step-icon::after {
  top: -4.8rem;
  right: -25rem;
  width: 9rem;
  height: 9rem;
}
.step01, .step02, .step03, .step04 {
  margin-bottom: 2.5rem;
}

.step01 .open-button {
  background: #f9b368;
}
.step02 .open-button {
  padding: 0.3rem 0.5rem 0.3rem 6rem;
  background: #efca53;
  line-height: 1.4;
}
.step02 .open-button span {
  font-size: var(--font-size-s);
}
.step03 .open-button {
  background: #a7d866;
}
.step04 .open-button {
  background: #4facd3;
}
.step05 .open-button {
  background: #f47ea8;
}

.step01 .open-button .step-icon,
.step02 .open-button .step-icon,
.step03 .open-button .step-icon,
.step04 .open-button .step-icon,
.step05 .open-button .step-icon {
  position: relative;
  /*display: inline-block;*/
  vertical-align: middle;
}

.step-modal .open-button .step-icon::before {
  display: block;
  position: absolute;
  content: "";
  /*top: -1.5rem;
  right: 1rem;*/
  top: -1.7rem;
  right: 1rem;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
.step01 .open-button .step-icon::before {
  background-image: url("/img/onewig/step01.svg");
}
.step02 .open-button .step-icon::before {
  top: -18%;
  background-image: url("/img/onewig/step02.svg");
}
.step03 .open-button .step-icon::before {
  background-image: url("/img/onewig/step03.svg");
}
.step04 .open-button .step-icon::before {
  background-image: url("/img/onewig/step04.svg");
}
.step05 .open-button .step-icon::before {
  background-image: url("/img/onewig/step05.svg");
}

@media screen and (max-width: 480px) {
.step-modal .open-button .step-icon::before {
  top: -1.9rem;
}
.step-modal .step02 .open-button .step-icon::before {
  top: -0.7rem;
}
}

.step-modal .step-img {
  display: block;
  width: 90%;
  height: 90%;
  max-width: 24rem;
  max-height: 24rem;
  margin: 0 auto;
}

.step-modal .step-icon::after {
  display: block;
  position: absolute;
  content: "";
  top: -4rem;
  right: -25rem;
  width: 8rem;
  height: 8rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
}
.step-modal .step01 .step-icon::after {
  background-image: url("/img/onewig/step01-img.svg");
}
.step-modal .step02 .step-icon::after {
  top: -2.8rem;
  background-image: url("/img/onewig/step02-img.svg");
}
.step-modal .step03 .step-icon::after {
  background-image: url("/img/onewig/step03-img.svg");
}
.step-modal .step04 .step-icon::after {
  background-image: url("/img/onewig/step04-img.svg");
}
.step-modal .step05 .step-icon::after {
  background-image: url("/img/onewig/step05-img.svg");
}

.step-modal .modal-content .open-button {
  max-width: 72rem;
  padding: 1rem 0.5rem 1rem 5rem;
}
.step-modal .step02 .modal-content .open-button {
  padding: 0.3rem 0.5rem 0.3rem 5rem;
  line-height: 1.2;
}

.step-modal .modal-content .modal-title {
  margin: 2rem 0rem 2rem 0.5rem;
}

.step-modal .modal-content .open-button::before, 
.step-modal .modal-content .open-button::after {
  display: none;
}

.step-modal .modal-content .step-icon.icon2::after {
  display: none;
}

@media screen and (max-width: 480px) {
.step-modal .modal-content .step-icon::before {
  top: -1.5rem;
}
.step-modal .step02 .modal-content .step-icon::before {
  top: -0.7rem;
}
}

.step-modal .modal-content .step-icon::after {
  top: -2.4rem;
}

.step-modal .step02 .modal-content .step-icon::after {
  top: -1.9rem;
}

.step-modal .step04 .modal-content .step-icon::after {
  right: -25rem;
}

.step-modal .step05 .modal-content .step-icon::after {
  right: -24rem;
}

.step-modal .modal-list .red,
.step-modal .modal-list .notice-txt.red {
  color: #f30;
}

.step01 .modal-list li::before {
  background: #f9b368;
}
.step02 .modal-list li::before {
  background: #efca53;
}
.step03 .modal-list li::before {
  background: #a7d866;
}
.step04 .modal-list li::before {
  background: #4facd3;
}
.step05 .modal-list li::before {
  background: #f47ea8;
}

.dashed-blue {
  margin: 5rem 0 1rem;
  background: #fff;
  border: 0.1rem dashed #00aeef;
}


/*--------------------------------------
  section05
--------------------------------------*/
.section05-bg {
  background: #e6f4fa;
}

.section05-bg-2 {
  border-radius: 3rem 3rem 0 0;
  background: #fff;
}

.img04 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 4rem;
}
.img04 img {
  width: 100%;
  object-fit: cover;
}
.img04-1{
  max-width:16rem; 
}
.img04-2 {
  max-width: 19rem;
  border-radius: 1rem;
}

.section05 .modal-content p {
  padding-top: 2rem;
}
.section05 .open-button {
  margin: 3rem auto 0;
}


/*--------------------------------------
  section06
--------------------------------------*/
.section06-bg {
  background: #eff8fc;
}

.img05 {
  display: block;
  max-width: 30rem;
  margin: 1rem auto 0;
}

.img05 p {
  padding-left: 1.6rem;
}

.img05 img {
  width: 100%;
}

.section06 a.arrow.arrow-m {
  padding-left: 0;
}

.section06 a.arrow.arrow-m::before {
  top: inherit;
  bottom: 1rem;
}




/*--------------------------------------
  section07
--------------------------------------*/
.section07.section-pb {
  padding-bottom: 3rem;
}

.section07 .info-block {
  position: relative;
}

.section07 .block-txt {
  padding: 3rem 0 7rem;
}

.section07 .block-txt2 {
  padding: 3rem 0rem;
}

.section07 .block-txt p.button {
  margin: 2rem auto 3rem;
}

.img06 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 10rem;
}

/*--------------------------------------
  section08
--------------------------------------*/
.section08.section-pb {
  padding-bottom: 10rem;
}

.section08 .arrow-right {
  padding: 1rem 0 3rem;
}

.section08 img {
  display: block;
  max-width: 35rem;
  margin: 0 auto;
}

@media screen and (min-width: 1001px) {}/* End min 1001 */
@media screen and (max-width: 1000px) {}/* End max 1000 */

@media screen and (min-width: 433px) {
.step-modal .step-icon::after {
  right: -37rem;
}
}

@media screen and (min-width: 768px) {
.br-sp {
  display: none;
}

.section-pb {
  padding-bottom: 9rem;
}

.section02 .lead-bg {
  margin-top: -1.5rem;
  max-width: 50rem;
}

.section02 .lead-bg-img {
  max-width: 50rem;
}

.section02 .lead {
  max-width: 50rem;
  padding: 3rem 4.5rem 0;
}

.img02 {
  max-width: 23rem;
}

.acd-label {
  padding: 1.5rem 0 0 4rem;
}

.section03 h3 {
  margin: 6rem 0 4rem;
}

.section03 h3::before {
  bottom: -5rem;
  width: 36.6rem;
  height: 4.6rem;
}

/*モーダル*/
.modal-content {
  width: 80%;
  max-width: 68rem;
  padding: 1em 1em 1rem;
}

.modal-content .modal-content-inner{ padding: 0 1em 0;}

.step-modal .open-button {
  max-width: 72rem;
  height: 5.5rem;
  font-size: var(--font-size-l);
}

.step02 .open-button span {
  font-size: var(--font-size-m);
}

.step-modal .open-button::before,
.step-modal .open-button::after {
  top: 28%;
  right: 5%;
}

.step-modal .step-icon::after {
  top: -4.3rem;
  right: -65rem;
  width: 9rem;
  height: 9rem;
}

.step-modal .open-button .step-icon::before {
  width: 5.5rem;
  height: 5.5rem;
}
.step02 .open-button {
  padding: 1.5rem 0.5rem 1.5rem 6rem;
  line-height: 1.2;
}
.step02 .open-button .step-icon::before {
  top: -1.5rem;
}
.step-modal .step02 .step-icon::after {
  top: -4.2rem;
}

.step-modal .modal-content .modal-title {
  margin: 2rem 0rem 3rem 0.5rem;
}

/*End モーダル*/

.img-dot {
  max-width: 40rem;
  margin: -3rem auto 3rem;
}

.img03 p {
  padding-left: 7rem;
  font-size: var(--font-size-xl);
}

.img03 p::before {
  top: -4.5rem;
  left: 4.5rem;
  width: 6rem;
  height: 6rem;
}

.img03 img {
  max-width: 20rem;
  margin-right: 3rem;
}

.section03 .border-blue {
  margin-top: 6rem;
}

/*.step-modal .modal-content .open-button {
max-width: 72rem;
}*/
.step-modal .modal-content .step-icon::before {
  top: -1rem;
}
.step-modal .modal-content .step-icon::after {
  top: -3.2rem;
  right: -55rem;
}

.step-modal .step02 .modal-content .open-button {
  padding: 1rem 0.5rem 1rem 5rem;
  line-height: 1.5;
}
.step-modal .step02 .modal-content .step-icon::before {
  top: -1.5rem;
}

.step-modal .step02 .modal-content .step-icon::after {
  top: -3.7rem;
}
.step-modal .step04 .modal-content .step-icon::after,
.step-modal .step05 .modal-content .step-icon::after {
  right: -55rem;
}

.img04 {
  margin-top: 1rem;
  padding-bottom: 5rem;
  justify-content: space-evenly;
}

.img04-1 {
  max-width: 22rem;
}
.img04-2  {
  max-width: 25rem;
}

.section05 .open-button {
  margin: 3rem auto 0;
}

.section06 .button {
  margin-bottom: 6rem;
}

.img05 {
  max-width: 50rem;
  margin-top: 2rem;
}

.section07 .block-txt p.button {
  margin: 2rem auto 4rem;
}

.img06 {
  max-width: 13rem;
}

.section08 img {
  max-width: 60rem;
  margin-bottom: 2rem;
}
}

/*ipad実機*/
@media screen and (min-width: 768px) and (max-width: 960px) {
.step-modal .open-button .step-icon::before{
  top: -77%;
}
.step-modal .step02 .open-button .step-icon::before {
  top: -85%;
}

.step-modal .step-icon::after {
  top: -3.8rem;
}

.step-modal .step02 .step-icon::after {
  top: -3.6rem;
}

.step-modal .modal-content .step-icon::before {
  top: -1.5rem;
}
}

/*ipad実機 横向き*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
.step-modal .open-button .step-icon::before {
  top: -77%;
}
.step-modal .step02 .open-button .step-icon::before {
  top: -85%;
}

.step-modal .step-icon::after {
  top: -4.5rem;
}

.step-modal .step02 .step-icon::after {
  top: -4.2rem;
}
.step-modal .modal-content .step-icon::before {
  top: -1.5rem;
}
}


@media screen and (min-width: 641px) and (max-width: 1000px) {
}/* End min 641 max 1000 */

@media screen and (min-width: 420px) and (max-width: 767px) {
.img03 p {
  font-size: var(--font-size-l);
}
}


@media screen and (max-width: 420px) {
}/* End max 420 */


@media screen and (max-width: 480px) {
}/* End max 480 */


/*アコーディオン*/
.acd {
  width: 100%;
  margin: 0 auto 4rem;
  padding: 0 1rem;
}

.more {
  display: block;
  position: relative;
  width: 100%;
  max-width: 25rem;
  margin: 2rem auto;
  padding: 1rem 0.5rem 1rem 2rem;
  background-color: #00aeef;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 3em;
}

.more .open::before,
.more .open::after {
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 20%;
  content: '';
  width: 0.2rem;
  height: 2rem;
  background-color: #fff;
}
.more .open::after {
  transform: rotate(90deg);
}

.more .open {
  display: block;
}
.more.on-click .open {
  display: none;
}
.more.on-click {
  background: #fff;
  border: 0.1rem solid #00aeef;
}
.more .close {
  display: none;
  color: #00aeef;
}
.more .close::before {
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 20%;
  content: '';
  width: 0.2rem;
  height: 2rem;
  background-color: #00aeef;
  transform: rotate(90deg);
}
.more.on-click .close {
  display: block;
}

@media (hover: hover) {
.more { transition: all .5s ease;}
.more:hover { opacity: 0.8;}
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}
/*.open-button::before,
.open-button::after {
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 20%;
  content: '';
  width: 0.2rem;
  height: 2rem;
}*/
.open-button::after { transform: rotate(90deg);}

.close-button-icon {
  position: relative;
}
.close-button-icon::before,
.close-button-icon::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: -3rem;
  width: 2.4rem;
  height: 0.4rem;
  background-color: currentColor;
}
.close-button-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*End アコーディオン*/
