@charset "UTF-8";
/*-------------------------
mv bg image
-------------------------*/
.mv-image__forsp {
  display: none;
}
.mv-image {
  width: 100%;
  height: 100vh;
  background-image: url("../image/img_top_pc.svg");
  background-position: top right;
  background-size: contain;
  z-index: 0;
  background-repeat: no-repeat;
}
/*-------------------------
scroll down
-------------------------*/
.section-mv {
  position: relative;
}
.scroll-arrow {
  padding-top: 6rem;
  position: absolute;
  text-align: center;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.scroll-arrow span {
  color: #808080;
  font-size: 1.2rem;
  font-weight: 600;
}
.scroll-arrow::before {
  animation: scroll 2s infinite;
  border-bottom: 2px solid #E8382F;
  border-left: 2px solid #E8382F;
  content: "";
  height: 15px;
  width: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------
introduction
-------------------------*/
.section-intro {
  margin: 200px auto 180px auto;
  width: 100%;
  max-width: 1000px;
}
.intro-mark {
  text-align: center;
}
.intro-mark img {
  width: 200px;
  height: auto;
}
.intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 80px;
}
.intro-content img {
  width: 120px;
  height: auto;
}
.intro-content p {
  font-size: 1.8rem;
}
/*-------------------------
campaign
-------------------------*/
.section-campaign {
  margin: 0 auto 180px;
  width: 100%;
  height: 420px;
  /*	position: relative;*/
}
.campaign-image {
  width: 100%;
  height: 100%;
  background-image: url("../image/campaign_img_pc.svg");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
/*
.campaign-txt {
	height: 360px;
	width: auto;
	position: absolute;
	top: 5%;
	left: 33%;
}
.campaign-icon {
	width: 150px;
	height: 150px;
	position: absolute;
	top: -10%;
	left: 22%;
}
*/
/*-------------------------
function
-------------------------*/
.section-function {
  margin: 0 auto 180px;
}
.function-content {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 80px;
}
.function-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 120px;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
}
.function-detail__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 450px);
}
.function-balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 2rem 1rem;
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom, #E7372F, #FFD700);
  border-radius: 50%;
  box-sizing: border-box;
}
.function-balloon p {
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
p.funciton-balloon__number {
  font-size: 3.6rem;
  line-height: normal;
}
.function-balloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -14px;
  border: 13px solid transparent;
  border-top: 13px solid #FFD700;
  z-index: 0;
}
.function-detail__title {
  color: #E8382F;
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
  padding: 2rem 0 3rem;
  margin-bottom: 15px;
}
.function-detail__title::before {
  content: '';
  position: absolute;
  border-bottom: 2px solid #EE7800;
  top: 100%;
  left: 6%;
  transform: translateX(-50%);
  width: 50px;
}
.function-decoline01::before {
  left: 7%;
}
.function-decoline03::before {
  left: 8%;
}
.function-detail__desc {
  font-size: 2.0rem;
}
.function-detail__img img {
  width: 450px;
  height: auto;
}
/*-------------------------
step
-------------------------*/
.section-step {
  position: relative;
  padding: 7rem 0 9rem 0;
}
.section-step::after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 147, 30, 0.2);
  border-radius: 8rem;
  z-index: -1;
}
.join-note {
  background-color: #FFF;
  border-radius: 50vh;
  padding: 2rem;
  box-shadow: 0px 10px 20px rgba(247, 147, 30, 0.1);
  margin: 0 auto 80px;
  width: 100%;
  max-width: 800px;
}
.join-note p {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  color: #E8382F;
}
.step-frame {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.step-detail {
  width: 100%;
  height: 395px;
  /*	margin: 50px 0;*/
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(247, 147, 30, 0.1);
  position: relative;
}
.step-detail__for04 {
  height: 550px;
}
.step-balloon {
  position: absolute;
  padding: 1.7rem 1rem 1.5rem 1.2rem;
  width: 90px;
  height: 90px;
  background: linear-gradient(to bottom, #E7372F, #FFD700);
  border-radius: 50%;
  box-sizing: border-box;
  border: 6px solid #FFF;
}
.balloon-no1, .balloon-no2, .balloon-no3 {
  top: -10%;
  left: 2.5%;
}
.balloon-no4 {
  top: -8%;
  left: 2.5%;
}
.step-balloon p {
  text-align: center;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  line-height: normal;
}
p.step-balloon__number {
  font-size: 3.2rem;
  line-height: normal;
}
.step-balloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 11px solid #FFD700;
  z-index: 0;
}
.step-detail__desc {
  padding: 5rem 4rem 5rem 24rem;
}
.step-detail__desc h3 {
  font-size: 2.4rem;
  color: #E8382F;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
.step-detail__desc p {
  font-size: 1.8rem;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.step-phone__image {
  width: auto;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 3.5%;
}
.phone-image__for04-1 {
  height: 260px;
  width: auto;
  left: 3.5%;
}
.phone-image__for04-2 {
  height: 260px;
  width: auto;
  left: 22%;
}
.install-link__googlefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 30px;
}
.install-detail__googlefit {
  padding: 0 3rem 0 15rem;
}
.install-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-detail__desc-for04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.install-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app-ios {
  padding-right: 5rem;
  border-right: 1.5px dotted #808080;
}
.app-android {
  padding-left: 5rem;
}
.install-detail__item p {
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-align: center;
}
.step-detail__desc-for04 .install-detail__item p {
  margin-bottom: 5px;
  line-height: normal;
}
.step-detail__desc-for04 .install-detail__item img {
  height: 45px;
  width: auto;
  margin-left: 12px;
}
.install-detail__item img {
  height: 45px;
  width: auto;
}
.install-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.app-code {
  width: 100px;
  height: 100px;
  margin-left: 30px;
}
.step-turn li {
  /*margin-bottom: 10px;*/
  font-size: 1.8rem;
  line-height: 1.5;
}
.step-arrow {
  text-align: center;
}
.step-arrow img {
  height: 30px;
  width: auto;
  margin: 60px auto;
}
p.note-txt {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.lb-forsp {
  display: none;
}
.guide-link {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide-link a {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}
.guide-link a:hover {
  opacity: 0.6;
}
.guide-link a span {
  font-size: 1.2rem;
}
.guide-link img {
  width: 25px;
  height: auto;
  margin-left: 30px;
}
/*-------------------------
point
-------------------------*/
.section-point {
  margin: 90px auto 180px;
}
.point-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  column-gap: 80px;
  flex: 1;
}
.point-item img {
  width: 300px;
  height: 300px;
}
.point-item__desc {
  padding: 0 2rem 0 10rem;
}
.point-item__desc h3 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #E8382F;
  margin-bottom: 30px;
}
.point-item__desc p {
  font-size: 1.6rem;
}
.click-btn {
  margin: 70px auto 0;
  text-align: center;
}
.click-btn__obj {
  width: 300px;
  cursor: pointer;
  height: 60px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50vh;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.click-btn__obj a {
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFF;
}
.click-btn__obj::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
.click-btn__obj:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.click-btn__obj.grad {
  background-image: linear-gradient(to right, #FFD700, #E7372F, #E8382F, #F7A51E);
  box-shadow: 0 10px 20px 0 rgba(247, 147, 30, 0.3);
  position: relative;
}
.click-btn__obj:focus {
  outline: none;
}
/*-------------------------
FAQ
-------------------------*/
.section-faq {
  margin: 0 auto 180px;
}
.faq-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-content .faq-detail__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
}
.faq-content .faq-detail__item dt {
  background: rgba(247, 147, 30, 0.2);
  border-radius: 10px;
}
.faq-content .faq-detail__item dt p {
  margin: 0;
  padding-left: 3rem;
  font-weight: 600;
  width: 100%;
  font-size: 2.0rem;
}
.faq-content .faq-detail__item dd p {
  margin: 20px 0 60px 0;
  width: 100%;
  padding: 0 5rem 0 10rem;
  font-size: 1.6rem;
}
.faq-content .faq-detail__item dd p span {
  font-size: 1.4rem;
}
.faq-content .faq-detail__item dd ol {
  padding: 0 5rem 0 10rem;
  margin: 20px 0 60px 0;
}
.faq-content .faq-detail__item dd ol li {
  line-height: 1.5;
}
.faq-content .faq-detail__item dt::before {
  content: "Q.";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E8382F;
  font-size: 2.8rem;
  font-weight: 600;
}
/*-------------------------
contact
-------------------------*/
.section-contact {
  margin: 0 auto 200px;
}
.section-contact h3 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.contact-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  border: 3px solid #D60E00;
  padding: 4rem;
}
.contact-content img {
  height: 65px;
  width: auto;
}
.contact-content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
.contact-detail__tel a {
  font-size: 3.0rem;
  font-weight: 600;
  text-decoration: none;
}
.contact-detail__tel p {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .mv-image {
    display: none;
  }
  .mv-image__forsp {
    display: block;
  }
  .mv-image__forsp img {
    width: 100%;
    height: 100%;
    aspect-ratio: 650 / 1000;
    object-fit: cover;
    object-position: top center;
  }
  .scroll-arrow {
    bottom: -3%;
  }
  .intro-frame, .function-frame, .step-frame, .point-frame, .faq-frame, .contact-frame {
    width: 90%;
    margin: 0 auto;
  }
  .section-campaign {
    margin: 0 auto 90px;
  }
  .campaign-image {
    height: 80%;
  }
  .function-content {
    width: 90%;
  }
  .function-detail__txt {
    width: calc(100% - 350px);
  }
  .function-detail__img img {
    width: 350px;
    height: auto;
  }
  .function-decoline02::before {
    left: 7%;
  }
  .step-detail__desc-for04 {
    column-gap: 20px;
  }
  .step-detail__desc-for04 .install-detail__item p {
    letter-spacing: normal;
  }
}
@media (max-width: 960px) {
  .scroll-arrow span {
    font-size: 1.0rem;
  }
  .section-campaign {
    margin: 0 auto 50px;
  }
  .campaign-image {
    height: 75%;
  }
  .function-balloon {
    width: 80px;
    height: 80px;
    padding: 1.3rem 1rem;
  }
  .function-balloon p {
    font-size: 1.6rem;
  }
  p.funciton-balloon__number {
    font-size: 3.0rem;
  }
  .function-balloon::before {
    bottom: -18px;
    margin-left: -12px;
    border: 10px solid transparent;
    border-top: 10px solid #FFD700;
  }
  .function-detail {
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    row-gap: 40px;
  }
  .function-detail:nth-child(2) {
    flex-direction: column-reverse;
  }
  .function-detail__txt {
    width: 100%;
  }
  .function-detail__img {
    margin: 0 auto;
  }
  .function-detail__title {
    font-size: 2.6rem;
  }
  .function-decoline01::before {
    left: 8%;
  }
  .function-detail__desc {
    font-size: 1.8rem;
  }
  .join-note {
    width: 80%;
  }
  .join-note p {
    font-size: 1.8rem;
  }
  .step-detail__for02, .step-detail__for03 {
    height: 360px;
  }
  .step-detail__for01, .step-detail__for04 {
    height: 520px;
  }
  .step-detail__desc {
    padding: 5rem 4rem 5rem 22rem;
  }
  .step-balloon {
    width: 80px;
    height: 80px;
    padding: 1.5rem 1rem 1.5rem 1.2rem;
    border: 5px solid #FFF;
  }
  .step-balloon p {
    font-size: 1.3rem;
  }
  p.step-balloon__number {
    font-size: 3.0rem;
  }
  .step-balloon:before {
    bottom: -17px;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 9px solid #FFD700;
  }
  .balloon-no1, .balloon-no4 {
    top: -7%;
  }
  .section-step::after {
    border-radius: 5rem;
  }
  .install-info {
    flex-direction: column;
    row-gap: 30px;
  }
  .app-ios {
    padding-right: 0;
    border-right: none;
  }
  .app-code__ios {
    margin-left: 60px;
  }
  .app-android {
    padding-left: 0;
  }
  .step-detail__desc h3 {
    font-size: 2.0rem;
  }
  .step-detail__desc p {
    font-size: 1.6rem;
  }
  .install-detail__item p {
    font-size: 1.4rem;
  }
  .install-detail {
    justify-content: center;
  }
  .install-detail__item p {
    text-align: left;
  }
  .step-detail__desc-for04 {
    flex-direction: column;
    row-gap: 30px;
  }
  .install-detail__googlefit {
    padding: 0 2rem 0 15rem;
  }
  .step-detail__desc-for04 .install-detail__item img {
    margin-left: 0;
  }
  .phone-image__for04-2 {
    left: 25%;
  }
  .step-turn li {
    font-size: 1.6rem;
  }
  p.note-txt {
    font-size: 1.2rem;
  }
  .lb-forsp {
    display: block;
  }
  .guide-link {
    flex-direction: column;
    row-gap: 20px;
  }
  .guide-link a {
    text-align: center;
  }
  .guide-link img {
    margin-left: 0;
  }
  .point-content {
    flex-direction: column;
    /*align-items: center;*/
  }
  .point-item {
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
  }
  .point-item img {
    width: 250px;
    height: 250px;
  }
  .point-item__desc {
    padding: 0 2rem;
  }
  .section-contact h3 {
    font-size: 2.6rem;
  }
  .contact-detail__tel p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .intro-content {
    column-gap: 60px;
  }
  .intro-content p {
    font-size: 1.6rem;
  }
  .section-campaign {
    width: 100%;
    height: 400px;
    margin: 0 auto 180px;
  }
  .campaign-image {
    width: 100%;
    height: 100%;
    background-image: url("../image/campaign_img_sp.svg");
    background-position: center;
    background-size: cover;
    /*    background-repeat: no-repeat;*/
    z-index: 0;
  }
  .join-note {
    margin: 0 auto 100px;
  }
  .balloon-no1, .balloon-no4 {
    top: -5%;
  }
  .balloon-no2, .balloon-no3 {
    top: -7%;
  }
  .step-detail__for01, .step-detail__for02, .step-detail__for03, .step-detail__for04 {
    height: 100%;
  }
  .step-detail__desc {
    padding: 5rem 5rem 3rem 10rem;
  }
  .phone-image__for04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .install-detail__googlefit {
    padding: 0;
  }
  .step-phone__image {
    height: 300px;
    width: auto;
    display: block;
    margin: 0 auto;
    position: static;
  }
  .guide-link img {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 520px) {
  .site-logo {
    padding-left: 0.5rem;
  }
  .scroll-arrow {
    bottom: -10%;
  }
  .intro-content {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .intro-content img {
    width: 100px;
    height: auto;
  }
  .section-campaign {
    margin: 0;
  }
  .campaign-image {
    height: 60%;
    width: 100%;
  }
  .function-detail__title {
    font-size: 2.2rem;
  }
  .function-detail__img img {
    width: 250px;
    height: auto;
  }
  .function-decoline01::before {
    left: 9%;
  }
  .function-decoline02::before {
    left: 9%;
  }
  .function-decoline03::before {
    left: 11%;
  }
  .function-detail__desc {
    font-size: 1.6rem;
  }
  .join-note {
    padding: 2rem 2rem;
  }
  .join-note p {
    font-size: 1.6rem;
  }
  .balloon-no2, .balloon-no3 {
    top: -8%;
    left: 5%;
  }
  .balloon-no1, .balloon-no4 {
    top: -5%;
    left: 5%;
  }
  .step-detail__desc {
    padding: 6rem 4rem 2rem 4rem;
  }
  .install-detail__item img {
    height: 40px;
    width: auto;
  }
  .app-code {
    width: 80px;
    height: 80px;
    margin-left: 20px;
  }
  .app-code__ios {
    margin-left: 45px;
  }
  .step-detail__desc p {
    margin-bottom: 15px;
  }
  .step-phone__image {
    height: 220px;
    width: auto;
  }
  .guide-link a {
    font-size: 1.4rem;
  }
  .lb-forsp {
    display: none;
  }
  .point-item {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .point-item img {
    width: 220px;
    height: 220px;
  }
  .point-item__image {
    margin: 0 auto;
  }
  .point-content {
    align-items: flex-start;
    row-gap: 40px;
  }
  .phone-image__for04-1 {
    margin-right: 10px;
  }
  .phone-image__for04-2 {
    margin-left: 10px;
  }
  .click-btn__obj {
    width: 250px;
  }
  .click-btn__obj a {
    font-size: 2.0rem;
  }
  .faq-content .faq-detail__item dt {
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
  .faq-content .faq-detail__item dd p {
    padding: 0 3rem 0 3rem;
  }
  .faq-content .faq-detail__item dd ol {
    padding: 0 3rem 0 3rem;
  }
  .section-contact h3 {
    font-size: 2.2rem;
  }
  .contact-content img {
    height: 50px;
    width: auto;
  }
  .contact-content__detail {
    flex-direction: column;
    row-gap: 40px;
  }
  .contact-detail__tel a {
    font-size: 2.8rem;
    display: block;
    text-align: center;
  }
  .contact-detail__tel p {
    font-size: 1.4rem;
    display: block;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .intro-content p {
    font-size: 1.4rem;
  }
  .function-detail__title {
    font-size: 2.0rem;
  }
  .function-detail__desc {
    font-size: 1.4rem;
  }
  .function-detail__img img {
    width: 220px;
    height: auto;
  }
  .step-detail__desc h3 {
    font-size: 1.8rem;
  }
  .step-detail__desc p {
    font-size: 1.4rem;
  }
  .balloon-no2, .balloon-no3 {
    top: -10%;
    left: 5%;
  }
  .balloon-no1, .balloon-no4 {
    top: -5%;
    left: 5%;
  }
  .step-phone__image {
    height: 200px;
    width: auto;
  }
  .point-item__desc h3 {
    font-size: 1.8rem;
  }
  .point-item__desc p {
    font-size: 1.4rem;
  }
  .faq-content .faq-detail__item dt p {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
  .faq-content .faq-detail__item dd p {
    font-size: 1.4rem;
  }
  .faq-content .faq-detail__item dd p span {
    font-size: 1.2rem;
  }
  .section-contact h3 {
    font-size: 2.0rem;
  }
  .contact-detail__tel a {
    font-size: 2.6rem;
  }
}